@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: bold;
    src: url('../fonts/iranyekan/eot/iranyekanwebbold(fanum).eot');
    src: url('../fonts/iranyekan/eot/iranyekanwebbold(fanum).eot?#iefix') format('embedded-opentype'),
        /* IE6-8 */
        url('../fonts/iranyekan/woff2/iranyekanwebbold(fanum).woff2') format('woff2'),
        /* FF39+,Chrome36+, Opera24+*/
        url('../fonts/iranyekan/woff/iranyekanwebbold(fanum).woff') format('woff'),
        /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
        url('../fonts/iranyekan/ttf/iranyekanwebbold(fanum).ttf') format('truetype');
}

@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/iranyekan/eot/iranyekanweblight(fanum).eot');
    src: url('../fonts/iranyekan/eot/iranyekanweblight(fanum).eot?#iefix') format('embedded-opentype'),
        /* IE6-8 */
        url('../fonts/iranyekan/woff2/iranyekanweblight(fanum).woff2') format('woff2'),
        /* FF39+,Chrome36+, Opera24+*/
        url('../fonts/iranyekan/woff/iranyekanweblight(fanum).woff') format('woff'),
        /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
        url('../fonts/iranyekan/ttf/iranyekanweblight(fanum).ttf') format('truetype');
}

@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/iranyekan/eot/iranyekanwebregular(fanum).eot');
    src: url('../fonts/iranyekan/eot/iranyekanwebregular(fanum).eot?#iefix') format('embedded-opentype'),
        /* IE6-8 */
        url('../fonts/iranyekan/woff2/iranyekanwebregular(fanum).woff2') format('woff2'),
        /* FF39+,Chrome36+, Opera24+*/
        url('../fonts/iranyekan/woff/iranyekanwebregular(fanum).woff') format('woff'),
        /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
        url('../fonts/iranyekan/ttf/iranyekanwebregular(fanum).ttf') format('truetype');
}

body {
    direction: rtl;
    text-align: right;
    font-family: iranyekan;
    font-size: 14px;
    background-color: var(--front-bg-color-8);
    color: var(--front-txt-color-39);
    overflow-x: hidden;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
    box-shadow: 0 0 0 30px white inset !important;
}

input:-webkit-autofill {
    -webkit-text-fill-color: var(--color-base1) !important;
}

a,
a:hover {
    color: var(--front-txt-color-39);
    text-decoration: none;
    transition: all .4s ease-out;
}

ul {
    padding: 0;
}

li {
    list-style: none;
}

.direction-ltr {
    direction: ltr;
}

.direction-rtl {
    direction: rtl;
}

.no-padding {
    padding: 0;
}

.no-padding-right {
    padding-right: 0;
}

.default {
    width: 100%;
    height: auto;
    float: right;
}

.parent-btn {
    overflow: hidden;
}

.dk-btn {
    font-size: 1.286rem;
    padding: 18px 80px;
    border-radius: 8px;
    background-color: var(--color-base2);
    color: var(--white-color);
    text-align: center;
    display: inline-block;
    border: none;
    cursor: pointer;
    position: relative;
    white-space: nowrap;
    line-height: 22px;
    text-decoration: none;
    margin-top: 5px;
    font-family: iranyekan;
}

button.dk-btn {
    cursor: pointer;
    outline: none;
}

.dk-btn:hover {
    color: var(--white-color);
}

.dk-btn:before {
    transition: all .3s ease-in-out;
    width: 21%;
    height: 150%;
    position: absolute;
    right: -11px;
    top: -17px;
    background: var(--front-bg-color-10);
    content: "";
    border-radius: 50%;
}

.dk-btn:not(.disabled):not(.is-inactive):not([disabled]):hover:before {
    width: 900px;
    height: 900px;
    right: -450px;
    top: -450px;
    transform: unset;
}

.dk-btn-info {
    background-color: var(--color-base1);
}

.dk-btn-danger {
    background-color: var(--color-base1);
}

.dk-btn-success {
    background-color: var(--front-bg-color-38);
}

.dk-btn-grey {
    background-color: var(--front-bg-color-39);
}

.dk-btn>i {
    font-size: 25px;
    position: absolute;
    right: 15px;
    top: 15px;
    color: var(--front-txt-color-76);
    font-style: normal;
}

button,
input,
optgroup,
select,
textarea {
    font-family: iranyekan;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1676px;
    }
}

/* header */

.header_profile_txt {
    float: right;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 18px;
    opacity: 0.8;
}
.header_profile_txt:hover {
    opacity: 1;
    font-weight: bolder;
}

header.main-header {
    padding: 15px 0 0 0;
    background-color: var(--header_color);
    box-shadow: 5px 1px 9px var(--header_items_color);
}

/* ----------------- Start Header */
header.main-header .logo-area {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 0;
    padding-left: 0;
    -ms-flex: 0 0 155px;
    flex: 0 0 155px;
    /* max-width: 155px; */
    padding-right: 25px;
    /* max-height: 100%; */
}

header.main-header .logo-area a {
    display: block;
}

header.main-header .logo-area a img {
    height: 56px;
    float: right;
    margin-top: 2px;
    width: auto;
}

header.main-header .search-area .search {
    position: relative;
}
header.main-header .search-area .div_suggestion_search {
    position: absolute;
    background: var(--white-color);
    border: 1px solid var(--box-shadow);
    z-index: 100;
    border-radius: 12px;
    box-shadow: 1px 5px 8px 2px var(--box-shadow);
    width: 58%;
    margin-top: 5px;
    padding: 10px;
    display: none;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 500px;
}
header.main-header .search-area:focus .div_suggestion_search{
    display: block;
}

nav.header-responsive .search-nav .div_suggestion_search {
    position: absolute;
    background: var(--white-color);
    border: 1px solid var(--box-shadow);
    z-index: 100;
    border-radius: 12px;
    box-shadow: 1px 5px 8px 2px var(--box-shadow);
    width: 56%;
    margin-top: 5px;
    padding: 10px;
    right: 0px;
    min-height: 110px;
    padding-right: 30px;
    top: 40px;
    display: none;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 250px;
}
nav.header-responsive .search-nav .div_suggestion_search div a{
    direction: rtl;
    color: var(--black-color);
    opacity: 0.8;
}
nav.header-responsive .search-nav:focus .div_suggestion_search{
    display: block;
}
nav.header-responsive .div_suggestion_search div div {
    width: 100%;
    height: auto;
}

.header_search_sug_title {
    font-weight: bolder;
    font-size: 16px;
    opacity: 0.8;
    margin: 5px 18px 5px 18px;
}
.header_search_sug_title_div_item .row_sug_data{
    padding: 5px;
    opacity: 0.7;
}
.header_search_sug_title_div_item .row_sug_data:hover {
    opacity: 1;
}
.row_sug_data{
    height: 40px;
    padding: 10px 0px;
    width: 100%;
}
.header_search_sug_title_div_item a i{
    padding: 3px 0px 0px 7px;
}

.fixed_top_div {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}

header.main-header .search-area .search input {
    width: 100%;
    height: 100%;
    padding: 10px 10px 9px;
    line-height: 1.833;
    font-family: iranyekan;
    font-weight: 300;
    font-size: 12px;
    font-size: .857rem;
    border-radius: 7px;
    background-color: var(--front-bg-color-11);
    border: 1px solid var(--front-border-color-15);
    color: var(--front-txt-color-40);
    outline: none;
}

header.main-header .search-area .search button {
    width: 60px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    border: none;
    border-radius: 7px 0 0 7px;
    background-color: var(--color-base2);
    cursor: pointer;
    outline: none;
}

header.main-header .search-area .search button img {
    width: 25px;
}

header.main-header .dropdown {
    float: right;
    width: 50%;
    text-align: center;
    position: relative;
    margin-top: -6px;
}

header.main-header .user-login a {
    font-size: 14px;
    color: var(--front-txt-color-14);
}

header.main-header .user-login .dropdown-toggle::after {
    vertical-align: unset;
}

header.main-header .user-login .dropdown-menu {
    position: absolute;
    top: 50px !important;
    right: 0;
    left: auto !important;
    width: 100%;
    background-color: var(--white-color);
    box-shadow: 0 2px 9px 0 var(--front-box-shadow-color-10);
    z-index: 123;
    transform: none !important;
}

header.main-header .user-login .dropdown-menu:before {
    content: '';
    height: 4px;
    width: 100%;
    background-color: var(--main-color);
    border: none;
    bottom: 100%;
    left: 0;
    right: 0;
}

header.main-header .user-login .dropdown-menu:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 8px;
    border-color: transparent transparent var(--main-color);
    position: absolute;
    bottom: 100%;
    margin-bottom: 2px;
    left: 45%;
}

header.main-header .user-login .dropdown-menu .dropdown-item {
    text-align: center;
    padding-right: 0;
    padding-left: 0;
}

header.main-header .user-login .dropdown-menu .dropdown-item a.btn-info {
    color: var(--white-color);
}

header.main-header .user-login .dropdown-menu .dropdown-item a.register {
    color: var(--color-base2);
    border-bottom: 1px dashed var(--color-base2);
    text-decoration: none;
}

header.main-header .cart a.btn {
    color: var(--white-color);
    font-size: 14px;
    background-color: var(--color-base1);
    border-radius: 5px;
}

header.main-header .cart a.btn:hover,
header.main-header .cart a.btn:focus {
    background-color: var(--color-base2);
}

header.main-header .cart a.btn-info i {
    float: right;
    font-size: 16px;
    margin-left: 6px;
}

header.main-header .cart .dropdown-toggle::after {
    vertical-align: unset;
}

header.main-header .cart .dropdown-menu {
    width: 550px;
    position: absolute;
    top: 50px !important;
    left: 57px !important;
    line-height: 22px;
    background-color: var(--white-color);
    border: 1px solid var(--front-border-color-16);
    border-radius: 0 0 8px 8px;
    z-index: 10;
    box-shadow: 0 2px 9px 0 var(--front-box-shadow-color-10);
    padding: 1px 0 45px 0;
    transform: none !important;
}

header.main-header .cart .dropdown-menu:before {
    display: none;
}

header.main-header .cart .dropdown-menu a {
    text-decoration: none;
}

header.main-header .cart .dropdown-menu .basket-header {
    width: 100%;
    position: relative;
    padding: 14px 10px 14px 15px;
    background-color: var(--front-bg-color-13);
}

header.main-header .cart .dropdown-menu .basket-total {
    font-size: 16px;
    line-height: 20px;
    color: var(--color-base1);
    direction: rtl;
    text-align: right;
}

header.main-header .cart .dropdown-menu .basket-total span:first-of-type {
    color: var(--front-txt-color-33);
    font-size: 13px;
    font-size: .929rem;
    line-height: 20px;
}

header.main-header .cart .dropdown-menu .basket-link {
    font-size: 11px;
    font-size: .786rem;
    line-height: 48px;
    color: var(--front-txt-color-44);
    position: absolute;
    top: 0;
    left: 0;
    display: -ms-flexbox;
    display: flex;
    bottom: 0;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 15px;
    padding-right: 15px;
    transition: background-color .3s ease-in-out;
}

header.main-header .cart .dropdown-menu .basket-arrow {
    transform: rotate(45deg);
    border-left: 1px solid var(--front-border-color-16);
    border-top: 1px solid var(--front-border-color-16);
    background-color: var(--front-bg-color-14);
    position: absolute;
    width: 10px;
    height: 10px;
    top: -6.5px;
    left: 30px;
    transition: background-color .3s ease-in-out;
}

header.main-header .cart .dropdown-menu .basket-list {
    max-height: 293px;
    overflow: auto;
    padding: 0 15px;
    list-style: none;
}

header.main-header .cart .dropdown-menu .basket-item {
    padding: 10px 24px 10px 0;
    position: relative;
    min-height: 88px;
    display: block;
    border-bottom: 1px solid var(--front-border-color-17);
}

header.main-header .cart .dropdown-menu .basket-item:last-of-type {
    border-bottom: none;
}

header.main-header .cart .dropdown-menu .basket-item-remove {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -5px;
    border-radius: 25%;
    background-color: var(--front-border-color-14);
    width: 25px;
    height: 25px;
    color: var(--front-txt-color-45);
    border: none;
    z-index: 123;
    cursor: pointer;
    font-family: FontAwesome;
    outline: none;
}

header.main-header .cart .dropdown-menu .basket-item-remove:hover {
    background-color: var(--color-base1) !important;
    color: var(--white-color) !important;
    box-shadow: 1px 1px 3px var(--color-base1);
}

header.main-header .cart .dropdown-menu .basket-item-remove:before {
    content: "\f00d";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    font-size: 8px;
    font-size: .571rem;
    line-height: 8px;
}


header.main-header .cart .dropdown-menu .basket-item-content {
    width: 100%;
}

header.main-header .cart .dropdown-menu .basket-item-content,
header.main-header .cart .dropdown-menu .basket-item-image {
    float: right;
}

header.main-header .cart .dropdown-menu .basket-item-image {
    width: 60px;
    height: 60px;
    max-width: 60px;
    position: relative;
}

header.main-header .cart .dropdown-menu .basket-item-image img {
    max-height: 100%;
    max-width: 100%;
}

header.main-header .cart .dropdown-menu .basket-item-details {
    padding-right: 10px;
    float: right;
}

header.main-header .cart .dropdown-menu .basket-item-title {
    font-size: 12px;
    font-size: .857rem;
    line-height: 20px;
    text-align: right;
    direction: rtl;
    color: var(--front-txt-color-44);
    max-width: 100%;
    font-weight: 700;
}

header.main-header .cart .dropdown-menu .basket-item-params {
    display: inline-block;
    width: 100%;
    margin-top: 12px;
    text-align: right;
}

header.main-header .cart .dropdown-menu .basket-item-props {
    font-size: 12px;
    line-height: 17px;
    width: -webkit-fill-available;
    direction: rtl;
}

header.main-header .cart .dropdown-menu .basket-item-props span:first-of-type {
    color: var(--front-txt-color-46);
}

header.main-header .cart .dropdown-menu .basket-item-props span:last-of-type:not(:first-of-type) {
    color: var(--front-txt-color-45);
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid var(--front-border-color-18);
}

header.main-header .cart .dropdown-menu .basket-submit {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -.5px;
    font-weight: 700;
    color: var(--white-color);
    text-align: center;
    padding-top: 9px;
    padding-bottom: 10px;
    border-radius: 0 0 8px 8px;
    background-color: var(--color-base1);
    border-top: 1px solid var(--front-border-color-16);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

/* ----------------- End Header */

/* ----------------- Start Main-Menu */
header.main-header .main-menu {
    width: 100%;
    float: right;
    background: var(--header_bg_items_color);
    margin-top: 15px;
    border-bottom: 2px solid var(--header_bg_items_color);
    border-radius: 0 0 10px 10px;
}

header.main-header .main-menu .list {
    width: 100%;
    margin-bottom: 0;
    padding-right: 0;
    position: relative;
    list-style: none;
}

header.main-header .main-menu .list .list-item {
    display: inline-block;
}

header.main-header .main-menu .list .list-item:first-child {
    margin-right: 0;
}

header.main-header .main-menu .list .list-item:not(:last-child) {
    margin-right: .5rem;
}

header.main-header .main-menu .list>.list-item {
    margin-right: 0;
}

header.main-header .main-menu .list>.list-item>a,
header.main-header .main-menu .list>.list-item>span {
    color: var(--header_items_color);
    padding: 10px;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
    position: relative;
    top: 2px;
    font-size: 14px;
    cursor: pointer;
}

header.main-header .main-menu .list>.list-item>a::before {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: var(--main-color);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

header.main-header .main-menu .list>.list-item:hover>a {
    box-shadow: 0 2px 10px 0 var(--front-box-shadow-color-11);
}

header.main-header .main-menu .list>.list-item:hover>a::before {
    width: 100%;
}

header.main-header .main-menu .list .list-item-has-children {
    position: relative;
}

header.main-header .main-menu .list .list-item-has-children.small_txt {
   opacity: 0.9;
}
header.main-header .main-menu .list .list-item-has-children.small_txt .main-list-item a.top_header_masters_items{
    font-size: 16px !important;
}
header.main-header .main-menu .list .list-item-has-children.bold_txt{
    opacity: 1;
}
header.main-header .main-menu .list .list-item-has-children.bold_txt .main-list-item a.top_header_masters_items{
    font-size: 18px !important;
}

header.main-header .main-menu .list .list-item-has-children .sub-menu {
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    pointer-events: none;
    opacity: 0;
    position: absolute;
    top: 44px;
    right: 0;
    min-width: 220px;
    background: var(--white-color);
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: 999;
    transition: all .2s ease-out;
}

header.main-header .main-menu .list .list-item-has-children>.sub-menu {
    box-shadow: 0 2px 9px 0 var(--front-box-shadow-color-12);
}

header.main-header .main-menu .list .list-item-has-children .sub-menu li {
    display: block;
    width: 100%;
    margin-right: 0;
}

header.main-header .main-menu .list .list-item-has-children .sub-menu a {
    display: block;
    padding: 4px 15px;
    color: var(--front-txt-color-28);
    font-size: 12px;
    line-height: 2.27;
    font-weight: 300;
}

header.main-header .main-menu .list .list-item-has-children:hover>.sub-menu {
     visibility: visible;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    pointer-events: all;
    opacity: 1;
}

.visible_one_div{
    visibility: visible;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    pointer-events: all;
    opacity: 1;
}
.displayZero{
    display: none;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--light-color-background);
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: var(--white-color);
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: var(--primary-color);
}

input:focus+.slider {
    box-shadow: 0 0 1px var(--box-shadow);
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}


.toggle.ios,
.toggle-on.ios,
.toggle-off.ios {
    border-radius: 20rem;
}

.toggle.ios .toggle-handle {
    border-radius: 20rem;
}
.toggle-group .toggle-off{
    padding: 10px 21px 0px 23px;

}
.toggle-group .toggle-on{
    padding: 10px 21px 0px 23px;

}

.textInTwoLines {
    font-size: 14px;
    opacity: 0.9;
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 3.6em;
    line-height: 1.8em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.hide_one_div{
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    pointer-events: none;
    opacity: 0;
    height: 0px;
}

header.main-header .main-menu .list .list-item.mega-menu {
    position: static;
}

header.main-header .main-menu .list .list-item.mega-menu .sub-menu {
    position: absolute;
    width: 100%;
    min-width: 100%;
    font-size: 12px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

header.main-header .main-menu .list .list-item.mega-menu>.sub-menu {
    padding-top: 15px;
    padding-bottom: 15px;
    min-width: 1077px;
    width: 1077px;
    z-index: 100000;
}

header.main-header .main-menu .list .list-item.mega-menu>.sub-menu.nav {
    display: unset;
}

header.main-header .main-menu .list .list-item.mega-menu>.sub-menu>li {
    float: right;
    width: 100%;
    padding-right: 15px;
}

header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-5 li {
    width: auto;
}

header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-5 img {
    position: absolute;
    left: 0px;
    z-index: -1;
    max-width: 250px;
    bottom: 0;
}

header.main-header .main-menu .list .list-item.mega-menu .sub-menu .now-ui-icons {
    margin-left: 2px;
    color: var(--color-base2);
    font-size: 10px;
    line-height: 1.833;
    float: right;
    margin-top: 8px;
}

header.main-header .main-menu .list .list-item.mega-menu .sub-menu a {
    line-height: 26px;
}

header.main-header .main-menu .list .list-item.mega-menu>.sub-menu>li>a {
    color: var(--color-base1);
    display: inline-block;
    border-bottom: 1px dashed transparent;
    padding-right: 0;
    padding-left: 0;
}

header.main-header .main-menu .list .list-item.mega-menu>.sub-menu>li>a:hover {
    border-bottom: 1px dashed var(--color-base1);
    background: 0 0 !important;
}

header.main-header .main-menu .list .list-item.mega-menu .sub-menu li a.main-list-item {
    color: var(--color-base1) !important;
    display: inline-block;
    border-bottom: 1px dashed transparent;
    padding-right: 0;
    padding-left: 0;
}

header.main-header .main-menu .list .list-item.mega-menu .sub-menu li a.main-list-item:hover {
    border-bottom: 1px dashed var(--color-base1);
    background: 0 0 !important;
}

header.main-header .main-menu .list .list-item.mega-menu .sub-menu .sub-menu {
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    pointer-events: none;
    opacity: 0;
    position: static;
    width: 100%;
    box-shadow: none;
    background: 0 0 !important;
}

header.main-header .main-menu .list .list-item-has-children .sub-menu .sub-menu {
    right: 100%;
    top: 0;
}

header.main-header .main-menu .list .list-item.mega-menu .sub-menu .sub-menu li {
    width: 100%;
}

header.main-header .main-menu .list .list-item.mega-menu .sub-menu .sub-menu li a {
    color: var(--front-txt-color-48);
}

header.main-header .main-menu .list .list-item.mega-menu .sub-menu .sub-menu li a:hover {
    font-weight: bold;
}

header.main-header .main-menu .list .list-item-has-children .sub-menu .list-item-has-children:hover>a {
    background: var(--front-bg-color-16);
}

header.main-header .main-menu .list .list-item.mega-menu:hover .sub-menu {
     visibility: visible;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    pointer-events: all;
    opacity: 1;
}

header.main-header .main-menu .list .amazing-item {
    float: left;
    background-color: var(--front-txt-color-10);
}

.header_products_tags {
    display: flex;
    margin-top: 60px;
    overflow-x: overlay;
    direction: rtl;
}

.line-up-menu-item {
    background: var(--white-color) !important;
    color: var(--black-color) !important;
    margin-left: 10px;
    margin-top: 5px;
    border-radius: 5px;
    border: 1px var(--black-color) !important;
    padding: 4px;
    margin-bottom: 5px;
    text-align: center;
    text-align-last: center;
    min-width: max-content;
}

/* ----------------- End Main-Menu */
nav.header-responsive {
    display: none;
    background-color: var(--white-color);
    height: 155px;
}

nav.header-responsive ul {
    direction: rtl;
    text-align: right;
}

nav.header-responsive .navbar-translate {
    direction: ltr;
}

nav.header-responsive .search-nav {
    position: absolute;
    top: 50px;
    height: 40px;
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    -ms-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}

nav.header-responsive div div div div div#div_search_res {
    position: relative;
    direction: rtl;
    float: right;
    width: 70%;
    height: 40px;
}

nav.header-responsive div div div div div#div_search_res input {
    width: 100%;
    height: 100%;
    padding: 10px 10px 9px;
    line-height: 1.833;
    font-family: iranyekan;
    font-weight: 300;
    font-size: 12px;
    font-size: .857rem;
    border-radius: 7px;
    background-color: var(--front-bg-color-11);
    border: 1px solid var(--front-border-color-15);
    color: var(--front-txt-color-40);
    outline: none;
}

nav.header-responsive div div div div div#div_search_res button {
    width: 60px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    border: none;
    border-radius: 7px 0 0 7px;
    background-color: var(--main-color);
    cursor: pointer;
    outline: none;
}

nav.header-responsive div div div div div#div_search_res button img {
    width: 25px;
}

nav.header-responsive .search-nav ul {
    width: 20%;
    float: left;
    text-align: left;
}

nav.header-responsive .search-nav ul li {
    float: left;
    text-align: center;
}

nav.header-responsive .search-nav ul li a {
    font-size: 16px;
    color: var(--front-txt-color-49) !important;
    background: transparent;
}

/* header */


/* main */
main.main {
    background-color: var(--front-bg-color-8);
}

