
@font-face {
    font-family: ruberoid;
    src: url(fonts-new/Ruberoid-Bold.eot);
    src: url(fonts-new/Ruberoid-Bold.eot?#iefix) format("embedded-opentype"),url(fonts-new/Ruberoid-Bold.woff2) format("woff2"),url(fonts-new/Ruberoid-Bold.woff) format("woff"),url(fonts-new/Ruberoid-Bold.ttf) format("truetype"),url(fonts-new/Ruberoid-Bold.svg#Ruberoid-Bold) format("svg");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: ruberoid;
    src: url(fonts-new/Ruberoid-Regular.eot);
    src: url(fonts-new/Ruberoid-Regular.eot?#iefix) format("embedded-opentype"),url(fonts-new/Ruberoid-Regular.woff2) format("woff2"),url(fonts-new/Ruberoid-Regular.woff) format("woff"),url(fonts-new/Ruberoid-Regular.ttf) format("truetype"),url(fonts-new/Ruberoid-Regular.svg#Ruberoid-Regular) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}





body {
    
     font-family: 'Oswald', sans-serif;
        font-family: 'Montserrat', sans-serif;
        font-family: 'Jost', sans-serif;
        font-family: ruberoid,helveticaneue-light,helvetica neue light,helvetica neue,Helvetica,Arial,lucida grande,sans-serif;
    font-weight: 400;
    color: var(--primary-color);
    font-size: 14px;
    line-height: 20px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/*----------------------------------------------*/
/* General Style */
/*----------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    color: var(--primary-color);
    font-weight: 500;
    text-transform: none;
}
/* Override the bootstrap defaults */
h1 {
    font-size: 33px;
}
h2 {
    font-size: 28px;
}
h3 {
    font-size: 21px;
}
h4 {
    font-size: 16px;
}
h5 {
    font-size: 12px;
}
h6 {
    font-size: 10.2px;
}
a {
    color: var(--secondary-light-color);
}
a:hover {
    text-decoration: none;
}
.fa {
    font-size: 14px;
}
legend {
    font-size: 18px;
    padding: 7px 0px;
    border-color: var(--border-color);
}
label {
    font-size: 14px;
    font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
    font-size: 14px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
    font-size: 14px;
}
.input-group .input-group-addon {
    font-size: 14px;
    height: 30px;
}

/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {display: inline;}
a:focus, a:hover, div:focus, img:focus {
    text-decoration: none;
    outline: none;
    color: var(--primary-color);
}
div.required .control-label:before {
    content: '* ';
    color: #F00;
    font-weight: bold;
}
.btn.focus:active, .btn:active:focus, .btn:focus, .addcart:focus {
    outline: none;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus, button:focus,
input:focus, select:focus, textarea:focus, div:focus, img:focus, .form-control:focus, i:focus{
    outline: none;
    box-shadow: none;
    text-decoration: none;
}

/*----------------------------------------------*/
/* scrollToTop */
/*----------------------------------------------*/
.scrollToTop {
    position: fixed;
    left: 30px;
    bottom: 30px;
    z-index: 5;
    background: var(--secondary-color);
    color: var(--primary-color);
    height: 50px;
    width: 50px;
    border-radius: 50px;
    text-align: center;
    box-shadow: 0 1px 5px rgba(0,0,0,0.11);
    -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.11);
    -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.11);
}
.scrollToTop i{
    font-size: 22px;
    line-height: 50px;
}
.scrollToTop:hover,
.scrollToTop:focus{
    background: var(--primary-color);
    color: var(--secondary-color);
}
@media (max-width: 991px){
    .scrollToTop{
        height: 40px;
        width: 40px;
        right: 15px;
        bottom: 15px;
    }
    .scrollToTop i{
        line-height: 40px;
    }
}

/*----------------------------------------------*/
/* loader */
/*----------------------------------------------*/
.loader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../image/mahardhi/ajax_loader.gif') 50% 50% no-repeat rgb(255,255,255);
    opacity: 1;
}

/*----------------------------------------------*/
/* QuickView Loader*/
/*----------------------------------------------*/
 .quickview-wrapper {
    background-color: var(--secondary-color);
    display: none;
    height: 80vh;
    left: 0;
    margin: 0 auto;
    overflow: auto;
    padding: 20px 5px;
    position: fixed;
    right: 0;
    top: 7%;
    width: 70%;
    z-index: 9999;
}
.quickview-overlay {
    display: none;
    background-color: rgba(0,0,0,0.8);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    position: fixed;
    z-index: 99;
}
.quickview-btn {
    position: absolute;
    z-index: 200;
    top: 0;
    right: 0;
    font-size: 12px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    color: var(--primary-color);
    background: var(--background-color);
    border-radius: 0;
}
.quickview-btn:hover{
    background: var(--primary-color);
    color: var(--secondary-color);
}
.quickview-loader{
    display: none;
    position: fixed;
    top: 0;
    width: 50px;
    height: 50px;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    z-index: 9999;
    margin: auto;
    background-color: transparent;
    line-height: 50px;
}
.quickview-loader-inner{
    font-size: 16px;
}
@media (max-width: 991px){
    .quickview-wrapper{
        width: 90%;
    }
}

/*----------------------------------------------*/
/* alert */
/*----------------------------------------------*/
.alert.alert-success {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    border-radius: 0;
    margin: 0 0 20px 0;
    display: none;
}
.alert {
    padding: 9px 30px 9px 15px;
    border-radius: 0;
    text-align: center;
    position: relative;
    line-height: 20px;
    z-index: 1;
}
.alert-dismissable .close,
.alert-dismissible .close {
    font-size: 22px;
    opacity: 1;
    position: absolute;
    right: 10px;
    top: 0;
    line-height: 38px;
    text-shadow: none;
}
.newsletterblock .alert {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 11;
}
#form-review .alert.alert-success,
#post_comment .alert{
    position: relative;
}

/*----------------------------------------------*/
/* Start Newsletter Popup */
/*----------------------------------------------*/
.newsletter-wrap {
    background: url(../image/mahardhi/newsletter-popup.jpg) center center;
    background-size: cover;
}
.newsletter-content {
    width: 50%;
    margin: auto 0 auto auto;
    padding: 71px 20px;
    background: rgba(255,255,255,.9);
}
#newsletter-popup .modal-content {
    background: transparent;
    box-shadow: none;
}
.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem * 2));
}
.modal-content{
    border: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: var(--secondary-color);
    background-clip: padding-box;  
    border-radius:0;  
}
.newsletter-popup .modal-dialog{
    margin: 20px auto;
    max-width: 600px;
    text-align: center;
}
.newsletter-btn-close.close{
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 1;
    text-shadow: none;
    font-size: 10px;
    background: var(--border-color);
    color: var(--primary-color);
}
.newsletter-btn-close.close i{
    display: block;
}
.newsletter-btn-close.close:hover{
    background: var(--primary-color);
    color: var(--secondary-color);
}
.newsletter-popup .modal-body{
    padding: 0; 
    z-index: 1;
}
.newsletter-content-innner h3{
    font-size: 36px;
    line-height: 1.2;
    margin: 0 0 25px;
    font-weight: 500;
    text-transform: none;
}
.newsletter-content-innner input[type="text"] {
    width: 70%;
    margin: 0 auto;
    height: 42px;
    border: 1px solid #ddd;
    padding: 0 10px; 
}
.newsletter-content-bottom {
    margin-top: 20px;
}
.newsletter-content-innner .alert {
    margin: 15px 0 10px;
    display: table;
    position: relative;
    width: 100%;
}
.newsletter-content-innner .newsletter_usr_popup_email{
    height: 40px;
    border: 1px solid var(--border-color);
    padding: 10px;
    background: var(--secondary-color);
    border-radius: 0;
    width: 100%;
    text-align: center;
}
#frmnewsletterpopup button {
    margin-top: 25px;
}
.newsletter-content-bottom label {
    margin: 0;
}
@media (min-width: 768px){
    .newsletter-popup .modal-dialog{
        width: 100%;
    }
}
@media (max-width: 767px){
    .newsletter-popup .modal-dialog{
        width: 90%;
        max-width: unset;
    }
    .newsletter-content-innner h3 {
        font-size: 26px;
    }
}
@media (max-width: 540px){
    .newsletter-content {
        width: auto;
        padding: 40px 20px;
        background: rgba(255,255,255,.7);
    }
    .newsletter-wrap {
        padding: 15px;
    }
}

/*----------------------------------------------*/
/* Start top */
/*----------------------------------------------*/
#top {
    background: var(--primary-color);
}
.top-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-col {
    padding: 0 85px;
}
/* top-left */
.top-left > div .dropdown-toggle {
    padding: 15px 0;
    border: none;
    font-size: 14px;
    display: block;
    color: var(--secondary-color);
}
.top-left55555555 span.drop-text:after {
    content: ":";
}
.top-left > div .dropdown-toggle .code {
    text-transform: uppercase;
    margin-right: 1px;
}
.top-left ul.dropdown-menu {
    padding: 5px 10px;
    left: 0;
    right: auto;
    border: none;
}
.language-dropdown li, 
.currency-dropdown li {
    display: block;
}
.top-left ul.dropdown-menu button {
    padding: 5px 0;
    text-align: left;
    text-align: center;
    border: none;
    color: var(--secondary-light-color);
}
.top-left > div {
    position: relative;
}
.top-left > div + div {
    padding: 0 0 0 14px;
    margin: 0 0 0 14px;
}
.top-left,
.top-right-inner{
    display: flex;
    align-items: center;
}
.top-left > div + div::before {
    content: "";
    background: var(--border-color);
    height: 20px;
    width: 1px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
/* top-center */
.top-center .top-text {
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    text-transform: none;
    color: var(--secondary-color);
}
/* top-right */
.top-right-inner {
    justify-content: flex-end;
}
/*account*/
#header_ac > a span {
    margin: 0 5px 0 0;
}
#header_ac > a i,
.btn_search .search-btn i, .btn_heart .heart-btn i  {
    font-size: 20px;
    display: block;
}

#header_ac > a,
.btn_search .search-btn, .btn_heart .heart-btn{
    display: block;
    padding: 15px;
    color: var(--secondary-color);
    color: black;
}
#header_ac .dropdown-menu {
    padding: 7px 15px;
    width: 200px;
}
#header_ac .dropdown-menu>li>a {
    padding: 5px 0;
    color: var(--secondary-light-color);
}
#header_ac button{
    text-align: left;
    padding: 5px 10px;
    text-transform: none;
    border: none;
    color: var(--secondary-light-color);
}
#header_ac button:hover,
#header_ac .dropdown-menu>li>a:hover{
    color: var(--primary-color);
}
/*----------------------------------------------*/
/* Start header */
/*----------------------------------------------*/
.header-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    -webkit-animation: fadeInDown 0.5s ease-out forwards;
    -moz-animation: fadeInDown 0.5s ease-out forwards;
    -o-animation: fadeInDown 0.5s ease-out forwards;
    animation: fadeInDown 0.5s ease-out forwards;
    z-index: 9;  
    border: none;
    background: var(--secondary-color);
    -moz-box-shadow: 0px 0px 20px 1px rgba(0, 0, 0 , 0.1);
    -webkit-box-shadow: 0px 0px 20px 1px rgba(0, 0, 0 , 0.1);
    box-shadow: 0px 0px 20px 1px rgba(0, 0, 0 , 0.1);
    z-index: 997 !important;
}

/*header*/
header {
    position: relative;
}
.header-top {
    padding: 30px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-bottom {
    text-align: center;
    border-top: 1px solid var(--border-color);
}

/* contact */
.contact a{
    color: var(--primary-color);
    display: flex;
    align-items: center;
}
.contact i {
    font-size: 40px;
    padding: 0 13px 0 0;
}
.contact a span span:first-child {
    font-size: 13px;
    
    
}
.header-right .contact {
text-align:center;
}


/*logo*/
#logo {
    vertical-align: top;
    display: inline-block;
}
#logo img {
    image-rendering555: -webkit-optimize-contrast;
}

/*header search*/
.btn_search{
    position: relative;
    display: inline-block;
    cursor: pointer;
}
.btn_search .form-control{
    padding: 2px 10px;
    border: none;
    height: 40px;
}
.header-search .icon-close {
    position: absolute;
    right: 15px;
    top: 10px;
    cursor: pointer;
    font-size: 12px;
}
.header-search {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    padding: 0 30px;
    display: flex;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.btn_search .search-btn.active i:before {
    content: "\e904";
}
.header-search.active {
    opacity: 1;
    visibility: visible;
}
#mahardhiSearch .input-lg,
#search .input-lg{
    height: 40px;
    border: none;
}
#mahardhiSearch .input-lg{
    padding: 6px 15px;
}
.category-search {
    position: relative;
}
.category-search:after {
    border-left: 1px solid var(--border-color);
    content: "";
    height: 25px;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 9;
    margin: auto;
}
/*-- mahardhi edit --*/
#mahardhiSearch,
#search{
    display: flex;
    position: relative;
    margin: 0 auto;
    background: var(--secondary-color);
}
#mahardhiSearch > *,
#search > *{
    background: transparent;
    color: var(--secondary-light-color);
    display: block; 
}
#mahardhiSearch .btn-search,
#search .input-group-btn{
    width: auto;
    background: transparent;
}
#mahardhiSearch .btn-search button,
#search .input-group-btn button{
    padding: 10px;
    border: none;
    background: transparent;
    color: var(--primary-color);
}
.ui-autocomplete.ui-menu .ui-menu-item {
    list-style-image: none;
}
.ui-autocomplete .mahardhi-search {
    position: relative;
    display: table;
    width: 100%;
    padding: 5px 0px;
}
.ui-autocomplete .mahardhi-search > div {
        font-size: 14px;
    display: table-cell;
    vertical-align: top;
}
.ui-autocomplete .mahardhi-search .images {
    width: 80px;
    padding-right: 10px;
}
.ui-autocomplete .mahardhi-search .product-detail .price-old {
    color: var(--secondary-light-color);
    text-decoration: line-through;
    margin-left: 10px;
}
.ui-autocomplete.ui-widget-content {
    background: var(--secondary-color)!important;
    border: 1px solid var(--border-color)!important;
}
#mahardhiSearch select.form-control.input-lg {
    border: none;
    padding: 6px 0;
    line-height: 1.42857143;
    width: auto;
    width: 110px;
    background: transparent;
    color: var(--primary-color);
}
#mahardhiSearch .input-lg::placeholder{
    color: var(--seconddary-light-color);
}
.search-down {
    display: none;
    position: absolute;
    right: 0;
    left: auto;
    width: 280px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    z-index: 12;
    box-shadow: 0 1px 5px rgb(0 0 0 / 11%);
    -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.11);
    -webkit-box-shadow: 0 1px 5px rgb(0 0 0 / 11%);
}

/*header right*/
.header-links {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

/*cart*/
.header_cart {
    position: relative;
}
#cart {
    vertical-align: top;
}
#cart > .btn {
    background: transparent;
    padding: 15px 0 15px 15px;
    border: none;
    color: var(--secondary-color);
    color: black;
    display: flex;
    align-items: center;
    box-shadow: none;
}
#cart-total {
    font-size: 0;
    padding: 3px;
    line-height: 1;
    border-radius: 50%;
    background: var(--primary-hover-color);
    position: absolute;
    right: 0;
    top: 12px;
    
    
    font-size: 9px;
    padding: 4px 6px;
    line-height: 1;
    border-radius: 50%;
    background: red;
    
    background:#b98f67;
    position: absolute;
    right: 0;
    top: 9px;
        color: white;
    
}
#cart > .btn:before{
    content: "\e92b";
    font-family: 'Mahardhi-Fonts';
    font-size: 20px;
    margin-right: 3px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#cart .dropdown-menu {
    overflow: hidden;
    display: none;
    margin: 0;
    padding: 0px;
    width: 300px;
}
#cart .dropdown-menu li {
    float: none;
    padding: 0px 20px;
}
#cart .dropdown-menu li p {
    margin: 0;
    font-size: 14px;
    color: var(--primary-color);
}
#cart .dropdown-menu li p .btn {
    padding: 8px 15px;
}
.product-cart-empty {
    padding: 20px 0;
}
.header_cart i.fa.fa-shopping-cart {
    display: none;
}
#cart .dropdown-menu .cart-content-product {
    max-height: 241px;
    overflow-y: auto;
    overflow-x: hidden;
}
#cart .dropdown-menu table {
    margin-bottom: 10px;
    border: none;
}
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: transparent;
}
#cart .dropdown-menu > li.cart-content-product .table > tbody > tr:last-child {
    border-bottom: none;
    padding-bottom: 10px;
    margin-bottom: 0px;
}
#cart .dropdown-menu > li.cart-content-product .table > tbody > tr {
    padding-bottom: 20px;
    padding-top: 20px;
    position: relative;
    border-bottom: 1px solid var(--border-color);
    display: block;
}
#cart .dropdown-menu .table>tbody>tr>td,
#account-address .table>tbody>tr>td {
    vertical-align: top;
}
#cart .dropdown-menu table td.product-cart-thumb {
    padding: 0;
}
#cart .dropdown-menu table td {
    background: none;
    border: none;
    padding: 5px 4px;
    color: var(--primary-color);
}
#cart .dropdown-menu li td,
td.cart-total-price {
    font-size: 14px;
    font-weight: 500;
}
#cart .img-thumbnail {
    padding: 0;
    border-radius: 0;
    
        padding: 0;
    border-radius: 0;
    min-height: 40px;
    width: auto;
    max-width: 87px;
    
}
#cart .dropdown-menu table td.product-cart-details {
    padding-left: 10px;
    padding-right: 10px;
}
#cart .dropdown-menu .product-item-name,
#cart .product-cart-info .product-cart-qty {
       font-weight: 300;
    color: var(--primary-color);
    display: inline-block;
    font-size: 12px;
    line-height: 13px;
    letter-spacing: 0px;
}
.product-cart-info {
    margin-top: 8px;
}
#cart .product-cart-info .product-cart-price,
.product-cart-total {
    color: var(--primary-hover-color);
}
#cart .dropdown-menu li tr:last-child td:last-child,
tr:last-child td.cart-total-price:last-child {
    font-size: 15px;
    color: var(--primary-hover-color);
}
#cart .dropdown-menu table td.product-cart-close,
#cart .dropdown-menu table td.voucher-close {
    position: absolute;
    top: 20px;
    right: 0;
    padding: 0;
}
#cart .dropdown-menu .btn-danger {
    background: transparent;
    color: var(--primary-color);
    border-radius: 0;
    line-height: 20px;
    font-size: 12px;
    padding: 0;
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
}
#cart .dropdown-menu li + li {
    border-top: 1px solid var(--border-color);
    padding: 10px 20px 0px 20px;
}
#cart .dropdown-menu li td strong,
#cart .dropdown-menu li small,
td.cart-total-title {
    font-size: 14px;
    font-weight: 500;
}
.product-cart-button {
    padding: 0px 0px 20px 0px;
}

@media (min-width: 992px) {
    .common-home .header-main {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        z-index: 11;
        background: transparent;
    }
    .header-center {
        text-align: center;
    }
    .common-home .header-fixed .header-main {
        background: var(--secondary-color);
    }
    .header-fixed .header-top {
        padding: 10px 0;
    }
}
@media (max-width: 1440px) {
    .header-top {
        padding: 20px 0;
    }
    #logo img{
        max-width: 150px;
        max-width: 90px;
    }
}
@media (max-width: 1199px) {
    #logo img {
        width: 120px;
        
    }
    .header-top {
        padding: 15px 0;
    }
    .header-col {
        padding: 0 55px;
    }
}
@media (max-width: 991px){
    .header-col {
        padding: 0 35px;
    }
    .header-top{
        padding: 10px 0;
    }
    .top-right {
        padding: 0;
    }
    .btn_search {
        width: 100%;
    } 
    .top-left > div .dropdown-toggle {
        padding: 10px 0;
    }   
    #header_ac > a,
    .btn_search .search-btn{
        padding: 10px;
    }
    #cart > .btn{
        padding: 10px 0 10px 10px;
    }
    #header_ac > a i, 
    .btn_search .search-btn i, .btn_heart .heart-btn i,
    #cart > .btn {
        color: var(--primary-color);
 
    }
    .common-home #header_ac > a i, 
    .common-home .btn_search .search-btn i, .common-home .btn_heart .heart-btn i,
    .common-home #cart > .btn {
        
        color: white;
    }
    
    
    
    #mahardhiSearch,
    #search{
        width: 100%;
    }
    .header-search{
        background: rgba(255, 255, 255, 1);
    }
}
@media (max-width: 767px) {
    .header-col {
        padding: 0 15px;
    }
    .top-inner {
        justify-content: center;
    }
}
@media (max-width: 540px) {
    #mahardhiSearch select.form-control.input-lg {
        max-width: 90px;
    }
    #mahardhiSearch .input-lg {
        padding: 6px 10px;
        font-size: 12px;
    }
}
@media (max-width: 480px) {
    .header-top {
        padding: 5px 0;
    }
    #logo img {
        width: 100px;
           width: 70px;
    }
    #cart > .btn:before,
    #header_ac > a i,
    .btn_search .search-btn i {
        font-size: 18px;
    }
    #mahardhiSearch select.form-control.input-lg,
    #mahardhiSearch .input-lg{
        font-size: 10px;
    }
    #mahardhiSearch select.form-control.input-lg {
        max-width: 65px;
    }
    #header_ac > a, .btn_search .search-btn, .btn_heart .heart-btn {
        padding: 10px 5px;
    }
    #cart > .btn {
        padding: 10px 0 10px 5px;
    }
    .top-left .language ul.dropdown-menu {
        right: 0;
        left: auto;
    }
    .search-down {
        right: -80px;
    }
    #cart .dropdown-menu {
        right: -35px;
    }
}

