/* Slider */
.slick-loading .slick-list {
    background: #fff url(./images/AjaxLoader.gif) center center no-repeat;
}

/* Mini cart */
.zef-header__cart #cart .z-cart-popup {
    width: 520px;
    max-width: calc(100vw - 24px);
    padding: 0;
    overflow: visible;
    border: 1px solid #e5e1dc;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 16px 42px rgba(17, 17, 17, 0.16);
    color: #171717;
    font-family: Arial, Helvetica, sans-serif;
}

.z-cart-popup > li {
    display: block;
}

.z-cart-popup__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 58px;
    padding: 0 20px;
    border-bottom: 1px solid #ece8e3;
}

.z-cart-popup__title {
    display: flex;
    align-items: center;
    height: 58px;
    font-size: 21px;
    font-weight: 600;
    line-height: 1.2;
}

.z-cart-popup__close,
.z-cart-popup__remove {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
    background: transparent;
    color: #77716b;
    font-weight: 300;
    line-height: 1;
}

.z-cart-popup__close {
    width: 34px;
    height: 34px;
    font-size: 29px;
}

.z-cart-popup__body {
    max-height: 430px;
    padding: 0 20px;
    overflow-x: hidden;
    overflow-y: auto;
}

.z-cart-popup__item {
    display: grid;
    grid-template-columns: 82px minmax(0, 1fr) auto;
    gap: 14px;
    padding: 18px 0;
    border-bottom: 1px solid #ece8e3;
}

.z-cart-popup__item:last-child {
    border-bottom: 0;
}

.z-cart-popup__media {
    width: 82px;
    height: 104px;
    overflow: hidden;
    background: #f5f3f0;
}

.z-cart-popup__media a,
.z-cart-popup__media img {
    display: block;
    width: 100%;
    height: 100%;
}

.zef-header__cart #cart .z-cart-popup__media img {
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
}

.z-cart-popup__info {
    min-width: 0;
    padding-top: 2px;
}

.z-cart-popup__name {
    display: block;
    margin-bottom: 9px;
    color: #171717;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.35;
    text-decoration: none;
}

.z-cart-popup__name:hover {
    color: #8a6d51;
}

.z-cart-popup__options,
.z-cart-popup__recurring,
.z-cart-popup__quantity {
    display: flex;
    flex-direction: column;
    gap: 3px;
    color: #77716b;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.35;
}

.z-cart-popup__quantity {
    margin-top: 7px;
}

.z-cart-popup__side {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
    min-width: 96px;
}

.z-cart-popup__remove {
    width: 28px;
    height: 28px;
    font-size: 23px;
}

.z-cart-popup__remove:hover,
.z-cart-popup__close:hover {
    color: #171717;
}

.z-cart-popup__price {
    color: #171717;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.2;
    white-space: nowrap;
}

.z-cart-popup__item--voucher {
    grid-template-columns: minmax(0, 1fr) auto;
}

.z-cart-popup__footer {
    padding: 18px 20px 20px;
    border-top: 1px solid #d9d4ce;
}

.z-cart-popup__actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.z-cart-popup__continue,
.z-cart-popup__checkout {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 10px 14px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
}

.z-cart-popup__continue {
    border: 1px solid #bdb7b0;
    background: #ffffff;
    color: #282828;
}

.z-cart-popup__checkout {
    border: 1px solid #171717;
    background: #171717;
    color: #ffffff;
}

.z-cart-popup__continue:hover {
    border-color: #171717;
    color: #171717;
}

.z-cart-popup__checkout:hover,
.z-cart-popup__checkout:focus {
    background: #343434;
    color: #ffffff;
}

.z-cart-popup__empty {
    padding: 28px 20px;
    text-align: center;
}

.z-cart-popup__empty p {
    margin: 0;
    color: #77716b;
    font-size: 14px;
}

@media (max-width: 480px) {
    .z-cart-popup__header {
        min-height: 54px;
        padding: 0 14px;
    }

    .z-cart-popup__title {
        height: 54px;
        font-size: 19px;
    }

    .z-cart-popup__body {
        max-height: calc(100vh - 260px);
        max-height: calc(100dvh - 260px);
        padding: 0 14px;
    }

    .z-cart-popup__item {
        grid-template-columns: 70px minmax(0, 1fr) 82px;
        gap: 10px;
        padding: 14px 0;
    }

    .z-cart-popup__media {
        width: 70px;
        height: 94px;
    }

    .z-cart-popup__name {
        margin-bottom: 6px;
        font-size: 13px;
    }

    .z-cart-popup__options,
    .z-cart-popup__recurring,
    .z-cart-popup__quantity {
        font-size: 11px;
    }

    .z-cart-popup__side {
        min-width: 82px;
    }

    .z-cart-popup__price {
        font-size: 15px;
    }

    .z-cart-popup__item--voucher {
        grid-template-columns: minmax(0, 1fr) 82px;
    }

    .z-cart-popup__footer {
        padding: 14px;
    }

    .z-cart-popup__actions {
        grid-template-columns: 1fr;
        gap: 9px;
    }
}

#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;
}

.fa_size {
    font-size: 50px;
}

.list_block h4 {
    margin-bottom: 0;
}

.pr_bottom {
    margin-bottom: 0;
}

.column_width3 {
    width: 860px;
}

.mapc_footer {
    width: auto;
    height: 320px;
    position: relative;
}

.review_profile {
    padding-bottom: 4px;
}

.mapc_footer {
    padding-bottom: 4px;
}

.plus_minus {
    padding-bottom: 5px;
}

.fa_homemenu {
    font-size: 16px;
}

.dr_menu {
    white-space: normal!important;
    margin: 0;
    left: 12px;
    position: relative;
}

.news_hr {
    font-weight: 400;
    height: 35px;
}

.scaleslide {
    background-size: cover;
    width: 100%!important;
}

#top-links {
    z-index: 1009;
    position: relative;
}

.tab_padding {
    padding-left: 0;
    padding-right: 0;
}

.mailletters .btn:focus {
    background: #51473C;
    color: #fff;
}

.zoomLens {
    cursor: pointer!important;
}

.navright {
    float: right;
    top: 7px;
}

.log {
    padding-right: 0px!important;
}

.carousel-bw .owl-item {
    filter: grayscale(100%)!important;
}

.carousel-bw .owl-item:hover {
    filter: grayscale(0%)!important;
}

.carousel-bw .carousel_center {
    display: inline!important;
}

.video_cat {
    height: 0;
    position: relative;
    padding-bottom: 51.75%;
    margin: 15px 10px 10px 10px!important;
}

.video_cat iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.video {
    height: 0;
    position: relative;
    padding-bottom: 56.75%;
}

.video iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.price-tax {
    display: block;
    font-size: 12px;
}

.back_news iframe {
    border-width: 0;
}

.mfp-gallery .mfp-content {
    box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.8);
    text-align: right!important;
}

.mfp-gallery .mfp-counter {
    left: 0;
    right: auto!important;
    padding: 7px;
}

.mfp-gallery .mfp-bottom-bar {
    right: 0;
    left: auto!important;
    padding-right: 7px;
    padding-left: 7px;
}

.mfp-gallery .mfp-bottom-bar .btn-cart {
    padding: 9px;
    font-size: 11px;
}

.mfp-gallery .mfp-bottom-bar .btn-instock {
    font-size: 10px;
    letter-spacing: 0px;
    width: 200px;
    padding: 9px;
}

.mfp-gallery .image_title {
    float: left;
    font-size: 18px;
    padding-left: 15px;
    color: #ccc;
    top: 9px;
    position: relative;
}

.mfp-gallery .image_price {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 5px;
}

.image_price .priceproduct-new {
    color: #ccc;
    font-size: 18px!important;
}

.mfp-gallery .image_price2 {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 15px;
}

.mfp-gallery .mfp-image-holder .mfp-close {
    right: 2px!important;
    top: -2px!important;
}

.mfp-gallery img.mfp-img {
    padding: 27px 7px 47px 7px!important;
}

.mfp-gallery .mfp-figure::after {
    margin: 7px;
}

.image_price .priceproduct-old {
    font-size: 12px;
}

.image_price2 .priceproduct-new {
    color: #ccc;
    font-size: 18px!important;
}

.title_news {
    margin-top: 25px!important;
}

.col-left {
    width: 20%;
    float: left;
    position: relative;
}

.col-right {
    width: 23%;
    float: left;
    position: relative;
    padding-left: 15px;
}

.col-aridius {
    width: 77%;
    float: left;
    position: relative;
}

.desc_list {
    padding: 0px 55px;
}

.cart-price {
    margin-left: 7px;
}

.dropdown-menu .cart {
    margin-top: 10px;
}

.dropdown-menu .btn-cart:hover {
    color: #fff!important;
}

.cart-item {
    position: absolute;
    width: 27px;
    height: 27px;
    margin-top: -6px;
    margin-left: -23px;
    border-radius: 27px;
}

.cart-item-after {
    width: 27px;
    height: 27px;
    position: absolute;
    color: #fff;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    line-height: 27px;
}

.img_tabl {
    width: 80px;
}

.center-add_img {
    margin: 0 auto;
}

.fixxsmenu {
    left: -20px;
    padding: 7px 15px;
}

.fixxsmenu li a {
    font-size: 15px;
    letter-spacing: 1.5px;
    color: #333!important;
}

.product-info {
    background: #F9F9F7;
    margin-bottom: 15px;
}

.product-info .table {
    margin-bottom: 0px;
}

.drop_head {
    margin-top: 3px;
    border-top: 1px solid #ddd;
    padding-top: 7px;
    color: #999;
}

.drop_head_first {
    margin-bottom: 5px;
    color: #999;
}

.description_cat {
    margin-top: 7px;
}

.attribute_cat {
    margin-bottom: 7px;
    margin-top: 7px;
}

.carousel-indicators {
    margin-bottom: 0;
    bottom: 0px;
}

.carousel-control.left,.carousel-control.right {
    background-image: none;
    display: none;
}

.product-layout2:hover .carousel-control.left,.product-layout2:hover .carousel-control.right {
    display: block;
}

.product-layoutcat:hover .carousel-control.left,.product-layoutcat:hover .carousel-control.right {
    display: block;
}

.product-layoutcat:hover .carousel-control.right i:before, .product-layout2:hover .carousel-control.right i:before {
    content: "\f0da";
}

.link_seall {
    margin-top: 3px;
    margin-left: 10px;
}

.block_catwall {
    margin-bottom: 10px;
}

.circleout2 {
    background: url(/image/catalog/modern/viber.png);
    height: 40px;
    margin: 0 auto;
    text-align: center;
    width: 90px;
}

.product-layout2 .slide {
    height: 414px;
}

.product-layout3 .slide {
    height: 342px;
}

.product-layout3 .item {
    padding-bottom: 22px;
}

.border.product-thumb {
    border: 1px solid #EBEBEB;
}

.product-layoutcat .item {
    padding: 2px 1px 0 1px;
    margin-bottom: 16px;
}

.carousel-control {
    color: #3E3E3E;
}

.carousel-control:hover,.carousel-control:focus {
    color: #6A6A6A;
}

.carousel-control {
    top: 50%;
}

.product-info table tbody tr td:first-child {
    width: 20%;
}

.product-info table tbody tr td {
    border: none;
    vertical-align: middle;
}

.catwall {
    margin-bottom: 20px;
}

.attribute_groups {
    margin-bottom: 1px;
    margin-top: 1px;
    font-size: 18px;
}

.back_news {
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

.footer_cont {
    padding-left: 0px!important;
}

.footer_socialpay {
    font-size: 13px;
    font-weight: 200;
    margin-bottom: 10px;
    text-transform: uppercase;
}

#map123 {
    height: 50px;
    overflow: hidden;
    position: relative;
    padding-left: 0;
    padding-right: 0;
}

.img_map {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 101;
    width: 180px;
    cursor: pointer;
}

.img_map2 {
    display: inline-block;
    margin-top: 5px;
}

.text_map {
    display: inline-block;
    color: #fff;
    font-size: 15px;
    margin-left: 10px;
    margin-top: 10px;
    position: relative;
    top: 5px;
    text-transform: uppercase;
    font-weight: 500;
}

.filter_map {
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -o-filter: blur(2px);
    -ms-filter: blur(2px);
    filter: blur(2px);
}

#map-canvas2 {
    position: relative;
    margin: 0 auto;
}

.line_foot {
    border-top: 1px solid #444;
    padding-top: 10px;
}

.title-product-info {
    color: #727272;
    font-size: 16px;
    font-weight: 800;
    margin: 5px 0 10px;
}

.prmain {
    border: 1px solid #ffffff;
    position: relative;
}

.form_mail {
    background-position: center!important;
    height: 100px;
}

.footer {
    padding-top: 10px;
}

.carcat {
    background: #000;
    padding: 0 5px 0 5px;
}

.carcat2 {
    background: #000;
    padding: 0 7px 0 7px;
}

.carcat-arrow {
    color: #fff;
}

.carcat-arrow2 {
    color: #fff;
    position: relative;
    left: 1px;
}

.gdfgd {
    color: #000;
    width: 20px;
    height: 20px;
    background: red;
}

.top-header2 {
    transition: all 0.4s ease;
    background-color: #fff;
    position: fixed;
    top: 0;
    z-index: 1001;
    width: 100%;
    opacity: 0.8;
    box-shadow: 0 0 13px 0 rgba(0,0,0,0.4);
}

.top-header2:hover {
    opacity: 1;
}

.top-header2 #logo img {
    max-width: 100%;
    padding: 3px;
}

.top-header2 #logo {
    min-height: 65px;
    margin: 0;
}

.top-header2 #cart>.btn {
    margin-top: 0;
}

.top-header2 #cart {
    margin-bottom: 0;
}

.top-header2 .cart {
    margin-bottom: 0;
}

.top-header2 .top-menu {
    margin-top: 10px;
}

.top-header3 {
    background-color: #fff;
    position: absolute;
    z-index: 1001;
    width: 100%;
    box-shadow: 0 0 8px 0 rgba(0,0,0,0.4);
    top: 38px;
}

.top-header3:hover {
    opacity: 1!important;
}

.effect-hover {
    text-align: center;
    padding: 5px 0;
    margin-top: 30px;
    width: 104%;
}

.product-thumb:hover {
    -webkit-box-shadow: 0 0 13px 0 rgba(0,0,0,0.4);
    -moz-box-shadow: 0 0 13px 0 rgba(0,0,0,0.4);
    box-shadow: 0 0 13px 0 rgba(0,0,0,0.4);
}

.product-thumbleft .image:hover {
    opacity: 0.8;
}

.hrline {
    margin: 10px;
}

.product-thumb:hover .product-layout2 {
    border: 1px solid #c8c8c8;
}

.product-thumb:hover .product-layout3 {
    border: 1px solid #c8c8c8;
}

.select-wrapper {
    position: relative;
    width: 180px;
    display: inline-block;
}

.select-wrapper select {
    width: 200px;
    height: 28px;
    padding: 0 20px 0 7px;
    background: transparent none repeat scroll 0% 0%;
    border: 0 none;
    -moz-appearance: none;
    font-family: roman;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    line-height: 1.2;
    color: rgb(51,51,51);
    -webkit-appearance: none;
}

.select-arrow-3 {
    position: absolute;
    z-index: -9999;
    border-width: 3px 3px 0px;
    border-style: solid solid none;
    border-color: transparent;
    border-image: none;
    -moz-border-image: none;
    -webkit-border-image: none;
    right: 6px;
}

.select-arrow-3:nth-child(1) {
    top: 17px;
    border-top-color: #ccc;
}

.select-arrow-3:nth-child(2) {
    top: 8px;
}

.product-layout3 {
    overflow: hidden;
    z-index: 5;
    height: 440px;
    background: #fff;
    width: 300px;
    margin: 0 auto;
}

.product-layout2:before {
}

.product-layout3:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 40px;
}

.product-thumb {
    overflow: hidden;
}

.product-layout2:hover .product-thumb {
    background-clip: padding-box;
    background: #F9F9F7;
}

.product-layout3:hover .product-thumb {
    background-clip: padding-box;
    background: #F9F9F7;
}

.product-layout2:hover {
    z-index: 10!important;
}

.product-layout3:hover {
    z-index: 10!important;
}

.product-layout2:hover .gtile-short-detail {
    z-index: 11!important;
    max-height: none;
}

.product-layout3:hover .gtile-short-detail {
    z-index: 11!important;
    max-height: none;
}

.product-layout2:hover:before {
    display: none;
}

.product-layout3:hover:before {
    display: none;
}

.btn:active,.btn.active {
    box-shadow: none;
}

.head_search {
    top: 10px;
}

.btnh {
    padding: 2px 12px;
}

.marg_link {
    margin-left: 10px;
}

.height_search_tel {
    margin-top: 10px;
    margin-bottom: 5px;
    height: 60px;
}

.current_col {
    text-transform: capitalize;
}

.fon_header {
    top: 3px;
    position: relative;
    left: 12px;
}

.fn_header {
    position: relative;
    padding-left: 0px;
}

.fn_header table td {
    border: none!important;
    vertical-align: middle!important;
    padding: 0px 5px!important;
}

.fa_table {
    height: 60px;
}

.search_input {
    width: 80%!important;
}

.search_sel {
    width: 20%!important;
}

#search .fa-search {
    color: #404040;
}

#search .form-control {
    font-family: inherit;
}

#search .btn-lg {
    background: inherit;
    border: none;
    border-radius: 0;
    display: inline-block;
    float: left;
    font-size: 14px;
    letter-spacing: 3px;
    padding: 12px 1px;
    text-align: center;
    bottom: 4px;
    z-index: 110;
}

#search .input-group-btn {
    position: absolute;
    right: 25px;
}

.reg {
    padding-left: 10px!important;
}

.special-timere-zone {
    position: relative;
    margin-top: 2px;
    text-align: center;
}

.special-timer-all {
    background: #EFEFED;
    margin: 0 -15px 14px;
    padding: 5px 0 20px 0;
}

.quickw2 .special-timer-all {
    background: #EFEFED;
    margin: 0;
    padding: 5px 0 20px 0;
}

#product_tab .special-timer-all {
    margin: 0;
}

.special-timer-info {
    color: #2F2F2F;
    font-size: 18px;
    font-weight: bold;
}

.special-timer-line {
    font-size: 18px;
    font-weight: bold;
    margin: 0 10px;
}

.special-timer-text {
    font-size: 12px;
    position: absolute;
    top: 20px;
    margin-left: -20px;
    color: #8E8E8E;
    font-weight: 400;
}

.pr-name {
    color: #2f2f2f;
    font-size: 27px;
    font-weight: 800;
}

.glyphicon-star-empty {
    color: #E47664!important;
}

#reviewst .table {
    width: 100%;
    margin-bottom: 10px;
}

#reviewst .fa-stack-2x {
    font-size: 1em;
    color: #E47664;
}

#review .fa-stack {
    width: 1em;
    height: 1em;
    color: #E47664;
}

.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: 5px;
}

.text-danger {
    font-size: 16px;
    color: #f00;
}

#product label,#product_quickw label {
    margin-bottom: 0px;
}

.options-prheight {
    display: block;
    margin-bottom: 12px;
}

ul.atr {
    margin-bottom: 1px;
    max-width: 40em;
    padding: 0;
    list-style: none;
    width: 100%;
}

ul.atr li:before {
    float: left;
    width: 0;
    white-space: nowrap;
}

ul.atr span:first-child {
    padding-right: 0.33em;
    background: white;
}

ul.atr span+span {
    padding-left: 0.33em;
    background: white;
}

#logo img,#logo_footer img {
    margin-left: auto;
    margin-right: auto;
}

#logo,#llogo_footer {
    min-height: 132px;
    position: relative;
}

#logo img,#llogo_footer img {
    position: absolute;
    margin: auto;
    left: 0;
    top: 0;
    bottom: 2px;
    right: 0;
    height: 55px;
    min-width: 120px;
}

#popup-modal {
    max-width: 620px;
    margin: 0 auto;
}

.modal {
    text-align: center;
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

* {
    outline-width: 0px!important;
}

.buttonsaridius_news a:hover {
    text-decoration: none;
    color: #51473c;
}

.pull {
    display: none;
}

figure {
    margin: 0;
}

.image_main {
    float: right;
    margin-top: 12px;
}

.btn-send {
    border: 1px solid #6C6C6C;
    border-radius: 0;
    color: #000;
    display: inline-block;
    float: none;
    font-size: 12px;
    letter-spacing: 1px;
    padding: 5px 10px;
    text-align: center;
}

.btn-send:hover {
    background: #51473C;
    color: #fff;
}

.box-category>ul>li a:hover {
    color: #000000;
}

.stmver li a:hover .arrowvertmenu {
    color: #51473c;
}

.stmver li a:hover {
    color: #51473c;
}

.stmver li:hover {
    color: #51473c;
}

.pagcolor .owl-pagination {
    top: -25px
}

.nobackground {
    background: none!important;
    box-shadow: none!important;
}

.mfp-figure:after {
    background: #fff!important;
}

.category2lv-center {
    text-align: center;
    margin-top: 20px;
}

.desc-cat {
    margin-top: 25px;
}

.glyphicon-star {
    color: #E47664;
    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;
}

b,strong {
    font-weight: 500;
}

.small,small {
    font-size: 13px;
}

.desc-cat_top {
    margin-bottom: 20px;
}

.breadcrumb>li>a {
    color: #777;
    font-size: 13px;
}

.breadcrumb>li>a:hover {
    color: #51473c;
}

.opacityhv:hover {
    opacity: 0.8;
}

.opacityhv {
    margin: 0 auto;
    display: block;
}

.catpr {
    color: #777;
    font-size: 14px;
}

.catpr2 {
    color: #718072;
    font-size: 12px;
    display: block;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 12px;
    text-align: center;
}

.catpr:hover {
    color: #51473c;
}

.tabpr {
    margin-top: 45px;
}

.phone {
    top: 4px;
    position: relative;
    display: inline-block;
    font-weight: bold;
}

ul.nav li.dropdown:hover ul.dropdown-menu {
    display: block;
    margin: 0;
}

a.menu:after,.dropdown-toggle:after {
    content: none;
}

.stickers-top {
    background-color: #4D646C;
    color: #fff;
    font-size: 12px;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    line-height: 40px;
    margin: 7px;
    text-align: center;
}

.stickers-special {
    background-color: #CF395B;
    color: #fff;
    font-size: 12px;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    line-height: 40px;
    margin: 7px;
    text-align: center;
}

.stickers-new {
    background-color: #41B095;
    color: #fff;
    font-size: 12px;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    line-height: 40px;
    margin: 7px;
    text-align: center;
}

.stickertop {
    position: relative;
    top: -7px;
}

.positionsticker {
    position: absolute;
    top: 4px;
    z-index: 9;
    right: 15px;
}

#product_tab .positionsticker,.quickw2 .positionsticker {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 10;
}

.timere-zone.positionsticker {
    position: absolute;
    top: 100px;
    right: 20px;
    z-index: 10;
}

#column-left .news_cat .product-thumbleft .image {
    width: 100%;
}

#column-left .news_cat .product-thumbleft .image img {
    margin: 0 auto;
}

#column-left .news_cat .product-thumbleft .caption {
    text-align: center;
}

#column-left .news_cat .caption p {
    margin: 0;
}

#column-left .positionsticker {
    position: absolute;
    top: 0;
    right: 0;
    left: 10px;
    z-index: 10;
    display: table;
}

.positionsticker_spec {
    position: absolute;
    top: -5px;
    left: 55px;
}

.setifooter {
    position: relative;
    float: left;
}

.diamont_seti {
    width: 37px;
    height: 37px;
    background: #2F2F2F;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    color: #fff;
    font-size: 15px;
    margin-right: 10px;
    text-align: center;
    line-height: 30px;
}

.topflags {
    position: relative;
    top: -2px;
}

.dropdown-menu>li>a {
    color: #777;
}

.activetopmenu {
    color: #777!important;
}

#menu li a:hover {
    color: #999;
}

#menu .dropdown-inner1 a {
    clear: both;
    color: #000;
    display: block;
    font-size: 12px;
    line-height: 20px;
    min-width: 160px;
    padding: 5px 10px 0 10px;
    text-transform: uppercase;
    white-space: pre;
    text-align: left;
}

.dropdown-inner1 ul li a:hover {
    color: #51473c!important;
}

.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover {
    background-color: transparent;
    color: #51473c;
}

.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 {
    top: 3px;
    position: relative;
}

.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: #51473c;
}

.imgpopcat {
    color: #777;
}

.radio .view {
    display: inline-block;
    text-align: center;
}

#top-menu {
    z-index: 1005;
}

.children_lv3 {
    display: none;
}

.open>a {
    background: none!important;
}

.fa.fa-angle-down.menu {
    left: 6px;
    position: relative;
}

#menu .plus {
    float: right;
    margin-top: 18px;
    margin-right: 35px;
    color: #51473C;
}

#menu .fa.fa-minus {
    display: none;
}

.fa.fa-plus {
    display: block;
}

.rowimg {
    margin-left: 1px;
}

.owl-controls .owl-page.active span {
    background: #51473c;
}

.desk {
    width: 358px;
    padding: 12px;
    height: 62px;
}

.nav>li>a:focus,.nav>li>a:hover {
    background-color: transparent;
    border-color: transparent;
}

.tell_nav {
    color: #404040;
    font-size: 18px;
    letter-spacing: 3px;
    font-weight: 500;
}

.catfl {
    margin-bottom: 25px;
}

.catfl_nav {
    font-size: 15px;
    color: #777;
    letter-spacing: 1px;
}

.fa-stack-1x,.fa-stack-2x {
    left: 1px;
}

.dropdown-menu {
    z-index: 1008;
}

