@import url('https://fonts.googleapis.com/css2?family=Tenor+Sans&display=swap');

@import url('fonts/gotham-pro.css');

:root {
    --primary: #A8715A;
    --secondary: #DD8560;
    --color: #313131;
    --color-light: #f3f3f3;
    --pending: #ffa54b;
    --in-progress: #3387ff;
    --shipped: #ffef33;
    --delivered: #9dffcb;
    --completed: #4dff7b;
    --cancelled: #d70000;
}


body {
    font-family: 'Gotham Pro';
    color: #313131;
}

a {
    color: unset;
    text-decoration: none;
    align-content: space-between;
}

a:hover {
    color: var(--secondary);
    fill: var(--secondary);
}

a.icon-href {
    vertical-align: middle;
}


.icon {
    font-size: 30px;
}

.icon:hover, a.icon-href:hover , .menu .nav-link:hover{
    color: var(--primary);
}

nav.navbar {
    padding: 1.5rem !important;
    top: 0; /* Position the navbar at the top of the page */
    width: 100%; /* Full width */
    background-color: transparent;
    transition: background-color 0.3s ease;
}

.scrolled {
    position: fixed !important;
    background-color: rgb(255, 255, 255) !important;
    box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.33);
    z-index: 1;
}

nav .logo {
    height: 55px;
    width: auto;
    top: 16px;
    position: absolute;
    margin-left: 5px;
}

nav.navbar .icon-href {
    padding-inline: 1em;
}

