@font-face{
font-family:'Lato-Regular';
src:url(../../assets/fonts/Lato-Regular.ttf);
}
@font-face{
font-family:'Poppins-Medium';
src:url(../../assets/fonts/Poppins-Medium.ttf);
}
@font-face{
font-family:'Poppins-Regular';
src:url(../../assets/fonts/Poppins-Regular.ttf);
}
@font-face{
font-family:'Poppins-SemiBold';
src:url(../../assets/fonts/Poppins-SemiBold.ttf);
}
@font-face{
font-family:'Lato-Bold';
src:url(../../assets/fonts/Lato-Bold.ttf);
}
/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
 html, body {
    padding: 0px;
    margin: 0px;
    font-family: Lato, sans-serif;
    font-size: 14px;
    height: 100%;
    box-sizing: border-box;
    text-size-adjust: 100%;
}
html { scroll-behavior: smooth; }
body {
    overflow-x: hidden;
}
.h1, .h2, .h3 {
    text-transform: none;
    color: #232323;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
:focus {
    outline: none;
}
ul {
    margin-bottom: 0;
}
/*loader start */

#index #loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 180px;
    width: 135px;
    margin-left: -83px;
}
#index #page-preloader {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: -1;
    opacity: 0;
    -moz-transition: all 1.3s ease 0.3s;
    -o-transition: all 1.3s ease 0.3s;
    -webkit-transition: all 1.3s ease 0.3s;
    transition: all 1.3s ease 0.3s;
    overflow: hidden;
}
#index #page-preloader.visible {
    opacity: 1;
    z-index: 100500;
    overflow: hidden;
}
#index #page-preloader .preloader {
    position: absolute;
    left: 53%;
    top: 40%;
    text-align: center;
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    opacity: 0;
}
#index #page-preloader.visible .preloader {
    opacity: 1;
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.object{
    position: absolute;
    top: -20px;
    width: 100%;
    height: 100%;
    z-index: 4;
    background: url('../../assets/img/loader.gif') 50% 50% no-repeat ;
}
#page-preloader{
    display: none;
}
#index #page-preloader{
    display: block;
}
/*loader end*/ 
/* review */
.fancybox-skin{
    background: #fff !important;
    padding: 5px !important;
}
#product .fancybox-wrap{
    left: 0 !important
}
#product .fancybox-wrap,#product .fancybox-skin,#product .fancybox-outer,#product .fancybox-inner,#product .fancybox-image,#product .fancybox-wrap iframe,
#product .fancybox-wrap object,#product .fancybox-nav,#product .fancybox-nav span,#product .fancybox-tmp{
    max-width: 620px;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.product-c {
    font-weight: normal;
    font-size: 17px;
    font-family: Lato, sans-serif;
    margin-bottom: 15px;
    margin-top: 15px;
}
.prodes-c{
    margin-top: 15px;
}
.new_comment_form_content {
    background-color: #232323;
    padding: 6px 0;
}
.new_comment_form_content h2{
    color: #fff;
    font-weight: normal;
    font-size: 18px;
    letter-spacing: 1px;
    margin: 0 10px;
}
/* review over */
/* add to cart modal */
#blockcart-modal .cart-content p span{
    color: #888;
    display: inline-block;
}
#blockcart-modal .cart-products-count i{
    margin-right: 10px;
}
.divide-right{
    padding-bottom: 20px;
}
.cart-content{
    background-color: #fff;
    padding: 0 15px 15px 15px;
}
.mhr{
    margin: 0;
    padding: 14px 0;
    border-top: 1px solid #e7e7e7;
}
#blockcart-modal .close{
    color: #f0f0f0;
    padding: 10px;
}
.modprice{
    font-size: 16px;
    margin-bottom: 10px;
}
#blockcart-modal .cart-products-count{
    font-size: 17px;
    font-family: Lato, sans-serif;
    margin-bottom: 20px;
    display: inline-block;
}
#blockcart-modal .cart-content-btn .btn{
    display: block;
    /* width: 100%; */
}
#blockcart-modal .modal-title{
    padding: 10px 15px;
    margin-bottom: 15px;
    background-color: #232323;
    font-size: 15px;
    font-weight: normal;
}
.modal-content {
    border-radius: 0px !important;
}
.cart-content strong {
    color: #232323;
}
#blockcart-modal .modal-body{
    padding: 0;
}
.lc p {
    color: #232323;
    font-weight: normal;
}
.cart-content p{
    margin-bottom: 10px;
}
/* cart modal over */
.thumbnail-container .second-img {
    top: 0px;
    left: 0px;
    margin: 0 auto;
    opacity: 0;
    position: absolute;
    right: 0px;
    transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
}
.thumbnail-container:hover .second-img {
    opacity: 1;
}
#xs-zoom .owl-nav i {
    font-size: 40px;
}
#xs-zoom .owl-next {
    position: absolute;
    right: 10px;
    top: 42%;
}
#xs-zoom .owl-prev {
    position: absolute;
    left: 10px;
    top: 42%;
}
#scroll {
    position: fixed;
    right: 15px;
    bottom: 15px;
    cursor: pointer;
    width: 35px;
    height: 40px;
    display: none;
    outline: none;
    z-index: 2;
    background: url("../../assets/img/top.png") no-repeat scroll center 5px;
    background-size: 35px;
}
.m-img{
    padding: 10px;
}
#manufacturer-description p {
    border: 1px solid #e7e7e7;
    padding: 10px;
    margin-bottom: 15px;
}
.disabled {
    cursor: no-drop !important;
}
.disabled:hover {
    opacity: 0.5;
}
.product-variants > .product-variants-item ul li label {
    margin-bottom: 0;
}
#webizoom img {
    cursor: pointer;
    border: 1px solid #dddddd;
    border-radius: 4px;
    
}
.quickview .mask img{
    margin-bottom: 5px;
}
@media (min-width: 992px){
	.sticky-zoom {
	    position: sticky;
	    top: 20px;
	}
}

.card-title {
    font-size: 15px;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
}
#ratep {
    text-transform: none;
    font-size: 15px;
    letter-spacing: 1px;
    color: #232323;
    border-left: 1px solid #e8e8e8;
    padding: 0 7px;
    margin: 0 7px;
}
#ratep i {
    font-size: 18px;
    vertical-align: middle;
    margin-right: 5px;
}
#ratep:hover {
    color: #db3c25;
}
.arltr {
    margin-top: 10px;
    display: inline-block;
}
.pro-det .control-label {
    float: left;
    margin-right: 15px;
    margin-top: 9px;
    font-size: 17px;
}
#product_reviews_block_tab .review_button li {
    font-size: 12px;
}
.usefulness_btn {
    padding: 4px 5px;
    font-size: 12px;
}
.product_desc {
    margin: 15px 0;
}
.propage .control-label {
    float: left;
    margin-right: 15px;
    margin-top: 10px;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: none;
}
.propage h1 {
    font-size: 17px;
    font-weight: normal;
    letter-spacing: 1px;
    text-transform: none;
}
#product-availability{
    display: none;
}
.attachment h4 a {
    text-transform: none;
    font-size: 16px;
}
.attachment p {
    margin: 5px 0;
}
.bg-co {
    background: #fff;
}

.c-b {
    background-color: #0f0c29;
}
.c-b {
    padding-bottom: 25px;
}
.wrapper-right{
	padding-top: 20px;
}
.sli-re {
    padding-bottom: 25px;
}
#index #content-wrapper {
    padding: 0;
    margin-top: -15px;
}
.body-bg{
	background-color: #fff;
}
.homeslider-container {
    position: relative;
    z-index: 0;
}
.nivo-controlNav {
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 9;
}
.nivo-controlNav a {
    cursor: pointer;
    text-indent: -99999px;
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: transparent;
    margin: 0 5px;
    z-index: 99;
    position: relative;
    border: 2px solid #db3c25;
}
.nivo-controlNav a.active{
    background-color: #db3c25;
}
.nivoSlider img{
	border-radius: 5px;
}
.nivo-directionNav {
    display: none;
}
.tag-t-n {
    background-repeat: no-repeat;
    height: 22px;
    width: 22px;
    background-image: url('../../assets/img/call.png');
    display: inline-block;
    vertical-align: middle;
    margin: 10px;
}
.nav-top {
    text-align: right;
}
#_desktop_language_selector, #_desktop_currency_selector{
    display: inline-block;
    cursor: pointer;
}
.language-selector .dropdown-menu, .currency-selector .dropdown-menu, .user-down, .contact-down {
    display: none;
    left: auto;
    right: 0;
    line-height: normal;
    min-width: 11rem;
}
#_desktop_currency_selector {
    margin: 0 20px;
    position: relative;
}
.language-selector .current a {
    color: #db3c25;
}
.user-down {
    min-width: 15rem;
}
.wishl:hover svg, .hcom:hover svg {
    fill: #db3c25;
}
.user-down a {
    text-align: left;
    display: block;
    cursor: pointer;
    margin-left: 14px;
    padding: 3px;
    letter-spacing: 1px;
    color: #232323;
    text-transform: none;
    font-size: 13px;
}
.user-down i {
    font-size: 15px;
    margin: 0 2px;
}
#top-links-n {
	margin: 0 15px;
}
.get-n {
    color: #f2f2f2;
    text-transform: none;
    letter-spacing: 1px;
    font-family: Lato, sans-serif;
    vertical-align: middle;
    display: inline-block;
}
.top-get-n {
    font-size: 12px;
    letter-spacing: 1px;
    color: #bdbdbd;
}
.tag-t {
    height: 17px;
    width: 31px;
    background: url('../../assets/img/ship.png') no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 0 0;
}
.get {
    text-transform: uppercase;
    font-size: 13px;
    color: #585858;
    letter-spacing: 1px;
    margin: 0 7px;
    display: inline-block;
    vertical-align: middle;
}
.get-t {
    color: #9f9f9f;
	letter-spacing: 0.5px;
	font-size: 12px;
}
.wimg.f1, span.wcom {
    font-size: 14px;
    color: #000;
    /***letter-spacing: 1px;***/
    vertical-align: middle;
    min-width: 110px;
}
.wishl, #_desktop_user_info, #_desktop_contact_info {
    text-align: center;
}
div#_desktop_cart, #_desktop_user_info, #_desktop_contact_info, .wishl {
    width: 88px;
    display: flex;
}

.user-info, .wishl a#headlink, .blockcart.cart-preview.inactive.wb-blockcart.show-wb-loading, #_desktop_cart .blockcart.cart-preview.active {
    margin-left: auto;
    margin-right: auto;
}
.option-main {
    float: right;
    position: relative;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    height: 64px;
    top: -12px;
}
div#_desktop_contact_info {
    float: right;
    position: relative;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    height: 64px;
    top: -12px;
}
.contact span.icon-name {
    display: inline-block;
}

.cart-c {
    background: #2a2a2a;
    color: #fff;
    font-size: 10px;
    border-radius: 100%;
    width: 15px;
    position: absolute;
    left: 18px;
    right: auto;
    letter-spacing: 0;
    top: -5px;
    height: 15px;
    line-height: 14px;
    text-align: center;
}
#_desktop_cart .header {
    position: relative;
}
.usr svg, .hcart svg {
    fill: #303030 !important;
    vertical-align: middle;
    cursor: pointer;
}
.usr svg:hover, .hcart svg:hover {
    fill: #303030 !important;
}
.service {
    display: inline-block;
    margin-top: 4px;
    text-align: right;
}
.s1 {
    background-repeat: no-repeat;
    height: 29px;
    width: 27px;
    background-image: url('../../assets/img/time.png');
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
}
.si1 li {
    text-align: left;
    vertical-align: middle;
    display: inline-block;
}
.dcontent h4 {
    font-size: 16px;
    letter-spacing: 0.5px;
    color: #3b3b3b;
    text-transform: none;
    margin-bottom: 4px;
    font-family: Lato, sans-serif;
}
.dcontent p {
    font-size: 12px;
    text-transform: none;
    letter-spacing: 0.5px;
    color: #A1A1A1;
}
/* menu full*/
#menu1 ul li {
    display: inline-block;
    position: relative;
}
#menu1 ul li a {
    color: #fff;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: Lato, sans-serif;
    transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
}
#menu1 ul li a:hover{
    color: #db3c25;
}
.main-nav {
    line-height: 50px;
    position: relative;
    background: rgb(245, 245, 245);
    box-shadow: rgb(0 0 0 / 64%) 0px 2px 8px -5px;
}
.container_wt_megamenu {
   background: rgb(245, 245, 245) !important;
}

#menu1 .nav > li > a {
    padding: 0 30px 0 0;
}
/* menu full over */
/* menu */
.d-navfullwidth{
    position: relative;
}
 #index .nav-f-static {
    text-align: unset;
}
/* product page */
.product-tab {
    margin: 25px 0;
    border: 1px solid #f8f8f8;
    padding: 15px;
    border-radius: 5px;
}
.product-tab .header1 {
    margin-bottom: 25px;
    background: whitesmoke;
}
.product-tab .nav-item .nav-link, .product-tab .nav-item .nav-separtor {
    padding: 0px;
    margin: 0px 12px;
    font-size: 14px;
    line-height: 20px;
    font-family: Lato, sans-serif;
    color: rgb(77, 77, 77);
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    height: 48px;
    cursor: pointer;
    position: relative;
}
.product-tab .nav-item a::after {
    content: '';
    position: absolute;
    color: #e7e7e7;
    left: 0;
    bottom: 0px;
    /*** border-bottom: 2px solid #db3c25;***/
    width: 0;
    transition: all 0.4s ease-out 0s;
    top: unset;
}
.product-d h2 {
    font-weight: bold !important;
}
.product-tab .nav-item:hover a::after {
    width: 30px;
}
.product-tab .nav-item .nav-link::before, .product-tab .nav-item .nav-separtor::before{
	border-bottom: none;
}
.product-tab .nav-item::after{
    content: '';
}
/* product page over*/