.diamond {
    width: 27px;
    height: 27px;
    background: #79C1D4;
    top: -15px!important;
    right: 22px;
    border-radius: 27px;
}

.diamond-inner {
    width: 20px;
    height: 20px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 13px;
    text-transform: uppercase;
}

.textcart {
    font-size: 15px;
}

.cart-info {
    font-size: 16px;
    color: #777;
}

a.cart-info:hover {
    font-size: 16px;
    color: #51473c;
    cursor: pointer;
}

.btn-cart {
    display: inline-block;
    flex-direction: row-reverse;
    justify-content: center;
    width: auto;
    margin: 0 auto;
    padding: 14px;
    background: transparent!important;
    font-size: 15px;
    line-height: 18px;
    font-weight: normal;
    color: #282828!important;
    text-transform: none;
    border-radius: 8px;
}

.btn-cartpr {
    border-radius: 0;
    display: inline-block;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 13px;
    padding: 12px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

#addtocart .btn-cart {
    margin-top: 5px;
}

.btn-instock {
    border-radius: 0;
    display: inline-block;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 13px;
    padding: 12px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

.btn-instock2 {
    border: medium none;
    border-radius: 0;
    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 {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #a9a9a9;
    border-radius: 0;
    color: #282828;
    display: inline-block;
    float: none;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 13px;
    margin: 0 5px 0 5px;
    text-align: center;
    width: 38px;
    height: 36px;
    border-radius: 9px;
}

.btn-compare {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #a9a9a9;
    border-radius: 0;
    color: #282828;
    display: inline-block;
    float: none;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 13px;
    margin: 0 1px 0 0;
    text-align: center;
    width: 38px;
    height: 36px;
    border-radius: 9px;
}

.btn-quickview {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #9EAAAC;
    border-radius: 0;
    color: #222;
    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: 5px;
    background: #000000;
}

.modal-header {
    border-bottom: none;
}

.modal-body p {
    font-size: 14px
}

.form-control {
    border-radius: 0;
}

.product-layout2 {
    overflow: hidden;
    z-index: 5;
    height: 510px;
    background: #fff;
    position: relative;
    width: 320px;
    margin: 0 auto;
}

@media(min-width: 600px) {
    .product-layout2 {
        overflow:hidden;
        z-index: 5;
        height: 530px;
        background: #fff;
        position: relative;
        width: 248px;
        margin: 0 auto;
    }

    .product-layout2 .slide {
        height: 325px;
    }
}

@media(min-width: 600px) {
    .product-layout2 {
        overflow:hidden;
        z-index: 5;
        height: 530px;
        background: #fff;
        position: relative;
        width: 290px;
        margin: 0 auto;
    }

    .product-layout2 .slide {
        height: 325px;
    }
}

@media(min-width: 600px) {
    .product-layout2 {
        overflow:hidden;
        z-index: 5;
        height: 530px;
        background: #fff;
        position: relative;
        width: 320px;
        margin: 0 auto;
    }

    .product-layout2 .slide {
        height: 430px;
    }
}

@media(min-width: 799px) {
    .product-layout2 {
        overflow:hidden;
        z-index: 5;
        height: 530px;
        background: #fff;
        position: relative;
        width: 250px;
        margin: 0 auto;
    }

    .product-layout2 .slide {
        height: 330px;
    }
}

@media(min-width: 857px) {
    .product-layout2 {
        overflow:hidden;
        z-index: 5;
        height: 530px;
        background: #fff;
        position: relative;
        width: 295px;
        margin: 0 auto;
    }

    .product-layout2 .slide {
        height: 410px;
    }
}

@media(min-width: 997px) {
    .product-layout2 {
        overflow:hidden;
        z-index: 5;
        height: 530px;
        background: #fff;
        position: relative;
        width: 255px;
        margin: 0 auto;
    }

    .product-layout2 .slide {
        height: 350px;
    }
}

@media(min-width: 1024px) {
    .product-layout2 {
        overflow:hidden;
        z-index: 5;
        height: 540px;
        background: #fff;
        position: relative;
        width: 255px;
        margin: 0 auto;
    }

    .product-layout2 .slide {
        height: auto;
    }
}

@media(min-width: 1199px) {
    .product-layout2 {
        overflow:hidden;
        z-index: 5;
        height: 530px;
        background: #fff;
        position: relative;
        width: 290px;
        margin: 0 auto;
    }

    .product-layout2 .slide {
        height: 420px;
    }
}

@media(min-width: 1559px) {
    .product-layout2 {
        overflow:hidden;
        z-index: 5;
        height: 530px;
        background: #fff;
        position: relative;
        width: 320px;
        margin: 0 auto;
    }

    .product-layout2 .slide {
        height: 300px;
    }
}

.carousel-indicators li {
    width: 8px;
    height: 8px;
    display: inline-block;
    margin: 0 2px 0 2px;
    border: none;
    background-color: #8C8C8C;
}

.tabst h2 {
    font-size: 14px;
}

.text-write {
    font-weight: 800;
    font-size: 16px;
}

.btn-compare:hover,.btn-wishlist:hover,.btn-quickview:hover {
    background: #51473c;
    border: 1px solid #737373;
    color: #fff;
}

.product-layout {
    border-right: none;
    margin-bottom: 35px;
}

.product-layoutcat {
    border-right: none;
    margin-bottom: 20px;
    margin-top: 5px;
}

.product-layout:hover .btn-cart {
    background-color: #191919;
    color: #fff;
}

.product-change .product-thumb {
    border: 1px solid #c8c8c8;
    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;
}

.caption a {
    color: #000000;
    font-size: 15px;
    font-weight: 400;
}

.navbar {
    margin-bottom: 0px;
}

hr {
    margin-bottom: 1px;
    margin-top: 1px;
}

.footersoc {
    float: right;
    cursor: pointer;
    font-size: 15px;
}

.scup {
    cursor: pointer;
    background-color: #555;
    color: red;
    width: 40px;
    height: 40px;
    bottom: 20px;
    right: 10px;
    z-index: 1010;
    position: fixed;
    text-align: center;
}

a.scup {
    outline: 0;
    text-align: center;
}

a.scup i {
    font-size: 32px;
    margin: 1px 0 0 0!important;
    color: #fff;
    display: inline-block;
}

a.scup i:hover {
    text-decoration: none;
    color: #737373;
}

.list-unstyled li span a {
    color: #51473c;
}

.namelink a:hover {
    color: #51473c;
}

.list-unstyled li a:hover {
    color: #51473c;
}

#review .fa-stack-2x {
    font-size: 1em;
}

.breadcrumb {
    background-color: transparent;
    border-radius: 0;
}

li a.redwine {
    color: #51473c;
}

.btn-default2 {
    color: #777;
    border: none;
    box-shadow: none;
}

.btn-listgrid {
    color: #2f2f2f;
}

footer .list-unstyled li a:hover {
    color: #fff;
}

footer .fa-ul {
    color: #777;
    font-size: 14px;
}

footer .fa-ul a {
    color: #777;
    font-size: 14px;
}

footer .fa-ul a:hover {
    color: #51473c;
}

.liposition {
    margin-left: 17px;
}

.footer_contacts {
    cursor: pointer;
    color: #f2f2f2;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 35px;
    margin-top: 15px;
    text-transform: uppercase;
}

.info-block {
    font-size: 16px;
}

.block-contacts {
    height: 320px;
    position: absolute;
    top: 0px;
    z-index: 100;
    color: #272727;
    font-weight: 500;
    background-color: rgba(81,71,60,0.9);
    padding-left: 15px;
    padding-right: 15px;
}

.block-contacts li a {
    color: #f2f2f2;
}

.li_top {
    margin-top: 20px!important;
}

.block-contacts2 {
    width: 100%;
    height: 320px;
    position: absolute;
    top: 0px;
    z-index: 100;
    background-color: rgba(0,0,0,0.5);
}

.block-contacts li {
    color: #f2f2f2;
    margin-top: 7px;
}

.block-contacts li:hover,.block-contacts li a:hover {
    color: #aaa;
    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;
}

.pagination>li>a,.pagination>li>span {
    color: #777;
    margin-left: 7px;
    border-radius: 50px;
}

.pagination>li>a:hover,.pagination>li>span:hover {
    background: #51473c;
    color: #FFF;
    border-radius: 50px;
}

.pagination>li:first-child>a,.pagination>li:first-child>span {
    border-bottom-left-radius: inherit;
    border-top-left-radius: inherit;
    border-radius: 50px;
}

.pagination>li:last-child>a,.pagination>li:last-child>span {
    border-bottom-right-radius: inherit;
    border-top-right-radius: inherit;
    border-radius: 50px;
}

.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover {
    background: #51473c;
    color: #FFF;
    border-radius: 50px;
}

.prrewiev {
    float: left;
    margin-right: 15px;
}

.text-color {
    color: #8E8E8E;
}

.rating a {
    color: #777;
    font-size: 15px;
    position: relative;
    cursor: pointer;
}

.rating a:hover {
    color: #51473c;
}

.rew.rating .fa-star {
    font-size: 11px;
}

.rew.rating .fa-star-o {
    font-size: 11px;
}

.rew.rating .fa-stack {
    font-size: 5px;
}

.linetoppr {
    border-bottom: 1px solid #ddd;
}

hr {
    box-shadow: 0 0px 4px 2px rgb(0 0 0 / 8%);
}

.list-unstyled {
    font-size: 14px;
    color: #777;
    font-weight: 400;
}

.items-count {
    background-color: #ffffff;
    border: medium none;
    clear: both;
    color: #222;
    float: left;
    font-size: 23px;
    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;
}

.priceproduct-old {
    color: #E12C31;
    font-size: 15px;
    font-weight: 400;
    text-decoration: line-through;
    line-height: 12px;
    vertical-align: 7px;
}

.priceproduct-new {
    color: #000;
    font-size: 26px;
    font-weight: 400;
}

.thumbnail {
    background-color: inherit;
    border: inherit;
}

footer .fa-stack {
    color: #A99D90;
    margin-right: 4px;
}

footer .fa-stack:hover {
    color: #9AB9A5!important;
}

.rigimg {
}

.nav-tabs>li>a {
    font-size: 17px;
    color: #777;
}

.nav-tabs>li>a:hover {
    color: #51473c;
}

.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: #51473c;
}

.noline {
    background: none!important;
}

.padding-carusel .owl-carousel .owl-item {
    padding: 0 2px;
}

.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: 0.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: 0.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: 0.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: 10px;
    margin-bottom: 10px;
}

.vopmen {
    margin-bottom: 10px;
}

.vopmen:hover {
    opacity: 0.8;
}

.submenu_main {
    display: inline!important;
    padding: 0!important;
}

.menuv_3lv {
    padding: 3px 0!important;
}

.menuv-allv {
    color: #51473c!important;
    margin-left: -10px!important;
}

.menuv-allv:hover {
    text-decoration: underline!important;
}

.dropdown.hidev {
    cursor: pointer;
}

.menuv-all {
    margin-left: 7px;
    color: #51473c!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: 6px;
    margin-right: 22px;
}

.column_width1 {
    min-width: 160px;
    white-space: nowrap;
}

#menu .nav .hidem>li>a:hover,#menu .nav .hidem>li.open>a {
    line-height: 43px;
    margin-top: -12px;
}

#menu .nav .hidem>li>a:hover,#menu .nav .hidem>li.open>a {
    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 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: #000000!important;
}

.menuv_3lv {
    color: #000;
}

.tomvmenu {
    margin-top: 7px;
    margin-bottom: 7px;
    padding-left: 0;
    padding-right: 0;
}

.multi-level {
    width: 270px;
}

#menu li .dropdown-submenu a:hover {
    color: #51473c;
}

.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;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.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;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    width: 270px;
}

.dropdown-menu2:hover {
    background: #eaeaea;
}

.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: normal;
    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 {
    background: #F7F7F7;
}

.dropdown-submenu>.dropdown-menu2 {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
}

.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 0.95s;
}

.effect-hover .wishlist,.effect-hover .compare,.effect-hover .quickview {
    font-size: 13px;
    color: #868583;
    border: 1px solid #c8c8c8;
    padding: 8px;
    border-radius: 9px;
    margin-right: 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: 0.15s;
    transition-delay: 0.15s;
    -webkit-transition: opacity 0.45s,-webkit-transform 0.45s;
    transition: opacity 0.45s,transform 0.45s;
    opacity: 0.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: 0.95;
}

.effect-banner:hover img {
    opacity: 0.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: #FFFFFF!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: 1%;
}

#product-tab .fa-caret-right {
    top: 1px;
    position: relative;
}

#product-tab .nav-tabs {
    border-bottom: none;
}

#product-tab .nav-tabs>li,#product-tab .nav-pills>li {
    float: none;
    zoom:1;}

#product-tab .nav-tabs,#product-tab .nav-pills {
    text-align: center;
}

#product-tab .nav-tabs.mod>li>a {
    text-transform: none;
    text-align: left;
}

#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 {
    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 {
    font-size: 16px;
    color: #2F2F2F;
    display: inline;
    text-decoration: none;
    top: 3px;
    position: relative;
}

.buttonsall_news a:hover {
    color: #51473c;
}

.groupcat {
    padding-top: 35px;
    padding-bottom: 20px;
}

.fixnewsgrid {
    margin: 10px;
}

.fixnewslist {
    margin: 10px 10px -1px -5px;
}

.newsdesc {
    padding: 11px;
    text-align: left;
}

.timespecial.image {
    float: left;
}

#column-left {
    padding-left: 0px;
    padding-right: 20px;
}

#column-left .product-thumbleft .image {
    float: left;
    margin-right: 10px;
}

#column-left .product-thumbleft .button-group {
    display: none;
}

#column-left .cart {
    display: none;
}

#column-left .product-thumbleft {
    margin-bottom: 10px;
    margin-left: -5px;
    margin-right: -5px;
    margin-top: 10px;
    overflow: hidden;
}

.sixe_price .price {
    color: #000;
    font-size: 23px;
    font-weight: 400;
}

#column-left .product-layout {
    margin-bottom: 20px;
}

#column-left .row {
    margin-right: 0px;
    margin-left: 0px;
}

#column-left .product-thumb h4 {
    height: auto;
}

#column-left .stickers-special,#column-left .stickers-top,#column-left .stickers-new {
    margin-left: -20px;
    margin-top: -5px;
}

#plus .fa-angle-up {
    font-size: 16px;
}

#minus .fa-angle-down {
    font-size: 16px;
}

.dropdown-menu>li>a {
    padding: 3px 15px;
}

.pagination>li>a,.pagination>li>span {
    border: none;
}

.form-control:focus {
    border-color: #C2A86B;
    outline: 0;
    box-shadow: none;
}

footer .list-unstyled li,footer .list-unstyled li a {
    display: block;
    font-size: 13px;
    font-weight: 400;
    margin-top: 5px;
    letter-spacing: 0.6px;
    line-height: 1.4;
    text-transform: uppercase;
}

.wishlist,.compare,.quickview {
    cursor: pointer;
}

.style2lv {
    font-weight: 400;
    font-size: 14px;
    color: #ff590a;
    padding: 2px 10px;
}

.dsfsdf {
    display: block;
}

.btn-link:focus,.btn-link:hover {
    text-decoration: none;
}

#top {
    height: 38px;
}

.top-header {
    padding: 10px 0 0 0;
    border-bottom: 1px solid #D4D4D4;
}

.top-header.bcolor {
    background: #000000;
}

.cartphotos {
    display: block;
    margin: 0;
    vertical-align: middle;
}

.form-control {
    height: 37px;
    width: 100%;
    margin: 0 auto 1px;
}

.banner-margin {
    margin: 14px 0px!important;
}

.mailletters {
    display: inline-flex;
    width: 50%;
}

.footer_mailtext {
    color: #232323;
    margin-bottom: 8px;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 12px;
}

.footer_add {
    margin-bottom: 60px;
}

.text_cent {
    text-align: center;
}

.copyrightf {
    margin-bottom: 20px;
}

.call-order,#undersell-order {
    cursor: pointer;
}

.effectb {
    position: relative;
}

.text-time {
    color: #8E8E8E;
    font-size: 14px;
    text-align: center;
}

.text-timepr {
    font-size: 14px;
    color: #2F2F2F;
    font-weight: bold;
}

#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: 755px;
    margin: 0 auto;
    background: #fff;
    position: relative;
}

.quickw .mfp-content {
    vertical-align: top!important;
    top: 10%;
}

.quickw .mfp-close {
    background: #F0F0F0!important;
    height: 50px!important;
    cursor: pointer!important;
    line-height: 35px!important;
    width: 50px!important;
}

.quickw .mfp-close span {
    color: red!important;
}

.fastorder2 {
    padding: 15px 25px 15px 25px;
}

.quickw2 {
    padding: 15px 25px 15px 25px;
}

.quickwgroup {
    border-bottom: 1px solid #F5F5F5;
}

.line-product {
    padding: 10px 0 10px 0;
}
.product-desc .price-wrapper {
    /* text-align: center; */
}
.infoimg {
    float: left;
    padding-right: 7px;
    position: relative;
    top: -35px
}

.infotext {
    overflow: hidden;
}

.fixcenter {
    margin: 0 auto;
    display: block;
}

.rewardin {
    color: #74A378;
}

.rewardoff {
    color: #D5333E;
}

@media(max-width: 449px) {
    .reg a {
        color:#000!important;
    }

    .log {
        border-color: #000!important;
    }
}

@media(max-width: 487px) {
    #search .categories {
        display:none;
    }

    #search input {
        border-radius: 20px 20px 20px 20px;
    }

    .block_catwall {
        width: 100%!important;
    }
}

@media (min-width: 488px) {
    #search .categories {
        display:table-cell;
    }

    #search input {
        border-radius: 0 20px 20px 0;
    }
}

@media(max-width: 560px) {
    .block-contacts {
        display:none;
    }

    .cat_news {
        width: 100%!important;
    }
}

@media(min-width: 768px) {
    .tab_padding {
        width:auto!important;
    }

    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }

    .effect-phoebe p a {
        opacity: 0;
    }

    .fixformtime {
        margin-left: -5px!important;
    }

    .fixformtime2 {
        margin-right: -5px!important;
    }
}

@media(min-width: 992px) {
    .search_input_head #search .categories {
        display:none;
    }

    .search_input_head #search input {
        border-radius: 20px;
    }

    .fixxsmenu_tel {
        top: 56px;
        left: -90px;
        padding: 7px 15px;
    }

    .fixxsmenu_search {
        width: 350px;
        padding: 10px 12px 10px 15px;
        left: -290px;
        top: 56px;
        background-color: #fff;
    }

    .seaech_icon {
        top: 23px;
        position: relative;
    }

    .fon_icon {
        top: 23px;
        position: relative;
    }

    .block_fon_search {
        text-align: right;
    }

    .top-header3 .fn_header {
        right: 30px;
        position: relative;
    }

    .top-header3 .search_input_head {
        right: 0;
        position: relative;
    }

    .seaech_icon .fa-search {
        font-size: 19px;
        color: #777;
    }

    .fon_icon .fa-phone {
        font-size: 19px;
        color: #777;
    }

    .top-header3 .fn_header {
        display: inline-block;
    }

    .top-header3 .search_input_head {
        display: inline-block;
    }

    .bottom_menu {
        margin-bottom: 65px;
    }

    .top-header3 #cart>.btn {
        margin-top: 0;
    }

    .top-header3 #cart {
        margin-bottom: 0;
    }

    .top-header3 .cart {
        margin-bottom: 0;
    }

    .top-header3 .top-menu {
        margin-top: 10px;
    }

    .top-header3 #logo img {
        width: 65px;
        padding: 3px;
    }

    .top-header3 #logo {
        min-height: 65px;
        margin: 0;
    }

    .carousel-indicators {
        bottom: 12px;
    }

    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;
    }

    #menu .children-category .list-unstyled {
        vertical-align: top;
        padding-bottom: 10px;
        position: relative;
    }

    .top-mainmenu {
        margin-top: 10px;
    }

    #menu .dropdown:hover .dropdown-menu {
        margin-top: 0px;
        opacity: 1;
        visibility: visible;
        height: auto;
        transition: all 320ms,opacity 0ms;
        -webkit-transition: all 320ms,opacity 0ms;
        -o-transition: all 320ms,opacity 0ms;
    }

    #menu .manuf_drop .dropdown-menu {
        margin-left: -500px;
    }

    #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 .children-category .list-unstyled {
        margin-left: 6px;
    }

    #menu .plus {
        display: none;
    }

    .fixslbann {
        margin-top: 15px
    }

    #menu .dropdown-inner {
        display: block;
        width: 930px;
    }
}

@media(max-width: 991px) {
    .fn_header .table {
        width:280px;
        margin: 0 auto;
    }

    .zoomContainer {
        display: none!important;
    }

    .top-header3 {
        position: relative;
        top: 0px;
        opacity: 1;
    }

    .nav>li>a {
        padding: 10px 15px;
    }

    .col-aridius {
        width: 100%;
        float: left;
        position: relative;
    }

    #menu .nav>li>a:hover,#menu .nav>li.open>a {
        border-top: none;
    }

    #menu .navbar-collapse {
        margin: 0 15px;
    }

    #menu .nav>li>a {
        padding: 15px 9px;
        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;
    }

    #menu .children-category .list-unstyled {
        vertical-align: top;
        position: relative;
    }

    .navbar-header {
        float: none;
    }

    .navbar-left,.navbar-right {
        float: none!important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: none;
        box-shadow: none;
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none!important;
    }

    .navbar-nav {
        float: none!important;
        margin: 2px 0 0;
    }

    .navbar-nav>li {
    }

    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-right: 35px;
    }

    .collapse.in {
        display: block!important;
        overflow-x: hidden;
    }

    #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;
    }
}

@media(max-width: 1199px) {
    .tomvmenu .opacityhv {
        display:none;
    }

    .column_width2 {
        width: 602px;
    }
}

@media(min-width: 1200px) {
    .cat_clear:nth-child(6n+7) {
        clear:left;
    }

    #search.input-group {
        width: 100%;
    }

    #cart>.btn {
        margin-left: 5px;
        top: 5px;
    }

    #menu .dropdown-inner {
        display: block;
        margin-top: 10px;
        width: 1129px;
    }

    .fix_true {
        max-width: 396.3px;
    }
}

@media(min-width: 768px) and (max-width:991px) {
    #menu .nav>li>a:hover::before {
        top:-1px;
        height: 1px;
        background: white;
    }

    #menu .nav>li>a::before {
        content: '';
        position: absolute;
        top: -1px;
        left: 0px;
        right: 0px;
        background: #51473c;
        height: 1px;
        z-index: 1;
    }

    .top-menu .dropdown-menu a:hover {
        color: #fff!important;
    }

    .head_search {
        margin-bottom: 20px;
    }

    .search_input_head {
        margin-bottom: 10px;
    }

    #menu .btn-navbar {
        padding: 5px 18px!important;
    }

    .cat_clear:nth-child(3n+4) {
        clear: left;
    }

    .table {
        margin: 0 auto;
    }

    .fn_header .table {
        width: 280px;
    }

    #cart {
        margin-top: 20px;
        margin-bottom: 0px;
    }

    #menu .nav>li>a {
        color: #fff;
    }

    #search.input-group {
        width: 69%;
        margin: 0 auto;
    }

    #cart>.btn {
        margin-top: 0px;
    }

    footer h5 {
        font-size: 14px;
        letter-spacing: 1px;
    }

    .fix_true {
        max-width: 225px;
    }

    .height_search_tel {
        margin-top: 0px;
        margin-bottom: 0px;
        height: auto;
    }
}

@media(min-width: 1200px) and (max-width:1599px) {
    .column_width3 {
        width:767px;
    }

    .multi-level {
        left: -60px;
    }

    .seaech_icon {
        top: 23px;
        position: relative;
    }

    .fon_icon {
        top: 23px;
        position: relative;
    }

    .top-header3 .fn_header {
        right: 40px;
        position: relative;
    }

    .top-header3 .search_input_head {
        right: 10px;
        position: relative;
    }

    .seaech_icon .fa-search {
        font-size: 16px;
    }

    .fon_icon .fa-phone {
        font-size: 16px;
    }

    .video_cat {
        padding-bottom: 50.75%;
    }

    .fixxsmenu {
        left: -50px;
    }

    #column-left .product-thumbleft .image {
        width: 100%;
    }

    #column-left .product-thumbleft .image img {
        margin: 0 auto;
    }

    #column-left .product-thumbleft .caption {
        text-align: center;
    }

    .cart-item-after {
        padding: 0 3px;
        width: auto;
        min-width: 25px;
        height: 25px;
        line-height: 25px;
        font-size: 13px;
        right: 5px;
    }

    .cart-item {
        width: 25px;
        height: 25px;
        margin-top: -2px;
        margin-left: -20px;
        border-radius: 25px;
    }

    #frame2 {
        width: 35px;
    }

    .rating a {
        font-size: 13px;
    }

    .btn-cart {
        font-size: 11px;
    }

    footer h5 {
        font-size: 15px;
    }

    .buttonsall_news a {
        font-size: 13px!important;
    }

    #column-left .title_center {
        font-size: 23px!important;
    }

    .hstyle a {
        font-size: 13px;
    }

    .col-left {
        width: 21.5%;
        float: left;
        position: relative;
    }

    .col-right {
        width: 21.5%;
        float: left;
        position: relative;
        padding-left: 15px;
    }

    .col-aridius {
        width: 78.5%;
        float: left;
        position: relative;
    }

    .img_tabl {
        width: 50px;
    }

    .menu_adapt_coll {
        padding-left: 0px!important;
    }

    #menu .nav>li {
        padding: 0 20px;
    }

    #menu .nav>li>a {
        font-size: 12px!important;
    }

    .tell_nav {
        font-size: 15px;
        letter-spacing: 2.5px;
    }

    #search select {
        padding: 6px 10px!important;
        font-size: 11px!important;
    }

    .select-wrapper {
        width: 150px;
    }

    #search .categories {
        width: 150px!important;
    }

    #search input {
        font-size: 12px!important;
    }

    .cart {
        padding-left: 0!important;
    }

    #cart>.btn {
        padding: 10px 0;
        margin-left: 0;
        font-size: 12px;
        top: 7px;
    }

    .circleout2 {
        font-size: 16px;
        line-height: 25px;
        height: 25px;
        width: 25px;
    }

    .fa_table {
        height: 50px;
    }

    .height_search_tel {
        margin-bottom: 15px;
        height: 50px;
    }

    .fn_header {
        padding-left: 15px;
    }

    .textcart {
        right: 15px;
        position: relative;
        font-size: 14px!important;
    }
}

