body{
    background: #fff;
    font-family: RobotoRegular, sans-serif;
    font-size:14px;
    margin:0;
    padding:0;
    color:#494949;
}
/*.page-wrapper{
    position: relative;
    min-width:1200px;
}*/
header .page-top{
    position: relative;
    line-height: 111px;
    max-height: 111px;
}
/* LOGO */
.block-logo{
    line-height: normal;
}
/* TOP SEARCH*/
#topSearchForm{
    position: relative;
    display: block;
    font-size: 0;
}
#topSearchForm input[type="text"]{
    position: relative;
    display: inline-block;
    padding: 7px 7px 7px 50px;
    height: 40px;
    width: calc(100% - 106px);
    line-height: 36px;
    margin-right: 6px;
    border: 1px solid #aaa;
    z-index: 1;
    background: url("../images/search.png") 14px center no-repeat;
}
#topSearchForm input[type="submit"]{
    position: relative;
    display: inline-block;
    height: 40px;
    line-height: 36px;
    padding: 0px 18px;
    background: #cd0f0f;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    border: 0;
    text-transform: uppercase;
    text-decoration: none;
}

/* TOP PHONE */
header .phone-block{
    line-height: 100px;
}

.phone-link{
    position: relative;
    display: inline-block;
    font-size: 20px;
    line-height: normal;
    font-family: RobotoMedium, sans-serif;
    padding-left:30px;
    background: url("../images/phone.png") left center no-repeat;
}
.phone-link a{
    position: relative;
    display: block;
}
@media (max-width: 767px) {
    header .phone-block{
        margin-bottom: 20px;
    }
}

/* TOP MENU*/
.top-menu{
    position:relative;
    display: block;
    background: #393b34;
    color:rgba(255,255,255,0.6);
    -webkit-box-shadow: 0 4px 4px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 4px 4px 0px rgba(0,0,0,0.3);
    box-shadow: 0 4px 4px 0px rgba(0,0,0,0.3);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    z-index:200000 !important;
}
.top-menu .menu-wrapper{
    background: #393b34;
}
.top-menu.stick{
    position:fixed !important;
    left:0;
    top:0;
    width:100%;
}

.block-cat-title{
    margin: 0;
    min-height: 50px;
    padding: 14px 30px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    background: #cd0f0f;
    color: #fff;
    border: 1px solid #cd0f0f;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

/* md */
@media (max-width: 991px) {
    header .page-top .block-logo,
    header .page-top .phone-block {
        text-align: center;
    }
}
/* sm */
@media (max-width: 767px) {
    header .phone-block,
    header .page-top{
        line-height: normal;
    }
    header .page-top .block-logo,
    header .page-top .phone-block {
        text-align: center;
    }
    .top-menu{
        background: #ECECEC;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
}

/* TOP CART */
.block-cart a{
    display: inline-block;
    height: 50px;
    padding: 0 20px;
    line-height: 45px;
    background: #5f666b;
    color: #fff;
    font-size: 10px;
    white-space: nowrap;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    text-decoration:none;
}
.block-cart a:hover{
    background: #4b5257;
}
.block-cart a b{
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    margin-right:7px;
    font-size: 14px;
    vertical-align: middle;
}
.block-cart a #cart_items{
    font-size:10px;
    vertical-align: middle;
}
.block-cart a .icon{
    position: relative;
    display: inline-block;
    width:22px;
    height: 21px;
    background: url("../images/cart.png") center no-repeat;
    margin-right:6px;
    vertical-align: middle;
}
@media (min-width: 768px) {
    .block-cart {
        padding-left:0;
    }
}
@media (max-width: 767px) {
    .block-cart a{
        display:block;
        text-align: center;
    }
}


#navMenu{
    position: relative;
    z-index:10000;
    min-height: 50px;
    text-align: center;
}
#navMenu li.catalog{
    display:none;
}
#navMenu ul{
    position: relative;
    list-style:none;
    margin:0;
    padding:0;
}