/* category */
.total-products p {
    color: #f2f2f2;
}
#js-product-list-top {
    margin-left: 0;
    margin-right: 0;
}
.wb-grid-list {
    margin-top: 7px;
}
.lgrid svg {
    fill: #2f2f2f;
    cursor: pointer;
    margin: 3px;
    transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
}
.wb-grid-list .selected svg {
    fill: #fff;
}
.products-sort-order .select-title i{
    line-height: 19px;
}
.block-category .h1, .pro-name, .page-header h1 {
    font-size: 18px;
    letter-spacing: 2px;
    margin: 20px 0;
    font-weight: normal;
    font-family: Lato, sans-serif;
    position: relative;
    color: #232323;
    border-bottom: 2px solid #f2f2f2;
	padding-bottom: 15px;
    text-transform: none;
}
#subcategories {
    margin-bottom: 15px;
    background-color: #fff;
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #f2f2f2;
}
.subcategory-heading {
    font-size: 18px;
    letter-spacing: 2px;
    margin-bottom: 15px;
    font-weight: normal;
    font-family: Lato, sans-serif;
    color: #232323;
}
#subcategories h5 {
    text-align: center;
    padding-bottom: 5px;
    padding-top: 5px;
    margin-top: 10px;
    font-weight: normal;
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 0;
    text-transform: none;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
#subcategories ul li {
    display: inline-block;
    padding: 5px;
    border: 1px solid #e6e6e6;
    background-color: #fff;
    transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    border-radius: 4px;
}
#subcategories ul li:hover {
    border: 1px solid #db3c25;
}
.facet-label a span {
    display: inline-block;
    /** position: absolute;**/
    right: 30px;
    font-size: 13px;
    color: #7a7a7a;
    -webkit-margin-before: -20px;
}
.wb-product-grid .item-product, .wb-product-list .item-product {
    margin-bottom: 20px;
}
.wb-product-grid .item-product{
    padding: 0 10px;
}
.wb-product-grid .thumbnail-container {
    border: 1px solid #f2f2f2;
    border-radius: 5px;
}
.products.product-thumbs.wb-product-grid {
    padding: 0 5px;
}
.wb-product-grid .product-description {
    padding: 15px 10px;
}
.wb-product-list .descrip p {
    display: block;
    font-size: 13px;
    margin: 4px 0;
}
.wb-product-list .product-title a {
    font-size: 16px;
}
.top-links-m {
    border-bottom: 2px solid #232323;
    padding-bottom: 10px;
}
.top-links-m, .top-links-m a {
    font-size: 17px;
    letter-spacing: 1px;
    font-family: Lato, sans-serif;
}
.wb-product-list .button-group .wish{
    transform: scale(1);
}
.wb-product-list .button-group.highlighted-informations .btn-vcw {
    position: unset;
    margin: 8px 0;
    opacity: 1;
}
.wb-product-list .product-miniature .thumbnail-container:hover .product-title, .wb-product-list .product-miniature .thumbnail-container:hover .product-price-and-shipping {
    opacity: 1;
}
.wb-product-list .product-description {
    text-align: left;
    padding: 15px;
}
.wb-product-list .wishlist{
	transform: scale(1);
	transition: none;
}
.wb-product-list .thumbnail-container {
    position: relative;
    border: 1px solid #f2f2f2;
    border-radius: 5px;
    float: left;
    width: 100%;
}
.owl-carousel .owl-item .wb-image-block img {
    width: auto;
    margin-left: auto;
    margin-right: auto;
}
@media (min-width: 992px){
    #index  #under-menu.collapse {
        display: block !important;
        width: auto;
        top: unset;
        background: #202648;
    }
    #under-menu {
    background: #202648 !important;
}

    #index #under-menu.collapse a.dropdown-item[data-depth="0"], #under-menu.collapse a.dropdown-item[data-depth="0"]{
      color: white;
    }
    .btn-navbar.navbar-toggle{
        color: #000;
        cursor: pointer;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        border: none;
        background: #db3c25;
        border-radius: 100%;
        width: 30px;
        height: 30px;
        vertical-align: middle;
        margin: 1px 15px 0 15px;
        padding: 0;
    }
    .top-menu {
        position: absolute;
        left: 15px;
        right: 15px;
        background: #fff;
        z-index: 100;
        border: 1px solid #ebebeb;
        border-radius: 0 0 5px 5px;
        border-top: none;
        padding: 0 15px;
    }
    #index #_desktop_top_menu {
        border: 1px solid #ebebeb;
        border-radius: 5px 5px 0 0;
    }
    #_desktop_top_menu {
        margin-top: -4px;
    }
    .sub-menu .top-menu {
        position: unset;
        width: unset;
        border: none;
        text-transform: none;
        line-height: 25px;
    }
    #index .navbar-header {
        padding: 7px 15px;
    }
    .navbar-header {
        border-bottom: 1px solid #ebebeb;
        padding: 5.5px 15px;
        border-radius: 5px 5px 0 0;
        background-color: #f8f8f8;
        cursor: pointer;
    }
    .top-menu > li .sub-menu {
        display: inline !important;
        background: #ffffff none repeat scroll 0 0;
        border: 1px solid #f0f0f0;
        display: none;
        left: 100%;
        margin-left: 0;
        margin-top: -46px;
        min-width: 400px;
        z-index: 8;
        transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        opacity: 0;
        -khtml-opacity: 0;
        -webkit-opacity: 0;
        -moz-opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        transform: scale(0, 1);
        -webkit-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
        -o-transform: scale(0, 1);
        -moz-transform: scale(0, 1);
        transform-origin: left center 0;
    }
    .top-menu > li:hover .sub-menu {
        transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        opacity: 1;
        -khtml-opacity: 1;
        -webkit-opacity: 1;
        -moz-opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
    }
    #index .d-menu{
        position: absolute;
        top: 75px;
        z-index: 1;
    }

}
@media (max-width: 480px) {
   #_desktop_logo {
    margin-top: 12px !important;
}
}
/* menu */
.ico-menu .bar:nth-child(1) {
    top: 0;
    width: 18px;
}
.ico-menu .bar:nth-child(2) {
    top: 5px;
    width: 15px;
}
.ico-menu .bar:nth-child(3) {
    top: 10px;
    width: 12px;
}
.ico-menu .bar:nth-child(1)::after {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.ico-menu .bar:nth-child(2)::after {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.ico-menu .bar:nth-child(3)::after {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
.ico-menu .bar {
    position: absolute;
    height: 2px;
    background-color: #757575;
    overflow: hidden;
}
.ico-menu {
    position: relative;
    width: 16px;
    top: -6px;
    margin: 0 auto;
    left: 0;
}
.ico-menu .bar::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #db3c25;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    transition-delay: 0s;
}
.btn-navbar.navbar-toggle{
    color: #fff;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border: none;
    background-color: #dedede;
    border-radius: 100%;
    min-width: 35px;
    min-height: 35px;
    vertical-align: middle;
    margin: 0;
    padding: 9px 8px;
}
#wr-menu-icon:hover .ico-menu .bar::after {
    left: 0;
}
#index #wr-menu-icon{
    cursor: pointer;
}
.wr-menu .h3{
    font-family: Poppins-Medium;
    font-size: 14px;
    vertical-align: middle;
    display: inline-block;
    color: #3b3b3b;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0;
    margin: 0 7px;
}
    
.popover .meni{
    display: none
}
.menu li a:hover .meni {
    transform: rotate(-90deg);
}
.meni{
    transition: 0.3s ease;
    margin: 5px 0;
}
.menuimg{
    padding: 5px;
}
.wr-menu{
    margin-bottom: 0 !important;
}
#under-menu {
    top: 45px;
}
.d-menu {
    top: 8px;
}
#index .d-menu{
    position: absolute;
}
@media (min-width: 1200px){
    #index .d-menu, .emptydiv {
        width: 22%;
    }
    .wrapper-right {
        width: 78%;
    }
    .append-banner-left{
		width: 22%;
	}
	.tab-cate-pro{
		width: 78%;
	}
}
/* menu over */
.pro-tab {
    border-bottom: 2px solid #ebebeb;
    margin-bottom: 30px;
    padding-bottom: 10px;
}
.head1::before {
    border-bottom: 2px solid #db3c25;
    position: absolute;
    bottom: -13px;
    content: '';
    width: 145px;
}
.head-t::before, .product-d h2:before {
    border-top: 2px solid #db3c25;
    position: absolute;
    top: -1px;
    content: '';
    width: 145px;
}
.pro-tab .nav-tabs {
    text-align: right;
    margin-right: 85px;
    position: relative;
}
.nav-item .nav-link.active::before, .nav-item .nav-separtor.active::before, .nav-item .nav-link:hover::before, .nav-item .nav-separtor:hover::before {
    width: 40px;
}
.nav-item .nav-link::before, .nav-item .nav-separtor::before {
    border-bottom: 2px solid #db3c25;
    position: absolute;
    bottom: -12px;
    content: '';
    width: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    transition: all 0.4s ease-out 0s;
}
.head1 {
    float: left;
    position: relative;
    position: relative;
}
.head1 h4, .head-t h4 {
    margin-bottom: 0;
    position: relative;
    color: rgb(26, 26, 26);
    font-size: 26px;
    line-height: 32px;
    font-weight: bold;
    margin: 16px 0px 0px;
}
.head-t, .product-d h2 {
    border-top: 1px solid #ebebeb;
    margin-bottom: 30px;
    margin-top: 30px;
    padding-bottom: 10px;
    position: relative;
}
.product-d h2 {
    padding-top: 16px;
}

.product-tab-item .nav-item::after {
    content: '|';
    position: absolute;
    color: #e7e7e7;
    right: -3px;
    top: 0;
}
.product-tab-item .nav-item:last-child::after {
    content: '';
}
.descrip p {
    display: none;
}
.sale {
    position: absolute;
    top: 10px;
    background-color: #db3c25;
    border-radius: 50%;
    left: 10px;
    width: 42px;
    height: 42px;
    text-align: center;
    padding-top: 11px;
    font-size: 12px;
}
.sale span{
	color: #f2f2f2;
}
.product-description {
    text-align: center;
    padding: 15px 5px;
}
.product-title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0 0 5px 0;
    color: #818181;
    padding: 2px 0;
}
.product-title a {
    font-size: 13px;
    text-transform: none;
    letter-spacing: 1px;
    color: #818181;
    font-family: 'Poppins-Regular';
}
.product-price-and-shipping {
    color: #202020;
    font-size: 16px;
    font-family: Lato, sans-serif;
    letter-spacing: 0.5px;
}
.owl-stage-outer {
    border-right: 1px solid #fff;
}
#xs-zoom .owl-stage-outer {
    border-right: none;
}
.banner-h img, .beffect img{
    border-radius: 5px;
}
/* button */
.wishlist {
    position: absolute;
    top: 10px;
    right: 10px;
    -webkit-transition: all 500ms ease 0s;
	-moz-transition: all 500ms ease 0s;
	-ms-transition: all 500ms ease 0s;
	-o-transition: all 500ms ease 0s;
	transition: all 500ms ease 0s;
	transform: scale(0);
}
.thumbnail-container:hover .wishlist{
    transform: scale(1);
}
.pwish {
    height: 16px;
    width: 16px;
    margin: 0;
}
.wb-wishlist-button svg {
    fill: #343434;
}
.wb-wishlist-button svg:hover{
	fill: #db3c25;
}
.button-group .compare, .button-group .cart-add {
    display: inline-block;
}
.button-group .wb-compare-button, .button-group .quick {
    padding: 10px 7px;
    min-width: 40px;
    min-height: 40px;
    border-radius: 50%;
    vertical-align: middle;
    background-color: #f0f0f0;
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -ms-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
    cursor: pointer;
    border: none;
}
.button-group .wb-compare-button:hover, .button-group .quick:hover {
	background-color: #202020;
}
.button-group .wb-compare-button, .button-group .quick{
	fill: #343434;
}
.button-group .wb-compare-button:hover svg, .button-group .quick:hover svg{
	fill: #fff;
}
.pquick, .pcom{
    margin: 0 4px;
    height: 18px;
    width: 18px;
    -webkit-margin-start: 4px;
}
.pcom{
	margin-top: 2px;
}
.cartb {
    min-height: 38px;
    vertical-align: middle;
    display: inline-block;
    background-color: #f0f0f0;
    padding: 10px 15px;
    border-radius: 50px;
    transition: all 0.45s ease 0s;
    -webkit-transition: all 0.45s ease 0s;
    -moz-transition: all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;
    cursor: pointer;
    border: none;
}
.cartb:hover{
	background-color: #202020;
}
.cart-add {
    margin: 0 5px;
}
.cartb:hover .p-cart{
	color: #fff;
}
.p-cart{
    color: #232323;
    text-transform: none;
    letter-spacing: 0.5px;
}
.btn-vcw {
    position: absolute;
    opacity: 0;
    bottom: 0;
    transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	right: 0;
	left: 0;
	margin: 0 auto;
}
.thumbnail-container:hover .btn-vcw {
    opacity: 1;
    bottom: 15px;
}
/* button over */
/* prev-next */
.owl-theme .owl-nav {
    position: absolute;
    right: 0;
    top: -66px;
    margin-top: 0;
}
.owl-theme .owl-nav .owl-prev {
    opacity: 1;
    color: #232323;
    transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    background-color: transparent;
    padding: 0;
	margin: 0;
}
.owl-theme .owl-nav .owl-next {
    opacity: 1;
    color: #232323;
    transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    background-color: transparent;
    padding: 0;
	margin: 0;
}
.owl-theme .owl-nav i {
    font-size: 18px;
    line-height: 25px;
}
.owl-theme .owl-prev i {
    margin-left: -2px;
}
.owl-theme .owl-next i {
    margin-right: -2px;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
    color: #db3c25;
    background-color: transparent;
}
.owl-theme .owl-nav .owl-prev::after {
    content: '|';
    color: #d4caca;
    font-size: 12px;
    padding: 0 19px;
    vertical-align: top;
    position: relative;
    top: 3px;
}
/* prev-next over */
.thumbnail-container {
    position: relative;
}
.wb-image-block {
    padding: 0;
}
/* cate pro */
.out-content-prod .sub-cat {
    display: none;
}
.append-banner-left{
	padding: 0;
}
.tab-cate-pro{
	padding: 0 0 0 15px;
}
.product-container:hover .wishlist {
    transform: scale(1);
}
/* cate pro over */
/* service */
.deliveryinfo {
    border: 1px solid #ebebeb;
    border-radius: 5px;
    padding: 15px 0;
    cursor: crosshair;
}
.deliveryinfo ul li {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}
.deliveryinfo ul li svg {
    margin: 10px;
    fill: #b4b4b4;
}
.deliveryinfo ul:hover svg {
    fill: #db3c25;
}
.ser-t h4 {
    font-size: 16px;
    color: #000;
    font-weight: normal;
    text-transform: none;
    letter-spacing: 1px;
    font-family: Lato, sans-serif;
    margin-bottom: 5px;
}
.ser-t p {
    font-size: 12px;
    color: #919191;
    font-weight: normal;
    letter-spacing: 1px;
    margin-bottom: 0;
    text-transform: none;
}
/* service over */
#owl-special .wbproductcountdown, .pro-det .wbproductcountdown{
    display: block;
    text-align: center;
    background: #f3f7f8;
    border: 1px solid #ebebeb;
    border-radius: 4px;
	position: absolute;
	bottom: 100px;
	right: 15px;
	left: 15px;
	margin: 0 auto;
	padding: 15px 0;
}
.pro-det .wbproductcountdown{
	position: unset;
	width: 205px;
	margin: 10px 0 0 0;
}
.wbproductcountdown, #owl-related .wbproductcountdown {
    display: none;
}
.wbpc-main .time::after {
    content: ':';
    color: #232323;
    font-size: 18px;
    margin: 0 8px;
}
.wbpc-main .time:last-child::after {
    content: '';
    margin: 0;
}
.wbpc-main .time {
    display: inline-block;
    font-family: Lato, sans-serif;
}
/* blog */
 .blog-p{
    padding: 0;
 }
