@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/*
font-family: "Inter", sans-serif;
font-family: "Playfair Display", serif;
font-family: "Poppins", system-ui, sans-serif;
*/
:root {
    --primaryColor: #F5F5DC;
    --primaryColor01: #FFFEF2;
    --secondaryColor: #272C30;
    --thirdColor: #7c8098;
    --textColor: #212121;
    --lightColor: #f6f5f7;
    --color01: #b39800;
    --color02: #EAA50E;
    --color03: #D73E98;
    --color04: #06D6A0;
    --color05: #AF4AE2;
    --color06: #FF8A72;
    --color07: #FF0761;
    --color08: #00BE01;
    --color09: #fe0000;
    --shades01: #f6f5f7;
}

/* ********|| INITIALIZATION STARTS ||******** */
body,
html {
    width: 100%;
    line-height: 18px;
    margin: 0 auto !important;
    padding: 0 !important;
    font-family: "Poppins", system-ui, sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: subpixel-antialiased;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
    font-size: 14px;
    color: var(--textMedColor);
    background: #fff;
    position: relative;
    z-index: 0;
}

h1,
h2,
h3,
h4,
h5,
h5 {
    font-family: "Montserrat", sans-serif;
}

*:focus {
    outline: none !important;
    outline-offset: none !important;
    outline-offset: 0 !important;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a:focus {
    outline: none;
    text-decoration: none;
}

input:focus,
label:focus {
    outline: none !important;
    outline-offset: none !important;
    outline-offset: 0 !important;
}

/* ********|| INITIALIZATION ENDS ||******** */

section {
    overflow-x: hidden;
}

/* ********|| PSEUDO ELEMENTS STARTS ||******** */
::selection {
    background-color: var(--primaryColor);
    color: #fff
}

::-moz-selection {
    background-color: var(--primaryColor);
    color: #fff
}

::-webkit-selection {
    background-color: var(--primaryColor);
    color: #fff
}

:-webkit-focus {
    outline: none !important;
}

:-moz-focus {
    outline: none !important;
}

:focus {
    outline: none !important;
}

select:-webkit-focusring {
    color: var(--primaryColor) !important;
    text-shadow: 0 0 0 var(--textMedColor);
}

select:-moz-focusring {
    color: var(--primaryColor) !important;
    text-shadow: 0 0 0 var(--textMedColor);
}

select:focusring {
    color: var(--primaryColor) !important;
    text-shadow: 0 0 0 var(--textMedColor);
}

::input-placeholder {
    color: var(--textColor) !important;
}

::-moz-input-placeholder {
    color: var(--textColor) !important;
}

::-webkit-input-placeholder {
    color: var(--textColor) !important;
}

/*::-webkit-scrollbar-track{	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);box-shadow: inset 0 0 6px rgba(0,0,0,0.1);background-color: var(--textMedColor);}
::-webkit-scrollbar{width: 5px;height: 5px;background-color: var(--textMedColor);}
::-webkit-scrollbar-thumb{background-color: var(--secondaryColorAltLight);}*/
/* ********|| PSEUDO ELEMENTS ENDS ||******** */


/* ********|| ADJUSTMENT CLASSES STARTS ||******** */
*,
::after,
::before {
    box-sizing: border-box;
}

a {
    color: var(--primaryColor);
    transition: all 0.3s ease;
}

a:hover,
a:focus {
    color: var(--secondaryColor);
}

p {
    margin: 0 0 10px;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid var(--c4dee4);
}

.required:after {
    content: "*";
    color: #f44336;
    font-size: 16px;
    font-weight: 600;
    position: absolute;
    margin: 0 0 0 3px;
}

.separator_dashed {
    border-bottom: var(--textMedColor) 1px dashed;
}

.separator_dotted {
    border-bottom: var(--textMedColor) 1px dotted;
}

.separator_solid {
    border-bottom: var(--textMedColor) 1px solid;
}

/* ********|| ADJUSTMENT CLASSES ENDS ||******** */


section {
    position: relative;
}

.form-content {
    position: relative;
    background: #f5f5f5;
    padding: 20px;
    border-radius: 6px;
}

.form-group {
    position: relative;
    margin: 0 0 20px;
}

.control-label {
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 2px;
    color: #212121;
    display: block;
}

.btn-submit {
    display: block;
    cursor: pointer;
    margin: 0;
    background-color: var(--primaryColor);
    color: #fff;
    padding: 10px 15px;
    height: 44px;
    line-height: 24px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    z-index: 0;
    overflow: hidden;
    text-align: center;
    border: 0;
}

.btn-submit:after {
    content: '';
    position: absolute;
    background-color: var(--secondaryColor);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    transform: scale(0, 1);
    transform-origin: center;
    transition: all 0.3s ease;
}

.btn-submit:hover:after {
    transform: scale(1, 1);
    opacity: 1;
}

.form-control {
    border-radius: 4px;
    box-shadow: none;
    border: 1px solid #ddd;
    color: var(--textColor);
    background: #fff;
    min-width: 50px;
    min-height: 38px;
    width: 100%;
    padding: 6px 12px;
    font-family: inherit;
    font-size: 14px;
}

.form-control:focus {
    border-color: var(--primaryColor);
    box-shadow: none;
}

.form-control::-webkit-input-placeholder {
    color: var(--textColor) !important;
}

.form-control:-moz-placeholder {
    color: var(--textColor) !important;
    opacity: 1 !important;
}

.form-control::-moz-placeholder {
    color: var(--textColor) !important;
    opacity: 1 !important;
}

.form-control:-ms-input-placeholder {
    color: var(--textColor) !important;
}

.form-control::-ms-input-placeholder {
    color: var(--textColor) !important;
}

textarea.form-control {
    resize: none;
    min-height: 100px;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #fff;
    opacity: 0.7;
    cursor: not-allowed;
}

.custom-checkbox {
    position: relative;
    padding-left: 24px;
    margin: 3px 0;
    display: inline-block;
}

.custom-checkbox .custom-checkbox-input {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.custom-checkbox .custom-checkbox-label {
    position: relative;
    margin: 0;
    line-height: 16px;
    font-size: 14px;
}

.custom-checkbox .custom-checkbox-label:before {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    background: #fff;
    border: 1px solid #ddd;
    top: 50%;
    left: -24px;
    transform: translateY(-50%);
    border-radius: 2px;
}

.custom-checkbox .custom-checkbox-label:after {
    content: "\f00c";
    position: absolute;
    font-family: "Font Awesome 5 Pro";
    width: 16px;
    height: 16px;
    top: 50%;
    left: -24px;
    transform: translateY(-50%);
    font-weight: 500;
    font-size: 10px;
    display: none;
    color: #fff;
    text-align: center;
}

.custom-checkbox .custom-checkbox-input:checked~.custom-checkbox-label:after {
    display: block;
}

.custom-checkbox .custom-checkbox-input:checked~.custom-checkbox-label:before {
    background: var(--color01);
    border: 1px solid var(--color01);
}

.custom-radio {
    position: relative;
    padding-left: 24px;
    margin: 3px 0;
    display: inline-block;
}

.custom-radio .custom-radio-input {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.custom-radio .custom-radio-label {
    position: relative;
    margin: 0;
    line-height: 16px;
    font-size: 14px;
}

.custom-radio .custom-radio-label:before {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    background: #fff;
    border: 1px solid #ddd;
    top: 50%;
    left: -24px;
    transform: translateY(-50%);
    border-radius: 50%;
}

.custom-radio .custom-radio-label:after {
    content: "\f111";
    position: absolute;
    font-family: "Font Awesome 5 Pro";
    width: 16px;
    height: 16px;
    top: 50%;
    left: -24px;
    transform: translateY(-50%);
    font-weight: 600;
    font-size: 8px;
    display: none;
    color: #fff;
    text-align: center;
}

.custom-radio .custom-radio-input:checked~.custom-radio-label:after {
    display: block;
}

.custom-radio .custom-radio-input:checked~.custom-radio-label:before {
    background: var(--color01);
    border: 1px solid var(--color01);
} 

.custom-tab {}

.custom-tab .custom-tab-navigation {
    padding-left: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto 10px;
}

.custom-tab .custom-tab-navigation>li {
    width: auto;
    margin: 5px;
    position: relative;
}

.custom-tab .custom-tab-navigation>li>a {
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
    padding: 10px 20px;
    display: block;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    position: relative;
    border-radius: 4px;
    max-width: 300px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.custom-tab .custom-tab-navigation>li.active>a,
.custom-tab .custom-tab-navigation>li>a:hover {
    background-color: var(--primaryColor);
}

.custom-tab .custom-tab-content {}

.custom-tab .custom-tab-content .custom-tab-wrap {
    display: none;
    background: transparent;
    padding: 20px 0;
}

.custom-tab .custom-tab-content .custom-tab-wrap.active {
    display: block;
}

.custom-tab .custom-tab-content .custom-tab-navigation>li>a {
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 600;
}

.custom-tab .custom-tab {
    margin-top: -20px;
}

.custom-tab .custom-tab .custom-tab-navigation {
    margin-bottom: 0;
}

@media (min-width: 576px) {
    .custom-tab .custom-tab-navigation {
        max-width: 620px
    }
}
@media (min-width: 768px) and (max-width:1000px){
.productCard
{
    width:280px;
}
}

@media (min-width: 768px) {
    .custom-tab .custom-tab-navigation {
        max-width: 740px
    }
}

@media (min-width: 992px) {
    .custom-tab .custom-tab-navigation {
        max-width: 1140px
    }
}

@media (min-width: 1200px) {
    .custom-tab .custom-tab-navigation {
        max-width: 1200px
    }
}


/* /////////////////////////////////////////////////////////////// */
/*             			   	 	BOOTSTRAP FIX            			   				 */
/* /////////////////////////////////////////////////////////////// */
@media (min-width: 576px) {
    .container {
        max-width: none;
    }

    .modal-dialog {
        max-width: 700px;
    }

    .modal-sm {
        max-width: 400px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 740px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}

@media (min-width: 1440px) {
    .container {
        max-width: 1340px;
    }
}

@media (min-width: 1600px) {
    .container {
        max-width: 1400px;
    }
}

@media (min-width: 1900px) {
    .container {
        max-width: 1540px;
    }
}

.font-Playfair {
    font-family: "Playfair Display", serif;
}

/* ********|| HEADER STARTS ||******** */
/* ********|| HEADER STARTS ||******** */

/* ********|| HEADER STARTS ||******** */
header {
    padding: 0 ;
    position: sticky;
    top: 0;
    z-index: 999;
    background: #fff;
    box-shadow: rgb(0 0 0 / 10%) 0 2px 10px;
}

#header-container {
    position: sticky;
    top: 0;
    z-index: 999;
    background: #fff;
}

 .login_message {
    background: #000;
    text-align: center;
    font-size:15px;
    width: 100%;
    padding:5px;
}

header .bottom-header .container-fluid {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

header .social {
    display: flex;
    align-items: center
}

header .social .social-label {
    font-size: 16px;
    margin-right: 10px;
    color: #fff
}

header .social .social-list {
    display: flex;
    align-items: center
}

header .social .social-list .social-link {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #fff
}

header .social .social-list .social-link+.social-link {
    margin-left: 10px
}

header .contact-inner {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

header .contact+.contact {
    margin-left: 20px
}

header .contact {
    display: flex;
    align-items: center
}

header .contact .contact-link {
    display: flex;
    align-items: center
}

header .contact .contact-link .icon {
    font-size: 15px;
    color: #fff;
    margin-right: 5px
}

header .contact .contact-link .title {
    font-size: 16px;
    letter-spacing: 0.3px;
    color: #fff
}

header .bottom-header {
    position: relative;
    padding: 5px 0
}

header .bottom-header>.container {
    display: flex;
    align-items: center;
    justify-content: space-between
}

header .brand {
    padding: 0;
    max-width: 350px
}

header .brand .logo {
    width: 150px;
    height: 120px;
    display: flex;
}

header .brand .logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

header .navigation {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 2px 0;
    max-width: calc(100% - 150px);
}

header .responsive-action {
    display: none
}

header .responsive-action .btn-menu {
    width: 60px;
    height: 40px;
    display: flex;
    align-items: center;
    font-size: 24px;
    line-height: 1;
    color: var(--primaryColor);
    padding-top: 2px
}

header .navigation-wrap {
    display: flex;
    align-items: center;
}

header .navigation-menu {
    padding-left: 0;
    list-style: none;
    margin: 0;
    display: flex;
    margin-top: 10px;
}

header .navigation-menu li:last-child {
    margin-right: 0;
}

header .navigation-menu .dropdown .dropdown-toggle::after {
    color: #14213d;
    font-size: 20px
}

header .navigation-menu>li .menu-link {
    display: flex;
    line-height: 1;
    font-size: 16px;
    font-weight: 500;
    justify-content: center;
    align-items: center;
    height: 38px;
    padding: 0 20px;
    letter-spacing: .5px;
    color: #14213d;
    text-decoration: none !important;
}

header .navigation-menu>li.active .menu-link,
header .navigation-menu>li.active .menu-link span {
    color: var(--secondaryColor);
    font-weight: 600;
    text-decoration: none !important;
}

header .navigation-menu>li .menu-link:hover {
    color: var(--secondaryColor)
}

header .menu-overlay.active {
    opacity: 1;
    visibility: visible
}

header .menu-overlay {
    position: fixed;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    transition: all .4s ease;
    background-color: rgba(0, 0, 0, 0.5)
}

header .dropdown-menu .dropdown-item {
    line-height: 1;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 10px;
    letter-spacing: .5px;
    color: var(--textColor);
    background-color: transparent !important;
}

header .call-to-action {
    margin: 0 0 0 20px;
    padding: 0 0 0 20px;
    display: flex;
    border-left: 1px solid rgb(0 0 0 / 9%);
}

header .call-to-action .btn-ctn {
    display: inline-block;
    overflow: hidden;
    background-color: var(--secondaryColor);
    padding: 13px 30px;
    margin: auto;
    border-radius: 5px;
    color: #fff;
    letter-spacing: 0;
    font-weight: 700;
    font-size: 16px;
    white-space: nowrap;
    position: relative;
    z-index: 0
}

header .call-to-action .btn-ctn:hover {
    background-color: var(--primaryColor)
}

h1 {
    font-size: 40px;
    line-height: 1.4;
}

/* ********|| HEADER ENDS ||******** */
a:hover {
    color: var(--secondaryColor) !important;
}

/* ********|| BANNER STARTS ||******** */
.banner-section {
    height: 750px;
    overflow: hidden;
}

.banner-lists {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0; /* no gap unless needed */
}

.banner-item .img-wrap img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.logo-img {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    background: transparent; /* remove white background */
}

.overlay img {
    height: 250px; /* adjust size as needed */
    width: auto;
    background: transparent;
    display: block;
}

.banner-section .banner-lists {
    display: flex;
}

.banner-section .banner-lists .banner-item {
    width: 50%;
}

.banner-section .banner-item .img-wrap {
    height: auto;
}

.banner-section .banner-item .img-wrap img {
    width: 100%;
    /*height: 750px;*/
    object-fit: cover;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    /* Semi-transparent layer */
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    padding: 20px;
    z-index: 1;
}

.banner-item,
 {
    flex: 1;
}

.banner-section .texture-part {
    height: 750px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.banner-section .texture-part .banner-text {
    background-color: var(--primaryColor);
    padding: 30px;
    margin-bottom: 40px;
    text-align: center;
    width: 80%;
}

.banner-section .banner-text .des {
    margin-top:10px;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 400;
    font-family:"Pacifico", cursive;
}

/* .logo-img {*/
/*    width: 250px;*/
/*    margin: 20px auto;*/
/*    height: 150px;*/
/*}*/

/* .logo-img img {*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    object-fit: contain;*/
/*}*/

.banner-section .banner-text .sub-text {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 20px;
    line-height:1.4;
    font-family: 'Playfair Display';
}

.banner-section .action-btn {}

.banner-section .action-btn .btn-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    padding: 15px 20px;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    border: 1px solid #fff;
    color:white;
}

.banner-section .action-btn .btn-link:hover{
    background-color:white;
    color:black;
}

.banner-section .location {
    text-align: center;
    margin-top: 30px;
}

.banner-section .location .icon {
    width: 40px;
    height: 40px;
    margin: 0 auto;
}

.banner-section .location .icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.banner-section .location .text {
    margin-top: 20px;
    font-weight: 400;
    font-size: 18px;
    color: #fff;
}

.banner-section .location .link {
    margin-top:10px;
    font-weight: 600;
    font-size: 16px;
    display: flex;
    text-align: center;
    justify-content: center;
}

/* ********|| BANNER ENDS ||******** */

.category-section {
    margin: 20px 0;
}

.category-section .category-lists {
    display: flex;
}

.category-section .category-lists .category-item {
    width: 50%;
    max-width: 50%;
    position: relative;
}

.category-section .category-lists .category-item+.category-item {
    margin-left: 10px;
}

.category-section .category-lists .category-item .img-part {
    width: 100%;
    height: 620px;
}

.category-section .category-lists .category-item .img-part img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.category-section .category-lists .category-item .content-part {
    position: absolute;
    top: 50%;
    right: 0;
    text-align: center;
    padding: 40px;
    width: 50%;
    transform: translateY(-50%);
}

.category-section .category-lists .category-item .content-part .logo-part {
    width: 320px;
    height: 320px;
    margin: 0 auto;
}

.category-section .category-lists .category-item .content-part .logo-part img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.category-section .category-lists .category-item .content-part .text {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 600;
}

.category-section .category-lists .category-item .content-part .des {
    font-size: 14px;
    line-height: 1.4;
    margin-top: 25px;
    font-style: italic;
}

.category-section .category-lists .category-item .content-part .link {
    margin-left:120px;
    border-radius:12px;
    padding:10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    margin-top: 25px;
    font-weight: 600;
    color: #000;
    width:150px;
    border:1px solid black;
    
}

.category-section .category-lists .category-item .content-part .link:hover{
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
    background-color:#d8c15b;
}

.category-section .category-lists .category-item.white .content-part .logo-part {
    filter: brightness(0) invert(1);
}

.category-section .category-lists .category-item.white .content-part {
    color: #fff;
}




.type-section {
    margin: 20px 0;
}

.type-section .type-item {
    position: relative;
}

.type-section .type-item:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, black 0.5%, transparent 99%);
}

.type-section .type-item .img-part {
    width: 100%;
    height: 600px;
}

.type-section .type-item .img-part img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-right:15px;
}

.type-section .type-item .img-part img:hover{
    transform: scale(1.5);
}

.type-section .type-item .content-part {
    position: relative;
}

.type-section .type-item .type-name {
    font-family: 'Playfair Display';
    position: absolute;
    top: 45%;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 0.5px;
    z-index: 2;
    font-weight: 300;
    content: '';
    line-height: 1.4;
    left: 50%;
    font-size: 25px;
    transform: translateX(-50%);
    text-align: center;
    width: 70%;
    height: 100%;
    display: flex;
    justify-content: center;
}

.type-section .type-item .link {
    padding: 10px 20px;
    position: absolute;
    z-index: 2;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    border: 1px solid var(--primaryColor);
    width: max-content;
    font-size: 15px;
    font-weight: 500;
}

.type-section .type-item .link:hover{
    color:#000000;
    background-color:white;
}

/*.type-section .type-item .link:hover {
    color: #fff !important;
}*/

.type-section .swiper-button-next,
.type-section .swiper-button-prev {
    color: #fff !important;
}

.type-section .swiper-button-next:after,
.type-section .swiper-button-prev:after {
    font-size: 25px !important;
}

.bestseller-section {
/*    margin: 40px 0;*/
    margin: 20px 0px;
}

.bestseller-section .seller-wrap {
    display: flex;
}

.bestseller-section .seller-wrap .content-part {
    width: 240px;
    height: 400px;
    margin-right: 20px;
    background-image: url(../images/11.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.bestseller-section .seller-wrap .content-part .text {
    font-size: 26px;
    line-height: 1.4;
    margin-top: 25px;
    font-family:'Playfair Display';
    color:white;
}

.bestseller-section .seller-wrap .content-part .link {
    border-radius:12px;
    padding:10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    margin-top: 200px;
    font-weight: 600;
    color: black;
    width:150px;
    border:1px solid black;
    
    
}

.sellerSwiper{
    margin:20px;
}

.bestseller-section .seller-wrap .content-part .link:hover{
    background-color:white;
     box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}

.bestseller-section .seller-wrap .seller-lists {
    width: 100%;
    /*max-width: calc(100% - 240px);*/
    
}

.bestseller-section .seller-wrap .seller-lists .best-item {
    position: relative;
}

/*.bestseller-section .seller-wrap .seller-lists .best-item:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, black 0.5%, transparent 99%);
}*/

.bestseller-section .seller-wrap .seller-lists .best-item .img-part {
    width: 100%;
    height: 400px;
}

.bestseller-section .seller-wrap .seller-lists .best-item .img-part img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px; 
}

.bestseller-section .seller-wrap .seller-lists .best-item .text {
    position: absolute;
    z-index: 2;
    color: var(--primaryColor);
    bottom: 25px;
    text-align: center;
    width: 100%;
    /*font-style: italic;*/
    font-size: 20px;
    line-height: 28px;
    padding-left:5px;
}

.bestseller-section .swiper-button-next,
.bestseller-section .swiper-button-prev {
    width: 40px;
    height: 40px;
    color: #fff;
    background: #000;
}

.bestseller-section .swiper-button-next:after,
.bestseller-section .swiper-button-prev:after {
    font-size: 15px;
}

.slider-container {
  display: flex;
  /*overflow-x: auto;    Scroll if content overflows */
  gap: 10px;          /* Space between items */
  padding: 20px;
}

.slider-item {
  display: flex;
  flex-direction: column; /* Arrange image and text vertically */
  align-items: center;    /* Center align */
  width: 250px;           /* Set item width */
  flex-shrink: 0;         /* Prevent items from shrinking */
}

.slider-item img {
  width: 100%;            /* Image fills container */
  height: 100%;          /* Fixed height for uniformity */
  object-fit: cover;      /* Maintain aspect ratio, crop if needed */
  border-radius: 8px;     /* Optional: Rounded corners */
}

.slider-text {
  margin-top: 10px;       /* Space between image and text */
  font-size: 20px;
  font-weight: bold;
  color: #333;            /* Dark text color */
  text-align: center;
}


.men-section {
    margin: 20px 0;
}

.men-section .men-wrap {
    display: flex;
    flex-wrap: wrap;
}

.men-section .men-wrap .img-part {
    width: 60%;
    height: 600px;
    
}

.men-section .men-wrap .img-part img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

.men-section .men-wrap .content-part {
    width: 40%;
    background-color: var(--primaryColor01);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 50px;
}

.men-section .men-wrap .content-part .sub-text {
    font-weight: 500;
    margin-bottom: 25px;
    font-size: 27px;
}

.men-section .men-wrap .content-part .title {
    color: #A27556;
    font-size: 40px;
    font-weight: 400;
    line-height: 1;
}

.men-section .men-wrap .content-part .des {
    font-size: 24px;
    font-weight: 400;
    padding: 0 35px;
    margin-top: 25px;
    line-height: 1.25;
}

.men-section .men-wrap .content-part .link {
    display: flex;
    align-items: center;
    color: #000;
    margin-top: 35px;
    justify-content: center;
    width: max-content;
    padding: 10px 25px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    border: 1px solid #000;
}

.men-section .men-wrap .content-part .link:hover{
    background-color:#d8c15b;
    box-shadow:black;
}

.bridal-section {
    position: relative;
    height:600px; /* Full viewport height */
}

.bridal-image {
    object-fit: cover;
    height:600px;
    width: 80%;
}

.text-overlay {
    position: absolute;
    top: 10%;
    right: 0;
    bottom: 10%;
    left: 70%; /* Adjust placement of text */
    background-color: rgba(255, 255, 255, 0.9); /* Semi-transparent white */
    padding: 30px;
}

.text-content {
    text-align: center;
}

.text-content h1 {
    font-size: 3rem;
    line-height: 1.3;
    color: #000;
    margin-bottom: 20px;
    text-align:left;
}

.text-content a {
    font-size: 1rem;
    text-transform: uppercase;
    padding: 10px 20px;
}

.bridal-section  .link {
    display: flex;
    align-items: center;
    color: #000;
    margin-top: 35px;
    justify-content: center;
    width: max-content;
    padding: 10px 25px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    border: 1px solid #000;
}

.bridal-section .link:hover {
  background-color:#000;
    box-shadow:black;   
    color:white;
}

.category-other-section {
    margin: 20px;
}

.category-other-section .other-lists {
    display: flex;
}

.category-other-section .other-item {
    width: 50%;
    position: relative;
}

.category-other-section .other-item:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgb(0, 0, 0) 1%, transparent 99%);
}

.category-other-section .other-item .img-part {
    width: 100%;
    height: 650px;
}

.category-other-section .other-item .img-part img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.category-other-section .other-item+.other-item {
    margin-left: 10px;
}

.category-other-section .content-part {
    position: absolute;
    z-index: 1;
    bottom: 55px;
    left: 55px;
}

.category-other-section .content-part .name {
    font-size: 35px;
    line-height: 1.4;
    margin-bottom: 5px;
    color: var(--primaryColor);
    font-weight: 600;
}

.category-other-section .content-part .year {
    font-size: 20px;
    color: var(--primaryColor);
    line-height: 1.4;
    margin-bottom: 25px;
}

.category-other-section .content-part .button-actions {
    display: flex;
}

.category-other-section .content-part .button-actions .link {
    padding: 10px 35px;
    z-index: 2;
    color: var(--primaryColor);
    border: 1px solid var(--primaryColor);
    width: max-content;
    font-size: 15px;
    font-weight: 500;
}

.category-other-section .content-part .button-actions .link:hover {
    color: black !important;
    background-color:white;
}

.category-other-section .content-part .button-actions .link+.link {
    margin-left: 25px;
}

.cta-section {
    background-color: var(--primaryColor);
    padding: 10px 0;
}

.cta-section .content-part {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cta-section .logo-part {
    width: 150px;
    height: 150px;
}

.cta-section .logo-part img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.cta-section .text-part {}

.cta-section .text {
    font-size: 20px;
    font-weight: 600;
}

.cta-section p {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    margin-bottom: 0;
}

.cta-section .link {
    font-size: 16px;
    color: #000;
    text-decoration: underline;
}

.usp-section {
    padding: 40px 0;
}

.usp-section .usp-lists {
    display: flex;
    align-items: center;
}

.usp-section .usp-lists .usp-item {
    width: 25%;
    max-width: calc(25% - 20px);
    margin: 10px;
    text-align: center;
}

.usp-section .usp-item .img-icon {
    width: 50px;
    height: 50px;
    margin: 0 auto;
}

.usp-section .usp-item .img-icon img {
    width: 100%;
    height: 100%;
}

.usp-section .text {
    font-weight: 400;
    color: #00750a;
    margin-top: 10px;
    font-size: 15px;
}


.product-main-container {
    margin: 0;
    padding: 64px 108px;
    row-gap: 24px;
    background-color: "#ffffff";
    width: 100%;
}

.product-head {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.product-head #searchBox {
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
}

.product-head .searchInput {
    margin: 0;
    padding: 4px 12px;
    border: 1px solid gray;
    border-radius: 4px;
    font-size: 16px;
    width: 240px;
}

.product-head .hidden {
    display: none !important;
}

.head-top {
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: gray;
    font-size: 22px;
    font-weight: normal;
}

.head-top>p {
    margin-bottom: 0;
}

.left {
    color: gray;
    font-size: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 72px;
}

.right {
    display: flex;
    align-items: center;
    gap: 24px;
}

.icon {
    margin-left: 12px;
    color: #000;
}

.flexRow {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    width: 18dvw;
}

.head-top {
    margin-bottom: 24px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    color: #000000;
    font-size: 16px;
    font-weight: normal;
}

.filter-price {
    margin: 0;
    padding: 0;
    margin-right: 18px;
}

.head-top-col {
    width: 16dvw;
    display: flex;
    flex-direction: column;
    row-gap: 12px;
}

.headTitle {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    letter-spacing: 0.4px;
}

.space-row {
    margin: 0 0 5px;
    padding: 0 0 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.slider-container {
    position: relative;
    width: 100%;
    max-width: 600px;
    margin: 50px auto;
}

.color-option {
    width: 20px;
    height: 20px;
    margin: 4px;
    display: inline-block;
    cursor: pointer;
    border: 2px solid transparent;
    border-radius: 50%;
}

.color-option.selected {
    border: 2px solid black;
}

.product-color-option {
    width: 18px;
    height: 18px;
    margin: 0px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    border: 2px solid transparent;
    border-radius: 50%;
}

.product-color-option.selected::after {
    content: '\2713';
    /* Unicode for check mark */
    position: absolute;
    padding: 0 3px;
    top: -5px;
    right: -5px;
    color: white;
    font-size: 8px;
    background-color: green;
    border-radius: 50%;
}


#slider {
    margin: 20px 0;
}

.size-option {
    padding: 0 4px;
    display: inline-block;
    cursor: pointer;
    border: 2px solid transparent;
    background-color: #f0f0f0;
}

.size-option.selected {
    border: 2px solid black;
}


/* input[type="range"] {
    position: absolute;
    width: 100%;
    pointer-events: none;
    -webkit-appearance: none;
    background: transparent;
}

input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    background: #4CAF50;
    cursor: pointer;
    position: relative;
    z-index: 2;
}

input[type="range"]::-moz-range-thumb {
    width: 20px;
    height: 20px;
    background: #4CAF50;
    cursor: pointer;
}

.slider-values {
    margin-top: 20px;
    text-align: center;
    font-size: 18px;
}

.slider-container input[type="range"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}

input[type="range"]:nth-child(1) {
    z-index: 2;
}

input[type="range"]:nth-child(2) {
    z-index: 3;
} */

.filterBtn {
    margin: 0;
    padding: 4px 8px;
    border: 1px solid #000;
    background: transparent;
    font-size: 12px;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
    width: 35%;
    text-align: center;
    cursor: pointer;
}

.grayTxt {
    color: gray;
    font-size: 12px;
}

.color-palette {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
    width: 72px;
    height: 24px;
    color: gray;
    font-size: 14px;
}

.color {
    background-color: green;
    width: 20px;
    height: 20px;
    border: none;
    border-radius: 50%;
}

.checkbox {
    /* background-color: gray; */
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
}

.row-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 14px;
    row-gap: 14px;
    align-items: center;
    justify-content: flex-start;
    color: gray;
}

#collapseOne,
#collapseTwo,
#collapseThree,
#collapseFour {
    font-size: 14px;
}

#collapseOne p,
#collapseTwo p,
#collapseThree p,
#collapseFour p {
    width: 100%;
}