#navMenu ul li{
    position: relative;
    text-align: left;
}
#navMenu > ul > li{
    display:inline-block;
    padding: 0 15px;
}

#navMenu ul li a{
    position: relative;
    height: 50px;
    display: block;
    font-size: 14px;
    line-height: 46px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.6);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    text-decoration: none;
}

#navMenu > ul > li.sub-menu > .sub-menu-arrow{
    position:absolute;
    display: block;
    top:22px;
    right:2px;
    width: 0;
    height: 0;
    border: 4px solid;
    border-color: rgba(255,255,255,0.6) transparent transparent transparent;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
#navMenu > ul > li.active > a,
#navMenu > ul > li:hover > a{
    color: rgba(255,255,255,1);
}
#navMenu > ul > li.active > .sub-menu-arrow,
#navMenu > ul > li:hover > .sub-menu-arrow{
    border-color: rgba(255,255,255,1) transparent transparent transparent;
}
#navMenu > ul > li ul a{
    position: relative;
    color: #6c7b84;
    height: auto;
    display: block;
    line-height: normal;
    padding:6px 0;
}
#navMenu > ul > li li.sub-menu .sub-menu-arrow{
    position:absolute;
    top:10px;
    right:7px;
    display: inline-block;
    width: 0;
    height: 0;
    margin: 2px 0 0 4px;
    vertical-align: middle;
    border: 4px solid;
    border-color: transparent transparent transparent rgba(108,132,123,0.6);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
#navMenu > ul > li ul{
    position:absolute;
    display:none;
    background: #F5F4F4;
    -webkit-box-shadow: 0 0px 4px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 0px 4px 0px rgba(0,0,0,0.3);
    box-shadow: 0 0px 4px 0px rgba(0,0,0,0.3);
    padding:14px 0;
    min-width:250px;
}
#navMenu > ul > li ul a{
    font-size:12px;
}
#navMenu > ul > li > ul{
    left:0;
    top:100%;
}
#navMenu > ul > li > ul li {
    padding: 0 30px;
}
#navMenu > ul > li:hover > ul{
    display:block;
}
#navMenu > ul > li  ul > li.sub-menu > ul{
    left:100%;
    top:0;
}
#navMenu > ul > li  ul > li.sub-menu:hover > ul{
    display: block;
}
#navMenu > ul > li  ul a:hover{
    color:#cd0f0f;
}
#navMenu .gril{
    color: rgba(255,255,255,0.6);
    position:relative;
    width:auto;
    height:50px;
    line-height: 46px;
    display:none;
    padding-right:52px;
    text-decoration: none;
    text-transform: uppercase;
    background: url("../images/gril.png") right center no-repeat;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
#navMenu .gril:hover{
    color: rgba(255,255,255,1);
}

@media (min-width: 991px) AND (max-width: 1186px) {
    #navMenu{
        text-align:left;
    }
    #navMenu .gril {
        display: inline-block;
    }
    #navMenu > ul {
        display: none;
    }
    #navMenu li.catalog{
        display:none !important;
    }
}
@media (min-width: 768px) AND (max-width: 800px) {
    #navMenu{
        text-align:left;
    }
    #navMenu .gril {
        display: inline-block;
    }
    #navMenu > ul {
        display: none;
    }
}

@media (max-width: 602px) {
    #navMenu{
        text-align:center;
        padding: 0 15px;
    }
    #navMenu li{
        text-align:left;
    }
    #navMenu .gril {
        display: inline-block;
    }
    #navMenu > ul {
        display: none;
    }
}
#navMenu.expand ul{
    position:relative;
    left:auto;
    top:auto;
    width:100%;
}
#navMenu.expand > ul{
    position:absolute;
    left:0;
    top:100%;
    display:block;
    background: #F5F4F4;
    -webkit-box-shadow: 0 0px 4px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 0px 4px 0px rgba(0,0,0,0.3);
    box-shadow: 0 0px 4px 0px rgba(0,0,0,0.3);
    overflow: auto;
}
#navMenu.expand > ul a{
    color:#6c7b84;
}

