#form-language .btn-group>.btn:first-child{
    margin-top: 0;
}
#form-language .dropdown-menu .btn-link:hover{
    color: #fff!important;
}

.my-mfp-zoom-in {
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8)
}

.my-mfp-zoom-in.mfp-ready {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.my-mfp-zoom-in.mfp-removing {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0
}

.my-mfp-zoom-in.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity .3s ease-out;
    -moz-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out
}

.my-mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: .8
}

.my-mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0
}

.my-mfp-slide-bottom {
    opacity: 0;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    -moz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    -ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    -o-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    transform: translateY(-20px) perspective(600px) rotateX(10deg)
}

.my-mfp-slide-bottom.mfp-ready {
    opacity: 1;
    -webkit-transform: translateY(0) perspective(600px) rotateX(0);
    -moz-transform: translateY(0) perspective(600px) rotateX(0);
    -ms-transform: translateY(0) perspective(600px) rotateX(0);
    -o-transform: translateY(0) perspective(600px) rotateX(0);
    transform: translateY(0) perspective(600px) rotateX(0)
}

.my-mfp-slide-bottom.mfp-removing {
    opacity: 0;
    -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    -moz-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    -ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    -o-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    transform: translateY(-10px) perspective(600px) rotateX(10deg)
}

.my-mfp-slide-bottom.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity .3s ease-out;
    -moz-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out
}

.my-mfp-slide-bottom.mfp-ready.mfp-bg {
    opacity: .8
}

.my-mfp-slide-bottom.mfp-removing.mfp-bg {
    opacity: 0
}

.pswp__top-bar {
    background-color: rgba(0, 0, 0, 0.9) !important
}

.cart_popup {
    background-color: rgba(0, 0, 0, 0.9);
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%
}

.priceproduct-newpopup {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    margin-top: 8px;
    margin-bottom: 8px
}

.priceproduct-oldpopup {
    color: #d10000;
    font-size: 18px;
    font-weight: 600;
    text-decoration: line-through
}

.image_titlepopup2 {
    text-align: center;
    font-size: 15px;
    color: #ccc;
    margin: 6px 0
}

.cartpop {
    margin: 6px 0
}

.opthe {
    margin-bottom: 10px;
    display: block
}

#product .radio input:checked + img, #product .checkbox input:checked + img {
    border: 0px solid #fff
}

#product .img-thumbnail {
    border: 1px solid #9eaaac
}

#product_quickw .radio input:checked + img, #product_quickw .checkbox input:checked + img {
    border: 1px solid #555;
    border-radius: 50%;
}

#product_quickw .img-thumbnail {
    border: 1px solid transparent;
    border-radius: 50%;
}

.optstyle {
    margin-left: 0;
    display: none
}

.desc-cat_top img, .desc-cat_top iframe, .news img, .news iframe, #tab-description img, #tab-description iframe, [id*='custom_tabs-'] img, [id*='custom_tabs-'] iframe, [id*='tabadd-'] img, [id*='tabadd-'] iframe, .modal-body img {
    display: block !important;
    max-width: 100% !important;
}

.mfp-gallery .image_title {
    font-size: 18px;
    color: #ccc;
    top: 9px;
    position: absolute;
    overflow: hidden;
    height: 21px;
    width: 90%
}

.button_sh {
    cursor: pointer
}

.block_desc {
    height: 150px;
    overflow: hidden;
    position: relative
}

.block_desc.opener {
    height: auto
}

.block_desc.opener:after {
    opacity: 0
}

.block_desc:after {
    content: "";
    width: 100%;
    left: 0;
    position: absolute;
    height: 20px;
    bottom: 0;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0)
}

.person_data {
    font-size: 12px;
    top: 100%;
    left: 5px
}

.person_data a {
    font-size: 12px;
    text-decoration: underline
}

.person_data2 {
    position: absolute;
    font-size: 12px;
    top: 100%;
    left: 5px
}

.person_data2 a {
    font-size: 11px;
    text-decoration: underline
}

.text-slider, .text-slider2, .text-slider3, .text-slider5, .text-slider7, .bannercenter-text, .bannercenter-text2, .bannerbottom-text, .bannerright-text {
    pointer-events: none
}

.navright {
    float: right;
    top: 7px
}

.catfl {
    margin-bottom: 25px
}

#Spinner_page {
    position: fixed;
    left: 50%;
    top: 50%;
    display: none;
    text-align: center;
    z-index: 1048;
    color: #fff
}

.bag_quickview {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1047;
    background: rgba(11, 11, 11, 0.8);
    overflow: hidden
}

.product-info {
    border: 1px solid #c8c8c8;
    padding: 10px
}

#content.product-info {
    border: 0
}

.title-product-info {
    color: #2f2f2f;
    font-size: 16px;
    font-weight: 800;
    margin: 5px 0 10px
}

.title-product-info2 {
    color: #2f2f2f;
    font-size: 16px;
    font-weight: 400;
    margin: 5px 0 10px
}

.cart-price {
    font-size: 14px;
    margin-left: 17px
}

.cart-item {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}

.cart-item-after {
    color: #fff;
    font-size: 12px;
}

.special-timere-zone {
    position: relative;
    margin-top: 2px;
    text-align: center
}

.special-timer-all {
    width: 48px;
    background: #2C2C2C;
    float: left
}

.special-timer-info {
    display: block;
    color: #FFF;
    font-size: 14px
}

.special-timer-line {
    display: block;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.special-timer-text {
    display: block;
    font-size: 11px
}

.timere-zone {
    background: #2C2C2C;
    text-align: center
}

.product-timer-info {
    display: inline-block;
    color: #FFF;
    font-size: 16px;
    padding: 5px
}

.product-timer-line {
    display: inline-block;
    color: #777;
    font-size: 14px;
    font-weight: 400
}

.product-timer-text {
    display: inline-block;
    font-size: 11px
}

.pr-name {
    color: #2f2f2f;
    font-size: 27px;
    font-weight: 800
}

.glyphicon-star-empty {
    color: #D0B77D !important
}

#reviewst .fa-stack-2x {
    font-size: 1em;
    color: #D0B77D
}

#review .fa-stack {
    width: 1em;
    height: 1em;
    color: #D0B77D
}

.img-thumbnail {
    transition: none
}

.manimgmen {
    margin: 0 auto
}

.counter-footer {
    margin-bottom: 5px
}

.options_none {
    display: none
}

.fixsl {
    margin-top: 15px
}

.options_group {
    margin-bottom: 15px
}

.text-danger {
    font-size: 16px
}

.middle-banners {
    margin-bottom: 10px
}

#product label, #product_quickw label {
    margin-bottom: 0
}

.options-prheight {
    display: block;
    margin-bottom: 12px
}

ul.atr {
    margin-bottom: 1px;
    max-width: 40em;
    padding: 0;
    overflow-x: hidden;
    list-style: none
}

ul.atr li:before {
    float: left;
    width: 0;
    white-space: nowrap;
    content: ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . "
}

ul.atr span:first-child {
    padding-right: .33em;
    background: #fff
}

ul.atr span + span {
    float: right;
    padding-left: .33em;
    background: #fff
}

#logo {
    height: 132px;
    position: relative
}

#logo img {
    position: absolute;
    margin: auto;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0
}

#popup-modal {
    max-width: 720px;
    margin: 0 auto
}

.modal {
    text-align: center
}

@media screen and (min-width: 768px) {
    [class*='product-product-'] .mfp-counter {
        right: 10px;
        color: #000
    }

    [class*='product-product-'] .mfp-bottom-bar {
        background: #fff;
        padding: 7px
    }

    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%
    }
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle
}

* {
    outline-width: 0 !important
}

.buttonsaridius_news a:hover {
    text-decoration: none;
    color: #ceb478
}

.image_main {
    float: right
}

.btn-send {
    border: none;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    float: none;
    font-size: 12px;
    letter-spacing: 1px;
    padding: 5px 10px;
    text-align: center;
    background: #fff
}

.mailletters .btn:focus {
    box-shadow: none
}

.mailletters-popup .btn:focus {
    box-shadow: none
}

.mailletters .btn-send {
    background: none;
    border: none;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    float: none;
    font-size: 12px;
    letter-spacing: 1px;
    padding: 5px 10px;
    text-align: center;
    left: -23px
}

.mailletters-popup .btn-send {
    background: none;
    border: none;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    float: none;
    font-size: 12px;
    letter-spacing: 1px;
    padding: 12px 14px;
    text-align: center;
    background: #D10000
}

.mailletters .btn-send:hover {
    color: #D0FF00
}

.mailletters-popup .btn-send:hover {
    background: #B90000
}

.box-category > ul > li a:hover {
    color: #ceb478
}

.stmver li a:hover .arrowvertmenu {
    color: #ceb478
}

.stmver li a:hover {
    color: #ceb478
}

.stmver li:hover {
    color: #ceb478
}

.owl-carousel .owl-buttons div i {
    font-size: 16px;
    color: #fff
}

.pagcolor .owl-pagination {
    margin-top: -22px
}

.nobackground {
    background: none !important;
    box-shadow: none !important
}

.mfp-figure:after {
    background: #fff !important
}

.mfp-bottom-bar .mfp-title {
    color: #000
}

.category2lv-center {
    text-align: center
}

.desc-cat {
    margin-top: 25px
}

.glyphicon-star {
    color: #D0B77D;
    cursor: pointer;
    font-size: 24px;
    position: relative;
    top: 7px
}

.glyphicon-star-empty {
    font-size: 24px;
    cursor: pointer;
    position: relative;
    top: 7px
}

.img-thumbnail {
    border: none
}

.small, small {
    font-size: 13px
}

.desc-cat_top {
    margin-bottom: 45px
}

.breadcrumb > li > a {
    color: #777;
    font-size: 13px
}

.breadcrumb > li > a:hover {
    color: #ceb478
}

.opacityhv:hover {
    opacity: .8
}

.opacityhv {
    margin-bottom: 5px;
    display: block
}

.catpr {
    color: #777;
    font-size: 14px
}

.catpr2 {
    color: #718072;
    font-size: 12px;
    display: block;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 12px
}

.catpr-all {
    margin-bottom: 20px
}

.catpr:hover {
    color: #ceb478
}

.tabpr {
    margin-top: 45px
}

.phone {
    top: 4px;
    position: relative;
    display: inline-block;
    font-weight: 500
}

.dropdown {
    cursor: pointer
}

ul.nav li.dropdown:hover ul.dropdown-menu {
    display: block;
    margin: 0
}

a.menu:after, .dropdown-toggle:after {
    content: none
}

.stickers-top {
    width: 33px;
    height: 33px;
    background: #A99D90;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 1px;
    position: relative;
    margin: 20px
}

.stickers-special {
    width: 73px;
    height: 29px;
    background:linear-gradient(-45deg, transparent 20px, #e74848 0);
    position: relative;
}

.stickers-new {
    width: 84px;
    height: 27px;
    background: #4ea72f;
    border-radius: 1px;
    position: relative;
    margin: 20px 20px 20px 0;
}

.stickertop {
    position: relative;
    top: -7px
}

.positionsticker {
    position: absolute;
    top: 12px;
    margin-left: -10px
}

.positionsticker_spec {
    position: absolute;
    top: 10px;
    left: 15px;
}

.owl-prev i, .owl-next i {
    font-size: 13px;
    color: #797979;
    text-transform: uppercase;
}

.diamont_st {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    vertical-align: middle;
    text-align: center;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
}

.setifooter {
    position: absolute;
    width: 33px;
    height: 33px;
    background: #F5F5F5;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 1px;
    position: relative;
    margin: 8px;
    float: left;
    border: 1px solid #868687
}

.diamont_seti {
    width: 33px;
    height: 33px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 13px;
    color: #797979;
    text-transform: uppercase;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.topflags {
    position: relative;
    top: -2px
}

.dropdown-menu {
    box-shadow: none
}

.dropdown-menu > li > a {
    color: #777
}

.activetopmenu {
    color: #777 !important
}

#menu .dropdown-inner1 a {
    clear: both;
    color: #000;
    display: block;
    font-size: 12px;
    line-height: 20px;
    min-width: 160px;
    padding: 5px 10px 0;
    text-transform: uppercase;
    white-space: pre;
    text-align: left
}

.dropdown-inner1 ul li a:hover {
    color: #ceb478 !important
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    background-color: #64BAFD; /*ffa6b7*/
    color: #fff
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: transparent
}

.navbar-nav > li > .dropdown-menu {
    z-index: 1010
}

.fixxs {
    display: inline-block
}

.listunstyled {
    list-style: none;
    cursor: pointer
}

.list-inline {
    margin-top: 5px
}

.btncart {
    border: none;
    color: #777
}

.cart-br {
    border: 1px solid #ddd
}

.basket {
    font-size: 42px !important;
    color: #777
}

.basket2 {
    font-size: 22px !important;
    margin-top: -3px
}

.btncart:hover {
    color: #ceb478
}

.imgpopcat {
    color: #777
}

.radio .view {
    display: inline-block;
    text-align: center
}

#top-menu {
    z-index: 1005
}

.children_lv3 {
    display: none
}

.fa.fa-angle-down.menu {
    left: 6px;
    position: relative
}

#menu .plus {
    float: right;
    margin-top: 18px;
    margin-right: 35px
}

#menu .fa.fa-minus {
    display: none
}

.fa.fa-plus {
    display: block
}

.rowimg {
    margin-left: 8px
}

.owl-controls .owl-page.active span {
    background: #D6D6D6
}

.desk {
    width: 358px;
    padding: 12px;
    height: 62px
}

.nav > li > a:focus, .nav > li > a:hover {
    background-color: transparent;
    border-color: transparent
}

.tell_nav {
    font-size: 14px;
    letter-spacing: 3px
}

.catfl_nav {
    font-size: 15px;
    color: #777;
    letter-spacing: 1px
}

.fa-stack-1x, .fa-stack-2x {
    left: 1px
}

.dropdown-menu {
    z-index: 1008
}

.cart-info {
    font-size: 16px;
    color: #777
}

a.cart-info:hover {
    font-size: 16px;
    color: #ceb478;
    cursor: pointer
}

.btn-cart {
    border-radius: 10px;
    display: inline-block;
    font-size: 12px;
    line-height: 13px; 
    padding: 12px;
    text-align: center;
    text-transform: uppercase; 
    
} 

#addtocart .btn-cart {
    margin-top: 5px
}

.btn-instock {
    background: #F1F1F1;
    border: medium none;
    border-radius: 0;
    border: 1px solid #c8c8c8;
    color: #868583;
    display: inline-block;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 13px;
    padding: 11px;
    margin: 0 10px;
    text-align: center;
    text-transform: uppercase
}

.btn-instock2 {
    background: #F1F1F1;
    border: medium none;
    border-radius: 0;
    border: 1px solid #c8c8c8;
    color: #868583;
    display: inline-block;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 13px;
    padding: 11px;
    text-align: center;
    text-transform: uppercase
}

[class*='product-product-'] .btn-instock {
    margin: 0
}

.btn-cart2 {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #9EAAAC;
    border-radius: 0;
    color: #222;
    display: inline-block;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 13px;
    padding: 9px 10px;
    text-align: center
}

.btn-wishlist {
    border-radius: 0;
    display: inline-block;
    float: none;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 13px;
    margin: 0 8px 0 0;
    padding: 9px 10px;
    text-align: center;
    width: 35px;
    height: 35px
}

.btn-compare {
    border-radius: 0;
    display: inline-block;
    float: none;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 15px;
    margin: 0 8px 0 0;
    padding: 9px 10px;
    text-align: center;
    width: 35px;
    height: 35px
}

.btn-quickview {
    border-radius: 0;
    display: inline-block;
    float: none;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 15px;
    margin: 0 8px 0 0;
    padding: 9px 10px;
    text-align: center
}

.cart {
    text-align: center;
    display: block;
    margin-bottom: 10px
}

.modal-header {
    border-bottom: none
}

.modal-body p {
    font-size: 14px
}

.form-control {
    border-radius: 0
}

.product-layout2 {
    margin-bottom: 1px;
    margin-top: 2px;
    background: #fff
}

.product-layout1 {
    background: #fff
}

.tabst h2 {
    font-size: 14px
}

.text-write {
    font-weight: 800;
    font-size: 16px
}

.caption a {
    color: #555;
    font-size: 14px;
    font-weight: 500;
    line-height: 19px;
    text-transform: uppercase;
    text-align: center;
}

.product-layout {
    border-right: none;
    margin-bottom: 35px
}

.product-layoutcat {
    border-right: none;
    margin-bottom: 35px
}

.product-change .product-thumb {
    padding-bottom: 10px;
    margin-bottom: 20px
}

.line1 {
    border-bottom: 1px solid #C8C8C8;
    height: 1px
}

.line2 {
    border-bottom: 1px solid #C8C8C8;
    height: 1px
}

.navbar-nav :first-child > a {
    background: none
}


.navbar {
    margin-bottom: -1px
}

hr {
    margin-bottom: 1px;
    margin-top: 1px
}

.footersoc {
    float: right;
    cursor: pointer;
    font-size: 15px
}

.scup {
    position: fixed;
    z-index: 1010;
    bottom: 20px;
    right: 10px;
    width: 27px;
    height: 27px;
    background: #F5F5F5;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 1px;
    border: 1px solid #868687
}

a.scup {
    outline: 0;
    text-align: center
}