.post_thumbnail:hover .blog_mask {
    visibility: visible;
}
.post_thumbnail:hover .blog_mask {
    opacity: 1;
    visibility: visible;
    z-index: 1;
    -webkit-transform: scale(0.94,0.9);
}
.blog_mask {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: 0.4s ease;
    -webkit-transform: scale(0.8);
    background-color: rgba(255, 255, 255, 0.4);
    padding: 10px;
}
.blog_mask {
    visibility: hidden;
}
.post_thumbnail img {
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.post_thumbnail:hover img {
    -ms-transform: scale(1.2,1.2);
    -webkit-transform: scale(1.2,1.2);
    transform: scale(1.2,1.2);
    cursor: pointer;
}
#index .post_thumbnail .blog_mask a {
    text-align: center;
}
.blog_mask a i {
    border-radius: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    position: absolute;
    background-color: #232323;
    padding: 11px;
    color: #fff;
    font-size: 16px;
}
.blog_mask a i:hover {
    background-color: #db3c25;
}
.post_thumbnail {
    position: relative;
    overflow: hidden;
}
.blg-dt span {
    display: inline-block;
}
#index .meta_author {
    margin: 0 20px;
    color: #a0a0a0;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 13px;
    font-family: Lato, sans-serif;
}
.bdate {
    color: #a0a0a0;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 13px;
    font-family: Lato, sans-serif;
}
.bdate i {
    margin: 0 5px;
}
#index .blog_post_content {
    background-color: #fff;
}
#index .blog_post_content_bottom {
    padding: 10px 0;
}
.post_title a {
    font-size: 14px;
    color: #273238;
    text-transform: none;
    letter-spacing: 0.5px;
    font-family: Lato, sans-serif;
    padding: 2px 0;
    margin: 10px 0;
}
.post_content p {
    font-size: 12px;
    color: #8b8b8b;
    letter-spacing: 0.5px;
    margin-top: 0;
}
.post_title a:hover{
    color: #db3c25;
}
#module-wbblog-single #main .page-footer, #module-wbblog-archive #main .page-footer{
    margin-bottom: 0;
}
.bg-lg {
    border-top: 1px solid #ebebeb;
    padding-top: 25px;
    margin-bottom: 25px;
}
.block_newsletter form .btn {
    height: 45px;
    box-shadow: none;
    background-color: #db3c25;
    color: #fff;
    padding: 0 35px;
    font-weight: normal;
    font-size: 14px;
    margin-top: 40px;
    text-transform: uppercase;
    border-radius: 4px;
}
.block_newsletter form .btn:hover {
    color: #fff;
    background-color: #2f2f2f;
}
.block_newsletter {
    background-color: #f6f6f6;
    float: left;
    width: 50%;
    padding: 10px 0 10px 0;
}
@media (max-width: 991px) {
   .block_newsletter {
    width: 100%;
    padding: 10px 0 10px 0;
}
}
.block_newsletter h4{
    font-size: 26px;
    letter-spacing: 1px;
    color: #2E2E2E;
    text-transform: none;
    margin: 25px 0;
}
.block_newsletter h6{
	font-size: 12px;
	color: #808080;
	letter-spacing: 0.5px;
	text-transform: none;
	line-height: 23px;
	margin-bottom : 50px;
}
.block-contact .block .icon i {
    font-size: 24px;
    color: #4d4d4d;
}
.block-contact .block .icon {
    float: left;
    margin: 0 10px 0 0;
    width: 22px;
}

.pay-connect ul li {
    display: inline-block;
}
.pay-connect ul li a i:hover {
    color: #db3c25;
}
.pay-connect ul li a i {
    color: #616161;
    font-size: 20px;
    margin-right: 9px;
}
.pay-connect {
    margin-top: 21px;
}
.footer-container .data {
    padding: 0 30px !important;
    word-break: break-all;
}
.fo-f{
    margin: 0;
}
.fot-pro, .fot-fu, .pay {
    margin-bottom: 20px;
    margin: 0px 0px 16px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #000000;
    text-transform: none;
    font-family: Lato, sans-serif;
}

.footer-container .wrapper li {
    margin-bottom: 16px !important;
}
.block-social p {
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: none;
    font-family: Lato, sans-serif;
    color: #8a8a8a;
    line-height: 27px;
}
.sol-n {
    margin-top: 15px;
}
.cpy, #fo-d{
    padding: 17px 0;
}
.cpy ._blank {
    font-size: 13px;
    color: #585858;
    letter-spacing: 1px;
}
#block_myaccount_infos ul {
    text-align: center;
}
#block_myaccount_infos ul li, #fo-d ul li {
    display: inline-block;
}
#block_myaccount_infos {
    border-top: 1px solid #393939;
    padding-top: 25px;
    margin-top: 15px;
    position: relative;
}
.link-ac li:first-child a::before {
    border-right: none;
}
.link-ac li a::before {
    border-right: 2px solid #8b8b8b;
    content: '';
    font-size: 9px;
    margin: 0 17px;
    position: relative;
    top: -2px;
}
.em-ac {
    padding: 0;
    font-size: 14px !important;
    position: relative;
}
.f-d1 {
    background-repeat: no-repeat;
    height: 30px;
    width: 119px;
    background-image: url('../../assets/img/fd1.png');
    display: inline-block;
    vertical-align: middle;
}
.f-d2 {
    background-repeat: no-repeat;
    height: 30px;
    width: 119px;
    background-image: url('../../assets/img/fd2.png');
    display: inline-block;
    vertical-align: middle;
}
.f-d3 {
    background-repeat: no-repeat;
    height: 30px;
    width: 119px;
    background-image: url('../../assets/img/fd3.png');
    display: inline-block;
    vertical-align: middle;
}
.e-f p {
    position: absolute;
    right: 0;
    left: 0;
    top: -175px;
    margin: 0 auto;
    max-width: 850px;
    border-radius: 5px; 
}
/* effect */

.img-banner1 .beffect, .em-effect07 .banner-h, .img-banner .effect1{
    position: relative;
    cursor: pointer;
    overflow: hidden;
}
.img-banner1 .beffect::after, .em-effect07 .banner-h::after, .img-banner .effect1::after {
    background: rgba(147, 147, 147, 0.3) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -o-opacity: 0;
    -ms-opacity: 0;
    position: relative;
    right: 100%;
    top: 0;
    -webkit-transition: all 0.45s ease 0s;
    -moz-transition: all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;
    -ms-transition: all 0.45s ease 0s;
    border-radius: 5px;
}
.img-banner1:hover .beffect::after, .em-effect07:hover .banner-h::after, .img-banner:hover .effect1::after {
    right: 0;
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -o-opacity: 1;
    -ms-opacity: 1;
    -webkit-transition: all 0.45s ease 0s;
    -moz-transition: all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;
    -ms-transition: all 0.45s ease 0s;
}
/* effect over */
.view_more {
    line-height: normal;
    border-top: 1px solid #eaeaea;
    cursor: pointer;
}
.view_more a {
    padding: 12px 0 !important;
}
#_desktop_logo {
    margin-top: 2px;
    float: left;
    width: 20%;
}
#header .header-top .col-md-10.position-static {
    float: right;
    width: 80%;
}
@media (min-width: 1200px) and (max-width: 1409px){
	.wb-product-grid .item-product.col-xl-3 {
	    width: 33.3%;
	}
	.wb-product-list .wb-image-block.col-xl-3 {
	    width: 30%;
	}
	.wb-product-list .product-description.col-xl-9 {
	    width: 70%;
	}
	#search .wb-product-grid .item-product.col-xl-3, #manufacturer .wb-product-grid .item-product.col-xl-3 {
	    width: 25%;
	}
	#search .wb-product-list .wb-image-block.col-xl-3, #manufacturer .wb-product-list .wb-image-block.col-xl-3 {
	    width: 22%;
	}
	#search .wb-product-list .product-description.col-xl-9, #manufacturer .wb-product-list .product-description.col-xl-9 {
	    width: 78%;
	}
    .top-menu a[data-depth="0"] {
        padding: 9px 0;
    }
}
@media (min-width: 1410px){
    #search .wb-product-list .item-product.col-xs-12, #manufacturer .wb-product-list .item-product.col-xs-12 {
        width: 50%;
    }
	#search .wb-product-grid .col-xl-3, #manufacturer .wb-product-grid .col-xl-3 {
	    width: 20%;
	}
    #search .wb-product-list .product-description.col-xl-9, #manufacturer .wb-product-list .product-description.col-xl-9{
        width: 65%;
    }
	#search .wb-product-list .wb-image-block.col-xl-3, #manufacturer .wb-product-list .wb-image-block.col-xl-3 {
	    width: 35%;
	}
    #search .products-selection .total-products, #manufacturer .products-selection .total-products {
        width: 35%;
    }
    #search .sort, #manufacturer .sort{
        width: 40%;
    }
}
@media (min-width: 992px){
	#_desktop_currency_selector::before {
	    border-right: 1px solid #f1f1f1;
	    content: '';
	    position: absolute;
	    left: -35px;
	    height: 11px;
	    top: 20px;
	}
	#_desktop_currency_selector::after {
	    border-right: 1px solid #f1f1f1;
	    content: '';
	    position: absolute;
	    right: -35px;
	    height: 11px;
	    top: 20px;
	}
	.option-main::before {
	    border-right: 1px solid #f1f1f1;
	    top: -5px;
	    position: absolute;
	    content: '';
	    left: -10px;
	    height: 40px;
	}