#navMenu.expand > ul li:hover > a,
#navMenu.expand > ul li.active > a{
    color: #2f363f;
}
#navMenu.expand > ul li{
    display:block;
}
#navMenu.expand > ul ul{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    top:-12px;
}
#navMenu.expand > ul > li{
    border-bottom:1px solid #aaa;
}
#navMenu.expand > ul li .sub-menu-arrow,
#navMenu.expand > ul li.active > .sub-menu-arrow,
#navMenu.expand > ul li:hover > .sub-menu-arrow,
#navMenu.expand > ul > li li.sub-menu .sub-menu-arrow{
    top:20px;
    right:13px;
    border: 7px solid;
    cursor:pointer;
    border-color: rgba(108,123,132,0.6) transparent transparent transparent;
}
#navMenu.expand > ul > li li.sub-menu .sub-menu-arrow{
    top:12px;
    right:4px;
}
#navMenu.expand > ul > li li.sub-menu > ul{
    left:0;
}
#navMenu.expand > ul > li:hover > ul,
#navMenu.expand > ul > li  ul > li.sub-menu:hover > ul{
    display: none;
}
#navMenu.expand li.sub-menu{
    padding-right:50px;
}
#navMenu.expand li.sub-menu li.sub-menu{
    padding-right:0;
}
#navMenu.expand li.sub-menu li.sub-menu>ul{
    padding:1px 0 5px;
}
#navMenu.expand li.sub-menu li.sub-menu > .sub-menu-arrow{
    right:-36px;
}
#navMenu.expand li:hover{
    background: #e9e8e8;
}
#navMenu.expand li:hover ul{
    background: #e9e8e8;
}

/* Banners */
.block-banners{
    position: relative;
    overflow: hidden;
    width:100%;
    height:380px;
}
.banner-item .slider-caption{
    padding: 10px;
    position: absolute;
    right: 20px;
    width: 47%;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}
.banner-item .slider-caption h2{
    margin: 0 0 8px 0;
    line-height: 1.2;
    color: #cd0f0f;
    font-weight: 300;
    font-size: 28px;
    font-family: RobotoLight;
    text-transform: uppercase;
}
.banner-item .slider-caption p{
    color:#6c7b84;
    font-family: RobotoLight;
}
.banner-item .btn{
    position: relative;
    display: inline-block;
    background: #cd0f0f;
    height: 40px;
    line-height: 40px;
    padding: 0px 18px;
    font-weight: 400;
    color: #fff;
    font-size: 14px;
    border: 0;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.17);
    -moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.17);
    box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.17);
    -webkit-transition: background 0.3s ease-in-out,border-color 0.3s ease-in-out,color 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out,border-color 0.3s ease-in-out,color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out,border-color 0.3s ease-in-out,color 0.3s ease-in-out;
}
.block-banners .banner-item{
    position: relative;
}
.block-banners .banner-item:first-child{
    display: block;
}
.banner-wrapper{
    position:relative;
}

.nav-btn {
    width: 20px;
    height: 20px;
    position: absolute;
    z-index: 10;
    cursor: pointer;
    right:48px;
    bottom:13px;
}
.banner-wrapper .nav-btn{
    bottom: 28px;
}

