body {
    
    
    font-family: 'Jost', sans-serif;
     font-family: 'Oswald', sans-serif;    
    
       font-family:  'Montserrat', 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: 13px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
    font-size: 13px;
}
.input-group .input-group-addon {
    font-size: 13px;
    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;
    display555: 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;
    text-transform: none;
    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: 13px;
    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;
    color: white;
}
 
.header-fixed  .btn_heart .heart-btn, .header-fixed  #header_ac > a i, .header-fixed  #cart > .btn{ 
color: white;
}




#header_ac .dropdown-menu {
    padding: 7px 15px;
    width: 200px;
    
    padding: 7px 14px;
  width: 218px;
  text-align: center;
  color: black;
  border-radius: 20px;
  top: 57px;
  left: -79px;
}
#header_ac .dropdown-menu>li>a {
    padding: 5px 0;
    color: var(--secondary-light-color);
    color: #000;
  font-weight: 600;
}

#header_ac .dropdown-menu>li>a:hover {

color: #733f80;
}



#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);
    color: #733f80;
}
/*----------------------------------------------*/
/* 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;
    
    
    background555: #1D0626 !important;
     background:transparent;
}

/*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;
    
    color: #d0cdcd;
  text-decoration: line-through;
  margin-left: 10px;
  font-size: 11px;
}
.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;
    color: white;
    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:#BD5CCC;
    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;
    top: 65px;
}
#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: 600;
    color: var(--primary-color);
    display: inline-block;
    font-size: 14px;
    line-height: 15px;
    letter-spacing: 0.4px;
}

#cart .dropdown-menu .product-item-name:hover {
text-decoration: underline;
}


.product-cart-info {
    margin-top: 8px;
}
#cart .product-cart-info .product-cart-price,
.product-cart-total {
    color: var(--primary-hover-color);
    color: #924ba0;
  font-weight: 700;
}
#cart .dropdown-menu li tr:last-child td:last-child,
tr:last-child td.cart-total-price:last-child {
    font-size: 16px;
    color: var(--primary-hover-color);
    color: #924ba0;
  font-weight: 700;
}
#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;
        background: linear-gradient(#040404, rgba(8, 8, 8, 0));
    }
    .header-center {
        text-align: center;
    }
    .common-home .header-fixed .header-main {
        background: var(--secondary-color);
        background: #1D0626 !important;
        background: #1D0626BD !important;
    }
    .header-fixed .header-top {
        padding: 10px 0;
    }
}
@media (max-width: 1440px) {
    .header-top {
        padding: 20px 0;
    }
    #logo img{
        max-width: 150px;
    }
}
@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);
        color: white;
 
    }
    .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;
    }
    #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: 14px;
    font-weight: 600;
    border-radius: 0;
    background: transparent;
    text-transform: uppercase;
    color: var(--primary-color);
    color: white;
}
#menu .nav > li {
    padding: 15px 0;
}
#menu .nav > li + li {
    margin: 0 0 0 34px;
}
#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 #topCategoryList .dropdown-inner li:hover > a {
color: #813b81;
  text-decoration: underline;
}







#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);
                background: #ffffffe0;
        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;
        
        
        backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    }
    
    
    .header-fixed #menu .dropdown-menu  {  
    backdrop-filter: blur(5px) !important;
    -webkit-backdrop-filter: blur(5px) !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;
        
        margin: -30px -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: var(--primary-color);
    font-size: 13px;
    font-weight: 600;
    padding-bottom: 7px;
    margin: 10px 10px 3px;
    text-transform: uppercase;
    }
    
    
    
    
    #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 15px;
    }
}
@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: white;
        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: white;
        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/rolgroup/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 #eec73e;
    color: var(--primary-color);
    background: var(--secondary-color);
    background: linear-gradient(#9B4FA9, #60376C);
  color: white;
  border: none;
  border: 1px solid #60376C;
}
.html2 .inner2 .button:hover {
    color: var(--secondary-color);
    background: var(--primary-color);
    
    color: var(--secondary-color);
  background: transparent;
  border: 1px solid white;
}

@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;
}
.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: 12px;
}
.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 #60376C;
    color: var(--secondary-color);
    background: var(--primary-color);
    background:#9698af;
    background: linear-gradient(#9B4FA9, #60376C);
    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: 14px;
}


.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;
    
    background: #FFF;
  border: 2px solid #AD69B7;
  color: #924ba0;
}

/* 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;
    right555: -40px;
    
       left: 23px;
  bottom: 46px;
    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.wishlist {
        width: 39px;
}


.product-thumb .button-group button + button {
    margin: 5px 0 0 0;
}
.product-thumb .button-group button i {
    display: block;
    color: #FFF;
  font-weight: 800;
}
.product-thumb .button-group button:hover {
    background: var(--primary-color);
    color: var(--secondary-color);
}
.sale-text {
        position: absolute;
    top: 15px;
    left: 20px;
    background: #9698af;
    background:#BD5CCC;
    font-size: 14px;
    color: white;
    border-radius: 17px;
    padding: 3px 8px;
     top: 1px;
     top: 13px;
    left: 25px;
      

}






.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: 700;
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    margin: -10px 0 0 0;
    margin: 1px 0 0 0;
    font-weight: 700;
    display: inline-block;
    padding: 8px 16px 6px 16px;
    vertical-align: middle;
    width: auto;
    text-align: center;
    color: #FFF;
    background555: #c8af98;
    border-radius: 3px;
    color: #924ba0;
    
    
}


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



.product-thumb .price-new {
    margin-right: 5px;
}
.product-thumb .price-old {
    text-decoration: line-through;
    color: var(--secondary-light-color);
    color: #1b1a1a;
    font-size: 16px;
    display: inline-block;
    
}
.product-thumb .product-title {
    margin: 0;
    
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    padding: 2px 0;
    text-decoration: none;
    line-height: 17px;
    font-weight: 600;
    margin: 0;
    clear: both;
    /* overflow: hidden; */
    text-overflow: ellipsis;
    width: 100%;
    min-height: 56px;
     min-height: 40px;
     min-height: 38px;
     min-height555: 80px;
     margin-bottom: 16px;
}
.product-thumb .product-title a{
       text-transform: none;
    font-size: 16px;
    font-weight: 500;
    /* line-height: 1 !important; */
    color: #1d232e;
}
.product-thumb .product-title a:hover {
    color: #c8af98;
}
.product-thumb .price-tax{
    display: none;
}
.product-thumb .rating{
    font-weight: 400;
    text-transform: none;
    font-size: 0;
    margin: 15px 0 0 0;
    display: inline-block;
    vertical-align: middle;
    float: right;
    display: none;
}
.product-thumb .addcart {
   background: transparent;
  border: none;
  font-size: 14px;
  color: var(--primary-color);
  padding: 0;
  background: linear-gradient(to right, #D083DB, #6E107C);
  font-size: 13px;
  font-weight: 600;
  color: white;
  padding: 7px 14px;
  text-transform: uppercase;
  position: relative;
  left: 0;
  top: 0;
  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;
  margin: 0 auto;
  border: 1px solid #CD80D8;
}

.product-thumb .addcart:hover {
    background: transparent;
    border: none;
    font-size: 14px;
    color: var(--primary-color);
    padding: 0;
    
    
    background: #a3643d;
    background: transparent !important;
    border: none;
    font-size: 13px;
    font-weight: 600;
    color: #924ba0 !important;
    padding: 7px 14px;
    
    
    text-transform: uppercase;
    position: relative;
     background: #FFF;
 border:1px solid #6E107C;
 color: #924ba0;
   
    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: 0px;
    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{
    display555: 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;
    display: 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);
                background: #1d232e;
                background:#1d0626;
    }
    .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: 18px;
    font-weight: 500;
    
        margin: 6px 0 0 0;
        display: block;
        
        
        display: contents;
    float: left;
    
    display: inline-block;
    float: left;
    text-align: left;
    margin: 6px 0 0 10px;
      margin: 6px 0 0 1px;
    width: 100%;
        
    }
    
    .product-thumb.tovarnet .price {
       
        float: unset !important;
    }
    
    .product-carousel  .product-thumb .price, .newkarusel .product-thumb .price {
     text-align: center;
     margin-left: 10px;
    }
    
    
    
    .product-thumb .price-old{
        font-size: 12px;
        font-size: 14px;
    display: flow;
    text-align: center;
    }
    .product-thumb .rating{
        margin: 2px 0 0 0;
        display: block;
          display: 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: #9698af !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: unset;
        right: 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: 3px;
                margin-top: 50px !important;
    }
}

/*----------------------------------------------
/* 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;
}
@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:#1d232e;
    
        background: url(/image/catalog/olimp/bg-footer.jpg);
    background-attachment: scroll;
    background-position: center center;
    background-color: #e8e8e8;
    background-size: cover;
    background-position: 0 0;
}
footer h5,
footer h4 {
    text-transform: uppercase;
    font-size: 16px;
    margin: -2px 0 15px;
    position: relative;
    font-weight: 500;
    color: var(--primary-color);
    color: #c8af98;
    color: #FFF;
}
footer .footer-content a{
    padding: 4px 0;
    text-decoration: underline;
    display: block;
    color: var(--secondary-light-color);
      color: #C0AACE;
      color: #F1E7F7;
}
footer a:hover,
footer a:focus {
    color: var(--primary-color);
    color: #FFF;
}
.footer-top > div {
    padding: 80px 15px 65px;
        padding: 65px 15px 37px;
}
.footer-top .footer-content {
    padding: 0 0 0 45px;
    padding: 0px;
}
/* footer left */
.footer_aboutus {
    margin: 0 25px 30px 0;
     margin:0 0px 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);
}

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



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

/* footer bottom*/
.footer_bottom {
    border-top: 1px solid var(--border-color);
    border-top: 1px solid #6f63604d;
    border-top:1px solid #d7d2d14d;
}
.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 27px 0;
}
footer .footer_bottom p{
    margin: 0;
    color: #FFF;
}
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-left: 1px solid #d2b19c73;
          border-left:none;
    }
    .footer-top > div:nth-child(2) {
        border-right: 1px solid var(--border-color);
        border-right: 1px solid #d2b19c73;
        border-right:none;
    }
}
@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;
        margin-bottom: 26px;
        margin-top: 23px;
    }
    .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;
    
    background: linear-gradient(#9B4FA9, #60376C);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  font-size: 48px;
    
    
}
.service .service-icon i {
    display: inline-block;
}
.service:hover .service-icon i {
    -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: 18px;
    text-transform: none;
    font-weight: 600;
    color: #000;
}
.service .promo-desc {
    color: var(--secondary-light-color);
}
.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: 18px;
        margin: 0;
    }
    .service .promo-desc {
        font-size: 15px;
    }
}

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


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

/*----------------------------------------------*/
/* breadcrumb */
/*----------------------------------------------*/
.breadcrumb-back {
 
        background: url(/image/catalog/olimp/breadcrumb-pic.jpg);
        background-attachment: fixed;
    background-position: center center;
    background-color: #e8e8e8;
    
        background-size: cover;
    background-position: -98px -200px;
    
    
    
    opacity: 1;
    margin: 0 0 50px 0;
    padding: 20px 0;
    
    
    
    background-attachment: scroll;
    background-position: center center;
    background-color: #e8e8e8;
    background-size: cover;
    background-position: 0 0;
    opacity: 1;
    margin: 0 0 50px 0;
    padding: 60px 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;
    
    font-size: 25px;
    color: black;
    color: white;
    font-weight: 300;
}
.breadcrumb li:last-child a,
.breadcrumb a:hover{
    color: var(--primary-color);
    color: #c8af98;
     color: white;
    
}
.breadcrumb a:hover {
 color:#c8af98;
}

.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;
    }
      #menu #topCategoryList.box-menu ul {
    float: none;
    display: block;
    text-align: left;
    margin: 0;
    background: #1d232e7a;
}

.language-offcanvas .btn-link {
    color: #dfc1a7;
    font-size: 18px;
}
}
@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;
}

 #column-left .account-content .box-content h3 {
display: block;
  margin: -3px 0 0 0;
  padding: 0;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  color: white;
  background: transparent;
  font-weight: 700;
  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;
    margin: 0;
  background: linear-gradient(#9B4FA9, #60376C);
  padding: 20px;
  text-align: center;
  color: white;
}

/*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;
    display: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);
    color: black;
    line-height: 17px;
    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);
    border-bottom: none;
}
.refine-search {
    margin: 0 0 20px;
    display555:none !important;
}


#content .refine-text {
    font-size: 13px;
    margin: 0 0 12px;
    font-weight: 400;
     display:none !important;
}
.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: #c8af98;
        color: #FFF;
    font-size: 16px;
    padding: 12px 20px;
    display: inline-block;
    font-weight: 300;
    margin: 0 6px 10px 0;
    border: 1px solid #60376C;
  border-radius: 8px;
   
   background: linear-gradient(#9B4FA9, #60376C);
    
}
.cat-name li a:hover{
    color: var(--secondary-color);
    background: #1d0626;
    border-color: var(--primary-color);
    /* background: url(/image/catalog/rolgroup/breadcrumb-pic.jpg); */
   /*  background-attachment: fixed; */
    /*  background-position: center bottom; */
    color: #FFF;
}
#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: 14px;
    padding: 9px 15px;
    margin: 3px 1px 4px 0;
    font-weight: 600;
    line-height:16px;
       
    }
    .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);
    border-bottom: none;
}
.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: #FFF;
    background: linear-gradient(to right, #D083DB, #6E107C) !important;
    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;
    text-transform: none;
    margin: 0 0 15px;
    font-weight: 600;
    color: #000;
    
    background: linear-gradient(45deg, #60376C, #9B4FA9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
    
    
}
.rating .product-rating {
    float: left;
    margin-right: 20px;
}
.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: unset;
    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: #9698af;
    font-size: 24px;
  font-weight: 700;
  color: #8d499b;
    
}
.pro_oldprice {
    color: var(--secondary-light-color);
    margin-left: 10px;
    font-size: 16px;
}
.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: #80448D;
  background: transparent;
  float: left;
  border: 1px solid #80448D;
}
button.pro_wish:hover,
button.pro_comper:hover{
    background: var(--primary-color);
    color: var(--secondary-color);
}
#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);
     border-bottom: none;
}
#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;
}

.content-address-text {
color: #242831;  
margin-bottom: 30px;
font-size:16px;
line-height: 18px;
}


.content-address a {
  
line-height: 21px;
font-size: 19px;
text-decoration: underline;
color:#a756b5;
}


.content-address a:hover {

text-decoration: underline;

color: #242831;
}



.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: 130px;
}
.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;
  background: #FAFAFA;
  padding-top: 45px;
  padding-bottom: 60px;
}



.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-success {
color: #FFF !important;
    background-color: #9698af !important;
    border-color: #6b3c78 !important;
        font-size: 16px;
        background: linear-gradient(#9B4FA9, #60376C) !important;
  color: white !important;
}

.alert-success a {
    color: white !important;
    font-weight: 500 !important;
    text-decoration: underline !important;
    padding: 0 4px !important;
}
.alert-success a:hover {
    color: #ffffffd1 !important;
  
}


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

.webmaster a {
color: #FFF;
    text-decoration: underline;
    }
    
    .webmaster a:hover {
color: #C0AACE;
    text-decoration: underline;
    }
    
    
    
    
    
  .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;
filter: grayscale(0);
opacity: 0.8;
}

.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-text {
margin-bottom: 10px;
  font-size: 17px;
  font-weight: 600;
  color: black;
}

.content-number, .content-number a {
color: #A756B5;
  font-size: 23px;
  font-weight: 700;
  line-height: 1;
    }
    
    .content-number a:hover {
color: #000;
text-decoration: underline;
    }
    
    .social-instagram span {
    font-size: 58px;
color: #b18862;
}
 .social-instagram span:hover {
    font-size: 58px;
color: #242831;
}


.position-footer-left {
text-align:center;
}

 .social-instagram.footer-instagram  {
     margin-top: 20px;
    text-align: center;
    }


 .social-instagram.footer-instagram span {
    font-size: 38px;
color: #b18862;
}
 .social-instagram.footer-instagram span:hover {
    font-size: 38px;
color: #FFF;
}

.footer-map-link {
color: #FFF;
    border-bottom: 1px dashed #FFF;
}

.footer-map-link:hover {

    
    color: #C0AACE;
   border-bottom: 1px dashed #C0AACE;
}

.footer-contact_site {
    margin-top: 20px;
    margin-bottom: 20px;
    }
    
  .footer-contact_site a {  
    color:#FFF;
    border-bottom: 1px dashed #FFF;
    }
    
    .footer-contact_site a:hover {  
    
    
    color:#C0AACE;
    border-bottom: 1px dashed #C0AACE;
    }
    
    
    .footer-contact_site.grafik {
    color: #c7c6c6;
    }

.footer-content-email a {  
        color:#FFF;
    border-bottom: 1px dashed #FFF;
    }
    
    .footer-content-email a:hover {  

    
    color:#C0AACE;
    border-bottom: 1px dashed #C0AACE;
    }


.contacts-map {
margin-bottom: -77px;
}
    
    
    .content-email a {
    font-size: 17px;
  text-decoration555: underline;
  color: #a756b5;
  border-bottom: 1px dashed #a756b5;
}

 .content-email a:hover {
   

color: #000;
border-bottom: 1px dashed #000;
}
    
    
    
   .pro-deatil .product-options h3 {
   display:none !important;
   }
   
   
   .pro-deatil .product-options select {
   width:130px;
      
   max-width:100%;
   text-align: center;
   margin: 0 auto;
   }
   
   .specinfo {
   margin:0 auto;
   margin-top:20px;
   
   }
   
   .table.specinfo {
    width: auto;
    max-width:100%;
        margin-bottom: 30px;
        display:none;
    }
    
    .table.specinfo>tbody>tr>td:first-child {
    
    color: #8d499b !important;
}

.ocf-noUi-connect:before, .ocf-noUi-handle {
    background-color: #c8af98 !important;
    background: linear-gradient(to right, #D083DB, #6E107C) !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/rolgroup/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: 18px;
line-height:24px;
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:10px;
    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:#c8af98;
    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;
    background:#1d232e;
     background:#1D0626;
    
    background555: url(/image/catalog/rolgroup/header_bg_black.png);
    background555: url(/image/catalog/rolgroup/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;
top55: 0px;
    right: 0;
    bottom: 0;
    width: 100%;
    opacity:23%;
    z-index:996;
    display5555:none;
    
    
     display:none;
    }
    
    
    
    #myVideo2 {
    position: relative;
    position: absolute;
    bottom: 269px;
   
    right: 0;
   
    width: 100%;
    opacity: 13%;
    z-index: 996;
    display5555: none;
   
}
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    header {
    position: relative;
    z-index: 997;
    
}



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

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

.container-video-olimp {
display:none;
}


.common-home .container-video-olimp {
display:block;
}

#myVideo {
opacity:23%;
    z-index:996;
    display:none;
     
    }
.common-home #myVideo {
opacity:23%;
    z-index:996;
    display:block;
     
    }
    
    .information-contact555 #myVideo {
opacity:5%;
    z-index:995;
    display:block;
     max-height:500px;
         display:none;
    }
    
     .information-information-6555 #myVideo {
opacity:10%;
    z-index:995;
    display:block;
   
    }
    
     .information-information-3555 #myVideo, .information-information-4555 #myVideo, .information-information-5555 #myVideo {
    position: relative;
    position: absolute;
    top: 49px;
    top: 327px;
    right: 0;
    bottom: 0;
    width: 100%;
    opacity: 11%;
     display:block;
    }
    
    .information-information-3555 #myVideo {
    display:none;
    }
    
    
     .information-information-9555 #myVideo {
    position: relative;
    position: absolute;
    
    top: 49px;top: 327px;
    right: 0;
    bottom: 0;
    width: 100%;
    opacity: 11%;
     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: 38px;
    margin-right: 115px;
      margin-right: 91px;
    margin-bottom: -150px;
}


#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-top555: 20px;
    display555: none;
    }
    
  #product-page .product-options img {
  width:200px;
  }
  
  
 .banners .promo-text-box { 
      display: block;
    background: #ffffff78;
    background: transparent;
    background:#1d232e;
   background: #1d232e3b;
    width: fit-content;
    margin: 0 auto;
    padding: 37px;
    color: white;
    }
    
     .banners .promo-text-box p { 
    line-height: 1.1;
    font-size: 16px;
    }
    
    
    
    
     .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/rolgroup/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-color: #9698af !important; */
    background-color: #f5f5f5;
    border-color: #ddd;
    background555: url(/image/catalog/rolgroup/header_bg_black.png);
    color: #000 !important;
    font-weight: 400 !important;
}

.simple-content .checkout-heading {
    background-color: #f5f5f5;
    border-color: #383636;
    background555: url(/image/catalog/rolgroup/header_bg_black.png);
    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: #1d232e;
  background555: url(/image/catalog/rolgroup/slider/slide-pic1.jpg);
  background-position: center;
  background: url(/image/catalog/olimp/bg-offcanvas.jpg);
    background-color: rgba(0, 0, 0, 0);
    background-size: auto;
  background-attachment: cover;
  background-position: center center;
  background-color: #000;
  background-size: cover;
  background-position: top center;
  background-position: 200 0px;
    }
    
    
    
    .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 {
  display555:none !important;
  text-align: center;
  }
    
   
   .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: #9698af;
}


.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;
        width: 167px;
    margin: 0 auto;
     margin-top: -13px;
    
}

#information-contact .store-img {
display555:none !important;
margin-top: 0px;
margin-bottom: 1px;
}

.footer_aboutus img {
width: 170px;
    border555: 1px solid #cbae98;
}

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

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

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




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

  
  .simplecheckout-cart td.model, .simplecheckout-cart th.model {
    display555: none !important;
    vertical-align: inherit;
}

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:#BD5CCC;
    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 13px 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;
   
}

.contact a:hover span span:last-child {
    color: #ccad9e;
    
}


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



.noty_type__success img {
display:none;
}


   .noty_type__success a {
color: #9698af;
    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;
margin-top: -18px;
}

.rm-account-wishlist-item-img {
text-align: center;
}
.rm-account-wishlist-item-img img  {
margin: 0 auto;
width:300px;
max-width:100%;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.45);
  border-radius: 20px;
}

.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;
     font-size: 17px;
    margin: 10px 0 30px 0;
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    text-align: center;
    color: #9698af;
    }
    
    
    
    .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: 3;
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    padding: 11px 0px 0px 0px;
    text-decoration: none;
    line-height: 19px;
    font-weight: 400;
    line-height: 16px;
    font-weight: 500;
    margin-top: 10px;
    color: #1d232e;
    margin: 0;
    clear: both;
    /* overflow: hidden; */
    text-overflow: ellipsis;
    width: 100%;
    min-height: 60px;
    }
    
    
    
    
