*, *::before, *::after {margin:0; padding:0; box-sizing:border-box;}
ul, ol {list-style:none}
main, figure, figcaption{display:block}
img {max-width:100%;height:auto;border:0;}
fieldset {border:0}
input, textarea, select, button {display:block;max-width:100%;font-family:inherit;font-size:inherit;outline:none;}
textarea{resize: none}
input[type="text"], input[type="email"], input[type="password"], input[type="search"] {-webkit-appearance:none}
button {line-height:inherit}
button::-moz-focus-inner {border:0}
table{border-collapse:collapse;}
iframe{max-width: 100%}
html,body {
    width: 100%;
    height: 100%;
    background-color:#FFF;
    font-family: 'Raleway', sans-serif;
    color: #000;
    font-size:14px;
}
h2,h3,h4,h5,h6{
    color: #00A3FF;
    font-weight: 500;
    margin-bottom: 25px;
}
h1,h2{
    font-size: 22px;
    color: #00A3FF;
    margin-bottom: 25px;
}
.sub-title, h3,h4{
    font-weight: 500;
    font-size: 16px;
    color: #00A3FF;
    margin-bottom: 20px;
}
a{
    color: #00A3FF;
    text-decoration:underline;
    transition: all 0.2s ease-in;
}
a:hover{
    text-decoration: none;
}
ol{
    margin-left:20px;
}
input,button,textarea,select{
    font-family: 'Montserrat', sans-serif;
    outline:none;
}
.cleared:after{
    content:'';
    display:table;
    clear: both;
}
.wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    overflow-x: hidden;
    font-feature-settings: 'pnum' on, 'lnum' on;
}
.content {
    flex: 1 0 auto;
}
.footer {
    flex: 0 0 auto;
}
.row{
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    flex-wrap: wrap;
}
.ajaxSearch_grpResult{
    margin-right: -15px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding-top: 40px;
}
.ajaxSearch_grpResultName{
    position: absolute;
    left: 0;
    top: 0;
}
.ajaxSearch_grpResultName + .ajaxSearch_paging{
    position: absolute;
    left: 0;
    top: 20px;
}
.ajaxSearch_grpResult div[class^="col-"]{
    padding: 10px 15px;
}
.row>div[class^="col-"]{
    padding: 0 15px;
}
.col-xs-12{
    width: 100%;
}
.col-xs-6{
    width: 50%;
}
.col-xs-4{
    width: 33.333%;
}
/* row box for basket page only start */
.row-box{
    margin-left:-10px;
    margin-right: -10px;
    display: flex;
    flex-wrap: wrap;
}
.row-box>div[class^="row-"]{
    box-sizing: border-box;
    padding: 0 10px;
}
.row-3{
    width: 33.33%;
}
/* row box for basket page only end */
.container{
    max-width: 1170px;
    padding: 0 15px;
    margin: 0 auto;
}
.header{
    width: 100%;
    position: relative;
    z-index: 5;
    background: #202c92 url(../images/header-bg.jpg) no-repeat center center;
    background-size:cover;
    border-radius: 0 0 30px 30px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
}
.header__container{
    position: relative;
    padding-top: 15px;
    padding-bottom: 35px;
}
.header__wrap{
    display: flex;
}
.header__left{
    width: 190px;
    position: relative;
}
.header__left .logo{
    position: absolute;
    top: 0;
}
.header__cont{
    width: calc(100% - 190px);
}
.header__top{
    padding: 7px 0 15px 0;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #FFF;
}
.header-top__left{
    display: flex;
    align-items: center;
}
.head-nav-btn{
    width:30px;
    height: 22px;
    cursor: pointer;
    border-top: 3px solid #FFF;
    border-bottom: 3px solid #FFF;
    display: none;
    position: relative;
    margin-top: 3px;
}
.head-nav-btn:before{
    content: '';
    height: 3px;
    width: 30px;
    background: #FFF;
    position: absolute;
    z-index: -1;
    left:0;
    top:50%;
    margin-top: -1px;
}
.head-nav ul{
    display: flex;
    flex-wrap: wrap;
}
.head-nav ul li{
    margin-right: 40px;
}
.head-nav ul li a{
    text-transform: uppercase;
    text-decoration: none;
    color: #FFF;
    display: block;
    font-weight: 500;
    font-size: 12px;
    padding: 2px 0;
}
.head-nav ul li.active>a,
.head-nav ul li a:hover{
    color: #00A3FF;
}
.head-socials{
    display: inline-block;
    vertical-align: top;
}
.socials ul{
    display: flex;
}
.socials li+li{
    margin-left: 15px;
}
.socials li:hover{
    opacity: 0.5;
}
.socialsf{margin-top: 30px;}
.header-top__right{
    display: flex;
}
.adult-icon{
    width: 27px;
    margin: 0 10px;
}
.language-nav{
    width: 43px;
    position: relative;
}
.language-nav ul{
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    padding: 22px 5px 1px 0;
    border: 1px solid transparent;
}
.language-nav ul:before{
    content: '';
    width: 6px;
    height: 5px;
    position: absolute;
    z-index: -1;
    top: 9px;
    left: 4px;
    background: url(../images/icons/down.svg) no-repeat center center;
    background-size: cover;
}
.language-nav ul.open{
    background-color: rgba(0, 163, 255, 0.6);
    border-color: #00A3FF;
}
.language-nav ul.open>li{
    display: block ;
}
.language-nav ul li{
    display: none;
}
.language-nav ul li.active{
    display: block;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 3px;
}
.language-nav ul li a{
    height: 20px;
    line-height: 20px;
    padding: 0 5px 0 15px;
    display: block;
    text-decoration: none;
    font-size: 12px;
    color: #FFF;
}
.language-nav ul li a:hover{
    color: #00A3FF;
}
.header__info{
    padding: 24px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.head-phones{
    padding-left: 40px;
    position: relative;
    z-index: 0;
}
.head-phones:before{
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    z-index: -1;
    left: 0;
    top:0;
    background: url(../images/icons/call.svg) no-repeat center center;
}
.head-phones ul{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.head-phones ul li{
    margin-right: 20px;
}
.head-phones ul li:last-child{
    margin-right: 0;
}
.head-phones a{
    display: block;
    text-decoration: none;
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    font-feature-settings: 'pnum' on, 'lnum' on;
}
.head-phones a:hover{
    color: #00A3FF;
}
.head-search{
    width: 100%;
    max-width: 450px;
    height: 50px;
    position: relative;
    z-index: 0;
    padding-right: 50px;
    background: #FFF;
    border-radius: 4px;
}
.search-input{
    width: 100%;
    height: 50px;
    padding: 10px;
    color: #000;
    font-size: 16px;
    border:0;
    background: transparent;
}
.search-btn{
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    border:0;
    cursor: pointer;
    background: transparent url(../images/icons/search.svg) no-repeat center;
    -webkit-appearance: none;
}
.head-trolley{
    margin-left: 15px;
}
.head-trolley-btn{
    width: 32px;
    height: 32px;
    display: block;
    position: relative;
    z-index: 0;
    text-decoration: none;
    color: #FFF;
    font-size: 11px;
    background: url(../images/icons/shopping-bag.svg) no-repeat center center;
}
.head-trolley-btn span{
    width: 18px;
    height: 18px;
    display: block;
    line-height: 18px;
    background: #00A3FF;
    text-align: center;
    position: absolute;
    z-index: 1;
    bottom: -5px;
    right: -5px;
    border-radius: 100%;
}
.top-nav{
    text-align: center;
}
.top-nav-title{
    height: 40px;
    line-height: 40px;
    font-weight: 500;
    color: #FFF;
    padding-left: 40px;
    position: absolute;
    z-index: 0;
    left: 0;
    right: 0;
    display: none;
    cursor: pointer;
}
.top-nav-title:before{
    content:'';
    width: 22px;
    height: 19px;
    border-top: 3px solid #FFF;
    border-bottom: 3px solid #FFF;
    position: absolute;
    z-index: -1;
    left: 8px;
    top:50%;
    margin-top: -9px;
}
.top-nav-title:after{
    content:'';
    width: 22px;
    height: 3px;
    background: #FFF;
    position: absolute;
    z-index: -1;
    left: 8px;
    top:50%;
    margin-top: -1px;
}
.top-nav ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.top-nav ul li{
    position: relative;
}
.top-nav ul li:after{
    content: '';
    width: 1px;
    background: #FFF;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 1.5px;
    bottom: 1.5px;
    opacity: 0.2;
}
.top-nav ul li a{
    color: #FFF;
    display: block;
    padding: 4px 20px;
    text-decoration: none;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
}
.top-nav ul li.active>a,
.top-nav ul li a:hover{
    color: #00A3FF;
}
.header__bot{
    padding: 15px 0 0 0;
    text-align: right;
    justify-content: flex-end;
    color: #00A3FF;
    font-size: 24px;
    font-weight: 600;
    font-style: italic;
}
.main{
    padding: 45px 0 55px 0;
}
.main__wrap{
    display: flex;
}
.main__sidebar{
    width: 265px;
}
.news-box{
    width: 100%;
    max-width: 265px;
    margin: 0 0 40px 0;
}
.news-box-img{
    width: 100%;
    height: 160px;
    position: relative;
    z-index: 0;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 20px;
}
.news-box-img img{
    width: auto;
    min-width: 100%;
    min-height: 160px;
    object-fit: cover;
}
.news-box-cat{
    position: absolute;
    z-index: 1;
    left: 10px;
    top:10px;
    font-size: 10px;
    color: #FFF;
    font-weight: 600;
    padding: 4px 7px;
    display: inline-block;
    background: rgba(0,158,255,1);
    border-radius: 4px;
}
.cat-pink{
    background: rgba(252,22,124,1);
}
.cat-pink:after{
    content: '';
    width: 13px;
    height: 13px;
    display: inline-block;
    vertical-align: top;
    margin: 2px 0 0 5px;
    background: url(../images/icons/wink.svg) no-repeat center center;
}
.cat-purple{
    background: rgba(145,23,135,1);
}
.news-box-date{
    color: #00A3FF;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 12px;
}
.news-box-title{
    margin-bottom: 9px;
}
.news-box-title a{
    display: block;
    color: #000;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    text-decoration: none;
}
.news-box-title a:hover{
    color: #00A3FF;
}
.news-box-text{
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 20px;
}
.more-link{
    text-decoration: none;
    font-size: 12px;
    color: #000;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
}
.more-link:hover{
    color: #00A3FF;
}
.more-link:after{
    content: '';
    width: 16px;
    height: 16px;
    background: url(../images/icons/dali.svg) no-repeat center center;
    margin-left: 5px;
}
.left-cat-nav{
    margin-bottom: 50px;
}
.left-cat-nav>ul>li{
    margin-top: 15px;
    position: relative;
    padding-left: 30px;
}
.left-cat-nav .left-cat-toggler{
    content:'';
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
    background: url(../images/icons/nav-plus.svg) no-repeat center;
}
.left-cat-nav>ul>li.active .left-cat-toggler{
    background: url(../images/icons/nav-minus.svg) no-repeat center;
}
.left-cat-nav>ul>li>a{
    text-decoration: none;
    color: #000;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    position: relative;
}
.left-cat-nav>ul>li>a:hover{
    color: #00A3FF;
}
.left-cat-nav>ul>li>ul{
    padding: 15px 0;
    margin-left: 30px;
    display: none;
}
.left-cat-nav>ul>li.active>ul{
    display: block;
}
.left-cat-nav>ul>li>ul>li+li{
    margin-top: 10px;
}
.left-cat-nav>ul>li>ul>li>a{
    display: block;
    text-decoration: none;
    font-size: 16px;
    color: #000;
    position: relative;
    z-index: 0;
}
.left-cat-nav>ul>li>ul>li>a:hover,
.left-cat-nav>ul>li>ul>li.active>a{
    color: #00A3FF;
}
.main__body{
    width: calc(100% - 265px);
    padding-left: 30px;
}
.block-title{
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 20px;
}
.row_products>div[class^="col-"]{
    padding: 0 15px 40px 15px;
}
.product-box{
    width: 100%;
    max-width: 275px;
    height: 100%;
    padding: 15px;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    background: #FFF;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
    border-radius: 8px;
}
.product-box-img{
    width: 100%;
    height: 205px;
    position: relative;
    margin-bottom: 10px;
}
.product-box-img>a{
    width: 100%;
    height: 205px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-box-img>a img{
    max-height: 205px;
}
.product-hot-icon{
    width: 42px;
    height: 20px;
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
    background: url(../images/icons/hot.svg) no-repeat center center;
}
.product-box-holiday{
    width: 100px;
    height: 72px;
    position: absolute;
    z-index: 1;
    top: 0;
    right: -20px;
    background: url(../../images/icons/blackfriday-200.png) no-repeat center center;
    background-size: cover;
}
.product-box-icons{
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
}
.product-box-icons>span+span{
    margin-top: 4px;
}
.product-box-new{
    width: 30px;
    height: 21px;
    background: url(../images/icons/new.svg) no-repeat center center;
    display: block;
}
.product-box-sale{
    width: 33px;
    height: 20px;
    display: block;
    color: #FFF;
    text-align: center;
    line-height: 20px;
    font-size: 10px;
    font-weight: bold;
    background: #FF47A5;
    border-radius: 4px;
}
.product-box-name{
    margin-bottom: 5px;
    flex: 1 1 auto;
}
.product-box-name a{
    display: block;
    color: #000;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    text-decoration: none;
}
.product-box-name a:hover{
    color: #00A3FF;
}
.product-box-text{
    color: #5B5C64;
    font-size: 12px;
    line-height: 16px;
    border-bottom: 1px solid #DFDDE3;
    padding: 15px 0;
    margin-bottom: 20px;
}
.product-box-text p+p{
    margin-top: 8px;
}
.product-box-col{
    display: flex;
}
.product-box-col+.product-box-col{
    margin-top: 8px;
}
.product-box-left{
    margin-right: 5px;
}
.product-box-price{
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #000;
    padding-bottom: 6px;
}
.old-price{
    font-size: 14px;
    color: #5B5C64;
    text-decoration: line-through;
    margin-right: 8px;
}
.product-box-presence{
    font-weight: 600;
    font-size: 12px;
    color: #6d6d6d;
}
.present{
    color: #009eff;
}
.product-box-btns{
    padding-top: 20px;
    display: flex;
    justify-content: center;
    gap: 10px;
}
.product-btn-left{
    width: 50%;
}
.product-btn-right{
    width: 50%;
}
a.button-buy,
a.notactiveclickcat{
    line-height: 40px;
}
.button-buy{
    width: 100%;
    height: 40px;
    display: block;
    text-align: center;
    border: 0;
    color: #FFF;
    cursor: pointer;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    -webkit-appearance: none;
    border-radius: 4px;
    background: rgb(0,194,255);
    background: -moz-linear-gradient(top,  rgba(0,194,255,1) 0%, rgba(0,148,255,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(0,194,255,1) 0%,rgba(0,148,255,1) 100%);
    background: linear-gradient(to bottom,  rgba(0,194,255,1) 0%,rgba(0,148,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c2ff', endColorstr='#0094ff',GradientType=0 );
}
.button-buy:hover{
    background: rgb(0,148,255);
    background: -moz-linear-gradient(top,  rgba(0,148,255,1) 0%, rgba(0,194,255,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(0,148,255,1) 0%,rgba(0,194,255,1) 100%);
    background: linear-gradient(to bottom,  rgba(0,148,255,1) 0%,rgba(0,194,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0094ff', endColorstr='#00c2ff',GradientType=0 );
}
.buy-fast{
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #000;
    cursor: pointer;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    background: #FFF;
    border: solid 1px #DFDDE3;
    -webkit-appearance: none;
    border-radius: 4px;
}
.buy-fast:hover{
    background: #DFDDE3;
}
.benefits{
    padding: 30px 90px;
    color: #FFF;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
    background: #202c92 url(../images/header-bg.jpg) no-repeat center center;
    background-size: cover;
    border-radius: 30px;
}
.benefit-box{
    max-width: 330px;
    display: flex;
    align-items: center;
    margin: 30px 0;
}
.benefit-icon img{
    transition: all 0.2s ease-in;
}
.benefit-box:hover .benefit-icon img{
    transform: scale(1.1);
}
.benefit-icon{
    width: 60px;
}
.benefit-text{
    width: calc(100% - 60px);
    padding-left: 10px;
}
.seo-block{
    padding: 60px 0;
    background: #F7F7F8;
    font-size: 16px;
    line-height: 24px;
}
.seo-text ul{
    list-style: disc;
    margin-left: 25px;
    margin-bottom: 20px;
}
.seo-text p, .seo-text li{
    margin-bottom: 20px;
    text-align: justify;
}
.footer{
    overflow: hidden;
    padding: 40px 0;
    background: #202c92 url(../images/header-bg.jpg) no-repeat center center;
    background-size:cover;
    font-size: 14px;
    color: #FFF;
    border-radius: 30px 30px 0 0;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
}
.footer__main{
    display: flex;
}
.bot-logo{
    width: 350px;
}
.bot-bar{
    width: calc(100% - 350px);
}
.bot-nav{
    max-width: 180px;
    margin: 0 auto 15px auto;
}
.bot-nav ul li+li{
    margin-top: 12px;
}
.bot-nav ul li a{
    text-decoration: none;
    color: #FFF;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}
.bot-nav ul li.active>a,
.bot-nav ul li a:hover{
    color: #00A3FF;
}
.bot-cat ul li+li{
    margin-top: 12px;
}
.bot-cat ul li a{
    text-decoration: none;
    color: #FFF;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
}
.bot-cat ul li.active>a,
.bot-cat ul li a:hover{
    text-decoration: underline;
}
.bot-phones{
    padding-bottom: 8px;
}
.bot-phones li+li{
    margin-top: 4px;
}
.bot-phones a{
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    color: #FFF;
}
.bot-phones a:hover{
    color: #00A3FF;
}
.bot-time{
    font-size: 14px;
    color: #FFF;
    font-weight: 400;
    margin-bottom: 20px;
}
.bot-socials{
    margin-bottom: 45px;
}
.bot-socials a{
    display: flex;
    align-items: center;
    color: #FFF;
    font-size: 14px;
    text-decoration: none;
}
.bot-socials a:hover{
    color: #00A3FF;
}
.bot-socials img{
    margin-right: 6px;
}
/* PREVIOUS STYLES */
.notactiveclickcat{
    width: 120px;
    height: 35px;
    display: block;
    text-align: center;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
    background: #999;
    box-sizing: border-box;
    border: solid 1px #ececec;
    -webkit-appearance: none;
}
.notactiveclickcat:hover{
    background: #999;
    border-color: #999;
    color: #FFF;
    cursor: default;
}
.carousel_products{
    display: none;
}
.owl-carousel .owl-stage{display: flex;}
.carousel-box .owl-item{
    padding: 20px 0;
}
.carousel-box .owl-nav{
    position: absolute;
    z-index: 1;
    background: #FFF;
    top: -51px;
    right: 0;
    text-align: right;
}
.carousel-box .owl-next,
.carousel-box .owl-prev{
    width: 29px;
    height: 28px;
    display: inline-block;
    vertical-align: top;
    position: unset;
    background-repeat: no-repeat;
    background-position: center center;
}
.carousel-box .owl-prev{
    background-image: url(../images/icons/left-arrow.svg);
    margin-right: 10px;
}
.carousel-box .owl-next{
    background-image: url(../images/icons/right-arrow.svg);
}
.hidded{
    overflow: hidden;
}
.breadcrumbs{
    font-size: 12px;
    color: #00A3FF;
    margin-bottom: 25px;
}
.breadcrumbs ul li{
    display: inline-block;
    vertical-align: top;
}
.breadcrumbs ul li:after{
    content: '/';
    display: inline-block;
    vertical-align: top;
    margin: 0 4px 0 6px;
    color: #3d1151;
}
.breadcrumbs ul li:last-child:after{
    display: none;
}
.breadcrumbs a{
    font-size: 12px;
    text-decoration: none;
    color: #3d1151;
}
.breadcrumbs a:hover{
    text-decoration: underline;
}
.catalogs .row{
    margin-left: -10px;
    margin-right: -10px;
	margin-bottom: 20px;
}
.catalogs .row>div{
    padding: 10px;
}
.catalog-box{
    width: 100%;
    height: 100%;
    min-height: 60px;
    position: relative;
    z-index: 0;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    text-decoration: none;
    color: #FFF;
    font-size: 13px;
    font-weight: 600;
    background: #2C3DA9;
    transition: all 0.2s ease-in;
}
.catalog-box:hover{
    transform: scale(1.05);
}
.catalog-box-title{
    display: inline-flex;
    padding: 10px;
}
.catalog-box-img{
    width: 100%;
    height: 100%;
    display: none;
}
.catalog-box-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.filter-box-title{
    font-weight: 500;
    color: #000;
    padding-bottom: 3px;
    border-bottom: 2px solid #e7deeb;
    margin-bottom: 10px;
}
.filter-box{
    font-size: 14px;
    color: #000;
}
.filter-box+.filter-box{
    margin-top: 25px;
}
.filter-box ul li+li{
    margin-top: 11px;
}
.filter-box label {
    display: block;
    cursor: pointer;
    position: relative;
    z-index: 0;
    padding-left: 25px;
}
.filter-box b{
    font-weight: normal;
}
.checkbox{
    display: none;
}
.checkbox+span{
    width: 15px;
    height: 15px;
    position: absolute;
    z-index: 1;
    left: 0;
    top:2px;
    background: #eeeeee;
}
.checkbox+span:before{
    content: '';
    width: 7px;
    height: 7px;
    background: #00A3FF;
    position: absolute;
    z-index: -1;
    left: 50%;
    margin-left: -3.5px;
    top: 50%;
    margin-top: -3.5px;
    display: none;
}
.checkbox:checked+span:before{
    display: block;
}
.checkbox:checked+span+b{
    color: #911787;
}
.right-bar{
    width: 100%;
    margin-left: -290px;
    float: right;
}
.right-bar-cont{
    margin-left: 290px;
}
.sort-block{
    font-size: 14px;
    color: #000;
    font-weight: 500;
    padding-bottom: 15px;
    border-bottom: solid 1px #e7deeb;
    margin-bottom: 15px;
}
.sort-block ul{
    display: flex;
    justify-content: flex-end;
}
.sort-block a{
    color: #000;
    text-decoration: none;
}
.sort-block a:hover{
    color: #00A3FF;
}
.sort-block ul li{
    display: inline-block;
    vertical-align: top;
}
.sort-block ul li+li{
    margin-left: 15px;
}
.sort-price{
    color: #00A3FF;
}
.sort-up{
    width: 12px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
    background: url(../images/icons/sort-up.svg) no-repeat center center;
    margin: 0 2px;
}
.sort-down{
    width: 12px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
    background: url(../images/icons/sort-down.svg) no-repeat center center;
    margin: 0 2px;
}
.pagination{
    text-align: center;
    padding: 15px 0;
}
.pagination ul li{
    display: inline-block;
    vertical-align: top;
    padding: 0 5px;
}
.pagination a{
    height: 12px;
    line-height: 12px;
    display: block;
    text-decoration: none;
    font-size: 14px;
    color: #000;
}
.pagination li a:hover,
.pagination li.active>a{
    color: #009eff;
    text-decoration: underline;
}
.pagination li.prev-page>a,
.pagination li.next-page>a{
    width: 5px;
    height: 9px;
    display: block;
    background: url(../images/icons/next-page.svg) no-repeat center center;
}
.pagination li.prev-page>a{
    margin-top:2px;
    transform: rotate(180deg);
}
.card-block{
    padding-bottom: 39px;
    border-bottom: solid 1px #e7deeb;
    margin-bottom: 25px;
}
.card-img{
    width: 470px;
    float: left;
}
.card-img-left{
    width:78px;
    float: left;
}
.vertical-carousel-box{
    padding-top: 10px;
}
.carousel_thumbs{
    display: none;
}
.vertical-carousel-box .owl-carousel{
    transform: rotate(90deg);
    width: 310px;
    margin-top:126px;
    margin-left:-106px;
}
.vertical-carousel-box .owl-prev{
    transform: rotate(-90deg);
}
.vertical-carousel-box .owl-next{
    right:-20px;
    transform: rotate(-90deg);
}
.thumb-box{
    width: 70px;
    height: 70px;
    display: table;
    background: #FFF;
    border: solid 1px #e7deeb;
    margin: 5px 0;
    transform: rotate(-90deg);
}
.thumb-box>a{
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.thumb-box>a img{
    max-width: 90%;
    max-height: 90%;
}
.card-img-right{
    margin-left: 95px;
}
.card-img-big{
    width: 375px;
    height: 355px;
    display: table;
    position:relative;
    z-index:0;
    border: solid 1px #e7deeb;
}
.card-img-big .product-box-icons{
    left: 10px;
    bottom: 15px;
}
.product-hot-icon{
    right: 10px;
    bottom: 15px;
}
.card-img-big>a{
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 10px;
    background: #FFF;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.card-img-big img{
    max-height: 325px;
}
.card-right{
    margin-left: 490px;
    padding-top: 8px;
}
.card-right-top{
    position: relative;
    z-index: 1;
    padding-bottom: 15px;
    margin-bottom: 25px;
}
.card-right-top:after{
    content: '';
    width: 240px;
    height: 1px;
    background: #e7deeb;
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: 0;
}
.card-title{
    font-size: 20px;
    color: #052c8f;
    margin-bottom: 10px;
}
.card-cat{
    font-size: 12px;
    color: #6d6d6d;
    margin-bottom: 15px;
}
.card-art{
    font-size: 14px;
    color: #000;
}
.card-presence{
    margin-bottom: 15px;
}
.card-color{
    font-size: 12px;
    color: #000;
    margin-bottom: 30px;
}
.card-color ul{
    margin-top: 3px;
}
.card-color ul li{
    display: inline-block;
    vertical-align: top;
    margin: 4px;
}
.color-box{
    cursor: pointer;
    width: 20px;
    height: 20px;
}
.radio-color{
    display: none;
}
.radio-color+span{
    width: 20px;
    height: 20px;
    display: block;
    position: relative;
    z-index: 0;
}
.radio-color+span:before{
    content: '';
    position: absolute;
    z-index: -1;
    left: -4px;
    right: -4px;
    top: -4px;
    bottom: -4px;
    border: 1px solid #6d6d6d;
    display: none;
}
.activecl .radio-color+span:before,
.radio-color:checked+span:before{
    display: block;
}
.pink-color span{
    background: #ff458d;
}
.blue-color span{
    background: #00aded;
}
.purple-color span{
    background: #911787;
}
.card-price{
    font-size: 22px;
    color: #0a0a0a;
    margin-bottom: 25px;
}
.card-btn-box{
    display: inline-block;
    vertical-align: top;
    margin: 0 15px 10px 0;
}
.card-btn-box:last-child{
    margin-right: 0;
}
a.button-buy-big,
a.button-buy-biga,
a.buy-fast-bigcl,
a.notactivebox,
a.notactiveclick,
a.buy-fast-big{
    line-height: 42px;
}
.button-buy-big, .button-buy-biga{
    width: 138px;
    height: 42px;
    display: block;
    text-align: center;
    border: 0;
    color: #FFF;
    cursor: pointer;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    background: #00A3FF;
    -webkit-appearance: none;
}
.button-buy-big:hover, .button-buy-biga:hover{
    background: #052c8f
}
.notactivebox {
    display: none;
    width: 138px;
    height: 42px;
    text-align: center;
    border: 0;
    color: #FFF;
    cursor: pointer;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    background: #999;
    -webkit-appearance: none;
}
.notactivebox:hover{
    background: #999;
    cursor: default;
}
.buy-fast-big, .buy-fast-bigcl{
    width: 165px;
    height: 42px;
    display: block;
    text-align: center;
    color: #00A3FF;
    cursor: pointer;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    background: #FFF;
    box-sizing: border-box;
    border: solid 1px #ececec;
    -webkit-appearance: none;
}
.buy-fast-big:hover, .buy-fast-bigcl:hover{
    background: #009eff;
    border-color: #009eff;
    color: #FFF;
}
.notactiveclick{
    display: none;
    width: 165px;
    height: 42px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    background: #999;
    box-sizing: border-box;
    border: solid 1px #ececec;
    -webkit-appearance: none;
}
.notactiveclick:hover{
    background: #999;
    border-color: #999;
    color: #FFF;
    cursor: default;
}
.basket-block{
    display: flex;
}
.basket-block .err{
    font-size: 10px;
    display: block;
    padding-top: 3px;
}
.basket-block__left{
    width: 60%;
    height: 100%;
    padding-right: 40px;
    position: relative;
    order: 0;
}
.basket-block__left:before{
    content: '';
    width: 1px;
    background: #e7deeb;
    position: absolute;
    right: 10px;
    top: 30px;
    bottom: 70px;
}
.basket-block__left .order-row:first-child .order-row__left{
    padding-top: 6px;
}
.basket-block__right{
    width: 40%;
    box-sizing: border-box;
    padding-left: 20px;
    order: 1;
}
.basket-block__right .top-basket-bar{
    height: 100%;
}
.card-about{
    padding-bottom: 25px;
}
.text-box p{
    margin-bottom: 20px;
}
.text-box p, .text-box li{
    text-align: justify;
}
.text-box ol{
    margin-left: 25px;
    margin-bottom: 20px;
}
.text-box ul{
    list-style: disc;
    margin-left: 25px;
    margin-bottom: 20px;
}
.card-info-title{
    color: #911787;
    font-weight: 500;
    margin-bottom: 25px;
}
.about-tab{
    max-width: 500px;
}
.about-tab p{
    display: inline-block;
    position:relative;
    z-index: 0;
}
.about-tab p:after{
    content:'';
    height: 1px;
    background: #FFF;
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    bottom: -1px;
}
.about-tab tr td{
    padding: 7px 0 0 0;
    border-bottom: 1px solid #A9A9A9;
}
.order-row{
    margin-bottom: 20px;
}
.order-row__left{
    width: 110px;
    float: left;
}
.order-row__right{
    margin-left: 110px;
}
.order-row__right .radio-btn{
    font-size: 12px;
}
.order-row__right .inputbox{
    margin: 0;
}
.order-box+.order-box{
    margin-top: 30px;
}
.order-box-title{
    color: #230d2c;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 20px;
}
.order-box-title_sub{
    font-size: 12px;
}
.inputbox{
    width: 100%;
    height: 32px;
    background: #FFF;
    color: #6d6d6d;
    font-size: 12px;
    padding: 5px 15px;
    box-sizing: border-box;
    border: solid 1px #e7deeb;
    margin-top: 7px;
}
.select select{
    width: 100%;
    height: 32px;
    background: #FFF;
    color: #6d6d6d;
    font-size: 12px;
    padding: 5px 15px;
    box-sizing: border-box;
    border: solid 1px #e7deeb;
    margin-top: 7px;
    margin-bottom: 7px;
}
.textarea{
    width: 100%;
    max-width: 100%;
    height: 55px;
    background: #FFF;
    color: #6d6d6d;
    font-size: 12px;
    padding: 5px 15px;
    box-sizing: border-box;
    border: solid 1px #e7deeb;
    margin-top: 7px;
    margin-bottom: 7px;
}
.radio-btn{
    cursor: pointer;
    display: block;
    position: relative;
    z-index: 0;
    padding-left: 20px;
    font-size: 14px;
    color: #3d1151;
    margin-bottom: 10px;
}
.radio-btn input[type='radio']{
    display: none;
}
.radio-btn input[type='radio']+span{
    width: 15px;
    height: 15px;
    position: absolute;
    z-index: 0;
    left: 0;
    top:0;
    display: block;
    background: #eeeeee;
}
.radio-btn input[type='radio']+span:before{
    content: '';
    position: absolute;
    z-index: -1;
    left: 4px;
    top:4px;
    right: 4px;
    bottom: 4px;
    background: #00A3FF;
    display: none;
}
.radio-btn input[type='radio']:checked+span:before{
    display: block;
}
.radio-btn input[type='radio']:checked+span+b{
    color: #911787;
}
.radio-btn b{
    font-weight: normal;
}
.basket-tab{
    width: 100%;
    display: table;
    font-size: 12px;
    margin-bottom: 15px;
}
.basket-tab-row{
    display: table-row;
}
.basket-tab-row:first-child>div{
    padding-top: 0;
}
.basket-tab-row>div{
    padding: 10px 10px;
    display: table-cell;
    vertical-align: top;
    border-bottom:1px solid #f2edf4;
}
.basket-tab-row>div:first-child{
    padding-left: 0;
}
.basket-tab-row>div:last-child{
    padding-right: 0;
}
.basket-row-img{
    width: 70px;
}
.basket-row-img a{
    width: 68px;
    height: 64px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
    border: solid 1px #e7deeb;
}
.basket-row-img img{
    max-height: 50px;
}
.basket-row-name a{
    text-decoration: none;
    color: #000;
    display: block;

}
.basket-row-price{
    width: 70px;
    font-weight: 500;
    text-align: right;
}
.basket-info>div{
    display: inline-block;
    vertical-align: top;
    margin-top: 5px;
}
.basket-count{
    width: 74px;
    height: 22px;
    position: relative;
    z-index: 0;
}
.input-number{
    width: 20px;
    height: 22px;
    border: 0;
    font-size: 12px;
    font-weight: 500;
    color: #000;
    text-align: center;
    margin: 0 auto;
    display: block;
    background: #FFF;
}
.minus-icon{
    width: 20px;
    height: 20px;
    position: absolute;
    z-index: 1;
    left: 0;
    top:0;
    cursor: pointer;
    background: url(../images/icons/minus.svg) no-repeat center center;
    border: solid 1px #e7deeb;
}
.plus-icon{
    width: 20px;
    height: 20px;
    position: absolute;
    z-index: 1;
    right: 0;
    top:0;
    cursor: pointer;
    background: url(../images/icons/plus.svg) no-repeat center center;
    border: solid 1px #e7deeb;
}
.plus-icon:hover,
.minus-icon:hover{
    background-color: #e7deeb;
}
.remove-btn{
    width: 20px;
    height: 20px;
    display: block;
    cursor: pointer;
    background: url(../images/icons/close.svg) no-repeat center center;
}
.basket-tab-bot{
    text-align: right;
    padding: 15px 0 20px 0;
    font-weight: 500;
    font-size: 14px;
    color: #000;
}
.basket-tab-bot p+p{
    margin-top: 25px;
}
.basket-tab-sum{
    font-size: 16px;
}
.back-link{
    color: #911787;
    font-size: 14px;
    text-decoration: underline;
}
.back-link:hover{
    text-decoration: none;
}
.back-link:after{
    content: '';
    width: 5px;
    height: 9px;
    display: inline-block;
    vertical-align: middle;
    background: url(../images/icons/back.svg) no-repeat center center;
    margin-left: 5px;
}
a.button{
    line-height: 42;
}
.button.centered{
    display: block;
    margin: 0 auto;
}
.button {
    height: 42px;
    display: inline-block;
    font-size: 15px;
    color: #FFF;
    padding: 0 40px;
    background: #00A3FF;
    font-weight: 500;
    border: 0;
    cursor: pointer;
    text-decoration: none;
    -webkit-appearance: none;
}
.button:hover{
    background: #052c8f;
}
.help-message {
    color: #fff;
    margin-bottom: 0;
    background-color: #87115D;
    padding: 9px 14px 7px 45px;
    display: inline-block;
    margin-top: 12px;
    position: relative;
    width: 100%;
    box-sizing:border-box;
}
.help-message:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #87115D;
    position: absolute;
    top: -7px;
    left: 14px;
}
.help-message:before {
    content: "!";
    font-size: 20px;
    margin-right: 14px;
    position: absolute;
    top: 3px;
    left: 10px;
    background: #FFF;
    border-radius: 100%;
    color: #87115D;
    width:1em;
    line-height:1em;
    margin-top:3px;
    text-align:center;
}
.quick img{
    width: 120px;
    float: left;
    margin-right: 20px;
}
.pricequick{
    margin: 5px 0;
}
.disabled{opacity:0.3;cursor:default !important; }
.disabled label {cursor: default !important;}
.colorquick{ font-style: italic; font-size: 16px; }
.order-boxn{margin-top: 20px;}
.catalogs+.catalog-goods{
    padding: 30px 0;
}
.catalog-goods .row-3{
    width: 25%;
}
.catalog-goods .row-3:nth-child(3n)+div {
    clear: none;
}
.catalog-goods .row-3:nth-child(4n)+div {
    clear: both;
}
.goods.catalog-goods .row-3:first-child:before,
.goods.catalog-goods .row-3:nth-child(4n)+.row-3:before,
.goods.catalog-goods .row-3:nth-child(4n):after{
    display:none;
}
.instruction-box{
    padding: 10px;
    border: 1px solid #FF00BF;
    position: relative;
    z-index: 0;
    margin-top: 50px;
}
.instruction-box  .headingcat{
    color: #911787;
}
.instruction-box p+p{
    margin-top: 5px;
}
.instruction-box:before{
    content:'';
    width: 35px;
    height: 35px;
    position: absolute;
    z-index: -1;
    left:10px;
    top: -30px;
    background: url(../images/icons/pinkbulb.png) no-repeat center center;
    background-size: cover;
}
.err2{
    color: red;
    font-size: 12px;
}
.noterr{
    color: green;
    font-size: 12px;
}
.product-about-title{margin-bottom: 10px;}
#stuffHelper div:last-child{
    display:flex;
    justify-content: space-between;
}
.up-button{
    position: fixed;
    z-index: 10;
    cursor: pointer;
    right: 2%;
    bottom: 5%;
    width: 50px;
    height: 50px;
    background: #13195e;
    border-radius: 100%;
    display: none;
}
.up-button:before{
    content:'';
    position: absolute;
    z-index: 5;
    top: 50%;
    margin-top: -5px;
    left: 50%;
    margin-left: -10px;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid  #FFF;
}
/* popUp warning */
.warning{
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    background: rgba(000,000,000,0.5);
    display:none;
}
.warning__cont{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.warning__block{
    max-width: 460px;
    padding: 35px 40px;
    background: #DFDDE3;
    color: #000;
    font-size: 20px;
    text-align: center;
    margin: 0 auto;
    border-radius: 4px;
    box-shadow: 0 0 5spx 1px #333;
}
.warning__buttons{
    padding-top: 20px;
    display: flex;
    justify-content: center;
}
.warning__yes,
.warning__no{
    height: 40px;
    border: 0;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    cursor:pointer;
    color: #FFF;
    padding: 0 20px;
    margin: 0 4px;
    border-radius: 4px;
    transition: all 0.2s ease-in;
}
.warning__yes{
    -webkit-appearance: none;
    background: rgb(0,194,255);
    background: -moz-linear-gradient(top, rgba(0,194,255,1) 0%, rgba(0,148,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(0,194,255,1) 0%,rgba(0,148,255,1) 100%);
    background: linear-gradient(to bottom, rgba(0,194,255,1) 0%,rgba(0,148,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c2ff', endColorstr='#0094ff',GradientType=0 );
}
.warning__no{
    background: #e70c0d;
    color: #FFF;
}
.warning__yes:hover,
.warning__no:hover{
    transform: scale(1.05);
}