main.main section.banner {
    border-radius: 8px;
    margin-bottom: 15px;
    text-align: center;
}

main.main section.banner img {
    border-radius: 8px;
    box-shadow: 0 2px 4px 0 var(--front-box-shadow-color-13);
}

/* ----------------- Start Sidebar */

.widget,
.brand-slider {
    border-radius: 8px;
    box-shadow: 0 2px 4px 0 var(--front-box-shadow-color-13);
    background: var(--white-color);
    padding: 15px;
    border: none;
    margin-bottom: 15px;
}

.widget .card-header,
.brand-slider .card-header {
    border-radius: 0;
    padding: 0;
    background-color: transparent;
    border-bottom: 1px solid var(--front-bg-color-8);
    margin-bottom: 15px;
}

.widget .card-header .card-title,
.brand-slider .card-header .card-title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
    padding-bottom: 10px;
}

.widget-banner {
    padding: 0;
    text-align: center;
    box-shadow: none;
    background: 0 0;
}

.widget-banner:hover {
    box-shadow: 1px 1px 7px var(--color-text);
}

.widget-banner img {
    border-radius: 8px;
    box-shadow: 0 2px 4px 0 var(--front-box-shadow-color-13);
}

.widget-services {
    text-align: center;
    box-shadow: 1px 2px 4px 1px var(--box-shadow);
}

.widget-services .feature-item {
    font-size: .714rem;
    line-height: 17px;
    vertical-align: middle;
    color: var(--front-txt-color-50);
    text-align: center;
    letter-spacing: .2px;
    background-size: auto 58px;
    width: 107px;
    white-space: nowrap;
    align-items: center;
    align-self: center;
}

.widget-services .feature-item img {
    max-width: 60px;
    max-height: 60px;
    width: auto;
    height: auto;
}

.widget-suggestion {
    /* border: 1px solid var(--color-base2); */
    box-shadow: 1px 2px 4px 1px var(--box-shadow);
}

.widget-suggestion .card-header {
    border-bottom: none;
}

.sidebar #progressBar {
    height: 1px;
    background: var(--front-bg-color-17);
    position: relative;
    margin-bottom: 15px;
    overflow: hidden;
}

.sidebar .slide-progress {
    box-shadow: 0 0 8px 0 var(--front-box-shadow-color-14);
    border-top-style: solid;
    border-width: 0;
    border-top-width: 1px;
    border-color: var(--color-base1);
    position: absolute;
    width: 0;
    right: 0;
    top: 0;
    max-width: 100%;
    display: inline-block;
    animation: progressbar 10s ease-in-out;
    animation-iteration-count: infinite;
}

.sidebar #suggestion-slider .item {
    direction: rtl;
}

.sidebar #suggestion-slider .item img {
    max-width: 209px !important;
    max-height: 196px !important;
    width: auto !important;
    height: auto !important;
    margin: 0 auto;
}

.sidebar #suggestion-slider .item .product-title {
    font-size: 13px;
    display: block !important;
}

.sidebar #suggestion-slider .item a {
    display: block;
    text-align: center;
}

.sidebar #suggestion-slider .item .product-title a {
    display: block;
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 64px;
    line-height: 32px;
    height: 64px;
    text-decoration: none;
    color: var(--front-txt-color-39);
    font-weight: bold;
}

.sidebar #suggestion-slider .item .price {
    color: var(--main-color);
    height: 64px;
    font-size: 20px;
    text-align: center;
}

.sidebar #suggestion-slider .item .price>* {
    display: block;
}

.sidebar #suggestion-slider .item .price del {
    color: var(--front-txt-color-51);
    font-size: 13px;
}

.list-group {
    padding-right: 0;
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: var(--white-color);
    border: none;
}

.list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}

.card-header+.list-group .list-group-item:first-child {
    border-top: 0;
}

.widget-product .card-header .card-title span,
.brand-slider .card-header .card-title span {
    display: inline-block;
    border-bottom: 1px solid var(--main-color);
    font-weight: bold;
    font-size: 16px;
    padding-bottom: 10px;
    position: relative;
    top: 1px;
}

.widget-product .card-header .view-all,
.brand-slider .card-header .view-all {
    position: absolute;
    left: 17px;
    top: 37px;
    transform: translateY(-50%);
    float: left;
    font-size: 10px;
    color: var(--front-txt-color-51);
}

.widget-product .card-header .card-title,
.brand-slider .card-header .card-title {
    border-bottom: 1px solid var(--front-bg-color-17);
    padding-bottom: 0;
    line-height: 2;
}

.widget-product .product-carousel .carousel-item,
.brand-slider .product-carousel .carousel-item {
    display: inline-block;
    direction: rtl !important;
    text-align: center;
    padding: 5px;
}

.product-carousel .owl-item img {
    display: block;
    height: 250px;
    margin: auto;
    max-width: 100%;
    width: auto !important;
    border-radius: 8px;
}

.widget-product .product-carousel .item,
.brand-slider .owl-carousel .item {
    display: inline-block;
    direction: rtl !important;
    text-align: center;
    padding: 5px;
    width: 100%;
}

@media (min-width: 992px) {

    .widget-product .product-carousel .owl-item,
    .brand-slider .owl-carousel .owl-item {
        border: 1px solid var(--white-color);
        transition: box-shadow .2s cubic-bezier(.4, 0, 1, 1), transform .2s cubic-bezier(.4, 0, 1, 1);
        /* my edition */
        border-radius: 7px;
        overflow: hidden;
    }

    .widget-product .product-carousel .owl-item:hover,
    .brand-slider .owl-carousel .owl-item:hover {
        transform: translateY(-2px);
        box-shadow: 0 0 10px 0 var(--front-box-shadow-color-13);
    }

}

.widget-product .product-carousel .item .post-title,
.brand-slider .product-carousel .item .post-title {
    font-size: 13px;
    display: block;
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 64px;
    line-height: 32px;
    height: 64px;
}

.widget-product .product-carousel .item .price,
.brand-slider .product-carousel .item .price {
    color: var(--main-color);
    font-size: 20px;
    height: 64px;
}

.widget-product .product-carousel .item .price del,
.brand-slider .product-carousel .item .price del {
    color: var(--front-txt-color-51);
    font-size: 13px;
    display: block;
    width: 100%;
}

.widget-product .product-carousel .item ins,
.brand-slider .product-carousel .item ins {
    color: var(--main-color);
    font-size: 20px;
    height: 64px;
    text-decoration: none !important;
    display: block;
}

.widget-product .owl-carousel .owl-nav .owl-prev,
.brand-slider .owl-carousel .owl-nav .owl-prev,
.widget-product .owl-carousel .owl-nav .owl-next,
.brand-slider .owl-carousel .owl-nav .owl-next {
    width: 49px;
    height: 90px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: var(--white-color);
    background-image: unset;
    outline: none;
}

.widget-product .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    right: -20px;
    top: 50%;
    color: var(--front-txt-color-38);
    box-shadow: -1.5px 0 4px 0 var(--front-box-shadow-color-11);
    ;
    border-radius: 5px 0 0 5px;
}

.widget-product .owl-carousel .owl-nav .owl-next {
    position: absolute;
    left: -20px;
    top: 50%;
    color: var(--front-txt-color-38);
    box-shadow: 1.5px 0 4px 0 var(--front-box-shadow-color-11);
    ;
    border-radius: 0 5px 5px 0;
}

.widget-product .owl-carousel .owl-nav .disabled {
    opacity: .5;
    cursor: auto;
    pointer-events: all;
}

.widget-product .owl-carousel .owl-nav .owl-prev i,
.brand-slider .owl-carousel .owl-nav .owl-prev i,
.widget-product .owl-carousel .owl-nav .owl-next i,
.brand-slider .owl-carousel .owl-nav .owl-next i {
    font-size: 17px;
    color: var(--front-txt-color-51);
    line-height: 52px;
}

.brand-slider .owl-carousel .owl-item {
    text-align: center;
}

.brand-slider .owl-carousel .owl-item img {
    max-height: 70%;
    max-width: 70%;
    margin: 0 auto;
}

.brand-slider .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    right: -15px;
    top: 50%;
}

.brand-slider .owl-carousel .owl-nav .owl-next {
    position: absolute;
    left: -15px;
    top: 50%;
}

/* ----------------- End Sidebar */

/* ----------------- Start Main Slider */
#main-slider {
    box-shadow: 0 2px 4px 0 var(--front-box-shadow-color-13);
    border-radius: 8px;
    margin-bottom: 15px;
}

#main-slider .carousel-indicators li {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-right: 6px;
    margin-left: 6px;
    box-shadow: 0 2px 4px 0 var(--front-box-shadow-color-13);
    background: var(--front-bg-color-18);
    cursor: pointer;
}

#main-slider .carousel-indicators li.active {
    background: var(--color-base1);
}

#main-slider .carousel-control-next {
    left: 0;
    right: auto;
}

#main-slider .carousel-control-prev {
    right: 0;
    left: auto;
}

/* ----------------- Start Amazing Slider */

#amazing-slider {
    box-shadow: 0 2px 4px 0 var(--front-box-shadow-color-13);
    border-radius: 8px;
    margin-bottom: 15px;
    height: 420px;
    background: var(--white-color);
}

#amazing-slider>.row {
    height: 462px;
}

#amazing-slider .carousel-indicators {
    right: auto;
    margin-right: 0;
    margin-left: 0;
    top: 0;
    bottom: 0;
    margin-bottom: 0;
    background-color: var(--front-bg-color-19);
    border-top-left-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
}

#amazing-slider .carousel-indicators li {
    display: block;
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-left: 0;
    text-indent: 0;
    padding: 5px;
    cursor: pointer;
    position: relative;
    background: 0 0;
    transition: all .2s ease-out;
}

#amazing-slider .carousel-indicators li:first-child {
    border-top-left-radius: 8px;
}

#amazing-slider .carousel-indicators .view-all {
    padding: 0;
    border-bottom-left-radius: 7px !important;
    height: -webkit-fill-available;
}

#amazing-slider .carousel-indicators li.active {
    background: var(--main-color);
    color: var(--white-color);
    border-bottom: none;
}

#amazing-slider .carousel-indicators li.active:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 42px;
    border-radius: 3px;
    position: absolute;
    background: var(--main-color);
    right: -10px;
    top: 0;
}

#amazing-slider .carousel-indicators li span {
    display: block;
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 32px;
    line-height: 32px;
    padding-left: 5px;
    padding-right: 5px;
}

#amazing-slider .carousel-indicators .view-all .btn {
    background-color: var(--color-base1);
    border-radius: 0 0 0 7px !important;
    position: absolute;
    bottom: 0px;
    margin-bottom: 0px;
}

#amazing-slider .carousel-indicators .view-all .btn:focus,
#amazing-slider .carousel-indicators .view-all .btn:active {
    box-shadow: none;
}

#amazing-slider .carousel-indicators .view-all .btn i {
    font-size: 18px;
    position: relative;
    top: 1px;
    left: 50px;
    color: var(--white-color);
}

.hvr-sweep-to-left:before {
    content: "";
    width: 50px;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--front-bg-color-40);
    border-radius: 20px 0 0 20px;
    transition: all 0.2s ease-in-out;
}

.hvr-sweep-to-left:hover:before,
.hvr-sweep-to-left:focus:before,
.hvr-sweep-to-left:active:before {
    width: 100%;
    border-radius: 0;
}

#amazing-slider .carousel-inner {
    position: relative;
}


#amazing-slider .carousel-inner .carousel-item {
    margin-top: 63px;
    height: 399px;
}

#amazing-slider .carousel-inner .carousel-item .row {
    height: 399px;
}

#amazing-slider .carousel-inner .carousel-item .row .left-col .price del {
    display: block;
    margin-left: 7px;
    font-size: 16px;
    color: var(--front-txt-color-52);
}

#amazing-slider .carousel-inner .carousel-item .row .left-col .price ins {
    color: var(--main-color);
    font-size: 20px;
    font-weight: 500;
    text-decoration: none;
}

#amazing-slider .carousel-inner .carousel-item .row .left-col .price .discount-percent {
    background: var(--main-color);
    color: var(--white-color);
    display: inline-block;
    padding: 4px 14px;
    border-radius: 40px;
    margin-right: 10px;
}

#amazing-slider .carousel-inner .carousel-item .row .left-col .product-title {
    font-size: 16px;
    line-height: 36px;
}

#amazing-slider .carousel-inner .carousel-item .row .left-col .list-group {
    padding-right: 0;
}

#amazing-slider .carousel-inner .carousel-item .row .left-col .list-group .list-group-item {
    border: none;
    padding: 0;
}

#amazing-slider .carousel-inner .carousel-item .row .left-col .list-group-item:before {
    content: '';
    font-size: 8px;
    position: relative;
    top: 8px;
    left: 7px;
    float: right;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--front-bg-color-20);
}

#amazing-slider .countdown-timer {
    direction: ltr;
    font-weight: bold;
    font-size: 20px;
}

#amazing-slider .countdown-timer span {
    text-align: center;
    display: inline-block;
    padding: 6px;
    font-size: 28px;
    font-weight: 500;
}

#amazing-slider .timer-title {
    margin-top: 15px;
    color: var(--front-txt-color-51);
}

#amazing-slider .carousel-inner .carousel-item .row .left-col .finished {
    border: 2px solid var(--front-txt-color-51) !important;
    color: var(--front-txt-color-77) !important;
    font-size: 16px !important;
    box-shadow: 0 0 9px 0 var(--front-box-shadow-color-12);
    background-color: var(--white-color);
}

#amazing-slider-responsive {
    display: none;
}

#amazing-slider-responsive hr {
    margin: 0;
}

#amazing-slider-responsive .countdown-timer {
    direction: ltr;
    font-weight: bold;
    font-size: 20px;
}

#amazing-slider-responsive .countdown-timer span {
    text-align: center;
    display: inline-block;
    padding: 5px;
    font-size: 17px;
    font-weight: 500;
}

.banner-ads .widget-banner {
    border-radius: 8px;
    background: var(--white-color);
    border: none;
    margin-bottom: 15px;
    box-shadow: none;
    overflow: visible;
}

.banner-ads .widget-banner img {
    border-radius: 8px;
    box-shadow: 0 4px 8px 0 var(--front-box-shadow-color-13);
}

/* main */


/* footer */
footer.main-footer {
    margin-top: 50px;
    background: var(--front-bg-color-11);
}

footer.main-footer .back-to-top {
    text-align: center;
    font-size: 20px;
    background-color: var(--front-bg-color-8);
    border-top: 1px solid var(--front-bg-color-11);
    border-bottom: 1px solid var(--front-border-color-20);
    padding: 10px 0;
    margin-bottom: 30px;
}

footer.main-footer .back-to-top a {
    color: var(--front-txt-color-39) !important;
}

footer.main-footer .back-to-top .icon {
    display: inline-block;
    width: 36px;
    height: 36px;
    background-color: var(--front-bg-color-21);
    color: var(--white-color);
    border-radius: 50%;
    margin-left: 5px;
    text-align: center;
    vertical-align: middle;
    line-height: 46px;
}

footer.main-footer .footer-services {
    padding-bottom: 30px;
    border-bottom: 1px solid var(--front-border-color-20);
}

footer.main-footer .footer-services .service-item {
    text-align: center;
    position: relative;
    font-size: 13px;
    font-size: .929rem;
    line-height: 1.692;
    color: var(--front-txt-color-50);
    letter-spacing: .2px;
    padding-bottom: 20px;
    margin: auto;
}

footer.main-footer .footer-services .service-item img {
    width: 58px;
    height: 58px;
    margin-bottom: 7px;
    filter: grayscale(100%);
}

footer.main-footer .footer-services .service-item:hover img {
    filter: grayscale(1%);
}

@media (max-width: 576px) {
    .footer-services .service-item {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 5px;
    }
}

footer.main-footer .footer-widgets .widget-menu {
    background: 0 0;
    box-shadow: none;
    margin-bottom: 0;
    margin-top: 15px;
}

footer.main-footer .footer-widgets .widget-menu .card-header {
    border-bottom: 0;
}

footer.main-footer .footer-widgets .widget-menu .card-title {
    font-size: 16px;
    font-weight: 500;
    padding: 7px 10px;
}

footer.main-footer .footer-widgets .widget-menu .footer-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-grid;
}

footer.main-footer .footer-widgets .widget-menu .footer-menu li {
    line-height: 30px;
}

footer.main-footer .footer-widgets .newsletter {
    margin-top: 30px;
}

footer.main-footer .footer-widgets .newsletter form {
    position: relative;
}

footer.main-footer .footer-widgets .newsletter form .form-control {
    font-family: iranyekan;
    font-size: 13px;
    border-radius: 7px;
    color: var(--front-txt-color-39);
    padding: 7px !important;
    line-height: 2 !important;
    box-shadow: none;
    display: block;
    width: 100%;
    background-color: var(--white-color);
    border: 1px solid var(--front-txt-color-51);
    transition: all .2s ease-out;
}

footer.main-footer .footer-widgets .newsletter form .btn {
    position: absolute;
    top: -5px;
    left: -1px;
    border-radius: 7px;
    font-family: iranyekan;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    background-color: var(--color-base1);
    color: var(--white-color);
}

footer.main-footer .footer-widgets .newsletter form .btn:focus,
footer.main-footer .footer-widgets .newsletter form .btn:active {
    background-color: var(--color-base1);
    box-shadow: none !important;
}

footer.main-footer .footer-widgets .socials {
    margin-top: 30px;
}

footer.main-footer .footer-widgets .socials .footer-social {
    width: 159px;
    height: 45px;
    text-align: center;
    border-radius: 9px;
    background-image: linear-gradient(266deg, #4e60d3, #913baf 35%, #d52d88 68%, #f26d4f);
    box-shadow: 0 2px 4px 0 var(--front-box-shadow-color-18);
    font-weight: 700;
    display: inline-block;
    font-size: 12px;
    font-size: .857rem;
    line-height: 45px;
    margin-bottom: 20px;

    -webkit-transition: width 1s ease-in-out;
    -moz-transition: width 1s ease-in-out;
    -o-transition: width 1s ease-in-out;
    transition: width 1s ease-in-out;

}


footer.main-footer .footer-widgets .socials .footer-social a {
    color: var(--white-color);
}

footer.main-footer .footer-widgets .socials .footer-social a i {
    margin-left: 4px;
    min-width: 43px;
}

footer.main-footer .footer-widgets .socials .footer-social:hover a i {
    font-size: 24px;
}

footer.main-footer .footer-widgets .socials .footer-social:hover a i::before {
    padding-top: 10px;
}

footer.main-footer .info {
    font-size: 16px;
    text-align: center;
    padding: 15px 0;
    border-top: 1px solid var(--front-border-color-21);
}

footer.main-footer .info a {
    padding: 3px;
}

footer.main-footer .info div {
    margin-bottom: 10px;
}

footer.main-footer .info div.row {
    margin-bottom: 0;
}

footer.main-footer .description {
    background: var(--front-border-color-21);
    padding: 15px 0 0;
}

footer.main-footer .description .site-description .site-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
    color: var(--front-txt-color-53);
}

footer.main-footer .description .site-description p {
    text-align: justify;
    font-size: 12px;
    margin-bottom: 0;
    color: var(--front-txt-color-4);
}

footer.main-footer .description .symbol {
    text-align: center;
}

footer.main-footer .description .symbol a {
    padding: 15px;
    background: var(--front-border-color-17);
    border: 1px solid var(--front-border-color-22);
    border-radius: 6px;
    margin: 3px;
    display: inline-block;
}

footer.main-footer .footer-partners {
    padding: 0;
    margin: 20px 0 10px;
}

footer.main-footer .footer-partners li {
    list-style: none;
    float: right;
    text-align: center;
    margin-bottom: 10px;
}

footer.main-footer .footer-partners li img {
    width: 131px;
    height: 35px;
}

footer.main-footer .copyright {
    font-size: 12px;
    background: var(--front-border-color-21);
    text-align: center;
    padding: 15px 0;
}

footer.main-footer .copyright p {
    margin-bottom: 0;
    padding-top: 15px;
    border-top: 1px solid var(--front-border-color-23);
}

/* footer */

/* login---register---welcome Page */
.account-box {
    background: var(--white-color);
    width: 389px;
    margin: 70px auto;
    margin-top: 0px;
    border: 1px solid var(--front-border-color-1);
    box-shadow: 0 12px 12px 0 var(--front-box-shadow-color-6);
    position: relative;
}

.account-box .logo {
    width: 156px;
    height: 60px;
    position: absolute;
    left: 50%;
    bottom: 100%;
    transform: translate(-50%);
    text-align: center;
    line-height: 60px;
}

.account-box .logo img {
    height: 38px;
}

.account-box-title {
    border-bottom: 1px solid var(--front-border-color-24);
    color: var(--front-txt-color-54);
    padding: 17px 40px;
    font-size: 18px;
    font-weight: bold;
}

.account-box-content {
    padding: 0 30px;
}

.account-box-content .account-box-message h3 {
    font-size: 18px;
}

.account-box-content .account-box-message p {
    font-size: 14px;
}

.account-box-content .form-account {
    margin-top: 9px;
    margin-bottom: 9px;
}

.form-account-title {
    color: var(--front-txt-color-54);
    margin-bottom: 11px;
    letter-spacing: -.6px;
    font-size: 15px;
    line-height: 1.467;
}

.form-account-title2-true {
    margin-top: -18px;
    font-size: 12px;
    padding-bottom: 15px;
    color: var(--color-text-success);
    margin-bottom: 11px;
    letter-spacing: -.6px;
    line-height: 1.467;
}

.form-account-title2-false {
    margin-top: -18px;
    font-size: 12px;
    padding-bottom: 15px;
    color: var(--color-text-danger);
    margin-bottom: 11px;
    letter-spacing: -.6px;
    line-height: 1.467;
}

.form-account-row {
    margin: 0 -10px 23px;
}

.form-account-row.with-icon .input-field.text-right {
    padding-right: 60px;
}

.form-account-row.with-icon .input-field.text-right::placeholder {
    padding-right: 0;
}

.account-box-content .form-account-row {
    margin-bottom: 9px;
    padding-right: 10px;
    padding-left: 10px;
}

.input-label {
    position: absolute;
    display: inline-block;
    line-height: 22px;
    outline: none;
}

.input-label i:before {
    position: absolute;
    right: 17px;
    top: 12px;
    color: var(--front-txt-color-55);
    font-size: 26px;
}

.account-box-content .ui-input:before {
    top: 9px;
}

.input-field {
    border-radius: 5px;
    background: var(--white-color);
    border: 1px solid var(--front-border-color-6);
    color: var(--front-txt-color-17);
    font-size: 14px;
    line-height: 1.571;
    padding: 7px 9px;
    width: 100%;
    letter-spacing: -.8px;
    text-align: left;
    font-family: iranyekan;
    outline: none;
}

.input-field::placeholder {
    color: var(--front-border-color-6);
    font-size: 14px;
    text-align: right;
}

.ui-input--account-login .ui-input-field,
.ui-input--account-login .dk-selectric-input {
    padding: 16px 52px 15px 12px;
    font-size: 18px;
    line-height: 21px;
    text-align: left;
}

.ui-input--account-login .ui-input-field,
.ui-input--account-login .dk-selectric-input::placeholder {
    font-size: 16px;
}

.account-box-content .ui-input-field,
.account-box-content .dk-selectric-input {
    direction: ltr;
    color: var(--front-txt-color-35);
}

.account-box-content .ui-input-field,
.account-box-content .dk-selectric-input {
    padding-top: 11px;
    padding-bottom: 11px;
    font-family: iranyekan;
}