nav.navbar .a-href{
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.hr-line {
    margin: 20px 0;
    background: rgb(0, 0, 0);
    height: 1px;
    width: 100%;
}

.nav-link.level-3{
    font-weight: 400 !important;
}

/* FOOTER */

.footer {
    background-color: #000000;
    padding-block: 100px;
    margin: 0 auto;
    text-align: center
}


.footer .logo {
    margin: 0 auto;
}

.footer .logo img {
    width: 250px;
}

.footer .nav {
    margin-top: 80px;
}

.footer .nav-link {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 18px */
    letter-spacing: 1.8px;
    text-transform: uppercase;
}

.footer .hr-line {
    margin-block: 50px;
    margin-inline: auto;
    background: rgba(255, 255, 255, 0.25);
    height: 1px;
    width: 65%;
}

.footer .cms .nav-link {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 15px */
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

/* FOOTER ENDS */

/* MENU */

.menu.active {
    opacity: 0;
    visibility: hidden;
}

.menu {
    transition: 0.52s;
    z-index: 1111;
    position: fixed;
    top: 0;
    left: 0;
    background: #ffffff;
    width: 100%;
    height: 100%;
    overflow: hidden;
    /*padding: 2.5rem;*/
    flex-direction: column;
    justify-content: center;
}

.menu .nav-link{
    color: var(--color);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 1.8px;
    text-transform: uppercase;
}

.tab-nav .nav-link.active{color: var(--primary);}

.menu .hr-line-menu{
    width: 100%;
    height: 0.5px;
    margin-bottom: 13px;
    border: 0.5px solid #d5d5d5;
}

.links-container {
    list-style-type: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-top:100px;
    width: 100%;
    padding-inline: 2.5rem;
}

.menu-section .accordion {
    --bs-accordion-color: #212529;
    --bs-accordion-bg: #fff;
    --bs-accordion-transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,border-radius 0.15s ease;
    --bs-accordion-border-color: var(--bs-border-color);
    --bs-accordion-border-width: 1px;
    --bs-accordion-border-radius: 0.375rem;
    --bs-accordion-inner-border-radius: calc(0.375rem - 1px);
    --bs-accordion-btn-padding-x: 1.25rem;
    --bs-accordion-btn-padding-y: 1rem;
    --bs-accordion-btn-color: #212529;
    --bs-accordion-btn-bg: var(--bs-accordion-bg);
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-icon-width: 1.25rem;
    --bs-accordion-btn-icon-transform: rotate(-180deg);
    --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-focus-border-color: #ffffff;
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(0, 7, 16, 0.25);
    --bs-accordion-body-padding-x: 1.25rem;
    --bs-accordion-body-padding-y: 1rem;
    --bs-accordion-active-color: #000000;
    --bs-accordion-active-bg: #ffffff;
}

.menu-section button:hover,.d-form input[type="submit"]:hover,a.button:hover{
    background-color: #d5d5d5;
    color: #000;
}

.menu  span{
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 21px */
    letter-spacing: 21px;
    text-transform: uppercase;
    display: table-cell;
    vertical-align: middle;
}
/* MENU ENDS */


.banner img {
    width: 100%;
}

.section-heading {
    padding-bottom: 25px;
    padding-top: 100px;
}

.section-heading h1 {
    text-align: center;
    letter-spacing: 4.5px;
}

.product-card {
    position: relative;
}
.product-card .heart {
    position: absolute;
    top: 20px;
    right: 35px;
}

.product-card .heart .fa-solid.fa-heart{
    color: #ff3411;
}

.product-card .product-info {
    display: flex;
    justify-content: space-between;
}
.product-card .product-info .title small,.small-brand-name {
    color: #a3a3a3;
    font-size: 14px;
    text-transform: uppercase;
}
.product-card .price strike {
    color: #a3a3a3;
}

.product-card img {
    aspect-ratio: 2/3;
    object-fit: cover;
    width: 100%;
    padding: 5px;
    margin-bottom: 10px;
    transition: padding 0.3s ease,box-shadow 0.3s ease;
}

.product-card img:hover {
    padding: 0px;
    box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.33);
}

.product-card h2 {
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.product-card .price {
    font-size: 13px;
    font-style: normal;
    font-weight: 800;
    line-height: 150%;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    margin-bottom: 2em;
    text-align: right;
}

a.product-card:hover {
    color: var(--primary);
}

.brands-card {
    padding-inline: 20px;
    margin-block: 15px;
}

.brands-card img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
}

.product-nav .product-card {
    padding-inline: 10px;
}

.nav-social {
    padding: 15px 0px;
}

.nav-social .nav-link {
    ont-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 2.7px;
    text-transform: uppercase;
    color: var(--color);
}

.nav-social .nav-link:hover {
    color: var(--primary);
}

/* FORM TYPES */

input.form-center-mode {
    width: 65%;
    margin: 0 auto;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 126.5%;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    border: none;
    border-bottom: 1px solid;
    text-align: center;
    text-transform: uppercase;
}

input:focus.form-center-mode {
    color: #212529;
    background-color: #fff;
    border-color: var(--secondary);
    outline: 0;
    box-shadow: 1px 8px 7px -5px rgba(221, 133, 96, 0.27);
    -webkit-box-shadow: 1px 8px 7px -5px rgba(221, 133, 96, 0.27);
    -moz-box-shadow: 1px 8px 7px -5px rgba(221, 133, 96, 0.27);
}


.d-form input:not([type=checkbox]) ,.d-form select {
    width: 100%;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 126.5%;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    border: none;
    border-bottom: 1px solid;
    text-transform: uppercase;
}

.d-form input:focus:not([type=checkbox]) ,.d-form select{
    color: #212529;
    background-color: #fff;
    border-color: var(--secondary);
    outline: 0;
    box-shadow: 1px 8px 7px -5px rgba(221, 133, 96, 0.27);
    -webkit-box-shadow: 1px 8px 7px -5px rgba(221, 133, 96, 0.27);
    -moz-box-shadow: 1px 8px 7px -5px rgba(221, 133, 96, 0.27);
}

input.search-form:not([type=checkbox]) ,.d-form select {
    width: 100%;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 126.5%;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    border: none;
    border-bottom: 1px solid;
    text-transform: uppercase;
}

input.search-form:focus:not([type=checkbox]) ,.d-form select{
    color: #212529;
    background-color: #fff;
    border-color: var(--secondary);
    outline: 0;
    box-shadow: 1px 8px 7px -5px rgba(221, 133, 96, 0.27);
    -webkit-box-shadow: 1px 8px 7px -5px rgba(221, 133, 96, 0.27);
    -moz-box-shadow: 1px 8px 7px -5px rgba(221, 133, 96, 0.27);
}

.centered-element {
    width: 75%;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.d-form select.select-form{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    background-position: right 0.75rem center, center right 2.25rem;
    background-repeat: no-repeat;
    background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.d-form .d-form-section{
    margin-bottom: 40px;
}

button,.d-form input[type="submit"],a.button{
    background-color: transparent;
    border: 2px solid #000;
    text-align: center;
    width:100%;
    padding-block: 15px;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 20px;
    transition: background-color .35s ease-in-out;
}

button:hover,.d-form input[type="submit"]:hover,a.button:hover{
    background-color: var(--secondary);
    color: #000;
}

.d-form-section:nth-child(even){
    padding-right: 40px;
}

.d-form-section:nth-child(odd){
    padding-left: 40px;
}
/* PAGE SECTION */

.page-section{
    padding-top:250px;
    padding-inline: 200px;
    padding-bottom: 150px;
}

.page-section .page-header{
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    padding-bottom: 35px;
}

.page-header span{
    font-size: 15px;
}

.page-section p{
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

/* ADDRESS PAGE SECTION */

.d-list-section{
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    padding-bottom: 5px;
    margin-top: 15px;
    border-bottom: 1px solid #272728;
}

.address-wrapper .d-list-section{
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    padding-bottom: 5px;
    margin-top: 15px;
    border-bottom: none;
}

.d-list-section a,.faqs.d-list-section{
    margin-bottom: 5px;
    margin-left: 20px;
}

.faqs.d-list-section:last-child{
    border-bottom: none;
}

.a-title{

}

.a-address{

}


.product-listing-section,.product-detail-section{
    padding-top:190px;
    padding-inline: 50px;
    padding-bottom: 150px;
}

.brand-banner h3{
    font-size: 35px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin-top: 10px;
}

.loadm {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 21px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 50px;
}

.loadm span {
    letter-spacing: -1px;
    font-weight: 800;
}

.detail-img{
    width: 100%;
    height: auto;
}

.product-detail-section .breadcrumb{
    color: #383838;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
}

.product-detail-section h1{
    color: var(--color);

    /* H1 */
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 48px */
    letter-spacing: 4.8px;
    text-transform: uppercase;

    margin-top: 30px
}

.product-detail-section h2.price{
    color: var(--color);
    font-size: 28px;
    font-style: normal;
    font-weight: 800;
    line-height: 150%; /* 48px */
    letter-spacing: 4.8px;
    text-transform: uppercase;

    margin-top: 30px;
}

.price small{
    font-size: 12px;
}

.product-detail-section .desc h3{
    color: rgba(49, 49, 49, 0.40);
    /* Caption */
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 18px */
    letter-spacing: 1.8px;
    text-transform: uppercase;

    margin-top: 30px;

}

.product-detail-section .desc p{
    color: #383838;

    /* P */
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
}

.product-detail-section hr{
    background: #D2D2D2;
    color: #D2D2D2;
    opacity: 1;
    margin-top: 60px;
}

.product-detail-section .select-form{
    line-height: 45px;
    height: 46px;
    width: 90%;
    border: 0.5px solid #D2D2D2;
}

.product-detail-section button.add-to-cart ,.product-detail-section a.ck-out{
    background: #383838;
    margin-top: 10px;
    line-height: 45px;
    height: 46px;
    width: 100%;
    padding: 0 10px;
    color:#ffffff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
}

product-detail-section a.ck-out{
    line-height: 1.2;
    border-radius: unset;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
}

.product-detail-section button.view-size-btn{
    border: solid 1px #383838;
    margin-top: 10px;
    line-height: 45px;
    height: 46px;
    width: 100%;
    padding: 0 10px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
}

.size-selection{
    border-radius: 25px;
    border: #000 solid 1px;
    height: 31px;
    width: 31px;
    padding: 2px;
    text-align: center;
    line-height: 26px;
    margin-left: 5px;
    font-size: 12px;
}

.size-selection.active,.size-selection:hover{
    background: #333333;
    color: #fff;
    cursor: pointer;
}

.color-selection{
    border-radius: 25px;
    height: 31px;
    width: 31px;
    text-align: center;
    line-height: 26px;
    margin-left: 5px;
    font-size: 12px;
}

.color-selection.active,.color-selection:hover{
    border: #000 solid 1px;
    color: #fff;
    cursor: pointer;
}

.product-detail-section button.add-to-cart:hover{
    background: #5b5b5b;
}

.quantity-box {
    display: flex;
    justify-content: center;
    width: 130px;
    height: 60px;
    border: 1px solid #ccc;
    /* padding: 2px; */
}

.quantity-box.bx-smm {
    display: flex;
    justify-content: center;
    width: 100px;
    height: 40px;
    border: 1px solid #ccc;
    /* padding: 2px; */
}
.quantity-box .quantity-down .icon-minus, .quantity-box .quantity-up .icon-plus {
    font-size: 10px;
}

.quantity-box input,.quantity-box input:focus-visible,.quantity-box input:focus,.quantity-box input:active {
    /* width: 80px; */
    width: 60px;
    text-align: center;
    font-size: 16px;
    margin: auto;
    border: 0px solid transparent;
}

.quantity-box.bx-smm .quantity-down .icon-minus, .quantity-box .quantity-up .icon-plus {
    font-size: 10px;
}

.quantity-box.bx-smm .quantity-down, .quantity-box .quantity-up{
    line-height: 0;
}



.quantity-box.bx-smm input,.quantity-box input:focus-visible,.quantity-box input:focus,.quantity-box input:active {
    /* width: 80px; */
    width: 60px;
    text-align: center;
    font-size: 12px;
    margin: auto;
    border: 0px solid transparent;
}

/* Chrome, Safari, Edge, Opera */
.quantity-box input::-webkit-outer-spin-button,
.quantity-box input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.quantity-box input[type=number] {
    -moz-appearance: textfield;
}

.quantity-box button {
    width: 35px;
    height: 60px;
    border: none;
    cursor: pointer;
    color: #bbb;
}

.quantity-box.bx-smm button {
    width: 20px;
    height: 40px;
    border: none;
    cursor: pointer;
    color: #bbb;
}

.quantity-box button:hover {
    color: #000000;
    background-color: transparent;
}




.sub-heading{
    color: var(--color);

    /* H2 */
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 39px */
    letter-spacing: 3.9px;
    text-transform: uppercase;

    margin-top: 100px;
}

.col-25 {
    width: 20% !important;
}

.profile-image{
    width: 150px;
}

.top-section{
    margin-bottom: 50px !important;
}

.profile-image img{
    width: 130px;
    height: 130px;
    object-fit: cover;
    border-radius: 50%;
}

.top-right-section h3 , .top-right-section h4{
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.top-right-section .acc-section{
    text-align: center;
    border-right: solid 1px #c5c5c5 ;
}

.top-right-section .acc-section:last-child{
    border-right: none ;
}

/*CART*/

.cart-section .cart-heading{
    color: rgba(49, 49, 49, 0.40);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 18px */
    letter-spacing: 1.8px;
    text-transform: uppercase;
}

.cart-product{
    margin-bottom: 30px;
}

.cart-product .title{
    color: #313131;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 18px */
    letter-spacing: 1.8px;
    text-transform: uppercase;
}

.cart-product .sub-title{
    color: #C4C4C4;
    font-size: 8px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 12px */
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.cart-product img{
    width:120px;
}

.cart-product .color{

}

.cart-product select{
    height: 60px;
    width: 100px;
    border: 0.5px solid #D2D2D2;
    color: #383838;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    border-radius: 0px;
}

.cart-product .price{
    color: #313131;
    font-size: 12px;
    font-style: normal;
    font-weight: 900;
    line-height: 150%; /* 18px */
    letter-spacing: 1.8px;
    text-transform: uppercase;
}

.cart-section .g-total{
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 39px */
    letter-spacing: 3.9px;
    text-transform: uppercase;
    margin-top: 80px;
}

.cart-section .sm-cart .g-total{
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 39px */
    letter-spacing: 3.9px;
    text-transform: uppercase;
    margin-top: 30px;
}

.cart-section .checkout-btn{
    background: #383838;
    width: 270px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.checkout{
    text-transform: uppercase;
}

.checkout span.text-l,.checkout span.text-r{
    color: #555;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 157.143% */
    text-transform: uppercase;
}

.checkout span.text-r{
    padding-left: 15px;
}

.checkout .g-total{
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%; /* 32px */
    letter-spacing: 0.4px;
    text-transform: uppercase;
}

/* SUCCESS PAGE */


.success-page{
    text-transform: uppercase;

}

.success-page h3{
    margin-top: 15px;
    color: var(--ink-darkest, #090A0A);
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 28.8px */
}

.success-page h5{
    color: var(--sky-dark, #979C9E);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 22.4px */
}

.success-page .success-btn{
    background: var(--ink-darkest, #090A0A);
    padding: 16px 100px;
    color:#f0f0f0;
    margin-top: 30px;
    border-radius: unset;
}

.success-page .success-btn:hover{
    background: var(--ink-darkest, #2a2f2f);
    color: #fff;
}

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

.f-24{
    font-size: 24px !important;
}


/* My Orders */

.order-card{
    border-radius: 0;
    box-shadow: 0px 8px 18px -12px rgba(0,0,0,0.82);
    -webkit-box-shadow: 0px 8px 18px -12px rgba(0,0,0,0.82);
    -moz-box-shadow: 0px 8px 18px -12px rgba(0,0,0,0.82);
}

.order-card .card-header{
    border-radius: 0;
    background: var(--bs-black);
    border-bottom: 4px solid var(--secondary);
    text-transform: uppercase;
    color: #fff;
}

.order-card .card-body{
    border-radius: 0;
}



.order-card .badge-pending{
    background: var(--pending);
    color: #000;
}

.order-card .badge-in-progress{
    background: var(--in-progress);
    color: #fff;
}

.order-card .badge-shipped{
    background: var(--shipped);
    color: #000;
}

.order-card .badge-delivered{
    background: var(--delivered);
    color: #000;
}

.order-card .badge-completed{
    background: var(--completed);
    color: #000;
}

.order-card .badge-cancelled{
    background: var(--cancelled);
    color: #fff;
}


/* Brand Page */

.brand-img {
    width: 150px;
    height: 150px;
    /*border-radius: 150px;*/
    object-fit: contain;
}

.brand-banner h3{
    margin-top: 0px;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.brand-banner small{
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.follow-btn{
    background-color: #000000;
    color: #f0f0f0;
    padding:10px 60px;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}


/* NOTIFICATION TOAST */

.swal2-popup.swal2-toast.swal2-show {
    padding: 2px;
    text-align: center;
    text-transform:capitalize;
    text-align: center !important;
}

.swal2-popup.swal2-toast .swal2-html-container {
    text-align: center !important;
}


.filter-section .cat{
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 30px;
}


.notify .n-body,.notify .n-time{
    color: #8B8B8B;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}


.redeem-card{
    padding: 5px;
    border: solid #000;
    min-width: 160px;
    margin-right: 5px;
}
.redeem-card .pts{
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 48px */
    text-transform: uppercase;
}

.redeem-card small{
    font-size: 10px;
}

.redeem-card .prc{
    font-size: 14px;
    margin-bottom: 10px;
}

.redeem-card .btn-ddark{
    color: #FFF;
    background: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    padding: 10px 15px;
    margin-bottom: 5px;
    display: block;
    text-align: center;
    width: 100%;
}


.slick-prev:before, .slick-next:before {
    color: black !important;
}

/* BOOTSTRAP VERTICAL SLIDE*/

.vertical.carousel .carousel-control {
    bottom: auto;
    width: 100%;
    height: 15%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background: -moz-linear-gradient(top, rgba(0,0,0,0.5) 0, rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0) 100%);
}
.vertical.carousel .carousel-control.right {
    top: auto;
    bottom: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}
.vertical.carousel .carousel-control .glyphicon {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.vertical.carousel .carousel-indicators {
    bottom: auto;
    top: 50%;
    left: auto;
    right: 10px;
    width: 14px;
    margin: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.vertical.carousel .carousel-inner > .item {
    left: 0;
    top: 0;
}
.vertical.carousel .carousel-inner > .item > img {
    width: 100%;
}
.vertical.carousel .carousel-inner > .item.next,
.vertical.carousel .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    top: 0;
}
.vertical.carousel .carousel-inner > .item.prev,
.vertical.carousel .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    top: 0;
}
.vertical.carousel .carousel-inner > .item.next.left,
.vertical.carousel .carousel-inner > .item.prev.right,
.vertical.carousel .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    top: 0;
}
.vertical.carousel .carousel-inner > .active,
.vertical.carousel .carousel-inner > .next.left,
.vertical.carousel .carousel-inner .prev.right {
    top: 0;
}
.vertical.carousel .carousel-inner > .next,
.vertical.carousel .carousel-inner > .active.right {
    top: 100%;
    left: 0;
}
.vertical.carousel .carousel-inner > .prev,
.vertical.carousel .carousel-inner > .active.left {
    top: -100%;
    left: 0;
}

.password-input,.u-input{
    text-transform: unset !important;
}


