@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;
}

main {
    padding: 60px 110px 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;
}

.woocommerce .quantity .qty {
    height: 36px;
}

.woocommerce div.product div.images img {
    max-height: 400px;
    object-fit: contain;
}

/* Top Bar */

.top_bar {
    background-image: url(../images/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 .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: #DD1D26;
    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;
}

header .empty_cart {
    display: none;
}

/* 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;
}

.banner_sec .sec_image::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/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(../images/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: 251px;
    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) invert(1);
}

.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;
}

.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(../images/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(../images/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(../images/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(../images/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;
    margin: 0 13px;
}

.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(../images/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(../images/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(../images/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(../images/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(../images/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 a {
    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-top: 20px;
    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: #DD1D26;
    margin-left: 12px;
}

.products_sec .card {
    border: 0;
}

.products_sec .card .image {
    height: 100%;
    background: transparent;
    border-radius: 0px;
    position: relative;
    min-height: 374px
    display: flex
;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
    overflow: hidden;
}
.products_sec .card .image a {
width: 100%;
}
.products_sec .card .image a img {
    height: 371px;
    width: 100%;
    display: block;
}

.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;
}

.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.#DD1D26 {
    background: #DD1D26;
}

.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(../images/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(../images/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(../images/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: 1;
    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 0px;
    /*min-height: 675px;*/
    display: flex;
    align-items: end;
    justify-content: end;
    max-width: 430px;
    margin: 0 auto;
}

.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;
}

.color-swatch.active::before {
    content: "";
    position: absolute;
    width: 115%;
    height: 122%;
    border: 1px solid currentColor;
    border-radius: 8px;
    left: -5px;
    top: -5px;
    opacity: 1;
    transition: all 0.4s ease-in-out;
    z-index: 1;
}


.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;

    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease-in-out;
     width: max-content;
    padding: 0 20px;
    height: 43px;
}

.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(../images/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 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;
    margin-bottom: 25px;
}

.checkout_sec .steps .step .numb {
    border: 1px solid #DD1D26;
    width: 45px;
    height: 45px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
}

.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: 35px;
}

.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 .inp {
    /*width: 49%;*/
}

.checkout_sec .steps_details .step_wrapper .inp input,
.checkout_sec .steps_details .step_wrapper .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 .inp input::placeholder,
.checkout_sec .steps_details .step_wrapper .inp select::placeholder {
    font-size: 15px;
    color: #66666680;
}

.checkout_sec .steps_details .step_wrapper .inp input:focus,
.checkout_sec .steps_details .step_wrapper .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(../images/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 #DD1D26;
    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 #DD1D26;
    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 #DD1D26;
    border-left: none;
    border-top: none;
    border-bottom-right-radius: 50px;
    z-index: 1;
}

.checkout_sec .steps_details .tab-pane.active {
    border: 1px solid #DD1D26;
    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: #DD1D26;
    top: -19px;
}

.checkout_sec .steps_details .paypalContent.active::before {
    content: '';
    position: absolute;
    right: 6px;
    height: 1px;
    width: 48%;
    background: #DD1D26;
    top: 0;
}

.checkout_sec .steps_details .cardPaymentContent.active::after {
    content: '';
    position: absolute;
    right: -1px;
    height: 30px;
    width: 1px;
    background: #DD1D26;
    top: -19px;
}