.form-account-row.with-icon .input-field .input-field_ins.text-right {
    padding-right: 0px;
}

.form-account-row.with-icon .input-field .input-field_ins.text-right::placeholder {
    padding-right: 0;
}

.input-field .input-field_ins::placeholder {
    font-size: 13px;
    padding-right: 0px;
    padding-left: 0px;
}

.input-field .input-field_ins {
    border-radius: 5px;
    background: var(--white-color);
    border: none;
    font-size: 14px;
    line-height: 1.571;
    width: 100%;
    text-align: left;
    font-family: iranyekan;
    outline: none;
}

.input-field .image_right {
    padding: 5px 2px 0px 5px;
    font-size: 19px;
}

.input-field .input-field_ins::placeholder {
    color: var(--front-border-color-6);
    font-size: 14px;
    text-align: right;
    padding-right: 0px;
    padding-left: 0px;
}




.form-account-title--inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.form-account-link {
    font-size: 13px;
    font-size: .929rem;
    line-height: 1.692;
    margin-top: 25px;
    margin-bottom: 25px;
}

.btn-link-border {
    display: inline-block;
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
    position: relative;
    padding: 0;
    text-align: center;
    white-space: nowrap;
    color: var(--color-base2);
    padding: 0;
    line-height: 2;
    font-size: 12px;
}

.btn-link-border:hover {
    color: var(--color-base2);
}

.btn-link-border:after {
    left: 0;
    right: 0;
    top: 50%;
    margin-top: .85em;
    content: "";
    position: absolute;
    border-bottom: 1px dashed var(--color-base2);
}

.account-box-content .form-account-link {
    margin: 0;
    float: left;
}

.form-account-submit button {
    width: 100%;
}

.form-account .btn-login,
.form-account .btn-password-change,
.form-account .btn-user-add,
.form-account .btn-user-lock {
    width: 100%;
    text-align: center;
}

.form-account-agree {
    padding-right: 30px;
    position: relative;
    font-size: 13px;
    font-size: .929rem;
    line-height: 2.77;
    margin: -7px 0 15px;
}

.account-box-content .form-account-agree {
    margin: -3px 0 7px;
    font-size: 12px;
    font-size: .857rem;
    line-height: 2.5;
    color: var(--front-txt-color-56);
}

.account-box-content .form-account-agree label {
    cursor: pointer;
}

.checkbox-form {
    width: 19px;
    height: 18px;
    display: inline-block;
    position: relative;
}

.checkbox-primary {
    width: 22px;
    height: 21px;
}

.form-account-agree .checkbox-form {
    position: absolute;
    right: 0;
    top: 8px;
}

.checkbox-form input[type=checkbox] {
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    pointer-events: none;
    position: absolute;
}

.checkbox-check {
    cursor: pointer;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 4px;
    background: var(--white-color);
    border: 1px solid var(--front-border-color-25);
}

.checkbox-primary .checkbox-check {
    border-radius: 5px;
    border: 1px solid var(--front-border-color-26);
}

.checkbox-form .input-checkbox:checked+.checkbox-check,
.checkbox-form input[type=checkbox]:checked+.checkbox-check {
    background: var(--color-base1);
    border: 1px solid var(--color-base2);
}

.checkbox-form .input-checkbox:checked+.checkbox-check:before,
.checkbox-form input[type=checkbox]:checked+.checkbox-check:before {
    content: "\ea22";
    font: normal normal normal 32px/1 'Nucleo Outline';
    position: absolute;
    left: 2px;
    top: 2px;
    color: var(--white-color);
    font-size: 15px;
}

.account-box-footer {
    border-top: 1px solid var(--color-base2);
    padding: 25px 40px 28px;
    background: var(--front-bg-color-23);
    text-align: center;
    font-size: 15px;
    line-height: 1.467;
}

.account-box-footer {
    line-height: 1;
    padding-top: 23px;
    padding-bottom: 23px;
    background: var(--front-bg-color-22);
    border-top: 1px solid var(--front-border-color-29);
}

.mini-footer {
    margin-top: 10px;
    border-top: 1px solid var(--front-bg-color-17);
}

.mini-footer ul {
    text-align: center;
    margin-bottom: 0;
    margin-top: 15px;
}

.mini-footer ul li {
    display: inline-block;
}

.mini-footer ul li a {
    padding-right: 7px;
    padding-left: 7px;
    color: var(--front-txt-color-23);
}

.mini-footer .copyright-bar {
    padding: 15px 0;
    background: 0 0;
    text-align: center;
    font-size: 12px;
    color: var(--front-border-color-30);
}

.mini-footer .copyright-bar p {
    margin-bottom: 0;
}

.message-light {
    font-size: 14px;
    line-height: 2;
    padding: 15px 20px;
    position: relative;
    border-radius: 5px;
    line-height: 22px;
    margin: 15px 25px;
    background-color: var(--white-color);
    border: 1px solid var(--front-border-color-31);
    color: var(--front-txt-color-58);
}

.account-box-message {
    margin: 20px 0;
    text-align: center;
}

.account-box-message-icon {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    margin-top: 20px;
    margin-bottom: 30px;
    content: "\ea23";
    font: normal normal normal 32px/1 'Nucleo Outline';
    display: inline-block;
    vertical-align: top;
    background: var(--front-bg-color-24) 50% 50% no-repeat;
}

.account-box-message-icon::before {
    font-size: 65px;
    line-height: 140px;
    color: var(--color-base1);
}

.account-box-message h3 {
    margin-bottom: 20px;
    color: var(--front-txt-color-57);
    font-size: 19px;
    font-size: 1.357rem;
    line-height: 1.158;
}

.account-box-message p {
    font-size: 15px;
    font-size: 1.071rem;
    line-height: 2;
    color: var(--front-txt-color-52);
    margin-bottom: 10px;
}

.account-box-message-links {
    list-style: none;
    padding: 0;
}

.account-box-message-links li {
    margin: 7px 0 10px;
}

.account-box-message-links li a {
    font-size: 18px;
}

.account-box-message-links .btn-link-border {
    font-size: 15px;
    line-height: 1.467;
}

.account-box-message-links .btn-link-border:hover {
    color: var(--color-base2);
}

.checkout-page {
    width: 100%;
}

.checkout-title {
    border-bottom: 1px solid var(--front-border-color-24);
    color: var(--front-txt-color-54);
    padding: 17px 0;
    font-size: 18px;
    font-weight: bold;
}

.checkout-page .input-field::placeholder {
    color: var(--front-border-color-6);
    font-size: 14px;
    text-align: right;
    padding-right: 5px;
}

/* login---register---welcome---checkout Page */

/* Search Page */
.sidebar-page .box {
    background-color: var(--white-color);
    box-shadow: 0 12px 12px 0 var(--front-box-shadow-color-6);
    border: 1px solid var(--front-border-color-1);
    margin: 0 0 10px;
}
.sidebar-page .box .box-content{
    overflow: hidden;
}

.sidebar-page .box .box-header {
    position: relative;
    color: var(--front-txt-color-4);
    letter-spacing: .2px;
    font-weight: 700;
    font-size: 14px;
    font-size: 1rem;
    line-height: 1.571;
    padding: 8px 16px 10px 15px;
    border-bottom: 1px solid var(--front-txt-color-27);
    margin-right: 6px;
    margin-left: 6px;
}

.box-content {
    padding: 10px 13px 8px 12px;
}

.ui-input {
    position: relative;
    display: inline-block;
    width: 100%;
    line-height: 22px;
}

.ui-input--quick-search {
    position: relative;
}

.ui-input--quick-search:before {
    font: normal normal normal 32px/1 'Nucleo Outline';
    content: "\ea64";
    position: absolute;
    right: 12px;
    top: 10px;
    font-size: 19px;
}

.ui-input-field {
    border-radius: 5px;
    background: var(--white-color);
    border: 1px solid var(--front-border-color-6);
    color: var(--front-txt-color-17);
    font-size: 14px;
    font-size: 1rem;
    line-height: 1.571;
    padding: 11px 12px;
    width: 100%;
    letter-spacing: -.8px;
    outline: none;
}

.ui-input--quick-search .ui-input-field {
    font-size: 11px;
    font-size: .786rem;
    line-height: 2;
    color: var(--front-txt-color-78);
    background: var(--front-bg-color-5);
    border: 1px solid transparent;
    transition: .15s ease-in;
    letter-spacing: 0;
    padding: 7px 28px 8px 2px;
}

.ui-input--quick-search .ui-input-field {
    padding-top: 7px;
    padding-bottom: 8px;
    padding-right: 38px;
    outline: none;
    font-family: iranyekan;
}

.ui-input--quick-search .ui-input-field:focus {
    border-color: var(--color-base1);
    background: none;
}

.box .bootstrap-switch {
    top: 2px;
}

.box .box-toggle {
    cursor: pointer;
}

.box .box-toggle i {
    float: left;
    margin-top: 4px;
}

.box .filter-option {
    margin: 10px;
}

.box .filter-option .checkbox label,
.radio label {
    padding-right: 35px;
    padding-left: 0;
}

.box .filter-option .checkbox label::before,
.checkbox label::after {
    right: 0;
    left: auto;
}

.breadcrumb-list {
    font-size: 10px;
    font-size: .714rem;
    line-height: 2.2;
    max-width: 100%;
    padding-left: 90px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    list-style: none;
    margin: 10px 0;
    padding-right: 0;
}

.breadcrumb-list {
    font-size: 12px;
    font-size: .857rem;
    line-height: 1.833;
}

.breadcrumb-list li {
    display: inline-block;
}

.breadcrumb-list li:before {
    content: "/";
    color: var(--front-txt-color-29);
    letter-spacing: .4px;
    font-size: 13px;
    vertical-align: top;
    margin-left: 5px;
    padding-right: 5px;
    font-weight: 400 !important;
}

.breadcrumb-list li:first-child:before {
    content: "";
}

.breadcrumb-list li:last-child {
    font-size: 12px;
    font-size: .857rem;
    line-height: 1.833;
    font-weight: 700;
    color: var(--front-txt-color-28);
}

.breadcrumb-list li a {
    color: var(--front-txt-color-28);
}

.listing {
    background-color: var(--white-color);
    box-shadow: 0 2px 4px 0 var(--front-box-shadow-color-15);
    border: 1px solid var(--front-border-color-11);
    line-height: 22px;
    position: relative;
}

.listing-counter {
    position: absolute;
    top: -27px;
    left: 0;
    color: var(--front-border-color-26);
    font-size: 12px;
    font-size: .857rem;
    line-height: 21px;
}

.listing-header {
    border-bottom: 1px solid var(--front-border-color-32);
    position: relative;
    padding: 0 44px 0 130px;
    z-index: 2;
}

.listing-header:before {
    content: "\ea14";
    font: normal normal normal 20px/1 'Nucleo Outline';
    right: 13px;
    color: var(--front-txt-color-59);
}

.listing-header:before,
.listing-type {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.listing-sort {
    list-style: none;
    line-height: 34px;
    padding: 0;
    margin-top: 1px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    min-height: 44px;
}

.listing-sort:before {
    display: inline-block;
    content: attr(data-label);
    color: var(--front-txt-color-60);
    margin-left: 5px;
    font-size: 12px;
    font-size: .857rem;
    line-height: 21px;
    vertical-align: middle;
    white-space: nowrap;
}

.listing-sort li {
    display: inline-block;
}

.listing-sort li a {
    display: block;
    padding: 0 5px;
    position: relative;
    font-size: 12px;
    font-size: .857rem;
    line-height: 25px;
    border-radius: 5px;
    white-space: nowrap;
    padding: 0 10px;
    cursor: pointer;
}

.listing-sort li a.active {
    background-color: var(--color-base1);
    color: var(--white-color);
}

.listing-sort li+li {
    margin-right: 5px;
}

.listing-items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -1px;
    margin-bottom: -1px;
    list-style: none;
    padding: 0;
}

.product-box {
    display: block;
    background: var(--white-color);
    height: 100%;
    position: relative;
    transition: box-shadow .2s cubic-bezier(.4, 0, 1, 1), transform .2s cubic-bezier(.4, 0, 1, 1);
    padding: 26px 20px 60px;
}

.listing-items .product-box {
    border: 1px solid var(--front-border-color-4);
    position: relative;
    margin-left: -1px;
    margin-top: -1px;
    margin-bottom: -1px;
    border-top: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.product-seller-details {
    padding-right: 50px;
    position: relative;
    list-style: none;
}

.product-seller-details-item-grid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-top: 1px solid var(--front-bg-color-8);
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
    padding: 5px 45px 5px 10px;
    opacity: 0;
    height: 53px;
    transition: all .3s ease-in-out;
    background: var(--white-color);
}

.product-seller-details:before {
    content: "\E0B5";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 31px;
    color: var(--front-bg-color-6);
}

.product-seller-details-item-grid:before {
    font-size: 21px;
    right: 10px;
}

.product-main-seller {
    font-size: 12px;
    font-size: .857rem;
    line-height: 1.833;
    font-weight: 700;
    color: var(--front-txt-color-18);
}

.product-gallery .zoomWrapper{
    min-width:350px;
}
.product-gallery .zoom-img{
    max-height: 410px;
    width: auto;
}

.span_bold_text {
    font-weight: bold;
    font-size: 15px;
    color: var(--color-base1);
    border-bottom: 1px solid var(--color-base1);
}

.product-seller-details-item-grid .product-main-seller {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product-seller-details-item-grid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-top: 1px solid var(--front-bg-color-8);
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
    padding: 5px 45px 5px 10px;
    opacity: 0;
    height: 53px;
    transition: all .3s ease-in-out;
    background: var(--white-color);
}

.product-seller-details:before {
    content: "\ea50";
    font: normal normal normal 32px/1 'Nucleo Outline';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 31px;
    color: var(--front-bg-color-6);
}

.product-seller-details-item-grid:before {
    font-size: 21px;
    right: 10px;
}

.product-seller-details-item-grid .product-main-seller {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product-seller-details-badge-container,
.product-seller-details-label {
    font-weight: 400;
}

.badge-seller {
    padding: 1px 20px 1px 5px;
    font-size: 10px;
    font-size: .714rem;
    line-height: 1;
    border-radius: 9px;
    margin: 0 5px;
    white-space: nowrap;
}

.product-box:hover .product-seller-details-item-grid {
    opacity: 1;
}

.product-seller-details-badge-container,
.product-seller-details-label {
    font-weight: 400;
}

.product-seller-details-badge-container,
.product-seller-details-label {
    font-weight: 400;
}

.product-box-img {
    height: 150px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}

.promotion-box,
.promotion-box-image {
    position: relative;
}

.product-box-img {
    height: 230px;
}

.product-box-img img {
    overflow: hidden;
}

.item:hover .product-box-img img {
    overflow: hidden;
}

.product-box-img .item2 {
    display: none;
}

.item:hover .product-box-img .item2 {
    display: flex;
    position: absolute;
}

.product_box_img {
    height: 230px;
    display: flex;
    overflow: hidden;
}

.product_box_img img {
    overflow: hidden;
}


.product_box_img .item2 {
    overflow: hidden;
    display: none;
}

.owl-stage>div {
    max-width: 250px;
}

.widget-suggestion .owl-stage-outer .owl-stage>div {
    max-width: inherit;
}

.item:hover .product_box_img .item2 {
    /* display: block!important; */
    position: inherit;
    overflow: hidden;
}


/* [1] The container */
.img-hover-zoom {
    height: 240px;
    /* [1.1] Set it as per your need */
    overflow: hidden;
    /* [1.2] Hide the overflowing of child elements */
    border-radius: 5%;
    transition-property: display;
}

/* [2] Transition property for smooth transformation of images */
.img-hover-zoom img {
    transition: transform .5s ease;
}

.img-hover-zoom .item2 {
    transition: transform .5s ease;
}

/* [3] Finally, transforming the image when container gets hovered */
.item:hover .img-hover-zoom img {
    transform: scale(1.5);
}

.item:hover .img-hover-zoom .item2 {
    transform: scale(1.5);
}

.hidden {
    transform: translate(9999px);
    opacity: 0;
}

.product-box-img img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 4%;
    width: 100%; 
    aspect-ratio: 1 / 1; 
    object-fit: cover;
}

.price .price-value .price-value-wrapper p span {
    font-size: 12px;
    cursor: pointer;
}


.shopping-page .product-box-img {
    height: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    transition: all 0s ease-in-out !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    cursor: pointer;
    justify-content: center;
    padding-top: 10px;
    height: 200px;
    position: relative;
}

.shopping-page .product-box-compact .product-box-img {
    height: 90px;
    padding: 0 10px 5px;
}

.shopping-page .product-box-compact .product-box-img img {
    max-width: 100%;
    max-height: 100%;
}



.listing-items .product-box-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.product-box-title {
    display: block;
    overflow: hidden;
    font-size: 12px;
    font-size: .857rem;
    line-height: 30px;
    margin-top: 20px;
}

.product-box-title a {
    color: var(--front-txt-color-4);
}

.listing-items .product-box-variants {
    position: absolute;
    right: 16px;
    list-style: none;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 12px;
    top: 19px;
}

