@font-face {
    font-family: 'Outfit';
    src: url('../fonts/Outfit-VariableFont_wght.ttf') format('ttf');
    font-style: normal;
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('../fonts/PlusJakartaSans-VariableFont_wght.ttf') format('ttf');
    font-style: normal;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-VariableFont_wght.ttf') format('truetype');
    font-style: normal;
}

@font-face {
    font-family: 'Epilogue';
    src: url('../fonts/Epilogue-VariableFont_wght.ttf') format('truetype');
    font-style: normal;
}

@font-face {
    font-family: 'Clash Grotesk';
    src: url('../fonts/clashGrotesk/ClashGrotesk-Bold.otf') format('truetype');
    font-style: normal;
}

@font-face {
    font-family: 'Clash Grotesk';
    src: url('../fonts/clashGrotesk/ClashGrotesk-Extralight.otf') format('truetype');
    font-style: normal;
}

@font-face {
    font-family: 'Clash Grotesk';
    src: url('../fonts/clashGrotesk/ClashGrotesk-Light.otf') format('truetype');
    font-style: normal;
}

@font-face {
    font-family: 'Clash Grotesk';
    src: url('../fonts/clashGrotesk/ClashGrotesk-Medium.otf') format('truetype');
    font-style: normal;
}

@font-face {
    font-family: 'Clash Grotesk';
    src: url('../fonts/clashGrotesk/ClashGrotesk-Regular.otf') format('truetype');
    font-style: normal;
}

@font-face {
    font-family: 'Clash Grotesk';
    src: url('../fonts/clashGrotesk/ClashGrotesk-Semibold.otf') format('truetype');
    font-style: normal;
}

@font-face {
    font-family: 'Mont';
    src: url('../fonts/Mont-ExtraLightDEMO.otf') format('truetype');
    font-style: normal;
}

@font-face {
    font-family: 'Mont';
    src: url('../fonts/Mont-HeavyDEMO.otf') format('truetype');
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    inset: 0;
}

body {
    font-family: "Outfit", sans-serif;
    background: #FFFFFF;
}

.plus_jakarta {
    font-family: "Plus Jakarta Sans", sans-serif;
}

.inter {
    font-family: "Inter", sans-serif;
}

.epilogue {
    font-family: "Epilogue", sans-serif;
}

.clash_grotesk {
    font-family: "Clash Grotesk", sans-serif;
}

.mont {
    font-family: 'Mont', sans-serif;
}

ul li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #111111;
}

p {
    color: #949494;
}

a {
    text-decoration: none;
    color: #7E7E7E;
}

section {
    padding: 90px 0;
}

.banner_sec,
.inner_banner {
    background: #F3FBFF;
}

.sec_btnOne a {
    background: #DD1D26;
    box-shadow: 0px 5px 6px 0px #00000026;
    width: max-content;
    padding: 0 35px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    font-size: 15px;
    line-height: 25px;
    color: #FFFFFF;
    border: 1px solid #DD1D26;
    transition: all ease-in-out 0.4s;
}

.sec_btnOne a:hover {
    background: transparent;
    border: 1px solid #DD1D26;
    color: #111111;
    transition: all ease-in-out 0.4s;
}

.subheading {
    width: max-content;
    padding: 3px 13px;
    height: 35px;
    background: #11B1961A;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.subheading p {
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #11B196;
    margin-bottom: 0;
}

.captilized {
    text-transform: capitalize;
}

.uppercase {
    text-transform: uppercase;
}

.text-blue {
    color: #1164a9 !important;
}

.text-primary {
    color: #DD1D26 !important;
}

.text-secondary {
    color: #484F56 !important;
}

.text-black-dark {
    color: #1F1E23 !important;
}

.text-black {
    color: #222222 !important;
}

.text-black-light {
    color: #141414 !important;
}

.text-gray {
    color: #2F2F2F !important;
}

.text-gray-two {
    color: #292f29 !important;
}

.text-light-gray {
    color: #666666 !important;
}

.text-dark-gray {
    color: #525252;
}

.text-light {
    color: #8F8F8F !important;
}

.bg-gray {
    background: #e5e5e5;
}

.bg-green {
    background: #81FFA77A;
    color: #00AD00;
    border-radius: 50px;
}

/* Font Weight */

.f200 {
    font-weight: 200;
}

.f300 {
    font-weight: 300;
}

.f400 {
    font-weight: 400;
}

.f500 {
    font-weight: 500;
}

.f600 {
    font-weight: 600;
}

.f700 {
    font-weight: 700;
}

.f800 {
    font-weight: 800;
}

.f900 {
    font-weight: 900;
}

/* Fonts Size */

.f-60 {
    font-size: 60px;
    line-height: 70px;
}

.f-53 {
    font-size: 53px;
    line-height: 67px;
}

.f-50 {
    font-size: 50px;
    line-height: 60px;
}

.f-45 {
    font-size: 45px;
    line-height: 55px;
}

.f-40 {
    font-size: 40px;
    line-height: 52px;
}

.f-35 {
    font-size: 35px;
    line-height: 45px;
}

.f-32 {
    font-size: 32px;
    line-height: 42px;
}

.f-28 {
    font-size: 28px;
    line-height: 38px;
}

.f-24 {
    font-size: 24px;
    line-height: 34px;
}

.f-22 {
    font-size: 22px;
    line-height: 32px;
}

.f-20 {
    font-size: 20px;
    line-height: 30px;
}

.f-18 {
    font-size: 18px;
    line-height: 28px;
}

.f-16 {
    font-size: 16px;
    line-height: 25px;
}

.f-14 {
    font-size: 14px;
    line-height: 24px;
}

.f-10 {
    font-size: 10px;
    line-height: 20px;
}

.f-12 {
    font-size: 12px;
    line-height: 18px;
}

/* Line Height */

.f20 {
    line-height: 20px;
}

/* Top Bar */

.top_bar {
    background-image: url(../img/top_bar-bg.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 13px 0;
}

.top_bar .top_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top_bar .social_icons {
    display: flex;
    align-items: center;
    gap: 20px;
}

.top_bar .social_icons a img {
    transition: all 0.4s ease-in-out;
}

.top_bar .social_icons a:hover img {
    filter: brightness(0);
    transition: all 0.4s ease-in-out;
}

.top_bar .free_shipping p {
    font-weight: 500;
    font-size: 17px;
    line-height: 25px;
    text-align: center;
    color: #111111;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 4px;
}

.top_bar .top_btns {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.top_bar .top_btns .logIn a {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #111111;
    border: 1px solid transparent;
    transition: all 0.4s ease-in-out;
}

.top_bar .top_btns .logIn a:hover {
    text-decoration: underline;
    transition: all 0.4s ease-in-out;
}

.top_bar .top_btns .signUp a {
    width: max-content;
    padding: 7px 20px;
    background: #111111;
    border-radius: 5px;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #FFFFFF;
    border: 1px solid transparent;
    transition: all 0.4s ease-in-out;
}

.top_bar .top_btns .signUp a:hover {
    text-decoration: underline;
    border: 1px solid #111111;
    background: transparent;
    color: #0B0F0E;
    transition: all 0.4s ease-in-out;
}

/* NavBar Start */

.nav_bar {
    padding: 20px 0;
}

.nav_bar ul li a.active {
    color: #111111;
}

.nav_bar ul li a.active::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 3px;
    background: #00ADEE;
    border-radius: 20px;
}

.nav_bar ul li a::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 0;
    height: 3px;
    background: #00ADEE;
    border-radius: 20px;
    transition: all 0.2s ease-in-out;
}

.nav_bar ul li a:hover::before {
    width: 100%;
    transform-origin: center;
    transition: all 0.2s ease-in-out;
}

.nav_bar .navbar-collapse {
    flex-grow: inherit;
}

.nav_bar ul li a {
    font-weight: 500;
    font-size: 15px;
    line-height: 25px;
    color: #949494;
    padding-bottom: 0px;
    position: relative;
    transition: all 0.4s ease-in-out;
}

.nav_bar .logo {
    width: 23%;
}

.nav_bar .logo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav_bar .logo a {
    margin: 0;
}

.nav_bar .search_bar {
    display: flex;
    align-items: center;
    gap: 0 20px;
}