a.scup i {
    font-size: 23px;
    color: #797979;
    text-transform: uppercase;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

a.scup i:hover {
    text-decoration: none;
    color: #ceb478
}

.list-unstyled li span a {
    color: #ceb478
}

.namelink a:hover {
    color: #ceb478
}

.list-unstyled li a:hover {
    color: #EF668B; /* F1947F*/
}

#review .fa-stack-2x {
    font-size: 1em
}

.breadcrumb {
    background-color: transparent;
    border-radius: 0
}

.catfl {
    border: 1px solid #ddd;
    margin-left: 0;
    margin-right: 0
}

li a.redwine {
    color: #ceb478
}

.btn-default2 {
    color: #777;
    border: none;
    box-shadow: none
}

#list-view.btn.active, #list-view.btn:active, #grid-view.btn.active, #grid-view.btn:active {
    box-shadow: none
}

.btn-default2.active {
    color: #2f2f2f
}

.btn-listgrid {
    color: #2f2f2f
}

footer .fa-ul {
    color: #777;
    font-size: 14px
}

footer .fa-ul a {
    color: #777;
    font-size: 14px
}

footer .fa-ul a:hover {
    color: #ceb478
}

.liposition {
    margin-left: 17px
}

.footer_contacts {
    color: #272727;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 35px;
    margin-left: 12px;
    margin-top: 23px;
    text-transform: uppercase
}

.info-block {
    margin-left: 12px;
    font-size: 16px
}

.block-contacts {
    width: 23%;
    height: 316px;
    position: absolute;
    top: 2px;
    z-index: 1000;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 1));
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 1));
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 1));
    background: linear-gradient(to left, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 1));
    right: 5px;
    padding: 0 5px
}

.block-contactsapi {
    width: 18%;
    height: 320px;
    position: absolute;
    top: 0;
    z-index: 1000;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 1));
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 1));
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 1));
    background: linear-gradient(to left, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 1))
}

.block-contacts2 {
    width: 18%;
    height: 320px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1000;
    background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 1));
    background: -o-linear-gradient(right, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 1));
    background: -moz-linear-gradient(right, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 1));
    background: linear-gradient(to right, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 1))
}


#mail_letters {
    border: none;
    border-bottom: 1px solid #fff
}

[class*='product-category-'] .block-contacts, [class*='product-product-'] .block-contacts {
    width: 282px
}

[class*='product-category-'] .block-contactsapi, [class*='product-product-'] .block-contactsapi {
    width: 282px
}

.for-block-contacts .block-contacts {
    width: 282px
}

.for-block-contactsapi .block-contactsapi {
    width: 282px
}

.product-special .block-contacts, .product-search .block-contacts, .information-aridius_news .block-contacts, .product-manufacturer .block-contacts {
    width: 282px
}

.product-special .block-contactsapi, .product-search .block-contactsapi, .information-aridius_news .block-contactsapi, .product-manufacturer .block-contactsapi {
    width: 282px
}

.block-contacts li a {
    color: #272727;
    font-weight: 500
}

.block-contactsapi li a {
    color: #272727;
    font-weight: 500
}

.block-contacts li {
    color: #3E424A;
    margin-top: 7px
}

.block-contactsapi li {
    color: #3E424A;
    margin-top: 7px
}

.block-contacts li:hover, .block-contacts li a:hover {
    color: #CEB478;
    cursor: pointer
}

.block-contactsapi li:hover, .block-contactsapi li a:hover {
    color: #CEB478;
    cursor: pointer
}

.btn-listgrid:focus, .btn-listgrid.focus {
    color: #2f2f2f
}

.btn-listgrid:hover {
    color: #2f2f2f
}

.btn-listgrid:active, .btn-listgrid.active, .open > .dropdown-toggle.btn-listgrid {
    color: #2f2f2f
}


.rating a {
    color: #777;
    font-size: 15px;
    position: relative;
    cursor: pointer
}

.rating a:hover {
    color: #ceb478
}

.linetoppr{
    margin-left: -15px;
}

hr {
    border-top: 1px solid #ddd
}

.list-unstyled {
    font-size: 14px
}

.items-count {
    background-color: #f8f8f8;
    border: medium none;
    clear: both;
    color: #222;
    float: left;
    font-size: 8px;
    height: 18px;
    width: 25px
}

.form-group #input-quantity {
    background: #f1f1f1 none repeat scroll 0 0 !important;
    border: 0 none;
    border-radius: 0;
    box-shadow: none;
    color: #2f2f2f;
    display: inline-block;
    float: left;
    font-size: 15px;
    height: 35px;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 60px !important
}

.priceproduct-old {
    color: #d10000;
    font-size: 18px;
    text-decoration: line-through;
    margin-right: 8px;
    font-weight: 600
}

.mfp-bottom-bar .priceproduct-old {
    font-size: 12px
}

.priceproduct-new {
    color: #232323;
    font-size: 24px;
    font-weight: 600;
    margin-top: 8px;
    margin-bottom: 8px
}

.mfp-bottom-bar .priceproduct-new {
    font-size: 14px
}

.thumbnail {
    background-color: inherit;
    border: inherit
}

footer .fa-stack {
    color: #A99D90;
    margin-right: 4px
}

footer .fa-stack:hover {
    color: #9AB9A5 !important
}

.rigimg {
    margin-top: 25px
}

.block {
    border-bottom: 1px solid #ddd;
    position: relative;
    margin-bottom: 12px
}

.block::before, .block::after {
    content: '';
    position: absolute;
    left: 40px;
    bottom: -20px;
    border: 10px solid transparent;
    border-top: 10px solid #ddd
}

.block::after {
    border-top: 10px solid #FFF;
    bottom: -19px
}

.nav-tabs > li > a {
    text-transform: uppercase;
    font-size: 14px;
    color: #777
}

.nav-tabs > li > a:hover {
    color: #ceb478
}

.nav-tabs.mod > li > a {
    border-radius: 0
}

.nav-tabs h2 {
    margin-top: 3px;
    margin-bottom: 3px;
    font-weight: 400
}

.nav-tabs h2 > li > a:hover {
    color: #ceb478
}

.noline {
    background: none !important
}

.padding-carusel .owl-carousel .owl-item {
    padding: 0 15px
}

.animatetabs {
    position: relative
}

.container-circle {
    float: left;
    position: fixed;
    bottom: 15px;
    left: 33px;
    z-index: 10005;
    transform: rotate(60deg)
}

@-webkit-keyframes spinfon {
    0% {
        -moz-transform: rotate(160deg);
        opacity: 0;
        box-shadow: 0 0 1px #A99D90
    }
    50% {
        -moz-transform: rotate(145deg);
        opacity: .7
    }
    100% {
        -moz-transform: rotate(-320deg);
        opacity: 0
    }
}

@-moz-keyframes spinfon {
    0% {
        -moz-transform: rotate(160deg);
        opacity: 0;
        box-shadow: 0 0 1px #A99D90
    }
    50% {
        -moz-transform: rotate(145deg);
        opacity: .7
    }
    100% {
        -moz-transform: rotate(-320deg);
        opacity: 0
    }
}

@keyframes spinfon {
    0% {
        -moz-transform: rotate(160deg);
        opacity: 0;
        box-shadow: 0 0 1px #A99D90
    }
    50% {
        -moz-transform: rotate(145deg);
        opacity: .7
    }
    100% {
        -moz-transform: rotate(-320deg);
        opacity: 0
    }
}

@-webkit-keyframes spintell {
    0% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    25% {
        -ms-transform: rotate(30deg);
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg)
    }
    50% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    75% {
        -ms-transform: rotate(-30deg);
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg)
    }
    100% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@-moz-keyframes spintell {
    0% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    25% {
        -ms-transform: rotate(30deg);
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg)
    }
    50% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    75% {
        -ms-transform: rotate(-30deg);
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg)
    }
    100% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@keyframes spintell {
    0% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    25% {
        -ms-transform: rotate(30deg);
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg)
    }
    50% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    75% {
        -ms-transform: rotate(-30deg);
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg)
    }
    100% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

.mcol {
    margin-top: 3px;
    margin-bottom: 5px
}

.vopmen {
    margin-bottom: 10px
}

.vopmen:hover {
    opacity: .8
}

.submenu_main {
    display: inline !important;
    padding: 0 !important
}

.menuv_3lv {
    padding: 3px 0 !important
}

.menuv-allv {
    color: #ceb478 !important;
    margin-left: -10px !important
}

.menuv-allv:hover {
    text-decoration: underline !important
}

.dropdown.hidev {
    cursor: pointer
}

.menuv-all {
    margin-left: 7px;
    color: #ceb478 !important
}

.menuv-all:hover {
    text-decoration: underline
}

.tomvmenu .opacityhv {
    display: inline;
    left: 0;
    margin-right: 7px;
    margin-bottom: 7px;
    position: relative
}

.arrowvertmenu {
    color: #777;
    float: right;
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 10px;
    margin-right: 22px
}

#menu .nav .hidem > li > a:hover, #menu .nav .hidem > li.open > a {
    line-height: 43px;
    margin-top: -12px;
    height: 62px
}

#menu .nav .hidem > li.activetopmenu > a:hover, #menu .nav .hidem > li.open > a {
    height: 62px
}

#menu .nav .hidem > li > a {
    background-color: transparent;
    color: #fff;
    font-weight: 400;
    line-height: 20px;
    min-height: 15px;
    padding: 15px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    text-transform: uppercase
}


.nav .hidem > li > a {
    position: relative;
    display: block;
    padding: 10px 15px
}

.v3hover a:hover {
    color: #ceb478 !important
}

.menuv_3lv {
    color: #000;
    display: block
}

.tomvmenu {
    margin-top: 7px;
    margin-bottom: 7px;
    padding-left: 0;
    padding-right: 0
}

.multi-level {
    width: 270px
}

#menu li .dropdown-submenu a:hover {
    color: #ceb478
}

.dropdown-menu.multi-level > li > a {
    clear: both;
    color: #000;
    display: block;
    font-size: 15px;
    line-height: 27px;
    min-width: 160px;
    padding: 5px 10px 0;
    text-align: left;
    white-space: pre
}

.submenu_main {
    color: #000;
    display: inline;
    font-size: 14px;
    top: 5px;
    right: 5px;
    font-weight: 400;
    position: relative
}

.dropdown-menu2 {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.dropdown-menu2.pull-right {
    right: 0;
    left: auto
}

.dropdown-menu2 .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-menu2 > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333
}

.dropdown-menu2 > li > a:hover, .dropdown-menu2 > li > a:focus {
    color: #262626;
    text-decoration: none
}

.dropdown-menu2 > .active > a, .dropdown-menu2 > .active > a:hover, .dropdown-menu2 > .active > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #337ab7;
    outline: 0
}

.dropdown-menu2 > .disabled > a, .dropdown-menu2 > .disabled > a:hover, .dropdown-menu2 > .disabled > a:focus {
    color: #777
}

.dropdown-menu2 > .disabled > a:hover, .dropdown-menu2 > .disabled > a:focus {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}

.open > .dropdown-menu2 {
    display: block
}

.open > a {
    outline: 0
}

.dropdown-menu2-right {
    right: 0;
    left: auto
}

.dropdown-submenu {
    position: relative
}

.dropdown-submenu:hover, .v3hover:hover {
    background: #F7F7F7
}

.dropdown-submenu > .dropdown-menu2 {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15)
}

.dropdown-submenu:hover > .dropdown-menu2 {
    display: block
}

.dropdown-submenu.pull-left {
    float: none
}

.dropdown-submenu.pull-left > .dropdown-menu2 {
    left: -100%;
    margin-left: 10px
}

.effect-hover p {
    text-align: center;
    display: block;
    opacity: 0;
    transition: opacity 0.95s, transform .95s
}

.product-layout1:hover .effect-hover p, .product-layout2:hover .effect-hover p {
    opacity: .9
}

.effect-hover .wishlist, .effect-hover .compare, .effect-hover .quickview {
    font-size: 13px;
    color: #868583;
    border: 1px solid #c8c8c8;
    padding: 5px
}

.effect-hover .wishlist:hover, .effect-hover .compare:hover, .effect-hover .quickview:hover {
    color: #A99D90
}

.hover-textbanner {
    color: #fff;
    font-size: 16px;
    height: 8em;
    line-height: 2em;
    text-transform: uppercase;
    text-align: center
}

.hover-textbanner::before, .hover-textbanner::after {
    pointer-events: none
}

.effect-banner {
    position: relative;
    overflow: hidden;
    text-align: center;
    cursor: pointer
}

.hover-textbanner, .hover-textbanner > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0
}

.hover-textbanner:hover, .hover-textbanner:hover > a {
    -webkit-transition-delay: .15s;
    transition-delay: .15s;
    -webkit-transition: opacity 0.45s, -webkit-transform .45s;
    transition: opacity 0.45s, transform .45s;
    opacity: .9
}

.effect-banner .hover-textbanner::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    content: '';
    -webkit-transition: -webkit-transform 1.1s;
    transition: transform 1.1s;
    -webkit-transform: scale3d(1.8, 1.3, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -167%, 0);
    transform: scale3d(1.8, 1.3, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -167%, 0)
}

.effect-banner img {
    opacity: .95
}

.effect-banner:hover img {
    opacity: .8
}

.effect-banner:hover .hover-textbanner::before {
    -webkit-transform: scale3d(1.8, 1.3, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 167%, 0);
    transform: scale3d(1.8, 1.3, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 167%, 0)
}

.popupsize {
    max-width: 720px;
    margin: 0 auto;
    background: #fff
}

.popupsize2 {
    padding: 5px
}

.name-popup {
    color: #444;
    font-size: 15px;
    line-height: 33px;
    padding: 0 0 0 15px
}

.popupsizebor {
    border-bottom: 1px solid #F5F5F5
}

.popupsize {
    position: relative;
    background: #FFF !important
}

.popupsize .mfp-close {
    background: #F0F0F0 !important;
    height: 35px !important;
    cursor: pointer !important;
    line-height: 35px !important;
    width: 35px !important
}

.popupsize .mfp-close span {
    color: red !important
}

.mfp-content {
    vertical-align: top !important;
    top: 10%
}

#product-tab .nav-tabs {
    border-top: 1px solid #ddd;
    border-bottom: none
}

#product-tab .nav-tabs > li, #product-tab .nav-pills > li {
    float: none;
    display: inline-block;
    *display: inline;
    zoom: 1
}

#product-tab .nav-tabs, #product-tab .nav-pills {
    text-align: center
}

#product-tab .nav-tabs.mod > li.active > a, #product-tab .nav-tabs.mod > li.active > a:focus, #product-tab .nav-tabs.mod > li.active > a:hover {
    border-top: 1px solid #1d1d1d;
    position: relative
}

#product-tab .nav-tabs > li.active > a, #product-tab .nav-tabs > li.active > a:focus, #product-tab .nav-tabs > li.active > a:hover {
    border-color: transparent;
    background: inherit
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #fff
}

.modal-content {
    border-radius: 0
}

.buttonsall_news {
    display: inline
}

.buttonsall_news a {
    color: #888684;
    display: inline;
    text-decoration: underline
}

.buttonsall_news a:hover {
    color: #ceb478;
    text-decoration: none
}

.groupcat {
    padding-top: 35px;
    padding-bottom: 20px
}

.fixnewsgrid {
    margin: 10px
}

.fixnewslist {
    margin: 10px 10px -1px -5px
}

.newsdesc {
    padding: 11px;
    text-align: left
}

#column-left .product-thumb .image {
    float: left;
    margin-right: 10px
}

#column-left .product-thumb .button-group {
    display: none
}

#column-left .cart {
    display: none
}

#column-left .product-thumb {
    overflow: hidden;
    margin: 10px -5px
}

.sixe_price .price {
    font-size: 20px
}

.sixe_price {
    padding: 5px 0 !important
}

#column-left .product-layout {
    margin-bottom: 20px
}

#column-left .row {
    margin-right: 0;
    margin-left: 0
}

#column-left .product-thumb h4 {
    height: auto
}

#column-left .stickers-special {
    margin-left: -20px;
    margin-top: 2px
}

#column-left .stickers-top, #column-left .stickers-new {
    margin-left: -20px
}

#plus .fa-angle-up {
    font-size: 16px
}

#minus .fa-angle-down {
    font-size: 16px
}

.dropdown-menu > li > a {
    padding: 3px 15px
}


.form-control:focus {
    border-color: #C2A86B;
    outline: 0;
    box-shadow: none
}

footer .list-unstyled li, footer .list-unstyled li a {
    display: block;
    font-size: 14px;
    font-weight: 400;
}

.wishlist, .compare, .quickview {
    cursor: pointer
}

.style2lv {
    font-weight: 400;
    font-size: 14px
}

.dsfsdf {
    display: block
}

.btn-link:focus, .btn-link:hover {
    text-decoration: none
}

#top {
    min-height: 40px
}

.top-header {
    padding: 10px 0;
    padding: 10px 0
}

.top-header.bcolor {
    background: #000
}

.cartphotos {
    display: inline-block;
    margin-top: -5px
}

.form-control {
    height: 37px
}

.banner-margin {
    margin: 0 0 14px !important
}

.mailletters {
    width: 75%
}

.mailletters-popup {
    width: 75%
}

.footer_mailtext {
    margin-bottom: 8px;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 12px
}

.footer_add {
    margin-top: 20px
}

.copyrightf {
    margin-top: 20px
}

.call-order, #undersell-order {
    cursor: pointer
}

.effectb {
    position: relative
}

.text-time {
    font-size: 12px
}

