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

}

.category-layout{
    display:flex;
    gap:6px;
    align-items:flex-start;
}

.category-sidebar{
    width:280px;
    min-width:280px;
}

.category-content{
    flex:1;
    min-width:0;
}

@media(max-width:992px){
    .category-layout{
        display:block;
    }
    .category-sidebar{
        display:none;
    }
    .category-content{
        width:100%;
    }
}

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;
}


/*footer {*/
/*    width: 100%;*/
/*    height: auto;*/
/*    padding: 60px 0 0;*/
/*    background: #eceff1;*/
/*    position: relative;*/
/*    line-height: 22px;*/
/*    overflow: hidden;*/
/*    float: right;*/
/*    text-align: center;*/
/*}*/

/*footer .footer-jump {*/
/*    position: absolute;*/
/*    height: 60px;*/
/*    top: 0;*/
/*    left: 0;*/
/*    right: 0;*/
/*    width: 100%;*/

/*}*/


ul.listing-sort li {
    display: inline-block;
    width: auto;
    text-align: center;
}

ul.listing-sort li a {
    text-decoration: none;
    color: #4a5f73 !important;
    padding: 3px 5px;
    border: none !important;
    border-radius: 3px !important;
    cursor: pointer;
}


ul.listing-sort li a i {
    color: #778591;
}

ul.listing-sort li a.nav-link.active, ul.listing-sort li a.nav-link.active i {
    background-color: var(--BackgroundColor);
    color: #fff !important;
    cursor: pointer;
}

.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;
}


.listing-listing {
    width: 100%;
    /*overflow: clip;*/
}

.jadval {
    width: 100%;
    margin: auto auto 10px;
    height: 100%;
    font-size: 0.9em;
    border: 2px solid #e5e5e5;
    border-radius: 5px;
}

.trhead {
    font-family: var(--SiteFont);
    background: #feebeb;
    position: sticky;
    /*z-index: 99;*/
    top: 95px;
}

.trhead .tdhead {
    user-select: none;
    font-weight: bolder;
    font-size: 15px;
    text-align: center;
    height: 30px;
}

.trzir td {
    text-align: center;
    height: 40px;
    border-bottom: 1px solid #dedede;
    background-color: transparent;
    user-select: none;
}

.nameExport {
    user-select: none;
}

.trzir td a {
    color: #151515;
}

.trzir:nth-of-type(odd) {
    background-color: #fff;
}

.trzir:nth-of-type(even) {
    background-color: #fff;
}

.borderPriceProduct {
    border: 1px solid #ccc !important;
}

.tdzir button {
    background-color: #eff5ff;
    color: #fff;
    border-radius: 3px;
    height: 30px;
    line-height: 35px;
    width: 30px;
    text-align: center;
    font-size: 0.8em;
    cursor: pointer;
    border: 1px solid transparent;
    margin: 0;
    padding: 0;
}

.tdzir button:hover {
    box-shadow: 0 1px 2px #c7c7c7;
}

.tdzir .buy {
    background-color: #ecffb6 !important;
}


.tdzir button i {
    font-size: 20px;
    color: #b9b9b985;
}


.content {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    padding-bottom: 1px;
}

.hash {
    user-select: none;

    font-family: var(--SiteFont);
    font-size: 17px;
    font-weight: 700;
    margin: auto;
    height: 50px;
    line-height: 50px;
    width: 100%;
    text-align: center;
    background-color: var(--BackgroundColor);
    color: #fff;
    border-top: 5px solid var(--BackgroundColorSecound);
    border-bottom: 5px solid var(--BackgroundColor);
    z-index: 1;
}

.se {
    display: none;
}

.se span {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    width: auto;
    padding: 5px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    border-radius: 3px;
    background-color: var(--BackgroundColor);
    font-size: 1EM;
}


th {
    color: #878787;
}


.js-products {
    /*margin-bottom: 10%;*/
}

td:first-child {
    padding-right: 6px;
}

.listing-header {
    display: flex;
    flex-direction: row;
    justify-content: right;
    padding-right: 8px;
    border-radius: 3px;
    margin-bottom: 2px;
    /*border: 1px solid #abb8c4;*/
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.modal {
    display: none;
    position: fixed;
    z-index: 99999;
    padding-top: 40px;
    left: 0;
    top: 0;
    width: 100VW;
    height: 100vh;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(95, 95, 95, 0.7);
    animation: fadeIn ease 0.5s;
}

.closeModalChart:hover {
    cursor: pointer;
}


.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 60vw;
}


.tdzir:last-child {
    border-right: 1px solid #ccc;
}

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


.formBtnBuy {
    display: inline;
}

.trzir:hover {
    box-shadow: 0 7px 8px -8px;
    z-index: 99999999999999999999;
    inset: revert;
    transform: rotate(0);
}


.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.trzir .tdzir:nth-child(2) {
    text-overflow: ellipsis;
    overflow: hidden;
    width: 10px;
    height: 1.2em;
    white-space: nowrap;
    font-weight: 700;
}

.centerBottonProdoct {
    background-color: #797979 !important;
}


.lblParentMailat {
    font-size: 13px;
}

#sortTypeForm {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.toolBoxHead {
    width: 4%;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    align-items: center !important;
    flex-direction: column;
    position: sticky;
    top: 200px;
}

.pd-left-0 {
    padding-left: 0;
    padding-right: 0;
}

.toolBoxHead .fa-calendar::before {
    display: block;
    font-size: 18px;
    text-align: center;
}

.toolBoxHead .fa-print::before {
    display: block;
    font-size: 21px;
    text-align: center;
}

.toolBoxHead .fa-calculator::before {
    display: block;
    text-align: center;
    font-size: 15px;
}

.toolBoxHead p:hover {
    z-index: 9;
    cursor: pointer;
    color: #ccc;
}

