

/* Start:/bitrix/templates/s1php7/components/bitrix/catalog/softlist/bitrix/catalog.element/.default/style.css?16365147093623*/
.mystyle {

}
.buy_one_click_popup{
	border-style: solid;
	border-width: 0px;
	cursor: pointer;
	font-family: "PFDinDisplayProRegular",Arial,sans-serif;
	font-weight: normal;
	line-height: normal;
	margin: 0 0 1.25rem;
	position: relative;
	text-decoration: none!important;
	text-align: center;
	display: inline-block;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0.0625rem;
	padding-left: 0;
	background-color: #5764A5;
	border-color: #5764A5;
	color: #fff!important;
	height: 24px;
	text-transform: uppercase;
	width: 100%;
	max-width: 90px;
	font-size: 10px;
	vertical-align: bottom;
}

.product-desc-outer {
    display: flex;
	flex-wrap: wrap;
}
.product-desc-leftcol {
    width: calc(100% - 200px);
}
.product-desc-rightcol {
    width: 200px;
}
.selectedoffer-label {
    color: #ff960a;
    font-size: 15px;
}
.selectedoffer-label:before {
    content: '!';
    display: inline-block;
    width: 18px;
    text-align: center;
    background: #ff960a;
    height: 18px;
    border-radius: 10px;
    color: white;
    font-weight: bold;
    margin-right: 5px;
    font-size: 14px;
}
span.selectedoffer-item-price-diff {
    display: inline-block;
    background: #ffeb3b;
    padding: 2px;
    border-radius: 5px;
    font-size: 13px;
    margin-left: 5px;
}
.selectedoffer-item-price {
    font-size: 28px;
    line-height: 42px;
    font-weight: bold;
}
.selectedoffer-item-price-old {
    line-height: 22px;
}
span.selectedoffer-item-crossout {
    text-decoration: line-through;
}
.selected-buybtn {
    background-color: #ff960a;
    border-color: #d47900;
    width: 140px !important;
    max-width: 140px;
    border: 1px;
    text-transform: uppercase;
    color: #ffffff;
    padding: 7px 0;
    border-radius: 5px;
    font-size: 16px;
    -webkit-border-radius: 5px;
    -webkit-appearance: none;
}
.product-price .list>div input.yam-buy-button {
    padding: 5px 0;
    height: auto !important;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-appearance: none;
}
.product-price .list>div button.yam-buy-button {
    padding: 5px 0;
    border-radius: 5px;
    height: auto !important;
    -webkit-border-radius: 5px;
    -webkit-appearance: none;
}
.selected-buybtn:before, .product-price .list>div .yam-buy-button:before, .product-price .list>div input.yam-buy-button:before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    background-image: url(/bitrix/templates/s1php7/components/bitrix/catalog/softlist/bitrix/catalog.element/.default/shopping-cart.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 5px;
    margin-top: 0px;
    margin-left: -10px;
}
.buy_one_click_popup {
    padding: 7px 0;
    height: auto;
    line-height: 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-appearance: none;
}
.product-price .list>div input.yam-button {
    padding: 5px 0;
    height: auto !important;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-appearance: none;
}
img.badge {
    margin-right: 49px;
}
.forti-price-mob {
    z-index: 200;
    position: relative;
}
@media (min-widtH:1025px) {
    .product-desc-outer {
        margin-bottom: 40px;
    }
}
@media (max-width:1024px) {
    .product-desc-outer {
        margin-bottom: 70px;
    }
}
@media (max-width:992px) {
	.product-desc-leftcol {
		width: 100%;
	}
	.product-desc-rightcol {
		width: 100%;
	}
}
/* End */