@media(min-width: 992px) and (max-width:1199px) {
    .video_cat {
        margin:15px 10px 14px 10px!important;
    }

    .multi-level {
        left: -60px;
    }

    .fixxsmenu_search {
        padding: 10px 0 10px 15px;
    }

    .seaech_icon {
        top: 23px;
        position: relative;
    }

    .fon_icon {
        top: 23px;
        position: relative;
    }

    .block_fon_search {
        text-align: left;
    }

    .top-header3 .fn_header {
        right: 30px;
        position: relative;
        z-index: 999;
    }

    .top-header3 .search_input_head {
        right: 10px;
        position: relative;
    }

    .seaech_icon .fa-search {
        font-size: 14px;
    }

    .fon_icon .fa-phone {
        font-size: 14px;
    }

    .fixxsmenu {
        left: -50px;
    }

    .video_cat {
        padding-bottom: 50.75%;
    }

    #cart .dropdown-menu.pull-right {
        right: -30px;
    }

    #search {
        width: 96%!important;
    }

    #frame2 {
        width: 35px;
    }

    .cart-item-after {
        width: 25px;
        height: 25px;
        line-height: 25px;
        font-size: 13px;
    }

    .cart-item {
        width: 25px;
        height: 25px;
        margin-top: -2px;
        margin-left: -20px;
        border-radius: 25px;
    }

    footer h5 {
        font-size: 12px;
    }

    footer .list-unstyled li a {
        font-size: 11px;
    }

    .buttonsall_news a {
        font-size: 13px!important;
    }

    #column-left .title_center {
        font-size: 22px!important;
    }

    #column-left .product-thumbleft .image {
        width: 100%;
    }

    #column-left .product-thumbleft .image img {
        margin: 0 auto;
    }

    #column-left .product-thumbleft .caption {
        text-align: center;
    }

    .col-left {
        width: 25%;
        float: left;
        position: relative;
    }

    .col-right {
        width: 25%;
        float: left;
        position: relative;
        padding-left: 15px;
    }

    .col-aridius {
        width: 75%;
        float: left;
        position: relative;
    }

    .menu_adapt {
        padding-left: 0!important;
        padding: 0;
    }

    .menu_adapt_coll {
        padding-left: 0!important;
    }

    #menu .nav>li>a {
        padding: 15px 7px!important;
        font-size: 11px;
    }

    .tell_nav {
        font-size: 14px;
        letter-spacing: 2.5px;
    }

    #search select {
        padding: 6px 10px!important;
        font-size: 11px!important;
    }

    .select-wrapper {
        width: 150px;
    }

    #search .categories {
        width: 150px!important;
    }

    #search input {
        font-size: 12px!important;
    }

    .cart {
        padding-left: 0!important;
        left: -15px;
    }

    #cart>.btn {
        padding: 10px 0;
        margin-left: 0;
        font-size: 12px;
        top: 7px;
    }

    .circleout2 {
        font-size: 16px;
        line-height: 25px;
        height: 25px;
        width: 25px;
    }

    .fa_table {
        height: 50px;
    }

    .height_search_tel {
        margin-bottom: 15px;
        height: 50px;
    }

    .fn_header {
        padding-left: 0px;
        padding-right: 0px;
    }

    .textcart {
        right: 20px;
        position: relative;
        font-size: 13px!important;
    }

    .cat_clear:nth-child(4n+5) {
        clear: left;
    }

    .fix_true {
        max-width: 307.5px;
    }

    #column-left .product-thumb .image {
        min-width: 183px;
        margin-bottom: 7px;
    }

    .nav-tabs>li>a {
        font-size: 14px;
        padding: 10px 10px;
    }

    #top-links2 a {
        font-size: 10px;
    }
}

@media(min-width: 768px) and (max-width:991px) {
    #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: 810px) {
    .video_cat {
        margin:15px 10px 8px 10px!important;
    }

    #menu .nav>li>a:hover::before {
        top: -1px;
        height: 1px;
        background: white;
    }

    #menu .nav>li>a::before {
        content: '';
        position: absolute;
        top: -1px;
        left: 0;
        right: 0;
        background: #51473c;
        height: 1px;
        z-index: 1;
    }

    #menu .plus {
        color: white;
    }

    .top-menu .dropdown-menu a {
        color: #CCC!important;
    }

    .top-menu .dropdown-menu a:hover {
        color: #fff!important;
    }

    .head_search {
        margin-bottom: 20px;
    }

    .search_input_head {
        margin-bottom: 10px;
    }

    #menu .btn-navbar {
        padding: 5px 30px!important;
    }

    .cat_clear:nth-child(3n+4) {
        clear: left;
    }

    .product-info .table {
        width: 100%;
        margin: 0 auto;
    }

    #cart {
        margin-top: 20px;
        margin-bottom: 0px;
    }

    #menu .nav>li>a {
        color: #fff;
    }

    #search.input-group {
        width: 95%;
        margin: 0 auto;
    }

    #cart>.btn {
        margin-top: 0;
    }

    #menu {
        background-color: #2f2f2f;
    }

    footer h5 {
        font-size: 12px;
        letter-spacing: 1px;
    }

    .fix_true {
        max-width: 225px;
    }

    .height_search_tel {
        margin-top: 0;
        margin-bottom: 0;
        height: 53px;
    }
}

#product .radio,#product_quickw .radio {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-bottom: 0;

}

#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: #000;
    background: #fff;
    font-size: 12px;
    display: block;
    width: 66px;
    height: 40px;
    padding: 0;
    margin-right: 8px;
    border: 1px solid #8c8c8c;
    border-radius: 8px;
    color: #000000;
    font-weight: 400;
    line-height: 38px;
    text-align: center;
}

.im_option:hover {
    box-shadow: 0 0 15px rgba(0,0,0,.4);
}

.nav-tabs .active a h2 {
    color: #000;
}

.nav-tabs.mod {
    border-bottom: 1px solid #ddd;
}

.nav-tabs.mod>li.active>a,.nav-tabs.mod>li.active>a:focus,.nav-tabs.mod>li.active>a:hover {
    text-transform: none;
    border-left: 0;
    border-right: 0;
    margin-top: -1px;
    font-weight: 500;
    color: #fff;
}

.tabst h2:hover {
    color: #51473c;
}

#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 {
    font-size: 30px;
    margin-bottom: 20px;
    color: #D4D4D4;
    font-weight: 500;
}

.title_h {
    overflow: hidden;
}

.title_center {
    font-size: 25px;
    margin-bottom: 6px;
    color: #000000;
    font-weight: 500;
    margin-top: 5px;
}

.title_dostavka {
    font-size: 15px;
    color: #000000;
}

.title_dostavkas {
    font-size: 14px;
    color: #000000;
}

.title_style {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 24px;
    color: #000000;
    font-weight: 500;
    text-transform: uppercase;
}

#column-left .title_center {
    border-top: none;
    padding-top: 0;
}

.inl {
    display: inline;
}

.search_wrapper .button-search {
    right: auto;
    left: -2px;
}

.search_wrapper {
    padding-right: 0;
    padding-left: 48px;
}

.search_wrapper .button-search {
    border-radius: 3px 0 0 3px;
}

#search select {
    border-left: none;
    border-right: 1px solid #ccc;
}

.search_wrapper {
    position: relative;
    border: 2px solid;
    border-color: #ccc;
    background: #ffffff;
    border-radius: 3px;
    padding-right: 48px;
}

.header2 .search_wrapper {
    margin-top: 5px;
}

.search_wrapper .button-search {
    position: absolute;
    right: -2px;
    top: -2px;
    bottom: -2px;
    color: #ffffff;
    font-size: 24px;
    cursor: pointer;
    transition: all 400ms;
    width: 50px;
    line-height: 44px;
    text-align: center;
    background: #ccc;
    border-radius: 0 3px 3px 0;
}

#search {
    width: 100%;
    display: table;
}

#search input {
    width: 99%;
    display: table-cell;
    border: none;
    padding: 5px 13px;
    width: 100%;
    width: 90%;
    height: 35px;
    border: 1px solid #ccc;
    color: #888;
    font-size: 16px;
}

#search .categories {
    width: 180px;
}

#search select {
    color: #888;
    padding: 6px 15px;
    cursor: pointer;
    height: 35px;
    border: 1px solid #ccc;
    border-radius: 20px 0px 0px 20px;
    font-size: 13px;
    text-transform: initial;
}

.title_centere {
    padding: 5px;
    /* border:1px solid #ccc; */
}

.title_centere p {
    margin: 0 0 1px;
}

.text-left {
    font-size: 16px;
    width: 100%;
    text-align: center;
}

.text-right {
    font-size: 15px;
}

.captions {
    background-color: rgba(0,0,0,0.45);
    text-align: left;
}

.captions a {
    color: white;
    font-size: 17px;
    font-weight: 500;
    padding: 7px 5px 5px 15px;
    text-align: left;
    display: inline-block;
    overflow: hidden;
    height: 100%;
}

.list_ch {
    position: relative;
}

.col-lg-offset-5 {
    margin-left: 2.333333%;
}

body {
    font-family: 'Roboto',sans-serif;
    color: #282828;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}



.title_h.title_center span {
    display: inline-block;
    padding: 12px;
    font-size: 18px;
    font-weight: normal;
    color: #282828;
}

.title_h.title_center:before {
    position: absolute;
    content: "";
    width: 125px;
    height: 1px;
    left: 50%;
    bottom: 0;
    transform: translate(-50%);
    background: #282828;
}

.product-layout2 {
    height: unset!important;
    width: auto;
    max-width: 375px;
}

.product-layout2 .product-thumb {
    padding: 5px;
    background: transparent;
    border: none;
}

.product-layout2:hover .product-thumb {
    box-shadow: none;
    background: transparent;
}

.product-thumb .slide {
    border-radius: 8px;
    /* box-shadow: 0 0 15px rgba(0,0,0,.15); */
    overflow: hidden;
}

.product-layout2:hover .product-thumb .slide {
    box-shadow: 0 0 15px rgba(0,0,0,.4);
}

.product-thumb .caption {
    background: transparent;
}

.product-thumb .caption h4 {
    margin-bottom: 1px;
}

.product-thumb .caption a {
    text-transform: none;
    float: left;
    /* text-align:left; */
}

.product-thumb .caption .price {
    margin: 7px 0 3px;
    font-size: 20px;
    font-weight: normal;
    color: #282828;
    font-weight: 500;
    text-align: left;
}

.product-thumb .caption .price-new {
    font-size: 20px;
    font-weight: 500;
    color: #282828;
    text-align: left;
}

.product-thumb .caption .price-old {
    font-size: 18px;
    font-weight: normal;
    text-align: center;
}

.btn-cartpr {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    width: auto;
    min-width: 224px;
    margin: 0 auto;
    padding: 13px;
    background: transparent!important;
    border: 1px solid #8c8c8c!important;
    font-size: 18px;
    line-height: 18px;
    font-weight: normal;
    color: #282828!important;
    text-transform: none;
    border-radius: 8px;
    margin-bottom: 3px;
}

.btn-instock {
    flex-direction: row-reverse;
    justify-content: center;
    width: auto;
    min-width: 150px;
    padding: 13px;
    background: #eee!important;
    border: 1px solid #eeeeee!important;
    font-size: 18px;
    line-height: 18px;
    font-weight: normal;
    color: #999!important;
    text-transform: none;
    border-radius: 8px;
    background: #eee;
    color: #999;
}

.btn-cartpr:hover, .btn-instock:hover {
    box-shadow: 0 0 15px rgba(0,0,0,.4);
}

.btn-cartpr i.fa-shopping-cart {
    width: 18px;
    height: 20px;
    margin-left: 25px;
    font-size: 0;
    background: url(../../image/cart-bag.png)no-repeat center;
    background-size: contain;
}

.positionsticker {
    top: 15px;
    right: 15px;
}

.stickers-special, .stickers-top, .stickers-new {
    margin: 0;
    border-radius: 0 8px 0 8px;
}

.slide-desc {
    position: absolute;
    left: 50%;
    top: 70%;
    transform: translateX(-50%)translateY(-50%);
}

.slide-desc .text-slider {
    font-size: 50px;
    color: transparent;
    line-height: 60px;
    text-align: center;
    -webkit-text-stroke: 1px #fff;
    font-weight: 900;
}

.slide-desc .btn-slider {
    display: inline-block;
    min-width: 260px;
    padding: 0;
    margin-top: 40px;
    background: #282828;
    color: #fff;
    font-size: 24px;
    line-height: 58px;
    font-weight: normal;
    border-radius: 8px;
    -webkit-text-stroke: 0;
}

.social-block {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 210px;
    width: 100%;
    margin-bottom: 60px;
    background: url(../../image/bg-social.jpg)no-repeat center;
    background-size: cover;
    border-radius: 8px;
}

.social-block .btn-social {
    display: inline-block;
    margin: 0 20px;
    padding: 0 30px;
    background: #fff;
    border-radius: 8px;
    font-size: 24px;
    line-height: 56px;
    min-width: 264px;
    text-transform: uppercase;
    color: #282828;
    white-space: nowrap;
}

.social-block .btn-social:hover {
    color: #282828;
}

.social-block .btn-social i {
    position: relative;
    top: -4px;
    margin-right: 28px;
}

.seo-block {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: stretch;
    margin-bottom: 80px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 0 15px rgba(0,0,0,.4);
}

.seo-block-text {
    width: 40%;
    padding: 70px 60px;
    text-align: justify;
    font-size: 16px;
}

.seo-block-img {
    flex-grow: 1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

footer h5 {
    margin-bottom: 16px;
    text-align: center;
}

footer .list-unstyled li a {
    text-align: center;
    color: #fff!important;
}

footer .col-footer {
    width: 20%;
    padding: 0;
}

footer .line_foot {
    position: relative;
    border: none;
}

footer .line_foot:before {
    position: absolute;
    display: block;
    content: "";
    right: 15px;
    height: 1px;
    left: 15px;
    top: 55px;
    background: #fff;
}

footer .setifooter_ico {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
}

.footer-bottom {
    border-top: 1px solid #fff;
}

.footer-bottom .container {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    padding: 20px 15px;
}

.footer-bottom .container:before, .footer-bottom .container:after {
    display: none;
}

.footer-bottom .developer {
    font-size: 16px;
    line-height: 27px;
    font-weight: normal;
    color: #fff;
}

.footer-bottom .developer .copyright {
    font-size: 0;
}

footer .line-mail {
    position: relative;
    padding: 30px 0;
    color: #fff;
    text-align: center;
}

footer .line-mail:before {
    position: absolute;
    display: block;
    content: "";
    width: 600px;
    max-width: 100%;
    height: 1px;
    left: 50%;
    top: 0;
    background: #fff;
    transform: translate(-50%);
}

footer .line-mail a.mail {
    font-size: 16px;
    color: #fff;
}

#top-links .tell_nav {
    color: #fff;
}

#search .categories {
    display: none;
}

#top {
    height: 38px;
}

#top-links a+a {
    margin-left: 10px;
}

.phone-nav {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 6px 0;
}

.phone-nav .phone-item {
    width: 33px;
}

.phone-nav .phone-item img {
    max-width: 100%;
}

.header-content #cart .cart-item {
    background: transparent;
    min-width: 24px;
    width: auto;
    height: 24px;
    top: -10px;
    right: -5px;
}

.header-content #cart .cart-item-after {
    background: #cf395b;
    border-radius: 50%;
}

.header-content #cart .cartphotos {
    max-width: 20px;
    margin: 0;
    max-width: 20px;
}

.header-content #cart .cart-price {
    display: none;
}

.header-content #cart .caret {
    display: none;
}

.header-content #cart {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    margin-bottom: 0;
    font-size: 16px;
    top: 0px;
}

.header-content #cart>.btn {
    position: relative;
    margin-top: 0;
    margin-left: 5px;
    top: 1px;
    /* width:auto; */
    display: flex;
}

.header-content .account-nav {
    margin: 0;
    top: 1px;
}

.header-content .account-nav a {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    color: #282828!important;
    font-size: 16px;
}

.header-content .account-nav a span:not(.caret) {
    display: none;
}

.header-content .account-nav a span.caret {
    margin-left: 5px;
}

.header-content .account-nav img {
    width: 20px;
    margin-left: 5px;
    height: 20px;
}

.header-content .cart {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 7px 0 0;
}

.header-content {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}

#search {
    max-width: 550px;
    margin: 0 auto;
}

#search input {
    padding-left: 45px;
    padding-right: 55px;
    border-radius: 8px;
    z-index: 1;
}

#search .icon {
    position: absolute;
    z-index: 2;
    left: 15px;
    top: 6px;
    font-size: 17px;
}

#search .input-group-btn {
    right: 99px;
}

#search .btn-lg {
    color: #282828;
}

.stickers-special, .stickers-top, .stickers-new {
    width: 40px;
    height: 35px;
    font-size: 12px;
    line-height: 37px;
}

#menu .nav>li>a:before {
    top: unset;
    bottom: 0;
    background: #cf395b;
    display: none;
}

#menu .nav>li>a:hover {
    color: #cf395b;
}

#menu .nav>li>a:hover:before {
    display: block;
    background: #cf395b;
    top: unset;
    bottom: 10px;
}

#logo,#llogo_footer {
    max-width: 200px;
    min-height: unset;
    margin: 0 auto;
}

#logo img,#llogo_footer img {
    /* position:static; */
}

.product-layoutcat .item {
    padding: 0;
    margin: 0;
}

.carousel-inner>.item>img, .carousel-inner>.item>a>img {
    width: 100%;
    height: 100%;
}

.product-layout2 {
    max-width: unset;
}

.product-layout2.product-layout2-search {
    max-width: 100%;
}

.owl-carousel .owl-controls .owl-buttons .owl-prev {
    top: -50px;
    left: 17px;
    width: 67px;
    height: 44px;
    border: 1px solid #8c8c8c;
    border-radius: 8px;
    text-align: center;
    opacity: .8;
    box-shadow: 0 0 15pxrgba(0,0,0,.15);
}

.owl-carousel .owl-controls .owl-buttons .owl-prev:hover {
    box-shadow: 0 0 15px rgba(0,0,0,.4);
}

.owl-carousel .owl-controls .owl-buttons .owl-prev i {
    margin: 0;
    font-size: 30px;
    line-height: 42px;
    color: #282828;
}

.owl-carousel .owl-controls .owl-buttons .owl-next {
    top: -50px;
    right: 15px;
    width: 67px;
    height: 44px;
    border: 1px solid #8c8c8c;
    border-radius: 8px;
    text-align: center;
    opacity: .8;
    box-shadow: 0 0 15pxrgba(0,0,0,.15);
}

.owl-carousel .owl-controls .owl-buttons .owl-next:hover {
    box-shadow: 0 0 15px rgba(0,0,0,.4);
}

.owl-carousel .owl-controls .owl-buttons .owl-next i {
    margin: 0;
    font-size: 30px;
    line-height: 42px;
    color: #282828;
}

.owl-carousel .owl-controls .owl-buttons .owl-next i:before {
    content: "\f178";
}

.thumbnail {
    padding: 0;
}

.product-block {
    position: relative;
    overflow: hidden;
}

.product-block:before {
 display: none;
}

.product-img {
    position: relative;
}

.product-img .rowimg {
    position: absolute;
    top: 0;
    left: 15px;
    height: 100%;
    background: #fff;
    z-index: 2;
}

.product-img #image-additional2 {
    height: 100%;
}

.product-img .slider-nav {
    max-width: 125px;
    height: 100%;
}

.product-img .rowimg .image-additional {
    max-width: 105px;
}

.product-img .prmain {
    margin-left: 125px;
}

.product-img .thumbnails {
    opacity: 0;
}

.product-img .slider-nav {
    opacity: 0;
}

.product-img .slick-initialized.thumbnails {
    opacity: 1;
}

.product-img .slick-initialized.slider-nav {
    opacity: 1;
}

.product-img .slick-initialized .slick-slide {
    opacity: .5;
}

.product-img .slick-slide.slick-current {
    opacity: 1;
}

.product-img .slick-slide img {
    width: 100%;
    height: auto;
}

.product-img .thumbnails, .product-img .thumbnails .slick-list {
    overflow: visible;
}

.product-img .thumbnails .slick-prev {
    left: 0;
    width: 67px;
    height: 44px;
    border: 1px solid #8c8c8c;
    border-radius: 8px;
    text-align: center;
    opacity: .8;
    box-shadow: 0 0 15px rgba(0,0,0,.15);
    font-size: 0;
    z-index: 2;
}
@media (max-width: 991px) {
    .product-img .thumbnails .slick-prev {
        right: auto;
        left: 40px;
    }

    .product-img .thumbnails .slick-next {
        right: 0;
        left: auto;
        transform: translate(-40px, -50%);
    }
}
.product-img .thumbnails .slick-next {
    right: 0;
    width: 67px;
    height: 44px;
    border: 1px solid #8c8c8c;
    border-radius: 8px;
    text-align: center;
    opacity: .8;
    box-shadow: 0 0 15px rgba(0,0,0,.15);
    font-size: 0;
    z-index: 2;
}

.product-img .thumbnails .slick-prev:hover {
    box-shadow: 0 0 15px rgba(0,0,0,.4);
}

.product-img .thumbnails .slick-prev:before {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 30px;
    line-height: 42px;
    color: #282828;
    content: "\f177";
}

.product-img .thumbnails .slick-next:hover {
    box-shadow: 0 0 15px rgba(0,0,0,.4);
}

.product-img .thumbnails .slick-next:before {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 30px;
    line-height: 42px;
    color: #282828;
    content: "\f178";
}

.product-desc-wrapper {
    padding-top: 1px;
    padding-left: 14px;
}

.product-desc {
    position: relative;
    padding: 0;
    background: #fff;
    /* box-shadow: 0 0 15px rgba(0,0,0,.15); */
}

.product-desc .wish-comp-btns {
    position: absolute;
    top: 10px;
    right: 10px;
}

.product-desc .cart+.list-unstyled li {
    text-align: center;
}

.product-desc .title_h.title_center {
    /* padding: 11px 6px 10px; */
    margin: 0;
    font-size: 17px;
    /* text-transform: uppercase; */
    /* font-weight: bold; */
}

.product-desc .title_h.title_center:before {
    display: none;
}

.product-desc .priceproduct-new {
    font-size: 36px;
    color: #000000;
    font-weight: bold;
}

.product-desc .plus_minus-block {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.product-desc .plus_minus-block button {
    height: 30px;
    width: 30px;
}

.product-desc .plus_minus-block #input-quantity {
    height: 30px;
    width: 30px;
    border: 1px solid #cacaca;
    font-size: 18px;
    line-height: 20px;
    color: #000000;
    border-radius: 6px;
    background: transparent;
}

.product-desc .plus_minus {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: none;
    flex-direction: column;
    align-items: center;
    padding: 0;
}

.product-desc .plus_minus>span {
    padding-bottom: 10px;
}

#product {
    position: relative;
    display: block;
    /* text-align: center; */
}

#product .control-label {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

#product .radio .im_option {
     width: 120px;
     height: 40px;
     margin-right: 8px;
     border: 1px solid #8c8c8c;
     border-radius: 1px;
     color: #282828;
     font-weight: bold;
     line-height: 38px;
     text-align: center;
}

#product .radio .im_option:hover {
    box-shadow: 0 0 15px rgba(0,0,0,.4);
}

#product .radio input:checked+.im_option {
    background: #282828;
    border-color: #282828;
    color: #fff;
}

.table_size_link {
    display: block;
    margin-bottom: 5px;
}

.product-desc #button-cart {
    flex-direction: row-reverse;
    justify-content: center;
    width: 100%;
    font-size: 18px;
    line-height: 9px;
    font-weight: normal;
    color: #ffffff;
    text-transform: none;
    border-radius: 2px;
}

.product-desc #button-cart:hover {
    box-shadow: 0 0 15px rgba(0,0,0,.4);
}

.product-desc #button-cart i.fa-shopping-cart {
    width: 18px;
    height: 20px;
    margin-left: 25px;
    font-size: 0;
    background: url(../../image/cart-bag.png)no-repeat center;
    background-size: contain;
}

.product-desc .rewardin {
    display: block;
    padding: 5px 0;
    text-align: center;
    font-size: 16px;
    color: #219434;
    font-weight: 500;
}

.product-desc .title_centere {
    padding: 0;
    border: none;
}

.product-desc .title_centere .title_center {
    font-size: 17px;
    font-weight: bold;
    margin-left: 8px;
    font-family: Helvetica,Arial,sans-serif;
}

.product-description-atr {
    margin-bottom: 1px;
    width: 60%;
}

.product-description-atr .atr {
    width: 100%;
    overflow: visible;
    margin-bottom: 10px;
}

.product-description-atr .atr li {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-start;
}

.product-description-info .atr-flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.product-description-info .color-atr-wrapper {
    display: flex;
    flex-direction: column;
    margin-left: 5px;
}