/*----------------------------------------------*/
/* menu start */
/*----------------------------------------------*/
#menu {
    border: none;
    border-radius: 0;
    text-transform: uppercase;
    min-height: unset;
    display: inline-block;
    vertical-align: top;
    margin: 0;
}
#menu .nav > li > a {
    padding: 0;
    font-size: 12px;
     font-size: 15px;
    font-weight: 600;
    border-radius: 0;
    background: transparent;
    text-transform: none;
    color: var(--primary-color);
}
#menu .nav > li {
    padding: 15px 0;
}
#menu .nav > li + li {
    margin: 0 0 0 35px;
}
#menu .dropdown-inner,
#navCategory .dropdown-inner {
    display: table;
}
#menu .dropdown-inner ul,
#navCategory .dropdown-inner > ul {
    display: table-cell;
}
#menu .menulist .dropdown-menu a {
    font-size: 12px;
    text-transform: none;
}
#menu .dropdown-inner ul.mega-dropdown-menu.childs_1 > li > a:hover,
#menu .nav.navbar-nav li:hover > span,
#menu .dropdown-inner li:hover > a,
#navCategory .dropdown-inner li a:hover,
.vertical-category ul > li:hover > a,
#menu #topCategoryList .dropdown-inner li:hover > a,
#menu .nav > li:hover > a{
    color: var(--primary-color);
    background-color: transparent;
}
#menu .dropdown-inner .dropdown-submenu,
#navCategory .dropdown-inner .dropdown-submenu {
    position: relative;
}
#menu .column-1 .dropdown-inner li.dropdown-submenu > .fa {
    position: absolute;
    right: 10px;
    top: 0;
    padding: 8px 0;
}
#menu .see-all {
    display: block;
    margin-top: 0.5em;
    border-top: 1px solid #ddd;
    padding: 3px 20px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 3px 3px;
    font-size: 12px;
}
#menu .see-all:hover,
#menu .see-all:focus {
    text-decoration: none;
    color: var(--primary-hover-color);
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
}
@media (min-width: 992px) {
    #menu .nav > li > a:after {
        content: "";
        background: var(--primary-color);
        width: 0;
        height: 2px;
        left: 0;
        right: 0;
        margin: auto;
        display: block;
        position: absolute;
        margin-top: 5px;
        transition: all 350ms ease-out 0s;
        -moz-transition: all 350ms ease-out 0s;
        -o-transition: all 350ms ease-out 0s;
        -webkit-transition: all 350ms ease-out 0s;
    }
    #menu .nav > li:hover > a:after {
        width: 100%;
    }
    #menu .dropdown-menu.navcol-menu.item-column .dropdown-submenu.sub-menu-item > a {
        font-weight: 600;
    }
    #menu .dropdown-inner a {
        display: block;
        padding: 5px 15px;
         padding: 0px 15px;
        font-size: 14px;
        font-weight: 400;
        text-transform: none;
        min-width: 200px;
        text-align: left;
         text-align: center;
        color: var(--secondary-light-color);
    }
    #menu ul li.hiden_menu .dropdown-inner .dropdown-menu {
        display: none;
    }
    #menu .dropdown-menu,
    #menu .hiden_menu.menu_drop .dropdown-inner{
        display: block;
        top: 50px;
        left: 0px;
        min-width: 200px;
        
        min-width: 340px;
        
        z-index: 999;
        text-align: left;
            text-align: center;
        right: auto;
        padding: 10px 0;
    }
    #menu .dropdown-menu,
    #menu .hiden_menu.menu_drop .dropdown-inner,
    #menu .column-1 .dropdown-inner .dropdown-submenu ul.sub-menu{
        position: absolute;
        top: 100px;
        padding: 15px 16px 23px 16px;
        padding: 28px 16px 19px 16px;
        visibility: hidden;
        background: var(--secondary-color);
        opacity: 0;
        -khtml-opacity: 0;
        -webkit-opacity: 0;
        -moz-opacity: 0;
        filter: alpha(opacity=0);
        transform-origin: 15% 15% 0;
        -webkit-transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
        filter: alpha(opacity=0);
        transform-origin: center top 0;    
        box-shadow: 0 1px 5px rgba(0,0,0,0.11);
        -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.11);
        -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.11);
        margin-left: 0!important;
    }
    #menu .dropdown:hover .dropdown-menu,
    #menu ul li.hiden_menu.menu_drop:hover .dropdown-inner,
    #menu .column-1 .dropdown-inner .dropdown-submenu:hover ul.sub-menu{
        display: block;
        top: 100%;
        visibility: visible;
        opacity: 1;
        -khtml-opacity: 1;
        -webkit-opacity: 1;
        -moz-opacity: 1;
        visibility: visible;
        filter: alpha(opacity=100);
    }     
    #menu .column-1 .dropdown-inner .dropdown-submenu ul.sub-menu {
        left: 100%;
        top: 100%;
    }
    #menu .column-1 .dropdown-inner .dropdown-submenu:hover ul.sub-menu {  
        top: 0px;
    }
    #menu ul.nav .item-column ul.list-unstyled li {
        margin: 0 10px;
    }
    
     #menu ul.nav .item-column ul.list-unstyled.brandlistmenu li {
        margin: -10px -10px;
    }
    
    
    #menu .dropdown-menu.navcol-menu.item-column .dropdown-submenu.sub-menu-item > a {
       border-bottom: 1px solid var(--border-color);
    color: var(--primary-color);
    font-size: 13px;
    font-weight: 600;
    padding-bottom: 7px;
    margin: 10px 10px 3px;
    
    
    border-bottom: none;
    color: var(--primary-color);
    font-size: 13px;
    font-weight: 600;
    padding-bottom: 7px;
    /*margin: 10px 10px 24px;*/
    text-align: center;
    }
    #menu .dropdown-menu.navcol-menu.item-column .dropdown-submenu > a {
    
        border-bottom: 1px solid var(--border-color);
border-bottom: none;
    color: black;
    font-size: 13px;
    line-height: 14px;
    font-weight: 700;
    padding-bottom: 7px;
    margin: 10px 10px 3px;
    text-transform: none;
    }
    
    
    
    #menu ul.nav .item-column ul.list-unstyled li a {
        padding-left: 0;
        padding-right: 0;
    }
}
@media (max-width: 1440px) {
    #menu .nav > li + li {
        margin: 0 0 0 30px;
    }
}
@media (max-width: 991px) {
    #topCategoryList {
        background: var(--secondary-color);
        display: block!important;
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        max-width: 350px;
        z-index: 999;
        margin: 0;
        -webkit-transform: translate(-400px,0);
        -moz-transform: translate(-400px,0);
        -ms-transform: translate(-400px,0);
        -o-transform: translate(-400px,0);
        transform: translate(-400px,0);
        -moz-transition-property: -moz-transform;
        -o-transition-property: -o-transform;
        -webkit-transition-property: -webkit-transform;
        transition-property: transform;
        -moz-transition-duration: .5s;
        -o-transition-duration: .5s;
        -webkit-transition-duration: .5s;
        transition-duration: .5s;
        overflow: auto;
    }
    #topCategoryList.box-menu {
        -webkit-transform: translate(0,0);
        -moz-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
        transform: translate(0,0);
    }
    .menu-close {
        background: var(--primary-color);
        color: var(--secondary-color);
        padding: 12px 15px;
        font-weight: 600;
        font-size: 16px;
        display: flex;
        justify-content: space-between;
    }
    .menu-close i{
        line-height: 20px;
        font-size: 12px;
    }
    #menu .btn-navbar.open-menu:after {
        top: 0;
        left: 0;
        content: "";
        width: 100%;
        display: block;
        position: fixed;
        height: 100%;
        background: rgba(0,0,0,.5);
        z-index: 99;
        transition: opacity 0.2s cubic-bezier(0,0,.3,1);
        transition-delay: 0.1s;
    }
    #menu .btn-navbar span:before,
    #menu .btn-navbar span:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 1px;
        background: var(--primary-color);
        left: 0;
        transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
    }
    #menu .btn-navbar span:after {
        top: 6px;
    }
    #menu .btn-navbar span:before {
        top: -6px;
    }
    #menu .btn-navbar span {
        position: absolute;
        width: 20px;
        height: 1px;
        background: var(--primary-color);
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        text-align: center;
    }
    #menu .nav > li > a,
    #menu #topCategoryList .dropdown-inner a{
        color: var(--secondary-light-color);
        font-weight: 500;       
        padding: 6px 30px 6px 15px;
        display: block;
        
        font-size: 12px;
    border-top: 1px solid #999;
        color: black;
        text-transform: none;
        
        border-top: 1px solid #2423234d;
    color: white;
    }
    #menu .nav > li > a,
    #menu #topCategoryList .menu_drop > .dropdown-inner > li > a {
        font-size: 14px;
    }   
    #menu #topCategoryList ul {
        float: none;
        display: block;
        text-align: left;
        margin: 0;
        background: transparent;
    }
    #menu #topCategoryList > ul{
        margin: 10px 0;
    }
    #menu #topCategoryList ul.category-list {
        margin-bottom: 10px;
    }
    #menu .dropdown-inner,
    #navCategory .dropdown-inner {
        display: block; 
    }
    #topCategoryList .dropdown.menulist .dropdown-menu .dropdown-inner {
        display: block;
        padding: 0 15px;
    }
    #topCategoryList .dropdown.menulist .dropdown-menu {
        position: relative;
        float: none;
        background-color: transparent;
        border: none;
        box-shadow: none;
        display: none;
        padding: 0;
    }
    #menu #topCategoryList .dropdown-inner .dropdown-submenu ul.sub-menu {
        display: none; 
        position: unset;
        border: none;
        padding: 0 15px;
    }
    #topCategoryList li .toggle-menu {
        position: absolute;
        right: 5px;
        top: 0;
        padding: 6px 11px;
    }
    #topCategoryList .dropdown-submenu > .fa {
        display: none;
    }
    #topCategoryList ul li {
        float: none;
    }
    #topCategoryList #more_cat {
        display: none;
    }    
    #menu .btn-navbar {
        display: block;
        margin: 0 0 0 20px;
        border: none;
    }
    .category-list .menu-item.dropdown .dropdown-menu {
        position: relative;
        box-shadow: none;
        width: 100%;
        border: none;
        padding: 0 15px;
        float: none;
    }
    #menu .nav > li{
        padding: 0
    } 
    #menu .nav > li + li {
        margin: 0;
    }  
}
@media (max-width: 480px){
    #topCategoryList {
        max-width: 280px;
    }
    #menu .btn-navbar {
        margin: 0 0 0 10px;
    }
}

/*----------------------------------------------*/
/* slider start */
/*----------------------------------------------*/
.common-home .swiper-viewport {
    box-shadow: none;
    border: none;
    border-radius: 0;
    margin-bottom: 0;
    background: transparent;
}
.slideshow img {
    width: 100%;
}

/*----------------------------------------------*/
/* banners */
/*----------------------------------------------*/
.html1-inner,
.html1-inner .banners{
    position: relative;
    overflow: hidden;
}
.html1 .col-xs-6,
.html1 .col-xs-3{
    padding: 0;
}
.html1-inner .promo-banner1,
.html1-inner .promo-banner2 {
    display: flex;
    align-items: center;
    background: var(--background-color);
}
.banner-outer .inner1 img{
    width: 100%;
    transition: all 350ms ease-out 0s;
    -moz-transition: all 350ms ease-out 0s;
    -o-transition: all 350ms ease-out 0s;
    -webkit-transition: all 350ms ease-out 0s;
}
.html1-inner .banners:hover .inner1 img{
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.inner2 {
    position: absolute;
}
.banner1 .inner2,
.html2 .inner2 {
    left: 0px;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    text-align: center;
    width: 100%;
    bottom: 0;
    display: grid;
    align-items: center;
    vertical-align: middle;
}
.banner3 .inner2 {
    right: 0px;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    text-align: right;
    text-align: center;
    width: 100%;
    bottom: 0;
    display: grid;
    align-items: center;
}
.banner2 .inner2 {
    left: 0px;
    bottom: 30px;
    text-align: center;
    width: 100%;
}
.banner4 .inner2 {
    right: 0px;
    bottom: 30px;
    text-align: center;
    width: 100%;
}
.html1 h4.promo-title {
    font-size: 22px;
    line-height: 31px;
    margin: 0;
    font-weight: 500;
    text-align: center;
    text-transform: none;
}
.inner2 h3.promo-title {
    font-size: 22px;
    font-weight: 500;
    margin: 0 0 13px;
}
.banner2 .inner2 h3.promo-title,
.banner4 .inner2 h3.promo-title {
    margin: 0 0 9px;
}
.inner2 .promo-desc {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 21px;
}
.inner2 .button {
    font-size: 12px;
    font-weight: 400;
    padding: 8px 28px;
    position: relative;
    color: var(--secondary-color);
    background: var(--primary-color);
    border: 2px solid var(--primary-color);
    background: url(/image/catalog/profarbu/header_bg_black.png);
    text-transform: uppercase;
}
.inner2 .button:hover {
    background: transparent;
    color: var(--primary-color);
}
.banner2 .inner2 .button,
.banner4 .inner2 .button {
    padding: 0;
    border: none;
    color: var(--primary-color);
    background: transparent;
}
.banner2 .inner2 .button:after,
.banner4 .inner2 .button:after {
    content: "";
    height: 1px;
    width: 0;
    background: var(--primary-color);
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.banner2 .inner2 .button:hover:after,
.banner4 .inner2 .button:hover:after {
    width: 100%;
}

/* html2 */
.html2 .inner2 .promo-desc {
    font-size: 18px;
    margin: 0 0 10px;
    color: var(--secondary-color);
}
.html2 .inner2 .promo-title {
    font-size: 48px;
    font-weight: 500;
    line-height: 60px;
    margin: 0 0 20px;
    color: var(--secondary-color);
}
.html2 .inner2 .button {
    border: none;
    padding: 10px 30px;
    border: 1px solid #b98f67;
    color: var(--primary-color);
    background: var(--secondary-color);
}
.html2 .inner2 .button:hover {
    color: var(--secondary-color);
    background: #b98f67;
}

@media (max-width: 1199px) {
    .html1 h4.promo-title {
        font-size: 20px;
        line-height: 24px;
    }
    .html2 .inner2 .promo-title {
        font-size: 36px;
        line-height: 44px;
    }
    .html2 .inner2 {
        left: 30px;
    }
}
@media (max-width: 991px) {
    .banner1 .inner2, .html2 .inner2 {
        left: 20px;
    }
    .inner2 h3.promo-title {
        font-size: 20px;
        margin: 0 0 7px;
    }
    .inner2 .promo-desc {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .inner2 .button {
        padding: 5px 18px;
    }
    .banner2 .inner2 {
        left: 10px;
        bottom: 10px;
    }
    .banner3 .inner2 {
        right: 20px;
    }
    .banner4 .inner2 {
        right: 10px;
        bottom: 10px;
    }    
}
@media (max-width: 767px) {
    .inner2 h3.promo-title {
        font-size: 16px;
    }
    .inner2 .button {
        font-size: 11px;
        padding: 2px 10px;
    }
    .html2 .inner2 .promo-title {
        font-size: 30px;
        line-height: 40px;
    }
    .html2 .inner2 .promo-desc {
        font-size: 14px;
    }
    .html2 .inner2 .button {
        padding: 7px 20px;
    }
    .banner2 .inner2 h3.promo-title, 
    .banner4 .inner2 h3.promo-title {
        margin: 0 0 5px;
    }
}
@media (max-width: 680px) {
    .html1 h4.promo-title {
        font-size: 14px;
    }
    .html2 .inner2 {
        left: 10px;
    }
    .banner1 .inner2,
    .banner2 .inner2 {
        left: 5px;
    }
    .banner3 .inner2,
    .banner4 .inner2 {
        right: 5px;
    }  
}
@media (max-width: 540px) {
    .inner2 h3.promo-title {
        font-size: 13px;
    }
    .inner2 .promo-desc {
        font-size: 11px;
        line-height: 16px;
    }
    .inner2 .button {
        line-height: 16px;
    }
}
@media (max-width: 480px) {
    .promo-banner1 > div:last-of-type, 
    .promo-banner2 > div:nth-child(2) {
        display: none;
    }
    .promo-banner1 > div,
    .promo-banner2 > div {
        width: 50% !important;
    }
    .inner2 h3.promo-title {
        font-size: 9px;
        margin: 0 0 5px;
    }
    .inner2 .promo-desc {
        font-size: 8px;
        line-height: 12px;
        margin-bottom: 5px;
    }
    .inner2 .button {
        font-size: 9px;
        line-height: 12px;
        padding: 2px 5px;
    }
    .html2 .inner2 .promo-desc {
        font-size: 12px;
    }
    .html2 .inner2 .promo-title {
        font-size: 18px;
        line-height: 26px;
        margin: 0 0 10px;
    }
}

/*----------------------------------------------
/* buttons 
/*----------------------------------------------*/
.buttons {
    margin: 1em 0;
}
#tab-review .buttons {
    margin: 1em 0 0;
}
#btnMenuBar {
    border: 1px solid black!important;
    padding: 5px 10px; /* Adjust padding as needed */
    background-color: transparent; /* Optional: make the background transparent */
    color: black; /* Optional: set the text color */
    font-size: 16px; /* Optional: adjust the font size */
    border-radius: 0px; /* Optional: add rounded corners */
}
.btn {
    font-size: 14px;
    line-height: 20px;
    border-radius: 0;
}
.btn-xs {
    font-size: 9px;
}
.btn-sm {
    font-size: 10.2px;
}
.btn-lg {
    padding: 8px 20px;
    font-size: 14px;
}
.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
    font-size: 14px;
}
.btn-group > .btn-xs {
    font-size: 9px;
}
.btn-group > .btn-sm {
    font-size: 10.2px;
}
.btn-group > .btn-lg {
    font-size: 14px;
}
#cart .text-right .addtocart-btn,
#cart .text-right .checkout-btn,
.btn-default,
.btn-primary {
    width: auto;
    
   
    
    display: inline-block;
    font-size: 11px;
   
    text-transform: uppercase;
    padding: 8px 30px;
    border: 2px solid var(--primary-color);
    border: 2px solid #b98f67;;
    color: var(--secondary-color);
    background: var(--primary-color);
    background:#b98f67;
    border-radius: 0;
    font-weight: 600;
    cursor: pointer;
}


#cart .header-cart-toggle  .text-right .addtocart-btn,
 #cart .header-cart-toggle  .text-right .checkout-btn {
width: 100%;
 font-size: 13px;
}


.btn-warning {
    color: var(--secondary-color);
    background-color: #faa732;
    border-radius: 5px;
}
.btn-danger {
    color: var(--secondary-color);
    background-color: #da4f49;
    text-transform: uppercase;
    padding: 10px 30px;
    border: none;
    border-radius: 0;
}
.btn-success {
    color: var(--secondary-color);
    background-color: #5bb75b;
    background-repeat: repeat-x;
    border-radius: 5px;
}
.btn-info {
    color: var(--secondary-color);
    background: var(--primary-color);
    border: 2px solid var(--primary-color);
    padding: 8px 30px;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 0;
    font-weight: 400;
}
.btn-link {
    border-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    color: var(--primary-color);
    border-radius: 5px;
}
.btn-link,
.btn-link:active,
.btn-link[disabled] {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    box-shadow: none;
}
.btn-inverse {
    color: var(--primary-color);
    background-color: #363636;
    background-repeat: repeat-x;
    border-color: var(--primary-color) var(--primary-color) #000000;
}
.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
    background-color: var(--primary-color);
}
.btn-link:focus,
.btn-link:hover {
    color: var(--secondary-color);
    text-decoration: none;
    outline: none;
}
#cart .text-right .addtocart-btn:hover,
#cart .text-right .addtocart-btn:focus,
#cart .text-right .checkout-btn:hover,
#cart .text-right .checkout-btn:focus,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover,
.btn-primary[disabled].active,
.btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
.btn-default:hover,
.btn-default:focus,
.btn-default:active:hover,
.btn-default:active:before,
.btn-default:active:focus,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:active:hover,
.btn-primary:active:focus,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled],
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled],
.btn-info.focus,
.btn-info:focus,
.btn-info:active:focus,
.btn-info:active:hover{
    color: var(--primary-color);
    border-color: var(--primary-color);
    background: transparent;
    
    
    
    color: #7d8160;
    border-color: #7d8160;
    background: transparent;
}

/* list group */
.list-group a {
    border: none;
    color: var(--secondary-light-color);
    padding: 8px 12px;
}
.list-group a.active,
.list-group a.active:hover,
.list-group a:hover {
    color: var(--primary-color);
    background: transparent;
}