.toolBoxHead p {
    width: 34px;
    text-align: center;
    max-width: 57px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: var(--BackgroundColorSecound);
    /*border-radius: 3px;*/
    color: #fff;
    font-size: 11px;
    height: 34px;
    margin-left: 0 !important;
    border-bottom: 1px solid #F4F7FC;
    position: relative;

}

.fa-close {
    color: #797979;
}

#exampleModalCenter {
    z-index: 99999;
}


.se h4 {
    display: flex;
    justify-content: center;
    color: #fff;
    width: auto;
    padding: 5px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    border-radius: 3px;
    background-color: var(--BackgroundColor);
    font-size: 1EM;
}


.tdzir a p, .tdzir a h3 {
    font-size: 14px;
    line-height: 20px;
    margin: 0 !important;
    white-space: nowrap;
    padding-right: 5px;
    font-weight: unset;
}

.footer-social .social-links .fa {
    color: #fff;
}

.btnCloseSortBy {
    font-size: 2.5rem !important;
}

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


.fa-window-close {
    color: #b2b2b2;
}

.groupProduct {
    /*background-color: #d7d7d7 !important*/
    background-color: #f4f7fc !important
}

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

.parentMailat {
    display: none;
}

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

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

.toolBoxHead p .fa {
    color: #fff;
}

::-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: 99999 !important;
    width: 100%;
    height: 97px;
    float: left;
    position: relative;
}


.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: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;
    border-bottom: 1px solid #ececec;
}

.sidebar {
    overflow-y: auto;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    background-color: #fff;
    z-index: 1002;
}


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


.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%;
}

.clear {
    clear: both !important;
}

/*.more-info .col-12 .middle-bar-footer .pull-right .footer-links p {*/
/*    margin-top: 10px;*/
/*}*/


/*footer .footer-jump a {*/
/*    text-decoration: none;*/
/*}*/

/*footer .footer-jump a {*/
/*    font: 18px var(--SiteFont);*/
/*    color: #4a4a4a;*/
/*    line-height: 55px;*/
/*}*/

/*footer .footer-jump a .footer-jump-angle i {*/
/*    vertical-align: middle;*/
/*    font-size: 25px;*/
/*    background: hsla(0, 0%, 74.5%, .41);*/
/*    display: inline-block;*/
/*    padding: 5px 10px;*/
/*    border-radius: 50px;*/
/*    margin-left: 10px;*/
/*}*/

/*.footer-inner-box {*/
/*    height: 92px;*/
/*    float: right;*/
/*    margin-top: 10px;*/
/*    text-align: center;*/
/*    display: flex;*/
/*    border-bottom: 1px solid #c5c4c4;*/
/*    justify-content: space-evenly;*/
/*    align-items: center;*/
/*    width: 100%;*/

/*}*/


.footer-inner-box a img {
    width: 80px;
    height: 84px;
}


/*.middle-bar-footer {*/
/*    width: 100%;*/
/*    height: auto;*/
/*    float: right;*/
/*    margin-top: 10px;*/
/*    border-top: 1px solid #dcdcdc;*/
/*    border-bottom: 1px solid #dcdcdc;*/
/*}*/

/*.middle-bar-footer .footer-links {*/
/*    width: 100%;*/
/*    height: auto;*/
/*    float: right;*/
/*    padding: 0 10px;*/
/*}*/

/*footer .footer-form {*/
/*    width: 100%;*/
/*    height: auto;*/
/*    float: left;*/
/*    margin-top: 20px;*/
/*    padding: 0 20px;*/
/*}*/

/*footer .footer-form span.newslitter-form {*/
/*    font: 14px var(--SiteFont);*/
/*    color: #4b4b4b;*/
/*    display: block;*/
/*    text-align: right;*/
/*    margin-bottom: 24px;*/
/*}*/

/*footer .footer-social .social-links {*/
/*    !*width: 200px;*!*/
/*    width: 100%;*/
/*    height: 50px;*/
/*    background: #797979;*/
/*    padding-top: 7px;*/
/*    margin-top: 10px;*/
/*    overflow: hidden;*/
/*    display: flex;*/
/*    justify-content: space-around;*/
/*    text-align: center;*/
/*    margin-bottom: 14px;*/
/*}*/

/*footer .footer-social .social-links span {*/
/*    cursor: pointer;*/
/*    width: 34px;*/
/*    height: 34px;*/
/*    color: #fff;*/
/*    overflow: hidden;*/
/*    position: relative;*/
/*    display: inline-block;*/
/*    font-size: 25px;*/
/*    line-height: 40px;*/
/*}*/

/*footer .more-info {*/
/*    width: 100%;*/
/*    height: auto;*/
/*    background: #d7dee0;*/
/*    float: right;*/
/*}*/

.footer-links p {
    font: 12px var(--SiteFont);
    color: #535353;
    text-align: justify;
}

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

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


/*footer .more-info .about-site {*/
/*    width: 100%;*/
/*    height: auto;*/
/*    margin-top: 15px;*/
/*    border-bottom: 1px solid #c5c4c4;*/
/*}*/

/*footer .copy-right-footer {*/
/*    width: 100%;*/
/*    height: auto;*/
/*    float: right;*/
/*    text-align: center;*/
/*}*/

/*footer .copy-right-footer p {*/
/*    font: 12px var(--SiteFont);*/
/*    line-height: 30px;*/
/*    color: #535353;*/
/*    margin-bottom: 0;*/
/*}*/

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

.form-auth-row {
    padding-right: 25px;
    position: relative;
    font: 14px var(--SiteFont);
    line-height: 1.833;
    color: #929292;
    letter-spacing: -.7px;
}

.ui-checkbox {
    width: 22px;
    height: 21px;
    position: absolute;
    right: 0;
    top: 0;
    margin-left: 10px;
}

.ui-checkbox input[type=checkbox] {
    display: block !important;
    opacity: 0;
    position: absolute;
    z-index: 999;
    width: 22px;
    height: 21px;
    cursor: pointer;
}

.ui-checkbox-check {
    cursor: pointer;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-border-radius: 4px;
    border-radius: 5px;
    background: #fff;
    border: 1px solid #dedede;
}