.checkout_sec .steps_details .cardPaymentContent.active::before {
    content: '';
    position: absolute;
    left: 6px;
    height: 1px;
    width: 47%;
    background: #DD1D26;
    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 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(../images/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 #DD1D26;
    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(../images/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(../images/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(../images/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;
}

.btn-primary {
    color: #fff;
    background-color: #DD1D26;
    border-color: #DD1D26;
}

/* ================ Order History End */

.service_img img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}



 .screen-reader-text {
    clip: inherit;
    word-wrap: normal !important;
    border: 0;
    clip-path: inherit;
    height: 1px;
    margin: 0px;
    overflow: hidden;
    overflow-wrap: normal !important;
    padding: 0;
    position: inherit !important;
    width: 1px;
}
 .thead {
    background: #DD1D26;
}
 .thead span,
 .thead th {
    color: white;
}
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
    float: left;
    box-sizing: border-box;
    border: 1px solid #CFC8D8;
    padding: 6px 9px 5px;
    margin: 0 0px 0 0;
    outline: 0;
    min-width: 201px;
    border-radius: 4px;
}
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text:focus {
    border: 1px solid #DD1D26;
}
.woocommerce .cart .button,
.woocommerce .cart input.button {
    float: none;
    background: #DD1D26;
    color: white;
    border-radius: 4px;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    background: #DD1D26;
    border-radius: 4px;
    border: 1px solid #DD1D26;
    transition: all 0.4s ease-in-out;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
    background: white;
    color: black;
    transition: all 0.4s ease-in-out;
}
.woocommerce-cart .cart-collaterals .shipping-calculator-button:hover {
    color: #FF0000;
}


.woocommerce-Reviews-title {
    margin-bottom: 10px;
}
#review_form_wrapper {
    margin-top: 25px;
}
#reply-title {
    margin-bottom: 10px;
}
.comment-form-rating label
 {
    font-weight: 500;
    color: #000;
    margin-bottom: 10px;
}
.woocommerce #review_form #respond textarea,
.comment-form input[type="text"] {
    margin-top: 8px;
}
.woocommerce #review_form #respond textarea:focus
.comment-form input:focus{
    border: 1px solid #DD1D26;
    box-shadow: 0px 4px 14px 0px #0000001A;
}
.woocommerce #review_form #respond .form-submit {
    margin: 25px 0 8px;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit {
    padding: 1em 2.4em;
   font-weight: 600;
    border-radius: 7px;
    color: white;
    background-color: #DD1D26;
    border: 1px solid #DD1D26 !important;
transition: all 0.4s ease-in-out;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover {
    background-color: white;
    border: 1px solid #DD1D26;
    color: black;
transition: all 0.4s ease-in-out;
}
.woocommerce #reviews #comments ol.commentlist {
    padding-left: 0px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin: 0px 0 0 30px;
    border: 1px solid transparent;
    border-radius: 4px;
    padding: 0;
}
.description p {
    color: black;
    font-weight: 600;
}


.woocommerce form .form-row .input-text, .woocommerce form .form-row select {
    border: var(--wc-form-border-width) solid #EBEBEB;
    border-radius: 6px;
}
.woocommerce form .form-row .input-text:focus,.woocommerce form .form-row .input-text:focus-visible, .woocommerce form .form-row select:focus {
    border-color: #DD1D26 !important;
}
.select2-container .select2-selection {
    border: var(--wc-form-border-width, 1px) solid #EBEBEB;
    border-radius: 6px;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    float: right;
    background: #DD1D26;
    border-radius: 6px;
    padding: 13px 20px;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: #dd1d260d;
}
.woocommerce-checkout #payment div.payment_box {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 1em;
    margin: 1em 0;
    font-size: .92em;
    border-radius: 2px;
    line-height: 1.5;
    background-color: #dd1d2678;
    color: white;
}
.woocommerce-checkout #payment div.payment_box::before {
    border: 1em solid #dd1d2678;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    top: -.9em;
}
.woocommerce-checkout #payment div.payment_box p:last-child {
    color: white;
}


.woocommerce-info {
    border-top-color: #dd1d2678;
}
 .woocommerce-info {
background-color: #dd1d260d;
}
.woocommerce-info::before {
    color: #dd1d2678;
}


btn-outline-secondary:hover {
    background: #DD1D26;
    border: 1px solid #DD1D26;
}
.btn-outline-secondary {
    color: black;
    border-color: #DD1D26;
    font-weight: 600;
    font-size: 18px;
    width: 100%;
   padding: 13px .75rem;
} 


/* Hide Product Color row */
.variation-Productcolor,
.variation-Productcolor + dd {
    display: none !important;
}

/* Hide Quantity row */
.variation-Quantity,
.variation-Quantity + dd {
    display: none !important;
}


.lumise-edit-design-wrp .lumise-edit-design.button {
   
    background: white !important;
    color : black !important;
}



.lumise-edit-design.button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 36px !important;
    height: 36px !important;
    border-radius: 50% !important;
    background: white !important;
    color: white !important;
    font-size: 16px !important;
    text-indent: -9999px !important; /* hide text */
    position: relative !important;
}

/*.lumise-edit-design.button::before {*/
/*    content: "\f044" !important;*/
/*    font-size: 18px !important;*/
/*    text-indent: 0 !important;*/
/*    position: absolute !important;*/
/*} */


.lumise-edit-design.button::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 6px;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    background-image: url('https://staticstoodio.com/wp-content/uploads/2025/05/edit-svgrepo-com.png');
    background-size: contain;
    background-repeat: no-repeat;
}

/* Center headers globally */
.woocommerce-cart-form__contents th {
    text-align: center;
    vertical-align: middle;
}

/* Center all body cells by default */
.woocommerce-cart-form__contents td {
    text-align: center;
    vertical-align: middle;
}

/* Left-align the thumbnail and product name */
.woocommerce-cart-form__contents .product-thumbnail,
.woocommerce-cart-form__contents .product-name {
    text-align: left;
}

/* Style container for product name cell */
.woocommerce-cart-form__contents td.product-name {
    position: relative;
}

/* Inline the edit design wrapper */
.lumise-edit-design-wrp {
    display: inline-block;
    margin-left: 8px; /* space between name and button */
    vertical-align: middle;
}