.product-content {
    margin: 48px 0;
    padding: 0;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    gap: 36px;
    justify-content: space-between;
    width: 100%;
    height: auto;

}

.productCard {
    margin: 1rem 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    /*width: 400px;*/
    height: 600px;
    position: relative;
    border: 1px solid gray;
    overflow: hidden;
}

.cardImage {
    position: relative;
    margin: 0;
    padding: 12px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    height: 70%;
    background-size: contain; /* Ensures the entire product image is visible */
    background-position: center; /* Centers the image within the div */
    background-size: cover; /* New Code */
    background-position: center 0%; /* New Code changed from center 25% to center 0% */
    background-repeat: no-repeat;
    background-color: #eee;
}

.cardImage:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0.5%, transparent 99%);
}

.cardTop {
    position: relative;
    z-index: 2;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    width: 100%;
}

.cardBottom {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 24px;
}

.bottomRow {
    display: flex;
    align-items: center;
    gap: 10px;
}

.offerSticker {
    margin: 0;
    padding: 4px 8px;
    background-color: rgb(252, 36, 36);
    border: none;
    border-radius: 4px;
    color: white;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    font-weight: 500;
}

.imgSticker {
    margin: 0;
    padding: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.8);
    width: 32px;
    height: 32px;
    border: none;
    border-radius: 50%;
}

