﻿:root {
    --BackgroundColor: #4F6B57;
    --BackgroundColorSecound: #f6bc13;
    --BackgroundProductListColor: #737373;
    --RedStoreColor:#ef4056;
    --SiteFont: iranyekan;
    --btn-success-main-style: #006c0c;
    --HomeSliderHeight: 64vh;
    --AncherTextColor: #404040;
    --AncherTextAARateColor: #707070;
    --BackgroundColorWhite: #ffffff;
}
.main-container {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
}

ul {
    padding-right: 0;
}

.main-pt {
    padding-top: 97px
}

* {
    scrollbar-width: thin;
    scrollbar-color: #2b2b2b #d1d1d1;
}

*::-webkit-scrollbar {
    width: 8px;
}

*::-webkit-scrollbar-track {
    background: #d1d1d1;
}

*::-webkit-scrollbar-thumb {
    background-color: #2b2b2b;
    border-radius: 20px;
    border: 2px ridge #cccccc;
}

.product-page {
    margin-top: 0;
    float: right;
    width: 100%;
}

.js-product {
    width: 100%;
    background-color: #fff;
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .11);
    margin-bottom: 0;
    float: right;
    padding: 15px;
    border-radius: 5px;
}

.product-attributes {
    width: 100%;
    float: right;
}

.product-attributes .product-config {
    position: relative;
    width: 100%;
    height: auto;
    float: right;
    /*border-top: 1px solid #dfdfdf;*/
    /*margin-top: 15px;*/
    padding: 15px 0 0 0;
}

.product-attributes .product-seller-info {
    width: 100%;
    float: left;
    line-height: normal;
    background-color: #f5f5f5;
    border: 1px solid #e4e4e4;
    border-radius: 5px;
    position: relative;
    margin-top: 15px;
}

.product-attributes .product-seller-info .product-seller-row {
    padding: 15px;
    cursor: pointer;
    width: 100%;
    font: 14px var(--SiteFont);
    float: right;
    position: relative;
}

.product-attributes .product-seller-info .product-seller-row:after {
    content: "";
    position: absolute;
    left: 1rem;
    right: 1rem;
    bottom: -1px;
    height: 1px;
    background-color: #e4e4e4;
}

.product-seller-row-price {
    width: 100%;
    padding: 0;
    font: 14px var(--SiteFont);
    float: left;
    text-align: left
}

.product-seller-row-price .product-seller-price-prev {
    display: inline;
    color: #030a16;
    font-weight: 700;
    font-size: 1.714rem;
    line-height: 41px;
}

.product-attributes .product-seller-info .product-seller-row .btn-add-to-cart {
    width: 100%;
    height: 50px;
    padding: 10px;
    text-align: center;
    margin: 0;
    border-radius: 8px;
    text-decoration: none;
    font: 16px var(--SiteFont);
    color: #fff;
    background: var(--btn-success-main-style);
    display: block;
    overflow: hidden;
    transition: all .2s;
}

.product-attributes .product-seller-info .product-seller-row .btn-add-to-cart:hover {
    opacity: 0.8;
    transition: all .2s;
}

.p-tabs {
    margin-top: 0;
    position: relative;
    padding-top: 0;
    line-height: 22px;
    width: 100%;
    overflow: hidden;
    background-color: #fff;
}

.p-tabs .box-tabs {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #e0e0e2;
    font: 16px var(--SiteFont);
    float: right;
    margin-bottom: 0;
}

.p-tabs .box-tabs li.box-tabs-tab {
    float: right;
    border-left: none;
    padding: 10px 0;
    cursor: pointer;
    margin-right: 25px;
}

.p-tabs .box-tabs li.box-tabs-tab a {
    text-decoration: none;
    color: #6f6f6f;
    display: block;
}

.p-tabs .tabs-content {
    padding: 35px 25px 35px;
    float: right;
    width: 100%;
    background: #fff;
    position: relative;
    margin-bottom: 50px;
}

.active-tabs {
    border-bottom: 4px solid var(--BackgroundColor);
    background: #fff !important;
    margin-bottom: -1px;
    border-radius: 2px 2px 0 0;
}

.params-headline {
    color: #6f6f6f;
    font: 18px var(--SiteFont);
    font-weight: 700;
}

.content-expert-summary {
    background: #ffffff;
    color: var(--AncherTextColor);
    font: 16px var(--SiteFont);
    line-height: 2.25;
    padding: 25px;
    min-height: 256px;
    position: relative;
    margin-right: -24px;
    margin-left: -16px;
}

.content-expert-summary .is-masked {
    position: relative;
    padding-bottom: 15px;
}

.content-expert-summary .is-masked .mask-text-product-summary {
    overflow: hidden;
    max-height: 250px;
    height: unset;
    text-align: justify;
}

.mask-handler {
    position: absolute;
    right: 0;
    left: 0;
    width: 100%;
    text-align: center;
    cursor: pointer;
    color: #00bfd6;
    background-color: transparent;
    font-weight: bold;
    font: 12px var(--SiteFont);
    text-decoration: none;
    bottom: -20px;
}

.mask-handler:hover {
    text-decoration: none;
    color: #00bfd6;
}

span.show-less {
    display: none;
}

.content-expert-summary .is-masked .shadow-box {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    opacity: 1;
    bottom: 10px;
    height: 105px;
    z-index: 1;
    background: linear-gradient(180deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 98.8%, .99) 99%, #fcfcfc);
}

.content-expert-summary .is-masked .mask-handler span {
    border-bottom: 1px dashed #00bfd6;
    position: relative;
}

.menu-li {
    color: var(--BackgroundColor) !important;
}


.copyRight {
    color: var(--BackgroundColor) !important;
}

.contactUsFontLi {
    color: var(--BackgroundColor);
    font-size: 30px !important;
}

.bgborder {
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 3px;
    padding: 0;
}

th {
    color: #fff;
}

tr:last-child {
    margin-bottom: 20px;
}