.product-description-info .color-atr-wrapper .colors-btns {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.product-description-info .color-atr-wrapper .colors-btns .radio {
    margin: 0!important;
}

.product-description-info .color-atr-wrapper .colors-btns .radio .color-box {
    width: 30px!important;
    height: 30px!important;
    padding: 5px;
    border-radius: 50%;
    overflow: hidden;
}

.product-description-info .color-atr-wrapper .colors-btns .radio .color-box div {
    border-radius: 50%;
}

.product-description-info .color-atr-wrapper .colors-btns .radio input:checked+.color-box {
    border-color: #282828!important;
}

.product-description-info .model-wrapper {
    display: flex;
    flex-direction: column;
    width: 50%;
    text-align: center;
    margin-bottom: 15px;
}

.product-description-info .model-wrapper .model-label {
    margin-bottom: 10px;
}

.product-social-share .title {
    padding-top: 15px;
    font-size: 14px;
    text-align: center;
}

.tabs-wrapper {
    border-bottom: 1px solid #858585;
}

.tab-content {
}

.nav-tabs.mod {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    margin-top: 6px;
    border-bottom: none;
}

.product-social-share .product-social {
    display: flex;
    justify-content: center;
    padding: 15px 0 0;
    background: transparent;
    color: #282828;
}

.nav-tabs.mod>li>a {
    padding: 10px 0;
    font-size: 16px;
    font-weight: normal;
    color: #282828;
    border: none;
    border-bottom: 2px solid transparent;
}

.nav-tabs.mod>li.active>a, .nav-tabs.mod>li.active:hover>a {
    margin: 0!important;
    background: transparent!important;
    font-weight: bold!important;
    color: #282828!important;
    border: none;
    border-bottom: 2px solid #cf395b;
}

.nav-tabs.mod>li.active>a i {
    display: none;
}

.nav-tabs.mod>li:hover>a {
    background: transparent;
    font-weight: normal;
    border-bottom: 2px solid #cf395b;
}

.product-layoutcat.product-grid {
    padding: 0;
    height: 400px;
}

.home-menu-wrapper .owl-carousel .owl-buttons {
    position: absolute;
    top: 50%;
    width: 100%;
}

.btn-zoom {
    position: absolute;
    left: 50%;
    bottom: 30px;
    transform: translate(-50%);
    width: 30px;
    height: 30px;
    background: url(../../image/zoom-plus-sign.png)no-repeat center;
    background-size: contain;
    opacity: 0;
}

.btn-cartss {
    display: inline-block;
    flex-direction: row-reverse;
    justify-content: center;
    width: auto;
    margin: 0 auto;
    padding: 14px;
    background: transparent!important;
    border: 1px solid #8c8c8c!important;
    font-size: 15px;
    line-height: 18px;
    font-weight: normal;
    color: #282828!important;
    text-transform: none;
    border-radius: 8px;
    margin-right: 5px;
}

.btn-cartss:hover {
    box-shadow: 0 0 15px rgba(0,0,0,.4);
}

.filter_totals {
    color: #afb2b4;
    padding: 1px 2px 1px 4px;
    text-align: right;
    border-radius: 9px;
    font-size: 14px;
}

.btn-cartprs {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    width: auto;
    margin: 0 auto;
    padding: 13px;
    background: transparent!important;
    border: 1px solid #8c8c8c!important;
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
    color: #282828!important;
    text-transform: none;
    border-radius: 8px;
}

.btn-cartprs:hover {
    box-shadow: 0 0 15px rgba(0,0,0,.4);
}

.btn-zakaz {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    width: auto;
    width: 280px;
    margin: 0 auto;
    padding: 13px;
    background: transparent!important;
    border: 1px solid #8c8c8c!important;
    font-size: 18px;
    line-height: 18px;
    font-weight: normal;
    color: #282828!important;
    text-transform: none;
    border-radius: 8px;
}

.btn-zakaz:hover {
    box-shadow: 0 0 15px rgba(0,0,0,.4);
}

.btn-pokypka {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    width: auto;
    width: 280px;
    background: #ff9716;
    margin: 0 auto;
    padding: 13px;
    border: 1px solid #ba6906!important;
    font-size: 18px;
    line-height: 18px;
    font-weight: normal;
    color: #ffffff!important;
    text-transform: none;
    border-radius: 8px;
}

.btn-pokypka:hover {
    box-shadow: 0 0 15px rgba(0,0,0,.4);
    background: #df8210;
}

.prmain .thumbnails li {
    position: relative;
}

.prmain .thumbnails li:hover .btn-zoom {
    opacity: .9;
}

.ticket-product-box {
    text-align: center;
}

.product-thumb .ticket-product-box a {
    display: inline-block;
    color: #cf395b;
    font-weight: normal;
    font-size: 14px;
    border-bottom: 1px solid #cf395b;
}

.product-thumb .ticket-product-box a:hover {
    border-bottom-color: transparent;
}

.ticket-product-box .ticket-btn {
    display: inline-block;
    padding: 0;
    color: #cf395b;
    font-weight: normal;
    border-bottom: 1px solid #cf395b;
    font-size: 14px;
}

.ticket-product-box .ticket-btn:hover {
    border-bottom-color: transparent;
}

.ticket-product-box .ticket-btn .fa {
    font-size: 16px;
    margin-right: 8px;
}

#popup-ticketSystem .btn {
    border-radius: 0!important;
}

#popup-ticketSystem .modal-content {
    border: none;
}

#popup-ticketSystem .modal-header {
    background: #2094c0;
}

#popup-ticketSystem .modal-header h3 {
    color: #ffffff;
}

#popup-ticketSystem .modal-header .close {
}

#popup-ticketSystem .modal-body .col-sm-4>img {
    margin: 0 auto;
}

#popup-ticketSystem .modal-body .col-sm-8>p:first-child {
    font-size: 21px;
}

#popup-ticketSystem .modal-body .col-sm-8>p a {
    color: #cf395b;
}

#popup-ticketSystem textarea {
    min-height: 120px;
    max-width: 100%;
    min-width: 100%;
}

#popup-ticketSystem select+p {
    margin: 4px 0 10px;
    font-size: 12px;
}

.ticket-table {
    overflow-y: hidden;
}

.ticket-table-box span {
    padding: 12px 14px;
    white-space: nowrap;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 13px;
    color: white;
}

.ticket-table td {
    vertical-align: middle!important;
    text-align: center;
}

.ticket-cart-href {
    display: inline-flex;
    align-items: center;
    padding: 8px 20px;
    background: #2F2F2F;
    color: #FFFAFA;
    border: 1px solid #000000;
}

.ticket-cart-href:hover {
    border: 1px solid #737373;
    background: #51473c;
    color: #ffffff;
}

.ticket-cart-href .fa {
    font-size: 16px;
    margin-right: 6px;
}

.ticket-table-form .panel {
    border-radius: 0;
    border-color: #51473c;
}

.ticket-table-form .panel-heading {
    background: #658a3e;
    color: #ffffff;
    border-radius: 0;
}

.ticket-table-form .panel-warning {
    border-color: #cf395b;
    margin-bottom: 10px!important;
    margin-right: 10%;
}

.ticket-table-form .panel-warning .panel-heading {
    background: #357937;
}

.ticket-table-form .panel-success {
    border-color: #617ad9;
    margin-left: 5%;
    margin-bottom: 6px!important;
}

.ticket-table-form .panel-success .panel-heading {
    background: #5e9ff5;
}

.ticket-answer {
    max-height: 486px;
    overflow-y: auto;
}

.ticket-table-form #form-add-message .btn {
    display: inline-flex;
    align-items: center;
}

.ticket-table-form #form-add-message textarea {
    max-width: 100%;
    min-width: 100%;
    border-color: #a7927c!important;
    margin-bottom: 16px;
}

.ticket-table-form #form-add-message .btn .fa {
    margin-right: 6px;
    font-size: 16px;
}

.ticket-pagination .pagination li a,.ticket-pagination .pagination li span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    width: 38px;
    height: 38px;
    border-radius: 0;
    line-height: 1;
}

.ticket-pagination .pagination li a:hover,.ticket-pagination .pagination li span:hover {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    width: 38px;
    height: 38px;
    border-radius: 0;
    line-height: 1;
    background: #212121;
}

.ticket-pagination .pagination li.active span {
    background: #51473c;
    border-radius: 0;
}

.ticket-pagination .pagination li.active span:hover {
    background: #51473c;
}

.file-upload {
    height: 33px;
    width: 38px;
}

.button-add-form-file {
    margin: 0;
}

.file-upload:not(.btn-danger):focus,.file-upload:not(.btn-danger):active,.button-add-form-file:focus,.button-add-form-file:active,.button-add-form-file:hover {
    background: #51473c!important;
}

.file-upload input[type="file"] {
    display: none;
}

.file-upload label {
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

#files .file-upload {
    height: 37px;
}

#files .file-upload.btn-danger {
    height: 37px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: red;
    color: #fff;
}

#files .alert-danger {
    top: 10px;
    width: 100%;
    border-radius: 0;
    background: #ef3838;
    color: #fff;
}

.upload-form-group {
    display: flex;
    align-items: center;
}

.upload-form-group .control-label {
    margin: 0 10px 0 0;
}

.category-header {
    margin-bottom: 30px;
    border-bottom: 2px solid #282828;
}

.category-header .container {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}

.category-header .breadcrumb {
    width: 25%;
    flex-grow: 0;
}

.category-header .navright {
    width: 25%;
    flex-grow: 0;
}

.category-header.search-header .navright {
    width: 50%;
}

.category-header .category-title {
    width: 50%;
    flex-grow: 0;
    text-align: center;
    font-size: 22px;
    font-weight: 500;
    text-transform: none;
}

.category-header .navright .input-group {
    display: block;
    justify-content: flex-end;
}

.category-header .navright .input-group #input-sort {
    max-width: 180px;
    border: none;
    box-shadow: none;
    font-size: 16px;
    font-weight: 500;
    height: 32px;
    border: 1px solid #d0d0d0 !important;
}

#home_filter .column_filt.btn-border {
    border: none;
    padding: 0;
}

#home_filter #option_filter .column_filt h4 {
    padding: 10px 0;
    margin-bottom: 26px;
    background: transparent;
    border-bottom: 1px solid #898989;
    text-transform: none;
    font-size: 16px;
    color: #282828;
    font-family: Roboto;
}

#home_filter #option_filter .column_filt h4 strong {
    border-bottom: none;
    font-weight: bold;
}

#home_filter .filter .checkbox-group .checkbox input {
    opacity: 0;
}

#home_filter .filter .checkbox-group .checkbox label {
    position: relative;
    padding: 8px 15px;
    padding-left: 48px;
    margin: 0;
    line-height: 20px;
    font-size: 16px;
    color: #282828;
    border-bottom: none;
}

#home_filter .filter .checkbox-group .checkbox label:hover {
    background: #e9e9e9;
}

#home_filter .filter .checkbox-group .checkbox label:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 18px;
    left: 21px;
    top: 9px;
    border: 1px solid #282828;
    border-radius: 4px;
}

#home_filter .filter .checkbox-group .checkbox label:after {
    position: absolute;
    content: "";
    width: 12px;
    height: 9px;
    left: 25px;
    top: 12px;
    border: 2px solid #282828;
    border-top: none;
    border-right: none;
    border-radius: 3px 0 3px 5px;
    transform: rotate(-45deg);
    display: none;
}

#home_filter .filter .checkbox-group .checkbox input:checked+label {
    background: #e9e9e9;
}

#home_filter .filter .checkbox-group .checkbox input:checked+label:after {
    display: block;
}

#home_filter .filter .filter_total {
    top: 8px;
}

#home_filter .filter .checkbox-group-price .checkbox label {
    display: none;
}

#home_filter .formCost input.form-control {
    width: 50%;
    font-size: 16px;
    text-align: center;
    border: none;
    box-shadow: none;
}

#home_filter .filter .slider {
    height: 2px;
}

#home_filter .filter .ui-slider-handle {
    width: 16px;
    height: 16px;
    margin-top: -3px;
    border-radius: 50%;
    border: 2px solid #282828;
    background: #fff;
}

#home_filter .filter .ui-slider-range {
    height: 2px;
    background: #282828;
}

.mfp-wrap .mfp-container {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    height: 100%;
}

#home_filter #option_filter h4 .fa, #column-right #option_filter h4 .fa {
    font-size: 20px;
    color: #282828;
}

#home_filter .filter .filter_total {
    background: #cf395b;
}

#home_filter .filter .filter_total::after {
    border-color: transparent #cf395b transparent transparent;
}

#column-left .box-category .accordion li.dcjq-parent-li>a+.dcjq-icon {
    background: none;
}

.category-tree-wrapper .title_h {
    padding: 10px 0;
    margin-bottom: 7px;
    background: transparent;
    border-bottom: 1px solid #898989;
    text-transform: none;
    font-weight: bold;
    color: #282828;
    font-size: 16px;
}

.category-tree-wrapper li .carcat {
    display: none;
}

.category-tree-wrapper .box-category .accordion li.dcjq-parent-li .dcjq-icon, .category-tree-wrapper .box-category .accordion li.dcjq-parent-li .dcjq-icon:hover {
    background: transparent;
}

.category-tree-wrapper .box-category>ul>li {
    padding-right: 0;
}

.category-tree-wrapper .box-category {
    padding-right: 0;
    padding-left: 0;
}

.category-tree-wrapper .box-category .accordion li.dcjq-parent-li .dcjq-icon {
    right: 0;
}

.breadcrumb>li {
    font-size: 12px;
}

.category-tree-wrapper .box-category>ul>li a {
    font-size: 15px;
    text-transform: none;
}

#cont-cat .pagination .page-prev, #cont-cat .pagination .page-next {
    width: 67px;
    height: 32px;
    padding: 0;
    border: 1px solid #8c8c8c;
    border-radius: 8px;
    text-align: center;
    opacity: .8;
    box-shadow: 0 0 15px rgba(0,0,0,.15);
    font-size: 0;
}

#cont-cat .pagination .page-prev i, #cont-cat .pagination .page-next i {
    margin: 0;
    font-size: 24px;
    line-height: 30px;
    color: #282828;
}

#cont-cat .pagination>.active>span {
    background: transparent;
    color: #282828;
    border-radius: 0;
}

#cont-cat .pagination>li>a, #cont-cat .pagination>li>span {
    font-size: 14px;
    line-height: 32px;
    padding-top: 0;
    padding-bottom: 0;
}

.mfp-gallery .mfp-content {
    top: 0;
    max-height: 100vh;
}

.mfp-gallery img.mfp-img {
    padding: 27px 7px 47px 7px!important;
}

#home_filter .pupop-filter {
    z-index: 19;
}

.block-flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.drsh {
    margin-top: 70px;
}

.drsh-intro {
    align-items: stretch;
    margin-bottom: 80px;
    border-radius: 20px;
    overflow: hidden;
}

.drsh-intro .title_h {
    font-size: 24px;
    font-weight: bold;
}

.drsh-intro .subtitle_h {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: bold;
}

.drsh-intro p {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: normal;
}

.drsh-intro p span {
    color: #cf395b;
    font-weight: bold;
}

.drsh-intro__text {
    width: 50%;
    flex-grow: 0;
    flex-shrink: 0;
    padding: 20px 30px 30px;
}

.drsh-intro__img {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 50%;
    flex-grow: 0;
    flex-shrink: 0;
}

.drsh-intro .btn-link {
    display: block;
    width: 200px;
    margin: 0 auto;
    text-align: center;
    border-radius: 8px;
    background: #cf395b;
    color: #fff;
    font-size: 18px;
    line-height: 52px;
}

.drsh-intro .btn-link:hover {
    background: #327e40;
}

.rules {
    margin-bottom: 80px;
}

.rules>.block-flex {
    justify-content: center;
}

.rules .item {
    height: 293px;
    width: 204px;
    margin: 0 20px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 22px;
    border: 1px solid #ffeff2;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
}

.rules .item:hover {
    border: 2px solid #c7c7c7;
    background: #fbfbfb;
}

.rules .item .num {
    width: 74px;
    height: 74px;
    margin-bottom: 30px;
    border-radius: 50%;
    border: 2px solid #cf395b;
    font-size: 30px;
    line-height: 70px;
    text-align: center;
    color: #cf395b;
}

.rules .item .icon {
    height: 70px;
}

.rules .item .icon img {
    max-height: 100%;
    max-width: 100%;
}

.rules .item p {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    height: 80px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.garantees {
    margin-bottom: 80px;
}

.garantees .block-flex {
    justify-content: space-between;
}

.garantees>.block-flex>div {
    width: 50%;
    flex-shrink: 0;
    padding-right: 40px;
}

.garantees>.block-flex>div:nth-child(2) {
    padding-right: 0;
    padding-left: 0px;
}

.garantees .item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.garantees .item .num {
    flex-shrink: 0;
    width: 74px;
    height: 74px;
    margin-right: 18px;
    margin-bottom: 0px;
    border-radius: 50%;
    border: 2px solid #cf395b;
    font-size: 30px;
    line-height: 70px;
    text-align: center;
    color: #cf395b;
}

.garantees .item>.block-flex {
    min-height: 110px;
    align-items: stretch;
    border-radius: 8px;
    border: 1px solid #ffeff2;
    flex-grow: 1;
    overflow: hidden;
}

.garantees .item>.block-flex:hover {
    background: #fbfbfb;
    border: 2px solid #d6d6d6;
}

.garantees .item .icon {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    background: #cf395b;
    flex-shrink: 0;
    margin-right: 5px;
}

.garantees .item .icon img {
    max-height: 100%;
    max-width: 100%;
    width: 60px;
}

.garantees .item .text {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 15px;
    flex-grow: 1;
}

.garantees .item .text span {
    font-weight: bold;
    color: #cf395b;
}

.block-shadow {
    box-shadow: 0 0 15px rgba(0,0,0,.15);
}

.drsh .title_h.title_center span {
    font-weight: bold;
    text-transform: none;
}

@media(max-width: 1023px) {
    .header-content {
        flex-direction:column;
    }
}

@media(min-width: 992px) {
    .head_search {
        display:-webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
    }

    .top-header2 .head_search>.menu_adapt {
        display: none;
    }

    .menu_adapt {
        position: relative;
    }

    .common-home .menu_adapt.home-left-menu .top-menu {
        width: 100%;
        left: 0;
    }

    .common-home .menu_adapt.home-left-menu {
        position: static;
        width: 100%;
        padding: 0;
        height: 100%;
        box-shadow: 0 6px 12px rgba(0,0,0,.175);
        border-radius: 8px;
    }

    .common-home .menu_adapt.home-left-menu .menu_adapt_coll {
        padding: 0;
    }

    .common-home .menu_adapt.home-left-menu #menu {
        position: static;
    }

    .common-home .menu_adapt.home-left-menu #menu .dropdown {
        padding: 0;
    }

    .common-home .menu_adapt.home-left-menu #menu .dropdown .dropdown-menu {
        position: static;
        opacity: 1;
        visibility: visible;
        padding: 5px 0;
        border: none;
        box-shadow: none;
    }

    .common-home .menu_adapt.home-left-menu #menu .dropdown>.dropdown-toggle {
        background: rgba(98,111,119,0.12);
        border-radius: 7px 8px 0 0;
        color: #626f77;
        font-weight: bold;
        text-align: left;
        border: none;
    }

    .common-home .menu_adapt.home-left-menu #menu .dropdown>.dropdown-toggle:hover:before {
        display: none;
    }

    .common-home .menu_adapt.home-left-menu #menu .dropdown>.dropdown-toggle .fa {
        display: none;
    }

    .top-header2 .header-content {
        flex-direction: row;
    }

    .common-home .menu_adapt.home-left-menu #menu .dropdown-menu .dropdown-menu-inner>ul, .top-header2 #menu .dropdown-menu .dropdown-menu-inner>ul, .top-header #menu .dropdown-menu .dropdown-menu-inner>ul {
        width: 100%;
    }

    .common-home .menu_adapt.home-left-menu #menu .dropdown-menu .dropdown-menu-inner>ul>li, .top-header2 #menu .dropdown-menu .dropdown-menu-inner>ul>li, .top-header #menu .dropdown-menu .dropdown-menu-inner>ul>li {
        width: 100%;
        position: static;
    }

    .common-home .menu_adapt.home-left-menu #menu .dropdown-menu .dropdown-menu-inner>ul>li>a, .top-header2 #menu .dropdown-menu .dropdown-menu-inner>ul>li>a, .top-header #menu .dropdown-menu .dropdown-menu-inner>ul>li>a {
        left: 0;
        width: 100%;
        padding: 4px 9px;
        padding-right: 24px;
        margin: 0;
        line-height: 20px;
        color: #282828;
        font-size: 16px;
        font-weight: normal;
        border: none;
        letter-spacing: 0.5px;
    }

    .common-home .menu_adapt.home-left-menu #menu .dropdown-menu .dropdown-menu-inner>ul>li>a .arrowvertmenu, .top-header2 #menu .dropdown-menu .dropdown-menu-inner>ul>li>a .arrowvertmenu, .top-header #menu .dropdown-menu .dropdown-menu-inner>ul>li>a .arrowvertmenu {
        width: 12px;
        height: 12px;
        right: 12px;
        top: 8px;
        margin: 0;
        border: 1px solid #282828;
        border-left: none;
        border-bottom: none;
        transform: rotate(45deg);
        background: transparent;
    }

    .common-home .menu_adapt.home-left-menu #menu .dropdown-menu .dropdown-menu-inner>ul>li>a:hover, .top-header2 #menu .dropdown-menu .dropdown-menu-inner>ul>li>a:hover, .top-header #menu .dropdown-menu .dropdown-menu-inner>ul>li>a:hover {
        color: #cf395b;
        border: none;
    }

    .home-menu-wrapper {
        position: relative;
        display: flex;
        align-items: stretch;
    }

    .home-menu-wrapper .col-for-menu {
        position: static;
        padding-right: 0;
    }

    .home-menu-wrapper .owl-carousel {
        border-radius: 8px;
        overflow: hidden;
    }

    .home-menu-wrapper .owl-carousel .owl-buttons {
        position: absolute;
        top: 50%;
        width: 100%;
    }

    .common-home .menu_adapt.home-left-menu .dropdown-submenu:hover>.dropdown-menu2 {
        display: block;
        left: 25%;
        top: 0;
        width: 22%;
        height: 100%;
        margin: 0;
        border-radius: 8px;
        background: #fff;
    }

    .common-home .top-header .menu_adapt {
        opacity: 0;
    }

    .common-home .top-header .navcentr {
        flex-shrink: 0;
    }

    .common-home .top-header .head_search {
        width: 100%;
        opacity: 1!important;
    }

    .top-header2 .dropdown-submenu:hover>.dropdown-menu2, .top-header .dropdown-submenu:hover>.dropdown-menu2 {
        left: 100%;
        top: 0;
        height: 100%;
        width: 100%;
        margin: 0;
        border-radius: 7px;
        overflow: hidden;
        background: #fff;
    }

    .height_search_tel {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        align-items: center;
    }

    .header-content .cart {
        margin: 0;
    }

    .top-header2 .head_search, .top-header .head_search {
        top: 0;
    }

    .top-header2 .cart {
        margin: 0;
    }

    .top-header2 .navbar-collapse.collapse, .top-header .navbar-collapse.collapse {
        padding: 0;
    }

    .top-header2 .navbar-collapse.collapse .navbar-nav, .top-header .navbar-collapse.collapse .navbar-nav {
        width: 100%;
    }

    .top-header2 .top-menu #menu, .top-header .top-menu #menu {
        min-height: 35px;
    }

    .top-header2 #menu .nav>li, .top-header #menu .nav>li {
        width: 100%;
        padding: 0;
    }

    .top-header2 .top-menu #menu .dropdown>.dropdown-toggle, .top-header .top-menu #menu .dropdown>.dropdown-toggle {
        background: #00bc52;
        border-radius: 8px;
        color: #fff;
        font-weight: bold;
        text-align: center;
        border: none;
        padding-top: 0!important;
        padding-bottom: 0!important;
        line-height: 35px;
    }

    .top-header2 .top-menu #menu .dropdown:hover>.dropdown-toggle, .top-header .top-menu #menu .dropdown:hover>.dropdown-toggle {
        border-radius: 8px 8px 0 0;
    }

    .top-header2 .top-menu #menu .dropdown>.dropdown-toggle:hover:before, .top-header .top-menu #menu .dropdown>.dropdown-toggle:hover:before {
        display: none;
    }

    .top-header2 .top-menu #menu .dropdown:hover>.dropdown-menu, .top-header .top-menu #menu .dropdown:hover>.dropdown-menu {
        border-radius: 0 0 8px 8px;
        border: none;
    }

    #top-links2 {
        margin: 5px 0;
    }

    .navbar-collapse.collapse {
        display: -webkit-flex!important;
        display: -moz-flex!important;
        display: -ms-flex!important;
        display: -o-flex!important;
        display: flex!important;
        justify-content: center;
    }

    .navbar-collapse.collapse .navbar-nav {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
    }

    #menu .nav>li>a {
        white-space: nowrap;
        text-transform: none;
        font-weight: normal;
        font-size: 16px!important;
    }

    .top-header2 #menu .nav>li {
        padding: 0;
    }

    .top-header2 #menu .nav>li>a {
        font-size: 14px!important;
    }

    .top-header2 .top-menu {
        margin-top: 0;
    }

    .top-header2 #logo {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        align-items: center;
    }

    #menu .nav>li {
        position: static;
    }

    .navbar {
    }

    .header-content>.col-xs-12 {
        position: static;
    }

    .top-header {
        position: relative;
        margin-bottom: 35px;
        box-shadow: 0 5px 5px 0 rgba(0,0,0,.05);
        border-bottom: none;
    }

    #menu .dropdown-menu {
        width: 100%;
        left: 0;
        right: 0;
        margin: 0!important;
        padding: 25px 0;
        cursor: default;
    }

    .top-header #menu .dropdown-menu-inner, .top-header2 #menu .dropdown-menu-inner, .top-header #menu .dropdown-menu-inner {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        width: 65%;
        margin: 0 auto;
    }

    .top-header2 #menu .dropdown-menu-inner, .top-header #menu .dropdown-menu-inner {
        width: 100%;
    }

    .top-header2 #menu .dropdown-menu .container, .top-header #menu .dropdown-menu .container {
        max-width: 100%;
    }

    #menu .dropdown-menu .dropdown-menu-inner>ul {
        width: 65%;
        padding: 0;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-wrap: wrap;
        list-style: none;
    }

    #menu .dropdown-menu .dropdown-menu-inner>ul>li {
    }

    #menu .dropdown-menu .dropdown-menu-inner>ul>li.dropdown-submenu:hover {
        background: transparent;
    }

    #menu .dropdown-menu .dropdown-menu-inner>ul>li>a {
        position: relative;
        display: inline-block;
        padding: 10px 0 5px;
        margin-bottom: 5px;
        border-bottom: 2px solid transparent;
        font-size: 16px;
    }

    #menu .dropdown-menu .dropdown-menu-inner>ul>li>a .arrowvertmenu {
        position: absolute;
        right: -40px;
        top: 10px;
    }

    #menu .dropdown-menu .dropdown-menu-inner>ul>li>a:hover {
        color: #000!important;
        font-weight: bold!important;
        font-size: 17px!important;
        border-bottom-color: #cf395b;
    }

    .dropdown-submenu>.dropdown-menu2 {
        width: 100%;
        left: 0;
        top: 100%;
    }

    .menu-product {
        width: 33%;
    }

    .menu-product-inner {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .menu-product-img img {
        max-width: 100%;
    }

    .menu-product-name {
        margin: 20px 0;
        font-size: 14px;
        font-weight: 500;
    }

    #menu .dropdown-menu a.menu-product-btn {
        padding: 10px 25px;
        background: #cf395b;
        border-radius: 8px;
        color: #fff;
        cursor: pointer;
        box-shadow: 0 0 15px rgba(0,0,0,.15);
    }

    #menu .dropdown-menu a.menu-product-btn:hover {
        background: #cf395b;
        color: #fff!important;
        box-shadow: 0 0 15px rgba(0,0,0,.4);
    }
}