.text-timepr {
    font-size: 13px;
    color: #fff
}

#undersell-order, .popup-modal {
    text-decoration: underline
}

#undersell-order:hover, .popup-modal:hover {
    text-decoration: none;
    color: #23527c !important
}

.zoomContainer {
    z-index: 1000
}

.quickw {
    max-width: 900px;
    margin: 0 auto;
    background: #fff;
    position: relative
}

.quickw .mfp-content {
    vertical-align: top !important;
    top: 10%
}

.quickw .mfp-close {
    background: #F0F0F0 !important;
    height: 35px !important;
    cursor: pointer !important;
    line-height: 35px !important;
    width: 35px !important
}

.quickw .mfp-close span {
    color: red !important
}

.fastorder2 {
    padding: 15px 25px
}

.quickw2 {
    padding: 15px 25px
}

.quickwgroup {
    border-bottom: 1px solid #F5F5F5
}

.line-product {
    padding: 0px;
    margin-left: -15px;       
}

.infoimg {
    float: left;
    padding-right: 7px;
    position: relative;
    top: -35px
}

.infotext {
    overflow: hidden
}

.fixcenter {
    margin: 0 auto;
    display: block
}

.rewardin {
    position: relative;
    font-family: 'Avenir Next Cyr',sans-serif; /*NotoSans, sans-serif;*/
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #82C16C;
      
}

.rewardin::before{
    content: '';
    position: absolute;
    width: 22px;
    height: 22px;
    left: 0;
    top: 0;
    background: url('../../image/instock.svg') no-repeat center/contain;
}

.product__stock{
   margin-top: 25px;
}

.rewardoff {
    color: #D5333E;
    font-weight: 500;
}

@media (max-width: 478px) {
    .timespecial.image {
        margin-bottom: 18px
    }
}

@media (min-width: 479px) {
    .timespecial.image {
        float: left
    }
}

@media (max-width: 767px) {

    .title_center, .title_h3 {
        font-size: 20px
    }

    .opacityhv {
        margin: 0 auto
    }

    .cat_clear:nth-child(2n+3) {
        clear: left
    }

    .product-info {
        margin-bottom: 20px
    }

    .aboutus_footer {
        padding: 0 15px
    }

    .possm {
        margin-left: 21px
    }

    .tell_nav {
        font-size: 12px
    }

    .footer_mailtext {
        margin-top: 15px
    }

    .navright {
        display: inline-block;
        float: right;
        margin-right: 10px
    }

    .item-title {
        display: block;
        text-align: center
    }

    .effect-phoebe p a {
        opacity: 1 !important;
        -webkit-transform: translate3d(0, 0, 0) !important;
        transform: translate3d(0, 0, 0) !important
    }

    #cart > .btn {
        margin-top: 1px
    }

    .scup {
        position: fixed;
        z-index: 1010;
        bottom: 40px;
        right: 10px
    }

    a.scup {
        outline: 0;
        text-align: center
    }

    a.scup:hover, a.scup:active, a.scup:focus {
        opacity: 1;
        text-decoration: none
    }

    a.scup i {
        margin-top: 10px;
        color: #ADCDD6;
        font-size: 47px
    }

    a.scup i:hover {
        text-decoration: none;
        color: #ADCDD8
    }

    #cart {
        margin-left: -1px
    }

    .rigimg {
        float: left
    }

    .navbar-nav > li > a {
        background: none
    }

    .zoomContainer {
        display: none !important
    }

    .navcentr {
        text-align: center;
        position: relative;
        list-style-type: none
    }

    #logo img {
        margin-left: auto;
        margin-right: auto
    }

    .fix_true {
        max-width: 661px
    }
}

@media (min-width: 768px) {
    .title_center, .title_h3 {
        font-size: 30px
    }

    .catpr2 {
        float: left
    }

    .effect-phoebe p a {
        opacity: 0
    }

    .fixformtime {
        margin-left: -5px !important
    }

    .fixformtime2 {
        margin-right: -5px !important
    }
}

@media (min-width: 992px) {
    li.activetopmenu > a {
        margin-top: 10px
    }

    .navbar-nav .hidem > li {
        float: left
    }

    .nav .hidem > li {
        position: relative;
        display: block
    }

    .manufac-menu {
        text-align: center
    }

    .circle {
        animation: spinfon 1.4s infinite linear;
        -moz-animation: spinfon 1.4s infinite ease-in-out;
        -webkit-animation: spinfon 1.4s infinite linear;
        border-radius: 500px;
        height: 50px;
        margin: 0 auto;
        width: 50px
    }

    .circleout {
        animation: spintell 2s infinite linear;
        -webkit-animation: spintell 2s infinite linear;
        -moz-animation: spintell 2s infinite linear;
        border-radius: 55px;
        color: #fff;
        font-size: 22px;
        line-height: 53px;
        height: 55px;
        margin: 0 auto;
        text-align: center;
        position: relative;
        top: -52px;
        width: 55px
    }

    #menu .dropdown-inner ul {
        display: inline-block
    }

    .top-mainmenu {
        margin-top: 10px
    }

    #menu .dropdown:hover .dropdown-menu {
        margin-top: 0;
        opacity: 1;
        visibility: visible;
        height: auto;
        transition: all 320ms, opacity 0;
        -webkit-transition: all 320ms, opacity 0;
        -o-transition: all 320ms, opacity 0
    }

    #menu .dropdown-menu {
        display: block;
        border-radius: 0;
        position: absolute;
        margin-top: 25px;
        opacity: 0;
        visibility: hidden
    }

    .affix {
        top: -6px;
        z-index: 101;
        width: 100%;
        position: fixed !important
    }

    a.plus-link {
        display: none !important
    }

    .children_lv3 {
        display: list-item !important
    }

    .mobhidden {
        display: none
    }

    #menu .dropdown-inner {
        display: block;
        width: 710px
    }

    #menu .plus {
        display: none
    }

    .fixslbann {
        margin-top: 15px
    }

    #menu .dropdown-inner {
        display: block;
        width: 930px
    }
}

@media (max-width: 991px) {
    #menu .nav > li > a:hover, #menu .nav > li.open > a {
        border-top: none
    }

    #menu .nav > li > a {
        border-top: none
    }

    .effect-hover p {
        opacity: 1
    }

    .hidev {
        display: none !important
    }

    .circle {
        animation: spinfon 1.4s infinite linear;
        -moz-animation: spinfon 1.4s infinite ease-in-out;
        -webkit-animation: spinfon 1.4s infinite linear;
        border-radius: 300px;
        height: 30px;
        margin: 0 auto;
        width: 30px
    }

    .circleout {
        animation: spintell 2s infinite linear;
        -webkit-animation: spintell 2s infinite linear;
        -moz-animation: spintell 2s infinite linear;
        border-radius: 55px;
        color: #fff;
        font-size: 15px;
        line-height: 33px;
        height: 35px;
        margin: 0 auto;
        text-align: center;
        position: relative;
        top: -32px;
        width: 35px
    }

    .image_main {
        display: none
    }

    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    #menu .dropdown-inner ul {
        display: inline-block;
        margin-bottom: 7px
    }

    .navbar-header {
        float: none
    }

    .navbar-left, .navbar-right {
        float: none !important
    }

    .navbar-toggle {
        display: block
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1)
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px
    }

    .navbar-collapse.collapse {
        display: none !important
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px
    }

    .navbar-nav > li {
        float: none
    }

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px
    }

    .collapse.in {
        display: block !important;
        overflow-x: hidden
    }

    #menu {
        border-radius: 0 0 4px 4px;
    }

    #menu div.dropdown-inner > ul.list-unstyled {
        display: block
    }

    #menu div.dropdown-menu {
        margin-left: 0 !important;
        padding-bottom: 10px
    }

    #menu .dropdown-inner {
        display: block
    }

    #menu .dropdown-inner a {
        width: 100%;
        color: #fff
    }

    #menu .dropdown-menu a:hover, #menu .dropdown-menu ul li a:hover {
        color: #000
    }

    #menu .see-all {
        margin-top: 0;
        border: none;
        border-radius: 0;
        color: #fff
    }

    #menu .dropdown-inner1 a {
        color: #fff
    }

    #top-menu {
        top: 0;
        z-index: 101;
        width: 100%;
        position: relative !important
    }

    a.plus-link {
        position: relative;
        right: -55px;
        text-align: left;
        top: -27px;
        background: transparent !important;
        width: 20px !important;
        float: right
    }

    #menu ul.list-unstyled {
        width: 100% !important;
        text-align: left !important
    }

    #menu .dropdown-inner {
        width: auto !important
    }

    .children_lv3 > a {
        text-align: left !important
    }

    #menu .fa.fa-angle-down.menu {
        display: none
    }

    #menu .with-child {
        /* margin-right: 56px; */
        clear: none
    }

    .fixxsmenu {
        top: 65%;
        left: 0;
    }
}

@media (max-width: 1199px) {
    .tomvmenu .opacityhv {
        display: none
    }

    .column_width1_noimg {
        width: 116%
    }

    .column_width2 {
        width: 232%
    }

    .column_width2_noimg {
        width: 232%
    }

    .column_width3 {
        width: 232%
    }

    .column_width3_noimg {
        width: 232%
    }
}

@media (min-width: 1200px) {
    .sixe_price {
        margin-left: 105px
    }

    .cat_clear:nth-child(4n+5) {
        clear: left
    }

    .column_width1_noimg {
        width: 111%
    }

    .column_width2 {
        width: 302.7%
    }

    .column_width2_noimg {
        width: 222%
    }

    .column_width3 {
        width: 302.7%
    }

    .column_width3_noimg {
        width: 302.7%
    }

    .fixxsmenu {
        top: 82%;
        left: 0;
    }


    #logo {
        left: -30px
    }

    #menu .dropdown-inner {
        display: block;
        margin-top: 10px;
        width: 1129px
    }

    .fix_true {
        max-width: 430.5px
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .cat_clear:nth-child(3n+4) {
        clear: left
    }

    #logo {
        top: 20px
    }

    .navcentr {
        bottom: 20px
    }

    .navright {
        display: inline-block;
        float: right
    }


    .tell_nav {
        margin-left: 39px
    }

    footer h5 {
        font-size: 13px;
        letter-spacing: 1px
    }

    .fix_true {
        max-width: 225px
    }
}

@media (min-width: 993px) and (max-width: 1200px) {
    .cat_clear:nth-child(3n+4) {
        clear: left
    }

    #logo {
        top: 20px
    }

    .fixxsmenu {
        top: 50%;
        left: 0;
    }

    .navcentr {
        bottom: 20px
    }
t

    .tell_nav {
        margin-left: 110px
    }

    .fix_true {
        max-width: 307.5px
    }

    #column-left .product-thumb .image {
        min-width: 183px;
        margin-bottom: 7px
    }
}

@media (min-width: 768px) and (max-width: 993px) {
    #column-left .product-thumb .image {
        float: none !important
    }

    #column-left .product-thumb {
        margin-left: 0 !important
    }

    #column-left .product-thumb .image {
        margin-right: 0 !important
    }
}

@media (max-width: 514px) {
    .tell_nav {
        margin-left: 22px
    }
}

#product .radio, #product_quickw .radio {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-bottom: 0;
    text-align: center
}

#product .radio label, #product_quickw .radio label {
    padding-left: 0
}

#product .radio input:checked + .im_option, #product_quickw .radio input:checked + .im_option {
    border: 1px solid #737373;
    background: #51473c;
    color: #fff
}

.im_option {
    color: #5e5e5e;
    background: #fff;
    padding: 7px 16px;
    border: 1px solid #9eaaac;
    font-size: 16px;
    display: block
}

.nav-tabs .active a h2 {
    color: #000
}

.nav-tabs.mod {
    border-top: 1px solid #ddd;
    border-bottom: 0
}

.nav-tabs.mod > li.active > a, .nav-tabs.mod > li.active > a:focus, .nav-tabs.mod > li.active > a:hover {
    border-top: 1px solid #1d1d1d;
    border-left: 0;
    border-right: 0;
    margin-top: -1px
}

.tabst h2:hover {
    color: #ceb478
}

#product .checkbox, #product_quickw .checkbox {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-bottom: 0;
    text-align: center
}

#product .checkbox label, #product_quickw .checkbox label {
    padding-left: 0
}

#product .checkbox input:checked + .im_option, #product_quickw .checkbox input:checked + .im_option {
    border: 1px solid #737373;
    background: #51473c;
    color: #fff
}

#product h3 {
    padding: 0
}

.img_sticky {
    position: fixed
}

.img_stop {
    position: relative
}

.title_h3 {
    text-align: center;
    padding: 2px;
    color: #272727;
    font-weight: 500
}

.title_h {
    overflow: hidden
}

.title_center {
    text-align: center;
    margin-bottom: 20px;
    color: #272727;
    font-weight: 500
}

.title_h:before, .title_h:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    width: 100%;
    height: 1px;
    background: #C8C8C8;
    margin-right: 11px;
    margin-left: 11px
}

.title_h:before {
    margin-left: -100%
}

.title_h:after {
    margin-right: -100%
}



body{
    font-family: 'Avenir Next Cyr'; /*'NotoSans';*/
    color: #232C33;/*#555555;*/
    overflow-x: hidden;
}

/*---header styles----*/

.container{
    width: 100%;
    padding: 0 15px;
}

.header__wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header{
    padding: 0 0 10px 0;
}

.header__logo{
    max-width: 182px;
}

.header__logo img{
    max-width: 100%;
    max-height: 100%;
    height: 70px;
}

.header__topMenu__btn{
    display: flex;
    cursor: pointer;
    border-radius: 64px;
    padding: 16px 15px;
    transition: all .3s;
}

.header__topMenu__btn.closeBtn{
    background: #F0F0F0;
}

.header__topMenu__hidden{
    display: none;
    position: absolute;
    z-index: 1006;
    box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.15);
    background-color: #fff;
    top: 69px;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 230px;
}

.header__topMenu__hidden li{
    border-bottom: 1px solid #EDEDED;
}

.header__topMenu__hidden li a{
    display: block;
    font-size: 16px;
    color: #232C33;/*#555555;*/
    padding: 11px 25px;
    transition: all 0.3s;
}

.header__topMenu__hidden li a:hover{
    background-color: #64BAFD; /*ffa6b7*/
    color: #fff;
}

.header__topMenu__hidden li a:last-of-type{
    border-bottom: none;
}

.header__topMenu > span{
    font-size: 16px;
    color: #232C33;/*#555555;*/
}

.header__topMenu .toggleMenu{
    width: 40px;
    height: 22px;
    position: relative;
    background: transparent;
    border: none;
    padding: 0;
    margin-right: 13px;
}

.header__topMenu .toggleMenu:before,
.header__topMenu .toggleMenu:after{
    content: '';
    height: 2px;
    width: 100%;
    background: #232C33;/*#555555;*/
    position: absolute;
    left: 0;
    transition: all .3s;
 }

.header__topMenu .toggleMenu:before{
    top: 0;
}

.header__topMenu .toggleMenu:after{
    bottom: 0;
}

.header__topMenu .toggleMenu__line{
    width: 100%;
    height: 2px;
    background: #232C33;/*#555555;*/
    display: block;
    transition: all .3s;
}

.header__topMenu__btn.closeBtn .toggleMenu:before{
    transform: rotate(45deg);
    top: 10px;
}
.header__topMenu__btn.closeBtn .toggleMenu:after{
    transform: rotate(-45deg);
    bottom: 9px;
}

.header__topMenu__btn.closeBtn .toggleMenu .toggleMenu__line{
    opacity: 0;
}

.header__links ul{
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.header__links__item{
    margin: 0 22px;
    position: relative;
}

.header__links__item:after{
    content: '';
    position: absolute;
    right: -22px;
    top: calc(50% - 10px);
    background: #C4C4C4;
    height: 19px;
    width: 1px;
}

.header__links__item:first-of-type{
    margin-left: 0;
}

.header__links__item:last-of-type{
    margin-right: 0;
}

.header__links__item:last-of-type:after{
    display: none;
}

.header__links__item a{
    display: inline-block;
    padding: 16px 36px;
    font-size: 16px;
    line-height: 22px;
    color: #232C33;/*#555555;*/
    white-space: nowrap;
    transition: all .3s;
}

.header__links__item a:hover{
    background: #F0F0F0;
    border-radius: 64px;
}

.header__links__item--red a{
    color: #FF4D4D;
    font-family: 'Avenir Next Cyr'; /*'NotoSans';*/
    font-weight: bold;
}

.header__info{
    text-align: right;
    margin-right: 58px;
}

.header__info .dropdown-menu,
#form-language .dropdown-menu{
    border: none;
    box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.15);
    padding: 0;
    margin: 10px 0 0;
}

.header__info .dropdown-menu a,
#form-language .dropdown-menu a{
    padding: 11px 25px;
    font-size: 16px;
    color: #232C33;/*#555555;*/
    transition: all 0.3s;
}


.header__time{
    font-size: 12px;
    line-height: 16px;
    color: #232C33;/*#555555;*/
}

.header__info__phone{
    font-family: 'Avenir Next Cyr'; /*'NotoSans';*/
    font-weight: 800;
    font-size: 18px;
    line-height: 25px;
    color: #232C33;/*#555555;*/
    position: relative;
    white-space: nowrap;
}