/*----------------------------------------------*/
/* products */
/*----------------------------------------------*/
.owl-item.active.center .row-items,
.owl-item.active .image-additional,
.owl-item.active .product-layout,
.owl-item.active .category-layout {
    -moz-animation: zoomIn 500ms ease;
    -o-animation: zoomIn 500ms ease;
    -webkit-animation: zoomIn 500ms ease;
    animation: zoomIn 500ms ease;
}
.page-title {
    position: relative;
}
.page-title h3{
    font-size: 30px;
    line-height: 30px;
    margin: 0 0 24px;
    text-transform: uppercase;
    position: relative;
    font-weight: 500;
    color: var(--primary-color);
    text-align: left;
}
.product-thumb{
    position: relative;
    margin-bottom: 30px;
}
.related-products-block .product-thumb{
    margin-bottom: 0;
}
.product-thumb .image {
    text-align: center;
    position: relative;
    overflow: hidden;
}
.product-thumb .image a {
    display: block;
}
.product-thumb .image img {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
.product-thumb .button-group{    
    position: absolute;
    visibility: hidden;
    right: -40px;
    top: 20px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.product-thumb:hover .button-group {
    visibility: visible;
    right: 20px;
}
.product-thumb .button-group button {
    font-size: 16px;
    height: 40px;
    width: 40px;
    border: none;
    background: var(--secondary-color);
     background: transparent;
    margin: 0;
    display: block;
    border: 1px solid #d6bbae6b;
    border: none;
}
.product-thumb .button-group button + button {
    margin: 5px 0 0 0;
}
.product-thumb .button-group button i {
    display: block;
}
.product-thumb .button-group button:hover {
    background: #b98f67;
    color: var(--secondary-color);
}
.sale-text {
    position: absolute;
    top: 15px;
    left: 20px;
    background: #b98f67;
    font-size: 14px;
    color: white;
    border-radius: 17px;
    padding: 3px 8px;
    display: none;
}
.product-thumb .description {
    color: var(--secondary-light-color);
   line-height: 17px;
    margin: 18px 0 0;
}
.thumb-description {
    position: relative;
}
.product-thumb .caption {
    padding: 19px 5px;
    position: relative;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.product-thumb .price {
   font-size: 16px;
    margin: 15px 0 0 0;
    font-weight: 500;
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    margin: -10px 0 0 0;
    font-weight: 500;
    display: inline-block;
    padding: 6px 16px 6px 16px;
    vertical-align: middle;
    width: auto;
    text-align: center;
    color: #FFF;
    border-radius: 30px;
    color: #000000;
    
    
}


.box-product.product-carousel .price {
 margin: 10px 0 0 0;
}



.product-thumb .price-new {
    margin-right: 5px;
    display: block;
    background: #7d8160;
    padding: 5px;
    border-radius: 15px;
    color: #FFF;
}
.product-thumb .price-old {
/*    text-decoration: line-through;*/
    position: relative;
    color: #1b1a1a;
    font-size: 16px;
    display: inline-block;
}
.product-thumb .price-old::after {
    content: '';
    position: absolute;
    top: 50%; /* Линия проходит через середину текста */
    left: 0;
    right: 0;
    border-top: 1.5px solid #1b1a1a; /* Толщина и цвет линии */
    transform: translateY(-50%); /* Точная центровка */
    pointer-events: none; /* Линия не мешает кликам */
}
.product-thumb .product-title {
    margin: 0;
    
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    padding: 3px 0;
    text-decoration: none;
    line-height: 16px;
    font-weight: 400;
    margin: 0;
    clear: both;
    /* overflow: hidden; */
    text-overflow: ellipsis;
    width: 100%;
    min-height: 60px;
     min-height: 80px;
}
.product-thumb .product-title a{
   text-transform: none;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    color: black;
}
.product-thumb .product-title a:hover {
    color: var(--primary-color);
}
.product-thumb .price-tax{
    display: none;
}
.product-thumb .rating{
   font-weight: 400;
    text-transform: none;
    font-size: 0;
    margin: -8px 0 15px 0;
    display: inline-block;
    vertical-align: middle;
    float: none;
    display: block;
}

.product-carousel .rating{
display: none;
}

.product-thumb .addcart {
    background: transparent;
    border: none;
    font-size: 14px;
    color: var(--primary-color);
    padding: 0;
    
    
    background: #b98f67;
    background: #000;
     background:#b98f67;
    
    font-size: 13px;
    font-weight: 600;
    color: white;
    padding: 7px 14px;
    
    
    text-transform: uppercase;
    position: absolute;
    left: -80px;
    top: -34px;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.product-thumb .addcart:hover {
    background: transparent;
    border: none;
    font-size: 14px;
    color: var(--primary-color);
    padding: 0;
    
    
    background: #b98f67;
    background: #b98f67 !important;
    background: transparent !important;
    border: none;
    font-size: 13px;
    font-weight: 600;
    color: #7d8160 !important;
     color555: #FFF  !important;
    padding: 7px 14px;
    
    
    text-transform: uppercase;
    position: absolute;
    
    opacity: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}



.product-thumb:hover .addcart{
    left: 20px;
    opacity: 1;
}
.product-thumb .addcart:after {
    content: "";
    height: 1px;
    width: 0;
    background: var(--primary-color);
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.product-thumb .addcart:hover:after {
    width: 100%;
}
.product-thumb .addcart:hover{
    background: transparent;
    color: var(--primary-color);
     background: black;
    color: white;
}
.product-thumb .thumb-description .addcart,
.product-list .product-thumb .image .addcart{
    display: none;
}
.product-thumb .thumb-description .addcart {
display: block;
}

.product-list .product-thumb .btn-list{
    display: block;
    position: unset;
    margin: 25px 0 10px;
    justify-content: flex-start;
}
.product-list .product-thumb .btn-list button{
    opacity: 1;
    position: unset;
    visibility: visible;
}
.product-list .product-thumb .caption {
    padding: 8px 0 0;
    text-align: left;
}
.product-list .product-thumb .thumb-description .addcart{
    display: block;
    margin: 22px 0 0 0;
    position: relative;
    left: 0;
    bottom: 0;
    opacity: 1;
}
.product-list .product-thumb .price{
    display: block;
    text-align: left;
}
.product-list .product-thumb .rating{
    display: block;
    display555: none;
    float: unset;
    margin: 12px 0 0 0;
}
#product-page .nav-tabs li {
    margin: 0 25px;
}
#product-page .nav-tabs>li> a{
    padding: 0 0 15px 0;
}
#product-page .nav-tabs>li> a:after {
    content: "";
    background: var(--primary-color);
    width: 0;
    height: 2px;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    position: absolute;
    bottom: -1px;
    transition: all 350ms ease-out 0s;
    -moz-transition: all 350ms ease-out 0s;
    -o-transition: all 350ms ease-out 0s;
    -webkit-transition: all 350ms ease-out 0s;
}
#product-page .nav-tabs>li:hover> a:after,
#product-page .nav-tabs>li.active> a:after{
    width: 100%;
}
#product-page .nav-tabs>li.active>a,
#product-page .nav-tabs>li:hover> a {
    color: var(--primary-color);
}
.nav-tabs>li> a {
    text-transform: none;
    padding: 12px 25px;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    border: none;
    margin: 0;
    line-height: 20px;
    color: var(--secondary-light-color);
}
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover,
.nav-tabs>li>a:hover,
.nav>li>a:focus,
.nav>li>a:hover{
    background: transparent;
    color: var(--primary-color);
    border: none;
}

/* special product */
.special-html > div {
    padding: 0;
}

/*product hover */
.product-thumb .hover-img {
    bottom: 0;
    left: 0;
    margin: 0 auto;
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
}
.product-thumb:hover .hover-img {
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
}

/*product tab*/
.mahardhi-tabs .nav-tabs {
    border: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
}
#tabs.mahardhi-tabs {
    position: absolute;
    top: 0;
    right: 65px;
}
.mahardhi-tabs .nav-tabs>li> a{
    padding: 0;
    text-transform: none;
    font-weight: 400;
    font-size: 16px;
    border: none;
    margin: 0 24px;
    line-height: 20px;
    background: transparent;
}
.mahardhi-tabs .nav-tabs>li> a:hover,
.mahardhi-tabs .nav-tabs>li> a:focus,
.mahardhi-tabs .nav-tabs>li> a.selected{
    background: transparent;
    color: var(--primary-color);
        text-decoration: underline;
}
.mahardhi-tabs .nav-tabs li {
    margin: 0;
}
@media (min-width: 992px) {
    .special-html {
        display: flex;
        align-items: center;
        background: var(--background-color);
    }
    .special .page-title h3 {
        text-align: center;
    }
    .special .product-thumb {
        margin-bottom: 0;
    }
    .special #special-carousel {
        width: 61%;
        margin: auto;
    }
    .special .container {
        width: unset;
    }
}
@media (min-width: 1200px) {
    .special #special-carousel {
        width: 51%;
        margin: auto;
    }
}
@media (max-width: 1440px){
    .page-title h3 {
        font-size: 24px;
        line-height: 24px;
    }
}
@media (max-width: 1199px) and (min-width: 992px) {
    .special .page-title h3 {
        margin: 0 0 5px;
    }
}
@media (max-width: 991px){
   .page-title h3{
        font-size: 20px;
        line-height: 20px;
        margin: 0 0 15px;
    }
    #product-page .nav-tabs li {
        margin: 0 15px;
    }
    .mahardhi-tabs .nav-tabs>li> a {
        margin: 0 15px;
        font-size: 14px;
    }
    .product-thumb {
        margin-bottom: 20px;
    }
    .row.category-row,
    .box .row{
        margin: 0 -5px;
    }
    .mblog .blog-block,
    .blog-layout,
    .product-layout {
        padding: 0 5px;
    }
    .product-thumb .price{
        font-size: 21px;
    font-weight: 700;
    
        font-size: 14px;
    font-weight: 500;
    
        margin: 6px 0 0 0;
        display: block;
        
        
        display: contents;
    float: left;
    
    display: inline-block;
    float: left;
    text-align: left;
     text-align: center;
    margin: 6px 0 0 10px;
      margin: 6px 0 0 1px;
    
        
    }
    
    .product-carousel  .product-thumb .price, .newkarusel .product-thumb .price {
     text-align: center;
     margin-left: 10px;
    }
    
    
    
    .product-thumb .price-old{
    position: relative;
        font-size: 12px;
        font-size: 14px;
    display: flow;
    text-align: center;
    }
    .product-thumb .price-old::after {
        content: '';
        position: absolute;
        top: 50%; /* Линия проходит через середину текста */
        left: 0;
        right: 0;
        border-top: 1.5px solid #1b1a1a; /* Толщина и цвет линии */
        transform: translateY(-50%); /* Точная центровка */
        pointer-events: none; /* Линия не мешает кликам */
    }
    .product-thumb .rating{
        margin: 2px 0 0 0;
        display: inline-block;
          display555: none;
        float: unset;
    }
    .product-thumb:hover .button-group,
    .product-thumb .button-group{
        visibility: visible;
        top: 5px;
        right: 5px;
    }    
    .newkarusel .product-thumb .button-group{
        visibility: visible;
        top: 5px;
        right: -12px;
    } 
    
    
    .product-thumb .caption {
        padding: 12px 0 0;
        text-align: center;
    }
    .product-thumb .product-title a{
        font-size: 14px;
    }
    .product-thumb .button-group button {
        font-size: 14px;
        height: 30px;
        width: 30px;
    }    
    .product-thumb .addcart,
    .product-thumb:hover .addcart{
        left: 5px;
        bottom: 5px;
        opacity: 1;
        font-size: 12px;
        background: #b98f67 !important;
        display: none;
    }    
    .product-list .product-thumb .rating{
        margin: 5px 0 0 0;
    }
    .product-thumb .description{
        margin: 5px 0 0;
    }
    .product-list .product-thumb .addcart {
        margin: 10px 0 0 0;
    }
    #product-page .nav-tabs>li> a {
        font-size: 14px;
        padding: 0 0 5px 0;
    }
    .product-list .product-thumb .thumb-description .addcart{
        margin: 10px 0 0 0;
        font-size: 14px;
    }
    .sale-text{
        top: 5px;
        left: 5px;
    }
}
@media (max-width: 680px){
    .product-list .product-thumb .image img{
        width: auto;
        margin: 0;
    }  
    .mahardhi-tabs .nav-tabs{
        margin-bottom: 15px;
    }
    #tabs.mahardhi-tabs {
        position: relative;
        right: unset;
    }
}
@media (max-width: 480px){
    .mahardhi-tabs .nav-tabs>li> a {
        margin: 0 10px;
    }
    .page-title h3{
        margin: 0 0 10px;
        font-size: 18px;
    }
    .mahardhi-tabs .nav-tabs {
        margin-bottom: 10px;
    }
}

/*----------------------------------------------
/* swiper pager */
/*----------------------------------------------*/
.swiper-viewport .swiper-pager > div {
    height: 24px;
    width: 24px;
    background: transparent;
    color: var(--secondary-light-color);
    border: none;
    padding: 0;
    text-align: center;
    border-radius: 0;
    margin: 0;
    opacity: 1;
    text-shadow: none;
    transition: all .3s ease;
    position: absolute;
    top: 45%;
    box-shadow: none;
}
.owl-carousel.owl-theme .owl-nav .disabled{
    opacity: 0.6;
}
.swiper-viewport {
    border: unset;
}
.swiper-pagination {
    display: none;
}
.swiper-viewport .swiper-button-prev:before,
.swiper-viewport .swiper-button-next:before{
    content:"";
}
/*.owl-carousel.owl-theme .owl-nav .fa,*/
.swiper-viewport .fa{
    font-size: 24px;
    display: block;
}

/*carousel*/
/*.owl-carousel.owl-theme .owl-nav {
    margin-top: 0;
    margin: 0;
    position: absolute;
    top: -60px;
    right: 15px;
}
.owl-carousel.owl-theme .owl-nav div {
    position: relative;
    color: var(--primary-color);
    padding: 0;
    margin: 0;
    opacity: 1;
    text-shadow: none;
    transition: all .3s ease;
    text-align: center;
    line-height: 20px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border: none;
    background: transparent;
    box-shadow: none;
}
.owl-carousel.owl-theme .owl-nav .owl-next {
    padding: 0 0 0 10px;
    margin: 0 0 0 10px;
}
.owl-carousel.owl-theme .owl-nav > div + div:before {
    content: '';
    position: absolute;
    height: 20px;
    width: 1px;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    background: var(--border-color);
}*/
.brand .swiper-pager .swiper-button-prev,
.brand .swiper-viewport:hover .swiper-button-prev {
    left: 0;
}
.brand .swiper-pager .swiper-button-next,
.brand .swiper-viewport:hover .swiper-button-next {
    right: 0;
}
.brand .swiper-viewport .swiper-pager > div {
    top: 0;
    bottom: 0;
    margin: auto;
    width: fit-content;
}
.carousel .swiper-viewport:hover .swiper-button-next,
.carousel .swiper-viewport:hover .swiper-pager .swiper-button-prev{
    opacity: 1;
}
.owl-carousel.owl-theme .owl-nav .owl-next:hover,
.owl-carousel.owl-theme .owl-nav .owl-prev:hover{
    color: var(--primary-color);
    background: transparent;
}

/*dots*/
.swiper-pagination span,
.owl-theme .owl-dots .owl-dot span{
    width: 14px;
    height: 14px;
    background: transparent;
    margin: 2px 5px;
    border: 2px solid transparent;
    box-shadow: none;
}
.swiper-pagination span:before,
.owl-theme .owl-dots .owl-dot span:before {
    content: "";
    background: var(--primary-color);
    height: 10px;
    width: 10px;
    display: block;
    border-radius: 50%;
}
.swiper-pagination span.swiper-pagination-bullet-active:before,
.swiper-pagination span:hover:before{
    background: transparent;
}
.swiper-pagination span.swiper-pagination-bullet-active,
.swiper-pagination span:hover,
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span{
    border-color: var(--primary-color);
    background: transparent;
}
.owl-theme .owl-nav.disabled+.owl-dots{
    margin: 0;
}
.testimonial-block .owl-theme .owl-nav.disabled+.owl-dots {
    margin: 12px 0 0 0;
}

/*slideshow*/
.slideshow .swiper-pagination{
    display: block;
    bottom: 30px;
}
.slideshow .swiper-viewport .swiper-pager > div{
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: 1;
}
.slideshow .swiper-viewport .swiper-pager .swiper-button-prev{
    left: 20px;
}
.slideshow .swiper-viewport .swiper-pager .swiper-button-next{
    right: 20px;
}

/* slick-carousel */
.slick-carousel > button {
    border: none;
    background: transparent;
    padding: 2px 7px;
}
.slick-carousel > button i {
    font-size: 20px;
}

.owl-prev,
.owl-next {
    margin: 0 !important;
    padding: 0 !important;
}

.owl-prev {
    width: 15px;
    position: absolute;
    top: 40%;
    margin-left: -20px !important;
    display: block !important;
    border:0px solid black;
    background: none !important;
}

.owl-next {
    width: 15px;
    position: absolute;
    top: 40%;
    right: -20px !important;
    display: block !important;
    border:0px solid black;
    background: none !important;
}

.owl-prev i, .owl-next i {
    font-size: 30px;
    transform : scale(3,6);
    color: #ccc;
}

@media (max-width: 991px) {
    .owl-prev {
        margin-left: -30px !important;
    }
    
    .owl-next {
        right: -30px !important;
    }
}

.product-tab-block .main-tab {
    margin: 0 auto;
}

@media (max-width: 479px) {
    .product-tab-block .main-tab {
        max-width: 60vw;
    }
}

@media (min-width: 480px) {
    .product-tab-block .main-tab {
        max-width: 70vw;
    }
}

@media (min-width: 600px) {
    .product-tab-block .main-tab {
        max-width: 80vw;
    }
}

@media (min-width: 992px) {
    .product-tab-block .main-tab {
        max-width: 85vw;
    }
}

@media (min-width: 992px) {
    .special .owl-carousel.owl-theme .owl-nav {
        position: unset;
        top: unset;
        right: unset;
    }
    .special .owl-carousel.owl-theme .owl-nav div {
        background: transparent;
        color: var(--secondary-light-color);
        border: none;
        padding: 0;
        text-align: center;
        border-radius: 0;
        margin: 0;
        opacity: 1;
        text-shadow: none;
        transition: all .3s ease;
        position: absolute;
        top: 45%;
        box-shadow: none;
    }
    .special .owl-carousel.owl-theme .owl-nav .owl-next{
        right: 0;
        left: auto;
    }
    .special .owl-carousel.owl-theme .owl-nav .owl-prev{
        left: 0;
        right: auto;
    }
    .special .owl-carousel.owl-theme .owl-nav .owl-next {
        padding: 0;
        margin: 0;
    }
    .special .owl-carousel.owl-theme .owl-nav > div + div:before {
        display: none;
    }
}
@media (max-width: 1440px) {
    .owl-carousel.owl-theme .owl-nav {
        top: -50px;
    }
}
@media (max-width: 991px) {
    .slideshow .swiper-pagination {
        bottom: 0;
    }
    .swiper-pagination span {
        width: 10px;
        height: 10px;
        margin: 2px;
    }
    .swiper-pagination span:before {
        height: 6px;
        width: 6px;
    }
    .owl-carousel.owl-theme .owl-nav {
        top: -40px;
        right: 5px;
    }
}
@media (max-width: 680px) {
    .product-tab-block .owl-carousel.owl-theme .owl-nav {
        top: -76px;
    }
}
@media (max-width: 480px) {
    .owl-carousel.owl-theme .owl-nav {
        top: -32px;
    }
    .product-tab-block .owl-carousel.owl-theme .owl-nav {
        top: -62px;
    }
}

/*----------------------------------------------*/
/* blog */
/*----------------------------------------------*/
.blog-block{
    margin-bottom: 30px;
    position: relative;
}

.blog-block .zoom-post {
    display:none !important;
}


.blog-block .zoom-post a {
    display: block;
    background: var(--secondary-color);
    height: 40px;
    width: 40px;
    margin: 5px 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.blog-block .zoom-post a:hover{
    background: var(--primary-color);
    color: var(--secondary-color);
}
.blog-block .zoom-post{
    position: absolute;
    left: -50px;
    top: 10px;   
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}
.blog-block:hover .zoom-post{
    left: 15px;
}
.blog-block .hover-zoom::before,
.blog-block .hover-post:before{
    font-family: FontAwesome;
    font-size: 14px;
    margin: 0;
    display: block;
    text-align: center;
    line-height: 40px;
}
.blog-block .hover-zoom::before{
    content: "\f002";
}
.blog-block .hover-post:before {
    content: '\f0c1';
}
.blog-block:hover .hover-post:before,
.blog-block:hover .hover-zoom::before{
    opacity: 1;
}
.product-list .blog-block.product-thumb .image {
    box-shadow: none;
    margin: 0;
}
.blog-block h4,
h3.article-page-title{
    margin: 18px 0 0;
    line-height: 20px;
    font-size: 24px;
    font-weight: 500;
    text-transform: none;
}
.blog-block h4 {
margin: 18px 0 0;
    line-height: 21px;
    font-size: 19px;
    font-weight: 700;
    text-transform: none;
    }


.blog-block h4 a{
    color: var(--primary-color);
}
.blog-info .image,
.mblog .item {
    overflow: hidden;
    position: relative;
}
.mblog .caption.blog-description,
.caption-blog {
       position: absolute;
    left: 30px;
    right: 30px;
    bottom: 50px;
    padding: 19px 33px;
    text-align: center;
    background: var(--secondary-color);
}

/*----------------------------------------------*/
/* blog page */
/*----------------------------------------------*/
.blog-category .blog-img {
    position: relative;
    overflow: hidden;
    display: block;
}
h4.article-page-title{
    margin: 20px 0 15px;
}
.caption-blog  p,
.info_blog p{
    margin: 20px 0 0;
}
.blog-block img,
#content-blogs .thumbnails .thumbnail img{
    width: 100%;
}
.blog-text {
    color: var(--secondary-light-color);
    margin: 19px 0 27px;
    line-height: 18px;
    font-size: 13px;
}
.blog-comment,
.block-date {
    color: var(--secondary-light-color);
    margin: 0 15px 0 0;
    display: inline-block;
    display: none;
}
.caption-blog {
    padding: 20px;
}
.blog-comment i,
.block-date i{
    padding: 0 7px 0 0;
}