.product-miniature .thumbnail-container:hover .product-title, .product-miniature .thumbnail-container:hover .product-price-and-shipping {
	    opacity: 1 !important;
	}
	.cate-r .collapse {
	    display: block;
	}
	.btn-cate {
	    display: none;
	}
}
@media (min-width: 992px) and (max-width: 1199px){
	.banner-left img {
	    min-height: 327px;
	}
	.ser-t p {
	    font-size: 11px;
	    letter-spacing: normal;
	}
	#top-links-n{
		display: none;
	}
	.products-selection .total-products, .products-selection h1{
		display: none;
	}
	#search .wb-product-grid .col-lg-6, #manufacturer .wb-product-grid .col-lg-6 {
	    width: 33.33%;
	}
	#search .wb-product-list .wb-image-block.col-lg-5, #manufacturer .wb-product-list .wb-image-block.col-lg-5 {
	    width: 27%;
	}
    #cate-re .nav-item .nav-link, #cate-re .nav-item .nav-separtor {
        padding: 0 10px;
    }
}
@media (max-width: 991px){
.owl-nav {
    margin-right: 20px;
}
	.get-t{
		display: none;
	}
	#search_category, #top-links-n, .append-banner-left{
		display: none;
	}
	.btn-vcw {
	    position: unset;
	    opacity: 1;
	    margin-top: 10px;
	}
	.wishlist{
		transform: scale(1);
	}
	.tab-cate-pro {
	    padding: 0;
	    border-top: 2px solid #e8e8e8;
		padding-top: 15px;
		margin-top: 15px;
	}
	#owl-special .wbproductcountdown{
	    bottom: 140px;
	}
	.block-social {
	    text-align: center;
	/***    border-bottom: 1px solid #393939;***/
	    padding-bottom: 10px;
	    margin-bottom: 20px;
	}
	.cate-r .btn-cate .collapse-icons .remove, .cate-r .btn-cate[aria-expanded="true"] .collapse-icons .add {
	    display: none;
	}
	.cate-r .btn-cate[aria-expanded="true"] .collapse-icons .remove {
	    display: block;
	}
	.btn-cate {
	    position: relative;
		right: 0;
		background-color: #232323;
		color: #fff;
		padding: 5px;
		cursor: pointer;
		top: 0;
		border: none;
        border-radius: 3px;
	}
	#cate-re{
	    padding: 5px 0;
	    border: 1px solid #ededed;
        text-align: center !important;
	    margin: 0;
	    clear: both;
	}
	.cate-r .btn-cate[aria-expanded="true"]{
		margin-bottom: 15px;
	}
	#wbProductsCateHome .owl-theme .owl-nav{
		display: none;
	}
	#wbProductsCateHome .pro-tab {
	    border-bottom: none;
	    margin-bottom: 0;
	    padding-bottom: 0;
	}
	#wbProductsCateHome .nav-tabs .nav-item {
	    display: block;
	    margin-bottom: 5px;
	}
	#wbProductsCateHome .nav-item .nav-link::before, #wbProductsCateHome .nav-item .nav-separtor::before{
		border-bottom: none;
	}
	.quickview .mask, .quickview .arrows {
	    display: none;
	}
}
@media (min-width: 768px) and (max-width: 991px){
	#header .logo {
	    max-width: 180px;
	}
	.nivoSlider img {
	    min-height: 280px !important;
	}
	#menu1 li:last-child {
		display: none;
	}
	#search .wb-product-grid .col-md-6, #manufacturer .wb-product-grid .col-md-6 {
	    width: 33.33%;
	}
	#search .wb-product-list .wb-image-block.col-md-5, #manufacturer .wb-product-list .wb-image-block.col-md-5 {
	    width: 34%;
	}
    .wb-product-grid .product-description {
        padding: 15px 5px;
    }
    .pro-det h1 {
        font-size: 17px;
    }
    .prodes, #block-reassurance span{
        font-size: 13px;
    }
    .pro-det .control-label {
        font-size: 15px;
    }
}
@media (min-width: 576px) and (max-width: 991px){
	.center-b .em-effect07:last-child {
	    display: none;
	}
	.option-main, #header .header-top .contact {
		margin-top: 7px;
	}
	#header .logo {
	    max-width: 135px;
	}
}
@media (min-width: 576px){
	.wb-product-list .wishlist{
		left: -30px;	
	}
	.forgotten-password .form-fields .center-email-fields button {
	    margin: 0 10px;
	}
}
@media (max-width: 991px){
    #search_filters .facet .facet-label, #search_filters_brands .facet .facet-label, #search_filters_suppliers .facet .facet-label {
        margin-bottom: 0;
    }
	.wimg.f1 {
	    color: #232323;
	    text-transform: none;
	}
	.wimg.f1:hover {
		color: #db3c25;
	}
	.product-tab-item .head1::before {
	    border-bottom: none;
	}
	.pro-tab .nav-tabs {
	    text-align: center !important;
	    margin-right: 0 !important;
	    margin-left: 0 !important;
	}
	.product-tab-item .head1 {
	    float: none !important;
	    text-align: left;
	    margin-bottom: 10px;
	}
	.product-tab-item .owl-theme .owl-nav {
	    top: -94px;
	}
	.pay-connect{
		display: none;
	}
	.fot-fu, .pay{
		margin-bottom: 15px;
	}
	.sol-n {
	    margin-top: 10px;
	}
	.block-social p {
	    font-size: 12px;
	    line-height: 23px;
	}
	.cpy, #fo-d{
		text-align: center;
	}
	#fo-d {
	    margin-top: -8px;
	}
	#block_myaccount_infos {
	    padding-top: 20px;
	}
	.fot-pro{
		margin-bottom: 10px;
	}
	.mb-2 {
	    margin-bottom: 25px;
	}
	.sidenav {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 999;
        top: 0;
        left: 0;
        transition: 0.5s;
        padding-top: 60px;
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 60px;
        box-shadow: 5px 0 5px 0 rgba(0,0,0,.06);
        clear: both;
        height: 100%;
        background-color: #fff;
        list-style: none;
        margin: 0;
        padding: 0;
    }
    .sidenav .close-nav {
        background-color: #db3c25;
        padding: 15px;
        width: 100%;
        display: inline-block;
        color: #fff;
        line-height: normal;
        font-family: Lato, sans-serif;
    }
    .sideb{
        display: block;
    }
    .siden{
        display: none;
    }
    .closebtn {
        float: right;
    }
    .close-nav i {
        color: #fff;
        font-size: 16px;
    }
    #mobile_top_menu_wrapper {
        margin: 0;
        line-height: 20px;
        display: block !important;
    }
    #wrapper, #footer {
        display: block !important;
    }
    /* menu */
    .ico-menu .bar:nth-child(1) {
        top: 0;
        width: 30px;
    }
    .ico-menu .bar:nth-child(2) {
        top: 5px;
        width: 30px;
    }
    .ico-menu .bar:nth-child(3) {
        top: 10px;
        width: 30px;
    }
    .ico-menu .bar:nth-child(1)::after {
        -webkit-transition-delay: 0.1s;
        transition-delay: 0.1s;
    }
    .ico-menu .bar:nth-child(2)::after {
        -webkit-transition-delay: 0.2s;
        transition-delay: 0.2s;
    }
    .ico-menu .bar:nth-child(3)::after {
        -webkit-transition-delay: 0.3s;
        transition-delay: 0.3s;
    }
    .ico-menu .bar {
        position: absolute;
        height: 2px;
        background-color: #2f2f2f;
        overflow: hidden;
    }
    .ico-menu {
        position: relative;
        width: 30px;
        top: 5px;
        margin: 0 auto;
        left: 0;
    }
    .ico-menu .bar::after {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        background: #fff;
        position: absolute;
        top: 0;
        left: 100%;
        z-index: 1;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        transition-delay: 0s;
        background-color: #db3c25;
    }
    .btn-navbar.navbar-toggle{
        color: #fff;
        cursor: pointer;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        border: none;
        background-color: transparent;/* 
        border-radius: 100%;*/
        min-width: 0;
        min-height: 34px;
        vertical-align: middle;
        margin: 0;
        padding: 0;
    }
    .btn-navbar.navbar-toggle:hover .ico-menu .bar::after {
        left: 0;
    }
    #wr-menu-icon{
        padding: 10px 0;
        background: #232323;
        cursor: pointer;
    }
    #menu-icon {
        margin-top: 2px;
        padding: 0 0 0 15px;
    }
    #_mobile_language_selector, #_mobile_currency_selector {
        margin: 5px;
        padding: 0 5px;
        display: inline-block;
    }
    ul.waluty li a {
    color: #ffffff;
}
    #search_block_top .btn.button-search {
	    right: 10px;
	    padding: 0 12px;
	    border-radius: 0 4px 4px 0;
	    padding: 0 15px;
	}
	#search_block_top #search_query_top{
		width: 100%;
		height: 40px;
	}
	#header .header-top .position-static{
		float: right;
	}
	.main-nav{
		padding: 10px 0;
      display: none !important;
	}
	.f-d1, .f-d2{
		background-size: 70px;
		width: 70px;
	}
	.f-d3{
		width: 75px;
		background-size: 77px;
	}
	#search_filter_toggler {
	    background-color: #fff;
	    height: 39px;
	    color: #2f2f2f;
	    line-height: 25px;
	}
	#search_filter_toggler:hover {
	    background-color: #2f2f2f;
	    color: #f2f2f2;
	}
	.magnitude {
		position: unset !important;
	}
	.dropdown select {
	    -webkit-appearance: none;
	}
	.product-quantity #quantity_wanted {
	    width: 2rem;
	}
	.forgotten-password .form-fields label.required {
	    padding: 0;
	}
}
@media (min-width: 992px){
	.top-menu li {
	    border-bottom: 1px solid #eaeaea;
	}
	.sub-menu li {
	    border-bottom: none;
	}
	.top-menu li:last-child {
	    border-bottom: none;
	}
	.ses::after {
	    position: absolute;
	    top: 6px;
	    content: '';
	    border-right: 1px solid #ebebeb;
	    height: 50px;
	    right: 0;
	}
	.ses:last-child::after {
	    border-right: none;
	}
}
@media (max-width: 575px){
	.nivo-controlNav{
		display: none;
	}
	#block-reassurance span{
		font-size: 12px;
	}
	.pro-det h1 {
	    font-size: 16px;
	}
	.option-main, div#_desktop_contact_info {
	    margin-top: 7px;
	}
	#header .logo {
	    max-width: 120px;
	}
	.usr svg, .hcart svg {
	    width: 26px;
	    height: 25px;
	}
	.nav-item .nav-link, .nav-item .nav-separtor {
	    letter-spacing: normal;
	    font-size: 14px;
	    padding: 0 9px;
	}
	.product-description{
		padding: 5px;
	}
	.block_newsletter h6 {
	    line-height: 21px;
	    margin-bottom: 10px;
	}
	.block_newsletter h4 {
	    font-size: 20px;
	    margin: 10px 0;
	}
	.block_newsletter{
		padding: 25px 0; 
	}
	.block_newsletter form .btn{
		margin-top: 25px;
	}
	#block_myaccount_infos{
		display: none;
	}
	.cpy ._blank {
	    font-size: 12px;
	    letter-spacing: normal;
	}
	#fo-d {
	    margin-top: -25px;
	}
	.em-effect07:last-child {
	    margin-bottom: 0;
	}
	.em-effect07 {
	    margin-bottom: 15px;
	}
	.products-sort-order .select-title {
	    font-size: 12px;
	}
	.products-sort-order .select-list {
	    padding: 5px 7px;
	    font-size: 12px;
	}
	#subcategories{
		padding: 9px;
	}
	.wb-product-list .product-description {
	    position: unset;
	}
	.wb-product-list .product-description {
	    text-align: center !important;
	}
	.product-actions .add-to-cart {
        padding: 8px 7px;
        font-size: 11px;
    }
	.forgotten-password .form-fields label.required {
	    width: auto;
	    text-align: center;
	}
	.page-my-account #content .links a {
	    font-size: 13px;
	}
	#pagenotfound .page-not-found .search-widget input, #products .page-not-found .search-widget input {
	    min-width: auto;
	}
	.bootstrap-touchspin input.form-control, .bootstrap-touchspin input.input-group {
	    width: 2rem;
	}

    .product-image-container img{
        width: auto !important;
    }
    .product-info .product_name strong {
        font-size: 15px;
    }
    .product-tab {
        padding: 10px;
    }
    .product-tab .nav-item .nav-link, .product-tab .nav-item .nav-separtor {
        padding: 0 4px 0 0;
    }
    .product-d p, .attachment p {
        font-size: 12px;
    }
    .page-content.page-cms h1 {
        font-size: 17px;
    }
}
@media (min-width: 500px){
    .product-tab-item .owl-item.active, .tab-cate-pro .owl-item.active, #owl-related .owl-item.active, #owl-same .owl-item.active, #owl-view .owl-item.active{
        border-right: 1px solid #ebebeb;
    }
    .owl-item.active .thumbnail-container {
        margin: 0 7px;
    }
}
.top-menu a[data-depth="2"] {
    display: none;
}
.top-menu .sub-menu ul[data-depth="1"] > li {
/***clear: both;***/
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
    border: solid 1px #e1e1e1;
    margin-bottom: 3px;
    margin-top: 2px;
    padding-left: 1%;
    padding-right: 1%;
    background: #f9f9f9;
}
.top-menu > li:hover .sub-menu, #under-menu {
    background: #f4f4f4;
}
@media (max-width: 1200px) {
.top-menu .sub-menu ul[data-depth="1"] > li {
   width: inherit;
   margin-left: 0px;
   margin-right:0px;
   padding-left: 0%;
    padding-right: 0%;
}
.top-menu a[data-depth="2"] {
    display: block;
}
}
.owl-carousel {
    z-index: auto !important;
}

span.wimg.f1:hover {
    color: #db3c25;
}
#search_filters .facet .collapse, #search_filters_brands .facet .collapse, #search_filters_suppliers .facet .collapse {
    display: initial !important;
}
#search_filters .facet .facet-title {
    white-space: break-spaces !important;
    margin-bottom: 5px;
}
#search_filters .facet .facet-title, #search_filters_brands .facet .facet-title, #search_filters_suppliers .facet .facet-title {
    color: #232323;
    letter-spacing: 1px;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 14px;
    position: relative;
    margin-bottom: 15px;
    border-bottom: 1px dashed #e1e1e1;
    padding: 10px 15px;
}
#search_filters ul {
    padding: 0 15px;
}
p {
    margin-bottom: 5px;
    line-height: 1.8;
}
#search_filters .facet .facet-label {
    border-bottom: 1px solid #eee !important;
}
#search_filters .facet .facet-label .custom-checkbox, #search_filters .facet .facet-label .custom-radio {
    top: -2px !important;
}
#search_filters .facet .facet-title {
    white-space: break-spaces !important;
    margin-bottom: 5px;
    height: 45px;
}
#category div#subcategories {
    display: none;
}
.wielki-banner img {
    max-width: 100%;
    height: auto;
}