.btn_next{
    right: 25px;
}
.btn_next:after{
    content: '';
    position: absolute;
    display: block;
    left:8px;
    top:5px;
    width:6px;
    height: 9px;
    background: url("../images/next.png") center top no-repeat;
}
.btn_next:hover:after{
    background-position: center bottom;
}
.btn_prev:after{
    content: '';
    position: absolute;
    display: block;
    left:8px;
    top:5px;
    width:6px;
    height: 9px;
    background: url("../images/prev.png") center top no-repeat;
}
.btn_prev:hover:after{
    background-position: center bottom;
}
@media (max-width: 1050px) {
    .banner-item .slider-caption h2{
        font-size:22px;
    }
}
@media (min-width: 768px) AND (max-width: 991px) {
    .banner-item .slider-caption h2{
        font-size:18px;
    }
    .banner-item .slider-caption p{
        display: none;
    }
}
@media (max-width: 750px) {
    .banner-item .slider-caption p{
        display: none;
    }
}
@media (max-width: 700px) {
    .banner-item .slider-caption h2{
        font-size:16px;
    }
    .banner-wrapper .nav-btn {
        bottom:5px;
    }
}
@media (max-width: 500px) {
    .banner-item .slider-caption h2{
        font-size:12px;
    }
}

.page-heading{
    position: relative;
    font-family: RobotoLight;
    margin: 30px 0 0px;
    font-size: 16px;
    background: #f5f4f4;
    border: 1px solid #ececec;
    min-height: 50px;
    padding: 14px 30px;
    text-transform: uppercase;
}
.page-heading a{
    position: relative;
    display: inline-block;
    margin-left:20px;
    font-size:13px;
    font-weight: normal;
    text-transform: lowercase;
    color: #8e9fa8;
}
.page-heading a:hover{
    color:#CD0F0F;
}

/* PRODUCT ITEM */
.carousel-wrapper{
    position: relative;
    overflow: hidden;
    min-height:417px;
}
.product-list{
    border-left: 1px solid #ececec;
    border-right: 1px solid #ececec;
}

.product-item{
    height: auto;
    overflow: hidden;
    margin-top: -1px;
    border: 1px solid #ececec;
    border-left: 0;
}
.products-listing{
    border-left: 1px solid #ececec;
    border-top: 1px solid #ececec;
    border-right: 1px solid #ececec;
}
.products-listing .product-item{
    border: 0;
    border-bottom: 1px solid #ececec;
    border-right: 1px solid #ececec;
}
.product-img{
    position: relative;
    text-align: center;
    padding: 24px 0 20px;
}
.product-img a{
    display: block;
    position: relative;
    padding: 0 35px;
}
.product-info{
    position: relative;
    margin-top: -91px;
    padding: 10px 28px 0px;
    background: rgba(255, 255, 255, 0.9);
    z-index: 10;
    -webkit-transform: translate(0%, 91px);
    transform: translate(0%, 91px);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.product-price{
    text-align: center;
}
.money{
    font-size: 16px;
    font-weight: bold;
    font-size: 16px;
    color: #374046;
}
.product-name{
    padding-top: 6px;
    width: 100%;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-transform: uppercase;
    font-family: RobotoLight;
}
.product-name a{
    color: #6c7b84;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.product_name a:hover{
    color:#cd0f0f;
}
.product-desc{
    position: relative;
    margin-top: 6px;
    padding-bottom: 20px;
    font-size: 13px;
    color: #6c7b84;
    font-family: RobotoLight;
}
.product-item .btn{
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 0 10px;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    border: 0;
    opacity:0;
    margin-bottom: 15px;
    text-transform: uppercase;
    text-decoration: none;
    vertical-align: middle;
    -webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.17);
    -moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.17);
    box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.17);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.product-item .btn:hover{
    text-decoration: none;
}
.btn-options{
    background: url("../images/cart_btn.png") 12px center no-repeat #cd0f0f;

}
.btn-link{
    background: url("../images/view.png") 12px center no-repeat #393B34;
    color: #fff;
}
.product-item:hover .product-info {
    -webkit-transform: translate(0%, 0px);
    transform: translate(0%, 0px);
}
.product-item:hover .product-info .btn{
    opacity:1;
}

.small-banner{
    position: relative;
    display: block;
    font-size: 0;
    border:1px solid #ececec;
}
.small-banner img{
    position: relative;
    display: block;
    margin:0 auto;
}