/*----------------------------------------------*/
/* article blog page */
/*----------------------------------------------*/
.article-container .image {
    position: relative;
}
.article-container .blog-block {
    margin-bottom: 0;
}
.article-container .caption-blog {
    padding: 22px 0 0 0;
}
#content-blogs .thumbnails .thumbnail {
    border: unset;
    margin: 0;
    padding: 0;
}
.article-container .page-title {
    margin-bottom: 20px;
}
.article-container .shop-content > h3 {
    line-height: 20px;
    margin: 50px 0 20px;
    font-size: 16px;
    border-radius: 5px;
    text-transform: uppercase;
}
.article-container #commnt_form > div > div:last-child .form-group {
    margin-bottom: 0;
}
#post_comment #commnt_form.form-horizontal .control-label {
    text-align: left;
}
.article-container .shop-content .post-comment .form-group {
    margin-right: 0;
    margin-left: 0;
}
.comment_cust h4 {
    margin-bottom: 20px;
}
.commentlist ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.commentlist ul li:last-child {
    padding-bottom: 0;
}
.commentlist ul li {
    padding-bottom: 20px;
}
.comment_cust .comment-text .user_img {
    float: left;
    height: 60px;
    width: 60px;
    background-color: var(--background-color);
    text-align: center;
    color: var(--primary-color);
    border-radius: 50px;
}
.comment_cust .comment-text .user_img i {
    font-size: 26px;
    line-height: 60px;
}
.comment_cust .comment-desc {
    padding-left: 80px;
    line-height: 26px;
}
.comment_cust .comment-desc .name {
    font-weight: 400;
    text-transform: none;
    font-size: 16px;
}
.comment_cust .comment-desc .date {
    color: var(--secondary-light-color);
}
.comment-dis {
    color: var(--secondary-light-color);
    line-height: 22px;
}
.comment-text {
    padding: 15px;
    border: 1px solid var(--border-color);
    border-radius: 0;
}
.singblog-description.blog-text {
    margin: 15px 0 0;
}
@media (max-width: 1440px){
    .mblog .caption.blog-description {
        padding: 30px 50px;
    }
    .blog-block h4{
        margin: 8px 0 0;
        font-size: 18px;
    }
    .blog-text{
        margin: 8px 0 12px;
    }
}
@media (max-width: 1199px) {
    .mblog .caption.blog-description {
        padding: 20px;
    }
    .caption-blog {
        position: relative;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 10px 10px 0;
    }
}
@media (max-width: 991px){
    .mblog .caption.blog-description {
        position: relative;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 10px 10px 0;
    }
    .blog-block{
        margin-bottom: 20px;
    }
    .article-container .caption-blog {
        padding: 15px 0 0 0;
    }
    .singblog-description.blog-text{
        margin: 8px 0 0;
    }
    h3.article-page-title {
        margin: 10px 0 0;
        font-size: 16px;
    }
    .blog-read.btn{
        margin-top: 10px;
        padding: 8px 20px;
    }
    .blog-block .zoom-post {
        left: 15px;
    }
    .blog-block .zoom-post a{
        height: 30px;
        width: 30px;
    }
    .blog-block .hover-zoom::before,
    .blog-block .hover-post:before{
        line-height: 30px;
    }
    .article-container .shop-content > h3{
        margin: 30px 0 15px;
    }
}
@media (max-width: 767px){
    .article-container .shop-content > h3{
        margin: 20px 0 10px;
    }
}
@media (max-width: 540px){
    .comment-text {
        padding: 10px;
    }
    .comment_cust .comment-desc {
        padding-left: 70px;
    }
}

/*----------------------------------------------*/
/* newsletter block */
/*----------------------------------------------*/
.newsletterblock {
    position: relative;
}
.title-text {
    font-size: 24px;
    font-weight: 500;
    color: var(--primary-color);
    text-transform: uppercase;
}
.news-info {
    display: flex;
    align-items: center;
}
.news-info i {   
    font-size: 46px;
    margin: 0 20px 0 0;
    display: block;
    padding: 0;
}
.subscribe-form {
    position: relative;
    display: flex;
    width: 100%;
}
.subscribe-form #newsletter_usr_email{
    height: 50px;
    padding: 5px 20px;
    border: none;
    background: var(--background-color);
    color: var(--secondary-light-color);
}
.subscribe-form #newsletter_usr_email::placeholder{
    color: var(--secondary-light-color);
}
.subscribe-btn {
    border: 2px solid var(--primary-color);
    background: var(--primary-color);
    padding: 8px 30px;
    color: var(--secondary-color);
    font-weight: 400;
    text-transform: uppercase;
    font-size: 14px;
}
.subscribe-btn:hover{
    background: transparent;
    color: var(--primary-color);
}
.news-description{
    font-size: 16px;
    line-height: 20px;
    margin: 10px 0 0;
    color: var(--secondary-light-color);
}
@media (max-width: 1440px){
    .title-text{
        font-size: 18px;
    }    
}
@media (max-width: 991px){
    .news-info {
        justify-content: center;
        margin-bottom: 10px;
    }
    .news-description{
        font-size: 14px;
        margin: 5px 0 0;
    }
    .news-info i {
        font-size: 40px;
        margin: 0 15px 0 0;
    }
    .subscribe-form #newsletter_usr_email {
        height: 40px;
        padding: 5px 10px;
    }
    .subscribe-btn {
        padding: 8px 20px;
    }
}
@media (max-width: 480px) {
    .title-text {
        font-size: 14px;
    }
}

/*----------------------------------------------*/
/* footer start */
/*----------------------------------------------*/
footer{
    color: var(--secondary-light-color);
    background: var(--background-color);
    
    /* background: url(/image/catalog/woodwedge/bg-footer.jpg); Serg 29/05/2025 */
    background-attachment: fixed;
    background-position: center center;
    background-color: #e8e8e8;
    background-size: cover;
    background-position: 0px -200px;
    
    
}
footer h5,
footer h4 {
    text-transform: uppercase;
    font-size: 18px;
    margin: -2px 0 15px;
    position: relative;
    font-weight: 800;
    color: var(--primary-color);
}
footer .footer-content a{
    padding: 6px 0;
    text-decoration: underline;
    display: block;
    color: var(--secondary-light-color);
}
footer a:hover,
footer a:focus {
    color: var(--primary-color);
}
.footer-top > div {
    padding: 80px 15px 65px;
        padding: 65px 15px 37px;
}

footer .footer-content a:hover {
 color: #9d7754;
}

.footer-top .footer-content {
    padding: 0 0 0 45px;
    padding: 0px;
}
/* footer left */
.footer_aboutus {
    margin: 0 25px 30px 0;
     margin: 60px 25px 30px 0;
    text-align: center;
    margin-bottom: 30px;
}
.footer-desc {
    font-size: 13px;
    line-height: 20px;
    margin: 23px 0;
    color: var(--secondary-light-color);
}

/* footer right */
.position-footer-right h5 {
    margin: -2px 0 21px;
}
.position-footer-right {
    text-align: center;
    margin: 0 77px;
}
.position-footer-right li > div{
    display: flex;
    justify-content: center;
    padding: 4px 0;
    line-height: 24px;
}
.position-footer-right li .contact_site a{
    padding: 0;
    display: initial;    
    color: var(--secondary-light-color);
    color: black;
}

.position-footer-right .footer-map-link {
text-decoration: underline;
    color: black;
}
.position-footer-right .footer-map-link:hover {
text-decoration: underline;
    color: #c5a47e;
}



.contact_title {
    text-transform: none;
    margin-right: 5px;
    color: var(--primary-color);
}

/* footer bottom*/
.footer_bottom {
    border-top: 1px solid var(--border-color);
    border:none !important;
        background: #0000004d;
}
.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 27px 0;
}
footer .footer_bottom p{
    margin: 0;
    color: var(--secondary-light-color);
}
footer .footer_bottom p a{
    color: var(--secondary-light-color);
}
.toggled.active .fa-chevron-down:before {
    content: "\f077";
}

/* social media*/
.social-media a i {
    height: 34px;
    width: 34px;
    line-height: 34px;
    border-radius: 50px;
    color: var(--secondary-color);
    text-align: center;
}
.social-media a + a{
    margin: 0 0 0 7px;
}
.social-media a .fa-facebook {
    background: #3b5998;
}
.social-media a .fa-twitter {
    background: #00acee;
}
.social-media a .fa-youtube-play {
    background: #c4302b;
}
.social-media a .fa-google-plus {
    background: #db3236;
}
.social-media a .fa-pinterest-p {
    background: #c8232c;
}
@media (min-width: 992px){
    .footer-top > div:nth-child(2) {
        border-left: 1px solid var(--border-color);
        border:none !important;
    }
    .footer-top > div:nth-child(2) {
        border-right: 1px solid var(--border-color);
        border:none !important;
    }
}
@media (max-width: 1440px){
    .footer-top > div {
        padding: 50px 15px 40px;
    }
    .position-footer-right {
        margin: 0 35px;
    }
    .footer-top .footer-content {
        padding: 0 0 0 25px;
    }
    .footer-desc {
        margin: 20px 0;
    }
}
@media (max-width: 1199px){
    .position-footer-right {
        margin: 0 5px;
    }
    .footer-top .footer-content {
        padding: 0;
    }
    .footer_aboutus {
        margin: 0;
    }
    .footer_aboutus img {
        width: 140px;
    }
}
@media (max-width: 991px){   
    .social-media .list-unstyled {
        display: block!important;
        text-align: center;
    }   
    footer h5,
    footer h4 {
        margin: 0 0 10px; 
        font-size: 14px;
    } 
    footer .footer-content a {
        padding: 4px 0;
    }   
    footer .position-footer-right h5{
        margin: 0 0 10px;
    }
    .footer-top .col-sm-4,
    .footer-top .col-sm-2 {
        width: 100%;
        float: unset;
        margin: 15px 0;
        padding: 0 15px;
    }
    .position-footer-right {
        margin: 0;
        text-align: center;
    }
    .position-footer-right li > div {
        justify-content: center;
    }
    .footer-desc{
        margin: 8px 0 30px;
       font-size: 12px;
       line-height: 18px;
        
    }
    .social-media li a i {
        height: 30px;
        width: 30px;
        line-height: 26px;
    }
    .footer-bottom {
        padding: 15px 0;
        display: block;
        text-align: center;
    }
    footer .footer_bottom p {
        margin: 0 0 10px;
    }
    .footer_aboutus,
    .social-media {
        text-align: center;
    }
}
@media (max-width: 767px){
    
}

/*----------------------------------------------*/
/* service */
/*----------------------------------------------*/
.service {
    text-align: center;
    margin-bottom: -2px;
}
.service-icon {
    font-size: 50px;
    margin: 0 0 28px;
}
.service .service-icon i, .service .service-icon strong {
    display: inline-block;
}
.service:hover .service-icon i, .service:hover .service-icon strong {
    -webkit-animation: tada 1s linear infinite;
    -moz-animation: tada 1s linear infinite;
    -ms-animation: tada 1s linear infinite;
    animation: tada 1s linear infinite;
}
.service .promo-title {
      margin: 0 0 12px;
    font-size: 15px;
    text-transform: none;
    font-weight: 700;
    color: #ac8b65;
}
.service .promo-desc {
    color: var(--secondary-light-color);
    line-height: 18px;
     font-size: 13px;
}
.service-item + .service-item:before {
    content: "";
    height: 70px;
    width: 1px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: var(--border-color);
}
@media (max-width: 1199px){
    .service-icon {
        font-size: 38px;
        margin: 0 0 15px;
    }
    .service .promo-title {
        margin: 0 0 5px;
    }
}
@media (max-width: 991px){
    .service-item{
        padding: 0 5px;
    }
    .service-box .row{
        margin: 0 -5px;
    }
    .service .promo-title {
        font-size: 18px;
        margin: 0 0 2px;
    }
    .service .promo-desc{
        font-size: 15px
    }
    .service-icon {
        font-size: 30px;
        margin: 0 0 10px;
    }
}
@media (max-width: 767px){
    .service .promo-desc {
        font-size: 11px;
    }
}
@media (max-width: 680px) and (min-width: 426px){  
    .service{
        display: flex;
        text-align: left;
        
         text-align: center;
         display: block;
         width:100%;
        margin: 0;
    }
    .service-icon{
        margin: 0 10px 0 0;
    }
}
@media (max-width: 680px){
    .service-item{
        width: 50%;
        width: 99%;
    margin-bottom: 56px;
    }
    
    .service-item.homepage-category-block {
    margin-bottom: 24px;
    }
    
    
    .service-item:nth-child(3){
        clear: left;
    }
    .service-item + .service-item:before{
        display: none;
    }
    .service-item:nth-child(3),
    .service-item:nth-child(4){
        margin-top: 15px;
    }
}
@media (max-width: 480px){
    .service .promo-title {
        font-size: 15px;
          line-height:18px;
        margin: 0;
    }
    .service .promo-desc {
        font-size: 13px;
        line-height:16px;
    }
}

/*----------------------------------------------*/
/* pagetitle */
/*----------------------------------------------*/
.page_title {
    font-size: 16px;
    text-transform: none;
    margin: 0 0 15px;
    display: block;
    vertical-align: top;
    font-weight: 500;
    color: var(--primary-color);
    line-height: 1.1;
}


#product-page .page_title, #information-contact .page_title {
    display: none !important;
}

/*----------------------------------------------*/
/* breadcrumb */
/*----------------------------------------------*/
.breadcrumb-back {
    background: var(--background-color);
      
        background: url(/image/catalog/woodwedge/breadcrumb-pic.jpg);
        background-attachment: fixed;
    background-position: center center;
    background-color: #e8e8e8;
    
        background-size: cover;
        
    background-position: -98px -200px;
        background-position: 0px 103px;
   background-size: contain;
    
    opacity: 1;
    margin: 0 0 50px 0;
    padding: 20px 0;
}
.breadcrumb {
    padding: 0;
    border: none;
    background: transparent;
    margin: 0;
    font-size: 16px;
    text-transform: none;
    text-align: center;
}
.breadcrumb > li {
    position: relative;
}
.breadcrumb > li .fa-home {
    font-size: 15px;
}
.breadcrumb li a,
.breadcrumb a{
    color: var(--secondary-light-color);
    font-size:15px;
    color: black;
    color: white;
    font-weight: 500;
    text-decoration: underline;
}
.breadcrumb li:last-child a,
.breadcrumb a:hover{
    color: var(--primary-color);
    color: #c5a47e;
     color: white;
    
}

.breadcrumb li:last-child a {
text-decoration: none;

}





.breadcrumb > li + li:before {
    content: "/";
    font-family: FontAwesome;
    color: var(--primary-color);
     color: white;
    padding: 0px 8px 0px 5px;
    font-size: 16px;
    line-height: 19px;
}
@media (max-width: 1440px){
    .breadcrumb-back{
        margin: 0 0 30px 0;
            background-size: auto;
            
            background-size: contain  !important;
    background-position: 0px 99px !important;
    }
    
    #menu #topCategoryList.box-menu ul {
    float: none;
    display: block;
    text-align: left;
    margin: 0;
    background: #000000a1;
}

.language-offcanvas .btn-link {
    color: #dfc1a7;
    font-size: 16px;
}
}
@media (max-width: 991px){
    .breadcrumb-back{
        margin: 0 0 20px 0;
        padding: 15px 0;
    }
    .breadcrumb{
        font-size: 14px;
    }
}

/*----------------------------------------------*/
/* column-left-right */
/*----------------------------------------------*/
#column-left > div,
#column-right > div {
    margin: 50px 0 0;
    box-shadow: none;
    border: none;
    width: auto;
    background: var(--secondary-color);
}
#column-left > div.swiper-viewport,
#column-right > div.swiper-viewport{
    border: none;
    padding: 0;
}
#column-left > div:first-child,
#column-right > div:first-child{
    margin-top: 0;
}
#column-left h3,
#column-right h3,
#column-left .box-content h3,
#column-right .box-content h3 {
    display: block;
    margin: -3px 0 0 0;
    padding: 0;
    font-size: 16px;
    text-align: left;
    text-transform: uppercase;
    position: relative;
    color: var(--primary-color);
    background: transparent;
    font-weight: 500;
    line-height: 20px;
    border: none;
}
a.list-group-item.active,
a.list-group-item.active:focus,
a.list-group-item.active:hover,
a.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus,
button.list-group-item:hover {
    color: var(--primary-color);
    text-decoration: none;
    background-color: transparent;
}
.filter_box,
#column-left .block_box,
#column-right .block_box,
.category-list #selectMe-desk,
.account-content .list-unstyled,
.sidebar .list-unstyled{
    margin: 25px 0 0 0;
}
#column-left .box .container,
#column-right .box .container{
    width: auto;
    padding: 0;
}
.category-list .list-group-item,
.sidebar li, .account-content .list-group a{
    border: none;
    border-radius: 0;
    margin: 0;
    background: transparent;
    padding: 8px 0;
    text-transform: none;
    color: var(--secondary-light-color);
    font-size: 14px;
}
.category-list .list-group-item {
    padding: 5px 20px 6px 0;
}
.category-list .child-categories .list-group-item {
    padding: 3px 20px 3px 0;
}
.category-list ul#selectMe-desk > li:first-child > a.list-group-item,
.account-content .list-group ul > li:first-child a,
.sidebar li:first-child {
    padding-top: 0;
    margin-top: -4px;
}
.sidebar li a{
    color: var(--secondary-light-color);
}
.category-list .has-more-category .toggled {
    position: absolute;
    right: 0;
    padding: 0 5px;
}
.child-categories { display: none; }
.main-item.active .toggled > .fa-plus:before,
.toggle-menu.active > .fa-plus:before {
    content: "\f068";
}

/*sidebar category*/
.box-category .list-unstyled.childs_1 {
    display: none;
}
.parent li .toggled span {
    color: var(--primary-color);
    font-size: 12px;
    position: absolute;
    right: 5px;
    padding: 0 5px;
}
.parent .active .open-menu::after {
    color: var(--primary-color);
    content: "\f068";
    font-family: "FontAwesome";
    font-size: 14px;
}
.parent .open-menu::after {
    color: var(--primary-color);
    content: "\f067";
    font-family: "FontAwesome";
    font-size: 14px;
}

/*REFINE SEARCH*/
.list-group-filter {
    margin-bottom: 27px;
}
.panel-default.filter {
    border: none;
}
.panel {
    border-radius: 0;
    box-shadow: none;
}
.filter_box .list-group a {
    color: var(--primary-color);
    text-transform: none;
    margin: -4px 0 13px;
    background: transparent;
    font-size: 16px;
    font-weight: 500;
}
.filter_box .checkbox,
.filter_box .checkbox .radio {
    margin: 10px 0;
    color: var(--secondary-light-color);
}
.filter_box .list-group-item {
    border: none;
    padding: 0px;
    background: transparent;
}
.filter_box .list-group-items + .list-group-items {
    margin: 28px 0 0;
}
.checkbox label, .radio label {
    text-transform: none;
}
#filter .panel-footer {
    text-align: left;
    padding: 0;
    background: transparent;
}

/*banner*/
#column-left .swiper-slide img,
#column-right .swiper-slide img{
    width: 100%;
}

/*INFORMATION*/
.sidebar li a:hover,
.account-content .list-group a:hover{
    color: var(--primary-color);
}
.account-content .list-group{
    margin: 0;
}

/*product*/
#column-left .product-layout:last-child .product-thumb,
#column-right .product-layout:last-child .product-thumb {
    margin: 0;
}
#column-left .product-layout,
#column-right .product-layout{
    width: 100%;
    padding: 0;
}
#column-left .product-thumb,
#column-right .product-thumb{
    padding: 0;
    border: none;
    box-shadow: none;
}
#column-left .product-thumb > .image,
#column-right .product-thumb > .image {
    float: left;
    width: 80px;
    margin-right: 15px;
    border: none;
}
#column-left .product-thumb > .thumb-description,
#column-right .product-thumb > .thumb-description {
    float: left;
    width: 62.4%;
    border: none;
    margin: 0;
}
#column-left .sale-text,
#column-right .sale-text,
#column-left .product-thumb .button-group,
#column-right .product-thumb .button-group,
#column-left .product-thumb .addcart,
#column-right .product-thumb .addcart,
#column-left .product-thumb .product-btn-quantity,
#column-right .product-thumb .product-btn-quantity{
    display: none;
}
#column-left .product-thumb .caption,
#column-right .product-thumb .caption {
    padding: 0;
    text-align: left;
}
#column-left .product-thumb .price,
#column-right .product-thumb .price{
    margin: 10px 0 0 0;
    display: block;
}
#column-left .product-thumb .rating,
#column-right .product-thumb .rating{
    float: unset;
    display: block;
    display555:none;
    margin: 8px 0 0 0;
}
@media (min-width: 1200px){
    #column-left,
    #column-right {
        width: 20%;
    }
    #content.col-sm-9 {
        width: 80%;
    }
}
@media (min-width: 1441px) and (max-width: 1800px){
    #column-left .product-thumb > .thumb-description,
    #column-right .product-thumb > .thumb-description {
        width: 68%;
    }
    #column-left .product-thumb > .image,
    #column-right .product-thumb > .image{
        width: 70px;
        margin-right: 10px;
    }
}
@media (min-width: 1200px) and (max-width: 1440px){
    #column-left .product-thumb > .thumb-description,
    #column-right .product-thumb > .thumb-description {
        width: 60.7%;
    }
    #column-left .product-thumb > .image,
    #column-right .product-thumb > .image{
        width: 70px;
        margin-right: 10px;
    }
}
@media (min-width: 992px) and (max-width: 1199px){
    #column-left .product-thumb > .image,
    #column-right .product-thumb > .image{
        width: 60px;
        margin-right: 5px;
    }
    #column-left .product-thumb > .thumb-description,
    #column-right .product-thumb > .thumb-description {
        width: 69.4%;
    }
    #column-left .product-thumb .price,
    #column-right .product-thumb .price{
        margin: 4px 0 0 0;
        font-size: 14px;
    }
    #column-left .product-thumb .rating,
    #column-right .product-thumb .rating{
        margin: 2px 0 0 0;
    }
}
@media only screen and (max-width: 1440px){
    .filter_box,
    #column-left .block_box,
    #column-right .block_box,
    .category-list #selectMe-desk,
    .account-content .list-unstyled,
    .sidebar .list-unstyled {
        margin: 15px 0 0 0;
    }
    #column-left > div,
    #column-right > div {
        margin: 30px 0 0;
    }
}
@media only screen and (max-width: 1199px){
    .filter_box,
    #column-left .block_box,
    #column-right .block_box,
    .category-list #selectMe-desk,
    .account-content .list-unstyled,
    .sidebar .list-unstyled{
        margin: 20px 0 0 0;
    }
    .list-group-filter {
        margin-bottom: 15px;
    }
}
@media only screen and (max-width: 991px){
    #column-left .product-thumb > .thumb-description,
    #column-right .product-thumb > .thumb-description{
        width: 67.2%;
    }
    .filter_box,
    #column-left .block_box,
    #column-right .block_box,
    .category-list #selectMe-desk,
    .account-content .list-unstyled,
    .sidebar .list-unstyled{
        margin: 15px 0 0 0;
    }
    .toggled .toggle-open {
        position: absolute;
        right: 0;
    }
    #selectMe-desk {
        display: none;
    }
    #column-left .swiper-viewport,
    #column-right .swiper-viewport {
        display: none;
    }
    #column-left > div:first-child,
    #column-right > div:first-child{
        margin: 20px 0 0;
    }
    #column-left > div,
    #column-right > div{
        margin: 15px 0 0;
    }
    #column-left h3,
    #column-right h3,
    #column-left .box-content h3,
    #column-right .box-content h3 {
        font-size: 14px;
    }
}