.header__info__phone:after{
    content: '';
    position: absolute;
    right: -16px;
    top: calc(50% - 5px);
    border: solid #64BAFD; /*ffa6b7*/
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.header__actions{
    display: flex;
}

.header__search{
    margin-right: 16px;
    position: relative;
}

.header__search__form{
    display: none;
    position: absolute;
    right: 100%;
    width: 460px;
    top: 0;
    bottom: 0;
    background: #E6E6E6;
    border-radius: 32px;
    padding: 10px 50px;
    transition: all .3s;
    z-index: 1601;

}

.header__search__form input{
    background: transparent;
    border: none;
    border-bottom: 1px solid #C4C4C4;
    width: 100%;
    font-style: italic;
    font-size: 16px;
    color: #9C9C9C;
}
.header__search__form input ::-webkit-input-placeholder,
.header__search__form input ::-moz-placeholder ,
.header__search__form input :-ms-input-placeholder,
.header__search__form input :-moz-placeholder {
    color: #9C9C9C;
}

.header__search__btn{
    width: 63px;
    height: 63px;
    background: #F0F0F0;
    border-radius: 50%;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.header__search__btn:hover svg{
    transform: scale(1.1);
}

.header__search__btn svg{
    width: 26px;
    transition: all .3s;
}

.closeSearchBtn{
    position: absolute;
    right: -28px;
    cursor: pointer;
    width: 20px;
    height: 20px;
    text-align: center;
    top: 4px;
}

.closeSearchBtn:before,
.closeSearchBtn:after{
    content: '';
    position: absolute;
    height: 15px;
    width: 2px;
    background: #C4C4C4;
    top: 0;
    left: 12px;
}

.closeSearchBtn:before{
    transform: rotate(45deg);
}

.closeSearchBtn:after{
    transform: rotate(-45deg);
}

.header__search,.header__account{
    margin-right: 18px;
}
.header__cart {
    margin-right: 15px;
}

.header__account .dropdown-menu{
    border: none;
    box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.15);
    margin: 10px 0 0;
    padding: 0;
    width: 230px;
}

.header__account .dropdown-menu a{
    display: block;
    font-size: 16px;
    color: #232C33;/*#555555;*/
    padding: 11px 25px;
    transition: all 0.3s;
}

.header__account .dropdown-menu a:hover{
    color: #fff;
    background: #64BAFD; /*ffa6b7*/
}

.header__account > a{
    width: 63px;
    height: 63px;
    background: #F0F0F0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header__account a svg{
    width: 26px;
    transition: all .3s;
}

.header__account a:hover svg{
    transform: scale(1.1);
}

.header__cart #cart{
    margin-bottom: 0;
}

.header__cart__btn{
    margin: 0!important;
    padding: 0;
    width: 63px;
    height: 63px;
    background: #EF668B; /* F1947F; */
    border-radius: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease-out;
}

.header__menu--static{
    width: 307px;
    margin-top: 10px;
    border: none;
    position: relative;
    z-index: 1005;
}

.common-home .header__menu--static{
    z-index: 5;
}

.header__menu--static.active{
    z-index: 1500;
}

.header__menu--static .toggle-category{
    position: relative;
    background: #EF668B; /*ffa6b7*/
    border: none;
    font-size: 18px;
    color: #FFFFFF;
    font-family: 'Avenir Next Cyr'; /*'NotoSans';*/
    font-weight: bold;
    width: 100%;
    padding: 14px 0;
    border-bottom: none;
}

.header__menu--static .toggle-category::before{
    position: absolute;
    content: '';
    width: 26px;
    height: 16px;
    top: 50%;
    left: 22px;
    transform: translateY(-50%);
    background: url('../../image/category.svg') no-repeat center/contain;
}

.header__navbar .navbar-nav{
    float: none;
}


.header__navbar li{
    float: none;
    border-top: 1px solid #EDEDED;
}

#menu .nav > li > a{
    font-size: 16px;
    color: #232C33;/*#555555;*/
    font-family: 'Avenir Next Cyr'; /*'NotoSans';*/
    font-weight: 500;
    padding: 12px 22px;
    transition: all .3s;
    text-transform: capitalize;
}

#menu .nav > li > a:hover{
    background: #EF668B; /*ffa6b7*/
    color: #fff;
}
#menu .nav > li > a.sale{
    color: #EC3337;
}

/*---end header styles----*/


/*-----menu styles-----*/

@media (min-width: 993px) {
    #menu .dropdown:hover .dropdown__custom_menu {
        opacity: 1;
        display: block;
    }
}

.dropdown__custom_menu {
    display: none;
    border-radius: 0;
    position: absolute;
    opacity: 0;
    overflow: hidden;
    width: 1013px;
    left: 100%;
    top: -53px;
    z-index: 2;
    background: #FFFFFF;
    border: 1px solid #EDEDED;
    padding: 30px 45px;
}

.dropdown__custom_list li{
    border: none;
}
.dropdown__custom_list .style2lv{
    font-family: 'Avenir Next Cyr'; /*'NotoSans';*/
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    text-transform: uppercase;
    color: #232C33;/*#555555;*/
}
.dropdown__custom_list li.with-child{
    margin-bottom: 15px;
}

.dropdown__custom_list .children_lv3 a{
    font-size: 16px;
    line-height: 26px;
    color: #232C33;/*#555555;*/
}

.dropdown__custom_list .children_lv3{
    padding-left: 15px;
    position: relative;
}

.dropdown__custom_list .children_lv3:before{
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    left: 2px;
    top: 45%;
    background: #EF668B; /* F1947F; */
}

.children-category{
    /*column-count: 3;
    column-gap: 60px; */
    display: flex;
    flex-wrap: wrap;
}


.children-category > ul{
    display: inline-block;
    margin: 0 0 25px;
    width: 100%;
}
/*-----end menu styles-----*/


/*------home banner styles------*/

.right-content__width {
    width: calc(100% - 307px);
    margin-left: auto;
}

.banner-home .owl-carousel .owl-buttons .owl-prev,
.banner-home .owl-carousel .owl-buttons .owl-next {
    width: 40px;
    height: 40px;
    background: #ef668b;
    border: 0px solid #D6D6D6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*------end home banner styles------*/

/*------category wall styles--------*/

.catwall div{
    background-clip: content-box;
}
.index-category__item{
    transition: all .3s ease;
}
.index-category__item:hover{
    transform: scale3d(1.053, 1.053, 1.053);
}
.index-category__upper{
    display: flex;
    margin-bottom: 30px;
    justify-content: space-between;
}
.index-category__upper-left{
    flex-basis: 24%;
    background: url('../../image/category-index/1.png') no-repeat top right/contain;
    background-color: #FEEAE6;
}
.index-category__upper-left .index-category__link{
    padding-top: 109px;
    padding-bottom:  263px;
    font-size: 28px;
    line-height: 38px;
}
.index-category__upper-left .index-category__link::before{
    bottom: 253px;
}
.index-category__upper-right{
    display: flex;
    flex-basis: 74%;
    justify-content: space-between;
    flex-wrap: wrap ;
}
.index-category__upper-right_top{
    flex-basis: 31.5%;
    background-color: #E1EBEA;
    margin-bottom: 30px;
}
.index-category__upper-right_top:nth-of-type(4){
    background-color: #FFF1EE;
}
.index-category__upper-right_bottom:last-of-type{
    background-color: #FFF1EE;
}

.index-category__upper-right_bottom-wide{
    flex-basis: 65.7%;
    background: #F7F5F5 url('../../image/category-index/5.png') no-repeat top 0 right 0px/contain;
}
.index-category__upper-right_bottom{
    flex-basis: 31.5%;
    background: #E1EBEA url('../../image/category-index/6.png') no-repeat top right/contain;
}
.index-category__lower{
    display: flex;
    justify-content: space-between;
}
.index-category__lower_left, .index-category__lower_right{
    flex-basis: 49%; 
}

.index-category__lower_left{
    background: #FAFAFA url('../../image/category-index/7.png') no-repeat top 0 right 0px/contain;
}

.index-category__lower_right{
    background: #FAF6F7 url('../../image/category-index/8.png') no-repeat top 0 right 139px/contain;
}

.index-category__link{
    position: relative;
    display: block;
    padding: 73px 0 84px 25px;
    font-family: 'Avenir Next Cyr',sans-serif; /*NotoSans, sans-serif;*/
    font-weight: 500;
    font-size: 24px;
    line-height: 33px;
    text-transform: uppercase;
    color: #232C33;/*#555555;*/
    z-index: 2;
}
.index-category__link:hover{
    color: #555;
}
.index-category__link::before{
    content: '';
    position: absolute;
    height: 2px;
    width: 65px;
    bottom: 74px;
    left: 25px;
    background-color: #64BAFD; /*ffa6b7*/
    transition: all .3s ease;
    z-index: 1;
}
.index-category__link:hover::before{
    height: 59px;
}
.index-category__text{
    position: relative;
    z-index: 2;
}

.index-category__upper-right_top:nth-of-type(1){
    background: #FAFAFA url('../../image/category-index/2.png') no-repeat top right/contain;
}

.index-category__upper-right_top:nth-of-type(2){
    background: #E1EBEA url('../../image/category-index/3.png') no-repeat top right 35px/contain;
}

.index-category__upper-right_top:nth-of-type(3){
    background: #FAFAFA url('../../image/category-index/4.png') no-repeat top right/contain;
}




/*----end category wall styles------*/
/* catwall2 */
.catwall-loop{
    display: flex;
    flex-wrap: wrap;
    
} 

.catwall-item_holder{
    flex: 1 1 25%;
    padding: 15px;
    max-width: 25%;
    
}


.catwall-item .catwall-item_link{
    display: flex;
    background-color: #0c0;
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 129%;
    
    position: relative;
    border-radius: 8px;
    margin-bottom: 30px;
}
.catwall-item:nth-child(2n) .catwall-item_link{
    padding-bottom: 85%;
    margin-bottom: 0;
}
.catwall-item_holder:nth-child(2n) .catwall-item .catwall-item_link{
    padding-bottom: 85%;
}
.catwall-item_holder:nth-child(2n) .catwall-item:nth-child(2n) .catwall-item_link{
    padding-bottom: 129%;
}
.catwall-item_link{
    display: block;
}
.catwall-item_text{ 
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    position: absolute;
    z-index: 2;
    max-height: 56px;

    /* TOP Primary */

    color: #232C33;    
}
.catwall-item_text{
    position: relative;
    padding: 14px;
}
.catwall-item_text::after{
    position: absolute;
    content: '';
    width: 37px;
    height: 37px;
    border-radius: 50%;
    background-color: #F8CDCB;
    margin-left: -20px;
    margin-top: 1px;
    z-index: -1;
}
    
.catwall-item.catwall-item--item-1 .catwall-item_link {
    background-color: #FEEAE6;
}
.catwall-item.catwall-item--item-2 .catwall-item_link {
    background: rgb(245,245,245);
    background: linear-gradient(180deg, rgba(245,245,245,1) 0%, rgba(215,215,215,1) 100%);
}
.catwall-item.catwall-item--item-3 .catwall-item_link {
    background-color: #DCECF1;
}
.catwall-item.catwall-item--item-4 .catwall-item_link {
    background-color: #FEEAE6;
}
.catwall-item.catwall-item--item-5 .catwall-item_link {
    background-color: #DBDBDD
}
.catwall-item.catwall-item--item-6 .catwall-item_link {
    background-color: #F1F1F1
}
.catwall-item.catwall-item--item-7 .catwall-item_link {
    background-color: #F2E5DD
}
.catwall-item.catwall-item--item-8 .catwall-item_link {
    background-color: #FAF6F7
}

.catwall-item.catwall-item--item-2 .catwall-item_text::after{
    background-color: #CBCBCB;
}
.catwall-item.catwall-item--item-3 .catwall-item_text::after{
    background-color: rgba(129, 213, 239, 0.3);
}
.catwall-item.catwall-item--item-4 .catwall-item_text::after{
    background-color: rgba(238, 138, 138, 0.3);
}
.catwall-item.catwall-item--item-5 .catwall-item_text::after{
    background-color: rgba(149, 149, 149, 0.3);
}
.catwall-item.catwall-item--item-6 .catwall-item_text::after{
    background-color: #DBDBDB;
}
.catwall-item.catwall-item--item-7 .catwall-item_text::after{
    background-color: #F1CDB7;
}
.catwall-item.catwall-item--item-8 .catwall-item_text::after{
    background-color: #F8CDCB;
}

.catwall-item.catwall-item--item-4 .catwall-item_image{
    bottom: 0;
    top: unset;
}

.catwall-item.catwall-item--item-1 .catwall-item_text{
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
}
.catwall-item.catwall-item--item-2 .catwall-item_text{
    padding-top: 30px;
}
.catwall-item.catwall-item--item-3 .catwall-item_text{
    padding-top: 26px;
}
.catwall-item.catwall-item--item-4 .catwall-item_text{
    padding-top: 60px;
}
.catwall-item.catwall-item--item-5 .catwall-item_text{
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    padding-top: 35px;
}
.catwall-item.catwall-item--item-6 .catwall-item_text{
    padding-top: 61px;
}
.catwall-item.catwall-item--item-7 .catwall-item_text{
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    padding-top: 55px;
}
.catwall-item.catwall-item--item-8 .catwall-item_text{
    
    padding-top: 60px;

}

.catwall-item_image{
    position: absolute;
    top: 0;
    right: 0;
    max-width: 100%;
}
@media screen and (max-width:1450px) {
    .catwall-item_image{
        max-width: 70%;
    }
    .catwall-item_text {
        font-family: 'Avenir Next Cyr';
        font-size: 22px;
        font-weight: 600;
    }
}
@media screen and (max-width:1200px) {

    .catwall-item_image {
        height: 100%;
        /* max-width: 50%; */
    }
    
    .catwall-item_image img {height: 100%;}
    .catwall-item_text {
        font-family: 'Avenir Next Cyr';
        font-size: 18px;
        font-weight: 600;
    }
}
@media screen and (max-width:992px) {
    .catwall-item_holder{
        flex: 1 1 20%; 
        max-width: 50%; 
    }
    .catwall-item_text {
        font-size: 16px;
    }
    .catwall-item_text::after {
       width: 33px;
       height: 33px;
    }
    
    .catwall-item_image {
        height: 100%;
        max-width: 70%;
    }
    
    .catwall-item_image img {height: 100%;}
    
}

@media screen and (max-width:880px) {
    .catwall-item_text {
        font-size: 14px;
        line-height: 20px;

    }
}

@media screen and (max-width:800px) {
    .catwall-item_text {
        font-size: 12px;
        line-height: 18px;

    }
}
@media screen and (max-width:730px) {
    .catwall-item_text {
        font-size: 16px;
        line-height: 22px;

    }
    .catwall-item.catwall-item--item-1 .catwall-item_text,
    .catwall-item.catwall-item--item-2 .catwall-item_text,
    .catwall-item.catwall-item--item-3 .catwall-item_text,
    .catwall-item.catwall-item--item-4 .catwall-item_text,
    .catwall-item.catwall-item--item-5 .catwall-item_text,
    .catwall-item.catwall-item--item-6 .catwall-item_text,
    .catwall-item.catwall-item--item-7 .catwall-item_text,
    .catwall-item.catwall-item--item-8 .catwall-item_text{
        position: absolute;
        top: 0;
        bottom: 0;
        padding-top: 0px;
        margin: auto 0;
    }
    
    
    .catwall-item_holder{
        flex: 1 1 100%;
        max-width: 100%;
        padding: 8px 0 8px 0;
    }
    .catwall-item .catwall-item_link {
        padding-bottom: 25%;
        margin-bottom: 15px;
    }
    .catwall-item:nth-child(2n) .catwall-item_link {
        padding-bottom: 25%;
    }
    .catwall-item_holder:nth-child(2n) .catwall-item .catwall-item_link {
        padding-bottom: 25%;
    }
    .catwall-item_holder:nth-child(2n) .catwall-item:nth-child(2n) .catwall-item_link {
        padding-bottom: 25%;
    }
}
/*----end catwall2 styles------*/

.section__title{
    font-family: 'Avenir Next Cyr',sans-serif; /*NotoSans, sans-serif;*/
    font-weight: 500;
    font-size: 36px;
    line-height: 49px;
    text-transform: uppercase;
    color: #232C33;/*#555555;*/
    text-align: center;
    margin-top: 0;
    margin-bottom: 38px;
}

/***** pagintaion *****/

.pagintaion__prev{
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    color: #64BAFD; /*ffa6b7*/
}


/*****end pagintaion ****/

/*-------latest products styles-----*/

.btn-cart{
    background-color: #EF668B;
    padding: 7px;
    /* border: 1px solid #232C33; *//*#555555;*/
    border: 1px solid #EF668B;
    font-family: 'Avenir Next Cyr',sans-serif; /*NotoSans, sans-serif;*/
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #fff;
    text-transform: capitalize;
    transition: color .3s ease, background-color .3s ease;
}


.btn-cart:hover{
    background-color: #EF668B;
    color: #fff;
    box-shadow: 0px 0px 10px 0px #9c9c9c;
    
}

.product-thumb .btn-cart{
    width: 100%;
    border-radius: 8px;
}

.slider__cart{
    margin-bottom: 28px;
}

.caption .slider-item__product-name, .product__name{ 
    font-family: 'Avenir Next Cyr',sans-serif; /*NotoSans, sans-serif;*/
    font-weight: bold;
    font-size: 14px;
    line-height: 19px;
    text-transform: uppercase;
    /* color: #555; */
    /* height: 38px; */
    overflow: hidden;
    display: inline-block;

    /* font-family: 'Raleway'; */
    font-style: normal;
    font-weight: 500;
    /* font-size: 20px; */
    /* line-height: 130%; */
    /* or 26px */


    color: #555555;

}
.product__name{
    display: block;
}

.product-thumb .price{
    font-weight: 400px;
    font-size: 16px;
    line-height: 22px;
    color: #ef668b;
}

.latest{
    padding-top: 60px;
}

.image{
    position: relative;
}
.quickview{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background: #64BAFD url('../../image/eye.png') no-repeat center center/23px 23px; /*ffa6b7*/
    opacity: 0;
    transition: all .3s ease;
}

.wishlist{
    position: absolute;
    top: 6px;
    right: 8px;
    width: 26px;
    height: 26px;
    background: url('../../image/heart.svg') no-repeat center center/cover;
}
.latest .owl-item{
    background-color: #fff;
    /* border: 1px solid #EDEDED; */
    transition: all .3s ease;
}
/* .latest .owl-item:hover{
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
    z-index: 1000;
    position: relative;
} */


.product-thumb{
    padding: 5px;
    margin-bottom: 20px;
    transition: all .3s ease;
    overflow: hidden;
}

.product-thumb .image{
    transition: all .3s ease;
}

@media screen and (min-width: 768px){
    .product-thumb:hover .image{
        transform: scale3d(1.04, 1.04, 1.04);
    }
    .product-thumb:hover{
        box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
    }
}

.product-thumb .image :hover{
    opacity: 1;
}

.product-thumb:hover .quickview{
    opacity: 1;
}

.owl-carousel .owl-wrapper-outer{
    padding-top: 15px;
}

#slideshow0 .owl-wrapper-outer{
    padding: 0;
}