.contacts{
    position: relative;
    border:1px solid #ececec;
    padding-top: 44px;
    padding-bottom: 44px;
}
.contact-item{
    position: relative;
    margin-top:-93px;
    padding-top:92px;
    font-size:14px;
    background: url("../images/contact.png") center top no-repeat;
}
.contact-item span{
    font-size:12px;
}
.email-item{
    position: relative;
    margin-bottom:-93px;
    padding-bottom:92px;
    font-size:14px;
    background: url("../images/mail.png") center bottom no-repeat;
}
footer{
    position: relative;
    padding-top:50px;
    background: #cd0f0f;
    color:#fff;
}
footer a{
    color:#fff;
}
.soc-btn{
    font-size:0;
}
.soc-btn a{
    position: relative;
    display: inline-block;
    margin-right:10px;
}

.brands{
    position: relative;
    text-align: center;
    font-size:0;
    border: 1px solid #ececec;
}
.brands img{
    position: relative;
    display: inline-block;
    margin:10px;
    opacity:0.6;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.brands img:hover{
    opacity:1;
}
.email-item a{
    position: relative;
    display: block;
    text-align: center;
}
ul.breadcrumb{
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.breadcrumb li{
    position: relative;
    display: inline-block;
    font-size:0;
    margin-right: 30px;
}
ul.breadcrumb li:before{
    content: '/';
    display: block;
    position: absolute;
    top:0;
    right:-20px;
    font-size:12px;
    font-family: RobotoLight;
    color: #6c7b84;
}
ul.breadcrumb li:last-child:before{
    display: none;
}
ul.breadcrumb li a{
    position: relative;
    color: #6c7b84;
    font-family: RobotoLight;
    font-size:12px;
}
.side-filter-item {
    position: relative;
    padding:15px;
    background: #F5F4F4;
}
.side-filter-item  h2{
    font-size: 16px;
    font-weight: normal;
    margin: 0 0 25px;
    color:#6c7b84;
    text-transform: uppercase;
}
.price-range .filter-label{
    color:#6c7b84;
}
.price-range .filter-label i{
    color:#494949;
}
.price-range .filter-label i{
    font-weight: bold;
    font-style: normal;
}
.brand-list h2{
    margin-bottom:15px;
}
.brand-list ul{
    position: relative;
    margin:0;
    padding:0 0 0 15px;
    list-style: none;
}
.brand-list ul li{
    position: relative;
    margin-bottom:5px;
}
.brand-list ul li a{
    color:#6c7b84;
}
.brand-list ul li.active a{
    color:#CD0F0F;
}
.wrapword {
    white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    white-space: pre-wrap;       /* css-3 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
    white-space: -webkit-pre-wrap; /* Newer versions of Chrome/Safari*/
    word-break: break-all;
    white-space: normal;
}
.empty-listing{
    padding: 150px 0;
    text-align: center;
    background: #F5F4F4;
    color:#6c7b84;
    border-bottom: 1px solid #ececec;
}
.thumbs-wrapper{
    position:relative;
}
.thumbs-wrapper .thumb{
    display:block;
    width:50px;
    height: 50px;
    overflow: hidden;
    border:1px solid #ececec;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom:10px;
    cursor:pointer;
    position:relative;
}
.thumbs-wrapper .thumb:hover,
.thumbs-wrapper .thumb.active{
    border: 3px solid #ff7373;
    height: 54px;
    left: -2px;
    margin-bottom: 6px;
    top: -2px;
    width: 54px;
}
.preview-wrapper{
    position: relative;
}
#preview_loader{
    position: absolute;
    top:0;
    left:0;
    bottom:0;
    width:100%;
    background: #fff;
    display:none;
}
#preview{
    vertical-align: top !important;
    width:100%;
    height:auto;
    border:1px solid #ececec;
}
#preview.no-photo{
    width:auto;
    height:auto;
    position: relative;
    margin:0 auto;
    display: block;
}
#preview_loader img{
    position:absolute;
    left:50%;
    top:50%;
    margin-left:-16px;
    margin-top: -16px;
}
.itemContent .description .title{
    position:relative;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: normal;
    margin: 0 0 25px;
    color: #6c7b84;
}
.itemContent h1{
    margin: 0;
    font-size: 16px;
    font-weight: normal;
    padding-bottom: 19px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 19px;
}
.labeled-block {
    position: relative;
    margin-bottom: 13px;
}
.gText {
    color: #999999;
    font-size: 14px;
}
.itemContent .price {
    font-weight: bold;
    font-size: 20px;
    color: #CD0F0F;
}
.discount_phones {
    font-weight: bold;
}
.discount_phones a {
    display: inline-block;
    margin-right: 18px;
    color: #CD0F0F;
}
.send_button{
    background: url("../images/shopping-cart.png") 10px center no-repeat #CD0F0F;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    padding: 8px 20px 10px 35px;

    font-size:14px;
    text-transform: lowercase;
}
.send_button:focus,
.send_button:hover{
    color:#fff;
    text-decoration: none;
}