.rm-content-title:hover  {
    color: #6e107c;
  text-decoration: underline;
}
    
    
    
    .rm-account-wishlist-item .addcart {
    background: transparent;
    border: none;
    font-size: 14px;
    color: var(--primary-color);
    padding: 0;
    background: #a3643d;
    border:1px solid #CD80D8; 
    background: linear-gradient(to right, #D083DB, #6E107C);
    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 {
 background: #FFF;
 border:1px solid #6E107C;
 color: #924ba0;
 }
 
 
 
 .header-cart-toggle .options {
 font-size: 12px;
    line-height: 13px;
 }
 
 
 .ocf-btn-link {
    font-weight: normal;
    color:#974396 !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/rolgroup/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: transparent;
    width: fit-content;
    margin: 0 auto;
    padding: 10px;
    }
   .banners .promo-text-box.opis-home {   
        
    
            margin-top: -20px;
        padding-top: 97px;
        padding: 40px 10px;
        background: #1d232e;
        

    }
    .banners .promo-text-box.opis-home p:last-child { 
    font-size:18px !important;
    }
 
    
    
    #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: 72px;
    margin-bottom: 15px;
    border-bottom: none!important;
    padding-bottom: 1px;
    margin-bottom: -49px!important;
}

.product-thumb .product-title {
 -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    padding: 2px 0;
    text-decoration: none;
    line-height: 14px;
    min-height: 46px;
    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: 0px !important;
    background: transparent !important;
    border: 1px solid #9698af;
    color: #9698af !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);
border:none;
    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;
    background: #1D0626BD !important;
    background:#F2E2F2D1 !important;
    background: linear-gradient(45deg, #60376C, #9B4FA9) !important;
    background: linear-gradient(45deg, #60376CBF, #9B4FA9D1) !important;
    top: 43px;
    top: 0px;
}

#top {
    background: #1d232e;
    background555: url(/image/catalog/rolgroup/header_bg_black.png);
    z-index: 998;
    position: fixed;
    width: 100%;
}
  
  
  
  
  
    
    }
    
    
    
     @media (max-width: 1024px) {
      .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: unset;
    border-radius: 0px;
    background: linear-gradient(to right, #D083DB, #6E107C) aliceblue !important;
    border: 1px solid #9698af;
    color: #FFF !important;
    padding: 8px 13px;
    background: transparent;
    border: none;
    font-size: 14px;
    color: var(--primary-color);
    padding: 0;
    background: linear-gradient(to right, #D083DB, #6E107C);
    font-size: 10px;
    font-weight: 600;
    color: white;
    padding: 7px 14px;
    text-transform: uppercase;
    position: relative;
    left: 0;
    top: 0;
    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;
    margin: 0 auto;
    border: 1px solid #CD80D8 !important;
}

     .product-list .product-thumb .addcart {

 
 
 background: #FFF !important;

  color: #852b92 !important;
  border: 1px solid white !important;
  }
   .product-list .product-thumb .addcart:hover {

  
 
 background: transparent !important;

  color: #FFF !important;
  border: 1px solid #FFF !important;
  }




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


  .product-thumb .thumb-description .addcart:hover { 
    display: block;
    position: relative;
  
    text-align: center;
    left: unset;
    margin: 0 auto;
    
    bottom: 8px;    
    float: unset;
    
    background: transparent !important;
    border: 1px solid #6E107C;
    color: #924ba0 !important;
    padding: 8px 13px;
     background: #FFF;
 border:1px solid #6E107C  !important;
 color: #924ba0;
}

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

.product-thumb .product-title {
 
  margin-bottom: 0px;
}

#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: -37px;
    margin-right: -44px;
    margin-bottom: -150px;
}
     
     
     }
     
     
     
   .big-logo-rolgroup {
  display:none;
  }    
     
     
  .common-home .big-logo-rolgroup {
  display:block;
  max-width:100%;
  }   
  
  .common-home #logo a .img-responsive  {
  display:none!important;
  }  
  
  .header-fixed  #logo a .img-responsive  {
  display:block !important;
  width: 170px;
  width: 90px;
  }  
  
  .header-fixed .big-logo-rolgroup {
 display:none !important;
  }   
     
     
  .common-home  #menu .nav > li > a {
   
    font-size: 15px;
    font-size: 14px;
    font-weight: 600;
  
    color: white;
} 

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


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

.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;
   }
   
    .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;
       color: #FFF;
   }
   
   
  .pro-deatil .right_info {
       text-align: left;
       }
   
   .ocf-value-name {
   
    text-transform: none;
}
   
 .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%;
}
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   .category-block-info {
   width:60%;
   display: inline-block;
   }
   .category-block-ar {
   width:39%;
   display: inline-block;
   padding:20px;
   text-align:center;
   }
   
   .category-block-ar-pic img {
   float: right;
    width: 400px;
    max-width: 100%;
    
    border-radius: 100px;
    }
    
    .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: #c8af98; */
    /* padding: 0px 13px; */
    font-size: 15px;
    }
     
      .product-info-kp:hover {
     color:#997d5e;
     
     }
     
     .product-info-uvaga {
   text-align: center;
    margin-top: 10px;
    margin-bottom: 40px;
    color: grey;
    font-weight: 200;
    line-height: 15px;
    letter-spacing: 0.4px;
    display555:none !important;
     }
     
     .product-info-uvaga .uvaga2 {
    font-weight: 500;
    color: #bfa485;
    font-size: 16px;
    line-height: 16px;
    margin-top: 18px;
       
     }
     
     .product-info-uvaga .uvaga2 a {
     font-weight: 400;
    color: #000;
    font-size: 16px;
    border-bottom: 1px dashed #000;
     }
     
    
     
      .product-info-uvaga .uvaga2 a:hover {
     font-weight: 400;
    color:  #9d8e81;
    font-size: 16px;
    border-bottom: 1px dashed  #9d8e81;
     }
     
     
     .product-product-90022 .product-info-uvaga .uvaga2,
     .product-product-90023 .product-info-uvaga .uvaga2,     
     .product-product-90024 .product-info-uvaga .uvaga2,
     .product-product-90025 .product-info-uvaga .uvaga2,
     .product-product-90026 .product-info-uvaga .uvaga2,
     .product-product-90027 .product-info-uvaga .uvaga2,
     .product-product-90028 .product-info-uvaga .uvaga2,
     .product-product-90029 .product-info-uvaga .uvaga2,
     .product-product-90030 .product-info-uvaga .uvaga2,
     .product-product-90031 .product-info-uvaga .uvaga2,
     .product-product-90032 .product-info-uvaga .uvaga2 {
      display:none !important;
     }
     
     .product-category-18_166 .utochnenie-filtr {
      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: #777 !important;
    font-size: 15px;
    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: 5px;
  vertical-align: middle;
  width: auto !important;
  text-align: center;
  color: #924ba0 !important;
  background: transparent;
  border-radius: 3px;
  margin: 5px 0 3px 0 !important;
    }
    
    
    
    #menu .nav.navbar-nav li:hover > span {
    color:white  !important;
    }
    
    #column-left .account-content .list-group a {
    border-bottom: 1px solid #c8af9838;
    border-radius: 0;
    margin: 0;
    background: transparent;
    padding: 7px 13px;
    text-transform: none;
    color: black;
    font-size: 15px;
    
    
    border-bottom: 1px solid #b99bbb57;
  border-radius: 0;
  margin: 0;
  background: transparent;
  padding: 7px 13px;
  text-transform: none;
  color: white;
  font-size: 15px;
    
}

  #column-left .account-content .list-group a:hover {
 color: #ebdbee ;
    
}



     
     #column-left .account-content .list-unstyled {
         border: 1px solid #c8af9838;   
    
    border: 1px solid #b99bbb;
  padding: 20px 13px;
  padding: 6px 13px;
  margin: 12px 0 0 0 !important;
     }
     
     
     .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: 64%;
width: 62%;
}

.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: 481px !important;
  max-width: 100% !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: 4px 10px 5px 10px;
    vertical-align: middle;
    width: auto;
    text-align: center;
    color: #FFF;
    background: #c8af98;
    background: linear-gradient(#9B4FA9, #60376C);
    border-radius: 3px;
}


.ui-menu-item .product-detail .product-name {
font-family555: 'Jost', sans-serif !important;
    line-height: 15px !important;
    margin-bottom: 1px;
    color: #1d232e;
    font-weight: 500;
    display: inline-block;
}


.ui-autocomplete .mahardhi-search .product-detail {
line-height:15px;
text-align:center;
}


.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: #c8af98 !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;
    margin-top: -3px;
}


#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;
    }
    
    
    .rb-gallery .text-gallery {
    color: #FFF !important;
    background: #c8af98 !important;
    line-height: 1;
    text-align: center !important;
    padding: 6px 13px !important;
    transition: 0.5s;
        margin-top: -12px;
}
  
  
  
  .rb-gallery .text-gallery p {
    margin: 0 0 0px  !important;
}
  
  
  .checkout-heading span {
    display: inline-block !important;
    float: none !important;
}






.propage-tab {
        margin-bottom: 40px;
    }
    
    
    
    
    .faq-title {
        font-size: 22px;
    line-height: 25px;
    margin-top: 50px;
    text-align: center;
    color: #a88a67;
    font-weight: 600;
    margin-bottom: 20px;
    }
    
    .faq-otvet-pics {
    text-align: center;
    }
    
    .faq-otvet {
    
        font-size: 15px;
    line-height: 20px;
    }
    
       .faq-otvet-pics img {
       max-width:100%;
       width:400px;
       margin:0 auto;
       }
    
     .vkladka-branding {
      font-size: 15px;
    line-height: 20px;
     text-align: center;
      }
      
     .vkladka-branding strong {
    font-weight: 700;
    text-transform: none;
    color: #aa8f6f;
}
     
     .vkladka-branding-pics {
      text-align: center;
       }
     
    
    .vkladka-branding-pics img {
       max-width:100%;
       width:400px;
       margin:0 auto;
       }
    
    
    
   .pdf-opis  .product-block-info {
   width: 100% !important;
    display: block !important;
    float: none !important;
    padding-top: 20px;
   }
    
     .pdf-opis .product-block-ar {
        width: 100% !important;
    display: block !important;
    padding: 0px !important;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
    }
    
    
    .pdf-footer3 {
    color:black;
     text-align:center;
     margin-top:30px;
     margin-bottom:15px;
         text-transform: uppercase;
         font-size:18px; 
         }
    .pdf-footer4 {
    color:#997d5e; 
    text-align:center;
    margin-top:10px; 
     font-size:18px; 
      text-transform: uppercase;
      }
      
      
      .vkladka-branding-pics img {
         width: 400px !important;
    max-width: 100% !important;
    }
    
    .vkladka-branding {
    
    }
    
    .homepage-category-promo-title {
        text-align: center;
    background: linear-gradient(#9B4FA9, #60376C);
     
     
    display: block;
    margin: 0 auto;
    margin-bottom: 40px;
    padding: 14px 20px;
    font-size: 16px;
    color: white;
    margin-top: -20px;
    margin-top: 0px;
    line-height: 21px;
    }
    
    
    .homepage-category-promo-block {
     background: #9698af;
     background:#a93535;
    width: 200px;
        max-width: 78%;
    padding: 6px 7px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 18px;
        border-radius: 14px;
    }
    
     .homepage-category-promo-block a {
    color:white;
    }
    
    
     .homepage-category-promo-block a:hover {
    color:#efe9e9;
    }
    
    
    
    
    .olimp-success-header {
    background-image: linear-gradient(to top, rgba(8, 8, 8, 0) 0%, rgba(8, 8, 8, 0) 80%, rgba(4, 4, 4, 0.95) 100% ), url('/image/catalog/olimp/contacts-header-pic.jpg');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-size: 100%;
  background-size: cover;
  background-attachment: scroll;
  height: 480px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  z-index: 1;
  margin-top: -162px;
  margin-bottom: 80px;
    }
  
    .success-header-title {
    font-size: 42px;
  font-weight: 900;
  line-height: 1.1;
  color: white;
  margin: 100px 0px 0px;
  padding: 5px 23px;
  background-color: color(srgb 0.464 0.2523 0.515 / 0.66);
  background-color: rgba(19, 19, 19, 0.3);
  text-transform: uppercase;
  border-radius: 10px;
    }
    
    
    
  
    
    .instockli.has {
  display: flex;
  align-items: center;
  width: 250px;
}
.modelskuli.has {
margin-left: 0px;
  text-align: center;
  line-height: 25px;
  margin-top: -8px;
  }
    .manufacturerli.has {
   margin-left: 10px;
  text-align: right;
  line-height: 31px;
    }
    
    
    
    
    .12345 {
    
    }

@media (min-width: 1599px) {

.col-3 {
width:25%;
}

}


     
     
      @media (max-width: 1024px) {
     
     .slideshow {
     margin-top:-124px !important;
     }
     .cat_list_gird {
    display: none;
  }
   .text_sort {
    display: none;
  }
    .cat-pagination-right {
    text-align: left;
  }
   .text-right.show-select {
    width: auto;
    float: right;
    padding-right: 20px;
  }
    .ocf-btn-mobile-static {
    text-align: right;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
  }
    .ocf-btn-mobile-static {
    text-align: left !important;
    left: 20px !important;
    margin-left: 72px;
    margin-left: 55px;
    margin-bottom: 15px;
    border-bottom: none !important;
    padding-bottom: 1px;
    margin-bottom555: -49px !important;
    padding-bottom: 17px !important;
  }
    .cat_info {
    margin: -8px 8px 15px;
    width: auto;
    float: right;
  }
   .category-row.olimpolimp {
    display: inline-block;
  }
   
    
    }
     
     
     @media (max-width: 767px) {
     .cat_list_gird {
    display: none;
  }
   .text_sort {
    display: none;
  }
    .cat-pagination-right {
    text-align: left;
  }
   .text-right.show-select {
    width: auto;
    float: right;
    padding-right: 20px;
  }
    .ocf-btn-mobile-static {
    text-align: right;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
  }
    .ocf-btn-mobile-static {
    text-align: left !important;
    left: 20px !important;
    margin-left: 55px;
    margin-bottom: 15px;
    border-bottom: none !important;
    padding-bottom: 1px;
    margin-bottom555: -49px !important;
    padding-bottom: 17px !important;
  }
   
     .cat_info {
    margin: -8px -3px 15px;
    width: auto;
    float: right;
  }
     
      .category-row.olimpolimp {
    display: inline-block;
  }
     .homepage-category-promo-block {
     width: 156px;
     }
     
     .ocf-input-group .ocf-form-control {
    font-size: 10px !important;
    }
    
    .vkladka-branding {
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    margin: 20px;
}
     
      .slideshow {
     margin-top:0px !important;
     }
     
     .common-home #menu .btn-navbar span {
    background: white;
}

.common-home #menu .btn-navbar span:before, .common-home #menu .btn-navbar span:after {
    background: white;
}
     
     
     #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: 0px !important;
    margin-left: 28px !important;
    display: ruby;
    display: !important;
    display: inline-block !important;
    }
    
    
    
    .olimp-header-phones-2.mobilemenu .rolgroup-button {
    text-align: center !important;
    }
    
    
    .mobilemenucontacts {
    margin-top: 18px !important; 
  margin-bottom: 20px !important;
  }
  
  .olimp-header-social.mobilemenu {
  margin-top: 20px !important;
  }
    
    
   .onlymobile.language-offcanvas  .dropdown-menu {
position: absolute;
top: 100%;
top: 10px;
    left: 0px;
z-index: 1000;
display: none;
float: left;
min-width: 55px;
}

   .onlymobile.language-offcanvas .btn-group > .dropdown-menu {
border-radius: 20px;
background: linear-gradient(#9B4FA9, #60376C) !important;
}


.header_cart  .btn-group > .dropdown-menu {
border-radius: 20px;
background: #FFF;
}


   .onlymobile.language-offcanvas .btn-group > .dropdown-menu .btn-link {
border-color: rgba(0, 0, 0, 0);
cursor: pointer;
color: white;
font-size: 12px;
border-radius: 5px;
}

    .onlymobile.language-offcanvas .btn-group > .dropdown-menu .btn-link:hover {
border-color: rgba(0, 0, 0, 0);
cursor: pointer;
color: white;
font-size: 12px;
border-radius: 5px;
opacity: 0.8;
}
    
     
        #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: 15px;
    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: 18px;
    
}

.language-offcanvas .btn-link .code {
display:none !important;
}

.language-offcanvas .currency-offcanvas .btn-link .code {
display:inline-block !important;
}

.language-offcanvas .currency-offcanvas .btn-link .drop-text {
display:none !important;
}

.language-offcanvas .currency-offcanvas .dropdown-menu {
min-width: 55px !important;
}
     
     
     .product-thumb .image {
   
    margin-top: 15px;
   
}
     
     .propage-tab {
    margin-top: 60px;
}
     
     .category-block-info {
   width:90%;
   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: white !important;
   }
   
   .header_ac > a i, .btn_search .search-btn i, .btn_heart .heart-btn i, #cart > .btn {
 color: white !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);
    background555: url(/image/catalog/hill/slide-ilpa.jpg);
    background: url(/image/catalog/kubera/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;
    }
    
    
    
    
    #information-information .page_title {
    text-align: center;
    display:none;
    }
    
   
     
     }
     
    
     
     
     
     
     
    .topbar-phone {
    font-size:14px !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: 13px;
  line-height: 16px;
  margin: 0px 0;
  color: #C0AACE;
}
     
     .footer-desc a {
     color: #c8af98;
     }
     
     .footer-desc a:hover {
     color: #000;
     }
     
     .opis-home a {
     color: #c8af98;
     color: #e7c3f7;
     }
     
      .opis-home a:hover {
     color: #FFF;
     }
     
     
     .footer-phone {
         color: #FFF !important;
    font-size: 18px;
    line-height: 1.3;
    }
     .footer-phone:hover {
         color: #FFF !important;
    
    }
    
    .position-footer-right li > div.grafik {
    display: inline-block !important;
    }
     
     .powered {
         margin-left: 6% !important;
         }
         
         .position-footer-bottom {
             margin-right: 8% !important;
         }
     
     
     
     
  .btn-shadow-2 {
    box-shadow: 0 15px 34px rgba(197, 164, 126, 0.5);
}

.b1c-cr a {
 display: none !important;
}

.b1c-form label  {
 display: none !important;
}
.b1c-good.callback {
margin-top: -11px !important;
    text-align: left;
    }
    
    .b1c-form .b1c-description {
    margin: 0 13px 11.7px;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
}

.utochnenie-filtr {
text-align: center;
    border: 2px #9d48aa dashed !important;
    font-size: 13px;
    line-height: 17px;
    margin-bottom: -30px !important;
    padding: 10px;
    color: black;
  font-weight: 600;
}

.utochnenie-korzina {
text-align: center;
    border: 1px #1d232e dashed !important;
    border: 1px #343434 dashed !important;
        border: none !important;
        color: #FFF;
    background: #1d232e;
    background:#343434 !important;
    
     background: url(/image/catalog/olimp/bg-free-delivery-banner.jpg) !important;
    background-size: cover  !important;
    background-position: 0px 84px !important;
    
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 30px !important;
    padding: 10px;
}

.pro-deatil .b1c-good.callback {
text-align: center  !important;
    margin-bottom: 33px  !important;
    }
    
    
    
    .brand-logo-menu-img:hover {
    opacity:70%;
        filter: grayscale(0);
    }
    
    
    .currency .dropdown-toggle .drop-text {
    display:none;
    }
    
    
    
    select.sort-order option:nth-child(2), select.sort-order option:nth-child(3), select.sort-order option:nth-child(6), select.sort-order option:nth-child(7)  {
    display:none !important;
    }
    
    
    .dopinfo-link {
    color: #eceef3 !important;
  font-weight: 700;
  text-decoration: underline;
  margin-left: 10px;
    }
    
     .dopinfo-link:hover {
        color: #FFF !important;

    }
    
    
    .productpage-block3 {
    margin: 0 auto;
    display: inline-block;
    }
    
    #oneclick {
  max-width: 100%;
  width: 372px;
  margin: 0 auto;
  border: 1px dashed #8d499b;
  padding: 15px 19px 5px 19px;
  margin-top: -11px;
  border-radius: 10px;
  text-align: center;
}




#oneclick .help-block {
      display: block;
    margin-top: 13px;
    margin-bottom: 7px;
    font-size: 13px;
    line-height: 16px;
    color: #8d499b;
}


#button-oneclick {
    background: linear-gradient(#9B4FA9, #60376C);
    border-color: #8d499b;
    }
    
    #button-oneclick:hover {
    background: transparent;
    border-color: #8d499b;
    color:##8d499b;
    }

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}
    
    .instock-link {
        background-color: #c8af98;
    border-radius: 21%;
    color: #FFF;
    text-decoration: underline;
    padding: 1px 7px 4px 7px;
    }
    
    .instock-link:hover {
        background-color: #1d232e;
     text-decoration: underline;
    color: #FFF;
   
    }
    
    .checkout-link {
    text-decoration: underline;  
    color: #6e107c;
    font-size: 14px;
    font-weight: 700;
    }
    
    .checkout-link:hover {
    text-decoration: underline;  
    color: #000;
    font-size: 14px;
    font-weight: 700;
    }
    
    
    .opis-link {
        text-decoration: underline;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    }
    
    .opis-link:hover {
     text-decoration: underline;  
    color: #A756B5;
    font-size: 14px;
    font-weight: 700;
    }
    
    .opis-title {
    font-weight: 600;
  color: #FFF;
  background: linear-gradient(#9B4FA9, #60376C);
  padding: 9px 14px;
  border-radius: 17px;
  font-size: 14px;
     }
     
     .checkout-simplecheckout .opis-title {
    font-weight: 600;
  color: #6e107c;
  background: transparent;
  border:2px solid #6e107c;
  padding: 9px 14px;
  border-radius: 17px;
  font-size: 14px;
     }
     
     
     
     
     .about-us-content p {
     line-height: 17px;
     }
    
    .setka-opis-title {
        background-color: #c8af98;
    display: inline-block;
    padding: 6px 10px;
    font-weight: 800;
    font-size: 17px;
    }
    
     .setka-opis-title2 {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 50px;
    font-weight: 800;
    }
    
       .setka-opis-desc {
    margin-bottom: 30px;
    font-size: 15px;
    }
    
    
    
    .brands-video-block {
    margin-top: -202px;
    margin-bottom: 80px;
    width: 100%;
    text-align: center;
    }
    
    .brands-video-block video {
     width: 100%;
    }
    
    .brands-img-block {
    margin-top: -202px;
    margin-bottom: 80px;
    width: 100%;
    text-align: center;
    }
    
    .olimp-manufacturer-header.fendt .brands-video-block {
  margin-top: -98px;
  }
    
    
    .olimp-manufacturer-header.fendt .brands-video-block-logo {
  z-index: 999;
  margin-top: 100px;
}
.olimp-manufacturer-header.fendt .manufacturer-header-title {
display:none;
}

 .olimp-manufacturer-header.john-deere .brands-video-block-logo {
  z-index: 999;
  margin-top: 100px;
}
.olimp-manufacturer-header.john-deere .manufacturer-header-title {
display:none;
}
 .olimp-manufacturer-header.new-holland .brands-video-block-logo {
  z-index: 999;
  margin-top: 100px;
}
.olimp-manufacturer-header.new-holland .manufacturer-header-title {
display:none;
}
     .olimp-manufacturer-header.claas .brands-video-block-logo {
  z-index: 999;
  margin-top: 100px;
}
.olimp-manufacturer-header.claas .manufacturer-header-title {
display:none;
}

.olimp-manufacturer-header.case .manufacturer-header-title {
display:none;
}
.olimp-manufacturer-header.case .brands-video-block-logo {
  display:none;
  }


  .olimp-manufacturer-header.massey-ferguson .brands-video-block-logo {
  z-index: 999;
  margin-top: 100px;
}
.olimp-manufacturer-header.massey-ferguson .manufacturer-header-title {
display:none;
}
    
    
    .brands-img-block img {
     width: 100%;
    }
    
    
    .brand-empty-block {
    text-align: center;
    }
    
    .category-empty-block {
      text-align: center;
    }
    
    
    .all-brands-img {
    filter: grayscale(0) !important;
    width: auto;
    max-width: 100%;
    height: 111px;
    margin-bottom: 6px;
    }
    
    .menu-all-brands {
    position: absolute;
    top: 62px;
    right: 68px;
        text-decoration: underline;
    }
    
    .header-menu-sale a {
        background-color555: #c8af98;
    color: #c8af98 !important;
    font-weight: 800;
    padding666: 1px 6px;
    text-decoration: underline;
    }
    
    .header-menu-sale a:hover {
        background-color555: #c8af98;
    color: #FFF !important;
    font-weight: 800;
    padding666: 1px 6px;
    text-decoration: underline;
    }
    
    
    .hr-otstup-price {
        display: block;
    margin-top: 15px;
    margin-bottom: 0px;
    border-top: none;
    }
    
    
    #tab-description p {
    line-height:1.1;
    }
    
    .product-page-description-block { 
    line-height: 1.2;
  margin-top: 30px;
  color: black;
    }
    
    .product-page-instagram-block {
    margin-top: 30px;
    }
    .product-page-instagram-text  {
        font-size: 16px;
           line-height: 1.1;
        }
    
    .product-page-instagram-block a {
    text-decoration: underline;
    color: #48484c;
    font-weight: 500;
  }
    
    .product-page-instagram-text a span.fa-instagram {
        font-size: 50px;
        padding-top: 5px;
    color: #b18862;
    }
     .product-page-instagram-text span.fa-instagram:hover {       
    color: #1d232e;
    }
    
    .product-page-instagram-block a:hover {
    text-decoration: underline;
    color:#1d232e;
  }
  
   .product-page-instagram-text a:hover  span.fa-instagram {       
    color: #1d232e;
    }
    
    .product-page-instagram-block2 {
 display:none;
    }
    
    
    #product-page .product-options label.control-label {
    display:none;
    }
    
    .fa.fa-smile-o {
    font-size: 57px;
    margin-bottom: -5px;
    }
    
    
    .simplecheckout-cart td.remove, .simplecheckout-cart th.remove {
     display:none !important;
    }
    
    .simplecheckout-cart td.total {
    text-align: center !important;
    }
    
    .simplecheckout-cart .total, .simplecheckout-cart .price {
    text-align: center !important;
    }
    
    .simplecheckout-cart .name a{
       text-transform: none;
    font-size: 16px;
    font-weight: 500;
    /* line-height: 1 !important; */
    color: #1d232e;
    text-decoration: underline;
}
.simplecheckout-cart .name a:hover {
    color: #6e107c;
}