/* Optional: Style the button */
.lumise-edit-design.button {
    background: white;
    color: white;
    border-radius: 4px;
    padding: 4px 8px;
    font-size: 13px;
}

.woocommerce-cart-form__contents .coupon {
    display: none !important;
}

.woocommerce a.remove {
    display: block;
    font-size: 1.5em;
    height: 1em;
    width: 1em;
    text-align: center;
    line-height: 1;
    border-radius: 100%;
    color: #DD1D26 !important;
    text-decoration: none;
    font-weight: 700;
    border: 0;
}

.woocommerce a.remove:hover {
    color: #fff !important;
    background: #DD1D26 !important;
}

.product_details_bottom .form-control {
    padding: .375rem 0 .2rem .75rem;
}
.product_details_bottom .form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #DD1D26;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgb(221 29 38 / 10%);
} 

.shipping-calculator-form {
    padding: 6px 0 !important;
}

.btn-plus:hover,
.btn-minus:hover {
    color: black;
    background-color: transparent;
    border-color: #DD1D26;
   box-shadow: inherit;
}





.product_details_bottom .form-control {
    padding: .15rem 0 .2rem .75rem;
}
.input-group {
        gap: 8px;
}

.woocommerce #review_form #respond .stars:hover a {
    color: #FFC107 !important;
}


.select2-container--default {
    width: 100% !important;
}


.comment-form-rating .stars a {
    color: #FFC107 !important;
}

.product_sorting select.orderby {
    padding: 8px 16px;
    border: 1px solid transparent;
    font-weight: 600;
    border-radius: 8px;
    background-color: #fff;
    font-size: 16px;
    color: #333;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg viewBox='0 0 140 140' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon points='70,100 25,40 115,40' fill='%23333'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 10px;
    transition: border-color 0.3s ease;
    min-width: 180px;
}

.product_sorting select.orderby:hover,
.product_sorting select.orderby:focus {
    border-color: transparent;
    outline: none;
}

.product_sorting {
    margin-bottom: 20px;
}

.woocommerce-result-count{
    font-weight:600;
    color:#333;
    margin-bottom:0;
}

.woocommerce-ordering{
   border: 1px solid transparent;
    border-radius: 9px;
}

.woocommerce .woocommerce-result-count {
    margin: 0 0 1em;
    display: block !important;
}

.products_sec .products_txt:first-of-type p {
    display: none;
}

.wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button {
    background-color: #BD0028 !important;
    border-color: #BD0028 !important;
    border-radius: 50px !important;
}
body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):focus {
    box-shadow: inherit;
}
.wc-blocks-components-select .wc-blocks-components-select__select {
    padding: 0.375rem 20px !important;
    border-radius: 50px !important;
}
.wc-blocks-components-select .wc-blocks-components-select__label {
    left: 21px !important;
    top: -10px !important;
    background: white !important;
    padding: 0 10px !important;
}
.wc-block-components-text-input input {
    padding: 0.375rem 20px !important;
    border-radius: 50px !important;
}
.wc-block-components-form .wc-block-components-text-input label, .wc-block-components-text-input label {
    left: 21px !important;
}
.wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control-accordion-option--checked-option-highlighted {
    border-radius: 50px !important;
}





.wc-block-components-radio-control--highlight-checked:after {
    border-radius: 50px !important;
}

main h1 {
    font-size: 22px;
    padding-left: 35px;
    font-weight: 700;
}


.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone {
margin-bottom: 0;
}
.woocommerce ul.order_details {
    padding: 0;
}
main h1 {
    font-size: 22px;
    padding-left: 0;
    font-weight: 700;
}
h2.woocommerce-order-details__title,
h2.woocommerce-column__title {
    font-size: 20px;
    font-weight: 500;
}
ul.wc-item-meta {
    padding: 0;
}
.wp-block-woocommerce-checkout {
    padding: 35px 0;
}


.woocommerce ul.order_details {
    display: flex
;
    align-items: center;
    justify-content: center;
}
p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    text-align: center;
}
.woocommerce-order-received main h1
 {
    text-align: center;
}

button.wc-block-components-button.wp-element-button.wc-block-components-totals-coupon__button.contained {
    border-radius: 50px;
    border: 0;
    background: #BD0028;
    color: white;
}
span.wc-block-components-button__text {
    opacity: 100% !important;
    font-weight: 600;
    letter-spacing: 0.8px;
}

section.woocommerce-columns.woocommerce-columns--2.woocommerce-columns--addresses.col2-set.addresses {
    padding-top: 0;
}

img{
    border-radius :10px;       

}

.woocommerce-column address {
    min-height: 200px;
    display: flex
;
    flex-direction: column;
    justify-content: center;
}

section.woocommerce-customer-details {
    padding-top: 0;
}
