/*--------------------------------------------------------------============================================================



/*==============================
[Table of contents]




=============================================================--------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Baskervville:ital@0;1&family=Rubik:wght@300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;600;700&family=Zen+Kaku+Gothic+New:wght@300;400;500;700&display=swap');
:root {
    --theme__color1: #E4AB6C;
    --theme__color2: #073A36;
    --theme__color3: #4C1830;
    --theme__color4: #757575;
    --theme__color5: #1F1F1F;
    --font4: 'Rubik', sans-serif;
    --font3: 'Baskervville', serif;
    --font2: 'Cinzel';
    --font1: 'Zen KaKu Gothic New', serif;
}

body {
    font-size: 16px;
    line-height: 1.2;
    background-color: #fff;
    color: var(--theme__color5);
    overflow-x: hidden;
    word-wrap: break-word;
    word-break: normal;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    font-family: var(--font1);
}

#loadingDiv {
    display: flex !important;
    background-color: #fff !important;
    height: 100vh !important;
    align-item: center !important;
    justify-content: center !important;
}

.loader-area {
    height: 100vh !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

a,
a:active,
a:focus,
a:active {
    text-decoration: none !important;
    color: inherit;
    transition: 0.3s;
}

a:hover {
    color: inherit;
}

input {
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

a:hover,
a:focus,
input:focus,
input:hover,
select:focus,
select:hover,
select:active,
textarea:focus,
textarea:hover,
button:focus {
    outline: none;
}

table {
    border-collapse: separate;
    border-spacing: 0;
    table-layout: fixed;
    /* Prevents HTML tables from becoming too wide */
    width: 100%;
}

img {
    -ms-interpolation-mode: bicubic;
    border: 0;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

iframe {
    width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-weight: 700;
}

h1,
.h1 {}

h2,
.h2 {}

h3,
.h3 {
    font-size: 57px;
    font-weight: 400;
    font-family: var(--font2);
}

h4,
.h4 {}

h5,
.h5 {
    font-size: 16px;
    font-weight: 500;
    color: var(--theme__color3);
    text-transform: uppercase;
    margin-bottom: 40px;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

::placeholder:focus {
    opacity: 0 !important;
}

p {
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 15px;
}

p:last-child {
    margin: 0;
}

.default-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 16px 32px;
    background: var(--theme__color1);
    color: #fff;
    border-radius: 0;
    font-size: 19px;
    font-weight: 400;
    transition: 0.3s;
    font-family: var(--font2);
    text-transform: uppercase;
}

.default-button:hover {
    color: #fff;
    background: var(--theme__color2) !important;
}

.default-button:focus {
    color: #fff;
}

.default-button.black {
    background: var(--theme__color2);
    border: none !important;
}

.default-button.black:hover {
    background: var(--theme__color1) !important;
}

.default-button.black:focus {
    color: #fff !important;
}

.default-button:disabled,
.default-button[disabled] {
    opacity: 0.6 !important;
    cursor: not-allowed !important;
}

.link {}

.mx-input {
    width: 100% !important;
    border: none !important;
    border-bottom: 1px solid #ADADAD !important;
    border-top: 0px solid transparent;
    box-shadow: 0px !important;
    border-radius: 0px !important;
    -webkit-box-shadow: none !important;
    padding-left: 1rem !important;
}

.mx-calendar-content .cell.active {
    background-color: var(--theme__color1) !important;
}

.common-bg {
    background: #DDCBAD;
}

.modal {
    z-index: 99999999;
}

@media (min-width: 1900px) {
    .container {
        max-width: 1880px;
    }
}


/*
home-page-style
----------------------------------------------------*/


/* ----header-section---- */


/* header-top */

.header-top {
    background: var(--theme__color2);
}

.header-top .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 17px 12px;
    position: relative;
}

.header-top .container>* {
    margin: 0;
    font-weight: 300;
    font-size: 13px;
    line-height: 18px;
    color: #fff;
}

.header-top ul {
    display: flex;
}

.header-top ul li:first-child {
    margin-right: 20px;
    padding-right: 20px;
    border-right: 1px solid #fff;
}

.header-top ul li a {
    text-decoration: underline !important;
    transition: 0.3s;
}

.header-top ul li a:hover {
    color: var(--theme__color1);
}

.header-top ul li img {
    margin-right: 4px;
}

.ht-close {
    display: block !important;
    top: 17px !important;
    right: 12px !important;
}

.value .nice-select {
    margin-bottom: 0px;
}

.ht-close {
    position: absolute;
    right: 0;
    top: 0;
    display: none;
    cursor: pointer;
}


/* header-bottom */

.header-bottom {
    padding: 18px 0;
    position: relative;
}


/* .header-bottom .container {
    display: flex;
    align-items: center;
} */

.header-bottom .container .row .col {
    display: flex;
    justify-content: center;
}

.header-bottom .container .row .main-menu {
    display: flex;
    justify-content: center;
}

.logo {
    display: block;
    width: 124px;
    flex-shrink: 0;
}

.main-menu {
    margin-right: auto;
    margin-left: auto;
}

.main-menu>ul {
    display: flex;
}

.icon-nav ul {
    display: flex;
}

.icon-nav ul li {
    margin-left: 40px;
}

.icon-nav-hover-effect:hover {
    transition: transform 150ms;
    transform: translateY(-3px);
}

.main-menu ul li {
    display: block;
}

.main-menu>ul>li {
    margin: 22px;
}

.main-menu>ul>li>a {
    font-family: var(--font2);
    font-weight: 400;
    transition: 0.3s;
    display: block;
}

.v-line {
    border-left: 1px solid var(--theme__color1);
}

.modal-text-store {
    font-size: 15px;
    font-weight: 300;
    font-family: var(--font1);
}

.dropdown.megamenu .nav-area-store {
    width: 100% !important;
}

.main-menu>ul>li.has-dropdown a {
    position: relative;
    padding-right: 20px;
}

.main-menu>ul>li.has-dropdown>a::after {
    content: '\f078';
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    font-size: 14px;
    color: var(--theme__color4);
    transition: 0.3s;
}

.main-menu>ul>li.has-dropdown>a:hover:after {
    color: var(--theme__color1);
}

.main-menu>ul>li.has-dropdown>a.active::after {
    transform: translateY(-50%) rotate(180deg);
}

.main-menu>ul>li>a:hover {
    color: var(--theme__color1);
}

.dropdown.megamenu {
    position: absolute;
    background: #fff;
    left: 0;
    width: 100%;
    top: 100%;
    border: 1px solid #F2F2F2;
    box-shadow: 0px 1px 4px rgba(117, 117, 117, 0.15);
    border-radius: 4px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    z-index: 99;
}

.dropdown.megamenu.active {
    opacity: 1;
    visibility: visible;
}

.dropdown.megamenu .container {
    display: flex;
    align-items: flex-start;
    width: 100%;
    justify-content: center;
}

.dropdown.megamenu .nav-area {
    width: 80%;
    display: flex;
    padding-top: 40px;
}

.dropdown.megamenu .nav-area ul {
    width: 25%;
}

.dropdown.megamenu .nav-area ul li {
    font-family: var(--font2);
}

.dropdown.megamenu ul li a {
    display: block;
    font-size: 16px;
    color: #000;
    margin-bottom: 30px;
    font-weight: 400;
    transition: 0.3s;
}

.dropdown.megamenu ul li a:not(.title):hover {
    color: var(--theme__color1);
}

.dropdown.megamenu ul li a.title {
    color: var(--theme__color5);
    cursor: text;
    font-weight: 500;
}

.dropdown.megamenu ul li a.all {
    color: var(--theme__color1);
}

.dropdown.megamenu .img-area {
    width: 31%;
    position: relative;
    padding: 12px 0 8px;
}

.caregories-title {
    font-size: 16px !important;
}

.terms p {
    font-size: 14px;
    line-height: 1.5rem;
    padding: 0px 60px 0px 60px;
}

.terms h5 {
    padding: 0px 60px 0px 60px;
}

