/*** Product Literature Template CSS ***/

body.page-template-template-product-literature {
	color: #000000;
}

.page-template-template-product-literature #product-guides .language-file {
	display: inline-block;
    clear: both;
    float: left;
}

.page-template-template-product-literature #product-guides .entry-content .container-fluid > .row {
	margin-top: 7.5px;
	margin-bottom: 7.5px;
}

.page-template-template-product-literature #sidebar-order-form {
	margin: 15px 0;
}

.page-template-template-product-literature .language-download-order .quantity input[type=button],
.page-template-template-product-literature .language-download-order .quantity input[type=number] {
	height: 30px;
    border-radius: 0;
    min-height: initial;
}
.page-template-template-product-literature a.download-literature-link {
	color: #df2b24;
}

.page-template-template-product-literature .language-download-order .quantity input[type=button]:hover {
	border-color: #df2b24;
	background-color: #df2b24;
	color: #FFFFFF;
}

.page-template-template-product-literature .language-download-order table.table th {
    font-weight: 700;
    text-align: center;
}

.page-template-template-product-literature .language-download-order table.table th:last-child {
	min-width: 200px;
}

.page-template-template-product-literature .language-download-order table.table th:first-child {
	text-align: left;
}

.page-template-template-product-literature .language-download-order table.table tr td {
	text-align: center;
}

.page-template-template-product-literature .language-download-order table.table tr td:first-child {
	text-align: left;
}

.page-template-template-product-literature #sidebar-order-form #sidebar-inner-content .gravity-form-wrapper {
	margin-top: 0;
}

.page-template-template-product-literature #sidebar-order-form #sidebar-inner-content .gravity-form-wrapper .gfield textarea {
	min-width: 100%;
	height: 90px;
    min-height: 90px;
}

.page-template-template-product-literature #sidebar-order-form #sidebar-inner-content .woodmart-button-wrapper {
	margin-bottom: 30px;
}

@media (min-width: 1025px) {

	.page-template-template-product-literature #sidebar-order-form {
		position: relative;
		width: 440px;
	}

	.page-template-template-product-literature #sidebar-order-form #sidebar-inner-content .gravity-form-wrapper {
		width: 440px;
	}

	.page-template-template-product-literature #sidebar-order-form #sidebar-inner-content.affix-top {
		position: static;
	}

	.page-template-template-product-literature #sidebar-order-form #sidebar-inner-content.affix,
	.page-template-template-product-literature #sidebar-order-form #sidebar-inner-content.affix-bottom {
		position: fixed !important;
		margin-right: 30px;
		top: 60px;
	}
}

@media (max-width: 500px) {
	.page-template-template-product-literature .table-wrap.language-download-order {
		width: 100%;
		overflow-x: scroll;
	}
	.page-template-template-product-literature .website-wrapper {
		overflow-x: hidden;
    	overflow-y: auto;
	}

	.page-template-template-product-literature .website-wrapper #sidebar-order-form {
		order: -1;
		position: sticky;
		top: 0;
		align-self: flex-start;
	}
}