/*----------------------------------------------*/
/* category page */
/*----------------------------------------------*/
.cat-banner {
    border: none;
    padding:0;
    background: transparent;
    border-radius: 0;
    margin: 0 0 14px;
}
.cat-description p {
     margin: 0px 0 15px;
    color: var(--secondary-light-color);
    line-height: 19px;
    font-size: 15px;
}

.cat-description  {
margin-bottom: 30px;

}

.cat_info {
    margin: 0 0 30px;
    padding: 0 0 15px;
    border-bottom: 1px solid var(--border-color);
}
.refine-search {
    margin: 0 0 20px;
    display:none !important;
}
#content .refine-text {
    font-size: 13px;
    margin: 0 0 12px;
    font-weight: 400;
}
.cat-name {
    padding: 0;
    margin: 0;
    text-transform: none;
}
.cat-name li {
    display: inline-block;
}
.cat-name li a {
    border-radius: 0;
    background: transparent;
    color: var(--secondary-light-color);
    padding: 6px 20px;
    display: inline-block;
    margin: 0 6px 10px 0;
    border: 1px solid var(--border-color);
    
    background: #a5663f;
    color: #FFF;
    padding: 12px 20px;
    display: inline-block;
    margin: 0 6px 10px 0;
    border: 1px solid #f1efee;
    background: linear-gradient(95deg, #cca17b 15%, #d8b38e 45%, #ab8968 55%, #cf9e7e 100%) 95%/200% 100%;
    background: url(/image/catalog/profarbu/header_bg_black.png);
    
}
.cat-name li a:hover{
    color: var(--secondary-color);
    background: var(--primary-color);
    border-color: var(--primary-color);
    background: url(/image/catalog/profarbu/breadcrumb-pic.jpg);
    background-attachment: fixed;
    background-position: center bottom;
    color: #000;
}
#list-view.btn-default i,
#grid-view.btn-default i{
    font-size: 20px;
    display: block;
}
#list-view.btn-default,
#grid-view.btn-default {
    padding: 8px 0;
    border-radius: 5px;
    border: none;
    background: transparent;
    color: var(--secondary-light-color);
    box-shadow: none;
}
#grid-view.btn-default.active,
#list-view.btn-default.active,
#grid-view.btn-default:hover,
#list-view.btn-default:hover {
    background: transparent;
    color: var(--primary-color);
}
#grid-view.btn-default {
    margin: 0 20px 0 0;
}
#compare-total.btn.btn-link {
    text-decoration: none;
    outline: none;
    padding: 8px 0;
    border: none;
    text-transform: none;
    font-weight: 400;
    color: var(--primary-color);
}
.cat-pagination-right {
    text-align: right;
}
.cat-pagination-right > div {
    display: inline-block;
    vertical-align: top;
}
.cat-pagination-right .cat-show {
    padding-left: 20px;
}
.text-right.show-text {
    padding: 0px 5px;
}
.text-right.show-text,
.text-right.show-select{
    width: auto;
    float: left;
}
.text_limit,
.text_sort{
    margin: 8px 0;
}
.select-filter-sort,
.select-filter-show {
    position: relative;
}
.cat-pagination-right .form-control {
    padding: 4px 25px 4px 10px;
    margin: 0;
    height: 36px;
    border-radius: 0;
    background: transparent;
    border: 1px solid var(--border-color);
}
select.form-control,
.form-control {
    appearance: none;
    -o-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}
.form-control:focus{
    border-color: var(--border-color);
}
.select-filter-show::after,
.select-filter-sort::after {
    font-family: 'fontawesome';
    content: '\f0dd';
    font-size: 16px;
    position: absolute;
    right: 10px;
    top: 4px;
    pointer-events: none;
    color: var(--primary-color);
}
.product-grid .description,
.product-grid .pro_description {
    display: none;
}
.product-list .product-thumb,
.product-list .thumb-description{
    overflow: hidden;
}
.rating .fa-stack,
#tab-review .fa-stack{
    font-size: 8px;
}
.rating .fa-star-o,
#tab-review .fa-star-o{
    color: #c2c2c2;
}
.rating .fa-star,
.rating .fa-star + .fa-star-o,
#tab-review .fa-star + .fa-star-o,
#tab-review .fa-star{
    color: #ffb503;
}
@media (min-width: 681px) {
    .product-list .product-thumb .image {
        float: left;
        margin-right: 30px;
    }
}
@media (max-width: 1199px){
    .cat_info{
        padding: 0 0 10px;
    }
    .cat-pagination-right .cat-show {
        padding-left: 10px;
    }
}
@media (max-width: 991px){
    .product-list .product-thumb .btn-list{
        margin: 12px 0 10px;
    }
    .refine-search {
        margin: 0 0 10px;
    }
    .cat-name li a {
        font-size: 13px;
        padding: 3px 10px;
    }
    .cat_info {
        margin: 0 0 20px;
    }
    .cat-description p {
        margin: 0 0 15px
    }
    .product-list .product-thumb .image{
        margin-right: 20px;
    }
}
@media (max-width: 767px){
    .cat-pagination-right{
        text-align: left;
        margin: 5px 0 0;
        padding: 0 10px;
    }
}
@media (max-width: 680px) {
    .product-list .product-thumb .image{
        display: inline-block;
        margin: 0;
    }
    .com-total {
        padding: 0;
    }
}
@media (max-width: 480px){
    .cat-pagination-right > * {
        display: inline-block;
        vertical-align: top;
        width: 100%;
    }
    .cat-pagination-right .cat-show{
        padding: 5px 0 0 0;
    }
    .cat-pagination-right{
        display: block;
        text-align: left;
    }
    #compare-total.btn.btn-link{
        font-size: 13px;
    }
}

/*----------------------------------------------*/
/* pagination css */
/*----------------------------------------------*/
.pro_pagination {
    clear: both;
    padding: 0 0 30px;
    border-bottom: 1px solid var(--border-color);
}
.pro_pagination .text-left {
    margin: 10px 0;
    float: left;
}
.pagination {
    padding: 0;
    margin: 0;
    vertical-align: top;
}
.pro_pagination .pagination > li.active > span,
.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    color: var(--secondary-color);
    background: var(--primary-color);
    border-color: var(--primary-color);
    cursor: pointer;
    z-index: 2;
    border-radius: 0;
}
.pagination>li>a:last-child {
    border-radius: 0;
}
.pagination>li>a,
.pagination>li>span {
    color: var(--secondary-light-color);
    background-color: var(--secondary-color);
    float: left;
    margin-left: 5px;
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    padding: 0;
    position: relative;
    text-decoration: none;
    border: 1px solid var(--border-color);
    font-size: 14px;
}
@media (max-width: 1199px){
   .pro_pagination{
        padding: 0 0 10px;
    }
}
@media (max-width: 991px){
    .pro_pagination .text-left,
    .pro_pagination .text-right{
        width: 100%;
        float: unset;
        text-align: center;
        clear: both;
    }
    .pro_pagination .text-right {
        padding-top: 7px;
    }
    .pro_pagination .text-left{
        margin: 0;
    }
    .pagination>li>a,
    .pagination>li>span{
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
    .pagination>li>a,
    .pagination>li>span{
        width: 30px;
        height: 30px;
        line-height: 28px;
    }
}

/*----------------------------------------------*/
/* product page */
/*----------------------------------------------*/
.thumbnails {
    overflow: auto;
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0;
}
a.thumbnail {
    padding: 0;
    border: none;
    margin: 0;
}
.product-img .thumbnails {
    display: flex;
    align-items: center;
}
.pro-image img {
    width: 100%;
}
#product-page .product-additional {
    text-align: center;
    position: relative;
    max-width: 80px;
    width: auto;
    float: left;
}
#product-page .pro-image {
    margin: 0 0 0 30px;
    float: left;
}
#additional-carousel .image-additional {
    margin: 10px 0;
}
#quick-carousel.owl-carousel.owl-theme .owl-nav{
    position: unset;
    margin: 0;
}
.quickview-container .pro-image {
    margin-bottom: 20px;
}
#quick-carousel .image-additional a {
    margin: 0 10px;
    display: block;
}
#quick-carousel {
    max-width: 440px;
    margin: auto;
    padding: 0 20px;
}
#additional-carousel .owl-nav div,
#quick-carousel .owl-nav div {
    top: 0;
    bottom: 0;
    margin: auto;
    height: 30px;
    border: none;
    width: 30px;
    background: transparent;
    position: absolute;
    box-shadow: none;
}
#quick-carousel .owl-nav .owl-prev,
#additional-carousel .owl-nav .owl-prev{
    left: 0;
    right: auto;
}
#quick-carousel .owl-nav .owl-next,
#additional-carousel .owl-nav .owl-next{
    right: 0;
    left: auto;
}
#additional-carousel .owl-nav div::before,
#additional-carousel .owl-nav div::after,
#quick-carousel .owl-nav div::before,
#quick-carousel .owl-nav div::after{
    display: none;
}
#additional-carousel.owl-carousel.owl-theme .owl-nav .fa,
#quick-carousel.owl-carousel.owl-theme .owl-nav .fa{
    font-size: 22px;
    line-height: 30px;
}
.right_info h1, .quick-product-right h1 {
    font-size: 22px;
    line-height: 25px;
    text-transform: none;
    margin: 0 0 15px;
    font-weight: 700;
    color: #000;
}
.rating .product-rating {
    float: none;
    margin-right: 0px;
    margin-bottom: 10px;
}
.rating .write-review {
    padding: 0 0 0 15px;
    margin: 0 0 0 15px;
    position: relative;
}
.pro-deatil .rating .write-review:before {
    content: "";
    background: var(--border-color);
    height: 14px;
    width: 1px;
    position: absolute;
    left: 0;
    margin: auto;
    top: 0;
    bottom: 0;
}
.rating .fa-pencil {
    padding-right: 5px;
    color: var(--primary-color);
}
.right_info .disc {
    color: var(--primary-color);
    margin-right: 5px;
    line-height: 27px;
    min-width: auto;
    display: inline-block;
}
.right_info .disc1 {
    color: var(--secondary-light-color);
    margin-right: 10px;
}

.right_info  a.disc1 {
    color: var(--secondary-light-color);
   
    text-decoration: underline;
}

.right_info  a.disc1:hover {
    color: black;
   
    text-decoration: underline;
}


.pro_price {
    font-size: 24px;
    display: inline-block;
    font-weight: 500;
    color: #b98f67;
    
        border-radius: 30px;
    font-size: 24px;
    display: inline-block;
    font-weight: 800;
    background: #7d8160;
    color: white;
    padding: 10px 17px;
    margin-bottom: 10px;
    
}
.pro_oldprice {
    position: relative;
    color: #1b1a1a;
    margin-left: 10px;
    font-size: 16px;
}
.pro_oldprice::after {
    content: '';
    position: absolute;
    top: 50%; /* Линия проходит через середину текста */
    left: 0;
    right: 0;
    border-top: 1.5px solid #1b1a1a; /* Толщина и цвет линии */
    transform: translateY(-50%); /* Точная центровка */
    pointer-events: none; /* Линия не мешает кликам */
}
.right_info .tax {
    margin: 7px 0 5px;
    color: var(--secondary-light-color);
}
.product-options h3 {
    font-size: 18px;
    text-transform: none;
    font-weight: 500;
}
.right_info .control-label {
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    text-transform: none;
    margin-bottom: 0;
}
.right_info .checkbox,
.right_info .radio {
    margin-top: 0;
}
.product-options .alert {
    margin-top: 15px;
}
.product-btn-quantity .minus-plus{
    margin: 0 20px 0 0;
    display: inline-flex;
    border: 1px solid var(--border-color);
}
#product .minus-plus > * {
    text-align: center;
    border: none;
    background: transparent;
    padding: 0 5px;
    font-size: 13px;
    width: 37px;
    height: 38px;
}
.product-btn-quantity #input-quantity{
    width: 44px;
}
.right_info .control-label.qty {
    margin: 0 0 10px 0;
    display: block;
}
#button-cart,
#quick-cart{
    margin: 0 10px 0 0;
}
button.pro_wish,
button.pro_comper{
    height: 40px;
    width: 40px;
    line-height: 40px;
    margin: 0 5px 0 0;
    padding: 0;
    border: none;
    text-align: center;
    color: var(--secondary-light-color);
    background: var(--background-color);
    float: left;
}
button.pro_wish:hover,
button.pro_comper:hover{
    background: var(--primary-color);
    color: var(--secondary-color);
    
    background:#7d8160;
    color:#FFF;
}

#button-cart:hover {
color: #7d8160;
    border-color: #7d8160;
    background: transparent;
    }


#product .product-btn-quantity {
    float: left;    
}
.tab-content #tab-description {
    font-size: 14px;
    line-height: 19px;
    color: black;
}
#product-page #tab-description ul:last-child,
#product-page #tab-specification .table {
    margin: 0;
    border-color: var(--border-color);
}
.propage-tab h2 {
    font-size: 18px;
    margin: 25px 0 15px 0;
}
#form-review.form-horizontal .control-label {
    padding: 0;
}
.quickview-wrapper-inner.container {
    width: auto;
}
#button-upload222 {
    margin-left: 10px;
}
.related-products-block{
    clear: both;
    padding-top: 80px;
}
.propage-tab {
    margin-top: 80px;
}
#product-page .nav-tabs {
    display: flex;
    justify-content: center;
    border-bottom: 1px solid var(--border-color);
}
#product-page .tab-content{
    padding: 28px 0;
    color: var(--secondary-light-color);
    border-bottom: none;
}
#product-page .tab-content strong {
    font-weight: 500;
    text-transform: none;
}

@media (min-width: 768px) {
    .pro-deatil .product-img {
        position: sticky;
        top: 10px;
    }
}
@media (max-width: 1440px){
    .related-products-block{
        padding-top: 50px;
    }
    .propage-tab {
        margin-top: 50px;
    }
}
@media (max-width: 1199px){
    #additional-carousel {
        max-width: 410px;
    }
    .rating .product-rating {
        width: 100%;
        margin: 0 0 15px 0;
    }
    .propage-tab {
        margin-top: 40px;
    }
    .related-products-block{
        padding-top: 40px;
    }
    .right_info h1,
    .quick-product-right h1{
        margin: 0 0 8px;
        font-size: 18px;
    }
    .pro_price{
        font-size: 20px;
    }
    .related-products-block{
        padding-top: 40px;
    }
    .propage-tab {
        margin-top: 40px;
    }
}
@media (max-width: 991px){
    #additional-carousel {
        max-width: 290px;
    }
    .related-products-block{
        padding-top: 25px;
    }
    .propage-tab{
        margin-top: 20px;
    }
    #product-page .pro-image {
        margin: 0 0 0 15px;
    }
    #product .product-btn-quantity {
        float: unset;
        margin-bottom: 15px;
    }
    #product-page .tab-content {
        padding: 15px 0;
    }
    .related-products-block{
        padding-top: 30px;
    }
    .propage-tab {
        margin-top: 30px;
    }
}
@media (max-width: 767px){
    .product-img {
        width: 480px;
        width: 340px;
        margin: 0 auto;
    }
    
    .table.specinfo {
    width: auto;
    margin: 0 auto;
    margin-top: 30px;
}
.pro-deatil .product-options select {
    width: 219px;
    max-width: 100%;
    margin: 0 auto;
    margin-top: 8px;
}
    .right_info {
        margin-top: 20px;
        
    text-align: center;
}
    }
    .related-products-block{
        padding-top: 20px;
    }
    .propage-tab {
        margin-top: 20px;
    }
}
@media (max-width: 540px){
    .product-img {
        width: auto;
    }    
}
@media only screen and (max-width: 480px){   
    #product-page .nav-tabs li {
        margin: 0 8px;
    }
}

/*----------------------------------------------*/
/* Contact Us */
/*----------------------------------------------*/
.information-contact .contact-left .title i.fa {
    background: var(--background-color);
    font-size: 16px;
    height: 34px;
    line-height: 34px;
    margin: 0px 10px 10px 0;
    text-align: center;
    width: 34px;
}
.information-contact .contact-left .title{
    font-size: 16px;
    color: var(--primary-color);
}
.content-address{
    margin-bottom: 15px;
}
.contact-left .btn-info i {
    font-size: 16px;
}
.content-details {
    padding: 15px;
    border: 1px solid var(--border-color);
    color: var(--secondary-light-color);
    border-radius: 0;
}
.contact-left .content-details > div{
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid var(--border-color);
    
    padding-bottom: 7px;
    border:none;
    
    text-align: center;
}
.contact-left .content-details .comment-info{
    border: none;
    padding:0;
    margin: 0px;
}
#information-contact .panel-body .col-sm-3 {
    float: left;
    width: 100%;
    padding: 15px;
    line-height: 25px;
}
.contact-title {
    margin: 0 0 20px 0;
    font-size: 20px;
}
.location-info .btn-info {
    padding: 8px 20px;
}
@media(max-width: 991px){
    .contact-left{
        margin-bottom: 30px;
    }
}

/*----------------------------------------------*/
/* checkout-cart */
/*----------------------------------------------*/
#accordion .panel-heading h4.panel-title a i.fa-caret-down {
    float: right;
}
#accordion.panel-group .panel{
    border-radius: 4px;
}
#accordion.panel-group .panel+.panel {
    margin-top: 15px;
}
#accordion.panel-group .panel-default>.panel-heading{
    background: var(--background-color);
    padding: 10px 15px;
    color: var(--primary-color);
    border: none;
}
#accordion.panel-group .panel-default>.panel-heading .panel-title {
    line-height: 20px;
    text-transform: uppercase;
}
.checkout .input-group .form-control {
    z-index: 1;
    background: transparent;
}

/*----------------------------------------------*/
/* other page */
/*----------------------------------------------*/
#button-search {
    margin: 0 0 80px 0;
}
h3.search-criteria {
    font-size: 17px;
}
#product-search #input-search {
    margin-bottom: 10px;
}

/* manufacture page */
.manufacturer-list {
    margin-bottom: 20px;
    padding: 5px;
    border: 1px solid var(--border-color);
}
.manufacturer-heading {
    background: var(--background-color);
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 6px;
    padding: 5px 8px;
}
.manufacturer-content {
    padding: 8px;
}

/*account*/
#account-account .account-list-content {
    margin-bottom: 20px;
}
#account-account .account-list-content:last-child {
    margin-bottom: 0;
}
.well {
    padding: 19px;
    border-radius: 5px;
    border: 1px solid var(--border-color);
    background: transparent;
}
.well h2 {
    margin: 0px;
    padding-bottom: 10px;
    font-size: 18px;
    font-weight: 500;
}
.well strong {
    font-weight: 500;
}
.account-list-heading {
    font-size: 18px;
    margin: 0 0 10px;
}
.account-list-content li a {
    padding: 3px 0;
    display: inline-block;
}

/*sitemap*/
#information-sitemap #content .row li > a {
    padding: 5px 0;
    display: block;
}

/*compare*/
#product-compare .table {
    display: inherit;
    border-style: solid none none none;
    overflow: auto;
}
.product-compare .btn-primary {
    margin: 5px 0 5px;
}
#product-compare .table>tbody+tbody {
    border-top: 1px solid #ddd;
}

/*checkout*/
#checkout-cart .img-thumbnail {
    border: none;
    padding: 0;
}

/*about us*/
#information-information #content .about-us {
    padding: 20px 5px;
    background: var(--background-color);
}
.about-us img{
    width: 100%;
}
.about-us h3 {
    font-size: 20px;
    text-transform: uppercase;
    margin: 0;
    font-weight: 400;
}
.about-us h4 {
    font-size: 16px;
    color: var(--primary-hover-color);
    margin: 15px 0;
    font-weight: 400;
}
.about-us p{
    line-height: 26px;
    color: var(--secondary-light-color);
}
@media (max-width: 767px){
    .cms-block{
        margin-bottom: 15px;
    }
}

