/* =============================
Name : style.css
Version 1.0
================================
01.Theme default css
02.Header Area
03.index Area
04.Footer Area
05.category Area
06.category2 Area
07.category3 Area
08.product Area
09.cart Area
10.profile1 Area
11.profile2 Area
12.profile4 Area
13.profile6 Area
14.profile7 Area
15.installment Area
16.media Area
=============================*/
/*01.Theme default css*/
body{
background: #FAFAFC;
}
input[type=text],input[type=password],input[type=number]{
    -webkit-user-select: text;
}
.dashboard-menu.active{
 background: #f2f2f5;
}
.dashboard-menu{
    padding: 12px;
}
.special-link,.faq-link{
    float: left;
}
.nav-toggle {
    right: 0;
    left: unset;
}
/*01./Theme default css*/
/*02.Header Area*/
header{
    background: #FFFFFF;
    box-shadow: 0 0 2px rgba(40, 41, 61, 0.04), 0 4px 8px rgba(96, 97, 112, 0.16);
}
.header-search{
    background: var(--light2);
    border-radius: 8px;
    height: 40px;
    border: 0;
    width: 100%;
    padding-left: 56px;
    padding-right: 10px;
    font-size: 13px;
}
.header-search:focus,.header-search.focus{
    outline: 1px solid #FF3B3B;
}
.custom-input2:focus-visible {
    outline: 1px solid #FF3B3B;
}
.header-search-button{
    background: var(--dark3);
    border-radius: 8px 0 0 8px;
    width: 56px;
    position: absolute;
    left: 14px;
    top: 8px;
    bottom: 0;
    border:0;
    height: 40px;
}
.line-vertical{
    width: 1px;
    height: 24px;
    padding:5px 0;
    background: var(--light2);
    margin-top: 15px;
}
.megamenu {
    position: static;
}

.megamenu .dropdown-menu {
    background: none;
    border: none;
    width: 100%;
}
.basket-count{
    width: 17px;
    height: 17px;
    background: #D3203A;
    color: #ffffff;
    border-radius: 100%;
    font-size: 10px;
    font-weight: bold;
    display: inline-block;
}
.dropdown-item{
    text-align: right;
}
ul{
    list-style: none;
}
.navigation {
    width: 100%;
    display: table;
    position: relative;
    font-family: inherit;
    padding: 0;
    transition: all 0.5s;
}
#mysticky-nav.wrapfixed .myfixed .navigation {
    padding: 15px 30px;
}

.navigation * {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}
/*.navigation-portrait {
    height: 48px;
}*/
.navigation-fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 19998;
}
.navigation-hidden {
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}
.align-to-right {
    float: right;
}
.nav-header {
    float: left;
    position: relative;
    margin-top: 16px;
}
.navigation-portrait .nav-header {
    width: 100%
}
.nav-header img {
    max-width: 336px !important;
}

.nav-header .logo-black {
    position: absolute;
    opacity: 0;
    left: 0;
    top: 0
}

.navigation-hidden .nav-header {
    display: none;
}

.nav-logo > img {
    height: 48px;
    margin: 11px auto;
    padding: 0 15px;
    float: left;
}
.nav-logo:focus > img {
    outline: initial;
}
.navigation-portrait .nav-logo > img {
    height: 36px;
    margin: 6px auto 6px 15px;
    padding: 0;
}
.nav-toggle {
    width: 30px;
    height: 30px;
    padding: 6px 2px 0;
    position: absolute;
    top: 50%;
    margin-top: -14px;
    left: 0;
    display: none;
    cursor: pointer;
}
.nav-toggle:before {
    content: "";
    position: absolute;
    width: 24px;
    height: 2px;
    background-color: #28293D;
    border-radius: 10px;
    box-shadow: 0 0.5em 0 0 #28293D, 0 1em 0 0 #28293D;
}

.navigation-portrait .nav-toggle {
    display: block;
}
.navigation-portrait .nav-menus-wrapper {
    width: 320px;
    height: 100%;
    top: 0;
    left: -400px;
    position: fixed;
    background-color: #fff;
    z-index: 20000;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}
.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right {
    left: auto;
    right: -400px;
}
.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open {
    right: 0;
}
.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open {
    left: auto;
    right: 0;
}
.nav-menus-wrapper-close-button {
    width: 30px;
    height: 40px;
    margin: 10px 7px;
    display: none;
    float: left;
    color: #343a40;
    font-size: 26px;
    cursor: pointer;
}
.navigation-portrait .nav-menus-wrapper-close-button {
    display: block;
}
.nav-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: normal;
    font-size: 0;
}
.navigation-portrait .nav-menu {
    width: 100%;
}
.navigation-landscape .nav-menu.nav-menu-centered {
    float: none;
    text-align: center;
}
.navigation-landscape .nav-menu.nav-menu-centered > li {
    float: none;
}
.nav-menu > li {
    display: inline-block;
    float: right;
    text-align: right;
}
.navigation-portrait .nav-menu > li {
    width: 100%;
    position: relative;
    border-top: solid 1px #f0f0f0;
}
.navigation-portrait .nav-menu > li:last-child {
    border-bottom: solid 1px #f0f0f0;
}
.nav-menu + .nav-menu > li:first-child {
    border-top: none;
}
.nav-menu > li > a {
    padding: 15px 15px;
    display: inline-block;
    text-decoration: none;
    font-size: 13px;
    color: var(--dark2);
    -webkit-transition: color 0.3s, background 0.3s;
    transition: color 0.3s, background 0.3s;
    text-transform: capitalize;
}