.nav_bar .search {
    border: 1px solid #D9D9D9;
    border-radius: 10px;
    height: 55px;
    padding: 0 0 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav_bar .search input {
    border: 0;
    height: 100%;
    border-radius: 10px;
    padding: 0 15px;
}

.nav_bar .search input:focus {
    outline: 0;
}

.nav_bar .search_bar .cart {
    position: relative;
}

.nav_bar .search_bar .cart span {
    position: absolute;
    right: -2px;
    bottom: 11px;
    background-color: #DD1D26;
    width: 15px;
    height: 15px;
    border-radius: 50px;
    font-weight: 500;
    font-size: 10px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

header .cart-dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    top: 40px;
    width: 580px;
    background: white;
    display: none;
    z-index: 100;
    box-shadow: 0px 14px 224px 20px #00000059;
}

header .cart-wrapper {
    position: relative;
    display: inline-block;
}

header .cart {
    cursor: pointer;
    position: relative;
}

header .cart-dropdown.active {
    display: block;
}

header .cart-item {
    display: flex;
    margin: 15px 0;
}

header .cart-item img {
    margin-right: 10px;
}

header .item-details {
    flex: 1;
}

header .quantity-section {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 5px;
}

header .cart-item,
header .cart-header {
    padding: 15px;
}

header .cart-item h5 {
    color: #292929;
}

header .cart-item .description {
    line-height: 18px;
}

header .cart-item .quantity-section .quantity {
    border: 1px solid #DFDFDF;
    border-radius: 6px;
    padding: 0px 12px;
    width: 115px;
    height: 45px;
}

header .cart-item .quantity-section .quantity button {
    border: 0;
    background: transparent;
    font-size: 23px;
    font-weight: 700;
    color: #1F1E23;
}

header .cart-item .quantity-section .quantity_inp input {
    border: 1px solid #DFDFDF;
    background: transparent;
    height: 45px;
    border-radius: 6px;
    width: 115px;
    padding: 0 10px;
    font-size: 14px;
}

header .cart-item .quantity-section .quantity_inp input::placeholder {
    color: #DD1D26;
}

header .cart-item .quantity-section .quantity_inp input:focus {
    outline: 0;
}

header .cart-item .quantity-section .delete_btn button {
    background: transparent;
    border: 0;
    cursor: pointer;
}

header .cart-summary {
    background: #F2F2F2;
    border: 1px solid #E2E2E2;
    padding: 10px 15px;
}

header .checkout_btn {
    padding: 0 20px;
    margin: 15px 0 15px;
}

header .checkout-btn {
    width: 100%;
    background: red;
    color: white;
    padding: 10px;
    font-weight: 700;
    font-size: 18px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    height: 55px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.startDesignBtn.disabled {
    pointer-events: none; /* disables clicks */
    opacity: 0.5;         /* visual cue */
    cursor: not-allowed;  /* cursor change */
    text-decoration: none; /* optional: remove underline */
}
/* NavBar End */

/* Banner Section Start */

.banner_sec {
    background: #F3FBFF;
    position: relative;
    padding-top: 20px;
    padding-bottom: 0;
    z-index: 0;
}

.banner_sec .work_btn a {
    background: transparent;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 10px;
    padding: 0 20px;
    border-radius: 5px;
    font-size: 18px;
    line-height: 25px;
    color: #111111;
    border: 1px solid transparent;
    transition: all ease-in-out 0.4s;
}

.banner_sec .work_btn a:hover {
    background: transparent;
    border: 1px solid #DD1D26;
    color: #DD1D26;
    box-shadow: 0px 5px 6px 0px #00000026;
    transition: all ease-in-out 0.4s;
}

.banner_sec .work_btn a:hover img {
    filter: brightness(0) saturate(100%) invert(17%) sepia(98%) saturate(7493%) hue-rotate(356deg) brightness(103%) contrast(107%);
}

.banner_sec .particle_three {
    position: absolute;
    left: 0;
    bottom: 10px;
    z-index: -1;
}

.banner_sec .particle_two {
    position: absolute;
    left: 80px;
    top: 31%;
    z-index: -1;
}

.banner_sec .particle_one {
    position: absolute;
    bottom: 85px;
    left: 27%;
    z-index: -1;
}

.banner_sec .sec_image {
    position: relative;
    z-index: 0;
}
img.img-fluid.thumbnail.inner-img {
    height: 100px !important;
}
.banner_sec .sec_image::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/image_bg.webp);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
}

/* Banner Section End */

/* Serevice Start */

.service_sec {
    height: 250px;
}

.service_sec .content_box {
    background-image: url(../img/service_bg.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 45px 40px;
    border-bottom: 6px solid #FFB400;
    height: 251px;
}

.service_sec .content_box p {
    line-height: 30px;
    margin-bottom: 0;
}

.service_sec .service_box {
    padding: 30px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-right: 1px solid #949494;
    height: 250px;
    transition: bottom 0.3s ease, all 0.4s ease-in-out;
    position: relative;
    top: 0;
    z-index: 1;
    padding-top: 50px;
}

.service_sec .service_box:hover {
    background: #D6F4FF;
    top: -46px;
    z-index: 2;
    height: 296px;
    transition: all 0.4s ease-in-out;
    border-right: 1px solid transparent;
}

.service_sec .service_box:hover img {
    filter: brightness(0) saturate(100%) invert(41%) sepia(89%) saturate(747%) hue-rotate(159deg) brightness(91%) contrast(101%);
}

.service_sec .serviceboxOne:hover img,
.service_sec .serviceboxFive:hover img {
    filter: inherit !important;
}

.service_sec .service_box:hover img {
    filter: brightness(1);
}

.products_sec .card img.img-fluid {
    margin: 0 !important;
    height: 500px;
    object-fit: cover;
}



.service_sec .service_box:hover h3 {
    color: #00AEEF;
    transition: all 0.4s ease-in-out;
}

.service_sec .service_box:hover h3 {
    color: white;
    transition: all 0.4s ease-in-out;
}

.service_sec .serviceboxOne:hover {
    background: #FF626A;
}

.service_sec .serviceboxTwo:hover {
    background: #5FF16C;
}

.service_sec .serviceboxThree:hover {
    background: #B400FF;
}

.service_sec .serviceboxFour:hover {
    background: #00AEEF;
}

.service_sec .serviceboxFive:hover {
    background: #545DFF;
}

.service_sec .col:nth-child(1) .service_box {
    border-bottom: 6px solid #FF626A;
}

.service_sec .col:nth-child(2) .service_box {
    border-bottom: 6px solid #5FF16C;
}

.service_sec .col:nth-child(3) .service_box {
    border-bottom: 6px solid #B400FF;
}

i.fas.fa-star.star {
    color: red;
}

i.fas.fa-star.hover {
    color: red;
}
a.navbar-brand img {
    height: 70px;
}



.footer_top .logo img {
    height: 70px;
}
.service_sec .col:nth-child(4) .service_box {
    border-bottom: 6px solid #00AEEF;
}

.service_sec .col:nth-child(5) .service_box {
    border-bottom: 6px solid #545DFF;
}

.service_sec .col:nth-child(6) .service_box {
    border-bottom: 6px solid #2CFEBD;
}


/* Serevice End */

/* Wear Start */

.wear_sec .wear_btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    top: 15px;
    right: 20px;
}