.description table {
    position:relative;
    border:1px solid #cdcdcd;
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 36px;
    border-right: 0;
    border-bottom: 0;
}
.description td {
    line-height: 1.05;
    padding: 5px 15px;
    border:0;
    border-right: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd;
    text-align: left;
}
#cart-overlay{
    display: none;
    position: fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background: rgba(0,0,0, 0.5);
    z-index: 400000;
}
#cart{
    display: none;
    position: fixed;
    top:65px;
    left:50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width:800px;
    background: #fff;
    padding:20px;
    z-index:500000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
#cart .table-wrapper:last-child {
    display: none;
}
#cart .table-wrapper .table-wrapper-scroll{
    max-height:70vh;
    overflow-y: auto;
    overflow-x: hidden;
}
#cart .table-wrapper .cart-panel{
    padding: 15px 7px 0;
    border-top:1px solid #cdcdcd;
    text-align:right;
}
#cart .cart-btn{
    float:left;
}
#cart #cart-products{
    border:0;
    width: 100%;
    border-collapse: collapse;
}
#cart #cart-products thead th{
    text-align: left;
    padding: 0 5px 15px;
    border-bottom: 1px solid #cdcdcd;
}
#cart #cart-products thead tr > th:nth-child(4){
    text-align: right;
}
#cart #cart-products tbody td{
    text-align: left;
    vertical-align: middle;
    padding: 7px 5px;
}
#cart #cart-products tbody tr > td:first-child{
    background: url("../images/nophoto.png") center no-repeat;
    height: 68px;
    width:68px;
}
#cart #cart-products tbody tr > td:first-child img{
    height: 68px;
    width:68px;
}
#cart #cart-products tbody tr > td .cart-product-qty{
    text-align: center;
    width:50px;
    padding:0 2px;
    border:1px solid #cdcdcd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    line-height: 19px;
    height:24px;
}
#cart #cart-products tbody tr > td:nth-child(3){
    white-space: nowrap;
}
#cart #cart-products tbody tr > td:nth-child(4){
    width:70px;
    text-align: right;
}
#cart #cart-products tbody tr > td:last-child{
    text-align: right;
    width:50px;
}
#cart #cart-products tbody tr > td .cart-product-remove{
    display: inline-block;
    cursor: pointer;
    background: url("../images/remove.png") center no-repeat;
    width:20px;
    height:20px;
}