.right-col {
    padding: 0 2px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.productColor {
    width: 14px;
    height: 14px;
    border: none;
    border-radius: 50%;
    position: relative;

}

.product-size-option {
    padding: 2px 8px;
    margin: 2px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    border: none;
    border-radius: 4px;
    text-align: center;
    font-weight: 500;
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.15);
    font-size: 12px;
    backdrop-filter: blur(40px);
}

.product-size-option.selected::after {
    content: '\2713';
    /* Unicode for check mark */
    position: absolute;
    width: 16px;
    height: 16px;
    top: -6px;
    right: -6px;
    color: white;
    font-size: 10px;
    text-align: center;
    background-color: green;
    border-radius: 50%;
}

.size-option.selected {
    border: 2px solid black;
}


.product-color-option.selected::after {
    content: '\2713';
    /* Unicode for check mark */
    position: absolute;
    width: 16px;
    height: 16px;
    top: -6px;
    right: -6px;
    color: white;
    font-size: 10px;
    text-align: center;
    background-color: green;
    border-radius: 50%;
}

.tick {
    margin: 0;
    padding: 2px;
    background-color: #00750a;
    border: none;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -4px;
    right: -4px;
}

.cardContent {
    margin: 0;
    padding: 12px 2px 16px 12px;
    background-color: white;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
    text-decoration: none;
}

.cardContent:hover {
    text-decoration: none;
}
 
.productName {
    font-size: 16px;
    line-height: 24px;
    color: gray;
    font-weight: 400;
    width: 100%; /* Set width as per your requirement */
    max-height: 70px; /* Limit the height to 60px */
    overflow: hidden; /* Hide the overflowed text */
    display: -webkit-box; /* Required for webkit browsers */
    -webkit-line-clamp: 3; /* Show only 3 lines of text */
    -webkit-box-orient: vertical; /* Required for webkit browsers */
    line-clamp: 3; /* For non-webkit browsers */
    text-overflow: ellipsis; /* Adds the dots */
    
}