.wear_sec .wear_btn .tell_icon {
    background: linear-gradient(110.97deg, #FF7D81 16.06%, #FFCB5A 81.52%);
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    position: relative;
    transition: all ease-in-out 0.4s;
}


.wear_sec .wear_btn:hover .tell_icon {
    background: transparent;
    transition: all ease-in-out 0.4s;
    border: 2px solid #FF7D81;
}

.wear_sec .wear_btn .tell_icon img {
    transition: all ease-in-out 0.4s;
}

.wear_sec .wear_btn:hover .tell_icon img {
    filter: invert(1);
    transition: all ease-in-out 0.4s;
}

.wear_sec .wear_btn p {
    color: #FF626A;
    margin-top: 12px;
    margin-bottom: 2px;
    transition: all ease-in-out 0.4s;
}

.wear_sec .wear_btn:hover p {
    color: #111111;
    transition: all ease-in-out 0.4s;
}

.wear_sec .wear_btn a {
    color: #111111;
    transition: all ease-in-out 0.4s;
}

.wear_sec .wear_btn:hover a {
    color: #FF626A;
    transition: all ease-in-out 0.4s;
}

.wear_sec .txt p {
    line-height: 32px;
}

.wear_sec .accordion {
    margin-bottom: 38px;
}

.wear_sec .accordion-button:not(.collapsed) {
    color: #FF3737;
    background: transparent;
    box-shadow: inherit;
}

.wear_sec .accordion-button:focus {
    z-index: 3;
    border-color: inherit;
    outline: 0;
    box-shadow: inherit;
}

.wear_sec .accordion-item {
    background-color: #fff;
    border: inherit;
    box-shadow: 0px 6px 50px 0px #00000014;
    margin-bottom: 18px;
    border-radius: 5px;
    border: 1px solid transparent;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    position: relative;
}

.wear_sec .accordion-item:hover {
    transition: all 0.3s ease-in-out;
    box-shadow: inset 0 4px 10px rgba(238, 175, 175, 0.32);
    /* border: 1px solid #DD1D26; */
}

.wear_sec .accordion-button {
    padding: 20px 20px;
    border-radius: 5px;
}

.wear_sec .accordion-button::after {
    /* background-image: url(../img/icons/faq_plus.webp); */
    background-image: inherit;
    content: '+';
    width: auto;
    height: auto;
    background-size: contain;
    transform: inherit;
    position: absolute;
    right: 23px;
    /* top: 11%; */
    font-size: 35px;
}

.wear_sec .accordion-button:not(.collapsed)::after {
    /* background-image: url(../img/icons/minus_icon.webp); */
    background-image: inherit;
    content: '-';
    font-size: 45px;
    right: 23px;
    /* top: 27%; */
}

/* Wear End */

/* Design Center Start  */

.design_sec {
    background-image: url(../img/design_bg.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0;
}

.design_sec::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    background-image: url(../img/design_particle.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
}

.design_sec .txt .subDesc {
    padding-right: 135px;
    line-height: 31px;
}

/* Design Center End */

/* Product Start */

.product_sec {
    position: relative;
}

.product_sec .sec_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product_sec .product_slider .slick-list {
    padding-left: 60px;
}

.product_sec .product_slider .card {
    border: 0;
}

.product_sec .product_slider .card p {
    color: #FF626A;
}

.product_sec .slider_btn {
    border: 1px solid #0C0C0C33;
    background: transparent;
    width: 60px;
    height: 60px;
    border-radius: 50px;
    font-size: 0;
    position: absolute;
    left: 12%;
}

.product_sec .custom-prev {
    top: 54%;
    transform: translateY(-58%);
}

.product_sec .custom-next {
    border: 0;
    background: linear-gradient(to right, #f66, #fcb045);
    bottom: 32%;
    transform: translateY(-32%);
}

.product_sec .custom-next img {
    transform: rotate(-180deg);
    filter: invert(100);
}

/* Product End */

/* Print Start */

.print_sec {
    background-image: url(../img/print_bg.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0;
}

.print_sec::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: url(../img/print_bg2.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.print_sec .txt p {
    line-height: 35px;
}

.print_sec .txt .icon img {
    border-radius: 50px;
    box-shadow: 0px 10px 40px 0px #0000000D;
}

/* Print End */

/* Reviews Start */

.reviews_sec .testimonials_slider .txt p:nth-child(1) {
    color: #111111;
    line-height: 44px;
}

.reviews_sec .testimonials_slider .txt .about_customer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.reviews_sec .slider_wrapper {
    width: 50%;
    margin: 0 auto;
}

.reviews_sec .slider_wrapper .testimonials_slider .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    gap: 10px;
    padding: 0;
}


.reviews_sec .slider_wrapper .testimonials_slider .slick-dots li button {
    width: 30px;
    height: 3px;
    background: #DDDDDD;
    border: 0;
    font-size: 0;
    border-radius: 5px;
}

.reviews_sec .slider_wrapper .testimonials_slider .slick-dots li.slick-active button {
    background: #DD1D26;
}

.reviews_sec .client_One,
.reviews_sec .client_Two {
    position: absolute;
}

.reviews_sec .client_One {
    top: 70px;
}

.reviews_sec .client_Two {
    right: 0;
    top: 15px;
}

/* Reviews End */


/* Brands Start */

.brands_sec .brands_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.brands_sec .brands_wrapper .image img {
    aspect-ratio: 4 / 2;
    width: 180px;
    object-fit: contain;
    opacity: 60%;
    mix-blend-mode: luminosity;
    transition: all 0.4s ease-in-out
}

.brands_sec .brands_wrapper .image img:hover {
    opacity: 100%;
    mix-blend-mode: inherit;
    transition: all 0.4s ease-in-out
}

/* Brands End */

/* Footer Start */

.footer_sec {
    padding: 90px 0;
    background-image: url(../img/design_bg.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0;
}

.footer_sec::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    background-image: url(../img/design_particle.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
}

.footer_sec ul {
    padding: 0;
}

.footer_sec ul li a {
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer_sec ul li a .icon {
    background: #DD1D26;
    border: 1px solid #DD1D26;
    height: 30px;
    width: 30px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease-in-out
}

.footer_sec ul li a .icon img {
    transition: all 0.4s ease-in-out
}

.footer_sec ul li a:hover .icon {
    border: 1px solid #DD1D26;
    background: transparent;
    transition: all 0.4s ease-in-out
}

.footer_sec ul li a:hover .icon img {
    filter: invert(100);
    transition: all 0.4s ease-in-out
}

.footer_sec ul li a span {
    font-size: 16px;
    line-height: 28px;
    color: #7E7E7E;
    transition: all 0.4s ease-in-out
}

.footer_sec ul li a:hover span {
    color: #111111;
    transition: all 0.4s ease-in-out
}

.footer_sec .footer_top {
    padding-bottom: 15px;
    border-bottom: 1px solid #00000033;
}

.footer_sec .footer_bottom {
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* Footer End */

/* Inner Banner Start */


.inner_banner {
    background-image: url(../img/about_background.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 90px 0;
    position: relative;
}

/* Inner Banner End */

/* Product Start */

.products_sec .size ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: start;
    gap: 7px;
}

.products_sec .size ul li button {
    background: transparent;
    border: 1px solid #DFE3E7;
    padding: 5px 18px;
    border-radius: 3px;
    font-size: 15px;
    line-height: 25px;
    color: #111111;
    transition: all ease-in-out 0.4s;
}

.products_sec .side_bar {
    position: sticky;
    top: 70px;
    padding-right: 12px;
}

.products_sec .price_filter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0 15px;
}

.products_sec .price_filter .price_box {
    border: 1px solid #CED4DA;
    height: 45px;
    display: block;
    border-radius: 3px;
}

.products_sec .price_filter .price_box input {
    border: 0;
    height: 100%;
    padding: 0 10px;
}

.products_sec .price_filter .price_box input:focus {
    box-shadow: inherit;
}

.products_sec .price_filter button {
    background-color: #EAEDF0;
    border: 0;
    height: 43px;
    width: 50px;
    border-radius: 3px;
}

.products_sec .products_txt {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.products_sec .products_txt .product_sorting {
    position: relative;
}

.products_sec .products_txt .product_sorting::after {
    content: '';
    position: absolute;
    right: 60%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 1px;
    height: 10px;
    background: #DFE3E7;
}

.products_sec .products_txt p .box {
    width: 8px;
    height: 8px;
    display: inline-block;
    background: red;
    margin-left: 12px;
}

.products_sec .card {
    border: 0;
}

.products_sec .card .image {
    height: 500px !important;
    background: #F9F9F9;
    border-radius: 5px 5px 0 0;
    position: relative;
    min-height: 500px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    overflow: hidden;
    max-width: 500px !important;
    padding: 0 !important;
    border-radius: 20px;
}

.product_inner .product_image {
    border-radius: 20px;
    padding: 0;
    overflow: hidden;
}

.product_inner .product_image img#mainImage {
    width: 100%;
}

.product_inner .product_image .inner_images.d-flex.align-items-center.flex-wrap.justify-content-between.mt-2 {}

.product_inner .inner_images {
    display: flex !important;
    gap: 10px;
    flex-direction: row;
    flex-wrap: wrap !important;
}

.product_inner .inner_images .product_image {
    width: 15%;
    display: flex;
    justify-content: center;
    align-content: center;
    border: 1px solid #dd1d2624;
}

 .product_inner .product_image {
    border-radius: 20px !important;
    overflow: hidden !important;
    padding: 0 !important;
}

.product_inner .inner_images .product_image img.img-fluid.thumbnail.inner-img {
    width: 100%;
    object-fit: cover;
    object-position: top;
}


.products_sec ul.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
}

.products_sec ul.pagination .page-item.active span.page-link {
    background-color: #DD1D26;
    border-color: #DD1D26;
    color: white;
}

.products_sec ul.pagination a.page-link {
    color: #DD1D26;
}

.service_box .service_img img {
    width: 70px;
    height: 70px;
    object-fit: contain;
}

header.nav_bar.px-md-5 li.nav-item.dropdown-menu-cs {
    position: relative;
}

header.nav_bar.px-md-5 li.nav-item.dropdown-menu-cs ul {
    border: 1px solid #ff000029;
    padding: 0;
    padding: 10px;
    border-radius: 10px;
    position: absolute;
    right: 0;
    transition: .3s;
    /* opacity: 0; */
    display: none;
    width: 100%;
}
header.nav_bar.px-md-5 li.nav-item.dropdown-menu-cs:hover ul {
    z-index: 99;
    background-color: #dd1d26;
    display: block;
}

header.nav_bar.px-md-5 li.nav-item.dropdown-menu-cs ul li a {
    color: white;
}


.category.pt-4 ul.p-0 {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.category.pt-4 ul.p-0 a {
    background-color: #ffffff;
    padding: 10px;
    width: 50%;
    display: flex
;
    align-items: center;
    justify-content: flex-start;
    color: #000000;
    border-radius: 0;
    transition: .3s;
    border-bottom: 1px solid #dd1d2647;
}

.category.pt-4 ul.p-0 a:hover {
    background-color: white;
    border-color: #dd1d26;
}

.products_sec .card .image::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #29292944;
    border-radius: 10px;
    transform: translateY(500px);
    transition: all 0.4s ease-in-out;
}

.category.pt-4 ul.p-0 li.active a {
    /* background-color: red; */
    color: #dd1d26;
}

a:hover {
     color: #dd1d26;
}

.products_sec .card .hover_txt {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    z-index: 1;
    opacity: 0;
    transition: all 0.4s ease-in-out;
}

.products_sec .card:hover .hover_txt {
    opacity: 100;
    transition: all 0.4s ease-in-out;

}

.products_sec .card .hover_txt a {
    text-decoration: underline;
    color: white;
    font-size: 20px;
}

.products_sec .card:hover .image::before {
    transform: translateY(0);
    transition: all 0.4s ease-in-out;
}

.products_sec .card .image .heart_image {
    position: absolute;
    top: 15px;
    right: 20px;
}

.products_sec .card .image .heart_image img {
    transition: filter 0.3s ease;
}

.products_sec .card .image .heart_image:hover img {
    filter: brightness(0) saturate(100%) invert(18%) sepia(93%) saturate(7475%) hue-rotate(355deg) brightness(94%) contrast(106%);
}

.products_sec .card .cardTxt .discount {
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
    color: #FFFFFF;
    text-align: center;
    width: max-content;
    padding: 2px 4px;
    background: #DD1D26;
}

.products_sec .color ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: start;
    gap: 10px;
}

.products_sec .color ul li span {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
}

.products_sec .color ul li span.red {
    background: red;
}

.products_sec .color ul li span.yellow {
    background: Yellow;
    border: 1px solid #00000033;
}

.products_sec .color ul li span.blue {
    background: Blue;
}

.products_sec .color ul li span.purple {
    background: Purple;
}

.products_sec .color ul li span.white {
    background: White;
    border: 1px solid #00000033;
}

.products_sec .color ul li span.black {
    background: Black;
}

.products_sec .color ul li span.gray {
    background: Gray;
}

.products_sec .color ul li span.green {
    background: Green;
}

.products_sec .color ul li span.brown {
    background: Brown;
}

/* Product End */

/* Catalog Start */

.catalogs_sec .cataloge_wrapper {
    position: relative;
}

.catalogs_sec p:first-child {
    border-left: 2px solid #11B196;
    color: #11B196;
    padding-left: 10px;
    margin: 0 auto;
    width: max-content;
}

.catalogs_sec .txt {
    position: relative;
}

.catalogs_sec .txt h2 {
    font-size: 138px;
    line-height: 194px;
    font-weight: 400;
    color: #111111;
}

.catalogs_sec .txt .design_txt {
    position: absolute;
    left: 64%;
    top: 153px;
    z-index: 99;
}

.catalogs_sec .txt .design_txt h2 span {
    -webkit-text-stroke: 0.02em black;
    paint-order: stroke fill;
    color: white;
}

.catalogs_sec .cataloge_image {
    margin-left: auto;
    width: 50%;
    margin-top: -342px;
    display: block;
}

.catalogs_sec .cataloge_image img {
    width: 100%;
}

.catalogs_sec .sec_btnOne {
    margin-top: 50px;
}

/* Catalog End */


/* ================== About Us Start ======================================*/

/* Explore Design Start */

.explore_design_sec {
    background-image: url(../img/wear_plus_ibg.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0;
    padding: 90px 0 30px;
}

.explore_design_sec::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    background-image: url(../img/design_particle.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
}

.explore_design_sec .explore_btn a:hover {
    color: #222222 !important;
    transition: all ease-in-out 0.4s;
}

.explore_design_sec .explore_btn a:hover img {
    margin-left: 15px !important;
    transition: all ease-in-out 0.4s;
    filter: brightness(0) saturate(0%) invert(12%);
}

.explore_design_sec .explore_btn a,
.explore_design_sec .explore_btn a img {
    transition: all ease-in-out 0.4s;
}

.explore_design_sec .img img {
    border-radius: 10px;
}

.explore_design_sec .counter_sec {
    padding: 60px 0 0;
}

.explore_design_sec .counter_sec .counter_box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 20px;
}

.explore_design_sec .counter_sec .counter_box p {
    font-size: 16px;
    line-height: 25px;
    color: #2F2F2F;
    text-transform: uppercase;
}

/* Explore Design End */

/*  Specialize Start  */

.specialize_sec {
    background-image: url(../img/specialize_bg.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0;
    padding: 90px 0 295px;
}

.specialize_sec p:first-child {
    border-left: 2px solid #DD1D26;
    color: #DD1D26;
    padding-left: 10px;
    margin: 0 auto;
    width: max-content;
}

.specialize_sec .txt h2 {
    margin-bottom: 40px;
}

.specialize_sec ul li {
    margin-bottom: 30px;
}

.specialize_sec ul li {
    border-bottom: 1px solid transparent;
    padding-bottom: 5px;
}

.specialize_sec ul li.active p,
.specialize_sec ul li:hover p {
    color: #DD1D26 !important;
    transition: all ease-in-out 0.4s;
}

.specialize_sec ul li.active,
.specialize_sec ul li:hover {
    border-bottom: 1px solid #DD1D26;
    transition: all ease-in-out 0.4s;
}

.specialize_sec ul .image_one {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all ease-in-out 0.4s;
    z-index: -1;
}

.specialize_sec ul .image_one img {
    max-height: 500px;
}

.specialize_sec ul .image_two {
    position: absolute;
    right: 0;
    top: 43%;
    transform: translateY(-50%);
    transition: all ease-in-out 0.4s;
    z-index: -1;
}

.specialize_sec ul .image_two img {
    max-height: 350px;
}

.specialize_sec ul .image_three {
    position: absolute;
    left: 31%;
    bottom: 15px;
    transition: all ease-in-out 0.4s;
    z-index: -1;
}

.specialize_sec .image_group {
    opacity: 0;
    transition: all ease-in-out 0.4s;
}

.specialize_sec ul .image_three img {
    min-width: 775px;
    margin: 0 auto;
    max-height: 280px;
}

.specialize_sec .store_img {
    position: absolute;
    right: 45px;
    bottom: 10px;
    z-index: 1;
}

/*  Specialize End  */

/* ================== About Us End ======================================*/

/* Product Inner Start */

.product_inner {
    padding: 25px 0;
}

.product_inner .product_image {
    background: #F9F9F9;
    border-radius: 7px;
    padding: 0 7px;
    min-height: 675px;
    display: flex;
    align-items: end;
    justify-content: end;
}

.product_inner .inner_images .product_image {
    min-height: 100%;
}

.product_inner .zoom {
    transition: transform 0.3s ease;
}

.product_inner .zoom:hover {
    transform: scale(1.05);
}

.product_inner .thumbnail {
    cursor: pointer;
    transition: transform 0.2s ease;
}

.product_inner .thumbnail:hover {
    transform: scale(1.1);
}

.product_inner .product_details_top {
    border-bottom: 0.5px dashed #A3A3A3;
    padding-bottom: 30px;
}

.product_inner .product_details_bottom {
    padding-top: 20px;
}


.product_inner .stock::after {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background: #E0E0E0;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    border-radius: 50px;
}

.product_inner .product_details_bottom .colors .color {
    width: 75px;
    height: 40px;
    border-radius: 8px;
    color: currentColor;
    position: relative;
}

.product_inner .product_details_bottom .colors .color.active::before,
.product_inner .product_details_bottom .colors .color::before {
    content: "";
    position: absolute;
    width: 115%;
    height: 122%;
    border: 1px solid currentColor;
    border-radius: 8px;
    left: -5px;
    top: -5px;
    opacity: 0;
    transition: all 0.4s ease-in-out;
}

.product_inner .product_details_bottom .colors .color.active::before,
.product_inner .product_details_bottom .colors .color:hover::before {
    opacity: 1;
    transition: all 0.4s ease-in-out;
}

.product_inner .product_details_bottom .colors .color.white {
    background: #EBEBEB;
    color: #EBEBEB;
    border: 1px solid #EBEBEB;
}

.product_inner .product_details_bottom .colors .color.blue {
    background: #3A6A90;
    color: #3A6A90;
    border: 1px solid #3A6A90;
}

.product_inner .product_details_bottom .colors .color.black {
    background: #11171D;
    color: #11171D;
    border: 1px solid #11171D;
}

.product_inner .product_details_bottom .colors .color.brown {
    background: #534029;
    color: #534029;
    border: 1px solid #534029;
}

.product_inner .product_details_bottom .chart_size a {
    text-decoration: underline;
}

.product_inner .product_details_bottom .sizes .inner_size {
    border: 1px solid #E6E6E6;
    width: 88px;
    height: 40px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease-in-out;
}

.product_inner .product_details_bottom .sizes .inner_size.active,
.product_inner .product_details_bottom .sizes .inner_size:hover {
    border: 1px solid #DD1D26;
    background: #FFE2E3;
    transition: all 0.4s ease-in-out;
}

.product_inner .product_details_bottom .sizes .inner_size.active span,
.product_inner .product_details_bottom .sizes .inner_size:hover span {
    color: #141414 !important;
    transition: all 0.4s ease-in-out;
}

.product_inner .product_details_bottom .calculator {
    background: #F9F9F9;
    border: 1px solid #EFEFEF;
    padding: 10px 15px;
    width: 100%;
    border-radius: 5px;
    margin-top: 22px;
}

.product_inner .product_details_bottom .calculator button {
    width: 100%;
    height: 100%;
    border: 0;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product_inner .product_details_bottom .calculator .calculator_body {
    display: none;
    animation: fadeIn 0.3s ease-in-out;
}

.product_inner .product_details_bottom .calculator .calculator_body.active {
    display: block;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-5px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.product_inner .product_details_bottom .slider_container input[type="range"] {
    -webkit-appearance: none;
    width: 87%;
    height: 6px;
    background: #e4e4e4;
    border-radius: 5px;
    cursor: pointer;
    outline: none;
}

.product_inner .product_details_bottom .slider_container input[type="range"]::-webkit-slider-runnable-track {
    height: 6px;
    background: transparent;
    border-radius: 5px;
}

.product_inner .product_details_bottom .slider_container input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 18px;
    width: 18px;
    border-radius: 50%;
    background: #DD1D26;
    margin-top: -6px;
}

.product_inner .product_details_bottom .calculator .calculator_body .slider-labels span,
.product_inner .product_details_bottom .calculator .calculator_body p {
    color: #7A7A7A;
}

.product_inner .product_btns {
    flex-wrap: inherit !important;
}

.product_inner .design_btn {
    height: 55px;
    width: 60%;
    border-radius: 8px;
    background: #DD1D26;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product_inner .checkout_btn {
    height: 55px;
    width: 40%;
    border-radius: 8px;
    background: transparent;
    border: 1px solid #B8B8B8;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product_inner .checkout_btn a {
    color: #333333;
}

.product_inner .product_details_bottom .bottom_desc {
    color: #7A7A7A;
    line-height: 21px;
}

/* Product Inner End */

/* Product Specs Start */
.product_specs_sec {
    background: #f8f8f8;
    padding: 30px 0;
}

.product_specs_sec .card_top {
    padding-bottom: 6px;
    border-bottom: 1px solid #e5e5e5;
}

.product_specs_sec .card_bottom {
    padding-top: 15px;
}

.product_specs_sec .specs_card .card_bottom p {
    line-height: 21px;
}

/* Product Specs End */

/* Tabs Start */

.tabs_sec .nav-tabs {
    padding-bottom: 12px;
    border-bottom: 1px solid #dee2e6;
}

.tabs_sec .nav-tabs li button {
    color: #838383;
    padding: 10px 25px;
    border: 0;
}

.tabs_sec .nav-tabs .nav-item.show .nav-link,
.tabs_sec .nav-tabs .nav-link.active {
    color: white;
    background-color: #DD1D26;
    border: 0;
    border-radius: 5px;
}

.tabs_sec .nav-tabs .nav-link:focus,
.tabs_sec .nav-tabs .nav-link:hover {
    border: 0;
}

.tabs_sec .nav-tabs .nav-link:focus,
.tabs_sec .nav-tabs .nav-link:hover {
    outline: 0;
}

.tabs_sec .tab-content p,
.tabs_sec .tab-content ul li {
    color: #2B2B2B;
}

.tabs_sec .tab-content ul li {
    list-style: disc;
}

.tabs_sec .tab-content .top_content {
    border-bottom: 0.5px dashed #A3A3A3;
    padding-bottom: 35px;
}

.tabs_sec .tab-content .bottom_content {
    padding-top: 45px;
}

.tabs_sec .tab-content .bottom_content h2 {
    color: #292929;
}

.tabs_sec .tab-content .bottom_content .card {
    background: #f8f8f8;
    border-radius: 8px;
    padding: 25px 20px;
    position: sticky;
    top: 80px;
}

.tabs_sec .tab-content .bottom_content .card .rating p {
    background: white;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .08);
    height: 88px;
    width: 88px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

.tabs_sec .tab-content .bottom_content .card .review_btn {
    background: #DD1D26;
    width: 100%;
    padding: 8px 0;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}


.tabs_sec .tab-content .bottom_content .card .card_txt .first_span {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.tabs_sec .tab-content .bottom_content .card .card_txt span {
    width: 100%;
    height: 8px;
    background: #e5e5e5;
    display: block;
}

.tabs_sec .tab-content .bottom_content .card .card_txt .dark_bg {
    background: #222;
}

.tabs_sec .tab-content .bottom_content .card .card_txt .last_span {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.tabs_sec .tab-content .bottom_content .card .card_txt .gap {
    gap: 0 2px;
}

.tabs_sec .tab-content .bottom_content select {
    background: transparent;
    border: 0;
    color: #2B2B2B;
    font-weight: 300;
    font-size: 16px;
}

.tabs_sec .tab-content .bottom_content select:focus {
    outline: 0;
}

.tabs_sec .tab-content .bottom_content .dropdown {
    position: relative;
    display: inline-block;
}

.tabs_sec .tab-content .bottom_content .dropdown-btn {
    padding: 0;
    font-size: 16px;
    background-color: #f8f8f8;
    border: 1px solid #e5e5e5;
    border-radius: 50px;
    padding: 7px 14px;
    font-size: 16px;
    font-weight: 300;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0 13px;
}

.tabs_sec .tab-content .bottom_content .dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 350px;
    border: 1px solid #efefef;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 1;
    border-radius: 4px;
    margin-top: 4px;
    overflow: hidden;
    padding: 10px 15px;
}

.tabs_sec .tab-content .bottom_content .reviews_comments {
    border-bottom: 0.5px solid #e0e0e0;
    padding-bottom: 30px;
}

.tabs_sec .tab-content .bottom_content .dropdown-content a {
    padding: 10px 16px;
    display: block;
    text-decoration: none;
    color: #333;
}

.tabs_sec .tab-content .bottom_content .dropdown-content a:hover {
    background-color: #f1f1f1;
}

.tabs_sec .tab-content .bottom_content .show {
    display: block;
}

.tabs_sec .tab-content .bottom_content .resolved img {
    filter: invert(100);
}


.tabs_sec .tab-content .top_content .form_group input {
    border: 1px solid #eee;
    border-radius: 5px;
    background: white;
    height: 36px;
    color: #7E7E7E;
}

.tabs_sec .tab-content .top_content .form_group input:focus {
    outline: 0;
}

.tabs_sec .tab-content .top_content .form_group .country-select .selected-flag .arrow {
    right: -212px;
    background-image: url(../img/icons/down_arrow.webp);
    background-repeat: no-repeat;
    background-position: right;
    border: 0;
    top: 7%;
    width: 100%;
    height: 100%;
}

.tabs_sec .tab-content .top_content .form_group .country-select .selected-flag .arrow.up {
    border-top: none;
    border-bottom: 0;
    transform: rotate(180deg);
    right: -242px;
}

.tabs_sec .tab-content .top_content .form_group .country-select .country-list {
    min-width: 272px;
}

.tabs_sec .sipping_tab .nav-link.active {
    color: #DD1D26;
    background-color: #FFDADC;
    border: 1px solid #DD1D26;
}

.tabs_sec .sipping_tab .nav-link {
    color: #141414;
    border: 1px solid #E6E6E6;
    border-radius: 8px;
}

.tabs_sec .sipping_tab .nav-link:hover,
.tabs_sec .sipping_tab .nav-link:focus {
    color: #DD1D26;
    background-color: #FFDADC;
    border: 1px solid #DD1D26;
    border-radius: 8px;
}

.tabs_sec .sipping_tab .comments {
    border-bottom: 1px dashed #A3A3A3;
    padding: 25px 0;
}

.tabs_sec .sipping_tab .comments p {
    color: #818B9C;
}

.tabs_sec .sipping_tab .comments .profile_txt p,
.tabs_sec .sipping_tab .comments .likes p {
    color: #0B0F0E;
}

.tabs_sec .guidlines_card {
    padding: 12px;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    display: flex;
    align-items: center;
    gap: 0 15px;
    margin-top: 20px;
    height: 88%;
}

.tabs_sec .table {
    overflow-x: auto;
}

.tabs_sec table {
    width: 100%;
    border-collapse: collapse;
}

.tabs_sec th,
.tabs_sec td {
    border: 1px solid #ddd;
    padding: 12px;
    width: 200px;
    text-align: center;
}

.tabs_sec th {
    background-color: transparent;
    font-weight: 600;
    color: #222;
}

.tabs_sec .tabs_sec td a {
    color: #0073e6;
    text-decoration: none;
}

.tabs_sec td a:hover {
    text-decoration: underline;
}

.tabs_sec tr:nth-child(even) {
    background-color: #fff;
}

.tabs_sec tr:nth-child(odd) {
    background-color: #fcfcfc;
}

/* Tabs End */


/* ================ CheckOut Page Start */

/* CheckOut Start  */

.checkout_sec {
    padding: 40px 0 80px;
}

.checkout_sec .steps {
    background: #FFFFFF;
    border: 1px solid #DBDBDB54;
    box-shadow: 0px 4px 34px 0px #0000000D;
    width: max-content;
    border-radius: 10px;
    padding: 13px 17px;
}

.checkout_sec .steps .step .numb {
    border: 1px solid #DD1D26;
    width: 45px;
    height: 45px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.checkout_sec .steps .step.active .numb {
    background: #DD1D26;
}

.checkout_sec .steps .step.active .numb span {
    color: white;
}

.checkout_sec .steps .step .numb span {
    color: #DD1D26;
}

.checkout_sec .steps .step.active .txt span {
    color: #1F1E23;
}

.checkout_sec .steps .step .txt span {
    color: #8F8F8F;
}

.checkout_sec .steps .step .arrow {
    width: 70px;
    position: relative;
    margin-left: 5px;
}

.checkout_sec .steps .step .arrow::before {
    content: '';
    position: absolute;
    width: 58px;
    height: 1px;
    background: #A8A8A8;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.checkout_sec .steps .step.active .arrow::before {
    background: #DD1D26;
}

.checkout_sec .steps .step.active .arrow img {
    filter: invert(18%) sepia(96%) saturate(7464%) hue-rotate(344deg) brightness(91%) contrast(102%);
}

.checkout_sec .steps_details {
    margin-top: 45px;
}

.checkout_sec .steps_details .step_wrapper {
    background: #FFFFFF9C;
    border: 1px solid #E2E2E2;
    border-radius: 10px;
    padding: 17px 14px;
}

.checkout_sec .steps_details h4 {
    color: #292929;
}

.checkout_sec .steps_details .brown_color {
    background: #B55500;
    width: 20px;
    height: 20px;
    border-radius: 3px;
    display: inline-block;
    margin-left: 7px;
}

.checkout_sec .steps_details .quantity_increase {
    border: 1px solid #DFDFDF;
    border-radius: 6px;
    padding: 0px 12px;
    width: 115px;
    height: 45px;
}

.checkout_sec .steps_details .quantity_increase button {
    border: 0;
    background: transparent;
    font-size: 23px;
    font-weight: 700;
    color: #1F1E23;
}

.checkout_sec .steps_details .print_btn {
    background: #FFDADC;
    border: 1px solid #DD1D26;
    padding: 0px 16px;
    height: 45px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 0 10px;
}

.checkout_sec .steps_details .print_btn img {
    filter: invert(18%) sepia(96%) saturate(7464%) hue-rotate(344deg) brightness(91%) contrast(102%);
}

.checkout_sec .steps_details .options {
    background: #F8F8F87A;
    border: 1px solid #E2E2E2;
    border-radius: 8px;
    padding: 10px 20px;
    margin-top: 20px;
}

.checkout_sec .steps_details .add_otherOne {
    background: #FFD9DB;
    border: 1px dashed #DD1D26;
    border-radius: 8px;
    padding: 14px 17px;
    margin-top: 20px;
}

.checkout_sec .steps_details .add_otherOne .plus_icon {
    background: #DD1D26;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 4px;
}

.checkout_sec .steps_details .add_otherOne .plus_icon span {
    font-size: 22px;
    font-weight: 700;
    color: white;
}

.checkout_sec .steps_details .add_otherOne h3 {
    color: #292929;
    line-height: 20px;
}

.checkout_sec .steps_details .add_otherOne p {
    color: #6D6D6D;
}

.checkout_sec .steps_details .step_three .add_otherOne p {
    color: #373737;
}

.checkout_sec .steps_details .card {
    padding: 14px 16px;
    box-shadow: 0px 14px 30px 0px #0000001A;
    border: 0;
}

.checkout_sec .steps_details .order_summary {
    box-shadow: 0px 14px 44px 0px #00000026;
    padding: 12px 0;
}

.checkout_sec .steps_details button {
    background: #DD1D26;
    width: 100%;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    border: 0;
    text-transform: uppercase;
}

.checkout_sec .steps_details .step_wrapper h3 {
    color: #292929;
}

.checkout_sec .steps_details .step_wrapper form {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px 10px;
}

.checkout_sec .steps_details .step_wrapper form .inp {
    width: 49%;
}

.checkout_sec .steps_details .step_wrapper form .inp input,
.checkout_sec .steps_details .step_wrapper form .inp select {
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    height: 44px;
    border-radius: 10px;
    padding: 0 13px;
    width: 100%;
    font-size: 14px;
    font-weight: 300;
}

.checkout_sec .steps_details .step_wrapper form .inp input::placeholder,
.checkout_sec .steps_details .step_wrapper form .inp select::placeholder {
    font-size: 15px;
    color: #66666680;
}

.checkout_sec .steps_details .step_wrapper form .inp input:focus,
.checkout_sec .steps_details .step_wrapper form .inp select:focus {
    outline: 0;
    border: 1px solid #DD1D26BD;
    box-shadow: 0px 4px 14px 0px #0000001A;
}

.checkout_sec .steps_details .back_btn button {
    background: #111111;
    width: 165px;
    height: 50px;
    border-radius: 5px;
}

.checkout_sec .steps_details .calculate_btn button {
    background: #DD1D26;
    width: 215px;
    height: 50px;
    border-radius: 5px;
}

.checkout_sec .steps_details .products {
    box-shadow: 0px 14px 44px 0px #00000026;
    padding: 12px 0 0;
    margin-top: 25px;
}

.checkout_sec .step_wrapper {
    position: relative;
}

/* .checkout_sec .tab-pane.active::after {
    content: '';
    position: absolute;
    background-image: url(../img/tabs_background.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 96%;
    height: 100%;
    left: 50%;
    top: 122px;
    z-index: -1;
    transform: translateX(-50.5%);
} */

.checkout_sec .steps_details .nav-tabs {
    border-bottom: 0;
}

.checkout_sec .steps_details ul li {
    width: 49%;
}

.checkout_sec .steps_details .nav-tabs .nav-link.active {
    position: relative;
    border: 1px solid red;
    border-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background: #FFDADC;
    color: #DD1D26 !important;
    font-weight: 500;
}

.checkout_sec .steps_details .nav-tabs .paypal.active {
    border-right: 0;
}

.checkout_sec .steps_details .nav-tabs .paypal.active::after {
    content: '';
    position: absolute;
    bottom: 6px;
    right: -33px;
    width: 48px;
    height: 18px;
    /* background: white; */
    border: 1px solid red;
    border-left: none;
    border-top: none;
    border-bottom-right-radius: 50px;
    z-index: 1;
    transform: rotate(86deg);
}

.checkout_sec .steps_details .nav-tabs .cardPayment.active::after {
    content: '';
    position: absolute;
    bottom: -7px;
    left: -29px;
    width: 29px;
    height: 9px;
    /* background: white; */
    border: 1px solid red;
    border-left: none;
    border-top: none;
    border-bottom-right-radius: 50px;
    z-index: 1;
}

.checkout_sec .steps_details .tab-pane.active {
    border: 1px solid red;
    margin-top: 8px;
    background: #ffdadc;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 20px 15px;
    position: relative;
    border-top: 0;
}

.checkout_sec .steps_details .nav-tabs .cardPayment.active::before {
    content: '';
    position: absolute;
    bottom: -7px;
    left: -2px;
    height: 10px;
    width: 100.5%;
    background: #FFDADC;
}

.checkout_sec .steps_details .nav-tabs .paypal.active::before {
    content: '';
    position: absolute;
    bottom: -7px;
    left: -2px;
    height: 10px;
    width: 101.7%;
    background: #FFDADC;
}

.checkout_sec .steps_details .paypalContent.active {
    border-top-right-radius: 10px;
}

.checkout_sec .steps_details .cardPaymentContent.active {
    border-top-left-radius: 10px;
}

.checkout_sec .steps_details .cardPaymentContent {
    width: 99.9%;
}

.checkout_sec .steps_details .paypalContent.active::after {
    content: '';
    position: absolute;
    left: -1px;
    height: 30px;
    width: 1px;
    background: red;
    top: -19px;
}

.checkout_sec .steps_details .paypalContent.active::before {
    content: '';
    position: absolute;
    right: 6px;
    height: 1px;
    width: 48%;
    background: red;
    top: 0;
}

.checkout_sec .steps_details .cardPaymentContent.active::after {
    content: '';
    position: absolute;
    right: -1px;
    height: 30px;
    width: 1px;
    background: red;
    top: -19px;
}

.checkout_sec .steps_details .cardPaymentContent.active::before {
    content: '';
    position: absolute;
    left: 6px;
    height: 1px;
    width: 47%;
    background: red;
    top: -1px;
}

.checkout_sec .steps_details ul li button {
    background: transparent;
    border: 1px solid #EBEBEB;
    height: 45px;
}

.checkout_sec .steps_details .payment_method {
    width: 40%;
}

.checkout_sec .steps_details .payment_left_content {
    margin-top: -28px;
    margin-left: 10px;
}

.checkout_sec .steps_details .tab-pane .txt .details {
    padding-top: 40px;
}

.checkout_sec .steps_details .tab-pane .txt .details img {
    filter: brightness(0);
}

.checkout_sec .steps_details .tab-pane .payment_left_content form input {
    width: 100%;
    height: 42px;
    border-radius: 10px;
    box-shadow: 0px 4px 14px 0px #0000001A;
    color: #0B0F0E;
    font-size: 14px;
    font-weight: 400;
    border: 1px solid transparent;
    padding: 0 14px;
}

.checkout_sec .steps_details .tab-pane .payment_left_content form input::placeholder {
    color: #66666680;
    font-size: 13px;
}

.checkout_sec .steps_details .tab-pane .payment_left_content form input:focus {
    outline: 0;
    border: 1px solid #DD1D26;
}

.checkout_sec .steps_details .order_summary label {
    line-height: 20px;
}

.checkout_sec .steps_details .order_summary input {
    border: 1px solid #EBEBEB;
}

/* CheckOut End  */

/* CheckOut Modal Start */

.checkOut_modal .modal {
    background: #000000E5;
    overflow-y: hidden;
}

.checkOut_modal .modal-dialog {
    max-width: 840px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.checkOut_modal .modal .modal-content {
    background-image: url(../img/modal_bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.checkOut_modal .modal .modal-content .close_btn {
    position: absolute;
    right: -16px;
    top: -9px;
}

.checkOut_modal .modal .modal-content .close_btn button {
    background: white;
    width: 35px;
    height: 35px;
    border-radius: 50px;
    border: 1px solid red;
    display: flex;
    align-items: center;
    justify-content: center;
}

.checkOut_modal .modal .modal-content .modal-body {
    padding: 25px 15px;
}

.checkOut_modal .modal .modal-content .modal-body .modal_txt h2 {
    color: #292929;
}

.checkOut_modal .modal .modal-content .modal-body .modal_txt p {
    text-transform: capitalize;
}

.checkOut_modal .modal .modal-content .modal-body .modal_txt .contact_us p {
    color: #404040;
}


/* CheckOut Modal End */

/* ================ CheckOut Page End */

/* ================ Login Page Start */

.section_wrapper {
    height: 100vh;
    overflow-x: hidden;
    padding: 0;
}

.section_wrapper .img {
    position: relative;
    background-color: #000;
    background-image: url(../img/login_bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 0;
    padding: 45px 92px 0;
    height: 100vh;
    display: flex;
    align-items: end;
}

.section_wrapper .img::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../img/login_dot1.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.section_wrapper .img::before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    background-image: url(../img/login_dot2.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.section_wrapper .left_content_wrapper {
    padding: 0 110px;
}

.section_wrapper .txt h2 {
    color: #404040;
}

.section_wrapper .txt p {
    color: #7C7C7C;
}

.section_wrapper form label {
    color: #575757;
    margin-bottom: 8px;
}

.section_wrapper form input {
    background: white;
    width: 100%;
    height: 55px;
    box-shadow: 0px 2px 5px 0px #00000026;
    border: 0;
    padding: 0 20px;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 400;
    color: #111111;
    border: 1px solid transparent;
}

.section_wrapper form input::placeholder {
    font-size: 13px;
    color: #707070;
}

.section_wrapper form input:focus {
    outline: 0;
    border: 1px solid #DD1D26;
}

.section_wrapper .checkbox input[type="checkbox"] {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.section_wrapper .checkbox label {
    position: relative;
    cursor: pointer;
    color: #848484;
}

.section_wrapper .checkbox label:before {
    content: '';
    -webkit-appearance: none;
    background-color: #DD1D26;
    border: 0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    border-radius: 3px;
}

.section_wrapper .checkbox input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    left: 7px;
    width: 6px;
    height: 14px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.section_wrapper form button {
    width: 100%;
    height: 55px;
    border-radius: 10px;
    background: #DD1D26;
    border: 0;
    margin-top: 50px;
    text-transform: uppercase;
}

.section_wrapper form p {
    color: #848484;
}

/* ================ Login Page End */

/* ================ Profile Page Start */

.profile_sec {
    padding: 60px 0;
}

.profile_sec .profile_wrapper {
    border: 1px dashed #DD1D26;
    background: #FFF3F3;
    width: 60%;
    margin: 0 auto;
    text-align: center;
    padding: 20px 0;
}

.profile_sec .history_wrapper {
    width: 60%;
    border: 1px dashed #DD1D26;
    background: #FFF3F3;
    margin: 22px auto 0;
    padding: 10px;
}

.profile_sec .profile_wrapper .profile_image {
    margin-bottom: 15px;
}

.profile_sec .profile_wrapper .profile_txt p {
    color: #333333;
}

.profile_sec .profile_wrapper .profile_txt form label {
    color: #000000D4;
    text-align: left !important;
}

.profile_sec .profile_wrapper .profile_txt form input,
.profile_sec .profile_wrapper .profile_txt form textarea {
    width: 100%;
    height: 44px;
    border: 1px solid #EBEBEB;
    background: white;
    border-radius: 10px;
    padding: 0 12px;
    font-size: 16px;
    font-weight: 300;
}

.profile_sec .profile_wrapper .profile_txt form textarea {
    height: 210px;
    padding-top: 10px;
}

.profile_sec .profile_wrapper .profile_txt form .contact_inp {
    position: relative;
}

.profile_sec .profile_wrapper .profile_txt form .contact_inp .flag {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    border-right: 1px solid #0000001C;
    padding-right: 10px;
}

.profile_sec .profile_wrapper .profile_txt form .contact_inp input {
    padding-left: 54px;
}

.profile_sec .profile_wrapper .profile_txt form input:focus,
.profile_sec .profile_wrapper .profile_txt form textarea:focus {
    outline: 0;
    border: 1px solid #DD1D26BD;
    box-shadow: 0px 4px 14px 0px #0000001A;
}

.profile_sec .profile_wrapper .profile_txt form input::placeholder,
.profile_sec .profile_wrapper .profile_txt form textarea::placeholder {
    color: #66666680;
}

.profile_sec .profile_wrapper .profile_txt form button {
    background: #DD1D26;
    width: max-content;
    height: 50px;
    color: white;
    font-size: 16px;
    font-weight: 700;
    border: 0;
    padding: 0 25px;
    text-transform: uppercase;
    border-radius: 5px;
    margin-top: 30px;
}

.profile_sec .profile_wrapper .profile_txt form button:focus {
    outline: inherit;
    box-shadow: inherit;
}

.profile_update_modal .modal {
    background: rgba(101, 101, 101, 0.44);
    backdrop-filter: blur(8px);
    overflow: hidden;
}

.profile_update_modal .modal .modal-dialog {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.profile_update_modal .modal .modal-body {
    padding: 40px 0;
}

/* ================ Profile Page End */

/* ================ Order History Start */

.order_history_sec table {
    width: 100%;
}

.order_history_sec table tbody tr {
    border-bottom: 1px solid #E2E2E2A1;
}

.order_history_sec table tbody tr td {
    padding: 20px 0;
}

.order_history_sec table tbody tr .productTd {
    width: 25%;
}

.order_history_sec table thead tr {
    background: #FFF3F3;
    border: 1px dashed #DD1D26;
}

.order_history_sec table thead tr th {
    padding: 10px 20px;
}

.order_history_sec table .img {
    background: #F2F2F2;
    border-radius: 8px;
}

.order_history_sec table .txt h6,
.order_history_sec table tbody .textBlack {
    color: #292929;
    
    
}


#stepFormModal h5.modal-title {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
}

#stepFormModal button.btn-close {
    margin: 0;
    position: absolute;
    right: 10px;
    /* background-color: #dd1d26; */
    /* color: white !important; */
    filter: invert(-6) contrast(10.5);
}

#stepFormModal .modal-header.border-0 {
    display: flex;
    align-items: center;
    justify-content: center;
}

#stepFormModal h6.mb-3 {
    font-size: 20px;
    font-weight: 600;
}

#stepFormModal input {
    border-radius: 10px;
    font-size: 14px;
    height: 50px;
    border: 1px solid #dd1d2652;
}

#stepFormModal button.btn.btn-primary.next-step.float-end {
    background-color: #DD1D26;
    border-color: #DD1D26;
}

#stepFormModal button.btn.btn-primary.next-step.float-end:hover {
    background-color: black;
    border-color: black;
}

.modal-dialog.modal-lg.modal-dialog-centered {
}

div#stepFormModal {
    background-color: #dd1d262b;
}

#stepFormModal .modal-content.rounded-3.shadow-lg {
    border-radius: 20px !important;
    border: 2px solid #DD1D26;
    box-shadow: 0px 0px 20px 5px #ffffff42 !important;
}

#stepFormModal input[type="checkbox"] {
    height: auto;
}

#stepFormModal textarea {
    border: 1px solid #dd1d2652;
}

#stepFormModal input.form-control.mb-2 {
    height: auto;
}

#stepFormModal button.btn.btn-secondary.prev-step {
    background-color: #dd1d2680;
    border-color: #dd1d2680;
    color: white !important;
    opacity: 100%;
}

#stepFormModal button.btn.btn-secondary.prev-step:hover {
    background-color: #dd1d26;
}

#stepFormModal button.btn.btn-success.float-end {
    background-color: #dd1d26;
    border-color: #dd1d26;
}