.utochnenie-korzina img.np {
max-width: 100%;
    width: 125px;
    margin-right: 7px;
    }
    
    .homepage-category-promo-title img.np {
max-width: 100%;
    width: 125px;
    margin-right: 7px;
    }
    
    
    .information-information-3 #content p, .information-information-4 #content p, .information-information-5 #content p   {
    margin: 0 0 15px;
    line-height: 1.2;
}

    
    
    
    .tovarnet  {
    opacity: 0.5;
    }
    
    .product-thumb.tovarnet .price {

    background: #9698af !important;
    background:transparent !important;
    
}
    
    .tovarnet .addcart {
    display:none !important;
    }
    
    
    
    
    
    .facebook-icon i,
    .instagram-icon i, 
    .telegram-icon i,
    .whatsapp-icon i {
   color: white;
  font-size: 28px;
  width: 29px;
  text-align: center;
  margin-right: 3px;
    }
    
    .socials-info .facebook-icon i,
   .socials-info  .instagram-icon i, 
    .socials-info .telegram-icon i,
   .socials-info  .whatsapp-icon i {
   color: black;
  font-size: 28px;
  width: 29px;
  text-align: center;
  margin-right: 3px;
    }
    
     .socials-info .facebook-icon i:hover,
   .socials-info  .instagram-icon i:hover, 
    .socials-info .telegram-icon i:hover,
   .socials-info  .whatsapp-icon i:hover {
   color: #a756b5;
   }
    
    
    
    
    .olimp-header-social {
    text-align: center;
    }
    
    .olimp-header-social a:hover {
    opacity:0.8;
    }
    
    .olimp-header-phones {
    display:none !important;
    }
    
   
    
    
    
    .olimp-header-phones a {
    font-size: 16px;
  color: white;
  }
  
  .olimp-header-phones a:hover {
   
  color: white;
  opacity:0.8;
  text-decoration: underline;
  }
  
  .olimp-header-phones-2  {
  margin-left: 20px; margin-left: 18px;
  margin-right: 50px; margin-right: 33px;
   
  text-align: center;
  line-height: 19px;
  }
  
  
  
    .olimp-header-phones-2 a {
    font-size: 16px;
    font-size: 14px;
  color: white;
  }
  
  .olimp-header-phones-2 a:hover {
   
  color: white;
  opacity:0.8;
  text-decoration: underline;
  }
  
   .olimp-header-phones-2 .rolgroup-button {
    margin-top: 9px;
    }
  
  
  .callback .btn {
 
   position: relative;
  display: inline-block;
  border: 0.2em solid #c8af98;
  border-radius: 0px;
  padding: 0;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  color: #A939D7;
  color:   #E19BFF;
  letter-spacing: 0px;
  text-transform: uppercase;
  text-decoration: none;
  background-color: transparent;
  margin-left: 0px;
  border: 0;
  border: none;
  box-shadow: none !important;
}

  
     .callback .btn:hover {
    background-color: #000;
  border: 1px solid #c8af98;
  background-color: transparent;
  color: #FFF;
  border: none;
  opacity: 0.8;
  text-decoration: underline;
     }
     
     .b1c i {
     font-size: 12px;
  margin-right: 2px;
  margin-top: -1px;
     }
     
     
     .b1c-form .b1c-tl {
  
  background: linear-gradient(#9B4FA9, #60376C) !important;
}

.b1c-submit, button.b1c {
  -moz-box-shadow: 0 3px 0 #c5a47e  !important;
  -webkit-box-shadow: 0 3px 0 #9B4FA9  !important;
  box-shadow: 0 3px 0 #9B4FA9;

  background: linear-gradient(#9B4FA9, #60376C) !important;
     }
     
     
     .container-video-olimp {
position: absolute;
  top: 50px;
    top: 0px;
  left: 0;
  width: 100%;
  aspect-ratio: 1920 / 543;
  overflow: hidden;
 
}

.container-video-olimp video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
 transform: translate(-50%, -29%);
  object-fit: cover;
}


.olimp-header-language-currency {
margin-right555: 17px;
display: flex;
}

.olimp-header-currency {
margin: 0 12px;

}

.olimp-header-language {
margin: 0 12px;

}


.olimp-header-language-currency .language {
padding-bottom: 4px;
}



.olimp-header-language-currency .language .pull-left {
  float: none !important;
}


.olimp-header-language-currency .language .btn.btn-link.dropdown-toggle{ 

background: linear-gradient(#9B4FA9, #60376C);
  color: white;
  border: none;
   width:52px;
   
   padding: 12px;
  border-radius: 25px;
  }

.olimp-header-language-currency .language .btn.btn-link.dropdown-toggle i {   
  display: none;
  }
  
  .olimp-header-language-currency .currency .btn.btn-link.dropdown-toggle{ 

background: linear-gradient(#9B4FA9, #60376C);
  color: white;
  border: none;
  width:52px;
  
  padding: 12px;
  border-radius: 25px;
  }
  
  
  .olimp-header-language-currency .currency .btn.btn-link.dropdown-toggle i {   
  display: none;
  }
  
    
   .header-links .btn_heart {
    position: relative;
    }
    
    
    
    #top {
    display:none !important;
    }
    
    
    .product-list .product-thumb .image img {
 height:314px;
 width:auto;
 border-radius:20px;
}

.product-list .product-thumb {
background: linear-gradient(to right, #D083DB, #6E107C);
  padding-right: 30px;
  border-radius: 21px;
} 



 .product-list .product-thumb .sale-text {
left: unset;
  background: #ffffffcf;
  right: 15px;
  color: #70127e;
}


.product-list .product-thumb .product-title a {
  text-transform: none;
  font-size: 22px;
  font-weight: 500;
  line-height: 1 !important;
  color: #FFF;
}

.product-list .product-thumb .product-title a:hover {
text-decoration: underline;
}


.product-list .product-thumb .product-title {
  text-align:left;
  margin-top: 10px;
}


.product-list  .product-thumb .description {
  color: #FFF;
  line-height: 17px;
  margin-top: 12px;
  text-align: left;
  font-size: 14px;
  
  max-height: 122px;
  overflow: hidden;
  margin: 0;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}


.product-list555 .product-thumb .image .addcart {
  display: block;
}


.product-list .product-thumb .image .addcart{
    display: none;
     opacity: 0;
  transform: translateY(10px); /* ??????? ???? */
  pointer-events: none; /* ????? ?? ????????, ???? ??????? */
}

.product-list .product-thumb:hover .image .addcart{
    display: block;
    opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  
  
}


.product-list .product-thumb .addcart {
background: transparent;
  border: none;
  font-size: 14px;
  color: var(--primary-color);
  padding: 0;
  background: #bd5ccc;
  font-size: 13px;
  font-weight: 600;
  color: white;
  padding: 7px 14px;
  text-transform: uppercase;
  position: absolute;
  left: 16px !important;
  top: unset !important;
  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;
  bottom: 46px !important;
  border: 1px solid #bd5ccc;
  
  width: 185px;
  left: 50% !important;
  transform: translateX(-50%) !important;
  
  
  background: transparent;
  border: none;
  font-size: 14px;
  color: var(--primary-color);
  padding: 0;
  background: #FFF;
  font-size: 13px;
  font-weight: 600;
  color: #852b92;
  padding: 7px 14px;
  text-transform: uppercase;
  position: absolute;
  left: 16px !important;
  top: unset !important;
  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;
  bottom: unset !important;
  border: 1px solid #bd5ccc;
  width: auto;
  left: unset !important;
  transform: unset !important;
  margin-top: 2px !important;
  display: block !important;
  
}

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



.product-list .product-thumb .addcart:hover  {
border: 1px solid white;
}



 .product-list .product-thumb .addcart:hover {
  color: white !important;
  }
 
 
  .product-list .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;
  border: 1px solid white;
}
 
 
 
 
 
 
 .product-list .product-thumb .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;
    margin-top: -10px;
  font-weight: 500;
  display: inline-block;
  padding: 8px 16px 6px 16px;
  vertical-align: middle;
  width: auto;
  text-align: center;
  color: #FFF;
  background: transparent;
  border-radius: 3px;
  border: 1px dashed white;
  border: none;
  
  background-image: linear-gradient(to top, 
rgba(8, 8, 8, 0) 0%, 
rgba(8, 8, 8, 0) 80%, 
rgba(4, 4, 4, 0.95) 100%
), url('/image/catalog/olimp/price-bg.jpg');
background-size: cover;
background-position: top center;
background-attachment: scroll;
background-size: 100%;
}

.product-list .product-thumb .price-old {
  color: var(--secondary-light-color);
  color: #c1baba;
  font-size: 16px;
}



.product-layout.product-list .product-thumb .thumb-description .addcart {
display: none;
}



    
    .product-thumb .button-group {
  position: absolute;
  visibility: hidden;
  right555: -40px;
  left: 13px;
  top: 5px;
  }
  
  
  .olimp-category-page-model {
background: #ffffffcf;
  width: auto;
  display: inline;
  padding: 3px 13px;
  margin-top: -20px;
  font-size: 17px;
  line-height: 19px;
  font-weight: 700;
  border-radius: 9px;
  position: absolute;
  bottom: 12px;
  left: 36px;
  left: 50%; /* ?????????? ?? ??????????? */
  transform: translateX(-50%); /* ??????? ????? ?? ???????? ?????? ???????? */
  }
  
    .product-list .product-thumb .image {
    float: left;
    margin-right: 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.45);
    border-radius: 20px;
    
    padding: 4px;
  background: white;
  margin: 2px;
  margin-right: 25px;
  }


.category-description-pic {
max-width:100%;
float: left;
  margin-right: 30px;
}

.olimp-cat-description {
padding:0 10%;
}


.category-title  {
margin-top:40px;
}

.ocf-filter-name {

background: linear-gradient(to right, #D083DB, #6E107C);
  color: white;
  padding: 4px 13px;
  }
    
    .ocf-theme-light .ocf-value-count {
  background-color: #771b85 !important;
  border-radius: 50px;
  color: #FFF !important;
  padding: 2px 7px !important;
}


.product-grid .product-thumb .image {
box-shadow: 0 0 10px rgba(0, 0, 0, 0.45);
box-shadow: unset;
  border-radius: 20px;
  }

.product-grid .product-thumb  .olimp-category-page-model {
  background: #ffffffcf;
  width: auto;
  display: inline;
  padding: 3px 13px;
  margin-top: -20px;
  font-size: 17px;
  line-height: 19px;
  font-weight: 700;
  border-radius: 9px;
  position: absolute;
  bottom: 12px;
  left: 55px;
  left: 50%; /* ?????????? ?? ??????????? */
  transform: translateX(-50%); /* ??????? ????? ?? ???????? ?????? ???????? */
}

.product-grid .product-thumb .sale-text {
  position: absolute;
  top: 15px;
  left: unset;
  background: #9698af;
  background: #BD5CCC;
  font-size: 14px;
  color: white;
  border-radius: 17px;
  padding: 3px 8px;
  top: 1px;
  top: 13px;
  right: 14px;
  background: #ffffffcf;
  right: 15px;
  color: #70127e;
}

.product-grid .product-thumb .price {

background: transparent;
}

.product-grid .product-thumb .price-old {
  color: var(--secondary-light-color);
  color: #777;
  font-size: 16px;
  font-weight: 500;
}

.product-grid .product-thumb .product-title a:hover {
  color: #6e107c;
  text-decoration: underline;
}




.product-grid .product-thumb .addcart {
  background: transparent;
  border: none;
  font-size: 14px;
  color: var(--primary-color);
  padding: 0;
  background: linear-gradient(to right, #D083DB, #6E107C) !important;
  font-size: 13px;
  font-weight: 600;
  color: white;
  padding: 7px 14px;
  text-transform: uppercase;
 position: relative;
  left: 0;
  top: 0;
  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;
  border: 1px solid #CD80D8 !important; 
  margin: 0 auto;
}

.product-grid .product-thumb:hover .addcart {
 background: transparent !important;
   opacity: 1 !important;
   color:#924ba0 !important;
  border: 1px solid #6E107C !important;
  
}

.product-grid .product-thumb .addcart:hover i {
 
   color:#924ba0 !important;
  
}



.product-grid .product-thumb:hover .addcart:hover {
  background: transparent !important;
   opacity: 1;
   color:white;
  border: 1px solid white !important;
}


.product-grid .product-thumb .product-title {
  margin: 0;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  }




.olimp-category-header {
background-image: linear-gradient(to top, 
    rgba(8, 8, 8, 0) 0%, 
    rgba(8, 8, 8, 0) 80%, 
    rgba(4, 4, 4, 0.95) 100%
  ), url('/image/catalog/olimp/category-all-pages-header-pic.jpg');
  
  

  
  
  
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  
    background-size: 100%; background-size: cover;
   background-attachment: scroll;
  height: 480px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  z-index: 1;
  margin-top: -162px;
  margin-bottom:80px;
}


.category-header-title {
font-size: 72px;
font-weight: 900;
line-height: 1.1;
color: white;
margin: 100px 0px 0px;
padding: 5px 23px;
background-color: color(srgb 0.464 0.2523 0.515 / 0.66);
background-color: rgba(19, 19, 19, 0.3);
text-transform: uppercase;
border-radius: 10px;
}


.olimp-product-page-header { 
background-image: linear-gradient(to top, 
    rgba(8, 8, 8, 0) 0%, 
    rgba(8, 8, 8, 0) 80%, 
    rgba(4, 4, 4, 0.95) 100%
  ), url('/image/catalog/olimp/products-all-pages-header-pic.jpg');
  
  

  
  
  
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  
    background-size: 100%; background-size: cover;
   background-attachment: scroll;
  height: 336px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  z-index: 1;
  margin-top: -162px;
  margin-bottom: 50px;
}


.product-page-header-title {
font-size: 42px;
  font-weight: 900;
  line-height: 1.1;
  color: white;
  margin: 100px 0px 0px;
  padding: 5px 23px;
  background-color: color(srgb 0.464 0.2523 0.515 / 0.66);
  background-color: rgba(19, 19, 19, 0.3);
  text-transform: uppercase;
  border-radius: 10px;
  max-width: 98%;
  width: 1000px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}




.olimp-information-header {
background-image: linear-gradient(to top, 
    rgba(8, 8, 8, 0) 0%, 
    rgba(8, 8, 8, 0) 80%, 
    rgba(4, 4, 4, 0.95) 100%
  ), url('/image/catalog/olimp/info-pages-header-pic.jpg'); 
  
  
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  
    background-size: 100%; background-size: cover;
   background-attachment: scroll;
  height: 480px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  z-index: 1;
  margin-top: -162px;
  margin-bottom:80px;
}

.olimp-information-header .category-header-title {
font-size: 52px;
font-weight: 900;
line-height: 1.1;
color: white;
margin: 100px 0px 0px;
padding: 5px 23px;
background-color: color(srgb 0.464 0.2523 0.515 / 0.66);
background-color: rgba(19, 19, 19, 0.3);
text-transform: uppercase;
border-radius: 10px;
}


.olimp-wishlist-header  {
background-image: linear-gradient(to top, 
    rgba(8, 8, 8, 0) 0%, 
    rgba(8, 8, 8, 0) 80%, 
    rgba(4, 4, 4, 0.95) 100%
  ), url('/image/catalog/olimp/wishlist-header-pic.jpg'); 
  
  
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  
    background-size: 100%; background-size: cover;
   background-attachment: scroll;
  height: 480px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  z-index: 1;
  margin-top: -162px;
  margin-bottom:80px;
}

.olimp-wishlist-header  .category-header-title {
font-size: 52px;
font-weight: 900;
line-height: 1.1;
color: white;
margin: 100px 0px 0px;
padding: 5px 23px;
background-color: color(srgb 0.464 0.2523 0.515 / 0.66);
background-color: rgba(19, 19, 19, 0.3);
text-transform: uppercase;
border-radius: 10px;
}





.olimp-manufacturer-list-header {
background-image: linear-gradient(to top, 
    rgba(8, 8, 8, 0) 0%, 
    rgba(8, 8, 8, 0) 80%, 
    rgba(4, 4, 4, 0.95) 100%
  ), url('/image/catalog/olimp/brands-header-pic.jpg'); 
  
  
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  
    background-size: 100%; background-size: cover;
   background-attachment: scroll;
  height: 480px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  z-index: 1;
  margin-top: -162px;
  margin-bottom:80px;
}

.olimp-manufacturer-list-header .category-header-title {
font-size: 52px;
font-weight: 900;
line-height: 1.1;
color: white;
margin: 100px 0px 0px;
padding: 5px 23px;
background-color: color(srgb 0.464 0.2523 0.515 / 0.66);
background-color: rgba(19, 19, 19, 0.3);
text-transform: uppercase;
border-radius: 10px;
}

.product-manufacturer .breadcrumb-back {
display:none !important;
}

.product-manufacturer  .box.carousel.brand.mt-80.mt-80 {
  margin-top: 0px !important;
}




.olimp-contacts-header {
background-image: linear-gradient(to top, 
    rgba(8, 8, 8, 0) 0%, 
    rgba(8, 8, 8, 0) 80%, 
    rgba(4, 4, 4, 0.95) 100%
  ), url('/image/catalog/olimp/contacts-header-pic.jpg');
  
  

  
  
  
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  
    background-size: 100%; background-size: cover;
   background-attachment: scroll;
  height: 480px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  z-index: 1;
  margin-top: -162px;
  margin-bottom:80px;
}


.olimp-account-header {
background-image: linear-gradient(to top, 
    rgba(8, 8, 8, 0) 0%, 
    rgba(8, 8, 8, 0) 80%, 
    rgba(4, 4, 4, 0.95) 100%
  ), url('/image/catalog/olimp/wishlist-header-pic.jpg'); 
  
  
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  
    background-size: 100%;
   background-attachment: scroll;
  height: 480px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  z-index: 1;
  margin-top: -162px;
  margin-bottom:80px;
}



.olimp-account-header .account-header-title {
  font-size: 45px;
  font-weight: 900;
  line-height: 1.1;
  color: white;
  margin: 71px 0px 0px;
  padding: 5px 23px;
  background-color: color(srgb 0.464 0.2523 0.515 / 0.66);
  background-color: rgba(19, 19, 19, 0.3);
  text-transform: uppercase;
  border-radius: 10px;
}




.olimp-diler-header {
background-image: linear-gradient(to top, rgba(8, 8, 8, 0) 0%, rgba(8, 8, 8, 0) 80%, rgba(4, 4, 4, 0.95) 100% ), url('/image/catalog/olimp/contacts-header-pic.jpg');
  
  background-position: center;
  background-attachment: fixed;
  background-size: 100%;
  background-size: cover;
  background-attachment: scroll;
  height: 800px;
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  z-index: 1;
  margin-top: -162px;
  margin-bottom: 0px;
  margin-left: ;
  padding-right: 50px;
}



.olimp-diler-header .category-header-title {
  font-size: 62px;
  font-weight: 900;
  line-height: 1.1;
  color: white;
  margin: 71px 0px 0px;
  padding: 5px 23px;
  background-color: color(srgb 0.464 0.2523 0.515 / 0.66);
  background-color: rgba(19, 19, 19, 0.3);
  text-transform: uppercase;
  border-radius: 10px;
}

.olimp-diler-header iframe {
border: 0;
  display: inline-block;
  margin-top: 87px;
  }
  
  .information-information-12 .service-box {
margin-top: 7px;
  margin-bottom: 0px;
  background: #FAFAFA;
  padding-top: 64px;
  padding-bottom: 80px;
}

.information-information-12  .mt-80 {
  margin-top: 0px;
}








.olimp-manufacturer-header {
background-image: linear-gradient(to top, 
    rgba(8, 8, 8, 0) 0%, 
    rgba(8, 8, 8, 0) 80%, 
    rgba(4, 4, 4, 0.95) 100%
  ), url('/image/catalog/olimp/category-all-pages-header-pic.jpg');
   
  
  
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  
    background-size: 100%; background-size: cover;
   background-attachment: scroll;
  height: 480px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  z-index: 1;
  margin-top: -162px;
  margin-bottom:80px;
}


.product-manufacturer-info-38 .olimp-manufacturer-header {
background-image: linear-gradient(to top, 
    rgba(8, 8, 8, 0) 0%, 
    rgba(8, 8, 8, 0) 80%, 
    rgba(4, 4, 4, 0.95) 100%
  ), url('/image/catalog/olimp/manufacturer-header-john-deere.jpg');
  }



.manufacturer-header-title {
font-size: 72px;
font-weight: 900;
line-height: 1.1;
color: white;
margin: 100px 0px 0px;
padding: 5px 23px;
background-color: color(srgb 0.464 0.2523 0.515 / 0.66);
background-color: rgba(19, 19, 19, 0.3);
background-color: transparent;
text-transform: uppercase;
border-radius: 10px;
}











.product-category-164 .olimp-category-header, product-category-18_164 .olimp-category-header {
background-image: linear-gradient(to top, 
    rgba(8, 8, 8, 0) 0%, 
    rgba(8, 8, 8, 0) 80%, 
    rgba(4, 4, 4, 0.95) 100%
  ), url('/image/catalog/olimp/category-bushings-header-pic.jpg');
   background-size: cover;
  background-position: center;
  background-attachment: fixed;
  
      
  height: 440px;
 height: 530px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  z-index: 1;
  margin-top: -162px;
  margin-bottom:80px;
  
  }
  
  
  
  
  
  
  
  
  
  
  
  .dropdown-menu {
position: absolute;
top: 100%;
top: 2px;
left: -2px;
z-index: 1000;
display: none;
float: left;
min-width: 55px;
}

 .btn-group > .dropdown-menu {
border-radius: 20px;
background: linear-gradient(#9B4FA9, #60376C);
}


.header_cart  .btn-group > .dropdown-menu {
border-radius: 20px;
background: #FFF;
}


 .btn-group > .dropdown-menu .btn-link {
border-color: rgba(0, 0, 0, 0);
cursor: pointer;
color: white;
font-size: 12px;
border-radius: 5px;
}

 .btn-group > .dropdown-menu .btn-link:hover {
border-color: rgba(0, 0, 0, 0);
cursor: pointer;
color: white;
font-size: 12px;
border-radius: 5px;
opacity: 0.8;
}



body[class*="product-category"] #menu .nav > li > a {
  padding: 0;
  font-size: 12px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 0;
  background: transparent;
  text-transform: uppercase;
  color: white !important;
}


 body[class*="product-category"] #menu .nav > li > a:hover {
  color: #EBCBF0 !important;
}

body[class*="product-category"] #menu .nav > li > a:hover::after {
content: "";
background: #EBCBF0 !important;
}


