/*seminars agreement pop up*/
#seminar-terms{
	display: none;
    left: 0;
    top: 66px;
    width: calc(92vw - 2px);
    margin-left: 2%;
    max-width: 1240px;
    height: calc(90vh - 66px);
    overflow-y: scroll;
    color: #333333;
    position: fixed;
    background-color: rgb(255, 255, 255);
    z-index: 9999;
    border: 1px solid rgb(51, 51, 51);
    padding: 2%;
    box-shadow: rgb(255 204 0) 0px 0px 2px;
    transition: bottom 0.8s ease-out 0.1s, left 0.6s ease-out 0.9s;
}

#seminar-terms ol{
	
	padding-inline-start: 20px;
	
}

.page-products .columns{

	position:inherit!important;
}

/*SOI Product Styles*/

sup {
	top: -2.5em;
    font-weight: 400;
    font-size: 20%;
}

.dollar-sign {
    display: inline-block;
    font-size: 44%;
    vertical-align: top;
    margin-top: -4%;
}

/* alert messages */

.message, .message a, .message :first-child:before {
	content: '';
	background: #005480!important;
	color: #FFFFFF!important;
}

.product-top {
    background-color: #ffffff;
    overflow: hidden;
    padding: 20px;
}

.product-top .page-title-wrapper {
	border-bottom: solid 1px #333333;
}

.product-info-main .page-title-wrapper .page-title {
	margin-top: 20px!important;
}

.media {
	width: 50%!important;
	margin-bottom: 0!important;
}

.product-image {
	text-align: center;
}

.product-disclaimer {
	background: #fdfdfd;
	border: solid 1px #eee;
    padding: 10px;
	width: 92%;
}

.table-display-name {
	font-size: 2rem;
    font-weight: 600;
    background: rgba(100, 109, 119, 0.1);
}

.product-info-main {
	width: 50%!important;
}

.product-info-price > .price-box{
	margin-top: 40px;
}

.product-item-name {
	font-size: 18px;
}

.weight {
	display: inline-block;
    font-size: 16px;
    padding-bottom: 6px;
}

.price-box .price {
	font-size: 32px!important;
    font-weight: 400!important;
}

.control input{
	width: calc(100% - 30px)!important;
    max-width: 100px;
    display: inline-block;
    padding: 0;
	float: left;
}
	
.product-image-switch {
	font-style: italic;
	font-size: 12px;
	padding: 0 20px;
}

.product-image-switch a{
	padding-left: 36px;
	text-decoration: none;
}

.product-image-switch a:hover{
	color: #00557f;
}

.product-image-switch::before{
	content: "";
	display: inline;
	background-image: url(../images/cameraIconToRight.svg);
	padding: 6px 18px;
	margin-right: -36px;
    background-size: contain;
    background-repeat: no-repeat;
}

.box-tocart {
	float: right;
    margin: 0 5% 0 0!important;
	padding-top: 0!important;
}

.product-info-main .box-tocart .field.qty {
	display: inline-block!important;
	float: inherit;
    width: auto;
}

.product-info-main .box-tocart .field.qty label{
	font-weight: 400;
	margin-right: 10px;
	float: left!important;
	line-height: 52px;
}

.qty > .qty span{
	float: left;
    margin-right: 10px;
    line-height: 32px;
}

.product-add-form .fieldset > .field:not(.choice) > .control{
	display: inline-block;
	float: left!important;
}

.product-info-main .box-tocart .actions {
	padding-top: 0!important;
	display: inline-block!important;
    float: right;
}	

.product-options-bottom{
overflow:hidden;
}
.product-options-bottom .box-tocart{
	float:left;

}
.product-info-main .product-options-bottom .box-tocart .field.qty {
  
  float: left;
 
}
.box-tocart {
	display: inline-block;
}

button.tocart {
	background: #004166!important;
    border: 1px solid #ffe607!important;
    border-radius: 0;
	float: right;
	width: auto!important;
}

button.tocart:hover{
	background: #dce4e6!important;
    border-color: #005480!important;
    color: #005480!important;
}

.larger_sizes {
	font-style: italic;
	color: #005580;
	width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-end;
    font-size: 2rem;
    font-weight: 500;
    margin: 0;
    padding: 1rem 0;
    transition: all .25s ease-in-out;
}

.larger_sizes a {
	text-decoration: none;
	font-style: normal;
	line-height: 37px;
	padding-left: 56px;
	padding-bottom: 4px;
    background-image: url(../images/so_mainsite_ToRight.svg);
	background-repeat: no-repeat;
    background-size: 50px 40px;
	transition: all .25s ease-in-out;
}

.larger_sizes a:hover {
    transform: translateX(-4px) scale(1.04);
	background-image: url(../images/so_mainsite_ToRightOver.svg);
}

.seminar-agree {
	color: #FFFFFF;
    background: #004166!important;
    border: 1px solid #ffe607!important;
    height: 52px;
    float: right;
    width: 136px;
    border-radius: 0;
}