@media(max-width: 1199px) {
    .top-header2 #logo {
        padding:0;
    }
}

@media(max-width: 1023px) {
    .seo-block {
        flex-direction:column;
    }

    .seo-block-text {
        width: 100%;
    }

    .seo-block-img {
        min-height: 300px;
    }

    .social-block {
        flex-direction: column;
    }

    .social-block .btn-social {
        margin-bottom: 15px;
        min-width: 265px;
    }
}

@media(max-width: 1023px) {
    .drsh {
        margin-top:20px;
    }

    .drsh-intro {
        flex-direction: column;
    }

    .drsh-intro__text {
        width: 100%;
    }

    .drsh-intro__img {
        width: 100%;
    }

    .drsh-intro__img img {
        max-width: 100%;
    }

    .rules>.block-flex {
        flex-direction: column;
    }

    .rules .item {
        width: 100%;
        margin: 0 0 15px;
    }

    .garantees>.block-flex {
        flex-direction: column;
    }

    .garantees>.block-flex>div {
        width: 100%;
        padding: 0!important;
    }

    .garantees .item {
        margin-bottom: 15px;
    }

    .garantees .item .text {
        padding: 5px 10px;
    }
}

#cont-cat .category-inner {
    padding: 0;
}

@media screen and (max-width: 991px) {
    .product-thumb .caption .price-new {
        font-size:13px;
        font-weight: 500;
        color: #282828;
        text-align: left;
    }

    .model-labelss {
        background: #fdefaa;
        font-size: 16px;
        float: right!important;
    }

    .product-thumb .caption .price-old {
        font-size: 12px;
        font-weight: normal;
        text-align: center;
    }

    .top-header {
        padding: 0;
        clear: both;
    }

    .top-header>.container {
        width: 100%;
    }

    .header-content .height_search_tel-inner {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        align-items: center;
        min-height: 0px;
        /* padding-left:60px; */
    }

    .header-content .height_search_tel #menu, .header-content .height_search_tel #top-menu, .header-content .height_search_tel .menu_adapt {
        position: relative;
    }

    .header-content .height_search_tel #menu .navbar-collapse {
        position: fixed;
        margin: -10px -1px 0;
        padding: 0;
        padding-top: 60px;
        background: #fff;
        width: 100%;
        max-height: calc(100% - -10px);
        z-index: 100;
    }

    .header-content .height_search_tel #menu .navbar-collapse:befores {
        position: absolute;
        content: "";
        top: 62px;
        left: 0;
        right: 0;
        height: 1px;
        width: 100%;
        background: #282828;
    }

    .header-content .height_search_tel #menu .navbar-collapse .btn-search {
        position: absolute;
        left: 0px;
        top: 28px;
    }

    #menu .nav>li>a {
        text-align: left;
        color: #282828;
    }

    #menu .with-child {
        margin: 0;
    }

    #top-menu #menu .open>.with-child {
        background: #ececec!important;
        color: #4fb748!important;
        font-weight: 500;
        font-size: 16px;
    }

    #menu .navbar-nav .open .dropdown-menu {
        padding: 0;
    }

    #menu .navbar-nav .open .dropdown-inner .list-unstyled {
        margin: 0;
    }

    #menu .navbar-nav .open .dropdown-inner a {
        padding: 15px 0;
        color: #282828!important;
        text-align: left;
    }

    #menu .fa.fa-angle-down.menu {
        display: inline-block;
        position: absolute;
        left: unset;
        right: 0;
        top: 0px;
        padding: 8px 15px;
        font-size: 25px;
    }

    #menu .dropdown.open .fa.fa-angle-down.menu {
        color: #fff;
    }

    #top {
        height: auto;
        background: transparent!important;
        display: none;
    }

    #top .list-inline {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    #top .list-inline>li {
        display: block;
        order: 0;
        width: 100%;
        padding: 13px 15px;
        text-align: left;
        font-size: 20px;
        line-height: 26px;
        color: #282828;
        border-top: 1px solid #282828;
        background: #ffffff;
    }

    #top .list-inline>li a {
        color: #000000;
    }

    #top .list-inline>li.marg_link {
        margin: 0;
        order: 1;
        background: #f5f5f5;
        color: #fff;
        width: 122%;
    }

    #top .list-inline>li.marg_link a {
        color: #000;
        font-weight: 500;
    }

    #top .list-inline>li.marg_link img {
        max-height: 16px;
        margin-right: 10px;
    }

    #top .list-inline>li.marg_link i {
        margin-right: 10px;
    }

    #top-menu #menu .nav>li>a, .top-menu #top-menu .dropdown-menu a {
        /* color:#282828!important; */
        border-top: 1px solid #e0dada;
    }

    #top-menu #menu .plus {
        display: none;
    }

    #top-links {
        padding-left: 0px;
        top: -7px;
        z-index: 1;
    }

    #top-links .tell_nav {
        flex-grow: 1;
        color: #282828;
    }

    #top>.container {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-direction: column;
        padding: 0;
    }

    .header-content #cart>span {
        display: none;
    }

    .header-content .account-nav .log a {
        font-size: 0;
    }

    #menu .menu_adapt_coll .btn-navbar-close {
        position: absolute;
        right: 20px;
        top: 28px;
        width: 20px;
        height: 20px;
        background: url(../../image/icon-close.png)center center no-repeat;
    }

    .head_search {
        display: flex;
        align-items: center;
        position: absolute;
        z-index: 300;
        width: 100%;
        right: 100%;
        top: 0;
        height: 60px;
        order: 2;
        background: rgb(255,255,255);
        transition: all 0.3s ease 0s;
    }

    .head_search.show-search {
        right: 0px;
        transition: all 0.3s ease 0s;
    }

    .btn-search-hide {
        padding: 5px 10px;
        margin-left: -10px;
        margin-right: 10px;
    }

    .btn-search-hide span:first-child {
        background: #515151;
        width: 25px;
        height: 1px;
        display: flex;
        transform: rotate(45deg);
    }

    .btn-search-hide span:last-child {
        width: 25px;
        height: 1px;
        display: flex;
        transform: rotate(-45deg);
        background: #515151;
        margin-top: -1px;
    }

    .btn-search-hide i {
        color: #fff;
    }

    .top-header .cart {
        /* display: none; */
    }

    .header-content #cart>.btn {
        margin: 0;
    }

    .top-header .log {
        position: relative;
        bottom: 11px;
        padding-right: 24px!important;
        padding-left: 2px;
        border-right: none;
    }

    .top-header .navcentr {
        flex-grow: 1;
        position: absolute;
        left: 1px;
        top: 7px;
        margin: 0;
        display: flex;
    }

    .top-header #logo {
        width: 125px;
    }

    .top-header #menu {
        min-height: unset;
        background: transparent;
    }

    .top-header #menu .fa-bars {
        color: #282828;
        border: none;
    }

    .top-header #menu .btn-navbar {
        position: absolute;
        left: 0;
        top: 2px;
        margin: 0;
    }

    .top-header .btn-search {
        padding: 0 25px;
        font-size: 16px;
    }

    .header-content .height_search_tel .menu_adapt {
        width: 100%!important;
        padding: 0;
    }

    .header-content #cart {
        margin: 0;
        right: 20px;
        bottom: 0;
        margin: 0;
        display: flex;
    }

    .header-content #cart .cart-item {
        top: -2px;
    }

    .header-content #cart .cart-item-after {
        width: 12px;
        background: transparent;
        color: #cf395b;
    }

    .header-content .account-nav img, .header-content #cart .cartphotos {
        height: 16px;
        margin: 0;
        width: 16px;
    }

    footer .col-footer {
        width: 100%;
    }

    .footer-bottom .container {
        align-items: center;
    }

    footer .col-footer.col-footer-socials {
        display: none;
    }

    footer .list-unstyled li a, footer h5 {
        text-align: left;
    }

    footer h5 {
        position: relative;
        margin: 10px 0;
        padding: 0;
    }

    footer h5:before {
        position: absolute;
        content: "";
        right: 5px;
        top: 50%;
        transform: translateY(-50%);
        width: 20px;
        height: 4px;
        background: #fff;
    }

    footer h5:after {
        position: absolute;
        content: "";
        right: 13px;
        top: 50%;
        transform: translateY(-50%);
        height: 20px;
        width: 4px;
        background: #fff;
    }

    footer h5.active:after {
        display: none;
    }

    footer h5+ul {
        display: none;
    }

    footer .line_foot {
        padding: 0 15px;
    }

    footer .line_foot:before {
        display: none;
    }

    .footer-bottom .developer {
        font-size: 0;
    }

    .footer-bottom .developer span, .footer-bottom .developer .copyright {
        font-size: 16px;
    }

    .pagcolor .col-slider {
        padding: 0;
    }

    .slide-desc .text-slider {
        font-size: 20px;
        line-height: 30px;
        white-space: nowrap;
    }

    .slide-desc .btn-slider {
        margin: 0 0 15px;
        min-width: unset;
        padding: 0 30px;
        font-size: 16px;
        font-weight: 900;
        line-height: 40px;
    }

    .title_h.title_center span {
        font-weight: bold;
    }

    .btn-cartpr {
        min-width: unset;
        font-size: 14px;
        white-space: nowrap;
    }

    .btn-instock {
        min-width: unset;
        height: 48px;
        padding: 5px;
        font-size: 14px;
    }

    .product-layout2 .slide {
        height: auto;
    }

    .product-thumb .ticket-product-box a {
        white-space: nowrap;
    }

    .product-thumb .caption a {
        font-size: 14px;
    }

    .product-thumb .caption .price {
        padding-right: 0;
        font-size: 14px;
    }

    .seo-block-text {
        padding: 15px;
        font-size: 16px;
        line-height: 24px;
    }

    .product-img .slider-nav {
        display: none;
    }

    .product-img .prmain {
        margin: 0;
    }

    .product-img .thumbnails,.product-img .thumbnails .slick-list {
        overflow: hidden;
    }

    .product-desc-wrapper {
        padding: 0 22px 0 22px;
        padding-top: 0;
    }

    .product-description-info .color-atr-wrapper .colors-btns label {
        font-size: 0;
    }

    .product-desc {
        box-shadow: none;
    }

    .product-desc .cart {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: center;
    }

    .product-desc #button-cart {
        padding: 10px;
        width: 100%;
        background: #ff8c6d;
        border: 1px solid #ff8c6d;
    }

    .product-desc .wish-comp-btns {
        position: static;
        padding: 0;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: center;
    }

    .btn-wishlist, .btn-compare {
        border-radius: 8px;
        width: 48px;
        height: 40px;
    }

    .tab_padding {
        margin-bottom: 10px;
    }

    .tab_padding a {
        display: inline-block;
        padding: 10px 0;
        font-size: 16px;
        font-weight: bold;
        color: #282828!important;
    }

    .tab_padding a.actives {
        border-bottom: 3px solid #cf395b;
    }

    .tab_padding a i {
        width: 12px;
        height: 12px;
        right: 12px;
        top: 12px;
        margin: 0;
        border: 1px solid #282828;
        border-left: none;
        border-bottom: none;
        transform: rotate(135deg);
        background: transparent;
        font-size: 0;
        position: absolute;
    }

    .product-layoutcat.product-grid {
        height: 374px;
    }

    .category-header .category-title {
        width: 100%;
    }

    .category-header .navright {
        position: absolute;
        width: 100%;
        top: 62px;
        right: 4px;
        left: 1px;
    }

    .category-header {
        position: relative;
        margin-bottom: 53px;
    }

    .category-header.search-header {
        margin-bottom: 0;
    }

    .input-search-wrap {
        margin-bottom: 15px;
    }

    .category-header .container {
        padding-top: 4px;
    }

    .top-menu .icon_mobile_filter.btn.btn-primary {
        top: 180px!important;
        left: 15px;
        right: unset;
        width: auto;
        min-width: 136px;
        max-width: 180px;
        border: 1px solid #282828;
        color: #282828;
        font-size: 14px;
        font-weight: bold;
        line-height: 30px;
        background: #fff;
        border-radius: 8px;
        text-transform: none;
    }

    .category-header .navright .input-group #input-sort {
        height: 32px;
        max-width: 44%;
        float: left;
        margin-right: 3%;
        margin-left: 3%;
        padding: 1px 1px 1px 10px;
        border: 1px solid #d0d0d0 !important;
        font-size: 16px;
        line-height: 15px;
        font-weight: normal;
        color: #000000 !important;
        text-transform: none;
        border-radius: 4px;
        background: transparent!important;
        /* text-transform: uppercase; */
    }

    .icon_mobile_filter.btn.btn-primary i {
        display: none;
    }

    body .go_filter_mobile_block {
        width: 100%;
        padding: 15px 30px;
        left: -100%;
        top: 175px;
        z-index: 99;
        box-shadow: 0 6px 12px rgba(0,0,0,.175);
    }

    body .go_filter_mobile_block .filter-title {
        margin-bottom: 30px;
        padding-top: 20px;
        font-size: 24px;
        font-weight: bold;
        text-align: center;
    }

    .close-mobile-filter {
        position: absolute;
        top: 35px;
        right: 15px;
        width: 20px;
        height: 20px;
        background: url(../../image/icon-close.png)center center no-repeat;
    }

    .close-mobile-filter i {
        display: none;
    }

    .product-img .thumbnails.slick-dotted.slick-slider {
        margin-bottom: 0;
    }

    .product-img .thumbnails .slick-dots {
        bottom: 25px;
    }

    .product-img .thumbnails .slick-dots li {
        margin: 0;
    }

    .product-img .thumbnails .slick-dots li button {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #fff;
    }

    .product-img .thumbnails .slick-dots li.slick-active button {
        background: #282828;
    }

    .attribute_groups, .product-description-info .model-wrapper, .product-description-info .color-atr-wrapper .options_group {
        margin-bottom: 0;
    }

    .title_centere p br {
        display: none;
    }

    [class*='product-product-'] .btn-instock {
        height: 40px;
        margin-right: 10px;
    }

    .product-thumb .caption h4 {
        margin-bottom: 1px;
    }

    .product-thumb .caption .ticket-product-box a {
        font-size: 12px;
    }
}

@media(max-width: 767px) {
    #top .list-inline>li.marg_link {
        width:100%;
        border-bottom: 1px solid #282828;
    }

    .product-desc .wish-comp-btns {
        padding: 15px 0;
    }

    .product-desc .cart {
        background: #fff;
        bottom: 0;
        box-shadow: 0 -1px 1px 0 rgb(0 0 0 / 12%), 0 0 1px 0 rgb(0 0 0 / 12%);
        box-sizing: border-box;
        margin: 0;
        padding: 8px;
        position: fixed;
        right: 0;
        width: 100%;
        z-index: 80;
    }

    .product-desc #button-cart {
        margin: 0 auto;
    }

    .model-labelss {
        background: #f5f5f5!important;
        font-size: 16px!important;
    }

    [class*='product-product-'] .btn-instock {
        height: 42px;
        margin-right: 0px;
        padding: 10px;
    }

    .tab_padding {
        border-bottom: 1px solid #282828;
    }

    #cart .dropdown-menu {
        width: 300px;
        right: 1px;
    }
}

@media(max-width: 374px) {
    .btn-cartpr {
        padding:13px 5px;
    }

    .top-header .navcentr {
        padding: 0;
    }

    #menu .btn-navbar {
        padding: 5px 10px!important;
    }
}

.model-labelss {
    display: block;
    float: none;
    /* margin: 6px 0 10px; */
    background: transparent;
    color: #777;
    font-size: 14px;
    font-weight: 400;
}

.model-labelst {
    background: #fdefaa;
    font-size: 17px;
    color: #000000;
    font-weight: 500;
}

.product-opis {
    font-size: 17px;
    color: #000000;
    margin-left: 8px;
    margin-bottom: 10px;
    padding: 5px 30px 10px 2px;
}

.atribut {
    display: flex;
    width: 50%;
    margin-left: 8px;
    font-size: 17px;
    color: #000000;
}

.atributs {
    display: flex;
    width: 50%;
    margin-left: 4px;
    font-size: 15px;
    color: #514f4f;
}

.atribcent {
    margin-left: 10px;
}

a[data-target*="select"] {
    display: none;
}

.order-table .tr {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}

.order-table .tbody .tr {
    border-top: 1px solid #ddd;
}

.order-table .tr .td {
    width: 14%;
    padding: 8px 5px;
    flex-grow: 1;
    text-align: left;
    font-size: 13px;
}

.order-table .tr .td:not(:last-child) {
    border-right: 1px solid #ddd;
}

.order-info-table .tr {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-start;
}

.order-info-table .tbody .tr {
    border-top: 1px solid #ddd;
}

.order-info-table .tr {
    border-top: 1px solid #ddd;
}

.order-info-table .tr .td {
    width: 20%;
    padding: 8px 5px;
    flex-grow: 0;
    text-align: left;
}

.order-info-table .tr .td.td-name {
    width: 30%;
}

.order-info-table .tr .td.td-quant {
    width: 12%;
    text-align: left;
}

.order-info-table .tr .td.td-total {
    width: 62%;
}

.order-info-table .tr .td.td-grow {
    flex-grow: 1;
}

.order-info-table .tr .td:not(:last-child) {
    border-right: 1px solid #ddd;
    text-align: left;
}

.order-comment-table .tr {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}

.order-comment-table .tbody .tr {
    border-top: 1px solid #ddd;
}

.order-comment-table .tr .td {
    width: 14%;
    padding: 8px 5px;
    flex-grow: 1;
}

.order-comment-table .tr .td:not(:last-child) {
    border-right: 1px solid #ddd;
}

@media screen and (max-width: 767px) {
    .product-layout2 .product-thumb {
        padding: 1px;
        background: transparent;
        border: none;
    }

    .product-thumb .slide {
        border-radius: 8px;
        box-shadow: 0 0 4px rgba(0,0,0,.15);
        overflow: hidden;
    }

    .content-order {
        padding: 0 15px;
    }

    .order-table .thead .tr {
        display: none;
    }

    .order-table .tbody .tr {
        flex-direction: column;
        border-bottom: 2px solid #ddd;
    }

    .order-table .tbody .tr .td {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        width: 100%;
        justify-content: space-between;
        border-bottom: 1px solid #ddd;
        border-right: none;
    }

    .order-table .tbody .tr .td span {
        margin-right: 15px;
    }

    .order-table .tbody .tr .td .btn-info {
        margin-left: auto;
    }

    .order-info-table .thead .tr {
        display: none;
    }

    .order-info-table .tbody .tr {
        flex-direction: column;
        border-bottom: 2px solid #ddd;
    }

    .order-info-table .tbody .tr .td {
        width: 100%;
        border-bottom: 1px solid #ddd;
        border-right: none;
    }

    .order-info-table .tbody .tr .td span {
        margin-right: 15px;
    }

    .order-info-table .tbody .tr .td .btn-info {
        margin-left: auto;
    }

    .order-info-table .tfoot .tr .td {
        flex-grow: 1;
    }

    .order-comment-table .thead .tr {
        display: none;
    }

    .order-comment-table .tbody .tr {
        flex-direction: column;
        border-bottom: 2px solid #ddd;
    }

    .order-comment-table .tbody .tr .td {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        width: 100%;
        justify-content: space-between;
        border-bottom: 1px solid #ddd;
        border-right: none;
    }

    .order-comment-table .tbody .tr .td span {
        margin-right: 15px;
    }

    .order-comment-table .tbody .tr .td .btn-info {
        margin-left: auto;
    }
}

.visible {
    font-size: 16px;
    color: #000000;
    font-weight: 500;
}

#review-extended .owl-carousel .owl-buttons div.owl-prev {
    right: 100px;
    top: -50px!important;
    width: 67px;
    height: 44px;
    border: 1px solid #8c8c8c;
    border-radius: 8px;
    text-align: center;
    opacity: .8;
    box-shadow: 0 0 15px rgba(0,0,0,.15);
    background: transparent;
    font-size: 0;
    z-index: 2;
}

#review-extended .owl-carousel .owl-buttons div.owl-next {
    right: 0;
    top: -50px!important;
    width: 67px;
    height: 44px;
    border: 1px solid #8c8c8c;
    border-radius: 8px;
    text-align: center;
    opacity: .8;
    box-shadow: 0 0 15px rgba(0,0,0,.15);
    background: transparent;
    font-size: 0;
    z-index: 2;
}

#review-extended .owl-carousel .owl-buttons div.owl-prev:hover, #review-extended .owl-carousel .owl-buttons div.owl-next:hover {
    background: transparent;
    box-shadow: 0 0 15px rgba(0,0,0,.4);
}

#review-extended .owl-pagination .owl-page span {
    background: #8C8C8C!important;
}

#review-extended .owl-pagination .owl-page.active span {
    background: #fff!important;
    box-shadow: 0 0 0 0.2rem #8C8C8C!important;
}

.btn-cartprnew {
    min-width: unset;
    font-size: 14px;
    white-space: nowrap;
}

.btn-cartprnews {
    min-width: unset;
    font-size: 14px;
    white-space: nowrap;
}

@media screen and (max-width: 374px) {
    .btn-cartprnew {
        padding: 13px 5px;
    }

    .btn-cartprnews {
        padding: 13px 5px;
    }
}