#cart .cart-close{
    width: 24px;
    height:24px;
    position: absolute;
    right:-7px;
    top:-7px;
    background: url("../images/close.png") center no-repeat #fff;
    cursor:pointer;
    background-size: contain;
    border-radius:50%;
}
#cart-form {
    border:0;
    width: 100%;
    border-collapse: collapse;
}
#cart-form td{
    padding: 7px 14px;
    text-align: left;
    position:relative;
}
#cart-form tr td:first-child{
    width:200px;
    text-align:right;
    padding-right: 20px;
    font-weight: bold;
}
#cart-form tr td input[type=text]{
    width: 300px;
    padding: 7px 14px;
    border:1px solid #cdcdcd;
    border-radius: 4px;
}
#cart-form tr:last-child td span{
    text-align: center;
}
#cart span.cart-view{
    background: #434343;
}
#cart-form tr:last-child td span.cart-send{
    float:left;
}
.arrow_box {
    position: absolute;
    background: #ff8585;
    border-radius: 4px;
    color: #fff;
    display: block;
    padding: 8px 15px;
    right: 53px;
    top: 7px;
}
.arrow_box:after {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 133, 133, 0);
    border-right-color: #ff8585;
    border-width: 7px;
    margin-top: -7px;
}
#cart-msg{
    position: fixed;
    background: #d1ffb0;
    border:1px solid #46bc54;
    border-radius: 4px;
    color: #494949;
    display: none;
    padding: 15px 30px;
    left:50%;
    top:50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.45);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.45);
    box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.45);
    z-index:450000;
}
#cart-msg:after{
    content:'';
    display: block;
    width: 24px;
    height:24px;
    position: absolute;
    right:-7px;
    top:-7px;
    background: url("../images/close.png") center no-repeat #fff;
    cursor:pointer;
    background-size: contain;
    border-radius:50%;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.45);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.45);
    box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.45);
}
.filter-panel{
    position: relative;
    font-size:0;
}
.filter-panel .gray,
.filter-panel .txt{
    font-size:14px;
    position: relative;
    display: inline-block;
    margin-right:20px;
    color:#6c7b84;
    font-family: RobotoLight;
}
.filter-panel .txt.gray{
    margin-right:0;
}
.filter-panel span.highlight{
    font-weight: bold;
    color:#494949;
}
.cart-checkout,
.cart-view,
.cart-send,
.filter-panel input[type="reset"],
.filter-panel input[type="submit"]{
    font-size:14px;
    background: #CD0F0F;
    color: #fff;
    height: 29px;
    padding: 0 18px;
    border: 0;
    display: inline-block;
    line-height: 25px;
    cursor:pointer;
}
.filter-panel input[type="reset"]{
    background: #434343;
}
.filter-panel input[type="text"] {
    border: 1px solid #cdcdcd;
    font-size:14px;
    color: #494949;
    height: 29px;
    padding: 0 4px;
    display: inline-block;
    line-height: 25px;
    position: relative;
    margin-right:20px;
}
#cart-form tr td input[type="text"] {
    width: 300px;
    padding: 7px 14px;
    border: 1px solid #cdcdcd;
    border-radius: 4px;
}
h2.page-title{
    font-size: 16px;
    font-weight: normal;
    margin: 0 0 25px;
    color: #494949;
    text-transform: uppercase;
}
.paginator_wrapper{
    text-align: center;
    padding: 50px 0 5px;
}
.paginator_wrapper .pagination{
    list-style: none;
    margin:0;
    padding:0;
    white-space: nowrap;
}
.paginator_wrapper .pagination li{
    display: inline-block;
}
.paginator_wrapper .pagination li span{
    display: block;
    margin:0 7px;
}
.paginator_wrapper .pagination li a{
    display:block;
    padding: 5px 10px;
    color:#6c7b84;
    border:1px solid #ececec;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #F5F4F4;
}
.paginator_wrapper .pagination li a:hover{
    text-decoration: none;
}
.paginator_wrapper .pagination li.active a{
    background: #CD0F0F;
    color:#fff;
    border:1px solid #CD0F0F;
}