/* Start:/bitrix/templates/.default/ajax/ajax.min.css?1564579811420*/
iframe.waitwindowlocal{position:absolute;border:0;z-index:9999}div.waitwindowlocal{position:absolute;width:25px;height:25px;padding:0;z-index:10000;background-color:#fcf7d1;border:1px solid #e1b52d;background-image:url(/bitrix/templates/.default/ajax/images/wait.gif);background-position:center center;background-repeat:no-repeat}div.waitwindowlocalshadow{position:absolute;z-index:9998;background-image:url(/bitrix/templates/.default/ajax/images/shadow.gif);border:1px solid #808080}
/* End */


/* Start:/bitrix/templates/s1php7/components/h2o/buyoneclick/.default/style.css?15832444587245*/
.clr{
    clear: both;
}

.spin-wrapper {
    width: 100%;
    height: 0px;
    background: #ffffff6b;


}
.spin-wrapper .spinner {
    position: fixed;
    height: 60px;
    width: 60px;
    border: 3px solid transparent;
    border-top-color: #A04668;
    top: 50%;
    left: 50%;
    margin: -30px;
    border-radius: 50%;
    animation: spin 2s linear infinite;
    z-index: 2000;
}

.spin-wrapper .spinner:before, .spin-wrapper .spinner:after {
    content: '';
    position: absolute;
    border: 3px solid transparent;
    border-radius: 50%;
}

.spin-wrapper .spinner:before {
    border-top-color: #254E70;
    top: -12px;
    left: -12px;
    right: -12px;
    bottom: -12px;
    animation: spin 3s linear infinite;
}

.spin-wrapper .spinner:after {
    border-top-color: #FFFBFE;
    top: 6px;
    left: 6px;
    right: 6px;
    bottom: 6px;
    animation: spin 4s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


.h2o_component{
    min-height: 100%;
    padding: 0px;
    position: relative;
    display: inline-block;
    color: #4d4c4c;
    font-family: 'Arial';
}
.h2o_component{
    /*width: 600px!important;*/
    min-height: 100%;
    padding: 0px;
    position: relative;
    display: inline-block;
    color: #4d4c4c;
}
.h2o_component .modal-header {
    min-height: 16.42857143px;
    padding: 0px 0px 15px;
    border: none;
    font-size: 30px;
}
.h2o_component .modal-body{
	position: relative;
    padding: 30px;
    font-size: 18px;
}
.h2o_component .modal-body p{
	font-family: 'Arial';
}
.h2o_component .form-row{
	max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    margin: 10px 0;
}
.h2o_component .form-row:after {
    content: "";
    display: table;
    clear: both;
}
.h2o_component .form-row:first-child {
    margin-top: 0; 
}
.h2o_component .form-cell-3 {
    float: left;
    display: block;
    margin-right: 2%;
    width: 30%;
}
.h2o_component .form-cell-3:last-child {
    margin-right: 0; 
}
.h2o_component .form-cell-9 {
    float: left;
    display: block;
    margin-right: 2%;
    width: 68%;
}
.h2o_component .form-cell-9:last-child {
    margin-right: 0; 
}
.h2o_component label{
	font-weight: normal;
	font-size: 18px;
 	
}
.h2o_component input[type=text]{
	height: 32px;
}
.h2o_component input[type=text].error{
	box-shadow: 0 0 0 1px red;
}
.h2o_component textarea{
	height: 112px;
}
.h2o_component input[type=text], .h2o_component textarea{
	width: 100%;
	border: 1px #b7b7b7 solid;
  	padding: 0px 5px;
  	transition: all .25s;
 	-webkit-transition: all .25s;
    -o-transition: all .25s;
}
.h2o_component .button_wrap{
	text-align: right;
}
.h2o_component button{
	width: 131px;
	height: 36px;
	padding: 0 0 2px 0;
	text-align: center;
	font-size: 24px;
	border: none;
	background: #5764A5;
	background: linear-gradient(to top, #5764A5, #5764A5);
	color: #fff;
	transition: all .25s;
 	-webkit-transition: all .25s;
    -o-transition: all .25s;
    float: right;
}
.h2o_component button:hover {
    opacity: 0.6;
}
.h2o_component small.error{
	color: red;
	background: none;
	margin-bottom: 0;
}
@media screen and (min-width: 600px){
	.h2o_component{
		width: 600px;
	}
}
@media screen and (max-width: 600px){
	.h2o_component .form-cell-3{
		float: none!important;
		width: 100%!important;
	}
	.h2o_component .form-cell-6:nth-child(2n){
		float: none!important;
		text-align: left!important;
	}
	.h2o_component .form-cell-9{
		float: none!important;
		width: 100%!important;
	}
	.h2o_component .modal-header{
		font-size: 25px!important;
	}
}
.h2o_component .transparent_input {
    border: none!important;
    background: none;
    color: #000;
    font-weight: bold;
    font-size: 14px;
    display: inline-block;
    width: 60px!important;
    text-align: center!important;
}
.h2o_component .bx_small.bx_bt_button_type_2:hover, .h2o_component .bx_small.bx_bt_button_type_2:focus {
	text-decoration: none;
}
.h2o_component .form-cell-6{
	display: inline-block;
	text-align: left;
 	width: 50%;
    padding: 0;
    margin: 0;
    float: left;
}






.h2o_component input[type="radio"] {
    display:none;            
}
 
.h2o_component input[type="radio"] + label {
  font: 18px bold;
  font-family: arial;
  color: #444;
  cursor: pointer;
}

.h2o_component input[type="radio"] + label::before {
    content: "";
    display: inline-block;
    height: 15px;
    width: 15px;
    margin: 0 5px 0 0;
    background-image: url(/bitrix/templates/s1php7/components/h2o/buyoneclick/.default/images/radio_b1c.png);
    background-repeat: no-repeat;
}
.h2o_component input[type="radio"] + label::before {
    background-position: 0px 0px;
}
.h2o_component input[type="radio"] + label:hover::before {
    background-position: -16px 0px;
}
.h2o_component input[type="radio"]:checked + label::before {
    background-position: -33px 0px;
}
.h2o_component .offers_list li{
	list-style: none;
}
.h2o_component .button_set_quantity{
    display: inline-block;
    min-width: 20px;
    line-height: 20px;
    border: 1px solid #e9e9e9;
    background: #fcfcfc;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod�EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#f1f1f1));
    background: -webkit-linear-gradient(top, #fcfcfc 0%,#f1f1f1 100%);
    background: -moz-linear-gradient(top, #fcfcfc 0%,#f1f1f1 100%);
    background: -ms-linear-gradient(top, #fcfcfc 0%,#f1f1f1 100%);
    background: -o-linear-gradient(top, #fcfcfc 0%,#f1f1f1 100%);
    background: linear-gradient(to bottom, #fcfcfc 0%,#f1f1f1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#f1f1f1',GradientType=0 );
    color: #656565;
    text-shadow: 0 1px 0 #fff;
    border-radius: 3px;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    cursor: pointer;
    vertical-align: middle;
}

.description_ps{
	color: rgb(102, 102, 102); font-family: PFDinDisplayProRegular; font-size: 14px; line-height: 18px; background-color: rgb(255, 255, 255);
}
.h2o_component .property-label{
	color: #5764a5;
	font-weight:bold;
	float: left;
}
.h2o_component .item-price{

	font-size: 22px;
	color: #5764a5;
}
.h2o_component .product-property{
	margin-bottom: 15px;
}
.h2o_component .item-info_h2o {
	display: inline-block;
	vertical-align: middle;
	width: 18px;
	height: 19px;
	position: relative;
	margin-bottom: 1px;

	background-image: url('/bitrix/templates/s1/img/sprite/icons-sce3e08da80.png');
	background-repeat: no-repeat;
	background-position: 0 -651px;
}
.h2o_component .item-info_h2o .item-info-more {
	display: none;
	position: absolute;
	border: 1px #ccc solid;
	background: #ebebeb;
	padding: 10px;
	width: 250px;
	top: 0;
	left: 20px;
	z-index: 10;
}
.h2o_component .property-label{
	padding-right: 15px;
}
/* End */


/* Start:/bitrix/templates/s1php7/components/bitrix/catalog.section/slider-right/style.css?1562686440112*/
.catalog-price {
	 color:red;
}
div.catalog-section table td {
	padding-right:10px;
	padding-top:10px;
}

/* End */
/* /bitrix/templates/s1php7/components/bitrix/catalog/softlist/bitrix/catalog.element/.default/style.css?16365147093623 */
/* /bitrix/templates/.default/ajax/ajax.min.css?1564579811420 */
/* /bitrix/templates/s1php7/components/h2o/buyoneclick/.default/style.css?15832444587245 */
/* /bitrix/templates/s1php7/components/bitrix/catalog.section/slider-right/style.css?1562686440112 */