.btn-cartprnew {
    border-radius: 0;
    display: inline-block;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 13px;
    padding: 12px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

.btn-cartprnews {
    border-radius: 0;
    display: inline-block;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 13px;
    padding: 12px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

.btn-cartprnews {
    max-width: 87px;
    float: right;
    margin-right: 5px;
    padding: 10px;
    background: #eee!important;
    border: 1px solid #eeeeee!important;
    font-size: 14px;
    line-height: 16px;
    font-weight: normal;
    color: #999!important;
    text-transform: none;
    border-radius: 5px;
}

.btn-cartprnew {
    max-width: 80px!important;
    float: right;
    margin-right: 5px;
    padding: 10px;
    background: transparent!important;
    border: 1px solid #8c8c8c!important;
    font-size: 16px;
    line-height: 16px;
    font-weight: normal;
    color: #282828!important;
    text-transform: none;
    border-radius: 5px;
}

.btn-cartprnew:hover {
    box-shadow: 0 0 15px rgba(0,0,0,.4);
}

.btn-cartprnews:hover {
    box-shadow: 0 0 15px rgba(0,0,0,.4);
}

@media screen and (max-width: 991px) {
    .btn-cartprnew {
        max-width: 57%;
        float: right;
        margin-right: 3px;
        padding: 7px;
        background: transparent !important;
        border: 1px solid #8c8c8c !important;
        font-size: 14px;
        line-height: 16px;
        font-weight: normal;
        color: #000000 !important;
        text-transform: none;
        border-radius: 4px;
    }

    .btn-cartprnews {
        max-width: 50%;
        padding: 7px;
        font-size: 12px;
    }

    .effect-hover .wishlist, .effect-hover .compare, .effect-hover .quickview {
        color: #868583;
        border: 1px solid #8c8c8c;
        padding: 5px;
        border-radius: 8px;
        margin-right: 3px;
    }
}

.form-group #input-quantityy {
    border: 0 none;
    color: #ffffff;
}

.attribute_groupsa {
    margin-bottom: 1px;
    margin-top: 1px;
    font-size: 15px;
    text-align: left;
}

.plus_minuss {
    padding-bottom: 5px;
}

.control-textnew {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    color: #000000;
}

.product-descriptions-atr {
    margin-bottom: 1px;
    width: 100%;
}

.product-descriptions-atr .atr {
    width: 100%;
    overflow: visible;
    margin-bottom: 10px;
}

.product-descriptions-atr .atr li {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-start;
}

.prodan {
    text-decoration: line-through;
}

.description {
    padding-left: 35px;
    position: relative;
    font-size: 14px;
    line-height: 1.71;
    color: #626f77;
}

.description .icon {
    position: absolute;
    left: 0;
    top: 0;
    height: 24px;
    width: 24px;
}

.description .iconn {
    position: absolute;
    left: 0;
    top: 0;
    height: 23px;
    width: 23px;
}

.prod__delivery {
   display: flex;
    align-items: center;
    width: auto;
    min-height: 38px;
    margin: 0 10px 12px 5px;
    padding: 9px 12px;
    background: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 3px;
    box-sizing: border-box;
}

.prod__delivery .description {
    display: flex;
    align-items: center;
    min-height: 18px;
    padding-left: 27px;
    color: #555555;
    font-size: 13px;
    line-height: 18px;
}

.prod__delivery .prod__delivery-icon {
     display: block;
    width: 17px;
    height: 17px;
    margin-right: 10px;
    flex: 0 0 17px;
    fill: none;
    stroke: #222222;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.prod__delivery-text {
    color: #555555;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
}
.prod__delivery .title_dostavka {
    color: inherit;
    font-size: inherit;
    line-height: inherit;
}

.rewardins {
    padding: 5px 0;
    font-size: 16px;
    color: #219434;
    font-weight: 500;
}

@media(max-width: 350px) {
    .btn-cartprnew {
        max-width: 45%!important;
        float: right;
        margin-right: 3px;
        padding: 7px;
        background: transparent!important;
        border: 1px solid #8c8c8c!important;
        font-size: 13px;
        line-height: 16px;
        font-weight: normal;
        color: #000000!important;
        text-transform: none;
        border-radius: 9px;
    }

    .btn-cartprnews {
        max-width: 42%;
        padding: 7px;
        font-size: 9px;
    }
}

.table-tickets {
    border: 1px solid #000;
}

.wrap-head-tickets-table.mob-visible {
    display: none!important;
}

.table-tickets .wrap-head-tickets-table {
    display: flex;
}

.wrap-head-tickets-table .text-head-tickets {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    padding: 24px;
    font-size: 16px;
    font-weight: 600;
    border-right: 1px solid;
}

.wrap-head-tickets-table .text-head-tickets:last-of-type {
    border-right: none;
}

@media(max-width: 320px) {
    .wrap-head-tickets-table .text-head-tickets:first-of-type {
        flex:none;
        min-width: 100px;
    }
}

.wrap-tickets-table {
}

.wrap-tickets-table .not-viewed {
    display: flex;
}

.wrap-tickets-table .viewed {
    display: flex;
    margin-bottom: 1px;
}

.wrap-tickets-table .viewed .text-tickets {
    color: #000;
    border-color: #000;
}

.wrap-tickets-table .not-viewed .text-tickets {
    border-color: #fff;
}

.wrap-tickets-table .text-tickets {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    padding: 0px;
    font-size: 16px;
    border-right: 1px solid;
    color: #000!important;
}

div.wrap-tickets-table div.text-tickets a.button-ticket {
    color: #000!important;
    border-color: #000!important;
}

.wrap-tickets-table .text-tickets:last-of-type {
    justify-content: flex-end;
    border-right: none;
}

@media(max-width: 991px) {
    body.account-neoseo_ticket_system #column-right,#content {
        width:100%;
    }

    .positionsticker {
        top: 15px;
        right: 15px;
    }

    body.account-neoseo_ticket_system #column-right {
        padding: 0 15px;
    }

    .wrap-tickets-table .text-tickets,.wrap-head-tickets-table .text-head-tickets {
        font-size: 14px
    }
}

@media(max-width: 767px) {
    body.account-neoseo_ticket_system #column-right {
        display:block!important;
    }

    .positionsticker {
        top: 5px;
        right: 5px;
    }
}

@media(max-width: 640px) {
    .wrap-head-tickets-table.mob-hidden {
        display:none!important;
    }

    .wrap-tickets-table .not-viewed,.wrap-tickets-table .viewed,.table-tickets .wrap-head-tickets-table {
        flex-direction: column;
        margin-bottom: 1px;
    }

    .wrap-head-tickets-table.mob-visible {
        width: 50%;
        display: flex!important;
    }

    .wrap-tickets-table .not-viewed,.wrap-tickets-table .viewed {
        width: 50%;
    }

    .wrap-tickets-table {
        display: flex;
        flex-wrap: wrap;
    }

    .wrap-tickets-table .text-tickets,.text-head-tickets {
        border-right: none!important;
        border-bottom: 1px solid #000;
    }

    .wrap-head-tickets-table.mob-visible .text-head-tickets.end-ticket {
        min-height: 69px;
    }

    .wrap-tickets-table .text-tickets:last-of-type {
        justify-content: center;
    }
}

@media(max-width: 320px) {
    .wrap-tickets-table .text-tickets,.wrap-head-tickets-table .text-head-tickets {
        font-size:13px;
        min-width: 100px;
    }

    .wrap-tickets-table .text-tickets:first-of-type {
        flex: none;
        min-width: 100px;
    }

    .wrap-tickets-table .viewed .text-tickets {
        min-width: 100px;
    }
}

.instock textarea {
    resize: vertical;
}

.instock {
    max-width: 620px;
    margin: 0 auto;
    margin-bottom: 400px;
    background: #fff;
}

.instock2 {
    padding: 15px 25px 15px 25px;
}

.name-popup {
    color: #000;
    font-size: 22px;
    line-height: 33px;
    padding: 8px 0px 8px 2px;
}

.name-product {
    color: #444;
    font-weight: 500;
    font-size: 26px;
    margin-bottom: 17px;
    line-height: 28px;
}

.instockf {
    border-bottom: 1px solid #F5F5F5;
}

.instock {
    position: relative;
    background: #FFFFFF!important;
}

.forminstock {
    padding-left: 15px;
    padding-right: 15px;
}

.forminstock .form-group {
    margin-bottom: 1px;
}

.btnfast {
    margin: 0 auto;
    display: block;
}

.priceall {
    text-align: center;
}

.priceold-product {
    color: #000;
    font-size: 26px;
    font-weight: 400;
    display: inline;
}

.price-product {
    color: #E12C31;
    font-size: 15px;
    font-weight: 400;
    text-decoration: line-through;
    line-height: 12px;
    vertical-align: 7px;
}

.instock .mfp-close {
    background: #F0F0F0!important;
    height: 35px!important;
    cursor: pointer!important;
    line-height: 35px!important;
    width: 35px!important;
}

.instock .mfp-close span {
    color: red!important;
}

.instock .image_wrap img {
}

.boost-ajax {
    display: none;
}

.owl-carousel .owl-controls .owl-buttons .owl-prev i:before {
    content: "\f177";
}

.skidki {
    color: #ff0000!important;
    text-transform: uppercase;
}

.prod__deliveryins {
    background-color: #f6f6f6;
    border-radius: 4px;
    padding: 10px 8px 8px 8px;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    position: relative;
    margin: 1px 3px 9px 6px;
    margin: 0 auto 10px auto;
}

.prod__deliveryins:hover {
    box-shadow: 0 0 15px rgba(0,0,0,.4);
}

.title_dostavkas {
    font-size: 18px;
    color: #000000;
    font-weight: 600;
    text-decoration: none;
}

.title_dostavkasp {
    font-size: 14px;
    color: #000000;
    font-weight: 600;
    text-decoration: none;
}

.description .iconins {
    position: absolute;
    left: 0;
    top: 0;
    height: 30px;
    width: 30px;
}

.panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    border-color: #EEEEEE;
    margin: 2px 7px 5px 7px;
}

.panel-default>.panel-heading {
    padding: 0;
    border-radius: 0;
    color: #868583;
    background-color: #FAFAFA;
    border-color: #EEEEEE;
}

.panel-title {
    font-size: 12px;
}

.panel-title>a {
    display: block;
    padding: 15px;
    text-decoration: none;
    color: #62615e;
}

.more-less {
    float: right;
    font-size: 11px;
    color: #868583;
}

.ista-popup {
    display: block;
    overflow: hidden;
    box-shadow: none!important;
    outline: 0!important;
    height: 262px;
    margin-bottom: 30px;
    background-size: cover;
    background-position: center;
}

.ista-popup:hover {
    opacity: 0.8;
    transition: 0.3s;
}

.insta-img {
    width: 100%;
    margin-bottom: 30px;
}

#instagram {
    margin-bottom: 30px;
}

#instagram h3 {
    margin-bottom: 20px;
}

#additional {
    max-height: 700px;
    overflow: hidden
}

.product-img .prmain {
    overflow: hidden;
}

.slick-list.draggable {
    height: 100%!important;
}

#additional .slick-track .slick-slide.slick-active {
    width: 100%!important;
    height: auto;
}

.col-footer .footer__list-active {
    display: block!important;
}

.main_section.zefirka {
    background: #2f2f2f;
    position: relative;
}

.main_section.zefirka .main_title {
    padding: 10px 5px 10px;
    font-size: 20px;
}

.main_section.zefirka img {
    max-width: 100%;
    height: auto;
}

.main_section.zefirka h1 {
    font-size: 30px;
    margin-bottom: 0;
    margin-top: -1px;
}

.main_section .main_title {
    padding: 10px 20px;
    font-weight: 700;
    font-size: 27px;
    line-height: 44px;
    text-align: center;
}

.main_section.zefirka .subtitleds {
    padding: 1px 1px 1px;
    width: 100%;
    font-size: 15px;
    line-height: 19px;
    letter-spacing: 1.1px;
    text-align: left;
    color: #fff;
    border-bottom: 1px solid #565656;
}

.cat12 {
    color: #fff;
    font-size: 20px;
}

.main_section.zefirka .main_title {
    background: #149cc7;
    color: #fff;
    padding: 12px 0;
}

.product-block {
    position: relative;
    overflow: hidden;
}

.main_section .benefits_block {
    margin: 0 auto 1px;
    width: 100%;
}

.main_section .benefits_block .benefit_items {
    float: left;
    padding: 0 5px;
    width: 50%;
    text-align: center;
}

.main_section .benefits_block img {
    display: block;
    margin: 3px auto 3px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.subtitleds {
    padding: 1px 1px 1px;
    width: 100%;
    font-size: 12px;
    line-height: 19px;
    letter-spacing: 1.1px;
    text-align: left;
    color: #fff;
    border-bottom: 1px solid #565656;
}

.main_section .benefits_block {
    margin: 0 auto 1px;
    width: 100%;
}

.title_centerl {
    font-size: 21px;
    margin-bottom: 6px;
    color: #000000;
    font-weight: 500;
    margin-top: 5px;
}

.prices-block {
    /* padding: 5px 0px; */
    width: 50%;
    text-align: left;
    font-size: 17px;
}

.prices-block .special-price {
    color: #e95144;
    font-weight: normal;
    font-size: 17px;
    /* margin: 10px 0; */
    font-weight: bold;
    display: inline-block;
}

.atributl {
    display: flex;
    width: 97%;
    margin-left: 8px;
    font-size: 14px;
    color: #000000;
}

@media (min-width: 1024px) {
    .btn-cartprnew {
        max-width: 80px;
    }

    .product-thumb .caption .price-new {
        font-size: 15px;
    }

    .price-old {
        font-size: 14px!important;
    }
}

@media (max-width: 350px) {
    .opencartCountdown-amount {
        font-size: 130%;
    }

    .opencartCountdown-period {
        display: none;
        font-size: 80%;
        padding: 1px 3px 3px 2px;
    }

    .timer-block .special-price, .timer-block .old-price {
        display: inline-block;
        margin: 0px;
        font-size: 11px;
    }

    .category-header .navright {
        top: 70px!important;
    }
}

@media (min-width: 320px) {
    .product-layoutcat.product-grid {
        height: 330px;
    }
}

@media (min-width: 360px) {
    .product-layoutcat.product-grid {
        height: 380px;
    }
}

@media (min-width: 390px) {
    .product-layoutcat.product-grid {
        height: 410px;
    }
}

@media screen and (min-width: 414px) {
    .product-layoutcat.product-grid {
        height: 410px;
    }
}

@media screen and (min-width: 514px) {
    .product-layoutcat.product-grid {
        height: 470;
    }
}

@media screen and (min-width: 768px) {
    .product-layoutcat.product-grid {
        height: 470px;
    }
}

@media screen and (min-width: 960px) {
    .product-layoutcat.product-grid {
        height: 400px;
    }
}

@media screen and (max-width: 991px) {
    .btn-filter {
        max-width: 43%;
        /* float: left; */
        margin-right: 3%;
        margin-left: 3%;
        padding: 11px;
        border: 1px solid #cdcaca !important;
        font-size: 16px;
        line-height: 15px;
        text-transform: none;
        border-radius: 4px;
        height: 32px;
        background: #00a046 !important;
        color: #ffffff !important;
    }

    #cart-total {
        display: none;
    }

    #logo img, #llogo_footer img {
        position: absolute;
        margin: auto;
        left: 0;
        top: 0;
        bottom: 2px;
        right: 0;
        height: 40px;
        min-width: 120px;
    }

    .btn-filter {
        display: inline-block;
        font-size: 17px;
        letter-spacing: 1px;
        line-height: 13px;
        padding: 8px;
        text-align: center;
        width: 100%;
    }

    .navmenu {
        display: none!important;
    }

    .navsmenu {
        display: block!important;
    }
}

@media (min-width: 600px) {
    .product-layoutcat.product-grid {
        /* height: 475px; */
    }

    .timer-block .special-price {
        font-weight: bold;
        font-size: 17px!important;
    }

    .timer-block .old-price {
        font-size: 14px!important;
    }
}

@media screen and (min-width: 991px) {
    .btn-filter {
        display: none;
    }
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-preloader {
    color: #cccccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.owl-item.loading {
    min-height: 150px;
    background: url(../images/AjaxLoader.gif) no-repeat center center
}

@media screen and (max-width: 991px) {
    .drsh-intro {
        align-items: stretch;
        margin-bottom: 80px;
        border-radius: 20px;
        overflow: hidden;
        display: block;
    }

    .product-img {
        position: relative;
        width: 100%;
        height: auto;
    }

    .scaleslide {
        background-size: cover;
        width: 345px!important;
        height: 195px;
        margin: 0 auto;
    }

    .timer-block .special-price {
        font-weight: bold;
        font-size: 14px;
    }

    .prices-block .special-price {
        color: #e95144;
        font-weight: normal;
        font-size: 14px;
        /* margin: 10px 0; */
        font-weight: bold;
        display: inline-block;
    }

    .timer-block .old-price {
        font-size: 12px;
    }

    .header-content .account-nav {
        margin: 0;
        top: 0;
        position: absolute;
        right: 0;
        top: 15px;
        margin: 0;
    }

    .block-flex {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        display: block;
    }

    #search .icon {
        top: 7px;
    }

    .rules .item {
        height: 300px;
        width: 235px;
        margin: 10px auto;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 22px;
        border: 1px solid #e7e7e7;
        background: #fff;
        border-radius: 8px;
        overflow: hidden;
    }

    .garantees>.block-flex>div {
        flex-shrink: 0;
        padding-right: 1px;
        width: 100%;
    }

    .garantees .item .num {
        width: 30px;
        height: 30px;
        font-size: 22px;
        line-height: 27px;
    }

    .garantees .item .icon img {
        width: 40px;
    }

    .garantees .item .icon {
        width: 60px;
        margin-right: 3px;
    }

    .garantees .item .icon {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 60px;
        background: #cf395b;
        flex-shrink: 0;
        margin-right: 10px!important;
    }

    .garantees .item>.block-flex {
        min-height: 70px;
    }

    .garantees .item .text {
        margin: 10% 0 8% 0;
        font-size: 15px;
    }

    .drsh-intro__img {
        display: none;
    }

    .drsh-intro__text {
        width: 100%;
    }
}

@media screen and (max-height: 580px) {
    .category-header .navright {
        top: 120px;
    }
}

#showSearch {
    position: relative;
    left: 42px;
    top: 7px;
    margin: 0;
}

.form-controls {
    height: 37px;
    width: 50%;
    margin: 0 auto 1px;
}

#logos, #llogo_footer {
    min-height: 132px;
    position: relative;
}

#logos, #llogo_footer {
    max-width: 200px;
    min-height: unset;
    margin: 0 auto;
}

.top-header #logos {
    width: 105px;
}

li.marg_link img {
    max-height: 16px;
    margin-right: 10px;
}

.navsmenu {
    display: none;
}

.navmenu {
    display: flex;
    align-items: center;
}

.jq-more {
    margin-top: 60px;
}

.header-content #cart img {
    width: 20px;
    height: 20px;
}

.attention-box {
    background-color: #fff0f5;
    border: 2px solid #ff69b4;
    border-radius: 12px;
    padding: 16px;
    font-family: 'Arial', sans-serif;
    font-size: 16px;
    color: #333;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin: 20px 0;
}

.attention-box a {
    color: #d63384;
    text-decoration: none;
    font-weight: bold;
}

.attention-box a:hover {
    text-decoration: underline;
}
.product-model {
    margin: 4px 0 4px;
}

.product-model .model-labelss {
    display: inline-block;
    font-size: 14px;
    color: #777;
    font-weight: 400;
    background: none;
}
.linetoppr {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
}
.linetoppr .rating p {
  display: flex;
  align-items: center; /* Р“С“Р’С’Р“вЂљР’Р†Р“С“РІР‚ВР“СћРІвЂљВ¬Р’в„–Р“С“РІР‚ВР“СћРІР‚С™Р’В¬Р“С“Р’С’Р“вЂљР’В°Р“С“Р’С’Р“вЂљР’Р†Р“С“Р’С’Р“вЂљР’Р…Р“С“Р’С’Р“вЂљР’С‘Р“С“Р’С’Р“вЂљР’Р†Р“С“Р’С’Р“вЂљР’В°Р“С“Р’С’Р“вЂљР’ВµР“С“РІР‚ВР“СћРІвЂљВ¬Р•РЋ Р“С“Р’С’Р“вЂљР’В·Р“С“Р’С’Р“вЂљР’Р†Р“С“РІР‚ВР“СћРІвЂљВ¬Р›СљР“С“Р’С’Р“вЂљР’В·Р“С“Р’С’Р“вЂљР’Т‘Р“С“РІР‚ВР“СћРІвЂљВ¬Р’в„– Р“С“Р’С’Р“вЂљР’С‘ Р“С“РІР‚ВР“СћРІвЂљВ¬Р•РЋР“С“Р’С’Р“вЂљР’ВµР“С“Р’С’Р“вЂљР’С”Р“С“РІР‚ВР“вЂљР’РѓР“С“РІР‚ВР“СћРІвЂљВ¬Р•РЋ Р“С“Р’С’Р“вЂљР’С—Р“С“Р’С’Р“вЂљР’С• Р“С“РІР‚ВР“СћРІвЂљВ¬Р’ Р“С“Р’С’Р“вЂљР’ВµР“С“Р’С’Р“вЂљР’Р…Р“С“РІР‚ВР“СћРІвЂљВ¬Р•РЋР“С“РІР‚ВР“СћРІР‚С™Р’В¬Р“С“РІР‚ВР“вЂ РІР‚в„ў */
  gap: 2px; /* Р“С“Р’С’Р“вЂљР’Р…Р“С“Р’С’Р“вЂљР’ВµР“С“Р’С’Р“вЂљР’СР“С“Р’С’Р“вЂљР’Р…Р“С“Р’С’Р“вЂљР’С•Р“С“Р’С’Р“вЂљР’С–Р“С“Р’С’Р“вЂљР’С• Р“С“РІР‚ВР“СћРІР‚С™Р’В¬Р“С“Р’С’Р“вЂљР’В°Р“С“РІР‚ВР“вЂљР’РѓР“С“РІР‚ВР“вЂљР’РѓР“С“РІР‚ВР“СћРІвЂљВ¬Р•РЋР“С“Р’С’Р“вЂљР’С•Р“С“РІР‚ВР“вЂљР’РЏР“С“Р’С’Р“вЂљР’Р…Р“С“Р’С’Р“вЂљР’С‘Р“С“РІР‚ВР“вЂљР’РЏ Р“С“Р’С’Р“вЂљР’СР“С“Р’С’Р“вЂљР’ВµР“С“Р’С’Р“вЂљР’В¶Р“С“Р’С’Р“вЂљР’Т‘Р“С“РІР‚ВР“вЂ РІР‚в„ў Р“С“Р’С’Р“вЂљР’В·Р“С“Р’С’Р“вЂљР’Р†Р“С“РІР‚ВР“СћРІвЂљВ¬Р›СљР“С“Р’С’Р“вЂљР’В·Р“С“Р’С’Р“вЂљР’Т‘Р“С“Р’С’Р“вЂљР’В°Р“С“Р’С’Р“вЂљР’СР“С“Р’С’Р“вЂљР’С‘ Р“С“Р’С’Р“вЂљР’С‘ Р“С“РІР‚ВР“СћРІвЂљВ¬Р•РЋР“С“Р’С’Р“вЂљР’ВµР“С“Р’С’Р“вЂљР’С”Р“С“РІР‚ВР“вЂљР’РѓР“С“РІР‚ВР“СћРІвЂљВ¬Р•РЋР“С“Р’С’Р“вЂљР’С•Р“С“Р’С’Р“вЂљР’С */
  /* margin: 1px; */
}
.linetoppr .rating {
    display: flex;
    align-items: center;
    margin-right: 10px;
}

.ig-badge {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    color: #333;
}

.ig-badge a {
    color: #ff1493;
    /* Р“С“РІР‚ВР“СћРІР‚С™Р’В¬Р“С“Р’С’Р“вЂљР’С•Р“С“Р’С’Р“вЂљР’В·Р“С“Р’С’Р“вЂљР’С•Р“С“Р’С’Р“вЂљР’Р†Р“С“РІР‚ВР“СћРІвЂљВ¬Р’в„–Р“С“Р’С’Р“вЂљР’в„– Р“С“Р’С’Р“вЂљР’С”Р“С“Р’С’Р“вЂљР’В°Р“С“Р’С’Р“вЂљР’С” Р“С“РІР‚ВР“вЂ РІР‚в„ў Р“С“РІР‚ВР“СћРІвЂљВ¬Р•РЋР“С“Р’С’Р“вЂљР’ВµР“С“Р’С’Р“вЂљР’В±Р“С“РІР‚ВР“вЂљР’РЏ Р“С“Р’С’Р“вЂљР’Р…Р“С“Р’С’Р“вЂљР’В° Р“С“РІР‚ВР“вЂљР’РѓР“С“Р’С’Р“вЂљР’С”Р“С“РІР‚ВР“СћРІР‚С™Р’В¬Р“С“Р’С’Р“вЂљР’С‘Р“С“Р’С’Р“вЂљР’Р…Р“С“Р’С’Р“вЂљР’Вµ */
    font-weight: 700;
    text-decoration: none;
}

.ig-badge a:hover {
    text-decoration: underline;
}
.custom-rating {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
}

.stars {
  display: flex;
  align-items: center;
  gap: 2px;
}

.star {
  font-size: 18px;
  color: #000000; /* Р“С“РІР‚ВР“вЂљР’РЏР“С“РІР‚ВР“СћРІР‚С™Р’В¬Р“С“Р’С’Р“вЂљР’С”Р“С“Р’С’Р“вЂљР’С•-Р“С“Р’С’Р“вЂљР’В¶Р“С“РІР‚ВР“СћРІвЂљВ¬Р›СљР“С“Р’С’Р“вЂљР’В»Р“С“РІР‚ВР“СћРІвЂљВ¬Р•РЋР“С“РІР‚ВР“СћРІвЂљВ¬Р’в„–Р“С“Р’С’Р“вЂљР’в„– */
  text-shadow: 0 0 20px #ffffff; /* Р“С“Р’С’Р“вЂљР’В»Р“С“Р’С’Р“вЂљР’ВµР“С“Р’С’Р“вЂљР’С–Р“С“Р’С’Р“вЂљР’С”Р“С“Р’С’Р“вЂљР’В°Р“С“РІР‚ВР“вЂљР’РЏ Р“С“Р’С’Р“вЂљР’С–Р“С“Р’С’Р“вЂљР’В»Р“С“РІР‚ВР“вЂ РІР‚в„ўР“С“Р’С’Р“вЂљР’В±Р“С“Р’С’Р“вЂљР’С‘Р“С“Р’С’Р“вЂљР’Р…Р“С“Р’С’Р“вЂљР’В° */
  position: relative;
}

