
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: middle;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
    overflow-x: hidden;
    width: 100vw;
    background-color: #FBFBFB;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/**********Variables*******************/
:root {
    --h1size: 32px;
    --h2size: 28px;
    --h3size: 22px;
    --h4size: 18px;
    --h5size: 16px;
    --h6size: 15px;
    --bodysize: 16px;
    --h1height: 50px;
    --h2height: 42px;
    --h3height: 32px;
    --h4height: 28px;
    --h5height: 26px;
    --h6height: 25px;
    --bodyheight: 30px;
    --font-family: "Yekan", sans-serif;
    --primary: #000039;
    --primary-light: #12125e;
    --primary-dark: #000028;
    --secondary: #fc7c90;
    --secondary-dark: #bd606f;
    --text-color: #1e1e1e;
    --txt-dark: #495A6A;
    --txt-light: #AEB4B9;
    --gray: #f3f3f3;
    --primary-box-shadow: 0px 15px 35px 0px rgba(0, 0, 0, 0.1);
    --primary-text-shadow: 2px 3px 8px rgba(0, 0, 0, 0.1);
    --range-color: #fc7c90;
}

/**********Main styles****************/
@font-face {
    font-family: "Yekan";
    src: url("../fonts/YekanBakh.woff2");
}

html, body {
    font-family: var(--font-family);
    overflow-x: hidden;
    width: 100vw;
    font-size: var(--bodysize);
}

a {
    color: var(--secondary);
    text-decoration: none;
}

a:hover, a:focus {
    color: var(--secondary-dark);

}

p {
    font-family: var(--font-family);
    font-size: var(--bodysize);
    line-height: var(--bodyheight);
    color: var(--txt-dark);
}

.z-10 {
    z-index: 10;
}