.form-auth-row .ui-checkbox input[type="checkbox"]:checked + .ui-checkbox-check:before {
    content: "\f00c";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    left: 0;
    top: 0;
    background: var(--BackgroundColor);
    border: 1px solid var(--BackgroundColor);
    color: #fff;
    font-size: 15px;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    padding-right: 2px;
    padding-top: 1px;
}

.form-auth-row .remember-me {
    float: right;
    margin-bottom: 0 !important;
    margin-right: 10px;
    text-align: right;
    color: var(--AncherTextAARateColor);
    width: 100%;
}

.toggle-box {
    width: 100%;
    height: auto;
    background: #fff;
    padding: 20px 25px;
    border-radius: 7px;
    border: 1px solid #d3d3d3;
    float: right;
    margin: 15px 0;
    position: relative;
    overflow: hidden;
}

.toggle-box-active > ul > li ul {
    float: right;
    width: 100%;
}

.toggle-box-active > ul > li ul li {
    float: right;
    font: 14px var(--SiteFont);
    position: relative;
    width: 100%;
}

.toggle-box-active > ul > li ul li a {
    text-decoration: none;
    font: 14px var(--SiteFont);
    color: #5f5f5f;
    margin-top: 10px;
    display: block;
    margin-right: 30px;
    text-align: right;
    margin-bottom: 50px;
}

.toggle-box-active > ul > li.has-sub > a {
    font: 16px var(--SiteFont);
    color: #5f5f5f;
    display: block;
    text-align: right;
    text-decoration: none;
    cursor: pointer;
    padding-top: 10px;
}

.toggle-box-active > ul > li.has-sub > a::after {
    position: absolute;
    content: '';
    width: 2px;
    height: 20px;
    background: var(--BackgroundColor);
    left: 49px;
    top: 31px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.toggle-box-active > ul > li.has-sub > a::before {
    position: absolute;
    content: '';
    width: 20px;
    height: 2px;
    background: #191872;
    left: 40px;
    top: 40px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.sidebar-wrapper {
    width: 100%;
    height: auto;
    float: right;
}

.sidebar-wrapper .box-sidebar {
    width: 100%;
    height: auto;
    float: right;
    border: 1px solid #e7e7e7;
    padding: 10px 15px;
    margin-bottom: 10px;
    background: #fff;
    position: relative;
    border-radius: 3px;
    overflow-y: hidden;
    z-index: 2;
    letter-spacing: -5px;
}

.category-name-box-sidebar {
    background: #ecf0f4 !important;
    border: none !important;
    font-size: 1.3rem;
    font-weight: bold;
}

.sidebar-wrapper .box-sidebar .btn-box-sidebar {
    font: 14px var(--SiteFont);
    font-weight: 700;
    padding: 0 15px 0 0;
    width: 100%;
    display: block;
    color: #535353;
    margin-bottom: 0;
    background-color: transparent !important;
    box-shadow: none !important;
    outline: none !important;
    border: none;
    text-align: right;
}

.sidebar-wrapper .box-sidebar .btn-box-sidebar i {
    float: left;
    vertical-align: middle;
    line-height: 2;
    transition: .2s;
}

.box-sidebar form {
    width: 100%;
    height: 35px;
    position: relative;
    margin: 10px 0;
}

.sidebar-wrapper .box-sidebar .catalog a.filter-label {
    display: block;
    height: 33px;
    padding: 0 15px;
    font: 14px var(--SiteFont);
    margin-bottom: -15px;
}

.ui-checkbox input[type='checkbox'] {
    display: none;
}

.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;
}

.header-filters {
    width: 100%;
    padding: 0 15px;
    border-bottom: 1px solid #e5e5ea;
    float: right;
    margin-top: 0;
    display: none;
}

.header-filters .remodal-search-advanced {
    width: 100%;
    height: 100%;
    z-index: 99999999;
    position: fixed;
    color: #2b2e38;
    background: #f1f1f1;
    top: 0;
    right: 0;
    overflow-y: scroll;
    display: none;
    overflow-x: hidden;
}


.header-filters .remodal-search-advanced .remodal-page-header {
    padding: 0 25px;
    width: 100%;
    background: #e9e9e9;
    font: 16px var(--SiteFont);
    float: right;
    height: 55px;
    line-height: 50px;
}

.header-filters .remodal-search-advanced .remodal-page-main .remodal-page-content {
    padding: 18px 8px;
}

.header-filters .remodal-search-advanced .remodal-page-main .remodal-page-content .filter {
    width: 100%;
    border-radius: 6px;
    border: 1px solid #c8c7cc;
    background-color: #fff;
    padding: 15px 25px;
    margin-bottom: 10px;
    position: relative;
}

.header-filters .remodal-search-advanced .remodal-page-main .remodal-page-content .filter label {
    margin-bottom: 0;
}

.header-filters .remodal-search-advanced .remodal-page-main .remodal-page-content .filter .toggle-box {
    float: none;
    border: none;
    margin: 0;
    padding: 20px 0;
}

.remodal-list-sort {
    width: 258px;
    background-color: #fff;
    -webkit-box-shadow: 0 19px 38px 0 rgba(61, 61, 61, .18);
    box-shadow: 0 19px 38px 0 rgba(61, 61, 61, .18);
    padding: 25px;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    text-align: right;
    -webkit-animation: Lb .5s ease-in, Lb .5s ease-out;
    animation: Lb .5s ease-in, Lb .5s ease-out;
    margin: 0 auto;
    position: relative;
}

.remodal-list-sort ul.listing-sort {
    width: 100%;
    text-align: right;
    padding: 0;
    margin-right: 0;
}

.remodal-list-sort ul.listing-sort li {
    display: block;
    width: 100%;
    border-bottom: 1px solid rgba(138, 138, 138, 0.18);
    border-bottom: 1px solid rgba(138, 138, 138, 0.18);

    padding: 10px 0;
}


.js-products {
    width: 100%;
    height: auto;
    float: right;
    /*padding: 0 16px;*/
    background: linear-gradient(0deg, #fff, #fff), linear-gradient(0deg, #eff2ef, #eff2ef), linear-gradient(0deg, #d9d9d9, #d9d9d9), #dadad9;
    box-shadow: 0 0 30 pxrgba(56, 71, 109, .09);
    border-radius: 3px;
}

.modal-header .close {
    margin: 0 !important;
    padding: 0 !important;
    outline: none;
}

ul.listing-sort {
    display: block !important;
    font: 13px var(--SiteFont);
    margin-right: 10px;
    padding: 10px 10px 10px;
    color: #4a5f73;
    text-align: center;
    border-bottom: none;
}

.js-products .listing-header .fa-sort-amount-asc {
    padding-top: 15px;
}

.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;
    background-size: 200% 100%;
    -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;
    }
}