.listing-items .product-box-variants,
.listing-items .product-box-variants>li {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.listing-items .product-box-variants,
.listing-items .product-box-variants>li {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.listing-items .product-box-variants>li {
    margin: 1px 0;
    height: 10px;
    display: -ms-flexbox;
    display: flex;
}

.variant {
    display: inline-block;
}

.variant--color {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--front-bg-color-6);
}

.product-box-row {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.product-box-row-price {
    margin-top: 13px;
}

.header-amazing-search {
    content: "";
    background-color: var(--color-base1);
    background-image: url('../img/svg/background_special_sell.svg');
    position: absolute;
    top: -2px;
    left: 0;
    right: 0;
    height: 275px;
}

.amazing-search .sidebar-page {
    margin-top: 12px;
}

.amazing-search .amazing-content {
    margin-top: 26px;
}

.sidebar-title-amazing {
    text-align: center;
    margin-bottom: 25px;
}

.ul_top_search_filter li {
    background-color: var(--white-color);
    padding: 5px;
    border-radius: 6px;
    margin: 5px;
    width: max-content;
    float: right;
    cursor: pointer;
}

.ul_top_search_filter li a i {
    display: none;
    float: right;
    padding: 5px 10px;
}

.ul_top_search_filter li:hover a i {
    display: block;
}


.amazing-search .breadcrumb-list li a,
.amazing-search .breadcrumb-list li:last-child,
.amazing-search .breadcrumb-list li:before {
    color: var(--white-color);
    cursor: pointer;
}

.amazing-search .listing-counter {
    color: var(--white-color);
}

.search-page .price {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.price-value {
    font-size: 15px;
    font-size: 1.071rem;
    line-height: 26px;
    color: var(--color-base1);
    letter-spacing: .8px;
}

.price-value--plp {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.price-value {
    font-size: 20px;
    font-size: 1.429rem;
    line-height: 35px;
}

.price-value-wrapper {
    width: 100%;
    color: var(--black-color);
    letter-spacing: 0;
    font-weight: 700;
    font-size: 20px;
    font-size: 1.429rem;
    line-height: 1.1;
    text-align: left;
}

.price-currency {
    font-size: 13px;
    font-size: .929rem;
    line-height: 1.692;
}

.price-currency {
    font-size: 17px;
    font-size: 1.214rem;
    line-height: 1.294;
}

.price-value-wrapper .price-currency {
    font-weight: 400;
    font-size: 14px;
}

.product-seller-details {
    padding-right: 50px;
}

.product-seller-details-item {
    display: none;
}

.product-main-seller {
    font-size: 12px;
    font-size: .857rem;
    line-height: 1.833;
    font-weight: 700;
    color: var(--front-txt-color-18);
}

.listing-items .product-box:hover {
    box-shadow: 0 2px 17px 0 var(--front-box-shadow-color-16);
    z-index: 11;
}

.label-check {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
    background-color: var(--color-base1);
    color: var(--white-color);
    border-radius: 0 25px 25px 0;
    padding: 1px 5px;
    font-size: 12px;
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 10px;

}

.pager {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 10.5px -10px;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pager-items,
.pager-tabs {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
    list-style: none;
}

.pager-items li,
.pager-tabs li {
    display: inline-block;
}

.pager-item {
    display: inline-block;
    width: 35px;
    height: 34px;
    text-align: center;
    vertical-align: top;
}
.pager-next {
    display: inline-block;
    width: 35px;
    height: 34px;
    text-align: center;
    vertical-align: top;
}
.pager-prev {
    display: inline-block;
    width: 35px;
    height: 34px;
    text-align: center;
    vertical-align: top;
}

.pager-item {
    border-radius: 8px;
    color: var(--front-txt-color-4);
    font-size: 18px;
    font-size: 1.286rem;
    line-height: 34px;
    margin: 0 3px;
    cursor: pointer;
}

.pager-item.is-active {
    background-color: var(--color-base1);
    border: 1px solid var(--color-base1);
    color: var(--white-color) !important;
}

.pager-items--partition {
    display: inline-block;
    vertical-align: bottom;
    width: 2px;
    height: 34px;
    border: 1px solid var(--front-border-color-33);
    margin-left: 10px;
    margin-right: 10px;
}

.pager-next {
    font-size: 23px;
    font-size: 1.643rem;
    line-height: 34px;
    font-family: LucidaGrande;
    letter-spacing: .3px;
    color: var(--front-txt-color-61);
}
.pager-prev {
    font-size: 23px;
    font-size: 1.643rem;
    line-height: 34px;
    font-family: LucidaGrande;
    letter-spacing: .3px;
    color: var(--front-txt-color-61);
}

.pager-next:before {
    display: inline-block;
    vertical-align: top;
    line-height: 1;
    margin-top: 3px;
}
.pager-prev:before {
    display: inline-block;
    vertical-align: top;
    line-height: 1;
    margin-top: 3px;
}

.pager-next:before {
    content: "\00ab";
}

.pager-prev:before {
    content: "\00bb";
}

/* Search Page */

/* 404 Page */

.page-404 {
    padding: 68px 0;
    text-align: center;
    line-height: 22px;
    float: right;
    width: 100%;
}

.page-404-title h1 {
    font-size: 28px;
}

.page-404-actions {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: auto;
}

.page-404-action {
    border-radius: 8px;
    padding: 10px 20px;
    color: var(--white-color);
    border: none;
    min-width: 161px;
    margin: 10px 19.5px 46px;
    text-decoration: none;
}

.page-404-action--primary {
    background-color: var(--front-bg-color-26);
    border: 1px solid var(--front-border-color-34);
}

.page-404-action:not(.disabled):not(.is-inactive):not([disabled]) {
    position: relative;
    overflow: hidden;
}

.page-404-action:not(.disabled):not(.is-inactive):not([disabled]):before {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: 200%;
    height: 200%;
    position: absolute;
    right: -50%;
    top: -50%;
    background: var(--front-bg-color-10);
    content: "";
    opacity: 0;
}

.page-404-action:not(.disabled):not(.is-inactive):not([disabled]):hover:before {
    opacity: 1;
}

.page-404-action:hover {
    color: var(--white-color);
}

.page-404-image {
    width: 90%;
    max-width: 677px;
    margin: auto;
}

.page-404-image img {
    width: 100%;
}

/* 404 Page */

/* Cart Page */

.cart-empty {
    margin: 27px 0 30px;
    background: var(--white-color);
    -webkit-box-shadow: 0 12px 12px 0 var(--front-box-shadow-color-1);
    box-shadow: 0 12px 12px 0 var(--front-box-shadow-color-1);
    border: 1px solid var(--front-border-color-13);
    padding: 30px;
    text-align: center;
    line-height: 22px;
}

.cart-empty-icon {
    background: var(--front-bg-color-28);
    position: relative;
    border-radius: 50%;
    margin: 0 auto;
    width: 138px;
    height: 140px;
}

.cart-empty-icon {
    width: 167px;
    height: 170px;
    line-height: 220px;
}

.cart-empty-icon i {
    font-size: 60px;
    color: var(--front-txt-color-38);
}

.cart-empty-title {
    font-size: 30px;
    margin: 25px 0 60px;
    color: var(--front-txt-color-1);
    line-height: 35px;
}

.cart-empty a.dk-btn {
    font-size: 14px;
    padding: 17px 60px;
}

.cart-empty-url {
    font-size: 15px;
    font-size: 1.071rem;
    line-height: 1.467;
    letter-spacing: -.6px;
    color: var(--front-txt-color-54);
    margin-top: 40px;
}

.cart-empty-url a {
    text-decoration: none;
    color: var(--primary-color-hover);
    border-bottom: 1px dashed var(--primary-color-hover);
}

.cart-page-title {
    margin: 26px 0 20px;
    padding: 0 30px;
    position: relative;
}

.cart-page-title h1 {
    color: inherit;
    font-size: 18px;
    line-height: 31px;
    font-weight: 700;
}

.checkout-content {
    margin: 0 0 10px;
    -webkit-box-shadow: 0 12px 12px 0 var(--front-box-shadow-color-1);
    box-shadow: 0 12px 12px 0 var(--front-box-shadow-color-1);
    border: 1px solid var(--front-border-color-13);
    background: var(--white-color);
}

.checkout-items {
    padding: 0;
    list-style: none;
}

.checkout-item {
    border-top: 1px solid var(--front-border-color-14);
    text-align: center;
    overflow: hidden;
}

.checkout-item:first-child {
    border-top: none;
}

.checkout-item td,
.checkout-item th {
    border: 0;
}

.checkout-item td {
    position: relative;
    vertical-align: middle;
}

.checkout-btn-remove {
    position: absolute;
    width: 26px;
    height: 26px;
    text-align: center;
    border: none;
    border-radius: 13px;
    color: var(--front-txt-color-37);
    background: var(--front-bg-color-8);
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
}

.checkout-btn-remove:before {
    content: "\f00d";
    font-family: FontAwesome;
    font-size: 9px;
    vertical-align: top;
    margin-top: 3px;
    display: inline-block;
}

.checkout-title {
    font-size: 15px;
    line-height: 1.88;
    margin-bottom: 15px;
}

.cart-page .checkout-aside {
    margin-top: 77px;
    margin-bottom: 83px;
}

.checkout-summary {
    background-color: var(--white-color);
    -webkit-box-shadow: 0 12px 12px 0 var(--front-box-shadow-color-1);
    box-shadow: 0 12px 12px 0 var(--front-box-shadow-color-1);
    border: 1px solid var(--front-border-color-13);
    line-height: 22px;
}

.checkout-summary-summary {
    list-style: none;
    padding: 15px 10px;
    margin: 0;
}

.checkout-summary-summary li {
    padding-bottom: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 5px 0;
}

.checkout-summary-summary li:last-child {
    padding-bottom: 0;
}

.checkout-summary-summary li span:last-child {
    margin-right: auto;
}

.wiki-holder {
    position: relative;
    cursor: pointer;
    display: inline-block;
}

.checkout-summary-summary .wiki {
    line-height: 32px;
}

.checkout-summary-summary li span:last-child {
    margin-right: auto;
}

.checkout-summary-summary .wiki:first-of-type {
    font-size: 18px;
    font-size: 1.286rem;
    line-height: 31px;
    letter-spacing: -.4;
    text-align: right;
    direction: rtl;
    color: var(--front-txt-color-35);
}

.checkout-summary-summary .wiki:last-of-type {
    margin-right: 5px;
}

.wiki-sign {
    cursor: pointer;
    position: relative;
    margin-right: 5px;
    width: 22px;
    height: 100%;
    display: block;
    margin-top: -4px;
}

.wiki-sign:after {
    content: "\ea04";
    font-family: 'Nucleo Outline';
    color: var(--front-txt-color-36);
    font-size: 20px;
    line-height: 1.048;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.wiki-container {
    position: absolute;
    top: calc(100% + 17px);
    right: -10px;
    padding: 11px 11px 21px;
    min-width: 273px;
    max-width: 394px;
    -webkit-box-shadow: 0 -6px 12px 0 var(--front-box-shadow-color-8);
    box-shadow: 0 -6px 12px 0 var(--front-box-shadow-color-8);
    background-color: var(--white-color);
    border: 1px solid var(--front-border-color-12);
    z-index: 121;
    display: none;
}

.wiki-container.is-right {
    left: -10px;
    right: unset;
}

.wiki-arrow {
    position: absolute;
    top: -8px;
    right: 16px;
    width: 13.7px;
    height: 13.7px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    background-color: var(--white-color);
    -webkit-box-shadow: inset -1px -1px 0 0 var(--front-border-color-12);
    box-shadow: inset -1px -1px 0 0 var(--front-border-color-12);
}

.wiki-container.is-right .wiki-arrow {
    left: 14px;
    right: unset;
}

.wiki-text {
    font-size: 13px;
    font-size: .929rem;
    line-height: 1.692;
    font-weight: 400;
    letter-spacing: -.3px;
    text-align: right;
    direction: rtl;
    color: var(--front-txt-color-35);
}

.checkout-summary-devider {
    padding: 0 10px;
    border-bottom: 1px solid var(--black-color);
    opacity: 0.2;
    margin: 0px 13px;

}

.checkout-summary-devider div {
    width: 100%;
    height: 4px;
    border: 1px solid var(--front-txt-color-31);
    border-right: none;
    border-left: none;
}

.checkout-summary-content {
    padding: 15px;
    color: var(--front-txt-color-34);
    font-size: 11px;
    font-size: .786rem;
    line-height: 2;
}

.checkout-summary-content .parent-btn {
    text-align: center;
}

.checkout-summary-content .parent-btn .dk-btn {
    width: 100%;
}

.checkout-summary-price-title {
    text-align: center;
    color: var(--front-txt-color-33);
    font-size: 18px;
    font-size: 1.286rem;
    line-height: normal;
}

.checkout-summary-price-value {
    text-align: center;
    font-size: 15px;
    font-size: 1.071rem;
    line-height: normal;
    color: var(--color-base1);
}

.checkout-summary-price-value-amount {
    font-size: 20px;
    font-size: 1.429rem;
    line-height: 2;
    font-weight: 700;
}

.wiki-holder {
    position: relative;
    cursor: pointer;
    display: inline-block;
}

.checkout-summary-content .wiki {
    line-height: 32px;
}

.checkout-summary-content .wiki:last-of-type {
    margin-right: 5px;
}

.checkout-feature-aside {
    border-radius: 5px;
    -webkit-box-shadow: 0 8px 13px -7px var(--front-box-shadow-color-7);
    box-shadow: 0 8px 13px -7px var(--front-box-shadow-color-7);
    background-color: var(--white-color);
    border: 1px solid var(--front-txt-color-31);
    margin-top: 10px;
    padding: 15px;
    letter-spacing: -.2px;
    font-size: 11px;
    font-size: .786rem;
    line-height: 1.73;
    color: var(--front-txt-color-30);
    font-weight: 500;
}

.checkout-feature-aside ul {
    padding: 0;
}

.checkout-feature-aside-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 13px;
    line-height: 1.692;
    margin-bottom: 10px;
    padding: 0 27px 0 20px;
}

.checkout-feature-aside-item:last-child {
    margin-bottom: 0;
}

.checkout-feature-aside-item-guarantee {
    background: url('../img/svg/return-policy.svg') 100% 50% no-repeat;
    background-size: 22px auto;
}

.checkout-feature-aside-item-cash {
    background: url('../img/svg/payment-terms.svg') 100% 50% no-repeat;
    background-size: 22px auto;
}

.checkout-feature-aside-item-express {
    background: url('../img/svg/delivery.svg') 100% 50% no-repeat;
    background-size: 22px auto;
}

/* Cart Page */

/* Single-product Page */

main.single-product .breadcrumb {
    font-size: 10px;
    font-size: .857rem;
    line-height: 1.833;
    max-width: 100%;
    padding-left: 90px;
    white-space: nowrap;
    list-style: none;
    margin: 10px 0;
    background-color: transparent;
    padding: 0;
}

main.single-product .breadcrumb li {
    display: inline-block;
}

main.single-product .breadcrumb li:before {
    content: "/";
    color: var(--front-txt-color-29);
    letter-spacing: .4px;
    font-size: 13px;
    vertical-align: top;
    margin-left: 5px;
    padding-right: 5px;
    font-weight: 400 !important;
}

.search-area {
    max-width: 80%;
}

@media(min-width:1350px) {
    .search-area {
        max-width: 60%;
    }
}

main.single-product .breadcrumb li:first-child:before {
    content: '';
}

main.single-product .breadcrumb li a {
    color: var(--front-txt-color-28);
}

main.single-product .breadcrumb li a:hover {
    font-weight: bold;
}

main.single-product .product {
    background-color: var(--white-color);
    box-shadow: 0 12px 12px 0 var(--front-box-shadow-color-6);
    border: 1px solid var(--front-border-color-11);
    margin-bottom: 15px;
    padding: 20px;
    width: 100%;
}

main.single-product .product .zoomWrapper {
    width: 100% !important;
    height: 410px !important;
    float: right;
    margin-bottom: 15px;
    text-align: center;
}

main.single-product .product .zoomWrapper img {
    right: 0;
    left: 0;
    max-width: 100%;
    margin: 0 auto;
}

main.single-product .product #gallery_01f {
    width: 100% !important;
}

main.single-product .product .gallery-items {
    list-style: none;
    float: right;
    width: 100%;
    padding: 0;
    margin: 20px 0;
    text-align: center;
}

main.single-product .product .gallery-items li {
    height: 60px;
    padding: 0 10px;
    display: inline-block;
}

main.single-product .product .gallery-items li img {
    height: 60px;
    width: 60px;
}

.product-title {
    border-bottom: 1px solid var(--front-txt-color-27);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0;
    min-height: 95px;
}

.product-title h1 {
    color: var(--front-txt-color-26);
    font-weight: 400;
    font-size: 17px !important;
    line-height: 1.294 !important;
    font-weight: bold !important;

}

.boldTxtTitle {
    color: var(--main-color);
    font-weight: bolder;
}

.boldTxtTitle2 {
    color: var(--main-color);
    font-weight: bolder;
    opacity: 0.8;
    float: left;
}
.animationWidth {
    -webkit-transition: width 1s ease-in-out;
    -moz-transition: width 1s ease-in-out;
    -o-transition: width 1s ease-in-out;
    transition: width 1s ease-in-out;
}
.product-title h1 span {
    color: var(--front-txt-color-25);
    font-size: 14px !important;
    line-height: 1.571 !important;
    display: block;
    margin-top: 5px;
}

.product-directory ul {
    margin-right: -28px;
    list-style: none;
    padding: 0;
    display: inline-block;
}

.product-directory li {
    margin-right: 28px;
    display: inline-block;
    font-size: 13px;
}

.product-variants {
    margin: 20px 0 10px;
    color: var(--front-txt-color-14);
    vertical-align: top;
    font-size: 13px;
    font-size: .929rem;
    line-height: 1.692;
}

.product-variants>span {
    font-size: inherit;
    color: inherit;
    padding-left: 15px;
    float: right;
}

.product-variants .radio {
    float: right;
    margin-left: 7px;
}

.product-variants .radio label {
    padding-left: 35px;
    padding-right: 0;
}

.product-variants .radio label::before,
.product-variants .radio label::after {
    border: 1px solid var(--color-base2);
}

.product-variants .radio input[type="radio"]:checked+label::after {
    width: 10px;
    height: 10px;
    background-color: var(--color-base2);
    border-color: var(--color-base2);
    top: 8px;
    left: 8px;
}

.product-guarantee {
    margin: 10px 0 15px;
    color: var(--front-txt-color-14);
    font-size: 13px;
    font-size: .929rem;
    line-height: 1.692;
}

.product-guarantee i {
    float: right;
    margin: 4px 0 0 10px;
    color: var(--color-base2);
}

.product-guarantee p {
    float: right;
}

.product-delivery-seller i {
    font-size: 20px;
    color: var(--front-txt-color-23);
    float: right;
    margin-left: 7px;
}

.product-delivery-seller span {
    float: right;
    margin-left: 7px;
}

.price-value {
    font-size: 20px;
    font-size: 1.429rem;
    line-height: 35px;
    float: right;
}

.price-discount {
    font-size: 14px;
    font-size: 1rem;
    line-height: 28px;
    margin-right: auto;
    background-color: var(--color-base2);
    height: 28px;
    color: var(--white-color);
    padding: 0 10px;
    border-radius: 0 19px 19px 19px;
    letter-spacing: .5px;
    position: relative;
    display: inline-block;
}

.price-product> :not(:first-child) {
    margin-right: 10px;
}

.price-product .price-discount {
    height: 32px;
    padding: 0 22px;
}

.price-product .price-discount,
.price-product .price-discount span {
    font-size: 16px;
    line-height: 32px;
}

.price-discount[data-title]:before {
    position: absolute;
    bottom: 100%;
    right: 12px;
    font-size: 13px;
    font-size: .929rem;
    line-height: 22px;
    color: var(--front-txt-color-23);
    content: attr(data-title);
}

.price-product .price-discount,
.price-product .price-discount span {
    font-size: 16px;
    line-height: 32px;
}

.product-add {
    margin: 15px 0;
}

.product-guaranteed {
    margin-right: auto;
    letter-spacing: -.3px;
    font-size: 11px;
    line-height: 2.18;
    color: var(--front-txt-color-22);
    position: relative;
    -ms-flex: 0 0 242px;
    flex: 0 0 242px;
    text-align: center;
    padding: 60px 20px 0;
}

.product-guaranteed:before {
    content: "\f0a3";
    font-family: FontAwesome;
    font-size: 35px;
    color: var(--color-base1);
    position: absolute;
    right: 50%;
    top: 0;
    transform: translate(50%);
}

.product-guaranteed:after {
    content: "\ea22";
    font-family: 'Nucleo Outline';
    position: absolute;
    right: 50%;
    top: 27%;
    transform: translate(50%);
    color: var(--white-color);
    font-size: 15px;
}

.product-params ul {
    list-style: none;
    padding: 0;
    color: var(--front-txt-color-20);
    margin: 20px 0;
    font-size: 12px;
    font-size: .857rem;
    line-height: 1.833;
}

.product-params ul:before {
    content: attr(data-title);
    font-size: 13px;
    font-size: .929rem;
    line-height: 1.692;
    display: list-item;
    font-weight: 700;
}

.product-params ul li {
    margin: 5px 15px;
    width: 100%;
    font-size: 13px;
    position: relative;
}

.product-params ul li:before {
    content: "";
    width: 5px;
    height: 5px;
    background: var(--front-bg-color-6);
    vertical-align: middle;
    margin-left: 5px;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    right: -14px;
}

.product-params ul li span {
    margin-left: 5px;
    white-space: normal;
}

.product-params ul li span:first-child {
    font-weight: 700;
}

ul.gallery-options {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 900;
}

/* for product cart flags */
.owl-item:hover .card_products_label{
    animation-name: widthChangeToZero;
    animation-duration: 1s;
    margin-left: -90%;
    width: 0;
    min-width: 0;
}
.owl-item .card_products_label{
    animation-name: widthChangeToMax;
    animation-duration: 1s;
    margin-left: inherit;
}


@keyframes widthChangeToZero {
    0%   {margin-left: inherit;width: inherit;min-width: inherit;}
    90%  {width: inherit;min-width: inherit;}
    100% {margin-left: -90%;width: 0px;min-width: 0px;}
}
@keyframes widthChangeToMax {
    0%   {margin-left: -90%;}
    100% {margin-left: inherit;}
}

.hide_flags .card_products_label{
    opacity: 0;
    display: none;
}

.card_products_label{
    border-radius: 4px 0px 16px 0px;
    opacity: 1;
    padding: 5px;
    font-size: 14px;
    top: 0;
    left: 0;
    margin-bottom: 4px;
    width: fit-content;
    min-width: 50px;
    height: 33px;
    overflow-x: clip;
    direction: rtl;
    box-shadow: 1px 1px 3px 1px var(--box-shadow);
}

.card_products_box{
    width: fit-content;
    padding: 4px 15px;
    position: absolute;
    z-index: 900;
    top: 10px;
    left: -15px;
    font-size: 16px;
    direction: ltr;
}

.card_products_label_persentage{
    background: var(--color-base1);
    color: var(--white-color);
}

.card_products_label_hot{
    background: var(--s-color-red);
    color: var(--white-color);
}

.card_products_label_new{
    background: var(--s-color-green);
    color: var(--white-color);
}

.card_products_label_season{
    background: var(--s-color-brown);
    color: var(--white-color);
}

.card_products_label_special{
    background: var(--s-color-orange);
    color: var(--white-color);
}
/* end ------ for product cart flags */
/* for product cart option menu */
.card_products_option_menu_box{
    width: fit-content;
    padding: 4px 4px;
    position: absolute;
    z-index: 900;
    background: var(--color-base1);
    top: -4px;
    right: 25px;
    font-size: 16px;
    direction: rtl;
    border-radius: 0px 0px 25px 25px;
    box-shadow: 1px 1px 3px 1px var(--box-shadow);
}

.owl-item:hover .card_products_option_menu_box{
    animation-name: heightChangeToMax;
    animation-duration: 1s;
    margin-top: inherit;
}
.owl-item .card_products_option_menu_box{
    animation-name: heightChangeToZero;
    animation-duration: 1s;
    margin-top: -90%;
}
@keyframes heightChangeToZero {
    0%   {margin-top: inherit;}
    100% {margin-top: -90%;}
}
@keyframes heightChangeToMax {
    0%   {margin-top: -90%;}
    100% {margin-top: inherit;}
}

.hide_flags .card_products_option_menu_box{
    opacity: 0;
    display: none;
}
.card_products_option_menu_items:hover .item1{
    opacity: 0;
    display: none;
}
.card_products_option_menu_items:hover .item2{
    opacity: 1;
    display: block;
    border: none;
}
.card_products_option_menu_items .item2{
    opacity: 0;
    display: none;
}
.card_products_option_menu_items .item1{
    opacity: 1;
    display: block;
}

.hide_flags .card_products_shopping_btn_circle{
    opacity: 0;
    display: none;
}

.card_products_option_menu_items{
    color: var(--white-color);
    opacity: 1;
    padding: 5px;
    font-size: 14px;
    top: 0;
    right: 0;
    margin-bottom: 4px;
    width: fit-content;
    min-width: 30px;
    direction: rtl;

    -webkit-animation: fadeInFromNone 0.5s ease-out;
    -moz-animation: fadeInFromNone 0.5s ease-out;
    -o-animation: fadeInFromNone 0.5s ease-out;
    animation: fadeInFromNone 0.5s ease-out;
}

/* end ------ for product cart option menu */
/* for circle button in bottom of cart */
.card_products_shopping_btn_circle{
    width: 40px;
    height: 40px;
    position: absolute;
    z-index: 800;
    bottom: 10px;
    background: transparent;
    right: 13px;
    font-size: 14px;
    direction: rtl;
    border-radius: 25px 25px 25px 25px;
    box-shadow: 1px 1px 3px 1px var(--box-shadow);
    border: 1px solid var(--black-color);
    color: var(--black-color);
    opacity: 0.6;
    transition: all 0.3s ease-in-out;

}
.hide_flags .card_products_label{
    opacity: 0;
    display: none;
}
.card_products_shopping_btn_circle i{
    padding-top: 12px;
}
.card_products_shopping_btn_circle:hover{
    border: 1px solid var(--color-base1);
    color: var(--color-base1);
    box-shadow: 1px 1px 4px 3px var(--box-shadow);
    opacity: 1;
}

.c_tooltip {
	position: relative;
	display: inline-block;
	border-bottom: 1px dotted var(--color-base2);
}

.c_tooltip .tooltiptext,.c_tooltip .tooltiptext_2 {
	visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    pointer-events: none;
	width: 120px;
	background-color: var(--color-base2);
	color: var(--white-color);
	text-align: center;
	border-radius: 6px;
	padding: 5px 0;
	position: absolute;
	z-index: 1;
	top: 150%;
	left: 50%;
	margin-left: -60px;
}

.c_tooltip .tooltiptext::after,.c_tooltip .tooltiptext_2::after  {
	content: "";
	position: absolute;
	bottom: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: transparent transparent var(--main-color-shadow) transparent;
}

.c_tooltip:hover .tooltiptext,.c_tooltip:hover .tooltiptext_2 {
	 visibility: visible;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    pointer-events: all;
}

.c_tooltip .tooltiptext_2 {
	right: -45%;
    left: auto;
    padding: 8px 10px;
    width: max-content;
    min-width: 50px;
}

.c_tooltip .tooltiptext_2::after {
    right: 13px;
    left: auto;
}



ul.gallery-options li {
    margin-bottom: 5px;
    z-index: 980;
    position: relative;
}

ul.gallery-options button {
    width: 51px;
    height: 46px;
    border-radius: 8px;
    background-color: var(--white-color);
    border: 1px solid var(--front-border-color-10);
    color: var(--front-txt-color-18);
    cursor: pointer;
    outline: none;
    font-size: 24px;

}

ul.gallery-options .tooltip-option {
    opacity: 0;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    pointer-events: none;
    padding: 9px 15px;
    background-color: var(--front-txt-color-14);
    color: var(--white-color);
    z-index: 4;
    font-size: 13px;
    line-height: 1.692;
    position: absolute;
    top: 2px;
    right: 60px;
    width: 160px;
    text-align: center;
    transition: all 0.2s ease-in;
}

ul.gallery-options .tooltip-option::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    right: -10px;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent var(--front-txt-color-14);
}

ul.gallery-options li:hover .tooltip-option {
    opacity: 1;
     visibility: visible;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    pointer-events: all;
}

.favorites {
    color: var(--front-txt-color-18) !important;
}

.modal-share .modal-content .modal-header button {
    width: auto;
    height: auto;
    border-radius: 0;
    background-color: var(--white-color);
    border: 0;
    color: var(--front-txt-color-18);
    cursor: pointer;
    outline: none;
    font-size: 24px;
}

.modal-share .modal-content .modal-header button {
    position: absolute;
    left: 27px;
    right: auto;
    top: 30px;
    outline: 0;
}

.modal-share .modal-content .form-share-title {
    margin-bottom: 12px;
    color: var(--front-txt-color-18);
    font-size: 14px;
    font-size: 1rem;
    line-height: 1.571;
    letter-spacing: -.3px;
}

.modal-share .modal-content .btn-group-share {
    list-style: none;
    padding: 0;
    margin-right: -12px;
}

.modal-share .modal-content .btn-group-share li {
    float: right;
    margin-right: 12px;
}

.modal-share .modal-content .btn-share {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    position: relative;
    color: var(--white-color);
    display: inline-block;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
}

.modal-share .modal-content .btn-share:hover {
    background: var(--white-color);
    box-shadow: 1px 2px 2px 1px var(--box-shadow);
}

.modal-share .modal-content .btn-share-twitter {
    background-color: #4dcceb;
    background-image: linear-gradient(-90deg, #4dcceb, #029cde);
}

.modal-share .modal-content .btn-share:hover.btn-share-twitter {
    color: #4dcceb;
}

.modal-share .modal-content .btn-share-copy {
    background-color: #5c5b5b;
}

.modal-share .modal-content .btn-share:hover.btn-share-copy {
    color: #5c5b5b;
}

.modal-share .modal-content .btn-share-facebook {
    background-color: #4d8deb;
    background-image: linear-gradient(-90deg, #23589b, #23589b);
}

.modal-share .modal-content .btn-share:hover.btn-share-facebook {
    color: #4d8deb;
}

.modal-share .modal-content .btn-share-google-plus {
    background-color: #eb4d4d;
    background-image: linear-gradient(-90deg, #eb4d4d, #b02b2b);
}

.modal-share .modal-content .btn-share:hover.btn-share-google-plus {
    color: #eb4d4d;
}

.modal-share .modal-content .btn-share-whats-app {
    background-color: #1cb958;
    background-image: linear-gradient(-90deg, #1cb958, #24cc63);
}

.modal-share .modal-content .btn-share:hover.btn-share-whats-app {
    color: #24cc63;
}

.modal-share .modal-content .btn-share-instagram {
    background: #f59e14;
    background-image: linear-gradient(-90deg, #f59e14, #c73689);
}

.modal-share .modal-content .btn-share:hover.btn-share-instagram {
    color: #c73689;
}

.modal-share .modal-content .btn-share-telegram {
    background: #1f93c4;
    background-image: linear-gradient(-90deg, #1f93c4, #1f8dbc);
}

.modal-share .modal-content .btn-share:hover.btn-share-telegram {
    color: #1f93c4;
}

.modal-share .modal-content .btn-share-linkdin {
    background: #0073af;
    background-image: linear-gradient(-90deg, #0073af, #0073af);
}

.modal-share .modal-content .btn-share:hover.btn-share-linkdin{
    color: #0073af;
}

.modal-share .modal-content .btn-share-others {
    background: #ffcc00;
    background-image: linear-gradient(-90deg, #ffcc00, #ff5900);
}

.modal-share .modal-content .btn-share:hover.btn-share-others{
    color: #ffcc00;
}


.modal-share .modal-content .ui-input-field {
    border-radius: 5px;
    background: var(--white-color);
    border: 1px solid var(--front-border-color-6);
    color: var(--front-txt-color-17);
    font-size: 14px;
    font-size: 1rem;
    line-height: 1.571;
    padding: 11px 12px;
    width: 100%;
    letter-spacing: -.8px;
    font-family: iranyekan;
    outline: none;
}

.modal-share .modal-content .btn-primary {
    border-radius: 8px;
    color: var(--white-color);
    border: none;
    min-width: 161px;
    text-decoration: none;
    background-color: var(--color-base1);
    border: 1px solid var(--color-base2);
    font-family: iranyekan;
    font-size: 14px;
    padding: 10px;
    cursor: pointer;
}

.modal-share .modal-content .ui-url {
    display: block;
}

.modal-share .modal-content .ui-url-field {
    background: none;
    border: none;
    border-top: 1px solid var(--front-border-color-8);
    color: var(--front-txt-color-16);
    font-size: 17px;
    font-size: 1.214rem;
    line-height: 1.294;
    padding: 10px;
    width: 100%;
    letter-spacing: -.4px;
    direction: ltr;
    outline: none;
}

.tooltip {
    font-family: iranyekan;
}

.box-tabs>ul {
    list-style: none;
    background-color: var(--front-bg-color-5);
    border: 1px solid var(--front-border-color-7);
    font-size: 17px;
    font-size: 1.214rem;
    line-height: 1.294;
    letter-spacing: -.4px;
    width: 100%;
    padding: 0;
}

.box-tabs-tab {
    border-left: 1px solid var(--front-border-color-7);
    position: relative;
}

.box-tabs-tab a {
    padding: 14px 20px;
    position: relative;
    color: var(--front-txt-color-14);
    display: block;
    line-height: 27px;
}

.box-tabs-tab a.active {
    padding-bottom: 14px;
    color: var(--front-txt-color-14);
    background: var(--white-color);
    margin-bottom: -1px;
    padding-top: 15px;
}

.box-tabs-tab a.active {
    border-right: 1px solid var(--front-border-color-7);
    margin-right: -1px;
}

.box-tabs-tab .active:before {
    display: block;
    content: "";
    left: -1px;
    right: -1px;
    bottom: 100%;
    height: 4px;
    background: var(--color-base1);
    position: absolute;
}

.box-tabs-tab i {
    color: var(--front-txt-color-15);
    display: inline-block;
    vertical-align: top;
    margin-left: 11px;
}

.param-title {
    color: var(--front-txt-color-14);
    font-size: 30px;
    font-size: 2.143rem;
    line-height: 1.467;
    font-weight: 500;
    margin-bottom: 35px;
    letter-spacing: -.6px;
}

.param-title span,
.param-title {
    font-size: 16px;
    font-size: 1.143rem;
    line-height: 1.375;
    letter-spacing: -.3px;
}

.param-title span {
    display: block;
    color: var(--front-txt-color-13);
}

.box-tabs .card-body {
    background-color: var(--white-color);
}

.parent-expert {
    position: relative;
}

.tab-content .content-expert {
    height: 250px;
    overflow: hidden;
    padding-bottom: 30px;
}

.tab-content .content-expert p {
    max-width: 800px;
    margin: 0 auto !important;
    text-align: justify;
    font-size: 14px;
    color: var(--front-txt-color-12);
    line-height: 30px;
}

.tab-content .sum-more {
    width: 100%;
    position: absolute;
    height: 50px;
    text-align: center;
    background: var(--white-color);
    bottom: 0;
    right: 0;
    line-height: 47px;
    font-size: 13px;
    box-shadow: 0 0 10px var(--white-color);
    cursor: pointer;
}

.tab-content .sum-more .show-less {
    display: none;
}

.tab-content .shadow-box {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 41px;
    height: 100px;
    z-index: 1;
    background: linear-gradient(to bottom, var(--front-bg-color-3) 0%, var(--front-bg-color-4) 100%);
    width: 98%;
    margin: auto;
}

.tab-content .content-expert.active {
    height: auto;
}

.tab-content .accordion .card {
    box-shadow: none;
}

.tab-content .accordion h5 button {
    font-family: iranyekan;
    color: var(--black-color);
}

.box-tabs .card-body {
    font-family: iranyekan;
}

.box-tabs .card-body img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

.box-tabs .card-body p {
    font-size: 15px;
    line-height: 2.53;
    color: var(--front-txt-color-11);
    margin: 20px 0;
}

.params section {
    margin-bottom: 20px;
    float: right;
}

.params .params-title {
    color: var(--front-txt-color-10);
    margin-bottom: 25px;
    position: relative;
    padding-right: 19px;
    font-size: 16px;
    line-height: 1.375;
    letter-spacing: -.3px;
}

.params .params-title:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 7px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 0 0 7px;
    border-color: transparent transparent transparent var(--color-base1);
    transform: rotate(45deg);
}

.params .params-list {
    list-style: none;
    padding: 0;
    margin-bottom: 70px;
}

.params .params-list li {
    margin: 8px -8px;
    width: 100%;
    float: right;
    padding-right: 19px;
}

.params .params-list li .params-list-key {
    float: right;
    min-width: 120px;
    margin-left: 20px;
}

.params .params-list li .params-list-key span.block {
    display: block;
    font-weight: 700;
}

.params .params-list li .params-list-value {
    float: right;
    font-size: 13px;
}

.comments-area ol.comment-list {
    list-style: none;
    float: right;
}

.comments-area ol.comment-list li .comment-body {
    font-size: 14px;
    margin-top: 50px;
    padding: 20px 40px 20px 20px;
    line-height: 30px;
    position: relative;
}

.comments-area ol.comment-list li .comment-author {
    display: inline-block;
}

.comments-area ol.comment-list li img.avatar {
    position: absolute;
    top: 4px;
    right: -40px;
    left: auto;
    width: 60px;
    height: 60px;
    border: none;
    border-radius: 50%;
    padding: 0;
    z-index: 999;
    background: var(--white-color);
    -webkit-box-shadow: 0 4px 5px 0 var(--front-box-shadow-color-3), 0 1px 10px 0 var(--front-box-shadow-color-4), 0 2px 4px -1px var(--front-box-shadow-color-5);
    box-shadow: 0 4px 5px 0 var(--front-box-shadow-color-3), 0 1px 10px 0 var(--front-box-shadow-color-4), 0 2px 4px -1px var(--front-box-shadow-color-5);
}

.comments-area ol.comment-list li .fn {
    font-size: 13px;
    margin-left: 0;
    float: right;
    font-weight: 700;
    font-style: normal;
}

.comments-area ol.comment-list li .says {
    margin-left: 15px;
    margin-right: 5px;
}

.comments-area ol.comment-list li .commentmetadata {
    display: inline-block;
}

.comments-area ol.comment-list li .commentmetadata a {
    color: var(--color-base2);
    font-size: 13px;
}

.comments-area ol.comment-list li .comment-body p {
    text-align: justify;
}

.comments-area ol.comment-list li .comment-body .reply a.comment-reply-link {
    display: inline-block;
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
    position: relative;
    padding: 0;
    text-align: center;
    white-space: nowrap;
    color: var(--color-base2);
    padding: 0;
    line-height: 2;
    font-size: 14px;
}

.comments-area ol.comment-list li .comment-body .reply a.comment-reply-link::before {
    left: 0;
    right: 0;
    top: 50%;
    margin-top: .85em;
    content: "";
    position: absolute;
    border-bottom: 1px dashed var(--color-base2);
}

.form-comment form textarea,
.form-comment form button {
    font-family: iranyekan;
}

.form-comment form textarea {
    border: 1px solid var(--front-border-color-6);
    border-radius: 5px;
    outline: none;
    padding: 10px;
    color: var(--front-txt-color-7);
    width: 100%;
    resize: vertical;
    vertical-align: top;
    min-height: 56px;
    font-size: 12px;
    font-size: .857rem;
    line-height: 2.58;
}

.form-comment form textarea:focus {
    border: 1px solid var(--front-border-color-6);
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0 !important;
    color: var(--front-txt-color-6);
}

/* Single-product Page */

/* Profile-User Page */

main.profile-user-page .profile-box {
    margin-bottom: 21px;
    margin-top: 43px;
    background-color: var(--white-color);
    -webkit-box-shadow: 0 12px 12px 0 var(--front-box-shadow-color-1);
    box-shadow: 0 12px 12px 0 var(--front-box-shadow-color-1);
    border: 1px solid var(--front-border-color-1);
}

main.profile-user-page .profile-box-header {
    position: relative;
    background-color: var(--color-base1);
    height: 47px;
}

main.profile-user-page .profile-box-avatar img {
    width: 54px;
    height: 54px;
    background: var(--white-color);
    background-size: contain;
    -webkit-box-shadow: 0 0 0 4px var(--front-box-shadow-color-2);
    box-shadow: 0 0 0 4px var(--front-box-shadow-color-2);
    position: absolute;
    left: 50%;
    top: 12px;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    border-radius: 50%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: 50%;
}

main.profile-user-page .profile-box-btn-edit {
    width: 16px;
    height: 16px;
    -webkit-box-shadow: 0 2px 4px 0 var(--front-box-shadow-color-9);
    box-shadow: 0 2px 4px 0 var(--front-box-shadow-color-9);
    border: 1px solid var(--front-border-color-5);
    border-radius: 50%;
    position: absolute;
    top: 50px;
    left: 60%;
    margin-left: -52px;
    background: var(--white-color);
    outline: none;
    cursor: pointer;
}

main.profile-user-page .profile-box-btn-edit i {
    float: right;
    font-size: 11px;
    position: absolute;
    right: 1px;
    top: 2px;
    color: var(--front-txt-color-38);
}

main.profile-user-page .profile-box-username {
    padding: 23px 20px 19px;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: -.5px;
}

main.profile-user-page .profile-box-tabs {
    border-top: 1px solid var(--front-border-color-2);
    background-color: var(--front-bg-color-2);
    min-height: 47px;
    text-align: center;
}

main.profile-user-page .profile-box-tabs a:hover i,
main.profile-user-page .profile-box-tabs a:hover span{
    text-shadow: 0 0 var(--black-color);
}

main.profile-user-page .profile-box-tabs a.profile-box-tab {
    display: inline-block;
    max-width: 50%;
    padding: 10px;
    font-weight: 500;
    letter-spacing: -.3px;
    font-size: 12px;
    font-size: .857rem;
    line-height: 1.833;
    color: var(--front-txt-color-5);
    position: relative;
}

main.profile-user-page .profile-box-tabs a.profile-box-tab:first-child {
    border-left: 1px solid var(--front-border-color-4);
}

main.profile-user-page .profile-box-tabs i {
    display: block;
}

main.profile-user-page .modal-width-custom .modal-dialog {
    max-width: 600px;
}

main.profile-user-page ul.profile-avatars li {
    display: inline-block;
    margin: 0 4px;
}

main.profile-user-page .profile-avatars-item {
    width: 112px;
    height: 112px;
    background: 50% 50% no-repeat;
    background-size: cover;
    display: block;
    margin-bottom: 30px;
    cursor: pointer;
}

main.profile-user-page .profile-menu {
    background-color: var(--white-color);
    -webkit-box-shadow: 0 12px 12px 0 var(--front-box-shadow-color-1);
    box-shadow: 0 12px 12px 0 var(--front-box-shadow-color-1);
    border: 1px solid var(--front-border-color-1);
    margin-bottom: 21px;
}

main.profile-user-page .profile-menu-header {
    padding: 18px 39px 18px 0;
    border-bottom: 1px solid var(--front-border-color-3);
    font-weight: 700;
    letter-spacing: .2px;
    color: var(--front-txt-color-4);
    font-size: 13px;
    font-size: .929rem;
    line-height: 1.692;
}

main.profile-user-page .profile-menu-items {
    list-style: none;
    font-size: 14px;
    line-height: 1.571;
    font-weight: 500;
    letter-spacing: -.3px;
}
main.profile-user-page .profile-menu-items li {
    display: grid;
}
main.profile-user-page .profile-menu-items li a {
    position: relative;
    padding: 12px 53px 12px 0;
    color: var(--front-txt-color-79);
    line-height: inherit;
}

main.profile-user-page .profile-menu-items li a i {
    position: absolute;
    right: 20px;
    top: 18px;
}

main.profile-user-page .profile-menu-items li a.active,
main.profile-user-page .profile-menu-items li a:hover {
    background-color: var(--front-bg-color-1);
    color: var(--primary-color-hover);
    -webkit-text-stroke-width: thin;
    
}

main.profile-user-page h1.title-tab-content {
    color: var(--front-txt-color-1);
    margin: 10px 0 15px;
    font-size: 17px;
}

main.profile-user-page h3.title-tab-content {
    background-color: var(--front-txt-color-1);
    color: var(--white-color);
    margin: 5px 0 10px;
    font-size: 15px;
    border: 1px solid var(--front-txt-color-1);
    padding: 10px 25px;
    width: fit-content;
    direction: rtl;
    border-radius: 4px;
    text-align: -webkit-center;
    float: left;
}
main.profile-user-page h3.title-tab-content:hover {
    background-color: var(--color-base1);
    color: var(--white-color);
    border: 1px solid var(--primary-color);
}

main.profile-user-page .content-section {
    background-color: var(--white-color);
    box-shadow: 0 12px 12px 0 var(--front-box-shadow-color-1);
    border: 1px dashed var(--front-border-color-1);
    margin-bottom: 23px;
    padding: 10px 20px;
}

main.profile-user-page .content-section p {
    font-size: 18px;
    line-height: 30px;
    color: var(--front-txt-color-2);
    overflow: hidden;
}

main.profile-user-page .content-section p span.title {
    display: block;
    text-align: right;
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 4px;
    color: var(--front-txt-color-3);
}

main.profile-user-page .content-section form input::placeholder {
    padding-right: 5px;
}

main.profile-user-page .content-section form button.btn-default {
    font-family: iranyekan;
}

main.profile-user-page .profile-recent-fav-row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0;
    border-bottom: 1px solid var(--front-border-color-2);
}

main.profile-user-page .profile-recent-fav-col {
    width: 100%;
    min-height: 1px;
    padding: 4px 0;
}

main.profile-user-page .profile-recent-fav-col,
main.profile-user-page .profile-recent-fav-col-thumb {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

main.profile-user-page .profile-recent-fav-col-thumb {
    -ms-flex: 0 0 15%;
    -webkit-box-flex: 0;
    flex: 0 0 15%;
    max-width: 15%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

main.profile-user-page .profile-recent-fav-col-thumb img {
    overflow: hidden;
}

main.profile-user-page .profile-recent-fav-col-thumb img {
    max-width: 80%;
    max-height: 80%;
}

main.profile-user-page .profile-recent-fav-col-title {
    -ms-flex: 0 0 70%;
    -webkit-box-flex: 0;
    flex: 0 0 70%;
    max-width: 70%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

main.profile-user-page .profile-recent-fav-name {
    font-size: 13px;
    font-size: .929rem;
    line-height: 1.692;
    margin-bottom: 5px;
}

main.profile-user-page .profile-recent-fav-price {
    font-size: 13px;
    font-size: .929rem;
    line-height: 1.692;
    color: var(--color-base1);
}

main.profile-user-page .profile-recent-fav-col-actions {
    -ms-flex: 0 0 15%;
    -webkit-box-flex: 0;
    flex: 0 0 15%;
    max-width: 15%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0 15px;
}

main.profile-user-page .btn-action {
    width: 33px;
    height: 28px;
    border-radius: 8px;
    background-color: var(--color-base1);
    border: 1px solid var(--color-base2);
    outline: none;
    cursor: pointer;
}

main.profile-user-page .btn-action-remove {
    background-color: var(--white-color);
    border: 1px solid var(--front-border-color-36);
}

main.profile-user-page .btn-action-remove i {
    font-size: 14px;
    color: var(--front-txt-color-55);
}

main.profile-user-page .icon-empty i {
    font-size: 154px;
    margin-bottom: 30px;
    display: block;
    color: var(--front-txt-color-62);
}

main.profile-user-page h1.text-empty {
    font-size: 26px;
    color: var(--front-txt-color-62);
}

main.profile-user-page .profile-return-request-form p {
    margin-right: 20px;
    margin-bottom: 11px;
    color: var(--front-txt-color-63);
    font-size: 15px;
    font-size: 1.071rem;
    line-height: 1.467;
}

main.profile-user-page .profile-return-request-form-row .profile-return-request-form-field {
    float: right;
    width: 100%;
}

main.profile-user-page .profile-return-request-form-row .btn-primary {
    font-size: 15px;
    border-radius: 8px;
    background-color: var(--color-base1);
    border: 1px solid var(--color-base2);
    color: var(--white-color);
    font-weight: 700;
    padding: 10px 20px;
    cursor: pointer;
    font-family: inherit;
}

main.profile-user-page .content-section .view-product {
    font-size: 15px;
    border-radius: 8px;
    background-color: var(--color-base1);
    border: 1px solid var(--color-base2);
    color: var(--white-color);
    font-weight: 700;
    padding: 10px 20px;
    cursor: pointer;
    font-family: inherit;
}

main.profile-user-page .responsive-profile-menu {
    display: none;
}

main.profile-user-page .responsive-profile-menu .dropdown-toggle::after {
    display: none;
}

main.profile-user-page .responsive-profile-menu .dropdown-toggle i {
    float: right;
    margin: 3px 0 0 10px;
}

main.profile-user-page .responsive-profile-menu .dropdown-menu a.active-menu,
main.profile-user-page .responsive-profile-menu .dropdown-menu a:active {
    background-color: var(--front-bg-color-1);
    color: var(--primary-color-hover);
}

main.profile-user-page .responsive-profile-menu .dropdown-menu a i {
    float: right;
    margin: 4px 0 0 7px;
}

/* Profile-User Page */

/* shopping Page */

.shopping-page header.header-shopping {
    position: relative;
    height: 110px;
    background-color: var(--white-color);
    -webkit-box-shadow: 0 2px 12px 0 var(--front-box-shadow-color-17);
    box-shadow: 0 2px 12px 0 var(--front-box-shadow-color-17);
}

.shopping-page header.header-shopping .container {
    max-width: 1140px;
}

.shopping-page .cart-page .container {
    max-width: 1440px;
}


.shopping-page header.header-shopping ul.checkout-steps {
    float: right;
    width: 100%;
    margin: 30px auto 18px;
    list-style: none;
    padding: 0;
    color: var(--front-txt-color-34);
    font-size: 13px;
    position: relative;
}

.shopping-page header.header-shopping ul.checkout-steps::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    bottom: -20px;
    width: 67%;
    margin: 0 auto;
    height: 6px;
    background-color: var(--front-border-color-33);
}

.shopping-page header.header-shopping .checkout-steps li {
    float: right;
    width: 33.3%;
    position: relative;
}

.shopping-page header.header-shopping .checkout-steps li.active::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 6px;
    background-color: var(--color-base1);
    right: -50%;
    bottom: -20px;
    z-index: 1000000;
}

.shopping-page header.header-shopping .checkout-steps li a {
    color: var(--front-txt-color-34);
    font-weight: bold;
    position: relative;
}

.shopping-page header.header-shopping .checkout-steps li a.active {
    color: var(--color-base1);
}

.shopping-page header.header-shopping .checkout-steps li a.active::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    bottom: -24px;
    margin: 0 auto;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: var(--color-base1);
    z-index: 1000;
}

.shopping-page .checkout-contact {
    -webkit-box-shadow: 0 12px 12px 0 var(--front-box-shadow-color-1);
    box-shadow: 0 12px 12px 0 var(--front-box-shadow-color-1);
    border: 1px solid var(--front-border-color-13);
    background: var(--white-color);
    margin-bottom: 20px;
    position: relative;
}

.shopping-page .checkout-contact-content {
    padding: 20px 43px 22px 20px;
    position: relative;
    color: var(--front-txt-color-64);
}

.shopping-page .checkout-contact-content2 {
    padding: 20px 43px 22px 20px;
    position: relative;
    color: var(--front-txt-color-64);
}

.shopping-page .checkout-contact-content3 {
    padding: 20px 43px 22px 20px;
    position: relative;
    color: var(--front-txt-color-64);
}

.shopping-page .checkout-contact-content:before {
    width: 5px;
    top: 0;
    bottom: 0;
    right: -1px;
    position: absolute;
    background-color: var(--color-text-success-background);
    content: "";
}

.shopping-page .checkout-contact-content2:before {
    width: 5px;
    top: 0;
    bottom: 0;
    right: -1px;
    position: absolute;
    background-color: var(--color-text-warning);
    content: "";
}

.shopping-page .checkout-contact-content3:before {
    width: 5px;
    top: 0;
    bottom: 0;
    right: -1px;
    position: absolute;
    background-color: var(--color-text-danger);
    content: "";
}

.shopping-page .checkout-contact-items {
    padding: 0;
    list-style: none;
}

.shopping-page .checkout-contact-item {
    font-size: 12px;
    font-size: .857rem;
    line-height: 34px;
    position: relative;
}

.shopping-page .checkout-contact-item-username {
    font-size: 15px;
    font-size: 1.071rem;
    line-height: 1.467;
    font-weight: 700;
}

.shopping-page .checkout-contact-item:first-child {
    margin-top: 0;
    margin-bottom: 5px;
}

.shopping-page .checkout-contact-btn-edit {
    line-height: 21px;
    font-size: 12px;
    margin-right: 11px;
    position: relative;
    color: var(--color-base1) !important;
    border: none;
    border-bottom: 1px dashed var(--color-base1);
    background-color: transparent;
    font-weight: 700;
    cursor: pointer;
}

.shopping-page .checkout-contact-item-message,
.shopping-page .checkout-contact-item-mobile {
    display: inline-block;
    white-space: nowrap;
    font-size: 14px;
    font-size: 1rem;
    line-height: 1.571;
}

.shopping-page .checkout-contact-item-mobile {
    padding-left: 10px;
    border-left: 1px solid var(--front-border-color-11);
}

.shopping-page .checkout-contact-item-message {
    margin-right: 10px;
}

.shopping-page .checkout-contact-badge {
    width: 41px;
    height: 41px;
    background-color: var(--front-bg-color-30);
    -webkit-box-shadow: 0 8px 9px 0 var(--front-box-shadow-color-7);
    box-shadow: 0 8px 9px 0 var(--front-box-shadow-color-7);
    border: 1px solid var(--front-border-color-37);
    position: absolute;
    right: -20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
    text-align: center;
    line-height: 41px;
    color: var(--color-base2);
}

.shopping-page .checkout-contact-badge {
    width: 41px;
    height: 41px;
    background-color: var(--white-color);
    border: 1px solid var(--color-text-success-background);
    color: var(--color-text-success-background);
    position: absolute;
    right: -20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
    text-align: center;
    line-height: 41px;
    color: var(--color-base2);
}

.shopping-page .checkout-contact-badge:hover {
    box-shadow: 0 8px 9px 0 var(--color-text-success-background);
    -webkit-box-shadow: 0 8px 9px 0 var(--color-text-success-background);
}

.shopping-page .checkout-contact-badge2 {
    width: 41px;
    height: 41px;
    background-color: var(--white-color);
    border: 1px solid var(--color-text-warning);
    color: var(--color-text-warning);
    position: absolute;
    right: -20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
    text-align: center;
    line-height: 41px;
    color: var(--color-base2);
}

.shopping-page .checkout-contact-badge2:hover {
    box-shadow: 0 8px 9px 0 var(--color-text-warning);
    -webkit-box-shadow: 0 8px 9px 0 var(--color-text-warning);
}

.shopping-page .checkout-contact-badge3 {
    width: 41px;
    height: 41px;
    background-color: var(--white-color);
    border: 1px solid var(--color-text-danger);
    color: var(--color-text-danger);
    position: absolute;
    right: -20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
    text-align: center;
    line-height: 41px;
    color: var(--color-base2);
}

.shopping-page .checkout-contact-badge3:hover {
    box-shadow: 0 8px 9px 0 var(--color-text-danger);
    -webkit-box-shadow: 0 8px 9px 0 var(--color-text-danger);
}


.shopping-page .checkout-contact-location {
    padding: 3px 10px 4px;
    font-size: 14px;
    font-size: 1rem;
    line-height: 25px;
    background-color: var(--front-bg-color-31);
    position: absolute;
    border: none;
    top: 20px;
    left: 20px;
    border-radius: 5px;
    color: var(--front-txt-color-64);
    cursor: pointer;
}

.shopping-page .headline {
    position: relative;
    padding: 0 30px 0 0;
    margin-top: 20px;
    margin-bottom: 10px;
    color: var(--front-txt-color-1);
}

.shopping-page .checkout-shipment {
    -webkit-box-shadow: 0 12px 12px 0 var(--front-box-shadow-color-1);
    box-shadow: 0 12px 12px 0 var(--front-box-shadow-color-1);
    border: 1px solid var(--front-border-color-13);
    background: var(--white-color);
    padding: 20px 40px;
    margin-bottom: 29px;
}

.shopping-page .radio label::before,
.shopping-page .radio label::after {
    width: 14px;
    height: 14px;
    border: 1px solid var(--front-border-color-5);
    right: 3px;
    top: 6px;
}

.shopping-page .radio input[type="radio"]:checked+label::after {
    width: 8px;
    height: 8px;
    top: 9px;
    right: 6px;
    opacity: 1;
    background-color: var(--color-base1);
    border: 0;
}

.shopping-page .checkout-pack {
    -webkit-box-shadow: 0 12px 12px 0 var(--front-box-shadow-color-1);
    box-shadow: 0 12px 12px 0 var(--front-box-shadow-color-1);
    border: 1px solid var(--front-border-color-13);
    background: var(--white-color);
    margin-bottom: 20px;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.shopping-page .box {
    background-color: var(--white-color);
    position: relative;
}

.shopping-page .box:first-child {
    margin-top: 0;
}

.shopping-page .product-box {
    display: block;
    background: var(--white-color);
    height: 100%;
    position: relative;
    -webkit-transition: -webkit-box-shadow .2s cubic-bezier(.4, 0, 1, 1), -webkit-transform .2s cubic-bezier(.4, 0, 1, 1);
    transition: -webkit-box-shadow .2s cubic-bezier(.4, 0, 1, 1), -webkit-transform .2s cubic-bezier(.4, 0, 1, 1);
    transition: box-shadow .2s cubic-bezier(.4, 0, 1, 1), transform .2s cubic-bezier(.4, 0, 1, 1);
    transition: box-shadow .2s cubic-bezier(.4, 0, 1, 1), transform .2s cubic-bezier(.4, 0, 1, 1), -webkit-box-shadow .2s cubic-bezier(.4, 0, 1, 1), -webkit-transform .2s cubic-bezier(.4, 0, 1, 1);
    padding: 30px 12px 46px;
}

.shopping-page .product-box-compact {
    padding: 10px;
}



.shopping-page .product-box-title {
    display: block;
    overflow: hidden;
    font-size: 12px;
    font-size: .857rem;
    line-height: 30px;
    line-height: 22px;
    margin-top: 13px;
    height: 43px;
}

.shopping-page .product-box-compact .product-box-title {
    margin-top: 0;
    font-size: 11px;
    font-size: .786rem;
    line-height: 22px;
    letter-spacing: -.3px;
    position: relative;
    text-align: center;
}

.shopping-page .checkout-time-table-time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.shopping-page .checkout-time-table {
    padding: 18px;
    width: 100%;
}

.shopping-page .checkout-additional-options-checkbox-image {
    margin-right: 16px;
    margin-left: 16px;
    cursor: pointer;
    line-height: 0;
    width: 49px;
    height: 40px;
    background-image: url(../img/svg/post_logo.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
}

.shopping-page .checkout-time-table-title-bar {
    font-size: 14px;
    font-size: 1rem;
    line-height: 2;
    letter-spacing: -.3px;
    color: var(--front-txt-color-1);
}

.shopping-page .checkout-time-table-title-bar-city {
    font-size: 14px;
    font-size: 1rem;
    line-height: 1.571;
    color: var(--black-color);
}

.shopping-page .checkout-time-table-title-bar-city>span {
    font-weight: 700;
}

.shopping-page .checkout-time-table-subtitle-bar {
    font-size: 11px;
    font-size: .786rem;
    line-height: 2;
    letter-spacing: -.2px;
    color: var(--front-txt-color-66);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
}

.shopping-page .checkout-time-table-subtitle-bar>:not(:last-child) {
    padding-left: 10px;
    margin-left: 10px;
    border-left: 1px solid var(--front-border-color-18);
}

.shopping-page .checkout-invoice {
    -webkit-box-shadow: 0 12px 12px 0 var(--front-box-shadow-color-1);
    box-shadow: 0 12px 12px 0 var(--front-box-shadow-color-1);
    border: 1px solid var(--front-border-color-13);
    background: var(--white-color);
    padding: 25px 40px;
    margin-bottom: 29px;
}

.shopping-page .checkout-invoice label {
    cursor: pointer;
}

.checkout-paymethod {
    -webkit-box-shadow: 0 12px 12px 0 var(--front-box-shadow-color-1);
    box-shadow: 0 12px 12px 0 var(--front-box-shadow-color-1);
    border: 1px solid var(--front-border-color-13);
    background: var(--white-color);
    list-style: none;
    padding: 0;
    position: relative;
}

.checkout-paymethod label {
    padding-right: 110px;
}

.checkout-paymethod .radio label::before,
.checkout-paymethod .radio label::after {
    width: 18px;
    height: 18px;
}

.checkout-paymethod .radio input[type="radio"]:checked+label::after {
    width: 12px;
    height: 12px;
}

.checkout-paymethod-item {
    position: relative;
    padding: 30px 38px 38px 94px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.checkout-paymethod-item.is-select-mode {
    background-color: var(--front-bg-color-32);
}

.checkout-paymethod-item-cc:before {
    content: "\ea28";
    font: normal normal normal 32px/1 'Nucleo Outline';
    position: absolute;
    top: 28px;
    right: 86px;
    color: var(--front-border-color-16);
    font-size: 30px;
}

.checkout-paymethod-item.is-select-mode:before {
    color: var(--color-base1);
}

.checkout-paymethod-title {
    font-size: 16px;
    font-size: 1.143rem;
    line-height: 1.375;
    font-weight: 700;
    letter-spacing: -.7px;
    margin: 0;
}

.checkout-paymethod-title-label {
    display: inline-block;
    margin: 0;
}

.checkout-paymethod-title span {
    font-size: 14px;
    font-size: 1rem;
    line-height: 1.571;
    font-weight: 700;
    letter-spacing: -.5px;
    display: block;
    margin-top: 5px;
    color: var(--front-txt-color-34);
}

.checkout-paymethod-one-gateway {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 18px;
    font-size: 15px;
    font-size: 1.071rem;
    line-height: 1.467;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.checkout-paymethod-one-gateway-img {
    width: 30px;
    height: 30px;
    margin-left: 8px;
}

.checkout-paymethod-one-gateway-img img {
    width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.checkout-paymethod-item img {
    margin-right: auto;
}

.checkout-order-summary {
    background-color: var(--white-color);
    -webkit-box-shadow: 0 12px 12px 0 var(--front-box-shadow-color-1);
    box-shadow: 0 12px 12px 0 var(--front-box-shadow-color-1);
    border: 1px solid var(--front-border-color-13);
    padding: 15px 20px;
    margin-bottom: 29px;
}

.checkout-order-summary .card {
    box-shadow: none;
    border: 0;
}

.checkout-order-summary-item {
    border-radius: 6px;
    margin-top: 20px;
}

.checkout-order-summary-item:first-child {
    margin-top: 0;
}

.checkout-order-summary-header {
    border-radius: 6px;
    background-color: var(--front-bg-color-2);
    padding: 9px 25px 9px 50px;
    position: relative;
    cursor: pointer;
    border: 1px solid var(--front-border-color-13);
    margin: 10px;
    position: relative;
}

.checkout-order-summary-header button {
    display: block;
    width: 100%;
}

.checkout-order-summary-header button .icon-down {
    position: absolute !important;
    left: 20px;
    top: 40px !important;
    font-size: 24px;
}

.checkout-order-summary-row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}

.checkout-order-summary-header .checkout-order-summary-row {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.checkout-order-summary-col {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
    flex: 0 0 20%;
    max-width: 20%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: unset;
}

.checkout-order-summary-col-post-time {
    font-size: 14px;
    font-size: 1rem;
    line-height: 25px;
    font-weight: 700;
    letter-spacing: -.7px;
    color: var(--front-txt-color-1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.checkout-order-summary-col span {
    font-size: 12px;
    font-size: .857rem;
    line-height: 21px;
    vertical-align: middle;
    display: block;
    color: #919191;
}

.checkout-order-summary-col-how-to-send,
.checkout-order-summary-col-send-by,
.checkout-order-summary-col-shipping-cost {
    font-size: 14px;
    font-size: 1rem;
    line-height: 25px;
    font-weight: 700;
    letter-spacing: -.4px;
    color: var(--front-txt-color-1);
}

.checkout-price-options-container {
    -webkit-box-shadow: 0 12px 12px 0 var(--front-box-shadow-color-6);
    box-shadow: 0 12px 12px 0 var(--front-box-shadow-color-6);
    background-color: var(--white-color);
    border: 1px solid var(--front-txt-color-31);
    padding: 15px;
    height: 100%;
}

.checkout-price-options-header {
    padding-right: 5px;
    margin-bottom: 9px;
}

.checkout-price-options-header>span:first-of-type {
    font-size: 18px;
    font-size: 1.286rem;
    line-height: 31px;
    letter-spacing: -.4;
    text-align: right;
    direction: rtl;
    color: var(--front-txt-color-35);
}

.checkout-price-options-content {
    border-radius: 5px;
    position: relative;
    font-size: 14px;
    font-size: 1rem;
    line-height: 1.79;
    color: var(--front-txt-color-60);
}

.checkout-price-options-description {
    font-size: 14px;
    font-size: 1rem;
    line-height: 2.36;
    margin-bottom: 14px;
}

.checkout-price-options-row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.cart-page-content .page-content .btn-primary {
    font-size: 15px;
    border-radius: 8px;
    background-color: var(--color-base1);
    border: 1px solid var(--color-base2);
    color: var(--white-color);
    font-weight: 700;
    padding: 10px 20px;
    cursor: pointer;
    font-family: inherit;
}

.success-checkout,
.warning-checkout {
    -webkit-box-shadow: 0 12px 12px 0 var(--front-box-shadow-color-1);
    box-shadow: 0 12px 12px 0 var(--front-box-shadow-color-1);
    border: 1px solid var(--front-border-color-13);
    background: var(--white-color);
    list-style: none;
    padding: 0;
    position: relative;
    margin: 20px 0;
}

.success-checkout .icon-success,
.warning-checkout .icon-warning {
    display: block;
    width: 60px;
    height: 60px;
    margin: 20px auto;
    line-height: 60px;
    border-radius: 50%;
    font-size: 24px;
    text-align: center;
    background-color: var(--front-bg-color-33);
    color: var(--front-txt-color-67);
}

.warning-checkout .icon-warning {
    background-color: var(--front-bg-color-34);
    color: var(--color-base1);
}

.success-checkout h1,
.warning-checkout h1 {
    color: var(--front-txt-color-69);
    font-size: 16px;
    font-weight: bold;
}

.success-checkout h1 a,
.warning-checkout h1 a {
    color: var(--front-txt-color-70);
    font-family: sans-serif;
    margin: 0 4px;
}

.success-checkout p,
.warning-checkout p {
    color: var(--front-txt-color-71);
    font-size: 14px;
    font-weight: bold;
}

.warning-checkout p.text-warning {
    color: var(--color-base1) !important;
}

.order-info {
    -webkit-box-shadow: 0 12px 12px 0 var(--front-box-shadow-color-1);
    box-shadow: 0 12px 12px 0 var(--front-box-shadow-color-1);
    border: 1px solid var(--front-border-color-13);
    background: var(--white-color);
    list-style: none;
    padding: 0;
    position: relative;
    margin: 20px 0;
    padding: 20px;
}

.order-info h3 {
    color: var(--black-color);
    font-weight: bold;
    font-size: 20px;
}

.order-info h3 span {
    font-family: sans-serif;
}

.order-info p {
    color: var(--black-color);
    font-size: 16px;
    line-height: 30px;
}

.order-info p span.badge-success {
    background-color: var(--front-bg-color-33);
    color: var(--front-txt-color-67);
    border-radius: 6px;
}

.order-info p span.badge-warning {
    background-color: var(--front-bg-color-34);
    color: var(--color-base1);
    border-radius: 6px;
    border-color: var(--color-base1);
}

.order-info p a {
    margin: 0 6px;
}

.order-info .table-responsive {
    border-radius: 9px;
    border: 1px solid var(--front-border-color-13);
}

.order-info .table thead {
    background-color: var(--front-bg-color-31);
}

@media (max-width: 580px) {
    .order-info .table {
        width: 580px;
    }
}

/* shopping Page */

/* responsive */
@media (max-width: 1150px) {
    main.single-product .product .gallery-items li img {
        width: 45px;
        height: 45px;
    }
}

#login_profile_man2 {
    display: none;
    direction: rtl;
    min-height: 30px;
    text-align: initial;
    padding: 10px;
}

#login_profile_man2 span {
    padding: 0px 8px;
}

#product_slider .owl-stage-outer .owl-stage {
    min-width: max-content !important;
}

#product_slider .owl-item.active {
    width: auto !important;
    max-width: 250px !important;
}

#product_slider .owl-item.cloned {
    width: auto !important;
    max-width: 250px !important;
}

.owl-stage-outer .owl-stage .owl-item {
    width: auto;
}

.owl-stage-outer .owl-stage .owl-item .item {
    min-width: 200px;
    width: 100%;
}

.owl-stage-outer .owl-stage .owl-item .itemZero {
    /* styles to apply to the li tag */
    width: 6px !important;
    min-width: 0px !important;
}

/* responsive */

.main_page_aside {
    width: auto;
    max-width: 22%;
    margin: 0px 0px 0px 10px;
    text-align-last: center;
    text-align: -webkit-center;
}

.main_page_center {
    max-width: 77%;
    width: auto;
    /* max-width: -webkit-fill-available; */
}


.pswp {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
    z-index: 100111;
    -webkit-text-size-adjust: 100%;
    /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    pointer-events: none;
    outline: none;
}

.pswp * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.pswp img {
    max-width: none;
}


/* style is added when JS option showHideOpacity is set to true */

.pswp--animate_opacity {
    /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
    opacity: 0.001;
    will-change: opacity;
    /* for open/close transition */
    -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
    transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--open {
    display: block;
}

.pswp--zoom-allowed .pswp__img {
    /* autoprefixer: off */
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.pswp--zoomed-in .pswp__img {
    /* autoprefixer: off */
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab;
}

.pswp--dragging .pswp__img {
    /* autoprefixer: off */
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: grabbing;
}


/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/

.pswp__bg {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100111;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    pointer-events: none;
    will-change: opacity;
}

.pswp__scroll-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.pswp__container,
.pswp__zoom-wrap {
    -ms-touch-action: none;
    touch-action: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}


/* Prevent selection and tap highlights */

.pswp__container,
.pswp__img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.pswp__zoom-wrap {
    position: absolute;
    width: 100%;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    /* for open/close transition */
    -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
    transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp__bg {
    will-change: opacity;
    /* for open/close transition */
    -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
    transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
    -webkit-transition: none;
    transition: none;
}

.pswp__container,
.pswp__zoom-wrap {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    pointer-events: none;
}

.pswp__item {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
}

.pswp__item .pswp__zoom-wrap .pswp__img {
    width: auto !important;
}

.pswp__img {
    position: absolute;
    width: auto;
    height: auto;
    top: 0;
    left: 0;
}


/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/

.pswp__img--placeholder {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    pointer-events: none;
}


/*
	div element that matches size of large image
	large image loads on top of it
*/

.pswp__img--placeholder--blank {
    background: #222;
}

.pswp--ie .pswp__img {
    width: 100% !important;
    height: auto !important;
    left: 0;
    top: 0;
}


/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/

.pswp__error-msg {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    margin-top: -8px;
    color: #CCC;
}

.pswp__error-msg a {
    color: #CCC;
    text-decoration: underline;
}


/* ===================================================================
 * # PhotoSwipe Skin
 *
 * ------------------------------------------------------------------- */


/*
    Contents:

    1. Buttons
    2. Share modal and links
    3. Index indicator ("1 of X" counter)
    4. Caption
    5. Loading indicator
    6. Additional styles (root element, top bar, idle state, hidden state, etc.)
*/


/* -------------------------------------------------------------------
 * ## 1. buttons
 * ------------------------------------------------------------------- */


/* <button> css reset */

.pswp__button {
    width: 44px;
    height: 44px;
    line-height: 1;
    position: relative;
    background: none;
    cursor: pointer;
    overflow: visible;
    -webkit-appearance: none;
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
    float: right;
    opacity: 0.6;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.pswp__button:focus,
.pswp__button:hover {
    opacity: 1;
    background-color: transparent;
}

.pswp__button:active {
    outline: none;
    opacity: 0.9;
}

.pswp__button::-moz-focus-inner {
    padding: 0;
    border: 0;
}


/* 
pswp__ui--over-close class it added when mouse is 
over element that should close gallery 
*/

.pswp__ui--over-close .pswp__button--close {
    opacity: 1;
}

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
    background: url(../../images/photoswipe/default-skin.png) 0 0 no-repeat;
    background-size: 264px 88px;
    width: 44px;
    height: 44px;
}

.custom_small_file_uploader_input input[type='file'] {
    display: none;
} 
.custom_small_file_uploader {
    border: 1px dotted var(--black-color);
    color: var(--black-color);
    opacity: 0.8;
    background-color: var(--none-color);
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
    border-radius: 15px;
    transition: all 0.5s;
    padding: 13px 24px;
}
.custom_small_file_uploader:hover {
    border: 1px solid var(--color-base1);
    color: var(--white-color);
    background-color: var(--color-base1);
    box-shadow: 2px 2px 7px 3px var(--box-shadow);
    opacity: 1;
}


@media (-webkit-min-device-pixel-ratio: 1.1),
(-webkit-min-device-pixel-ratio: 1.09375),
(min-resolution: 105dpi),
(min-resolution: 1.1dppx) {

    /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
    .pswp--svg .pswp__button,
    .pswp--svg .pswp__button--arrow--left:before,
    .pswp--svg .pswp__button--arrow--right:before {
        background-image: url(../../images/photoswipe/default-skin.svg);
    }

    .pswp--svg .pswp__button--arrow--left,
    .pswp--svg .pswp__button--arrow--right {
        background: none;
    }
}

.pswp__button--close {
    background-position: 0 -44px;
}

.pswp__button--share {
    background-position: -44px -44px;
}

.pswp__button--fs {
    display: none;
}

.pswp--supports-fs .pswp__button--fs {
    display: block;
}

.pswp--fs .pswp__button--fs {
    background-position: -44px 0;
}

.pswp__button--zoom {
    display: none;
    background-position: -88px 0;
}

.pswp--zoom-allowed .pswp__button--zoom {
    display: block;
}

.pswp--zoomed-in .pswp__button--zoom {
    background-position: -132px 0;
}


/* no arrows on touch screens */

.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    pointer-events: none;
}


/*
Arrow buttons hit area
(icon is added to :before pseudo-element)
*/

.pswp__button--arrow--left,
.pswp__button--arrow--right {
    background: none;
    top: 50%;
    margin-top: -22px;
    width: 30px;
    height: 32px;
    position: absolute;
}

.pswp__button--arrow--left {
    left: 12px;
}

.pswp__button--arrow--right {
    right: 12px;
}

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
    content: '';
    top: 0;
    background-color: rgba(0, 0, 0, 0.3);
    height: 30px;
    width: 32px;
    position: absolute;
    border-radius: 3px;
}

.pswp__button--arrow--left:before {
    left: 6px;
    background-position: -138px -44px;
}

.pswp__button--arrow--right:before {
    right: 6px;
    background-position: -94px -44px;
}


/* -------------------------------------------------------------------
 * ## 2. Share modal/popup and links
 * ------------------------------------------------------------------- */

.pswp__counter,
.pswp__share-modal {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.pswp__share-modal {
    display: block;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 10px;
    position: absolute;
    z-index: 1600;
    opacity: 0;
    -webkit-transition: opacity 0.25s ease-out;
    transition: opacity 0.25s ease-out;
    -webkit-backface-visibility: hidden;
    will-change: opacity;
}

.pswp__share-modal--hidden {
    display: none;
}

.pswp__share-tooltip {
    z-index: 1620;
    position: absolute;
    background: #FFF;
    top: 56px;
    border-radius: 3px;
    display: block;
    width: auto;
    right: 44px;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
    -webkit-transition: -webkit-transform 0.25s;
    transition: transform 0.25s;
    -webkit-backface-visibility: hidden;
    will-change: transform;
}

.pswp__share-tooltip a {
    display: block;
    padding: 9px 15px;
    color: #000;
    text-decoration: none;
    font-size: 13px;
    line-height: 18px;
}

.pswp__share-tooltip a:hover {
    text-decoration: none;
    color: #000;
}

.pswp__share-tooltip a:first-child {
    /* round corners on the first/last list item */
    border-radius: 3px 3px 0 0;
}

.pswp__share-tooltip a:last-child {
    border-radius: 0 0 3px 3px;
}

.pswp__share-modal--fade-in {
    opacity: 1;
}

.pswp__share-modal--fade-in .pswp__share-tooltip {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}


/* increase size of share links on touch devices */

.pswp--touch .pswp__share-tooltip a {
    padding: 16px 12px;
}

a.pswp__share--facebook:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: -12px;
    right: 15px;
    border: 6px solid transparent;
    border-bottom-color: #FFF;
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    pointer-events: none;
}

a.pswp__share--facebook:hover {
    background: #3E5C9A;
    color: #FFF;
}

a.pswp__share--facebook:hover:before {
    border-bottom-color: #3E5C9A;
}

a.pswp__share--twitter:hover {
    background: #55ACEE;
    color: #FFF;
}

a.pswp__share--pinterest:hover {
    background: #CCC;
    color: #CE272D;
}

a.pswp__share--download:hover {
    background: #DDD;
}


/* -------------------------------------------------------------------
 * ## 3. Index indicator ("1 of X" counter)
 * ------------------------------------------------------------------- */

.pswp__counter {
    position: absolute;
    left: 6px;
    top: 0;
    height: 44px;
    font-size: 13px;
    line-height: 44px;
    color: #FFF;
    opacity: 0.75;
    padding: 0 10px;
}


/* -------------------------------------------------------------------
 * ## 4. Caption
 * ------------------------------------------------------------------- */

.pswp__caption {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    min-height: 45px;
}

.pswp__caption h4 {
    font-size: 1.8rem;
    line-height: 1.333;
    margin: 0 0 .6rem;
    color: #FFFFFF;
}

.pswp__caption small {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.5);
}

.pswp__caption__center {
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
    font-size: 13px;
    padding: 10px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.5);
}

.pswp__caption--empty {
    display: none;
}


/* Fake caption element, used to calculate height of next/prev image */

.pswp__caption--fake {
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    pointer-events: none;
}


/* -------------------------------------------------------------------
 * ## 5. Loading indicator (preloader)
 * You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR
 * ------------------------------------------------------------------- */

.pswp__preloader {
    width: 44px;
    height: 44px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -22px;
    opacity: 0;
    -webkit-transition: opacity 0.25s ease-out;
    transition: opacity 0.25s ease-out;
    will-change: opacity;
    direction: ltr;
}

.pswp__preloader__icn {
    width: 20px;
    height: 20px;
    margin: 12px;
}

.pswp__preloader--active {
    opacity: 1;
}

.pswp__preloader--active .pswp__preloader__icn {
    /* We use .gif in browsers that don't support CSS animation */
    background: url(..images/photoswipe/preloader.gif) 0 0 no-repeat;
}

.pswp--css_animation .pswp__preloader--active {
    opacity: 1;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
    -webkit-animation: clockwise 500ms linear infinite;
    animation: clockwise 500ms linear infinite;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
    -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
    animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
}

.pswp--css_animation .pswp__preloader__icn {
    background: none;
    opacity: 0.75;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 15px;
    top: 15px;
    margin: 0;
}

.pswp--css_animation .pswp__preloader__cut {
    /* 
			The idea of animating inner circle is based on Polymer ("material") loading indicator 
			 by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
		*/
    position: relative;
    width: 7px;
    height: 14px;
    overflow: hidden;
}

.pswp--css_animation .pswp__preloader__donut {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 14px;
    height: 14px;
    border: 2px solid #FFF;
    border-radius: 50%;
    border-left-color: transparent;
    border-bottom-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    background: none;
    margin: 0;
}

@media screen and (max-width: 1024px) {
    .pswp__preloader {
        position: relative;
        left: auto;
        top: auto;
        margin: 0;
        float: right;
    }
}

@-webkit-keyframes clockwise {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes clockwise {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes donut-rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    50% {
        -webkit-transform: rotate(-140deg);
        transform: rotate(-140deg);
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

@keyframes donut-rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    50% {
        -webkit-transform: rotate(-140deg);
        transform: rotate(-140deg);
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}


/* -------------------------------------------------------------------
 * ## 6. additional styles
 * ------------------------------------------------------------------- */


/* root element of UI */

.pswp {
    font-family: "montserrat-regular", sans-serif;
}

.pswp__ui {
    -webkit-font-smoothing: auto;
     visibility: visible;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    pointer-events: all;
    opacity: 1;
    z-index: 1550;
}


/* top black bar with buttons and "1 of X" indicator */

.pswp__top-bar {
    position: absolute;
    left: 0;
    top: 0;
    height: 44px;
    width: 100%;
    padding: 0 6px;
}

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    pointer-events: none;
    will-change: opacity;
    -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
    transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}


/* pswp--has_mouse class is added only when two subsequent mousemove events occur */

.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
     visibility: visible;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    pointer-events: all;
}

.pswp__top-bar,
.pswp__caption {
    background-color: rgba(0, 0, 0, 0.5);
}


/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */

.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
    background-color: rgba(0, 0, 0, 0.3);
}


/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */

.pswp__ui--idle .pswp__top-bar {
    opacity: 0;
}

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
    opacity: 0;
}


/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/

.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
    /* Force paint & create composition layer for controls. */
    opacity: 0.001;
}


/* pswp__ui--one-slide class is added when there is just one item in gallery */

.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
    display: none;
}

.pswp__element--disabled {
    display: none !important;
}

.pswp--minimal--dark .pswp__top-bar {
    background: none;
}

.perfect_sale {
    width: 150px;
}

.amazing-title.perfect_sale {
    background-color: var(--color-base1);
    width: auto;
    right: auto;
    margin: 0px 20%;
    justify-content: center;
    padding: 10px 10px 10px 10px;
    border-radius: 0px 0px 10px 10px;
    height: -webkit-fill-available;
    cursor: pointer;
    margin-top: -15px;
}

@media (min-width:1076px) {
    .amazing-title.perfect_sale {
        padding: 40px 10px 10px 10px;
        margin-top: -35px;
    }
}

.amazing-title.perfect_sale h3{
    color: var(--white-color);
    font-size: 18px;
    margin-bottom: auto;
    text-align: center;
}

.box_logo_supper_sug{
    position: absolute;
    width: inherit;
    z-index: 10;
}

.rtlPlaceholder::-webkit-input-placeholder {
    /* Edge */
    float: right;
}

.rtlPlaceholder:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    float: right;
}

.rtlPlaceholder::placeholder {
    float: right;
}

.rtlPlaceholder {
    direction: ltr;
}

.ltrPlaceholder::-webkit-input-placeholder {
    /* Edge */
    float: left;
}

.ltrPlaceholder:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    float: left;
}

.ltrPlaceholder::placeholder {
    float: left;
}

.ltrPlaceholder {
    direction: rtl;
}



.s-loader {
    margin: 1.2rem auto 3rem;
    width: 70px;
    text-align: center;
    -webkit-transform: translateX(0.45rem);
    -ms-transform: translateX(0.45rem);
    transform: translateX(0.45rem);
}

.s-loader>div {
    width: 9px;
    height: 9px;
    background-color: var(--white-color);
    border-radius: 100%;
    display: inline-block;
    margin-right: .9rem;
    -webkit-animation: bouncedelay 1.4s infinite ease-in-out both;
    animation: bouncedelay 1.4s infinite ease-in-out both;
}

.s-loader .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.s-loader .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes bouncedelay {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes bouncedelay {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--dark-wait-color);
    z-index: 100111;
    height: 100%;
    width: 100%;
}

#status {
	width:200px;
	height:200px;
	position:absolute;
	left:50%; /* centers the loading animation horizontally one the screen */
	top:50%; /* centers the loading animation vertically one the screen */
	background-image:url(../images/status.gif); /* path to your loading animation */
	background-repeat:no-repeat;
	background-position:center;
	margin:-100px 0 0 -100px; /* is width and height divided by two */
}

.no-js #preloader,
.oldie #preloader {
    display: none;
}

#loader {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 60px;
    height: 60px;
    margin-left: -30px;
    margin-top: -30px;
    padding: 0;
    background-color: var(--main-color);
    border-radius: 100%;
    -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
    animation: sk-scaleout 1.0s infinite ease-in-out;
    animation-iteration-count: infinite;
}

/* for custom scrollbar */
/* width */
::-webkit-scrollbar {
    width: 6px;/* width: 10px; */
    height: 6px;
    
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: var(--primary-color-h); 
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: var(--primary-color-h); 
}

@-webkit-keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 0;
    }
}

@keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

/* animate .home-content__main
 * ------------------------------------------------------------------- */

html.ss-preload .home-content__main {
    opacity: 0;
}

html.ss-loaded .home-content__main {
    animation-duration: 2s;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

html.no-csstransitions .home-content__main {
    opacity: 1;
}

.progress.loading_bar {
    position: fixed;
    top: 0;
    height: 4px;
    display: block;
    width: 100%;
    background-color: var(--box-shadow);
    border-radius: 4px;
    background-clip: padding-box;
    /*margin: 0.5rem 0 1rem 0;*/
    z-index: 10000000;
    overflow: hidden;

}

.progress.loading_bar .indeterminate {
    background-color: var(--color-base1);
}

.progress.loading_bar .indeterminate:before {
    content: '';
    position: absolute;
    background-color: var(--color-base1);
    top: 0;
    left: 0;
    bottom: 0;
    will-change: left, right;
    -webkit-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
    animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
}

.progress.loading_bar .indeterminate:after {
    content: '';
    position: absolute;
    background-color: var(--color-base2);
    top: 0;
    left: 0;
    bottom: 0;
    will-change: left, right;
    -webkit-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
    animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
    -webkit-animation-delay: 1.15s;
    animation-delay: 1.15s;
}

@-webkit-keyframes indeterminate {
    0% {
        left: -35%;
        right: 100%;
    }

    60% {
        left: 100%;
        right: -90%;
    }

    100% {
        left: 100%;
        right: -90%;
    }
}

@keyframes indeterminate {
    0% {
        left: -35%;
        right: 100%;
    }

    60% {
        left: 100%;
        right: -90%;
    }

    100% {
        left: 100%;
        right: -90%;
    }
}

@-webkit-keyframes indeterminate-short {
    0% {
        left: -200%;
        right: 100%;
    }

    60% {
        left: 107%;
        right: -8%;
    }

    100% {
        left: 107%;
        right: -8%;
    }
}

@keyframes indeterminate-short {
    0% {
        left: -200%;
        right: 100%;
    }

    60% {
        left: 107%;
        right: -8%;
    }

    100% {
        left: 107%;
        right: -8%;
    }
}



@media (max-width: 500px) {
    #div_search_res button {
        width: 30px;
    }

    #div_search_res button img {
        padding: 4px 0px 5px 0px;
    }

    #div_search_res {
        height: 30px;
        margin-top: 7px;
    }

    footer.footer-widgets {
        font-size: 12px;
    }

    footer .footer-widgets .row .widget-menu .card-header img {
        width: 35px !important;
        height: 35px !important;
    }

    footer .footer-widgets .row .widget-menu .card-header a {
        font-size: 14px !important;
    }

    footer .footer-widgets .row .widget-menu ul img {
        width: 30px !important;
        height: 30px !important;
    }

    footer .footer-widgets .row .widget-menu ul a {
        font-size: 13px !important;
    }

    footer .info .row div {
        font-size: 14px;
    }

    footer.main-footer .back-to-top .icon {
        width: 30px;
        height: 30px;
        line-height: 37px;
    }

    footer.main-footer .back-to-top {
        font-size: 15px;
    }

    footer.main-footer .footer-services .service-item img {
        max-width: 40px;
        max-height: 40px;
    }

    .main-footer .footer-services .service-item p {
        font-size: 12px;
        overflow: hidden;
    }

    .profile-page .row .content-section span {
        font-size: 14px;
        overflow: hidden;
        -ms-overflow-style: none;
        /* IE and Edge */
        scrollbar-width: none;
        /* Firefox */
    }

    .profile-page .row .content-section p {
        overflow: auto;
        -ms-overflow-style: none;
        /* IE and Edge */
        scrollbar-width: none;
        /* Firefox */
    }

    .profile-page .row .content-section p::-webkit-scrollbar {
        display: none;
    }

    .profile-page .row .content-section span.title {
        font-size: 15px;
        overflow: hidden;
    }

    .nav-open .sidebar-collapse .navbar-collapse {
        max-width: 80%;
    }

    #button_toggle_menu[aria-expanded="true"] {
        /* margin-right: -75px; */
        margin-right: 0px;
    }

    #login_profile_man {
        display: none;
    }

    #login_profile_man2 {
        /* display: block; */
        display: flex;
    }
}