.star.half {
  background: linear-gradient(90deg, #000000 50%, #ddd 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ig-badge {
  display: flex;
  align-items: center;
  gap: 4px;
}

.ig-badge span {
  font-weight: 500;
}

.ig-badge a {
  font-weight: bold;
  color: #ff007f;
  text-decoration: underline;
  text-transform: uppercase;
}
/* Р“С“Р’С’Р“вЂљР’Р€Р“С“Р’С’Р“вЂљР’Р†Р“С“Р’С’Р“вЂљР’ВµР“С“Р’С’Р“вЂљР’В»Р“С“Р’С’Р“вЂљР’С‘Р“С“РІР‚ВР“СћРІвЂљВ¬Р’РЋР“С“Р’С’Р“вЂљР’ВµР“С“Р’С’Р“вЂљР’Р…Р“С“Р’С’Р“вЂљР’Р…Р“С“Р’С’Р“вЂљР’В°Р“С“РІР‚ВР“вЂљР’РЏ Р“С“РІР‚ВР“вЂ№РІР‚ Р“С“Р’С’Р“вЂљР’С‘Р“С“РІР‚ВР“СћРІР‚С™Р’В¬Р“С“Р’С’Р“вЂљР’С‘Р“С“Р’С’Р“вЂљР’Р…Р“С“Р’С’Р“вЂљР’В° Р“С“РІР‚ВР“вЂљР’РѓР“С“Р’С’Р“вЂљР’В°Р“С“Р’С’Р“вЂљР’в„–Р“С“РІР‚ВР“СћРІвЂљВ¬Р•РЋР“С“Р’С’Р“вЂљР’В° Р“С“Р’С’Р“вЂљР’Р…Р“С“Р’С’Р“вЂљР’В° Р“С“Р’С’Р“вЂљР’В±Р“С“Р’С’Р“вЂљР’С•Р“С“Р’С’Р“вЂљР’В»Р“С“РІР‚ВР“вЂ¦РІР‚в„ўР“С“РІР‚ВР“вЂ№РІР‚ Р“С“Р’С’Р“вЂљР’С‘Р“С“РІР‚ВР“СћРІвЂљВ¬Р’В¦ Р“С“РІР‚ВР“вЂљР’РЊР“С“Р’С’Р“вЂљР’С”Р“С“РІР‚ВР“СћРІР‚С™Р’В¬Р“С“Р’С’Р“вЂљР’В°Р“С“Р’С’Р“вЂљР’Р…Р“С“Р’С’Р“вЂљР’В°Р“С“РІР‚ВР“СћРІвЂљВ¬Р’В¦.
   Р“С“Р’С’Р“вЂљР’СњР“С“Р’С’Р“вЂљР’В° Р“С“РІР‚ВР“вЂљР’РѓР“С“РІР‚ВР“СћРІвЂљВ¬Р•РЋР“С“РІР‚ВР“СћРІР‚С™Р’В¬Р“С“Р’С’Р“вЂљР’В°Р“С“Р’С’Р“вЂљР’Р…Р“С“Р’С’Р“вЂљР’С‘Р“С“РІР‚ВР“СћРІвЂљВ¬Р’ Р“С“Р’С’Р“вЂљР’Вµ Р“С“РІР‚ВР“СћРІвЂљВ¬Р•РЋР“С“Р’С’Р“вЂљР’С•Р“С“Р’С’Р“вЂљР’Р†Р“С“Р’С’Р“вЂљР’В°Р“С“РІР‚ВР“СћРІР‚С™Р’В¬Р“С“Р’С’Р“вЂљР’В° Р“С“РІР‚ВР“вЂљР’РѓР“С“Р’С’Р“вЂљР’С•Р“С“РІР‚ВР“СћРІвЂљВ¬Р’В¦Р“С“РІР‚ВР“СћРІР‚С™Р’В¬Р“С“Р’С’Р“вЂљР’В°Р“С“Р’С’Р“вЂљР’Р…Р“С“РІР‚ВР“вЂљР’РЏР“С“Р’С’Р“вЂљР’ВµР“С“Р’С’Р“вЂљР’С Р“С“РІР‚ВР“СћРІР‚С™Р’В¬Р“С“Р’С’Р“вЂљР’С•Р“С“Р’С’Р“вЂљР’Т‘Р“С“Р’С’Р“вЂљР’Р…Р“С“РІР‚ВР“вЂ РІР‚в„ўР“С“РІР‚ВР“вЂ¦Р’Р… Р“С“РІР‚ВР“вЂ№РІР‚ Р“С“Р’С’Р“вЂљР’С‘Р“С“РІР‚ВР“СћРІР‚С™Р’В¬Р“С“Р’С’Р“вЂљР’С‘Р“С“Р’С’Р“вЂљР’Р…Р“С“РІР‚ВР“вЂ РІР‚в„ў Bootstrap,
   Р“С“РІР‚ВР“СћРІвЂљВ¬Р’РЋР“С“РІР‚ВР“СћРІвЂљВ¬Р•РЋР“С“Р’С’Р“вЂљР’С•Р“С“Р’С’Р“вЂљР’В±Р“С“РІР‚ВР“СћРІвЂљВ¬Р’в„– Р“С“Р’С’Р“вЂљР’Р…Р“С“Р’С’Р“вЂљР’Вµ Р“С“РІР‚ВР“СћРІР‚С™Р’В¬Р“С“Р’С’Р“вЂљР’В°Р“С“РІР‚ВР“вЂљР’РѓР“С“РІР‚ВР“СћРІвЂљВ¬Р•РЋР“С“РІР‚ВР“вЂљР’РЏР“С“Р’С’Р“вЂљР’С–Р“С“Р’С’Р“вЂљР’С‘Р“С“Р’С’Р“вЂљР’Р†Р“С“Р’С’Р“вЂљР’В°Р“С“РІР‚ВР“СћРІвЂљВ¬Р•РЋР“С“РІР‚ВР“вЂ¦РІР‚в„ў Р“С“Р’С’Р“вЂљР’С–Р“С“Р’С’Р“вЂљР’В»Р“С“Р’С’Р“вЂљР’В°Р“С“Р’С’Р“вЂљР’Р†Р“С“Р’С’Р“вЂљР’Р…Р“С“Р’С’Р“вЂљР’С•Р“С“Р’С’Р“вЂљР’Вµ Р“С“РІР‚ВР“СћРІвЂљВ¬Р•С•Р“С“Р’С’Р“вЂљР’С•Р“С“РІР‚ВР“СћРІвЂљВ¬Р•РЋР“С“Р’С’Р“вЂљР’С• Р“С“Р’С’Р“вЂљР’С‘ Р“С“Р’С’Р“вЂљР’Р…Р“С“Р’С’Р“вЂљР’Вµ Р“С“Р’С’Р“вЂљР’В»Р“С“Р’С’Р“вЂљР’С•Р“С“Р’С’Р“вЂљР’СР“С“Р’С’Р“вЂљР’В°Р“С“РІР‚ВР“СћРІвЂљВ¬Р•РЋР“С“РІР‚ВР“вЂ¦РІР‚в„ў Р“С“Р’С’Р“вЂљР’В±Р“С“Р’С’Р“вЂљР’С•Р“С“Р’С’Р“вЂљР’С”Р“С“Р’С’Р“вЂљР’С•Р“С“Р’С’Р“вЂљР’Р†Р“С“РІР‚ВР“вЂ РІР‚в„ўР“С“РІР‚ВР“вЂ¦Р’Р… Р“С“Р’С’Р“вЂљР’С–Р“С“Р’С’Р“вЂљР’В°Р“С“Р’С’Р“вЂљР’В»Р“С“Р’С’Р“вЂљР’ВµР“С“РІР‚ВР“СћРІР‚С™Р’В¬Р“С“Р’С’Р“вЂљР’ВµР“С“РІР‚ВР“вЂ¦Р’Р…. */
@media (min-width:1200px){
    body:not([class*="product-product-"]) .container{
        width:calc(100% - 40px);
        max-width:1800px;
    }
}
.zef-header__icon{
  display:grid;
  place-items:center;
  width:42px;
  height:42px;
  padding:0;
  border:0;
  border-radius:50%;
  background:transparent;
  color:#171717;
}

.zef-header__icon svg{
  display:block;
  width:21px;
  height:21px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.7;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.zef-header__icon:hover{
  background:#f6f4f1;
}
.zef-header__cart svg{
    width: 21px;
    height: 21px;
    display:block;
}
.cartphotos{
    width:22px;
    height:222px;
    display:block;
}
.zef-header__cart{
    top: 0 !important;
}

.zef-header__cart #cart .dropdown-menu{
  top:100% !important;
  margin-top:0 !important;
}

/* Р“С“Р’С’Р“вЂљР’Р…Р“С“Р’С’Р“вЂљР’ВµР“С“Р’С’Р“вЂљР’Р†Р“С“Р’С’Р“вЂљР’С‘Р“С“Р’С’Р“вЂљР’Т‘Р“С“Р’С’Р“вЂљР’С‘Р“С“Р’С’Р“вЂљР’СР“С“РІР‚ВР“СћРІвЂљВ¬Р’в„–Р“С“Р’С’Р“вЂљР’в„– Р“С“Р’С’Р“вЂљР’СР“С“Р’С’Р“вЂљР’С•Р“С“РІР‚ВР“вЂљР’РѓР“С“РІР‚ВР“СћРІвЂљВ¬Р•РЋР“С“Р’С’Р“вЂљР’С‘Р“С“Р’С’Р“вЂљР’С” Р“С“Р’С’Р“вЂљР’СР“С“Р’С’Р“вЂљР’ВµР“С“Р’С’Р“вЂљР’В¶Р“С“Р’С’Р“вЂљР’Т‘Р“С“РІР‚ВР“вЂ РІР‚в„ў Р“С“Р’С’Р“вЂљР’С‘Р“С“Р’С’Р“вЂљР’С”Р“С“Р’С’Р“вЂљР’С•Р“С“Р’С’Р“вЂљР’Р…Р“С“Р’С’Р“вЂљР’С”Р“С“Р’С’Р“вЂљР’С•Р“С“Р’С’Р“вЂљР’в„– Р“С“Р’С’Р“вЂљР’С‘ Р“С“Р’С’Р“вЂљР’С•Р“С“Р’С’Р“вЂљР’С”Р“С“Р’С’Р“вЂљР’Р…Р“С“Р’С’Р“вЂљР’С•Р“С“Р’С’Р“вЂљР’С */
.zef-header__cart #cart .dropdown-menu::before{
  content:"";
  position:absolute;
  left:0;
  right:0;
  top:-14px;
  height:14px;
}
.zef-header__cart #cart:hover .dropdown-menu,
.zef-header__cart #cart .dropdown-menu:hover{
  display:block !important;
}
.zef-header__cart button,
.zef-header__cart button:focus,
.zef-header__cart button:active,
.zef-header__cart a,
.zef-header__cart a:focus,
.zef-header__cart a:active{
    outline:none !important;
    box-shadow:none !important;
}

<style>
.zef-header,
.zef-header *{
  box-sizing:border-box;
}

.zef-header{
  position:relative;
  z-index:1010;
  width:100%;
  border-bottom:1px solid #ebe7e2;
  background:#fff;
  color:#151515;
  font-family:Arial,Helvetica,sans-serif;
}

.zef-header__inner{
  position:relative;
  display:grid;
  grid-template-columns:240px minmax(0,1fr) 190px;
  align-items:center;
  gap:28px;
  width:calc(100% - 40px);
  max-width:1250px;
  min-height:76px;
  margin:0 auto;
}

.zef-header__logo{
  display:flex;
  align-items:center;
  min-width:0;
}

.zef-header__logo a{
  display:inline-flex;
  align-items:center;
}

.zef-header__logo img{
  display:block;
  width:auto;
  max-width:180px;
  max-height:48px;
}

.zef-header__logo-text{
  display:inline-flex;
  align-items:center;
  color:#151515!important;
  font-family:Arial,Helvetica,sans-serif;
  font-size:25px;
  font-weight:500;
  line-height:1;
  letter-spacing:.30em;
  text-decoration:none!important;
  text-transform:uppercase;
  white-space:nowrap;
}

.zef-header__nav{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:34px;
  min-width:0;
}

.zef-header__nav > a{
  position:relative;
  display:inline-flex;
  align-items:center;
  min-height:74px;
  color:#171717;
  font-size:13px;
  font-weight:600;
  letter-spacing:.025em;
  text-decoration:none!important;
  text-transform:uppercase;
  white-space:nowrap;
}

.zef-header__nav > a:after{
  content:"";
  position:absolute;
  right:0;
  bottom:18px;
  left:0;
  height:1px;
  background:#171717;
  transform:scaleX(0);
  transform-origin:center;
  transition:transform .2s ease;
}

.zef-header__nav > a:hover:after{
  transform:scaleX(1);
}

.zef-header__nav > a.zef-header__sale{
  color:#d83232;
}

.zef-header__catalog{
  display:flex;
  align-items:center;
  min-height:74px;
}

.zef-header__catalog-toggle{
  position:relative;
  display:inline-flex;
  align-items:center;
  gap:7px;
  min-height:74px;
  padding:0;
  border:0;
  background:transparent;
  color:#171717;
  font-family:Arial,Helvetica,sans-serif;
  font-size:13px;
  font-weight:600;
  letter-spacing:.025em;
  line-height:1;
  text-transform:uppercase;
  cursor:pointer;
}

.zef-header__catalog-toggle::after{
  content:"";
  position:absolute;
  right:0;
  bottom:18px;
  left:0;
  height:1px;
  background:#171717;
  transform:scaleX(0);
  transform-origin:center;
  transition:transform .2s ease;
}

.zef-header__catalog-toggle:hover::after,
.zef-header__catalog.is-open .zef-header__catalog-toggle::after{
  transform:scaleX(1);
}

.zef-header__catalog-arrow{
  display:block;
  flex:0 0 12px;
  width:12px;
  height:8px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.5;
  stroke-linecap:round;
  stroke-linejoin:round;
  transform-origin:center;
  transition:transform .2s ease;
}

.zef-header__catalog.is-open .zef-header__catalog-arrow{
  transform:rotate(180deg);
}

.zef-header__catalog-menu{
  position:absolute;
  top:100%;
  right:0;
  left:0;
  z-index:30;
  display:none;
  max-height:calc(100vh - 100px);
  padding:26px 30px 30px;
  overflow-y:auto;
  border:1px solid #ebe7e2;
  background:#ffffff;
  box-shadow:0 14px 30px rgba(0,0,0,.09);
}

.zef-header__catalog.is-open .zef-header__catalog-menu{
  display:block;
}

.zef-header__catalog-grid{
  display:block;
  column-count:4;
  column-gap:36px;
}

.zef-header__catalog-group{
  display:inline-block;
  width:100%;
  min-width:0;
  margin:0 0 28px;
  break-inside:avoid-column;
  vertical-align:top;
}

.zef-header__catalog-title{
  display:block;
  padding-bottom:10px;
  border-bottom:1px solid #e8e3dd;
  color:#171717;
  font-size:13px;
  font-weight:700;
  letter-spacing:.04em;
  line-height:1.35;
  text-decoration:none;
  text-transform:uppercase;
}

.zef-header__catalog-title:hover,
.zef-header__catalog-children a:hover{
  color:#b19375;
  text-decoration:none;
}

.zef-header__catalog-children{
  padding-top:9px;
}

.zef-header__catalog-child{
  margin-top:7px;
}

.zef-header__catalog-child > a{
  display:block;
  color:#2a2927;
  font-size:13px;
  font-weight:500;
  line-height:1.35;
  text-decoration:none;
}

.zef-header__catalog-level3{
  display:flex;
  flex-direction:column;
  gap:4px;
  padding:5px 0 2px 10px;
}

.zef-header__catalog-level3 a{
  color:#77716b;
  font-size:12px;
  line-height:1.35;
  text-decoration:none;
}

.zef-header__actions{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:7px;
  min-width:190px;
}

.zef-header__icon{
  position:relative;
  display:grid;
  place-items:center;
  width:42px;
  height:42px;
  padding:0;
  border:0;
  border-radius:50%;
  background:transparent;
  color:#171717!important;
  font-size:19px;
  line-height:1;
  text-decoration:none!important;
  cursor:pointer;
  transition:background .2s ease;
}

.zef-header__icon:hover{
  background:#f6f4f1;
}

.zef-header__icon i{
  margin:0!important;
}



/* Р“С“Р’С’Р“вЂљР’РЋР“С“Р’С’Р“вЂљР’С•Р“С“РІР‚ВР“СћРІвЂљВ¬Р’В¦Р“С“РІР‚ВР“СћРІР‚С™Р’В¬Р“С“Р’С’Р“вЂљР’В°Р“С“Р’С’Р“вЂљР’Р…Р“С“РІР‚ВР“вЂљР’РЏР“С“Р’С’Р“вЂљР’ВµР“С“Р’С’Р“вЂљР’С Р“С“РІР‚ВР“вЂљР’РѓР“С“РІР‚ВР“СћРІвЂљВ¬Р•РЋР“С“Р’С’Р“вЂљР’В°Р“С“Р’С’Р“вЂљР’Р…Р“С“Р’С’Р“вЂљР’Т‘Р“С“Р’С’Р“вЂљР’В°Р“С“РІР‚ВР“СћРІР‚С™Р’В¬Р“С“РІР‚ВР“СћРІвЂљВ¬Р•РЋР“С“Р’С’Р“вЂљР’Р…Р“С“РІР‚ВР“СћРІвЂљВ¬Р’в„–Р“С“Р’С’Р“вЂљР’в„– OpenCart cart.tpl Р“С“Р’С’Р“вЂљР’С‘ Р“С“Р’С’Р“вЂљР’СР“С“Р’С’Р“вЂљР’ВµР“С“Р’С’Р“вЂљР’Р…Р“С“РІР‚ВР“вЂљР’РЏР“С“Р’С’Р“вЂљР’ВµР“С“Р’С’Р“вЂљР’С Р“С“РІР‚ВР“СћРІвЂљВ¬Р•РЋР“С“Р’С’Р“вЂљР’С•Р“С“Р’С’Р“вЂљР’В»Р“С“РІР‚ВР“вЂ¦РІР‚в„ўР“С“Р’С’Р“вЂљР’С”Р“С“Р’С’Р“вЂљР’С• Р“С“Р’С’Р“вЂљР’Р†Р“С“Р’С’Р“вЂљР’Р…Р“С“Р’С’Р“вЂљР’ВµР“С“РІР‚ВР“вЂ№РІР‚ Р“С“Р’С’Р“вЂљР’Р…Р“С“Р’С’Р“вЂљР’С‘Р“С“Р’С’Р“вЂљР’в„– Р“С“Р’С’Р“вЂљР’Р†Р“С“Р’С’Р“вЂљР’С‘Р“С“Р’С’Р“вЂљР’Т‘ */
.zef-header__cart #cart{
  position:relative;
  width:44px;
  min-width:44px;
  margin:0!important;
}

.zef-header__cart #cart > .btn{



 

  font-size:0!important;


    position: relative;
    margin-bottom: 10px;
    margin-left: 5px;
   
     width:auto; 
    display: flex;
}

.zef-header__cart #cart > .btn:hover,
.zef-header__cart #cart.open > .btn{
  background:#f6f4f1!important;
}


/* Р“С“Р’С’Р“вЂљР’РЋР“С“РІР‚ВР“СћРІвЂљВ¬Р’РЋР“С“РІР‚ВР“СћРІвЂљВ¬Р›СљР“С“РІР‚ВР“СћРІвЂљВ¬Р•РЋР“С“РІР‚ВР“СћРІвЂљВ¬Р’РЋР“С“Р’С’Р“вЂљР’С‘Р“С“Р’С’Р“вЂљР’С” Р“С“Р’С’Р“вЂљР’С”Р“С“Р’С’Р“вЂљР’С•Р“С“РІР‚ВР“СћРІР‚С™Р’В¬Р“С“Р’С’Р“вЂљР’В·Р“С“Р’С’Р“вЂљР’С‘Р“С“Р’С’Р“вЂљР’Р…Р“С“РІР‚ВР“СћРІвЂљВ¬Р’в„– Р“С“РІР‚ВР“вЂљР’РѓР“С“РІР‚ВР“СћРІвЂљВ¬Р•РЋР“С“Р’С’Р“вЂљР’В°Р“С“РІР‚ВР“СћРІР‚С™Р’В¬Р“С“Р’С’Р“вЂљР’С•Р“С“Р’С’Р“вЂљР’в„– Р“С“РІР‚ВР“СћРІвЂљВ¬Р•РЋР“С“Р’С’Р“вЂљР’ВµР“С“Р’С’Р“вЂљР’СР“С“РІР‚ВР“СћРІвЂљВ¬Р’в„– */
.zef-header__cart #cart .cart-item,
.zef-header__cart #cart .diamond{position: absolute !important;bottom: -2px !important;right: -2px !important;left: auto !important;z-index: 4 !important;display: block !important;width: 25px !important;height: 36px !important;margin: 0 !important;padding: 0 !important;border-radius: 50% !important;color: #fff !important;font-size: 10px !important;line-height: 19px !important;text-align: center !important;}
.zef-header__cart #cart .cart-item-after,
.zef-header__cart #cart .diamond-inner {
    position: absolute !important;
    display: flex !important;
    align-items: center !important;
    /* justify-content: center !important; */
    min-width: 11px !important;
    height: 16px;
    width: 16px;
    padding: 0 4px !important;
    background: #D8B48A !important;
    border: 2px solid #fff !important;
    border-radius: 26px !important;
    color: #000000 !important;
    font-size: 7px !important;
    font-weight: 600 !important;
    line-height: 1 !important;
    text-align: center !important;
}

.zef-header__cart #cart .dropdown-menu{
  top:100%!important;
  right:0!important;
  left:auto!important;
  min-width:360px;
  margin-top:0!important;
}

.zef-header__menu-toggle{
  display:none;
}

.zef-header__search-panel{
  display:none;
  border-top:1px solid #ebe7e2;
  background:#fff;
}

.zef-header__search-panel.is-open{
  display:block;
}

.zef-header__search-inner{
  width:calc(100% - 64px);
  max-width:1660px;
  margin:0 auto;
  padding:16px 0 18px;
}

.zef-header__search-inner #search{
  width:100%;
  max-width:760px;
  margin:0 auto;
}

.zef-header__search-inner #search .input-group{
  width:100%;
}

.zef-header__search-inner #search input{
  height:48px;
  border:1px solid #ded8d1;
  border-radius:12px 0 0 12px;
  box-shadow:none!important;
  font-size:14px;
}

.zef-header__search-inner #search .btn,
.zef-header__search-inner #search button{
  height:48px;
  margin:0!important;
  padding:0 18px!important;
  border:1px solid #ded8d1!important;
  border-left:0!important;
  border-radius:0 12px 12px 0!important;
  background:#fff!important;
  color:#171717!important;
  box-shadow:none!important;
}

.zef-header__mobile{
  display:none;
  border-top:1px solid #ebe7e2;
  background:#fff;
}

.zef-header__mobile.is-open{
  display:block;
}

.zef-header__mobile-inner{
  width:calc(100% - 24px);
  margin:0 auto;
  padding:8px 0 18px;
}

.zef-header__mobile a{
  display:flex;
  align-items:center;
  min-height:44px;
  border-bottom:1px solid #f0ede9;
  color:#171717;
  font-size:14px;
  font-weight:500;
  text-decoration:none!important;
  text-transform:uppercase;
}

.zef-header__mobile a.zef-header__sale{
  color:#d83232;
}

.zef-header__mobile-account{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
  padding-top:14px;
}

.zef-header__mobile-account a{
  justify-content:center;
  min-height:42px;
  border:1px solid #ebe7e2;
  border-radius:9px;
  font-size:13px;
  text-transform:none;
}

@media(max-width:1199px){
  .zef-header__inner{
    grid-template-columns:190px minmax(0,1fr) 150px;
    gap:20px;
    width:calc(100% - 40px);
  }

  .zef-header__nav{
    gap:20px;
  }

  .zef-header__nav > a{
    font-size:12px;
  }

  .zef-header__catalog-toggle{
    font-size:12px;
  }
}

@media(max-width:991px){
  .zef-header__inner{
    grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);
    gap:10px;
    width:calc(100% - 24px);
    min-height:66px;
  }

  .zef-header__actions{
    min-width:0;
  }

  .zef-header__menu-toggle{
    display:grid;
  }

  .zef-header__logo{
    justify-content:center;
  }

  .zef-header__logo img{
    max-width:145px;
    max-height:42px;
  }

  .zef-header__nav{
    display:none;
  }

  .zef-header__actions{
    gap:0;
  }

  .zef-header.is-menu-open .zef-header__inner,
  .zef-header.is-search-open .zef-header__inner{
    grid-template-columns:42px minmax(0,1fr) 42px;
    min-height:52px;
  }

  .zef-header.is-menu-open .zef-header__logo,
  .zef-header.is-search-open .zef-header__logo{
    display:none;
  }

  .zef-header.is-menu-open .zef-header__actions{
    grid-column:1;
    grid-row:1;
    justify-self:start;
  }

  .zef-header.is-menu-open .zef-header__menu-toggle{
    z-index:22;
    grid-column:3;
    grid-row:1;
    justify-self:end;
  }

  .zef-header.is-menu-open .zef-header__menu-toggle:hover,
  .zef-header.is-menu-open .zef-header__search-toggle:hover{
    background:transparent;
  }

  .zef-header.is-menu-open .zef-header__account,
  .zef-header.is-menu-open .zef-header__wishlist,
  .zef-header.is-menu-open .zef-header__cart{
    display:none;
  }

  .zef-header.is-search-open .zef-header__actions{
    display:none;
  }

  .zef-header.is-search-open .zef-header__menu-toggle{
    position:absolute;
    top:5px;
    left:0;
    grid-column:auto;
    justify-self:auto;
  }

  .zef-header.is-search-open .zef-header__search-panel{
    position:absolute;
    top:0;
    right:8px;
    left:56px;
    z-index:20;
    height:52px;
    border-top:0;
  }

  .zef-header.is-search-open .zef-header__search-inner{
    width:auto;
    max-width:none;
    margin:0;
    padding:9px 0;
  }

  .zef-header.is-search-open .zef-header__search-inner #search{
    position:relative;
    left:auto;
    right:auto;
    display:block;
    width:100%;
    max-width:none;
    margin:0;
    transform:none;
  }

  .zef-header.is-search-open .zef-header__search-inner #search.input-group,
  .zef-header.is-search-open .zef-header__search-inner #search .input-group{
    position:relative;
    display:block;
    width:100%;
  }

  .zef-header.is-search-open .zef-header__search-inner #search .icon{
    top:0;
    left:14px;
    display:flex;
    align-items:center;
    justify-content:center;
    width:18px;
    height:34px;
    line-height:1;
    transform:none;
  }

  /* ZEFIRKA SEARCH FIX 2026-08-01 17:35 */
  .zef-header.is-search-open .zef-header__search-inner #search input{
    display:block;
    box-sizing:border-box;
    width:100%;
    max-width:100%;
    padding-left:40px;
    padding-right:82px;
    border-radius:12px;
  }

  .zef-header.is-search-open .zef-header__search-inner #search .input-group-btn{
    position:absolute;
    top:0;
    right:0;
    bottom:auto;
    z-index:3;
    width:auto;
  }

  .zef-header.is-search-open .zef-header__search-inner #search input,
  .zef-header.is-search-open .zef-header__search-inner #search .btn,
  .zef-header.is-search-open .zef-header__search-inner #search button{
    height:34px;
  }

  .zef-header.is-search-open .zef-header__search-inner #search .btn,
  .zef-header.is-search-open .zef-header__search-inner #search button{
    position:static;
    float:none;
    bottom:auto;
    display:block;
  }



  .zef-header__search-inner{
    width:calc(100% - 24px);
  }
}