.priceTag {
    font-weight: 500;
    color: black;
    font-size: 18px;
    font-weight: 600;
    position: relative;
}

.line-through {
    background-color: rgb(248, 23, 23);
    width: 58px;
    height: 1.5px;
    transform: rotateZ(-4deg);
    position: absolute;
    top: 8px;
    left: -2px;
}  

.product-section {
    margin: 0;
    padding: 0 108px 54px 108px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 24px;
}

.product-top {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 48px;
}

.product-section .product-img {
    width: 560px;
    height: 660px;
    background-size: cover;
    background-repeat: no-repeat;
}

.product-section .spaceRow {
    display: flex;
    align-items: center;
    gap: 12px;
}

.product-section a {
    color: black;
    text-decoration: none;
}

.product-section .iconBtn {
    border: none;
    outline: none;
    background-color: transparent;
    width: 12px;
}

.form-label {
    font-size: 18px;
    font-weight: 600;
    width: auto;
}

.product-section .input {
    margin: 0;
    padding: 8px 14px;
    width: 98px;
    border: 2px solid rgb(158, 157, 157);
    background-color: #ffffff;
    color: rgb(111, 110, 110);
}

.product-section .input:focus {
    border: 2px solid #000;
    color: #000;
}

.product-top button {
    margin: 0;
    padding: 8px 24px;
    border: 2px solid black;
    background: white;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    width: 240px;
}

.product-section .swiperImg {
    width: 140px;
    height: 160px;
}


/* .product-section .swiper-slide{
    width: 25%;
} */


.product-section .product-slide-img {
    position: relative;
    width: 100px;
    height: 160px;
    background-size: cover;
    background-repeat: no-repeat;
}

.product-section .swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 0px;
    height: 0px;
}

.tabContainer {
    border: 1px solid rgb(165, 164, 164);
}

.tabHead {
    margin: 0;
    padding: 18px 36px;
    text-transform: uppercase;
    font-size: 18px;
    color: #000;
    font-weight: 500;
    border-radius: 0;
}

.tabHeadItem {
    color: black;
    background-color: #eee;
    border-radius: 0px;
}

.tabViewContent {
    margin: 0;
    padding: 48px 24px;
    background-color: #fffef2;
    line-height: 25px;
    font-size: 16px;
}

.tabHead:hover {
    color: #000;
}




.related-product-section {
    margin: 54px 108px;
}


.related-product-section .product-item {
    position: relative;
    height: 480px;
}

.related-product-section .swiper-button-next {
    position: absolute;
    top: 55%;
    right: 0px;
}

.related-product-section .swiper-button-prev {
    position: absolute;
    top: 55%;
    left: 0px;
}


.related-product-section>.title {
    color: #A27556;
    font-size: 60px;
    font-weight: 400;
    line-height: 1.5;
    text-transform: uppercase;
    text-align: center;
}

.related-product-section>p {
    text-align: center;
    margin-top: 20px;
    color: gray;
    margin-bottom: 56px;
}

/* 


.related-products-section{
    margin: 0;
    padding: 0;
    width: 100%;
} */



/* .swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    width: 100%;
    display: flex;
    font-size: 1.5em;
    gap: 12px;
    background: #ffffff; 
}

.swiper-button-next,
.swiper-button-prev {
    color: #000;
} */


.support_main_container {
    padding: 108px;
}

.support-right {
    padding: 24px;
    background-color: #fff;
}

.support-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.support-inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 24px;
}

.support-inner .input {
    padding: 12px;
    width: 100%;
}

.support-inner .textarea {
    padding: 12px;
    width: 100%;
    height: 320px;
}

.support-inner .card {
    padding: 36px;
    width: 100%;
    border: none;
    border-radius: 12px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 6px;
    box-shadow: 0 0 10px 0 rgb(185, 185, 185);
}

.support-inner .card-left {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.support-inner .card-right {
    padding: 6px 12px;
}

/* .support-inner .user-img{width: 50px; height: 50px; border: none; border-radius: 50%; background-color: #eee; overflow: hidden; display: flex; align-items: center;justify-content: center;} */
.support-inner .card-content {
    padding: 17px 0;
    line-height: 25px;
    letter-spacing: 0.4px;
    font-weight: 400;
}

.support-inner .card-bottom {
    margin-top: 12px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 48px;
}

.boldTxt {
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.2px;
}

.support-inner .line {
    margin-top: 6px;
    width: 100%;
    background-color: #eee;
    height: 1px;
}


.loginContainer {
    margin: 0;
    padding: 36px 250px;
}

.loginContainer .login-inner {
    display: flex;
    align-items: center;
    gap: 96px;
    width: 100%;
}

.loginContainer .login-each-section {
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 12px;
}

.login-each-section button {
    margin: 0;
    padding: 12px 24px;
    width: 420px;
    background-color: #000000;
    border: none;
    font-size: 14px;
    font-weight: 500;
    color: white;
}

.login-each-section input {
    margin: 0;
    padding: 12px 24px;
    width: 420px;
    border: 1px solid gray;
    font-size: 14px;
}

.login-each-section button:hover {
    background-color: #A27556;
}

.ls-sm {
    letter-spacing: 0.4px;
}

.loginContainer .login-each-section .google-button {
    margin: 0;
    padding: 12px 24px;
    width: 420px;
    background-color: #dc4e41;
    border: none;
    font-size: 14px;
    font-weight: 500;
    color: white;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}

.loginContainer .login-each-section .google-button:hover {
    background-color: #cd3123;
}

.loginContainer .login-each-section .facebook-button:hover {
    background-color: #1a387a;
}

.loginContainer .login-each-section .facebook-button {
    margin: 0;
    padding: 12px 24px;
    width: 420px;
    background-color: #3b5998;
    border: none;
    font-size: 14px;
    font-weight: 500;
    color: white;
    text-transform: uppercase;
    letter-spacing: 0.6px
}






footer {
    background: #f1f1f1;
    padding: 40px 0;
    width: 100%;
}

footer .footer-links {}

footer .footer-links .footer-title {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
}

footer .footer-links ul {
    padding-left: 0;
}

footer .footer-links li {
    list-style: none;
}

footer .footer-links .f-link a {
    color: #272C30;
    font-weight: 400;
    font-size: 13px;
}

footer .footer-links .f-link+.f-link {
    margin-top: 10px;
}

footer .logo-part {
    width: 150px;
    height: 150px;
}

footer .logo-part img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

footer .footer {}

footer .footer .sub-text {
    
    margin-bottom: 8px;
    width: 250px;
}
footer .footer .sub-text a{
    color:black;
    transition:none;
    font-weight: 400;
    margin-left:10px;
}

footer .footer .data a{
    color:black;
    transition:none;
    font-weight: 400;
    margin-left:10px;
}

footer .footer .data {
    font-weight: 600;
    margin-bottom:10px;
    width: 250px;
}

footer .footer .data span {
    font-weight: 400;
}

footer .footer .copyright {
    font-weight: 500;
    margin-top:10px;
    text-align:center;
    
}
footer .footer .copyright a{
color:black;
}

footer .payment {
    display: flex;
}

footer .payment .pay-item {
    width: 40px;
    height: 40px;
}

footer .payment .pay-item+.pay-item {
    margin-left: 15px;
}

footer .payment .pay-item img {
    width: 100%;
    height: 100%;
}

footer .img-screen {
    width: 100%;
    height: 150px;
}

footer .img-screen img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* ********|| RESPONSIVE STARTS ||******** */

@media screen and (max-width: 1600px) {}

@media screen and (max-width: 1440px) {}

@media screen and (max-width: 1366px) {}

@media screen and (max-width: 1280px) {}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 990px) {

    header .contact .contact-link .title,
    header .social .social-label {
        font-size: 14px;
    }

    header .responsive-action {
        display: block;
    }

    header .responsive-action .btn-menu {
        justify-content: flex-end;
    }

    /* header .navigation-menu > li.active .menu-link {
    background-color: var(--secondaryColor);
} */
    header .navigation-menu>li .menu-link span,
    header .navigation-menu>li .menu-link {
        /* color: var(--secondaryColor); */
        justify-content: flex-start;
        text-decoration: none;
    }

    header .navigation-wrap.active {
        transform: translateX(0%);
    }

    header .navigation-wrap {
        position: fixed;
        top: 0;
        right: 0;
        z-index: 11;
        background-color: #fff;
        height: 100%;
        width: 300px;
        box-shadow: 2px 0 10px rgb(0 0 0 / 10%);
        padding: 15px 0;
        transform: translateX(110%);
        transition: all 0.4s ease;
    }

    header .navigation-menu {
        display: block;
    }

    header .navigation-wrap {
        display: block;
    }

    header .navigation-menu>li .menu-link {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        text-decoration: none;
    }

    header .navigation {
        justify-content: center;
    }

    header .call-to-action {
        margin: 20px 0 0 0px;
        padding: 0;
    }

    header .call-to-action .btn-ctn {
        padding: 13px 55px;
    }

    header .navigation-menu>li .menu-link {
        font-size: 14px;
        text-decoration: none;
    }

    header .navigation-menu .dropdown .dropdown-toggle::after {
        right: 12px;
    }

    header .bottom-header {
        padding: 5px;
    }
}


header .header-icon {
    color: #000000;
}

header .header-right {
    margin-right: -100px;
    margin-left: 50px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 36px;
    font-weight: 500;
    font-size: 18px;
}

header .header-btn {
    padding: 12px 36px;
    background-color: #e4d26e;
    border: none;
    /* border-radius: 8px; */
    color: black;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.2px;
}

.header-btn:hover {
    background-color: #bbab4f;
    transition: 400ms;
}




.profile-main-container {
    padding: 36px 64px;
    display: grid;
    grid-template-columns: 17% 74%;
    width: 100%;
    gap: 48px;
}

.sidebar-list {
    list-style-type: none;
    color: #000;
}

.profile-main-container .sidebar-list li {
    padding: 12px;
    color: black;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.8px;
    text-decoration: none;
    text-transform: uppercase;
    ;
}

.profile-main-container .sidebar-list li a {
    color: #090909;
}

.profile-main-container .sidebar-list li a:hover {
    color: #fdbb65 !important;
    transition: 100ms;
}

.profile-main-container .sidebar-list li s.active {
    color: #fdbb65;
}

.profile-main-container .sidebar-list li a:visited {
    color: #090909;
    /* Maintain visited links color */
}

.profile-main-container .sidebar-list li a:active {
    color: #e4d26e;
    /* Maintain active links color */
}

.profile-main-container .main-section {
    padding: 0 24px;
}

.profile-main-container .main-section .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.profile-main-container .main-inner-section {
    margin-top: 24px;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 24px;
    flex-wrap: wrap;
    height: 580px;
    background-color: white;
}

.ls-sm {
    letter-spacing: 0.8px;
}

.profile-main-container .main-inner-section .input-leaf {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
}

.profile-main-container .main-inner-section .input-leaf label {
    font-size: 12px;
    letter-spacing: 0.8px;
    font-weight: 500;
}

.profile-main-container .main-inner-section .input {
    padding: 8px 12px;
    letter-spacing: 0.4px;
    font-size: 14px;
    color: black;
    width: 440px;
    border: 1px solid rgb(19, 19, 19);
}