/***** Bannery mypre ***/
.banner-list-homepage li .banner-item-img{
  border: 1px solid #dadada;
  display: block;
}
.banner-list-homepage li{
  float: left;
  width: 33%;
}
.banner-block{
  width: 1040px;
  margin: 0 auto;
}
.title_banner_block{
  padding-bottom: 10px;
  border-bottom: 2px solid #dadada;
  margin-bottom: 40px;
  position: relative;
}
.title_banner_block .title{
  font-size: 22px;
  color: #0d0d0d;
  text-transform: uppercase;
}
.title_banner_block .arrow_prev{
  width: 16px;
  height: 23px;
  background: url("../img/arrow.png") no-repeat -5px -2px;
  display: block;
  float: left;
  cursor: pointer;
}
.title_banner_block .arrow_next{
  width: 16px;
  height: 23px;
  background: url("../img/arrow.png") no-repeat -49px -2px;
  display: block;
  float: left;
  cursor: pointer;
}
@media (max-width: 1199px){
  .banner-block{
    width: 910px;
  }
}
@media (max-width: 991px){
  .banner-block{
    width: 720px;
  }
}
@media (max-width: 730px){
  .banner-block{
    width: 100%;
  }
}
.banner-slider .banner-item:hover .banner-item-img{
  border-color: #7bae23;
}
.banner-slider .banner-item:hover .title {
  color: #7bae23;
}
.banner-item .title{
  color: #000;
  display: block;
  font-size: 15px;
  line-height: 18px;
  padding: 15px 0px 10px 0px;
  text-transform: uppercase;
}
.banner-item .description{
  font-size: 14px;
  line-height: 18px;
  color: #777 !important;
}
/*** koniec bannery mypre ***/
.contact-top span.support {
    margin-right: 10px;
    font-size: 14px;
}
.contact-top i {
    color: #db3c25;
    font-size: 14px !important;
    margin-right: 5px;
}
.contact-top {
   color: #585858;
   font-weight: 400;   
}
.wimg.f1 svg, span.wcom svg {
    fill: #7a7a7a;
}
span.wimg.f1 svg {
    display: inline-block;
    top: -2px;
    position: relative;
}
span.wcom svg {
    display: inline-block;
    position: relative;
    top: 1px;
    height: 14px;
}
#search_query_top {
    border: solid 1px #e2e2e2;
}
#header #search_category {
    max-width: 180px !important;
    right: 135px !important;
}
.button-search {
   /*** background: #db3c25 !important;***/
    background: #cccccc !important;
    color: white !important;
}
.hcom a#compare-link:hover span {
    color: #db3c25;
}
#header #search_category {
      display: none !important;
   }
@media (min-width: 992px) {
 div#search_widget {
    max-width: 45% !important;
}
}

@media (max-width: 991px) {
img.logo.img-responsive {
    margin-left: auto;
    margin-right: auto;
}
.button-search {
    vertical-align: middle;
}
#search_block_top #search_query_top {
    height: 50px;
}
button.btn-navbar.navbar-toggle {
    width: 40px;
}
}
#header .header-top {
    padding-bottom: 5px !important;
}
#footer_account_list li:nth-child(4), #footer_account_list li:nth-child(2) {
    display: none;
}
div#left-column .image img {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
    border-radius: 5px;
}
span.discount-amount.discount-product {
    background: #db3c25;
    border-radius: 10px;
    padding-left: 3px;
    padding-right: 8px;
}
.opcje {
    display: inline-block;
    width: 100% !important;
    margin-bottom: 10px;
}
.opcje div {
    display: inline-block;
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
    width: 250px;
    height: 280px;
    vertical-align: top;
}
#product .product-tab div#description ul li:before {
    content: "\2022";
    font-weight: bold;
    display: inline-block;
    font-size: 30px;
    padding-left: 15px;
    padding-right: 10px;
    vertical-align: middle;
}
body#cms .artykul ul li::before, body#module-wbblog-single article#blog_post li::before, #product .product-tab div#description ul li:before {
    color: #db3c25 !important;
}
b, strong {
    font-weight: bold;
}
.product-variants span.color.texture, .product-variants span.color {
    min-width: 90px !important;
    width: auto;
    height: 60px !important;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
}

.scroll-box-arrows.scroll i.material-icons.left, .scroll-box-arrows.scroll i.material-icons.right {
    color: white;
    background: #bcbcbc;
    width: 25px;
    border-radius: 50%;
}
.sticky-zoom .scroll-box-arrows i {
    bottom: 27px !important;
    height: auto !important;
    line-height: normal !important;
}
section.facet.clearfix {
    /***max-height: 165px;***/
    max-height: 100%;
    overflow: auto !important;
    z-index: 10;
    position: relative;
    padding-right: 10px;
}
footer#footer .cpy.col-md-6.col-xs-12.col-sm-12 {
    width: 100% !important;
    text-align: center;
}
#wsn {
    height: 13px;
    margin-bottom: 20px;
    width: 98%;
    padding-right: inherit;
    font-size: 10px;
    text-decoration: none;
    display: block;
    text-align: left;
    margin-top: 20px;
}
#footer {
    background: #0f0c2a;
}
#stopka {
    color: #000 !important;
    font-size: 20px !important;
    text-align: center;
    margin-top: 8px;
    display: block;
    width: 100%;
}
#footer {
    background: #fff;
}
#wsn a {
   color: #000!important;
}
article.product-miniature.js-product-miniature {
    min-height: 390px;
}
#_mobile_language_selector, #_mobile_currency_selector {
    display: inline-block;
}
@media (max-width: 991px) {
   div#_desktop_currency_selector .currency-selector {
    padding: 0px !important;
}
}
div#_desktop_currency_selector, div#_desktop_language_selector {
    margin-top: 10px;
}
ul.waluty li {
    border-radius: 50%;
    background: #db3c25;
    width: 22px;
    text-align: center;
    height: 22px;
    vertical-align: middle;
    line-height: 22px;
}
ul.jezyki li {
    width: 22px;
    text-align: center;
    height: 22px;
    line-height: 22px;
}
div#_desktop_currency_selector .currency-selector {
    padding-left: 0px;
    padding-right: 0px;
}
div#international {
    text-align: center;
    padding-bottom: 5px;
}
ul.waluty li a:hover {
    color: #ffffff;
}
img.lang-flag, ul.waluty li {
    margin-left: 5px;
    margin-right: 5px;
}
ul.jezyki, ul.waluty {
    display: flex;
    margin-bottom: 0px;
}
.currency-selector.dropdown.js-dropdown button.hidden-sm-down.btn-unstyle {
    background: #db3c25;
    color: #ffffff;
    border: none !important;
}
div#_desktop_language_selector select.link {
    background: transparent !important;
    color: #ffffff !important;
    font-size: 17px;
    text-transform: uppercase;
    width: 25px !important;
    padding: 0px !important;
}
.language-selector.show, .currency-selector.show {
    background: transparent;
}
.language-selector .expand-more, .currency-selector .expand-more {
    /*** color: white; ***/
    margin-left: 5px;
    text-transform: none;
}
@media (max-width: 991px) {
   .wrapper-nav {
    display: inline-block;
    text-align: center;
    width: 100%;
    height: auto;
}
#_mobile_language_selector, #_mobile_currency_selector {
    display: inline-block;
}
.language-selector.dropdown.js-dropdown.show ul.dropdown-menu.hidden-md-down, .currency-selector.dropdown.js-dropdown ul.dropdown-menu {
    background: #db3c25;
    border: none;
    color: #ffffff;
}
.language-selector.dropdown.js-dropdown.show ul.dropdown-menu.hidden-md-down li, .currency-selector.dropdown.js-dropdown ul.dropdown-men {
   height: 35px !important;
}
#page.menu-show div#mobile_top_menu_wrapper {
    padding-top: 100px !important;
    padding-bottom: 1000px;
}
div#_mobile_top_menu {
    height: auto;
    min-height: 100px;
    overflow: scroll !important;
}
.no-scroll {
    overflow: visible !important;
    position: relative !important;
}
#page.menu-show div#mobile_top_menu_wrapper {
   display: block !important;
}
.no-scroll .wrapper-modules {
    background: #262626;
    padding-top: 0px;
    padding-bottom: 0px;
}
img.lang-flag, ul.waluty {
    margin-top: 0px !important;
}
}
.bg-co {
   margin-bottom: 15px;
}
@media (max-width: 991px) {
 /****  #category #left-column, #left-column .image {
    display: none;
}***/
.wb-compare-wishlist-button .compare, .wb-compare-wishlist-button .wishlist {
    margin-bottom: 10px;
    text-align: center;
    margin-left: auto !important;
    display: contents !important;
    float: none;
    margin-right: auto !important;
    width: 80%;
}
div#search_widget {
    padding-left: 0px;
    padding-right: 0px;
}
}
@media (max-width: 480px) {
.wb-compare-wishlist-button .compare, .wb-compare-wishlist-button .wishlist {
    width: 100%;
}   
span.icon-name {
    font-size: 10px !important;
    line-height: 11px !important;
    margin-top: 2px !important;
}
div#_desktop_cart, #_desktop_user_info, #_desktop_contact_info, .wishl {
    width: 60px !important;
}
   #header .logo {
    max-width: 80px !important;
    margin-top: -5px;
}
}
@media (max-width: 480px) {
.hidden-xl-up #_desktop_contact_info {
    display: none;
}
div#menu-icon {
    margin-top: 5px;
}
}

ul.waluty li a, ul.waluty li a:hover {
    color: #ffffff !important;
}
@media (min-width: 992px) {
    div#menu1 {
    max-height: 51px;
}
}
.product-d ul li {
    display: flex;
}
.wb-image-block {
    padding: 0;
    width: auto;
    height: 255px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
ul.page-list.clearfix li {
    display: inline-flex;
}
.products-sort-order button.btn-unstyle.select-title {
    display: -webkit-box;
    max-height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
@media (max-width: 1420px) {
   div#top-links-n {
    display: none;
}
}
body#cms section#content ul {
    list-style: square;
    list-style-position: inside;
    margin-left: 10px;
}

@media (min-width: 1410px) {
   img.logo.img-responsive {
    position: relative;
}
#header .header-top {
    padding-bottom: 0px !important;
    padding-top: 15px !important;
}
}
@media (min-width: 1200px) and (max-width: 1409px) {
   img.logo.img-responsive {
    position: relative;
    top: -6px;
}
#header .header-top {
    padding-top: 10px !important;
    padding-bottom: 8px !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
   img.logo.img-responsive {
    position: relative;
    top: -5px;
}
#header .header-top {
    padding-top: 15px !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
   img.logo.img-responsive {
    position: relative;
    top: 0px;
}
#header .header-top {
    padding-bottom: 15px !important;
    padding-top: 15px !important;
}
}
@media (min-width: 992px) {
   #index .fproduct.mb-2.container {
    padding-top: 10px;
}
}
.product-price-and-shipping span.regular-price {
    display: none !important;
}
#wrapper .breadcrumb ol li:first-child, #wrapper .breadcrumb ol li:last-child {
    display: inline-block !important;
}

@media (min-width: 768px) and (max-width:1199px ) {
   .wielki-banner {
    margin-top: 20px;
    margin-bottom: 20px;
}
}
@media (min-width: 1200px) and (max-width:1409px ) {
#index .d-menu {
    top: 60px !important;
}
}
@media (max-width: 991px) {
 .hspecial.beffect:first-child {
    display: none;
}  
}
@media (min-width: 992px) {
 .hspecial.beffect:last-child {
    display: none;
}  
}
body#product.product-id-manufacturer-157 .product-prices {
    display: none !important;
}

.product-actions a.btn.btn-default, .question a {
    padding: 3px 6px;
    border-radius: 3px;
    text-decoration: none;
    background: #db3c25;
    color: white !important;
}
.question, .question a {
    font-size: 14px !important;
    line-height: 15px !important;
}
#search_category, #search_query_top {
   height: 40px !important;
}
#products select#search_category {
    max-width: 170px;
}
@media (max-width: 991px) {
#search_category, #search_query_top {
    height: 30px !important;
}

button.button-search {
    width: 80px;
    height: 30px;
}
.option-main svg, #header .header-top .contact svg {
    height: 20px;
    width: auto;
}
.collapse {
    display: block;
}

div#_desktop_contact_info .contact-info {
    height: 35px !important;
    margin-top: 0px !important;
}
.contact span.icon-name {
    display: block !important;
    margin-top: 0px;
}
.option-main, div#_desktop_contact_info {
    height: 54px;
}
div#search_widget {
    top: -15px;
}
div#_desktop_cart, #_desktop_user_info, #_desktop_contact_info, .wishl {
    width: 78px;
}
   
}
.footer-container {
    background-color: #ffffff !important;
}
/**** Info Empty Cart in header ****/

div#_desktop_cart .empty-cart {
    height: auto;
    padding: 15px !important;
    z-index: 10000;
    position: absolute;
    top: 100%;
    min-width: 220px;
    background-color: rgb(255, 255, 255);
    border-radius: 0px;
    box-shadow: rgb(0 0 0 / 8%) 0px 0px 2px 1px, rgb(0 0 0 / 16%) 0px 4px 8px 0px;
    right: 0px;
    -webkit-transition: opacity .7s, visibility .7s, -webkit-transform .7s;
    transition: opacity .7s, visibility .7s, -webkit-transform .7s;
    -o-transition: opacity .7s, visibility .7s, -o-transform .7s;
    transition: opacity .7s, visibility .7s, transform .7s;
    transition: opacity .7s, visibility .7s, transform .7s, -webkit-transform .7s, -o-transform .7s;
    opacity: 0;
    visibility: hidden;
    text-align: center;
}
div#_desktop_cart:hover .empty-cart, div#_desktop_cart:hover .wb-dropdown-cart.dropdown.active {   
   visibility: visible;
   opacity: 1;
}
p.h-info {
    font-size: 16px;
    line-height: 18px;
    font-weight: bold;
    color: rgb(26, 26, 26);
    margin-bottom: 4px;
}
.empty-cart a {
    width: 100%;
    margin-top: 6px;
    background: rgb(255, 255, 255);
    color: rgb(224 59 42);
    border: 1px solid rgb(224 59 42);
    height: 40px;
    padding: 9px 16px;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    display: block;
}