.btn:focus {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.btn-outline-primary {
    color: var(--primary);
    border-color: var(--primary);
}

.btn-outline-primary:hover, .btn-outline-primary:focus {
    color: #ffffff;
    background-color: var(--primary);
    border-color: var(--primary);
}

.btn-primary, .btn-primary:hover, .btn-primary:focus {
    color: #ffffff;
    background-color: var(--primary);
    border-color: var(--primary);
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #E57F7F;
    border-color: #E57F7F;
}

.owl-carousel,
.bx-wrapper {
    direction: ltr;
}

.owl-carousel .owl-item {
    direction: rtl;
}

.owl-item {
    float: right;
}

.owl-slider {
    overflow: hidden;
    position: relative;
}

.owl-nav.disabled {
    display: none;
}

.text-justify {
    justify-content: center;
    text-align: justify;
}

.float-left {
    float: left;
}

.primary-color {
    color: var(--primary);
}

.secondary-color {
    color: var(--secondary);
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.dir-ltr {
    direction: ltr;
}

.ml-10 {
    margin-left: 10px;
}

textarea:hover,
input:hover,
textarea:active,
input:active,
textarea:focus,
input:focus,
button:focus,
button:active,
button:hover,
label:focus,
.btn:active,
.btn.active {
    outline: 0 !important;
    -webkit-appearance: none;
    box-shadow: none !important;
}

::-webkit-input-placeholder {
    color: #AEB4B9;

}

:-ms-input-placeholder {
    color: #AEB4B9;
}

::placeholder {
    color: #AEB4B9;
}

.full-width {
    width: 100%
}

.full-height {
    height: 100%
}

.rotate {
    transform: rotate(180deg);
}

.container-middle {
    width: 96%;
}

/**************HEADER************/
.primary-header {
    background-color: #ffffff;
    padding: 20px 0;
}

.logo-holder {
    margin-left: 30px;
}

.logo-holder img.logo {
    width: 200px;
}

.search-holder .input-group, .search-holder .input-group input {
    background-color: #F3F3F3;
    border-radius: 8px;
    border: none;
}

.search-holder .input-group {
    flex-wrap: nowrap;
}

.search-holder .input-group input {
    min-width: 560px !important;
    padding-top: 5px;
}

.search-holder .input-group button.btn {
    display: flex;
}

.register-btn {
    min-width: 120px;

}

.cart-btn img {
    width: 20px;
    margin-right: 20px;
}

.menu-items-holder {
    display: flex;

}

.menu-items-holder li {
    margin: 0 10px;
}

.menu-items-holder li a {
    color: #7F868D;
    white-space: nowrap;

}

.header-content .bottom-bar {
    margin-top: 25px;
}

.categories-btn {
    border: none;
    background: none;
    margin-left: 30px;
}

.social-holder {
    display: flex;
}

.social-holder a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    background: #F3F3F3;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

/*******MEGA MENU**********/
.categories_menu {
    position: relative;
    display: inline-block;
    white-space: nowrap;
}

.categories_menu_toggle {
    background: #fff;
    position: absolute;
    width: 96%;
    top: 130px;
    display: none;
    right: 0;
    z-index: 30;
    height: calc(100vh - 150px);
    margin-right: 2%;
    box-shadow: 0 -1px 3px 0 rgba(206, 206, 206, .2);
    border-radius: 8px;

}

.categories_menu_holder {
    width: 17%;
    border-left: 1px solid #f5f5f5;
    height: 100%;
}

.categories_menu_toggle > ul > li > a {
    font-size: 14px;
    line-height: 55px;
    font-weight: 700;
    cursor: pointer;
    padding: 0 30px 0 20px;
    align-items: center;
    justify-content: space-between;
    display: flex;
    color: #495A6A;

}

.categories_menu_toggle > ul > li.main-children.active ul.categories_mega_menu {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-start;
    right: 17%;
    padding-top: 50px

}

.categories_menu_toggle > ul > li.main-children.active {
    background-color: #f5f5f5;
    width: calc(100% + 1px);
}

.categories_menu_toggle > ul > li.main-children.active > a {
    color: var(--primary);
}

.categories_menu_toggle > ul > li ul.categories_mega_menu {
    position: absolute;
    width: 80%;
    background: transparent;
    padding: 25px 20px;
    overflow: hidden;
    top: 0;
    right: 20%;
    height: 100%;
    z-index: 99;
    display: none;
}

ul.categories_mega_menu li a {
    width: 210px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

ul.categories_mega_menu li.level-2 a {
    font-weight: 700;
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 20px;
    color: #495A6A;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

ul.categories_mega_menu li.level-2 a:after {
    content: "\f0d9";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    font-size: 16px;
    color: #7F868D;
    margin-left: 30px;
}

ul.categories_mega_menu li.level-3 a {
    font-size: 14px;
    font-weight: 700;
    color: #7F868D !important;
}

ul.categories_mega_menu li.level-4 {
    list-style-type: disc;
    margin-right: 15px;
    color: #9f9f9f !important;
}

ul.categories_mega_menu li a {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 1.5;
}

.categories_menu_toggle > ul > li ul.categories_mega_menu.open {
    display: block;
    right: 0;
}

.heading-list-item {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 14px;
    position: absolute;
    top: 10px;
    width: 100%
}

.heading-list-item a {
    white-space: nowrap;
    display: inline-block !important;
    overflow: unset !important;
}

.heading-list-item i {
    font-size: 12px;
}

.off_canvas_overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 29;
    opacity: 0;
    visibility: hidden;
    background: #242424;
    top: 132px;
    transition: .4s ease-in-out all;
}

.off_canvas_overlay.active {
    opacity: 0.8;
    visibility: visible;
}

/*******MEGA MENU END**********/

.home-main-content {
    background-size: cover;
    padding: 100px;
    background: url("../images/home/home-bg.jpg") no-repeat center;
}

.home-main-content h1 {
    color: #ffffff;
    text-align: center;
    font-weight: 700;
}

.home-main-content p {
    font-weight: 500;
    color: #ffffff;
    text-align: center;
    font-size: 20px;
    margin: 20px 0;
}

.glass-search-bar {
    background: rgba(255, 255, 255, 0.4);
    border-radius: 8px;
    padding: 25px;
}

.chosen-container-single .chosen-single {
    border: none;
    background: #fff;
    border-radius: 4px;
    height: 30px;
    padding-top: 5px;
}

.home-text-icons {
    background: linear-gradient(180deg, #636C74 0%, #3B434A 77.96%);
    box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.08);
    padding: 30px 0;
}

.icon-text {
    display: flex;

}

.icon-text .icon {
    margin-left: 20px;
}

.icon-text .texts {
    color: #ffffff;
    display: flex;
    flex-direction: column;
}

.section-title {
    font-style: normal;
    font-weight: 900;
    font-size: 26px;
    line-height: 40px;
    text-align: center;
    color: #495A6A;
    margin-bottom: 15px;
}

.product-card {
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 8px;
    padding: 20px;
    position: relative;
}

.product-card button.add-wish {
    background: transparent;
    border: none;
    position: absolute;
    top: 10px;
    right: 10px;
}

.product-card button.add-wish img {
    width: 25px;
}

.product-card .thumbnail img {
    width: 75%;
    margin-right: 10%;
}

.product-card .product-code {
    color: #7F868D;
    display: inline-block;
    margin-bottom: 10px;
    font-size: 12px;
}

.product-card .product-name {
    color: #495A6A;
    font-weight: 700;
    font-size: 15px;
    line-height: 170%;
    min-height: 45px;
}

.product-card .views-count {
    margin-left: 5px;
    padding-top: 5px;
}

.review {
    background: #F3F3F3;
    border-radius: 8px;
    color: #7F868D;
    padding: 10px 15px;
}

.view-btn {
    margin-top: 20px;
}

.view-btn a.btn {
    width: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    background: #FFFFFF;
    border: 1px solid #7F868D;
    border-radius: 8px;
    color: #495A6A;
    font-weight: 700;
    font-size: 15px;
    line-height: 28px;
}

.view-btn a.btn img {
    width: 20px;
    margin-left: 5px;
}

.only-two-line {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.only-one-line {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.view-all {
    font-weight: 900;
    font-size: 14px;
    line-height: 37px;
}

.view-all img {
    width: 7px;
    margin-right: 7px;
}

.discounts-content {
    background: linear-gradient(180deg, #616971 0%, #3B434A 70.66%);
    border-radius: 8px;
    padding: 30px 0;
}

.discount-chip {
    background: var(--secondary);
    border-radius: 8px;
    padding: 10px 15px;
    color: #ffffff;
    position: absolute;
    top: 10px;
    left: 10px;
}

.discount-text {
    color: #ffffff;
    padding-right: 20px;
    border-right: 3px solid #FFFFFF;
}

.discount-text h3 {
    font-weight: 700;
    margin-bottom: 10px;
}

.owl-prev, .owl-next {
    background: #ffffff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, .15);
    border-radius: 100%;
    border: none;
    padding: 0;
    width: 35px;
    height: 35px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999999;
}

.owl-next {
    right: unset;
    left: 0;
}

.discounts-slider {
    padding: 0 20px;
}

.owl-prev.disabled, .owl-next.disabled {
    display: none;
}

.banner img {
    width: 100%;
}

.clients-sliders {
    background: #FFFFFF;
    box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.04);
    border-radius: 8px;
    padding: 15px;
}

.clients-sliders .item {
    height: 100px;
    display: flex;
    align-items: center;
}

.clients-sliders img {
    max-width: 100%;
}

.main-footer {
    background: #ffffff;
    padding-top: 30px;
}

.main-footer .footer-logo-holder {
    margin-bottom: 40px;
}

.main-footer .footer-logo-holder img {
    max-width: 200px;
}

.main-footer .copyright {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
    color: #7F868D;
    font-weight: 700;
}

.main-footer .footer-title {
    color: #495A6A;
    font-weight: 900;
    margin-bottom: 15px;
}

.footer-list li {
    margin-bottom: 15px;
}

.footer-list li a {
    color: #7F868D;
    font-size: 16px;

}

.footer-list.contact li a {
    display: flex;
    align-items: center;
}

.footer-list.contact li a img {
    margin-left: 15px;
}

.newspaper-title {
    color: var(--primary);
    font-weight: 700;
}

.newspaper-text {
    font-weight: 700;
    color: #7F868D;
    margin-bottom: 20px;
}

.badge-link {
    text-align: center;
    display: block;
}

.badge-link img {
    width: 100px;
}

.newspaper-input input {
    background: #F3F3F3;
    border: none;
    border-radius: 8px;
    height: 50px;
}

.newspaper-input button {
    border-radius: 8px;
    height: 50px;
    min-width: 100px;
    font-weight: 700;
}

.toggle-btn {
    background: transparent;
    border: none;
}

.toggle-btn img {
    width: 35px;
}

/*............products............*/
.breadcrumb ol li {
    color: var(--txt-light) !important;
    font-weight: 700;
    line-height: 25px;

}

.breadcrumb ol li a {
    color: var(--txt-dark);
}

.bg-bordered {
    border: 1px solid #CCCCCC;
    border-radius: 8px;
    padding: 20px 20px;
}

.filter-sidebar h2, .filter-sidebar h3 {
    font-weight: 900;
    font-size: 20px;
    line-height: 34px;
    margin-bottom: 20px;
    color: #495A6A;
}

.filter-sidebar h3 button, .close-toggle {
    float: left;
    border: none;
    background: none;
    margin-top: 0;
    color: #495a6a;
    padding-top: 0;
    line-height: 20px;
}

.filter-list a {
    color: var(--txt-dark);
    font-weight: 700;
}

.sub_toggle {
    position: absolute;
    left: 0;
    top: 0;
    border: none;
    background: none;
    margin-top: 0;
    color: #495a6a;
    padding-top: 0;
    line-height: 20px;
    z-index: 999;
}

.filter-sidebar h3 button i, .sub_toggle i {
    font-size: 15px;
}

.filter-list, .sub-item {
    height: 0;
    visibility: hidden;
    opacity: 0;
    display: none;
}

.filter-list.active {
    max-height: 240px;
    overflow-y: auto;
    overflow-x: hidden;
    display: block;
}

.sub-item.active {
    display: block;
}

.filter-list.active li {
    position: relative;
    min-height: 25px;
}

.filter-list.active, .sub-item.active {
    height: unset;
    visibility: visible;
    opacity: 1;

}

.filter-list.active div.form-check {
    width: 100%;
}

.sub-item {
    margin-right: 5px;
}

.sub-item.level-1 .item-holder a {
    font-weight: 500;
}

.sub-item > li {
    min-height: 15px !important;
}

.filter-sidebar .search-field {
    background: #F3F3F3;
    border-radius: 8px 0 0 8px;
    border: none;

}

.filter-sidebar .search-field::placeholder {
    color: var(--txt-light) !important;
}

.filter-sidebar .shop-search-holder .input-group {
    background: #F3F3F3;
    border-radius: 8px;
}

.filter-sidebar .shop-search-holder .input-group button img {
    margin-top: 5px;
    width: 20px;
}

.filter-sidebar .form-check-input:checked {
    background-color: var(--primary);
    border-color: var(--primary);
}

.filter-sidebar .form-check-input:checked + .form-check-label {
    color: var(--primary);
}

.filter-sidebar .form-check-input {
    width: 20px;
    margin-left: 15px;
    height: 20px;
    margin-top: -2px;
    margin-bottom: 8px;
}

.filter-sidebar .form-check-label {
    font-size: 16px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 24px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ddd;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 0;
    bottom: 0;
    background-color: var(--primary);
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: var(--primary-light);
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(34px);
    -ms-transform: translateX(34px);
    transform: translateX(34px);
}

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.filters button.close {
    border: none;
    background: none;
    margin-right: 15px;
    padding-left: 0;
}

.filters button.close img {
    width: 11px;
    vertical-align: middle;
}

.filters span.chip {
    background: #F3F3F3;
    border-radius: 8px;
    padding: 6px 10px;
    margin-left: 10px;
    font-size: 13px;
    color: #495A6A;
    white-space: nowrap;
    display: inline-block;
    margin-bottom: 5px;
}

.filters span.chip .content {
    padding-top: 2px;
}

.bold {
    font-weight: 700;
}

.filters .delete-filters a {
    font-weight: 700;
    color: var(--primary);
    font-size: 15px;
    white-space: nowrap;
}

.sp-title {
    font-size: 15px;
    font-weight: 700;
    margin-left: 15px;
}

.txt-light {
    color: var(--txt-light);
}

.sort-bar a {
    color: #7F868D;
    font-size: 15px;
}

.sort-bar a.active {
    color: var(--primary);
    position: relative;
}

.sort-bar a.active:after {
    content: " ";
    position: absolute;
    bottom: -18px;
    width: 100%;
    border-bottom: 2px solid;
    right: 0;
}

.pagination .page-link {
    background: none;
    border: none;
    color: var(--txt-dark);

}

.pagination li {
    vertical-align: middle;
}

.pagination .page-item.active .page-link {
    background-color: var(--primary);
    border-color: var(--primary);
    border-radius: 4px;
}

/*.............single-product............*/
.main-single-product h1 {
    font-weight: 700;
    font-size: var(--h2size);
    line-height: var(--h1height);
    color: var(--txt-dark);
    margin-bottom: 20px;
}

.main-single-product h2 {
    font-size: var(--h4size);
    margin: 25px 0 15px 0;
    font-weight: 700;
    color: var(--txt-dark);
}

.main-single-product .span-holder span {
    font-size: 16px;
    line-height: 22px;
}

.main-single-product .score {
    background: #F3F3F3;
    border-radius: 8px;
    padding: 10px 15px;
    margin-left: 20px;
}

.func-bar img {
    width: 22px;
}

.func-bar img.wishlist-i {
    width: 28px;
}

.main-single-product .product-tabs .tab-bar {
    background-color: var(--gray);
    border-radius: 8px;
    border-bottom: 0;
    padding: 0 20px;
}

.main-single-product .product-tabs .nav-tabs {
    border: none;
}

.main-single-product .product-tabs .nav-tabs .nav-link.active {
    color: var(--primary);
    border: none;
    border-bottom: 2px solid var(--primary);
    background: none;

}

.nav-tabs .nav-link {
    border: none;
}

.nav-tabs .nav-link:hover {
    border-color: transparent;
    isolation: unset;
}

.main-single-product .product-tabs .nav-tabs .nav-link {
    padding: 20px;
    font-weight: 700;
    font-size: 16px;
    color: var(--txt-light);
}

.main-single-product #features ul li {
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.main-single-product #features ul label {
    max-width: 10rem;
    flex: 0 0 10rem;
    z-index: 1;
    font-weight: 700;
    font-size: 16px;
    padding-bottom: 10px;
}

.main-single-product #features ul p {
    border-bottom: 1px solid #CCCCCC;
    font-weight: 500;
    font-size: 16px;
    width: 100%;
    padding-bottom: 10px;

}

.main-single-product .single-comment .author, .main-single-product .single-comment .date {
    color: #7F868D;
    font-size: 17px;
}

.main-single-product .single-comment .date {
    font-size: 14px;
}

.main-single-product .single-comment {
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 10px;
}

.main-single-product .single-comment:last-child {
    border: none;
}

.main-single-product .chosen-container-single .chosen-single {
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 4px;
    height: 45px;
    padding-top: 10px;
    box-shadow: none;
}

.main-single-product .chosen-container-single .chosen-single div b {
    background-position: 8px 17px !important;
}

.btn-default {
    background: none;
    border: none;
    color: var(--primary);
}

.main-single-product .table-responsive th, .main-single-product .price {
    color: var(--txt-light);
    font-size: 16px;
    font-weight: 700;
}

.main-single-product .money {
    font-size: 24px;
    font-weight: 700;
}

.main-single-product .table-responsive td, .main-single-product .currency {
    text-align: left;
    font-size: 16px;
    font-weight: 700;
}

.main-single-product .table > :not(caption) > * > * {
    padding: 0.7rem .5rem;
}

.chosen-rtl .chosen-single span {
    font-size: 16px;
}

hr {
    color: #ccc;
}

.btn-contained-dark {
    background: var(--txt-dark);
    border-radius: 8px;
    padding: 15px;
    color: var(--bs-white);
}

.w-100 {
    width: 100%;
}

.other-links a {
    color: #14B1D3;
    font-size: 14px;
}

.modal-title {
    color: #495A6A;
    font-weight: 700;
}

.modal-header, .modal-footer {
    border: none
}

.modal-footer button {
    width: 100%;
    border-radius: 8px;
}

.comment-form textarea, .comment-form input.text-type, .comment-form textarea:focus, .comment-form input.text-type:focus {
    background: #F3F3F3;
    border-radius: 8px;
    border: none;
    direction: rtl;
}

.form-check-input:checked {
    background-color: var(--primary);
    border-color: var(--primary);
}

.contact-type-holder {
    display: flex;
    align-items: center;
}

.contact-type-holder div {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    border-radius: 8px;
    border: 1px solid var(--txt-light);
    padding: 10px;
    align-content: center;
    cursor: pointer;
    width: 100%;
}

.full-width {
    width: 100%
}

.contact-type-holder div.active {
    border: 1px solid var(--primary)
}

.contact-type-holder div label {
    margin-right: 5px;
    cursor: pointer;
}

.email-input {
    display: none;
}

.email-input.active {
    display: block;
}

.product-img-carousel {
    padding-top: 30px;
}

.product-img-carousel span {
    border: 1px solid #CCCCCC;
    border-radius: 8px;
    padding: 5px;
    display: block;
    cursor: pointer;
}

.owl-dots {
    position: absolute;
    top: 0;
    right: 50%;
    transform: translateX(50%);
}

.owl-dot {
    background-color: transparent;
    border: none;
}

.owl-dot span {
    background: #CCCCCC;
}

.owl-dot.active span {
    background: var(--primary)
}

/*Range slider*/
input[type="range"] {
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    display: block;
    width: 100%;
    height: 8px;
    background-color: #d5d5d5;
    border-radius: 8px;
    outline: none;
}

input[type="range"]::-webkit-slider-runnable-track {
    -webkit-appearance: none;
    height: 8px;
}

input[type="range"]::-moz-track {
    -moz-appearance: none;
    height: 8px;
}

input[type="range"]::-ms-track {
    appearance: none;
    height: 8px;
}

input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 20px;
    width: 20px;
    background-color: var(--range-color);
    border-radius: 50%;
    cursor: pointer;
    margin-top: -6px;
    border: none;
}

input[type="range"]::-moz-range-thumb {
    -webkit-appearance: none;
    height: 20px;
    width: 20px;
    background-color: var(--range-color);
    border-radius: 50%;
    cursor: pointer;
    margin-top: -6px;
    border: none;
}

input[type="range"]::-ms-thumb {
    appearance: none;
    height: 20px;
    width: 20px;
    background-color: var(--range-color);
    border-radius: 50%;
    cursor: pointer;
    margin-top: -6px;
    border: none;
}

input[type="range"]:active::-webkit-slider-thumb {
    background-color: #ffffff;
    border: 3px solid var(--range-color);
}

.range-color {
    color: var(--range-color);
}

.close-compare {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
    border: none;
    background: none;

}

.compare-table td {
    text-align: right !important;
}

.compare-table .product-card {
    max-width: 300px;
    text-align: right;
    min-width: 200px;
}

.compare-table .middle-head td:nth-child(2) {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.compare-table .middle-head td:last-child {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.compare-table .middle-head td {
    background: #F3F3F3;
    padding-right: 20px;
    line-height: 30px;
}

.compare-table .middle-head td:first-child {
    background: unset;
}

.compare-table .compare-description td {
    border-bottom: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    color: #495A6A;
    font-weight: 500;
    padding-right: 20px;
    line-height: 30px;
}

.compare-table td.header-td {
    font-weight: 700;
    color: #324352;
}

.compare-table td.header-td, .compare-table .compare-description:last-child td {
    border-bottom: none;
    border-left: none;
}

.compare-table td:last-child {
    border-left: none;
}

.search-holder.compare {
    width: 100%;
    margin-bottom: 30px;
}

.search-holder input {
    min-width: unset !important;
}

.compare-modal-body {
    max-height: 500px;
    overflow-y: auto;
}

.compare-modal-body .product-card {
    max-width: unset;
}

/*Auth Styles*/
.auth-container {
    height: 100vh;
}

.auth-content-holder {
    position: relative;
    background: url(../images/banner.jpg) no-repeat center center;
    background-size: cover;

}

.auth-content-holder .inner-content {

    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    padding: 20px;
    z-index: 999;
    position: relative;
}

.auth-content-holder .inner-content img {
    max-width: 400px;
}

.auth-content-holder .inner-content h2 {
    font-weight: 900;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 30px;
    text-align: center;
    margin: 20px 0;
}

.auth-content-holder .overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #324352;
    opacity: 0.7;
}

.auth-form-holder .back-holder {
    text-align: left;
}

.auth-form-holder .back-holder a {
    color: #495A6A;
}

.auth-form-holder .back-holder a img {
    width: 14px;
}

.auth-form-holder h3.auth-title {
    color: #495A6A;
    text-align: center;
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 30px;
    margin-top: 30px;
}

.auth-form-holder .form-group input {
    background: #F3F3F3;
    border-radius: 8px;
    border-color: #F3F3F3;
    line-height: 32px;
}

.form-control.is-invalid {
    border-color: #AB2929 !important;
}

::placeholder {
    color: #AEB4B9;
    font-size: 12px;
}

.invalid-feedback {
    color: #AB2929;
    font-weight: 700;
    font-size: 12px;
    padding-top: 3px;
}

.form-group.has-toggle {
    position: relative;
}

.input-toggle {
    background-color: transparent;
    border: none;
    position: absolute;
    left: 0;
    top: 10px;
}

.otp-inputs input {
    font-size: 25px;
    font-weight: 700;
    text-align: center;
    padding: 10px 0 0 0;
    background: #F3F3F3;
    border-color: #F3F3F3;
}

.time-counter {
    font-size: 14px;
    color: var(--primary);
    font-weight: 700;
}

.time-counter img {
    margin-right: 5px;
}

.otp-text-holder {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.otp-inputs .form-control:focus {
    border-color: var(--primary)
}

.resend-btn {
    font-weight: 700;
    font-size: 13px;
}

.input-toggle img {
    width: 20px;
}

.font-20 {
    font-size: 18px !important;
}