.product-config {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.Name-Products {
    text-align: center;
      border-bottom: 1px solid;
    width: 60%;
    margin: 0 auto 15px;
    border-image: linear-gradient(to right, #fff0, #0028ff, #fff0) 1;
    font-size: 14px;
    line-height: 25px;
 }

.product-config {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.table-head-procuct-details {
    /*width: 100px;*/
    color: var(--BackgroundColor);
    /*padding-right: 25px;*/
}

.table-data-procuct-details {
    /*margin-left: 50px;*/
    white-space: nowrap;
}

.table-head-procuct-details,
.table-data-procuct-details {
    /*padding-bottom: 22px;*/
    font: 14px var(--SiteFont);
    color: #777;
     line-height: 25px;
    margin-bottom: 0;
    
}


.mt-custom-22 {
    margin-top: 22px;
}

.DescriptionOfBeamsProductDetails {
    max-width: 50%;
    width: 50%;
}


.btn-search i {
    color: #b7b7b6e0;
    font-size: 20px;
    margin-top: 11px;
}

.lazyPng {
    display: block !important;
    overflow: hidden !important;
    color: transparent !important;
}

.header-right .logo img {
    min-width: 100px;
    width: 180px;
    margin-right: 0;
}

.header-right .logo img {
    min-width: 100px;
    width: 180px;
    margin-right: 0;
}

.res-w {
    max-width: 100% !important;
}

::-webkit-input-placeholder {
    color: #b2b2b2;

    -webkit-transition: text-indent .5s ease, color .5s ease;
    transition: text-indent .5s ease, color .5s ease;
}

input::-moz-placeholder {
    color: #b2b2b2;
    opacity: 1;
}

[placeholder]:focus::-webkit-input-placeholder {
    text-indent: 10em;
    color: transparent;
}

ul {
    list-style: none;

}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}


header {
    background: #fff;
    box-shadow: 0 7px 8px 0 rgba(0, 0, 0, .04);
    z-index: 999 !important;
    width: 100%;
    height: 97px;
    float: left;
    position: relative;
}

.header-main-page.fixed {
    top: 0;
}

.header-right {
    display: flex;
    width: 70%;
}

.header-right .logo {
    text-align: center;
    float: right;
    width: 200px;
}


.header-right .logo img {
    min-width: 100px;
    width: 180px;
    height: 36px;

}

.header-right .search-header {
    width: 100%;
    height: 36px;
    float: right;
    border-radius: 5px;
    position: relative;
}

.header-right .search-header input {
    width: 100%;
    height: 36px;
    border: 1px solid var(--BackgroundColorSecound);
    outline: none;
    background: #e6e4e48c;
    color: #474747;
    padding-right: 55px;
    line-height: 50px;
    position: relative;
    font: 12px var(--SiteFont);
    border-radius: 3px;
}

.header-right .search-header input:focus {
    background-color: #fff;
    border: 1px solid #ccc;
}

.header-right .search-header .btn-search {
    position: absolute;
    right: 0;
    bottom: 0;
    background: transparent;
    outline: none;
    cursor: pointer;
    height: 39px;
    border-radius: 10px;
    padding-right: 10px;
    border: 0;
}

.header-right .search-header .search-result {
    position: absolute;
    top: 98%;
    left: 0;
    right: 0;
    background-color: #fff;
    border-radius: 0 0 5px 5px;
    padding: 15px 15px 15px 5px;
    z-index: 100;
    border: 1px solid #ccc;
    border-top: none;
    display: none;

}

.header-right .search-header .search-result ul.search-result-list {
    margin-bottom: 10px;
    display: none;
}

.header-right .search-header .search-result ul.search-result-list li {
    margin-bottom: 0;
    padding: 0 38px 0 38px;
}

.header-right .search-header .search-result ul.search-result-most-view {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow-x: hidden;
}

.header-right .search-header .search-result ul.search-result-most-view li {
    margin-left: 10px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 4px 12px 4px 8px;
    border-radius: 100px;
    border: 1px solid #e0e0e2;
}

.header-right .search-header .search-result ul.search-result-most-view li a {
    color: #424750;
    font-size: 9px;
    line-height: 24px;
}

.header-left {
    width: 100%;
}

.header-left .btn-login {
    background: var(--BackgroundColorSecound);
    height: 37px;
    border: 1px solid #b5b5b5;
    border-radius: 3px;
    outline: none;
    cursor: pointer;
    font: 12px var(--SiteFont);
    font-weight: 700;
    line-height: 33px;
    text-align: left;
    padding-left: 12px;
    float: left;
    margin-left: 15px;
    position: relative;
    padding-right: 12px;
    color: var(--AncherTextColor);
    letter-spacing: -1px;
}

.header-left .login-link {
    color: #616161;
}

.header-left .btn-login span {
    font-size: 23px;
    /*line-height: 34px;*/
    vertical-align: middle;
    padding-left: 5px;
    color: var(--BackgroundColor);
}

.header-left .Basket-Link span {
    color: var(--BackgroundColor);
}

.dropdown-menu-login {
    display: block;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, .3);
    border: 1px solid #eee;
    padding: 0;
    border-radius: 3px;
    position: absolute;
    left: 0;
    top: 40px;
    text-align: right;
    background: #fff;
    z-index: 999;
    width: 200px;
    overflow: hidden;
    transition: all 0.1s ease-in;
    opacity: 0.01;
    visibility: hidden;
}

.btn-login:hover .dropdown-menu-login {
    transition: all 0.1s ease-in;
    opacity: 1;
    visibility: visible;
}

.dropdown-menu-login .header-profile-dropdown-account {
    position: relative;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    cursor: pointer;
    transition: .2s;
    float: right;
    padding-top: 10px;
}

.dropdown-menu-login .header-profile-dropdown-account:hover {
    transition: .2s;
    background-color: #eeeeee;
}

.dropdown-menu-login .header-profile-dropdown-account .header-profile-dropdown-user {
    align-items: center;
    padding: 0 12px;
    position: relative;
    z-index: 1;
}

.dropdown-menu-login .header-profile-dropdown-account .header-profile-dropdown-user .header-profile-dropdown-user-img {
    width: 32px;
    height: 32px;
    border: 1px solid #424750;
    border-radius: 50%;
    background: #fff;
    background-size: contain;
    float: right;
}

.dropdown-menu-login .header-profile-dropdown-account .header-profile-dropdown-user .header-profile-dropdown-user-img img {
    max-width: 100%;
    float: right;
}

.dropdown-menu-login .header-profile-dropdown-account .header-profile-dropdown-user .header-profile-dropdown-user-info {
    margin-right: 8px;
    float: right;
    margin-top: -5px;
    line-height: 20px;
}

.dropdown-menu-login .header-profile-dropdown-account .header-profile-dropdown-user .header-profile-dropdown-user-info .header-profile-dropdown-user-name {
    display: block;
    color: #666666;
    font-size: 14px;
}

.dropdown-menu-login .header-profile-dropdown-account .header-profile-dropdown-user .header-profile-dropdown-user-info .header-profile-dropdown-user-profile-link {
    align-items: center;
    color: var(--BackgroundColor);
    font-size: 10px;
    line-height: 2.2;
    display: block;
}

.dropdown-menu-login .header-profile-dropdown-account .header-profile-dropdown-user .header-profile-dropdown-user-info .header-profile-dropdown-user-profile-link::before {
    content: "\f104";
    font: normal normal normal 14px/1 FontAwesome;
    float: left;
    margin-top: 5px;
    margin-right: 10px;
}

.dropdown-menu-login .header-profile-dropdown-account .header-profile-dropdown-user .header-profile-dropdown-account {
    display: block;
    position: relative;
    padding-right: 40px;
    padding-left: 16px;
    padding-top: 0;
    float: right;
}

.dropdown-menu-login .header-profile-dropdown-account .header-profile-dropdown-user .header-profile-dropdown-account::before {
    content: "";
    display: block;
    width: 1px;
    height: 15px;
    background: #c0c2c5;
    position: absolute;
    right: 16px;
    top: -25px;
}

.dropdown-menu-login .header-profile-dropdown-account .header-profile-dropdown-user .header-profile-dropdown-account .header-profile-dropdown-account-item {
    margin-bottom: 0;
    float: right;
    position: relative;
    line-height: 2;
}

.dropdown-menu-login .header-profile-dropdown-account .header-profile-dropdown-user .header-profile-dropdown-account .header-profile-dropdown-account-item::before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: #c0c2c5;
    position: absolute;
    right: -24px;
    top: -13px;
}