#stepFormModal button.btn.btn-success.float-end:hover {
    background-color: black;
    border-color: #000000;
}

.form-step .input-check-align {
    display: flex;
    gap: 10px;
}

.form-step label {
    color: #00000094;
}

.page-title {
    height: 350px;
    display: flex;
    background-repeat: no-repeat;
    background-size: cover;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.page-title h1 {
    font-size: 53px;
    font-weight: 600;
}

.contactPage ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.contactPage ul li {
    display: flex;
}

.contactPage ul li a {
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: center;
    transition: .3s;
}

.contactPage ul li a i {
    color: #DD1D27;
    font-size: 20px;
}

.contactPage ul li a {
    color: black;
    font-size: 20px;
}

.contactPage ul li a:hover {
    color: #DD1D26;
}

.contactPage ul .align-li {
    display: flex;
    gap: 50px;
}

.contactPage .cntctForm {
    padding: 40px;
    border: 1px solid #0000003b;
    border-radius: 20px;
    box-shadow: 10px 10px 10px 0px #00000012;
    width: 90%;
    float: right;
}

.contactPage .cntctForm h2 {
    margin: 0;
}

.contactPage .cntctForm p {
    font-size: 18px;
    width: 100%;
    color: black;
}


.contactPage .cntctForm form input,.contactPage .cntctForm form select {
    margin-bottom: 0;
    border-radius: 10px;
    height: 40px;
}

.contactPage .cntctForm form textarea {
    border-radius: 10px;
}

.contactPage .cntctForm button#contact_submit_btn {
    background-color: #DD1D26;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-transform: uppercase;
    padding: 11px;
    border-radius: 10px;
    font-weight: 600;
    transition: .3s;
}