/*----------------------------------------------*/
/* common css */
/*----------------------------------------------*/
.mt-80{
    margin-top: 80px;
}
.mt-60{
    margin-top: 60px;
}
.mt-50{
    margin-top: 50px;
}
.mt-40{
    margin-top: 40px;
}
.mt-30{
    margin-top: 30px;
}
.mt-20{
    margin-top: 20px;
}
.img-thumbnail {
    border: none;
}
#content {
    min-height: 600px;
}
.common-home #content {
    min-height: unset;
}
#content > h3 {
    margin-top: 0;
    font-size: 18px;
}
.relative {
    position: relative;
}
.m-auto {
    margin: 0px auto;
}
.m-image-auto {
    width: auto !important;
}
ul.list-unstyled{
    margin: 0;
}
.owl-carousel {
    touch-action: manipulation;
}
.dropdown-menu {
    background: var(--secondary-color);
    z-index: 1001;
    margin: 0;
    border-radius: 0;
    border: none;
    box-shadow: 0 1px 5px rgba(0,0,0,0.11);
    -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.11);
    -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.11);
}
.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    background-color: transparent;
}
.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 10px 15px;
    vertical-align: middle;    
    border-color: var(--border-color);
}
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border-bottom-width: 1px;
}
.table>tbody>tr>td {
    border-top: none;
}
.form-group {
    margin-bottom: 20px;
}
.form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 15px;
    font-size: 15px;
    line-height: 20px;
    color: var(--secondary-light-color);
    background: var(--secondary-color);
    background-color: var(--secondary-color);
    background-image: none;
    border: 1px solid var(--border-color);
    box-shadow: none;
    border-radius: 0;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
    min-width: 60px;
}
@media (min-width: 1441px) {
    .container {
        width: 1420px;
    }
}
@media (min-width: 1200px) {
    .col-lg-2:nth-child(6n+1),
    .col-lg-3:nth-child(4n+1),
    .col-lg-4:nth-child(3n+1),
    .col-lg-6:nth-child(2n+1){
        clear: left;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .col-md-2:nth-child(6n+1),
    .col-md-3:nth-child(4n+1),
    .col-md-4:nth-child(3n+1),
    .col-md-6:nth-child(2n+1){
        clear: left;
    }
}
@media (min-width: 601px) and (max-width: 991px) {
    .col-sm-2:nth-child(6n+1),
    .col-sm-3:nth-child(4n+1),
    .col-sm-4:nth-child(3n+1),
    .col-sm-6:nth-child(2n+1) {
        clear:left;
    }
}
@media (max-width: 600px) and (min-width: 320px){
    .block_box :not(.owl-carousel) .col-xs-4,
    .product-layout.product-grid.col-xs-4{
        width: 50%;
    }
    .col-xs-2:nth-child(6n+1),
    .col-xs-3:nth-child(4n+1),
    .col-xs-4:nth-child(2n+1),
    .col-xs-6:nth-child(2n+1) {
        clear:left;
    }
}
@media screen and (max-width: 319px){
    .block_box :not(.owl-carousel) .col-xs-4,
    .product-layout.product-grid.col-xs-4{
        width: 100%;
    }
}
@media (max-width: 991px) and (min-width: 600px) {
    /* Mahardhi */
    #content, #column-left, #column-right {
        width: 100%;
    }
}
@media screen and (max-width: 767px){
    .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .table-responsive>.table-bordered>tfoot>tr>td:first-child,
    .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .table-responsive>.table-bordered>thead>tr>td:first-child,
    .table-responsive>.table-bordered>thead>tr>th:first-child {
        border-left: 1px solid #ddd;
    }
    .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .table-responsive>.table-bordered>tfoot>tr>td:last-child,
    .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .table-responsive>.table-bordered>thead>tr>td:last-child,
    .table-responsive>.table-bordered>thead>tr>th:last-child{
        border-left: 0;
    }
}
/* mahardhi */
@media (max-width: 1440px) {
    .mt-80{
        margin-top: 50px;
    }
    .mt-50{
        margin-top: 20px;
    }
}
@media (max-width: 1199px) {
    .mt-80{
        margin-top: 40px;
    }
    .mt-60{
        margin-top: 40px;
    }
    .mt-50{
        margin-top: 10px;
    }
    .mt-30 {
        margin-top: 10px;
    }
}
@media (max-width: 991px) {
    .mt-80{
        margin-top: 30px;
    }
    .mt-60{
        margin-top: 30px;
    }
    
    .mt-40{
        margin-top: 20px;
    }
    .mt-20{
        margin-top: 0;
    }
}
@media (max-width: 767px) {
    #column-left,
    #column-right {
        display: block !important;
    }
    .mt-80{
        margin-top: 20px;
    }
    .mt-60{
        margin-top: 20px;
    }
    .mt-50 {
        margin-top: 0;
    }
    .mt-30 {
        margin-top: 0;
    }
}






.service-box {    
margin-top: 117px;
    margin-bottom: 33px;
}



.language .code {
display:none !important;
}

.language .language-select img {
display:none !important;
}


.menulist.home {
display:none !important;
}

.qty, .product-btn-quantity {
display:none !important;
}

.alert-success555 {
    color: #000  !important;
    background-color: #f3eae4  !important;
    border-color: #dbd2cc  !important;
}

.alert-success555 a {
    color: black !important;
    font-weight: 500 !important;
    text-decoration: underline !important;
    padding: 0 4px !important;
}

.header-cart-toggle li .table.table-bordered tr:first-child {
display:none !important;
}

.webmaster a {
color: #744527;
    text-decoration: underline;
    color: #FFF;
    text-decoration: underline;
    font-size: 13px;
    }
   .webmaster a:hover { 
    color:#eddcc9 !important;
    }
    
    
    
    
  .quantity  .btn-primary {
    width: auto;
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    padding: 8px 10px;
    border: navajowhite;
    color: #979191;
    background: #22222214;
    border-radius: 0;
    font-weight: 400;
    cursor: pointer;
}


.quantity  .btn-danger {
    color: var(--secondary-color);
    background-color: #48545f;
    text-transform: uppercase;
    padding: 0px 8px;
    border: none;
    border-radius: 0;
}

#simplecheckout_cart .form-control {
    display: inline-block !important;
    min-width: 40px !important;
}

.simplecheckout-cart td.name {
    text-align: center;
    vertical-align: inherit;
}


.carousel.brand img {
filter: grayscale(1);
opacity: 0.5;
}

.carousel.brand img:hover {
filter: grayscale(0);
opacity: 1;
}

.footermenublock, .footercontactsblock {
text-align:center;
}

.onlymobile  {
    display:none !important;
}

.addcart.onlymobile {
    display:block !important;
}

.box-menu .onlymobile  {
display:block !important;
}

.content-number {
color: #924c28;
    font-size: 18px;
    font-weight: 600;
    }
    
    
    
   .pro-deatil .product-options h3 {
   display:none !important;
   }
   
   .pro-deatil .product-options h3.vp_title {
    display: block !important;
}
   
   
   .pro-deatil .product-options select {
   width:230px;
   max-width:100%;
   text-align: center;
       margin: 0 auto;
       border: 1px solid #b98f67;
   }
   
   .specinfo {
   margin:0 auto;
   margin-top:20px;
   
   }
   
   .table.specinfo {
    width: auto;
    max-width:100%;
    }
    
    .table.specinfo>tbody>tr>td:first-child {
    
    color: #997d5e !important;
}

.ocf-noUi-connect:before, .ocf-noUi-handle {
    background-color: #c5a47e !important;
}

.knopka-price {
text-align:center;
}

.knopka-price a {
border-radius: 0;
    background: transparent;
    color: var(--secondary-light-color);
    padding: 6px 20px;
    display: inline-block;
    margin: 0 6px 10px 0;
    border: 1px solid var(--border-color);
    background: #a5663f;
    color: #FFF;
    padding: 12px 20px;
    display: inline-block;
    margin: 0 6px 10px 0;
    border: 1px solid #f1efee;
    background: linear-gradient(95deg, #cca17b 15%, #d8b38e 45%, #ab8968 55%, #cf9e7e 100%) 95%/200% 100%;
    background: url(/image/catalog/profarbu/header_bg_black.png);
    }
    
    
    .knopka-price a:hover {
    background: black;
     background: transparent;
    border: 1px solid black;
    color: black;
    }
    
    .knopka-price a i {
    margin-right: 9px;
    font-size: 16px;
    }
    
    .ocf-popover-content button {
    font-family: 'Montserrat', sans-serif !important;
    }


.product-category-20 .cat-name li {
display: inline-block;
width: 178px;
max-width: 100%;
text-align: center;
}


.category-list .list-group-item, .sidebar li, .account-content .list-group a {
border: none;
border-radius: 0;
margin: 0;
background: transparent;
padding: 8px 0;
text-transform: none;
color: var(--secondary-light-color);
font-size: 13px;
}

.page-title h3 {
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 24px;
    text-transform: none;
    position: relative;
    font-weight: 500;
    color: var(--primary-color);
    text-align: left;
}

.promo-text-box.opis-home {
margin: 20px 47px;
font-size: 14px;
    line-height: 16px;
text-align: center;
}


.cat-show {
display:none !important;
}




@media (max-width: 1024px) {
.page-title h3 {
    font-size: 15px;
    line-height: 19px;
    }
    .product-thumb .button-group button {
       font-size: 14px !important;
    height: 30px !important;
        width: 44px !important;
    }
    .promo-text-box.opis-home {
margin: 13px 22px;
    font-size: 12px;
    line-height: 19px;
}
    
}

@media (max-width: 767px) {
.ocf-btn-mobile-fixed .ocf-btn {
    background-color: #000 !important;
    color: #fff;
    display: flex;
    align-items: center;
}
.page-title h3 {
     font-size: 19px;
    line-height: 22px;
    }


}


#common-success  {
text-align: center;
}
#common-success  .page_title {
    font-size: 26px;
    line-height: 32px !important;
    text-transform: uppercase;
    margin: 0 0 15px;
    display: block;
    vertical-align: top;
    font-weight: 500;
    color: var(--primary-color);
    line-height: 20px;
    display555: none;
}

#common-success #content p a {
color: black;
    text-decoration: underline;
    
}



#common-success #content a {
color: white;
    text-decoration: underline;
    margin: 0 auto;
}
#common-success #content a:hover {
color: black;
    text-decoration: underline;
    margin: 0 auto;
}



#common-success .pull-right {
    float: unset!important;
    margin-top: 30px;
}

#common-success #content {
    min-height: 200px;
}


.header-menu   {
    margin-top:9px;
    padding-inline-start: 0px;
    margin-left: 20px;
    }

.header-menu  li {
float:left;
list-style-type: none;
margin-right: 20px;
}

.header-menu  li a {
color:#FFF;
}

.header-menu  li a:hover {
color:#a3b8c9;
    text-decoration: underline;
}


.top-left > div + div::before {
    content: "";
    background: var(--border-color);
    height: 20px;
    width: 1px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    display:none;
}

.top-left > div + div {
    padding: 0 0 0 6px;
    margin: 0 0 0 0px;
    display555: none;
}

#top {
    background: #101010;
   
    background555: url(/image/catalog/woodwedge/breadcrumb-pic.jpg);
    z-index: 998;
    
        background-attachment555: fixed;
    background-position555: center center;
    
    
    
    
 
    
}

.search-down {
 
    z-index: 998;
    }

#myVideo {
position: relative;

position: absolute;
top: 49px;
top: 49px;
    right: 0;
    bottom: 0;
    width: 100%;
    opacity:13%;
    z-index:996;
    display:none;
    }
    
    header {
    position: relative;
    z-index: 997;
    
}



#mahardhiSearch, #search {
    display: flex;
    position: relative;
    margin: 0 auto;
    background: var(--secondary-color);
    z-index: 999 !important;
}


.common-home #myVideo {
opacity:21%;
    z-index:996;
    display:block;
      display:none;
    }
    
    .information-contact #myVideo {
opacity:5%;
    z-index:995;
    display:block;
     max-height:500px;
         display:none;
    }
    
     .information-information-6 #myVideo {
opacity:10%;
    z-index:995;
    display:block;
   
    }



.top-center div::before {
   content: '';
    width: 100px;
    height: 60px;
    background-image: url(/image/ua.png);
    background-size: 100px 60px;
    float: right;
    /* margin-top: -37px; */
    margin-right: -8px;
    /* margin-right: 115px; */
      /* margin-right: 95px; */
    /* margin-bottom: -150px; */
    margin-top: -22px;
}


#product-page .product-additional555555 {
    text-align: center;
    position: relative;
    max-width: 80px;
    width: 100%;
    display: none;
    float: left;
}
#product-page .pro-image {
    margin: 0px 20px 10px 20px;
    float: left;
    width: 100%;
}


.theme-button input + span {
    padding: 4px 8px !important;
    color: #000 !important;
    background-color: #e7e7e7;
    background-image: linear-gradient(to bottom, #eeeeee, #dddddd) !important;
    background-repeat: repeat-x;
    border: 1px solid #ccc;
    border-radius: 2px;
    display: inline-block;
    min-width: 24px;
    text-align: center;
    cursor: pointer !important;
}

.theme-button input:checked + span {
    color: #fff !important;
    background-color: #e7d058;
    background-image: linear-gradient(to bottom, #2d3132, #e5cf5c) !important;
    background-repeat: repeat-x;
    border: 1px solid #cebb56 !important;
}


.options-category label.control-label {
display:none;
}
.options-category  {
    margin-top: 0px;
    display: block;
    }
    
  #product-page .product-options img {
  width:200px;
  }
  
  
 .banners .promo-text-box { 
      display: block;
    background: #ffffff78;
    width: fit-content;
    margin: 0 auto;
    padding: 37px;
    }
    
    
    
    
     .product-layout.product-grid .options-category select {
    
        text-align: center;
        }
    
    .product-layout.product-list .options-category select {
    width: 200px;
    max-width: 100%;
    }
    
    
    
    
    
    
    
    
    
    
    
     .product-layout.product-list .product-thumb .caption {
    padding: 8px 0 0;
    text-align: center;
}

 .product-layout.product-list .caption .options-category .form-group {
    margin: 0 auto;
    text-align: center;
    display: inline-block;
    }
    
    .product-layout.product-list  .product-thumb .price {
    display: block;
    text-align: center;
    margin-top: 12px;
    
        display: inline-block;
    text-align: center;
    margin-top: 12px;
    width: auto;
}

.product-layout.product-list .product-thumb .thumb-description .addcart {
    display: block;
    margin: 22px 0 0 0;
    position: relative;
    left: 0;
    top: 0px;
    bottom: 0;
    opacity: 1;
    text-align: center;
    margin: 0 auto;
    margin-top: 20px;
}

.product-desc-pdf-file {
text-align:center;
margin-top:50px;
margin-bottom:40px;
}

.product-desc-pdf-file a {
    padding: 13px 20px;
    background555: url(/image/catalog/profarbu/breadcrumb-pic.jpg);
    background-attachment: scroll;
    background-position: center;
    background-color: rgb(242, 240, 234);
    border: 1px solid #cec6c6;
    color: black;
    font-weight: 700;
}

.product-desc-pdf-file a:hover {
background: black;
 color: white;
 border: 1px solid black;

}

.ocf-container.ocf-theme-light.ocf-mobile-left.ocf-mobile-active {
width: 200px !important;
}

.ocf-container.ocf-theme-light.ocf-mobile-left.ocf-mobile-active .ocf-filter-name{
    font-size: 12px;
    }
    
 .ocf-container.ocf-theme-light.ocf-mobile-left.ocf-mobile-active   .ocf-value-name {
    margin-right: 5px;
    word-break: break-word;
    text-align: left;
    font-size: 11px;
    line-height: 13px;
}
    
    
    .simplecheckout-cart th {
    padding: 8px;
    border-bottom: 1px solid #131212;
    background-color: #F8F8F8;
    background: url(/image/catalog/woodwedge/bg-table-chekout.jpg);
    color: #363434 !important;
    font-weight: bold;
}

.simple-content .checkout-heading {
    background-color: #f5f5f5;
    border-color: #383636;
    background555: url(/image/catalog/woodwedge/bg-table-chekout.jpg);
    color555: #FFF !important;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding: 10px 15px;
    text-align: center;
    font-weight: 600;
}

.simplecheckout .simplecheckout-button-right {
    float: none;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 50px;
}
    
    
 .simplecheckout .simplecheckout-button-right   .btn-primary {
    width: auto;
    display: inline-block;
    font-size: 13px;
        font-size: 20px;
            font-size: 20px;
                padding: 15px 30px !important;
    }
    
    
    
    #product-page .thumbnails li.image-additional {
    display:none !important;
    }
    
    #topCategoryList.box-menu {
    background-color: #e7e9e9;
    background555: url(/image/catalog/profarbu/slider/slide-pic1.jpg);
    background-position: center;
    
    background: url(/image/catalog/woodwedge/bg-offcanvas.jpg);
    background-attachment: fixed;
    background-position: center center;
    background-color: #000;
    background-size: cover;
    background-position: 45% 1%;
    }
    
    
    
    .button-group .compare, .btn-group .pro_comper, #compare-total {
    display:none !important;
    }
    
    .manufacturer-content {
        text-align: center;
    }
    
    .manufacturer-content img {
        margin: 0 auto;
    }
    
    .manufacturer-list {
    margin-bottom: 20px;
    padding: 5px;
    border: none !important;
}

#product-manufacturer .swiper-viewport {
   
    box-shadow: unset  !important;
    }
    
    #product-manufacturer #content {
    min-height: 200px;
}
    
  #product-manufacturer  .page_title, #product-manufacturer .manufacturer-list {
  display:none !important;
  }
    
   
   .swiper-viewport.newkarusel  {
    margin: 0 0 60px;
    background: #fff;
    z-index: 1;
    border: 4px solid #fff;
    border-radius: 4px;
    box-shadow: 0 1px 4px rgba(0,0,0,.2);
    box-shadow: none;
    max-width: 100%;
    margin: 0 auto !important;
    width: 1200px !important;
    position: relative;
    overflow: visible;
    margin-top: 70px !important;
} 

.newkaruseltitle {
text-align:center;
display:none;
margin-bottom:30px;
}

.newkarusel .product-thumb h4 {
        -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    padding: 3px 10px;
   margin-bottom:10px !important;
    text-decoration: none;
    line-height: 17px;
    font-weight: 400;
    margin: 0;
    clear: both;
    /* overflow: hidden; */
    text-overflow: ellipsis;
    width: 100%;
}


.newkarusel .product-thumb .button-group button:hover {
    background: transparent;
    color: #b98f67;
}


.newkaruselwishlist .fa, .newkaruseladdtocart .fa {
    font-size: 18px !important;
    
}


#content-blogs .article-container .leave-hedding, #content-blogs .article-container .post-comment {
display:none  !important;
}

#content-blogs .article-container .caption-blog {
    padding: 22px 0 22px 0;
}
  .quickview-button  {
      display: none !important;
  }
  
  
  
  .product-desc-pdf-file-readmore {
  color: #337ab7 !important;
  }
  
  .product-desc-pdf-file-readmore:hover {
  color: #000 !important;
  }
  
  .newkaruseladdtocart  {
      display: none !important;
  }
    
   .options-category .form-group .form-control option {
    text-align : center !important;margin:0 auto;
    
}

.options-category .form-group select.form-control  {
    text-align : center !important;
    text-align-last:center  !important;
}

#information-contact .store-img {
display:none !important;
}

.footer_aboutus img {
width: 270px;
max-width:100%;
 /*filter: brightness(0) invert(1);
 opacity: 0.7; Serg 29/05/2025 */
}

.brandlistmenu a#more_cat {
    display:none !important;
}

.brandlistmenu img {
    width:160px;
    
    width: auto;
    max-width: 100%;
    height: 110px;
    margin-bottom: 7px;
}

.brandlistmenu li:last-child a {
    border:none !important;
}




   .simplecheckout-cart .image img {
       max-width: 90px;
   }

  
  .simplecheckout-cart td.model, .simplecheckout-cart th.model {
    display: none !important;
}

table.simplecheckout-cart td.price, table.simplecheckout-cart td.quantity, table.simplecheckout-cart td.total {
vertical-align: inherit;
}

.zoomWindow {
cursor: zoom-in !important;
}


.wishlist-total {
    font-size: 0;
    padding: 3px;
    line-height: 1;
    border-radius: 50%;
    background: var(--primary-hover-color);
    position: absolute;
    /* right: 0; */
    top: 12px;
    font-size: 9px;
    padding: 4px 6px;
    line-height: 1;
    border-radius: 50%;
    background: red;
     background:#b98f67;
    position: absolute;
    /* right: 0; */
    /* left: 4px; */
    top: 9px;
    color: white;
}


.search-icon.icon-heart {
margin-left: -12px;
font-weight: 600;
}

.search-icon.icon-search {
margin-right: 10px;
}

.contact i {
    font-size: 22px;
    padding: 0 7px 0 0;
    color: white;
}


.contact a span span:first-child {
    font-size: 11px;
    color: white;
    display: none;
}


.contact a span span:last-child {
    
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
   
}

.onlymobilemenu {
display555:none;
}
.menu-zrazki {
text-transform555: uppercase; 
}



.noty_type__success img {
display:none;
}


   .noty_type__success a {
color: #b98f67;
    text-decoration: underline;
}

.noty_type__success {
padding-top:15px;
}

.noty_type__success a:first-child {
display:none;
}


.rm-account-wishlist span.fa.fa-times {
float:right;
}

.rm-account-wishlist-item-img {
text-align: center;
}
.rm-account-wishlist-item-img img  {
margin: 0 auto;
width:300px;
max-width:100%;
}

.rm-account-wishlist .rm-module-price {
font-size: 16px;
    margin: 15px 0 0 0;
    font-weight: 500;
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    margin: 10px 0 30px 0;
    font-weight: 600;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    text-align: center;
    color: #b98f67;
    }
    
    
    
    .rm-account-wishlist-item {
    border555: 1px solid #dbd9d9;
    padding: 20px 20px 40px 20px;
    margin-bottom: 20px;
    text-align: center;
    }
    
    
    
    .rm-content-title {
        margin: 0;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    padding: 3px 0;
    text-decoration: none;
    line-height: 19px;
    font-weight: 400;
    margin: 0;
    clear: both;
    /* overflow: hidden; */
    text-overflow: ellipsis;
    width: 100%;
    min-height: 60px;
    }
    
    
    
    .rm-account-wishlist-item .addcart {
    background: transparent;
    border: 1px solid #b98f67;
    font-size: 14px;
    color: var(--primary-color);
    padding: 0;
    background: #b98f67;
    
    background: #b98f67;
    font-size: 13px;
    font-weight: 600;
    color: white;
    padding: 7px 14px;
    text-transform: uppercase;
   margin: 0 auto;
    opacity:1 ;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.rm-account-wishlist-item .addcart:hover {
    color: #7d8160;
    border: 1px solid #7d8160;
    background: white;
}
 
 
 
 .header-cart-toggle .options {
 font-size: 12px;
    line-height: 13px;
 }
 
 
 .ocf-btn-link {
    font-weight: normal;
    color: #c5a47e !important;
    border-radius: 0;
}
 

    
    

    
    
       @media (max-width: 1280px) {
     .top-center div::before {
   content: '';
    width: 100px;
    height: 60px;
    background-image: url(/image/ua.png);
    background-size: 100px 60px;
    float: right;
    margin-top: -37px;
    margin-right: 12px;
    margin-bottom: -150px;
}

#myVideo {
position: relative;

position: absolute;
top: 49px;
top: 40px;
    right: 0;
    bottom: 0;
    width: 100%;
    opacity:13%;
    z-index:996;
    display:none;
    }
    
    header {
    position: relative;
    z-index: 997;
    
}


.common-home #menu .btn-navbar span {

background: white;

}