.header-profile-dropdown-account .header-profile-dropdown-account-item .header-profile-dropdown-account-item-title {
    font-size: 12px;
    float: right;
    padding-left: 25px;
}

.header-profile-dropdown-account .header-profile-dropdown-account-item .header-profile-dropdown-account-item-amount {
    z-index: 3;
    position: relative;
    font-size: 12px;
    color: #81858b;
    float: right;
}

.header-profile-dropdown-account .header-profile-dropdown-account-item .header-profile-dropdown-account-item-amount .header-profile-dropdown-account-item-amount-number {
    font-size: 12px;
    color: #424750;
    padding-left: 0;
}

.header-profile-dropdown-account .header-profile-dropdown-account-item::after {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #c0c2c5;
    position: absolute;
    right: -27px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.header-profile-dropdown-actions .header-profile-dropdown-action-container {
    position: relative;
}

.header-profile-dropdown-actions .header-profile-dropdown-action-container a.header-profile-dropdown-action-link {
    font-size: 12px;
    line-height: 1.833;
    padding: 10px 20px;
    color: #424750;
    display: block;
    float: right;
    width: 100%;
    transition: .2s;
}

.header-profile-dropdown-actions .header-profile-dropdown-action-container a.header-profile-dropdown-action-link:hover {
    transition: .2s;
    background-color: #eee;
}

.header-left .mini-cart-header {
    width: 40px;
    height: 37px;
    float: left;
    font-size: 25px;
    text-align: center;
    cursor: pointer;
    color: #616161;
    position: relative;
    z-index: 999;
}

.header-left .mini-cart-header .cart-count {
    font-size: 12px;
    line-height: 17px;
    color: var(--AncherTextColor);
    width: 20px;
    height: 20px;
    background: var(--BackgroundColorSecound);
    text-align: center;
    vertical-align: middle;
    border-radius: 6px;
    font-weight: 900;
    border: 2px solid #fff;
    position: absolute;
    bottom: 0;
    left: 23px;
}

.header-left .mini-cart-header::before {
    content: "";
    display: block;
    height: 24px;
    background: #e0e0e2;
    position: absolute;
    left: 45px;
    width: 1px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.mini-cart-dropdown {
    position: absolute;
    left: 0;
    top: 40px;
    width: 270px;
    background: #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .2);
    z-index: 1;
    padding: 5px;
    border: 1px solid #eee;
    transition: all 0.1s ease-in;
    opacity: 0.01;
    visibility: hidden;
}

.mini-cart-header:hover .mini-cart-dropdown {
    transition: all 0.1s ease-in;
    opacity: 1;
    visibility: visible;
}

.mini-cart-dropdown .header-cart-info-header {
    padding: 12px 16px 16px 12px;
    font-size: 16px;
}

.mini-cart-dropdown .header-cart-info-header .header-cart-info-count {
    font-size: 12px;
    line-height: normal;
    color: #81858b;
    float: right;
}

.mini-cart-dropdown .header-cart-info-header a.header-cart-info-link {
    color: var(--BackgroundColor);
    font-size: 12px !important;
    font-weight: 600;
    float: left;
}

.responsive-header-left {
    display: none;
}

/*.d-block .row {*/
/*    padding: 8px 0 8px 0;*/
/*    border-bottom: 1px solid #ececec;*/
/*}*/


.sidebar {
    overflow-y: auto;
    position: fixed;

    width: 100%;
    height: 100%;
    color: #fff;
    background-color: #fff;
    z-index: 1002;
}

.sidebar .nav-header {
    display: block;
    height: 70px;
}

.sidebar .nav-header .header-cover {
    position: absolute;
    width: 100%;
    top: 0;
    height: 65px;
    background-color: #fff;
    z-index: -1;
}

.sidebar .nav-header .logo-wrap {
    padding: 15px 0 5px;
    text-align: center;
    border-bottom: 1px solid #e4e4e4;
    width: 200px;
    margin-right: 25px;
}

.sidebar .nav-header .logo-wrap .logo-icon {
    display: inline-block;
    text-decoration: none;
}

.sidebar .nav-header .logo-wrap .logo-icon img {
    display: block;
    width: 180px;
}

.sidebar .nav-categories {
    margin-top: 0;
}

.sidebar .nav-categories li {
    display: block;
    position: relative;
    text-align: right;
}

.sidebar .nav-categories li::before {
    position: absolute;
    left: 7px;
    top: 11px;
    color: #333;
    font-size: 24px;
}

.sidebar .nav-categories li a {
    display: block;
    width: 42%;
    font-size: 13px;
    color: #333;
    padding: 7px 0;
    text-decoration: none;
    margin-right: 25px;
    -webkit-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
    background: none;
}

.sidebar .nav-categories li a:hover {
    color: #333;
    font-weight: 700;
    -webkit-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.sidebar > ul > li > a {
    font: 16px var(--SiteFont);
    display: block;
    padding: 7px 20px;
    background: #ffffff;
    color: #757575;
    font-weight: bold;
}

.sidebar > ul > li > ul > li > a {
    font: 15px var(--SiteFont);
    display: block;
    padding: 7px 40px;
    background: #f5f5f5;
    color: #757575;
}

.sidebar a {
    cursor: pointer;
}

.sidebar > ul > li {
    position: relative;
}

.sidebar ul li a.category-level-2 {
    margin-right: 45px;
    width: 72%;
}

.sidebar ul ul {
    display: none;
    background: #ececec;
    width: 100%;
}



.newslitter-form i {
    color: var(--BackgroundColor);
    font-size: 28px;
    top: 8px;
    position: relative;
    margin-left: 4px;
}

.rotatePhone {
    transform: rotate(242deg);
}



button, input {
    font-family: var(--SiteFont), serif;
}

.toggle {
    height: 18px;
    width: 18px;
    border-radius: 50%;
    background: white;
    position: absolute;
    top: 3px;
    left: 29px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
    transition: .5s;
    cursor: pointer;
}

.breadcrumb {
    /*border-radius: 5px;*/
    background: transparent;
    margin-bottom: 0;
}

.breadcrumb li {
    font-weight: 700;
    color: #6b7074;
    font-size: 12px;
}

.breadcrumb li a {
    color: #949ca2;
    font-size: 12px;
}

.linear-wipe {
    text-align: center;
    background: linear-gradient(-55deg, transparent 0%, transparent 40%, #FFF 60%, #F4F4F4 70%, transparent 80%, transparent 100%);
    background-color: rgba(0, 0, 0, 0);
    background-clip: border-box;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    color: #000;
    -webkit-animation: shine 1s linear infinite;
    animation: shine 1s linear infinite;
    background-color: #acacac;
}

@-webkit-keyframes shine {
    to {
        background-position: 200% center;
        transform: rotate(90deg);
    }
}

@keyframes shine {
    to {
        background-position: 200% center;
    }
}

li span.toggle {
    padding-left: 1em;
    display: none;
}

.toggle:before {
    content: "\f107";
    font: normal normal normal 16px/1 FontAwesome;
}


.dropdown-head-menu {
    position: absolute;
    width: 230px;
    background: #eee;
    text-align: right;
    display: none;
    line-height: 1.9 !important;
    margin-top: 0
}

.dropdown-head-menu li {
    display: block;
}

.dropdown-head-menu li a {
    display: block;
    padding: 8px 8px 8px 0;
    font-size: 13px;
}


.fa-newspaper-o, .menu-li {
    /*padding: 5px;*/
}

.nav-head-header span.catName {
    vertical-align: super;
}

.nav-head-header:hover .borderBottomMenuPartial {
    border-bottom: 3px solid var(--BackgroundColor);
    transition: width 0.2s ease-in-out;
    width: 100%;


}

.borderBottomMenuPartial {
    height: 2px;
    display: block;
    width: 0;
}

@keyframes fade-in {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fade-out {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

.logo-icon img {
    width: 180px;
    height: 36px;
}

:focus {
    font-weight: 700;
    color: var(--BackgroundColor);
}

.btn-login:focus {
    outline: 0;
    background-color: var(--BackgroundColorSecound);
    border: 1px solid var(--BackgroundColor);
}

.main-container {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
}

ul {
    padding-right: 0;
}

.main-pt {
    padding-top: 97px
}

* {
    scrollbar-width: thin;
    scrollbar-color: #2b2b2b #d1d1d1;
}

*::-webkit-scrollbar {
    width: 8px;
}

*::-webkit-scrollbar-track {
    background: #d1d1d1;
}

*::-webkit-scrollbar-thumb {
    background-color: #2b2b2b;
    border-radius: 20px;
    border: 2px ridge #cccccc;
}



.menu-li {
    color: var(--BackgroundColor) !important;
}


.copyRight {
    color: var(--BackgroundColor) !important;
}

.contactUsFontLi {
    color: var(--BackgroundColor);
    font-size: 30px !important;
}

.bgborder {
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 3px;
    padding: 0;
}

th {
    color: #fff;
}

tr:last-child {
    margin-bottom: 20px;
}



.btn-search i {
    color: #b7b7b6e0;
    font-size: 20px;
    margin-top: 11px;
}

.lazyPng {
    display: block !important;
    overflow: hidden !important;
    color: transparent !important;
}

.header-right .logo img {
    min-width: 100px;
    width: 180px;
    margin-right: 0;
}

.header-right .logo img {
    min-width: 100px;
    width: 180px;
    margin-right: 0;
}

::-webkit-input-placeholder {
    color: #b2b2b2;

    -webkit-transition: text-indent .5s ease, color .5s ease;
    transition: text-indent .5s ease, color .5s ease;
}

input::-moz-placeholder {
    color: #b2b2b2;
    opacity: 1;
}

[placeholder]:focus::-webkit-input-placeholder {
    text-indent: 10em;
    color: transparent;
}

ul {
    list-style: none;

}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}


header {
    background: #fff;
    box-shadow: 0 7px 8px 0 rgba(0, 0, 0, .04);
    z-index: 999 !important;
    width: 100%;
    height: 97px;
    float: left;
    position: relative;
}

.header-main-page.fixed {
    top: 0;
}

.header-right {
    display: flex;
    width: 70%;
}

.header-right .logo {
    text-align: center;
    float: right;
    width: 200px;
}


.header-right .logo img {
    min-width: 100px;
    width: 180px;
    height: 36px;

}

.header-right .search-header {
    width: 100%;
    height: 36px;
    float: right;
    border-radius: 5px;
    position: relative;
}

.header-right .search-header input {
    width: 100%;
    height: 36px;
    border: 1px solid var(--BackgroundColorSecound);
    outline: none;
    background: #e6e4e48c;
    color: #474747;
    padding-right: 55px;
    line-height: 50px;
    position: relative;
    font: 12px var(--SiteFont);
    border-radius: 3px;
}

.header-right .search-header input:focus {
    background-color: #fff;
    border: 1px solid #ccc;
}

.header-right .search-header .btn-search {
    position: absolute;
    right: 0;
    bottom: 0;
    background: transparent;
    outline: none;
    cursor: pointer;
    height: 39px;
    border-radius: 10px;
    padding-right: 10px;
    border: 0;
}

.header-right .search-header .search-result {
    position: absolute;
    top: 98%;
    left: 0;
    right: 0;
    background-color: #fff;
    border-radius: 0 0 5px 5px;
    padding: 15px 15px 15px 5px;
    z-index: 100;
    border: 1px solid #ccc;
    border-top: none;
    display: none;

}

.header-right .search-header .search-result ul.search-result-list {
    margin-bottom: 10px;
    display: none;
}

.header-right .search-header .search-result ul.search-result-list li {
    margin-bottom: 0;
    padding: 0 38px 0 38px;
}

.header-right .search-header .search-result ul.search-result-most-view {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow-x: hidden;
}

.header-right .search-header .search-result ul.search-result-most-view li {
    margin-left: 10px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 4px 12px 4px 8px;
    border-radius: 100px;
    border: 1px solid #e0e0e2;
}

.header-right .search-header .search-result ul.search-result-most-view li a {
    color: #424750;
    font-size: 9px;
    line-height: 24px;
}

.header-left {
    width: 100%;
}

.header-left .btn-login {
    background: var(--BackgroundColorSecound);
    height: 37px;
    border: 1px solid #b5b5b5;
    border-radius: 3px;
    outline: none;
    cursor: pointer;
    font: 12px var(--SiteFont);
    font-weight: 700;
    line-height: 33px;
    text-align: left;
    padding-left: 12px;
    float: left;
    margin-left: 15px;
    position: relative;
    padding-right: 12px;
    color: var(--AncherTextColor);
    letter-spacing: -1px;
}

.header-left .login-link {
    color: #616161;
}

.header-left .btn-login span {
    font-size: 23px;
    vertical-align: middle;
    padding-left: 5px;
    color: var(--BackgroundColor);
}

.header-left .Basket-Link span {
    color: var(--BackgroundColor);
}

.dropdown-menu-login {
    display: block;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, .3);
    border: 1px solid #eee;
    padding: 0;
    border-radius: 3px;
    position: absolute;
    left: 0;
    top: 40px;
    text-align: right;
    background: #fff;
    z-index: 999;
    width: 200px;
    overflow: hidden;
    transition: all 0.1s ease-in;
    opacity: 0.01;
    visibility: hidden;
}

.btn-login:hover .dropdown-menu-login {
    transition: all 0.1s ease-in;
    opacity: 1;
    visibility: visible;
}

.dropdown-menu-login .header-profile-dropdown-account {
    position: relative;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    cursor: pointer;
    transition: .2s;
    float: right;
    padding-top: 10px;
}

.dropdown-menu-login .header-profile-dropdown-account:hover {
    transition: .2s;
    background-color: #eeeeee;
}

.dropdown-menu-login .header-profile-dropdown-account .header-profile-dropdown-user {
    align-items: center;
    padding: 0 12px;
    position: relative;
    z-index: 1;
}

.dropdown-menu-login .header-profile-dropdown-account .header-profile-dropdown-user .header-profile-dropdown-user-img {
    width: 32px;
    height: 32px;
    border: 1px solid #424750;
    border-radius: 50%;
    background: #fff;
    background-size: contain;
    float: right;
}

.dropdown-menu-login .header-profile-dropdown-account .header-profile-dropdown-user .header-profile-dropdown-user-img img {
    max-width: 100%;
    float: right;
}

.dropdown-menu-login .header-profile-dropdown-account .header-profile-dropdown-user .header-profile-dropdown-user-info {
    margin-right: 8px;
    float: right;
    margin-top: -5px;
    line-height: 20px;
}

.dropdown-menu-login .header-profile-dropdown-account .header-profile-dropdown-user .header-profile-dropdown-user-info .header-profile-dropdown-user-name {
    display: block;
    color: #666666;
    font-size: 14px;
}

.dropdown-menu-login .header-profile-dropdown-account .header-profile-dropdown-user .header-profile-dropdown-user-info .header-profile-dropdown-user-profile-link {
    align-items: center;
    color: var(--BackgroundColor);
    font-size: 10px;
    line-height: 2.2;
    display: block;
}

.dropdown-menu-login .header-profile-dropdown-account .header-profile-dropdown-user .header-profile-dropdown-user-info .header-profile-dropdown-user-profile-link::before {
    content: "\f104";
    font: normal normal normal 14px/1 FontAwesome;
    float: left;
    margin-top: 5px;
    margin-right: 10px;
}

.dropdown-menu-login .header-profile-dropdown-account .header-profile-dropdown-user .header-profile-dropdown-account {
    display: block;
    position: relative;
    padding-right: 40px;
    padding-left: 16px;
    padding-top: 0;
    float: right;
}

.dropdown-menu-login .header-profile-dropdown-account .header-profile-dropdown-user .header-profile-dropdown-account::before {
    content: "";
    display: block;
    width: 1px;
    height: 15px;
    background: #c0c2c5;
    position: absolute;
    right: 16px;
    top: -25px;
}

.dropdown-menu-login .header-profile-dropdown-account .header-profile-dropdown-user .header-profile-dropdown-account .header-profile-dropdown-account-item {
    margin-bottom: 0;
    float: right;
    position: relative;
    line-height: 2;
}

.dropdown-menu-login .header-profile-dropdown-account .header-profile-dropdown-user .header-profile-dropdown-account .header-profile-dropdown-account-item::before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: #c0c2c5;
    position: absolute;
    right: -24px;
    top: -13px;
}

.header-profile-dropdown-account .header-profile-dropdown-account-item .header-profile-dropdown-account-item-title {
    font-size: 12px;
    float: right;
    padding-left: 25px;
}

.header-profile-dropdown-account .header-profile-dropdown-account-item .header-profile-dropdown-account-item-amount {
    z-index: 3;
    position: relative;
    font-size: 12px;
    color: #81858b;
    float: right;
}

.header-profile-dropdown-account .header-profile-dropdown-account-item .header-profile-dropdown-account-item-amount .header-profile-dropdown-account-item-amount-number {
    font-size: 12px;
    color: #424750;
    padding-left: 0;
}

.header-profile-dropdown-account .header-profile-dropdown-account-item::after {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #c0c2c5;
    position: absolute;
    right: -27px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.header-profile-dropdown-actions .header-profile-dropdown-action-container {
    position: relative;
}

.header-profile-dropdown-actions .header-profile-dropdown-action-container a.header-profile-dropdown-action-link {
    font-size: 12px;
    line-height: 1.833;
    padding: 10px 20px;
    color: #424750;
    display: block;
    float: right;
    width: 100%;
    transition: .2s;
}

.header-profile-dropdown-actions .header-profile-dropdown-action-container a.header-profile-dropdown-action-link:hover {
    transition: .2s;
    background-color: #eee;
}

.header-left .mini-cart-header {
    width: 40px;
    height: 37px;
    float: left;
    font-size: 25px;
    text-align: center;
    cursor: pointer;
    color: #616161;
    position: relative;
    z-index: 999;
}

.header-left .mini-cart-header .cart-count {
    font-size: 12px;
    line-height: 17px;
    color: var(--AncherTextColor);
    width: 20px;
    height: 20px;
    background: var(--BackgroundColorSecound);
    text-align: center;
    vertical-align: middle;
    border-radius: 6px;
    font-weight: 900;
    border: 2px solid #fff;
    position: absolute;
    bottom: 0;
    left: 23px;
}

.header-left .mini-cart-header::before {
    content: "";
    display: block;
    height: 24px;
    background: #e0e0e2;
    position: absolute;
    left: 45px;
    width: 1px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.mini-cart-dropdown {
    position: absolute;
    left: 0;
    top: 40px;
    width: 270px;
    background: #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .2);
    z-index: 1;
    padding: 5px;
    border: 1px solid #eee;
    transition: all 0.1s ease-in;
    opacity: 0.01;
    visibility: hidden;
}

.mini-cart-header:hover .mini-cart-dropdown {
    transition: all 0.1s ease-in;
    opacity: 1;
    visibility: visible;
}

.mini-cart-dropdown .header-cart-info-header {
    padding: 12px 16px 16px 12px;
    font-size: 16px;
}

.mini-cart-dropdown .header-cart-info-header .header-cart-info-count {
    font-size: 12px;
    line-height: normal;
    color: #81858b;
    float: right;
}

.mini-cart-dropdown .header-cart-info-header a.header-cart-info-link {
    color: var(--BackgroundColor);
    font-size: 12px !important;
    font-weight: 600;
    float: left;
}

.responsive-header-left {
    display: none;
}

/*.d-block .row {*/
    /*padding: 8px 0 8px 0;*/
    /*padding: 0;*/
    /*border-bottom: 1px solid #ececec;*/
/*}*/


.sidebar {
    overflow-y: auto;
    position: fixed;

    width: 100%;
    height: 100%;
    color: #fff;
    background-color: #fff;
    z-index: 1002;
}

.sidebar .nav-header {
    display: block;
    height: 70px;
}

.sidebar .nav-header .header-cover {
    position: absolute;
    width: 100%;
    top: 0;
    height: 65px;
    background-color: #fff;
    z-index: -1;
}

.sidebar .nav-header .logo-wrap {
    padding: 15px 0 5px;
    text-align: center;
    border-bottom: 1px solid #e4e4e4;
    width: 200px;
    margin-right: 25px;
}

.sidebar .nav-header .logo-wrap .logo-icon {
    display: inline-block;
    text-decoration: none;
}

.sidebar .nav-header .logo-wrap .logo-icon img {
    display: block;
    width: 180px;
}

.sidebar .nav-categories {
    margin-top: 0;
}

.sidebar .nav-categories li {
    display: block;
    position: relative;
    text-align: right;
}

.sidebar .nav-categories li::before {
    position: absolute;
    left: 7px;
    top: 11px;
    color: #333;
    font-size: 24px;
}

.sidebar .nav-categories li a {
    display: block;
    width: 42%;
    font-size: 13px;
    color: #333;
    padding: 7px 0;
    text-decoration: none;
    margin-right: 25px;
    -webkit-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
    background: none;
}

.sidebar .nav-categories li a:hover {
    color: #333;
    font-weight: 700;
    -webkit-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.sidebar > ul > li > a {
    font: 16px var(--SiteFont);
    display: block;
    padding: 7px 20px;
    background: #ffffff;
    color: #757575;
    font-weight: bold;
}

.sidebar > ul > li > ul > li > a {
    font: 15px var(--SiteFont);
    display: block;
    padding: 7px 40px;
    background: #f5f5f5;
    color: #757575;
}

.sidebar a {
    cursor: pointer;
}

.sidebar > ul > li {
    position: relative;
}

.sidebar ul li a.category-level-2 {
    margin-right: 45px;
    width: 72%;
}

.sidebar ul ul {
    display: none;
    background: #ececec;
    width: 100%;
}


.newslitter-form i {
    color: var(--BackgroundColor);
    font-size: 28px;
    top: 8px;
    position: relative;
    margin-left: 4px;
}

.rotatePhone {
    transform: rotate(242deg);
}



button, input {
    font-family: var(--SiteFont);
}


.toggle {
    height: 18px;
    width: 18px;
    border-radius: 50%;
    background: white;
    position: absolute;
    top: 3px;
    left: 29px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
    transition: .5s;
    cursor: pointer;
}

.linear-wipe {
    text-align: center;
    background: linear-gradient(-55deg, transparent 0%, transparent 40%, #FFF 60%, #F4F4F4 70%, transparent 80%, transparent 100%);
    background-color: rgba(0, 0, 0, 0);
    background-size: auto;
    background-clip: border-box;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    color: #000;
    -webkit-animation: shine 1s linear infinite;
    animation: shine 1s linear infinite;
    background-color: #acacac;
}

@-webkit-keyframes shine {
    to {
        background-position: 200% center;
        transform: rotate(90deg);
    }
}

@keyframes shine {
    to {
        background-position: 200% center;
    }
}

li span.toggle {
    padding-left: 1em;
    display: none;
}

.toggle:before {
    content: "\f107";
    font: normal normal normal 16px/1 FontAwesome;
}


.dropdown-head-menu {
    position: absolute;
    width: 230px;
    background: #eee;
    text-align: right;
    display: none;
    line-height: 1.9 !important;
    margin-top: 0
}

.dropdown-head-menu li {
    display: block;
}

.dropdown-head-menu li a {
    display: block;
    padding: 8px 8px 8px 0;
    font-size: 13px;
}


.fa-newspaper-o, .menu-li {
    /*padding: 5px;*/
}

.nav-head-header span.catName {
    vertical-align: super;
}

.nav-head-header:hover .borderBottomMenuPartial {
    border-bottom: 3px solid var(--BackgroundColor);
    transition: width 0.2s ease-in-out;
    width: 100%;


}

.borderBottomMenuPartial {
    height: 2px;
    display: block;
    width: 0;
}

@keyframes fade-in {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fade-out {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}


.d-block {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.logo-icon img {
    width: 180px;
    height: 36px;
}

:focus {
    font-weight: 700;
    color: var(--BackgroundColor);
}

.btn-login:focus {
    outline: 0;
    background-color: var(--BackgroundColorSecound);
    border: 1px solid var(--BackgroundColor);
}

:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}


article, header, main, nav, section {
    display: block;
}


h1, h2 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

ol,
ul {
    margin-top: 0;
    margin-bottom: 0;
}

ul ul {
    margin-bottom: 0;
}

b {
    font-weight: bolder;
}

a {
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}


a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
    outline: 0;
}

img {
    vertical-align: middle;
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

table {
    border-collapse: collapse;
}

th {
    text-align: inherit;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
}

button {
    border-radius: 0;
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

input,
button {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
input {
    overflow: visible;
}

button {
    text-transform: none;
}

button {
    -webkit-appearance: button;
}

button::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

h1, h2 {
    margin-bottom: 0.5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}

h1 {
    font-size: 2.5rem;
}

h2 {
    font-size: 2rem;
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*margin-right: -15px;*/
    /*margin-left: -15px;*/
}
.hidden {
    display: none;
    visibility: hidden
}


@media (min-width: 768px) {
   
    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
    background-image: none;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer;
}


.breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 1rem 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    /*background-color: #e9ecef;*/
    /*border-radius: 0.25rem;*/
    border-bottom: 1px solid #939393;
}

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    color: #6c757d;
    content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: none;
}

.breadcrumb-item.active {
    color: #6c757d;
}

.page-link:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.close:not(:disabled):not(.disabled) {
    cursor: pointer;
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
}

.d-block {
    display: block !important;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
}

.mt-1 {
    margin-top: 0.25rem !important;
}

.p-0 {
    padding: 0 !important;
}

.pr-0,
.px-0 {
    padding-right: 0 !important;
}

.px-0 {
    padding-left: 0 !important;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.product-nav-container {
    padding: 0 15px;
}

@media print {
    *,
    *::before,
    *::after {
        text-shadow: none !important;
        box-shadow: none !important;
    }

    a:not(.btn) {
        text-decoration: underline;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2 {
        orphans: 3;
        widows: 3;
    }

    h2 {
        page-break-after: avoid;
    }

 
    body {
        min-width: 992px !important;
    }
}


.dot-center-basket {
    width: 60%;
    border-bottom: 1px dashed;
    margin-bottom: 10px;
}


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

.tableOptionDescriptionProduct {
    width: 70%;
}

.img-product-gallery {
    width: 280px;
    height: 280px;
}

.d-none{
    display: none;
}

.contentButtonChart{
    width: 100%;
    height: auto;
    background-color:#F6BC13;
    flex-wrap: wrap;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}



.btnSortMondth{
    width: 120px;
    height: 30px;
    line-height: 25px;
    border-radius: 5px;
    border: none;
}



/*new product design start*/
   .product-page-container{
       width:100%;
       /*max-width:1680px;*/
       margin:auto;
       padding:16px 0px;
   }



/* ========================= */
/* TOP SECTION */
/* ========================= */

.product-top-wrapper{
    display:grid;
    grid-template-columns:500px 1fr 320px;
    gap:10px;
    align-items:flex-start;
    overflow:visible;
}
.buy-box-column{ align-self:start; }

.buy-box-sticky{
    position:sticky;
    top:120px;
    max-height:calc(100vh - 140px);
}




/* ========================= */
/* GALLERY */
/* ========================= */

.gallery-sticky{
    position:sticky;
    top:120px;
}

.main-image-box{
    position:relative;
    background:#fff;
    border-radius:15px;
    border:1px solid #ececec;
    padding:24px;
}

.main-product-image{
    width:100%;
    aspect-ratio:1/1;
    object-fit:contain;
    display:block;
    cursor:zoom-in;
    user-select:none;
}

.fullscreen-btn{
    position:absolute;
    top:16px;
    left:16px;
    width:44px;
    height:44px;
    border:none;
    border-radius:14px;
    background:#f5f5f5;
    cursor:pointer;
    font-size:18px;
    transition:.2s;
}

.fullscreen-btn:hover{
    background:#ececec;
}

.thumbnail-slider{
    display:flex;
    gap:12px;
    overflow-x:auto;
    padding-top:16px;
    scrollbar-width:none;
}

.thumbnail-slider::-webkit-scrollbar{
    display:none;
}

.thumb{
    width:78px;
    height:78px;
    min-width:78px;
    border-radius:14px;
    border:2px solid transparent;
    object-fit:cover;
    background:#fff;
    cursor:pointer;
    transition:.2s;
}

.thumb:hover{
    border-color:#ccc;
}

.active-thumb{
    border-color:var(--BackgroundColor);
}



/* ========================= */
/* PRODUCT CONTENT */
/* ========================= */

.product-content-card{
    background:#fff;
    border:1px solid #ececec;
    border-radius:15px;
    padding:28px;
}

.product-title{
    font-size: 30px;
    line-height: 52px;
    font-weight: 800;
    color: #222;
    margin: 0px;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 12px;
}

.product-brand{
    margin-top:18px;
    color:#777;
    font-size:15px;
}

.product-brand span{
    color:#333;
    font-weight:700;
}



/* ========================= */
/* FEATURE GRID */
/* ========================= */

.feature-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:8px;
    margin-top:34px;
}

.feature-box{
    background:#f0f0f1;
    border-radius:10px;
    padding:8px 16px;
    transition:.2s;
}

.feature-box:hover{
    background:#f2f2f2;
}

.feature-label{
    display:block;
    color:#888;
    font-size:12px;
    margin-bottom:4px;
}

.feature-value{
    display:block;
    color:#3d3c3c;
    font-size:12px;
}



/* ========================= */
/* BUY BOX */
/* ========================= */

/*.buy-box-sticky{*/
/*    position:sticky;*/
/*    top:120px;*/
/*}*/

.buy-box-card{
    background:#fff;
    border:1px solid #ececec;
    border-radius:15px;
    padding:24px;
}

.price-label{
    color:#888;
    font-size:14px;
}

.product-price{
    margin-top:14px;
}

.product-price span{
    font-size:16px;
    font-weight:400;
}


.product-price .finalPrice{
    font-size:36px;
    font-weight:900;
    color:#222;
}

.contact-price{
    margin-top:20px;
    font-size:22px;
    font-weight:700;
}

.delivery-box{
    margin-top:24px;
    padding:16px;
    background:#f8f8f8;
    border-radius:14px;
    color:#555;
    line-height:2;
}

.add-cart-btn{
    width:100%;
    height:56px;
    margin-top:28px;
    border:none;
    border-radius:9px;
    background:var(--RedStoreColor);
    color:#fff;
    font-size:16px;
    font-weight:700;
    cursor:pointer;
    transition:.2s;
}

.add-cart-btn:hover{
    opacity:.92;
    transform:translateY(-1px);
}



/* ========================= */
/* TABS */
/* ========================= */

.product-tabs-wrapper{
    margin-top:28px;
    background:#fff;
    border:1px solid #ececec;
    border-radius:20px;
    overflow:hidden;
}

.tabs-header{
    display:flex;
    gap:12px;
    padding:18px;
    border-bottom:1px solid #f0f0f0;
    overflow-x:auto;
    background:#fff;
    scrollbar-width:none;
}

.tabs-header::-webkit-scrollbar{
    display:none;
}

.tab-btn{
    height:46px;
    padding:0 22px;
    border:none;
    border-radius:14px;
    background:#f5f5f5;
    color:#444;
    white-space:nowrap;
    cursor:pointer;
    transition:.2s;
    font-size:14px;
    font-weight:600;
}

.tab-btn:hover{
    background:#ececec;
}

.active-tab{
    background:var(--BackgroundColor);
    color:#fff;
}

.tab-content{
    display:none;
    padding:32px;
}

.active-content{
    display:block;
}



/* ========================= */
/* DESCRIPTION */
/* ========================= */

.tab-content p{
    line-height:2.4;
    color:#555;
    font-size:15px;
}



/* ========================= */
/* SPECIFICATIONS */
/* ========================= */

.specification-table{
    border:1px solid #f0f0f0;
    border-radius:16px;
    overflow:hidden;
}

.spec-row{
    display:grid;
    grid-template-columns:260px 1fr;
    border-bottom:1px solid #f0f0f0;
}

.spec-row:last-child{
    border-bottom:none;
}

.spec-key{
    background:#fafafa;
    padding:18px 20px;
    color:#666;
    font-size:14px;
}

.spec-value{
    padding:18px 20px;
    color:#222;
    font-size:14px;
    font-weight:600;
}



/* ========================= */
/* COMMENTS */
/* ========================= */

.comment-empty{
    height:240px;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#888;
    font-size:16px;
}



/* ========================= */
/* CHART */
/* ========================= */

.chart-wrapper{
    min-height:450px;
}

.chartButton{
    display:flex;
    gap:10px;
    flex-wrap:wrap;
    margin-bottom:20px;
}

.btnSortMondth{
    border:none;
    height:42px;
    padding:0 18px;
    border-radius:12px;
    background:#f5f5f5;
    cursor:pointer;
}

.btnSortMondth:hover{
    background:#ececec;
}



/* ========================= */
/* FULLSCREEN GALLERY */
/* ========================= */

.gallery-modal{
    position:fixed;
    inset:0;
    background:#000;
    z-index:99999;
    display:none;
    flex-direction:column;
}

.open-modal{
    display:flex;
}

.gallery-modal-content{
    flex:1;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:30px;
}

.modal-main-image{
    max-width:92%;
    max-height:80vh;
    object-fit:contain;
}

.modal-thumbnail-row{
    display:flex;
    gap:12px;
    justify-content:center;
    overflow-x:auto;
    padding:20px;
    scrollbar-width:none;
}

.modal-thumbnail-row::-webkit-scrollbar{
    display:none;
}

.modal-thumb{
    width:80px;
    height:80px;
    min-width:80px;
    border-radius:14px;
    object-fit:cover;
    opacity:.45;
    cursor:pointer;
    border:2px solid transparent;
    transition:.2s;
}

.modal-thumb:hover{
    opacity:.8;
}

.active-modal-thumb{
    opacity:1;
    border-color:#fff;
}

.close-gallery{
    position:absolute;
    top:26px;
    right:26px;
    width:52px;
    height:52px;
    border:none;
    border-radius:50%;
    background:rgba(255,255,255,.12);
    color:#fff;
    font-size:22px;
    cursor:pointer;
    backdrop-filter:blur(10px);
}

.gallery-nav{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    width:58px;
    height:58px;
    border:none;
    border-radius:50%;
    background:rgba(255,255,255,.12);
    color:#fff;
    font-size:28px;
    cursor:pointer;
    backdrop-filter:blur(10px);
}

.prev-btn{
    left:28px;
}

.next-btn{
    right:28px;
}



/* ========================= */
/* RESPONSIVE */
/* ========================= */

@media(max-width:1400px){

    .product-top-wrapper{
        grid-template-columns:360px 1fr 300px;
    }

}



@media(max-width:1200px){

    .product-top-wrapper{
        grid-template-columns:1fr;
    }

    .gallery-sticky,
    .buy-box-sticky{
        position:relative;
        top:auto;
    }

}



@media(max-width:768px){
    footer{
        display: none;
    }
    .product-page-container{
        padding:0px 8px 0px 8px;
    }

    .product-content-card,
    .buy-box-card{
        padding:18px;
    }

    .product-title{
        font-size:22px;
        line-height:40px;
    }

    .feature-grid{
        /*grid-template-columns:1fr;*/
    }

    .tab-content{
        padding:20px;
    }

    .spec-row{
        grid-template-columns:1fr;
    }

    .spec-key{
        border-bottom:1px solid #f0f0f0;
    }

    .tabs-header{
        position:sticky;
        top:0;
        z-index:20;
    }

    .modal-main-image{
        max-width:100%;
    }

    .gallery-nav{
        width:46px;
        height:46px;
        font-size:22px;
    }

    .buy-box-column{
        position:fixed;
        left:0;
        right:0;
        bottom:0;
        z-index:999;
        background:#fff;
        padding:10px;
        border-top:1px solid #ececec;
    }

    .buy-box-card{
        border:none;
        padding:0;
    }

    .delivery-box{
        display:none;
    }

    .product-price{
        font-size:28px;
    }

}

.product-colors-wrapper{
    margin-top:32px;
}

.color-list{
    display:flex;
    gap:12px;
    flex-wrap:wrap;
    margin-top:14px;
}

.color-item{
    position:relative;
    display:flex;
    align-items:center;
    gap:10px;
    padding: 3px 3px;
    border: 1px solid #bcbcbc;
    border-radius:50%;
    cursor:pointer;
    transition:.2s;
    background:#fff;
}

.color-item.disabled::after {
    content: "✕";
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    font-weight: bold;
    color: #c70303;
    pointer-events: none;
}

.color-item:hover{
    border-color:#bbb;
}

.color-item input{
    display:none;
}

.color-circle{
    width:29px;
    height:29px;
    border-radius:50%;
    /*border:1px solid rgba(0,0,0,.1);*/
    border: 2px solid #fff;
}

.color-name{
    font-size:14px;
}

.color-item input:checked + .color-circle{
    outline:4px solid #1672dd;
}

.color-item.selected .color-circle {
    outline: 4px solid var(--BackgroundColorSecound);
    position: relative;
}

.color-item.selected .color-circle::after{
    content: "✓";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -55%);
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}

.comment-list{
    display:flex;
    flex-direction:column;
    gap:16px;
}

.comment-item{
    padding:18px;
    border-radius:16px;
    background:#f8f8f8;
}

.comment-user{
    font-weight:800;
    margin-bottom:10px;
}

.comment-text{
    line-height:2.1;
    color:#555;
}

.price-box-wrapper{
    margin-bottom:24px;
}

.inventory-status{
    display:flex;
    align-items:center;
    gap:8px;
    color:#2e7d32;
    font-size:14px;
    font-weight:700;
}

.inventory-dot{
    width:10px;
    height:10px;
    border-radius:50%;
    background:#2e7d32;
}

.old-price-wrapper{
    display:flex;
    align-items:center;
    gap:12px;
    margin-top:18px;
}

.old-price{
    color:#999;
    text-decoration:line-through;
    font-size:18px;
}

.discount-badge{
    height:28px;
    padding:0 10px;
    border-radius:999px;
    background:#ef394e;
    color:#fff;
    font-size:13px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:700;
}
.size-list{
    display: flex;
    margin-top: 22px;
}

.size-item{
    padding: 4px 10px;
    border: 1px solid #e7e7e7;
    border-radius: 8px;
    cursor: pointer;
    margin-left: 10px;
    font-size: 14px;
    transition: all 0.2s ease;
    position: relative;
    display: inline-flex;
    align-items: center;
}

/* حالت انتخاب شده */
.size-item.selected{
    border-color: var(--BackgroundColorSecound);
    color: #3d3d3d;
    padding-right: 28px; /* جا برای تیک */
    transform: scale(1.05); /* بزرگ‌تر شدن */
}

/* تیک فقط برای آیتم انتخاب شده */
.size-item.selected::after{
    content: "✓";
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    color: #1e88e5;
}


.size-item.disabled{
    background-color: #f2f2f2;
    border: 1px dashed #ccc;
    color: #ccc;
    user-select: none;
    pointer-events: none;
    opacity: .8;
    cursor: not-allowed;
}
/*new product design end*/




/*basket quantity plus mines start*/

.product-action-container {
    width: 100%;
}

.add-to-basket-btn:hover {
    opacity: .9;
}

.basket-exists-box {
    width: 100%;
    padding: 14px;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    background: white;
}

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

.basket-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
}

.basket-title {
    color: #00a049;
    font-size: 14px;
    font-weight: 700;

    display: flex;
    align-items: center;
    gap: 6px;
}

.basket-link {
    color: #1672dd !important;
    font-size: 9px;
    text-decoration: none;
}

.basket-link:hover {
    text-decoration: underline;
}

.basket-quantity {
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    box-shadow: 0 1px 5px rgba(0,0,0,0.2);
}

.qty-btn {
    width: 36px;
    height: 36px;
    border: none;
    border-radius: 8px;
    /*background: #f3f4f6;*/
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color:transparent
}

.fa-plus , .fa-minus, .fa-trash , .qty-value{
    color:var(--RedStoreColor)
}
.qty-btn:hover {
    /*background: #e5e7eb;*/
}

.qty-value {
    min-width: 4px;
    text-align: center;
    font-size: 17px;
    font-weight: 700;
}

.qty-delete {
    color: var(--RedStoreColor);
}

.d-none {
    display: none !important;
}
/*basket quantity plus mines end*/