.profile-main-container .main-inner-section .input:focus {
    border: 1px solid #bbab4f;
}

.profile-main-container .main-inner-section .input::-webkit-input-placeholder {
    color: rgb(168, 28, 28);
}

.profile-main-container .form-btn {
    border: none;
    outline: none;
    background-color: #000000;
    padding: 12px 24px;
    text-align: center;
    width: 440px;
    color: white;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.6px;
}

.profile-main-container .form-btn:hover {
    background-color: #bbab4f;
    color: black;
    font-weight: 500;
}

.bg-gray {
    padding: 24px !important;
    background-color: #f6efc6 !important;
}




.profile-main-container .orderTabView {
    margin: 0;
    padding: 36px 24px;
    background-color: white;
    line-height: 25px;
    font-size: 16px;
    width: 100%;
}

.profile-main-container .tabHead {
    margin: 0;
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 14px;
    color: #000;
    font-weight: 500;
    border: none;
    border-radius: 0;
}

.profile-main-container .all-orders-tab {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 34px;
    width: 100%;
}

.profile-main-container .order-card {
    width: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0;
    border: none;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 0 20px 0 rgb(203, 203, 203);
}

.profile-main-container .order-card-header {
    padding: 12px 26px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    background-color: #f0f1f3;
    width: 100%;
}

.profile-main-container .order-card-header .card-header-right {
    display: flex;
    align-items: center;
    gap: 48px;
    color: gray;
    font-size: 14px;
}

.profile-main-container .order-card-body {
    padding: 18px 30px;
    background-color: white;
}

.card-inner {
    display: flex;
    align-items: center;
    gap: 24px;
}

.profile-main-container .order-card-body .card-body-title {
    font-weight: 600 !important;
    font-size: 18px;
    letter-spacing: 0.4px;
    color: #2c2b2b !important;
    margin: 0 0 18px 0;
}

.profile-main-container .order-card-body .card-inner-left {
    width: 150px; 
    height: 150px; 
    overflow: hidden;
}

.profile-main-container .order-card-body .card-inner-left .product-img {
    width: 100%;
    height: 100%; 
    object-fit: cover;
}

.profile-main-container .color-button {
    padding: 6px 24px;
    background-color: #000000;
    font-weight: 500;
    font-size: 14px;
    border: none;
    border-radius: 6px;
    color: #fff;
}

.profile-main-container .color-button:hover {
    background-color: #A27556;
}

.profile-main-container .gray-btn {
    padding: 6px 24px;
    margin-left: 6px;
    background-color: white;
    font-weight: 500;
    font-size: 14px;
    border: none;
    border-radius: 6px;
    color: black;
    box-shadow: 0 0 5px 0 rgb(196, 195, 195);
}

.profile-main-container .gray-btn {
    color: black;
}

.profile-main-container .order-details-link {
    color: #A27556;
    text-decoration: underline;
    font-weight: 500;
    display: flex;  
    justify-content: flex-end;
    margin-top: 5px; 
}

.profile-main-container .order-details-link:hover {
    color: #A27556;
    text-decoration: underline;
    font-weight: 500;
}

.cancelled-tag {
    margin-bottom: 24px;
    background-color: rgb(250, 62, 62);
    font-size: 13px;
    font-weight: 500;
    width: 160px;
    height: 22px;
    border: none;
    border-radius: 36px;
    text-align: center;
    align-items: center;
    color: white !important;
}




/* ///////////////////////////// ORDER DETAILS PAGE ////////////////////////// */
.order-details-card .card-body-top {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.order-details-card .card-inner {
    display: flex;
    align-items: center;
    gap: 12px;
}

.order-details-card .card-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px; 
} 

.order-details-card .card-left {
    width: 100% !important;
    display: flex;
    align-items: center;
    gap: 12px;
}

.order-details-card .payment-info {
    margin-top: 18px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px; 
}

.payment-info .payment-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.payment-row h6 {
    margin-bottom: 0;
}

.payment-info .line {
    width: 100%;
    background-color: #eee;
    height: 2px;
}

.profile-main-container .order-details-card .card-left {
    width: 75%;
}

.sec-wishlist {
    padding: 20px 0 60px;
}

.sec-wishlist .wishlist-inner {
    background: var(--shades01);
    box-shadow: rgb(0 0 0 / 8%) 0 2px 10px;
    padding: 25px;
    margin-top: 12px;
}

.sec-wishlist .wishlist-inner .wishlist-item {
    display: flex;
}

.sec-wishlist .wishlist-inner .wishlist-item+.wishlist-item {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid var(--bs-border-color);
}

.sec-wishlist .wishlist-inner .wishlist-image {
    width: 100px;
    height: 120px;
    overflow: hidden;
    border: 1px solid var(--shades03);
    box-shadow: rgb(0 0 0 / 8%) 0 2px 10px;
    background-color: var(--shades01);
}

.sec-wishlist .product-rating {
    display: flex;
}

.sec-wishlist .product-rating .rating-stars {
    color: var(--ratingColor);
    margin-right: 8px;
}

.sec-wishlist .product-rating .rating-text {}

.sec-wishlist .wishlist-inner .wishlist-image img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.sec-wishlist .wishlist-inner .wishlist-details {
    width: 100%;
    max-width: calc(100% - 120px);
    margin-left: 20px;
    display: flex;
    flex-direction: column;
}

.sec-wishlist .wishlist-inner .left-side-wishlist-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    color: var(--shades02);
}

.sec-wishlist .wishlist-inner .right-side-wishlist-content {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-top: 20px
}

.sec-wishlist .wishlist-inner .product-wishlist-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    max-width: calc(100% - 40px)
}

.sec-wishlist .wishlist-inner .category-name {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
    color: var(--shades02);
}

.sec-wishlist .wishlist-inner .category-sub-name {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
    color: var(--shades05);
}

.sec-wishlist .wishlist-details .price .discount-price {
    color: var(--shades02);
    font-weight: 600;
    font-size: 20px
}

.sec-wishlist .wishlist-details .wishlist-action .delete-btn {
    border: none;
    background: none;
    font-size: 16px;
    padding: 0;
    color: var(--color09)
}

.sec-wishlist .product-info {
    margin-top: 6px;
    display: flex;
    align-items: center
}

.sec-wishlist .product-info .product-data {
    display: flex;
    align-items: center;
}

.sec-wishlist .product-info .product-data+.product-data {
    padding-left: 20px;
}

.sec-wishlist .product-info .product-data .title {
    font-size: 14px;
    font-weight: 400;
    color: var(--shades06);
    margin-right: 5px;
}

.sec-wishlist .product-info .product-data .data {
    font-size: 16px;
    font-weight: 500;
}

.sec-wishlist .product-info .product-data .data .color-spot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
}





.breadcrumb-section {
    padding: 30px 0;
    background: var(--shades03);
}

.breadcrumb-section .breadcrumb-box {
    display: flex;
    align-items: center;
}

.breadcrumb-section .breadcrumb-box .item-breadcrumb {
    position: relative;
}

.breadcrumb-section .breadcrumb-box .item-breadcrumb+.item-breadcrumb {
    padding-left: 20px;
}

.breadcrumb-section .breadcrumb-box .item-breadcrumb:before {
    content: '\f105';
    position: absolute;
    font-family: "Font Awesome 5 Pro";
    right: -12px;
    font-size: 18px;
}

.breadcrumb-section .breadcrumb-box .item-action {
    font-size: 14px;
    color: var(--color01);
    font-weight: 400;
}

.breadcrumb-section .item-breadcrumb.active:before {
    visibility: hidden;
}

.breadcrumb-section .breadcrumb-box .item-breadcrumb.active .item-action {
    pointer-events: none;
    color: var(--secondaryColor);
}

.cart-section {
    padding: 40px 0
}

.cart-section .cart-part .cart-item {
    display: flex;
    padding: 20px;
    box-shadow: 0px 1px 6px rgb(128 128 128 / 21%);
    border-radius: 5px;
}

.cart-section .cart-part .cart-item+.cart-item {
    margin-top: 20px
}

.cart-section .cart-part .cart-image {
    width: 160px;
    height: 160px;
    overflow: hidden;
    border: 1px solid var(--shades05);
    border-radius: 5px
}

.cart-section .cart-part .cart-image img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.cart-section .cart-part .cart-details {
    width: 100%;
    max-width: calc(100% - 180px);
    margin-left: 20px;
    display: flex;
    flex-direction: column;
}

.cart-section .cart-part .cart-details .left-side-cart-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    color: var(--secondaryColor);
}

.cart-section .cart-part .cart-details .left-side-cart-content .product-cart-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    max-width: calc(100% - 190px)
}

.cart-section .cart-part .cart-details .left-side-cart-content .product-name-category .category-name {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
    color: var(--shades06)
}

.cart-section .cart-part .cart-details .left-side-cart-content .product-name-category .product-name {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
    word-break: break-word;
    display: inline-block;
    color: var(--secondaryColor);
}

.cart-section .cart-part .cart-details .left-side-cart-content .product-name-category {
    display: flex;
    flex-direction: column;
}

.cart-section .cart-part .cart-details .left-side-cart-content .product-name-category .discount-tag {
    display: inline-flex;
    align-items: flex-end;
    background: var(--color01);
    color: var(--shades01);
    border-radius: 3px;
    padding: 1px 6px;
    font-size: 12px;
    font-weight: 400;
    width: fit-content;
}

.cart-section .cart-part .cart-details .left-side-cart-content .product-info {
    margin-top: 6px;
    display: flex;
    align-items: center
}

.cart-section .cart-part .cart-details .left-side-cart-content .product-info .product-data+.product-data {
    margin-left: 30px
}

.cart-section .cart-part .cart-details .left-side-cart-content .product-info .product-data {
    display: flex;
    align-items: center
}

.cart-section .cart-part .cart-details .left-side-cart-content .product-info .product-data .title {
    font-size: 14px;
    font-weight: 400;
    color: var(--shades06);
    margin-right: 5px;
}

.cart-section .cart-part .cart-details .left-side-cart-content .product-info .product-data .data {
    font-size: 16px;
    font-weight: 500
}

.cart-section .cart-part .cart-details .left-side-cart-content .product-info .product-data .data .color-spot {
    width: 15px;
    height: 15px;
    background: var(--color05);
    border-radius: 50%
}

.cart-section .product-quantity {
    display: flex;
    align-items: center;
    padding-top: 10px;
    margin-top: auto
}

.cart-section .product-quantity .quantity-title {
    font-size: 14px;
    font-weight: 500;
    width: 80px;
    letter-spacing: .5px;
    color: var(--secondaryColor)
}

.cart-section .quantity-spinner {
    display: flex;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    overflow: hidden
}

.cart-section .quantity-spinner .btn-quantity {
    border: 0;
    width: 32px;
    height: 32px;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    font-size: 16px;
    font-weight: 500;
    color: var(--secondary)
}

.cart-section .quantity-spinner .quantity-input {
    border: 0;
    background-color: transparent;
    font-size: 16px;
    font-weight: 500;
    color: var(--secondary);
    width: 44px;
    text-align: center
}

.cart-section .cart-part .cart-details .right-side-cart-content {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-top: auto;
}

.cart-section .cart-part .cart-details .price {
    text-align: right;
    width: 190px;
}

.cart-section .cart-part .cart-details .price .main-price {
    color: var(--shades06);
    font-weight: 400;
    text-decoration: line-through;
    font-size: 14px
}