.btn-call-price-product {
    background-color: var(--btn-success-main-style);
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
    width: 100px;
    max-width: 100px;
    min-width: 100px;
    display: inline-block;
    height: 30px;
    line-height: 30px;
}

.status-product-categury {
    color: var(--btn-success-main-style);
}

.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);
}

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

html {
    font-family: sans-serif;
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
}


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

[tabindex="-1"]:focus {
    outline: 0 !important;
}

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

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

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,
html [type="button"],
[type="submit"] {
    /*-webkit-appearance: button;*/
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    /*padding: 0;*/
    /*border-style: none;*/
}

input[type="checkbox"] {
    /*box-sizing: border-box;*/
    /*padding: 0;*/
}

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

h1, h2, h3, h4 {
    /*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;*/
}

h3 {
    /*font-size: 1.75rem;*/
}

h4 {
    /*font-size: 1.5rem;*/
}

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

/*.col-12, .col-md-3, .col-md-8, .col-md-9, .col-md-12, .col-lg-3, .col-lg-6, .col-lg-8, .col-lg-9 {*/
/*    position: relative;*/
/*    width: 100%;*/
/*    min-height: 1px;*/
/*    padding-right: 10px;*/
/*    padding-left: 10px;*/
/*}*/

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

@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-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-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 {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

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

.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn:disabled {
    opacity: 0.65;
}

.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 {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
}

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

.btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.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);
}

.fade {
    opacity: 0;
    transition: opacity 0.15s linear;
}

.collapse {
    display: none;
}

.collapse.show {
    display: block;
}

.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
}

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

.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
    margin-bottom: -1px;
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
    border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}

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

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

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

.close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    opacity: .75;
}

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

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
}


.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}

.modal.fade .modal-dialog {
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%);
}

.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (0.5rem * 2));
}

.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
    font-family: iranyekan, serif;
}

.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
}

@media (min-width: 576px) {

    .modal-dialog {
        max-width: 700px;
        margin: 1.75rem auto;
    }

    .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2));
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    opacity: 0;
}

@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-none {
    display: none !important;
}

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

.float-right {
    float: right !important;
}

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

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

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

.invisible {
    visibility: hidden !important;
}

@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,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }


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


.tooltip h2 {
    font-size: 10px;
}


.btn-call-price-product span {
    padding: 10px;
}


.box-sidebar .collapse {
    overflow-x: hidden;
    overflow-y: auto;
    margin-top: 19px;
}


.form-auth-row .remember-me h4 {

    font-size: 14px;

}


.catalog ul li {
    height: 33px;
}


.highcharts-figure {
    margin: 0 !important;
}

.mySlidesExport {
    display: none;
}

.imgExport {
    vertical-align: middle;
    width: 309px;
    height: 232px;
    object-fit: cover;
}

.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
    height: 457px;
    /*min-height: 417px;*/
}

.contentExport {
    color: #fff;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    top: 100%;
    width: 100%;
    text-align: center;
    background: var(--BackgroundColorSecound);
    display: flex;
    justify-content: space-between;

}

.numbertextExport {

    user-select: none;

    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    bottom: 0;
}

.dotExport {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 4s ease;
}

.addresimgExport .fa {
    cursor: pointer;
}

.active {
    background-color: #f4f7fc;
}

.fadeExport {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
    position: relative;
}

@-webkit-keyframes fade {
    from {
        opacity: .4
    }
    to {
        opacity: 1
    }

}

@keyframes fade {
    from {
        opacity: .4
    }
    to {
        opacity: 1
    }
}

@media only screen and (max-width: 768px) {
    .toolBoxHead{
        display: none !important;
    }
    .modal-content {
        padding: 10px 10px 0 0;
        width: 96vw;
    }

    .highcharts-axis-labels {
        /*display: none;*/
    }

    .highcharts-subtitle {
        display: none;
    }

    .highcharts-title {
        font-size: 14px !important;
    }

    .highcharts-yaxis-labels {
        width: 10px !important;
    }

    .highcharts-yaxis-labels text {
        font-size: 8px !important;
    }

    .highcharts-axis-labels text {
        font-size: 8px !important;
    }

    .highcharts-axis-title {
        font-size: 8px !important;
    }
}

@media only screen and (max-width: 300px) {
    .text {
        font-size: 11px
    }

}


.conectionExport {
    width: 40%;
    display: flex;
    justify-content: space-around;
}

.conectionExport .addresimgExport i {
    font-size: 20px;
    color: #fff;
}


.progress {
    justify-content: flex-end;
    align-items: center;
    position: relative;
    padding: 1px;
    display: flex;
    height: 3px;
}