.navigation-portrait .nav-menu > li > a {
    width: 100%;
    height: auto;
    padding: 12px 15px 12px 26px;
    color: var(--dark2);
}
.nav-menu > li:hover > a,
.nav-menu > li.active > a,
.nav-menu > li.focus > a,
.nav-search-button:hover {
    color: var(--boniz-main);
}
.nav-menu > li > a > i,
.nav-menu > li > a > [class*="ion-"] {
    width: 18px;
    height: 16px;
    line-height: 16px;
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
}
.nav-menu > li > a > [class*="ion-"] {
    width: 16px;
    display: inline-block;
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
}
.navigation-portrait .nav-menu.nav-menu-social {
    width: 100%;
    text-align: center;
}
.nav-menu.nav-menu-social > li {
    text-align: center;
    float: none;
    border: none !important;
}
.navigation-portrait .nav-menu.nav-menu-social > li {
    width: auto;
}
.nav-menu.nav-menu-social > li > a > [class*="ion-"] {
    font-size: 12px;
}
.nav-menu.nav-menu-social > li > a > .fa {
    font-size: 14px;
}
.navigation-portrait .nav-menu.nav-menu-social > li > a {
    padding: 15px;
}
.submenu-indicator {
    margin-left: 6px;
    margin-top: 6px;
    float: right;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.navigation-portrait .submenu-indicator {
    width: 54px;
    height: 44px;
    margin-top: 0;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    z-index: 20000;
}
.submenu-indicator-chevron {
    height: 6px;
    width: 6px;
    display: block;
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: transparent #70798b #70798b transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: border 0.2s;
    transition: border 0.2s;
}
.navigation-portrait .submenu-indicator-chevron {
    position: absolute;
    top: 18px;
    left: 24px;
}
.nav-menu > li:hover > a .submenu-indicator-chevron,
.nav-menu > .active > a .submenu-indicator-chevron,
.nav-menu > .focus > a .submenu-indicator-chevron {
    border-color: transparent #967adc #967adc transparent;
}
.navigation-portrait .submenu-indicator.submenu-indicator-up {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.nav-overlay-panel {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: none;
    z-index: 19999;
}
.no-scroll {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.nav-search {/*
    height: 70px;*/
    float: right;
    z-index: 19998;
}

.navigation-hidden .nav-search {
    display: none;
}
.nav-search-button {
    text-align: center;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    font-size: 23px;
    color: var(--light4);
    -webkit-transition: color 0.3s, background 0.3s;
    transition: color 0.3s, background 0.3s;
    text-transform: uppercase;
    padding: 13px 0 5px 20px;
}

.nav-search-icon {
    width: 14px;
    height: 14px;
    margin: 2px 8px 8px 4px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    color: #ffffff;
    text-align: left;
    text-indent: -9999px;
    border: 2px solid;
    border-radius: 50%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.nav-search-icon:after,
.nav-search-icon:before {
    content: "";
    pointer-events: none;
}
.nav-search-icon:before {
    width: 2px;
    height: 11px;
    top: 11px;
    position: absolute;
    left: 50%;
    border-radius: 0 0 1px 1px;
    box-shadow: inset 0 0 0 32px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.nav-search-button:hover .nav-search-icon {
    color: var(--boniz-main);
}
.nav-search > form {
    width: 100%;
    height: 100%;
    padding: 0 auto;
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    z-index: 99;
}
.nav-search-inner {
    width: 70%;
    height: 100%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-search-inner input[type="text"],
.nav-search-inner input[type="search"] {
    height: 70px;
    width: 100%;
    margin: 0;
    padding: 0 12px;
    font-size: 26px;
    text-align: center;
    color: #343a40;
    outline: none;
    line-height: 70px;
    border: none;
    background-color: transparent;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.navigation-portrait .nav-search-inner input[type="text"],
.navigation-portrait .nav-search-inner input[type="search"] {
    height: 48px;
    font-size: 18px;
    line-height: 48px;
}
.nav-search-close-button {
    width: 28px;
    height: 28px;
    display: block;
    position: absolute;
    right: 20px;
    top: 50%;
    line-height: normal;
    color: #343a40;
    font-size: 20px;
    cursor: pointer;
    text-align: center;
    transform: translate(0%, -50%);
}

.nav-button {
    margin: 18px 15px 0;
    padding: 8px 14px;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
}
.nav-button:hover,
.nav-button:focus {
    color: #fff;
    text-decoration: none;
}
.navigation-portrait .nav-button {
    width: calc(100% - 52px);
    margin: 17px 26px;
}
.nav-text {
    margin: 25px 15px;
    display: inline-block;
    color: #343a40;
    font-size: 14px;
}
.navigation-portrait .nav-text {
    width: calc(100% - 52px);
    margin: 12px 26px 0;
}
.navigation-portrait .nav-text + ul {
    margin-top: 15px;
}
.nav-dropdown {
    min-width: 180px;
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    list-style: none;
    z-index: 98;
    white-space: nowrap;
}
.navigation-portrait .nav-dropdown {
    width: 100%;
    position: static;
    left: 0;
}
.nav-dropdown .nav-dropdown {
    left: 100%;
}
.nav-menu > li > .nav-dropdown {
    border-top: solid 1px #f0f0f0;
}
.nav-dropdown > li {
    width: 100%;
    float: left;
    clear: both;
    position: relative;
    text-align: left;
}
.nav-dropdown > li > a {
    width: 100%;
    padding: 16px 20px;
    display: inline-block;
    text-decoration: none;
    float: left;
    font-size: 13px;
    color: #343a40;
    background-color: #fdfdfd;
}
.nav-dropdown > li:hover > a,
.nav-dropdown > li.focus > a {
    color: var(--boniz-main);
}
.nav-dropdown.nav-dropdown-left {
    right: 0;
}
.nav-dropdown > li > .nav-dropdown-left {
    left: auto;
    right: 100%;
}
.navigation-landscape .nav-dropdown.nav-dropdown-left > li > a {
    text-align: right;
}
.navigation-portrait .nav-dropdown > li > a {
    padding: 12px 20px 12px 30px;
}
.navigation-portrait .nav-dropdown > li > ul > li > a {
    padding-left: 50px;
}
.navigation-portrait .nav-dropdown > li > ul > li > ul > li > a {
    padding-left: 70px;
}
.navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > a {
    padding-left: 90px;
}
.navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > ul > li > a {
    padding-left: 110px;
}
.nav-dropdown .submenu-indicator {
    right: 15px;
    top: 10px;
    position: absolute;
}
.navigation-portrait .nav-dropdown .submenu-indicator {
    right: 0;
    top: 0;
}
.nav-dropdown .submenu-indicator .submenu-indicator-chevron {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.navigation-portrait .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.nav-dropdown > li:hover > a .submenu-indicator-chevron,
.nav-dropdown > .focus > a .submenu-indicator-chevron {
    border-color: transparent var(--boniz-main) var(--boniz-main) transparent;
}
.navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator {
    left: 10px;
}
.navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator .submenu-indicator-chevron {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.nav-dropdown-horizontal {
    width: 100%;
    left: 0;
    background-color: #fdfdfd;
    border-top: solid 1px #f0f0f0;
}
.nav-dropdown-horizontal .nav-dropdown-horizontal {
    width: 100%;
    top: 100%;
    left: 0;
}
.navigation-portrait .nav-dropdown-horizontal .nav-dropdown-horizontal {
    border-top: none;
}
.nav-dropdown-horizontal > li {
    width: auto;
    clear: none;
    position: static;
}
.navigation-portrait .nav-dropdown-horizontal > li {
    width: 100%;
}
.nav-dropdown-horizontal > li > a {
    position: relative;
}
.nav-dropdown-horizontal .submenu-indicator {
    height: 18px;
    top: 11px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.navigation-portrait .nav-dropdown-horizontal .submenu-indicator {
    height: 42px;
    top: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
.navigation-portrait .nav-dropdown-horizontal .submenu-indicator.submenu-indicator-up {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.header_area {
    position: absolute;
    z-index: 99;
    width: 100%;
}


.menu-desc h4 {
    text-transform: uppercase;
    color: var(--dark1);
    font-weight: 800 !important;
}

.menu-desc p {
    color: var(--dark2);
    font-size: 19px;
}
.submenu-indicator{
    display: none;
}


.megamenu-panel {
    width: 100%;
    padding:15px 15px;
    display: none;
    position: absolute;
    font-size: 14px;
    z-index: 98;
    text-align: left;
    color: inherit;
    background: white;
}
.megamenu-panel:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: calc(100% - 34px);
    background: #FFFFFF;
    border-radius: 0 0 8px 8px;
    z-index: -8;
}

.navigation-portrait .megamenu-panel {
    padding: 25px;
    position: static;
    display: block;
}

.megamenu-tabs {
    width: 100%;
    float: left;
    display: block;
}
.megamenu-tabs-nav {
    width: 20%;
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
}
.navigation-portrait .megamenu-tabs-nav {
    width: 100%;
}
.megamenu-tabs-nav > li > a {
    width: 100%;
    padding: 10px 16px;
    float: left;
    font-size: 13px;
    text-decoration: none;
    color: #343a40;
    border: solid 1px #eff0f2;
    outline: 0;
    background-color: #fff;
}
.megamenu-tabs-nav > li.active a,
.megamenu-tabs-nav > li:hover a {
    background-color: #f5f5f5;
}
.megamenu-tabs-pane {
    width: 80%;
    min-height: 30px;
    padding: 20px;
    float: right;
    display: none;
    font-size: 13px;
    color: #343a40;
    border: solid 1px #eff0f2;
    background-color: #fff;
}
.megamenu-tabs-pane.active {
    display: block;
}
.navigation-portrait .megamenu-tabs-pane {
    width: 100%;
}

.megamenu-list > li > a {
    width: 100%;
    padding: 10px 15px;
    display: inline-block;
    color: #555770;
    text-decoration: none;
    font-size: 12px;
    line-height: 20px;
    font-weight: normal;
    text-align: right;
}
.megamenu-list > li > a:hover {
    color: var(--boniz-main);
}
.megamenu-list > li.megamenu-list-title > a {
    font-weight: bold;
    color: #28293D;
    font-size: 14px;
    line-height: 32px;
}
.megamenu-list > li.megamenu-list-title > a:hover {
    background-color: transparent;
}


.nav-dropdown > li > a {
    color: #555770;
    font-size: 12px;
    font-weight: normal;
    padding: 10px 20px;
    line-height: 20px;
    border-bottom: 1px solid #f6f6f6;
    text-align: right;
}
.nav-dropdown > li > a:hover,
.nav-dropdown > li > a:focus {
    color: var(--boniz-main);
}
.main_header_area.sticky {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 9999;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
}
/*02/.Header Area*/
/*03.index Area*/
.slider-image{
    width: 100%;
    display: block;
    object-fit: cover;
}
.slider-carousel{
    background: transparent;
    border-radius: 8px;
    overflow: hidden;

}
.top-banner-img{
    object-fit: cover;
    width: 100%;
    border-radius: 8px;
}
.carousel-indicators > li{
    width: 8px;
    height: 8px;
    border-radius: 50%;
    opacity: 1;
    border: 0;
    margin:0 8px;
}
.carousel-indicators > li.active{
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--boniz-main);
}
#special-sale{
    border-radius: 8px;
    background: var(--boniz-main);
    padding: 10px;
    box-shadow: 0 29px 40px -12px rgba(211,32,58,0.53);
}
.discount span{
    background: var(--red4);
    border-radius: 8px;
    /*width: 73px;*/
    /*height: 24px;*/
    padding: 5px 10px;
    z-index: 1000;
    position: absolute;
    top:20px;
}

.special-product-card{
    width: 282px;
    height: 384px;
    box-shadow: 0 0 1px rgba(40, 41, 61, 0.08), 0 0.5px 2px rgba(96, 97, 112, 0.16);
    border-radius: 8px;
}
.product-image{
    width: 180px;
    height: 180px;
    display: block;
    z-index: 0;
    margin: 30px auto auto;
}
.product-list{
    background: var(--light4);
    box-shadow: 0 0 1px rgba(40, 41, 61, 0.08), 0 0.5px 2px rgba(96, 97, 112, 0.16);
    border-radius: 8px;
    padding: 10px;
    position: relative;
}
.product{
    border-radius: 8px;
    background: var(--light4);
    margin-bottom:10px;
    margin-right: 10px;
}
.mobile-product{
    border-radius: 8px;
    background: var(--light4);
    margin-bottom:10px;
    margin-right: 10px;
}
.mobile-product .label span{
    position: unset;
}
.mobile-product .product-image{
    max-width: 100%;
    width: 100px;
    height: 100px;
    object-fit: contain;
}
.product-footer{
    position: absolute;
    right: 15px;
    left: 5px;
    bottom: 0;
}
.product:hover{
    box-shadow: 0 0 1px rgba(80,80,84,0.8), 0 2.3px 10px rgba(96,96,100,0.16);
}
.hover-info{
    opacity: 0;
    transition: .4s;
}

.product:hover .hover-info{
    opacity: 1;
    transition: .4s;
}


.special-brand{
    box-shadow: 0 0 1px rgba(40, 41, 61, 0.08), 0 0.5px 2px rgba(96, 97, 112, 0.16);
    border-radius: 8px;
    padding: 10px;
}
.special-brand img{
    width: 180px;
    height: 180px;
}



#clockdiv{
    font-family: IRANSans;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 20px;
    color : var(--dark2);

}

.clockdiv > div{
    padding: 2px;
    display: inline-block;
}

.clockdiv div > span{
    padding: 5px 5px 0 5px;
    display: inline-block;
}

.smalltext{
    padding-top: 3px;
    font-style: normal;
    font-weight: normal;
    font-size: 8px;
    line-height: 14px;
    color : var(--dark3);
    text-align: center;
}
.custom-owl-nav{
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
}
.custom-owl-nav button{
    z-index: 3;
    top:50%;
    position: absolute;
    background: transparent;
    border: 0;
}
.custom-owl-nav button.owl-prev{
    right: 12px;

}
.custom-owl-nav button.owl-next{
    left: 12px;
}
.custom-owl-nav-prev{
    width: 40px;
    height: 40px;
    background: #F2F2F5;
    box-shadow: 0 0 1px rgba(40, 41, 61, 0.04), 0 2px 4px rgba(96, 97, 112, 0.16);
    border-radius: 100px;
    opacity: 1 !important;
    top: 50%;
    color: var(--dark2);
    font-size: 26px;
}

.custom-owl-nav-next{
    width: 40px;
    height: 40px;
    background: #F2F2F5;
    box-shadow: 0 0 1px rgba(40, 41, 61, 0.04), 0 2px 4px rgba(96, 97, 112, 0.16);
    border-radius: 100px;
    opacity: 1 !important;
    top: 50%;
    color: var(--dark2);
    font-size: 26px;
}
.custom-owl-nav-prev:hover,.custom-owl-nav-next:hover{
    color: var(--dark2);
}
/*03/.index Area*/
/*04.Footer Area*/
footer{
    background: var(--light1);
}
/*04./Footer Area*/
/*05.category Area*/
.navbar-item.active{
    color: #D3203A;
    border-bottom: 1px solid #D3203A;
    padding-bottom: 9px;
}
.category-list >div{
    padding: 5px
}
.category-list .product{
    width: 100%;
    margin-right: 0px;

}
.page-link{
    color: var(--dark2);
    font-weight: 500;
    font-size: 16px;
    background: transparent;
    border: 0;
    text-align: center;
    width: 24px;
    height: 24px;
    margin : 0.5rem 18px;
    padding: 0;
}
.page-item.active .page-link{
    border-radius: 50%;
    background: var(--boniz-lighter0);
    color:var(--boniz-main);
    padding: 5px;
    margin-top: 3px;

}
.page-link:hover {
    z-index: 2;
    color: inherit;
    text-decoration: none;
    background-color: transparent;
    border-color:unset;
}
.page-link:focus {
    box-shadow:unset;
}
.custom-dropdown-icon{
    font-size: 18px;
    font-weight: 500;
    color: #8F90A6;
    vertical-align: middle;
}
.filter-card-title{
    background: #FFFFFF;
    box-shadow: 0 0 1px rgba(40, 41, 61, 0.08), 0 0.5px 2px rgba(96, 97, 112, 0.16);
    border-radius: 8px;
    padding:10px;
    margin-bottom: 2px;
}
.filter-card-content{
    background: #FFFFFF;
    box-shadow: 0 0 1px rgba(40, 41, 61, 0.08), 0 0.5px 2px rgba(96, 97, 112, 0.16);
    border-radius: 8px;
    overflow: hidden;
}
.filter-card-content div.card-body{
    padding:10px;
}
.custom-input2{
    background: var(--light2);
    border-radius: 8px;
    border: 0;
    padding: 10px 36px 10px 10px;
}
.input-icon2{
    position: absolute;
    top: 15px;
    right: 14px;
}
.custom-input2:focus-visible{
    outline: 1px solid #FF3B3B;
}
.custom-input2-top-label{
    margin-right: 17%;
}
.custom-input2-with-icon{
    padding-right: 50px;
}
.custom-input3{
    background: var(--light4);
    border-radius: 8px;
    border: 1px solid #C7C9D9;
    margin: 10px;
    padding: 10px 36px 10px 10px;
    display: block;
}
.custom-input3:focus-visible{
    outline: 1px solid #FF3B3B;
}
.custom-input3-top-label{
    margin-right: 17%;
}
.custom-input3-with-icon{
    padding-right: 50px;
}
.custom-scroll{
    max-height: 200px;
    overflow-y: scroll;
    margin-left: 14px;
    margin-bottom: 14px;
}
::-webkit-scrollbar {
    width: 2px;
}
::-webkit-scrollbar-track {
    background: #F8CED4;
    border-radius: 4px;
}
::-webkit-scrollbar-thumb {
    background: #D3203A;
    border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
    background: #D3203A;
}
.filter-input{
    background: #E4E4EB;
    border-radius: 8px;
    width: 88px;
    height: 32px;
    border: 0;
    text-align: center;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    color: #8F90A6;
}
.filter-input:focus-visible{
    outline: 1px solid #FF3B3B;
}
.filter-input-top-label{
    margin-right: 17%;
}
/*05./category Area*/
/*06.category2 Area*/
.category{
    box-shadow: 0 0 1px rgba(40, 41, 61, 0.08), 0 0.5px 2px rgba(96, 97, 112, 0.16);
    border-radius: 8px;
    background: var(--light4);
    padding: 10px;
}
.card-category2{
    box-shadow: 0 0 1px rgba(40, 41, 61, 0.08), 0 0.5px 2px rgba(96, 97, 112, 0.16);
    border-radius: 8px;
    background: var(--light4);
}
.img-category{
    width: 80px;
    height: 80px;
    max-width: 100%;
    margin: auto;
    display: block;
}
/*06./category2 Area*/
/*07.category3 Area*/
.cart-seller{
    box-shadow: 0 0 2px rgba(40, 41, 61, 0.04), 0 4px 8px rgba(96, 97, 112, 0.16);
    border-radius: 8px;
    background: var(--light4);
    border: 0;
    overflow: hidden;
}
.seller-title{
    background: var(--boniz-main);
}
.seller-content{
    background: var(--light4);
    padding: 10px;
}
.line-vertical2{
    width: 1px;
    height: 24px;
    padding:5px 0;
    background: var(--light2);
    margin-top: 1px;
}
.seller-footer{
    background: #F2F2F5;
    height: 32px;
}
.seller-icon{
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: var(--light1);
    border: 4px solid #FFFFFF;
    display: block;
    margin: auto;
    position: relative;
    left: 0;
    right: 0;
    top: 35px;
}
.seller-picture {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 4px solid #FFFFFF;
    display: block;
    margin: auto;
    position: relative;
    left: 0;
    right: 0;
    top: 35px;
    object-fit: cover;
}

/*07./category3 Area*/
/*08.product Area*/
.card-product{
    box-shadow: 0 0 1px rgba(40, 41, 61, 0.08), 0 0.5px 2px rgba(96, 97, 112, 0.16);
    border-radius: 8px;
    padding:20px;
}
.btn-color{
    border: 1px solid #C7C9D9;
    border-radius: 8px;
    width: 70px;
    height: 32px;
    padding-top: 6px;
    padding-right: 7px;
}
.circle{
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: var(--red1);
}
.circle-red{
    width: 16px;
    height: 16px;
    border-radius: 50%;
}
.circle-blue{
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: var(--blue1);
}
.circle-green{
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: var(--green1);
}
.btn-size{
    border: 1px solid #C7C9D9;
    border-radius: 8px;
    width: 32px;
    height: 32px;
    padding-right: 8px;
    padding-top: 7px;
}
.line-vertical3{
    width: 1px;
    height: 17px;
    padding: 5px 0;
    background: var(--light2);
    margin-top: 2px;
}
.clear{
    clear: both;
}
.btn-color.active,.btn-size.active{
    border: 1px solid #D3203A;
}
.line-horizontal{
    border-top:1px solid #C7C9D9;
}
.line-horizontal2{
    border-top:1px solid rgba(199, 201, 217,0.5);
    margin-top: -1px;
}
.line-horizontal3{
    border-top:2px solid #555770;
    margin-top: 39px;
}
.line-horizontal4{
    border-top:2px solid #C7C9D9;
    margin-top: 39px;
}
.product-tab .nav-pills .nav-link.active{
    background: unset;
    color: unset;
    border-bottom: 1px solid #D3203A;
    border-radius: 0;
}
.product-tab .table th{
    border-top: 0;
    padding: 8px;
}
.product-tab .table td{
    border-top: 0;
    padding: 8px;
}
.nav {
    padding-left: unset;
    padding-right: 0;
}
.btn-buyer{
    background: #F2F2F5;
    border-radius: 8px;
    width: 58px;
    height: 24px;
    text-align: center;
    padding-top: 3px;
}
.preview-thumbnail img {
    max-width: 100%;
    cursor: pointer;

}
.preview {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.preview-pic {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    background: var(--light4);
    box-shadow: 0 0 1px rgba(40, 41, 61, 0.08), 0 0.5px 2px rgba(96, 97, 112, 0.16);
    padding: 20px;
    border-radius: 8px;
}

.preview-thumbnail.nav-tabs {
    border: none;
    margin-top: 15px;
}

.preview-thumbnail.nav-tabs li {
    overflow: hidden;
    margin-bottom: 10px;
}

.preview-thumbnail.nav-tabs li img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.preview-thumbnail.nav-tabs li a {
    padding: 0;
    margin: 0;
}

.preview-thumbnail.nav-tabs li:last-of-type {
    margin-right: 0;
}

.tab-content {
    overflow: hidden;
}

.preview-pic img {
    width: 300px;
    height: 300px;
    max-width: 100%;
    object-fit: cover;
    -webkit-animation-name: opacity;
    animation-name: opacity;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    margin: auto;
    display: block;
}
.preview-thumbnail.nav-tabs li{
    box-shadow: 0 0 1px rgba(40, 41, 61, 0.08), 0 0.5px 2px rgba(96, 97, 112, 0.16);
    padding: 12px;
    border-radius: 8px;
}
.details {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.tooltip-inner {
    padding: 1.3em;
}
.comment-textarea{
    background: #FFFFFF;
    box-shadow: inset 0 0.5px 4px rgba(96, 97, 112, 0.32);
    border-radius: 8px;
    height: 180px;
    width: 100%;
    padding: 10px;
    resize: none;
    border: 0;
}
.comment-textarea:focus-visible{
    outline: 0;
}
.btn-send-comment{
    padding-top: 7px;
    text-align: center;
    width: 94px;
    height: 40px;
}

@-webkit-keyframes opacity {
    0% {
        opacity: 0;
        -webkit-transform: scale(3);
        transform: scale(3);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes opacity {
    0% {
        opacity: 0;
        -webkit-transform: scale(3);
        transform: scale(3);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
/*08./product Area*/
/*9.cart Area*/
.msform {
    width: 100%;
    margin: 50px auto;
    text-align: center;
    position: relative;
}
/*progressbar*/
.progressbar {
    overflow: hidden;
    /*CSS counters to number the steps*/
    counter-reset: step;
    width: 100%;
    margin: 0 auto 30px;
}
.progressbar li {
    list-style-type: none;
    color: var(--dark3);
    width: 24.99%;
    float: right;
    position: relative;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 36px;
}
.progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 24px;
    line-height: 24px;
    display: block;
    color: #ffffff;
    background: var(--dark3);
    border-radius: 50%;
    margin: 0 auto 5px auto;
    text-align: center;
    height: 24px;
    padding-top: 2px;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
}
/*progressbar connectors*/
.progressbar li:after {
    content: '';
    width: 100%;
    height: 3px;
    background: #C7C9D9;
    position: absolute;
    right: -50%;
    top: 9px;
    z-index: -1; /*put it behind the numbers*/
}
.progressbar li:first-child:after {
    /*connector not needed before the first step*/
    content: none;
}
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
.progressbar li.active:before,  .progressbar li.active:after{
    background: var(--boniz-main);
    color: white;
}
.progressbar li.active{
    color: var(--boniz-main);
}
.vtcha{
    max-width: 100%;
}
.vtcha .item-box,.vtcha .target-box{
    width: 170px;
    margin: 10px auto 0;
}
* {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-sizing: border-box;
}
.ctrl {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    font-size: 20px;
    width: 120px;
    height: 40px;
    overflow: hidden;
    border: 1px solid #C7C9D9;
    box-sizing: border-box;
    border-radius: 8px;
}
.ctrl__counter {
    position: relative;
    width: 200px;
    height: 100px;
    color: #333C48;
    text-align: center;
    overflow: hidden;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
}

.ctrl__counter.is-input .ctrl__counter-num {
    visability: hidden;
    opacity: 0;
    -webkit-transition: opacity 100ms ease-in;
    transition: opacity 100ms ease-in;
}

.ctrl__counter.is-input .ctrl__counter-input {
    visability: visible;
    opacity: 1;
    -webkit-transition: opacity 100ms ease-in;
    transition: opacity 100ms ease-in;
}

.ctrl__counter-input {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 2;
    box-shadow: none;
    outline: none;
    border: none;
    color: #333C48;
    font-size: 30px;
    line-height: 100px;
    text-align: center;
    visability: hidden;
    opacity: 0;
    -webkit-transition: opacity 100ms ease-in;
    transition: opacity 100ms ease-in;
}

.ctrl__counter-num {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    line-height: 100px;
    visability: visible;
    opacity: 1;
    -webkit-transition: opacity 100ms ease-in;
    transition: opacity 100ms ease-in;
}

.ctrl__counter-num.is-increment-hide {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    -webkit-animation: increment-prev 100ms ease-in;
    animation: increment-prev 100ms ease-in;
}

.ctrl__counter-num.is-increment-visible {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation: increment-next 100ms ease-out;
    animation: increment-next 100ms ease-out;
}

.ctrl__counter-num.is-decrement-hide {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-animation: decrement-prev 100ms ease-in;
    animation: decrement-prev 100ms ease-in;
}

.ctrl__counter-num.is-decrement-visible {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation: decrement-next 100ms ease-out;
    animation: decrement-next 100ms ease-out;
}

.ctrl__button {
    width: 100px;
    text-align: center;
    color: #130F26;
    cursor: pointer;
    -webkit-transition: background-color 100ms ease-in;
    transition: background-color 100ms ease-in;
}

.ctrl__button:hover {
    color: #130F26;
    -webkit-transition: background-color 100ms ease-in;
    transition: background-color 100ms ease-in;
}

.ctrl__button:active {
    color: #130F26;
    -webkit-transition: background-color 100ms ease-in;
    transition: background-color 100ms ease-in;
}

.ctrl__button--decrement { border-radius: 5px 0 0 5px; }

.ctrl__button--increment { border-radius: 0 5px 5px 0; }
@-webkit-keyframes
decrement-prev {  from {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
}
@keyframes
decrement-prev {  from {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
}
@-webkit-keyframes
decrement-next {  from {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
}
}
@keyframes
decrement-next {  from {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
}
}
@-webkit-keyframes
increment-prev {  from {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
}
@keyframes
increment-prev {  from {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
}
@-webkit-keyframes
increment-next {  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
}
}
@keyframes
increment-next {  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
}
}
.btn-add-green{
    background: #06C270;
    box-shadow: 0 0 1px rgba(40, 41, 61, 0.04), 0 2px 4px rgba(96, 97, 112, 0.16);
    border-radius: 8px;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    color: white;
    width: 160px;
    height: 32px;
    text-align: center;
}
.order-time{
    border: 1px solid #C7C9D9;
    text-align: center;
    width: 90px;
    height: 45px;
    font-weight: normal;
    font-size: 12px;
    line-height: 20px;
    color: #555770;
    padding-top: 11px;
    border-right: 0;
}
.order-time:first-child{
    border-radius: 0 8px 8px 0;
    border-right: 1px solid #C7C9D9;
    border-left: 1px solid #C7C9D9;

}
.order-time:last-child{
    border-radius: 8px 0 0 8px;
    border-left: 1px  solid #C7C9D9;
}
.order-time.active{
    color: #D3203A;
    background: #F8CED4;
    border: 1px solid #D3203A;
}
/*9./cart Area*/
/*10.profile1 Area*/
.btn-blue{
    background: #0063F7;
    box-shadow: 0 0 1px rgba(40, 41, 61, 0.04), 0 2px 4px rgba(96, 97, 112, 0.16);
    border-radius: 8px;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: white;
}
.btn-blue:hover{
    color: white;
}
.blue-transparent.active{
    color: #0063F7;
    background: #E5F0FF;
    border: 1px solid #0063F7;
}
.custom-box1{
    background: #F2F2F2;
    border-radius: 8px;
    width: 279px;
    margin: auto;
    padding: 10px;
}
/*10/.profile1 Area*/
/*11.profile2 Area*/
.custom-box-orange{
    background: #FFF8E6;
    border-radius: 8px;
    width: 93px;
    height: 32px;
    font-style: normal;
    font-weight: bold;
    font-size: 10px;
    line-height: 17px;
    color: #FF8800;
    text-align: center;
    padding-top: 7px;
}
.custom-box-cyan{
    background: #daffff;
    border-radius: 8px;
    width: 93px;
    height: 32px;
    font-style: normal;
    font-weight: bold;
    font-size: 10px;
    line-height: 17px;
    color:#00b3b3;
    text-align: center;
    padding-top: 7px;
}
.custom-box-blue{
    background: #E5F0FF;
    border-radius: 8px;
    width: 93px;
    height: 32px;
    font-style: normal;
    font-weight: bold;
    font-size: 10px;
    line-height: 17px;
    color: #0063F7;
    text-align: center;
    padding-top: 7px;
}
.custom-box-green{
    background: #E3FFFf;
    border-radius: 8px;
    width: 93px;
    height: 32px;
    font-style: normal;
    font-weight: bold;
    font-size: 10px;
    line-height: 17px;
    color: #06C270;
    text-align: center;
    padding-top: 7px;
}
.custom-box-red{
    background: #fbe4e7;
    border-radius: 8px;
    width: 93px;
    height: 32px;
    font-style: normal;
    font-weight: bold;
    font-size: 10px;
    line-height: 17px;
    color: #e6113d;
    text-align: center;
    padding-top: 7px;
}


.custom-btn-warning{
    background: #FFF8E6;
    border-radius: 8px;
    width: 93px;
    height: 32px;
    font-style: normal;
    font-weight: bold;
    font-size: 10px;
    line-height: 17px;
    color: #E67A00;
    text-align: center;
    padding-top: 7px;
}
.custom-btn-warning2{
    background: #FFFEE5;
    border-radius: 8px;
    width: 93px;
    height: 32px;
    font-style: normal;
    font-weight: bold;
    font-size: 10px;
    line-height: 17px;
    color: #E6B800;
    text-align: center;
    padding-top: 7px;
}
.custom-btn-error{
    background: var(--red4);
    border-radius: 8px;
    width: 93px;
    height: 32px;
    font-style: normal;
    font-weight: bold;
    font-size: 10px;
    line-height: 17px;
    color: var(--red2);
    text-align: center;
    padding-top: 7px;
}
.custom-btn-success{
    background: #E3FFF1;
    border-radius: 8px;
    width: 93px;
    height: 32px;
    font-style: normal;
    font-weight: bold;
    font-size: 10px;
    line-height: 17px;
    color: #06C270;
    text-align: center;
    padding-top: 7px;
}
.table-dashboard{
    background: #FFFFFF;
    box-shadow: 0 0 1px rgba(40, 41, 61, 0.08), 0 0.5px 2px rgba(96, 97, 112, 0.16);
    border-radius: 8px;
    overflow: hidden;
}
.table-dashboard-tr{
    background: #F2F2F5;
    text-align: center;
    min-width: 100px;
}
/*11./profile2 Area*/
/*12.profile4 Area*/
.user{
    width: 56px;
    height: 56px;
    background: #E4E4EB;
    border-radius: 50%;
}
.wallet{
    width: 220px;
    height: 96px;
    display: block;
    margin: auto;
    padding: 10px;
    background:var(--blue1);
    border-radius: 8px;
}
.btn-send-comment-green{
    width: 76px!important;
    height: 24px!important;
    background:var(--green3);
    border-radius: 8px;
    font-style: normal;
    font-weight: bold;
    font-size: 10px;
    line-height: 17px;
    color: var(--green1);
}
/*12/.profile4 Area*/
/*13.profile6 Area*/
input.custom-input:read-only{
    background: #E4E4EB;
}
.profile-img{
    background: #E5F0FF;
    border-radius: 8px;
    width: 72px;
    height: 72px;
}
.upload-picture-box{
    border: 1px dashed #C7C9D9;
    border-radius: 8px;
    width: 278px;
    min-height: 98px;
    padding: 10px;
}
.input-file {
    border: 1px solid #C7C9D9;
    border-radius: 8px;
    padding-top: 8px;
    text-align: center;
    min-height: 40px;
    /*margin-top: 10px;*/
}
/*13/.profile6 Area*/
/*14.profile7 Area*/
.btn-code-discounts{
    border: 1px dashed #D3203A;
    border-radius: 8px;
    width: 116px;
    height: 32px;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    color: #28293D;
    background: white;
}
.btn-copy{
    width: 80px;
    height: 32px;
    border: 1px solid #F8CED4;
    border-radius: 8px;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    color: #D3203A;
}
.btn-copy:focus-visible,.btn-copy:focus{
    box-shadow: 0 0 0 0.2rem rgba(213,32,59,0.06);
}
.line-vertical-dashed{
    border-right: 1px dashed #C7C9D9;
    width: 1px;
    height: 120%;
}
.dropdown-item.active, .dropdown-item:active {
    color:unset;
    background-color: unset;
}
/*14/.profile7 Area*/
/*15.installment Area*/
.slider-image2{
    height: 200px;
    display: block;
    object-fit: cover;
    width: 100%;
}
.input-icon3{
    position: absolute;
    right: 23px;
    top: 38px;
}
.custom-input-with-icon3 {
    padding-right: 30px;
}
/*15/.installment Area*/
/*16.media Area*/
@media only screen and (min-width: 0px) {
    .app-banner{
        height: 22px;
        object-fit: cover;
    }
    .custom-btn-xl{
        font-size: 12px;
    }
    .preview-thumbnail.nav-tabs li {
        width: 60px;
        height: 60px;
    }
    .spec-table th{
        width: 50%;
    }
    .page-link{
        margin: 0.5rem 4px;
    }
    .margin-top-75{
        margin-top: 25px;
    }
    .ctrl{
        margin-top: 10px;
    }
    .pt-desktop-67{
        padding-top: 10px;
    }
    .progressbar li{
        font-size:11px
    }
    .product-bottom-box{
        position: unset;
        right: unset;
        left: unset;
    }
    .slider-image{
        height: auto;
    }
    .top-banner-img{
        height: auto;
    }
    .h-slider-200{
        height: auto;
    }








    .special-product-card {
        width: 222px;
        height: 335px;
    }
    .product {
        width: 200px;
        height: 335px;
    }
    .product.major{
        height: 390px;
    }
    .product-image{
        width: 100px;
        height: 100px;
    }
    .product-title{
        font-size: 10px;
        font-weight: normal;
    }
    .product-discount{
        font-size: 10px;
    }
    .product-price{
        font-weight: bold;
        font-size: 16px;
    }
    .product .btn-with-icon2,.mobile-product .btn-with-icon2{
        width: 30px;
        height: 30px;
        padding: 4px 0 0 0;
    }
   .product .btn-with-icon2 i,.mobile-product .btn-with-icon2 i{
        font-size: 16px;
    }

    .custom-headings-h2{
        font-size: 20px;

    }
    .custom-headings-h3{
        font-size: 18px;
    }
    .card-category2{
        width: 140px;
        height: 140px;
    }
    .btn-major{
        font-size: 10px;
    }
}
@media only screen and (min-width: 400px) {
    .preview-thumbnail.nav-tabs li {
        width: 80px;
        height: 80px;
    }
    .progressbar li{
        font-size:12px
    }
}

@media only screen and (min-width: 600px) {
    .preview-thumbnail.nav-tabs li {
        width: 170px;
        height: 140px;
    }
    .progressbar li{
        font-size:15px
    }
}
@media only screen and (min-width: 768px) {
    .preview-thumbnail.nav-tabs li {
        width: 150px;
        height: 150px;
    }
    .spec-table th{
        width: 25%;
    }
    .page-link{
        margin: 0.5rem 18px;
    }
    .progressbar li{
        font-size:17px
    }
    .h-slider-200{
        height: 200px;
    }


    .special-product-card {
        width: 282px;
        height: 384px;
    }
    .product {
        width: 220px;
        height: 390px;
    }
    .product.major {
        height: 450px;
    }
    .product.major .product-footer{
        position: unset;
        margin-top: 1.5rem;
    }
    .btn-major{
        font-size: 13px;
    }
    .product-image{
        width: 160px;
        height: 160px;
    }
    .product .btn-with-icon2,.mobile-product .btn-with-icon2{
        width: 35px;
        height: 35px;
        padding: 6px 0 0 0;
    }
    .btn-with-icon2 i{
        font-size: 17px;
    }
}
@media only screen and (min-width: 992px) {
    .preview-thumbnail.nav-tabs li {
        width: 66px;
        height: 66px;
    }
    .ctrl{
        margin-top: 60px;
    }
    .pt-desktop-67{
        padding-top: 67px;
    }
    .progressbar li{
        font-size:20px
    }
    .slider-image{
        height: 384px;
    }
    .h-slider-200{
        height: 200px !important;
    }
    .top-banner-img{
        height: 180px;
    }
    .app-banner{
        height: auto;
        object-fit: cover;
    }
}
@media only screen and (max-width: 996px) {
    .preview {
        margin-bottom: 20px;
    }
}
@media only screen and (min-width: 996px) {
    .wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .margin-top-75{
        margin-top: 75px;
    }
    .product-bottom-box{
        position: absolute;
        left: 10px;
        right: 10px;
        bottom: 20px;
    }
}
@media only screen and (min-width: 1024px) {
    .product {
        width: 282px;
        height: 430px;
    }
    .product.major{
        height: 510px;
    }
    .product-image{
        width: 180px;
        height: 180px;
    }
    .product .btn-with-icon2,.mobile-product .btn-with-icon2{
        width: 40px;
        height: 40px;
        padding: 8px 0 0 0;
    }
    .product .btn-with-icon2 i,.mobile-product .btn-with-icon2 i{
        font-size: 18px;
    }
    .product-title{
        font-size: 14px;
        font-weight: normal;
    }
   .product-discount{
        font-size: 14px;
    }
    .product-price{
        font-weight: bold;
        font-size: 20px;
    }
    .custom-headings-h2{
        font-size: 28px;

    }
    .custom-headings-h3{
        font-size: 24px;
    }
    .card-category2{
        width: 180px;
        height: 180px;
    }
}
@media only screen and (min-width: 1200px) {
    .custom-btn-xl{
        font-size: 11px;
    }
    .preview-thumbnail.nav-tabs li {
        width: 80px;
        height: 80px;
    }
    .margin-top-75{
        margin-top: 75px;
    }
}
@media only screen and (min-width: 1300px) {

}
@media only screen and (min-width: 1900px) {
    .preview-thumbnail.nav-tabs li {
        width: 80px;
        height: 80px;
    }

}
/*16/.media Area*/
/*17 Sina Edit Area*/
.product-list-content{
    min-height: 1000px;
}
.page-content{
    min-height: 500px;
}
.pointer-cursor {
    cursor: pointer;
}
.custom-option{
    cursor: pointer;
}

.left-close .modal-header .close{
    margin: 0;
    padding: 0;
}
.btn-plus{
    display: block;
}
.custom-display-none{
    display: none !important;
}
.custom-display-flex{
    display: flex !important;
}
.custom-display-block{
    display: block !important;
}
.basket-title{
    min-width: 350px;
}
.cart-list .line-horizontal:last-child{
    display: none;
}
.card-product .line-horizontal:last-child{
    display: none;
}
#shop-list .line-horizontal:last-child{
    display: none;
}
.sticky-cart{
    position: sticky;
    top: 15px;
}
html{
    scroll-behavior: smooth;
}
.z-index-bigger{
    z-index: 1000;
    position: relative;
}
.label span{
    background: #9162e4;
    color: white;
    border-radius: 8px;
    padding: 10px;
    /*width: 73px;*/
    /*height: 24px;*/
    padding: 5px 10px;
    z-index: 1000;
    position: absolute;
    top:20px;
}
.bonizcard-label span{
    background: var(--boniz-main)
}
.discount2{
    background: var(--boniz-main);
    color:white;
    width: 33px;
    height: 24px;
    border-radius: 8px;
    text-align: center;
    margin-top: 3px;
    margin-left: 10px;
}
.btn.disabled, .btn:disabled{
    opacity: .40;
}
.h-290{
    height: 290px;
}
.custom-list{
    list-style-type: circle;
}
.letter-spacing{
    letter-spacing: 1px;
}
.list-style-type-disc{
    list-style-type: disc;
}
.pr-30{
    padding-right: 30px;
}
.license-container img{
    width: 100px;
}
.custom-headings-h2{
    font-family: IRANSans;
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    color: #000000;

}
.custom-headings-h3{
    font-family: IRANSans;
    font-style: normal;
    font-weight: bold;
    color: #000000;
}
.mobile-cart-view{
    width: 45px;
    height: 45px;
    border-radius: 90%;
    background: var(--boniz-main);
    position: fixed;
    bottom: 15px;
    left: 15px;
    z-index: 1000;
}
@property --p{
    syntax: '<number>';
    inherits: true;
    initial-value: 1;
}

.pie {
    --p:20;
    --b:10px;
    --c:darkred;
    --w:150px;

    width: var(--w);
    aspect-ratio: 1;
    position: relative;
    display: inline-grid;
    margin: 5px;
    place-content: center;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
}
.pie:before,
.pie:after {
    content: "";
    position: absolute;
    border-radius: 50%;
}
.pie:before {
    inset: 0;
    background:
            radial-gradient(farthest-side,var(--c) 98%,#0000) top/var(--b) var(--b) no-repeat,
            conic-gradient(var(--c) calc(var(--p)*1%),#0000 0);
    -webkit-mask: radial-gradient(farthest-side,#0000 calc(99% - var(--b)),#000 calc(100% - var(--b)));
    mask: radial-gradient(farthest-side,#0000 calc(99% - var(--b)),#000 calc(100% - var(--b)));
}
.pie:after {
    inset: calc(50% - var(--b)/2);
    background: var(--c);
    transform: rotate(calc(var(--p)*3.6deg)) translateY(calc(50% - var(--w)/2));
}
.animate {
    animation: p 1s .5s both;
}
.no-round:before {
    background-size: 0 0, auto;
}
.no-round:after {
    content: none;
}
@keyframes p{
    from{--p:0}
}

/*16/.Sina Edit Area*/