.cart-section .cart-part .cart-details .price .discount-price {
    color: var(--secondaryColor);
    font-weight: 500;
    font-size: 18px
}

.cart-section .cart-part .cart-details .right-side-cart-content .cart-action {
    display: flex;
    justify-content: space-between
}

.cart-section .cart-part .cart-details .right-side-cart-content .cart-action .text {
    border: none;
    background: none;
    font-weight: 500;
    text-decoration: underline;
    font-size: 14px
}

.cart-section .cart-part .cart-details .right-side-cart-content .cart-action .text.delete {
    color: var(--color07)
}

.cart-section .cart-part .cart-details .right-side-cart-content .cart-action .text.wishlist {
    color: var(--color01);
    margin-right: 10px
}

.cart-section .shopping-details .title {
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--shades05);
    margin-bottom: 10px
}

.cart-section .shopping-details .oreder-summary .summary-item {
    display: flex;
    justify-content: space-between
}

.cart-section .shopping-details .oreder-summary .summary-item .data {
    font-size: 14px;
    font-weight: 400
}

.cart-section .shopping-details .oreder-summary .summary-item+.summary-item {
    margin-top: 10px
}

.cart-section .shopping-details .oreder-summary .summary-item .text {
    font-size: 14px;
    font-weight: 500
}

.cart-section .shopping-details .oreder-summary .summary-item.discount .text {
    color: var(--color08)
}

.cart-section .shopping-details .oreder-summary .summary-item.total {
    border-top: 1px solid var(--shades05);
    padding-top: 12px
}

.cart-section .shopping-details .oreder-summary .summary-item.total .data {
    font-size: 18px;
    font-weight: 500
}

.cart-section .shopping-details .oreder-summary .summary-item.total .text {
    font-size: 18px;
    font-weight: 600
}

.cart-section .shopping-details .checkout-action {
    margin-top: 20px
}

.cart-section .shopping-details .checkout-action .checkout {
    background: var(--color01);
    color: var(--shades01);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 400;
    border-radius: 6px
}

.cart-section .shopping-details .checkout-action .checkout.alt {
    background: var(--shades01);
    border: 1px solid var(--shades04);
    color: var(--shades02);
    margin-top: 25px;
    font-weight: 600;
    width: 100%;
}

.checkout-section {
    padding: 40px 0;
}

.checkout-section .address-list {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}

.checkout-section .address-list .address-item {
    position: relative;
    box-shadow: 0px 1px 6px rgb(128 128 128 / 21%);
    border-radius: 5px;
    width: 320px;
}

.checkout-section .check-input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
    cursor: pointer;
    border: 2px solid transparent;
}

.checkout-section .check-label {
    position: relative;
    border: 2px solid transparent;
    padding: 30px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.checkout-section .check-label:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto
}

.checkout-section .check-label:after {
    content: "\f14a";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    margin: 0 auto;
    font-family: "Font Awesome 5 Pro";
    font-weight: 600;
    color: var(--color01);
    font-size: 20px;
}

.checkout-section .check-input:checked~.check-label:after {
    display: block
}

.checkout-section .check-input:checked~.check-label {
    border: 2px solid var(--color01);
}

.checkout-section .check-input:checked~.check-label .icon-box {
    color: white
}

.checkout-section .check-input:checked~.check-label .box {
    color: white
}

.checkout-section .check-input:checked~.check-label .box {
    color: white
}

.checkout-section .check-input:checked~.option-text .text {
    color: var(--shades07);
}

.checkout-section .check-input:checked~.option-text .sub-text {
    color: var(--color01);
    font-weight: 600;
}

.checkout-section .shopping-details .title {
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--shades05);
    margin-bottom: 10px
}

.checkout-section .shopping-details .oreder-summary .wallet-code {
    margin: 12px 0 0;
    border-top: 1px solid var(--shades05);
    padding: 15px 0 15px;
}

.checkout-section .shopping-details .oreder-summary .wallet-code .custom-checkbox {
    display: block;
}