.contactPage .cntctForm button#contact_submit_btn:hover {
    color: black;
}

.contactPage .cntctForm form input:focus, .contactPage .cntctForm form select:focus,.contactPage .cntctForm form textarea:focus {
    box-shadow: none !important;
    outline: none !important;
    border-color: #DD1D26 !important;
}

header.nav_bar.px-md-5 li.nav-item.dropdown-menu-cs a.nav-link {
    display: flex;
    gap: 5px;
    align-items: center;
}

/* ================ Order History End */


.product_sec .img img {
    border-radius: 20px;
    height: 450px;
    object-fit: cover;
}

.product_inner .product_details_bottom div#colorOptions {
    display: flex !important;
    gap: 20px !important;
    justify-content: space-between;
}

.product_inner .product_details_bottom div#colorOptions .color-item {
    width: 9%;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    border: none !important;
}

.product_inner .product_details_bottom div#colorOptions .color-item .colorBox {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
}

.product_inner .product_details_bottom div#colorOptions .color-item span {
    font-size: 9px !important;
    text-align: center;
}

.product_sec .slick-slide {
    margin: 0 10px !important;
}




.product_sec .slick-slide div {
    width: 100% !important;
    max-width: 100% !important;
}

.product_sec .slick-slide div a {
    width: 100% !important;
    max-width: 100% !important;
    display: block !important;
    display: flex !important;
}