body[class*="product-category"] .btn_heart .heart-btn {
  display: block;
  padding: 15px;
  color: var(--secondary-color);
  color: black;
  color: white !important;
}

body[class*="product-category"] #header_ac > a, body[class*="product-category"] .btn_search .search-btn, body[class*="product-category"] .btn_heart .heart-btn {
  color: var(--secondary-color);
  color: black;
  color: white !important;
}

body[class*="product-category"] #cart > .btn  {
  color: var(--secondary-color);
  color: black;
  color: white !important;
}


 body[class*="product-category"] #menu .nav > li > a::after {
    content: "";
    background: white !important;
    }





.homepage-mobile-allblocks {

}

.homepage-mobile-block {
     max-width: 100%;
    width: 330px;
    min-height: 231px;
    float: left;
    margin: 5px;
    padding: 0px;
    background: transparent;
    border: 1px solid #DBDADA;
    border-radius: 1px;
}

.homepage-mobile-block:hover {
background:#e19bff1a;
}

.homepage-mobile-title {
 font-size: 30px;
  text-align: center;
  font-weight: 800;
  margin-bottom: 40px;
  margin-top: 60px;
  line-height: 1.2;
}


.homepage-mobile-block-title {
font-size: 18px;
  line-height: 1;
  font-weight: 700;
  border-top: 1px solid #DBDADA;
  padding-top: 20px;
  text-align: center;
}

.homepage-mobile-block-title a {
    font-size: 18px;
    color: black !important;
    line-height: 1;
      font-weight: 700;
}

.homepage-mobile-block:hover .homepage-mobile-block-title, .homepage-mobile-block:hover .homepage-mobile-block-text   {
color:black !important;
 text-decoration: underline !important;
}



.homepage-mobile-block-title a:hover {
color:black !important;
 text-decoration: underline !important;
}

.homepage-mobile-block-img  {
text-align:center;
}

.homepage-mobile-block-img img {
max-width: 100%;
  width: 170px;
  float: none;
  margin-top: 0px;
}

.homepage-mobile-block-text {
margin-top: 90px;
}

.homepage-mobile-block-text a {
    text-decoration: underline;
    color:black;
}

.homepage-mobile-block-text a:hover {

}

.olimp-dealer-title {
     line-height: 1.1;
     font-weight:800;
   font-size: 38px !important;
}


.olimp-dealer-logo {
width:170px;
}



.container-olimp {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 20px;
  margin-top: 75px;
}

.olimp-homepage-map-desc {
  flex: 1 1 400px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.olimp-homepage-map-desc-1,
.olimp-homepage-map-desc-2 {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.olimp-homepage-map-desc-1-title,
.olimp-homepage-map-desc-2-title {
  display: flex;
  align-items: center;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.3;
  position: relative;
}

.olimp-homepage-map-desc-1-title::before,
.olimp-homepage-map-desc-2-title::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 24px;
  margin-right: 12px;
  background: linear-gradient(#9B4FA9, #60376C);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* ?????? ? ?????? */
.olimp-homepage-map-desc-1-title::before {
  content: "\f005"; /* fas fa-star */
}

.olimp-homepage-map-desc-2-title::before {
  content: "\f058"; /* fas fa-circle-check */
}

.olimp-homepage-map-desc-1-text,
.olimp-homepage-map-desc-2-text {
font-size: 14px;
  line-height: 1.3;
  color: #333;
}

.olimp-homepage-map-img {
  flex: 1 1 300px;
  text-align: center;
}

.olimp-homepage-map-img img {
  max-width: 100%;
  height: auto;
}

/* ???????????? */
@media (max-width: 768px) {
  .container {
    flex-direction: column;
    align-items: stretch;
  }

  .olimp-homepage-map-img {
    order: -1;
    margin-bottom: 20px;
    margin-bottom: 0px;
    flex: 1 1 10px;
  }

  .olimp-homepage-map-desc {
    gap: 32px;
  }
}



.olimp-advant-title {
font-size: 32px;
  font-weight: 800;
  line-height: 1.1;
  text-align:center;
  margin-bottom: 50px;
}


.service-icon strong {
font-size: 0px;
}

.service-icon strong::before {
font-size: 50px;
}

.service-content {
line-height: 1.2;
  font-size: 14px;
}



.ts-mw-tips-manager {
  font-size: 13px !important;
  color: #000;
}

.ts-mw-li a {
  font-size: 13px !important;
  cursor: pointer;
}




#featuredTabCarousel .product-thumb .image, #latestTabCarousel .product-thumb .image, #specialTabCarousel .product-thumb .image, #related-carousel .product-thumb .image {
  text-align: center;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.45);
  box-shadow: unset;
  border-radius: 20px;
}

#featuredTabCarousel .sale-text, #latestTabCarousel  .sale-text, #specialTabCarousel  .sale-text, #related-carousel .sale-text  {
  position: absolute;
  top: 15px;
  left: unset;
  background: #9698af;
  background: #BD5CCC;
  font-size: 14px;
  color: white;
  border-radius: 17px;
  padding: 3px 8px;
  top: 1px;
  top: 13px;
  right: 14px;
  background: #ffffffcf;
  right: 15px;
  color: #70127e;
  z-index: 999;
}


#featuredTabCarousel .product-thumb .price,  #latestTabCarousel .product-thumb .price, #specialTabCarousel .product-thumb .price, #related-carousel .product-thumb .price {
  background: linear-gradient(to right, #D083DB, #6E107C);
  background: transparent;
}

#featuredTabCarousel .product-thumb .price-old, #specialTabCarousel .product-thumb .price-old, #latestTabCarousel .product-thumb .price-old, #related-carousel .product-thumb .price-old {
  color: var(--secondary-light-color);
  color: #cac3c3;
  font-size: 16px;
  color: #777;
  font-size: 15px;
  font-weight: 500;
}


#featuredTabCarousel .product-thumb .product-title a:hover, #specialTabCarousel .product-thumb .product-title a:hover, #latestTabCarousel .product-thumb .product-title a:hover, #related-carousel .product-thumb .product-title a:hover {
  color: #6e107c;
  text-decoration: underline;
}










.olimp-manufacturer-header {
    position: relative;
    width: 100%;
    height: 500px; /* ????????????? ?????? ?????????? */
    overflow: hidden;
}

.olimp-manufacturer-header.fendt {
   height: 434px;  
}

.brands-video-block {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height555: 100%;
    z-index: 1; /* ????? ?? ?????? ???? */
}

#video-john-deere {
    display: block; /* ????????? ????????? ???????? ? ???????????? */
    width: 100%;
    height: 100%;
    object-fit: cover; /* ????? ????????? ???? ?????????, ???????? ????????? */
}

.manufacturer-header-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;

    text-align: center;
    z-index: 3; /* ????????? ?????? ????? */
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
}

/* ?????????? ? ?????????? ? ??????? ??????????? */
.olimp-manufacturer-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(8, 8, 8, 0) 0%, rgba(8, 8, 8, 0) 80%, rgba(4, 4, 4, 0.95) 100%);
    /* ?????? ??????? ???????????, ??? ??? ??? ????? ?? ???????????, ???? ????? ???????? */
    background-size: cover;
    background-position: center;
    z-index: 2; /* ?????????? ?????? ?????, ?? ??? ?????????? */
}









.product-grid .product-thumb .olimp-manufacturer-page-model {
background: #ffffffcf;
  width: auto;
  display: inline;
  padding: 3px 13px;
  margin-top: -20px;
  font-size: 17px;
  line-height: 19px;
  font-weight: 700;
  border-radius: 9px;
  position: absolute;
  bottom: 12px;
  left: 90px;
  left: 55px;
  left: 50%; /* ?????????? ?? ??????????? */
  transform: translateX(-50%); /* ??????? ????? ?? ???????? ?????? ???????? */
}



.olimp-manufacturer-page-model {
  background: #ffffffcf;
  width: auto;
  display: inline;
  padding: 3px 13px;
  margin-top: -20px;
  font-size: 17px;
  line-height: 19px;
  font-weight: 700;
  border-radius: 9px;
  position: absolute;
  bottom: 12px;
  left: 36px;
  left: 50%; /* ?????????? ?? ??????????? */
  transform: translateX(-50%); /* ??????? ????? ?? ???????? ?????? ???????? */
}







 body[class*="product-manufacturer"] .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: 17px;
  font-weight: 600;
  margin: 0;
  clear: both;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  min-height: 56px;
  min-height: 56px;
  }



 body[class*="product-manufacturer"]55555555555555555  .product-grid .product-thumb .addcart {
  background: transparent;
  border: none;
  font-size: 14px;
  color: var(--primary-color);
  padding: 0;
  background: #bd5ccc !important;
  font-size: 13px;
  font-weight: 600;
  color: white;
  padding: 7px 14px;
  text-transform: uppercase;
  position: absolute;
  left: 137px;
  top: -80px;
  }


body[class*="product-manufacturer"] #menu .nav > li > a:hover::after {
 
  background: #EBCBF0 !important;
}
body[class*="product-manufacturer"] #menu .nav > li > a:hover {
  color: #EBCBF0 !important;
}




body[class*="product-manufacturer"] .product-layout.product-list .product-thumb .thumb-description .addcart {
  display555: none !important;
}


body[class*="product-manufacturer"] .product-list .product-thumb .product-title {
  text-align: left;
  margin-top: 10px;
}

    
     #menu .nav > li > a:hover::after {
 
  background: #EBCBF0 !important;
}
    
    #menu .nav > li > a:hover {
  color: #EBCBF0 !important;
}

  #menu .nav > li > a::after {
    content: "";
    background: #f8fafd;
     background: #EBCBF0;
    }
    
    #menu .nav > li:hover > a {
  color: #EBCBF0;
  background-color: transparent;
}


 body[class*="product-category"]   #menu .nav > li > a::after {
    content: "";
    background: #f8fafd;
     background: #EBCBF0 !important;
    }
 body[class*="product-category"]  #menu .nav > li:hover > a {
  color: #EBCBF0 !important;
  background-color: transparent;
}




.b1c-form .b1c-description {
  margin: 19px 20px 19px 18px  !important;
  font-size: 12px  !important;
}



    
 body5555555555555555[class*="information-information"]  .header-main {
    background: #1D0626;
    }
    
    
    .information-information-12  .header-main {
   background: linear-gradient(#040404, rgba(8, 8, 8, 0)) !important;
    }
    
    
    
    
    
    .brands-video-block-logo {
    z-index: 999;
    }
    
    
     .homepage-mobile-block:nth-child(1):hover  .homepage-mobile-block-img {
    background: url('/image/catalog/olimp/category-bushings-header-pic.jpg');
    background-attachment: scroll;
    background-size: auto;
  background-attachment: scroll;
  background-size: contain;
  background-size: 101%;
  }
    
    .category-header-title.claas.onlylogo {
  font-size: 72px;
  font-weight: 900;
  line-height: 1.1;
  color: white;
  margin: 100px 0px 0px;
  padding: 5px 23px;
  background-color: color(srgb 0.464 0.2523 0.515 / 0.66);
  background-color: rgba(255, 250, 250, 0.3);
    }
    
    
    .product-tags {
    color: white;
  text-align: left;
  border-top: 1px solid white;
  padding-top: 5px;
  margin-top: 15px;
  }
  
  
  .product-layout.product-grid  .product-tags {
  display:none;
  }
  
  
  
  .product-tags a {
  color: white;
  text-decoration: underline;
  }
  
  .product-tags a:hover {
  color: #f4e4f7;
  text-decoration: underline;
  }
    
    
    .dropdown-address li:hover {
  background-color: #6e107c !important;
}
    
    
    .product-manufacturer .page_title {
    background: linear-gradient(#9B4FA9, #60376C);
  color: white;
  padding: 15px;
  margin-bottom: 50px;
  }
  
 .header-fixed .header-main {
        background: var(--secondary-color);
        background: #1D0626 !important;
        background: #1D0626BD !important;
    }
    
    
   #information-information #content a {
    color: #6e107c;
  text-decoration: underline;
  }
  
   #information-information #content a:hover {
    color: #000;

  }
  
  
  



#latestTabCarousel  .product-thumb .thumb-description .addcart {
  display: block;
  border: 1px solid #bd5ccc;
}

  #latestTabCarousel .product-thumb .thumb-description .addcart, #latestTabCarousel .product-list .product-thumb .image .addcart {
  display555: none;
  border: 1px solid #ac59b8;
 
}

.product-thumb .thumb-description .addcart:hover {
  display: block;
  border: 1px solid #bd5ccc !important;
  border: 1px solid #FFF !important;
    color: #924ba0 !important;
}

.product-list .product-thumb .thumb-description .addcart:hover {
  display: block;
  border: 1px solid #bd5ccc !important;
  border: 1px solid #FFF !important;
    color: #FFF !important;
}


    
    .noty_theme__mint.noty_type__success {
  background-color: #EBEEF2;
  background: linear-gradient(#9B4FA9, #60376C);
  
  border: 1px solid #60376C;
  color: white !important;
}

.noty_theme__mint.noty_type__success a {
  text-decoration: underline !important;
  color: #EBC7FB !important;
}

.noty_theme__mint.noty_type__success a:hover {
  text-decoration: underline !important;
  color: #FFF !important;
}

.simple-content .checkout-heading {
font-weight: 600 !important;
  color: #FFF !important;
  background: linear-gradient(#9B4FA9, #60376C) !important;
  padding: 9px 14px !important;
  border-radius5555: 14px !important;
  font-size: 14px !important;
  }




#simplecheckout_button_cart {
  width: auto;
  display: inline-block;
  
  text-transform: uppercase;
 
  border: 2px solid var(--primary-color);
  border: 2px solid black;
  color: var(--secondary-color);
  background: var(--primary-color);
  background: #9698af;
  background: black;
  border-radius: 0;
  font-weight: 600;
  cursor: pointer;
}

#simplecheckout_button_cart:hover {
  width: auto;
  display: inline-block;
  
  text-transform: uppercase;
 
  border: 2px solid var(--primary-color);
  border: 2px solid black;
  color: black;
  
  background: #9698af;
  background: transparent;
  border-radius: 0;
  font-weight: 600;
  cursor: pointer;
}


#simplecheckout_button_confirm {
  width: auto;
  display: inline-block;
  
  text-transform: uppercase;
 
  border: 2px solid var(--primary-color);
  border: 2px solid black;
  color: var(--secondary-color);
  background: var(--primary-color);
  background: #9698af;
  background: black;
  border-radius: 0;
  font-weight: 600;
  cursor: pointer;
}

#simplecheckout_button_confirm:hover {
  width: auto;
  display: inline-block;
  
  text-transform: uppercase;
 
  border: 2px solid var(--primary-color);
  border: 2px solid black;
  color: black;
  
  background: #9698af;
  background: transparent;
  border-radius: 0;
  font-weight: 600;
  cursor: pointer;
}
   
    
    .simplecheckout-cart .total {
  text-align: right;
  display: table-cell !important;
  font: inherit !important;
    font-weight: inherit;
  font-weight: bold !important;
  color: #6e107c !important;
}
    
    
    .simplecheckout-cart .image img {
  max-width: 55px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
  border-radius: 10px;
}


.simplecheckout .radio label {
  
  font-weight: 600;
  
}



.simplecheckout-cart-total-value {
  display: inline-block;
  margin: 0px 3px;
    margin-top: 0px;
    margin-left: 3px;
  min-width: 60px;
  color: #6e107c !important;
  font-weight: 700;
  font-size: 19px;
  margin-left: 14px !important;
  margin-top: 12px !important;
}

.checkout-simplecheckout .page_title {
display:none;
}

#simplecheckout_button_confirm {
  width: auto;
  display: inline-block;
  text-transform: uppercase;
  border: 2px solid black;
  color: var(--secondary-color);
  background: black;
  border-radius: 0;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

#simplecheckout_button_confirm:hover {
  transform: scale(1.05);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

#simplecheckout_button_confirm::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.5s ease;
}

#simplecheckout_button_confirm:hover::after {
  width: 200px;
  height: 200px;
  opacity: 1;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.4);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

#simplecheckout_button_confirm:active {
  animation: pulse 0.5s;
}

.instockli555 {
margin-top: 25px;
}

.instocktext {
color: #9d3199;
  margin-right: 10px;
  font-size: 18px;
  font-size: 15px;
  font-weight: 700;
  }
  
  
  .modelskuli strong {
  background: linear-gradient(#9B4FA9, #60376C);
  color: #FFF;
  padding: 4px 10px;
  border-radius: 8px;
  border:1px solid #60376C;
  }
  .modelskuli strong:hover {
  background: transparent;
  color: #60376C;
  border:1px solid #60376C;
  }
  
  .manufacturerli555 {
  margin-top: 10px;
  }
  
  
  .manufacturerli strong {
  background: linear-gradient(#9B4FA9, #60376C);
  color: #FFF;
  padding: 4px 10px;
  border-radius: 8px;
  border:1px solid #60376C;
  }
  .manufacturerli strong:hover {
  background: transparent;
  color: #60376C;
  border:1px solid #60376C;
  }
  
  
  .productpage-blockinfos {
    display: flex;
    align-items: center;
    gap: 20px;
    color: #333;
}

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

.instocktext {
    margin-left: 10px;
   
}
.manufacturerli {
    margin-left: 10px;
   
}

.productpage-tags {
border: 1px dashed #d8bedd;
  padding: 8px 20px;
  margin-top: 20px;
  border-radius: 13px;
  margin-bottom555: 40px;
  }
 .productpage-tags a { 
  color: #60376c;
  font-weight: 600;
  text-decoration: underline;
  }
  
   .productpage-tags a:hover { 
  color: #000;

  }
    
    
    .split-container {
  display: flex;
  width: 100%; /* ???????? ??? ????????? ?????? */
  gap: 20px;
  margin-top: 40px;
}

.product-page-price-block,
.productpage-block3 {
  flex: 1; /* ????? ???????????? ??????? */
  box-sizing: border-box;
}

/* ????????????? ???????: price-block ?????, block3 ?????? */
.product-options {
  order: 1; /* ????? */
}

.productpage-block3 {
  order: 2; /* ?????? */
}



.propage-tab .tab-content > .active {
  display: block;
  background: #944ca1;
  padding: 20px 35px;
  color: white;
  background: linear-gradient(#9B4FA9, #60376C);
  border-radius: 14px;
}

#product-page .tab-content {
  padding: 0px;
  color: var(--secondary-light-color);
  border-bottom: none;
}

#product-page .nav-tabs li {
  margin: 0 25px;
  padding: 15px 24px 10px 24px;
 
}

#product-page .nav-tabs li.active {
 
  background: linear-gradient(#60376C, #9B4FA9);
  border-radius: 14px 14px 0px 0px;
}

#product-page .nav-tabs > li > a {
font-size: 20px;
  line-height: 22px;
  font-weight: 700;
  color: black;
}


#product-page .nav-tabs > li > a::after {
  content: "";
  background: white;
  }

#product-page .nav-tabs > li.active > a {
  color: white;
}




#product-page .nav-tabs > li:hover > a {
  color: #60376C;
}

#product-page .nav-tabs > li.active:hover > a {
  color: white;
}

    
 #product-page .nav-tabs > li i {   
    color: #964da4;
    font-size: 25px;
    }
    
     #product-page .nav-tabs > li.active i {   
    color: #FFF;
    }
    
    
    .logo-mobile {
   width: 65px;
  padding: 4px;
    }
    
    
    
    
    
     .ocf-theme-light .ocf-search-btn-popover {
     background: linear-gradient(#9B4FA9, #60376C) !important;
  color: white !important;
     }
    
    
    .panel-success > .panel-heading {
  color: #FFF !important;
  background-color: #dff0d8 !important;
  border-color: #80448d !important;
  background: linear-gradient(#9B4FA9, #60376C) !important;
  font-size: 18px;
}

#order-info {

margin-top: 30px;

}

.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5 !important;
  border-color: #ddd;
  border-color: #80448d !important;
  background: linear-gradient(#9B4FA9, #60376C) !important;
  font-size: 15px !important;
  color: white !important;
  line-height: 1.2 !important;
}
    #order-products .prdimg img {
    width: 60px !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
  border-radius: 9px;
    }
    
    #common-success .mytable a {
  color: black !important;
  text-decoration: underline;
  margin: 0 auto;
 
}

 #common-success .mytable  a:hover {
  color: #6e107c !important;
  text-decoration: underline;
  margin: 0 auto;
 
}

.checkout-simplecheckout .homepage-category-promo-title {
  text-align: center;
  background: linear-gradient(#9B4FA9, #60376C);
    background-position-x: 0%;
    background-position-y: 0%;
    background-image: linear-gradient(rgb(155, 79, 169), rgb(96, 55, 108));
    background-size: auto;
  display: block;
  margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 0px;
  margin-bottom: 40px;
  padding: 14px 20px;
  font-size: 16px;
  color: white;
  margin-top: -20px;
  margin-top: 0px;
  line-height: 21px;
  background-image: linear-gradient(to top, rgba(8, 8, 8, 0) 0%, rgba(8, 8, 8, 0) 80%, rgba(4, 4, 4, 0.95) 100% ), url('/image/catalog/olimp/wishlist-header-pic.jpg');
  background-size: cover;
  background-position: 0px 155px;
}
    
    
  .right_info  .alert.alert-success {
  position: relative !important;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  border-radius: 0;
  margin: 0 0 20px 0;
  display555: none;
  background: linear-gradient(#9B4FA9, #60376C) !important;
    background-color: rgba(0, 0, 0, 0);
}
    
  .right_info .alert.alert-success button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  margin: ;
  position: absolute;
  right: 9px;
  top: 2px;
  color: #FFF;
  text-shadow: 0 1px 0 #fff;
  opacity: .4;
}



.policy {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #333;
    color: #fff;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 1000;
    font-size: 14px;
}
.policy img {
    max-width: 50px;
    margin-right: 10px;
}
.policy span {
    flex: 1;
}
.policy a {
    color: #E19BFF;
    text-decoration: underline;
}

.policy a:hover {
    color: #FFF;
    text-decoration: underline;
}

.policy button {
    background: #28a745;
    color: #fff;
    border: none;
    padding: 5px 15px;
    cursor: pointer;
    border-radius: 3px;
    margin-right: 80px;
}
@media (max-width: 600px) {
    .policy {
        flex-direction: column;
        text-align: center;
    }
    .policy img {
        margin-bottom: 10px;
    }
    .policy button {
        margin-top: 10px;
    }
}

#mahardhiSearch > *, #search > * {
  background: transparent;
  color: var(--secondary-light-color);
  display: block;
  width: 100%;
  padding: 12px;
  
}

#mahardhiSearch .dropdown-menu {
background: #ffffffde;
}

#search .dropdown-menu {
 
  background-color: #ffffffed !important;
  }


.search-suggestion .price-new {
  display: block;
  color: #ff2e2e;
  background: linear-gradient(#9B4FA9, #60376C);
  color: white;
  padding: 4px 8px;
}

.search-suggestion .in-stock .value {
  color: #00dd00;
  color: white;
  background-color: #832991;
  width: fit-content;
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 0.8em;
  font-weight: 600;
}

.search-suggestion .model .label {
  font-weight: normal;
  color: darkgray;
  padding-left: 0;
  padding-right: 5px;
  display: none;
}

.dropdown-menu li.disabled .search-suggestion .title {
  border-bottom: 2px solid #9b4fa9;
  font-size: 15px;
  color: #80308f;
  font-weight: 700;
}

.search-suggestion.product  .name {
max-width: 400px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  }

#search .input-group-btn button {
  padding: 0px;
  }
.search-suggestion .price-base {
  color: #801c8f !important;
}


#search .input-lg {
  height: 43px;
  border: none;
}