.common-home #menu .btn-navbar span:before,
    .common-home #menu .btn-navbar span:after {
        background: white;
    }
     
     }
    
    
    
    
    @media (max-width: 767px) {
   
   
   
.onlymobilemenu {
display:block;
}

.brandlistmenu img {
display:none;
}
   
    
    
    .wishlist-total {
    
    top: 5px;
    
}

.product-layout.product-list  .product-thumb .description {
    margin: 93px 6px 6px;
    position: absolute;
}
    
    
    
    .product-layout.product-list .product-thumb .price {
    margin-bottom: 20px;
    margin: 12px 0 15px 50px;
    }
    
    
    
    
    .product-layout.product-list .product-thumb .thumb-description .addcart {
    display: block;
    margin: 22px 0 0 0;
    position: unset;
    float: unset;
    margin: 0 auto !important;
    margin-top: 10px !important;
    
    
    
    
    
    display: block;
    margin: 22px 0 0 0;
    position: unset;
    float: unset;
       margin: 0 auto !important;
    margin-top: 11px !important;
    margin-bottom: 10px !important;
    }
    
    
    
    
    
    .breadcrumb-back {
    background555: var(--background-color);
   
    background555: url(/image/catalog/profarbu/breadcrumb-pic.jpg);
    background-attachment: fixed;
    background-position: center bottom;
    background-color: #e8e8e8;
    
    margin-top: 91px;
    display: inline-block;
    width: 100%;
    }
     
 .banners .promo-text-box { 
      display: block;
    background: #ffffff78;
    width: fit-content;
    margin: 0 auto;
    padding: 10px;
    }
   .banners .promo-text-box.opis-home {   
        margin-top: 30px;
    padding: 10px;
    line-height: 16px;
    }
    
    
    #logo5555 {
    vertical-align: top;
    display: inline-block;
    margin-left: 27px;
}

#menu555 {
    border: none;
    border-radius: 0;
    text-transform: uppercase;
    min-height: unset;
    vertical-align: top;
    margin: 0;
    position: absolute !important;
    left: -183% !important;
}

.ocf-btn-mobile-static {
   text-align: left !important;
    left: 20px !important;
   margin-left: -2px;
    margin-bottom: 15px;
    border-bottom: none!important;
    padding-bottom: 1px;
    margin-bottom: -30px!important;
}

.product-thumb .product-title {
         -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    padding: 3px 0;
    text-decoration: none;
    line-height: 17px;
    min-height: 60px;
    font-weight: 400;
    margin: 0;
    clear: both;
    /* overflow: hidden; */
    text-overflow: ellipsis;
    width: 100%;
  
  
  
    }
    
    
    
    .product-layout.product-list .product-thumb .product-title {
         -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
    padding: 3px 0;
    text-decoration: none;
    line-height: 22px;
    min-height: 20px;
    font-weight: 400;
    margin: 0;
    clear: both;
    /* overflow: hidden; */
    text-overflow: ellipsis;
    width: 100%;
  
  
  }
    
    
    
    
    
     .product-thumb .thumb-description .addcart { 
    display: block;
    position: relative;
   bottom: 27px !important;
    text-align: center;
    left: unset;
    margin: 0 auto;
    right:10px;
    bottom: 8px;    
    float: right;
    border-radius: 50%;
    background: transparent !important;
    border: 1px solid #b98f67;
    color: #b98f67 !important;
    padding: 8px 13px;
}

  .product-thumb .thumb-description .addcart:hover { 
    display: block;
    position: relative;
  
    text-align: center;
    left: unset;
    margin: 0 auto;
    
    bottom: 8px;    
    float: right;
    border-radius: 50%;
    background: black !important;
    border: 1px solid black;
    color: #FFF !important;
    padding: 8px 13px;
}

.product-thumb .addcart:after {
background:transparent !important;
}



.product-list .product-thumb .image .addcart {
display:none !important;
}

.top-inner .top-center {
padding: 13px;
}
    
    .product-list .product-thumb {
    text-align:center;
    }
    
    .product-list .product-thumb .image {
    display: inline-block;
    margin: 0 auto;
}
    
 
  .swiper-viewport.newkarusel  {
  margin-top: 30px !important;
    box-shadow: none;
    }
 
 .product-layout.product-grid {
 border-right: 1px solid var(--border-color);
border-bottom: 1px solid var(--border-color);
border-left: 1px solid var(--border-color);
    padding-left: 10px;
    padding-right: 10px;
}

.pro_pagination {
padding-top: 40px;
}

.brandlistmenu a#more_cat {
    display:none !important;
}

.brandlistmenu img {
    width:150px;
}

.brandlistmenu li a {
    border:none !important;
}
.brandlistmenu li  .toggle-menu {
    display:none !important;
}


.top-center div::before {
   content: '';
    width: 100px;
    height: 60px;
    background-image: url(/image/ua.png);
    background-size: 100px 60px;
    float: right;
    margin-top: -37px;
    margin-right: -70px;
    margin-bottom: -150px;
}
 
 
 
 .onlymobile {
    display: block !important;
}
 
 table.simplecheckout-cart {
display:none !important;
}


.cart-mobile-image-block {
      border-right: 1px solid #DDDDDD;
    border-top: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    padding: 20px 10px 0px 10px;
    display: flow-root !important
  }
  
  .cart-mobile-delete {
  text-align: right;
  margin-bottom:-20px;
  }
  
  .cart-mobile-delete .btn-danger {
    color: black;
    background-color: transparent;
    text-transform: uppercase;
    padding: 2px 7px;
    border: none;
    border-radius: 0;
}
  
  
  
  .cart-mobile-image {
  min-width: 60px;
  width: 24%;
    float: left;
    padding: 26px 0px 40px 0px;
    min-height: 200px;
        text-align: center;
  }
  
   .cart-mobile-image img {
       max-width: 55px;
   }
  
  
  .cart-mobile-name {
  width: 68%;
    float: left;
  }
  
  .cart-mobile-name a {
  font-size: 14px;
    line-height: 16px;
    }
  
  
  
  .cart-mobile-name .options {
  padding: 15px 0px;
  }
  
  .cart-mobile-name  {
  line-height: 16px;
  }
  
  
  .cart-mobile-price {
  width: 68%;
    float: left;
    padding-bottom: 15px;
  
  }
  
  .cart-mobile-price .price-block  {
   font-weight: 600;
   font-size: 13px;
  }
  
  .cart-mobile-price .price-block span {
  font-size: 12px;
  font-weight: 400;
  padding-right:15px;
  }
  
  
  .cart-mobile-quantity {
  width: 68%;
    float: left !important;
  
  }
  
  .cart-mobile-quantity .form-control {
  width: 36px !important;
    float: left;
    padding: 1px 15px !important;
    height: 34px;
    border: none;
  }
  
  .cart-mobile-quantity .input-group-btn {
    width: auto;
    float: left;
   
    }
    
    .cart-mobile-quantity .input-group-btn>.btn {
    position: relative;
    background: transparent !important;
}
  
  
  
  .cart-mobile-total {
  width: 100%;
  text-align: right;
  border-right: 1px solid #DDDDDD;
    border-top: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    font-weight: 600;
    padding: 10px;
    display: none;
  }
  
  #total_sub_total {
  display:none !important;
  }
  
  #total_shipping {
  border-top: 1px solid #DDDDDD;
  }
  
  
  #cart-total {
    
    right: -4px;
  top: 5px;
  }
  
  
  header {
    position: fixed;
    z-index: 997;
    width: 100%;
    background-color: white;
    top: 38px;
}

#top {
    background: #101010;
    background555: url(/image/catalog/profarbu/header_bg_black.png);
    z-index: 998;
    position: fixed;
    width: 100%;
}
  
  
  
  
  
    
    }
    
    
    
     @media (max-width: 1024px) {
     
     .breadcrumb-back .container {
     background: #0006;
    padding: 3px 16px;
    margin-bottom: -2px;
     }
     
     .header-menu li a {
   
    font-size: 13px;
}

.top-left > div .dropdown-toggle {
    
    font-size: 13px;
    }
     
     
     .breadcrumb-back .container ul.breadcrumb {
     margin-bottom: 5px;
     margin-top: 11px;
     }    
     
     
     
      .product-thumb .thumb-description .addcart { 
    display: block;
    position: relative;
   bottom: 27px !important;
    text-align: center;
    left: unset;
    margin: 0 auto;
    right:3px;
    top: 4px;
    bottom: 8px;  
    
        
    
      
    float: right;
    border-radius: 50%;
    background: transparent !important;
    border: 1px solid #b98f67;
    color: #b98f67 !important;
    padding: 8px 13px;
}

 .owl-stage-outer .product-thumb .thumb-description .addcart { 
right: 8px;
    top: 8px;
    }


  .product-thumb .thumb-description .addcart:hover { 
    display: block;
    position: relative;
  
    text-align: center;
    left: unset;
    margin: 0 auto;
    
    bottom: 8px;    
    float: right;
    border-radius: 50%;
    background: #b98f67 !important;
    border: 1px solid #b98f67;
    color: #FFF !important;
    padding: 8px 13px;
}

.product-thumb .addcart:after {
background:transparent !important;
}

#cart-total {

    top: 4px;
   
}

.top-center div::before {
    content: '';
    width: 100px;
    height: 60px;
    background-image: url(/image/ua.png);
    background-size: 100px 60px;
    float: right;
    margin-top: -30px;
    margin-right: -30px;
    margin-bottom: -150px;
}
     
     
     }
     
     
     
   .big-logo-rolgroup {
  display:none;
  }    
     
     
  .common-home .big-logo-rolgroup {
  display:block;
  display:none!important;
  }   
  
  .common-home #logo a .img-responsive  {
  display:none!important;
  }  
  
  .header-fixed  #logo a .img-responsive  {
  display:block !important;
      max-height: 60px;
  }  
  
  .header-fixed .big-logo-rolgroup {
 display:none !important;
  }   
     
     
  .common-home  #menu .nav > li > a {
   
    font-size: 16px;
    font-weight: 600;
  
    /*color: white; Serg 30/05/2025*/
    color: var(--primary-color);
} 

.common-home #menu .nav > li > a:after {
    content: "";
    background: white;
    }


.common-home .header-fixed  #menu .nav > li > a {
    
    font-size: 15px;
   
       color: var(--primary-color);
} 

.common-home .header-fixed #menu .nav > li > a:after {
    content: "";
    background: var(--primary-color);
    }
     
     
     
   .common-home .btn_search .search-btn, .common-home .btn_heart .heart-btn, .common-home #header_ac .icon-user, .common-home .header_cart #cart > .btn {
       /*color: white; Serg 29/05/2025 */
    color: var(--primary-color);
   }
   
    .common-home .header-fixed .btn_search .search-btn, .common-home .header-fixed .btn_heart .heart-btn, .common-home .header-fixed #header_ac .icon-user, .common-home .header-fixed .header_cart #cart > .btn {
       color: black;
   }
   
   
  .pro-deatil .right_info {
       text-align: center;
       }
   
   .ocf-value-name {
   
    text-transform: lowercase !important;
}
   
 .service-item {
  
    text-align: center;
    
    
    
}  

 .service-item.homepage-category-block {
border: 1px solid #e5e4e4;
    border-radius: 20px;
    padding: 20px 20px;
    margin-bottom: 30px;
    }
    
    .service-item.homepage-category-block:hover {
border: 1px solid #c4a47e;
  
    }
    .service-item.homepage-category-block:hover h4 a{
    
    text-decoration: underline;
   
    color: #c4a47e;
    }
    


.howto-title {
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 60px;
    margin-top: 40px;
}

#common-home .howto-title {
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    line-height: 35px;
    margin-bottom: 60px;
    margin-top: 80px;
        text-transform: uppercase;
}

#common-home .howto-title2 {
    text-align: center;
    font-size: 19px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 110px;
    margin-top: 80px;
    text-transform: none;
    padding: 0 10%;
}

 /* Serg  29/05/2025 */
@media (min-width: 992px) {
    #common-home {
	margin-top: 150px !important;
    }
}
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   .category-block-info-sale {
   display: inline-block;
    padding: 10px 20px;
    color: white !important;
    font-size: 19px;
    background: #7d8160;
    border-radius: 30px;
    margin-top: 20px;
    }
   
   
   
   
   
   
   .category-block-info {
   width:60%;
   display: inline-block;
   text-align: center;
   vertical-align: top;
   }
   
   .category-block-info .page_title {
        margin-top: 60px;
    font-weight: 800;
}
   
    .category-block-info2 {
    width:99%;
    text-align:center;
    margin-bottom:50px;
   }
   
    .category-block-info2 .page_title {
        margin-top: 20px;
    font-weight: 800;
}

   .category-block-ar {
   width:39%;
   display: inline-block;
   padding:20px;
   text-align:center;
   vertical-align: middle;
   }
   
   .category-block-ar-pic img {
   float: right;
    width: 290px;
    max-width: 100%;
    border-radius: 20px;
    }
    
    .category-block-ar-text {
        padding-top: 15px;
    display: inline-block;
    }
   
   
   .category-block-ar-text a {
       color: black;
    text-decoration: underline;
    font-size: 16px;
    }
    
    .category-block-ar-text a:hover {
       color: #8d7d6b;
    text-decoration: underline;
   
    }
    
    
     .product-block-info {
   width:60%;
   display: inline-block;
   float:left;
   padding-top:20px;
   }
   .product-block-ar {
   width:39%;
   display: inline-block;
   padding:20px;
   text-align:center;
   }
   
   .product-block-ar-pic img {
   float: none;
    width: 320px;
    height: auto;
    max-width: 100%;
    border-radius: 100px;
    }
    
    .product-block-ar-text {
        padding-top: 15px;
    display: inline-block;
    }
   
   
   .product-block-ar-text a {
       color: black;
    text-decoration: underline;
    font-size: 16px;
    }
    
    .product-block-ar-text a:hover {
       color: #8d7d6b;
    text-decoration: underline;
   
    }
     
    .product-info-kp  {
     border-bottom: 1px dashed black;
    color: black;
    /* background: #c5a47e; */
    /* padding: 0px 13px; */
    font-size: 13px;
    }
     
      .product-info-kp:hover {
     color:#997d5e;
     
     }
     
     .product-info-uvaga {
   text-align: center;
    margin-top: 10px;
    margin-bottom: 40px;
    color: grey;
    font-weight: 200;
    letter-spacing: 0.4px;
      display:none !important;
     }
     
     
     
     .right_info li.us-product-nav-item {
     display:none !important;
     }
     
     
     .language-dropdown img {
     display:none !important;
     }
     
     
     
     
     
     
     #topCategoryList li .toggle-menu {
   
    color: white;
  
}
     
     
     
     .rm-module-price .rm-module-price-new {
    margin-right: 5px;
}

.rm-module-price-old {
    text-decoration: line-through;
    color: var(--secondary-light-color);
    color: #1b1a1a !important;
    font-size: 16px;
    display: inline-block;
}

.rm-module-price {
    font-size: 16px;
    margin: 15px 0 0 0;
    font-weight: 500;
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    margin: -10px 0 0 0;
    font-weight: 500;
    display: inline-block;
    padding: 6px 16px 9px 16px;
    vertical-align: middle;
    width: auto !important;
    text-align: center;
    color: #FFF !important;
    background: #7d8160 !important;
    border-radius: 30px;
        margin: 10px 0 7px 0 !important;
    }
    
    
    
    #menu .nav.navbar-nav li:hover > span {
    color:white  !important;
    }
    
    #column-left .account-content .list-group a {
    border-bottom: 1px solid #c5a47e38;
    border-radius: 0;
    margin: 0;
    background: transparent;
    padding: 7px 13px;
    text-transform: none;
    color: black;
    font-size: 13px;
}
     
     #column-left .account-content .list-unstyled {
         border: 1px solid #c5a47e38;
    padding: 20px 13px;
     }
     
     
     .viewer3d-canvas-control .btn-default {
     border: 2px solid #000; 
    background: #000;
    color:white;
     }
     
     .viewer3d-canvas-control .btn-default:hover {
     border: 2px solid #000; 
    background: transparent;
    color:#000;
     }
     .viewer3d-canvas-control {
   float: right;
    margin-top: -52px;
    margin-right: 6px;
}

.viewer3d-canvas-control .btn-default {
padding: 8px 14px !important;
}


.page_title {
    font-size: 24px;
    }




#cart .dropdown-menu table td.text-left {
width: 69%;
}

.header-cart-toggle li .table.table-bordered tr:nth-child(2) {
        display555: none !important;
}

#simplecheckout_cart #total_sub_total  {
        display: none !important;
}




.ui-autocomplete.ui-widget-content {
width:285px !important;
max-width:100% !important;
}


.ui-menu-item .price {
font-size: 12px;
    margin: 15px 0 0 0;
    font-weight: 500;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    margin: 3px 0 0 0;
    font-weight: 600 !important;
    display: inline-block;
    padding: 6px 10px 7px 10px;
    vertical-align: middle;
    width: auto;
    text-align: center;
    color: #FFF;
    background: #7d8160;
    border-radius: 30px;
}


.ui-menu-item .product-detail .product-name {
font-family: 'Oswald', sans-serif !important;
    font-family: ruberoid,helveticaneue-light,helvetica neue light,helvetica neue,Helvetica,Arial,lucida grande,sans-serif !important;
    line-height: 16px !important;
    margin: 0;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 13px;
    padding: 3px 0;
    text-decoration: none;
    line-height: 16px;
    font-weight: 400;
    margin: 0;
    clear: both;
    /* overflow: hidden; */
    text-overflow: ellipsis;
}

.about-us-content {
color: #000;
}







.homepage-category-pic {
width:300px;
max-width:100%;
}


.homepage-category-name {
    font-size: 18px;
    line-height: 22px;
    color:black !important;
        text-transform: uppercase;
}
.homepage-category-name a {
   
    color:black !important;
       
}

.homepage-category-name a:hover {
   
    color:#a98b68 !important;
       
}




.homepage-category-desc {
    font-size: 14px;
    line-height: 18px;
    color: #444;
    font-weight: 300;
}


.link-kompl {
    color: #a98b68;
    text-decoration: underline;
}

.link-kompl:hover {
    color: #000;
    text-decoration: underline;
}

.ocf-value-count .ocf-num-abbr {
    font-weight: 600;
    color: #c5a47e !important;
}


.homepage-category-360-block {
width: 60px;
    z-index: 999;
    position: absolute;
    right: 27px;
    top: 1px;
 
    -webkit-transition: all 1.3s ease;;
  -moz-transition: all 1.3s ease;;
  -o-transition: all 1.3s ease;;
  transition: all 1.3s ease;
}

.homepage-category-pic-360 {
max-width:60px;
opacity: 4%;
}

.service-item.homepage-category-block:hover .homepage-category-360-block {
 display:block;
-webkit-transition: all 1.3s ease;;
  -moz-transition: all 1.3s ease;;
  -o-transition: all 1.3s ease;;
  transition: all 1.3s ease;
}

.service-item.homepage-category-block:hover .homepage-category-pic-360 {
max-width:60px;
opacity: 100%;
}

.mahardhi-tabs .nav-tabs li {
    margin: 0;
    margin-top: -57px;
}


#simplecheckout_payment_form h2 {
    font-size: 20px;
    text-align: center;
    line-height: 24px;
    border: 1px solid black;
    padding: 20px;
    display: inline-block;
    margin: 0 auto;
}

#simplecheckout_payment_form h2 img {
max-width: 100%;
    width: 200px;
    display: block;
    margin: 0 auto;
    margin-top: 24px;
    }

#simplecheckout_payment_form {
text-align: center;
}

#simplecheckout_payment_form p {
display:none !important;
}

#simplecheckout_payment_form .well {
display:none !important;
}

  
  #common-success #content p:first-child {
  
  }
  
  
  #common-success #content p:nth-child(2)  {
  
  }
  
  #common-success #content p:nth-child(3)  {
  
  }
  
  
  
  
  
  
  
  
  .gallery-zrazki-title {
      font-size: 24px;
    line-height: 28px;
    margin-top: 30px;
    margin-bottom: 10px;
    text-align: center;
    font-weight: 600;
    }
    
    
    footer {
    color: var(--secondary-light-color);
    background: var(--background-color);
    /*background: url(/image/catalog/woodwedge/bg-footer.jpg); Serg 29/05/2025 */
    background-attachment: fixed;
    background-position: center center;
    background-color: #e8e8e8;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0px -1px;
}


@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1) {
  
     
    footer {
    color: var(--secondary-light-color);
    background: var(--background-color);
    background: url(/image/catalog/woodwedge/bg-footer.jpg);
    background-attachment: scroll;
    background-position: center center;
    background-color: #e8e8e8;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0px -1px;
}
  
  
  
  }


    
    .footer-content .list-unstyled, .position-footer-right .list-unstyled {
    background: #ffffffc2;
    padding: 20px;
    border-radius: 23px;
    }
    footer .footer-content a {
    padding: 6px 0;
    text-decoration: underline;
    display: block;
    color: black;
    font-weight: 600;
}
    
    footer .footer_bottom p {
    margin: 0;
    color: white;
    font-weight: 500;
}