/*** Icons name ***/
span.icon-name {
   font-size: 11px;
   line-height: 12px;
   display: flex;
   margin-top: 3px;
   color: #1a1a1a;
}
/*** Ustawienie ogólne strony ***/
.container {
   width: 100% !important;
   max-width: 1440px;
   padding-left: 14px;
   padding-right: 14px;
}
/*** International ***/
div#international {
    display: flex;
    float: left;
}
/*** Marki na stronie głównej ***/
.logo-slider {
    clear: both;
    display: block;
}
.brand-logos .head1 {
    display: block;
    margin-bottom: 30px;
    width: 100%;
}
/**** Karta produktu - długi opis ***/
.pro-det h1 {
    font-size: 31px;
    line-height: 40px;
    font-weight: 400;
    letter-spacing: 0px;
    color: rgb(26, 26, 26);
    margin: 0px;
    padding-bottom: 10px;
}

.product-d h2, .product-d h3 {
    font-size: 31px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0px;
    color: rgb(26, 26, 26);
    margin: 0px;
    padding-bottom: 10px;
}

.product-d p {
   font-size: 20px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0px;
    color: rgb(77, 77, 77);
    margin: 0px;
    padding-top: 0px;
    padding-bottom: 16px;
}
.wb-compare-wishlist-button .wishlist .wb-wishlist-button .pwish, .wb-compare-wishlist-button .compare .wb-compare-button .pcom {
    display: inline-block !important;
}
.wb-compare-wishlist-button .wishlist .wb-wishlist-button, .wb-compare-wishlist-button .compare .wb-compare-button {
    background: transparent !important;
    color: black;
}
span.bt-wsh {
    padding-left: 5px;
}
button.cartb.add-to-cart {
    display: inline-flex;
}
.cartb:hover svg {
    fill: #fff !important;
}
span.p-cart {
    padding-left: 5px;
}
.compare:hover span.com-bt, .wishlist:hover span.bt-wsh {
    color: #db3c25;
}
.compare:hover, .wishlist:hover {
    background: whitesmoke;
}
.btn-primary, .btn-secondary, .btn-tertiary {
    border-radius: 0px !important;
    text-transform: none !important;
}
@media (max-width: 991px) {
div#wsn-left, div#wsn-right {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.col-lg-6.col-xl-5.col-sm-12.col-md-6.col-xs-12.sticky-zoom, .col-lg-6.col-xl-7.col-sm-12.col-md-6.col-xs-12.pro-det {
    padding-left: 30px;
    padding-right: 30px;
}
section.featured-products.clearfix.mt-3 {
    padding-left: 15px;
    padding-right: 15px;
}
#wrapper .breadcrumb {
    margin-left: 30px;
    margin-right: 30px;
}
}
/*** Krótki opis ***/
div#product-description-short-4 p {
    padding-bottom: 14px;
    font-size: 13px;
    line-height: 16px;
    color: rgb(77, 77, 77);
}
/*** Kontakt top ***/
.dropdown-menu.dropdown-menu-left.contact-down {
    padding: 10px;
    box-shadow: rgb(0 0 0 / 8%) 0px 0px 2px 1px, rgb(0 0 0 / 16%) 0px 4px 8px 0px;
    right: 0px;
    margin-top: -10px;
}
div#_desktop_contact_info .contact-info {
    width: 88px;
    height: 40px;
    margin-top: -6px;
    cursor: pointer;
}
/*** Korekta stopki ***/
.footer-container .wrapper li a {
    color: #4d4d4d;
    font-size: 14px;
    line-height: 20px;
    font-family: Lato, sans-serif;
}
.footer-container .wrapper li a:hover {
    text-decoration: underline;
    color: black;
}
.block-social li {
   background: transparent;
}
.block-social li a:hover {
text-decoration: none !important;   
}
.block-social.col-lg-12.col-md-12.col-sm-12 {
    text-align: left;
}
@media (max-width: 991px) {
.footer-container .links .h3, .links .title {
    color: #000000 !important;
    font-size: 18px;
    font-weight: 700;
}
.block-social.col-lg-12.col-md-12.col-sm-12 {
    margin-top: 30px;
}
.links .title[aria-expanded="true"] {
    border-bottom: none !important;
}
.links .title {
    padding: 14px 0;
    border-bottom: 1px solid rgb(221, 221, 221);
}
.footer-container .wrapper li a {
    font-size: 16px;
    line-height: 24px;
}
.block-social.col-lg-12.col-md-12.col-sm-12 ul {
    margin-left: -30px;
}
.sol-n h3.fot-fu {
    margin-left: -30px;
    font-size: 18px;
}
ul#footer_contact li {
    font-size: 16px !important;
}
#block_myaccount_infos ul li a {
    font-size: 16px !important;
}
footer#footer.container#footer-last {
    background: #353535;
}
}
.carousel .carousel-control .icon-next i, .carousel .carousel-control .icon-prev i {
    color: #000;
    border-radius: 50%;
    background: white;
    font-size: 28px;
    padding: 5px;
    width: 38px;
    height: 38px;
    box-shadow: rgb(0 0 0 / 8%) 0px 0px 2px 1px, rgb(0 0 0 / 8%) 0px 2px 4px 0px;
}
span.icon-prev.hidden-xs, span.icon-next.hidden-xs {
    height: 40px;
    width: 40px;
}
.carousel .carousel-control .icon-next:hover i, .carousel .carousel-control .icon-prev:hover i {
    color: #000;
}
/*** Slider ***/
.carousel .carousel-control .icon-prev {
    left: -10px !important;
    margin-top: auto;
    margin-bottom: auto;
}
.carousel .carousel-control .icon-next {
    right: 0px !important;
    margin-top: auto;
    margin-bottom: auto;
}
.carousel .carousel-inner {
    height: auto;
}
.carousel .carousel-inner figure {
    margin-bottom: 0px !important;
}
/*** Porówannie ****/
table#product_comparison button.cartb.add-to-cart svg {
    fill: white;
}
/*** Karta produktu ***/

img.thumb.js-thumb {
    width: auto;
    height: 68px;
    margin: 0px 4px 4px 0px;
}
.wb-compare-wishlist-button {
    width: 100%;
    display: block;
    text-align: right;
}
@media (max-width: 991px) {
   .col-lg-6.col-xl-7.col-sm-12.col-md-6.col-xs-12.pro-det .wb-compare-wishlist-button {
    display: none;
}
}
/*** Zdjęcia produktu ***/

.product-cover .layer i {
    font-size: 60px !important;
    z-index: 1000;
}
.product-cover .layer {
    width: 60px;
    z-index: 999;
    text-align: right;
    right: 0px;
    float: right;
}
.product-d img {
    max-width: 100%;
    height: auto;
}
/**** Visable tab content in product page ***/
.tab-content > .tab-pane {
    display: block;
    opacity: 1;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-link.active:hover {
    color: inherit;
}
.jGamuA {
    margin-top: 32px;
    display: flex;
    flex-direction: row;
    -webkit-box-pack: start;
    justify-content: flex-start;
    width: 100%;
    height: 2px;
    background: rgb(235, 235, 235);
    margin-bottom: 32px;
}

.fKymma {
    width: 50px;
    background: rgb(77, 77, 77);
}
.bqWcxL {
    width: 50px;
    background: rgb(148, 148, 148);
}

/*** div#wt-menu-horizontal {
    overflow: hidden;
}***/
.wt-sub-menu.menu-dropdown.col-xs-12.col-sm-6.wt-sub-auto .wt-menu-col.col-xs-12.col-sm-6 {
    display: none;
}

/***
.wt-menu-horizontal ul li.level-1.odkurzacze > a span, .wt-menu-horizontal ul li.level-1.myjki > a span,
.wt-menu-horizontal ul li.level-1.minibaseny > a span, .wt-menu-horizontal ul li.level-1.sauny > a span {
    width: 75px;
}
.wt-menu-horizontal ul li.level-1.ogrod > a span {
    width: 65px;
}
.wt-menu-horizontal ul li.level-1.klimatyzacja > a span {
	 width: 80px;
}
.wt-menu-horizontal ul li.level-1.wentylacja > a span
 {
    width: auto;
}
.wt-menu-horizontal ul li.level-1.pompy > a span {
    width: 45px;
}
.wt-menu-horizontal ul li.level-1.kominki > a span, .wt-menu-horizontal ul li.level-1.agd > a span {
    width: 55px;
}
.wt-menu-horizontal ul li.level-1.tvav > a span {
    width: 60px;
}
.wt-menu-horizontal ul li.level-1.roboty > a span {
    width: 90px;
}
***/


.wt-menu-horizontal ul li.level-1 > a span {
    text-align: left;
}
#header .wt-menu-horizontal ul li.level-1 > a {
    padding-left: 0px;
    padding-right: 0px;
}
.wt-menu-horizontal ul li.level-1 {
    padding-left: 10px;
    padding-right: 10px;
}
.wt-menu-horizontal li.level-1 > a img {
   max-height: 24px;
   margin-right: 7px;
   max-width: 24px;
}

.wt-menu-horizontal li.level-1:hover {
    box-shadow: rgb(0 0 0 / 8%) 0px 0px 2px 1px, rgb(0 0 0 / 16%) 0px 4px 8px 0px;
    background: rgb(255, 255, 255);
}
ul.menu-dropdown.cat-drop-menu.wt-sub-auto {
    position: absolute;
    background: rgb(255, 255, 255);
    padding: 8px 0px 24px;
    box-shadow: rgb(0 0 0 / 8%) 0px 0px 2px 1px, rgb(0 0 0 / 16%) 0px 4px 8px 0px;
}

@media (min-width: 992px) {
   .wt-menu-horizontal ul li.level-1:hover > .menu-dropdown {
    width: 580px;
    height: 416px;
    margin-left: -10px;
} 
.wt-menu-horizontal ul li.level-2:hover > .menu-dropdown {
   width: 290px;
   height: 416px;
}

.wt-menu-horizontal ul li.level-2.parent, .wt-menu-horizontal ul li.level-3.parent {
    height: 32px;
    width: 50% !important;
}
#header .wt-menu-horizontal ul li.level-1 ul li a {
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 8px;
    padding-bottom: 8px;
    height: auto;
}
.menu-dropdown.cat-drop-menu.wt-sub-auto .level-2.parent:hover {
    background: whitesmoke;
}
.wt-menu-horizontal li.menu-item.item-line:hover {
    background: whitesmoke;
}
.menu-dropdown.cat-drop-menu.wt-sub-auto {
    padding-top: 20px !important;
}  
.wt-menu-horizontal .product-image-container a.product_img_link img.replace-2x.img-responsive {
    max-width: 100%;
}
.contact svg {
    top: 2px;
    position: relative;
    fill: #303030 !important;
}
.user-info svg {
    top: -2px;
    position: relative;
}
li.level-1.odkurzacze.parent .wt-sub-menu.menu-dropdown.col-xs-12.col-sm-6.wt-sub-auto,
li.level-1.myjki.parent .wt-sub-menu.menu-dropdown.col-xs-12.col-sm-6.wt-sub-auto,
li.level-1.klimatyzacja.parent .wt-sub-menu.menu-dropdown.col-xs-12.col-sm-6.wt-sub-auto,
li.level-1.wentylacja.parent .wt-sub-menu.menu-dropdown.col-xs-12.col-sm-6.wt-sub-auto,
li.level-1.pompy.parent .wt-sub-menu.menu-dropdown.col-xs-12.col-sm-6.wt-sub-auto,
{
    left: 10px;
}
li.level-1.sauny.parent .wt-sub-menu.menu-dropdown.col-xs-12.col-sm-6.wt-sub-auto {
    left: auto;
}
li.level-1.kominki.parent .wt-sub-menu.menu-dropdown.col-xs-12.col-sm-6.wt-sub-auto {
    right: auto;
}
li.level-1.minibaseny.parent .wt-sub-menu.menu-dropdown.col-xs-12.col-sm-6.wt-sub-auto,
li.level-1.tvav.parent .wt-sub-menu.menu-dropdown.col-xs-12.col-sm-6.wt-sub-auto,
li.level-1.agd.parent .wt-sub-menu.menu-dropdown.col-xs-12.col-sm-6.wt-sub-auto,
li.level-1.roboty.parent .wt-sub-menu.menu-dropdown.col-xs-12.col-sm-6.wt-sub-auto,
li.level-1.ogrod.parent .wt-sub-menu.menu-dropdown.col-xs-12.col-sm-6.wt-sub-auto
{
    right: 10px;
}
.wt-menu-horizontal li.level-1:hover {
    cursor: pointer;
}
.wt-menu-horizontal li.level-1 .img-icon {
    margin-right: 5px;
}
.wt-menu-horizontal .product-image-container div#product-description-short p {
    font-size: 13px;
    line-height: inherit;
}
.wt-menu-horizontal .product-image-container a.product_img_link img.replace-2x.img-responsive {
    border: none;
}
}

.wt-menu-col.kategorie.CAT, .wt-menu-col.polecany-produkt.CAT {
    display: block !important;
}
.wt-menu-col.col-xs-12.col-sm-6.polecany-produkt.CAT li.menu-item.item-line:hover {
    background: white;
}
.wt-menu-col.polecany-produkt.CAT a {
    padding-left: 0px !important;
    font-size: 22px !important;
    font-weight: bold;
    color: black !important;
    line-height: 22px !important;
    height: auto !important;
}
/***.wt-menu-horizontal li.level-1:hover .wt-menu-col.kategorie.CAT ul li:nth-child(2):active {
    background: whitesmoke;
}***/