.search-suggestion.product .price {
  font-size: 1.2em;
  font-weight: 700;
  letter-spacing: 0px !important;
  }
  
  .search-suggestion .price-base {
    letter-spacing: 0px !important;
  }


.product-thumb .image a {
    position: relative;
    z-index: 2;
    display: block;
    pointer-events: auto;
}

.product-thumb .button-group,
.product-thumb .addcart,
.product-thumb .olimp-category-page-model {
    z-index: 1;
}

.product-grid .product-thumb .sale-text {

  z-index: 994;
}
.product-grid .product-thumb .olimp-category-page-model {
    z-index: 994;
}
.product-list .product-thumb .sale-text { 
  z-index: 994;
}

.product-list .product-thumb .olimp-category-page-model  {
 
  z-index: 994;
}

.product-grid .product-thumb .button-group {
 
  z-index555: 994;
}

.product-thumb .button-group {
  z-index: 999;
   z-index: 991;
  height: 25px;
}


@media (max-width: 991px) {
    .product-list .product-thumb .image a {
        z-index: 2;
    }
    .product-list .product-thumb .image .addcart {
        z-index: 1;
    }
}






.account-order-info table.table-bordered.table-hover img {
max-width: 99%;
  width: 100px;
  padding: 12px;
  display: none;
}

.olimp-logout  {

border: none;
  background: white;
  color: #8a4898 !important;
  display: inline-block;
  border-radius: 16px;
  margin-top: 10px;
   
 
  }
  
  
.olimp-logout a {

border: none;
 
  color: #8a4898 !important;
  display: inline-block;
  border-radius: 16px;
  margin-top: 10px;
    font-size: 13px !important;
 
  }
  
 #account-account .account-main {
  display: none;
  }
  

#error-not-found #content {
  text-align: center;
}




.12345 {
    
    }
    




    
    
 
 .onlyipad {
  display: none;
}

@media (max-width:1900px) {
    #menu .nav > li > a {
  
  font-size: 14px !important;
  font-weight: 600;
  color: white;
}

#menu .nav > li > a {
 
  font-size: 14px!important;
  font-weight: 600;
  color: white;
}

  #menu .box-menu .nav > li > a {
   padding: 6px 30px 6px 15px !important;
  font-size: 15px !important;
  }
  
  
  
  



}



@media (max-width:1640px) {
    #menu .nav > li > a {
  
  font-size: 13px !important;
  font-weight: 600;
  color: white;
}

#menu .nav > li > a {
 
  font-size: 13px!important;
  font-weight: 600;
  color: white;
}

.olimp-header-language {
  margin: 0 3px;
}

.olimp-header-currency {
  margin: 0 2px;
}

.olimp-information-header { 
background-size: cover !important;
}
  #menu .box-menu .nav > li > a {
   padding: 6px 30px 6px 15px !important;
  font-size: 15px !important;
  }


}

@media  (max-width:1551px) {
   #menu .nav > li > a {
 
  font-size: 12px!important;
  font-weight: 600;
  color: white;
}

#menu .nav > li > a {
  
  font-size: 12px!important;
  font-weight: 600;
  color: white;
}
.header-left1.col-lg-2.hidden-xs.hidden-sm {
display:none !important;
}

.olimp-header-language {
  margin: 0 5px;
}

.olimp-header-currency {
  margin: 0 5px;
}

.olimp-information-header { 
background-size: cover !important;
}
  #menu .box-menu .nav > li > a {
   padding: 6px 30px 6px 15px !important;
  font-size: 15px !important;
  }
}

@media  (max-width:1465px) {
   #menu .nav > li > a {
 
  font-size: 11px!important;
  font-weight: 600;
  color: white;
}

#menu .nav > li > a {
  
  font-size: 11px!important;
  font-weight: 600;
  color: white;
}
.header-left1.col-lg-2.hidden-xs.hidden-sm {
display:none !important;
}

.olimp-header-language {
  margin: 0 5px;
}

.olimp-header-currency {
  margin: 0 5px;
}

.olimp-information-header { 
background-size: cover !important;
}
  #menu .box-menu .nav > li > a {
   padding: 6px 30px 6px 15px !important;
  font-size: 15px !important;
  }
  
  
  .homepage-mobile-block {
  max-width: 100%;
  width: 47% !important;
  }
  
  .service-item.ipad {
   margin-top: 40px;
   }
   
   .olimp-dealer-title {
  line-height: 1.1;
  font-weight: 800;
  font-size: 19px !important;
}

.olimp-dealer-logo {
  width: 170px;
  display: none!important;
}
   

}

@media  (max-width:1280px)    {

  #menu .nav > li > a {
 
  font-size: 11px!important;
  font-weight: 600;
  color: white;
}

#menu .nav > li > a {
  
  font-size: 11px!important;
  font-weight: 600;
  color: white;
}

.olimp-header-language {
  margin: 0 3px;
}

.olimp-header-currency {
  margin: 0 2px;
}

.olimp-information-header { 
background-size: cover !important;
}

  #menu .box-menu .nav > li > a {
   padding: 6px 30px 6px 15px !important;
  font-size: 15px !important;
  }
 }
 
 @media  (max-width:1172px)    {

  #menu .nav > li > a {
 
  font-size: 9px!important;
  font-weight: 600;
  color: white;
}

#menu .nav > li > a {
  
  font-size: 9px!important;
  font-weight: 600;
  color: white;
}

.olimp-header-language {
  margin: 0 3px;
}

.olimp-header-currency {
  margin: 0 2px;
}

.olimp-information-header { 
background-size: cover !important;
}
  #menu .box-menu .nav > li > a {
   padding: 6px 30px 6px 15px !important;
  font-size: 15px !important;
  }

 }
 
 
 @media  (max-width:1024px)    {



 }
 
 
 

 
 
 

@media (min-width: 992px) and (max-width: 1150px)  { 
 #menu .nav > li > a {
  font-size: 15px;
  font-size: 51px;
  font-weight: 600;
  color: white;
}

#menu .nav > li > a {
  font-size: 15px;
  font-size: 51px;
  font-weight: 600;
  color: white;
}
}


 
 
 
 @media (max-width: 1024px) {  
 
 .policy button {
    
    margin-right: 0px;
}
 
 
   #menu .box-menu .nav > li > a {
   padding: 6px 30px 6px 15px !important;
  font-size: 15px !important;
  }
 
 
  .cart-mobile-price .price-block {
    font-weight: 600;
    font-size: 13px;
    background: linear-gradient(#9B4FA9, #60376C) !important;
    width: auto;
    display: inline-block;
    color: white;
    padding: 3px 17px;
    border-radius: 10px;
  }
  
   .cart-mobile-price {
    width: 68%;
    float: left;
    padding-bottom: 1px;
  }
  
   .cart-mobile-quantity {
    width: 68%;
    float: left !important;
    margin-left: 14px;
  }
       
        .cart-mobile-image {
    min-width: 28px;
    width: 24%;
    float: left;
    padding: 1px 0px 10px 0px;
    min-height: 120px;
    }
    
    .cart-mobile-name .options {
    padding: 0px 0px;
  }
  
  .cart-mobile-name {
    
    margin-bottom: 9px;
  }
       
       
       .cart-mobile-name a {
    font-size: 14px;
    line-height: 16px;
    color: black;
    text-decoration: underline;
    font-weight: 600;
  }
       
       
       .productpage-blockinfos {
    display: flex;
    align-items: center;
    gap: 20px;
    color: #333;
    flex-wrap: wrap;
    justify-content: center;
}
       
       
           .productpage-blockinfos {
        flex-direction: column;
        gap: 10px;
    }
    
    .instockli {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

    .instockli, .modelskuli, .manufacturerli {
        width: 100%;
        text-align: center;
    }

    .instocktext {
        margin-top: 5px;
    }
       
       
       
       .split-container {
  display: flex;
  width: 100%; /* ???????? ??? ????????? ?????? */
  gap: 20px; /* ?????? ????? ??????? */
  flex-wrap: wrap; /* ????????? ?????? ???????????? ?? ????? ?????? */
}

.product-page-price-block,
.productpage-block3 {
  flex: 1; /* ????? ???????????? ??????? */
  box-sizing: border-box;
  min-width: 0; /* ????????????? ???????????? */
}

/* ????????????? ???????: price-block ?????, block3 ?????? */
.product-page-price-block {
  order: 1; /* ????? */
}

.productpage-block3 {
  order: 2; /* ?????? */
}
.split-container {
    flex-direction: column; /* ???????? ????? ?? ????????? */
  }

  .product-page-price-block,
  .productpage-block3 {
    flex: 100%; /* ?????? ???? ???????? ??? ?????? */
    width: 100%; /* ??????????, ??? ????? ?? ??????? ?? ??????? */
  }
       
    .right_info .product-options {
  order: 1;
  text-align: center;
}  


.nav-tabs {
    flex-direction: column; /* ??????????? ?? ???????????? ???????????? */
    flex-wrap: wrap; /* ????????? ??????? */
  }

  .nav-item {
    width: 100%; /* ?????? ??????? ???????? ??? ?????? */
    margin-right: 0;
    margin-bottom: 10px; /* ?????? ????? ?????????? */
  }

  .nav-link {
    justify-content: flex-start; /* ???????????? ?????? ? ?????? */
    padding: 10px;
  }
  
  #product-page .nav-tabs > li > a {
  font-size: 15px;
  line-height: 22px;
  font-weight: 600;
  color: black;
}

#product-page .nav-tabs li.active {
  background: linear-gradient(#60376C, #9B4FA9);
  border-radius: 14px;
}








.product-carousel .product-thumb .price, .newkarusel .product-thumb .price {
    text-align: center;
    margin-left: 0px;
  }
       
       
       .well {
  padding: 19px;
  border-radius: 5px;
  border: 1px solid var(--border-color);
  background: transparent;
  text-align: center;
  line-height: 1.1;
}
       
       
       
       .account_socnetauth2__header {
  font-size: 16px;
  margin-top: 30px;
}

#account-login .account_socnetauth2_bline_links table {
width: auto;
  margin: 0 auto;
  }
  
#account-login .account_socnetauth2_bline_links table td {
  
  border: none;
}
       
       
       
       .right_info h1, .quick-product-right h1 {
  font-size: 23px;
  text-transform: none;
  margin: 0 0 15px;
  font-weight: 600;
  color: #000;
  background: linear-gradient(45deg, #60376C, #9B4FA9);
    background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  text-align: center;
  line-height: 1;
}
       
       
       
       
       
       
       
       
       
       
       
       
       #topCategoryList .dopmenu {
       text-align:center;
       }
       
       #menu .nav > li.dopmenu > a {
    font-size: 12px  !important; 
    }
       
         .b1c-good.callback {
    margin-top: 6px !important;    
    margin-bottom: 18px;
  }
       
      .olimp-header-phones-2.mobilemenu .olimp-header-email {
       color: #FFF !important;
  font-size: 14px;
  line-height: 1.3;
  color: #FFF;
  border-bottom: 1px dashed #FFF;
  text-decoration: none;
  text-transform: none;
  }
       
       
       .olimp-header-phones-2.mobilemenu .olimp-header-phone1, .olimp-header-phones-2.mobilemenu .olimp-header-phone2, .olimp-header-phones-2.mobilemenu .olimp-header-phone3 {
       
              color: #FFF !important;
  font-size: 18px;
  line-height: 1.3;
  color: #FFF;
  border-bottom: 1px dashed #FFF;
  text-decoration: none;
  }
       
       
       
         .product-list .product-thumb .image .addcart {
    display: block !important;
    opacity:1 !important;
    background: #bd5ccc !important;
  }
  
  .product-list .product-thumb .image .addcart:hover {
    
    background: transparent !important;
  }
       
       
       .product-layout.product-list .product-thumb .price-old {
  color: var(--secondary-light-color);
  color: #c1baba;
  font-size: 12px;
}
       
       
       .product-layout.product-list .product-thumb .product-title {
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 15px;
    padding: 3px 0;
    text-decoration: none;
    line-height: 18px;
    min-height: 45px;
    font-weight: 400;
    margin: 0;
    margin-bottom: 0px;
    clear: both;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    margin-bottom: 12px;
    text-align: center;
  }
       
       
       .product-list .product-thumb .product-title a {
  text-transform: none;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.1 !important;
  color: #FFF;
  text-decoration: underline;
}
       
       
       
         .product-layout.product-list .product-thumb .description {
    margin: 93px 6px 6px;
    position: absolute;
    display: none;
  }
       
       .product-tags {
  color: white;
  text-align: center;
  border-top: 1px solid #ffffffa1;
  padding-top: 10px;
  margin-top: 19px;
  line-height: 1.3;
  font-size: 12px;
}
       
       
        .product-layout.product-list .product-thumb .price {
    margin-bottom: 20px;
    margin: 2px 0px 0px 0px;
    font-size: 14px;
  }
       
       
        .product-thumb .product-title a {
    font-size: 14px;
  }
       
       .product-thumb .price {
    font-size: 21px;
    font-weight: 700;
    font-size: 19px;
    font-weight: 700;
    margin: -2px 0 0 0 !important;
    display: block;
    display: contents;
    float: left;
    display: inline-block;
    float: none;
    text-align: center;
    margin: 6px 0 0 10px;
    margin: 8px 0 0 1px;
    width: 100%;
  }
       
       .product-grid .product-thumb .price-old {
  color: var(--secondary-light-color);
  color: #cac3c3;
  font-size: 14px;
}
       
       .product-grid .product-thumb .addcart {
background: transparent;
    border: none;
    font-size: 14px;
    color: var(--primary-color);
    padding: 0;
    background: linear-gradient(to right, #D083DB, #6E107C) !important;
    font-size: 13px;
    font-weight: 600;
    color: white;
    padding: 5px 11px;
    text-transform: uppercase;
    position: relative;
    left: 0px;
    top: -69px;
    height: auto;
    width: 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;
    border: 1px solid #bd5ccc !important;
    border-radius: 1px;
    position: relative;
    left: 0;
    top: 0;
    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;
    border: 1px solid #CD80D8 !important;
    margin: 0 auto;
    color: white !important;
}

  .product-grid .product-thumb .addcart:hover {
  background: transparent;
    border: none;
    font-size555: 14px;
    color: var(--primary-color);
    padding: 0;
    background555: #000 !important;
    font-size: 13px;
    font-weight: 600;
    color: white;
    padding: 5px 11px;
    text-transform: uppercase;
      left: 0px;
      position555: absolute;
    top555: -69px;
    height555: 31px;
    width555: 39px;
    opacity: 1;
    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;
    border: 1px solid #000 !important;
    border-radius: 1px;
}

.product-grid .product-thumb .addcart i {
color: white;
}
       
       
       
       .product-thumb .button-group {
  position: absolute;
  visibility: hidden;
  right555: -40px;
  left: 3px;
  top: 9px;
}


 .product-thumb .button-group {
    visibility: visible;
  }



       
       
       
       .product-grid .product-thumb .olimp-category-page-model {
  background: #ffffffcf;
  width: auto;
  display: inline;
  padding: 3px 13px;
  margin-top: -20px;
  font-size: 13px;
  line-height: 15px;
  }
       
       
       .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: 13px;
  line-height: 13px;
  padding-top: 1px;
}
       
       
       
       .ocf-header {
  font-size: 17px !important;
  line-height: 1.1 !important;
  
}
       
       
        .owl-stage-outer .product-thumb .thumb-description .addcart {
    right: 28px;
    right: 12px;
    top: -174px;
    right: 0;
    top: 0;
  
}
       
       
       .homepage-mobile-title {
  font-size: 25px;
  text-align: center;
  font-weight: 800;
  margin-bottom: 25px;
  margin-top: 28px;
  line-height: 1.2;
}
       
         .banners .promo-text-box.opis-home {
   
    padding: 40px 20px;
    
  }

       
       
       .olimp-dealer-title {
  line-height: 1.1;
  font-weight: 800;
  font-size: 25px !important;
  line-height: 1.1;
}

.banners .promo-text-box p {
  line-height: 1.1;
  font-size: 13px;
}

 .banners .promo-text-box.opis-home p:last-child {
    font-size: 15px !important;
  }
       
       
         .inner2 .button {
    font-size: 13px;
    line-height: 20px;
    padding: 2px 5px;
    font-weight: 700;
  }

       
       .olimp-homepage-map-desc-1-title, .olimp-homepage-map-desc-2-title {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  }
       
       
       .homepage-mobile-block {
  max-width: 100%;
  width: 47%;
  min-height: 209px;
  }
  
  .homepage-mobile-block-title {
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  border-top: 1px solid #DBDADA;
  padding-top: 13px;
  margin-bottom: 15px;
  }
       
       
        .language-offcanvas .btn-link {
    color: #FFF;
    font-size: 12px;
    background: trasparent;
 
   color: white;
  border: none;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
  width: 56px;
  padding: 12px;
  border-radius: 25px;
  margin-right: 0px;
  margin-bottom: 0px;
  }
  
  .language-offcanvas .btn.btn-link.dropdown-toggle {
  background: linear-gradient(#9B4FA9, #60376C) !important;
  margin-bottom: 20px;
  margin-top: 10px;
  margin-right: 15px;
  }
  
  
   #menu #topCategoryList.box-menu ul.language-offcanvas {
    float: none;
    display: block;
    text-align: left;
    margin: 0;
     background: linear-gradient(#9B4FA9, #60376C) !important;
  }
  
 
  
  
  
  
  .language-offcanvas .btn-link .fa-angle-down {
  display:none !important;
  }


       
       .footer-desc {
  font-size: 12px;
  line-height: 14px;
  margin: 0px 0;
  color: #F3EDF7;
}
       
       .category-description-pic {
 
  margin-bottom: 25px;
}

.footer-top .contact_site {
margin-bottom: 40px;
}
       
       
  #menu .nav > li > a {
       padding: 6px 30px 6px 15px !important;
       text-transform: uppercase;
       font-size: 14px;
       font-weight: 600;
       line-height: 1.2;
       }
       
       
       
       .123123123 {
       
       }
       
       
       
         #menu .nav > li > a {
 
  font-size: 10px!important;
  font-weight: 600;
  color: white;
  padding: 19px 2px 6px 0px !important;
}

#menu .nav > li > a {
  
  font-size: 10px!important;
  font-weight: 600;
  color: white;
}


 .onlymobile555 {
display:none !important;
}

.olimp-header-phones-2.hidden-xs.hidden-sm {
display:none !important;
}
.olimp-header-language-currency.hidden-xs.hidden-sm {
display:none !important;
}

  #logo img {
    max-width: 83px  !important;
  }

       
       
       
       
       
       
       .123123123 {
       
       }
       
      
       
       #cart-total {
  font-size: 0;
  padding: 3px;
  line-height: 1;
  border-radius: 50%;
  background: var(--primary-hover-color);
  position: absolute;
  right: 0;
  top: 0px;
  font-size: 9px;
  font-weight:700;
  padding: 4px 6px;
  line-height: 1;
  border-radius: 50%;
  background: red;
  background: white;
  position: absolute;
  right: -4px;
  top: 4px;
  color: #BD5CCC;
}

 body[class*="product-category"] .wishlist-total {
    background: white;
    position: absolute;
    right: 6px;
    top: 9px;
    color: #BD5CCC;
    font-weight: 700;
    padding: 4px 7px;
  }



.wishlist-total {
background: white;
    position: absolute;
   right: -4px;
    top: 4px;
    color: #BD5CCC;
    font-weight: 700;
    padding: 4px 6px;
}
       
       
       #header_ac .dropdown-menu {
  padding: 7px 15px;
  width: 200px;
  padding: 7px 14px;
  width: 218px;
  text-align: center;
  color: black;
  border-radius: 20px;
  top: 52px;
  left: -130px;
}

 #cart .dropdown-menu {
  overflow: hidden;
  display: none;
  margin: 0;
  padding: 0px;
  width: 300px;
  top: 52px;
}
       
       
       .olimp-category-header {
  background-image: linear-gradient(to top, rgba(8, 8, 8, 0) 0%, rgba(8, 8, 8, 0) 80%, rgba(4, 4, 4, 0.95) 100% ), url('/image/catalog/olimp/category-all-pages-header-pic.jpg');
  
 background-position: center; 
    background-size: cover;
    background-attachment: scroll;
    height: 200px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    z-index: 1;
    margin-top: 0px;
    margin-bottom: 27px;
  }
  
  .product-category-164 .olimp-category-header,  product-category-18_164 .olimp-category-header {
  background-image: linear-gradient(to top, rgba(8, 8, 8, 0) 0%, rgba(8, 8, 8, 0) 80%, rgba(4, 4, 4, 0.95) 100% ), url('/image/catalog/olimp/category-bushings-header-pic.jpg') !important;
 background-position: center; 
    background-size: cover;
    background-attachment: scroll;
    height: 200px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    z-index: 1;
    margin-top: 0px;
    margin-bottom: 27px;
}
       
       
       
       .category-header-title {
 font-size: 32px;
    font-weight: 900;
    line-height: 1.1;
    color: white;
    margin: 35px 0px -13px;
    padding: 5px 19px;
    background-color: color(srgb 0.464 0.2523 0.515 / 0.66);
    background-color: rgba(19, 19, 19, 0.3);
    text-transform: uppercase;
    border-radius: 10px;
}


.olimp-wishlist-header  {
 background-position: center; 
    background-size: cover;
    background-attachment: scroll;
    height: 200px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    z-index: 1;
    margin-top: 0px;
    margin-bottom: 10px;
}

.olimp-wishlist-header  .category-header-title {
 font-size: 32px;
    font-weight: 900;
    line-height: 1.1;
    color: white;
    margin: 35px 0px -13px;
    padding: 5px 19px;
    background-color: color(srgb 0.464 0.2523 0.515 / 0.66);
    background-color: rgba(19, 19, 19, 0.3);
    text-transform: uppercase;
    border-radius: 10px;

}


.olimp-diler-header {
 background-position: center; 
    background-size: cover;
    background-attachment: scroll;
    height: 600px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    z-index: 1;
    margin-top: 0px;
    margin-bottom: 10px;
    display: grid;
    padding-right: 0px;
}


.olimp-diler-header .category-header-title {
 font-size: 32px;
    font-weight: 900;
    line-height: 1.1;
    color: white;
    margin: 76px 0px -75px;
    padding: 5px 19px;
    background-color: color(srgb 0.464 0.2523 0.515 / 0.66);
    background-color: rgba(19, 19, 19, 0.3);
    text-transform: uppercase;
    border-radius: 10px;
}

.olimp-diler-header iframe {
height: 300px;
    margin-bottom: 35px;
    width: 786px;
    max-width: 85%;
    margin: 0 auto;
    margin-bottom: 0px;
    margin-bottom: 20px;
}

.olimp-advant-title {
  font-size: 19px;
  font-weight: 800;
  line-height: 1.1;
  text-align: center;
  margin-bottom: 37px;
  margin-top: -30px;
}


.olimp-contacts-header {
 background-position: center; 
    background-size: cover;
    background-attachment: scroll;
    height: 140px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    z-index: 1;
    margin-top: 0px;
    margin-bottom: 27px;
}

.olimp-success-header  {
 background-position: center; 
    background-size: cover;
    background-attachment: scroll;
    height: 200px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    z-index: 1;
    margin-top: 0px;
    margin-bottom: 27px;
}

.olimp-success-header .success-header-title {
 font-size: 26px;
    font-weight: 900;
    line-height: 1.1;
    color: white;
    margin: 35px 0px -13px;
    padding: 5px 19px;
    background-color: color(srgb 0.464 0.2523 0.515 / 0.66);
    background-color: rgba(19, 19, 19, 0.3);
    text-transform: uppercase;
    border-radius: 10px;

}


.olimp-information-header  {
 background-position: center; 
    background-size: cover;
    background-attachment: scroll;
    height: 200px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    z-index: 1;
    margin-top: 0px;
    margin-bottom: 10px;
}