.product-thumb .price-new, .product-thumb .price-old{
    display: inline-block;
    width: 48%;
}

.product-thumb .price-old{
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    text-decoration-line: line-through;
    color: #232C33;/*#555555;*/
}

.product-thumb .price-new{
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    color: #F96B58;
}

.seo{
    margin-top: 110px;
}

.seo__img-container{
    position: relative;
    float: left;
    margin-right: 70px;
    margin-bottom: 60px;
    z-index: 2;
    max-width: 603px;
}

.seo__img-container img{
    max-width: 100%;
}

.seo__img-container::before{
    content: '';
    position: absolute;
    top: 40px;
    left: -40px;
    width: 100%;
    height: 100%;
    border: 2px solid #64BAFD; /*ffa6b7*/
    z-index: -1;
}

.seo__title{
    font-weight: bold;
    font-size: 36px;
    line-height: 49px;
    text-transform: uppercase;
    color: #555;
    margin-bottom: 30px;
}

.seo__subtitle{
    font-weight: bold;
    font-size: 24px;
    line-height: 33px;
    color: #232C33;/*#555555;*/
    margin-bottom: 30px;
}

.seo__text{
    font-size: 16px;
    line-height: 22px;
    color: #232C33;/*#555555;*/
    margin-bottom: 30px;
}

.seo__hidden{
    display: none;
}

.read-more-btn{
    background: none;
    border: none;
    margin-bottom: 30px;
}

.review-thumb{
    position: relative;
    background-color: #F6F6F6;
    border-radius: 64px;
    text-align: center;
    padding: 40px 35px;
}

.reviwes__title{
    margin-top: 30px;
}

.review-thumb::before{
    position: absolute;
    content: '';
    width: 64px;
    height: 64px;
    left: 44px;
    top: -32px;
    border-radius: 50%;
    background: #64BAFD url('../../image/comment.svg') no-repeat center/35px 35px; /*ffa6b7*/
}

#review_carusel .owl-wrapper-outer{
    padding-top: 40px;
}



.rev_author{
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #232C33;/*#555555;*/
    margin-bottom: 10px;
}

.rev_rating{
    margin-bottom: 20px;
}

.rev_text{
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    color: #232C33;/*#555555;*/
}

.section__title_news{
    margin-top: 60px;
}

.pull-center{
    text-align: right;
}
.product-layoutcat{
    position: relative;
}

.aridius_news-caption{
    position: absolute;
    bottom: 0;
    left: 40px;
    right: 40px;
    margin: 0 auto;
    padding: 13px 20px;
    text-align: center;
    background-color: #fff;
    transform: translateY(50%);
}

.aridius_news-caption h4{
    margin: 0;
}
.grid-aridius_news a{
    display: block;
    overflow: hidden;
}

.grid-aridius_news a img{
    margin: 0 auto;
    transition: all .3s ease;
}

.grid-aridius_news a:hover img{
    transform: scale(1.1);
}

.aridius_news-caption a{
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    text-transform: none;
    color: #232C33;/*#555555;*/
}

.pull-center a, .read-more-btn{
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
    color: #EF668B; /*ffa6b7*/
    padding-right: 42px;
    position: relative;
}

.pull-center a::after, .read-more-btn::after{
    content: '';
    position: absolute;
    width: 25px;
    height: 16px;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background: url('../../image/arrow.svg') no-repeat center/contain;
    transition: all .3s ease;
}

.pull-center a:hover::after, .read-more-btn:hover::after{
    transform: translateY(-50%) translateX(-10px);
}

.footer{
    background-color: #F3F3F3;
}



.corner_0, .corner_2{
    position: relative;
    height: 29px;
    width: 73px;
    margin-bottom: 10px;
}

.product-layout1 .corner_0, .product-layout1 .corner_2 {
    left: 0;
}

.corner_0 img, .corner_2 img {
    transform: scale3d(0.5, 0.5, 0.5) translate(-50%, -50%);
}

a.with-child {
    position: relative;
}

a.with-child::after {
    position: absolute; 
    content: '';
    top: 50%;
    right: 16px;
    width: 8px;
    height: 8px;
    border-right: 1px solid #64BAFD; /*ffa6b7*/
    border-bottom: 1px solid #64BAFD; /*ffa6b7*/
    transform: translateY(-50%) rotate(-45deg);
    transition: all .3s ease;
}

a.with-child:hover::after{
    border-color: #fff;
}

/*------ footer styles-------*/

.footer__category-menu{
    list-style: none;
    padding-left: 0;
}

.footer__logo{
    max-width: 200px;
}

.footer li a.footer__link{
    display: block;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px; 
    color: #232C33;
    margin: 0; 
}

.footer li a.footer__link:hover{
    color: #EF668B; /*ffa6b7*/
}

.footer__copyright{
    font-size: 12px;
    line-height: 16px;
    color: #232C33;
}

.copyright__link{
    color: #64BAFD; /*ffa6b7*/
}

.copyright__link:hover{
    text-decoration: underline;
    color: #64BAFD; /*ffa6b7*/
}

.payment-img{
     margin-bottom: 20px;
}
.footer .fa-li{
    display: none;
}

.phone__meta{
    font-size: 12px;
    line-height: 24px;
    color: #232C33;
}


/*-----end footer styles-----*/

/******* live search ***********/

.search-thumb{
    float: unset;
}
.search-name{
    float: unset;
    font-weight: bold;
    font-size: 14px;
    line-height: 19px;
    color: #232C33;/*#555555;*/
}
.search-special{
    float: unset;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    color: #F96B58;
    margin: 0;
    margin-right: 10px;
}
.search-price{
    float: unset;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    color: #64BAFD; /*ffa6b7*/
    margin: 0;
}

.search-price2{
    font-size: 12px;
    line-height: 16px;
    color: #232C33;/*#555555;*/
    display: block;
    margin: 0;
}

#search a{
    display: block;
}

#search .dropdown-menu{
    width: 100%;
    border: none;
    border-radius: unset;
    box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.15);
    padding: 20px 0;
}

.search-container2{
    display: flex;
    padding-left: 20px;
}

.search-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 0;
    padding-left: 35px;
}

.search-prices{
    display: flex;
    align-items: flex-end;
}

#search .search-all{
    padding: 10px 40px;
    margin-top: 15px;
    display: inline-block;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #232C33;/*#555555;*/
    border: 1px solid #232C33;/*#555555;*/
}

#search .search-all:hover{
    text-decoration: none;
    background-color: #555;
    color: #fff;
} 

/********** end search *********/

.owl-carousel:not(#slideshow0) .owl-pagination{
    display: none;
}

.owl-carousel:not(#slideshow0) .owl-buttons div i{
    font-size: 0;
}

.owl-carousel .owl-buttons .owl-prev{
    transform: translateY(-50%);
}

.owl-carousel .owl-buttons .owl-next{
    transform: translateY(-50%);
}

.owl-carousel:not(#slideshow0) .owl-buttons .owl-prev{
    left: -40px;
}

.owl-carousel:not(#slideshow0) .owl-buttons .owl-prev::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    background: url('../../image/circle_arrow.svg') no-repeat center/contain;
}
.owl-carousel:not(#slideshow0) .owl-buttons .owl-next{
    right: -40px;
}
.owl-carousel:not(#slideshow0) .owl-buttons .owl-next::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    background: url('../../image/circle_arrow.svg') no-repeat center/contain;
    transform: rotate(180deg);
}

.header__info__phone{
    left: 20px;
    padding-right: 20px;
}

.header__info__phone:after{
    right: 0;
}

.header__info__phonesPopup > li > a:hover {
    border-radius: 4px;
}
#cart.open > .btn{
    background: #EF668B; /* F1947F; */
}

.header__navbar{
    opacity: 0;
    pointer-events: none;
    transform: translateY(-50px);
    background-color: #fff;
    transition: all .3s ease;
}

.common-home .header__menu--static .header__navbar{
    opacity: 1;
    pointer-events: all;
    transform: translateY(0);
}

.header__menu--static .header__navbar.active{
    opacity: 1;
    pointer-events: all;
    transform: translateY(0);
}

.breadcrumb{
    margin-top: 0;
    margin-bottom: 15px;
    padding: 0;
}

/***** OC FILTER ******/
.panel{
    border-radius: 0;
    border: none;
    box-shadow: none;
}
.panel-default>.panel-heading{
    border-radius: 0;
    border: none;
    font-weight: bold;
    font-size: 20px;
    line-height: 27px;
    text-transform: uppercase;
    text-align: center;
    color: #555;
    background-color: #E9E9E9;
}
.noUi-horizontal .noUi-handle{
    width: 15px;
    height: 15px;
    left: -7px;
    border-radius: 50%;
    border: 2px solid #64BAFD; /*ffa6b7*/
}
.noUi-handle{
    box-shadow: none;
}
.noUi-connect{
    background: #64BAFD; /*ffa6b7*/
}
.noUi-horizontal{
    height: 3px;
}
.noUi-target{
    border: none;
    box-shadow: none;
}
.noUi-pips-horizontal{
    display: none;
}
.noUi-handle:after, .noUi-handle:before{
    content: unset;
}
.noUi-background{
    background-color: #C4C4C4;
    box-shadow: none;
    border-radius: 2px;
}

input[type="checkbox"]{
    width: 16px;
    height: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    border: 1px solid #E3E3E3;
    background-color: #fff;
    border-radius: 2px;
    outline: none;
    cursor: pointer;
    position: relative;
    transition: all .3s ease;
}
input[type="checkbox"]::before{
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    width: 10px;
    height: 8px;
    background: url('../../image/check.svg') no-repeat center/contain;
    transition: all .3s ease;
    opacity: 0;
}
input[type="checkbox"]:checked{
    background-color: #64BAFD; /*ffa6b7*/
    border: 1px solid #64BAFD; /*ffa6b7*/
}
input[type="checkbox"]:checked::before{
    opacity: 1;
}

.ocfilter-option label{
    display: flex;
    align-items: flex-start;
}

.ocfilter-option .ocf-option-name{
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
    color: #232C33;/*#555555;*/
}

.list-group-item{
    background-color: #fafafa;
}

.list-group-item:first-of-type .ocf-option-name{
    margin-bottom: 17px;
}

.ocfilter-option label{
    font-size: 14px;
    line-height: 19px;
    color: #232C33;/*#555555;*/
}

.oc-price-range{
    font-size: 14px;
    line-height: 19px;
    color: #232C33;/*#555555;*/
    font-weight: normal;
    margin-top: 17px;
}

.scale{
    margin-left: 5px;
    margin-right: 70px;
}

.ocfilter-option label.ocf-selected{
    color: #232C33;/*#555555;*/
}

.ocfilter-option span{
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    color: #232C33;/*#555555;*/
}

.filer__cancel-button{
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    color: #232C33;/*#555555;*/
    border: none;
    background-color: transparent;
    position: relative;
    padding-right: 20px;
}

.filer__cancel-button::after{
    content: '';
    position: absolute;
    right: 0;
    top: 8px;
    width: 12px;
    height: 2px;
    transform: rotate(-45deg);
    background-color: #C4C4C4;
    border-radius: 2px;
}
.filer__cancel-button::before{
    content: '';
    position: absolute;
    right: 0;
    top: 8px;
    width: 12px;
    height: 2px;
    transform: rotate(45deg);
    background-color: #C4C4C4;
    border-radius: 2px;
}

.filter__clear-all{
    padding: 12px 16px;
    font-weight: normal;
    font-size: 14px;
    line-height: 13px;
    text-align: center;
    color: #232C33;/*#555555;*/
    border: 1px solid #232C33;/*#555555;*/
    cursor: pointer;
    transition: all .3s ease;
    background-color: transparent;
    margin-top: 15px;
}
.filter__clear-all:hover{
    background-color: #232C33;/*#555555;*/
    color: #fff;
}

/***END OC FILTER *****/

.catfl{
    border: none;
}

.category__title{
    font-weight: 500;
    font-size: 25px;
    line-height: 1;
    text-transform: uppercase;
    color: #232C33;/*#555555;*/
    text-align: center;
    margin-top: 0;
}

.btn-group_toggle-view{
    display: none;
}
.category__controls{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.category__controls .navright{
    float: unset;
    position: static;
    margin-bottom: 0;
}
.category__controls .navright .form-group{
    margin-bottom: 0;
}

#input-sort, #input-limit{
    display: none;
}

.input-group .input-group-addon{
    border: none;
    padding-left: 0;
    background: transparent;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #232C33;/*#555555;*/
    height: unset;
}

.bottom{
    margin-top: 40px;
}

/******custom select styles *******/

/* The container must be positioned relative: */
.custom-select {
  position: relative;
}

.custom-select select {
  display: none; /*hide original SELECT element: */
}

.select-selected {
    background-color: #F6F6F6;
    border-radius: 15px;

}

/* Style the arrow inside the select element: */
.select-selected:after {
    position: absolute;
    content: "";
    top: 13px;
    right: 17px;
    width: 5px;
    height: 5px;
    border-bottom: 1px solid #EF668B; /*#4B9C97*/
    border-right: 1px solid #EF668B; /*#4B9C97*/
    transform: rotate(45deg);
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}

/* style the items (options), including the selected item: */
.select-items div,.select-selected {
    padding: 6px 34px;
    cursor: pointer;
    font-size: 14px;
    line-height: 19px;
    color: #555;
    text-align: left;
}

.select-selected{
    color: #EF668B; /*#4B9C97*/
}

/* Style items (options): */
.select-items {
  position: absolute;
  background-color: #F6F6F6;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  border-radius: 15px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  min-width: 300px;
  text-align: left;
  z-index: 1021;
}

.category__show-limit .select-items{
    left: unset;
    right: 0;
    min-width: unset;
    width: 100%;
}

.category__show-limit .select-items div{
    text-align: center;
}

.product-grid .product-thumb .image{
    padding: 0;
}

/* Hide the items when the select box is closed: */
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

.description_cat{
    display: none;
}

/******end custom select styles *******/


/*****category thumb *****/

.category__subcategories{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
    margin: 0 -15px;
}

.category__subcategory{
    flex-basis: 15%;
    margin: 0 15px 30px 0; 
}

.category__subcategory:nth-of-type(6n){
    margin-right: 0;
}

.catpr{
    display: block;
    padding-top: 15px;
}

@media (min-width: 768px){
    .catpr2{
        float: unset;
    }
}

.catpr img{
    margin: 0 auto;
}

.catpr2{
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
    color: #232C33;/*#555555;*/
    text-transform: none;
    height: 32px;
    overflow: hidden;
}

.catpr-all_thumb{
    background: #F6F6F6;
    border-radius: 32px;
    transition: all .3s ease;
}
.catpr-all_thumb:hover{
    background: #E1EBEA;
}
.catpr2:hover{
    color: #232C33;/*#555555;*/
}

/*****end category thumb *****/

.bannner__container{
    position: relative;
}

.header__banner{
    left: 307px;
    right: 30px;
    position: absolute;
    margin-top: 10px;
    font-size: 18px;
    font-weight: bold;
    padding: 14px 0;
    height: 53px;
    text-align: center;
    background-color: #FAFAFA;
}

.filter__button{
    background: #E9E9E9;
    border-radius: 32px;
    border: none;
    padding: 14px 20px;
    margin-bottom: 20px;
    cursor: pointer;
    display: none;
    margin: 0 auto 20px;
}

.filter__button-text{
    padding-left: 38px;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    color: #232C33;/*#555555;*/
    position: relative;
}