/*** Koniec menu ***/

/*** Karta produktu ***/
span.vertical-separator {
    margin-left: 10px;
    margin-right: 10px;
    display: inline-block;
}
.product-manufacturer, .product-reference {
    display: inline-block;
}
div#wsn-left, div#wsn-right {
    padding-left: 0px;
}
.sticky-zoom .psproductcountdown .pspc-main {
    text-align: center !important;
}
.wbpc-main .count {
    font-size: 30px;
    line-height: 56px;
    background-color: rgb(221, 221, 221);
    height: 56px;
    display: inline-block;
    width: 56px;
}
div#wsn-right .product-information {
    border: 1px solid #e7e7e7;
    margin-top: 15px;
}
div#wsn-right .blockreassurance_product, div#wsn-right .product-add-to-cart, div#wsn-right .product-prices {
    padding-left: 15px;
    padding-right: 15px;
}
div#wsn-right .current-price span:nth-child(1) {
    font-size: 26px;
    line-height: 32px;
}
.tax-shipping-delivery-label {
    display: none;
}
div#wsn-right .product-prices {
    padding-top: 15px;
}
a#specification-link {
    padding: 5px;
    border: solid 1px #db3c25;
}
.product-features>dl.data-sheet dd.value, .product-features>dl.data-sheet dt.name {
    text-transform: none;
}

svg {
    color: #5e5e5e !important;
}
div#_desktop_user_info, div#_desktop_cart {
    cursor: pointer;
}
/**** Slider marki ***/
ul#owl-logo-slider .owl-item {
    padding-left: 25px;
    padding-right: 25px;
    filter: grayscale(1);
    opacity: 0.5;
}
ul#owl-logo-slider .owl-item:hover {
    filter: grayscale(0);
    opacity: 1;
}
/*** Pomoc i kontakt ***/
div#_desktop_contact_info:hover .dropdown-menu.dropdown-menu-left.contact-down {
    display: block;
}
@media (min-width: 481px) and (max-width: 520px) {
   div#_desktop_contact_info:hover .dropdown-menu.dropdown-menu-left.contact-down {
   right: -20px;   
   }
}
/*** Twoje konto ***/
div#_desktop_user_info:hover ul.dropdown-menu.dropdown-menu-left.user-down {
    display: block !important;
}
@media (max-width: 480px) {
   div#_desktop_user_info:hover ul.dropdown-menu.dropdown-menu-left.user-down, .dropdown-menu.dropdown-menu-left.user-down {
    left: -30px;
}
}
@media (max-width: 991px) {
  .dropdown-menu.dropdown-menu-left.contact-down {
    margin-top: 0px;
    } 
    .dropdown-menu.dropdown-menu-left.user-down {
    box-shadow: rgb(0 0 0 / 8%) 0px 0px 2px 1px, rgb(0 0 0 / 16%) 0px 4px 8px 0px;
    border: none;
    }
div#_desktop_contact_info:hover .dropdown-menu.dropdown-menu-left.contact-down {
   border: none;
}
}

/*** Twoje listy ****/
@media (max-width: 991px) {
 .option-main .wishl {
  margin-top: -2px; 
 }    
}
/*** Produkty w promocji ***/
div#owl-special .wb-image-block img {
    margin-left: auto;
    margin-right: auto;
}
/*** Najlepsze kategorie ***/
@media (max-width: 991px) {
.cate-r.t-menu.pro-tab .btn-cate.pull-right {
    margin-top: 40px !important;
}
}
/****  Koszyk ***/
div#_desktop_cart:hover .wb-dropdown-cart.defaultcart.dropdown {
    opacity: 1;
    visibility: visible;
    z-index: 100000;
    margin-top: 42px;
}
.wb-dropdown-cart.dropdown.active {
    margin-top: 42px !important;
}
/*** wyszukiwarka in wrapper ***/

#pagenotfound .page-not-found, #products .page-not-found {
    min-height: 150px !important;
}
#wrapper #search_block_top .input-group {
    width: 100% !important;
    display: flex;
}
#wrapper #products select#search_category {
    display: none;
}
#header .wt-menu-horizontal ul li.level-1 > a {
    font-weight: normal !important;
}
/*** Menu mobilne ***/
@media (max-width: 991px) {
   #mobile_top_menu_wrapper .top-menu .sub-menu li>a {
    font-weight: normal;
    text-transform: none;
    font-size: 14px;
    line-height: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    height: 48px;
    color: rgb(26, 26, 26);
}
body#checkout div#menu-icon {
    display: none;
}
#mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="1"]>li a {
    padding-left: 50px;
}
#mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="2"]>li a {
    /* text-transform: none; */
    padding-left: 60px;
}
#mobile_top_menu_wrapper .top-menu li {
    border: none !important;
}
#mobile_top_menu_wrapper .top-menu a[data-depth="0"] {
    line-height: 28px;
}
#mobile_top_menu_wrapper .top-menu a[data-depth="0"]:before {
    padding-right: 5px;
    width: 40px;
    height: auto;
    text-align: center;
    display: inline-block;  
}
#mobile_top_menu_wrapper .top-menu a[data-depth="1"]:before {
    padding-right: 0px; 
    padding-left: 10px;
    content: none;  
}
#mobile_top_menu_wrapper .top-menu a[data-depth="2"]:before {
    padding-right: 0px; 
    padding-left: 10px;
    content: none;  
}
li#category-5 a:before {
    content: url(../../assets/img/vacuum-cleaner.png);
}
li#category-11 a:before {
    content: url(../../assets/img/pressure-washers.png);
}
li#category-9 a:before {
    content: url(../../assets/img/ventilation.png);
}
li#category-10 a:before {
    content: url(../../assets/img/heat-pump.png);
}
li#category-6 a:before {
    content: url(../../assets/img/sauna.png);
}
li#category-50 a:before {
    content: url(../../assets/img/jacuzzi.png);
}
li#category-7 a:before {
    content: url(../../assets/img/fireplace.png);
}
li#category-12 a:before {
    content: url(../../assets/img/tv.png);
}
li#category-41 a:before {
    content: url(../../assets/img/fridge.png);
}
li#category-8 a:before {
    content: url(../../assets/img/air-conditioning.png);
}
li#category-51 a:before {
    content: url(../../assets/img/automatic-robot.png);
}
li#category-13 a:before {
    content: url(../../assets/img/garden.png);
}
}
/*** @media (min-width: 992px) and (max-width: 1420px) {
   .wt-menu-horizontal li.level-1 .img-icon {
    display: block !important;
    margin-left: auto;
    margin-right: auto;
    height: 25px;
    width: auto !important;
    max-width: 100% !important;
}
.wt-menu-horizontal ul li.level-1 > a span {
    text-align: center !important;
}
.wt-menu-horizontal {
    height: auto !important;
}
.wt-menu-horizontal ul li.level-1 {
    padding-top: 10px;
    padding-bottom: 10px;
    height: auto;
}
.wt-menu-horizontal .menu-dropdown {
   top: 75px !important
}
 #header .wt-menu-horizontal ul li.level-1 > a {
    font-weight: 400 !important;
    font-size: 13px !important;
    color: rgb(35, 35, 35);
    margin-left: auto;
    margin-right: auto;
    display: flex !important;
    height: 30px;
}
}***/
@media (min-width: 992px) and (max-width: 1199px) {
.wt-menu-horizontal ul li.level-1 {
    padding-left: 3px;
    padding-right: 3px;
}   
.wt-menu-horizontal ul li.level-1 > a span {
    overflow: visible !important;
}
}
@media (min-width: 1200px) and (max-width: 1420px) {
.wt-menu-horizontal ul li.level-1 {
    padding-left: 10px;
    padding-right: 10px;
}   
}

@media (max-width: 991px) {
  #product .product-cover .layer {
    z-index: 100 !important;
} 
div#search_widget {
    float: right !important;
}
.sticky {
   box-shadow: rgb(0 0 0 / 8%) 0px 0px 2px 1px, rgb(0 0 0 / 8%) 0px 2px 4px 0px;
}
}
div#chat-application {
    bottom: 90px !important;
}
.sticky {
    position: fixed;
    position: -webkit-sticky;
    top: 0;
    width: 100%;
    z-index: 1000;
}
@media (min-width: 992px) {
 .sticky #_desktop_logo {
    width: 12%;
    margin-left: 84px;
    margin-top: 10px;
}  
}

.payment-delivery {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    text-align: center;
}
body#checkout .col-xl-3.col-lg-4.col-md-4.hidden-sm-down.d-menu, body#checkout .container_wt_megamenu {
    display: none;
}
body#checkout .sticky .header-top {
    box-shadow: rgb(0 0 0 / 8%) 0px 0px 2px 1px, rgb(0 0 0 / 8%) 0px 2px 4px 0px;
}
body#checkout .col-md-10.position-static {
    height: 50px;
}
button.btn.btn-primary.add-to-cart svg use {
    fill: white;
}
.product-actions .add-to-cart svg {
    margin-right: 10px;
}
button.btn.btn-primary.add-to-cart {
    display: flex !important;
    line-height: 25px;
}
/*** Wyszukiwarka w products***/
@media (max-width: 991px) {
   section#products #search_block_top #search_query_top {
    width: 80% !important;
}
section#products #search_block_top {
   width: 80% !important;
}
section#products div#search_widget {
    margin-top: 30px;
}
}
/**** Menu Sticky ****/
.sticky div#wt-menu-horizontal {
    display: none;
}
@media (min-width: 992px) {
   .sticky .header-top div#menu-icon-sticky {
    display: block !important;
    position: absolute;
    top: -5px;
    z-index: 1000;
    margin-left: 14px;
}
.sticky .header-top div#menu-icon-sticky .navbar-header {
    display: flex;
    padding: 4px 12px;
    border-radius: 0px;
    background-color: rgb(245, 245, 245) !important;
}
.sticky .header-top div#menu-icon-sticky .navbar-header .btn-navbar.navbar-toggle {
    background-color: transparent;
    border-radius: 0px !important;
    width: 40px;
}
.sticky .header-top div#menu-icon-sticky .navbar-header .btn-navbar.navbar-toggle .ico-menu {
    width: 30px;
}
.ico-menu .bar:nth-child(1) {
   width: 30px;
}
.ico-menu .bar:nth-child(2) {
   width: 30px;
}
.ico-menu .bar:nth-child(3) {
   width: 30px;
}

div#menu-icon-sticky {
    display: none;
}
.sticky .main-nav {
    top: -18px;
    background: transparent !important;
    box-shadow: none;
}
header#header.sticky {
    height: 65px !important;
    box-shadow: rgb(0 0 0 / 64%) 0px 2px 8px -5px;
}
header#header.sticky .header-top {
    background-color: transparent;
}
.sticky .container_wt_megamenu {
    top: 5px;
    float: left;
    min-width: 256px;
}

.sticky .wt-menu-horizontal.vertical ul.menu-content {
    display: block;
    height: 100%;
}
.sticky .wt-menu-horizontal.vertical {
    margin-top: -3px;
}
.sticky .wt-menu-horizontal.vertical ul li.level-1 {
    display: flex;
}
.sticky .wt-menu-horizontal.vertical li.level-1 .img-icon {
    padding-right: 5px;
    height: auto;
    text-align: center;
    display: inline-block !important;
}
.sticky .container_wt_megamenu .container {
    padding-left: 0px;
    padding-right: 0px;
}
.sticky .wt-menu-horizontal.vertical ul li.level-1 {
   padding-top: 2px;
   padding-bottom: 2px;
   box-shadow: none !important;
}
.sticky .wt-menu-horizontal.vertical li.level-1 .img-icon {
    display: block !important;
    margin-left: auto;
    margin-right: auto;
    height: 24px;
    width: auto !important;
    max-width: 100%;
}
.sticky .wt-menu-horizontal.vertical ul li.level-1 > a span {
    width: 150px !important;
    display: flex;
}

.sticky .wt-menu-horizontal.vertical {
    height: auto !important;
    
}
.sticky .wt-menu-horizontal.vertical ul li.level-1 > .menu-dropdown, .sticky .wt-menu-horizontal.vertical ul li.level-1.sauny > .menu-dropdown {
    left: 265px !important;
    position: absolute;
    top: 0px !important;
    height: 366px !important;
}
.sticky .wt-menu-horizontal.vertical ul li.level-1 > a span::before {
   display: none !important;
}
.sticky .wt-menu-horizontal.vertical li.level-1 {
    height: 32px;
}
.sticky div#wt-menu-horizontal {
    background: white;
    height: 377px !important;
}
.sticky .wt-menu-horizontal.vertical ul li.level-1:hover > .menu-dropdown {
    box-shadow: none !important;
    border: none;
    -webkit-transition: opacity 0s ease 0s, -webkit-transform 0s ease 0s !important;
    transition: opacity 0s ease 0s, transform 0s ease 0s !important;
}
.sticky .wt-menu-horizontal.vertical ul li.level-1:hover {
    background: whitesmoke;
}
.sticky .wt-menu-horizontal.vertical ul li.level-1 > a span {
    height: 28px;
    line-height: 28px;
}
.sticky .wt-menu-horizontal.vertical li.level-1.parent:hover > a:before {
    top: 8px !important;
    left: inherit;
    margin-left: -5px;
    right: -17px;
    transform: rotate( 270deg);
}
.sticky .header-top div#menu-icon-sticky:hover .navbar-header, .sticky .header-top div#menu-icon-sticky:active .navbar-header {
    /**** padding-bottom: 28px;***/
    box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 2px 1px, rgba(0, 0, 0, 0.16) 0px 4px 8px 0px;
    background: rgb(255, 255, 255) none repeat scroll 0% 0% !important;
}
.sticky .container_wt_megamenu {
    z-index: 1000;
}
.sticky .wt-menu-horizontal.vertical {
    display: none;
}
.sticky .wt-menu-horizontal.clearfix.vertical.on, .sticky .container_wt_megamenu:hover .wt-menu-horizontal.clearfix.vertical.on,  #menu-icon-sticky:hover + .wt-menu-horizontal.clearfix.vertical {
    display: block !important;
}

}
div#wt-menu-horizontal .wt-menu-horizontal .clearfix {
    display: inline-block !important;
}
div#wt-menu-horizontal:hover {
    display: block !important;
}
div#wt-menu-horizontal {
    padding-bottom: 12px !important;
}
#header .header-top {
    z-index: 10001;
}
header#header.sticky .header-top {
    z-index: 1000 !important;
}