/* Left Categories */
.cat-wrapper{
    background:#F5F4F4;
    padding-top:10px;
    padding-right:0;
    padding-bottom:20px;
}
.cat-wrapper a{
    display: inline-block;
    padding: 15px 0 14px 25px;
    text-transform: uppercase;
    background: #f5f4f4;
    color: #6c7b84;
    font-size: 14px;
    font-family: RobotoLight;
    border-left:3px solid transparent;
}
.cat-wrapper a.active{
    border-left:3px solid #cd0f0f;
}
.cat-wrapper a:hover,
.cat-wrapper a.active{
    color:#CD0F0F;
}
.cat-menu-item{
    position:relative;
}
.cat-wrapper .subdir-trigger{
    position: absolute;
    display: block;
    right:10px;
    top:20px;
    cursor:pointer;

    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 8px solid rgba(108,123,132,0.6);
}
.cat-menu-item.opened > .subdir-trigger{
    border-top:0;
    border-bottom: 8px solid rgba(108,123,132,0.6);
    top:18px;
}
.cat-menu-item > .subcat-wrapper .cat-menu-item {
    padding-right: 30px;
}
.cat-menu-item > .subcat-wrapper .cat-menu-item .subdir-trigger{
    right: 17px;
}
.cat-wrapper > .cat-menu-item > .subcat-wrapper .subdir-trigger{
    top:12px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 7px solid rgba(108,123,132,0.6);
}
.cat-wrapper > .cat-menu-item > .subcat-wrapper .cat-menu-item.opened > .subdir-trigger{
    border-top:0;
    border-bottom: 7px solid rgba(108,123,132,0.6);
    top:10px;
}
.cat-wrapper .cat-menu-item .subcat-wrapper{
    position:relative;
    display: none;
}
.cat-wrapper > .cat-menu-item > .subcat-wrapper{
    max-height:350px;
    overflow: hidden;
}
.cat-menu-item > .subcat-wrapper{
    padding-left:25px;
}
.cat-wrapper .subcat-wrapper a{
    font-size:13px;
    text-transform: none;
    padding-top:6px;
    padding-bottom:6px;
}
.cat-menu-item.opened > .subcat-wrapper{
    display:block;
}
.img-wrapper{
    position: relative;
    display: inline-block;
}

.gallery-item img{
    display: inline-block;
    width:195px;
    height: 119px;
    object-fit: cover;
}
.fancybox-container {
    z-index:9999999;
}
.cat-grid {
    column-width: 17rem;
    column-gap: 1rem;
}

.cat-grid-item {
    break-inside: avoid;
    margin-bottom: 1rem;
}
.parent-cat{
    font-size:18px;
}

a.l3 {
    color: #59656c;
    line-height: 14px;
    font-size:12px;
    text-decoration: none;
    font-family: RobotoLight;
}

a.l3:hover {
    color: #cd0f0f;
    text-decoration: underline
}
.sub-cat-list{
    padding-top:5px;
}
.spec-list {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 0;
    max-width: 500px;
    margin: 0;
    padding: 0;
}

.spec-list dt {
    margin: 0;
    padding: 0;
    font-weight: normal;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    line-height: 1.5;
    padding-bottom: 5px;
}

.spec-list dt:after {
    content: " ................................................................................................................................................................................................";
    position: absolute;
    color: #ccc;
}

.spec-list dd {
    margin: 0;
    padding: 0 0 5px 10px;
    background: white;
    position: relative;
    z-index: 1;
    line-height: 1.5;
}
.brand-selected{
    position: relative;
    display: inline-block;
    padding-right:13px;
}
.brand-selected .brand-remove{
    position:absolute;
    display: flex;
    top:-3px;
    right:0;
    width: 10px;
    height: 10px;
    justify-content: center;
    align-items: center;
    background: #CD0F0F;
    border-radius: 50%;
    color:#fff;
    font-size:8px;
    font-weight: bold;
    cursor:pointer;
    text-decoration: none;
}
.brand-scroll-list{
    overflow: hidden;
    max-height: 350px;
}