.filter__button-text::before{
    content: '';
    position: absolute;
    width: 18px;
    height: 20px;
    left: 0;
    top: 1px;
    background: url('../../image/filter.svg') no-repeat center/contain;
}
.panel-heading{
    position: relative;
}
.filter__close{
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    cursor: pointer;
    display: none;
}
.filter__close::before{
    content: '';
    position: absolute;
    width: 25px;
    height: 2px;
    background: #555;
    transform: rotate(-45deg);
    top: 9px;
    left: -2px;
}
.filter__close::after{
    content: '';
    position: absolute;
    width: 25px;
    height: 2px;
    background: #555;
    transform: rotate(45deg);
    top: 9px;
    left: -2px;
}

.ocfilter-mobile{
    display: none;
}

.pagination{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.pagination__numbers{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.pagintaion__prev-link, .pagintaion__next-link{
    display: block;
    color: #64BAFD; /*ffa6b7*/
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    padding: 10px;
    border-radius: 32px;
    background-color: white;
    transition: all .3s ease;
}
.pagintaion__prev-link{
    margin-right: 30px;
}

.pagintaion__next-link{
    margin-left: 30px;
}

.pagintaion__prev-link:hover, .pagintaion__next-link:hover{
    background-color: #64BAFD; /*ffa6b7*/
    color: #fff;
}

.pagintaion__item-link{
    padding: 10px 15px;
    display: block;
    font-weight: 300;
    font-size: 14px;
    line-height: 19px;
    color: #232C33;/*#555555;*/
}

.pagintaion__item-link:hover{
    color: #64BAFD; /*ffa6b7*/
}

.pagintaion__item.active{
    padding: 10px 15px;
    background-color: #F0F0F0;
    border-radius: 50%;
}
.pagintaion__item.active span{
    font-weight: bold;
    font-size: 14px;
    line-height: 19px;
    color: #EF668B; /*#4B9C97*/
}






/***** product benefits ****/

.benefits{
    padding: 15px 0;
    border-top: 1px solid #EDEDED;
    border-bottom: 1px solid #EDEDED;
}

.benefits__title{
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
}

.product__benefits{
    display: flex;
    align-items: center;
}

.benefits__item{
    margin-right: 10px;
    position: relative;
}

.benefit_description {
    top: 60px;
    border: 1px solid #EF668B; /* F1947F; */
}
.benefit_description:before{
    border-bottom: 8px solid #EF668B; /* F1947F; */
}


/***end product benefits **/

#product .img-thumbnail {
    border: 0px solid transparent;
    padding: 0;
    /* border-radius: 0px; */
    box-shadow: -3px 3px 0px 1px #afafaf;
}

#product .form-group.required .img-thumbnail {
    border: 0px dashed #fff;
    box-shadow: -4px 4px 4px 0px #9c9c9c;
    border-radius: 8px;
}

#product .form-group.required .radio input:checked + img, #product .form-group.required .checkbox input:checked + img {
    border-radius: 10px;
    border: 3px solid #696969;
    padding: 3px;
    box-shadow: none;
}

/* 
#product .radio input + img{
    border-radius: 50%;
}
*/

.options_group{
    position: relative;
    display: flex;
    align-items: flex-start;
    margin: 0;
    flex-direction: column;
}


#product .control-label, #product_quickw .control-label{
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
    margin:10px 0 10px 0;
}
#product .control-label::before{
    content: unset;
}

.items-count{
    float: unset;
}
.form-group #input-quantity{
    float: unset;
    background: #fff none repeat scroll 0 0 !important;
    border: 1px solid #E4E4E4;
    border-radius: 4px;
    color: #555;
}

.product__buttons{
    display: flex;
    align-items: center;
    padding-top: 10px;
    margin-left: -15px;
    flex-wrap: wrap;
}

.product__quantity{
    display: flex;
    align-items: center;
    margin-right: 25px;
}

.cart{
    margin-bottom: 0;
}

.items-count{
    font-size: 0;
    background-color: transparent;
    border: none;
}

.product__name{
    font-weight: 600;
    font-size: 25px;
    line-height: 38px;
    color: #232C33;/*#555555;*/
    margin-top: 0;
    text-transform: none;
}

#minus, #plus{
    position: relative;
    display: block;
}

#minus::after{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 2px;
    transform: translate(-50%, -50%);
    background-color: #555;
}

#plus::after, #plus::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 2px;
    transform: translate(-50%, -50%);
    background-color: #555;
}

#plus::before{
    transform: translate(-50%, -50%) rotate(90deg);
}

.product__cart-btn{
    padding: 18px 70px;
    margin-right: 25px;
}

.product__wishlist{
    background: #fff url('../../image/heart.svg') no-repeat center/contain;
    border: none;
}

.product-info{
    border: none;
    background-color: #F6F6F6;
    border-radius: 32px;
}

.checkbox+.checkbox, .radio+.radio, .checkbox, .radio{
    margin-top: 0;
}
.options-prheight{
    display: none;
}

#product .radio label, #product_quickw .radio label{
    display: inline-flex;
    align-items: center;
}

.im_option{
    background-color: #ededed;
    border: none;
    border-radius: 10px;
    padding: 7px 13px;
    font-weight: 600;
    box-shadow: -3px 4px 0px 0px #9c9c9c;
}

#product .radio input:checked + .im_option, #product_quickw .radio input:checked + .im_option{
    border: 0px solid #737373;
    background: #696969;
    color: #fff;
    box-shadow: none;
}

.opthe{
    margin: 0;
}

.product__options{
    margin-left: -15px;
    padding: 0;
}

.product__price-modification{
    margin-left: 7px;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: #82C16C;
}

#product .radio, #product_quickw .radio{
    margin-right: 12px;
    margin-bottom: 15px;
}

.product__meta{
    display: flex;
    flex-direction: column;
}

.product__meta .priceproduct-old{
    margin-bottom: 15px;
}
.product__meta .priceproduct-new{
    font-size: 30px;
    line-height: 40px;
}

.product__meta_quickview{
    margin-bottom: 20px;
}

.product__meta_quickview .product__price{
    padding: 10px;
}
.product__price{
    flex-basis: 48%;
    padding: 0px;
}
.product__info{
    flex-basis: 48%;
}

.product__meta-name{
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #232C33;/*#555555;*/
    margin-right: 12px;
}

.priceproduct{
    font-weight: 500;
    font-size: 27px;
    /* line-height: 57px; */
    color: #EF668B; /*ffa6b7*/
}

.priceproduct-new{
    font-weight: bold;
    font-size: 42px;
    line-height: 57px;
    color: #F96B58;
    margin: 0;
}

.priceproduct-old{
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    text-decoration-line: line-through;
    color: #232C33;/*#555555;*/
    margin-bottom: -5px;
    margin-right: 0;
}

.product__info{
    padding: 3px 0px 16px;
}

.product__info .list-unstyled{
    margin: 0;
}

.product__info .list-unstyled li span{
    display: inline-block;
    padding: 4px 0;
}


.title-product-info{
    position: relative;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #232C33;/*#555555;*/
    padding: 14px 0 14px 66px;
    margin-bottom: 0;
}

.title-product-info::before{
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    left: 0;
    top: 0;
    background: url('../../image/delivery.svg') no-repeat center/contain;
}

.title-product-info_order::before{
    background: url('../../image/order.svg') no-repeat center/contain;
}

.title-product-info_return::before{
    background: url('../../image/return.svg') no-repeat center/contain;
}

.text-product-info-list{
    padding-left: 65px;
    list-style: none;
}

.text-product-info-list-item{
    position: relative;
    font-size: 12px;
    line-height: 20px;
    color: #000;
}
.text-product-info-list-item::before{
    position: absolute;
    content: '';
    width: 3px;
    height: 3px;
    left: -8px;
    top: 9px;
    border-radius: 50%;
    background: #EF668B; /* F1947F; */
}

.product-info-block{
    padding: 20px;
    border-bottom: 1px solid #E1E1E1;
}

.product-info-block:last-of-type{
    border-bottom: none;
}

.product-info{
    padding: 0;
}

#image-additional2 .block{
    display: none;
}

.image-additional{
    max-width: unset;
}

#fix_image .thumbnails > li{
    margin-left: 0;
}

.specification__inner{
    background: #F6F6F6;
    padding: 15px 20px;
}

.specification__item{
    display: flex;
    align-items: flex-start;
    margin: 5px 0;
}

.specification__name{
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
}

.specification__text{
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    flex-basis: 145px;
    text-align: left;
    color: #000;
}

.specification__filler{
    flex-grow: 1;
    position: relative;
    height: 15px;
    margin: 0 5px;
}

.specification__filler::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    background-color: #E1E1E1;
}

.product__subheader{
    font-weight: bold;
    font-size: 24px;
    line-height: 33px;
    color: #232C33;/*#555555;*/
    margin-bottom: 20px;
}

#tab-description p{
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #232C33;/*#555555;*/
}

.review__meta{
    display: flex;
    align-items: flex-start;
    margin-bottom: 12px;
}

.review__author{
    margin-right: 18px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: #232C33;/*#555555;*/
}

.review__date time{
    font-family: 'Avenir Next Cyr',sans-serif; /*NotoSans, sans-serif;*/
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: #A0A0A0;
}

.review__rating{
    flex-grow: 1;
    text-align: right;
}

.review__content{
    background: #F6F6F6;
    padding: 10px 20px;

}

.review__text_main{
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 0;
}

#review{
    margin-bottom: 25px;
}

.review__item{
    margin-bottom: 10px;
}

/* div.required .control-label::before{
    content: unset;
} */

.form-horizontal .review__label{
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #232C33;/*#555555;*/
    margin-bottom: 5px;
    margin-right: 10px;

}

.review__input{
    border: 1px solid #E4E4E4;
    box-sizing: border-box;
    border-radius: 4px;
    box-shadow: none;
    font-weight: normal;
    font-size: 16px !important;
    padding: 10px 12px;
    line-height: 22px !important;
    color: #232C33;/*#555555;*/
}

.review__input:focus{
    border: 1px solid #E4E4E4;
}

#tab-review legend{
    display: none;
}

#input-captcha{
    width: 165px;
    margin-right: 25px;
    align-items: center;
}

.captcha-group{
    display: flex;
    flex-wrap: wrap;
}

.header-cart__total-text{
    display: block;
}

.header-cart__total-value{
    display: block;
}

.header__cart__btn_has-items{
    width: 125px;
}

.product__details{
    padding-right: 0;
}

.product__additional{
   padding-right: 0;
}

.product__body{
    padding: 0;
}

.product__tabs{
    display: flex;
    flex-direction: column;
}

.product__tab {
    flex-basis: 32%;
    margin: 0 0px;
}


#fix_image .thumbnails{
    margin-left: -15px;
}

#fix_image .thumbnail {
    padding: 0;
}

#prod .text-danger{
    position: absolute;
    bottom: -6px;
    font-size: 12px;
}

.product__body .positionsticker{
    margin-left: 0;
    left: 3px;
}

.benefits__item:hover .benefit_description{
    display: block;
}

.related_section{
    margin-top: 40px;
}

#product_quickw .radio{
    margin-bottom: 5px;
}

.btn-primary{
    color: #000;
    border: 2px solid #fe6b7e;
    transition: all .3s ease;
    text-transform: uppercase;
}
.btn-primary:hover{
    color: #fff;
    background-color: #fe6b7e;
    border-color: #fe6b7e ;
}

.morecolor{
    color: #64BAFD; /*ffa6b7*/
}

.header__cart__btn_has-items svg{
    /* position: absolute;
    left: 20px; */
}

.header__cart__btn_has-items .cart-item{
    /* left: 27%; */
}

.header__cart__btn_has-items .header-cart__totals_static{
    position: absolute;
    left: 60px;
    text-align: left;
}

.header__cart__btn_has-items .header-cart__totals{
    position: absolute;
    left: 30px;
    top: -22px;
    text-align: left;
}

.header-cart__total-text{
    font-weight: bold;
    font-size: 12px;
    line-height: 14px;
    color: #FFFFFF;
    margin-bottom: -3px;
}
.header-cart__total-value{
    font-size: 12px;
    line-height: 16px;
    color: #FFFFFF;
}

.infoimg{
    float: unset;
    top: unset;
}

@media screen and (min-width: 768px){
    .modal-body .infoimg{
        display: inline-block !important;
    }
}

.infotext a{
    color: #EF668B; /*#4B9C97*/
}

.checkout__delivery{
    padding: 10px 30px;
    background-color: #F6F6F6;
    text-align: center;
}

.modal-footer_checkout{
    display: flex;
    justify-content: space-between;
}

.modal-footer_checkout::before{
    content: unset;
}

.modal-footer_checkout::after{
    content: unset;
}

.modal-footer_checkout .btn-cart{
    flex-basis: 42%;
    padding: 10px 20px;
}

.btn-cart_modal{
    border: 1px solid #EF668B; /*#4B9C97*/
}

.btn-cart_modal:hover{
    background-color: #EF668B; /*#4B9C97*/
}

.btn-cart_checkout{
    transition: color background-color .3s ease;
}

#cart .dropdown-menu li > div{
    padding: 0;
}

.cart-dropdown__total{
    display: flex;
    align-items: center;
}
#cart .dropdown-menu{
    padding: 20px;
}

#cart .dropdown-menu::before{
    position: absolute;
    content: '';
    height: 20px;
    width: 100%;
    top: -20px;
    left: 0;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{
    border-top: none;
}

.cart-dropdown__total-text{
    margin-right: 10px;
    font-size: 16px;
    line-height: 22px;
    color: #232C33;/*#555555;*/
}

.cart-dropdown__total-value{
    font-size: 20px;
    line-height: 27px;
    color: #EF668B; /* F1947F; */
}

.cart-dropdown__total .cart{
    flex-grow: 1;
    text-align: right;
}

.cart-dropdown__img{
    margin-right: 35px;
}

.cart-dropdown__img a{
    display: block;
}


.cart-dropdown__title{
    font-weight: bold;
    font-size: 14px;
    line-height: 19px;
    color: #232C33;/*#555555;*/
}

.article__image{
    float: right;
    margin-left: 40px;
    margin-bottom: 40px;
}

.category__title_article{
    text-align: left;
}

.article__date{
    color: #c7c7c7;
}

#cart tr{
    margin-bottom: 10px;
}
#cart table{
    border-spacing:0 15px;
    border-collapse: separate;
}

.cart__prodiuct-option{
    position: relative;
    font-size: 12px;
    line-height: 16px;
    padding-left: 8px;
}
.cart__prodiuct-option::before{
    position: absolute;
    content: '';
    left: 0;
    top: 8px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #EF668B; /* F1947F; */
}

.cart__delete-item, .simplecheckout-cart .btn-danger{
    position: relative;
    width: 12px;
    height: 12px;
    background-color: #fff;
    border: none;
    padding: 0;
}
.cart__delete-item::before, .simplecheckout-cart .btn-danger::before{
    content: '';
    position: absolute;
    height: 2px;
    width: 15px;
    left: -1px;
    top: 5px;
    background-color: #C4C4C4;
    transform: rotate(-45deg);
    transition: background-color .3s ease;
}
.cart__delete-item::after, .simplecheckout-cart .btn-danger::after{
    content: '';
    position: absolute;
    height: 2px;
    width: 15px;
    left: -1px;
    top: 5px;
    background-color: #C4C4C4;
    transition: background-color .3s ease;
    transform: rotate(45deg);
}
.cart__delete-item:hover::before, .cart__delete-item:hover::after, .simplecheckout-cart .btn-danger:hover::before, .simplecheckout-cart .btn-danger:hover::after{
    background-color: #555;
}
.simplecheckout-cart .btn-danger:hover{
    box-shadow: none;
}
.button_cell{
    flex-grow: 1;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.cart__item-price{
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    color: #64BAFD; /*ffa6b7*/
    margin-right: 20px;
}

.cart__product{
    display: flex;
}

.cart__product-meta{
    display: flex;
    padding-bottom: 10px;
    align-items: center;
}

.cart__product-details{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.cart__product-name{
    padding-top: 10px;
}

.contact__map{
    width: 100vw;
    position: relative;
    left: calc(-50vw + 50%);
    margin-top: 40px;
}

select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control{
    border: 1px solid #E4E4E4;
    border-radius: 4px;
    font-size: 14px;
}
.checkbox label, .radio label{
    font-size: 14px;
}
.form-control:focus{
    border: 1px solid #E4E4E4;
}

.header__info__phone__link{
    color: #555;
}


.contacts__inner{
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    margin-bottom: 75px;
}

.contacts__info{
    flex-basis: 49%;
    text-align: center;
    background-color: #F6F6F6;
}

.contacts__form{
    flex-basis: 49%;
}

.contacts__title{
    font-weight: bold;
    font-size: 24px;
    line-height: 33px;
    color: #232C33;/*#555555;*/
    margin-top: 50px;
    margin-bottom: 35px;
}

.contacts__link{
    display: inline-block;
    font-size: 18px;
    line-height: 25px;
    color: #232C33;/*#555555;*/
    font-weight: bold;
}

.contacts__phones{
    margin-bottom: 20px;
}

.contacts__address{
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 18px;
}

.contacts__information{
    font-weight: bold;
    font-size: 18px;
}

.contacts__form{
    border: 1px solid #EDEDED;
    padding: 0 50px 70px;
}

.contacts__title_form{
    text-align: center;
    margin-top: 40px;
    margin-bottom: 25px;
}

.form__inner{
    display: flex;
    justify-content: space-between;
}

.form__meta{
    flex-basis: 49%;
}

.form__message{
    flex-basis: 49%;
}

.form-horizontal .form__label{
    display: inline-block; 
    padding-top: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 5px;
}

.form__input-group{
    margin-bottom: 20px;
}

.form__buttons{
    text-align: center;
}

.form__submit{
    padding: 18px 68px;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
}

#input-enquiry{
    resize: none;
    height: 121px;
}

.row-customer_telephone .col-sm-8{
    position: relative;
}

.row-customer_telephone .col-sm-8::after{
    position: unset;
    content: 'Для зручності комунікації, будь ласка, вкажіть номер телефону, зареєстрований в Viber, Telegram або WhatsApp';
    color: #d20028;
    font-size: 12px;
    width: 100%;
    left: 20px;
    top: 100%;
}

.row-shipping_address_address_1 .col-sm-8::after{
    position: unset;
    content: 'Якщо бажаного відділення немає в списку, просто введіть його номер і продовжуйте оформляти замовлення.';
    color: #d20028;
    font-size: 12px;
    width: 100%;
    left: 20px;
    top: 100%;
}

.simplecheckout-cart-total{
    display: none;
}

#total_total{
    display: block;
}
.simplecheckout-cart .btn-danger i{
    display: none;
}