.olimp-information-header .category-header-title {
 font-size: 32px;
    font-weight: 900;
    line-height: 1.1;
    color: white;
    margin: 35px 0px -13px;
    padding: 5px 19px;
    background-color: color(srgb 0.464 0.2523 0.515 / 0.66);
    background-color: rgba(19, 19, 19, 0.3);
    text-transform: uppercase;
    border-radius: 10px;

}


.olimp-account-header  {
 background-position: center; 
    background-size: cover;
    background-attachment: scroll;
    height: 200px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    z-index: 1;
    margin-top: 0px;
    margin-bottom: 40px;
}

.olimp-account-header .account-header-title {
 font-size: 32px;
    font-weight: 900;
    line-height: 1.1;
    color: white;
    margin: 35px 0px -13px;
    padding: 5px 19px;
    background-color: color(srgb 0.464 0.2523 0.515 / 0.66);
    background-color: rgba(19, 19, 19, 0.3);
    text-transform: uppercase;
    border-radius: 10px;

}


.olimp-product-page-header {
 background-position: center; 
    background-size: cover;
    background-attachment: scroll;
    height: 200px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    z-index: 1;
    margin-top: 0px;
    margin-bottom: 40px;
}

.olimp-product-page-header .product-page-header-title {
 font-size: 20px;
    font-weight: 900;
    line-height: 1.1;
    color: white;
    margin: 45px 0px -13px;
    padding: 5px 19px;
    background-color: color(srgb 0.464 0.2523 0.515 / 0.66);
    background-color: rgba(19, 19, 19, 0.3);
    text-transform: uppercase;
    border-radius: 10px;
display: -webkit-box;
max-height: 51px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}


.olimp-manufacturer-list-header  {
 background-position: center; 
    background-size: cover;
    background-attachment: scroll;
    height: 200px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    z-index: 1;
    margin-top: 0px;
    margin-bottom: 10px;
}

.olimp-manufacturer-list-header .category-header-title {
 font-size: 32px;
    font-weight: 900;
    line-height: 1.1;
    color: white;
    margin: 35px 0px -13px;
    padding: 5px 19px;
    background-color: color(srgb 0.464 0.2523 0.515 / 0.66);
    background-color: rgba(19, 19, 19, 0.3);
    text-transform: uppercase;
    border-radius: 10px;

}

.olimp-manufacturer-header  {
 background-position: center; 
    background-size: cover;
    background-attachment: scroll;
    height: 140px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    z-index: 1;
    margin-top: 0px;
    margin-bottom: 10px;
}

.olimp-manufacturer-header .category-header-title {
 font-size: 24px;
    font-weight: 900;
    line-height: 1.1;
    color: white;
    margin: 35px 0px -13px;
    padding: 5px 19px;
    background-color: color(srgb 0.464 0.2523 0.515 / 0.66);
    background-color: rgba(19, 19, 19, 0.3);
    text-transform: uppercase;
    border-radius: 10px;

}


   .brands-video-block {
    margin-top: -80px;
    margin-bottom: 40px;
  
    }
    
     .brands-img-block {
    margin-top: -80px;
    margin-bottom: 40px;
  
    }


.olimp-manufacturer-header.john-deere  {
  height: 260px;
   margin-top: 0px;

}

.olimp-manufacturer-header.john-deere  .brands-video-block-logo {
   margin-top: 82px;
    margin-bottom: 40px;
}

.olimp-manufacturer-header.john-deere  .brands-video-block-logo img {
max-width:99%;
width:150px;
}


.olimp-manufacturer-header.john-deere .manufacturer-header-title {
display:none;

}

.olimp-manufacturer-header.john-deere .brands-video-block {
  margin-top: 65px;
  margin-bottom: 20px;
  width: 100%;
  text-align: center;
}


.category-header-title.claas.onlylogo {
  font-size: 72px;
  font-weight: 900;
  line-height: 1.1;
  color: white;
  margin: 65px 0px 0px;
  padding: 5px 23px;
  background-color: color(srgb 0.464 0.2523 0.515 / 0.66);
  background-color: transparent;
}




       
       
       #mahardhiSearch, #search {
 
  background: #fffbfbe5 !important;
 
}

  #mahardhiSearch select.form-control.input-lg, #mahardhiSearch .input-lg {
    font-size: 14px;
  }
       
       
       .big-header-search-block {
       display:none  !important;
       }
       
       
       .rm-account-wishlist-item-info .rm-content-title {
       max-height:50px !important;
      
       }
       
       
       .product-info-uvaga .uvaga2 {
       
           margin-top: 7px;
    margin-bottom: 30px;
       }
       
       
       .homepage-category-promo-title, .utochnenie-korzina  {
       line-height: 1;
    font-size: 15px;
    }
       
       .homepage-category-promo-title img.np, .utochnenie-korzina img.np {
       display: block;
    float: left;
    margin-top: -9px;
    }
       
       
       
       .refine-search ul.cat-name {
       text-align: center;
       margin-bottom: 20px;
       }
       
       .service .promo-title {
       margin-top: 12px;
    margin-bottom: 8px;
    font-size: 18px;
       }
       
       
       
       #simplecheckout_shipping .radio input[type=radio] {
           margin-top: 1px !important;
       }
       
       #simplecheckout_payment .simplecheckout-block-content .radio {
           margin-bottom: 20px;
       }
       
       
       .product-info-uvaga {
   
    margin-top: 10px;
    margin-bottom: 8px;
    }
       
       .product-page-instagram-block {
 display:none;
    }
       
       
        .product-page-instagram-block2 {
 display:block;
 text-align: center;
;
    }
    
      .product-page-instagram-block2 {
    margin-top: 1px;
     margin-bottom: 45px
    }
    .product-page-instagram-text2  {
        font-size: 16px;
           line-height: 1.1;
        }
    
    .product-page-instagram-block2 a {
    text-decoration: underline;
    color: #1d232e;
    color:#b18862;
    font-weight: 500;
  }
    
    .product-page-instagram-text2 a span.fa-instagram {
        font-size: 28px;     
        margin-right: 5px;   
    color: #b18862;
    }
     .product-page-instagram-text2 span.fa-instagram:hover {       
    color: #1d232e;
    }
    
    .product-page-instagram-block2 a:hover {
    text-decoration: underline;
    color:#1d232e;
  }
  
   .product-page-instagram-text2 a:hover  span.fa-instagram {       
    color: #1d232e;
    }
       
       
       
       .pro-deatil .product-options select option {
           text-align: center !important;
           
           margin: 0 auto !important;
           }
       
       
       .related-products-block {
    
    margin-bottom: 30px;
}
       
       #content {
    min-height: 150px;
}
       
       
       .utochnenie-filtr {
           margin-bottom: -5px !important;
           }
       
       #product-category  .page_title {
      text-align: center;
       
       }
       
       #product-manufacturer .page_title {
       font-size:21px;
       
       }
       
       .menu-all-brands {
    position: unset !important;
    }
      
       
    
       
       .setka-right-block {
       text-align:center;
       }
       
       .simplecheckout label {
       line-height:14px;
       }
       
       .information-information-6 .about-us-content {
       margin-top:30px !important;
        margin-bottom:70px !important;
       }
       
         .information-information-6 .about-us-content .row {
       margin-bottom: 10px !important;
       }
       
       footer {
    
    background: url(/image/catalog/olimp/bg-footer.jpg);
    background-attachment: scroll;
   
    background-color: #e8e8e8;
    background-size: cover;
    background-position: center center;
    }
       
       
       
    .b1c-good.callback {
    margin-top: 10px !important;
    margin-left: 9px;
    text-align: left;
}

.b1c-form .b1c-fields input, .b1c-form .b1c-fields textarea, .b1c-form .b1c-fields select {
    outline: none;
    font-size: 13px !important;
    box-shadow: none !important;
}

.b1c-form {
width: 79% !important;
        margin: 0 auto !important;
}

.b1c-form .b1c-title-name {
    margin: 12.35px 0 10px 13px;
    font-size: 15px !important;
}

.b1c-form .b1c-title-name span {
  
    font-size: 15px !important;
}

.b1c-form .b1c-description {
    margin: 0 13px 11.7px;
    font-size: 12px !important;
    line-height: 14px;
}


.raschet .toggle-menu {
 display: none !important;
}
 
 .common-home .container-video-olimp {
  position: absolute;
  top: 50px;
  top: -74px;
  }
  
  .olimp-advant-title {
    font-size: 32px;
    font-weight: 800;
    line-height: 1.1;
    text-align: center;
    margin-bottom: 50px;
    margin-top: 0px;
  }
 
 
 
 .onlyipad {
  display: block;
}

.logo-ipad {
  width: 0px;
   width: 65px;
  padding: 4px;
}


 
 
  .onlymobile.language-offcanvas {
        padding: 6px !important;
    margin-bottom: 0px !important;
    margin-left: 28px !important;
    display: ruby;
    display: !important;
    display: inline-block !important;
    }
    
    
    
    .olimp-header-phones-2.mobilemenu .rolgroup-button {
    text-align: center !important;
    }
    
    
    .mobilemenucontacts {
    margin-top: 18px !important; 
  margin-bottom: 20px !important;
  }
  
  .olimp-header-social.mobilemenu {
  margin-top: 20px !important;
  }
    
    
   .onlymobile.language-offcanvas  .dropdown-menu {
position: absolute;
top: 100%;
top: 10px;
    left: 0px;
z-index: 1000;
display: none;
float: left;
min-width: 55px;
}

   .onlymobile.language-offcanvas .btn-group > .dropdown-menu {
border-radius: 20px;
background: linear-gradient(#9B4FA9, #60376C) !important;
}


.header_cart  .btn-group > .dropdown-menu {
border-radius: 20px;
background: #FFF;
}


   .onlymobile.language-offcanvas .btn-group > .dropdown-menu .btn-link {
border-color: rgba(0, 0, 0, 0);
cursor: pointer;
color: white;
font-size: 12px;
border-radius: 5px;
}

    .onlymobile.language-offcanvas .btn-group > .dropdown-menu .btn-link:hover {
border-color: rgba(0, 0, 0, 0);
cursor: pointer;
color: white;
font-size: 12px;
border-radius: 5px;
opacity: 0.8;
}
 
 
  header {
    position: fixed;
    z-index: 997;
    width: 100%;
    background-color: white;
    background: #1D0626BD !important;
    background: #F2E2F2D1 !important;
    background: linear-gradient(45deg, #60376C, #9B4FA9) !important;
    background: linear-gradient(45deg, #60376CBF, #9B4FA9D1) !important;
    top: 43px;
    top: 0px;
    }
 
 
 .homepage-mobile-block {
  max-width: 100%;
  width: 47%;
  min-height: 209px;
  }
  
  .homepage-mobile-block-title {
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  border-top: 1px solid #DBDADA;
  padding-top: 13px;
  margin-bottom: 15px;
  }
 
 
 .olimp-category-header {
  background-image: linear-gradient(to top, rgba(8, 8, 8, 0) 0%, rgba(8, 8, 8, 0) 80%, rgba(4, 4, 4, 0.95) 100% ), url('/image/catalog/olimp/category-all-pages-header-pic.jpg');
  
 background-position: center; 
    background-size: cover;
    background-attachment: scroll;
    height: 200px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    z-index: 1;
    margin-top: 0px;
    margin-bottom: 27px;
  }
  
  .product-category-164 .olimp-category-header,  product-category-18_164 .olimp-category-header {
  background-image: linear-gradient(to top, rgba(8, 8, 8, 0) 0%, rgba(8, 8, 8, 0) 80%, rgba(4, 4, 4, 0.95) 100% ), url('/image/catalog/olimp/category-bushings-header-pic.jpg') !important;
 background-position: center; 
    background-size: cover;
    background-attachment: scroll;
    height: 200px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    z-index: 1;
    margin-top: 0px;
    margin-bottom: 27px;
}
       
       
       
       .category-header-title {
 font-size: 34px;
    font-weight: 900;
    line-height: 1.1;
    color: white;
    margin: 35px 0px -13px;
    padding: 5px 19px;
    background-color: color(srgb 0.464 0.2523 0.515 / 0.66);
    background-color: rgba(19, 19, 19, 0.3);
    text-transform: uppercase;
    border-radius: 10px;
}
 
 
 
  .olimp-advant-title {
    font-size: 32px !important;
    font-weight: 800;
    line-height: 1.1;
    text-align: center;
    margin-bottom: 37px;
    margin-top: 0px !important;
  }
  
   .special-html {
    display: flex;
    align-items: center;
    background: var(--background-color);
    background: #1d232e;
    background: #1d0626;
  }
  
    .olimp-manufacturer-header.john-deere {
    height: 405px ;
    margin-top: -65px;
  }
 .brands-video-block {
  margin-top: 0px;
  }
  
  #cart-total {
  background: white;
    position: absolute;
    right: -4px;
    top: 4px;
    color: #BD5CCC;
  }
  
  .wishlist-total {
  color: #BD5CCC;
    background: white;
     right: 4px !important;
    top: 10px !important;
  }
  
  .big-header-search-block {
       display:none  !important;
       
      
    
   
       }
 
 body[class*="product-category"] .wishlist-total {
     right: 3px !important;
    top: 10px !important;
    }
 
 
 .service-item {
    padding: 0 5px;
    padding-bottom: 0px;
    width: 100%;
    padding-bottom: 40px;
  }
  
  .ipad {
    padding: 20px;
  }
  
  .container-olimp {
  margin-left: 20px;
  padding: 20px;
  }
  
  .olimp-homepage-map-img  {
 text-align:center;
 }
 
 .olimp-homepage-map-img img {
 margin:0 auto;
 }
 
 
 #latestTabCarousel .product-thumb .product-title {

  margin-bottom: -3px;
}

 .special-html {
    display: inline-block;
    }
 
 .special-html > div {
  padding: 0;
  width: 100% ;
}

 .banners .promo-text-box p {
    line-height: 1.1;
    font-size: 17px;
  }
  
   .slideshow {
    margin-top: -1px !important;
  }
  
   .common-home .container-video-olimp {
    position: absolute;
    top: 50px;
    top: -1px;
  }
  
    #myVideo {
    position: relative;
    position: absolute;
    top: 49px;
    top: 11px;
    }
    
    .utochnenie-filtr {
    margin-bottom: 25px !important;
  }
  
.language-offcanvas .btn-link .code {
display:none !important;
}

.language-offcanvas .currency-offcanvas .btn-link .code {
display:inline-block !important;
}

.language-offcanvas .currency-offcanvas .btn-link .drop-text {
display:none !important;
}

  .alert {
 
  margin-top: 10px;
}
       
       
       .right_info .alert.alert-success {
 
  margin-top: 10px;
}
 
 }
 
    
    .product-list .product-thumb .addcart::after {
 
  border: none !important;
}
    
    
    
    
    .55555 {
    
    }
    
    
    
       @media (max-width: 767px) {
       
       .product-list .product-thumb .addcart {

  font-size: 10px !important;
 padding: 4px 5px !important;
 
 background: #FFF !important;

  color: #852b92 !important;
  border: 1px solid white !important;
  }
   .product-list .product-thumb .addcart:hover {

  
 
 background: transparent !important;

  color: #FFF !important;
  border: 1px solid #FFF !important;
  }
  
  
  
  .product-tags {
  
  margin-bottom: 10px !important;
}
       
       
       li:not(.inline, .more) .search-suggestion .center > div.name {
 	margin-bottom: 0px;
}
       
       .search-suggestion .image img {
  border-radius: 5px;
  width: 45px;
}
       
       
       .search-suggestion .price-new {
  display: block;
  color: #ff2e2e;
  background: linear-gradient(#9B4FA9, #60376C);
  color: white;
  padding: 4px 8px;
  font-size: 12px;
}
       
       
       .policy button {
    
    margin-right: 0px;
}
       
       .alert {
 
  margin-top: 10px;
}
       
       
       .right_info .alert.alert-success {
 
  margin-top: 10px;
}
       
       .checkout-simplecheckout .homepage-category-promo-title {
  text-align: center;

    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
  background-position-x: 0%;
  background-position-y: 0%;
  background-image: linear-gradient(rgb(155, 79, 169), rgb(96, 55, 108));
  background-size: auto;
  display: block;
  margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-bottom: 40px;
  padding: 14px 20px;
  font-size: 15px;
  color: white;
  margin-top: -20px;
  margin-top: -20px;
  line-height: 16px;
  background-image: unset  !important;
    background: linear-gradient(#9B4FA9, #60376C) !important;
  background-size: unset  !important;
  background-position: unset  !important;
}

.homepage-category-promo-title img.np {
  max-width: 100%;
  width: 125px;
  margin-right: 7px;
  display: none !important;
}

       
       
       
       
           .slideshow {
    margin-top: -1px !important;
  }
  
   .common-home .container-video-olimp {
    position: absolute;
    top: 50px;
    top: -1px;
  }
  
    #myVideo {
    position: relative;
    position: absolute;
    top: 49px;
    top: 11px;
    display: block !important;
  }
       
       
       
       . common-home .container-video-olimp {
    position: absolute;
    top: 50px;
    top: -3px;
  }
  
  .common-home .container-video-olimp {
  display: block !important;
}
       
       
       .special-html {
    display: inline-block;
    }
 
 .special-html > div {
  padding: 0;
  width: 100% ;
}
       
        .service-box {
    margin-top: 56px;
    margin-bottom: 22px;
  }
       
       .container-olimp {
 margin-left: 10px;
  padding: 20px;
  }
       
        .service-item {
    padding: 0 5px;
    padding-bottom: 0px;
    width: 100%;
    padding-bottom: 10px;
  }
       
       
       .ipad {
    padding: 10px;
  }
       
       
    
     .olimp-advant-title {
    font-size: 23px !important;
    font-weight: 800;
    line-height: 1.1;
    text-align: center;
    margin-bottom: 37px;
    margin-top: 0px !important;
  }
       
       
       .onlyipad {
  display: none !important;
}


 .wishlist-total {
    background: white;
    position: absolute;
    right: -4px  !important;
    top: 4px  !important;
   
    }
    
    
body[class*="product-category"] .wishlist-total {
     right: 4px !important;
    top: 10px !important;
    }
       
       
        .cart-mobile-price .price-block {
    font-weight: 600;
    font-size: 13px;
    background: linear-gradient(#9B4FA9, #60376C) !important;
    width: auto;
    display: inline-block;
    color: white;
    padding: 3px 17px;
    border-radius: 10px;
  }
  
   .cart-mobile-price {
    width: 68%;
    float: left;
    padding-bottom: 1px;
  }
  
   .cart-mobile-quantity {
    width: 68%;
    float: left !important;
    margin-left: 14px;
  }
       
        .cart-mobile-image {
    min-width: 28px;
    width: 24%;
    float: left;
    padding: 1px 0px 10px 0px;
    min-height: 120px;
    }
    
    .cart-mobile-name .options {
    padding: 0px 0px;
  }
  
  .cart-mobile-name {
    
    margin-bottom: 9px;
  }
       
       
       .cart-mobile-name a {
    font-size: 14px;
    line-height: 16px;
    color: black;
    text-decoration: underline;
    font-weight: 600;
  }
       
       
       .productpage-blockinfos {
    display: flex;
    align-items: center;
    gap: 20px;
    color: #333;
    flex-wrap: wrap;
    justify-content: center;
}
       
       
           .productpage-blockinfos {
        flex-direction: column;
        gap: 10px;
    }
    
    .instockli {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

    .instockli, .modelskuli, .manufacturerli {
        width: 100%;
        text-align: center;
    }

    .instocktext {
        margin-top: 5px;
    }
       
       
       
       .split-container {
  display: flex;
  width: 100%; /* ???????? ??? ????????? ?????? */
  gap: 20px; /* ?????? ????? ??????? */
  flex-wrap: wrap; /* ????????? ?????? ???????????? ?? ????? ?????? */
}

.product-page-price-block,
.productpage-block3 {
  flex: 1; /* ????? ???????????? ??????? */
  box-sizing: border-box;
  min-width: 0; /* ????????????? ???????????? */
}

/* ????????????? ???????: price-block ?????, block3 ?????? */
.product-page-price-block {
  order: 1; /* ????? */
}

.productpage-block3 {
  order: 2; /* ?????? */
}
.split-container {
    flex-direction: column; /* ???????? ????? ?? ????????? */
  }

  .product-page-price-block,
  .productpage-block3 {
    flex: 100%; /* ?????? ???? ???????? ??? ?????? */
    width: 100%; /* ??????????, ??? ????? ?? ??????? ?? ??????? */
  }
       
    .right_info .product-options {
  order: 1;
  text-align: center;
}  


.nav-tabs {
    flex-direction: column; /* ??????????? ?? ???????????? ???????????? */
    flex-wrap: wrap; /* ????????? ??????? */
  }

  .nav-item {
    width: 100%; /* ?????? ??????? ???????? ??? ?????? */
    margin-right: 0;
    margin-bottom: 10px; /* ?????? ????? ?????????? */
  }

  .nav-link {
    justify-content: flex-start; /* ???????????? ?????? ? ?????? */
    padding: 10px;
  }
  
  #product-page .nav-tabs > li > a {
  font-size: 15px;
  line-height: 22px;
  font-weight: 600;
  color: black;
}

#product-page .nav-tabs li.active {
  background: linear-gradient(#60376C, #9B4FA9);
  border-radius: 14px;
}








.product-carousel .product-thumb .price, .newkarusel .product-thumb .price {
    text-align: center;
    margin-left: 0px;
  }
       
       
       .well {
  padding: 19px;
  border-radius: 5px;
  border: 1px solid var(--border-color);
  background: transparent;
  text-align: center;
  line-height: 1.1;
}
       
       
       
       .account_socnetauth2__header {
  font-size: 16px;
  margin-top: 30px;
}

#account-login .account_socnetauth2_bline_links table {
width: auto;
  margin: 0 auto;
  }
  
#account-login .account_socnetauth2_bline_links table td {
  
  border: none;
}
       
       
       
       .right_info h1, .quick-product-right h1 {
  font-size: 23px;
  text-transform: none;
  margin: 0 0 15px;
  font-weight: 600;
  color: #000;
  background: linear-gradient(45deg, #60376C, #9B4FA9);
    background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  text-align: center;
  line-height: 1;
}
       
       
       
       
       
       
       
       
       
       
       
       
       #topCategoryList .dopmenu {
       text-align:center;
       }
       
       #menu .nav > li.dopmenu > a {
    font-size: 12px  !important; 
    }
       
         .b1c-good.callback {
    margin-top: 6px !important;    
    margin-bottom: 18px;
  }
       
      .olimp-header-phones-2.mobilemenu .olimp-header-email {
       color: #FFF !important;
  font-size: 14px;
  line-height: 1.3;
  color: #FFF;
  border-bottom: 1px dashed #FFF;
  text-decoration: none;
  text-transform: none;
  }
       
       
       .olimp-header-phones-2.mobilemenu .olimp-header-phone1, .olimp-header-phones-2.mobilemenu .olimp-header-phone2, .olimp-header-phones-2.mobilemenu .olimp-header-phone3 {
       
              color: #FFF !important;
  font-size: 18px;
  line-height: 1.3;
  color: #FFF;
  border-bottom: 1px dashed #FFF;
  text-decoration: none;
  }
       
       
       
         .product-list .product-thumb .image .addcart {
    display: block !important;
    opacity:1 !important;
    background: #bd5ccc !important;
  }
  
  .product-list .product-thumb .image .addcart:hover {
    
    background: transparent !important;
  }
       
       
       .product-layout.product-list .product-thumb .price-old {
  color: var(--secondary-light-color);
  color: #c1baba;
  font-size: 12px;
}
       
       
       .product-layout.product-list .product-thumb .product-title {
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 15px;
    padding: 3px 0;
    text-decoration: none;
    line-height: 18px;
    min-height: 45px;
    font-weight: 400;
    margin: 0;
    margin-bottom: 0px;
    clear: both;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    margin-bottom: 12px;
    text-align: center;
  }
       
       
       .product-list .product-thumb .product-title a {
  text-transform: none;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.1 !important;
  color: #FFF;
  text-decoration: underline;
}
       
       
       
         .product-layout.product-list .product-thumb .description {
    margin: 93px 6px 6px;
    position: absolute;
    display: none;
  }
       
       .product-tags {
  color: white;
  text-align: center;
  border-top: 1px solid #ffffffa1;
  padding-top: 10px;
  margin-top: 19px;
  line-height: 1.3;
  font-size: 12px;
}
       
       
        .product-layout.product-list .product-thumb .price {
    margin-bottom: 20px;
    margin: 2px 0px 0px 0px;
    font-size: 14px;
  }
       
       
        .product-thumb .product-title a {
    font-size: 14px;
  }
       
       .product-thumb .price {
    font-size: 21px;
    font-weight: 700;
    font-size: 19px;
    font-weight: 700;
    margin: 6px 0 0 0;
    display: block;
    display: contents;
    float: left;
    display: inline-block;
    float: none;
    text-align: center;
    margin: 6px 0 0 10px;
    margin: -2px 0 0 1px;
    width: 100%;
  }
       
       .product-grid .product-thumb .price-old {
  color: var(--secondary-light-color);
  color: #cac3c3;
  font-size: 14px;
}
       
       .product-grid .product-thumb .addcart {
background: transparent;
    border: none;
    font-size: 14px;
    color: var(--primary-color);
    padding: 0;
    background: linear-gradient(to right, #D083DB, #6E107C) !important;
    font-size: 10px;
    font-weight: 600;
    color: white;
    padding: 5px 11px;
    text-transform: uppercase;
    position: relative;
    left: 0px;
    top: 0px;
    height: auto;
    width: 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;
    border: 1px solid #CD80D8 !important;
    border-radius: 1px;
    color: white !important;
}

  .product-grid .product-thumb .addcart:hover {
  background: transparent;
    border: none;
    font-size: 14px;
    color: var(--primary-color);
    padding: 0;
    background: transparent !important;
    font-size: 10px;
    font-weight: 600;
    color: white;
    padding: 5px 11px;
    text-transform: uppercase;
   
    opacity: 1;
    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;
    border: 1px solid #000 !important;
    border-radius: 1px;
}

.product-grid .product-thumb .addcart i {
color: #924ba0;
}
       
       
       
       .product-thumb .button-group {
  position: absolute;
  visibility: hidden;
  right555: -40px;
  left: 3px;
  top: 9px;
}


 .product-thumb .button-group {
    visibility: visible;
  }



       
       
       
       .product-grid .product-thumb .olimp-category-page-model {
  background: #ffffffcf;
  width: auto;
  display: inline;
  padding: 3px 13px;
  margin-top: -20px;
  font-size: 13px;
  line-height: 15px;
  }
       
       
       .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: 13px;
  line-height: 13px;
  padding-top: 1px;
}
       
       
       
       .ocf-header {
  font-size: 17px !important;
  line-height: 1.1 !important;
  
}
       
       
        .owl-stage-outer .product-thumb .thumb-description .addcart {
    right: 28px;
    right: 12px;
    top: -174px;
    right: 0;
    top: 0;
  
}
       
       
       .homepage-mobile-title {
  font-size: 25px;
  text-align: center;
  font-weight: 800;
  margin-bottom: 25px;
  margin-top: 28px;
  line-height: 1.2;
}
       
         .banners .promo-text-box.opis-home {
   
    padding: 40px 20px;
    
  }

       
       
       .olimp-dealer-title {
  line-height: 1.1;
  font-weight: 800;
  font-size: 25px !important;
  line-height: 1.1;
}