.seminar-agree:hover{
	background:#dce4e6!important;
	border-color:#005480!important;
	color: #005480!important;
}

#cancel-terms-btn {
	width: auto;
    background: #dce4e6;
    padding: 9px 24px;
    font-size: 18px;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    margin: 0 2px;
    color: #333333;
    text-decoration: none;
    line-height: 30px;
    border: solid 1px #005480;
    transition: background-color .15s ease-in-out;
}

#cancel-terms-btn:hover {
    background-color: #005480;
    color: #fff;
    box-shadow: none;
}
	
.product.attribute.description{

	width:100%;
	clear:both;
	background-color:#ffffff;
	margin-top:5px;
	border-bottom: solid 3px #005480;
}


.product.attribute.description h3 {
    padding: 5px 20px;
    margin-bottom: 0;
    padding-top: 20px;
    font-size: 40px;
}

.product.attribute.description ul{

    list-style-type: square;
	}
	
.product.attribute.description .value{

	padding:20px;
	font-size: 18px;

}

.product-link-info a{
	
	color: #646e78;
	text-decoration: none;
	display: block;
	width: calc(100% - 102px);
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
    padding-left: 56px;
    background-image: url(../images/so_mainsite_ToRight.svg);
	background-repeat: no-repeat;
    background-size: 50px 40px;
    margin: 0 0 16px 32px;
	transition: background-image .15s ease-in-out, font-size .25s ease-in-out, color .25s ease-in-out;
	
}

.product-link-info a:hover{
	
	color: inherit;
	font-size: 16.2px;
	background-image: url(../images/so_mainsite_ToRightOver.svg);
	
}

.call-to-order{
	font-size: 16px;
	margin-left:10px;
}

.call-to-order a {
    color: #646e78;
    text-decoration: none;
    display: block;
    width: calc(100% - 102px);
    font-size: 18px;
    font-weight: 400;
    line-height: 40px;
    padding-left: 56px;
    background-image: url(../images/so_mainsite_ToRight.svg);
    background-repeat: no-repeat;
    background-size: 50px 40px;
    margin: 0 0 16px 0px;
    transition: background-image .15s ease-in-out, font-size .25s ease-in-out, color .25s ease-in-out;
}
.call-to-order a:hover{
	
	color: inherit;
	font-size: 18.2px;
	background-image: url(../images/so_mainsite_ToRightOver.svg);
	
}

.section-home{

    margin-top:20px;
}

.block.related{
	
	margin-top: -6px;
	border-top: solid 2px #EEEEEE;
    background-color:#ffffff;
    padding:20px;
	border-bottom: solid 3px #005480;

}
.block.related .products{

    margin:0;
}

.related .title strong{
	font-size: 40px!important;
	font-weight: 200;
}

.block.related .products-grid .product-item{

    margin:0;
	text-align: center;

}

.product-image-container {
    display: block;
    margin: 0 auto;
}

.product-item-details {
	display: inline-block;
    padding: 10px;
}

.product-item-details .price-container .price{
    font-size: 26px!important;
}

.product-image-wrapper {
	    border: solid 1px #FFFFFF;
}

.product-image-wrapper :hover{
	    border-color: #dce4e6;
}

.product-item-info {
	width: 100%;
}
	
/* configurables */

.page-product-configurable .product-add-form {
	padding-top: 1rem;
}

.page-product-configurable .field.configurable.required .label {
	padding-left: 3%!important;
}
.page-product-configurable .product-options-bottom {
	display: flex;
}
.page-product-configurable .field.qty {
	min-width: 160px;
}
.page-product-configurable .box-tocart {
	width: 100%;
}

/* responsive */

@media only screen and (max-width: 1024px) {
	
	.media {
		
		width: 42%!important;

	}
	
	.product-info-main {
		
		width: 58%!important;
		
	}

}

@media only screen and (max-width: 768px){
	
	.product-info-main {
		
		width: 80%!important;
		margin: 0 auto;
		float: none!important;
		
	}
	
	.media {
		width: 80%!important;
		margin: 0 auto;
		float: none!important;
	}
	
		.section-home-blockflex {

		justify-content: space-around;
		border: none;
		width: 100%;
	
	}
	
	.navigation-card {

		width: 90%;
	
	}
}

@media only screen and (min-width: 640px) and (max-width: 768px){
	
	.page-layout-1column .products-grid .product-item {
		width: calc((100% - 28%) / 3);
	
	}
	
}

@media only screen and (max-width: 639px){
	
	.table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr {
		display: inline-block;
		width: 100%;
	}
	
	.table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td[data-th]:before {
		display: none;

	}
	
	.product-price {
		display: inline-block!important; 
	}
	
	.qty {
		display: inline-block;
		float: right;
	}

}

@media only screen and (max-width: 425px){
	
		.product-info-main {
			width: 100%!important;
		}
	}