@media(max-width:480px){
  .zef-header__inner,
  .zef-header__search-inner,
  .zef-header__mobile-inner{
    width:calc(100% - 16px);
  }

  .zef-header__logo img{
    max-width:132px;
  }

  .zef-header__cart #cart .dropdown-menu{
    position:fixed!important;
    top:66px!important;
    right:8px!important;
    left:8px!important;
    min-width:0!important;
    width:auto!important;
  }
}

.zef-header__cart #cart-total{
    position:absolute !important;
    width:1px !important;
    height:1px !important;
    overflow:hidden !important;
    clip:rect(0,0,0,0) !important;
    white-space:nowrap !important;
}
@media (max-width: 1000px) {

    .zef-header__account,
    .zef-header__wishlist {
        display: none !important;
    }

}
/* =========================================================
   Р“С“Р’С’Р“вЂ¦РІР‚СљР“С“Р’С’Р“вЂ¦Р’С•Р“С“Р’С’Р“СћРІвЂљВ¬Р›СљР“С“Р’С’Р“вЂ№Р•вЂњР“С“Р’С’Р“СћРІвЂљВ¬Р’С”Р“С“Р’С’Р“вЂљР’В¬Р“С“Р’С’Р“вЂљР’СњР“С“Р’С’Р“вЂљР’С’Р“С“Р’С’Р“вЂљР’Р‡ Р“С“Р’С’Р“вЂ¦Р’С‘Р“С“Р’С’Р“вЂљР’С’Р“С“Р’С’Р“вЂљР’СњР“С“Р’С’Р“СћРІвЂљВ¬Р’СћР“С“Р’С’Р“СћРІвЂљВ¬Р’С”Р“С“Р’С’Р“вЂљР’В¬: Р“С“Р’С’Р“вЂ¦Р’С‘Р“С“Р’С’Р“вЂ¦Р’С•Р“С“Р’С’Р“вЂ¦Р’С‘Р“С“Р’С’Р“вЂљР’Р€Р“С“Р’С’Р“СћРІвЂљВ¬Р’С”Р“С“Р’С’Р“вЂљР’Р‡Р“С“Р’С’Р“вЂљР’ Р“С“Р’С’Р“вЂљР’СњР“С“Р’С’Р“СћРІвЂљВ¬Р’  + Р“С“Р’С’Р“вЂљР’В¤Р“С“Р’С’Р“СћРІвЂљВ¬Р’ Р“С“Р’С’Р“СћРІвЂљВ¬Р’С”Р“С“Р’С’Р“вЂљР’В¬Р“С“Р’С’Р“вЂљР’СћР“С“Р’С’Р“вЂљР’ 
   Р“С“Р’С’Р“вЂљР’РЋР“С“Р’С’Р“вЂљР’СњР“С“Р’С’Р“вЂљР’С’Р“С“Р’С’Р“вЂљР’В§Р“С“Р’С’Р“вЂљР’С’Р“С“Р’С’Р“СћРІвЂљВ¬Р’С”Р“С“Р’С’Р“вЂљР’С’ Р“С“Р’С’Р“вЂ¦Р’С•Р“С“Р’С’Р“СћРІвЂљВ¬Р›СљР“С“Р’С’Р“вЂљР’В«Р“С“Р’С’Р“вЂљР’В§Р“С“Р’С’Р“вЂљР’СњР“С“Р’С’Р“вЂљР’С’Р“С“Р’С’Р“вЂљР’Р‡, Р“С“Р’С’Р“вЂ¦Р’С‘Р“С“Р’С’Р“вЂ¦Р’С•Р“С“Р’С’Р“вЂљР’СћР“С“Р’С’Р“вЂ¦Р’С•Р“С“Р’С’Р“вЂ¦РІР‚Сљ Р“С“Р’С’Р“вЂљР’В¤Р“С“Р’С’Р“вЂ№Р•вЂњР“С“Р’С’Р“вЂ¦Р’РЋР“С“Р’С’Р“вЂљР’РЋР“С“Р’С’Р“вЂ№Р•вЂњР“С“Р’С’Р“вЂљР’ Р“С“Р’С’Р“вЂљР’Р€Р“С“Р’С’Р“СћРІвЂљВ¬Р’СћР“С“Р’С’Р“вЂљР’СћР“С“Р’С’Р“вЂљР’РЋР“С“Р’С’Р“вЂљР’Р‡ Р“С“Р’С’Р“вЂ¦Р’С‘Р“С“Р’С’Р“вЂ¦Р’С•Р“С“Р’С’Р“СћРІвЂљВ¬Р’Сњ Р“С“Р’С’Р“вЂљР’РЃР“С“Р’С’Р“вЂљР’С’Р“С“Р’С’Р“вЂ¦Р’С‘Р“С“Р’С’Р“вЂ¦Р’РЋР“С“Р’С’Р“вЂ¦Р’С•Р“С“Р’С’Р“СћРІР‚С›Р’Сћ
   ========================================================= */
@media (max-width: 767px) {

    .zc-content .zc-toolbar.zc-toolbar--fixed {
        position: fixed !important;
        top: 66px !important;
        margin: 0 !important;
        padding: 4px 2px !important;
        background: rgb(255 255 255 / 96%) !important;
        /* border-bottom: 1px solid #eee8e2 !important; */
        /* box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04) !important; */
        z-index: 990 !important;
        box-sizing: border-box !important;
    }

    .zc-content .zc-toolbar {
        gap: 8px !important;
    }

    .zc-content .zc-toolbar #input-sort,
    .zc-content .zc-toolbar .icon_mobile_filter,
    .zc-content .zc-toolbar .btn-primary {
        height: 40px !important;
        min-height: 40px !important;

        border-radius: 10px !important;
        font-size: 14px !important;
        line-height: 38px !important;
    }
}
@media (max-width: 767px) {

    .zef-header {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;

        width: 100% !important;
        z-index: 1200 !important;

        background: #fff !important;
        border-bottom: 1px solid #ebe7e2 !important;
    }

    body {
        padding-top: 68px !important;
    }

    body.zef-menu-open {
        overflow: hidden;
    }

    .zef-header.is-menu-open .zef-header__mobile.is-open {
        max-height: calc(100vh - 52px);
        max-height: calc(100dvh - 52px);
        overflow-x: hidden;
        overflow-y: auto;
        overscroll-behavior: contain;
        -webkit-overflow-scrolling: touch;
    }
}

.category-header .zc-special-toolbar {
    width: 25%;
    flex-grow: 0;
}

.dream-filter .rdf-truncate-height {
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: auto;
    scrollbar-width: thin;
    scrollbar-color: #aaa39c transparent;
    -webkit-overflow-scrolling: touch;
}

#rdrf-form69 .rdf-truncate-height {
    max-height: 350px;
}

@media (max-width: 991px) {
    body .dream-filter.rdf-mobile-view {
        top: 60px;
        bottom: 0;
        height: calc(100vh - 60px);
        height: calc(100dvh - 60px);
        font-family: Arial, Helvetica, sans-serif;
    }

    body .dream-filter.rdf-mobile-view > .rdf-form {
        display: flex;
        flex-direction: column;
        width: 380px;
        max-width: calc(100vw - 24px);
        height: 100%;
        padding: 0;
        overflow: hidden;
        border: 0;
        border-radius: 0;
        background: #ffffff;
        box-shadow: 12px 0 32px rgba(17, 17, 17, 0.16);
    }

    body .dream-filter.rdf-mobile-view[style*="left: -255px"] > .rdf-form,
    body .dream-filter.rdf-mobile-view[style*="left:-255px"] > .rdf-form,
    body .dream-filter.rdf-mobile-view[style*="left: -310px"] > .rdf-form,
    body .dream-filter.rdf-mobile-view[style*="left:-310px"] > .rdf-form {
        transform: translateX(-70px);
    }

    body .dream-filter.rdf-mobile-view .rdf-header {
        position: relative;
        z-index: 3;
        display: flex;
        flex: 0 0 68px;
        align-items: center;
        min-height: 68px;
        margin: 0;
        padding: 0 18px;
        border: 0;
        border-bottom: 1px solid #e6e0da;
        background: #ffffff;
        text-align: left;
    }

    body .dream-filter.rdf-mobile-view .rdf-header h3 {
        margin: 0;
        color: #111111;
        font-size: 0;
        font-weight: 600;
        line-height: 1;
        letter-spacing: 0.02em;
        text-transform: uppercase;
    }

    body .dream-filter.rdf-mobile-view .rdf-header h3::after {
        content: "ФІЛЬТРИ";
        font-size: 22px;
    }

    body .dream-filter.rdf-mobile-view .rdf-body {
        flex: 1 1 auto;
        min-height: 0;
        overflow: hidden;
        background: #ffffff;
    }

    body .dream-filter.rdf-mobile-view .rdf-filters {
        height: 100%;
        max-height: none;
        padding: 0 18px 24px;
        overflow-x: hidden;
        overflow-y: auto;
        overscroll-behavior: contain;
        background: #ffffff;
        scrollbar-width: auto;
        scrollbar-color: #aaa39c transparent;
        -webkit-overflow-scrolling: touch;
    }

    body .dream-filter.rdf-mobile-view .rdf-picked {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        padding: 14px 0 6px;
    }

    body .dream-filter.rdf-mobile-view .rdf-picked:empty {
        display: none;
    }

    body .dream-filter.rdf-mobile-view .rdf-picked .btn {
        min-height: 34px;
        margin: 0;
        padding: 8px 11px;
        border: 0;
        border-radius: 7px;
        color: #252525;
        background: #f3efeb;
        box-shadow: none;
        font-size: 13px;
        font-weight: 400;
        line-height: 18px;
        text-transform: none;
    }

    body .dream-filter.rdf-mobile-view .rdf-filters .panel-group {
        margin: 0;
        padding: 8px 0 0;
        border: 0;
        background: #ffffff;
        box-shadow: none;
    }

    body .dream-filter.rdf-mobile-view .rdf-filters .panel {
        margin: 0;
        border: 0;
        border-bottom: 1px solid #e6e0da;
        border-radius: 0;
        background: #ffffff;
        box-shadow: none;
    }

    body .dream-filter.rdf-mobile-view .rdf-filters .panel-heading {
        padding: 0;
        border: 0;
        background: #ffffff;
    }

    body .dream-filter.rdf-mobile-view .rdf-filters .panel-heading a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        min-height: 56px;
        padding: 0;
        color: #111111;
        background: #ffffff;
        font-size: 14px;
        font-weight: 600;
        line-height: 1.25;
        letter-spacing: 0.025em;
        text-transform: uppercase;
    }

    body .dream-filter.rdf-mobile-view .rdf-filters .panel-heading a > i {
        position: relative;
        width: 18px;
        height: 18px;
        margin: 0 2px 0 12px;
        color: #111111;
        font-size: 0;
        transform: none;
    }

    body .dream-filter.rdf-mobile-view .rdf-filters .panel-heading a > i::before {
        position: absolute;
        top: 4px;
        left: 4px;
        width: 8px;
        height: 8px;
        border-right: 1.5px solid #111111;
        border-bottom: 1.5px solid #111111;
        content: "";
        transform: rotate(225deg);
        transition: transform 0.18s ease;
    }

    body .dream-filter.rdf-mobile-view .rdf-filters .panel-heading a.collapsed > i::before {
        top: 2px;
        transform: rotate(45deg);
    }

    body .dream-filter.rdf-mobile-view .rdf-filters .panel-collapse > .panel-body {
        padding: 0 0 12px;
        border: 0;
        background: #ffffff;
    }

    body .dream-filter.rdf-mobile-view > .rdf-form:not(#zefirka-filter-form) .rdf-truncate-height {
        max-height: 448px;
        height: auto;
        padding-right: 14px;
        overflow-x: hidden;
        overflow-y: auto;
        overscroll-behavior: auto;
        scrollbar-width: auto;
        scrollbar-color: #aaa39c transparent;
        -webkit-overflow-scrolling: touch;
    }

    body .dream-filter.rdf-mobile-view .rdf-group {
        padding: 7px 0 9px;
        background: #ffffff;
    }

    body .dream-filter.rdf-mobile-view .rdf-group .radio,
    body .dream-filter.rdf-mobile-view .rdf-group .checkbox,
    body .dream-filter.rdf-mobile-view .rdf-group .image-filter {
        min-height: 36px;
        padding-right: 36px;
    }

    body .dream-filter.rdf-mobile-view .rdf-filters .rdf-group .radio > label,
    body .dream-filter.rdf-mobile-view .rdf-filters .rdf-group .checkbox > label,
    body .dream-filter.rdf-mobile-view .rdf-filters .rdf-group .image-filter > label {
        min-height: 36px;
        padding: 6px 0;
        color: #252525;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.35;
    }

    body .dream-filter.rdf-mobile-view .rdf-group .radio > label > span,
    body .dream-filter.rdf-mobile-view .rdf-group .checkbox > label > span,
    body .dream-filter.rdf-mobile-view .rdf-group .image-filter > label > span,
    body .dream-filter.rdf-mobile-view .rdf-group .radio > label > input + span,
    body .dream-filter.rdf-mobile-view .rdf-group .checkbox > label > input + span,
    body .dream-filter.rdf-mobile-view .rdf-group .image-filter > label > input + span {
        color: #252525;
        font-size: 14px;
        line-height: 1.35;
    }

    body .dream-filter.rdf-mobile-view .rdf-filters .rdf-group .checkbox > label > span::before,
    body .dream-filter.rdf-mobile-view .rdf-filters .rdf-group .radio > label > span::before {
        border-color: #8e8882;
        border-radius: 2px;
        background: #ffffff;
        box-shadow: 0 0 0 1px rgba(17, 17, 17, 0.04);
    }

    body .dream-filter.rdf-mobile-view .rdf-filters .rdf-group .checkbox > label input:checked + span::after,
    body .dream-filter.rdf-mobile-view .rdf-filters .rdf-group .radio > label input:checked + span::after {
        border-radius: 2px;
        background: #111111;
    }

    body .dream-filter.rdf-mobile-view .rdf-group .rdf-label {
        right: 2px;
        padding: 0;
        color: #aaa39c;
        font-size: 13px;
        font-weight: 400;
    }

    body .dream-filter.rdf-mobile-view .irs {
        height: 58px;
        margin: 0;
    }

    body .dream-filter.rdf-mobile-view .irs-from,
    body .dream-filter.rdf-mobile-view .irs-to {
        color: #111111;
        font-size: 14px;
        font-weight: 500;
    }

    body .dream-filter.rdf-mobile-view .irs-line {
        height: 3px;
        background: #d8d2cc;
    }

    body .dream-filter.rdf-mobile-view .irs-bar,
    body .dream-filter.rdf-mobile-view .irs-bar-edge {
        height: 3px;
        background: #111111;
    }

    body .dream-filter.rdf-mobile-view .irs-slider {
        width: 18px;
        height: 18px;
        border-color: #111111;
        background: #111111;
        box-shadow: 0 2px 6px rgba(17, 17, 17, 0.18);
    }

    body .dream-filter.rdf-mobile-view .rdf-footer {
        position: relative;
        z-index: 3;
        display: flex;
        flex: 0 0 auto;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        min-height: 68px;
        margin: 0;
        padding: 11px 18px;
        border: 0;
        border-top: 1px solid #e6e0da;
        background: #faf8f5;
        text-align: left;
    }

    body .dream-filter.rdf-mobile-view .rdf-footer::before {
        max-width: 145px;
        color: #77716b;
        content: "Зміни застосовуються автоматично";
        font-size: 11px;
        font-weight: 400;
        line-height: 1.3;
    }

    body .dream-filter.rdf-mobile-view .rdf-footer > button[id^="rdrf-reset"] {
        flex: 0 0 auto;
        width: auto;
        min-height: 42px;
        margin: 0;
        padding: 0 14px;
        border: 1px solid #111111;
        border-radius: 0;
        color: #111111;
        background: #ffffff;
        box-shadow: none;
        font-size: 12px;
        font-weight: 600;
        line-height: 40px;
        letter-spacing: 0.02em;
        text-transform: uppercase;
    }

    body .dream-filter.rdf-mobile-view .rdf-footer > button[id^="rdrf-reset"]::before,
    body .dream-filter.rdf-mobile-view .rdf-footer > button[id^="rdrf-reset"]::after {
        display: none;
    }

    body .dream-filter.rdf-mobile-view .rdf-filters::-webkit-scrollbar,
    body .dream-filter.rdf-mobile-view > .rdf-form .rdf-truncate-height::-webkit-scrollbar {
        width: 12px;
    }

    body .dream-filter.rdf-mobile-view .rdf-filters::-webkit-scrollbar-track,
    body .dream-filter.rdf-mobile-view > .rdf-form .rdf-truncate-height::-webkit-scrollbar-track {
        background: transparent;
    }

    body .dream-filter.rdf-mobile-view .rdf-filters::-webkit-scrollbar-thumb,
    body .dream-filter.rdf-mobile-view > .rdf-form .rdf-truncate-height::-webkit-scrollbar-thumb {
        min-height: 42px;
        border: 3px solid transparent;
        border-radius: 10px;
        background: #aaa39c;
        background-clip: padding-box;
    }
}

@media (max-width: 767px) {
    .category-header.zc-special-header {
        margin-bottom: 0;
    }

    .category-header.zc-special-header .container {
        flex-wrap: wrap;
    }

    .category-header.zc-special-header .zc-special-toolbar {
        width: 100%;
    }

    .category-header.zc-special-header .zc-toolbar {
        margin-bottom: 8px;
    }

    .zc-page .zc-card-title {
        min-height: 0;
    }
}

/* =========================================================
   ZEFIRKA Р“С“Р’СћР“СћРІР‚С™Р’В¬Р“СћРІвЂљВ¬Р’Сњ Р“С“Р’С’Р“вЂљР’СњР“С“Р’С’Р“вЂ¦Р’С•Р“С“Р’С’Р“СћРІвЂљВ¬РІвЂћСћР“С“Р’С’Р“вЂ№Р•вЂњР“С“Р’С’Р“СћРІР‚С›Р’Сћ Р“С“Р’С’Р“вЂљР’РЋР“С“Р’С’Р“СћРІвЂљВ¬РІвЂћСћР“С“Р’С’Р“СћРІвЂљВ¬Р’ Р“С“Р’С’Р“вЂљР’СћР“С“Р’С’Р“СћРІвЂљВ¬Р’С”Р“С“Р’С’Р“вЂ№Р•вЂњР“С“Р’С’Р“СћРІР‚С›Р’Сћ Р“С“Р’С’Р“вЂљР’В¤Р“С“Р’С’Р“вЂљР’Р€Р“С“Р’С’Р“вЂљР’СћР“С“Р’С’Р“СћРІвЂљВ¬Р’СћР“С“Р’С’Р“вЂљР’ 
   ========================================================= */
.zef-footer{
    margin-top:56px;
    border-top:1px solid #ebe7e2;
    background:#fbfaf8;
    color:#181818;
    font-family:Arial,Helvetica,sans-serif;
}

.zef-footer *,
.zef-footer *:before,
.zef-footer *:after{
    box-sizing:border-box;
}

.zef-footer__inner{
    width:calc(100% - 64px);
    max-width:1760px;
    margin:0 auto;
    padding:48px 0 24px;
}

.zef-footer__columns{
    display:grid;
    grid-template-columns:minmax(0,1fr) minmax(0,1.25fr) minmax(280px,.9fr);
    gap:64px;
    align-items:start;
}

.zef-footer__column{
    min-width:0;
}

.zef-footer__column--contact{
    padding-left:64px;
    border-left:1px solid #ded9d3;
}

.zef-footer h5{
    margin:0 0 19px;
    padding:0;
    color:#171717;
    font-size:12px;
    font-weight:600;
    line-height:1.3;
    letter-spacing:.18em;
    text-align:left;
    text-transform:uppercase;
}

.zef-footer h5:before,
.zef-footer h5:after{
    display:none !important;
    content:none !important;
}

.zef-footer__links{
    display:block !important;
    margin:0;
    padding:0;
    list-style:none;
}

.zef-footer__links li{
    margin:0;
    padding:0;
}

.zef-footer__links li+li{
    border-top:1px solid #e7e2dc;
}

.zef-footer__links a{
    display:flex;
    align-items:center;
    gap:14px;
    min-height:48px;
    padding:10px 0;
    color:#2b2b2b !important;
    font-size:13px !important;
    font-weight:400 !important;
    line-height:1.35 !important;
    letter-spacing:0 !important;
    text-align:left !important;
    text-decoration:none !important;
    text-transform:none !important;
    transition:color .2s ease,transform .2s ease;
}

.zef-footer__links a:hover{
    color:#9a7355 !important;
    transform:translateX(3px);
}

.zef-footer__icon{
    display:grid;
    flex:0 0 28px;
    place-items:center;
    width:28px;
    height:28px;
    color:#171717;
    font-size:18px;
    line-height:1;
}

.zef-footer__icon i{
    margin:0 !important;
}

.zef-footer__contacts li+li{
    border-top:0;
}

.zef-footer__contacts .zef-footer__mail{
    margin-top:6px;
    padding-top:7px;
    border-top:1px solid #e0dad4;
}

.zef-footer__bottom{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:24px;
    margin-top:42px;
    padding-top:22px;
    border-top:1px solid #ded9d3;
}

.zef-footer__copyright{
    color:#6f6b67;
    font-size:12px;
    line-height:1.5;
}

.zef-footer__to-top{
    display:inline-flex;
    align-items:center;
    gap:10px;
    color:#171717 !important;
    font-size:11px;
    font-weight:500;
    letter-spacing:.16em;
    text-decoration:none !important;
}

.zef-footer__to-top i{
    display:grid;
    place-items:center;
    width:36px;
    height:36px;
    border-radius:50%;
    background:#f0ece7;
    font-size:18px;
    transition:transform .2s ease,background .2s ease;
}

.zef-footer__to-top:hover i{
    transform:translateY(-2px);
    background:#e6dfd7;
}

.zef-footer__counter{
    display:none;
}

.zef-footer .container,
.zef-footer .row,
.zef-footer .line_foot,
.zef-footer .footer-bottom{
    all:unset;
}

@media(max-width:991px){
    .zef-footer__inner{
        width:calc(100% - 40px);
        padding-top:38px;
    }

    .zef-footer__columns{
        grid-template-columns:1fr 1fr;
        gap:42px 36px;
    }

    .zef-footer__column--contact{
        grid-column:1 / -1;
        padding:32px 0 0;
        border-top:1px solid #ded9d3;
        border-left:0;
    }

    .zef-footer__contacts{
        display:grid !important;
        grid-template-columns:repeat(2,minmax(0,1fr));
        column-gap:36px;
    }

    .zef-footer__contacts .zef-footer__mail{
        margin-top:0;
        padding-top:0;
        border-top:0;
    }
}

@media(max-width:600px){
    .zef-footer{
        margin-top:38px;
    }

    .zef-footer__inner{
        width:calc(100% - 32px);
        padding:30px 0 20px;
    }

    .zef-footer__columns{
        grid-template-columns:1fr;
        gap:32px;
    }

    .zef-footer__column,
    .zef-footer__column--contact{
        padding:0;
        border:0;
    }

    .zef-footer__column+.zef-footer__column{
        padding-top:28px;
        border-top:1px solid #ded9d3;
    }

    .zef-footer h5{
        margin-bottom:10px;
    }

    .zef-footer__contacts{
        display:block !important;
    }

    .zef-footer__contacts .zef-footer__mail{
        margin-top:6px;
        padding-top:7px;
        border-top:1px solid #e0dad4;
    }

    .zef-footer__bottom{
        align-items:flex-start;
        flex-direction:column-reverse;
        margin-top:30px;
    }

    .zef-footer__to-top{
        align-self:flex-end;
    }
}



@media (min-width: 481px) {
    #cart.zef-header__cart {
        position: relative;
    }

    #cart.zef-header__cart > .dropdown-menu {
        top: 100%;
        right: 0;
        left: auto;
        margin-top: 0;
    }

    #cart.zef-header__cart > .dropdown-menu::before {
        position: absolute;
        right: 0;
        bottom: 100%;
        left: 0;
        height: 16px;
        content: "";
    }

    #cart.zef-header__cart:hover > .dropdown-menu,
    #cart.zef-header__cart.open > .dropdown-menu,
    #cart.zef-header__cart > .dropdown-menu:hover {
        display: block;
    }
}

#cart.zef-header__cart .z-cart-popup__header {
    position: relative;
    width: 100%;
    padding-right: 58px;
}

#cart.zef-header__cart .z-cart-popup__close {
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
}