.product_sec .slick-slide div a .card {
    width: 100%;
    max-width: 100% !important;
}

.product_sec .slick-slide div a .card .img,.product_sec .slick-slide div a .card .img img {
    width: 100% !important;
    max-width: 100% !important;
}

.product_inner button {
    text-transform: uppercase !important;
}

/* Number Input Custom Styling */
#quantityInput {
    width: 120px;
    padding: 6px 10px;
    border: 2px solid #ccc;
    border-radius: 6px;
    font-size: 16px;
    text-align: center;
    position: relative;
}

/* Remove default spinner in Firefox */
#quantityInput {
    -moz-appearance: textfield;
}

/* Custom spinner for WebKit browsers (Chrome, Edge, Safari) */
#quantityInput::-webkit-inner-spin-button, 
#quantityInput::-webkit-outer-spin-button {
    -webkit-appearance: inner-spin-button !important;
    opacity: 0 !important;
      /* background red */
    border-radius: 4px;      /* rounded edges */
    width: 20px;             /* arrow button width */
    height: 20px;            /* arrow button height */
}

/* Arrow color white */
#quantityInput::-webkit-inner-spin-button::after,
#quantityInput::-webkit-outer-spin-button::after {
    color: white !important;
}

.quantity-box {
    display: flex;
    align-items: center;
    width: 150px;
}