@media (max-width: 300px) {
    #button_toggle_menu[aria-expanded="true"] {
        margin-right: -75px;
    }
}

@media (max-width: 1077px) {
    .amazing-search .breadcrumb-list li a.a_node_item {
        color: var(--black-color) !important;
    }
    .amazing-search .breadcrumb-list li a.a_node_item span{
        color: var(--black-color) !important;
    }
    .breadcrumb-section {
        width: inherit;
    }
    .listing-header{
        margin-top: 30px;
    }
    .breadcrumb-section .breadcrumb-list{
        overflow: auto;
    }
    .breadcrumb-list::-webkit-scrollbar {
        height: 4px;
    }
    .breadcrumb-section.default{
        margin-top: 10px;
    }
    .listing.default .listing-counter{
        color: var(--black-color) !important;
        margin-top: 30px;
        margin-left: 10px;
    }
    .breadcrumb-section ul li a{
        color: var(--black-color);
    }

    header.main-header {
        display: none;
    }

    nav.header-responsive {
        display: block;
    }

    .sidebar-collapse .navbar-collapse {
        position: absolute;
        display: block;
        top: 0;
        height: 100vh !important;
        width: 300px;
        right: 0;
        z-index: 1032;
         visibility: visible;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    pointer-events: all;
        background-color: var(--white-color);
        overflow-y: scroll;
        border-top: none;
        text-align: left;
        max-height: none !important;
        -webkit-transform: translate3d(300px, 0, 0);
        -moz-transform: translate3d(300px, 0, 0);
        -o-transform: translate3d(300px, 0, 0);
        -ms-transform: translate3d(300px, 0, 0);
        transform: translate3d(300px, 0, 0);
        -webkit-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -moz-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -o-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -ms-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
    }

    .sidebar-collapse .navbar-collapse:before {
        background: var(--white-color);
        display: block;
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: -1;
    }

    .sidebar-collapse .navbar-collapse .navbar-nav:not(.navbar-logo) .nav-link {
        margin: 0 1rem;
        margin-top: 0.3125rem;
        cursor: pointer;
    }

    .sidebar-collapse .navbar-collapse .navbar-nav:not(.navbar-logo) .nav-link:not(.btn) {
        color: var(--white-color);
    }

    .sidebar-collapse .navbar-collapse .dropdown-menu .dropdown-item {
        color: var(--white-color);
    }

    .sidebar-collapse .navbar .navbar-nav {
        margin-top: 0;
    }

    .sidebar-collapse .navbar .navbar-nav .nav-link {
        padding-top: 0.75rem;
        padding-bottom: .75rem;
        cursor: pointer;
    }

    .sidebar-collapse .navbar .navbar-nav.navbar-logo {
        top: 0;
        height: 53px;
    }

    .sidebar-collapse .navbar .dropdown.show .dropdown-menu,
    .sidebar-collapse .navbar .dropdown .dropdown-menu {
        background-color: transparent;
        border: 0;
        transition: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        width: auto;
        margin: 0 1rem;
        margin-bottom: 15px;
        padding-top: 0;
        height: 150px;
        overflow-y: scroll;
    }

    .sidebar-collapse .navbar .dropdown.show .dropdown-menu:before,
    .sidebar-collapse .navbar .dropdown .dropdown-menu:before {
        display: none;
    }

    .sidebar-collapse .navbar .dropdown .dropdown-item {
        padding-left: 2.5rem;
    }

    .sidebar-collapse .navbar .dropdown .dropdown-menu {
        display: none;
    }

    .sidebar-collapse .navbar .dropdown.show .dropdown-menu {
        display: block;
    }

    .sidebar-collapse .navbar .dropdown-menu .dropdown-item:focus,
    .sidebar-collapse .navbar .dropdown-menu .dropdown-item:hover {
        color: var(--white-color);
    }

    .sidebar-collapse .navbar .navbar-translate {
        width: 100%;
        position: relative;
        display: flex;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
        -ms-flex-align: center;
        align-items: center;
        -webkit-transform: translate3d(0px, 0, 0);
        -moz-transform: translate3d(0px, 0, 0);
        -o-transform: translate3d(0px, 0, 0);
        -ms-transform: translate3d(0px, 0, 0);
        transform: translate3d(0px, 0, 0);
        -webkit-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -moz-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -o-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -ms-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
    }

    .sidebar-collapse .navbar .navbar-toggler-bar {
        display: block;
        position: relative;
        width: 22px;
        height: 1px;
        border-radius: 1px;
        background: var(--black-color);
    }

    .sidebar-collapse .navbar .navbar-toggler-bar+.navbar-toggler-bar {
        margin-top: 7px;
    }

    .sidebar-collapse .navbar .navbar-toggler-bar.bar2 {
        width: 17px;
        transition: width .2s linear;
    }

    .sidebar-collapse .navbar.bg-white:not(.navbar-transparent) .navbar-toggler-bar {
        background: var(--front-bg-color-35);
    }

    .sidebar-collapse .navbar .toggled .navbar-toggler-bar {
        width: 24px;
    }

    .sidebar-collapse .navbar .toggled .navbar-toggler-bar+.navbar-toggler-bar {
        margin-top: 5px;
    }

    .sidebar-collapse .bar1,
    .sidebar-collapse .bar2,
    .sidebar-collapse .bar3 {
        outline: 1px solid transparent;
    }

    .sidebar-collapse .bar1 {
        top: 0px;
        -webkit-animation: topbar-back 500ms linear 0s;
        -moz-animation: topbar-back 500ms linear 0s;
        animation: topbar-back 500ms 0s;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

    .sidebar-collapse .bar2 {
        opacity: 1;
    }

    .sidebar-collapse .bar3 {
        bottom: 0px;
        -webkit-animation: bottombar-back 500ms linear 0s;
        -moz-animation: bottombar-back 500ms linear 0s;
        animation: bottombar-back 500ms 0s;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

    .sidebar-collapse .toggled .bar1 {
        top: 6px;
        -webkit-animation: topbar-x 500ms linear 0s;
        -moz-animation: topbar-x 500ms linear 0s;
        animation: topbar-x 500ms 0s;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

    .sidebar-collapse .toggled .bar2 {
        opacity: 0;
    }

    .sidebar-collapse .toggled .bar3 {
        bottom: 6px;
        -webkit-animation: bottombar-x 500ms linear 0s;
        -moz-animation: bottombar-x 500ms linear 0s;
        animation: bottombar-x 500ms 0s;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

    @keyframes topbar-x {
        0% {
            top: 0px;
            transform: rotate(0deg);
        }

        45% {
            top: 6px;
            transform: rotate(145deg);
        }

        75% {
            transform: rotate(130deg);
        }

        100% {
            transform: rotate(135deg);
        }
    }

    @-webkit-keyframes topbar-x {
        0% {
            top: 0px;
            -webkit-transform: rotate(0deg);
        }

        45% {
            top: 6px;
            -webkit-transform: rotate(145deg);
        }

        75% {
            -webkit-transform: rotate(130deg);
        }

        100% {
            -webkit-transform: rotate(135deg);
        }
    }

    @-moz-keyframes topbar-x {
        0% {
            top: 0px;
            -moz-transform: rotate(0deg);
        }

        45% {
            top: 6px;
            -moz-transform: rotate(145deg);
        }

        75% {
            -moz-transform: rotate(130deg);
        }

        100% {
            -moz-transform: rotate(135deg);
        }
    }

    @keyframes topbar-back {
        0% {
            top: 6px;
            transform: rotate(135deg);
        }

        45% {
            transform: rotate(-10deg);
        }

        75% {
            transform: rotate(5deg);
        }

        100% {
            top: 0px;
            transform: rotate(0);
        }
    }

    @-webkit-keyframes topbar-back {
        0% {
            top: 6px;
            -webkit-transform: rotate(135deg);
        }

        45% {
            -webkit-transform: rotate(-10deg);
        }

        75% {
            -webkit-transform: rotate(5deg);
        }

        100% {
            top: 0px;
            -webkit-transform: rotate(0);
        }
    }

    @-moz-keyframes topbar-back {
        0% {
            top: 6px;
            -moz-transform: rotate(135deg);
        }

        45% {
            -moz-transform: rotate(-10deg);
        }

        75% {
            -moz-transform: rotate(5deg);
        }

        100% {
            top: 0px;
            -moz-transform: rotate(0);
        }
    }

    @keyframes bottombar-x {
        0% {
            bottom: 0px;
            transform: rotate(0deg);
        }

        45% {
            bottom: 6px;
            transform: rotate(-145deg);
        }

        75% {
            transform: rotate(-130deg);
        }

        100% {
            transform: rotate(-135deg);
        }
    }

    @-webkit-keyframes bottombar-x {
        0% {
            bottom: 0px;
            -webkit-transform: rotate(0deg);
        }

        45% {
            bottom: 6px;
            -webkit-transform: rotate(-145deg);
        }

        75% {
            -webkit-transform: rotate(-130deg);
        }

        100% {
            -webkit-transform: rotate(-135deg);
        }
    }

    @-moz-keyframes bottombar-x {
        0% {
            bottom: 0px;
            -moz-transform: rotate(0deg);
        }

        45% {
            bottom: 6px;
            -moz-transform: rotate(-145deg);
        }

        75% {
            -moz-transform: rotate(-130deg);
        }

        100% {
            -moz-transform: rotate(-135deg);
        }
    }

    @keyframes bottombar-back {
        0% {
            bottom: 6px;
            transform: rotate(-135deg);
        }

        45% {
            transform: rotate(10deg);
        }

        75% {
            transform: rotate(-5deg);
        }

        100% {
            bottom: 0px;
            transform: rotate(0);
        }
    }

    @-webkit-keyframes bottombar-back {
        0% {
            bottom: 6px;
            -webkit-transform: rotate(-135deg);
        }

        45% {
            -webkit-transform: rotate(10deg);
        }

        75% {
            -webkit-transform: rotate(-5deg);
        }

        100% {
            bottom: 0px;
            -webkit-transform: rotate(0);
        }
    }

    @-moz-keyframes bottombar-back {
        0% {
            bottom: 6px;
            -moz-transform: rotate(-135deg);
        }

        45% {
            -moz-transform: rotate(10deg);
        }

        75% {
            -moz-transform: rotate(-5deg);
        }

        100% {
            bottom: 0px;
            -moz-transform: rotate(0);
        }
    }

    @-webkit-keyframes fadeIn {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    @-moz-keyframes fadeIn {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    @keyframes fadeIn {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    .sidebar-collapse [class*="navbar-expand-"] .navbar-collapse {
        width: 300px;
    }

    .sidebar-collapse .wrapper {
        -webkit-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -moz-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -o-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -ms-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
    }

    .sidebar-collapse #bodyClick {
        height: 100%;
        width: 100%;
        position: fixed;
        opacity: 1;
        top: 0;
        left: auto;
        right: 300px;
        content: "";
        z-index: 9999;
        overflow-x: hidden;
        cursor: pointer;
        background-color: transparent;
        -webkit-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -moz-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -o-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -ms-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
    }

    .sidebar-collapse.menu-on-left .navbar-collapse {
        right: auto;
        left: 0;
        -webkit-transform: translate3d(-300px, 0, 0);
        -moz-transform: translate3d(-300px, 0, 0);
        -o-transform: translate3d(-300px, 0, 0);
        -ms-transform: translate3d(-300px, 0, 0);
        transform: translate3d(-300px, 0, 0);
    }

    .nav-open .sidebar-collapse .navbar-collapse {
        -webkit-transform: translate3d(0px, 0, 0);
        -moz-transform: translate3d(0px, 0, 0);
        -o-transform: translate3d(0px, 0, 0);
        -ms-transform: translate3d(0px, 0, 0);
        transform: translate3d(0px, 0, 0);
    }

    .nav-open .sidebar-collapse .wrapper {
        -webkit-transform: translate3d(-150px, 0, 0);
        -moz-transform: translate3d(-150px, 0, 0);
        -o-transform: translate3d(-150px, 0, 0);
        -ms-transform: translate3d(-150px, 0, 0);
        transform: translate3d(-150px, 0, 0);
    }

    .nav-open .sidebar-collapse .navbar-translate {
        -webkit-transform: translate3d(-280px, 0, 0);
        -moz-transform: translate3d(-280px, 0, 0);
        -o-transform: translate3d(-280px, 0, 0);
        -ms-transform: translate3d(-280px, 0, 0);
        transform: translate3d(-280px, 0, 0);
    }

    .nav-open .sidebar-collapse.menu-on-left .navbar-collapse {
        -webkit-transform: translate3d(0px, 0, 0);
        -moz-transform: translate3d(0px, 0, 0);
        -o-transform: translate3d(0px, 0, 0);
        -ms-transform: translate3d(0px, 0, 0);
        transform: translate3d(0px, 0, 0);
    }

    .nav-open .sidebar-collapse.menu-on-left .navbar-translate {
        -webkit-transform: translate3d(300px, 0, 0);
        -moz-transform: translate3d(300px, 0, 0);
        -o-transform: translate3d(300px, 0, 0);
        -ms-transform: translate3d(300px, 0, 0);
        transform: translate3d(300px, 0, 0);
    }

    .nav-open .sidebar-collapse.menu-on-left .wrapper {
        -webkit-transform: translate3d(150px, 0, 0);
        -moz-transform: translate3d(150px, 0, 0);
        -o-transform: translate3d(150px, 0, 0);
        -ms-transform: translate3d(150px, 0, 0);
        transform: translate3d(150px, 0, 0);
    }

    .nav-open .sidebar-collapse.menu-on-left #bodyClick {
        right: auto;
        left: 300px;
    }

    .bootstrap-collapse .navbar .navbar-collapse {
        background: none !important;
    }

    .bootstrap-collapse .navbar .navbar-nav {
        margin-top: 53px;
    }

    .bootstrap-collapse .navbar .navbar-nav .nav-link {
        padding-top: 0.75rem;
        padding-bottom: .75rem;
    }

    .bootstrap-collapse .navbar .navbar-nav.navbar-logo {
        top: 0;
        height: 53px;
    }

    .bootstrap-collapse .navbar .dropdown.show .dropdown-menu,
    .bootstrap-collapse .navbar .dropdown .dropdown-menu {
        background-color: transparent;
        border: 0;
        transition: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        width: auto;
        margin: 0 1rem;
        margin-bottom: 15px;
        padding-top: 0;
        height: 150px;
        overflow-y: scroll;
    }

    .bootstrap-collapse .navbar .dropdown.show .dropdown-menu:before,
    .bootstrap-collapse .navbar .dropdown .dropdown-menu:before {
        display: none;
    }

    .bootstrap-collapse .navbar .dropdown .dropdown-item {
        padding-left: 2.5rem;
    }

    .bootstrap-collapse .navbar .dropdown .dropdown-menu {
        display: none;
    }

    .bootstrap-collapse .navbar .dropdown.show .dropdown-menu {
        display: block;
    }

    .bootstrap-collapse .navbar .dropdown-menu .dropdown-item:focus,
    .bootstrap-collapse .navbar .dropdown-menu .dropdown-item:hover {
        color: var(--white-color);
    }

    .bootstrap-collapse .navbar .navbar-translate {
        width: 100%;
        position: relative;
        display: flex;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
        -ms-flex-align: center;
        align-items: center;
        -webkit-transform: translate3d(0px, 0, 0);
        -moz-transform: translate3d(0px, 0, 0);
        -o-transform: translate3d(0px, 0, 0);
        -ms-transform: translate3d(0px, 0, 0);
        transform: translate3d(0px, 0, 0);
        -webkit-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -moz-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -o-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -ms-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
    }

    .bootstrap-collapse .navbar .navbar-toggler-bar {
        display: block;
        position: relative;
        width: 22px;
        height: 1px;
        border-radius: 1px;
        background: var(--white-color);
    }

    .bootstrap-collapse .navbar .navbar-toggler-bar+.navbar-toggler-bar {
        margin-top: 7px;
    }

    .bootstrap-collapse .navbar .navbar-toggler-bar.bar2 {
        width: 17px;
        transition: width .2s linear;
    }

    .bootstrap-collapse .navbar.bg-white:not(.navbar-transparent) .navbar-toggler-bar {
        background: var(--front-bg-color-35);
    }

    .bootstrap-collapse .navbar .toggled .navbar-toggler-bar {
        width: 24px;
    }

    .bootstrap-collapse .navbar .toggled .navbar-toggler-bar+.navbar-toggler-bar {
        margin-top: 5px;
    }

    .bootstrap-collapse .bar1,
    .bootstrap-collapse .bar2,
    .bootstrap-collapse .bar3 {
        outline: 1px solid transparent;
    }

    .bootstrap-collapse .bar1 {
        top: 0px;
        -webkit-animation: topbar-back 500ms linear 0s;
        -moz-animation: topbar-back 500ms linear 0s;
        animation: topbar-back 500ms 0s;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

    .bootstrap-collapse .bar2 {
        opacity: 1;
    }

    .bootstrap-collapse .bar3 {
        bottom: 0px;
        -webkit-animation: bottombar-back 500ms linear 0s;
        -moz-animation: bottombar-back 500ms linear 0s;
        animation: bottombar-back 500ms 0s;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

    .bootstrap-collapse .toggled .bar1 {
        top: 6px;
        -webkit-animation: topbar-x 500ms linear 0s;
        -moz-animation: topbar-x 500ms linear 0s;
        animation: topbar-x 500ms 0s;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

    .bootstrap-collapse .toggled .bar2 {
        opacity: 0;
    }

    .bootstrap-collapse .toggled .bar3 {
        bottom: 6px;
        -webkit-animation: bottombar-x 500ms linear 0s;
        -moz-animation: bottombar-x 500ms linear 0s;
        animation: bottombar-x 500ms 0s;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

    @keyframes topbar-x {
        0% {
            top: 0px;
            transform: rotate(0deg);
        }

        45% {
            top: 6px;
            transform: rotate(145deg);
        }

        75% {
            transform: rotate(130deg);
        }

        100% {
            transform: rotate(135deg);
        }
    }

    @-webkit-keyframes topbar-x {
        0% {
            top: 0px;
            -webkit-transform: rotate(0deg);
        }

        45% {
            top: 6px;
            -webkit-transform: rotate(145deg);
        }

        75% {
            -webkit-transform: rotate(130deg);
        }

        100% {
            -webkit-transform: rotate(135deg);
        }
    }

    @-moz-keyframes topbar-x {
        0% {
            top: 0px;
            -moz-transform: rotate(0deg);
        }

        45% {
            top: 6px;
            -moz-transform: rotate(145deg);
        }

        75% {
            -moz-transform: rotate(130deg);
        }

        100% {
            -moz-transform: rotate(135deg);
        }
    }

    @keyframes topbar-back {
        0% {
            top: 6px;
            transform: rotate(135deg);
        }

        45% {
            transform: rotate(-10deg);
        }

        75% {
            transform: rotate(5deg);
        }

        100% {
            top: 0px;
            transform: rotate(0);
        }
    }

    @-webkit-keyframes topbar-back {
        0% {
            top: 6px;
            -webkit-transform: rotate(135deg);
        }

        45% {
            -webkit-transform: rotate(-10deg);
        }

        75% {
            -webkit-transform: rotate(5deg);
        }

        100% {
            top: 0px;
            -webkit-transform: rotate(0);
        }
    }

    @-moz-keyframes topbar-back {
        0% {
            top: 6px;
            -moz-transform: rotate(135deg);
        }

        45% {
            -moz-transform: rotate(-10deg);
        }

        75% {
            -moz-transform: rotate(5deg);
        }

        100% {
            top: 0px;
            -moz-transform: rotate(0);
        }
    }

    @keyframes bottombar-x {
        0% {
            bottom: 0px;
            transform: rotate(0deg);
        }

        45% {
            bottom: 6px;
            transform: rotate(-145deg);
        }

        75% {
            transform: rotate(-130deg);
        }

        100% {
            transform: rotate(-135deg);
        }
    }

    @-webkit-keyframes bottombar-x {
        0% {
            bottom: 0px;
            -webkit-transform: rotate(0deg);
        }

        45% {
            bottom: 6px;
            -webkit-transform: rotate(-145deg);
        }

        75% {
            -webkit-transform: rotate(-130deg);
        }

        100% {
            -webkit-transform: rotate(-135deg);
        }
    }

    @-moz-keyframes bottombar-x {
        0% {
            bottom: 0px;
            -moz-transform: rotate(0deg);
        }

        45% {
            bottom: 6px;
            -moz-transform: rotate(-145deg);
        }

        75% {
            -moz-transform: rotate(-130deg);
        }

        100% {
            -moz-transform: rotate(-135deg);
        }
    }

    @keyframes bottombar-back {
        0% {
            bottom: 6px;
            transform: rotate(-135deg);
        }

        45% {
            transform: rotate(10deg);
        }

        75% {
            transform: rotate(-5deg);
        }

        100% {
            bottom: 0px;
            transform: rotate(0);
        }
    }

    @-webkit-keyframes bottombar-back {
        0% {
            bottom: 6px;
            -webkit-transform: rotate(-135deg);
        }

        45% {
            -webkit-transform: rotate(10deg);
        }

        75% {
            -webkit-transform: rotate(-5deg);
        }

        100% {
            bottom: 0px;
            -webkit-transform: rotate(0);
        }
    }

    @-moz-keyframes bottombar-back {
        0% {
            bottom: 6px;
            -moz-transform: rotate(-135deg);
        }

        45% {
            -moz-transform: rotate(10deg);
        }

        75% {
            -moz-transform: rotate(-5deg);
        }

        100% {
            bottom: 0px;
            -moz-transform: rotate(0);
        }
    }

    @-webkit-keyframes fadeIn {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    @-moz-keyframes fadeIn {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    @keyframes fadeIn {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    .profile-photo .profile-photo-small {
        margin-left: -2px;
    }

    .button-dropdown {
        display: none;
    }

    .section-nucleo-icons .container .row>[class*="col-"]:first-child {
        text-align: center;
    }

    .footer .copyright {
        text-align: right;
    }

    .section-nucleo-icons .icons-container {
        margin-top: 65px;
    }

    .navbar-nav .nav-link i.fa,
    .navbar-nav .nav-link i.now-ui-icons {
        opacity: .5;
    }

    .section-images {
        height: 500px;
        max-height: 500px;
    }

    .section-images .hero-images-container {
        max-width: 500px;
    }

    .section-images .hero-images-container-1 {
        right: 10%;
        top: 68%;
        max-width: 269px;
    }

    .section-images .hero-images-container-2 {
        right: 5%;
        max-width: 135px;
        top: 93%;
    }

    .navbar .navbar-nav.navbar-logo {
        display: none;
    }

    .logo-nav-res {
        margin: 20px 0;
    }

    nav.header-responsive>ul {
        position: relative;
        padding: 0;
    }

    nav.header-responsive>ul li {
        float: right;
        width: 100%;
    }

    nav.header-responsive ul ul {
        display: none;
        padding: 0;
        direction: ltr;
        background-color: var(--front-bg-color-36);
    }

    nav.header-responsive ul ul li a {
        background-color: transparent;
    }

    nav.header-responsive>ul>li>a {
        font-size: 16px;
        display: block;
        padding: 7px 22px;
        background: var(--white-color);
        color: var(--color-base1);
    }

    .navbar a:not(.btn):not(.dropdown-item) {
        color: var(--color-base1);
    }

    nav.header-responsive a {
        cursor: pointer;
        background-color: var(--white-color);
        display: block;
    }

    nav.header-responsive ul>li>ul>li {
        position: relative;
    }

    nav.header-responsive ul>li>ul>li::before {
        position: absolute;
        right: 20px;
        top: 10px;
        color: var(--color-base2);
        font-size: 18px;
    }

    nav.header-responsive ul>li>ul>li>a:hover {
        color: var(--color-base2);
    }

    nav.header-responsive ul>li>ul>li>a {
        font-size: 14px;
        display: block;
        padding: 7px 35px;
        line-height: 44px;
        color: var(--color-base2);
    }

    nav.header-responsive ul>li.sub-menu {
        position: relative;
    }

    
    nav.header-responsive ul>li.sub-menu::before {
        content: '';
        position: absolute;
        left: 26px;
        top: 15px;
        width: 18px;
        height: 18px;
        border: 1px solid var(--color-base1);
        border-radius: 50%;
    }

    nav.header-responsive ul>li.sub-menu>a::before {
        position: absolute;
        content: "";
        width: 10px;
        height: 2px;
        background: var(--color-base1);
        left: 30px;
        top: 23px;
        z-index: 99;
        transition: all 0.1s ease-out;
    }

    nav.header-responsive ul>li.sub-menu>a::after {
        position: absolute;
        content: "";
        width: 2px;
        height: 10px;
        background: var(--color-base1);
        left: 34px;
        top: 19px;
        transition: all 0.1s ease-out;
    }

    nav.header-responsive ul>li.sub-menu.open>a::before {
        transform: rotate(45deg);
    }

    nav.header-responsive ul>li.sub-menu.open>a::after {
        transform: rotate(45deg);
    }

    nav.header-responsive ul a {
        padding: 10px;
    }

    main.main,
    main.cart,
    main.page-404,
    main.cart-page,
    main.search-page,
    main.single-product,
    main.profile-user-page {
        margin-top: 155px;
    }

    .shopping-page main.cart-page {
        margin-top: 0;
    }

    .page-404 {
        padding: 28px 0;
    }

    .brand-slider .owl-carousel .owl-nav .owl-prev {
        display: none;
        transition: all 0.3s ease-in-out;
    }

    .brand-slider .owl-carousel .owl-nav .owl-next {
        display: none;
        transition: all 0.3s ease-in-out;
    }

    .brand-slider .owl-carousel:hover .owl-nav .owl-prev,
    .brand-slider .owl-carousel:hover .owl-nav .owl-next {
        display: block;
    }

    #amazing-slider {
        display: none;
    }

    #amazing-slider-responsive {
        display: block;
    }

}

@media (min-width: 992px) {
    .container {
        max-width: 100%;
    }
}

@media (max-width: 992px) {
    .listing-header {
        padding: 10px 40px 0 0;
    }

    .listing-sort {
        display: block;
        width: 100%;
    }

    .center-section {
        margin: 0 auto;
    }

    .center-breakpoint {
        margin: 0 auto;
    }

    .hidden-md {
        display: none;
    }

    .show-md {
        display: block !important;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 100%;
    }
}

@media (max-width: 768px) {

    .box-tabs-tab a,
    .box-tabs-tab a.active {
        font-size: 14px;
        line-height: 23px;
        padding: 10px;
    }

    .box-tabs-tab a i {
        margin-left: 2px;
    }

    .amazing-search .breadcrumb-list li a,
    .amazing-search .breadcrumb-list li:last-child,
    .amazing-search .breadcrumb-list li:before {
        color: var(--front-txt-color-28);
    }

    .comments-area h3.comment-reply-title {
        margin-right: 0;
    }

    .comments-area ol.children {
        padding: 0;
    }

    p.comment-notes {
        margin-right: 0;
    }

    span.dl-none-sm {
        display: none;
    }

    .checkout-order-summary-col-post-time {
        font-size: 10px;
    }

    span.fs-sm {
        font-size: 9px;
    }
}

@media (min-width: 576px) {
    .container {
        max-width: 100%;
    }
}

@media (max-width: 520px) {
    #amazing-slider {
        display: none;
    }

    #amazing-slider-responsive {
        display: block;
    }

    .owl-nav {
        display: none !important;
    }

    .checkout-item {
        width: 490px;
        overflow-x: visible;
        display: block;
    }

    .box-tabs-tab {
        width: 25%;
        text-align: center;
    }

    .box-tabs-tab a {
        font-size: 12px;
    }

    .box-tabs-tab a i {
        display: none;
    }

    .single-product .card-header {
        background-color: var(--white-color);
    }

    .single-product .card-header button {
        font-size: 14px;
    }

    .shopping-page .checkout-contact-location {
        position: relative;
        display: inline-block;
        margin: 0 30px 30px;
    }

}

@media (max-width: 480px) {
    .account-box {
        width: 100%;
    }

    .account-box-title {
        padding: 10px;
        font-size: 16px;
    }

    .account-box-content {
        padding: 0 10px;
    }

    .form-account-title {
        font-size: 12px;
    }

    .input-label i:before {
        right: 10px;
        top: 17px;
        font-size: 16px;
    }

    .input-field::placeholder {
        font-size: 13px;
        padding-right: 20px;
    }

    .account-box-content .dk-btn {
        font-size: 1.286rem;
        padding: 17px 55px;
    }

    .cart-empty-icon {
        width: 137px;
        height: 137px;
        line-height: 170px;
    }

    .cart-empty-icon i {
        font-size: 50px;
    }

    .cart-empty-title {
        font-size: 22px;
        margin: 15px 0 15px;
    }

    .cart-empty a.dk-btn {
        display: block;
        font-size: 12px;
        padding: 17px 50px;
    }

    .product-add a.dk-btn {
        display: block;
        font-size: 16px;
    }

    .product .price-product .price-discount {
        margin: 20px 0;
    }

    #amazing-slider-responsive .countdown-timer span {
        font-size: 15px;
    }

    .widget-product .product-carousel .item ins,
    .brand-slider .product-carousel .item ins {
        font-size: 14px;
    }
}

@media (max-width: 360px) {
    .cart-empty a.dk-btn {
        padding: 17px;
    }

    .cart-empty a.dk-btn>i,
    .cart-empty .dk-btn:before {
        display: none;
    }

    .checkout-summary-content .parent-btn .dk-btn {
        font-size: 16px;
    }

    #amazing-slider-responsive .countdown-timer span {
        font-size: 12px;
    }

    #amazing-slider-responsive .countdown-timer {
        font-size: 15px;
    }
}

@media(max-width:1350px) {
    .main_page_aside .side_card_style2 {
        height: auto;
    }

    .main_page_aside .widget-services {
        height: 470px;
        max-width: 24%;
    }

    .main_page_aside .widget-services div.row {
        padding-top: 20%;
    }

    .main_page_aside {
        width: auto;
        max-width: 100%;
    }

    .main_page_aside .master_div_widget_banner_side {
        display: inherit;
        /* overflow-y: auto; */
    }

    .main_page_aside .master_div_widget_banner_side .widget-banner {
        max-width: 24%;
        /* margin: 0px 5px; */
        min-width: 23%;
    }

    .main_page_aside .main_page_top_side_banner .widget-banner {
        max-width: 24%;
    }

    .main_page_aside .widget-suggestion {
        max-width: 24%;
    }

    .main_page_center {
        max-width: 100%;
        width: auto;
        /* max-width: -webkit-fill-available; */
    }
}

@media(max-width:1070px) {
    .main_page_aside .master_div_widget_banner_side .widget-banner {
        max-width: 32%;
        /* margin: 0px 5px; */
        min-width: 30%;
    }

    .main_page_aside .main_page_top_side_banner .widget-banner {
        max-width: 32%;
    }

    .main_page_aside .widget-services {
        max-width: 32%;
    }

    .main_page_aside .widget-suggestion {
        max-width: 32%;
    }
}

@media(max-width:850px) {
    .main_page_aside .master_div_widget_banner_side .widget-banner {
        max-width: 49%;
        /* margin: 0px 5px; */
        min-width: 45%;
        min-height: auto;
    }

    .main_page_aside .main_page_top_side_banner .widget-banner {
        max-width: 45%;
    }

    .main_page_aside .widget-services {
        max-width: 45%;
    }

    .main_page_aside .widget-suggestion {
        max-width: 45%;
    }
}

@media(max-width:670px) {
    .main_page_aside .widget-services div.row {
        padding-top: 0px;
        display: inherit;
    }

    .main_page_aside .widget-services div.feature-item {
        width: -webkit-fill-available;
        max-width: 100%;
    }

    .main_page_aside .widget-suggestion.widget {
        width: 68%;
        max-width: 100%;
    }

    .main_page_aside .widget-services.widget {
        width: 30%;
        max-width: 100%;
    }
}

@media(max-width:500px) {
    .main_page_aside .widget-services {
        height: auto;
    }

    .main_page_aside .widget-services div.row {
        padding-top: 0px;
        display: flex;
    }

    .main_page_aside .widget-suggestion.widget {
        width: 100%;
        max-width: 100%;
    }

    .main_page_aside .widget-services.widget {
        width: 100%;
        max-width: 100%;
    }
}

.item_cat_father {
    width: fit-content;
}

.inside_div_cat {
    width: fit-content;
}

.item_cat_father p{
    justify-self: center;
    width: 140px;
    text-align-last: center;
    text-align: -webkit-center;
}

.inside_div_cat p{
    justify-self: center;
    width: 140px;
    text-align-last: center;
    text-align: -webkit-center;
}

.item_cat_father img{
    justify-self: center;
    text-align-last: center;
    text-align: -webkit-center;
}

.inside_div_cat img{
    justify-self: center;
    text-align-last: center;
    text-align: -webkit-center;
}

.master_div_cat {
    display: block;
    column-count: 5;
    justify-items: center;
}

.image_removable_div {
    display: table-header-group;
}

.image_removable_div .myImgShowBig{
    opacity: 0.7;
    filter: grayscale(80%); /* تصویر به صورت رنگی */
    transition: opacity 0.5s ease, filter 0.5s ease; /* انتقال با سرعت 0.5 ثانیه */
}

.image_removable_div .myImgShowBig:hover{
    opacity: 1.0;
    filter: grayscale(0%); /* تصویر به صورت رنگی */
}

@media (max-width: 599px){
    .master_div_cat {
        column-count: 2;
    }
}
@media (min-width: 600px) and (max-width: 767px){
    .master_div_cat {
        column-count: 2;
    }
}
@media (min-width: 768px) and (max-width: 991px){
    .master_div_cat {
        column-count: 3;
    }
}
@media (min-width: 992px) and (max-width: 1199px){
    .master_div_cat {
        column-count: 4;
    }
}