.simplecheckout-cart, .simplecheckout-cart-total, .simplecheckout-cart td, .simplecheckout-cart th{
    border-color:#EDEDED;
}

#total_sub_total {
    display: block;
}

#total_skidka {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-end;
}

#total_skidka span {
    margin-top: auto;
    margin-bottom: auto;
}

#total_skidka span.simplecheckout-cart-total-value {
    margin-left: 8px;
}

.simplecheckout-cart th, .simple-content .checkout-heading{
    border-color:#ffa6b7ab;
    background-color: #ffa6b7ab;
    font-weight: bold;
}

.simplecheckout-cart td{
    vertical-align: middle;
}
.simplecheckout-cart td.quantity{
    vertical-align: middle;
}
#simplecheckout_cart .form-control{
    text-align: center;
}
.simplecheckout-cart td.quantity button.btn-primary{
    border: none;
}

.simplecheckout-cart td.quantity .input-group .form-control:not(:first-child):not(:last-child){
    border-radius: 4px;
    box-shadow: none;
}

.simplecheckout-cart td.price, .simplecheckout-cart td.total{
    /* font-weight: bold !important; */
    font-size: 16px !important;
    line-height: 22px;
    color: #000; /*ffa6b7*/
}
.simplecheckout-cart-total-value{
    font-size: 20px;
    line-height: 27px;
    color: #ff3660; /* F1947F; */
    font-weight: bold;
    white-space: nowrap;
}

#button-confirm{
    font-size: 16px;
    padding: 15px 30px;
    font-weight: bold;
}
#cart .dropdown-menu{
    transition: all .3s ease;
    box-shadow: 0px 0px 48px rgba(0, 0, 0, 0.15);
    border: none;
}

#comment{
    margin-top: 6px !important;
}

.row-register_newsletter{
    visibility: hidden;
}

a[href="https://new.top-kolgot.com.ua/newsletter/"], a[href="http://planeta.mobios.ua/newsletter/"]{
    display: none;
}

.account-account h2:nth-of-type(3){
    display: none;
}

.account-simpleedit #column-right{
    display: none;
}

.list-group-item{
    background-color: #fff;
}

h2, a{
    color: #555;
}

.btn-info{
    background-color: #555;
    border: none;
    transition: all .3s ease;
    border: 1px solid #555;
}

.btn-info:hover{
    background-color: transparent;
    border: 1px solid #555;
    color: #555;
}

html,
body {
	height: 100%;
}
.wrapper {
	display: flex;
	flex-direction: column;
	min-height: 100%;
}
.content {
	flex: 0 0 auto;
}
.footer {
	flex: 0 0 auto;
}

.modal-body a{
    color: #EF668B; /*#4B9C97*/
}

.btn-default{
    color: #555;
    border: 1px solid #555;
    transition: all .3s ease;
    background: #fff;
    box-shadow: none;
    text-shadow: none;
    border: 1px solid #555;
}

.btn-default:hover{
    background: #555;
    color: #fff;
    border: 1px solid #555;
}

.breadcrumb > li > a{
    color: #555; /*#4B9C97  #EF668B*/
    font-weight: 400;
}

.breadcrumb > li {
    color: #555;
    font-weight: 400;
    font-size: 13px;
}
.breadcrumb > li > h1 {
    display: inline;
    color: #555;
    font-weight: 400;
    font-size: 13px;
    margin: 0;
}
.breadcrumb > li + li:before{
    content: '/ ';
    color: #555;
    font-weight: 600;
}

.header__navbar{
    position: relative;
}

.header__navbar .nav>li{
    position: static;
}

.header{
    margin-bottom: 0px;
}
.common-home .header{
    margin-bottom: 0;
}

.brands__image{
    display: block;
    max-width: 60px;
    margin: 0 auto;
}

.brands__item{
    text-align: center;
}

.btn-instock{
    text-shadow: none;
    color: #555;
    border: 1px solid #555;
    background-color: #fff;
    text-transform: none;
    letter-spacing: 0;
    font-size: 16px;
}

.account__drop_mobile{
    display: none;
}

.header__account_mobile{
    display: none;
}

.form-group.specialOptions,
#popup-order-okno .form-group {
    overflow: visible;
    display: inline-block;
    position: relative;
    width: 100%;
}

.form-group.specialOptions label + div {
    height: auto;
    min-height: 45px;
}

.form-group.specialOptions .iconSpecialOptions {
    display: inline-block;
    float: left;
    margin: 0 7px 7px 0;
    position: static;
}

.form-group.specialOptions .iconSpecialOptions label img {
    width: 45px;
}

.form-group.specialOptions .iconSpecialOptions label .hiddenText {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    text-align: left;
    background: #ebebeb;
    border: 1px solid #EF668B; /* F1947F; */
    border-radius: 10px;
    padding: 15px;
    font-size: 13px;
    width: 100%;
    top: 73px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 10;
    white-space: normal;
}

.form-group.specialOptions .iconSpecialOptions label:hover .hiddenText {
    opacity: 1;
    pointer-events: all;
    color: #555;
    transition: all .3s ease;
}

.form-group.specialOptions .iconSpecialOptions label {
    min-height: 40px;
    padding: 0;
    margin-bottom: 0;
    font-weight: 400;
    cursor: help;
    border: 1px solid transparent !important;
    background: transparent !important;
}

.form-group.specialOptions .iconSpecialOptions label:hover {
    border: 1px solid #EF668B; /* F1947F; */
}

.form-group.specialOptions .iconSpecialOptions label:active {
    box-shadow: none;
}

.image__not-in-stock img{
    filter: grayscale(100%);
}

.product-info-link{
    font-weight: bold;
    color: #EF668B; /*#4B9C97*/
}
.product-info-link:hover{
    color: #EF668B; /*#4B9C97*/
    text-decoration: underline;
}

#content > div.content-news > div.news > img {
    float: right;
    margin-left: 30px;
    margin-bottom: 30px;
}

/*-----media-----*/
@media screen and (min-width: 768px){
    #cart .dropdown-menu{
        min-width: 100px;
        left: unset;
        right: 0;
        opacity: 0;
    }
    #cart:hover .dropdown-menu{
        top: 100%;
        opacity: 1;
    }
    .dropdown__custom_menu{
        min-height: unset;
        column-count: unset;
    }
}
@media screen and (min-width: 992px){
    .container{
        /* width: 900px; */
    }
    .dropdown__custom_menu{
        /*min-height: 299px;*/
        top: -35px;
    }
    
}
@media screen and (min-width: 1200px){
    .container{
        /* width: 1100px; */
    }
    .dropdown__custom_menu{
        /* min-height: 397px; */
        top: -35px;
    }
    .children-category{
        column-count: 3;
    }
}
@media screen and (min-width: 1451px){
    .container{
        width: 1350px;
    }
    .dropdown__custom_menu{
       /* min-height: 496px; */
        width: 1270px;
        top: -53px;
    }
    .catwall-item_text {
        font-family: 'Avenir Next Cyr';
        font-size: 22px;
        font-weight: 600;
    }
}

@media screen and (max-width: 1450px){
    .dropdown__custom_menu{
        width: 810px;
    }

    .product__body .positionsticker{
        margin-left: 0;
        left: 0;
    }

    .children-category .groupList:not(:last-of-type){
        padding-right: 20px;
    }

    #menu .nav > li > a{
        padding: 6px 22px;
    }

    .index-category__upper-left .index-category__link{
        padding-top: 68px;
        padding-bottom: 172px;
        font-size: 24px;
    }
    .index-category__link{
        padding: 40px 0 51px 25px;
        font-size: 20px;
    }

    .index-category__link::before {
        bottom: 45px;
    }

    .index-category__upper-left .index-category__link::before {
    bottom: 167px;
    }
    .rewardin{
        font-size: 14px;
    } 

    .product__price {
        padding: 10px 0 0;
    }

    .priceproduct-old{
        margin-bottom: 10px;
    }

    .priceproduct-new{
        font-size: 32px;
        line-height: 40px;
    }

    .product__meta-name{
        font-size: 14px;
    }

    .product__info .list-unstyled li span{
        padding: 2px 0;
    }

    .title-product-info{
        padding-top: 0;
    }

    #product .control-label{
        font-size: 16px;
    }

    #product .radio{
        margin-bottom: 15px;
    }

    .specification__text{
        flex-basis: auto;
    }

    #tab-description p{
        font-size: 14px;
    }

    .review__author{
        flex-basis: 100%;
        font-size: 14px;
    }

    .review__meta{
        flex-wrap: wrap;
    }

    .review__date time{
        font-size: 14px;
    }

    .text-product-info-list{
        padding-left: 0;
        padding-top: 20px;
    }

    .product__quantity{
        flex-basis: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }
    .dropdown__custom_menu{
        padding: 20px;
    }

    .dropdown__custom_list .children_lv3 a {
        font-size: 15px;
        line-height: 26px;
        font-weight: 300;
        color: #000 /*#232C33*/;
    }

    .children-category .groupList:not(:last-of-type) {
        padding-right: 10px;
    }

    .header__menu--static {
        width: 260px;
    }

    #menu .nav > li > a {
        font-size: 16px;
        padding: 15px 15px;
    }

    .right-content__width{
        width: calc(100% - 260px);
    }

    .header__menu--static .toggle-category{
        padding: 5px 0;
    }

    .header__links__item a {
        display: inline-block;
        padding: 9px 14px;
        font-size: 14px;
    }

    .header__search__btn,
    .header__account > a,
    .header__cart__btn{
        width: 50px;
        height: 50px;
    }
    .header__cart__btn_has-items{
        width: 100px;
    }
    .header__cart__btn_has-items .header-cart__totals_static{
        left: 40px;
    }

    .header__search__btn svg,
    .header__account a svg,
    .header__cart svg{
        width: 16px;
    }

    .header__info__phone{
        font-size: 16px;
    }

    .header__links__item {
        margin: 0 15px;
    }

    .header__links__item:after {
        right: -10px;
    }

    .header__logo {
        max-width: 150px;
    }

    .header__search__form {
        width: 350px;
        padding: 13px 41px;
    }
    .header__banner{
        left: 260px;
        padding: 5px 0;
        height: 35px;
    }
    .header__cart__btn_has-items .header-cart__totals {
        left: 20px;
        top: -15px;
    }
}

@media screen and (max-width: 1199px){

    .dropdown__custom_menu{
        width: 610px;
    }
    #menu .nav > li > a{
        /* padding: 3px 15px; */
    }
    .index-category__link {
        padding-left: 10px;
    }
    .index-category__upper-left .index-category__link{
        padding-left: 10px;
    }
    .index-category__link::before {
        left: 10px;
    }
    .index-category__upper-right_top:nth-of-type(2){
        /* background: #E1EBEA url('../../image/category-index/3.png') no-repeat top right 10px/contain; */
    }
    .index-category__lower_left{
        /* background: #FAFAFA url('../../image/category-index/7.png') no-repeat top 0 right 30px/contain; */
    }
    
    .index-category__lower_right{
        /* background: #FAFAFA url('../../image/category-index/8.png') no-repeat top 0 right 70px/contain; */
    }
    .index-category__upper-right_bottom-wide{
        /* background: #F7F5F5 url('../../image/category-index/5.png') no-repeat top 0 right 40px/contain; */
    }
    .seo__img-container{
        float: unset;
        margin-top: 100px;
    }
    .category__subcategory{
        flex-basis: 30%;
    }
    .scale{
        margin-right: 5px;
    }
    .product__meta{
        display: block;
    }
    .product__specification{
        flex-basis: 60%;
    }
    #tab-description{
        flex-basis: 38%;
    }
    #tab-review{
        flex-basis: 100%;
        flex-grow: 1;
    }
    .product__main{
        padding-right: 0;
    }
    .header__links__item{
        margin: 0 3px;
    }
    .header__links__item:after {
        right: -3px;
    }
    .news .article__image{
        max-width: 300px !important;
    }
    .header-cart__totals_static{
        display: none;
    }
    .header-cart__totals{
        display: none;
    }
    .header__cart__btn_has-items{
        width: 50px;
    }
    .header__cart__btn_has-items svg{
        left: 18px;
    }
    .header__cart__btn_has-items .cart-item{
        left: 50%;
    }
    .contacts__info{
        background-color: #fff;
    }
    .form__inner{
        display: block;
    }
}


@media screen and (max-width: 991px){

    .header{
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .header__topMenu__hidden{
        top: 64px;
    }
    .header__menu--static{
        width: 100%;
        position: relative;
    }

    .common-home .header__menu--static .header__navbar , .header__menu--static .header__navbar {
        opacity: 0;
        pointer-events: none;
        display: block;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: white;
        z-index: 5;
        box-shadow: 0px 20px 30px 15px rgb(0 0 0 / 25%);
        transform: translateY(-50px);
        transition: all .3s ease;
    }

    .common-home .header__menu--static.active .header__navbar{
        opacity: 1;
        pointer-events: all;
        transform: translateY(0);
    }

    .navbar-nav{
        margin-top: 0;
        border-radius: 0 0 4px 4px;
    }

    .right-content__width{
        width: 100%;
    }

    .dropdown__custom_menu{
        display: none;
        position: relative;
        visibility: visible;
        opacity: 1;
    }

    .header__topMenu__btn span{
        display: none;
    }

    .header__topMenu .toggleMenu{
        margin-right: 0;
        width: 32px;
    }

    .header__topMenu__btn.closeBtn{
        background: transparent;
    }

    #menu .nav > li > a{
        display: inline-block;
    }

    a.with-child::after{
        content: unset;
    }

    .header__navbar .nav>li{
        position: relative;
    }

    .header__navbar .nav>li::after{
        position: absolute;
        content: '';
        top: 20px;
        right: 16px;
        width: 8px;
        height: 8px;
        border-right: 1px solid #64BAFD; /*ffa6b7*/
        border-bottom: 1px solid #64BAFD; /*ffa6b7*/
        transform: rotate(-45deg);
        transition: all .3s ease;
    }

    .dropdown__custom_menu{
        position: static;
        border: none;
        padding: 5px;
        padding-left: 30px;
    }

    .children-category{
        column-count: unset;
    }
    .children-category > ul{
        margin-bottom: 5px;
    }

    .dropdown__custom_list li.with-child{
        margin-bottom: 0;
    }

    #menu .nav > li > a:hover{
        background-color: #fff;
        color: #555;
    }


    .dropdown__custom_list .style2lv{
        font-weight: normal;
        font-size: 16px;
        text-transform: none;
    }

    .owl-carousel .owl-buttons{
        display: none;
    }

    .index-category__upper{
        display: block;
        font-size: 0;
    }

    .index-category__upper-left{
        margin-bottom: 30px;
    }
    .index-category__upper-left .index-category__link{
        padding: 40px 0 51px 10px;
    }
    .index-category__upper-left .index-category__link::before{
        bottom: 45px;
    }
    .index-category__upper-left{
        display: inline-block;
        width: 100%;
        /* background: #E1EBEA url('../../image/category-index/1_full.png') no-repeat top -70px right 150px/200px; */
    }
    .index-category__lower_left{
        /* background: #FAFAFA url('../../image/category-index/7.png') no-repeat top 0 right 0 /contain; */
    }
    .index-category__lower_right{
        background: #FAFAFA url('../../image/category-index/8.png') no-repeat top 0 right 0/contain;
    }
    .seo__img-container::before{
        content: unset;
    }
    .seo{
        margin-top: 60px;
    }
    .owl-carousel:not(#slideshow0) .owl-pagination{
        display: block;
    }

    .header__banner{
        display: none;
    }

    .filter__button{
        display: block;
    }
    #ocfilter{
        opacity: 0;
        pointer-events: none;
        z-index: -1;
        display: none;
    }

    #ocfilter.active{
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        overflow: scroll;
        opacity: 1;
        pointer-events: all;
        z-index: 6000;
        display: block;
    }

    .filter__close{
        display: block;
    }

    body[class^="product-category"] #column-left {
        width: 0;
        padding: 0;
    }
    body[class^="product-category"] #content{
        width: 100%;
    }

    .breadcrumb{
        margin: 10px 0px;
    }

    .product__additional{
        display: none;
    }
    .header__links{
        display: none;
    }
    .header__topMenu,.header__langue{
        order: 1;
    }
    .header__logo{
        order: 2;
        margin: 0 auto 0 0;
    }

    .header__info{
        order: 3;
    }

    .header__actions{
        order: 4;
    }

    .footer li a.footer__link{
        font-size: 13px;
    }
    .news .article__image{
        display: none !important;
    }

    .index-news__container .col-md-4:nth-of-type(3){
        display: none;
    }

    .product-thumb .price-new {
        font-size: 14px;
    }
    
    .product__name {
        height: unset;
        margin-bottom: 0px;
    }

}

