@import url('https://fonts.googleapis.com/css2?family=Roboto Flex:wght@100;200;300;400;500;600;700;800;900;1000&display=swap');:root{
	--global-color: #b0b0b0;
	--global-hover-color: #4d4d4d;
	--global-font-color: #4a4a4a;
	--global-light-color: #f1f2ed;
	--global-dark-color: #000000;
	--font-family-base: 'Open Sans', sans-serif;
}
.page-body{background:#ffffff;color:#4a4a4a;font-weight:400;font-size:1.4rem;line-height:1.5em;}html,
body,
input,
button,
select,
textarea{font-family:'Open Sans', sans-serif;}a{font-weight:400;color:#5b5b5b;transition:all 0.3s ease-in-out 0s;-webkit-transition: all 0.3s ease-in-out 0s;
-moz-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
-ms-transition: all 0.3s ease-in-out 0s;
}a:focus,
a:hover,
a:active{color:#b0b0b0;text-decoration:none;transition:all 0.3s ease-in-out 0s;-webkit-transition: all 0.3s ease-in-out 0s;
-moz-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
-ms-transition: all 0.3s ease-in-out 0s;
}.autohelp{color:#5b5b5b;}.form-control{padding:1px 2px 1px 10px;height:3.4rem;line-height:3.4rem;color:#5b5b5b;font-size:1.4rem;border:2px solid #dadada;border-radius:0;-webkit-border-radius: 0;
-moz-border-radius: 0;
-o-border-radius: 0;
-ms-border-radius: 0;
background:#ebebeb;transition:all 0.3s ease-in-out 0s;-webkit-transition: all 0.3s ease-in-out 0s;
-moz-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
-ms-transition: all 0.3s ease-in-out 0s;
}.form-control:focus{border:2px solid #c1c1c1;border-radius:0;-webkit-border-radius: 0;
-moz-border-radius: 0;
-o-border-radius: 0;
-ms-border-radius: 0;
background:transparent;}.sr-input-group-addon{transition:all 0.3s ease-in-out 0s;-webkit-transition: all 0.3s ease-in-out 0s;
-moz-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
-ms-transition: all 0.3s ease-in-out 0s;
}textarea.form-control{height:auto;max-width:none;}input[type="checkbox"]{appearance:none;-webkit-appearance: none;
-moz-appearance: none;
width:18px;height:18px;cursor:pointer;background:#ebebeb;border:1px solid #c1c1c1;outline:none;}input[type="checkbox"]:checked{background:#c1c1c1 url('../image/check.png?lastmod=1750923100') no-repeat center center/100% 100%;outline:none;}input[type="radio"]{appearance:none;-webkit-appearance: none;
-moz-appearance: none;
width:16px;height:16px;border-radius:100%;-webkit-border-radius: 100%;
-moz-border-radius: 100%;
-o-border-radius: 100%;
-ms-border-radius: 100%;
border:0;box-shadow:inset 0 0 0 2px #c1c1c1;-webkit-box-shadow: inset 0 0 0 2px #c1c1c1;
-moz-box-shadow: inset 0 0 0 2px #c1c1c1;
background:#ebebeb;cursor:pointer;}input[type="radio"].hovered,
input[type="radio"].checked{border:0;box-shadow:inset 0 0 0 3px #dadada;-webkit-box-shadow: inset 0 0 0 3px #dadada;
-moz-box-shadow: inset 0 0 0 3px #dadada;
background:#a7a7a7;}input[type="radio"]:checked{border:0;box-shadow:inset 0 0 0 3px #dadada;-webkit-box-shadow: inset 0 0 0 3px #dadada;
-moz-box-shadow: inset 0 0 0 3px #dadada;
background:#8e8e8e;outline:none;}.list-group-item{border-left:0;border-right:0;}.list-group-item:first-child{border-top:0;border-top-left-radius:0;border-top-right-radius:0;}.list-group-item:last-child{border-bottom-right-radius:0;border-bottom-left-radius:0;border-bottom:0;}.list-group-item.selected{background:#f1f2ed;}.buttons:before,
.buttons:after{content:" ";display:table;}.buttons:after{clear:both;}.btn{font-weight:600;font-size:1.4rem;text-transform:uppercase;padding:5px 12px;transition:all 0.3s ease-in-out 0s;-webkit-transition: all 0.3s ease-in-out 0s;
-moz-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
-ms-transition: all 0.3s ease-in-out 0s;
border-radius:0;-webkit-border-radius: 0;
-moz-border-radius: 0;
-o-border-radius: 0;
-ms-border-radius: 0;
}.btn-xs{padding:2px 5px;font-size:1.1rem;}.btn-sm{padding:4px 10px;font-size:1.3rem;}.btn-default.disabled,
.btn-default{background:#fff;color:#5b5b5b;border:2px solid #ebebeb;}.btn-default.active,
.btn-default.focus,
.btn-default:active,
.btn-default:focus,
.btn-default:hover,
.open > .dropdown-toggle.btn-default{background:#b0b0b0;color:#ffffff;border:2px solid #b0b0b0;outline:none;}.btn-primary,
.btn-primary.disabled,
.btn-primary[disabled],
.btn-primary:visited{background:#db3232;color:#ffffff;border:2px solid #db3232;}.btn-primary.active,
.btn-primary.focus,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open > .dropdown-toggle.btn-primary{background:transparent;color:#b0b0b0;border:2px solid #dadada;outline:none;}.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn{opacity:.5;-khtml-opacity: .5;
-moz-opacity: .5;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
filter: alpha(opacity=50);
}.identity-switcher-btn.btn-default.active{box-shadow:none;-webkit-box-shadow: none;
-moz-box-shadow: none;
}.top h1{font-size:2.5rem;font-weight:300;margin:0 0 25px 0;color:#000000;}.column-content .module-head-title,
.home-position .module-head-title,
.side-position .module-head-title{font-size:1.8rem;margin:0;font-weight:300;}.side-position{margin-bottom:30px;}.side-position .module-head{position:relative;}.side-position .module-head-title{color:#000000;font-size:2rem;display:inline-block;background:#ffffff;margin:0;position:relative;z-index:2;padding-right:15px;}.side-position .module-head:after{content:"";right:0;top:50%;position:absolute;display:block;background:#ddd;height:1px;width:100%;z-index:1;}.side-position .module-body{padding-top:10px;}.three-column-content .module-head-title{display:inline-block;position:relative;}.three-column-content .module-head-title:after{content:"";display:inline-block;background:#c5c5c5;height:1px;width:100px;margin-left:15px;vertical-align:middle;}.img-thumbnail{border:0;padding:0;border-radius:0;-webkit-border-radius: 0;
-moz-border-radius: 0;
-o-border-radius: 0;
-ms-border-radius: 0;
height:auto;max-width:100%;transition:all 0.3s ease-in-out 0s;-webkit-transition: all 0.3s ease-in-out 0s;
-moz-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
-ms-transition: all 0.3s ease-in-out 0s;
}.img-thumbnail.no-transition{transition:none;-webkit-transition: none;
-moz-transition: none;
-o-transition: none;
-ms-transition: none;
}.img-thumbnail-link{display:block;position:relative;line-height:0;overflow:hidden;}.img-thumbnail-link:hover img{transform:scale(1.06);-webkit-transform: scale(1.06);
-moz-transform: scale(1.06);
-o-transform: scale(1.06);
-ms-transform: scale(1.06);
}.img-thumbnail-link.no-transition:hover img{transform:none;-webkit-transform: none;
-moz-transform: none;
-o-transform: none;
-ms-transform: none;
}.orderby{margin:15px 0;overflow:auto;padding:15px;background:#f1f2ed;border-radius:0;-webkit-border-radius: 0;
-moz-border-radius: 0;
-o-border-radius: 0;
-ms-border-radius: 0;
}.three-column-content > div{padding:15px 25px 25px 25px;border:2px solid #e5e5e5;border-radius:0;-webkit-border-radius: 0;
-moz-border-radius: 0;
-o-border-radius: 0;
-ms-border-radius: 0;
}header{font-size:1.3rem;border-top:2px solid #d7d7d7;border-top-width:0;}header .module-head-title{line-height:40px;font-size:1.3rem;margin:0;color:#aeaead;}.header-middle{padding-bottom:20px;background-image:url(/custom/stegshop/image/data/page_elements/head_bg_loop_j.jpg);background-repeat:repeat-x;background-position:bottom;height:75px !important;}.header-navbar{min-height:40px;background:#333;border:0;font-size:1.2rem;margin-bottom:12px;border-radius:0;-webkit-border-radius: 0;
-moz-border-radius: 0;
-o-border-radius: 0;
-ms-border-radius: 0;
}.header-navbar .header-position{padding:0 10px 0 0;}.header-navbar .navbar-nav{margin:7px 0;}.header-navbar li a{color:#fff;font-weight:400;padding-top:2px;padding-bottom:2px;margin-bottom:4px;}.header-navbar li a:hover{color:#b0b0b0;background:none;}.headermenu-list{border:1px solid transparent;}.header-topmenu{float:right;}.logo-text a{color:#b0b0b0;font-size:3rem;line-height:4rem;text-transform:uppercase;font-weight:800;}.logo-text a:hover{color:#4d4d4d;}.header-col{padding-left:10px;padding-right:10px;float:right;}.header-col-cart{width:auto;}.module-search-row{margin-left:-10px;margin-right:-10px;}footer .list-group-item{border:0;color:#ffffff;padding:5px 0;font-weight:400;background:none;}footer .list-group-item:focus,
footer .list-group-item:hover{background:none;}footer a:not(.btn),
footer a:not(.btn):hover{color:#ffffff;font-weight:400;}footer a:not(.btn):hover,
footer .list-group-item:hover{color:#b0b0b0;}.footer-wide-position .module{margin:20px 0;}.footer-top-2-position{background:#5b5b5b;color:#ffffff;font-size:1.8rem;}.footer-specialoffer-col{font-weight:400;font-style:italic;}.footer-specialoffer-col .pull-left{margin-right:10px;}.footer-copyright,
.footer-bottom-1-position,
.footer-bottom-2-position,
.footer-row{background:#323232;color:#656565;}.footer-col-position{padding:25px 0 0;}.footer-col-position .module,
.footer-col-position .list-group{margin:0;}.footer-seo{font-size:1.3rem;background:#323232;color:#909090;}.footer-row .module-head{position:relative;}.footer-row .module-head-title{color:#fff;font-size:2rem;display:inline-block;background:#323232;margin:0;font-weight:300;position:relative;z-index:2;padding-right:10px;padding-left:10px;}.footer-row .module-head:after{content:"";right:0;top:100%;position:absolute;display:block;background:#656565;height:1px;width:100%;z-index:1;}.footer-row .module-body{padding-top:20px;}.footer-contact-line{font-size:1.5rem;line-height:3rem;padding-bottom:15px;color:#656565;}.footer-contact-line .fa{font-size:1.7rem;border-radius:0;-webkit-border-radius: 0;
-moz-border-radius: 0;
-o-border-radius: 0;
-ms-border-radius: 0;
border:1px solid currentColor;color:currentColor;width:30px;height:30px;line-height:30px;margin-right:10px;text-align:center;float:left;}.footer-contact-phone{font-size:1.7rem;font-weight:600;font-style:italic;}.footer-contact-address{line-height:1.6rem;}.footer-contact-social{padding:20px 0;}.footer-contact-social a{display:inline-block;width:28px;height:28px;line-height:28px;text-align:center;margin:0 3px;background:#3d3c3a;border-radius:0;-webkit-border-radius: 0;
-moz-border-radius: 0;
-o-border-radius: 0;
-ms-border-radius: 0;
transform:scale(1,1);-webkit-transform: scale(1,1);
-moz-transform: scale(1,1);
-o-transform: scale(1,1);
-ms-transform: scale(1,1);
}.footer-contact-social a:hover{background:#232221;transform:scale(1.1,1.1);-webkit-transform: scale(1.1,1.1);
-moz-transform: scale(1.1,1.1);
-o-transform: scale(1.1,1.1);
-ms-transform: scale(1.1,1.1);
}.footer-contact-social .fa:before{color:#ffffff;}.footer-copyright{padding:0;}.mobile-footer{padding:15px 0;}.mobile-footer .module-head{display:none;}.mobile-footer .currencieselect-select{margin-top:3px;border:2px solid #787575;border-radius:0;-webkit-border-radius: 0;
-moz-border-radius: 0;
-o-border-radius: 0;
-ms-border-radius: 0;
background:transparent;color:#787575;}.mobile-footer .currencieselect-select::-webkit-input-placeholder{color:#787575;opacity:1;-khtml-opacity: 1;
-moz-opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
}.mobile-footer .currencieselect-select:-moz-placeholder{color:#787575;opacity:1;-khtml-opacity: 1;
-moz-opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
}.mobile-footer .currencieselect-select::-moz-placeholder{color:#787575;opacity:1;-khtml-opacity: 1;
-moz-opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
}.mobile-footer .currencieselect-select:-ms-input-placeholder{color:#787575;opacity:1;-khtml-opacity: 1;
-moz-opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
}.mobile-footer .currencieselect-select:focus::-webkit-input-placeholder{color:transparent;}.mobile-footer .currencieselect-select:focus:-moz-placeholder{color:transparent;}.mobile-footer .currencieselect-select:focus::-moz-placeholder{color:transparent;}.mobile-footer .currencieselect-select:focus:-ms-input-placeholder{color:transparent;}.copyright{text-align:center;}.copyright a{color:#15120e;font-weight:600;}.copyright a:hover{text-decoration:underline;}.copyright-inner{display:inline-block;background:none;padding:10px 30px;color:#b0b0b0;font-weight:600;border-radius:0;-webkit-border-radius: 0;
-moz-border-radius: 0;
-o-border-radius: 0;
-ms-border-radius: 0;
}.footermenu{padding:15px 0;}.footermenu-list li{padding:5px 15px;}.dropdown-hover-menu > li > a{padding:3px 20px;color:#333;}.dropdown-hover-menu{min-width:160px;padding:5px 0;margin:2px 0 0;font-size:14px;background:#ffffff;border:1px solid rgba(0,0,0,0.15);border-radius:0;-webkit-border-radius: 0;
-moz-border-radius: 0;
-o-border-radius: 0;
-ms-border-radius: 0;
box-shadow:0 6px 12px rgba(0,0,0,0.175);-webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
-moz-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
z-index:1902;}.cart-module-button{font-size:1.5rem;background-color:transparent;padding:5px 25px 5px 10px;font-weight:300;color:#555;line-height:26px;white-space:nowrap;overflow:hidden;min-width:200px;max-width:300px;text-overflow:ellipsis;border:2px solid #dadada;border-radius:0;-webkit-border-radius: 0;
-moz-border-radius: 0;
-o-border-radius: 0;
-ms-border-radius: 0;
background:transparent;}.cart-module-not-empty .cart-module-button{border:2px solid #b0b0b0;background:#b0b0b0;color:#ffffff;}.cart-module-not-empty .cart-module-button span,
.cart-module-not-empty .cart-module-button h3{color:#ffffff;}.cart-module-button h3{font-size:1.6rem;}.cart-module-button span,
.cart-module-button h3{color:#b0b0b0;}.cart-module-button > h3{display:inline;line-height:1;}.icon-sr-cart:before{content:'\e809';font-weight:300;font-size:2.3rem;}.cart-dropdown{background:#252424;color:#fff;border-radius:0;-webkit-border-radius: 0;
-moz-border-radius: 0;
-o-border-radius: 0;
-ms-border-radius: 0;
margin-top:4px;border:0;padding:5px;left:auto;right:0;box-shadow:none;-webkit-box-shadow: none;
-moz-box-shadow: none;
font-size:1.3rem;width:100%;min-width:70%;z-index:2200;}.cart-dropdown-product-list{border-bottom:1px solid #54575b;}.cart-dropdown .cart-product-table tr:last-child td{border-bottom:0;}.cart-dropdown .cart-product-table td{border-bottom:1px solid #54575b;padding:5px;}.cart-product-name-link{font-weight:400;text-transform:uppercase;}.cart-actions{border-top:1px solid #54575b;}.cart-totals-text,
.empty-cart{padding:5px 10px;}.category-module .module-head{background:#4d4d4d;text-align:center;}.category-module .module-head-title{color:#ffffff;margin-bottom:0;background:none;padding:10px 0;display:block;}.category-module .module-head:after{display:none;}.category-module .module-body{padding-top:0;}.category_menu,
.children{background:#b0b0b0;color:#ffffff;}.category-list-link,
.category-list-link:visited{color:#ffffff;background:transparent;padding:0 5px;line-height:20px;font-weight:400;text-transform:uppercase;}.category-list-link:hover,
.category-list-link:active,
.selected > .category-list-link,
.children .selected > .category-list-link:hover,
.parent:hover > .category-list-link{color:#ffffff;background:#4d4d4d;font-weight:400;}.children .selected > .category-list-link{background:#4d4d4d;color:#ffffff;}.side-position .category-list-link{font-size:1.3rem;padding:8px 15px;}.category-list b{font-weight:300;}.vertical-basic .category-list{padding:0;}.vertical-basic .category-list-link{padding:0 0 0 15px;}.vertical-basic .category-list-link:before{content:"\f105";font-family:"FontAwesome", sans-serif;padding-right:3px;}.vertical-basic .children{background:rgba(255,255,255,0.15);}.vertical-basic .children .category-list-link{padding:0 0 0 25px;font-size:1.3rem;}.vertical-basic .children .children .category-list-link{padding:0 0 0 35px;}.vertical-basic .parent.selected{padding-bottom:0;}.slide-categories .category-list.parent.cat-closed > .category-list-link:after{content:"\f105";font-family:"FontAwesome", sans-serif;position:absolute;right:2em;}.slide-categories .category-list.selected > .category-list-link:after{content:"\f107";font-family:"FontAwesome", sans-serif;position:absolute;right:2em;}.slide-categories .category-list-link{padding:5px 0 5px 15px;}.slide-categories .children{background:rgba(255,255,255,0.15);}.slide-categories .children .category-list-link{padding:5px 0 5px 25px;}.slide-categories .children .children .category-list-link{padding:5px 0 5px 35px;}.sf-vertical .children{box-shadow:-1px -1px 0 rgba(0,0,0,0.1), 1px 1px 0 rgba(0,0,0,0.1);-webkit-box-shadow: -1px -1px 0 rgba(0,0,0,0.1), 1px 1px 0 rgba(0,0,0,0.1);
-moz-box-shadow: -1px -1px 0 rgba(0,0,0,0.1), 1px 1px 0 rgba(0,0,0,0.1);
}.sf-horizontal > li.dropDownParent > a:after,
.sf-horizontal > li.parent > a:after{content:"\f107";font-family:"FontAwesome", sans-serif;display:inline-block;}.sticky-head-active{z-index:8002;top:0;position:fixed;width:100%;}.header-categories-wrapper{background:#b0b0b0;margin:0 auto;}.header-categories .module-head-title{display:none;}.header-position .category-list-link,
.header-position .category-list-link:visited{font-size:1.5rem;line-height:50px;}.header-position .children{font-size:1.3rem;}.header-position .children .category-list-link,
.header-position .children .category-list-link:visited{line-height:36px;font-size:1.3rem;}.subTreeDropDown{line-height:1.5em;}.subTreeDropDown > li{padding:30px;}.subTreeDropDown > li li{padding-bottom:10px;}.subTreeDropDown > li a{color:#ffffff;text-transform:uppercase;font-weight:400;font-size:1.3rem;}.subTreeDropDown > li a:hover{text-decoration:underline;}.subTreeDropDown ul{padding:0;}.search-module .input-group{border:2px solid #dadada;border-radius:0;-webkit-border-radius: 0;
-moz-border-radius: 0;
-o-border-radius: 0;
-ms-border-radius: 0;
background:transparent;}.search-module .input-group-btn{padding:4px;}.search-module .input-group .form-control{border:0;background:transparent;font-weight:600;font-style:italic;color:#5b5b5b;box-shadow:none;-webkit-box-shadow: none;
-moz-box-shadow: none;
height:36px;line-height:36px;padding:0 16px;}.search-module .input-group .form-control::-webkit-input-placeholder{color:#d6d6d5;opacity:1;-khtml-opacity: 1;
-moz-opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
}.search-module .input-group .form-control:-moz-placeholder{color:#d6d6d5;opacity:1;-khtml-opacity: 1;
-moz-opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
}.search-module .input-group .form-control::-moz-placeholder{color:#d6d6d5;opacity:1;-khtml-opacity: 1;
-moz-opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
}.search-module .input-group .form-control:-ms-input-placeholder{color:#d6d6d5;opacity:1;-khtml-opacity: 1;
-moz-opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
}.search-module .input-group .form-control:focus::-webkit-input-placeholder{color:transparent;}.search-module .input-group .form-control:focus:-moz-placeholder{color:transparent;}.search-module .input-group .form-control:focus::-moz-placeholder{color:transparent;}.search-module .input-group .form-control:focus:-ms-input-placeholder{color:transparent;}.search-module .input-group .btn{background:#b0b0b0;padding:6px;color:#ffffff;height:28px;line-height:1em;font-weight:300;width:28px;box-shadow:none;-webkit-box-shadow: none;
-moz-box-shadow: none;
margin-left:0;font-size:1.4rem;border-radius:0;-webkit-border-radius: 0;
-moz-border-radius: 0;
-o-border-radius: 0;
-ms-border-radius: 0;
}.search-module .form-group{margin:0;}.col-categoryselect{float:right;}.col-categoryselect .form-control{font-size:1.3rem;height:40px;line-height:36px;padding:5px 10px;font-weight:600;font-style:italic;border:2px solid #dadada;border-radius:0;-webkit-border-radius: 0;
-moz-border-radius: 0;
-o-border-radius: 0;
-ms-border-radius: 0;
background:transparent;color:#aaa;}.search-dropdown-wrapper.active .search-dropdown-btn{background:#b0b0b0;border:2px solid #b0b0b0;color:#ffffff;border-bottom-left-radius:0;border-bottom-right-radius:0;}.search-dropdown-module{background:#fff;min-width:450px;box-shadow:0 2px 3px 1px rgba(0,0,0,0.1);-webkit-box-shadow: 0 2px 3px 1px rgba(0,0,0,0.1);
-moz-box-shadow: 0 2px 3px 1px rgba(0,0,0,0.1);
}.search-dropdown-parent-wrapper{width:auto;}.search-results{left:0;border:1px solid #dadada;border-top:0;background:#fff;margin:0;}.search-results-item a{padding:8px;font-weight:600;display:block;text-decoration:none;}.search-results-head{padding:0 10px;height:40px;line-height:40px;background:#eee;font-weight:600;}.search-results li{border-bottom:1px solid #ddd;}.search-results li:last-child{border:0;}.search-results li a:hover{background:#eee;}.search_name{text-transform:uppercase;}.search_img{width:50px;text-align:center;}.search_right{overflow:hidden;padding-left:5px;text-align:left;}.header-phone{line-height:41px;color:#5b5b5b;font-size:1.9rem;text-align:right;font-weight:600;}.header-phone a{font-weight:800;color:#aeaead;}.header-phone .fa{font-size:28px;}.languageselect-select{padding:2px 8px;height:28px;line-height:26px;font-size:1.2rem;background:transparent;}.language-text{font-size:1.2rem;color:#aeaead;line-height:15px;margin:12px 0;position:relative;text-transform:uppercase;}.language-text ~ .language-text{border-left:1px solid rgba(0,0,0,0.4);}.language-text span{transition:all 0.4s ease-in-out 0s;-webkit-transition: all 0.4s ease-in-out 0s;
-moz-transition: all 0.4s ease-in-out 0s;
-o-transition: all 0.4s ease-in-out 0s;
-ms-transition: all 0.4s ease-in-out 0s;
opacity:.7;-khtml-opacity: .7;
-moz-opacity: .7;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
filter: alpha(opacity=70);
}.language-text:hover span,
.language-text.active span{opacity:1;-khtml-opacity: 1;
-moz-opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
}.language_icon img{opacity:.5;-khtml-opacity: .5;
-moz-opacity: .5;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
filter: alpha(opacity=50);
transition:all 0.3s ease-in-out 0s;-webkit-transition: all 0.3s ease-in-out 0s;
-moz-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
-ms-transition: all 0.3s ease-in-out 0s;
}.language_icon img:hover,
.language_icon.active img{opacity:1;-khtml-opacity: 1;
-moz-opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
}.header-navbar .currencieselect-select{padding:2px 8px;height:28px;line-height:26px;font-size:1.2rem;background:transparent;}.editproduct:before{content:"\f044";font-family:"FontAwesome", sans-serif;}.category_snapshot{text-align:center;margin-top:15px;margin-bottom:15px;background:#fff;box-shadow:0 0 3px 1px rgba(0,0,0,0.05);-webkit-box-shadow: 0 0 3px 1px rgba(0,0,0,0.05);
-moz-box-shadow: 0 0 3px 1px rgba(0,0,0,0.05);
padding:10px;border-radius:0;-webkit-border-radius: 0;
-moz-border-radius: 0;
-o-border-radius: 0;
-ms-border-radius: 0;
border:2px solid transparent;transition:all 0.3s ease-in-out 0s;-webkit-transition: all 0.3s ease-in-out 0s;
-moz-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
-ms-transition: all 0.3s ease-in-out 0s;
}.category_snapshot:hover{box-shadow:0 0 3px 3px rgba(0,0,0,0.05);-webkit-box-shadow: 0 0 3px 3px rgba(0,0,0,0.05);
-moz-box-shadow: 0 0 3px 3px rgba(0,0,0,0.05);
border:2px solid #b0b0b0;}.category_snapshot img{height:auto;max-width:100%;}.category-snapshot-name{padding:15px 0;}.category-snapshot-name-link{font-size:1.4rem;text-transform:uppercase;font-weight:400;}.all-manufacturer-link{margin-top:2px;border-top:1px solid #ddd;}.manufacturers_filtered_list .mf_group_title{padding:5px 0;font-weight:600;border-bottom:1px solid #ddd;}.deleteIcon{cursor:pointer;}.gotocompare{margin-top:2px;border-top:1px solid #ddd;}.tablescroll_body{width:800px;height:360px;}.compare-product-table .list-picture img{max-height:100px;}.compare-product-table .list-productname{height:50px;padding:0 10px;}.compare-product-table td{border:0;padding:4px 6px;}.compare-product-values-row{width:200px;}.compare-filter-button{padding-top:15px;}.compare-product-label-row{width:150px;background:#f1f2ed;font-weight:600;}.compare-product-table .odd.samevalue td,
.compare-product-table .samevalue td{background:#daddcf;}.compare-product-table .odd .compare-product-values-row{background:#f1f2ed;}.tablescroll_head .compare-product-label-row{background:#f1f2ed;}.login-list{border:1px solid #dadada;border-radius:0;-webkit-border-radius: 0;
-moz-border-radius: 0;
-o-border-radius: 0;
-ms-border-radius: 0;
}.login-list li a{font-weight:700;color:#ffffff;background-color:#db3232;height:30px;font-size:small;padding-top:5px;}.login-list-item{position:relative;}.logged-dropdown > ul > li > a{font-size:1.2rem;font-weight:600;}.heading{font-size:1.6rem;font-weight:600;border-bottom:1px solid #e5e5e5;margin:0 0 15px 0;padding:10px 0;}.bannerscroller-module{margin:0;}.scroller-container .container{width:100%;padding:0;}.nivo-controlNav{padding:10px 0;bottom:0;width:100%;}a.nivo-control{background:#b0b0b0;font-weight:bold;display:inline-block;width:10px;height:10px;margin:0 5px;font-size:1px;text-indent:-99999px;text-decoration:none;line-height:10px;text-align:center;border-radius:100%;-webkit-border-radius: 100%;
-moz-border-radius: 100%;
-o-border-radius: 100%;
-ms-border-radius: 100%;
}a.nivo-control.active{background:#fff;}a.nivo-control:hover{box-shadow:0 0 15px rgba(255,255,255,0.8);-webkit-box-shadow: 0 0 15px rgba(255,255,255,0.8);
-moz-box-shadow: 0 0 15px rgba(255,255,255,0.8);
}a.nivo-control-text.active:before{content:" ";display:block;border-left:10px solid transparent;border-right:10px solid transparent;border-bottom:5px solid #4d4d4d;height:0;position:absolute;top:-5px;width:0;left:calc(40%);}a.nivo-control-text{border-radius:0;-webkit-border-radius: 0;
-moz-border-radius: 0;
-o-border-radius: 0;
-ms-border-radius: 0;
font-size:1.2rem;background:#b0b0b0;color:#ffffff;display:inline-block;width:auto;height:25px;text-indent:0;text-decoration:none;line-height:25px;padding:0 20px;text-transform:uppercase;opacity:1;-khtml-opacity: 1;
-moz-opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
position:relative;}a.nivo-control-text.active{background:#4d4d4d;color:#ffffff;}a.nivo-control-text,
a.nivo-control-text.active{font-weight:300;}a.nivo-prevNav,
a.nivo-nextNav{margin:0 30px;}a.nivo-prevNav span,
a.nivo-nextNav span{height:100px;width:50px;display:block;text-decoration:none;text-indent:-999999px;}a.nivo-prevNav:hover span,
a.nivo-nextNav:hover span{text-shadow:0 0 40px rgba(255,255,255,0.9);}a.nivo-prevNav span:after,
a.nivo-nextNav span:after{color:#b0b0b0;content:"\f104";position:absolute;top:0;font-family:"FontAwesome", sans-serif;font-weight:700;background:none;font-size:7rem;text-align:center;display:block;width:50px;height:100px;line-height:100px;text-indent:0;transition:all 0.3s ease-in-out 0s;-webkit-transition: all 0.3s ease-in-out 0s;
-moz-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
-ms-transition: all 0.3s ease-in-out 0s;
}a.nivo-nextNav span:after{content:"\f105";right:0;}a.nivo-prevNav span:hover:after,
a.nivo-nextNav span:hover:after{color:#4d4d4d;}.accordion-hover:after{content:"\f107";font-size:inherit;font-family:"FontAwesome", sans-serif;padding-left:5px;}.widget-title{font-weight:800;font-size:1.6rem;}.widget label span{font-size:1.3rem;font-weight:400;}.module-filter-centered .widget{background:#fff;box-shadow:0 0 3px 1px rgba(0,0,0,0.05);-webkit-box-shadow: 0 0 3px 1px rgba(0,0,0,0.05);
-moz-box-shadow: 0 0 3px 1px rgba(0,0,0,0.05);
padding:10px;border-radius:0;-webkit-border-radius: 0;
-moz-border-radius: 0;
-o-border-radius: 0;
-ms-border-radius: 0;
border:2px solid transparent;transition:all 0.3s ease-in-out 0s;-webkit-transition: all 0.3s ease-in-out 0s;
-moz-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
-ms-transition: all 0.3s ease-in-out 0s;
}.module-filter-centered .widget-col{padding-left:5px;padding-right:5px;}.module-filter-centered .paf-filter-search-btn .fa{position:static;}.module-filter-centered .paf-filter-wrapper{margin-left:-5px;margin-right:-5px;}.ui-slider-horizontal{height:5px;font-size:1em;border:0;background:#fff;box-shadow:0 0 2px rgba(0,0,0,0.3);-webkit-box-shadow: 0 0 2px rgba(0,0,0,0.3);
-moz-box-shadow: 0 0 2px rgba(0,0,0,0.3);
padding:0;margin:10px 0;}.ui-slider-horizontal .ui-slider-handle,
.ui-slider-horizontal .ui-slider-handle:visited,
.ui-slider-horizontal .ui-slider-handle:hover,
.ui-slider-horizontal .ui-slider-handle:active{border:0;background:#b0b0b0;width:15px;height:25px;top:-10px;cursor:pointer;border-radius:0;-webkit-border-radius: 0;
-moz-border-radius: 0;
-o-border-radius: 0;
-ms-border-radius: 0;
}.ui-slider-horizontal .ui-slider-range{background:#b0b0b0;border-radius:0;-webkit-border-radius: 0;
-moz-border-radius: 0;
-o-border-radius: 0;
-ms-border-radius: 0;
height:5px;line-height:5px;font-size:1em;}.slider-inputs{margin-top:15px;text-align:center;}.slider-inputs .formatcurrency{font-size:1.2rem;font-weight:400;}.paf-filter-module{border:2px solid #f1f2ed;border-radius:0;-webkit-border-radius: 0;
-moz-border-radius: 0;
-o-border-radius: 0;
-ms-border-radius: 0;
background:transparent;padding:15px;}.paf-filter-module-head:after{display:none;}.paf-filter-module-title{padding:0;}.mobile-filter-active .mm-page .page-wrap{padding-top:106px;}.mobile-filter-active .paf-filter-module{color:#ffffff;background:#b0b0b0;border:0;border-radius:0;-webkit-border-radius: 0;
-moz-border-radius: 0;
-o-border-radius: 0;
-ms-border-radius: 0;
padding:0 15px;}.mobile-filter-active .paf-filter-module-head{display:block;text-align:center;color:#ffffff;background:#db3232;position:fixed;z-index:80002;top:50px;left:0;width:100%;padding:15px 0;}.mobile-filter-active .paf-filter-module-head:after{display:none;}.mobile-filter-active .paf-filter-module-head .fa{font-size:25px;margin-right:8px;}.mobile-filter-active .paf-filter-module-body{padding:15px 15px 5px 15px;}.mobile-filter-active .paf-filter-module-title{background:transparent;color:#ffffff;text-transform:uppercase;font-weight:600;}.mobile-filter-active .widget{background:#f1f2ed;border-radius:0;-webkit-border-radius: 0;
-moz-border-radius: 0;
-o-border-radius: 0;
-ms-border-radius: 0;
color:#4a4a4a;padding:15px;margin:0 0 15px 0;}.mobile-filter-active .widget-title{padding-bottom:0;color:#b0b0b0;text-transform:uppercase;min-height:18px;}.mobile-filter-active .widget_slider .widget-content{padding:10px 0;}.mobile-filter-active .widget-content{padding-top:10px;}.paf-filter-wrapper .mobile-filter-active .widget:last-child{margin-bottom:0;}.mobile-filter-active .widget label span{line-height:24px;}.mobile-filter-active input[type="checkbox"]{background-color:#fff;width:22px;height:22px;border:2px solid #b0b0b0;}.mobile-filter-active input[type="checkbox"]:checked{background-color:#fff;}.mobile-filter-active input[type="radio"]{width:20px;height:20px;box-shadow:inset 0 0 0 2px #b0b0b0;-webkit-box-shadow: inset 0 0 0 2px #b0b0b0;
-moz-box-shadow: inset 0 0 0 2px #b0b0b0;
}.mobile-filter-active input[type="radio"]:checked{background:#b0b0b0;}.mobile-filter-active .paf-filter-search{padding:0;margin:0 0 15px 0;}.mobile-filter-active .paf-filter-search-btn{border-color:#f1f2ed;padding:10px 12px;display:block;}.custom-value-filter-open-button{text-align:center;}.custom-value-filter-min,
.custom-value-filter-max{width:30%;padding-right:5px;}.custom-value-filter-button{width:40%;}.custom-value-filter-button .btn{width:100%;}.filter_toggle_button{font-size:inherit;}.filter_toggle_button i{font-size:inherit;}.article-title{font-size:1.9rem;margin:0 0 8px 0;line-height:1.6rem;padding-left:15px;}.article-info{font-size:1.2rem;padding-left:15px;}.article-thumb{padding-right:8px;}.article-introtext{padding:5px 0 5px 15px;}.news-article img{background:#ffffff;box-shadow:none;-webkit-box-shadow: none;
-moz-box-shadow: none;
padding:0 0 10px 0;border-radius:0;-webkit-border-radius: 0;
-moz-border-radius: 0;
-o-border-radius: 0;
-ms-border-radius: 0;
border:0;transition:all 0.3s ease-in-out 0s;-webkit-transition: all 0.3s ease-in-out 0s;
-moz-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
-ms-transition: all 0.3s ease-in-out 0s;
}.news-article:hover img{box-shadow:none;-webkit-box-shadow: none;
-moz-box-shadow: none;
border:0;}.home-position .article-list{padding:5px 0 0 0;margin:0;}.home-position .article-list li{width:33%;padding:0 0 15px 5px;float:left;}.home-position .article-thumb{padding-right:20px;padding-top:18px;padding-left:15px;}.side-position .article-thumb img{width:40px;height:auto;}.side-position .article-list li{padding:12px 0;border-bottom:1px solid #eee;}.pathway-inside-container,
.pathway-container{padding:10px 0;background:#f1f2ed;color:#9b9c9c;margin-bottom:40px;font-size:1.2rem;}.pathway-inside-container{margin-bottom:15px;padding:10px;}.pw-item{display:inline;vertical-align:top;}.pw-item-home{padding-right:10px;}.pw-link{font-weight:400;}.pw-sep{padding:0 10px;}.pw-sep-first,
.pw-sep span{display:none;}.pw-sep:after{content:"\f111";display:inline-block;font-family:"FontAwesome", sans-serif;vertical-align:top;font-weight:normal;padding:0 2px;text-indent:0;font-size:5px;}.body-pathway-inside header{margin:0 0 15px 0;}.newsletter-subscribe-form input::-webkit-input-placeholder{color:#000;opacity:1;-khtml-opacity: 1;
-moz-opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
}.newsletter-subscribe-form input:-moz-placeholder{color:#000;opacity:1;-khtml-opacity: 1;
-moz-opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
}.newsletter-subscribe-form input::-moz-placeholder{color:#000;opacity:1;-khtml-opacity: 1;
-moz-opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
}.newsletter-subscribe-form input:-ms-input-placeholder{color:#000;opacity:1;-khtml-opacity: 1;
-moz-opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
}.newsletter-subscribe-form input:focus::-webkit-input-placeholder{color:transparent;}.newsletter-subscribe-form input:focus:-moz-placeholder{color:transparent;}.newsletter-subscribe-form input:focus::-moz-placeholder{color:transparent;}.newsletter-subscribe-form input:focus:-ms-input-placeholder{color:transparent;}.newsletter-subscribe-form .btn{font-size:1.3rem;font-weight:800;width:100%;border:2px solid #db3232;}.newsletter_subscribe-module.home-position .form-element{clear:none;float:right;width:100%;padding:0 5px;}.newsletter_subscribe-module.home-position label.error{display:inline;font-size:0.8rem;}.newsletter_subscribe-module.home-position input{margin-right:10px;}.newsletter_subscribe-module.home-position .form-element-text{margin-bottom:10px;}.newsletter_subscribe-module.home-position .subscribe_button .btn{width:100%;border:2px solid #db3232;}.newsletter_subscribe-module.home-position .newsletter-pretext,
.newsletter_subscribe-module.home-position .newsletter-posttext{padding:0 15px;}.newsletter_subscribe-module.side-position{background:#b0b0b0;padding:20px;color:#ffffff;border-radius:0;-webkit-border-radius: 0;
-moz-border-radius: 0;
-o-border-radius: 0;
-ms-border-radius: 0;
}.newsletter_subscribe-module.side-position .module-head-title{background:transparent;color:#ffffff;padding:0;}.newsletter_subscribe-module.side-position .module-head:after{display:none;}.newsletter_subscribe-module.side-position .newsletter-pretext,
.newsletter_subscribe-module.side-position .newsletter-posttext{font-size:1.3rem;}.newsletter_subscribe-module.side-position input{border:2px solid rgba(255,255,255,0.4);border-radius:0;-webkit-border-radius: 0;
-moz-border-radius: 0;
-o-border-radius: 0;
-ms-border-radius: 0;
background:transparent;color:rgba(255,255,255,0.5);}.newsletter_subscribe-module.side-position input::-webkit-input-placeholder{color:rgba(255,255,255,0.5);opacity:1;-khtml-opacity: 1;
-moz-opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
}.newsletter_subscribe-module.side-position input:-moz-placeholder{color:rgba(255,255,255,0.5);opacity:1;-khtml-opacity: 1;
-moz-opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
}.newsletter_subscribe-module.side-position input::-moz-placeholder{color:rgba(255,255,255,0.5);opacity:1;-khtml-opacity: 1;
-moz-opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
}.newsletter_subscribe-module.side-position input:-ms-input-placeholder{color:rgba(255,255,255,0.5);opacity:1;-khtml-opacity: 1;
-moz-opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
}.newsletter_subscribe-module.side-position input:focus::-webkit-input-placeholder{color:transparent;}.newsletter_subscribe-module.side-position input:focus:-moz-placeholder{color:transparent;}.newsletter_subscribe-module.side-position input:focus::-moz-placeholder{color:transparent;}.newsletter_subscribe-module.side-position input:focus:-ms-input-placeholder{color:transparent;}.newsletter_subscribe-module.side-position input[type="checkbox"]:checked{background:#c1c1c1 url('../image/check.png?lastmod=1750923100') no-repeat center center/100% 100%;}.newsletter_subscribe-module.side-position .btn{background:#fff;color:#b0b0b0;border:0;}.footer-row .newsletter-subscribe-form input{border:2px solid #787575;border-radius:0;-webkit-border-radius: 0;
-moz-border-radius: 0;
-o-border-radius: 0;
-ms-border-radius: 0;
background:transparent;color:#787575;}.footer-row .newsletter-subscribe-form input::-webkit-input-placeholder{color:#787575;opacity:1;-khtml-opacity: 1;
-moz-opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
}.footer-row .newsletter-subscribe-form input:-moz-placeholder{color:#787575;opacity:1;-khtml-opacity: 1;
-moz-opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
}.footer-row .newsletter-subscribe-form input::-moz-placeholder{color:#787575;opacity:1;-khtml-opacity: 1;
-moz-opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
}.footer-row .newsletter-subscribe-form input:-ms-input-placeholder{color:#787575;opacity:1;-khtml-opacity: 1;
-moz-opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
}.footer-row .newsletter-subscribe-form input:focus::-webkit-input-placeholder{color:transparent;}.footer-row .newsletter-subscribe-form input:focus:-moz-placeholder{color:transparent;}.footer-row .newsletter-subscribe-form input:focus::-moz-placeholder{color:transparent;}.footer-row .newsletter-subscribe-form input:focus:-ms-input-placeholder{color:transparent;}.footer-row .newsletter-subscribe-form input[type="checkbox"]:checked{background:transparent url('../image/check.png?lastmod=1750923100') no-repeat center center/100% 100%;}.footer-row .newsletter-subscribe-form .btn{color:#15120e;}.footer-row .newsletter-subscribe-form .btn:hover{color:#fff;}.footer-row .newsletter-subscribe-form .form-element{padding-bottom:5px;}.footer-row .newsletter-subscribe-form .subscribe_button{padding-top:10px;}.searchlog-link,
.searchlog-link:visited{margin:2px;padding:1px 2px;display:inline-block;text-decoration:none;transition:all 0.3s ease-in-out 0s;-webkit-transition: all 0.3s ease-in-out 0s;
-moz-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
-ms-transition: all 0.3s ease-in-out 0s;
}.search-word:before{padding-right:3px;content:"\f02b";font-family:"FontAwesome", sans-serif;font-style:normal;font-weight:normal;line-height:1;}.totop{bottom:100px;right:10px;position:fixed;z-index:9999;}.totop a,
.totop a:visited{display:block;height:50px;line-height:50px;width:50px;border-radius:100%;-webkit-border-radius: 100%;
-moz-border-radius: 100%;
-o-border-radius: 100%;
-ms-border-radius: 100%;
background:#3d3c3a;color:#ffffff;text-align:center;}.totop a:hover,
.totop a:active{transform:scale(1.07,1.07);-webkit-transform: scale(1.07,1.07);
-moz-transform: scale(1.07,1.07);
-o-transform: scale(1.07,1.07);
-ms-transform: scale(1.07,1.07);
}.totop a i{line-height:45px;}.social-share-module{min-height:40px;padding:10px 0 0 0;position:relative;}.social-share-module > div{display:inline-block;vertical-align:top;margin:0 3px 10px 3px;}.social-share-module #fb-root{margin:0;}body:not(.flypage_body) .fb-like{width:100px;padding:0;margin-left:5px;z-index:100;}.twitter{width:21px;height:21px;cursor:pointer;background:url('../image/twitter_share.png?lastmod=1750923100') top left no-repeat;}.SR-small-banner{display:block;background:#000000 0 0 repeat;background-size:100% auto;margin-bottom:20px;color:#ffffff;border-radius:0;-webkit-border-radius: 0;
-moz-border-radius: 0;
-o-border-radius: 0;
-ms-border-radius: 0;
transition:none;-webkit-transition: none;
-moz-transition: none;
-o-transition: none;
-ms-transition: none;
}.SR-small-banner-1{background-image:url('../image/banner1.jpg?lastmod=1750923100');}.SR-small-banner-2{background-image:url('../image/banner2.jpg?lastmod=1750923100');}.SR-small-banner-3{background-image:url('../image/banner3.jpg?lastmod=1750923100');}.SR-small-banner-inner{padding:25px;border-radius:0;-webkit-border-radius: 0;
-moz-border-radius: 0;
-o-border-radius: 0;
-ms-border-radius: 0;
display:block;background-color:rgba(0,0,0,0.3);transition:all 0.3s ease-in-out 0s;-webkit-transition: all 0.3s ease-in-out 0s;
-moz-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
-ms-transition: all 0.3s ease-in-out 0s;
}.SR-small-banner-text{border-top:1px solid #ffffff;border-bottom:1px solid #ffffff;display:inline-block;margin:0;text-transform:uppercase;font-size:1.6rem;font-weight:600;}.text-center .SR-small-banner-text{padding:10px 25px;}.text-left .SR-small-banner-text{padding:10px 25px 10px 0;}.text-right .SR-small-banner-text{padding:10px 0 10px 25px;}.SR-small-banner:hover{transition:none;-webkit-transition: none;
-moz-transition: none;
-o-transition: none;
-ms-transition: none;
color:#b0b0b0;}.SR-small-banner:hover > span{background-color:rgba(0,0,0,0.7);}.kickerimage-box{position:relative;display:block;}.kickerimage-box:after{content:"";display:block;opacity:0;-khtml-opacity: 0;
-moz-opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
background:rgba(0,0,0,0.4);position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;transition:all 0.3s ease-in-out 0s;-webkit-transition: all 0.3s ease-in-out 0s;
-moz-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
-ms-transition: all 0.3s ease-in-out 0s;
}.kickerimage-box:hover:after{opacity:1;-khtml-opacity: 1;
-moz-opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
}.kickerimages-col{padding-bottom:30px;}.kickerimage-title{position:absolute;top:15px;left:15px;text-transform:uppercase;font-size:1.6rem;font-weight:600;color:#ffffff;z-index:2;padding:10px 25px 10px 0;border-top:1px solid #ffffff;border-bottom:1px solid #ffffff;}.kickerimage-title:empty{border:0;padding:0;}.kickerimage-box:hover .kickerimage-title{color:#b0b0b0;}.kickerimage-description{position:absolute;top:50%;left:15px;transform:translateY(-50%);-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
-ms-transform: translateY(-50%);
color:#fff;z-index:2;}.kickerimage-button{position:absolute;left:15px;bottom:15px;z-index:2;}.kickerimage-button-title{background-color:#e6e6e6;color:#000000;border:0;}.kickerimage-box:hover .kickerimage-button-title{background-color:#b0b0b0;color:#ffffff;border:0;}.kickerimage-img{border-radius:0;-webkit-border-radius: 0;
-moz-border-radius: 0;
-o-border-radius: 0;
-ms-border-radius: 0;
}.list_with_divs{width:calc(100% + 20px);margin-left:-10px;margin-right:-10px;}.list_with_divs:after{content:"";display:block;clear:both;}.list_div_item{padding:10px;width:100% !important;margin:0 !important;float:left;}.snapshot-list-item{padding:5px 0;}.list-productname-link{color:#4a4a4a;text-transform:uppercase;font-weight:400;}.list_picture img{max-width:100%;height:auto;}.list_stock{font-weight:600;font-size:1.3rem;}.list_prouctprice{font-style:italic;}.list_price{color:#575757;font-size:2rem;font-weight:800;}.list_original{color:#6c6c6c;font-size:1.7rem;font-weight:600;}.list_special{color:#6c6c6c;font-size:2rem;font-weight:800;}.snapshot_vertical .list_productprice_special_postfix .list_price_postfix,
.snapshot_vertical .list_productprice_special_postfix .list_original{display:block;}.snapshot_vertical .short_description{display:none;}.snapshot_vertical:not(.list-style) .list_div_item{text-align:center;}.snapshot_vertical.list-style .list_div_item{transition:all 0.3s ease-in-out 0s;-webkit-transition: all 0.3s ease-in-out 0s;
-moz-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
-ms-transition: all 0.3s ease-in-out 0s;
}.snapshot_vertical.list-style .list_picture{float:left;margin-right:20px;}.snapshot_vertical.list-style .short_description{display:block;}.snapshot_vertical.list-style .list_prouctname{height:auto !important;}.list_addtocart .quantity-input{height:30px;width:50px;padding:2px;border:2px solid #dadada;border-radius:0;-webkit-border-radius: 0;
-moz-border-radius: 0;
-o-border-radius: 0;
-ms-border-radius: 0;
background:#ebebeb;vertical-align:middle;}.list_addtocart .quantity-name-text{padding:0 10px;}.list_addtocart .btn{background:#fff;color:#5b5b5b;border:2px solid #ebebeb;font-size:13px;}.list_addtocart .btn span{line-height:1rem;white-space:normal;}.list_addtocart .btn span:before{font-family:'sr-cart-icons';content:'\e809';margin-right:5px;font-weight:300;font-size:1.8rem;}.list_addtocart .btn.active,
.list_addtocart .btn.focus,
.list_addtocart .btn:active,
.list_addtocart .btn:focus,
.list_addtocart .btn:hover{background:#b0b0b0;color:#ffffff;border:2px solid #b0b0b0;}.snapshot_vertical_product{background:#fff;box-shadow:none;-webkit-box-shadow: none;
-moz-box-shadow: none;
padding:10px;border-radius:0;-webkit-border-radius: 0;
-moz-border-radius: 0;
-o-border-radius: 0;
-ms-border-radius: 0;
border:0;transition:all 0.3s ease-in-out 0s;-webkit-transition: all 0.3s ease-in-out 0s;
-moz-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
-ms-transition: all 0.3s ease-in-out 0s;
}.snapshot_vertical_product .list_prouctprice{padding:10px 0;}.snapshot_vertical_product:after{content:"";display:block;clear:both;}.snapshot_vertical_product:hover{box-shadow:0 0 3px 3px rgba(0,0,0,0.05);-webkit-box-shadow: 0 0 3px 3px rgba(0,0,0,0.05);
-moz-box-shadow: 0 0 3px 3px rgba(0,0,0,0.05);
border:0;}.snapshot_horizontal_product{background:#fff;box-shadow:none;-webkit-box-shadow: none;
-moz-box-shadow: none;
padding:10px;border-radius:0;-webkit-border-radius: 0;
-moz-border-radius: 0;
-o-border-radius: 0;
-ms-border-radius: 0;
border:2px solid transparent;transition:all 0.3s ease-in-out 0s;-webkit-transition: all 0.3s ease-in-out 0s;
-moz-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
-ms-transition: all 0.3s ease-in-out 0s;
}.snapshot_horizontal_product:hover{box-shadow:0 0 3px 3px rgba(0,0,0,0.05);-webkit-box-shadow: 0 0 3px 3px rgba(0,0,0,0.05);
-moz-box-shadow: 0 0 3px 3px rgba(0,0,0,0.05);
border:2px solid #b0b0b0;}.side-position .list_prouctname{padding-top:0;}.side-position .list-productname-link{font-size:1.3rem;color:#5b5b5b;}.side-position .list_price,
.side-position .list_special{font-size:1.6rem;font-weight:800;}.side-position .list_original{font-size:1.3rem;font-weight:600;}.productscroller > li{margin:0 !important;}.badgetype_5{margin-top:-18px;}.badgetype_11,
.badgetype_12{margin-top:-12px;}.badgetype_4{margin-left:-18px;}.badgetype_6,
.badgetype_7{margin-left:-12px;}.badgetype_1,
.badgetype_9{margin-top:-12px;margin-left:-12px;}.product-image .badgetype_5{margin-top:-8px;}.product-image .badgetype_11,
.product-image .badgetype_12{margin-top:-2px;}.product-image .badgetype_4{margin-left:-8px;}.product-image .badgetype_6,
.product-image .badgetype_7{margin-left:-2px;}.product-image .badgetype_1,
.product-image .badgetype_9{margin-top:-2px;margin-left:-2px;}.product-snapshot:empty{display:none;}.auroramessenger-popupcontent{width:740px;overflow:hidden;}.auroramessenger-message.popup .list_div_item{width:220px !important;}.auroramessenger-message.popup .snapshot_horizontal_direction .list_div_item{width:660px !important;}.auroramessage_incart{background:#f1f1f1;}.aurora-scroll-list-item{text-align:center;margin:0;float:left;}.aurora-scroll-list-item .snapshot_vertical_product{margin:0 10px 10px 10px;}.aurora-scroll-click-container{width:calc(100% + 20px);margin-left:-10px;margin-right:-10px;}.aurora-scroll-btn:before{color:#b0b0b0;font-size:60px;transition:text-shadow 0.4s ease-in-out 0s;-webkit-transition: text-shadow 0.4s ease-in-out 0s;
-moz-transition: text-shadow 0.4s ease-in-out 0s;
-o-transition: text-shadow 0.4s ease-in-out 0s;
-ms-transition: text-shadow 0.4s ease-in-out 0s;
}.aurora-scroll-btn:hover:before{text-shadow:0 0 20px rgba(0,0,0,0.9);}.aurora-scroll-back:before{content:"\f104";}.aurora-scroll-forward:before{content:"\f105";}.aurora-scroll-btn-up:before{content:"\f106";}.aurora-scroll-btn-down:before{content:"\f107";}.aurora-scroll-btn-up,
.aurora-scroll-btn-down{right:calc(50% - 25px);left:auto;}.aurora-scroll-btn-up:before,
.aurora-scroll-btn-down:before{font-size:40px;}.aurora-scroll-arrow-pos-horizontal{padding:15px 0;}.aurora-scroll-btn-up{top:-20px;}.aurora-scroll-btn-down{bottom:-15px;}.aurora-scroll-arrow-pos-3 .aurora-scroll-btn:before{font-size:40px;width:40px;height:40px;line-height:40px;}.aurora-scroll-arrow-pos-3 .aurora-scroll-btn-right{right:10px;}.home-top-section,
.home-bottom-section{background:#f1f2ed;}.home-top-section .module-head,
.home-bottom-section .module-head{text-align:center;}.home-top-section .module-head-title,
.home-bottom-section .module-head-title{color:#000000;font-size:2.5rem;font-weight:300;display:inline-block;position:relative;}.home-container{padding-top:0;padding-bottom:0;}.subcategory-item{padding-top:15px;padding-bottom:15px;}.subcategory-item-inner{text-align:center;background:#fff;box-shadow:3px 6px 7px 0px #899599;-webkit-box-shadow: 3px 6px 7px 0px #899599;
-moz-box-shadow: 3px 6px 7px 0px #899599;
padding:0;border-radius:0;-webkit-border-radius: 0;
-moz-border-radius: 0;
-o-border-radius: 0;
-ms-border-radius: 0;
border:2px solid transparent;transition:all 0.3s ease-in-out 0s;-webkit-transition: all 0.3s ease-in-out 0s;
-moz-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
-ms-transition: all 0.3s ease-in-out 0s;
}.subcategory-item-inner:hover{box-shadow:0 0 3px 3px rgba(0,0,0,0.05);-webkit-box-shadow: 0 0 3px 3px rgba(0,0,0,0.05);
-moz-box-shadow: 0 0 3px 3px rgba(0,0,0,0.05);
border:2px solid #b0b0b0;}.subcategory-item-inner:hover .subcategory-description{z-index:2;left:-2px;opacity:1;-khtml-opacity: 1;
-moz-opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
width:calc(100% + 4px);visibility:visible;background:#b0b0b0;color:#ffffff;transition:visibility 0.3s ease-in-out 0s, opacity 0.3s ease-in-out 0s;-webkit-transition: visibility 0.3s ease-in-out 0s, opacity 0.3s ease-in-out 0s;
-moz-transition: visibility 0.3s ease-in-out 0s, opacity 0.3s ease-in-out 0s;
-o-transition: visibility 0.3s ease-in-out 0s, opacity 0.3s ease-in-out 0s;
-ms-transition: visibility 0.3s ease-in-out 0s, opacity 0.3s ease-in-out 0s;
}.subcategory-item-inner:hover .subcategory-description:empty{display:none;}.subcategory-item-inner img{height:auto;max-width:100%;display:none;}.subcategory-item.no-subcategory-description .subcategory-item-inner:hover{border:2px solid transparent;}.subcategory-name{display:block;padding-top:0;text-transform:uppercase;padding:1.4rem;background-color:#db3232;color:#fff;font-size:1.6rem;font-weight:700;}.product-sortbar{margin:20px 0;overflow:auto;background:#f1f2ed;padding:15px;border-radius:0;-webkit-border-radius: 0;
-moz-border-radius: 0;
-o-border-radius: 0;
-ms-border-radius: 0;
}.product-sortbar .packageofferlist-title{margin:0 20px 0 10px;line-height:30px;}.product-sortbar .display{margin:0 10px 0 0;line-height:30px;}.product-sortbar .display .list-grid-btn{cursor:pointer;font-size:2rem;line-height:33px;color:#4a4a4a;margin:0 2px;}.product-sortbar .display .list-grid-btn.active-style{color:#5b5b5b;}.product-sortbar .display-text{margin-right:8px;}.product-sortbar .list-grid-icons{background:#dadada;border-radius:0;-webkit-border-radius: 0;
-moz-border-radius: 0;
-o-border-radius: 0;
-ms-border-radius: 0;
padding:0 10px;overflow:hidden;height:30px;}.product-sortbar .form-control{margin-left:8px;width:200px;height:30px;display:inline-block;background:#fff;}.pagination .links{padding-right:0;}.pagination-link-active,
.pagination-link,
.pagination-link:visited{float:left;display:inline-block;width:23px;height:30px;line-height:30px;padding:0;margin:0 0 0 6px;text-align:center;text-decoration:none;position:relative;background:#b0b0b0;border-radius:0;-webkit-border-radius: 0;
-moz-border-radius: 0;
-o-border-radius: 0;
-ms-border-radius: 0;
color:#ffffff;}.pagination-link-active,
.pagination-link:hover,
.pagination-link:active{background:#000000;}.pagination_navi{font-family:'FontAwesome';}.pagination_navi span{display:none;}.pagination_first:before{content:"\f100";}.pagination_back:before{content:"\f104";}.pagination_next:before{content:"\f105";}.pagination_last:before{content:"\f101";}.product-image{border-radius:0;-webkit-border-radius: 0;
-moz-border-radius: 0;
-o-border-radius: 0;
-ms-border-radius: 0;
box-shadow:none;-webkit-box-shadow: none;
-moz-box-shadow: none;
position:relative;}.productimages{padding:10px 0;margin:0 -10px;}.one_productimage{padding:10px;}.one_productimage img{border-radius:0;-webkit-border-radius: 0;
-moz-border-radius: 0;
-o-border-radius: 0;
-ms-border-radius: 0;
box-shadow:0 0 8px 2px rgba(0,0,0,0.1);-webkit-box-shadow: 0 0 8px 2px rgba(0,0,0,0.1);
-moz-box-shadow: 0 0 8px 2px rgba(0,0,0,0.1);
}.product-page-left .one_productimage{width:25%;}.product-secondary-image{display:block;}.enlarge{display:block;position:absolute;right:0;bottom:0;background:#b0b0b0;color:#ffffff;width:27px;height:27px;z-index:100;text-align:center;text-indent:-99999px;border-radius:0 0 0px 0;-webkit-border-radius: 0 0 0px 0;
-moz-border-radius: 0 0 0px 0;
-o-border-radius: 0 0 0px 0;
-ms-border-radius: 0 0 0px 0;
}.enlarge:after{content:"\f002";display:block;font-family:FontAwesome, sans-serif;position:absolute;right:0;bottom:0;text-indent:0;width:27px;height:27px;line-height:1.7em;font-size:1.5rem;font-weight:300;}.more-pics-button-assist .step-thumbnail{border-radius:0;-webkit-border-radius: 0;
-moz-border-radius: 0;
-o-border-radius: 0;
-ms-border-radius: 0;
}.position_5_wrapper .module-head{display:none;}.product-page-left .social-share-module{text-align:center;}.product-page-price{position:relative;height:auto;padding:10px;background:#f1f2ed;text-align:center;}.product-page-price-label{padding-right:5px;font-size:2.5rem;font-weight:800;}.product-page-price .postfix{padding-left:8px;}.default-customer-group-price{background:#ebebeb;padding:5px 10px 0;font-weight:300;}.default-customer-group-price-2 .customer-group-price-value{color:#6c6c6c;}.discount-intervall{padding:0;width:100%;background:#f1f2ed;text-align:center;font-size:1.6rem;}.discount-intervall-item{display:inline-block;}.product_table_original{font-size:1.6rem;font-weight:600;text-decoration:line-through;color:#6c6c6c;}.product_table_special{font-size:2.5rem;font-weight:800;color:#6c6c6c;}.product_table_price{font-size:2.5rem;font-weight:800;color:#575757;}.decrease_wrapper{overflow:hidden;position:absolute;right:0;top:0;background:#959c77;color:#ffffff;width:100px;padding-left:8px;height:54px;line-height:54px;text-align:center;}.decrease_wrapper:before{position:absolute;left:-84px;top:-20px;content:"";display:block;width:94px;height:94px;background:#f1f2ed;border-radius:100%;-webkit-border-radius: 100%;
-moz-border-radius: 100%;
-o-border-radius: 100%;
-ms-border-radius: 100%;
}.decrease_amount{font-size:2.3rem;font-style:italic;font-weight:300;}.decrease_amount:before{content:"-";}.decrease_text{display:none;}.product_parameters .param-label,
.product_parameters .param-value,
.product_parameters .no-border,
.product_parameters .product-short-description{padding:5px 10px;}.product_parameters .param-value-icon{padding:0;}.productstock-param-row,
.productstock1-param-row,
.productstock2-param-row,
.productshippingtime-param-row{background:#f1f2ed;}.compare_button_wrapper a:before{padding-right:5px;content:"\f021";font-family:"FontAwesome", sans-serif;}.compare_button_wrapper a.compared:before{content:"\f00d";}.product-print-preview-link:before{padding-right:5px;content:"\f02f";font-family:"FontAwesome", sans-serif;}.wishlist-add:before{padding-right:5px;content:"\f005";font-family:"FontAwesome", sans-serif;}.wishlist-product-count{background:#4a4a4a;}.wishlist-btn{padding:8px 12px;}.module-wishlist-wrapper .header-position .module-edit-link{right:-20px;}.product-quantity-discounts{padding:5px 20px;background:#eee;}.product-quantity-discounts strong{font-size:1.5rem;font-weight:600;}.product-review-item{padding:15px 0;border-bottom:1px solid #dadada;}.product-review-summary .product-review-progress .progress-bar,
.product-review-summary .product-review-average-sum{background:#b0b0b0;}.content_addtocart_wrapper{padding:0 !important;}.product_table_quantity{padding:0 0 0 10px;font-size:2.0rem;font-weight:600;float:left;}.product_table_quantity .quantity-to-cart{margin:0 10px;width:50px;font-weight:700;font-size:1.6rem;height:45px;padding:4px 5px 4px 10px;border:2px solid #dadada;border-radius:0;-webkit-border-radius: 0;
-moz-border-radius: 0;
-o-border-radius: 0;
-ms-border-radius: 0;
background:#f1f2ed;}.product_table_quantity .ui-spinner{border:2px solid #dadada;border-radius:0;-webkit-border-radius: 0;
-moz-border-radius: 0;
-o-border-radius: 0;
-ms-border-radius: 0;
background:transparent;margin-left:10px;margin-right:10px;}.product_table_quantity .ui-spinner-input{border:0;margin:0;}.product_table_addtocart_wrapper{border-top:0;border-bottom:0;padding:12px 0;text-align:right;}.product_table_addtocart_wrapper .button-add-to-cart{margin-right:0;text-align:center;padding:0 25px;}.product_table_addtocart_wrapper .button-add-to-cart span{font-size:1.9rem;display:inline-block;height:43px;line-height:43px;}.product_table_addtocart_wrapper .button-add-to-cart:before{content:'\e809';font-weight:200;font-size:2.5rem;font-family:'sr-cart-icons';padding-right:15px;}.notify-request:before,
.offer_request:before{display:none;}.product-children-table{font-size:1.3rem;}.product-children-table-responsive{margin:15px 0;}.product-children-table-header td{background:#777;color:#fff;font-weight:500;}.product-children-table tr.even td{background:#f1f2ed;}.product-children-table .list_prouctprice{font-size:1.5rem;}.product-children-table .list_original{font-size:1.2rem;}.product-children-table .list_addtocart .btn{margin:5px 0;width:auto;}.product-children-table .ui-spinner{border:2px solid #dadada;border-radius:0;-webkit-border-radius: 0;
-moz-border-radius: 0;
-o-border-radius: 0;
-ms-border-radius: 0;
background:transparent;margin-left:5px;margin-right:5px;}.product-children-table .ui-spinner-input{border:0;margin:0;}.ring_wrapper{margin:20px 0;}.ring_wrapper .variable{margin-right:4px;padding:3px;border:2px solid #eee;transition:all 0.3s ease-in-out 0s;-webkit-transition: all 0.3s ease-in-out 0s;
-moz-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
-ms-transition: all 0.3s ease-in-out 0s;
}.ring_wrapper .variable.selected,
.ring_wrapper .variable:hover{border:2px solid #444;}.list-icon .icon,
.list-icon .color{width:45px !important;height:45px !important;}.list-icon .variable{border-radius:100%;-webkit-border-radius: 100%;
-moz-border-radius: 100%;
-o-border-radius: 100%;
-ms-border-radius: 100%;
}.list-icon .variable img{border-radius:100%;-webkit-border-radius: 100%;
-moz-border-radius: 100%;
-o-border-radius: 100%;
-ms-border-radius: 100%;
}.list-icon .color{border-radius:100%;-webkit-border-radius: 100%;
-moz-border-radius: 100%;
-o-border-radius: 100%;
-ms-border-radius: 100%;
box-shadow:inset 2px 2px 2px rgba(0,0,0,0.15);-webkit-box-shadow: inset 2px 2px 2px rgba(0,0,0,0.15);
-moz-box-shadow: inset 2px 2px 2px rgba(0,0,0,0.15);
}.list-list .variable{margin-right:12px;padding:5px;margin-bottom:12px;background-color:#f1f2ed;border:1px solid #bbbbbb;}.list-list .variable a{display:block;padding:4px 8px;color:#2e2e2e;}.product_options_wrapper{margin:20px 0;}.product_options_text{font-size:1.5rem;font-weight:600;padding:5px 20px;}.product-collateral-wrapper{margin:20px 10px;float:left;width:100%;}.product-collateral-wrapper strong{font-size:1.5rem;font-weight:600;}.collateral-module-cell{padding:6px 6px 6px 0;}.tabs{margin-bottom:0;margin-top:0;background:#d4d4d4;}.tabs a,
.tabs a:visited{line-height:40px;padding:0 15px;font-size:1.7rem;font-weight:600;color:#fff;}.tabs a.selected,
.tabs a.selected:visited{background:#f1f2ed;color:#5b5b5b;}.tab_page{padding:20px;margin-bottom:20px;background:#f1f2ed;overflow:hidden;}.parameter_table tr td{padding:5px 10px;}.parameter_table tr.even td{background:#f1f2ed;}.tags{padding:10px 0;font-size:1.2rem;}.tags a{font-size:1.2rem;}.packageoffer-products{text-align:center;}.packageoffer-line{padding:30px 0;border-bottom:1px solid #ddd;display:flex;display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
flex-direction:row;align-content:center;justify-content:space-between;align-items:center;flex-wrap:wrap;}.packageoffer-line:last-child{border:0;}.packageoffer-line-left-c-5 .packageoffer-item{width:20%;}.packageoffer-item-plus{position:absolute;top:40px;right:-4%;margin:0 5px;line-height:32px;height:35px;text-align:center;width:35px;z-index:2;font-weight:600;font-size:3rem;}.packageoffer-item-inner{text-align:center;background:#fff;box-shadow:0 0 3px 1px rgba(0,0,0,0.05);-webkit-box-shadow: 0 0 3px 1px rgba(0,0,0,0.05);
-moz-box-shadow: 0 0 3px 1px rgba(0,0,0,0.05);
padding:10px;border-radius:0;-webkit-border-radius: 0;
-moz-border-radius: 0;
-o-border-radius: 0;
-ms-border-radius: 0;
border:2px solid transparent;transition:all 0.3s ease-in-out 0s;-webkit-transition: all 0.3s ease-in-out 0s;
-moz-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
-ms-transition: all 0.3s ease-in-out 0s;
height:300px;overflow:hidden;}.packageoffer-item-inner:hover{box-shadow:0 0 3px 3px rgba(0,0,0,0.05);-webkit-box-shadow: 0 0 3px 3px rgba(0,0,0,0.05);
-moz-box-shadow: 0 0 3px 3px rgba(0,0,0,0.05);
border:2px solid #b0b0b0;}.packageoffer-item-badge{display:block;border-radius:100%;-webkit-border-radius: 100%;
-moz-border-radius: 100%;
-o-border-radius: 100%;
-ms-border-radius: 100%;
background:rgba(0,0,0,0.9);color:#fff;position:absolute;bottom:0;left:0;line-height:25px;height:28px;width:28px;text-align:center;z-index:2;font-weight:600;}.packageoffer-cart-button{text-align:left;padding:10px 0;}.product-quickview{background:#fff;padding:20px;min-height:400px;}.product-quickview .product-page-price{min-height:54px;height:100%;padding:10px 20px 5px 20px;}.product-quickview .price_row{vertical-align:top;}.product-quickview-details{padding:10px 0 5px 0;text-align:center;overflow:hidden;}.product-quickview .quantity-text{display:none;}.product-quickview .product_table_addtocart_wrapper{padding:15px 0;}.product-quickview-heading{margin:0 0 20px 0;font-size:20px;}.product-quickview-left{margin-right:20px;}.product-quickview-right{overflow:hidden;}.product-quickview-product-image{box-shadow:none;-webkit-box-shadow: none;
-moz-box-shadow: none;
}.quickview-details-button{font-size:1.8rem;}.quickview-details-button-text{vertical-align:middle;}.quickview-details-button:after{content:"\f105";font-family:FontAwesome, sans-serif;font-size:1.4rem;display:inline-block;width:2.6rem;height:2.6rem;line-height:2.4rem;border-radius:0;-webkit-border-radius: 0;
-moz-border-radius: 0;
-o-border-radius: 0;
-ms-border-radius: 0;
vertical-align:middle;background:#ffffff;color:#b0b0b0;margin-left:8px;}.quickview-details-button:active,
.quickview-details-button:focus,
.quickview-details-button:hover{color:#ffffff;}.fancybox-quickview .fancybox-skin{background:#b0b0b0;}.quickview-button:hover{background:#5b5b5b;color:#ffffff;border:2px solid #b0b0b0;}.cartquickview-button{margin-top:8px;}.cart th{background:#f1f2ed;}.cart-information .panel-heading{background:#f1f2ed;}.quantity-to-cart{min-width:50px;}.input-group-cart-quantity .ui-spinner{display:table-cell;}.input-group-cart-quantity .ui-spinner-button{z-index:3;}.coupon-label,
.coupon-btn,
.coupon-form-control{line-height:1.8rem;font-size:1.4rem;padding:5px 12px;height:3.2rem;}.snapshot-cart-item{padding:20px 0;border-bottom:1px solid #dadada;}.snapshot-cart-item:first-child{border-top:1px solid #dadada;}.snapshot-cart-item .list_picture{float:left;padding-right:30px;width:25%;}.snapshot-cart-item .list_picture img{width:100%;height:auto;}.snapshot-cart-item .snapshot-list-item{float:right;width:75%;}.checkout_page h1{font-size:2.5rem;}.checkout_page .checkout_row{border:1px solid #ddd;}.checkout_page .checkout_content_inner{border-top:1px solid #ddd;}.checkout_page .button_back_to_cart{margin-top:20px;margin-bottom:10px;font-size:2.2rem;}.sr-form-group .intl-tel-input .flag-container{top:1px;left:1px;bottom:1px;}.sr-input-group .form-control,
.sr-input-group .form-control:focus{border-top-right-radius:0;border-bottom-right-radius:0;border-right:0;}.sr-cart-page .cart-row-name a{color:#4a4a4a;}.sr-cart-page .cart-row-name a:active,
.sr-cart-page .cart-row-name a:hover{color:#b0b0b0;}.sr-cart-page .sr-col-to-chekout .sr-next-to-checkout{color:#ffffff;border:2px solid transpaternt;}.sr-cart-page .sr-col-to-chekout .sr-next-to-checkout:active,
.sr-cart-page .sr-col-to-chekout .sr-next-to-checkout:hover{background-color:#86af49;color:#ffffff;}.sr-cart-page select.form-control.checkout-form-control{border:0;color:#5b5b5b;border-bottom:1px solid #5b5b5b;}.sr-cart-page .special-price,
.sr-cart-page .special-price-sum{color:#6c6c6c;}.sr-cart-page .original-price,
.sr-cart-page .original-price-sum{color:#6c6c6c;}.sr-cart-page .edit-button.cart-button .btn:active,
.sr-cart-page .edit-button.cart-button .btn:hover{background-color:#b0b0b0;border-color:#b0b0b0;}.sr-cart-page .new-checkout-button-bg:active,
.sr-cart-page .new-checkout-button-bg:hover{background-color:#86af49;border-color:#b0b0b0;color:#ffffff;border:0;}.sr-cart-page .sr-col-to-chekout .btn-success.btn,
.sr-cart-page .sr-col-to-chekout .btn-success.btn{background-color:#5b5b5b;border-color:#5b5b5b;}.sr-cart-page .sr-col-to-chekout .btn-success.btn:active,
.sr-cart-page .sr-col-to-chekout .btn-success.btn:hover,
.sr-cart-page .sr-col-to-chekout .btn-success.btn:active,
.sr-cart-page .sr-col-to-chekout .btn-success.btn:hover{background-color:#b0b0b0;border-color:#b0b0b0;}.checkout_heading{font-weight:600;background:#f1f2ed;font-size:1.6rem;}.checkout_step_number{padding:0 10px;}.checkout_step_label{font-weight:600;}.checkout_active_step{color:#b0b0b0;}.checkout-content-title{font-size:1.8rem;margin:0 0 15px 0;padding:0 0 10px 0;border-bottom:1px solid #e5e5e5;}.checkout_content .form-control{margin:2px 0 6px 0;max-width:100%;}.checkout_personal_form_text,
.checkout_address_form_text{float:left;width:150px;}.carttable th{background:#f1f2ed;}.checkout-details-products td{border-bottom:1px solid #f1f2ed;padding:5px 0;}.checkout-details-products .cart_product_actions{padding:5px 0;font-size:1.3rem;}.checkout-details-products .cart_totals{padding:5px 0;font-weight:600;}.checkout-details-products .cart_price_value,
.checkout-details-products .cart_total_price{float:right;}.checkout-details-products .cart_prod_picture{padding-right:10px;}.tocheckout .btn-primary{font-size:2rem;padding:8px 25px;}.maintenance_body{padding:20px;}.maintenance_body header{border:0;padding:30px 0;}.maintenance-content{border:2px solid #d7d7d7;border-radius:0;-webkit-border-radius: 0;
-moz-border-radius: 0;
-o-border-radius: 0;
-ms-border-radius: 0;
padding:40px;font-size:2rem;line-height:1.7em;}.snapshot-list-attributes{width:100%;z-index:1000;}.snapshot_horizontal.side_module .snapshot-list-attributes{display:none;}.snapshot-list-attributes-inner{margin:auto;}.snapshot_horizontal .snapshot-list-attributes{margin:5px 0;}.snapshot-attribute{width:46px;height:46px;margin:5px;font-size:11px;}.snapshot-attribute-container{height:56px;}.snapshot-attribute-link .attribute-value{width:46px !important;height:46px !important;}.snapshot-slider-left:before,
.snapshot-slider-right:before{line-height:56px;}.snapshot-slider-left,
.snapshot-slider-right{width:10px;height:56px;}.snapshot-slider-left{left:-10px;}.snapshot-slider-right{right:-10px;}#aurora-nanobar-settings-button{color:#fff;}#aurora-nanobar-settings-button:active,
#aurora-nanobar-settings-button:hover{color:#b0b0b0;}body{font-family:"Roboto Flex", sans-serif;}.button-add-to-cart{animation:btn-anim-trmk 5s 2s infinite;border:2px solid #db3232;}.button-add-to-cart:hover{animation:none;background:#86af49;border:2px solid #86af49;color:#fff;}.list_details{width:100%;border:2px solid #db3232;background-color:#db3232;}.snapshot-list-item.list_addtocart{display:none;}.list_details:hover{background-color:#5b5b5b;border:2px solid #5b5b5b;}a.list-details-link{font-weight:700;color:#ffffff;font-size:large;}.login-list li a:hover{color:#fff;background-color:#5b5b5b;}.list_actions,
.cyberweek img{box-shadow:3px 6px 7px 0px #899599;-webkit-box-shadow: 3px 6px 7px 0px #899599;
-moz-box-shadow: 3px 6px 7px 0px #899599;
}.add_to_cart:hover{background:#fc3c3c;color:#fff;}.top.product-page-top{text-align:center;}.top.page-head{text-align:center;}.top{text-align:center;}.article-content{overflow:visible;border:1px solid #5b5b5b;background-color:#ffffff;min-height:420px;}a.article-title-link{font-weight:600;color:#5b5b5b;}.news-all-button{text-align:right;padding-right:12px;background:#b0b0b0;}a.btn-sm{background:#b0b0b0;color:#fff;border:2px solid #f1f2ed;}a.btn-sm:hover{background:#5b5b5b;color:#ffffff;border:2px solid #5b5b5b;outline:none;}.footer-col-1-position{text-align:center;}.footer-col-2-position{text-align:center;}.footer-col-3-position{text-align:center;}.article-read-more{text-align:right;}.snapshot-list-item.list_details{text-align:center;}a.footer-contact{color:#fff;font-size:1.8rem;}a.footer-contact:hover{color:#b0b0b0 !important;}li#cat_115{float:right;background:#5b5b5b;}br.lsep{display:none;}.form-element{padding-bottom:10px;padding-right:10px;clear:both;font-size:large;color:#696969;}div#module_newsletter_subscribe_wrapper{padding:0;}a#newsletter-emailsubscribe-btn:hover{background:#5b5b5b;color:#fff;border:2px solid #5b5b5b;}.home-bottom-section .module-head{background:#db3232;padding-top:5px;padding-bottom:10px;padding-left:10px;width:100%;}.home-bottom-section .module-head-title{color:#fff;font-size:3.0rem;font-weight:600;}.newsletter-pretext{float:left;width:60%;padding:10px 0 0 0;background:#f1f2ed;}.fieldset.content{padding:10px;background:#f1f2ed;}.nav>li>a:focus{background-color:#333;}.newsletter_subscribe-module{margin-bottom:0;}.home-bottom-section{background:url(/custom/stegshop/image/data/page_elements/hirlevel_bg_03.jpg) no-repeat center;}.product_parameters{width:100%;font-size:1.6rem;color:#5b5b5b;}.wishlist_button_wrapper{text-align:center;}a.wishlist-add{color:#5b5b5b !important;border:1px solid #2e2e2e;padding:5px;background-color:#fefefe;}a.wishlist-add:hover{color:#b0b0b0 !important;}tr.product-ring-select-parameter-row{font-size:2.0rem;font-weight:600;}.ring_wrapper.noprint{margin:0;float:left;padding-top:10px;width:100%;}select#form-element-ringvalue13{height:45px;max-width:100px;font-size:1.6rem;font-weight:700;float:right;}.btn-primary:hover{background:#86af49;border:2px solid #86af49;color:#fff;transform:translateY(-3px);-webkit-transform: translateY(-3px);
-moz-transform: translateY(-3px);
-o-transform: translateY(-3px);
-ms-transform: translateY(-3px);
box-shadow:0 5px 8px -1px #888888;-webkit-box-shadow: 0 5px 8px -1px #888888;
-moz-box-shadow: 0 5px 8px -1px #888888;
}.tabs a:hover{color:#5b5b5b;transition:all 0.3s ease-in-out 0s;-webkit-transition: all 0.3s ease-in-out 0s;
-moz-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
-ms-transition: all 0.3s ease-in-out 0s;
}div#product_collateral_wrapper{background:#f1f2ed;padding:10px;border:1px dashed #5b5b5b;margin:5px 0 10px 0;}div#module_paf_filter_wrapper{background:#f1f2ed;border:1px solid #b0b0b0;margin-bottom:20px;margin-top:52px;}.form-control,
.form-control:focus{background:#fff;}a#newsletter-emailsubscribe-btn{width:100%;}.label-inbefore span{font-size:1.3rem;}.shoe-size-tbl td{padding:5px;border:1px solid #5b5b5b;text-align:center;font-size:1.0rem;}.shoe-size-tbl table{border:1px solid #5B5B5B;border-collapse:collapse;}td.param-value{text-align:right;}td.welcome-rcmd{text-align:center;vertical-align:middle;font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;color:#5b5b5b;font-size:1.6rem;}img.welcome-rcmd{vertical-align:middle;}table.welcome-rcmd{margin-top:20px;border:0;}.wlcm-img-cntr{position:relative;width:30%;display:inline-block;margin-right:10px;}.wlcm-pic{display:block;width:100%;height:auto;}.wlcm-ovrly1{position:absolute;top:0;bottom:0;left:0;right:0;height:100%;width:100%;opacity:0;-khtml-opacity: 0;
-moz-opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
transition:.5s ease;-webkit-transition: .5s ease;
-moz-transition: .5s ease;
-o-transition: .5s ease;
-ms-transition: .5s ease;
background-color:#db3232;}.wlcm-ovrly2{position:absolute;top:0;bottom:0;left:0;right:0;height:100%;width:100%;opacity:0;-khtml-opacity: 0;
-moz-opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
transition:.5s ease;-webkit-transition: .5s ease;
-moz-transition: .5s ease;
-o-transition: .5s ease;
-ms-transition: .5s ease;
background-color:#FF6C2F;}.wlcm-ovrly3{position:absolute;top:0;bottom:0;left:0;right:0;height:100%;width:100%;opacity:0;-khtml-opacity: 0;
-moz-opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
transition:.5s ease;-webkit-transition: .5s ease;
-moz-transition: .5s ease;
-o-transition: .5s ease;
-ms-transition: .5s ease;
background-color:#77b900;}.wlcm-img-cntr:hover .wlcm-ovrly1{opacity:0.9;-khtml-opacity: 0.9;
-moz-opacity: 0.9;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
filter: alpha(opacity=90);
}.wlcm-img-cntr:hover .wlcm-ovrly2{opacity:0.9;-khtml-opacity: 0.9;
-moz-opacity: 0.9;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
filter: alpha(opacity=90);
}.wlcm-img-cntr:hover .wlcm-ovrly3{opacity:0.9;-khtml-opacity: 0.9;
-moz-opacity: 0.9;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
filter: alpha(opacity=90);
}.wlcm-text{color:white;font-size:3.0rem;position:absolute;top:50%;left:50%;text-align:center;transform:translate(-50%,-50%);-webkit-transform: translate(-50%,-50%);
-moz-transform: translate(-50%,-50%);
-o-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;font-weight:700;line-height:1.2;text-shadow:2px 2px #5b5b5b;}.wlcm-link{position:absolute;width:100%;height:100%;top:0;left:0;z-index:1;background-color:#ffffff;opacity:0;-khtml-opacity: 0;
-moz-opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
}.wlcm-big-cntr{text-align:center;width:100%;height:auto;}.ftr-scm-cntr{position:relative;display:inline-block;width:10%;margin-right:10px;vertical-align:middle;text-shadow:2px 2px 2px #000000;}.ftr-fcb{color:#fff !important;}.ftr-fcb:hover{color:#48649f !important;}.ftr-ytb{color:#fff !important;}.ftr-ytb:hover{color:#ea3415 !important;}.ftr-twt{color:#fff !important;}.ftr-twt:hover{color:#1da1f2 !important;}.ftr-inst{color:#fff !important;}.ftr-inst:hover{color:#895a4d !important;}.ftr-tmblr{color:#fff !important;}.ftr-tmblr:hover{color:#56bc8a !important;}.ftr-head{text-align:center;max-width:1140px;color:#fff;font-size:2.7rem;background:#5b5b5b;height:40px;border-top:1px dashed #b0b0b0;padding-top:5px;font-weight:500;}span.quantity-text{font-size:2.0rem;font-weight:600;}section.pathway-container{font-size:1.4rem;text-align:center;}.btn-info:hover{background:#86af49;border-color:#86af49;}.btn-info{background:#5b5b5b;border-color:#5b5b5b;}td.param-value.product-short-description{border-top:3px double #b0b0b0;}.mrt-cntnr{position:relative;width:100%;}.mrt-ttl{position:relative;width:50%;text-align:left;display:inline-block;float:left;font-size:2.0rem;font-weight:600;color:#5B5B5B;}.mrt-tbl{position:relative;width:100%;display:inline-block;float:left;text-align:left;font-size:1.8rem;}.cart-button-back{width:100%;}.coupon-label{font-size:1.8rem;font-weight:600;}.panel-title{margin-top:0;margin-bottom:0;font-size:1.8rem;color:inherit;}.trmk-cntnr{position:relative;width:100%;background:#f1f2ed;padding:10px 0;}.trmk_ajanlo{width:100%;text-align:left;font-size:1.5rem;display:block;font-weight:500;padding-top:3px;}.trmk_ajanlo img{vertical-align:middle;padding-left:10px;padding-right:30px;}.product_cart_box_inner{background:#f1f2ed;}.position_1_wrapper{background:#f1f2ed;}div#customcontent5{margin-bottom:0;}.product_table_addtocartbtn{float:right;width:55%;box-shadow:3px 6px 7px 0px #899599;-webkit-box-shadow: 3px 6px 7px 0px #899599;
-moz-box-shadow: 3px 6px 7px 0px #899599;
}.expected-delivery-country{display:none;}.expected-delivery-price-div{font-size:1.8rem;}.btn.btn-primary.cart-button-tocheckout{width:100%;}.logged-dropdown:hover > ul > li > a{line-height:22px;height:30px;}a#add_to_cart{width:100%;}.header-col-phone{float:left;}.subcategory-item-inner .img-thumbnail-link:hover img{opacity:0.7;-khtml-opacity: 0.7;
-moz-opacity: 0.7;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
filter: alpha(opacity=70);
transform:none;-webkit-transform: none;
-moz-transform: none;
-o-transform: none;
-ms-transform: none;
}.embed-container{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;max-width:100%;}.embed-container iframe,
.embed-container object,
.embed-container embed{position:absolute;top:0;left:0;width:100%;height:100%;}.contact-content-form .fieldset.content{background:#fff;}.aszftable td,
.aszftable th{border:1px solid #b5b5b5;padding:5px;width:33.3333%;}.aszftable th{text-align:left;background:#b0b0b0;color:#fff;font-weight:500;}button.helpbox{background-color:#f1f2ed;color:#5b5b5b;cursor:pointer;padding:18px;width:100%;border:0;text-align:left;outline:none;font-size:15px;transition:0.4s;-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
-ms-transition: 0.4s;
}button.helpbox.active,
button.helpbox:hover{background-color:#ddd;}div.hlp_panel{padding:0 18px;display:none;background-color:white;line-height:1.3em;}td.param-value.manufacturer-param{text-align:left;}td.param-label.manufacturer-param{display:none;}.hlp_txt{font-size:1.2rem;}.hlp_hdg{font-size:2.0rem;font-weight:400;}input#agreeChk{width:25px;height:25px;}td.text-right.checkout_agree_title{font-size:2.0rem;text-align:center;}.information_list_item_wrapper{width:48%;min-height:265px;float:left;margin:1%;border:1px solid #b0b0b0;}.information_list_item_introtext img{padding-right:5px;float:left;}.warning{background:#fff;border:1px solid #b1b1b1;}li#cat_123{background:#db3232;}li#cat_123 a{font-weight:800;}li#cat_163{background:#86af49;}li#cat_204{background-color:#4062BB;}li#cat_204 a{font-weight:700;}.information-list-wrapper{display:inline-block;}.information_list_item_title.heading{background:#000;border-bottom:1px solid #b0b0b0;margin:0;padding:1px 0 0 5px;}.ad-pstr-big-cntr{text-align:center;padding:3px 0 0 0;margin:0;width:100%;height:auto;}.ad-pstr-img-cntr{position:relative;width:49.8%;display:inline-block;margin:0;padding:3px 0 0 0;transition:.2s ease;-webkit-transition: .2s ease;
-moz-transition: .2s ease;
-o-transition: .2s ease;
-ms-transition: .2s ease;
}.ad-pstr-img-btm{position:relative;width:100%;display:inline-block;margin:0;padding:3px 0;transition:.2s ease;-webkit-transition: .2s ease;
-moz-transition: .2s ease;
-o-transition: .2s ease;
-ms-transition: .2s ease;
}.ad-pstr-pic{display:inline-block;width:100%;height:auto;}.ad-pstr-ovrly{position:absolute;top:0;bottom:0;left:0;right:0;height:100%;width:100%;opacity:0;-khtml-opacity: 0;
-moz-opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
transition:.2s ease;-webkit-transition: .2s ease;
-moz-transition: .2s ease;
-o-transition: .2s ease;
-ms-transition: .2s ease;
background-color:#fff;}.ad-pstr-img-cntr:hover .ad-pstr-ovrly{opacity:0.3;-khtml-opacity: 0.3;
-moz-opacity: 0.3;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
filter: alpha(opacity=30);
}.ad-pstr-img-btm:hover .ad-pstr-ovrly{opacity:0.3;-khtml-opacity: 0.3;
-moz-opacity: 0.3;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
filter: alpha(opacity=30);
}.ad-pstr-img-cntr:hover,
.ad-pstr-img-btm:hover{transform:scale(0.98);-webkit-transform: scale(0.98);
-moz-transform: scale(0.98);
-o-transform: scale(0.98);
-ms-transform: scale(0.98);
}.ad-pstr-link{position:absolute;width:100%;height:100%;top:0;left:0;z-index:1;background-color:#fff;opacity:0;-khtml-opacity: 0;
-moz-opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
}.ad-pstr-img-small{position:relative;width:33%;display:inline-block;margin:0;padding:2px 0px 1px 0px;transition:.2s ease;-webkit-transition: .2s ease;
-moz-transition: .2s ease;
-o-transition: .2s ease;
-ms-transition: .2s ease;
}.ad-pstr-img-small:hover .ad-pstr-ovrly{opacity:0.3;-khtml-opacity: 0.3;
-moz-opacity: 0.3;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
filter: alpha(opacity=30);
}.cart-present-label{font-size:2.0rem;}.cart-present-wrapper{background:#f1f2ed;}.fa-tags:before{content:"\f0c9";}.fa-bars:before{content:"\f05a";}.mm-search{display:none;}.h3,
h3{font-size:1.6rem;}h3 a{color:#fff;}h3 a:hover{color:#b0b0b0;}span.information_list_item_date{font-size:1.1rem;}.aurora-nanobar-text{font-size:2.0rem;}h4.heading{background:#fff;}.cegadat th,
.cegadat tr,
.cegadat td{border:1px solid #5b5b5b;border-collapse:collapse;padding-left:3px;}.cegadat td{font-size:1.1rem;color:#fff;text-align:center;}.cegadat th{font-size:1.3rem;color:#909090;font-weight:600;}.footer-col-4-position{text-align:center;}.alert-danger{font-size:2.0rem;}.mm-menu.mm-offcanvas{display:none;}.aurora-nanobar{padding:10px;}#first-login-nanobar-button:before{content:"";width:40px;height:40px;border-width:40px 0 0 40px;}#first-login-nanobar-button{font-size:14px;width:20px;height:20px;line-height:10px;padding-left:3px;}a.btn.btn-default.btn-sm{border:2px solid #b0b0b0;}a.btn.btn-default.btn-sm:hover{border:2px solid #5b5b5b;}.MRtable{width:90%;border-collapse:collapse;margin-left:auto;margin-right:auto;}.MRtable th{background:#ffffff;padding:7px;text-align:center;font-size:1.8rem;}.MRtable td{padding:7px;border:#e2e2e2 1px solid;text-align:center;font-size:1.6rem;color:#5b5b5b;}.MRtable tr{background:#f1f2ed;}.MRtable tr:nth-child(odd){background:#f1f2ed;}.MRtable tr:nth-child(even){background:#ffffff;}a.btn.btn-default.product-module-list-link{color:white;background:#b0b0b0;}a.btn.btn-default.product-module-list-link:hover{color:white;background:#5b5b5b;border:2px solid #5b5b5b;}.container_cdtm{align-items:center;background-color:#DB3232;display:block;width:100%;height:auto;margin:0 auto;color:#FFFFFF;text-align:center;font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;}.cdth3{font-weight:normal;font-size:1.4em;letter-spacing:.125rem;text-transform:uppercase;}.cdtli{display:inline-block;font-size:1.2em;list-style-type:none;padding:.6em;text-transform:uppercase;}.cdtli span{display:block;font-size:1.8em;}.cdtmessage{font-size:1.4em;display:none;padding:1.2em;}.cdtemoji{padding:0 .25rem;}tr.product-parameter-row.productstock-param-row.stock_status_id-9{font-size:1.8rem;font-weight:600;}tr.product-parameter-row.productstock1-param-row.stock_status_id-9{font-size:1.8rem;font-weight:600;}tr.product-parameter-row.productstock-param-row.stock_status_id-14{font-size:1.8rem;font-weight:600;}td.param-label.saletime-param{background-color:#db3232;color:#fff;font-size:1.7rem;font-weight:600;}td.param-value.saletime-param{background-color:#db3232;color:#fff;font-size:2.325rem;font-weight:600;}a.list-productname-link{color:#5b5b5b !important;}a.list-productname-link:hover{color:#b0b0b0 !important;}.element-label.label-inbefore{font-size:1.125rem;}.newsletter_subscribe-module .module-body{display:flex;display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
flex-direction:row;flex-wrap:nowrap;align-items:stretch;}a.subcategory-name:hover{background-color:#5b5b5b;color:#fff;}table#ring_select{display:block;float:right;margin-left:auto;margin-right:auto;width:50%;}.ring_wrapper .variable.selected{border:1px solid #db3232;background-color:#db3232;padding:5px;transform:translateY(-3px);-webkit-transform: translateY(-3px);
-moz-transform: translateY(-3px);
-o-transform: translateY(-3px);
-ms-transform: translateY(-3px);
box-shadow:0 5px 8px -1px #888888;-webkit-box-shadow: 0 5px 8px -1px #888888;
-moz-box-shadow: 0 5px 8px -1px #888888;
}.ring_wrapper .variable.selected a{color:#fff;}.ring_wrapper .variable:hover{background-color:#db3232;border:solid 1px #db3232;padding:5px;transform:translateY(-3px);-webkit-transform: translateY(-3px);
-moz-transform: translateY(-3px);
-o-transform: translateY(-3px);
-ms-transform: translateY(-3px);
box-shadow:0 5px 8px -1px #888888;-webkit-box-shadow: 0 5px 8px -1px #888888;
-moz-box-shadow: 0 5px 8px -1px #888888;
}.ring_wrapper .variable:hover a{color:#fff;}a.variable-link{font-weight:900;}.cib-flex-container{display:flex;display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
flex-wrap:wrap;}.cib-flex-top{padding:0;flex:100%;-webkit-box-flex: 100%;
-webkit-flex: 100%;
-moz-box-flex: 100%;
-ms-flex: 100%;
}.cib-flex-item{padding:0;flex:33.3333%;-webkit-box-flex: 33.3333%;
-webkit-flex: 33.3333%;
-moz-box-flex: 33.3333%;
-ms-flex: 33.3333%;
max-width:33.3333%;}.cib-flex-img{width:100%;}td.param-label.featured-param-label.featured-ar_30_nap{font-size:1.25rem;text-align:right;}td.param-value.featured-param-label.featured-ar_30_nap{font-size:1.25rem;text-align:left;}.informationid_4 .container .col-md-9.col-sm-12.col-xs-12.column-content.two-column-content.column-content-right{width:100%;}.information_page_body .container .col-md-9.col-sm-12.col-xs-12.column-content.two-column-content.column-content-right{width:100%;}.steg-flip-card{background-color:transparent;width:300px;height:420px;perspective:1000px;}.steg-flip-card-inner{position:relative;width:100%;height:100%;border-radius:30px;-webkit-border-radius: 30px;
-moz-border-radius: 30px;
-o-border-radius: 30px;
-ms-border-radius: 30px;
text-align:center;vertical-align:middle;transition:transform 0.6s;-webkit-transition: transform 0.6s;
-moz-transition: transform 0.6s;
-o-transition: transform 0.6s;
-ms-transition: transform 0.6s;
transform-style:preserve-3d;box-shadow:0 4px 8px 0 rgba(0,0,0,0.2);-webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
-moz-box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}.steg-flip-card:hover .steg-flip-card-inner{transform:rotateY(180deg);-webkit-transform: rotateY(180deg);
-moz-transform: rotateY(180deg);
-o-transform: rotateY(180deg);
-ms-transform: rotateY(180deg);
}.steg-flip-card-front,
.steg-flip-card-back{position:absolute;width:100%;height:100%;backface-visibility:hidden;}.steg-flip-card-front{color:black;}.steg-flip-card-front img{border-radius:30px;-webkit-border-radius: 30px;
-moz-border-radius: 30px;
-o-border-radius: 30px;
-ms-border-radius: 30px;
}.steg-flip-card-back{display:flex;display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
border-radius:30px;-webkit-border-radius: 30px;
-moz-border-radius: 30px;
-o-border-radius: 30px;
-ms-border-radius: 30px;
flex-direction:column;justify-content:center;align-items:center;background-color:#db3232;background-image:url('/custom/stegshop/image/data/page_elements/rolunk/background_drop.jpg');background-size:cover;color:white;transform:rotateY(180deg);-webkit-transform: rotateY(180deg);
-moz-transform: rotateY(180deg);
-o-transform: rotateY(180deg);
-ms-transform: rotateY(180deg);
}.steg-flip-card-back p{padding-left:10px;padding-right:10px;}.steg-illustr-cont{display:flex;display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
flex-direction:row;flex-wrap:nowrap;align-items:flex-start;padding:10px;margin:25px 10px 25px 10px;border:solid 2px #efefef;background-color:#efefef;border-radius:50px;-webkit-border-radius: 50px;
-moz-border-radius: 50px;
-o-border-radius: 50px;
-ms-border-radius: 50px;
box-shadow:0 4px 8px 0 rgba(0,0,0,0.2);-webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
-moz-box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}.steg-cont{display:block;padding:5px;}h1.page-head-center-title{font-weight:700;font-variant:all-small-caps;font-size:3rem;color:#4a4a4a;}h1.product-page-heading{font-variant:all-small-caps;font-size:3rem;}.steg-kiemelt{font-size:2.2rem;font-variant:all-small-caps;font-weight:600;}.steg-kiskiemelt{font-size:1.8rem;font-variant:all-small-caps;font-weight:600;}.steg-katkont{display:flex;display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
flex-direction:column;}.steg-katszov{padding:10px;background:linear-gradient(270deg,#f1f2ed,transparent);  
background: -webkit-linear-gradient(270deg,#f1f2ed,transparent);
background: -moz-linear-gradient(270deg,#f1f2ed,transparent);
background: -ms-linear-gradient(270deg,#f1f2ed,transparent);
background: -o-linear-gradient(270deg,#f1f2ed,transparent);
;
}div#packageoffer{background-color:#e2e2e2;padding:15px;margin:15px 0 30px 0;box-shadow:1px 10px 20px -14px #000;-webkit-box-shadow: 1px 10px 20px -14px #000;
-moz-box-shadow: 1px 10px 20px -14px #000;
}.packageoffer-line-right.col-sm-3{display:flex;display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
flex-direction:column;flex-wrap:wrap;align-content:center;justify-content:center;align-items:center;background-color:#fff;padding:30px 0;max-width:25%;box-shadow:0 11px 40px -25px #000000c7, 0px 11px 40px -25px #000000c7;-webkit-box-shadow: 0 11px 40px -25px #000000c7, 0px 11px 40px -25px #000000c7;
-moz-box-shadow: 0 11px 40px -25px #000000c7, 0px 11px 40px -25px #000000c7;
}.biz-nov-keret{display:flex;display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
flex-direction:row;justify-content:center;align-content:center;flex-wrap:wrap;width:100%;}.biz-nov-sect{display:flex;display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
flex-direction:row;max-width:50%;justify-content:space-around;}.biz-nov-blokk{padding:0;display:flex;display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
align-items:center;}.biz-nov-szvg{font-size:2.125rem;font-variant-caps:all-petite-caps;font-weight:500;}.fancy-box-button-wrapper .btn{border:0;color:#fff;background-color:#db3232;}#topmenu-nav > ul.nav.navbar-nav.headermenu-list > li:nth-child(4) > a{background-color:#db3232;color:#ffffff;border:1px solid #fff;}#topmenu-nav > ul.nav.navbar-nav.headermenu-list > li:nth-child(3) > a:hover{background-color:#5b5b5b;}#categoryoffer > div.module-head > h4{font-size:2.4rem;font-weight:bold;text-align:center;}.flex-3:hover{opacity:0.3;-khtml-opacity: 0.3;
-moz-opacity: 0.3;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
filter: alpha(opacity=30);
transition:all 0.3s ease-in-out 0s;-webkit-transition: all 0.3s ease-in-out 0s;
-moz-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
-ms-transition: all 0.3s ease-in-out 0s;
}.flex-3 img:hover{transform:scale(0.98);-webkit-transform: scale(0.98);
-moz-transform: scale(0.98);
-o-transform: scale(0.98);
-ms-transform: scale(0.98);
}#productyoutubevideo{margin:auto;text-align:center;}.youtube-videos{margin:auto;}.ketoszlop{display:flex;display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
margin:1rem;padding:2rem 2rem;text-align:center;}.oszlop{width:50%;padding:1rem 1rem;vertical-align:middle;}.module{margin-bottom:0 !important;}.hover14{position:relative;overflow:hidden;cursor:pointer;}.hover14:hover{transform:scale(1.015);-webkit-transform: scale(1.015);
-moz-transform: scale(1.015);
-o-transform: scale(1.015);
-ms-transform: scale(1.015);
transition:transform .2s;-webkit-transition: transform .2s;
-moz-transition: transform .2s;
-o-transition: transform .2s;
-ms-transition: transform .2s;
cursor:pointer;}.hover14::before{position:absolute;top:0;left:-75%;z-index:2;display:block;content:'';width:50%;height:100%;background:linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,0.3) 100%);  
background: -webkit-linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,0.3) 100%);
background: -moz-linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,0.3) 100%);
background: -ms-linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,0.3) 100%);
background: -o-linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,0.3) 100%);
;
transform:skewX(-25deg);-webkit-transform: skewX(-25deg);
-moz-transform: skewX(-25deg);
-o-transform: skewX(-25deg);
-ms-transform: skewX(-25deg);
cursor:pointer;}.hover14:hover::before{animation:shine .75s;cursor:pointer;}
@media screen and (max-width: 1300px) {.home-position .aurora-scroll-arrow-pos-2 .aurora-scroll-btn-left {left: 0;bottom: auto;top: -50px;}.home-position .aurora-scroll-arrow-pos-2 .aurora-scroll-btn-right {right: 0;bottom: auto;top: -50px;}.home-position .aurora-scroll-arrow-pos-2 .aurora-scroll-btn:before {font-size: 40px;width: 40px;height: 40px;line-height: 40px;}}
@media screen and (min-width: 768px) {.home-wide .module-head-title:before,.home-wide .module-head-title:after {content: "";display: block;background: #c5c5c5;width: 100px;height: 1px;position: absolute;top: 50%;}.home-wide .module-head-title:before {left: -120px;}.home-wide .module-head-title:after {right: -120px;}.product-page-price {height: 54px;line-height: 34px;padding: 10px 20px;}.product-page-price:before {right: 100%;top: 50%;border: 5px solid transparent;content: " ";height: 0;width: 0;position: absolute;pointer-events: none;border-right-color: #f1f2ed;margin-top: -5px;}.default-customer-group-price {padding: 8px 20px 0;display: flex;display: -webkit-flex;display: -moz-flex;display: -ms-flex;display: -o-flex;}.product_parameters .param-label,.product_parameters .param-value,.product_parameters .no-border,.product_parameters .product-short-description {padding: 5px 20px;}.product-collateral-wrapper {margin: 20px;}.snapshot_vertical:not(.list-style) .list_stock {border-top: 1px solid #dbdbdb;border-bottom: 1px solid #dbdbdb;padding: 8px;margin: 8px 0;display: inline-block;}.snapshot_vertical:not(.list-style) .list_addtocart .btn {width: 100%;}.more-images-position-image-left .position_5_wrapper .product-images-module {position: absolute;top: 0;left: 0;width: 8.33333333%;padding: 0 5px 0 15px;margin: 0;}.more-images-position-image-left .position_5_wrapper .productimages {margin: 0;padding: 1px;}.more-images-position-image-left .position_5_wrapper .one_productimage {width: 100%;margin: 0;padding: 0;}.more-images-position-image-left .position_5_wrapper .product-secondary-image {margin-bottom: 10px;box-shadow: none;-webkit-box-shadow: none;-moz-box-shadow: none;}.more-images-position-image-left .product-page-left {position: static;}.default-customer-group-price-1 {flex-basis: 45%;-webkit-flex-basis: 45%;-moz-flex-basis: 45%;-ms-flex-basis: 45%;border-bottom: 1px solid #dadada;padding-bottom: 5px;}.default-customer-group-price-2 {border-bottom: 1px solid #dadada;padding-bottom: 5px;}}
@media screen and (min-width: 992px) {.header-middle-right {float: right;width: 72%;}.header-middle-left {float: left;width: 28%;}.side-position .module-head {padding: 0;}.login-list-item:after {content: "";position: absolute;display: block;height: 13px;width: 1px;background: #dadada;top: 5px;right: 0;}.subcategory-item:nth-child(4n+1) {clear: left;}.side-position .category-snapshot-col {width: 100%;}.cart-module,.search-module {position: static !important;}.cart-dropdown {width: 350px;}.search-dropdown-module {border-top: 2px solid #b0b0b0;}.pagination .links .pagination_navi {font-weight: 500;font-size: 14px;line-height: 24px;width: 18px;height: 24px;margin: 3px 0 0 6px;}.mobile-filter-active .paf-filter-module-head {z-index: 8001;top: 60px;}}
@media screen and (min-width: 1200px) {.container {width: 1170px;}.column-left,.column-right {width: 260px;}.two-column-content {width: 910px;}.three-column-content {width: 650px;}.three-column-content .snapshot_vertical:not(.list-style) .list_div_item {width: 33.33% !important;}.three-column-content .snapshot_vertical:not(.list-style) .list_div_item:nth-child(3n+1) {clear: left;}.two-column-content .snapshot_vertical:not(.list-style) .list_div_item {width: 25% !important;}.two-column-content .snapshot_vertical:not(.list-style) .list_div_item:nth-child(4n+1) {clear: left;}.one-column-content .snapshot_vertical .list_div_item {width: 20% !important;}.one-column-content .snapshot_vertical .list_div_item:nth-child(5n+1) {clear: left;}.one-column-content .snapshot_horizontal .list_div_item {width: 50% !important;padding: 10px !important;}.one-column-content .snapshot_horizontal .list_div_item:nth-child(2n+1) {clear: left;}.default-customer-group-price-1 {flex-basis: 50%;-webkit-flex-basis: 50%;-moz-flex-basis: 50%;-ms-flex-basis: 50%;}.default-customer-group-price-2 {padding-left: 15px;}}
@media screen and (max-width: 1199px) {html {font-size: 9px;}.cart-module-button {max-width: 250px;}}
@media screen and (min-width: 992px) and (max-width: 1199px) {.three-column-content .snapshot_vertical:not(.list-style) .list_div_item {width: 50% !important;}.three-column-content .snapshot_vertical:not(.list-style) .list_div_item:nth-child(2n+1) {clear: left;}.two-column-content .snapshot_vertical:not(.list-style) .list_div_item {width: 33.33% !important;}.two-column-content .snapshot_vertical:not(.list-style) .list_div_item:nth-child(3n+1) {clear: left;}.one-column-content .snapshot_vertical .list_div_item {width: 25% !important;}.one-column-content .snapshot_vertical .list_div_item:nth-child(4n+1) {clear: left;}.decrease_wrapper {width: 70px;}.decrease_amount {font-size: 1.8rem;}}
@media screen and (max-width: 991px) {.display {display: none;}.responsive-menu {padding: 0 15px;line-height: 50px;height: 50px;background: #b0b0b0;}.mobile-headers-icon,.mobile-headers-title {font-size: 18px;color: #ffffff;line-height: inherit;text-decoration: none;display: inline-block;vertical-align: top;}.mobile-headers-icon {font-size: 28px;}.mobile-menu-orientation-default .mobile-headers-icon {padding: 0 0 0 10px;}.mobile-menu-orientation-default .mobile-category-header .mobile-headers-icon {padding: 0;}.mm-group-title {background: #2c2c2c;}.mm-group-title .fa {position: absolute;left: 20px;font-size: 20px;}.mobile-cart-link {position: relative;}.mobile-cart-link .icon-sr-cart:before {font-size: inherit;}.footer-col-position {padding: 20px 0 0 0;}.logo-text {text-align: center;padding: 2rem 0;}.col-categoryselect,.col-phone-categoryselect,.cart-module-button {display: none;}.mm-page .page-wrap {padding-top: 50px;}.header-middle {padding: 0;}.search-module {position: fixed;top: 0;left: 0;width: 100%;transition: all 0.3s ease-in-out 0s;-webkit-transition: all 0.3s ease-in-out 0s;-moz-transition: all 0.3s ease-in-out 0s;-o-transition: all 0.3s ease-in-out 0s;-ms-transition: all 0.3s ease-in-out 0s;background: #fff;z-index: -1;opacity: 0;-khtml-opacity: 0;-moz-opacity: 0;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter: alpha(opacity=0);}.search-module .search-results {width: 100%;}.search-module.collapse.in {top: 50px;z-index: 99999;opacity: 1;-khtml-opacity: 1;-moz-opacity: 1;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter: alpha(opacity=100);}.cart-module {position: fixed;top: 50px;left: 0;width: 100%;transform: scale(0,0);-webkit-transform: scale(0,0);-moz-transform: scale(0,0);-o-transform: scale(0,0);-ms-transform: scale(0,0);transition: all 0.3s ease-in-out 0s;-webkit-transition: all 0.3s ease-in-out 0s;-moz-transition: all 0.3s ease-in-out 0s;-o-transition: all 0.3s ease-in-out 0s;-ms-transition: all 0.3s ease-in-out 0s;}.cart-module.collapse.in {top: 50px;z-index: 99999;transform: scale(1,1);-webkit-transform: scale(1,1);-moz-transform: scale(1,1);-o-transform: scale(1,1);-ms-transform: scale(1,1);}.cart-dropdown {margin-top: 0;visibility: visible;opacity: 1;-khtml-opacity: 1;-moz-opacity: 1;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter: alpha(opacity=100);transform: scale(1,1);-webkit-transform: scale(1,1);-moz-transform: scale(1,1);-o-transform: scale(1,1);-ms-transform: scale(1,1);}.cart-dropdown-product-list {max-height: 300px;overflow-x: auto;}.mobile-cart-product-count {position: absolute;right: 2px;top: 8px;z-index: 80004;width: 15px;height: 15px;line-height: 15px;font-weight: 600;background: #000;color: #fff;text-align: center;border-radius: 2px;-webkit-border-radius: 2px;-moz-border-radius: 2px;-o-border-radius: 2px;-ms-border-radius: 2px;display: block;}.mobile-cart-empty {display: none;}.checkout-right {padding-top: 15px;}.checkout_address_form {margin: 0;}.newsletter_subscribe-module.home-position .form-element {width: 50%;}}
@media screen and (min-width: 768px) and (max-width: 991px) {.subcategory-item:nth-child(3n+1) {clear: left;}.one-column-content .snapshot_vertical .list_div_item {width: 33.33% !important;}.one-column-content .snapshot_vertical .list_div_item:nth-child(3n+1) {clear: left;}.two-column-content .snapshot_vertical:not(.list-style) .list_div_item {width: 33.33% !important;}.two-column-content .snapshot_vertical:not(.list-style) .list_div_item:nth-child(3n+1) {clear: left;}.three-column-content .snapshot_vertical:not(.list-style) .list_div_item {width: 33.33% !important;}.three-column-content .snapshot_vertical:not(.list-style) .list_div_item:nth-child(3n+1) {clear: left;}}
@media screen and (max-width: 767px) {.product-page-price-wrapper:before,.totop {display: none !important;}.one-column-content .snapshot_vertical .list_div_item {width: 50% !important;}.one-column-content .snapshot_vertical .list_div_item:nth-child(2n+1) {clear: left;}.two-column-content .snapshot_vertical:not(.list-style) .list_div_item {width: 50% !important;}.two-column-content .snapshot_vertical:not(.list-style) .list_div_item:nth-child(2n+1) {clear: left;}.three-column-content .snapshot_vertical:not(.list-style) .list_div_item {width: 50% !important;}.three-column-content .snapshot_vertical:not(.list-style) .list_div_item:nth-child(2n+1) {clear: left;}.pafsearch-module .widget {width: 100%;}.list_prouctname {height: auto !important;}.news-article img {max-width: 60px;height: auto;}.list_addtocart .btn {width: auto;}.checkout_content .form-control {margin: 5px 0;max-width: none;width: 100%;}.checkout_personal_form_text,.checkout_address_form_text {float: none;width: auto;}.subcategory-item:nth-child(2n+1) {clear: left;}.tabs a,.tabs a:visited,.tabs a:hover,.tabs a:active,.tabs a.selected,.tabs a.selected:visited,.tabs a.selected:hover,.tabs a.selected:active {display: block;float: none;}.cart-buttons-bottom .btn {margin-bottom: 10px;width: 100%;}.cart-buttons-top {display: none;}.snapshot_horizontal_left {width: 25%;}.SR-small-banner {margin-bottom: 10px;}.SR-small-banner.text-left,.SR-small-banner.text-right {text-align: center;}.text-left .SR-small-banner-text {padding: 10px 25px;}.text-right .SR-small-banner-text {padding: 10px 25px;}.auroramessenger-popupcontent {width: 420px;}.quickview {display: none;}.newsletter_subscribe-module.home-position .form-element {width: 50%;}.packageoffer-item-plus {position: relative;top: 0 !important;right: 0 !important;margin: 5px auto;line-height: 32px;height: 35px;text-align: center;width: 35px;font-weight: 600;font-size: 3rem;}}
@media screen and (max-width: 480px) {.decrease_wrapper:before,.coupon-label,.list_picture .product_badges,.collateral_module_picture,.wishlist_product_picture,.wishlist-cell-added,.wishlist-cell-added-value,.sort-text,.mobile-headers span,.category_snapshot br,.category-snapshot-img-link {display: none;}.auroramessenger-popupcontent {width: 95%;}.category_snapshot {padding: 0;}.category_snapshot .category-snapshot-name-link {padding: 10px;display: block;}.two-column-content .snapshot_vertical:not(.list-style) .list_div_item,.one-column-content .snapshot_vertical .list_div_item {width: 100% !important;text-align: left;}.three-column-content .snapshot_vertical:not(.list-style) .list_div_item {width: 100% !important;clear: none !important;}.snapshot_vertical:not(.productscroller) .list_picture {float: left;padding-right: 10px;width: 40%;}.snapshot_vertical_product {overflow: hidden;padding: 0;text-align: left;}.scrolled_product .snapshot_vertical_product {padding: 10px;text-align: center;}.snapshot_vertical:not(.productscroller) .snapshot_horizontal_right {margin: 0 !important;float: right;width: 60%;overflow: visible;}.snapshot_vertical.list-style .list_picture {margin: 0;}.snapshot_vertical:not(.productscroller):not(.list-style) .snapshot-list-item {float: right;width: 60%;}a.nivo-prevNav span:after,a.nivo-nextNav span:after {font-size: 5rem;}a.nivo-control-text {height: 20px;line-height: 20px;font-size: 1rem;}.wishlist_table textarea {max-width: 70px;}.wishlist-buttons .btn {margin: 5px 0;width: 100%;display: block;}.checkout_guest_form_right_side,.checkout_guest_form_left_side {float: none;margin: 0;width: 100%;}.product_table_addtocartbtn,.product_table_quantity {display: block;}.product_table_addtocartbtn {padding-top: 15px;}.product_table_addtocartbtn .btn {width: 100%;}.decrease_wrapper {position: static;display: block;width: 100%;padding: 8px;line-height: 38px;}.product-sortbar-top {text-align: center;}.product-sortbar-top .pagination,.product-sortbar-top .sort {float: none;margin: 0;}.carttable {font-size: 1.2rem;}input[type="checkbox"] {width: 22px;height: 22px;}.newsletter_subscribe-module.home-position .form-element {width: 100%;}.identity-switcher {padding-bottom: 15px;}.identity-switcher .row {margin: 0 -5px;}.identity-switcher .identity-switcher-col {padding: 0 5px;}.identity-switcher-btn {width: 100%;font-size: 10px;}}
@media screen and (max-height: 480px) {.cart-dropdown-product-list {max-height: 200px;overflow-x: auto;}}
@media only screen and (max-width: 1000px) {.ketoszlop {display: block;}.oszlop {width: 100%;}}
@media screen and (max-width: 767px) {.footer-copyright {display: none !important;}}
@media only screen and (max-width: 992px) {#slider {display: none !important;}}
@media screen and (max-width: 767px) {.flex-3-container {flex-direction: column;}}
@media screen and (max-width: 991px) {.biz-nov-keret {display: flex;display: -webkit-flex;display: -moz-flex;display: -ms-flex;display: -o-flex;flex-direction: column;}.biz-nov-sect {display: flex;display: -webkit-flex;display: -moz-flex;display: -ms-flex;display: -o-flex;flex-direction: row;max-width: 80%;}.biz-nov-blokk {width: 50%;}.biz-nov-blokk img {max-width: 60px;}}
@media screen and (max-width: 767px) {.packageoffer-line {display: flex;display: -webkit-flex;display: -moz-flex;display: -ms-flex;display: -o-flex;flex-direction: column;}.packageoffer-line-right.col-sm-3 {max-width: 70%;width: 60%;margin-top: 30px;}}
@media screen and (max-width: 767px) {.steg-illustr-cont {display: flex;display: -webkit-flex;display: -moz-flex;display: -ms-flex;display: -o-flex;flex-direction: column;flex-wrap: nowrap;align-items: center;}}
@media screen and (min-width: 1200px) {.one-column-content .snapshot_vertical .list_div_item {width: 33% !important;}}
@media screen and (min-width: 1200px) {.one-column-content .snapshot_vertical .list_div_item:nth-child(5n+1) {clear: none;}}
@media screen and (min-width: 1200px) {.two-column-content .snapshot_vertical:not(.list-style) .list_div_item:nth-child(4n+1) {clear: none;}}
@media screen and (min-width: 1200px) {.two-column-content .snapshot_vertical:not(.list-style) .list_div_item {width: 33% !important;}}
@media screen and (min-width: 1200px) {.header-container {min-height: 70px;}}
@media (min-width: 768px) {.navbar-nav>li {float: left;height: 30px;}}
@media screen and (min-width: 992px) {.login-list-item:after {content: "";position: absolute;display: block;height: 20px;width: 1px;background: #dadada;top: 5px;right: 0;}}
@media screen and (max-width: 1199px) {img.article-thumb-img {max-width: 280px;}}
@media screen and (max-width: 991px) {img.article-thumb-img {max-width: 200px;padding: 0;}}
@media screen and (max-width: 765px) {img.article-thumb-img {max-width: 180px;padding: 0;}.home-position .article-list li {width: 100%;padding: 0 0 5px 5px;float: none;}.article-content {min-height: 200px;}}
@media screen and (max-width: 991px) {.newsletter_subscribe-module.home-position .form-element {width: 100%;margin-bottom: 5px;}}
@media screen and (max-width: 767px) {.newsletter_subscribe-module.home-position .form-element {width: 100%;margin-bottom: 5px;}table#ring_select {display: block;float: right;margin-left: auto;margin-right: auto;width: 100%;}}
@media screen and (min-width: 768px) {.product_parameters .param-label,.product_parameters .param-value,.product_parameters .no-border,.product_parameters .product-short-description {padding: 5px 10px;}}
@media screen and (max-width: 993px) {.product_cart_box_inner {border-top: 3px double #b0b0b0;}.product_table_addtocart_wrapper {border-top: 0;}.ring_wrapper.noprint {margin: 0;float: none;padding-top: 10px;}.product_table_addtocartbtn {float: right;width: 55%;}}
@media screen and (max-width: 480px) {.product_table_addtocartbtn {padding-top: 0;width: 53%;}.information_list_item_wrapper {width: 100%;}}
@media (max-width: 991px) {.header-col-phone {display: none;}}
@media screen and (max-width: 992px) {.ad-pstr-img-cntr {width: 49%;}}
@keyframes btn-anim-trmk {0% {transform: scale(1);-webkit-transform: scale(1);-moz-transform: scale(1);-o-transform: scale(1);-ms-transform: scale(1);box-shadow: none;-webkit-box-shadow: none;-moz-box-shadow: none;}20% {transform: scale(1.05);-webkit-transform: scale(1.05);-moz-transform: scale(1.05);-o-transform: scale(1.05);-ms-transform: scale(1.05);box-shadow: 0 5px 8px -1px #888888;-webkit-box-shadow: 0 5px 8px -1px #888888;-moz-box-shadow: 0 5px 8px -1px #888888;}40% {transform: scale(1);-webkit-transform: scale(1);-moz-transform: scale(1);-o-transform: scale(1);-ms-transform: scale(1);box-shadow: none;-webkit-box-shadow: none;-moz-box-shadow: none;}}
@media all and (max-width: 768px) {.cdth3 {font-size: 1.4em;}.cdtli {font-size: 1.2em;padding: .5em;}.cdtli span {font-size: 1.6em;}}
@keyframes shine {100% {left: 125%;}}