#_desktop_cart .hcart svg {
    height: 30px !important;
    width: 30px !important;
}
#_desktop_cart .hcart span.icon-name {margin-top:-2px !important}
@media (max-width: 991px) {
#mobile_top_menu_wrapper .top-menu .sub-menu ul>li a {
    line-height: 48px !important;
}
#mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="2"]>li a:before {
	display: none;
}
#mobile_top_menu_wrapper i.material-icons.add.float-xs-right, #mobile_top_menu_wrapper i.material-icons.remove.float-xs-right {
    font-weight: 400 !important;
}

}
img.logo.img-responsive.hidden-md-down {
    max-height: 35px !important;
}
.sticky img.logo.img-responsive.hidden-md-down {
	max-height: 30px !important;
}
@media (min-width: 992px) and (max-width: 1409px) {
	.sticky .main-nav {
    top: -34px !important;
}
}
@media (min-width: 992px)  {
.main-nav {
    z-index: 10000 !important;
}
}
@media (min-width: 1410px)  {
.sticky .main-nav {
    top: -28px !important;
}
}
.wb-list-product-reviews {
    display: none;
}
.product-title {
    overflow: visible !important;
    white-space: normal !important;
    text-overflow: inherit !important;
    height: 55px;
}
.descrip p {
    display: block;
    padding-bottom: 4px !important;
    font-size: 12px !important;
    line-height: 16px !important;
    color: rgb(77, 77, 77);
    font-weight: normal;
    text-decoration: none;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left !important;
    margin-bottom: 0px !important;
}
.descrip {
    margin-top: 10px !important;
}
.products-selection {
    background-color: #cccccc !important;
}
.products-selection .sort-by, .products-selection .total-products p {
    color: #232323 !important;
}
@media (min-width:992px) {
.wt-menu-horizontal li.menu-item.item-line:hover:first-child {
    background: transparent;
}
.wt-sub-menu.menu-dropdown.col-xs-12.col-sm-6.wt-sub-auto:hover {
    cursor: default !important;
}
/*** .wt-menu-row.row:hover {
    cursor: default !important;
}***/
.wt-menu-horizontal li.menu-item.item-line .html-block p {
    padding-left: 24px;
}
.wt-menu-horizontal li.menu-item.item-line:first-child .html-block a {
    display: contents;
}
	.wt-menu-horizontal ul li.level-1>a span {
    letter-spacing: 0.4px !important;
}
.container_wt_megamenu {
    height: 60px !important;
    line-height: 60px;
}
.sticky .container_wt_megamenu {
	height: auto !important;
}
.wt-menu-horizontal ul li.level-1 {
    height: 60px;
}
.wt-menu-horizontal ul li.level-1:hover>.menu-dropdown {
    margin-top: 11px;
}
.wt-menu-horizontal ul li.level-1>a span {
    padding-bottom: 5px;
    padding-top: 3px;
}
.wt-menu-horizontal li.level-1.parent:hover>a:before {
    top: 35px !important;
}

}
@media (max-width:991px) {
	a.dropdown-item {
    letter-spacing: 0.4px !important;
}
}
.btn-vcw {
    opacity: 1 !important;
}
.button-group.highlighted-informations.no-variants {
    display: inline-block;
}
.descrip {
    margin-bottom: 15px;
}
.thumbnail-container:hover .btn-vcw {
    bottom: 0px !important;
}
.cartb svg {
    height: 20px;
    width: 20px;
}
.cartb:hover svg {
    fill: white !important;
}
.custom-checkbox input[type=checkbox]+span {
    height: 16px !important;
    width: 16px !important;
    border: 1px solid #000000 !important;
}
.custom-checkbox input[type=checkbox]+span .checkbox-checked {
    font-size: 16px !important;
    color: black !important;
}
/*** Konfiguracja filtrów ***/
#search_filters ul li label {
    padding-top: 8px;
}
#search_filters ul li:hover {
    background: #f0f0f0;
}
/*** koniec ****/
.wt-menu-horizontal ul li.level-1 > a span {
font-family: Lato, sans-serif;	
}
section.facet.clearfix ul li {
    padding-left: 3px;
    padding-right: 3px;
}
article.product-miniature.js-product-miniature:hover h1.h3.product-title {
    font-weight: bold !important;
}
/***
.wt-menu-horizontal ul li.level-1>a span {
    font-weight: normal !important;
}
***/
button.button-search {
    width: 64px !important;
}
#header #search_category {
    right: 80px !important;
}
#search_category:hover {
    background: #f0f0f0;
}
#search_category {
    background: #ffffff;
    border: solid 1px #e2e2e2;
}
#search_category option {
    background: white !important;
}
#search_category option:hover {
    background: #f0f0f0 !important;
}
button.button-search:hover i.material-icons {
    color: #9d9d9d;
}
.sticky .wt-menu-horizontal.vertical li.level-2.parent:hover > a::before {
    top: 8px !important;
    left: inherit;
    margin-left: -5px;
    right: -17px;
    transform: rotate(270deg);
}
.znaczek:hover:before {
    content: "\f0d7";
    font-family: "FontAwesome";
    color: #db3c25;
    position: absolute;
    line-height: 14px;
    font-size: 18px;
    right: 0px;
    transform: rotate(270deg);
}
.kategorie.CAT:hover .html-block .active-menu-item:before, .wt-menu-horizontal ul .menu-item.item-line:first-child .active-menu-item:before {
	 content: none;
}
article.product-miniature.js-product-miniature:hover h1.h3.product-title a {
    color: black !important;
}
#search_filters .facet, #search_filters_brands .facet, #search_filters_suppliers .facet {
    padding-top: 0px !important;
    margin-bottom: 0px !important;
}
#search_filters .facet .facet-title {
    white-space: break-spaces!important;
    margin-bottom: 5px;
    height: 45px;
}
#search_filters .facet .facet-title {
    margin-bottom: -10px !important;
    height: auto !important;
}
.owl-item.active:hover .product-title a {
    color: black !important;
    font-weight: bold !important;
}
@media (min-width: 1200px) {
div#_desktop_logo {
    width: 13% !important;
}	
div#logotext {
	width: 70px;
}
}
@media (min-width: 1200px) and (max-width: 1409px) {
div#_desktop_logo {
    margin-top: 10px;
}	
}
@media (min-width: 992px) and (max-width: 1199px) {
#_desktop_logo {
    margin-top: 7px;
    float: left;
    width: 14%;
}
div#logotext {
	width: 60px;
}
#header .header-top .col-md-10.position-static {
    width: 78% !important;
}	
}
@media (min-width: 1401px) {
.sticky img.logo.img-responsive.hidden-md-down {
    margin-top: -5px !important;
}	
}
div#logotext {
    display: block;
    float: left;
    margin-left: 14px;
}
.sticky div#logotext {
    display: none;
}
#logotext p {
    margin-bottom: 5px;
    line-height: 1;
    text-align: right;
}
.thumbnail-container .product-title a {
    color: #5c5c5c !important;
}
@media (min-width: 992px) {
.CAT.show-submenu-menu {
    margin-top: 19px;
}
.kategorie.CAT {
    padding-left: 0px;
    padding-right: 0px;
}
.CAT.show-submenu-menu {
    padding-left: 0px;
}
.CAT.show-submenu-menu ul.ul-column li.menu-item.item-line a {
    margin-left: 20px !important;
    
}
header#header .kategorie.CAT ul {
    margin-top: 11px;
}
.polecany-produkt.CAT ul li a:first-child {
    margin-left: 20px !important;
}
.wt-sub-menu.menu-dropdown.col-xs-12.col-sm-6.wt-sub-auto .wt-menu-col.col-xs-12.col-sm-6 {
    padding-left: 0px;
}
header#header.sticky .CAT.show-submenu-menu {
    margin-top: 19px;
}
}
/*** Po instalacji wybór karju ***/


@media (min-width: 992px) {
/***	.sticky .container_wt_megamenu {
    top: 85px;
}***/
header#header.sticky .header-top {
    max-width: 1440px !important;
    margin-left: auto;
    margin-right: auto;
/***    display: contents;
    padding-top: 30px;***/
}
header#header.sticky .header-top {
    padding-top: 10px !important;
    display: block;
}
.header-banner {
    z-index: 100000000 !important;
}
}
/***
#header>* {
	z-index: 100000 !important;
	position: inherit;
}
***/
#header#header.sticky .header-nav {
    display: none !important;
}

/*** Korekta modułu zmiany kraju***/
div#countryChangerLightBox .modal-header, div#countryChangerLightBox .modal-body, div#countryChangerLightBox .modal-footer {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}
.country_changer {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
div#_desktop_country_changer {
    /*** line-height: 25px;
    height: 25px;***/
    line-height: 23px;
    height: 23px;
    display: block;
}
.country_changer button:after {
    content: "\f107";
    margin-left: 5px;
    font: 14px/1 FontAwesome;
}
.modal-dialog.modal-dialog-centered {
    max-width: 250px;
}
.country_changer img {
    /*** width: 26px;***/
    width: 23px;
    height: auto;
    image-rendering: pixelated;
    margin-left: 5px;
}
.language-selector-wrapper {
    display: flex;
}
/*** Korekta header-nav dla modułu zmiany kraju ***/

@media (min-width: 992px) {
	nav.header-nav .col-md-5.col-xs-12 {
    float: right;
}
nav.header-nav {
	background: #f5f5f5 !important;
}
nav.header-nav .col-md-7.right-nav {
    float: left !important;
}
#header .header-nav .right-nav {
	-webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}
}
#header .header-top div#_desktop_currency_selector, #header .header-top div#_desktop_language_selector {
    display: none !important;
}
div#_desktop_currency_selector, div#_desktop_language_selector {
    margin-top: 5px !important;
    margin-bottom: 5px;
    /*** line-height: 25px;
    height: 25px;***/
    line-height: 23px;
    height: 23px;
}
div#_desktop_country_changer {
    margin-bottom: 5px;
    margin-top: 5px;
}
#header .header-nav {
    z-index: 100000;
}
.wt-menu-horizontal ul li.level-1>a span {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: min-content !important;
}
li.level-1.klimatyzacja.parent span {
    min-width: 85px;
}
.wt-menu-horizontal li.level-1 {
    transition: all .2s ease 0s !important;
    -moz-transition: all .2s ease 0s !important;
    -webkit-transition: all .2s ease 0s !important;
}

.wt-menu-horizontal ul li.level-1>a span {
    font-family: Lato,sans-serif !important;
}
div#blockcart-modal {
    z-index: 100000;
}
#cookieNotice
{
  z-index: 99999 !important;
}

@media (max-width: 991px) {
	ul#under-menu li {
    display: block !important;
}
div#mobile_top_menu_wrapper {
    display: block !important;
}
}
div#search_widget {
    float: left !important;
    overflow: visible;
}
.blockreassurance_product .item-product {
    display: inline-block;
    height: 35px;
    float: left;
    margin-right: 5px;
    padding-top: 5px;
    width: 35px;
}
.blockreassurance_product .item-product img.svg.invisible {
    visibility: visible !important;
}
div#js-product-list .product-description.wb-product-desc .descrip {
    display: none;
}
article.product-miniature.js-product-miniature.slick-slide {
    max-width: 353px;
    width: 100%;
}
.slick-slide img {
    margin-left: auto;
    margin-right: auto;
}
.button-group.highlighted-informations.no-variants {
    min-height: 40px;
}
.thumbnail-container .descrip {
    height: 80px;
    display: block !important;
    max-height: 80px;
    clear: both !important;
}
a.float-xs-left.float-md-right.all_best_sellers, a.float-xs-left.float-md-right.all_most_products, a.float-xs-left.float-md-right.all_new_products, a.float-xs-left.float-md-right.all_special_products {
    margin-top: 20px;
}
.thumbnail-container .descrip, .thumbnail-container .descrip p, .thumbnail-container .descrip p span {
    font-family: Lato, sans-serif !important;
    font-size: 14px !important;
    font-weight: normal !important;
}
.button-group.highlighted-informations.no-variants {
    display: contents;
    position: absolute;
    bottom: 10px;
    left: 0px;
}
.product-description.wb-product-desc {
    height: 250px;
}
button.wishlist-button-add {
    height: 16px !important;
    width: 16px !important;
    min-width: 16px !important;
    box-shadow: none !important;
}
button.wishlist-button-add i {
    font-size: 16px !important;
}
.wishlist-login {
    position: relative;
    z-index: 100000;
}
table#product_comparison button.cartb.add-to-cart span {
    color: white !important;
    text-transform: none !important;
}
.wishlist-modal.modal.fade.show {
    z-index: 100000;
}