@media screen and (max-width: 767px){
    #cont .positionsticker{
        margin-left: 0;
        left: 15px;
    }

    #wishlist .modal-footer .btn-cart{
        margin: 0 auto 20px;
        display: block;
        width: 250px;
    }

    .modal-body img{
        margin: 0 auto;
    }
    .modal-body p{
        text-align: center;
    }

    .index-category__upper-right{
        display: block;
        font-size: 0;
        margin: 0 -15px;
    }
    .index-category__upper-right_top{
        display: inline-block;
        width: 46%;
        margin: 0 2% 30px;
    }
    .index-category__upper-right_bottom-wide{
        display: inline-block;
        width: 46%;
        margin: 0 2% 30px;
    }
    .index-category__upper-right_bottom{
        display: inline-block;
        width: 96%;
        margin: 0 2%;
    }
    .index-category__upper-right_bottom-wide{
        /* background: #F7F5F5 url('../../image/category-index/5_full.png') no-repeat top -180px right 5px/130px; */
    }
    .index-category__upper-right_bottom{
        /* background: #E1EBEA url('../../image/category-index/6.png') no-repeat top right 100px /contain; */
    }
    .index-category__lower_left{
        /* background: #FAFAFA url('../../image/category-index/7_full.png') no-repeat top -120px right 0/160px; */
    }
    .rigimg{
        float: unset;
    }
    .footer{
        text-align: center;
    }
    .footer__logo{
        margin: 0 auto;
    }
    .payment-img{
        margin: 20px auto;
    }
    .possm{
        margin-left: 0;
    }
    .footer__inner{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
    
    .footer__inner > div.col-sm-3{
        width: 50%;
    }
    
    .footer__inner > div:nth-of-type(1){
        width: 100%;
        margin-top:10px ;
        order: 4;
    }
    .footer__inner > div:nth-of-type(4){
        width: 100%;
        margin: 15px 0 0 0 ;
    }
    .product-thumb .quickview{
        opacity: 1;
    }
    .pull-center{
        text-align: center;
    }
    .seo__img-container{
        display: none;
    }
    .seo__title{
        font-size: 28px;
        line-height: 32px;
        text-align: center;
    }
    .navbar-nav{
        margin: 0;
    }
    #cart .dropdown-menu{
        min-width: 100px;
        left: unset;
        right: 0;
    }
    .category__products{
        max-width: 500px;
        margin: 0 auto;
    }
    .product__additional{
        padding-left: 0;
    }

    .product__tabs{
        margin: 0 -15px;
    }

    .product__tab{
        margin: 0;
    }
    .product__details{
        padding-right: 15px;
    }
    #fix_image .positionsticker{
        margin-left: 0;
    }
    #fix_image .thumbnails{
        margin-left: 0;
    }
    .product__body{
        margin: 0 -15px;
    }
    .contacts__inner{
        display: block;
    }
    .contacts__form{
        border: none;
        padding: 0;
    }
    .contacts__title{
        font-size: 20px;
        margin: 20px 0;
    }
    .contacts__address, .contacts__link{
        font-size: 16px;
    }
}

@media screen and (max-width: 650px){
    .index-category__upper-left{
        background-position: top -70px right 30px;
        display: block;
    }
    .index-category__upper-right{
        margin: 0;
    }
    .index-category__upper-right_top{
        display: block;
        width: 100%;
        margin: 0 0 30px;
    }
    .index-category__upper-right_bottom-wide, .index-category__upper-right_bottom{
        display: block;
        width: 100%;
        margin: 0 0 30px;
    }
    .index-category__lower{
        display: block;
    }
    .index-category__link::before{
        content: unset;
    }
    .index-category__lower_left{
        margin-bottom: 30px;
    }
    .index-category__link{
        padding: 40px 0 40px 25px;
        font-size: 24px;
    }
    .index-category__upper-left .index-category__link{
        padding: 40px 0 40px 25px;
    }
    .index-category__upper-right_top:nth-of-type(1){
        /* background: #FAFAFA url(../../image/category-index/2_full.png) no-repeat top -50px right 60px/200px; */
    }
    .index-category__upper-right_top:nth-of-type(2){
        /* background: #E1EBEA url(../../image/category-index/3.png) no-repeat top -10px right 100px/80px; */
    }
    .index-category__upper-right_top:nth-of-type(3){
        /* background: #FAFAFA url(../../image/category-index/4.png) no-repeat top -20px right 80px/140px; */
    }
    .index-category__upper-right_bottom-wide{
        /* background: #F7F5F5 url(../../image/category-index/5_full.png) no-repeat top -180px right 80px/130px; */
    }
    .index-category__upper-right_bottom{
        /* background: #E1EBEA url(../../image/category-index/6.png) no-repeat top right 100px /100px; */
    }
    .index-category__lower_left{
        /* background: #FAFAFA url(../../image/category-index/7_full.png) no-repeat top -120px right 80px/160px; */
    }
    .index-category__lower_right{
        /* background: #FAFAFA url(../../image/category-index/8.png) no-repeat top 0 right 80px/200px; */
    }
    .product__tabs{
        display: block;
    }
}

@media screen and (max-width: 630px){
    .header__info{
        display: none;
    }

    .header__search__form {
        width: 250px;
    }

    .header__account{
        display: none;
    }

    .header__search{
        margin: 0 8px 0 15px;
    }

    .header__search__btn,
    .header__account > a,
    .header__cart__btn {
        width: 40px;
        height: 40px;
    }

    .header__account_mobile{
        display: block;
    }
    

    .header__search__form {
        width: 240px;
        padding: 8px 41px;
    }
    .cart-item{
        bottom: -2px;
    }

    .category__show-limit{
        display: none;
    }
    .category__title{
        margin-top: 20px;
    }
    .pagination{
        justify-content: space-around;
    }
    .pagination__numbers{
        flex-basis: 100%;
        order: 1;
        justify-content: center;
        margin-bottom: 20px;
    }
    .pagintaion__prev{
        text-align: center;
        flex-basis: 50%;
        order: 2;
    }
    .pagintaion__prev-link{
        display: inline-block;
        margin-right: 0;
    }
    .pagintaion__next{
        text-align: center;
        flex-basis: 50%;
        order: 3;
    }
    .pagintaion__next-link{
        display: inline-block;
        margin-left: 0;
    }
    .header__cart__btn_has-items svg{
        left: 12px;
    }
    .category__subcategories{
        justify-content: center;
    }
    
}
@media screen and (max-width: 510px){
    .cart-dropdown__total{
        display: block;
    }
    .cart-dropdown__total-text, .cart-dropdown__total-value{
        text-align: left;
    }
    .btn-cart_checkout{
        display: block;
        margin-top: 10px;
    }
    #cart .dropdown-menu {
        min-width: 300px;
    }
    .modal-footer_checkout{
        display: block;
    }
    .modal-footer_checkout .btn-cart{
        margin: 10px auto;
        display: block;
        width: 250px;
    }
}



@media screen and (max-width: 478px){
    #aridius_viewed_carusel0, #latest_carusel0, #special_carusel0, #bestseller_carusel0, #related{
        max-width: 290px;
        margin: 0 auto;
    }    
}


@media screen and (max-width: 470px){
    .index-category__upper-left .index-category__link, .index-category__link{
        padding: 20px 0 20px 25px;
        font-size: 16px;
        line-height: 22px;
    }
    .index-category__upper-left{
        background-position: top -35px right 10px;
        background-size: 80px;
        margin-bottom: 5px;
    }
    .index-category__upper-right_top{
        margin-bottom: 5px;
    }
    .index-category__upper{
        margin-bottom: 5px;
    }
    .index-category__upper-right_top:nth-of-type(1){
        /* background: #FAFAFA url(../../image/category-index/2_full.png) no-repeat top -25px right 20px/100px; */
    }
    .index-category__upper-right_top:nth-of-type(2){
        /* background: #E1EBEA url(../../image/category-index/3.png) no-repeat top -10px right 40px/50px; */
    }
    .index-category__upper-right_top:nth-of-type(3){
        /* background: #FAFAFA url(../../image/category-index/4.png) no-repeat top -20px right 30px/95px; */
    }
    .index-category__upper-right_bottom-wide{
        /* background: #F7F5F5 url(../../image/category-index/5_full.png) no-repeat top -100px right 30px/70px; */
        margin-bottom: 5px;
    }
    .index-category__upper-right_bottom{
        /* background: #E1EBEA url(../../image/category-index/6.png) no-repeat top right 40px /60px; */
        margin-bottom: 5px;
    }
    .index-category__lower_left{
        /* background: #FAFAFA url(../../image/category-index/7_full.png) no-repeat top -60px right 25px/80px; */
        margin-bottom: 5px;
    }
    .index-category__lower_right{
        /* background: #FAFAFA url(../../image/category-index/8.png) no-repeat top 0 right 30px/100px; */
    }
}

@media screen and (max-width: 450px){
    
    .product-layout {
        margin-bottom: 10px;
    }
    
    /*.row {
        width: 100%;
        margin: auto;
    }*/
    
    
    .row.category__products:before {
        content: normal;
    }
    
    .col-sm-9 {
        padding: 0;
    }
    
    .product-layout.product-layout_category.product-grid.col-lg-3.col-sm-4.col-xs-6 {
        padding-right:0px;
        padding-left:0px;
        width: 100%;
    }
    
    .category__subcategory{
        flex-basis: 60%;
    }

    .category__title{
        font-size: 24px;
        line-height: 33px;
        margin-bottom: 0;
    } 

    .filter__button-container{
        margin: 0 -15px;
    }
    .input-group, .categoty__sort{
        display: block;
        margin: 0 auto;
    }

    .input-group-sm>.input-group-addon{
        padding-right: 0;
    }

    .select-items{
        left: 50%;
        transform: translateX(-50%);
    }
    .product-layout_category{
        /* width: 50%; */
    }
    .category__products{
        display: grid;
        /*grid-template-columns: repeat(2, 1fr); */
        grid-template-columns: 50% 50%;
       /* max-width: 290px; */
        margin: 0 auto;
    }
    .section__title{
        font-size: 22px;
        line-height: 36px;
    }
    .captcha-group{
        display: block;
    }
    #input-captcha{
        margin-bottom: 10px;
    }
    
    .product__name {
        font-size: 22px;
        line-height: 30px;
    }
}
/*-----end media-----*/


div#form-language .dropdown-menu{
    left: auto;
    right: 0;
}

/* div#form-language:hover .dropdown-menu{
    opacity: 1;
    transition: .3s;
    transform: translate(0px);
} */
div#form-language{
    padding: 9px 14px;
}

div#form-language button.btn.btnh.btn-link.dropdown-toggle{
    padding: 0px;
    margin: 0;
}



/* redesign */

.header__wrapper{
    position: relative;
}
.header__wrapper .header__logo{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: unset;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: unset;
    
}
.header__wrapper .header__logo a,
.header__wrapper .header__logo img{
    position: relative;
    z-index: 2;
}

.header__topMenu{
    position: relative;
    z-index: 1600;
}
.header__info{
    margin-left: auto;
}

.header__account > a,.header__search__btn,.header__cart__btn{
    width: 45px;
    height: 45px;
    background: #616161;
}

.header__cart__btn{
    background-color: #EF668B;
}
.header__cart__btn svg {
    max-width: 21px;
    margin-bottom: 10px;
}
.cart-item-after{
    font-size: 10px;
}

.header__account a svg,
.header__search__btn svg{
    max-width: 18px;
}

.header__account a svg path,
.header__search__btn svg path{
    fill: #fff;
}

.header__time{
    font-family: 'Avenir Next Cyr';
    font-size: 12px;
    line-height: 15px;
    color: #232C33;
}
.header__info__phone__link{
    font-family: 'Avenir Next Cyr';
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #232C33;
}

.header__topMenu .toggleMenu__line,
.header__topMenu .toggleMenu:before,
.header__topMenu .toggleMenu:after{
    background: #232C33;/*#555555;*/
}
.header__topMenu .toggleMenu__line{
    width: 29px;
    
}
.header__topMenu .toggleMenu {
    margin-right: 0;
}
span.header-cart__totals_static{
    display: none;
}
.header__langue{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2;
    
    
}
ul.language{
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
    margin-left: 40px;
    margin-right: 40px;
}
ul.language li { 
    font-family: 'Comfortaa';
    font-size: 16px;
    line-height: 18px;
    color: #232C33;
    
}
ul.language li::before{
    content: '\00a0/';
}
ul.language li:first-child::before{
    display: none;
}
ul.language .active a{
    color: #EC3337;
}

@media screen and (max-width:1200px) and (min-width:630px){
    .header__wrapper .header__logo{
        position: static;
        margin: 0 auto;
        flex: 1 1 auto;
    }
}

@media screen and (max-width:1200px) {
    .header__logo img {
        height: 60px;
    }
}

/* menu */
/* remove absoulte position */
.header__navbar {
    opacity: 1;
    transform: unset;
    opacity: 1;
    pointer-events: all;
    transform: translateY(0);
}

.header__navbar{
    position: static;
}
.common-home .header__menu--static{
    position: relative;
}

/* end remove absoulte position */
@media screen and (min-width:991px) {
    

    .header__menu--static{
        width: 100%;
    }

    .header__navbar li {
        display: inline-block;
        float: none;
        border-top: none ;
    }
    a.with-child::after{
        display: none;
    }
    #menu .nav>li>a{
        margin-top: 0;
    }
    .header__navbar .navbar-nav{
        text-align: center;
    }

    .dropdown__custom_menu {
        left: 0;
        right: 0;
        top: 100%;
        margin: 0 auto;
        row-gap: 0;
        text-align: left;
        box-shadow: 0px 4px 20px -10px;
        transition: all 320ms, opacity 0ms;
        -webkit-transition: all 320ms, opacity 0ms;
    }
    .children-category > ul{
        /*width: 97%;
         КОстыль, для того чтобы 1я вкладка была в 3 столбца */
        width: calc(100% / 3);
        min-width: 262px;
    }

    .header__menu--static .toggle-category{
        display: none;
    }

}

@media screen and (min-width: 991px) and (max-width: 1107px){
    .dropdown__custom_menu{
        width: 950px;
    }
    #menu .nav > li > a {
    font-size: 14px;
    padding: 8px 10px;
    }
}
@media screen and (min-width: 1107px) and (max-width: 1249px){
    .dropdown__custom_menu{
        width: 1090px;
    }
    #menu .nav > li > a {
    font-size: 15px;
    padding: 10px 15px;
    }
}
@media screen and (min-width: 1250px) and (max-width: 1450px){
    .dropdown__custom_menu{
        width: 1235px;
    }
    #menu .nav > li > a {
    font-size: 16px;
    padding: 10px 20px;
    }
}


/* Слайдер на главной */
.right-content__width{
    width: 100%;
}

.common-home .header__banner{
    display: none;
}

.header .language{
    display: flex;

}

.header__topMenu__hidden li.lang{
    display: none;
}

@media screen and (max-width:960px) {
    .header__langue .language{
        display: none;
    }
    .header__topMenu__hidden li.lang{
        display: block;
    }
    .header__topMenu__hidden li.lang .language{
        margin-left: 0;
        margin-right: 0;
        width: 100%;
        display: flex;
    }
    .header__topMenu__hidden li.lang .language li::before{
        display: none;
    }
    .header__topMenu__hidden li.lang .language li{
        flex: 1 1 auto;
        text-align: center;
    }
    .header__topMenu__hidden li.lang .language li.active a{
        background-color: #64BAFD;
        color: #fff;
    }
}

.ndex-category__item.color-1{
    background-color: #FEEAE6;
}
.ndex-category__item.color-2{
    background-color: #DCECF1;
}
.ndex-category__item.color-3{
    background-color: #DBDBDD;
}
.ndex-category__item.color-4{
    background-color: #F2E5DD;
}
.ndex-category__item.color-5{
    background-color:  linear-gradient(180deg, #F5F5F5 0%, #D7D7D7 100%);
}
.ndex-category__item.color-6{
    background-color: #FEEAE6;
}
.ndex-category__item.color-7{
    background-color: #F1F1F1;
}
.ndex-category__item.color-8{
    background-color: #FAF6F7;
}
.header__banner{
    display: none;
}
#menu .nav > li > a {
    text-transform: uppercase;
}

.noUi-horizontal .noUi-handle {
    border: 2px solid #EF668B;
}

.noUi-connect {
    background: #EF668B;
}
input[type="checkbox"]:checked{
    background-color: #EF668B;
    border: 1px solid #EF668B;
}



.productThumbOptions {
    
}

.telegram_block {
    background-color: #2596ccb5;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    padding: 8px 0;
    margin: 0 0 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0 0 10px 10px;
}

.telegram_block p {
    margin: 0;
}

.telegram_block p.pc {
	display: block;
}

.telegram_block p.mob {
	display: none;
}
 
@media (max-width: 768px) {
    .telegram_block p.pc {
		display: none;
	}
	.telegram_block p.mob {
		display: block;
	}
}

span.telegram_text {
    background: #2593c8;
    border-radius: 10px;
    padding: 2px 8px;
    margin: 0 8px;
    font-weight: 600;
}