.banners .promo-text-box p {
  line-height: 1.1;
  font-size: 13px;
}

 .banners .promo-text-box.opis-home p:last-child {
    font-size: 15px !important;
  }
       
       
         .inner2 .button {
    font-size: 13px;
    line-height: 20px;
    padding: 2px 5px;
    font-weight: 700;
  }

       
       .olimp-homepage-map-desc-1-title, .olimp-homepage-map-desc-2-title {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  }
       
       
       .homepage-mobile-block {
  max-width: 100%;
  width: 47%;
  min-height: 209px;
  }
  
  .homepage-mobile-block-title {
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  border-top: 1px solid #DBDADA;
  padding-top: 13px;
  margin-bottom: 15px;
  }
       
       
        .language-offcanvas .btn-link {
    color: #FFF;
    font-size: 12px;
    background: trasparent;
 
   color: white;
  border: none;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
  width: 56px;
  padding: 12px;
  border-radius: 25px;
  margin-right: 0px;
  margin-bottom: 0px;
  }
  
  .language-offcanvas .btn.btn-link.dropdown-toggle {
  background: linear-gradient(#9B4FA9, #60376C) !important;
  margin-bottom: 20px;
  margin-top: 10px;
  margin-right: 15px;
  }
  
  
   #menu #topCategoryList.box-menu ul.language-offcanvas {
    float: none;
    display: block;
    text-align: left;
    margin: 0;
     background: linear-gradient(#9B4FA9, #60376C) !important;
  }
  
 
  
  
  
  
  .language-offcanvas .btn-link .fa-angle-down {
  display:none !important;
  }


       
       .footer-desc {
  font-size: 12px;
  line-height: 14px;
  margin: 0px 0;
  color: #F3EDF7;
}
       
       .category-description-pic {
 
  margin-bottom: 25px;
}

.footer-top .contact_site {
margin-bottom: 40px;
}
       
       
  #menu .nav > li > a {
       padding: 6px 30px 6px 15px !important;
       text-transform: uppercase;
       font-size: 14px;
       font-weight: 600;
       line-height: 1.2;
       }
      
       
       #cart-total {
  font-size: 0;
  padding: 3px;
  line-height: 1;
  border-radius: 50%;
  background: var(--primary-hover-color);
  position: absolute;
  right: 0;
  top: 0px;
  font-size: 9px;
  font-weight:700;
  padding: 4px 6px;
  line-height: 1;
  border-radius: 50%;
  background: red;
  background: white;
  position: absolute;
  right: -4px;
  top: 4px;
  color: #BD5CCC;
}

 body[class*="product-category"] .wishlist-total {
    background: white;
    position: absolute;
    right: 6px;
    top: 9px;
    color: #BD5CCC;
    font-weight: 700;
    padding: 4px 7px;
  }



.wishlist-total {
background: white;
    position: absolute;
   right: -4px;
    top: 4px;
    color: #BD5CCC;
    font-weight: 700;
    padding: 4px 6px;
}
       
       
       #header_ac .dropdown-menu {
  padding: 7px 15px;
  width: 200px;
  padding: 7px 14px;
  width: 218px;
  text-align: center;
  color: black;
  border-radius: 20px;
  top: 52px;
  left: -130px;
}

 #cart .dropdown-menu {
  overflow: hidden;
  display: none;
  margin: 0;
  padding: 0px;
  width: 300px;
  top: 52px;
}
       
       
       .olimp-category-header {
  background-image: linear-gradient(to top, rgba(8, 8, 8, 0) 0%, rgba(8, 8, 8, 0) 80%, rgba(4, 4, 4, 0.95) 100% ), url('/image/catalog/olimp/category-all-pages-header-pic.jpg');
  
 background-position: center; 
    background-size: cover;
    background-attachment: scroll;
    height: 200px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    z-index: 1;
    margin-top: 0px;
    margin-bottom: 27px;
  }
  
  .product-category-164 .olimp-category-header,  product-category-18_164 .olimp-category-header {
  background-image: linear-gradient(to top, rgba(8, 8, 8, 0) 0%, rgba(8, 8, 8, 0) 80%, rgba(4, 4, 4, 0.95) 100% ), url('/image/catalog/olimp/category-bushings-header-pic.jpg') !important;
 background-position: center; 
    background-size: cover;
    background-attachment: scroll;
    height: 140px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    z-index: 1;
    margin-top: 0px;
    margin-bottom: 27px;
}
       
       
       
       .category-header-title {
 font-size: 24px;
    font-weight: 900;
    line-height: 1.1;
    color: white;
    margin: 35px 0px -13px;
    padding: 5px 19px;
    background-color: color(srgb 0.464 0.2523 0.515 / 0.66);
    background-color: rgba(19, 19, 19, 0.3);
    text-transform: uppercase;
    border-radius: 10px;
}


.olimp-wishlist-header  {
 background-position: center; 
    background-size: cover;
    background-attachment: scroll;
    height: 200px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    z-index: 1;
    margin-top: 0px;
    margin-bottom: 10px;
}

.olimp-wishlist-header  .category-header-title {
 font-size: 24px;
    font-weight: 900;
    line-height: 1.1;
    color: white;
    margin: 35px 0px -13px;
    padding: 5px 19px;
    background-color: color(srgb 0.464 0.2523 0.515 / 0.66);
    background-color: rgba(19, 19, 19, 0.3);
    text-transform: uppercase;
    border-radius: 10px;

}


.olimp-diler-header {
 background-position: center; 
    background-size: cover;
    background-attachment: scroll;
    height: 541px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    z-index: 1;
    margin-top: 0px;
    margin-bottom: 10px;
    display: grid;
    padding-right: 0px;
}


.olimp-diler-header .category-header-title {
 font-size: 24px;
    font-weight: 900;
    line-height: 1.1;
    color: white;
    margin: 76px 0px -75px;
    padding: 5px 19px;
    background-color: color(srgb 0.464 0.2523 0.515 / 0.66);
    background-color: rgba(19, 19, 19, 0.3);
    text-transform: uppercase;
    border-radius: 10px;
}

.olimp-diler-header iframe {
width: 100%;
height: 300px;
    margin-bottom: 35px;
}

.olimp-advant-title {
  font-size: 19px;
  font-weight: 800;
  line-height: 1.1;
  text-align: center;
  margin-bottom: 37px;
  margin-top: -30px;
}


.olimp-contacts-header {
 background-position: center; 
    background-size: cover;
    background-attachment: scroll;
    height: 200px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    z-index: 1;
    margin-top: 0px;
    margin-bottom: 27px;
}

.olimp-information-header  {
 background-position: center; 
    background-size: cover;
    background-attachment: scroll;
    height: 200px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    z-index: 1;
    margin-top: 0px;
    margin-bottom: 10px;
}

.olimp-information-header .category-header-title {
 font-size: 24px;
    font-weight: 900;
    line-height: 1.1;
    color: white;
    margin: 35px 0px -13px;
    padding: 5px 19px;
    background-color: color(srgb 0.464 0.2523 0.515 / 0.66);
    background-color: rgba(19, 19, 19, 0.3);
    text-transform: uppercase;
    border-radius: 10px;

}


.olimp-account-header  {
 background-position: center; 
    background-size: cover;
    background-attachment: scroll;
    height: 200px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    z-index: 1;
    margin-top: 0px;
    margin-bottom: 40px;
}

.olimp-account-header .account-header-title {
 font-size: 24px;
    font-weight: 900;
    line-height: 1.1;
    color: white;
    margin: 35px 0px -13px;
    padding: 5px 19px;
    background-color: color(srgb 0.464 0.2523 0.515 / 0.66);
    background-color: rgba(19, 19, 19, 0.3);
    text-transform: uppercase;
    border-radius: 10px;

}


.olimp-product-page-header {
 background-position: center; 
    background-size: cover;
    background-attachment: scroll;
    height: 140px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    z-index: 1;
    margin-top: 0px;
    margin-bottom: 40px;
}

.olimp-product-page-header .product-page-header-title {
 font-size: 20px;
    font-weight: 900;
    line-height: 1.1;
    color: white;
    margin: 45px 0px -13px;
    padding: 5px 19px;
    background-color: color(srgb 0.464 0.2523 0.515 / 0.66);
    background-color: rgba(19, 19, 19, 0.3);
    text-transform: uppercase;
    border-radius: 10px;
display: -webkit-box;
max-height: 51px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}


.olimp-manufacturer-list-header  {
 background-position: center; 
    background-size: cover;
    background-attachment: scroll;
    height: 200px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    z-index: 1;
    margin-top: 0px;
    margin-bottom: 10px;
}

.olimp-manufacturer-list-header .category-header-title {
 font-size: 24px;
    font-weight: 900;
    line-height: 1.1;
    color: white;
    margin: 35px 0px -13px;
    padding: 5px 19px;
    background-color: color(srgb 0.464 0.2523 0.515 / 0.66);
    background-color: rgba(19, 19, 19, 0.3);
    text-transform: uppercase;
    border-radius: 10px;

}

.olimp-manufacturer-header  {
 background-position: center; 
    background-size: cover;
    background-attachment: scroll;
    height: 200px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    z-index: 1;
    margin-top: 0px;
    margin-bottom: 10px;
}

.olimp-manufacturer-header .category-header-title {
 font-size: 24px;
    font-weight: 900;
    line-height: 1.1;
    color: white;
    margin: 35px 0px -13px;
    padding: 5px 19px;
    background-color: color(srgb 0.464 0.2523 0.515 / 0.66);
    background-color: rgba(19, 19, 19, 0.3);
    text-transform: uppercase;
    border-radius: 10px;

}


   .brands-video-block {
    margin-top: -80px;
    margin-bottom: 40px;
  
    }
    
   


.olimp-manufacturer-header.fendt  {
  height: 200px;
   margin-top: 0px;

}
 .olimp-manufacturer-header.fendt .brands-video-block {
   margin-top: 65px;
  margin-bottom: 0px;
}

.olimp-manufacturer-header.fendt .brands-video-block-logo {
  z-index: 999;
  margin-top: 40px;
}

.olimp-manufacturer-header.claas  {
  height: 230px;
   margin-top: 0px;

}
 .olimp-manufacturer-header.claas .brands-video-block {
   margin-top: 65px;
  margin-bottom: 0px;
}

.olimp-manufacturer-header.claas .brands-video-block-logo {
  z-index: 999;
  margin-top: 40px;
}


 

    .olimp-manufacturer-header.massey-ferguson  {
  height: 220px;
   margin-top: 0px;

}
 .olimp-manufacturer-header.massey-ferguson .brands-video-block {
   margin-top: 5px;
  margin-bottom: 0px;
}

.olimp-manufacturer-header.massey-ferguson .brands-video-block-logo {
  z-index: 999;
  margin-top: 40px;
}



    .olimp-manufacturer-header.case  {
  height: 220px;
   margin-top: 0px;

}
 .olimp-manufacturer-header.case .brands-video-block {
   margin-top: 5px;
  margin-bottom: 0px;
}

.olimp-manufacturer-header.case .brands-video-block-logo {
  z-index: 999;
  margin-top: 40px;
  display:none;
}






    .olimp-manufacturer-header.new-holland  {
  height: 220px;
   margin-top: 0px;

}
 .olimp-manufacturer-header.new-holland .brands-video-block {
   margin-top: 5px;
  margin-bottom: 0px;
}

.olimp-manufacturer-header.new-holland .brands-video-block-logo {
  z-index: 999;
  margin-top: 40px;
}

    
    
     .brands-img-block {
    margin-top: -80px;
    margin-bottom: 40px;
  
    }


.olimp-manufacturer-header.john-deere  {
  height: 260px;
   margin-top: 0px;

}

.olimp-manufacturer-header.john-deere  .brands-video-block-logo {
   margin-top: 82px;
    margin-bottom: 40px;
}

.olimp-manufacturer-header.john-deere  .brands-video-block-logo img {
max-width:99%;
width:150px;
}


.olimp-manufacturer-header.john-deere .manufacturer-header-title {
display:none;

}

.olimp-manufacturer-header.john-deere .brands-video-block {
  margin-top: 65px;
  margin-bottom: 20px;
  width: 100%;
  text-align: center;
}


.category-header-title.claas.onlylogo {
  font-size: 72px;
  font-weight: 900;
  line-height: 1.1;
  color: white;
  margin: 65px 0px 0px;
  padding: 5px 23px;
  background-color: color(srgb 0.464 0.2523 0.515 / 0.66);
  background-color: transparent;
}




       
       
       #mahardhiSearch, #search {
 
  background: #fffbfbe5 !important;
 
}

  #mahardhiSearch select.form-control.input-lg, #mahardhiSearch .input-lg {
    font-size: 14px;
  }
       
       
       .big-header-search-block {
       display:none  !important;
       }
       
       
       .rm-account-wishlist-item-info .rm-content-title {
       max-height:50px !important;
      
       }
       
       
       .product-info-uvaga .uvaga2 {
       
           margin-top: 7px;
    margin-bottom: 30px;
       }
       
       
       .homepage-category-promo-title, .utochnenie-korzina  {
       line-height: 1;
    font-size: 15px;
    }
       
       .homepage-category-promo-title img.np, .utochnenie-korzina img.np {
       display: block;
    float: left;
    margin-top: -9px;
    }
       
       
       
       .refine-search ul.cat-name {
       text-align: center;
       margin-bottom: 20px;
       }
       
       .service .promo-title {
       margin-top: 12px;
    margin-bottom: 8px;
    font-size: 18px;
       }
       
       
       
       #simplecheckout_shipping .radio input[type=radio] {
           margin-top: 1px !important;
       }
       
       #simplecheckout_payment .simplecheckout-block-content .radio {
           margin-bottom: 20px;
       }
       
       
       .product-info-uvaga {
   
    margin-top: 10px;
    margin-bottom: 8px;
    }
       
       .product-page-instagram-block {
 display:none;
    }
       
       
        .product-page-instagram-block2 {
 display:block;
 text-align: center;
;
    }
    
      .product-page-instagram-block2 {
    margin-top: 1px;
     margin-bottom: 45px
    }
    .product-page-instagram-text2  {
        font-size: 16px;
           line-height: 1.1;
        }
    
    .product-page-instagram-block2 a {
    text-decoration: underline;
    color: #1d232e;
    color:#b18862;
    font-weight: 500;
  }
    
    .product-page-instagram-text2 a span.fa-instagram {
        font-size: 28px;     
        margin-right: 5px;   
    color: #b18862;
    }
     .product-page-instagram-text2 span.fa-instagram:hover {       
    color: #1d232e;
    }
    
    .product-page-instagram-block2 a:hover {
    text-decoration: underline;
    color:#1d232e;
  }
  
   .product-page-instagram-text2 a:hover  span.fa-instagram {       
    color: #1d232e;
    }
       
       
       
       .pro-deatil .product-options select option {
           text-align: center !important;
           
           margin: 0 auto !important;
           }
       
       
       .related-products-block {
    
    margin-bottom: 30px;
}
       
       #content {
    min-height: 150px;
}
       
       
       .utochnenie-filtr {
           margin-bottom: -5px !important;
           }
       
       #product-category  .page_title {
      text-align: center;
       
       }
       
       #product-manufacturer .page_title {
       font-size:21px;
       
       }
       
       .menu-all-brands {
    position: unset !important;
    }
      
       
    
       
       .setka-right-block {
       text-align:center;
       }
       
       .simplecheckout label {
       line-height:14px;
       }
       
       .information-information-6 .about-us-content {
       margin-top:30px !important;
        margin-bottom:70px !important;
       }
       
         .information-information-6 .about-us-content .row {
       margin-bottom: 10px !important;
       }
       
       footer {
    
    background: url(/image/catalog/olimp/bg-footer.jpg);
    background-attachment: scroll;
   
    background-color: #e8e8e8;
    background-size: cover;
    background-position: center center;
    }
       
       
       
    .b1c-good.callback {
    margin-top: 10px !important;
    margin-left: 9px;
    text-align: left;
}

.b1c-form .b1c-fields input, .b1c-form .b1c-fields textarea, .b1c-form .b1c-fields select {
    outline: none;
    font-size: 13px !important;
    box-shadow: none !important;
}

.b1c-form {
width: 79% !important;
        margin: 0 auto !important;
}

.b1c-form .b1c-title-name {
    margin: 12.35px 0 10px 13px;
    font-size: 15px !important;
}

.b1c-form .b1c-title-name span {
  
    font-size: 15px !important;
}

.b1c-form .b1c-description {
    margin: 0 13px 11.7px;
    font-size: 12px !important;
    line-height: 14px;
}


.raschet .toggle-menu {
 display: none !important;
}
}


@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) {

.logo-ipad {
  width: 65px !important;
  
  padding: 4px;
}

.homepage-mobile-block {
  max-width: 100%;
  width: 47% !important;
  }


  #menu .box-menu .nav > li > a {
  padding: 6px 30px 6px 15px !important;
  font-size: 15px !important;
  }

  .alert {
 
  margin-top: 10px;
}
       
       
       .right_info .alert.alert-success {
 
  margin-top: 10px;
}

}









 @media (max-width: 1399px) { 
 
 } 
 @media (max-width: 1299px) { 
 
 } 
 @media77777 (max-width: 1199px) {
 
 
  .banners .promo-text-box.opis-home p:last-child { 
    font-size:17px !important;
    }
 

     #myVideo {
        
        top: 49px !important;
        
        }
 .common-home #menu .nav > li > a {
    font-size: 14px;
    font-weight: 600;
    color: white;
}

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

.ipad {
 padding: 60px;
 }
 
 .service-item + .service-item:before {
    content: "";
    height: 70px;
    width: 1px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: none !important;
}
 
 }  
 @media (max-width: 1099px) { 
  
 }
 
 .789 {
 
 
    
 
 
 }
 
 
 
 
 
 
 