.breadcrumb-img {
filter: brightness(0) invert(1);
    height: 27px;
    margin-bottom: -7px;
    }
    
    .breadcrumb-img:hover {
filter: brightness(0) invert(0);
  
    }




.footer-socials strong {

background: #bd8e6a;
    color: white;
    padding: 7px 10px;
    margin-right: 10px;
        width: 34px;
    }


.footer-socials strong:hover {

background:#7d8160;
}



.caption-blog {
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 50px;
    padding: 19px 33px;
    text-align: center;
    background: #ffffffe0;
}

.article-container .caption-blog {
    display: contents;
    text-align: left;
}

.article-container .caption-blog a {
color: #9b7755;
    text-decoration: underline;
    }
    
    .article-container .caption-blog a:hover {
color: #000;
    text-decoration: underline;
    }
    
    .article-container .caption-blog strong {
    font-weight: 700;
    color: black;
}




.promo-text-box.opis-home strong {
color: #7d8160;
   color: #3a3d24;
    text-decoration: underline;
}

.promo-text-box.opis-home p {
    margin: 0 0 20px;
}




.dropdown-menu {
   
    font-size: 13px;
    }



.cat_list_gird #list-view, .cat_list_gird #grid-view {
display:none  !important;
}


.cat_info {
    
    border-bottom: none;
}
    
    
   .blog-text {
    color: black;
    margin: 19px 0 27px;
    line-height: 17px;
    font-size: 14px;
}

.ocf-header {
display555:none !important;
}








.propage-tab #oneclick {
display:none !important;
}


#oneclick {
max-width: 100%;
    width: 376px;
    margin: 0 auto;
    border: 1px dashed #7d816061;
    padding: 11px 19px;
    margin-top: 20px;
    border-radius: 10px;
}
    #oneclick .help-block {
    
    font-size: 12px;
}

#oneclick h3 {
    font-size: 16px;
    color: #7d8160;
}
#oneclick h3 span {
margin-right: 5px;
}




#oneclick .btn-primary {
    width: auto;
    display: inline-block;
    font-size: 11px;
    text-transform: uppercase;
    padding: 8px 30px;
    border: 2px solid var(--primary-color);
    border: 2px solid #7d8160;
    color: var(--secondary-color);
    background: var(--primary-color);
    background: #7d8160;
    }
    
    
    #oneclick .btn-primary:hover {
color: #7d8160;
 border: 2px solid #7d8160;
 background: transparent;
    }


.alert.alert-success {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    border-radius: 0;
    margin: 0 0 20px 0;
    display: block !important;
}


.instagram-woodwedge {
padding:0 20px;
}


.menu-zrazki strong {
    font-size: 12px;
    background: #b98f67;
    font-weight: 500 !important;
    border-radius: 15px;
    position555: absolute;
    padding: 1px 8px;
    top: 97px;
    right: 47px;
    /* margin-top: -93px; */
    color: white;
    text-transform: none !important;
}


.umovi-adresa {
color: #b98f67;
    text-decoration: underline;
}

.umovi-adresa:hover {
color: #000;
    text-decoration: underline;
}






.product-special5555555555 #content .product-tab-block {
    display: inline-block ;
}






.zraski-opisanie {
   color: #000!important;
    text-align: center;
    font-size: 14px;
    line-height: 15px;
    padding: 20px 17px;
    font-weight: 700;
    text-transform: none !important;
    }


#menu .nav.navbar-nav li.zraski-opisanie:hover > span {
    color: #000 !important;
}




.checkout-heading span {
    display: inline-block !important;
    float: none !important;
}






.common-home .nav.navbar-nav {


/*background: #00000078; Serg 30/05/2025 
    padding: 0px 20px; */
    }
    
    .common-home .header-fixed .nav.navbar-nav {


background: transparent;
    padding: 0px 0px;
    }
    
    
    
    
    
    
    
    .information-information-4 h1.page_title {
    display: none !important;
    }
    
    .information-information-4 .special-html.mt-80 {
    margin-top: 0px !important;
    }
    
    
    .rb-gallery-inner.style-over .text-gallery {
    
        background: transparent !important;
    }
    
    .rb-gallery-inner.style-over .text-gallery p {
       background: #7d8160;
    width: auto;
    color: white;
    display: inline-block;
    padding: 10px 20px;
    font-weight: 500;
    font-size: 12px;
    }
    
    .rb-gallery-0.rb-gallery {
        margin-top: 80px;
    margin-bottom: 30px;
    }
    
    .rb-gallery-item {
    text-align: center;
    margin: 10px 0;
    padding: 30px;
}
    
    
    
    
    
    .banner-name-link strong {
    font-size: 22px; 
    line-height: 25px;
    }
    
     .opis-home .price-banner {
    font-size: 16px;
    margin: 15px 0 0 0;
    font-weight: 500;
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    margin: -10px 0 0 0;
    font-weight: 500;
    display: inline-block;
    padding: 10px 16px 13px 16px;
    vertical-align: middle;
    width: auto;
    text-align: center;
    color: #FFF;
    background: #cc9f6b;
    background: #7d8160;
    border-radius: 30px;
    border-radius555: 0px;
}
    
    
    
   #product-page .dodano-block2 {
    margin-top:30px;
    display: inline-grid;
    }
    
    
   #product-page .dodano-checkout {
    text-decoration: none !important;
    width: auto;
    display: inline-block;
    font-size: 13px  !important;
    text-transform: uppercase;
    padding: 8px 30px;
    border: 2px solid var(--primary-color);
    border: 2px solid #b98f67  !important;
    color: var(--secondary-color);
    background: var(--primary-color);
    background: #b98f67  !important;
    border-radius: 0;
    font-weight: 600  !important;
    cursor: pointer;
    color: #FFF !important;
    font-weight: 800 !important;
    text-decoration: none !important;
    padding: 8px 15px !important;
        margin-top: 11px;
    }
   #product-page .dodano-checkout:hover {
    color: #7d8160 !important;
    border-color: #7d8160 !important;
    background: transparent !important;
    }
    
   #product-page .dodano-contiue {
        float: none;
        font-size: 11px  !important;
    margin-top: 8px;
    margin-left: 0px;
        text-decoration: underline;
    }
    
    
   #product-page .alert.alert-success {
    
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    border-radius: 0;
    margin: 0 0 20px 0;
    display: inline-block !important;
    position: relative !important;
    top: 1px !important;
    left: 1px !important;
    width: 320px;
    max-width: 100%;
    height: auto;
    background: #f0f0f0;
}
    
    
   #product-page .dodano-name {
        display: none;
}
#product-page .dodano {
    color: black;
    margin-top: 4px;
    }
    
    
    
    
        
   #product-category .dodano-block2 {
    margin-top:30px;
     display: inline-grid;
    }
    
    
   #product-category .dodano-checkout {
    text-decoration: none !important;
    width: auto;
    display: inline-block;
    font-size: 13px  !important;
    text-transform: uppercase;
    padding: 8px 30px;
    border: 2px solid var(--primary-color);
    border: 2px solid #b98f67  !important;
    color: var(--secondary-color);
    background: var(--primary-color);
    background: #b98f67  !important;
    border-radius: 0;
    font-weight: 600  !important;
    cursor: pointer;
    color: #FFF !important;
    font-weight: 800 !important;
    text-decoration: none !important;
    padding: 8px 15px !important;
        margin-top: 11px;
    }
   #product-category .dodano-checkout:hover {
    color: #7d8160 !important;
    border-color: #7d8160 !important;
    background: transparent !important;
    }
    
   #product-category .dodano-contiue {
        float: none;
        font-size: 11px  !important;
    margin-top: 8px;
    margin-left: 0px;
        text-decoration: underline;
    }
    
    
   #product-category .alert.alert-success {
    
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    border-radius: 0;
    margin: 0 0 20px 0;
    display: inline-block !important;
    position: fixed !important;
    top: 45% !important;
    left: 43% !important;
    width: 320px;
    max-width: 100%;
    height: auto;
    background: #f0f0f0;
}

 #product-category .alert.alert-success .fa.fa-check-circle {
  display: none;
 }
 
  #product-category .alert.alert-success .close  {
     display: block;
    margin-top: -25px;
    margin-right: -10px;
 }
    
    
   #product-category .dodano-name {
        display: none;
}
#product-category .dodano {
    color: black;
    margin-top: 4px;
    }
    
    
    
    
    .product-layout.product-grid .img-thumbnail {
   border: none;
    width: 50px !important;
    height: 50px !important;
    margin-top: 5px;
}

.options-category {
    margin-top: 0px;
    display: none !important;
}
    
    
    
    
    #product-page .product-options .vbox img {
    width: 80px;
    height: auto;
    margin: 0 auto;
}
    
    
  #product-page .product-options .vbox {
      text-align: center;
    display: inline-flex;
    margin-bottom:20px;
  } 
    
    
    
    .no-theme div {
    padding: 2px;
    cursor: pointer;
    border: none !important;
    border-radius: 2px;
    display: none;
    background: #FFF;
    position: relative !important;
    z-index: 3;
}

#product-page .product-options img {
    width: 100px;
}

.product-options .control-label {
display:none;
}
    
    
    
    .information-information-5 #content > h3 {
    margin-top: 30px;
    font-size: 18px;
}

 .information-information-8 #content > h3 {
    margin-top: 30px;
    font-size: 18px;
}
    
    .review-form-write-footer {
        text-align: center;
    }
    
    .review-form-write-footer .btn-blue {
    color: #ffffff !important;
background-color: #1d91be !important;
border-color: #b98f67;

    color: var(--secondary-color);
background: var(--primary-color);
background: #b98f67 !important;
border-radius: 0;
font-weight: 600;
cursor: pointer;
}
   
   #button-review-extended {
float: none  !important;
margin: 2px 0 15px;
}

.user-review-write-block {
    background: transparent  !important;
    border-bottom: unset !important;
    box-shadow: none  !important;
    border: none !important;
    border-radius: 2px;
    overflow: hidden;
    padding: 30px 20px  !important;
}

.reviews-user-add-content-block {
    overflow: hidden;
    margin-bottom: 30px;
}

.super-star-text {
    letter-spacing: -.3px;
    font-size: .8em  !important;
    color: #898989;
}

.category-reviews {
color: black;
    font-size: 12px;
    margin-left: 3px;
}
   
   
   
   
   

.btn-blue.to-write-review {
    color: #ffffff !important;
background-color: #1d91be !important;
border-color: #b98f67;

    color: var(--secondary-color);
background: var(--primary-color);
background: #b98f67 !important;
border-radius: 0;
font-weight: 600;
cursor: pointer;
}


.comment-text {
padding-top: 30px;
    word-wrap: break-word;
    overflow: hidden;
    width: 100%;
    border: none !important;
    }
    
    
     
    .display_oferta {
    float: none !important;
    display: block;
    margin: 0 auto !important;
    width: 100%;
    min-width: 100px;
    max-width: 100% !important;
    }
    
    .tab-content iframe {
max-width:100%  !important;
width:560px  !important;
min-height:300px  !important;
height:auto  !important;
}
    
    
    
.12345 {

}


  
     
      @media (max-width: 1024px) {
      #product-category .alert.alert-success {
      top: 43% !important;
    left: 25% !important;
     width: 320px;
     max-width: 100%;
    }
      
      
      .zraski-opisanie {
    color: #ded2c7 !important;
    text-align: center;
    font-size: 12px;
    line-height: 14px;
    padding: 10px 10px;
    
    }
      
      .product-special5555555555 #content .product-tab-block {
    display: block;
   margin-top: 80px ;
    margin-bottom: 40px;
}

.category-block-ar-pic {
display: inline-block;
}
      
      
      
     .common-home .product-tab-block {
         margin-top: 30px;
     }
     
   
     
     .slideshow555 {
     margin-top:-124px !important;
     margin-top: 0px !important;
     }
      #common-home .main-tab {
     margin-top:30px;
     }
     
     
      #common-home  #featuredTabCarousel {
      margin-top: -10px;
      }
     
     .product-tab-block .owl-carousel.owl-theme .owl-nav {
    top: -50px;
}
     
     
     
     
     
     
     
         footer {
    color: var(--secondary-light-color);
    background: var(--background-color);
    background: url(/image/catalog/woodwedge/bg-footer.jpg);
    background-attachment: scroll !important;
    background-position: center center;
    background-color: #e8e8e8;
    background-repeat: no-repeat;
    background-size: cover !important;
    background-position: 0px -1px;
}

footer h5, footer h4 {
    text-transform: uppercase;
    font-size: 20px;
    margin: -2px 0 15px;
    position: relative;
    font-weight: 800;
    color: white;
}

.footer-desc {
    font-size: 14px;
    line-height: 19px;
    margin: 23px 0;
    font-weight: 500;
    color: white;
    background: #0000004d;
    padding: 8px;
}

.footer_aboutus img {
    width: 270px;
    max-width: 100%;
    opacity: 0.7;
    filter: brightness(0) invert(1);
}

.blog-description .blog-text {
    color: black;
    margin: 19px 0 27px;
    line-height: 14px;
    font-size: 12px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
    overflow: hidden;
}
     .caption-blog {
    
    bottom: 0px;
    }
    
    }
    
      @media (max-width: 991px) {
      
     .common-home .product-tab-block {
         margin-top: 30px;
     
     }
      
     
     .slideshow {
     margin-top:-124px !important;
     margin-top: -70px !important;
     }
     
     
      .product-special5555555555 #content .product-tab-block {
    display: inline-block !important;
   margin-top: 80px;
    margin-bottom: 40px;
}

.category-block-ar-pic {
display: inline-block !important;
}
     
     
     
     
     
     }
    
    
     
     
     @media (max-width: 767px) {
     
     
     
     .tab-content iframe {
max-width:100%  !important;
width:560px  !important;
min-height:180px  !important;
height:auto  !important;
}
     
     
      #product-category .alert.alert-success {
      top: 43% !important;
    left: 5% !important;
     width: 320px;
     max-width: 100%;
    }
     
     
       .common-home .product-tab-block {
         margin-top: 30px;
     }
      
     
     .slideshow {
     margin-top:-124px !important;
     margin-top: -70px !important;
     }
      #common-home .main-tab {
     margin-top:30px;
     }
     
     
      #common-home  #featuredTabCarousel {
      margin-top: -40px;
      }
     
     .product-tab-block .owl-carousel.owl-theme .owl-nav {
    top: -30px;
}
     
     
     
     
     
     
     
     
     
    .blog-description .blog-text {
    color: black;
margin: 14px 0 13px;
    line-height: 17px;
    font-size: 12px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
    overflow: hidden;
}

.caption-blog {
    
    bottom: 0px;
    }
     
     .breadcrumb-back {
    
    background-size: cover !important;
    background-position: 0px 99px !important;
}
     
     
     footer {
    color: var(--secondary-light-color);
    background: var(--background-color);
    background: url(/image/catalog/woodwedge/bg-footer.jpg);
    background-attachment: scroll !important;
    background-position: center center;
    background-color: #e8e8e8;
    background-repeat: no-repeat;
    background-size: cover !important;
    background-position: 0px -1px;
}

footer h5, footer h4 {
    text-transform: uppercase;
    font-size: 20px;
    margin: -2px 0 15px;
    position: relative;
    font-weight: 800;
    color: white;
}

footer .footer_bottom p {
    margin: 0;
    color: white;
    font-weight: 500;
    font-size: 13px;
}

.webmaster a {
   
    font-size: 12px;
}

.footer-desc {
    font-size: 14px;
    line-height: 19px;
    margin: 23px 0;
    font-weight: 500;
    /*color: white; Serg 29/05/2025 */
    background: #0000004d;
    padding: 8px;
}

.footer_aboutus img {
    width: 200px;
    max-width: 100%;
    opacity: 0.7;
    filter: brightness(0) invert(1);
}
     
     
      .slideshow {
     margin-top:0px !important;
     }
     
     #common-home {
     padding-top: 92px;
     }
     
     #common-home .main-tab {
     margin-top:30px;
     }
     
     
     .common-home #menu .btn-navbar span {
    background: black;
}

.common-home #menu .btn-navbar span:before, .common-home #menu .btn-navbar span:after {
    background: black;
}
     
     
     #common-home .howto-title {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 32px;
    margin-top: 34px;
    text-transform: uppercase;
}

#common-home .howto-title2 {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 110px;
    margin-top: 36px;
    text-transform: none;
    padding: 0 10%;
}

     
     .onlymobile.language-offcanvas {
         padding: 6px !important;
    margin-bottom: 37px !important;
    }
     
        #menu .nav > li > a,
    #menu #topCategoryList .dropdown-inner a{
        color: var(--secondary-light-color);
        font-weight: 500;       
            padding: 8px 30px 6px 15px;
    display: block;
    font-size: 13px;
    border-top: 1px solid #999;
        color: black;
        text-transform: none;
        
        border-top: 1px solid #2423234d !important;
    color: white !important;
    }
    #menu #topCategoryList ul {
    float: none;
    display: block;
    text-align: left;
    margin: 0;
    background: #000000a1;
}
 #menu .nav.navbar-nav li:hover {
color: #FFF;
    background-color: transparent;
}
    
        #menu .nav > li > a:hover,
    #menu #topCategoryList .dropdown-inner a :hover{
       
    color: #dfc1a7 !important;
    }
    .menu-zrazki {
    text-transform: none !important;
}
    
     
     .language-offcanvas {
      margin-left: 15px;
        margin-top:10px;
     }
     
     .language-offcanvas .btn-link {
    
    color: #dfc1a7;
       
        font-size: 16px;
    
}

.language-offcanvas .btn-link .code {
display:none !important;
}
     
     
     .product-thumb .image {
   
    margin-top: 15px;
   
}
     
     .propage-tab {
    margin-top: 60px;
}
     
     .category-block-info {
   width:98%;
   display: inline-block;
   }
   
  
   
   
   .category-block-ar {
   width:99%;
   display: inline-block;
   padding:5px;
   text-align:center;
   }
   
        .product-block-info {
   width:90%;
   display: inline-block;
   }
   .product-block-ar {
   width:99%;
   display: inline-block;
   padding:5px;
   padding-top:30px;
   text-align:center;
   }
     
     
     
       .common-home .btn_search .search-btn, .common-home .btn_heart .heart-btn, .common-home #header_ac .icon-user, .common-home .header_cart #cart > .btn {
       color: black !important;
   }
   
   .header_ac > a i, .btn_search .search-btn i, .btn_heart .heart-btn i, #cart > .btn {
 color: black !important;
}
   
   
   .big-logo-rolgroup {
  display:none !important;
  }    
  
  .opis-home img {
  display:none !important;
  }    
  
   .common-home #logo a .img-responsive  {
  display:block!important;
  margin-top: 4px;
  }  
  
  #myVideo {
    position: relative;
    position: absolute;
    top: 49px;
    top: 1px;
    display:none !important;
    }
    
    .service-box {
    margin-top: 19px;
    margin-bottom: 22px;
}

#logo img.img-responsive {
margin-top: 4px;
}

.common-home #menu .nav > li > a {
    font-size: 14px;
    font-weight: 500;
    color: black;
}
.breadcrumb-back {
    background: var(--background-color);
    
    background: url(/image/catalog/woodwedge/breadcrumb-pic.jpg);
    background-attachment: contain;
    background-position: center center;
    background-color: #e8e8e8;
    background-size: cover;
    background-position: center center !important;
    }

.breadcrumb li a, .breadcrumb a {
    color: var(--secondary-light-color);
    font-size: 14px;
    color: black;
    color: white;
    font-weight: 400;
    }
    
    
    
   
     
     }
     
    
     
     
     
     
     
    .topbar-phone {
    font-size:15px !important;
    color:white !important;
    } 
    .topbar-phone:hover {
  
     color:  #dfc1a7 !important;
         text-decoration: underline;
    } 
    
    
    .top-right-inner { color:white !important;
    } 
     .contact a {
    color: var(--primary-color);
    display: inline-block;
    align-items: center;
    color: white !important;
}
     
     .footer-desc {
    font-size: 14px;
    line-height: 20px;
    margin: 23px 0;
    font-weight:700;
    /*color: white; Serg 29/05/2025 */
}
     
     .footer-desc a {
     color: #c5a47e;
     }
     
     .footer-desc a:hover {
     color: #000;
     }
     
     .opis-home a {
     color: #c5a47e;
     }
     
      .opis-home a:hover {
     color: #000;
     }
     
     
     .footer-phone {
         color: #c5a47e !important;
    font-size: 18px;
    color: #ad8e6a !important;
    font-size: 18px;
    font-weight: 700;
    text-decoration: underline;
    }
     .footer-phone:hover {
         color: #000 !important;
     text-decoration: underline;
    }
    
    .position-footer-right li > div.grafik {
    display: inline-block !important;
    color:black !important;
    }
     
     .powered {
         margin-left: 6% !important;
         }
         
         .position-footer-bottom {
             margin-right: 8% !important;
         }
     
         .top-text {
            width: 100%; /* Ширина слайдера */
            height: 39px; /* Высота одного слайда */
            overflow: hidden;
            position: relative;
          }
          
          .slides {
            display: flex;
            flex-direction: column;
            position: absolute;
            top: 0;
            transition: transform 1.5s ease;
          }
          .slide {
            line-height: 18px;
          }
          
@media (max-width: 767px) {
    .top-inner .top-center {
        padding: 5px 10px;
    }
    .top-text {
        /* display: none; */
        height: 28px;
    }
    .slides{
        position: inherit;
    }
    .slide {
        line-height: 15px;
    }
}

.simplecheckout-block-content label[for="rozetka_delivery.department"] br:nth-child(2) {
    display: none;
}

.header-message-block {
    background-color: white;
    text-align: center;
    padding: 10px 0;
}

@media (max-width: 767px) {
    .header-message-block {
        font-size: 10px;
    }
}

@media (max-width: 1580px) {
    .preorder-menu-link {
        margin-left: 0 !important;
    }
}