.progress-value {
    animation: load 4s normal forwards;
    border-radius: 100px;
    background: linear-gradient(90deg, #ffe085, #ffa700);
    height: 3px;
}

@keyframes load {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}


.tr-row-detailes-product {
    padding: 5px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: relative;
}


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


.datepicker-container-inline:nth-of-type(2n) {
    display: none;
}


.priceProductDesk {
    border: 1px solid #fff;
    padding: 0 5px;
    border-radius: 5px;
    background-color: var(--BackgroundColorSecound);
    color: #484848;
}

.unitThProduct {
    font-size: 10px;
}


.priceProductDesk {
    width: 100px;
    max-width: 100px;
    min-width: 100px;
    display: inline-block;
    height: 30px;
    line-height: 30px;
}


.subDownProduct {
    color: var(--BackgroundColorSecound);
}

.white {
    color: #FFF;
}


.headNameProductResponsive {
    position: sticky;
    top: 50px;
    z-index: 1;
    width: 100%;
    background-color: #feebeb;
    color: #878787;
    /*font-size: 11px;*/
}

.trNameProductResponsive {
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 0 !important;
    /*font-size: 10px;*/
    font-weight: bolder;
}

.subTrNameProductResponsive {
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 0 !important;
    font-size: 11px;
    margin-top: 5px;
}

.tdNameProductResponsive {
    text-align: center;
}

.trNameProductResponsive td, .subTrNameProductResponsive td {
    text-align: center;
    padding: 0;
}


.headNameProductResponsive .trNameProductResponsive {
    font-size: 12px;
    padding: 3px 5px;
}

.boldItemSizeImportant {

    background-color: #F6BC13;
    border-radius: 3px;
    color: #484848;
    min-width: 25px;
    width: auto;
    height: 25px;
    display: block;
    line-height: 25px;
    padding: 0 10px;
}

.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;
}

.txtToolCalender.Click-here-calender {
    display: none;
}

.print-header-logo {
    justify-content: center;
    display: none;
}

.images-header-logo {
    width: 150px;
    margin-bottom: 10px;

}

.products-slider {
    height: 90px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 0;
}

#owl-products-slider {
    margin: 20px 0 20px 0;
}

.owl-item {
    height: 60px;
    border-radius: 10px;

}

.name-product-slider {
    text-align: center;
    color: #777;
}