.terms h3 {
    padding: 0px 60px 0px 60px;
}

.privacy h5 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
}

.store-detail-img {
    height: 180px;
    object-fit: cover;
}

@media(max-width:600px) {
    .terms h3 {
        font-size: 26px;
    }
}

.dropdown.megamenu .img-area .link {
    position: absolute;
    left: 0;
    bottom: 0;
    font-weight: 400;
    color: var(--theme__color2);
    transition: 0.3s;
    width: 100%;
    font-family: var(--font2) !important;
    font-size: 16px;
}

.dropdown.megamenu .img-area .link:hover {
    color: var(--theme__color3);
}

.mobile-menu {
    display: none;
}

.size-menu {
    display: block;
    position: fixed;
    height: 100%;
    width: 60%;
    background: #fff;
    z-index: 999999;
    top: 0;
    left: 0;
    transform: translateX(-105%);
    transition: 0.3s;
    overflow-y: scroll;
    overflow-x: hidden;
}

.size-menu::-webkit-scrollbar {
    display: none;
}

.modal-address {
    z-index: 9999999;
    top: 30%;
}


/* Hide scrollbar for IE, Edge and Firefox */

.size-menu {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

.ring-size-container {
    padding-top: 40px;
}

.ring-size-container h1 {
    font-family: var(--font2);
    font-size: 2.2rem;
    font-weight: 500;
}

.ring-size-container p {
    font-family: var(--font1);
    font-size: 1.2rem;
    font-weight: 500;
}

.ring-head-text-size {
    font-size: 1.3rem !important;
}

.ring-content-text-area {
    padding-left: 5rem;
}

.ring-step-text {
    text-align: center;
    padding: 15px;
    border: 1px solid #ADADAD;
    width: 140px;
    font-family: var(--font2);
    font-size: 1.2rem;
    font-weight: 500;
}

.size-menu.active {
    transform: translate(0);
}

.size-menu .responsive-menu-close {
    position: absolute;
    right: 27px;
    top: 40px;
    cursor: pointer;
    display: inline-block;
}

.table-size-chart {
    text-align: center;
    font-family: var(--font1);
}

.table-size-chart thead {
    background-color: #f3efe8;
    color: #000
}

.table-size-chart thead tr th {
    border-bottom-width: 0px !important;
    border-right-width: 1px;
}

.table-size-chart thead tr td {
    padding: 1rem;
    border-bottom-width: 0px !important;
    font-family: var(--font2);
    font-weight: 500;
    border-right-width: 1px;
}

.table-size-chart thead tr th {
    padding: 1rem;
    font-weight: 500;
    font-family: var(--font2);
}

.table-size-chart tbody tr td {
    padding: 1rem;
    border-right-width: 1px;
}

.ring-head-text-size {
    background-color: #f3efe8;
    padding: 30px 0 30px 0;
    margin-bottom: 20px;
}

.about-size-text {
    font-size: var(--font2);
    font-weight: 500;
    font-size: 1.3rem !important;
    text-align: center;
    padding: 30px 0 10px 0;
}


/* ----hero-section---- */

.hero-section {
    padding: 30px 0 0;
}

.hero-img {}

.hero-img-products {
    height: 100% !important;
}

.hero-img-products img {
    height: 100% !important;
    padding: 30px;
    width: 100% !important;
}

.hero-content {
    padding: 50px 140px 0 0;
}

.hero-content h2 {
    font-size: 68px;
    color: var(--theme__color5);
    font-weight: 400;
    font-family: var(--font2);
    margin: 0;
}

.hero-content p {
    font-size: 27px;
    font-weight: 400;
    margin: 30px 0 30px;
    line-height: 1.5;
}


/* ----about-product-section---- */

.about-product-section {
    padding: 90px 0;
    margin-top: 140px;
}

.about-product-section .container {
    display: flex;
    flex-wrap: wrap;
}

.about-product-section .product-details {
    width: 40%;
    padding: 0 170px 0 0;
}

.about-product-section .product-details h3 {
    font-size: 57px;
    font-family: var(--font2);
    font-weight: 400;
    margin: 0;
}

.about-product-section .product-details p {
    font-weight: 400;
    font-size: 19px;
    line-height: 1.45;
    margin: 35px 0 35px;
}

.about-product-section .product-img {
    width: 59%;
    direction: rtl;
    margin-bottom: 0;
}

.about-product-section.common-bg .product-img {
    margin-bottom: 0px;
}

.about-product-section:not(.common-bg) {
    padding-bottom: 20px;
}

.about-product-section.vertical-opposite {}

.about-product-section.horizontal-opposite .product-details {
    padding: 0 90px 0 80px;
}

.about-product-section.horizontal-opposite .product-img {
    margin-bottom: 0;
}


/* ----about-product-section about-product2---- */


/* ----about-product-section about-product3---- */


/* ----about-product-section about-product4---- */

.about-product-section.about-product-4 {
    padding: 180px 0 90px 0;
}


/* ----product-category-section---- */

.product-category-section {}

.product-category-section .head-part {}

.product-category-section .head-part h3 {
    margin: 34px 0 56px;
}

.product-category {
    padding-bottom: 20px;
}

.product-category h4 {
    font-size: 25px;
    font-weight: 400;
    margin: 25px 0 20px;
}

.product-category a {
    display: inline-block;
    font-size: 16px;
    text-decoration: underline !important;
}

.product-category-section .owl-nav {
    position: absolute;
    top: -100px;
    right: 0;
    width: 155px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product-category-section .owl-nav button {
    height: 72px;
    width: 72px;
    border-radius: 50%;
    border: 1px solid var(--theme__color4) !important;
    opacity: 0.7;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

.product-category-section .owl-nav button:hover {
    border-color: var(--theme__color1) !important;
}

.product-category-section .owl-nav button span {
    font-size: 20px;
    transition: 0.3s;
}

.product-category-section .owl-nav button:hover span {
    color: var(--theme__color1) !important;
}

.owl-nav.disabled {
    display: flex !important;
}


/* ----testimonial-section---- */

.testimonial-section {
    padding: 0 0 60px;
    margin-top: 160px;
}

.testimonial-section .container {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.testimonial-img {
    width: 31%;
    margin-top: -80px;
}

.testimonial-slider-outer {
    width: 53%;
    margin-right: 17px;
    margin-left: 2.05%;
    position: relative;
}

.testimonial-slider {
    width: 82%;
    margin: 0 auto;
    position: static;
}

.single-testimonial {}

.single-testimonial .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.single-testimonial h4 {
    font-size: 34px;
    font-weight: 400;
    text-align: center;
    margin: 0;
    line-height: 1.53;
}

.single-testimonial .name {
    font-size: 19px;
    font-weight: 500;
    display: block;
    margin: 40px 0 15px;
}

.single-testimonial .place {
    font-size: 16px;
    font-weight: 300;
    display: block;
}

.testimonial-slider .owl-nav {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
}

.testimonial-slider .owl-nav button span {
    height: 23px;
    width: 23px;
    border: 2px solid var(--theme__color5);
    border-top: none;
    border-right: none;
    display: block;
    transform: rotate(45deg);
}

.testimonial-slider .owl-nav button.owl-next span {
    transform: rotate(-135deg);
}

.testimonial-slider .owl-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 75px 0 80px;
}

.testimonial-slider .owl-dots button.owl-dot {
    height: 10px;
    width: 10px;
    background: var(--theme__color5);
    border-radius: 50%;
    margin: 0 15px;
    transition: 0.3s;
}

.testimonial-slider .owl-dots button.owl-dot.active {
    transform: scale(1.5);
    background: transparent;
    border: 1px solid var(--theme__color5);
}


/* ----service-quality-section---- */

.service-quality-section {}

.service-quality-section .head-part h3 {
    text-align: center;
    margin: 160px 0 138px;
}

.single-quality-outer {
    position: relative;
}

.single-quality-outer:not(:last-child)::after {
    height: 100%;
    width: 1px;
    content: '';
    background: #E6E6E6;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
}

.single-quality {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 0 100px;
    text-align: center;
    position: relative;
}

.single-quality .image {
    height: 123px;
    width: 123px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.single-quality h4 {
    margin: 44px 0 31px;
    font-size: 27px;
    font-weight: 500;
}

.single-quality p {
    font-size: 14px;
    font-weight: 400;
    color: var(--theme__color4);
    line-height: 1.55;
    letter-spacing: .030rem;
}


/* ----social-product-section---- */

.social-product-section {
    background: linear-gradient(#EFEFEF, #E8E8E8);
    padding: 100px 0 80px;
    margin-top: 170px;
}

.social-product-section .container {
    display: flex;
    align-items: center;
}

.social-product-section .content {
    padding-right: 50px;
}

.social-product-section .content h3 {}

.social-product-section .content p {
    font-size: 19px;
    font-weight: 300;
    line-height: 1.55;
    margin: 35px 0;
}


/* ----footer-section---- */

.footer-section {
    border-top: 15px solid var(--theme__color2);
    background: #fff;
}

.footer-top {
    padding: 67px 0;
}

.footer-top .part-2 {
    max-width: 470px;
}

.footer-section h4 {
    font-size: 19px;
    margin-bottom: 15px;
    font-weight: 500;
    font-family: var(--font2);
}

.footer-section p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 27px;
}

.footer-section p span {
    font-weight: 400;
}

.footer-section .input-group {
    display: flex;
    width: 100%;
    position: relative;
}

.footer-section .input-group img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
}

.footer-section .input-group input[type="text"] {
    height: 48px;
    flex-grow: 1;
    width: 0;
    padding: 0 20px 0 45px;
    margin-right: 6px;
    border: 1px solid var(--theme__color5);
}

.footer-section .input-group input[type="email"] {
    height: 48px;
    flex-grow: 1;
    width: 0;
    padding: 0 20px 0 45px;
    margin-right: 6px;
    border: 1px solid var(--theme__color5);
}

.footer-section .input-group input[type="submit"] {
    flex-shrink: 0;
    font-weight: 500;
    color: #fff;
    background: var(--theme__color2);
    border-radius: 4px !important;
    padding: 0 20px;
    border: none;
}

.footer-section .input-group input[type="submit"]:hover {
    background-color: var(--theme__color1);
}

.footer-top ul li a {
    display: block;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 15px;
    transition: 0.3s;
    font-family: var(--font2);
    text-transform: uppercase;
    line-height: 20px;
}

.footer-top ul li a:hover {
    color: var(--theme__color1);
}

.footer-section h6 {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 20px;
    font-family: var(--font2);
}

.footer-social {
    display: flex;
    margin-bottom: 30px;
}

.footer-social li {
    margin-right: 22px;
}

.footer-social li a i {
    color: var(--theme__color4);
    font-size: 26px;
    transition: 0.3s;
}

.footer-social .facebook a:hover i {
    color: #4267B2;
}

.footer-social .instagram a:hover i {
    -webkit-text-fill-color: transparent;
    background: -webkit-gradient(linear, left top, left bottom, from(#fd1d1d), to(#833ab4));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.footer-social .pinterest a:hover i {
    color: #c8232c;
}

.footer-section .payment {
    display: flex;
}

.footer-section .payment li {
    margin-right: 5px;
}

.footer-section .part-3 p {
    max-width: 300px;
}

.footer-bottom {
    padding: 45px 0;
}

.footer-bottom .container {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.footer-bottom .container li {
    margin-right: 30px;
}

@media(max-width:1024px) {
    .footer-bottom .container li {
        margin-right: 0px !important;
        padding: 15px 5px 10px 20px;
    }
}

.footer-bottom p {
    margin: 0;
    font-size: 13px;
    font-weight: 300;
}

.footer-bottom ul.condition {
    position: absolute;
    left: 0;
    display: flex;
    top: 50%;
    transform: translateY(-50%);
}

.footer-section.theme-2 {
    color: #fff;
    background: var(--theme__color2);
}

.footer-section.theme-2 .input-group input[type="submit"] {
    background: var(--theme__color1);
}

.footer-section.theme-2 .input-group input[type="text"] {
    border: 1px solid var(--theme__color4);
    background: transparent;
    color: #757575;
}

.footer-section.theme-2 .input-group input[type="text"]::placeholder {
    opacity: 1;
}


/*
product-view-page
----------------------------------------------------*/

@media (min-width: 1900px) {
    .container {
        max-width: 1800px;
    }
}


/* hero-section */

.product-view-page .hero-section {
    margin-bottom: 29px;
}

.hero-section.common-bg {
    padding: 70px 0 0;
}

.hero-section.common-bg.banner-area-products-list {
    padding: 0px 0 0 !important;
}

.hero-section.banner-products-list {
    padding: 0px 0 0 !important;
}

.hero-content.banner-text-area {
    padding: 100px 0 0;
}

.hero-content p.small {
    font-size: 15px;
}

.banner-area-products-list-mob {
    margin-bottom: 20px !important;
}

.hero-section.common-bg .hero-img img {
    margin-bottom: -25px;
}


/* breadcrumb  */

.breadcrumb {}

.breadcrumb-header a.hover-left {
    position: relative;
    color: var(--theme__color5);
    font-weight: 400;
}

.breadcrumb-header a.hover-left:hover {
    color: var(--theme__color1);
}

.breadcrumb-header-text {
    font-weight: 400;
    color: var(--theme__color5);
}

.breadcrumb-header a.hover-left:before {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    bottom: -2px;
    left: 0;
    background-color: var(--theme__color1);
    color: var(--theme__color1);
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}

.breadcrumb-header a.hover-left:hover:before {
    visibility: visible;
    width: 100%;
}

.breadcrumb ul {
    display: flex;
    font-weight: 500;
    color: var(--theme__color4);
}

@media(max-width:1024px) {
    .single-product {
        display: block !important;
    }
    .badge.theme-2.icon-1 {
        background-color: transparent !important;
        border: none !important;
        top: -10px !important;
        left: unset !important;
        right: 10px !important;
        padding-bottom: 0px !important;
        padding-left: 0px;
        padding-right: 0px !important;
        min-width: 20px !important
    }
    .badge.theme-2 {
        background: #ffffff;
        border-radius: 0px;
        top: 10px;
        font-weight: 400;
        font-size: 12px;
        right: 10px;
        color: #000;
        border: 0.5px solid #dadada;
        padding: 8px;
        left: unset !important;
    }
}

.product-showcase .single-product .content p .single-product-price {
    margin: 0 !important;
    padding: 0;
    font-family: var(--font1) !important;
}

.breadcrumb ul li {
    margin-right: 9px;
    padding-right: 15px;
    position: relative;
    opacity: 0.7;
    font-size: 12px;
    text-transform: capitalize;
}

.breadcrumb ul li::after {
    content: '/';
    position: absolute;
    right: 0;
}

.breadcrumb ul li:last-child:after {
    content: '';
}


/* product view-section */

.product-view-section {
    padding-top: 15px;
}

.product-view-section .head-part {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 93;
}

.product-view-section .head-part-mobile {
    display: none;
}

.product-filter-nav {
    margin-right: auto;
}

.sort-by-wrap-label {
    position: relative;
    top: 15px !important;
}

.product-filter-nav>ul {
    display: flex;
}

.product-filter-nav>ul>li {
    margin-right: 70px
}

.product-filter-nav ul .select {
    border: none;
    background: transparent;
    font-size: 16px;
    font-weight: 500;
    color: var(--theme__color2);
}

.product-filter-nav>ul>li>.select {
    padding-right: 30px;
    padding-left: 0;
    padding-top: 5px;
}

.product-filter-nav>ul>li>.select span {
    transition: 0.3s;
}

.product-filter-nav>ul>li>.select span:hover {
    color: var(--theme__color1);
}

.product-filter-nav ul .select::after {
    right: 8px;
    top: 17px;
    height: 8px;
    width: 8px;
}

.product-view-section .short-by-wrap .select {
    height: 48px;
    width: 164px;
    background: transparent;
    font-weight: 500;
    color: #000;
    border-color: #ADADAD;
    border-radius: 0;
    line-height: 1;
    padding: 0 14px;
    display: flex;
    align-items: center;
    border: none !important;
}

.show-summery .nice-select::after {
    height: 10px;
    width: 10px;
    right: 20px;
}

.product-view-section .show-summery p {
    color: #757575;
    font-weight: 300;
    margin: 22px 0 50px;
}

.product-view-section .show-summery a {
    font-weight: 500;
    color: var(--theme__color1);
    display: inline-block;
    margin-left: 25px;
}

.product-view-section .show-summery a:hover {
    color: var(--theme__color2);
}

.product-showcase {
    width: 100%;
    z-index: 92;
}

.product-showcase .part {
    display: flex;
    margin-bottom: 5px;
    flex-wrap: wrap;
}

.product-showcase .product-showcase-inner {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
}

.product-showcase .single-product {
    width: calc(25% - 12px);
    margin-right: 10px;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(243, 244, 247);
}

.product-showcase .single-product:hover {
    z-index: 10000;
    overflow: visible;
    background-color: #fff !important;
}

.single-product:hover .badge.theme-2 {
    display: none !important;
}

.product-showcase .single-product .primary-img {
    position: absolute;
    /* height: 100%; */
    width: 80%;
    object-fit: cover;
    object-position: center;
    z-index: 90;
    display: flex;
}

.product-showcase .single-product .primary-img img {
    height: 100%;
    width: 100%;
}

.product-showcase .single-product:hover .primary-img {
    opacity: 0;
    visibility: hidden;
}

.product-showcase .single-product .single-product-inner {
    padding: 0 12px 20px;
    box-shadow: 0px 4px 44px rgba(0, 0, 0, 0.09);
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    overflow: hidden;
}

.product-showcase .single-product:hover .single-product-inner {
    opacity: 1;
    visibility: visible;
}

.product-showcase .single-product .single-product-inner-inner {
    transform: scale(2);
    transition: 0.5s;
}

.product-showcase .single-product:hover .single-product-inner-inner {
    transform: scale(1);
}

.product-showcase .single-product .single-img {
    padding: 27px;
    aspect-ratio: 283 / 284;
    object-fit: cover;
    object-position: center;
}

.single-product .owl-nav {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.single-product .owl-nav button span {
    font-size: 19px;
}

.product-showcase .single-product .content {
    padding: 0 7px;
}

.product-showcase .single-product .content .button-container {
    display: flex;
    gap: 13px;
}

.product-showcase .single-product .content .button-container a {
    background: var(--theme__color2);
    border: 1px solid transparent;
    padding: 11px 32px;
}

.product-showcase .single-product .content .button-container a:active {
    color: #fff;
}

.product-showcase .single-product .content .button-container a:nth-child(1) {
    background: transparent;
    border-color: #E0E0E0;
    width: 50px;
    padding-left: 0;
    padding-right: 0;
    color: var(--theme__color4);
    border: none;
    cursor: pointer;
}

.product-showcase .single-product .content .button-container a:nth-child(1):hover {
    color: #fff;
    background: var(--theme__color1) !important;
    border-color: transparent;
}

.product-showcase .single-product .content .button-container a:nth-child(2) {
    display: flex;
    justify-content: space-between;
    flex-grow: 1;
}

.product-showcase .single-product .content .button-container a:nth-child(2):focus {
    color: #fff
}

.product-showcase .single-product .content .button-container a:hover {
    background: var(--theme__color1) !important;
}

.product-showcase .single-product .content p {
    font-size: 14px;
    line-height: 1.6;
    margin: -15px 0 22px;
}

.product-showcase .part-2 .single-product {
    margin-right: 0;
    margin-left: 12px;
}

.product-showcase .single-product .single-img img {
    width: 100%;
    /* height: 100%; */
}

.product-showcase .big-img-container {
    width: 34.5%;
    padding-bottom: 15px;
    position: relative;
}

.product-showcase .big-img-container .float-link {
    bottom: 48px;
    left: 20px;
}

.product-showcase .big-img-container img {
    margin-bottom: 15px;
}

.product-showcase .part-2 .product-showcase-inner {
    width: 71.1%;
}

.product-showcase .part-2 .big-img-container {
    width: 28.9%;
    padding-bottom: 15px;
}

.badge {
    position: absolute;
    top: 16px;
    left: 16px;
    font-size: 16px;
    color: #fff;
    background: var(--theme__color1);
    min-width: 64px;
    padding: 9px 10px;
    z-index: 91;
    border-radius: 0px;
}

.badge.theme-2.icon-1 {
    background-color: transparent !important;
    border: none !important;
    top: 5px !important;
    left: unset !important;
    right: 20px !important;
    padding-bottom: 0px !important;
    padding-right: 0px !important;
    min-width: 20px !important
}

@media(min-width:1900px) {
    .badge.theme-2.icon-1 {
        top: 15px !important;
        right: 25px !important;
    }
}

@media (min-width: 1300px) and (max-width: 1800px) {
    .badge.theme-2.icon-1 {
        top: 10px !important;
        right: 20px !important;
    }
}

.badge.theme-2 {
    background: #ffffff;
    border-radius: 0px;
    top: 10px;
    font-weight: 400;
    font-size: 12px;
    left: 10px;
    color: #000;
    border: 0.5px solid #dadada;
    padding: 8px;
}

.badge.theme-3 {
    background: var(--theme__color3);
}

.after-showcase {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 51px 0 21px;
}

.after-showcase .button {
    height: 80px;
    width: 390px;
    display: inline-flex;
    border: 1px solid var(--theme__color1);
    border-radius: 0px;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: var(--theme__color1);
    font-weight: 500;
    text-transform: uppercase;
    margin: 13px 0;
}

.after-showcase .button:nth-child(2) {
    border: none;
    color: var(--theme__color5);
}

.after-showcase .button i {
    margin-left: 10px;
}


/*
product-details-page
----------------------------------------------------*/

@media (min-width: 1800) {
    .product-details-page .container {
        max-width: 1800px;
    }
}

.product-details-page {}

.product-details-section {
    margin-top: 62px;
}

.product-img-show-mobile-wrap {
    display: none;
}

.product-img-show-wrap {
    display: flex;
    flex-wrap: nowrap;
}

.img-thumb-bar {
    width: 125px;
    flex-shrink: 0;
}

.img-thumb-bar .nav {
    flex-direction: column;
    border: none;
}

.img-thumb-bar .nav .single-thumb {
    padding: 0;
    margin-bottom: 25px;
    border: 1px solid #dee2e6;
    overflow: hidden;
    object-fit: cover;
    object-position: center;
}

.img-thumb-bar .nav .single-thumb img {
    height: 100%;
    width: 100%;
}

.product-img-show-wrap .img-show {
    padding: 0 15px 0;
    flex-grow: 1;
}

.product-img-show-wrap .img-show img {
    width: 100%;
}


/* product-details-wrapper */

.product-details-section .product-details {
    display: flex;
    flex-direction: column;
    padding-left: 40px;
    padding-right: 140px;
}

.product-details-section .product-details h3 {
    font-size: 42px;
    font-weight: 400;
    margin: 15px 0 25px;
}

.product-details-section .product-details p {
    font-weight: 300;
    font-size: 18px;
    line-height: 1.4;
    margin: 0px;
}

.product-details-section .product-details h4 {
    font-size: 27px;
    font-weight: 500;
    margin: 30px 0 32px;
}

.product-details-section .product-details .filter-type {
    margin: 5px 0 25px;
}

.product-details-section .product-details .filter-type h5 {
    font-size: 16px;
    font-weight: 400;
    color: var(--theme__color5);
    margin-bottom: 12px;
}

.product-details-section .product-details .filter-type.radio label {
    height: 48px;
    width: 172px;
    position: relative;
    display: inline-flex;
    align-items: center;
    padding: 0 20px;
    margin-right: 5px;
}

.product-details-section .product-details .filter-type.radio label span {
    color: #b6b6b6;
    font-weight: 300;
    transition: 0.3s;
}

.product-details-section .product-details .filter-type.radio input[type="radio"] {
    appearance: none;
}

.product-details-section .product-details .filter-type.radio input[type="radio"]::before {
    height: 100%;
    width: 100%;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #E6E6E6;
    transition: 0.3s;
    border-radius: 2px;
}

.product-details-section .product-details .filter-type.radio input[type="radio"]:checked::before {
    border-color: var(--theme__color5);
}

.product-details-section .product-details .filter-type.radio input[type="radio"]:checked~span {
    color: var(--theme__color5);
}

.product-details-section .product-details .filter-type.quantity label {
    border: 1px solid #E6E6E6;
    transition: 0.3s;
}

.product-details-section .product-details .filter-type.quantity label:hover {
    border-color: var(--theme__color5);
}

.product-details-section .product-details .filter-type.quantity input {
    font-weight: 200;
    height: 48px;
    text-align: center;
    border: none;
    background: transparent;
}

.product-details-section .product-details .filter-type.quantity .nice-number {
    display: flex;
}

.product-details-section .product-details .filter-type.quantity .nice-number button {
    border: none;
    width: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    font-size: 24px;
    color: var(--theme__color4);
}

.product-details-section .product-details .button-container {
    display: flex;
    max-width: 425px;
    flex-wrap: wrap;
}

.product-details-section .product-details .button-container .button {
    padding: 16px 19px;
    justify-content: space-between;
    border: 1px solid transparent;
    background: var(--theme__color2);
    font-family: var(--font1);
    font-weight: 400;
}

.product-details-section .product-details .button-container .button:hover {
    background: var(--theme__color1) !important;
}

.product-details-section .product-details .button-container .button:first-child {
    flex-grow: 1;
    margin-right: 15px;
}

.product-details-section .product-details .button-container .button:nth-child(2) {
    color: var(--theme__color5);
    background: transparent;
    border-color: var(--theme__color4);
}

.product-details-section .product-details .button-container .button:nth-child(2):hover {
    color: #fff;
    border-color: transparent;
}

.product-details-section .product-details .button-container .button span {
    display: inline-block;
}

.product-details-section .product-details .button-container .shop-link {
    display: flex;
    align-items: center;
    font-weight: 300;
    font-size: 13px;
    text-decoration: underline !important;
    margin-top: 25px;
    width: 100%;
}

.product-details-section .product-details .button-container .shop-link:hover {
    color: var(--theme__color1);
}

.product-details-section .product-details .button-container .shop-link img {
    margin-right: 8px;
}

.product-details-section .product-details .product-description {
    margin-top: 24px;
}

.product-details-section .product-details .product-description h5 {
    font-size: 16px;
    font-weight: 400;
    color: var(--theme__color5);
    margin: 0;
}

.product-details-section .product-details .product-description p {
    font-size: 18px;
    color: var(--theme__color4);
    font-weight: 300;
    line-height: 1.4;
    margin: 19px 0 23px;
}

.product-details-section .product-details .product-description ul li {
    font-weight: 300;
    color: var(--theme__color4);
    margin-bottom: 15px;
}

.product-details-section .product-details .product-description ul li .data-name {
    font-weight: 400;
    color: var(--theme__color5);
    display: inline-block;
    margin-right: 10px;
}


/* ----related-product-section---- */

.product-category-section.related-product {
    margin-top: 110px;
}


/* ----trust-section---- */

.trust-section {
    margin-top: 170px;
}

.trust-section .left-side {
    position: relative;
}

.float-link {
    font-size: 19px;
    color: #fff;
    background: rgba(0, 0, 0, 0.659);
    position: absolute;
    white-space: nowrap;
    padding: 10px 22px;
    border-radius: 6px;
    bottom: 28px;
    left: 30px;
}

.float-link:hover {
    background: rgba(0, 0, 0, 0.823);
    color: #fff;
}

.trust-section .left-side img {
    width: 100%;
}

.trust-section .right-side .image-box {}

.trust-section .right-side .image-box img {
    width: 100%;
}

.trust-section .right-side .text-box {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.trust-section .right-side .text-box h4 {
    font-size: 39px;
    font-weight: 600;
    padding: 28px 45px;
    color: var(--theme__color1);
    font-family: var(--font2);
    border: 2px solid #EEE2C2;
    margin: 70px 0 40px;
}

.trust-section .right-side .text-box p {
    font-size: 19px;
    font-weight: 300;
    line-height: 1.4;
    text-align: center;
    max-width: 650px;
}

.product-details-page .service-quality-section {
    margin-top: 207px;
}

.product-details-page .product-category-section {
    margin: 130px 0 120px;
}


/*
cart-page
----------------------------------------------------*/

.cart-page {}

.cart-section {}

.cart-page .breadcrumb {
    margin-top: 50px;
}

.section-structure-2 {}

.section-structure-2 .main-part {
    display: flex;
    flex-wrap: wrap;
}

.section-structure-2 .left-side {
    width: 69%;
    padding-right: 50px;
}

.section-structure-2 .head-part {
    display: flex;
    justify-content: space-between;
}

.section-structure-2 .head-part a {
    display: flex;
    align-items: center;
    margin: 30px 0 40px;
}

.section-structure-2 .head-part a i {
    margin-right: 4px;
    color: inherit;
}

.section-structure-2 .head-part .nav {
    margin: 0 auto;
}

.section-structure-2 .head-part .nav ul {
    display: flex;
    padding: 26px 70px;
    border-bottom: 1px solid #BDBDBD;
}

.section-structure-2 .head-part .nav ul li a {
    display: block;
    font-size: 27px;
    font-weight: 500;
    color: #BDBDBD;
    margin: 0 24px;
}

.section-structure-2 .head-part .nav ul li a.active {
    color: var(--theme__color1);
}

.section-structure-2 .head-part a:hover {
    color: var(--theme__color1) !important;
}

.section-structure-2 .right-side {
    width: 31%;
}

.shopping-bag {
    display: flex;
    flex-direction: column;
}

.shopping-bag h3 {
    font-size: 39px;
    font-weight: 400;
}

.shopping-bag .single-item {
    display: flex;
    border-bottom: 1px solid #BDBDBD;
    padding: 31px 0 9px;
}

.shopping-bag .single-item:last-child {
    border-bottom: none;
}

.shopping-bag .single-item .img-box {
    width: 275px;
    margin-right: 85px;
    position: relative;
}

.shopping-bag .single-item .details-box-1 {
    display: flex;
    flex-direction: column;
    margin-right: auto;
    padding: 15px 0;
}

.shopping-bag .single-item .details-box-1 h4 {
    font-size: 27px;
    font-weight: 500;
    margin: 0;
}

.shopping-bag .single-item .details-box-1 h6.mobile-price {
    font-size: 14px;
    font-weight: 400;
    margin: 9px 0 12px;
    display: none;
}

.shopping-bag .single-item .details-box-1 h5 {
    font-size: 16px;
    color: var(--theme__color4);
    font-weight: 400;
    margin: 14px 0 34px;
}

.shopping-bag .single-item .details-box-1 .quantity-wrap h6 {
    font-size: 18px;
    font-weight: 400;
    color: var(--theme__color5);
    margin: 0;
}

.shopping-bag .single-item .details-box-1 .quantity-wrap label {
    border: 1px solid #E6E6E6;
    transition: 0.3s;
    margin: 24px 0 30px;
}

.shopping-bag .single-item .details-box-1 .quantity-wrap label:hover {
    border-color: var(--theme__color5);
}

.shopping-bag .single-item .details-box-1 .quantity-wrap input {
    font-weight: 200;
    height: 48px;
    text-align: center;
    border: none;
    background: transparent;
}

.shopping-bag .single-item .details-box-1 .quantity-wrap .nice-number {
    display: flex;
}

.shopping-bag .single-item .details-box-1 .quantity-wrap .nice-number button {
    border: none;
    width: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    font-size: 24px;
    color: var(--theme__color4);
}

.shopping-bag .single-item .details-box-1 .link-button {
    font-size: 18px;
    display: flex;
    align-items: center;
}

.shopping-bag .single-item .details-box-1 .link-button i {
    margin-left: 8px;
    color: inherit;
}

.shopping-bag .single-item .details-box-1 .link-button:hover {
    color: var(--theme__color1);
}

.shopping-bag .single-item .details-box-2 {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding: 15px 0;
}

.shopping-bag .single-item .details-box-2 ul {
    display: flex;
}

.shopping-bag .single-item .details-box-2 ul li {
    width: 32px;
    margin-left: 32px;
}

.shopping-bag .single-item .details-box-2 h4 {
    font-size: 27px;
    font-weight: 400;
    margin: 120px 0 0;
}

.order-summery {
    padding: 0 25px;
    background: #FDFDFD;
}

.order-summery h4 {
    font-size: 27px;
    font-weight: 500;
    margin: 36px 0 23px;
}

.order-summery ul li {
    font-size: 18px;
    display: flex;
    padding: 18px 0 5px;
    align-items: center;
}

.order-summery ul li.up-border {
    margin-top: 15px;
    border-top: 1px solid var(--theme__color5);
    padding: 15px 0 0px;
}

.order-summery ul li span {
    display: block;
}

.order-summery ul li .data-name {
    flex-grow: 1;
}

.order-summery ul li .value {
    font-size: 19px;
    font-weight: 500;
    width: 150px;
}

.order-summery ul li .select {
    padding: 0 20px 0 0;
    height: initial;
    line-height: 1.3;
    font-size: 19px;
    font-weight: 500;
    float: none;
    width: initial;
    display: inline-block;
    border: none;
    background: transparent;
}

.order-summery ul li .select::after {
    right: 5px;
    height: 0;
    width: 0;
    border-bottom: 3px solid var(--theme__color5);
    border-right: 3px solid var(--theme__color5);
    border-left: 3px solid transparent;
    border-top: 3px solid transparent;
}

.order-summery ul li a {
    width: 100%;
    background: var(--theme__color2);
    margin-top: 34px;
}

.order-summery ul li a:hover {
    background: var(--theme__color1) !important;
}

.help-box {
    padding: 0 25px;
}

.help-box .head {
    margin: 35px 0 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 23px 0;
    border-bottom: 1px solid var(--theme__color5);
}

.help-box h4 {
    font-size: 19px;
    font-weight: 500;
    margin: 0;
}

.help-box .select {}

.help-box .select {
    padding: 0 20px 0 0;
    height: initial;
    line-height: 1.3;
    font-size: 18px;
    font-weight: 400;
    float: none;
    width: initial;
    display: inline-block;
    border: none;
    background: transparent;
    margin-bottom: 0px;
}

.help-box .select::after {
    right: 5px;
    height: 0;
    width: 0;
    border-bottom: 3px solid var(--theme__color5);
    border-right: 3px solid var(--theme__color5);
    border-left: 3px solid transparent;
    border-top: 3px solid transparent;
}

.help-box ul li {
    font-size: 18px;
    font-weight: 300;
    color: #1F1F1F;
    margin-bottom: 15px;
}


/* ----trust2-section---- */

.trust2-section {
    background: url('images/trust2-bg.jpg') no-repeat left top/cover;
    padding: 105px 0 120px;
    margin: 130px 0 150px;
}

.trust2-section .container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.trust2-section .content {
    width: 670px;
    margin-right: 50px;
}

.trust2-section .content h4 {
    font-size: 39px;
    font-weight: 400;
    color: var(--theme__color1);
    padding: 29px 60px;
    border: 2px solid var(--theme__color1);
    margin-bottom: 35px;
    display: inline-block;
}

.trust2-section .content p {
    font-size: 19px;
    font-weight: 400;
    color: #fff;
    margin: 0fr;
}


/* service-quality-section */

.cart-page .service-quality-section {
    margin-bottom: 180px;
}


/*
checkout-page
----------------------------------------------------*/

.checkout-page {}

.checkout-section {
    padding: 35px 0 110px;
}

.shopping-details {}

.section-structure-3 .main-part {
    display: flex;
}

.section-structure-3 .main-part .left-side {
    width: 59%;
    padding-right: 37px;
}

.section-structure-3 {}

.section-structure-3 .main-part {
    display: flex;
    flex-wrap: wrap;
}

.section-structure-3 .left-side {
    width: 69%;
    padding-right: 50px;
}

.section-structure-3 .head-part {
    display: flex;
    justify-content: space-between;
    margin-bottom: 35px;
}

.section-structure-3 .head-part a {
    display: flex;
    align-items: center;
    margin: 30px 0 40px;
}

.section-structure-3 .head-part a i {
    margin-right: 4px;
    color: inherit;
}

.section-structure-3 .head-part .nav ul {
    display: flex;
    padding: 26px 70px;
    border-bottom: 1px solid #BDBDBD;
}

.section-structure-3 .head-part .nav ul li a {
    display: block;
    font-size: 27px;
    font-weight: 500;
    color: #BDBDBD;
    margin: 0 24px;
}

.section-structure-3 .head-part .nav ul li div.active {
    color: var(--theme__color1);
    font-weight: 500 !important;
    font-size: 20px;
}

.section-structure-3 .head-part a:hover {
    color: var(--theme__color1) !important;
}

.section-structure-3 .main-part .right-side {
    width: 41%;
}

.shopping-details h3 {
    font-size: 39px;
    font-weight: 400;
    font-family: var(--font2);
    margin: 0;
}

.shopping-details p {
    font-size: 14px;
    font-weight: 300;
    border-bottom: 1px solid #ADADAD;
    padding: 20px 0 30px;
    margin-bottom: 45px;
}

.checkout-form {}

.checkout-form .input-group {
    display: flex;
    max-width: 100%;
}

.checkout-form .input-group.double-column {
    gap: 70px;
}

.checkout-form .input-group input[type='text'],
.checkout-form .input-group input[type='password'],
.checkout-form .input-group input[type='email'],
.checkout-form .input-group input[type='tel'],
.checkout-form .input-group .select {
    padding: 17px 0;
    font-size: 15px;
    border: 1px solid transparent;
    border-bottom-color: #E6E6E6;
    color: #000;
    flex-grow: 1;
    width: 0;
    margin-bottom: 15px;
    height: initial !important;
}

.checkout-form .input-group input[type='password']::placeholder {
    color: #757575;
}

.checkout-form .input-group input[type='password']::-ms-input-placeholder {
    color: #757575;
}

.profile-dropdown-menu:active {
    color: #fff !important;
    background-color: #e4ab6c !important;
}

.checkout-form .input-group .select::after {
    right: 5px;
    height: 0;
    width: 0;
    border-bottom: 5px solid #ADADAD;
    border-right: 5px solid #ADADAD;
    border-left: 5px solid transparent;
    border-top: 5px solid transparent;
}

.checkout-form .input-group input[type='text']::placeholder {
    opacity: 1;
    color: #757575;
}

.checkout-form .input-group input[type='password']::placeholder {
    opacity: 1;
}

.checkout-form .input-group .col input[type='text'] {
    padding: 17px 0;
    font-size: 15px;
    border: 1px solid transparent;
    border-bottom-color: #E6E6E6;
    color: #000;
    flex-grow: 1;
    width: 100%;
    margin-bottom: 15px;
    height: initial !important;
}

.checkout-form .input-group .col input[type='text']::placeholder {
    opacity: 1;
    color: #757575;
}

.shipping-method {}

.shipping-method h3 {
    font-size: 39px;
    font-weight: 400;
    border-bottom: 1px solid var(--theme__color5);
    padding: 38px 0 32px;
    margin-bottom: 33px;
}

.shipping-method .radio-options {}

.shipping-method .radio-options label {
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 400;
    padding: 17px 0;
}

.shipping-method .radio-options input[type="radio"] {
    appearance: none;
    position: relative;
    height: 32px;
    width: 32px;
    margin-right: 40px;
    flex-shrink: 0;
}

.shipping-method .radio-options input[type="radio"]::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    border: 3px solid #E6E6E6;
    height: 100%;
    width: 100%;
    transition: 0.3s;
}

.shipping-method .radio-options input[type="radio"]:checked::after {
    border-color: var(--theme__color1);
}

.shipping-method .radio-options input[type="radio"]::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 50%;
    width: 50%;
    background: transparent;
    border-radius: 50%;
}

.shipping-method .radio-options input[type="radio"]:checked:before {
    background: var(--theme__color1);
}

.gift-option {}

.gift-message h3 {
    font-size: 39px;
    font-weight: 400;
    padding: 68px 0 30px;
}

.gift-message p {
    font-size: 20px;
    margin: 0;
}

.gift-message .select {
    font-size: 19px;
    font-weight: 500;
    height: initial !important;
    padding: 0 30px 0 0;
    border: 0;
    float: none;
    background: transparent;
    display: inline-block;
    margin: 25px 0 35px;
}

.gift-message .select::after {
    right: 5px;
    height: 0;
    width: 0;
    border-bottom: 5px solid var(--theme__color5);
    border-right: 5px solid var(--theme__color5);
    border-left: 5px solid transparent;
    border-top: 5px solid transparent;
}

.default-button.ahead {
    display: block;
    max-width: 500px;
    background: var(--theme__color2);
    border: none !important;
}

.default-button.ahead:hover {
    background: var(--theme__color1) !important;
}

.order-summery .single-order {
    display: flex;
    margin-bottom: 27px;
    padding: 10px 25px 10px 10px;
    background: #fff;
}

.order-summery .single-order .image {
    width: 248px;
    margin-right: 28px
}

.order-summery .single-order .content {
    width: 0;
    flex-grow: 1;
}

.order-summery .single-order .content h4 {
    font-size: 19px;
    font-weight: 500;
    margin: 19px 0 13px;
}

.order-summery .single-order .content p {
    font-size: 16px;
    margin: 0;
}

.order-summery .single-order .content h5 {
    font-size: 18px;
    font-weight: 400;
    color: var(--theme__color5);
    border-bottom: 1px solid #BDBDBD;
    padding-bottom: 28px;
    margin: 30px 0 34px;
    font-family: var(--font1);
}

.order-summery .single-order .content h3 {
    font-size: 24px;
    font-weight: 500;
    font-family: var(--font1);
    margin: 0;
}


/*
payment-page
----------------------------------------------------*/

.payment-page {}

.payment-section {
    margin: 30px 0 50px;
}

.payment-option {}

.payment-option h3 {
    font-size: 39px;
    margin: 0 0 45px;
}

.payment-option .single-p-option {
    margin-bottom: 25px;
}

.payment-option label {
    display: flex;
    align-items: center;
    height: 74px;
    max-width: 775px;
    border: 1px solid #E6E6E6;
    padding: 0 10px;
    font-size: 20px;
    transition: 0.3s;
}

.payment-option label:hover {
    border-color: #a3a3a3;
}

.payment-option label .image {
    display: flex;
    justify-content: flex-end;
    margin-left: auto;
}

.payment-option label .image li {
    margin-right: 30px;
}

.payment-option label input[type="radio"] {
    appearance: none;
    position: relative;
    height: 28px;
    width: 28px;
    margin-right: 40px;
    flex-shrink: 0;
    margin-right: 40px;
}

.payment-option label input[type="radio"]::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    border: 3px solid #E6E6E6;
    height: 100%;
    width: 100%;
    transition: 0.3s;
}

.payment-option label input[type="radio"]:checked::after {
    border-color: var(--theme__color1);
}

.payment-option label input[type="radio"]::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 50%;
    width: 50%;
    background: transparent;
    border-radius: 50%;
}

.payment-option label input[type="radio"]:checked:before {
    background: var(--theme__color1);
}

.payment-details {
    max-width: 775px;
    border-top: 1px solid var(--theme__color5);
    margin-top: 66px;
    padding-top: 43px;
}

.payment-details .input-group {
    width: 100%;
    max-width: 775px;
    display: flex;
}

.payment-details .input-group label {
    width: 100%;
    font-size: 22px;
    margin: 0 0 20px;
}

.payment-details .input-group input[type="text"] {
    width: 0;
    flex-grow: 1;
    height: 75px;
    border: 1px solid #E6E6E6;
    padding: 0 20px;
    font-size: 22px;
    margin-bottom: 50px;
}


/* start button input type file */

.custom-file-input::file-selector-button {
    display: none;
}

.custom-file-input::file-selector-button:hover {
    background-color: #81ecec;
    border: 2px solid #00cec9;
}

.custom-file-input::-webkit-file-upload-button {
    visibility: hidden;
    display: none !important;
}


/*
input[type=file]::-ms-browse {
    border: none;
    padding: 10px 20px;
    border-radius: 0;
    background-color: #073A36;
    color: #fff;
    position: relative;
    left: 90%;
    width: 160px;
}

input[type=file]::-webkit-file-upload-button {
    border: none;
    padding: 10px 20px;
    border-radius: 0;
    background-color: #073A36;
    transition: 1s;
    color: #fff;
    position: relative;
    left: 60%;
    width: 160px;
}

input[type=file]::file-selector-button {
    border: none;
    padding: 10px 20px;
    border-radius: 0;
    background-color: #073A36;
    transition: 1s;
    left: 70%;
    color: #fff;
    position: relative;
}

input[type=file]::-ms-browse:hover {
    background-color: #073A36;
    border: none;
    color: #fff;
}

input[type="file"] {
    text-align: left;
    -webkit-appearance: none;
    -webkit-rtl-ordering: left;
    width: 100%;
    text-transform: uppercase;
    padding-left: 0px !important;
    margin-left: 0px !important;
    left: 100px;
    right: 100px;
    position: absolute;
}

input[type=file]::-webkit-file-upload-button:hover {
    background-color: #073A36;
    border: none;
    color: #fff;
}

input[type=file]::file-selector-button:hover {
    background-color: var(--theme__color1);
    border: none;
    color: #fff;
}

input[type=file]::file-selector-button {
    border: none;
    padding: 5px;
    border-radius: 0;
    background-color: #073A36;
    transition: 1s;
    color: #fff;
    position: relative;
    left: 70%;
    width: 160px;
}

input[type=file]::file-selector-button:hover {
    background-color: var(--theme__color1);
    border: none;
    color: #fff;
}

.custom-file-input {
    color: #000;
    padding-left: 3px;
} */

.upload-grp-btn {
    background-color: var(--theme__color2) !important;
    border: none !important;
    border-radius: 0 !important;
    color: #fff !important;
}

.upload-grp-btn:hover {
    background-color: var(--theme__color1) !important;
    color: #fff !important;
}

.upload-grp-btn-file {
    border: none !important;
}

.career-file-upload {
    border: none !important;
    border-bottom: 1px solid #ADADAD;
}


/* end button input type file */

.payment-details .input-group.three-column {}

.payment-details .input-group .inner {
    display: flex;
    gap: 20px;
    width: 100%;
}

.payment-details .input-group.three-column .column {
    width: 0;
    flex-grow: 1;
    display: flex;
    align-items: center;
}

.payment-details .input-group.three-column .column .select {
    width: 100%;
    padding: 0;
    border: 1px solid #E6E6E6;
    border-radius: 0 !important;
    display: flex;
    align-items: center;
    padding: 0 15px;
    font-size: 22px;
    color: var(--theme__color4);
    float: none;
    height: 75px;
    margin-bottom: 50px;
}

.payment-details .input-group.three-column .column .select::after {
    right: 12px;
    height: 0;
    width: 0;
    border-bottom: 4px solid #ADADAD;
    border-right: 4px solid #ADADAD;
    border-left: 4px solid transparent;
    border-top: 4px solid transparent;
}

.payment-details .list {
    max-height: 200px;
    overflow: auto;
}

.payment-details .input-group.tow-column {
    display: flex;
}

.payment-details .input-group.tow-column .column {
    width: 0;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.payment-details .input-group.tow-column .column input {
    width: 100%;
}

.agree-at-terms-text {
    font-size: 18px;
    margin: 65px 0 28px;
    color: var(--theme__color4);
}

.heart-bg-black {
    background: var(--theme__color3) !important;
}

.heart-icon-selected {
    color: #fff;
    border-color: transparent;
}

.cart-update-button {
    background-color: #073A36;
    color: #fff;
    width: 30%;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: 400;
    font-family: var(--font2);
    border-radius: 0;
}

.cart-update-button:focus {
    box-shadow: none !important;
}

.cart-update-button:hover {
    background-color: var(--theme__color1) !important;
    color: #fff;
}

.cart-update-button {
    background-color: #073A36;
    color: #fff;
    width: 30%;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: 500;
}

.cart-update-button:hover {
    background-color: var(--theme__color1) !important;
    color: #fff;
}

.modal-close-button {
    background-color: #6c757d;
    color: #fff;
    width: 20%;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: 500;
    font-family: var(--font2);
    border-radius: 0;
}

.modal-close-button:hover {
    background-color: var(--theme__color1) !important;
    color: #fff;
}

.modal-update-button {
    background-color: #073A36;
    color: #fff;
    width: 20%;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: 500;
    font-family: var(--font2);
    border-radius: 0;
}

.modal-update-button-req {
    width: 35%;
}

.modal-update-button:hover {
    background-color: var(--theme__color1) !important;
    color: #fff;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 860px !important;
        margin: 1.75rem auto;
    }
}

.modal-input-area {
    border: 1px solid #ADADAD !important;
    font-size: 1rem !important;
    padding: 16px 0;
    border-radius: 0 !important;
}

.breadcrumb ul li::after {
    content: '' !important;
    position: absolute;
    right: 0;
}

.tabs-profile-details-area {
    border: none;
}

.nav-link.active {
    border-bottom: 1px solid #ADADAD !important;
    font-weight: 700;
    text-transform: uppercase;
}

.nav-link {
    background-color: #fff !important;
    text-transform: uppercase;
    font-weight: 500;
}

.product-view-section {
    margin-bottom: 120px;
}

.mb-large {
    margin-bottom: 10rem !important;
}

.accordion-button:not(.collapsed) {
    background-color: #fff !important;
}

.accordion-button:focus {
    border: none;
    box-shadow: 0 0 0 0.25rem #fff;
}

.accordion-collapse {
    border: solid #fff;
    border-width: 0 1px;
}

.saved-address-wrapper p {
    border: none !important;
    margin: 0 !important;
    padding: 3px !important;
    font-weight: 400;
}

.form-check-input:checked {
    background-color: #073a36;
    border-color: #073a36;
}

@media (min-width: 576px) {
    .header-logo-area {
        width: 15% !important;
    }
}

@media (min-width: 768px) {
    .header-logo-area {
        width: 15% !important;
    }
}

@media (min-width: 992px) {
    .header-logo-area {
        width: 35% !important;
    }
}

@media (min-width: 1200px) {
    .header-logo-area {
        width: 20% !important;
    }
}

@media (min-width: 1400px) {
    .header-logo-area {
        width: 29% !important;
    }
}

.main-search {
    box-sizing: border-box;
    -webkit-transition: width 1s;
    -moz-transition: width 1s;
    transition: width 1s;
    width: 0%;
    height: 30px;
    border-width: 1px;
    border-color: #073A36;
    float: right;
}

.full-width-box {
    width: 70% !important;
}

.search-list {
    float: right;
    margin-top: 13px !important
}

.topnav {
    position: relative;
    /* overflow: hidden; */
    background-color: #fff;
}

.topnav a {
    float: left;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 8px;
    text-decoration: none;
    font-size: 17px;
}

.topnav a:hover {
    color: black;
}

.topnav a.active {}

.topnav-centered a {
    float: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.topnav-right {
    float: right;
}


/* Responsive navigation menu (for mobile devices) */

@media screen and (max-width: 600px) {
    .topnav a,
    .topnav-right {
        float: none;
        display: block;
    }
    .topnav-centered a {
        position: relative;
        top: 0;
        left: 0;
        transform: none;
    }
}


/* modal area css */

.modal-header-text {
    font-family: var(--font2);
    font-weight: 400;
    font-size: 16px;
}

.table-order-details tbody tr {
    font-size: 12px;
    line-height: 20px;
    border: none;
}

.table-order-details tbody tr td {
    border: none !important;
}

.formgroup-area {
    margin: 20px;
}

.formgroup-area-label {
    font-family: var(--font2);
}

.formgroup-area-input {
    border: none !important;
    border-radius: 0 !important;
    border-bottom: 1px solid rgb(173, 173, 173) !important;
}

.col-formgroup-label {
    font-family: var(--font2);
    font-size: 14px !important;
}

.col-formgroup-header {
    margin-bottom: 20px;
    font-size: 20px;
}

.col-formgroup-input {
    padding: 10px 10px;
    font-size: 14px !important;
    margin-bottom: 15px;
}

.modalcontent-area {
    padding: 40px;
}

.animated-icon-area {
    background: var(--theme__color2);
    border-radius: 50%;
}

.table-head-text {
    font-family: var(--font2) !important;
    font-weight: 400;
}

@media(max-width:798px) {
    table {
        table-layout: auto !important;
    }
    .modal-close-button {
        background-color: #6c757d;
        color: #fff;
        width: 50%;
        padding: 10px 20px;
        text-transform: uppercase;
        font-weight: 500;
        font-family: var(--font2);
        border-radius: 0;
        /* text-align: -webkit-right; */
        display: flex !important;
        justify-content: center;
    }
    .modal-update-button {
        background-color: var(--theme__color2);
        color: #fff;
        width: 50%;
        padding: 10px 20px;
        text-transform: uppercase;
        font-weight: 500;
        font-family: var(--font2);
        border-radius: 0;
        /* text-align: -webkit-right; */
        display: flex !important;
        justify-content: center;
    }
    .close-btn-mob {
        position: absolute !important;
        top: 30px !important;
        right: 30px !important;
    }
    .modal-footer {
        flex-wrap: nowrap !important;
    }
    .login-update-area {
        width: 100% !important;
    }
    .login-update-area-forgot {
        justify-content: end !important;
    }
}

.order-text-area {
    font-size: 14px;
    font-weight: 400;
}

.form-check-input:focus {
    box-shadow: none !important;
}

.form-check-input-mob {
    background-color: #f5f5f5;
}

.form-check-label-mob {
    font-size: 16px !important;
    font-family: var(--font2) !important;
    margin: 20px;
}

.product-count::-webkit-outer-spin-button,
.product-count::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.product-count {
    padding: 0px 20px 0px 20px;
}


/* Firefox */

.product-count[type=number] {
    -moz-appearance: textfield;
}


/*

----------------------------------------------------*/

@media only screen and (max-width: 900px) {
    .table-profile thead {
        display: none;
    }
    .table-profile,
    .table-profile tbody,
    .table-profile tr,
    .table-profile td {
        display: block;
    }
    .table-profile tr {
        margin-bottom: 1.2rem;
    }
    .table-profile tbody tr td {
        text-align: right;
        padding-left: 50%;
        position: relative;
    }
    .table-profile td::before {
        content: attr(data-label);
        position: absolute;
        left: 0;
        width: 50%;
        text-align: left;
        font-size: 16px;
        font-weight: 600;
        color: #000;
        font-family: var(--font2) !important;
    }
    .table-text-align-center {
        text-align: center !important;
        padding-left: 0 !important;
    }
}

tbody,
td,
tfoot,
th,
thead,
tr {
    width: 100%;
}
