@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&family=Poiret+One&display=swap');
* {margin:0; padding:0;}
html,body {
    width: 100%;
    height: 100%;
    background-color:#FFF;
    font-family: 'Montserrat', sans-serif;
    color: #000;
    font-size:14px;
}
h2,h3,h4,h5,h6{
    color: #911787;
    font-weight: 500;
    margin-bottom: 25px;
}
h1,h2{
    font-size: 22px;
    color: #911787;
    margin-bottom: 25px;
}
.sub-title, h3,h4{
    font-weight: 500;
    font-size: 16px;
    color: #911787;
    margin-bottom: 20px;
}
a{
    color: #009eff;
    text-decoration:underline;
    transition: all 0.2s ease-in;
}
a:hover{
    text-decoration: none;
}
ul{
    list-style:none;
}
ol{
    margin-left:20px;
}
img{
    max-width: 100%;
}
input,button,textarea,select{
    font-family: 'Montserrat', sans-serif;
    outline:none;
}
textarea{
    overflow:hidden;
}
table{
    border-collapse: collapse;
}
iframe{
    max-width: 100%;
}
input[type='button'],input[type='submit'],button{
    -webkit-appearance: none;
    transition: all 0.2s ease-in;
}
.centered{
    text-align: center;
}
.cleared:after{
    content:'';
    display:table;
    clear: both;
}
.wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}
.content {
    flex: 1 0 auto;
}
.footer {
    flex: 0 0 auto;
}
.row{
    margin-left:-10px;
    margin-right: -10px;
    display: flex;
    flex-wrap: wrap;
}
.row>div{
    box-sizing: border-box;
    padding: 10px;
}
.col-xs-4{
    width: 33.33%;
}
.row-box{
    margin-left:-10px;
    margin-right: -10px;
    display: flex;
    flex-wrap: wrap;
}
.row-box.inlined{
    text-align: center;
    font-size: 0;
}
.row-box.inlined>div[class^="row-"]{
    display: inline-block;
    font-size: 14px;
}
.ajaxSearch_grpResult{
    margin-left:-10px;
    margin-right: -10px;
    display: flex;
    flex-wrap: wrap;
    position:relative;
    padding: 40px 0;
}
.ajaxSearch_grpResultName{
    position: absolute;
    left:10px;
    top:0;
}
.ajaxSearch_paging{
    position: absolute;
    left:10px;
    right: 10px;
    bottom:0;
}
.ajaxSearch_grpResultName+.ajaxSearch_paging{
    position: absolute;
    top: 20px;
    bottom: auto;
}
.row-box>div[class^="row-"]{
    margin-bottom: 5px;
}
.ajaxSearch_grpResult>div[class^="row-"],
.row-box>div[class^="row-"]{
    box-sizing: border-box;
    padding: 0 10px;
}
.row-40{
    width: 40%;
}
.row-60{
    width: 60%;
}
.row-1{
    width: 100%;
}
.row-2{
    width: 50%;
}
.row-2:nth-child(2n)+div{
    clear: both;
}
.row-3{
    width: 33.33%;
}
.row-3:nth-child(3n)+div{
    clear: both;
}
.ajaxSearch_grpResult .row-3:nth-child(3n)+div,
.ajaxSearch_grpResult .row-4:nth-child(4n)+div{
    clear: none !important;
}
.row-4{
    width: 25%;
}
.row-4:nth-child(4n)+div{
    clear: both;
}
.row-5{
    width: 20%;
}
.row-6{
    width: 16.66%;
}
.container{
    max-width: 1170px;
    padding:0 10px;
    margin: 0 auto;
}
.main-top{
    position: relative;
    z-index: 5;
}
.header{
    width: 100%;
    position: relative;
    z-index: 5;
    background: rgb(61,17,81);
    background: -moz-linear-gradient(left,  rgba(61,17,81,1) 0%, rgba(135,17,93,1) 63%, rgba(127,12,75,1) 100%);
    background: -webkit-linear-gradient(left,  rgba(61,17,81,1) 0%,rgba(135,17,93,1) 63%,rgba(127,12,75,1) 100%);
    background: linear-gradient(to right,  rgba(61,17,81,1) 0%,rgba(135,17,93,1) 63%,rgba(127,12,75,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d1151', endColorstr='#7f0c4b',GradientType=1 );
}
.language-nav{
    width: 40px;
    position: absolute;
    z-index: 1;
    right: 5px;
    top:5px;
}
.language-nav ul.open{
    background: rgba(255,255,255,0.2);
}
.language-nav ul.open>li{
    display: block ;
}
.language-nav ul li{
    display: none;
}
.language-nav ul{
    padding-top: 20px;
}
.language-nav ul li.active{
    display: block;
    position: absolute;
    z-index: 1;
    left: 0;
    top:0;
}
.language-nav ul li.active:after{
    content: '';
    width: 6px;
    height: 3px;
    position: absolute;
    z-index: -1;
    top:50%;
    margin-top: -1.5px;
    right: -2px;
    background: url(../images/icons/down.svg) no-repeat center center;
}
.language-nav ul li a{
    height: 20px;
    line-height: 20px;
    padding: 0 10px 0 5px;
    display: block;
    text-decoration: none;
    font-size: 12px;
    color: #ac93b8;
}
.language-nav ul li a:hover{
    color: #fc167c;
}
.main-top .header{
    position: absolute;
    left: 0;
    right: 0;
    background: none;
}
.header>.container{
    padding-top: 5px;
    padding-bottom: 10px;
    position: relative;
    z-index: 0;
}
.head-left{
    width: 160px;
    float: left;
    padding-top: 20px;
}
.head-right{
    margin-left: 200px;
}
.head-top{
    text-align: right;
    margin-bottom: 9px;
}
.head-nav-btn{
    width:30px;
    height: 30px;
    cursor: pointer;
    border:2px solid #ac93b8;
    border-radius: 5px;
    display: none;
}
.head-nav-btn:hover{
    background: rgba(255,255,255,0.2);
}
.head-nav-btn span{
    width: 24px;
    height: 12px;
    position: absolute;
    z-index: -1;
    left: 50%;
    margin-left: -12px;
    top:50%;
    margin-top: -8px;
    border-top: 2px solid #ac93b8;
    border-bottom: 2px solid #ac93b8;
}
.head-nav-btn:before{
    content: '';
    height: 2px;
    width: 24px;
    background: #ac93b8;
    position: absolute;
    z-index: -1;
    top:50%;
    margin-top: -1px;
    left: 50%;
    margin-left: -12px;
}
.head-top-cont{
    width: 100%;
    max-width: 855px;
    box-sizing: border-box;
    position: relative;
    z-index: 0;
    text-align: left;
    display: inline-block;
    vertical-align: top;
    padding: 0 70px 4px 20px;
}
.head-top-cont:before{
    content: '';
    height: 1px;
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    bottom: 0;
    background: #FFF;
    opacity: 0.2;
}
.adult-icon{
    position: absolute;
    z-index: 1;
    top: 0;
    right: 50px;
    width: 35px;
}
.head-nav{
    display: inline-block;
    vertical-align: top;
}
.head-nav ul li{
    display: inline-block;
    vertical-align: top;
    margin: 0 12px;
}
.head-nav ul li a{
    text-decoration: none;
    color: #FFF;
    display: block;
    padding: 5px 0;
    font-weight: 500;
    font-size: 12px;
}
.head-nav ul li.active>a,
.head-nav ul li a:hover{
    color: #fc167c;
}
.head-socials{
    display: inline-block;
    vertical-align: top;
}
.socials li{
    display: inline-block;
    vertical-align: top;
    padding: 5px 0;
    margin: 0 5px;
}
.socials li:hover{
    opacity: 0.5;
}
.head-bot{
    position: relative;
    z-index: 0;
    text-align: right;
    padding: 0 30px 9px 0;
    margin-bottom: 10px;
}
.head-bot:before{
    content: '';
    height: 1px;
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    bottom: 0;
    background: #FFF;
    opacity: 0.2;
}
.head-bot-cont{
    display: inline-block;
    vertical-align: top;
    text-align: left;
}
.head-bot-cont>div{
    display: inline-block;
    vertical-align: middle;
}
.head-phones{
    padding-left: 20px;
    position: relative;
    z-index: 0;
    margin-right: 80px;
}
.head-phones:before{
    content: '';
    width: 15px;
    height: 21px;
    position: absolute;
    z-index: -1;
    left: 0;
    top:0;
    background: url(../images/icons/call.svg) no-repeat center center;
}
.head-phones ul li{
    display: inline-block;
    vertical-align: top;
    margin-right: 7px;
}
.head-phones ul li:last-child{
    margin-right: 0;
}
.head-phones a{
    display: block;
    text-decoration: none;
    color: #FFF;
    padding: 0 0 4px 0;
    font-size: 14px;
}
.head-phones a:hover{
    color: #fc167c;
}
.head-search{
    width: 230px;
    height: 39px;
    position: relative;
    z-index: 0;
    padding-right: 40px;
    background: rgba(255,255,255,0.22);
    margin-right: 40px;
}
.search-input{
    width: 100%;
    height: 39px;
    padding: 10px 0 10px 15px;
    color: #baabc1;
    font-size: 12px;
    border:0;
    background: transparent;
    box-sizing: border-box;
}
.search-btn{
    width: 20px;
    height: 20px;
    position: absolute;
    z-index: 1;
    top:9px;
    right: 10px;
    border:0;
    cursor: pointer;
    background: transparent url(../images/icons/search.svg) no-repeat center center;
    -webkit-appearance: none;
}
.head-trolley-btn{
    width: 31px;
    height: 33px;
    display: block;
    position: relative;
    z-index: 0;
    text-decoration: none;
    color: #FFF;
    font-size: 10px;
    background: url(../images/icons/shopping-bag.svg) no-repeat center center;
}
.head-trolley-btn span{
    width: 15px;
    height: 15px;
    display: block;
    line-height: 15px;
    background: #fc167c;
    text-align: center;
    position: absolute;
    z-index: 1;
    bottom:0;
    right: 0;
    border-radius: 100%;
}
.top-nav{
    text-align: center;
}
.top-nav-title{
    width: 100%;
    height: 40px;
    font-weight: 500;
    color: #FFF;
    padding-left: 40px;
    position: absolute;
    z-index: 0;
    left: 0;
    right: 0;
    display: none;
    cursor: pointer;
    text-align: left;
    box-sizing: border-box;
    border: 0;
    background: transparent;
}
.top-nav-title:before{
    content:'';
    width: 22px;
    height: 14px;
    border-top: 2px solid #FFF;
    border-bottom: 2px solid #FFF;
    position: absolute;
    z-index: -1;
    left: 8px;
    top:50%;
    margin-top: -9px;
}
.top-nav-title:after{
    content:'';
    width: 22px;
    height: 2px;
    background: #FFF;
    position: absolute;
    z-index: -1;
    left: 8px;
    top:50%;
    margin-top: -1px;
}
.top-nav ul li{
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 0;
}
.top-nav ul li:after{
    content: '';
    width: 1px;
    background: #FFF;
    position: absolute;
    z-index: -1;
    right: 0;
    top:0;
    bottom: 0;
    opacity: 0.2;
}
.top-nav ul li:last-child:after{
    display: none;
}
.top-nav ul li a{
    color: #FFF;
    display: block;
    padding: 5px 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: #fc167c;
}
.main-banner{
    height: 315px;
    background: #3d1051 url(../images/header-bg.jpg) no-repeat center center;
    /* 	background-color: #3d1051;
        background-position: center center;
        background-repeat: no-repeat; */
    background-size: cover;
}
.main-banner>.container{
    height: 100%;
    position: relative;
    z-index: 0;
}
.main-banner-text{
    position: absolute;
    z-index: 1;
    right: 20px;
    bottom: 30px;
}
.main-banner-title{
    color: #FFF;
    font-size: 34px;
    text-align: right;
    font-family: 'Poiret One', cursive;
    display: none;
}
.main-banner-title.animated{
    display: block;
}
.main-content{
    padding: 45px 0 55px 0;
}
.block-box+.block-box{
    margin-top: 40px;
}
.block-title{
    color: #052c8f;
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 30px;
    border-bottom: solid 1px #e7deeb;
}
.block-title span{
    display: inline-block;
    position: relative;
    z-index: 0;
}
.block-title span:after{
    content: '';
    height: 1px;
    position: absolute;
    z-index: 1;
    left: 0;
    right: -12px;
    bottom: -1px;
    background: #FFF;
}
.products .row-4{
    position: relative;
    z-index: 0;
}
.products .row-4:after{
    content:'';
    width: 2px;
    position: absolute;
    z-index: -1;
    top: 35px;
    bottom: 55px;
    right: 0;
    background: #ebe4ef;
}
.products .row-4:nth-child(4n):after{
    display: none;
}
.product-box{
    max-width: 240px;
    height: 100%;
    padding: 0 9px;
    margin: 0 auto 30px auto;
    display: flex;
    flex-direction: column;
}
.product-box-img{
    width: 100%;
    height: 205px;
    position: relative;
    z-index: 0;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.product-box-img img{
    max-height: 205px;
}
.product-hot-icon{
    width: 28px;
    height: 35px;
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
    background: url(../images/icons/hot.svg) no-repeat center center;
}
.card-img-big .product-box-holiday{
    right:5px;
}
.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: auto;
    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: 30px;
    height: 21px;
    display: block;
    color: #fc167c;
    text-align: center;
    line-height: 21px;
    font-size: 10px;
    font-weight: bold;
    background: url(../images/icons/sale.svg) no-repeat center center;
}
.product-box-name{
    height: 50px;
    overflow: hidden;
    text-align: center;
    margin-bottom: 5px;
}
.product-box-name a{
    display: block;
    color: #000;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    text-decoration: none;
}
.product-box-name a:hover{
    color: #fc167c;
}
.product-box-col+.product-box-col{
    margin-top: 7px;
}
.product-box-text{
    color: #6d6d6d;
    font-size: 12px;
    border-bottom: 1px solid #e7deeb;
    flex: 1 1 auto;
}
.product-box-left{
    width: 70px;
    float: left;
}
.product-box-right{
    margin-left: 75px;
    text-align: right;
}
.product-box-bot{
    padding: 10px 0;
}
.product-box .product-box-price{
    text-align: center;
}
.product-box-price{
    font-size: 18px;
    color: #0a0a0a;
    padding-bottom: 5px;
}
.old-price{
    font-size: 14px;
    color: #6d6d6d;
    text-decoration: line-through;
}
.product-box-presence{
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    color: #6d6d6d;
}
.present{
    color: #009eff;
}
.notpresent{
    color: #fc167c;
}
.product-box-btns{
    height: 35px;
    display: flex;
    justify-content: center;
    gap: 12px;
}
.product-btn-left{
    width: 50%;
    box-sizing: border-box;
}
.product-btn-right{
    width: 50%;
    box-sizing: border-box;
}
a.button-buy,
a.buy-fast,
a.notactiveclickcat{
    line-height: 35px;
}
.button-buy{
    max-width: 120px;
    width: 100%;
    height: 35px;
    display: block;
    text-align: center;
    border: 0;
    color: #FFF;
    cursor: pointer;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
    background: #fc167c;
    -webkit-appearance: none;
}
.button-buy:hover{
    background: #052c8f;
}
.buy-fast{
    max-width: 120px;
    width: 100%;
    height: 35px;
    display: block;
    text-align: center;
    color: #fc167c;
    cursor: pointer;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
    background: #FFF;
    box-sizing: border-box;
    border: solid 1px #ececec;
    -webkit-appearance: none;
}
.buy-fast:hover{
    background: #009eff;
    border-color: #009eff;
    color: #FFF;
}
.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-box{
    height: 485px;
}
.carousel_products{
    display: none;
}
.carousel-box .owl-item:after{
    content:'';
    width: 2px;
    position: absolute;
    z-index: -1;
    top: 35px;
    bottom: 55px;
    left: -5px;
    background: #ebe4ef;
}
.carousel-box .owl-item.active:first-child:after{
    display: none;
}
.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);
}
.info-block{
    padding: 28px 0 25px 0;
    background: #2d3478 url(../images/info-bg.jpg) no-repeat center center;
    background-size: cover;
}
.info-left{
    width: 350px;
    float: left;
}
.info-img{
    position: relative;
    z-index: 0;
}
.info-img:before{
    content: '';
    position: absolute;
    z-index: -1;
    top: 13px;
    bottom: 13px;
    left: 38px;
    right: -25px;
    border: solid 1px #fc167c;
    transform: skew(-5deg);
    -webkit-transform: skew(-5deg);
    -moz-transform: skew(-5deg);
    -o-transform: skew(-5deg);
}
.info-right{
    width: 100%;
    margin-left: -460px;
    float: right;
}
.info-right-cont{
    margin-left: 460px;
    padding-top: 20px;
}
.benefit-box{
    max-width: 330px;
    font-size: 20px;
    color: #FFF;
    display: table;
    font-family: 'Poiret One', cursive;
    margin: 30px auto;
}
.benefit-icon img{
    transition: all 0.2s ease-in;
}
.benefit-box:hover .benefit-icon img{
    transform: scale(1.2);
}
.benefit-icon{
    width: 60px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.benefit-text{
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
}
.news-box{
    max-width: 364px;
    margin: 0 auto 20px auto;
}
.news-box-img{
    width: 100%;
    height: 188px;
    position: relative;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin-bottom: 6px;
}
.news-box-cat{
    position: absolute;
    z-index: 1;
    left: 0;
    top:10px;
    font-size: 12px;
    color: #FFF;
    padding: 4px 7px;
    display: inline-block;
    background: rgba(0,158,255,0.8);
}
.cat-pink{
    background: rgba(252,22,124,0.8);
}
.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,0.8);
}
.news-box-date{
    max-width: 90%;
    color: #052c8f;
    font-size: 12px;
    padding-bottom: 6px;
    border-bottom: solid 1px #f2edf4;
    margin-bottom: 7px;
}
.news-box-title{
    min-height: 30px;
    margin-bottom: 9px;
}
.news-box-title a{
    display: block;
    color: #3d1151;
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    text-decoration: none;
}
.news-box-title a:hover{
    color: #fc167c;
}
.news-box-text{
    max-height: 80px;
    overflow: hidden;
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 7px;
}
.more-link{
    text-decoration: none;
    font-size: 12px;
    color: #911787;
}
.more-link:hover{
    text-decoration: underline;
}
.more-link:after{
    content: '';
    width: 3px;
    height: 5px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 3px;
    margin-top: -2px;
    background: url(../images/icons/dali.svg) no-repeat center center;
}
.seo-block{
    padding: 26px 0 35px 0;
    background: #f7f6f7;;
}
.seo-text ul{
    list-style: disc !important;
    margin-left: 25px;
    margin-bottom: 20px;
}
.seo-text p, .seo-text li{
    margin-bottom: 20px;
    text-align: justify;
}
.seo-text-more{
    display: none;
}
.footer{
    overflow: hidden;
    padding: 30px 0 0 0;
    background: #230d2c;
}
.bot-bar{
    max-width: 965px;
    margin: 0 auto;
    padding: 0 0 15px 0;
}
.bot-bar .row-box{
    position: relative;
    z-index: 0;
}
.bot-bar .row-3:after{
    content:'';
    width: 1px;
    position: absolute;
    z-index: -1;
    top:0;
    bottom: 0;
    background: #FFF;
    opacity: 0.2;
}
.bot-bar .row-3:first-child:after{
    display: none;
}
.bot-logo{
    width: 150px;
    position: relative;
    z-index: 0;
    margin: 0 auto;
}
.bot-nav{
    max-width: 140px;
    margin: 0 auto;
}
.bot-nav ul li+li{
    margin-top: 8px;
}
.bot-nav ul li a{
    text-decoration: none;
    color: #54b3ed;
    font-size: 12px;
}
.bot-nav ul li.active>a,
.bot-nav ul li a:hover{
    text-decoration: underline;
}
.bot-phones{
    text-align: center;
    padding-top: 35px;
}
.bot-phones ul li{
    display: inline-block;
    vertical-align: top;
    margin: 0 5px 3px 5px;
}
.bot-phones a{
    font-size: 12px;
    text-decoration: none;
    color: #FFF;
}
.bot-phones a:hover{
    color: #fc167c;
}
.bot-time{
    text-align: center;
    font-size: 10px;
    color: #9b2191;
    padding-bottom: 26px;
}
.bot-socials{
    text-align: center;
}
.bot-socials a{
    color: #d1cad5;
    font-size: 10px;
}
.bot-socials img{
    margin-right: 6px;
    position: relative;
    z-index: 0;
    top: 2px;
}
.bot-socials .socials li{
    vertical-align: middle;
}
.bot-cat{
    max-width: 180px;
    position: relative;
    z-index: 1;
    margin: -30px auto 0 auto;
}
.bot-cat-title{
    font-weight: 600;
    color: #fc167c;
    text-transform: uppercase;
    margin-bottom: 9px;
}
.bot-cat ul li+li{
    margin-top: 8px;
}
.bot-cat ul li a{
    text-decoration: none;
    color: #FFF;
    font-weight: 500;
    font-size: 12px;
}
.bot-cat ul li.active>a,
.bot-cat ul li a:hover{
    text-decoration: underline;
}
.copy-box{
    padding: 8px 0 6px 0;
    border-top:1px solid #35213e;
    font-size: 10px;
    color: #ac93b8;
    text-align: center;
}
.hidded{
    overflow: hidden;
}
.breadcrumbs{
    font-size: 12px;
    color: #fc167c;
    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;
}
.catalog-box{
    width: 100%;
    max-width: 360px;
    height: 100%;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    z-index: 0;
    color: #FFF;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    margin: 0 auto;
    transition: all 0.3s ease-in;
    background: -moz-linear-gradient(left,  rgba(61,17,81,1) 0%, rgba(135,17,93,1) 63%, rgba(127,12,75,1) 100%);
    background: -webkit-linear-gradient(left,  rgba(61,17,81,1) 0%,rgba(135,17,93,1) 63%,rgba(127,12,75,1) 100%);
    background: linear-gradient(to right,  rgba(61,17,81,1) 0%,rgba(135,17,93,1) 63%,rgba(127,12,75,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d1151', endColorstr='#7f0c4b',GradientType=1 );
}
.catalog-box:hover{
    transform: scale(1.05);
}
.catalog-box-img{
    display: none;
}
.catalog-box-title{
    padding: 10px;
}
.main-page{
    display:flex;
}
.left-bar{
    width: 255px;
    position: relative;
    z-index: 1;
    order: 0;
}
.left-box+.left-box{
    margin-top: 30px;
}
.left-box-title{
    background: #f7f6f7;;
    padding: 12px 0 9px 25px;
    font-size: 18px;
    color: #3d1151;
    border-left: 3px solid #fc167c;
}
.left-box-cont{
    padding: 18px 5px 10px 18px;
}
.left-cat-nav>ul>li+li{
    margin-top: 7px;
}
.left-cat-nav>ul>li>a{
    text-decoration: none;
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    display: block;
    padding: 3px 0;
}
.left-cat-nav>ul>li.active>a,
.left-cat-nav>ul>li>a:hover{
    color: #911787;
}
.left-cat-nav>ul>li>ul{
    padding-top: 7px;
    margin-left: 10px;
    display: none;
}
.left-cat-nav>ul>li.active>ul{
    display: block;
}
.left-cat-nav>ul>li>ul>li+li{
    margin-top: 7px;
}
.left-cat-nav>ul>li>ul>li>a{
    display: block;
    text-decoration: none;
    font-size: 14px;
    color: #000;
    position: relative;
    z-index: 0;
    padding: 3px 0 3px 10px;
}
.left-cat-nav>ul>li>ul>li>a:before{
    content:'';
    width: 4px;
    height: 4px;
    position: absolute;
    z-index: -1;
    left: 0;
    top:10px;
    background: #ac93b8;
    border-radius: 100%;
}
.left-cat-nav>ul>li>ul>li>a:hover:before,
.left-cat-nav>ul>li>ul>li.active>a:before{
    background: #fc167c;
}
.left-cat-nav>ul>li>ul>li>a:hover,
.left-cat-nav>ul>li>ul>li.active>a{
    color: #fc167c;
}
.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: #fc167c;
    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: calc(100% - 255px);
    order: 1;
    padding-left: 35px;
}
.right-bar-cont .block-title{
    margin-bottom: 15px;
}
.sort-block{
    font-size: 14px;
    color: #000;
    font-weight: 500;
    padding-bottom: 15px;
    border-bottom: solid 1px #e7deeb;
    margin-bottom: 15px;
    display: flex;
    justify-content: flex-end;
}
.sort-block ul{
    display: flex;
}
.sort-block a{
    color: #000;
    text-decoration: none;
}
.sort-block a:hover{
    color: #fc167c;
}
.sort-block ul li{
    white-space: nowrap;
}
.sort-block ul li+li{
    margin-left: 15px;
}
.sort-price{
    color: #fc167c;
}
.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: 25px 0 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);
}
.goods .row-3{
    position: relative;
    z-index: 0;
}
.goods .row-3:after{
    content:'';
    width: 2px;
    position: absolute;
    z-index: -1;
    top: 35px;
    bottom: 55px;
    right: 0;
    background: #ebe4ef;
}
.goods .row-3:nth-child(3n):after{
    display: none;
}
.goods .row-3:first-child:before,
.goods .row-3:nth-child(3n)+.row-3:before{
    content:'';
    width: 2px;
    position: absolute;
    z-index: -1;
    top: 35px;
    bottom: 55px;
    left: 0;
    background: #ebe4ef;
}
.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: #fc167c;
    -webkit-appearance: none;
}
.button-buy-big:hover, .button-buy-biga:hover{
    background: #052c8f
}
.notactivebox {
    width: 138px;
    height: 42px;
    display: none;
    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: #fc167c;
    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{
    width: 165px;
    height: 42px;
    display: none;
    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%;
    box-sizing: border-box;
    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-row2{
    width: 100%;
    margin-top: 30px;
    padding: 0 10px;
    box-sizing: border-box;
    float: left;
}
.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-title{
    color: #230d2c;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
}
.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: #fc167c;
    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: #fc167c;
    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: 10px;
}
.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;
}