.item.item-product-slider {
    height: 100%;
    width: 100%;
    line-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.toolBoxHead p:last-child {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.toolBoxHead p:first-child {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

p .fa-arrow-up {
    font-size: 17px;
}


p .fa-arrow-down {
    font-size: 17px;
}

p .fa-delicious {
    font-size: 17px;
}

p .fa-dropbox {
    font-size: 17px;
}


.tooltip-toolBoxHead {
    position: absolute;
    z-index: 9999;
    right: -100px;
    bottom: -1px;
    font-style: normal;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: -3px;
    white-space: normal;
    line-break: auto;
    font-size: inherit;
    word-wrap: break-word;
    display: none;
    background-color: #feebeb;
    height: 30px;
    line-height: 30px;
    border-radius: 3px;
    padding: 0 5px;
    min-width: 90px;
    color: #777;
}

.fa-caret-left {
    display: none;
}

.item-option-float:hover .tooltip-toolBoxHead {
    display: block;
    margin-top: 7px;
    pointer-events: auto;
}

.item-option-float:hover .fa-caret-left {
    display: block;


}


.fa-caret-left {
    font-size: 30px;
    position: absolute;
    color: #feebeb !important;
    right: -10px;
}


.slideshow-container.box-sidebar {
    height: 300px;
}


.item-option-float {
    width: 34px;
    text-align: center;
    max-width: 57px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: var(--BackgroundColorSecound);
    border-radius: 3px;
    color: #fff;
    font-size: 11px;
    height: 34px;
    margin-left: 3px !important;
    border-bottom: 1px solid #F4F7FC;
    position: relative;
}


.activeFloat {
    border-right: 2px solid black;
}


p .fa-rotate-right {
    font-size: 17px;
}


/*new digikala products*/
.products-section {
    width: 100%;
}

.products-grid {

    display: grid;

    grid-template-columns:
                       repeat(auto-fill, minmax(245px, 1fr));

    border-top: 1px solid #e5e7eb;
    border-right: 1px solid #e5e7eb;
}

.product-card {

    position: relative;

    background: #fff;

    padding: 18px;

    border-left: 1px solid #e5e7eb;
    border-bottom: 1px solid #e5e7eb;

    transition: .25s ease;

    min-height: 420px;

    display: flex;
    flex-direction: column;
}

.product-card:hover {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .04),
    0 8px 30px rgba(0, 0, 0, .08);

    z-index: 2;
}

.product-badge {

    position: absolute;
    top: 15px;
    right: 15px;

    font-size: 13px;
    font-weight: 700;

    color: #ef394e;
}

.product-content{

    display:flex;

    flex-direction:column;

    flex:1;
}

.product-image-box {

    width: 100%;
    height: 240px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 14px;
}

.product-image-box img {

    width: 100%;
    height: 100%;

    object-fit: contain;

    transition: .3s ease;
}

.product-card:hover img {
    transform: scale(1.03);
}

.product-colors {

    display: flex;
    gap: 8px;

    margin-bottom: 16px;
}

.product-colors span {

    width: 12px;
    height: 12px;

    border-radius: 50%;
    border: 1px solid #d1d5db;
}

.product-title {

    font-size: 0.8rem;
    color: #374151;
    margin-bottom: auto;
}

.product-rating-row {

    display: flex;
    align-items: center;
    justify-content: space-between;

    margin-top: 18px;
    margin-bottom: 14px;
}

.rating {

    color: #f59e0b;
    font-size: 14px;
    font-weight: 700;
}

.shipping {

    font-size: 13px;
    color: #6b7280;
}

.prices{

    margin-right:auto;
}

.price-box {
    display: flex;
    align-items: center;
    /*justify-content: space-between;*/
}

.discount-percent {

    background: #ef394e;

    color: #fff;

    border-radius: 999px;

    padding: 2px 12px;

    font-size: 13px;
    font-weight: 700;
}

.final-price {
    font-size: 1rem;
    font-weight: 800;
    color: #111827;
}

.non-existent {
    font-size: 1rem;
    font-weight: 800;
    color: #a1a3a8;
}

.justify-end{
    justify-content: end ;
}

.discount-price{
    justify-content: end ;
    min-height: 29px;
}

.old-price {
    color: #9ca3af;
    text-decoration: line-through;
    font-size: 0.8rem;
    display: flex;
    justify-content: center;
    padding: 12px 0 0 26px;
}


/* ---------- RESPONSIVE ---------- */

@media (max-width: 1400px) {

    .products-grid {
        grid-template-columns:
                           repeat(auto-fill, minmax(240px, 1fr));
    }
}

@media (max-width:992px){

    .products-grid{

        grid-template-columns:
            repeat(auto-fill,minmax(220px,1fr));
    }

    .product-card{

        min-height:390px;
    }

    .product-image-box{

        height:200px;
    }
}

@media (max-width: 768px) {

    .products-grid {
        grid-template-columns:
                           repeat(2, 1fr);
    }

    .product-image-box {
        height: 180px;
    }

    .final-price {
        font-size: 18px;
    }
}

@media (max-width: 480px) {

    .products-grid {
        grid-template-columns: 1fr;
    }
}

.unit-price{
   font-size: 0.5rem; 
}

/*filter in mobile start*/
.mobile-toolbar{

    display:none;
}

@media(max-width:768px){

    .mobile-toolbar{

        display:flex;

        align-items:center;

        gap:10px;

        padding:10px;

        background:#fff;

        position:sticky;

        top:0;

        z-index:99;

        border-bottom:1px solid #eee;
    }

    .mobile-filter-btn,
    .mobile-sort-btn{
        flex:1;
        height:37px;
        border-radius:30px;
        border:1px solid #ddd;
        background:#fff;
        color: var(--AncherTextAARateColor);
        font-size:13px;
    }

    .sidebar-wrapper{

        display:none;
    }
}
/*filter in mobile end*/


/*show product mobile start*/
/* ================= MOBILE ================= */

@media (max-width:768px){

    .products-section{

        padding:0;
    }

    .products-grid{

        grid-template-columns:1fr;

        gap:10px;

        border:none;

        background:#f3f4f6;

        padding:8px;
    }

    .product-card{

        min-height:unset;

        padding:12px;

        border:none;

        border-radius:14px;

        display:flex;

        flex-direction:row;

        align-items:flex-start;

        gap:12px;
    }

    .product-image-box{

        width:120px;

        min-width:120px;

        height:120px;

        margin-bottom:0;
    }

    .product-content{

        flex:1;

        min-width:0;

        height:120px;
    }

    .product-title{

        font-size:13px;

        line-height:1.9;

        min-height:auto;

        margin-bottom:auto;

        display:-webkit-box;

        -webkit-line-clamp:2;

        -webkit-box-orient:vertical;

        overflow:hidden;
    }

    .price-box{

        margin-top:auto;
    }

    .final-price{

        font-size:15px;
    }

    .old-price{

        font-size:11px;

        padding-top:4px;
    }

    .discount-percent{

        font-size:10px;

        padding:2px 7px;
    }

    .unit-price{

        font-size:10px;
    }

    .product-badge{

        top:8px;

        right:8px;

        font-size:10px;
    }
}
/*show product mobile end*/



/*filter and sort pupup start*/

.searchBackgroundPopUpItemSort {
    width: 100vw;
    height: 100%;
    background-color: var(--BackgroundColorWhite);
}

#icon-close-BackgroundPopUpItemSort , #icon-close-BackgroundPopUpItemFilter {
    position: absolute;
    top: 27px;
    left: 25px;
    color: var(--BackgroundColorWhite);
    height: 20px;
    width: 20px;
    text-align: center;
    line-height: 0;
    cursor: pointer;
    z-index: 1;
    font-size: 23px;
}


.BackgroundPopUpItemSort::before, .BackgroundPopUpItemFilter::before {
    position: absolute;
    content: "";
    display: block;
    width: 36px;
    height: 3px;
    top: calc(8px + env(safe-area-inset-top));
    left: 50%;
    transform: translate(-50%);
    border-radius: 2px;
    background-color: #00000024;
    z-index: 1;
}

.BackgroundPopUpItemSort , .BackgroundPopUpItemFilter{
    display: flex;
}

.closeBackgroundPopUpItemSort {
    animation: hideAnimeBackgroundPopUpItemSort cubic-bezier(.75, 0, .175, 1) 0.3s;
    animation-fill-mode: forwards;
}

.showBackgroundPopUpItemSort {
    animation: showAnimeBackgroundPopUpItemSort cubic-bezier(.75, 0, .175, 1) 0.3s;
    animation-fill-mode: forwards;
    display: block;
}

.BackgroundPopUpItemSort {
    width: 100vw;
    height: 76%;
    background: var(--BackgroundColorWhite);
    bottom: 0;
    right: 0;
    z-index: 99999;
    display: none;
    position: fixed;
    border-radius: 16px 16px 0 0;
}

.BackgroundPopUpItemFilter {
    width: 100vw;
    height: 100%;
    background: var(--BackgroundColorWhite);
    bottom: 0;
    right: 0;
    z-index: 99999;
    display: none;
    position: fixed;
    border-radius: 16px 16px 0 0;
}

@keyframes showAnimeBackgroundPopUpItemSort {
    0% {
        transform: translateY(100vh);
    }
    100% {
        transform: translateY(0vh);
    }
}

@keyframes hideAnimeBackgroundPopUpItemSort {
    0% {
        transform: translateY(0vh);
        visibility: visible;
    }
    100% {
        transform: translateY(100vh);
        visibility: hidden;
    }
}

.filterBackgroundPopUpItemSort {
    position: absolute;
    top: 0;
    width: 100vw;
    text-align: center;
    height: 100%;
}

.titrFilterBackgroundPopUpItemSort {
    text-align: right;
    width: 100%;
    margin: 0;
    height: 53px;
    background-color: var(--BackgroundColorSecound);
    line-height: 53px;
    color: var(--BackgroundPopUpItemGooeyMenu);
    font-size: 16px;
    padding-right: 20px;
    border-radius: 16px 16px 0 0;
}

.titrFilterBackgroundPopUpItemFilter {
    text-align: right;
    width: 100%;
    margin: 0;
    height: 53px;
    background-color: var(--BackgroundColorSecound);
    line-height: 53px;
    color: var(--BackgroundPopUpItemGooeyMenu);
    font-size: 16px;
    padding-right: 20px;
}
.sectionFillSortFilter{
    width: 90vw;
    height: 33vh;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 10px 0 0 0;
}

@media (max-width: 768px) {
    .nav-item{
        display: list-item !important;
    }
    .sectionFillSortFilter .listing-sort{
        width: 100%;
    }
    .sectionFillSortFilter .listing-sort li{
        text-align: right;
        padding: 12px 0;
        border-bottom: 1px solid #dadada;
    }
}
/*filter and sort pupup end*/



/*mobile filter start*/
.mobile-filter {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #fff;
    /*direction: rtl;*/
}

.filter-pages {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

/* PAGE STACK */

.filter-page {

    position: absolute;
    inset: 0;

    background: #fff;

    transform: translateX(100%);

    transition: transform .28s cubic-bezier(.4,0,.2,1);

    z-index: 1;
    overflow-y: auto;
}

.filter-page.active {
    transform: translateX(0);
    z-index: 3;
}

.filter-page.previous {
    transform: translateX(-25%);
    z-index: 2;
}


/* HEADER */

.page-header {

    position: sticky;
    top: 0;
    z-index: 10;

    height: 56px;

    display: flex;
    align-items: center;

    gap: 12px;

    padding: 0 12px;

    background: #fff;

    border-bottom: 1px solid #eee;
}

.back-btn {

    width: 40px;
    height: 40px;

    border: 0;
    background: transparent;

    font-size: 22px;
}

.page-title {
    font-size: 15px;
    font-weight: 600;
}


/* LIST */

.filter-list {
    display: flex;
    flex-direction: column;
}

.filter-row {

    width: 100%;
    min-height: 56px;

    border: 0;
    background: #fff;

    border-bottom: 1px solid #f2f2f2;

    padding: 0 16px;

    display: flex;
    justify-content: space-between;
    align-items: center;

    font-size: 14px;
}

.arrow {
    font-size: 20px;
    color: #999;
}


/* OPTIONS */

.option-item {

    min-height: 52px;

    padding: 0 16px;

    display: flex;
    align-items: center;

    gap: 10px;

    border-bottom: 1px solid #f2f2f2;
}

.option-item input {
    width: 18px;
    height: 18px;
}


/* ACTION BAR */

.filter-actions {

    position: absolute;
    bottom: 61px;
    left: 0;
    right: 0;

    display: flex;
    gap: 10px;

    padding: 12px;

    background: #fff;

    border-top: 1px solid #eee;
    z-index: 999;
}

.apply-btn {

    flex: 1;

    height: 44px;

    background: #ff6a00;

    color: #fff;

    border: 0;

    border-radius: 10px;

    font-weight: 600;
}

.clear-btn {

    width: 120px;

    height: 44px;

    border: 1px solid #ddd;

    background: #fff;

    border-radius: 10px;
}
/*mobile filter end*/



/*mobile top bar start*/

.mobile-topbar {

    position: sticky;
    top: 0;

    height: 56px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    padding: 0 10px;

    background: #fff;

    border-bottom: 1px solid #eee;

    z-index: 1000;
}


/* BACK */
.topbar-back {

    width: 40px;
    height: 40px;

    border: 0;
    background: transparent;

    font-size: 20px;

    cursor: pointer;
}


/* TITLE */
.topbar-title {

    flex: 1;

    display: flex;
    align-items: center;

    overflow: hidden;

    padding: 0 10px;
}

.topbar-title h1 {
    font-size: 15px;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* ACTIONS */
.topbar-actions {
    display: flex;
    gap: 10px;
}

.topbar-actions button {
    width: 36px;
    height: 36px;
    border: 0;
    background: transparent;
    font-size: 18px;
    cursor: pointer;
}

/*mobile top bar end*/

[data-title] {
    font-size: 30px;
    position: relative;
    cursor: pointer !important;
    z-index: 9999;
}

[data-title]:hover::before {
    content: attr(data-title);
    position: absolute;
    bottom: -26px;
    display: inline-block;
    padding: 3px 6px;
    border-radius: 5px;
    background: #000;
    color: #fff;
    font-size: 12px;
    font-family: sans-serif;
    z-index: 9999;
    white-space: nowrap;
}

[data-title]:hover::after {
    z-index: 9999;
    content: '';
    position: absolute;
    bottom: -3px;
    left: 18px;
    display: inline-block;
    color: #fff;
    border: 8px solid transparent;
    border-bottom: 8px solid #000;
}


/*================ Start Computing Price================*/


.notTaxPrice {
    display: none;
}


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

.mr-auto, .mx-auto {
    display: flex;
    justify-content: space-between;
    align-items: center;
    user-select: none;
    margin-right: auto !important;
    font: 14px var(--SiteFont);
    font-weight: 700;
    color: #535353;
    word-spacing: -4px;
    padding-right: 15px;
}

.tax-tab {
    min-width: 150px;
    position: relative;
}

.p-half {
    padding: 5px !important;
}

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

.rounded {
    border-radius: .25rem !important;
}

.bg-gray-200 {
    background-color: #f7fafc !important;
}

.tax-tab .tax-tabbg {
    background: #fff;
    transition: all .3s;
    display: block;
    position: absolute;
    z-index: 0;
    content: '';
    width: calc(50% - 5px);
    height: calc(100% - 10px);
    top: 5px;
    right: 5px;
    border-radius: 3px;
    box-shadow: 0 2px 10px #cad0d68f;
}

.text-center {
    text-align: center !important;
}

.position-relative {
    position: relative !important;
}

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


a:active, a:focus, a:hover, a:link, a:visited {
    text-decoration: none;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}

.pb-half, .py-half {
    padding-bottom: 5px !important;
}

.pt-half, .py-half {
    padding-top: 5px !important;
}

.w-50 {
    width: 50% !important;
}

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

.rounded {
    border-radius: .25rem !important;
}


/*title box*/
.time-of-year .tooltip {
    background: var(--BackgroundColor);
    font-family: var(--SiteFont);
    border: 1px solid var(--BackgroundColor);
    border-radius: 3px;
    font-size: 10px;
    display: block;
    opacity: 0;
    padding: 5px;
    pointer-events: none;
    position: absolute;
    width: auto;
    z-index: 1102;
    color: #fff;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all .7s ease-out;
    -moz-transition: all .7s ease-out;
    -ms-transition: all .7s ease-out;
    -o-transition: all .7s ease-out;
    transition: all .7s ease-out;
}

.time-of-year .tooltip:after {
    border-left: solid transparent 10px;
    border-right: solid transparent 10px;
    border-top: solid var(--BackgroundColor) 10px;
    top: -11px;
    content: " ";
    height: 0;
    left: 86%;
    margin-left: -13px;
    position: absolute;
    width: 0;
    -webkit-transform: scaley(-1);
}


.time-of-year:hover .tooltip {
    opacity: 1;
    margin-top: 7px;
    pointer-events: auto;

}

.lte8 .time-of-year .tooltip {
    display: none;
}

.lte8 .time-of-year:hover .tooltip {
    display: block;
}



.col-one-right{
    width: 120px;
}
@media (max-width: 768px) {
    .jadval {
        display: none;
    }

    .hash {
        box-shadow: unset;
    }
}


.descriptionProduct {
    justify-content: space-between;
    width: 94vw;
    display: flex;
    align-items: center;
    border-radius: 3px;
    padding: 10px;
    margin-bottom: 10px;
}

.table-detailes-dropDown-Product tbody {
    display: flex;
    flex-direction: column;
    padding: 5px;
}

.descriptionProduct .detailesDescriptionProduct {
    width: 75vw;
    height: 9vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}

.table-detailes-dropDown-Product tbody tr td:first-child {
    font-size: 13px;
    font-weight: bold;
}

.table-detailes-dropDown-Product tbody tr {
    padding: 5px;
}

.table-detailes-dropDown-Product tbody tr td:last-child {
    font-weight: bold;
    padding-left: 5px;
    font-size: 13px;
}

.table-detailes-dropDown-Product tbody tr:last-child {
    margin: 0;
}

.descriptionProduct .buttonsDescriptionProduct {
    width: 15vw;
    height: 9vh;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.rowDescriptionProduct {
    box-shadow: 1px 0 1px 8px #e1e1e1;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin: 7px auto;
    position: relative;
}

.rowDescriptionProduct::before {
    content: "";
    display: block;
    height: 100%;
    border-left: 2px solid var(--BackgroundColorSecound);
    position: absolute; 
    left: 0;
    top: 0;
}

.rowDescriptionProduct::after {
    content: "";
    display: block;
    height: 100%;
    border-left: 2px solid #0050ff;
    position: absolute;
    left: 2px;
    top:0;
}


.priceProduct {
    margin: 0;
    width: auto;
    padding:5px 5px;
    border-radius: 3px;
    background-color: var(--BackgroundColorSecound);
    color: #484848;
    font-size: 14px;
    font-weight: 700;
}
.priceProductProductOdd{
    border: 1px solid #bfbfbf; 
}
.priceProductProductEven{
    border: 1px solid #fff; 
}

.Specifications {
    /*font-size: 14px;*/
    width: 100%;
    /*padding: 10px;*/
    font-weight: bold;
    word-spacing: -3px;
    color: #000;
}

.btn-description {
    padding: 0;
    width: 35px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 2px;
}


.btn-cell-product {
    background-color: #ecffb6 !important;
    border: none;
    border-radius: 3px;
}

.btn-cell-product .fa {
    color: #fff;
    font-size: 20px;
}


.btn-chart-product {
    background-color: #eff5ff;
    border: none;
    border-radius: 3px;
}

.btn-chart-product .fa {
    color: #b9b9b985;
    font-size: 20px;
}
.item-detailes-dropDown-Product {
    display: none;
}

.table-detailes-dropDown-Product {
    width: 96vw;
    font-size: 12px;
    color: #393939;
    margin-bottom: 10px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.dropDownDetailes {
    width: 95%;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;

    border-top-width: 2px;
    border-top-style: solid;
    border-image: linear-gradient(to right, #fff0, #153479, #fff0) 1;
}

.dropDownDetailes .fa {
    width: 100%;
    text-align: center;
}


@media (min-width: 768px) {
    .rowDescriptionProduct {
        display: none !important;
    }

}


.open-icon-down {
    transform: rotate(180deg);
    transition: 0.3s;
}

.dropDownDetailes .fa {
    transition: 0.3s;
}


.openDetailesProduct {
    outline: thick ridge #79797954;

}

.table-detailes-dropDown-Product tbody tr td:first-child {
    font-size: 13px;
    font-weight: bold;
    padding-left: 5px;
}

.dot-center-product {
    border-bottom: 1px dotted #b7b7b7;
    width: 65%;
}

.tr-row-detailes-product {
    align-items: center;
}


.tr-row-detailes-product td {
    display: block ruby;
}


.rowDescriptionProduct:nth-child(odd) {
    background-color: #f4f7fc !important;
}


.dateProductOdd {
    padding: 5px;
    border-radius: 3px;
    margin-left: 2px;
     opacity: 0.5;
    box-shadow: 0 0 1px 1px #a8a8a8;
    font-size: 12px;
 }

.dateProductEven {
    padding: 5px;
    border-radius: 3px;
    margin-left: 2px;
    opacity: 0.5;
    box-shadow: 0 0 1px 1px #a8a8a8;
    font-size: 12px;

}

 
.rowDescriptionProduct table tbody{
    display: block;
}