@media77777777 (max-width: 991px) {


  .cart-mobile-price .price-block {
    font-weight: 600;
    font-size: 13px;
    background: linear-gradient(#9B4FA9, #60376C) !important;
    width: auto;
    display: inline-block;
    color: white;
    padding: 3px 17px;
    border-radius: 10px;
  }
  
   .cart-mobile-price {
    width: 68%;
    float: left;
    padding-bottom: 1px;
  }
  
   .cart-mobile-quantity {
    width: 68%;
    float: left !important;
    margin-left: 14px;
  }
       
        .cart-mobile-image {
    min-width: 28px;
    width: 24%;
    float: left;
    padding: 1px 0px 10px 0px;
    min-height: 120px;
    }
    
    .cart-mobile-name .options {
    padding: 0px 0px;
  }
  
  .cart-mobile-name {
    
    margin-bottom: 9px;
  }
       
       
       .cart-mobile-name a {
    font-size: 14px;
    line-height: 16px;
    color: black;
    text-decoration: underline;
    font-weight: 600;
  }
       
       
       .productpage-blockinfos {
    display: flex;
    align-items: center;
    gap: 20px;
    color: #333;
    flex-wrap: wrap;
    justify-content: center;
}
       
       
           .productpage-blockinfos {
        flex-direction: column;
        gap: 10px;
    }
    
    .instockli {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

    .instockli, .modelskuli, .manufacturerli {
        width: 100%;
        text-align: center;
    }

    .instocktext {
        margin-top: 5px;
    }
       
       
       
       .split-container {
  display: flex;
  width: 100%; /* ???????? ??? ????????? ?????? */
  gap: 20px; /* ?????? ????? ??????? */
  flex-wrap: wrap; /* ????????? ?????? ???????????? ?? ????? ?????? */
}

.product-page-price-block,
.productpage-block3 {
  flex: 1; /* ????? ???????????? ??????? */
  box-sizing: border-box;
  min-width: 0; /* ????????????? ???????????? */
}

/* ????????????? ???????: price-block ?????, block3 ?????? */
.product-page-price-block {
  order: 1; /* ????? */
}

.productpage-block3 {
  order: 2; /* ?????? */
}
.split-container {
    flex-direction: column; /* ???????? ????? ?? ????????? */
  }

  .product-page-price-block,
  .productpage-block3 {
    flex: 100%; /* ?????? ???? ???????? ??? ?????? */
    width: 100%; /* ??????????, ??? ????? ?? ??????? ?? ??????? */
  }
       
    .right_info .product-options {
  order: 1;
  text-align: center;
}  


.nav-tabs {
    flex-direction: column; /* ??????????? ?? ???????????? ???????????? */
    flex-wrap: wrap; /* ????????? ??????? */
  }

  .nav-item {
    width: 100%; /* ?????? ??????? ???????? ??? ?????? */
    margin-right: 0;
    margin-bottom: 10px; /* ?????? ????? ?????????? */
  }

  .nav-link {
    justify-content: flex-start; /* ???????????? ?????? ? ?????? */
    padding: 10px;
  }
  
  #product-page .nav-tabs > li > a {
  font-size: 15px;
  line-height: 22px;
  font-weight: 600;
  color: black;
}

#product-page .nav-tabs li.active {
  background: linear-gradient(#60376C, #9B4FA9);
  border-radius: 14px;
}








.product-carousel .product-thumb .price, .newkarusel .product-thumb .price {
    text-align: center;
    margin-left: 0px;
  }
       
       
       .well {
  padding: 19px;
  border-radius: 5px;
  border: 1px solid var(--border-color);
  background: transparent;
  text-align: center;
  line-height: 1.1;
}
       
       
       
       .account_socnetauth2__header {
  font-size: 16px;
  margin-top: 30px;
}

#account-login .account_socnetauth2_bline_links table {
width: auto;
  margin: 0 auto;
  }
  
#account-login .account_socnetauth2_bline_links table td {
  
  border: none;
}
       
       
       
       .right_info h1, .quick-product-right h1 {
  font-size: 23px;
  text-transform: none;
  margin: 0 0 15px;
  font-weight: 600;
  color: #000;
  background: linear-gradient(45deg, #60376C, #9B4FA9);
    background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  text-align: center;
  line-height: 1;
}
       
       
       
       
       
       
       
       
       
       
       
       
       #topCategoryList .dopmenu {
       text-align:center;
       }
       
       #menu .nav > li.dopmenu > a {
    font-size: 12px  !important; 
    }
       
         .b1c-good.callback {
    margin-top: 6px !important;    
    margin-bottom: 18px;
  }
       
      .olimp-header-phones-2.mobilemenu .olimp-header-email {
       color: #FFF !important;
  font-size: 14px;
  line-height: 1.3;
  color: #FFF;
  border-bottom: 1px dashed #FFF;
  text-decoration: none;
  text-transform: none;
  }
       
       
       .olimp-header-phones-2.mobilemenu .olimp-header-phone1, .olimp-header-phones-2.mobilemenu .olimp-header-phone2, .olimp-header-phones-2.mobilemenu .olimp-header-phone3 {
       
              color: #FFF !important;
  font-size: 18px;
  line-height: 1.3;
  color: #FFF;
  border-bottom: 1px dashed #FFF;
  text-decoration: none;
  }
       
       
       
         .product-list .product-thumb .image .addcart {
    display: block !important;
    opacity:1 !important;
    background: #bd5ccc !important;
  }
  
  .product-list .product-thumb .image .addcart:hover {
    
    background: transparent !important;
  }
       
       
       .product-layout.product-list .product-thumb .price-old {
  color: var(--secondary-light-color);
  color: #c1baba;
  font-size: 12px;
}
       
       
       .product-layout.product-list .product-thumb .product-title {
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 15px;
    padding: 3px 0;
    text-decoration: none;
    line-height: 18px;
    min-height: 45px;
    font-weight: 400;
    margin: 0;
    margin-bottom: 0px;
    clear: both;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    margin-bottom: 12px;
    text-align: center;
  }
       
       
       .product-list .product-thumb .product-title a {
  text-transform: none;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.1 !important;
  color: #FFF;
  text-decoration: underline;
}
       
       
       
         .product-layout.product-list .product-thumb .description {
    margin: 93px 6px 6px;
    position: absolute;
    display: none;
  }
       
       .product-tags {
  color: white;
  text-align: center;
  border-top: 1px solid #ffffffa1;
  padding-top: 10px;
  margin-top: 19px;
  line-height: 1.3;
  font-size: 12px;
}
       
       
        .product-layout.product-list .product-thumb .price {
    margin-bottom: 20px;
    margin: 2px 0px 0px 0px;
    font-size: 14px;
  }
       
       
        .product-thumb .product-title a {
    font-size: 14px;
  }
       
       .product-thumb .price {
    font-size: 21px;
    font-weight: 700;
    font-size: 19px;
    font-weight: 500;
    margin: 6px 0 0 0;
    display: block;
    display: contents;
    float: left;
    display: inline-block;
    float: none;
    text-align: center;
    margin: 6px 0 0 10px;
    margin: 8px 0 0 1px;
    width: 100%;
  }
       
       .product-grid .product-thumb .price-old {
  color: var(--secondary-light-color);
  color: #cac3c3;
  font-size: 14px;
}
       
       .product-grid .product-thumb .addcart {
  background: transparent;
    border: none;
    font-size: 14px;
    color: var(--primary-color);
    padding: 0;
    background: #bd5ccc !important;
    font-size: 13px;
    font-weight: 600;
    color: white;
    padding: 5px 11px;
    text-transform: uppercase;
   position: absolute;
    left: 0px;
    top: -69px;
    height: 31px;
    width: 39px;
    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;
    border: 1px solid #bd5ccc !important;
    border-radius: 1px;
}

  .product-grid .product-thumb .addcart:hover {
  background: transparent;
    border: none;
    font-size: 14px;
    color: var(--primary-color);
    padding: 0;
    background: #000 !important;
    font-size: 13px;
    font-weight: 600;
    color: white;
    padding: 5px 11px;
    text-transform: uppercase;
      left: 0px;
      position: absolute;
    top: -69px;
    height: 31px;
    width: 39px;
    opacity: 1;
    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;
    border: 1px solid #000 !important;
    border-radius: 1px;
}

.product-grid .product-thumb .addcart i {
color: white;
}
       
       
       
       .product-thumb .button-group {
  position: absolute;
  visibility: hidden;
  right555: -40px;
  left: 3px;
  top: 9px;
}


 .product-thumb .button-group {
    visibility: visible;
  }



       
       
       
       .product-grid .product-thumb .olimp-category-page-model {
  background: #ffffffcf;
  width: auto;
  display: inline;
  padding: 3px 13px;
  margin-top: -20px;
  font-size: 13px;
  line-height: 15px;
  }
       
       
       .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: 13px;
  line-height: 13px;
  padding-top: 1px;
}
       
       
       
       .ocf-header {
  font-size: 17px !important;
  line-height: 1.1 !important;
  
}
       
       
        .owl-stage-outer .product-thumb .thumb-description .addcart {
    right: 28px;
    right: 12px;
    top: -174px;
  
}
       
       
       .homepage-mobile-title {
  font-size: 25px;
  text-align: center;
  font-weight: 800;
  margin-bottom: 25px;
  margin-top: 28px;
  line-height: 1.2;
}
       
         .banners .promo-text-box.opis-home {
   
    padding: 40px 20px;
    
  }

       
       
       .olimp-dealer-title {
  line-height: 1.1;
  font-weight: 800;
  font-size: 25px !important;
  line-height: 1.1;
}

.banners .promo-text-box p {
  line-height: 1.1;
  font-size: 13px;
}

 .banners .promo-text-box.opis-home p:last-child {
    font-size: 15px !important;
  }
       
       
         .inner2 .button {
    font-size: 13px;
    line-height: 20px;
    padding: 2px 5px;
    font-weight: 700;
  }

       
       .olimp-homepage-map-desc-1-title, .olimp-homepage-map-desc-2-title {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  }
       
       
       .homepage-mobile-block {
  max-width: 100%;
  width: 47%;
  min-height: 209px;
  }
  
  .homepage-mobile-block-title {
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  border-top: 1px solid #DBDADA;
  padding-top: 13px;
  margin-bottom: 15px;
  }
       
       
        .language-offcanvas .btn-link {
    color: #FFF;
    font-size: 12px;
    background: trasparent;
 
   color: white;
  border: none;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
  width: 56px;
  padding: 12px;
  border-radius: 25px;
  margin-right: 0px;
  margin-bottom: 0px;
  }
  
  .language-offcanvas .btn.btn-link.dropdown-toggle {
  background: linear-gradient(#9B4FA9, #60376C) !important;
  margin-bottom: 20px;
  margin-top: 10px;
  margin-right: 15px;
  }
  
  
   #menu #topCategoryList.box-menu ul.language-offcanvas {
    float: none;
    display: block;
    text-align: left;
    margin: 0;
     background: linear-gradient(#9B4FA9, #60376C) !important;
  }
  
 
  
  
  
  
  .language-offcanvas .btn-link .fa-angle-down {
  display:none !important;
  }


       
       .footer-desc {
  font-size: 12px;
  line-height: 14px;
  margin: 0px 0;
  color: #F3EDF7;
}
       
       .category-description-pic {
 
  margin-bottom: 25px;
}

.footer-top .contact_site {
margin-bottom: 40px;
}
       
       
  #menu .nav > li > a {
       padding: 6px 30px 6px 15px !important;
       text-transform: uppercase;
       font-size: 14px;
       font-weight: 600;
       line-height: 1.2;
       }
      
       
       #cart-total {
  font-size: 0;
  padding: 3px;
  line-height: 1;
  border-radius: 50%;
  background: var(--primary-hover-color);
  position: absolute;
  right: 0;
  top: 0px;
  font-size: 9px;
  font-weight:700;
  padding: 4px 6px;
  line-height: 1;
  border-radius: 50%;
  background: red;
  background: white;
  position: absolute;
  right: -4px;
  top: 4px;
  color: #BD5CCC;
}

 body[class*="product-category"] .wishlist-total {
    background: white;
    position: absolute;
    right: 6px;
    top: 9px;
    color: #BD5CCC;
    font-weight: 700;
    padding: 4px 7px;
  }



.wishlist-total {
background: white;
    position: absolute;
    right: 6px;
    top: 9px;
    color: #BD5CCC;
    font-weight: 700;
    padding: 4px 6px;
}
       
       
       #header_ac .dropdown-menu {
  padding: 7px 15px;
  width: 200px;
  padding: 7px 14px;
  width: 218px;
  text-align: center;
  color: black;
  border-radius: 20px;
  top: 52px;
  left: -130px;
}

 #cart .dropdown-menu {
  overflow: hidden;
  display: none;
  margin: 0;
  padding: 0px;
  width: 300px;
  top: 52px;
}
       
       
       .olimp-category-header {
  background-image: linear-gradient(to top, rgba(8, 8, 8, 0) 0%, rgba(8, 8, 8, 0) 80%, rgba(4, 4, 4, 0.95) 100% ), url('/image/catalog/olimp/category-all-pages-header-pic.jpg');
  
 background-position: center; 
    background-size: cover;
    background-attachment: scroll;
    height: 200px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    z-index: 1;
    margin-top: 0px;
    margin-bottom: 27px;
  }
  
  .product-category-164 .olimp-category-header,  product-category-18_164 .olimp-category-header {
  background-image: linear-gradient(to top, rgba(8, 8, 8, 0) 0%, rgba(8, 8, 8, 0) 80%, rgba(4, 4, 4, 0.95) 100% ), url('/image/catalog/olimp/category-bushings-header-pic.jpg') !important;
 background-position: center; 
    background-size: cover;
    background-attachment: scroll;
    height: 200px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    z-index: 1;
    margin-top: 0px;
    margin-bottom: 27px;
}
       
       
       
       .category-header-title {
 font-size: 32px;
    font-weight: 900;
    line-height: 1.1;
    color: white;
    margin: 35px 0px -13px;
    padding: 5px 19px;
    background-color: color(srgb 0.464 0.2523 0.515 / 0.66);
    background-color: rgba(19, 19, 19, 0.3);
    text-transform: uppercase;
    border-radius: 10px;
}


.olimp-wishlist-header  {
 background-position: center; 
    background-size: cover;
    background-attachment: scroll;
    height: 200px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    z-index: 1;
    margin-top: 0px;
    margin-bottom: 10px;
}

.olimp-wishlist-header  .category-header-title {
 font-size: 32px;
    font-weight: 900;
    line-height: 1.1;
    color: white;
    margin: 35px 0px -13px;
    padding: 5px 19px;
    background-color: color(srgb 0.464 0.2523 0.515 / 0.66);
    background-color: rgba(19, 19, 19, 0.3);
    text-transform: uppercase;
    border-radius: 10px;

}


.olimp-diler-header {
 background-position: center; 
    background-size: cover;
    background-attachment: scroll;
    height: auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    z-index: 1;
    margin-top: 0px;
    margin-bottom: 10px;
    display: grid;
    padding-right: 0px;
}


.olimp-diler-header .category-header-title {
 font-size: 32px;
    font-weight: 900;
    line-height: 1.1;
    color: white;
    margin: 76px 0px -75px;
    padding: 5px 19px;
    background-color: color(srgb 0.464 0.2523 0.515 / 0.66);
    background-color: rgba(19, 19, 19, 0.3);
    text-transform: uppercase;
    border-radius: 10px;
}

.olimp-diler-header iframe {
width: 100%;
height: 300px;
    margin-bottom: 35px;
}

.olimp-advant-title {
  font-size: 19px;
  font-weight: 800;
  line-height: 1.1;
  text-align: center;
  margin-bottom: 37px;
  margin-top: -30px;
}


.olimp-contacts-header {
 background-position: center; 
    background-size: cover;
    background-attachment: scroll;
    height: 200px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    z-index: 1;
    margin-top: 0px;
    margin-bottom: 27px;
}

.olimp-information-header  {
 background-position: center; 
    background-size: cover;
    background-attachment: scroll;
    height: 200px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    z-index: 1;
    margin-top: 0px;
    margin-bottom: 10px;
}

.olimp-information-header .category-header-title {
 font-size: 32px;
    font-weight: 900;
    line-height: 1.1;
    color: white;
    margin: 35px 0px -13px;
    padding: 5px 19px;
    background-color: color(srgb 0.464 0.2523 0.515 / 0.66);
    background-color: rgba(19, 19, 19, 0.3);
    text-transform: uppercase;
    border-radius: 10px;

}


.olimp-account-header  {
 background-position: center; 
    background-size: cover;
    background-attachment: scroll;
    height: 200px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    z-index: 1;
    margin-top: 0px;
    margin-bottom: 40px;
}

.olimp-account-header .account-header-title {
 font-size: 32px;
    font-weight: 900;
    line-height: 1.1;
    color: white;
    margin: 35px 0px -13px;
    padding: 5px 19px;
    background-color: color(srgb 0.464 0.2523 0.515 / 0.66);
    background-color: rgba(19, 19, 19, 0.3);
    text-transform: uppercase;
    border-radius: 10px;

}


.olimp-product-page-header {
 background-position: center; 
    background-size: cover;
    background-attachment: scroll;
    height: 200px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    z-index: 1;
    margin-top: 0px;
    margin-bottom: 40px;
}

.olimp-product-page-header .product-page-header-title {
 font-size: 20px;
    font-weight: 900;
    line-height: 1.1;
    color: white;
    margin: 45px 0px -13px;
    padding: 5px 19px;
    background-color: color(srgb 0.464 0.2523 0.515 / 0.66);
    background-color: rgba(19, 19, 19, 0.3);
    text-transform: uppercase;
    border-radius: 10px;
display: -webkit-box;
max-height: 51px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}


.olimp-manufacturer-list-header  {
 background-position: center; 
    background-size: cover;
    background-attachment: scroll;
    height: 200px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    z-index: 1;
    margin-top: 0px;
    margin-bottom: 10px;
}

.olimp-manufacturer-list-header .category-header-title {
 font-size: 32px;
    font-weight: 900;
    line-height: 1.1;
    color: white;
    margin: 35px 0px -13px;
    padding: 5px 19px;
    background-color: color(srgb 0.464 0.2523 0.515 / 0.66);
    background-color: rgba(19, 19, 19, 0.3);
    text-transform: uppercase;
    border-radius: 10px;

}

.olimp-manufacturer-header  {
 background-position: center; 
    background-size: cover;
    background-attachment: scroll;
    height: 200px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    z-index: 1;
    margin-top: 0px;
    margin-bottom: 10px;
}

.olimp-manufacturer-header .category-header-title {
 font-size: 32px;
    font-weight: 900;
    line-height: 1.1;
    color: white;
    margin: 35px 0px -13px;
    padding: 5px 19px;
    background-color: color(srgb 0.464 0.2523 0.515 / 0.66);
    background-color: rgba(19, 19, 19, 0.3);
    text-transform: uppercase;
    border-radius: 10px;

}


   .brands-video-block {
    margin-top: -80px;
    margin-bottom: 40px;
  
    }
    
     .brands-img-block {
    margin-top: -80px;
    margin-bottom: 40px;
  
    }


.olimp-manufacturer-header.john-deere  {
  height: 260px;

}

.olimp-manufacturer-header.john-deere  .brands-video-block-logo {
   margin-top: 82px;
    margin-bottom: 40px;
}

.olimp-manufacturer-header.john-deere  .brands-video-block-logo img {
max-width:99%;
width:150px;
}


.olimp-manufacturer-header.john-deere .manufacturer-header-title {
display:none;

}

.olimp-manufacturer-header.john-deere .brands-video-block {
  margin-top: 65px;
  margin-bottom: 20px;
  width: 100%;
  text-align: center;
}


.category-header-title.claas.onlylogo {
  font-size: 72px;
  font-weight: 900;
  line-height: 1.1;
  color: white;
  margin: 65px 0px 0px;
  padding: 5px 23px;
  background-color: color(srgb 0.464 0.2523 0.515 / 0.66);
  background-color: transparent;
}




       
       
       #mahardhiSearch, #search {
 
  background: #fffbfbe5 !important;
 
}

  #mahardhiSearch select.form-control.input-lg, #mahardhiSearch .input-lg {
    font-size: 14px;
  }
       
       
       .big-header-search-block {
       display:none  !important;
       }
       
       
       .rm-account-wishlist-item-info .rm-content-title {
       max-height:50px !important;
      
       }
       
       
       .product-info-uvaga .uvaga2 {
       
           margin-top: 7px;
    margin-bottom: 30px;
       }
       
       
       .homepage-category-promo-title, .utochnenie-korzina  {
       line-height: 1;
    font-size: 15px;
    }
       
       .homepage-category-promo-title img.np, .utochnenie-korzina img.np {
       display: block;
    float: left;
    margin-top: -9px;
    }
       
       
       
       .refine-search ul.cat-name {
       text-align: center;
       margin-bottom: 20px;
       }
       
       .service .promo-title {
       margin-top: 12px;
    margin-bottom: 8px;
    font-size: 18px;
       }
       
       
       
       #simplecheckout_shipping .radio input[type=radio] {
           margin-top: 1px !important;
       }
       
       #simplecheckout_payment .simplecheckout-block-content .radio {
           margin-bottom: 20px;
       }
       
       
       .product-info-uvaga {
   
    margin-top: 10px;
    margin-bottom: 8px;
    }
       
       .product-page-instagram-block {
 display:none;
    }
       
       
        .product-page-instagram-block2 {
 display:block;
 text-align: center;
;
    }
    
      .product-page-instagram-block2 {
    margin-top: 1px;
     margin-bottom: 45px
    }
    .product-page-instagram-text2  {
        font-size: 16px;
           line-height: 1.1;
        }
    
    .product-page-instagram-block2 a {
    text-decoration: underline;
    color: #1d232e;
    color:#b18862;
    font-weight: 500;
  }
    
    .product-page-instagram-text2 a span.fa-instagram {
        font-size: 28px;     
        margin-right: 5px;   
    color: #b18862;
    }
     .product-page-instagram-text2 span.fa-instagram:hover {       
    color: #1d232e;
    }
    
    .product-page-instagram-block2 a:hover {
    text-decoration: underline;
    color:#1d232e;
  }
  
   .product-page-instagram-text2 a:hover  span.fa-instagram {       
    color: #1d232e;
    }
       
       
       
       .pro-deatil .product-options select option {
           text-align: center !important;
           
           margin: 0 auto !important;
           }
       
       
       .related-products-block {
    
    margin-bottom: 30px;
}
       
       #content {
    min-height: 150px;
}
       
       
       .utochnenie-filtr {
           margin-bottom: -5px !important;
           }
       
       #product-category  .page_title {
      text-align: center;
       
       }
       
       #product-manufacturer .page_title {
       font-size:21px;
       
       }
       
       .menu-all-brands {
    position: unset !important;
    }
      
       
    
       
       .setka-right-block {
       text-align:center;
       }
       
       .simplecheckout label {
       line-height:14px;
       }
       
       .information-information-6 .about-us-content {
       margin-top:30px !important;
        margin-bottom:70px !important;
       }
       
         .information-information-6 .about-us-content .row {
       margin-bottom: 10px !important;
       }
       
       footer {
    
    background: url(/image/catalog/olimp/bg-footer.jpg);
    background-attachment: scroll;
   
    background-color: #e8e8e8;
    background-size: cover;
    background-position: center center;
    }
       
       
       
    .b1c-good.callback {
    margin-top: 10px !important;
    margin-left: 9px;
    text-align: left;
}

.b1c-form .b1c-fields input, .b1c-form .b1c-fields textarea, .b1c-form .b1c-fields select {
    outline: none;
    font-size: 13px !important;
    box-shadow: none !important;
}

.b1c-form {
width: 79% !important;
        margin: 0 auto !important;
}

.b1c-form .b1c-title-name {
    margin: 12.35px 0 10px 13px;
    font-size: 15px !important;
}

.b1c-form .b1c-title-name span {
  
    font-size: 15px !important;
}

.b1c-form .b1c-description {
    margin: 0 13px 11.7px;
    font-size: 12px !important;
    line-height: 14px;
}


.raschet .toggle-menu {
 display: none !important;
}



 .ipad {
 padding: 60px;
 }
 
.service-item + .service-item:before {
    content: "";
    height: 70px;
    width: 1px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: none !important;
}
 
 
 .language-offcanvas #form-language .code {
 display: none !important;
}

.currency-offcanvas .drop-text  {
 display: none !important;
}



.b1c-good.callback {
    margin-top: 6px !important;
    text-align: left;
}


    .slideshow {
        margin-top: -72px !important;
    }

 
     #myVideo {
        position: relative;
        position: absolute;
        top: 49px;
        top: -12px  !important;
         top: 42px  !important;
        }
 
 .mahardhi-tabs .nav-tabs {
 margin-top: 21px !important;
 }
 
 
 .banners .promo-text-box {
    
    margin-top: -20px;
    }
}
@media (min-width: 992px) and (max-width: 1150px)  { 

}
@media (max-width: 767px) { 
.service-item + .service-item:before {
    content: "";
    height: 70px;
    width: 1px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-image: url(/image/ua.png) !important;
}
    .ipad {
        padding: 1px;
    }

    .slideshow {
        margin-top: -2px !important;
        }
}

















.table-wrap {
    width: 100%;
	text-align: center;
	display: inline-block;
  background-color: #fff;
  padding: 2rem 2rem;
  color: #000;
}

 table.setka {
    border: 1px solid #ccc;
    width: 100%;
    margin:0;
    padding:0;
    border-collapse: collapse;
    border-spacing: 0;
  }

  table.setka tr {
    border: 1px solid #ddd;
    padding: 5px;
  }

  table.setka th, table td {
    padding: 10px;
    text-align: center;
    border-right: 1px solid #ddd;
  }

  table.setka th {
    color: #fff;
    background-color: #1d232e;
    text-transform: none;
    font-size: 14px;
   
  }
@media screen and (max-width: 600px) {
  table.setka {
    border: 0;
  }
  table.setka thead {
    display: none;
  }
  table.setka tr {
    margin-bottom: 10px;
    display: block;
    border-bottom: 2px solid #ddd;
  }
  table.setka td {
    display: block;
    text-align: right;
    font-size: 13px;
    border-bottom: 1px dotted #ccc;
    border-right: 1px solid transparent;
  }
  table.setka td:last-child {
    border-bottom: 0;
  }
  table.setka td:before {
    content: attr(data-label);
    float: left;
    text-transform: uppercase;
    font-weight: bold;
  }
}





 .olimp-category-page-model {
 display:none !important;
 }
 .product-page-description-block a {
 color: #6e107c;
  text-decoration: underline;
  }
  
  .product-page-description-block a:hover {
 color: #000;
  text-decoration: underline;
  }