.left-box .row-3{
    width: 100%;
}
.left-box .block-title{
    margin-top: 20px;
    margin-bottom: 10px !important;
}
.left-box .news-box-title {
    min-height: 20px;
    margin-bottom: 0 !important;
}
/*rating*/
.product-tabs-head ul{
    display: flex;
}
.product-tabs-head ul li a{
    width: 100%;
    height: 50px;
    display: flex;
    align-items:center;
    padding: 0 25px;
    font-size: 20px;
    font-weight: 500;
    color: #000;
    text-decoration: none;
    border: solid 1px #ebebeb;
    box-sizing: border-box;
}
.product-tabs-head ul li a:hover,
.product-tabs-head ul li a.active{
    background-color: #ececec;
    color: #304858;
}
.tabs-box{
    padding: 25px 0;
    display: none;
}
.tabs-box.active{
    display: block;
}
.inperror, .inperror1{color:red; margin: 10px 0;}
.review-author{display:inline-block;vertical-align:top;margin-right:5px;}
/*.jot-comment-head .myraiting{padding-top:2px; vertical-align: bottom;}*/
.jot-form-wrap{width: 100% !important;}
.jot-controls textarea,
.jot-input-prepend input{width: 94% !important;max-width: 400px;}
.product-rating{padding-top:5px;}
.card-right .product-rating{margin-bottom: 15px;}
.product-box .rating{justify-content:center;}
.rating{display:flex;}
.myraiting{display:inline-flex; margin-right:5px;}
.myraiting span{display:block;margin-right:1px;width: 15px;height: 14px;background: url(../images/rating/star2.svg) center no-repeat;background-size:15px 14px;}
.myraiting5 span:nth-child(1),.myraiting5 span:nth-child(2),.myraiting5 span:nth-child(3),.myraiting5 span:nth-child(4),.myraiting5 span:nth-child(5) {background-image: url(../images/rating/star.svg);}
.myraiting4 span:nth-child(1),.myraiting4 span:nth-child(2),.myraiting4 span:nth-child(3),.myraiting4 span:nth-child(4) {background-image: url(../images/rating/star.svg);}
.myraiting3 span:nth-child(1),.myraiting3 span:nth-child(2),.myraiting3 span:nth-child(3) {background-image: url(../images/rating/star.svg);}
.myraiting2 span:nth-child(1),.myraiting2 span:nth-child(2) {background-image: url(../images/rating/star.svg);}
.myraiting1 span:nth-child(1) {background-image: url(../images/rating/star.svg);}
.rating-item{display:block;margin-right:1px;width: 20px;height: 19px;background: url(../images/rating/star2.svg) center no-repeat;background-size:20px 19px;cursor:pointer;}
.rating-item.active,.rating-item.ratings-over-prev{background-image: url(../images/rating/star.svg);}
.rating-item.ratings-over-next,.rating-item.active.ratings-over-next{background-image: url(../images/rating/star2.svg);}
.review-link{display:inline-block;vertical-align:top;}
.review-add-btn{text-align:center; margin-top: 40px;}
.review-button{display:inline-block;padding:10px 20px;text-decoration:none;background:#fc167c;font-size:14px;color:#FFF;}
.review-button:hover{background:#052c8f;}
.review-add-form{display:none;}
.review-add-form .rating{margin-bottom: 10px;}
.prt{margin-bottom: 10px !important;}
.jot-comment{margin-bottom: 10px !important;}
.jot-comment-head p{margin-bottom: 2px !important;}
/* 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: #fc167c;
}
.warning__no{
    background: #e70c0d;
    color: #FFF;
}
.warning__yes:hover,
.warning__no:hover{
    transform: scale(1.05);
}