.checkout-section .shopping-details .oreder-summary .wallet-code .custom-checkbox .custom-checkbox-label {
    font-size: 14px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.checkout-section .shopping-details .oreder-summary .wallet-code .custom-checkbox .custom-checkbox-label .text {
    font-size: 14px;
    font-weight: 400;
}

.checkout-section .shopping-details .oreder-summary .wallet-code .custom-checkbox .custom-checkbox-label .price {
    font-size: 16px;
    font-weight: 600;
}

.checkout-section .shopping-details .oreder-summary .summary-item {
    display: flex;
    justify-content: space-between
}

.checkout-section .shopping-details .oreder-summary .summary-item .data {
    font-size: 14px;
    font-weight: 400
}

.checkout-section .shopping-details .oreder-summary .summary-item+.summary-item {
    margin-top: 10px
}

.checkout-section .shopping-details .oreder-summary .summary-item .text {
    font-size: 14px;
    font-weight: 500
}

.checkout-section .shopping-details .oreder-summary .summary-item.discount .text {
    color: var(--color08)
}

.checkout-section .shopping-details .oreder-summary .summary-item.total {
    border-top: 1px solid var(--shades05);
    padding: 12px 0
}

.checkout-section .shopping-details .oreder-summary .summary-item.total .data {
    font-size: 18px;
    font-weight: 500
}

.checkout-section .shopping-details .oreder-summary .summary-item.total .text {
    font-size: 18px;
    font-weight: 600
}

.checkout-section .shopping-details .checkout-action {
    margin-top: 20px
}

.checkout-section .shopping-details .checkout-action .cart-action {
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 500;
    margin-top: 20px;
    background: var(--shades01);
    border: 1px solid var(--color01);
    border-radius: 5px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    color: #000000;
}

.checkout-section .shopping-details .checkout-action .checkout {
    background: var(--color01);
    color: var(--shades01);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 400;
    border-radius: 6px;
    width: 100%;
    border: none !important;
}

.checkout-section .address-list .address-item .address-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.checkout-section .address-list .address-item .address-info .sub-title {
    font-size: 14px;
    font-weight: 500;
}

.checkout-section .address-list .address-item .address-info .text {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2;
}

.checkout-section .address-list .address-item .address-info .text span {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.2;
}

.checkout-section .address-list .address-item .address-info .text+.text {
    margin-top: 10px;
}

.checkout-section .address-list .address-item .checkout-actions {
    position: absolute;
    top: 5px;
    right: 0;
    z-index: 5;
}

.checkout-section .checkout-address {}

.checkout-section .checkout-address .swiper-slide {
    padding: 10px 5px;
    width: auto;
    display: flex;
    height: auto;
}
.swiper-container {
  width: 100%;
  height: 400px; /* Adjust based on your design */
  position: relative; /* Ensure the positioning of the container */
}

/* Swiper slide */
.swiper-slide {
  position: relative;
  overflow: hidden; /* Prevent image from overflowing outside the slide */
  ;
}
.swiper-slide img {
  width: 100%;
  height: auto;
  transition: transform 0.3s ease-in-out; /* Smooth zoom effect */
  object-fit: cover; /* Ensure images cover the slide container */
  
}

/* Hover effect on image: zoom in */
.swiper-slide:hover img {
  transform: scale(1.2); /* Zoom in on hover */
  
  
}

.checkout-section .address-list .address-item .checkout-actions .dropdown-toggle {
    width: 30px;
    height: 30px;
    padding: 0 !important;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: var(--shades05);
    color: var(--color01);
    border: none;
}

.checkout-section .address-list .address-item .checkout-actions .dropdown-toggle:after {
    display: none;
}

.checkout-section .address-list .address-item .checkout-actions .dropdown-menu {
    border: 0;
    box-shadow: rgba(0, 0, 0, 0.15) 0 2px 10px;
    border-radius: 4px;
    right: 11px !important;
    left: auto !important;
    transform: translate(0, 0) !important;
    top: 100% !important;
    width: max-content;
    flex-wrap: wrap;
}

.checkout-section .address-list .address-item .checkout-actions .dropdown-menu .dropdown-item {
    display: flex;
    align-items: center;
    font-size: 13px;
}

.checkout-section .address-list .address-item .checkout-actions .dropdown-menu .dropdown-item i {
    font-size: 14px;
}

.checkout-section .address-list .address-item .checkout-actions .dropdown .dropdown-menu.show {
    transform: translate(0, 50px) !important;
}

.checkout-section .checkout-address .add-new-address {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.checkout-section .checkout-address .add-new-address .title {
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
}

.checkout-section .checkout-address .add-new-address .address-add {}

.checkout-section .checkout-address .add-new-address .address-add .add-action {
    border: none;
    display: flex;
    align-items: center;
    background: none;
}

.checkout-section .checkout-address .add-new-address .address-add .add-action .icon {
    color: var(--color01);
    font-size: 14px;
    margin-right: 5px;
}

.checkout-section .checkout-address .add-new-address .address-add .add-action .text {
    color: var(--secondaryColor);
    font-size: 14px;
    text-transform: capitalize;
}

.checkout-section .billing-info .personal-info.inactive {
    pointer-events: none;
    opacity: 0.5;
}

.checkout-section .billing-info {
    margin-top: 20px;
}

.checkout-section .billing-info .form-content {
    background: none;
    padding: 0;
}

.checkout-section .billing-info .form-content .personal-info {}

.checkout-section .billing-info .form-content .personal-info .title {
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    margin: 15px 0 25px;
}

.checkout-section .billing-info .form-content .form-group {}

.checkout-section .billing-info .form-content .form-group.address-select-type {
    display: flex;
    align-items: center;
}

.checkout-section .billing-info .form-content .form-group .text {
    font-size: 15px;
    font-weight: 400;
    margin-right: 10px;
}

.checkout-section .billing-info .form-content .form-group .address-select {
    display: flex;
    align-items: center;
}

.checkout-section .billing-info .form-content .form-group .address-select .custom-radio {
    display: flex;
}

.checkout-section .billing-info .form-content .form-group .address-select .custom-radio+.custom-radio {
    margin-left: 10px;
}

.checkout-section .billing-info .form-content .form-group .address-select .custom-radio-label {
    font-size: 14px;
    font-weight: 400;
}

.checkout-section .billing-info .form-content .form-group .address-select .custom-radio .custom-radio-input:checked~.custom-radio-label {
    color: var(--color01);
    line-height: unset;
}

.checkout-section .billing-info .form-content .form-group .control-label {}

.checkout-section .billing-info .form-content .form-group .form-control {}

.checkout-section .billing-info .form-content .form-action {}

.checkout-section .billing-info .form-content .form-action .btn-action {
    border: none;
    background: var(--color01);
    color: var(--shades01);
    font-size: 18px;
    padding: 10px;
    border-radius: 3px;
    width: 150px;
}

.checkout-section .coupons-code {
    border-top: 1px solid var(--shades03);
    padding: 15px 0 0;
}

.checkout-section .coupons-code .coupons-input {
    display: flex;
    margin-bottom: 20px;
}

.checkout-section .coupons-code .coupons-input .input-style {
    width: 100%;
    max-width: calc(100% - 70px);
    border: 1px solid var(--shades05);
    border-radius: 5px 0 0 5px;
    padding: 0 15px 0;
}


.checkout-section .coupons-code .coupons-input .apply-action {
    border: none;
    background: var(--color01);
    color: var(--shades01);
    padding: 10px;
    height: 40px;
    width: 70px;
    border-radius: 0 5px 5px 0;
}

.checkout-section .coupons-code .coupons-input .remove-action {
    border: none;
    background: var(--color09);
    color: var(--shades01);
    padding: 10px;
    height: 40px;
    width: 70px;
    border-radius: 0 5px 5px 0;
}

.checkout-section .coupons-code .coupons-input.remove {
    display: flex;
    margin-bottom: 20px;
}

.checkout-section .coupons-code .coupons-input.remove .input-wrap {
    border: 1px solid var(--color01);
    display: flex;
    border-radius: 5px;
    background: rgb(0 78 240 / 6%);
    width: 100%;
}

.checkout-section .coupons-code .coupons-input.remove .input-style {
    width: 100%;
    max-width: calc(100% - 70px);
    border: none;
    border-radius: 5px 0 0 5px;
    padding: 0 15px 0;
    background: transparent;
}

.checkout-section .coupons-code .coupons-input.remove .apply-action {
    border: none;
    background: var(--color01);
    color: var(--shades01);
    padding: 10px;
    height: 40px;
    width: 70px;
    border-radius: 0 5px 5px 0;
}

.checkout-section .coupons-code .coupons-input.remove .remove-action {
    border: none;
    background: transparent;
    color: var(--color09);
    padding: 10px;
    height: 40px;
    width: 70px;
    border-radius: 0 5px 5px 0;
    font-size: 12px;
}

.checkout-section .select-payment {}

.checkout-section .select-payment .title {
    font-size: 15px;
    font-weight: 500;
    margin: 15px 0 25px;
    text-transform: capitalize;
}

.checkout-section .select-payment .select-payment-method {
    display: flex;
    margin: 0 -5px;
}

.checkout-section .select-payment .select-payment-method .payment-item .payment-info {
    flex-direction: column;
}

.checkout-section .select-payment .select-payment-method .payment-item .payment-info .text {
    font-size: 12px;
    text-align: center;
    font-weight: 400;
    line-height: 1.4;
}

.checkout-section .select-payment .select-payment-method .payment-item .payment-info .card-icon {
    font-size: 30px;
    margin-bottom: 5px;
}

/* .checkout-section .select-payment .select-payment-method .payment-item .payment-info .card-img img{width: 100%;height: 100%;object-fit: contain;} */
.checkout-section .select-payment .payment-item {
    position: relative;
    box-shadow: 0px 1px 6px rgb(128 128 128 / 21%);
    border-radius: 5px;
    width: 25%;
    max-width: calc(25% - 10px);
    margin: 0 5px;
}

.checkout-section .select-payment .check-input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
    cursor: pointer;
    border: 2px solid transparent;
}

.checkout-section .select-payment .check-label {
    position: relative;
    border: 2px solid transparent;
    padding: 10px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.checkout-section .select-payment .check-label:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto
}

.checkout-section .select-payment .check-label:after {
    content: "\f14a";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    margin: 0 auto;
    font-family: "Font Awesome 5 Pro";
    font-weight: 600;
    color: var(--color01);
    font-size: 20px;
}






.checkout-section .select-payment .check-input:checked~.check-label:after {
    display: block
}

.checkout-section .select-payment .check-input:checked~.check-label {
    border: 2px solid var(--color01);
}

.checkout-section .select-payment .check-input:checked~.check-label .card-icon {
    color: var(--color01)
}

.checkout-section .select-payment .check-input:checked~.check-label .box {
    color: white
}

.checkout-section .select-payment .check-input:checked~.check-label .box {
    color: white
}

.checkout-section .select-payment .check-input:checked~.option-text .text {
    color: var(--shades07);
}

.checkout-section .select-payment .check-input:checked~.option-text .sub-text {
    color: var(--color01);
    font-weight: 600;
}

.checkout-section .select-payment .card-details {
    margin-top: 20px;
}

.checkout-section .select-payment .add-new-payment {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.checkout-section .select-payment .add-new-payment .title {
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
}

.checkout-section .select-payment .add-new-payment .payment-add {}

.checkout-section .select-payment .add-new-payment .payment-add .add-action {
    border: none;
    display: flex;
    align-items: center;
    background: none;
}

.checkout-section .select-payment .add-new-payment .payment-add .add-action .icon {
    color: var(--color01);
    font-size: 14px;
    margin-right: 5px;
}

.checkout-section .select-payment .add-new-payment .payment-add .add-action .text {
    color: var(--secondaryColor);
    font-size: 14px;
    text-transform: capitalize;
}

.checkout-section .select-payment .card-details .save-payment-method {
    margin-bottom: 15px;
}

.checkout-section .select-payment .card-details .save-payment-method .custom-checkbox-label {
    font-weight: 400;
    font-size: 12px;
}

.checkout-section .select-payment .card-details .form-content {
    width: 445px;
}

.order-confirmation-page {
    padding: 60px 0;
}

.order-confirmation-page .confirmation-content {}

.order-confirmation-page .confirmation-content .img-order {
    width: 400px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}

.order-confirmation-page .confirmation-content .img-order img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.order-confirmation-page .confirmation-content .text-part {
    text-align: center;
    font-size: 18px;
    display: block;
    text-transform: uppercase;
    background: var(--color01);
    color: var(--shades01);
    line-height: 1.4;
    width: max-content;
    padding: 8px 15px;
    margin: 0 auto;
    border-radius: 6px;
}

.order-confirmation-page .text-content {
    text-align: center;
}

.order-confirmation-page .text-content .title {
    font-size: 40px;
    line-height: 1.4;
    margin-bottom: 18px;
}

.order-confirmation-page .text-content .des {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 18px;
}

.sec-authentication .authentication-container .sign-in-inner {
    width: 100%;
    max-width: calc(40%);
    background-color: #fff;
    padding: 30px;
    align-items: center;
    margin: 60px auto;
    border: 1px solid var(--bs-gray-200);
    border-radius: 6px;
}

.sec-authentication .authentication-container .sign-up-inner {
    width: 100%;
    max-width: calc(40%);
    background-color: #fff;
    padding: 20px;
    align-items: center;
    margin: 0 auto;
    border: 1px solid var(--bs-gray-200);
    border-radius: 6px;
}

.sec-authentication .authentication-container .forgot-inner {
    width: 100%;
    max-width: calc(40%);
    background-color: #fff;
    padding: 20px;
    align-items: center;
    margin: 0 auto;
    border: 1px solid var(--bs-gray-200);
    border-radius: 6px;
}

.sec-authentication .authentication-container .authentication-box .box-header {
    margin-bottom: 30px
}

.sec-authentication .authentication-container .authentication-box .title {
    color: var(--color01);
    font-size: 26px;
    text-align: left;
    line-height: 1;
    font-weight: 600;
    margin-bottom: 10px
}

.sec-authentication .authentication-container .authentication-box .sub-title {
    color: var(--secondaryColor);
    font-size: 14px;
    text-align: left;
    line-height: 1;
    font-weight: 400
}

.sec-authentication .authentication-container .authentication-box .sub-title a {
    color: #212121;
    font-weight: 600;
}

.sec-authentication .authentication-container .authentication-box .custom-form-group {
    width: 100%;
    position: relative;
    margin-bottom: 10px
}

.sec-authentication .authentication-container .authentication-box .custom-form-group .form-control {
    width: 100%;
    min-height: 40px;
    background-color: #fff;
    color: var(--secondaryColor);
    outline: none;
    padding: 6px 12px;
    border-radius: 5px;
    border: 1px solid #dadada;
}

.sec-authentication .authentication-container .authentication-box .authentication-attr {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.sec-authentication .authentication-container .authentication-box .authentication-attr .custom-checkbox .custom-checkbox-input {
    width: 16px;
    height: 16px;
    top: 2px;
}

.sec-authentication .authentication-container .authentication-box .authentication-attr .btn-fogot-password {
    color: var(--textColor);
    font-size: 14px;
    font-weight: 500
}

.sec-authentication .authentication-container .authentication-box .action-btn {
    color: #fff;
    font-size: 16px;
    background-color: #A27556;
    border-radius: 5px;
    padding: 11px 35px;
    border: 0;
    display: block;
    margin: 0 auto
}

.sec-authentication .authentication-container .authentication-box .action-btn:hover {
    background-color: var(--color01)
}

.sec-authentication .custom-checkbox .custom-checkbox-label {
    font-weight: 600;
    font-size: 14px;
    color: var(--textColor)
}

.sec-authentication .custom-checkbox .custom-checkbox-label:before {
    border-color: var(--shades05);
    top: 2px;
    left: -24px;
    transform: none;
}

.sec-authentication .custom-checkbox .custom-checkbox-label:after {
    top: 2px;
    left: -24px;
    transform: none;
}

.sec-authentication .custom-checkbox .custom-checkbox-input:checked~.custom-checkbox-label:before {
    background: #A27556;
}

.sec-authentication .authentication-container .authentication-box .action-btn:hover {
    background-color: #93450f;
}

.empty-data-design {}

.empty-data-design .icon-img {
    width: 140px;
    height: 180px;
    margin: 0 auto;
}

.empty-data-design .icon-img img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.empty-data-design h6 {
    font-size: 24px;
    font-weight: 600;
    color: var(--bs-gray-dark);
    text-align: center;
}

.empty-data-design p {
    font-size: 14px;
    font-weight: 500;
    text-align: center;
}

.empty-data-design .btn-shop {
    margin: 17px auto;
    background: var(--color01);
    width: max-content;
    color: var(--bs-gray-100);
    font-size: 14px;
    padding: 10px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: capitalize;
    border-radius: 6px;
}

.cart_btn.ec-cart-bottom {
    justify-content: space-between;
    display: flex;
    margin-top: auto;
}

.empty-data-design.app-sidebar-cart {
    height: 80vh;
}

 /* Add CSS */

 .product-review-container {
    margin: 0;
    padding: 24px 100px;
    background-color: white;
    min-height: 95dvh;
    font-family: sans-serif;
}

.product-review-container .inner-container {
    margin: 0;
    margin-top: 48px;
    padding: 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 36px;
    width: 100%;
}

.product-review-container .inner-container .details {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 14px;
}

.product-review-container .inner-container .product-img-container {
    margin: 0;
    padding: 0;
    width: 480px;
    height: 540px;
    object-fit: cover;
    overflow: hidden;
}

.product-review-container .product-img-container #product-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-review-container .inner-container .rating-card {
    margin: 0;
    padding: 12px;
    width: 180px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid #d0cfcf;
    border-radius: 12px;
}

.product-review-container .inner-container .rating-row {
    margin: 0;
    margin-bottom: 6px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
}

.product-review-container .inner-container progress {
    width: 150px;
    height: 12px;
    -webkit-appearance: none;
    appearance: none;
}

/* Chrome, Safari, and Opera specific styling */
.product-review-container .inner-container progress::-webkit-progress-bar {
    background-color: #f3f3f3;
    border-radius: 15px;
    overflow: hidden;
}

.product-review-container .inner-container progress::-webkit-progress-value {
    background-color: #d3994e;
    border-radius: 15px 0 0 15px;
}

/* Firefox specific styling */
.product-review-container .inner-container progress::-moz-progress-bar {
    background-color: #d3994e;
    border-radius: 15px;
}

.product-review-container .review-list {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 24px;
}

.product-review-container .review-list .review-card {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 12px;
}


.product-review-container .review-card .profilepic-container {
    margin: 0;
    padding: 0;
    width: 60px;
    height: 60px;
    border: none;
    border-radius: 50%;
    overflow: hidden;
}

.product-review-container .review-card #profile-pic {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product-review-container .review-card .user-details {
    margin: 0;
    margin-top: 12px;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;

}

.product-review-container .review-card .user-details .top {
    margin-bottom: 4px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
}
/* ////////////////     PRIVACY POLICY        ///////////// */

.privacy-policy-container {
    margin: 60px 100px;
    padding: 0;
    background-color: white;
    overflow-x: hidden;
}

.privacy-policy-container .pg-title {
    margin: 0;
    padding: 0;
    font-weight: 700;
    color: #a57537;
    text-align: center;
}

.privacy-policy-container .ans {
    margin: 0;
    padding: 0;
    color: gray;
    line-height: 20px;
}



/* ///////////////////////   CAREER PAGE CONTAINER  ///////////////////////////// */

.career-page-container {
    margin: 0;
    padding: 0;
    background-color: white;
}

.career-page-container .top-section {
    margin: 20px 100px;
    padding: 0;
}

.career-page-container .top-section .content {
    margin: 0;
    padding: 0;
    color: gray;
    line-height: 22px;
    width: 95%;
}

.career-page-container .oppurtunity-section {
    margin: 50px 0;
    padding: 50px 100px;
    background-color: #f9eec3;
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
}

.career-page-container .oppurtunity-section .content {
    margin: 0;
    padding: 0;
    color: gray;
    line-height: 22px;
    width: 68%;
    text-align: center;
}

.career-page-container .oppurtunity-section .oppurtunity-listings {
    margin: 50px 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 64px;
}

.career-page-container .oppurtunity-section .oppurtunity-card {
    margin: 0;
    padding: 48px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 12px;
    background-color: white;
    border: none;
    width: 475px;
    min-height: 475px;
}

.oppurtunity-card a {
    margin: 40px 0;
    padding: 0;
    color: #a57537;
    font-weight: bold;
    letter-spacing: 0.2px;
}




/* //////////////////////////     CONTACT US PAGE    //////////////////////////// */

.privacy-policy-container {
    margin: 0;
    padding: 50px 100px;
    width: 100%;
}

.privacy-inner-container {
    margin: 40px 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 30px;
}


.privacy-policy-container .map-view .top-section{
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 12px;
}


.privacy-policy-container .contact-form {
    margin: 0;
    padding: 40px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 12px;
    border: 1px solid rgb(226, 226, 226);
    border-radius: 6px;
}

.privacy-policy-container .contact-form label {
    color: black;
    font-weight: 500;
}

.privacy-policy-container .contact-form input,
textarea {
    margin: 0;
    margin-bottom: 36px;
    padding: 12px 24px;
    width: 420px;
    border: 1px solid rgb(196, 195, 195);
    border-radius: 6px;
    color: #000;
}
.privacy-policy-container .contact-form .submit-btn{
    margin: 0;
    padding: 14px 28px;
    background-color: #b48c72;
    border: none;
    font-size: 16px;
    border-radius: 6px;
    text-align: center;
    font-weight: 500;
    width: 180px;
    color: white;
}
.privacy-policy-container .contact-form .submit-btn:hover{
   background-color: #906345;
}
.error{
  
    color: red !important;
}

.rate {
    float: left;
    height: 46px;
    padding: 0 10px;
    }
    .rate:not(:checked) > input {
    position:absolute;
    display: none;
    }
    .rate:not(:checked) > label {
    float:right;
    width:1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:30px;
    color:#ccc;
    }
    .rated:not(:checked) > label {
    float:right;
    width:1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:30px;
    color:#ccc;
    }
    .rate:not(:checked) > label:before {
    content: '★ ';
    }
    .rate > input:checked ~ label {
    color: #ffc700;
    }
    .rate:not(:checked) > label:hover,
    .rate:not(:checked) > label:hover ~ label {
    color: #deb217;
    }
    .rate > input:checked + label:hover,
    .rate > input:checked + label:hover ~ label,
    .rate > input:checked ~ label:hover,
    .rate > input:checked ~ label:hover ~ label,
    .rate > label:hover ~ input:checked ~ label {
    color: #c59b08;
    }
    .star-rating-complete{
       color: #c59b08;
    }
    .rating-container .form-control:hover, .rating-container .form-control:focus{
    background: #fff;
    border: 1px solid #ced4da;
    }
    .rating-container textarea:focus, .rating-container input:focus {
    color: #000;
    }
    .rated {
    float: left;
    height: 46px;
    padding: 0 10px;
    }
    .rated:not(:checked) > input {
    position:absolute;
    display: none;
    }
    .rated:not(:checked) > label {
    float:right;
    width:1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:30px;
    color:#ffc700;
    }
    .rated:not(:checked) > label:before {
    content: '★ ';
    }
    .rated > input:checked ~ label {
    color: #ffc700;
    }
    .rated:not(:checked) > label:hover,
    .rated:not(:checked) > label:hover ~ label {
    color: #deb217;
    }
    .rated > input:checked + label:hover,
    .rated > input:checked + label:hover ~ label,
    .rated > input:checked ~ label:hover,
    .rated > input:checked ~ label:hover ~ label,
    .rated > label:hover ~ input:checked ~ label {
    color: #c59b08;
    }

 /* End CSS */


@media screen and (max-width: 990px) and (orientation: landscape) {}

@media screen and (max-width: 767px) {}

@media screen and (max-width: 767px) and (orientation: landscape) {}

@media screen and (max-width: 600px) {}

@media screen and (max-width: 480px) {}

@media screen and (max-width: 360px) {}

@media screen and (max-width: 320px) {}

/* ********|| RESPONSIVE ENDS ||******** */


/* arinjit style********************************* */


@media screen and (max-width: 1455px) {

    .category-section .category-lists .category-item .content-part {

        padding: 0;}
    .category-section .category-lists .category-item .content-part .text {
font-size: 30px;
        
    }
    .category-section .category-lists .category-item .content-part .logo-part {
        line-height: 1.2;       
    width: 220px;
    }

}


@media screen and (max-width: 1075px) {
    .category-section .category-lists .category-item .content-part {
        padding: 0;
        right: 1rem;
    }

    
}

.fa-fw {
    right: 0;
    position: absolute;

}
.banner-section .banner-text .logo-img {
    width: auto;
}

@media screen and (max-width: 955px) {
    .product-top {
        flex-direction: column;
    }

    .sec-authentication .authentication-container .sign-in-inner {
        max-width: calc(60%);}
}

@media screen and (max-width: 895px) {
    .banner-section {
        margin-bottom: 300px;
        overflow: visible;
        
    }

    .banner-section .banner-lists{
        position: relative;
    }

    .banner-section .banner-lists :nth-child(2){
        position: absolute;
        bottom: -300px;
        width: auto !important;
    } 
    .banner-section .banner-lists :nth-child(2) .texture-part{
        width: 100wv !important;
        min-width: 100vw;
        flex-direction: row;
        justify-content: space-around;
        height: auto;
    } 
    .banner-section .banner-lists :nth-child(2) .texture-part .banner-text {
        
        display: flex;
        flex-direction: column;
        width: 30%;
        margin: 20px 0;
    } 

    .banner-section .banner-lists :nth-child(2) .texture-part .banner-text .logo-img{
        position: relative;
        top: 0;
        padding: 20px;
    }

    .banner-section .banner-lists :nth-child(2) .texture-part .action-btn {
        
        position: relative;
        margin: 0;
        top: -4rem;
    } 
    .banner-section .banner-lists :nth-child(2) .texture-part .location {
        
        position: absolute;
        margin-left: 45%;
        margin-top: 7rem;

    }   .banner-section .banner-lists :nth-child(2) .texture-part .location .text{
        position: relative;
        top: 0;

    } 


.banner-section .banner-lists .banner-item {

    width: 50%;
}

.category-section .category-lists {
    display: flex;
    flex-direction: column;
}
.category-section .category-lists .category-item {
    width: 100%;
    max-width: 100%;
    position: relative;
}

.category-section .category-lists .category-item+.category-item {
    margin-left: 0;
}

.men-section .men-wrap {
    flex-direction: column;
}
.men-section .men-wrap .img-part {
    width: 100%;
}
.men-section .men-wrap .content-part {
    width: 100%;
}

}



@media screen and (max-width: 767px) {
    .category-section .category-lists .category-item .content-part .link{
        margin:auto;
    }
    .tacr{
        text-align: center;
        justify-content: center;
    }


    footer .logo-part {width: auto;
    margin-bottom: 2rem;}
}


@media screen and (max-width: 655px) {
    .banner-section  {
        height: auto;}

        .banner-section .banner-lists {
            flex-direction: column;
        }
        .banner-section .banner-lists .banner-item {
            width: 100%;
            height: auto !important;
        }

        .banner-section .banner-item .img-wrap img {
            height: auto !important;}

        .banner-section .banner-lists :nth-child(2){
            position: relative;
            bottom: 0px;
            height: auto;
            width: auto !important;
        }
        .overlay{
            display:none;
        }
        
        .text-overlay{
            background-color:transparent;
            right: 0;
    top:50%;
    left: 0%;
        }
        
        .text-overlay a{
            background-color:white;
        }
        .text-overlay h1{
            font-size:2rem;
        }
        
    .banner-section {
        margin-bottom: 0px;
        
    }
    .banner-section .banner-lists :nth-child(2) .texture-part {
        flex-direction: column;
    justify-content: center;
    
    }
    .banner-section .banner-lists :nth-child(2) .texture-part .banner-text {
        padding: 30px;
        margin-bottom: 40px;
        width: 70%;}
        .banner-section .banner-lists :nth-child(2) .texture-part .action-btn{
            top: 2rem;}
            .banner-section .banner-lists :nth-child(2) .location {
                margin: 80px 0 20px 0;

                    position: relative !important; 
                    margin-left: 0 !important;
            }


            .bestseller-section .seller-wrap {
                flex-direction: column;}

                .bestseller-section .seller-wrap .content-part{
                    width: 100%;
                }

                .bestseller-section .seller-wrap .seller-lists {
                    width: 100%;
                    max-width: 100%;
                }


                .category-other-section .other-lists {
                    flex-direction: column;
                }

                .category-other-section .other-item {
                    width: 100%;
                }
                .category-other-section .other-item+.other-item {
                    margin-left: 0px;
                }


                .cta-section .content-part {
                    justify-content: center;
                    padding: 1rem 0;
                    flex-direction: column;
                }
                .cta-section .text-part {
                    text-align: center;
                }

                .product-section {
                    padding: 0 3rem 0 1rem;
                }

                .sec-authentication .authentication-container .sign-in-inner {
                    max-width: calc(80%);}
                    
                       .category-section .category-lists .category-item .content-part .text {
font-size: 25px;}
header {
    padding: 0;}
    
    
    header .brand .logo {
    width: 80px;
    height: auto;
}

}





@media screen and (max-width: 545px) {
    
    .product-main-container {
    padding: 64px 30px;
    
    
    
    
    
}


.cm-3{
   margin: 1rem 0;
}

.head-top-col {
   width: calc(100% - 1rem);
   margin-bottom: 2rem;
}

.wt{
    width: 100%;
}
.productCard {
width: auto;
margin-bottom: 3rem;
}

.product-top button {
    margin: 1rem;}
    .product-section .input {
        width: auto;
    }
    
.form-label {
    /* margin-right: 20px; */
    width: auto;
}