.quantity-box input {
    width: 60px;
    text-align: center;
    font-size: 18px;
    padding: 6px;
    border: 2px solid #ccc;
    border-radius: 0;
    outline: none;
}

.qty-btn {
    background: red;
    color: white;
    border: none;
    padding: 8px 12px;
    font-size: 20px;
    cursor: pointer;
    border-radius: 6px;
    transition: 0.2s;
}

.qty-btn:hover {
    background: darkred;
}

/* Chrome, Safari, Edge ke liye */
#quantityInput::-webkit-inner-spin-button,
#quantityInput::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox ke liye */
#quantityInput {
    -moz-appearance: textfield;
}

.quantity-wrapper .quantity-box {
    display: flex;
    gap: 10px;
    border: 1px solid #00000030;
    padding: 5px;
    border-radius: 10px;
    width: 200px;
}

.quantity-wrapper .quantity-box input#quantityInput {
    width: 100%;
    border: none;
    font-size: 20px;
    font-weight: 600;
}


.product_inner .inner_images.custom-slider.mt-2 button {
    background-color: #ff000000 !important;
    color: black !important;
}


.wear_plus_sec.label-design-sec .txt.mt-5.mt-lg-0.text-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.wear_plus_sec.label-design-sec .img {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.wear_plus_sec.label-design-sec .img a {
    font-size: 25px;
    color: #111111;
    text-transform: capitalize;
    font-weight: 600;
    text-decoration: underline;
    transition: .3s;
}

.wear_plus_sec.label-design-sec .img a:hover {
    color: #dd1d26;
}

.wear_plus_sec.label-design-sec .txt.mt-5.mt-lg-0.text-center {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.wear_plus_sec.label-design-sec input:focus, select:focus, textarea:focus {
    box-shadow: none !important;
    border-color: red !important;
}

