/*Dependencies*/
@import url("fonts/fonts.css");
/*Basics*/
:root {
    --minaFontInter: 'Inter', sans-serif;
    --mainColorOrange: #d5591c;
    --mainColorGreen: #175045;
    --bs-navbar-active-color: 'transparent !important';
}
*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    font-family: var(--minaFontInter);
    color: #000000;
    font-size: 13px;
}
body{
    font-size: 14px;
}
h1,h2,h3,h4,h5,h6{
    line-height: 1;
}
.container-fluid{
    padding: 0;
    max-width: 1600px;
}
.container-nav{
    width: 100%;
    max-width: 1340px;
    padding: 0;
    margin: 0 auto;
}
.container-hero{
    width: 100%;
    max-width: 1230px;
    padding: 0;
    margin: 0 auto;
}
.container{
    width: 100%;
    max-width: 1170px;
    padding: 0;
}
.container-sliders{
    width: 100%;
    max-width: 1400px;
    padding: 0;
    margin: 0 auto; 
}
a{
    transition: all 0.3s ease-in-out;
    display: inline-block;
    text-decoration: none;
}
.transition-effect {
    transition: all 0.5s ease;
}

/*Header*/
.header-left{
    float: left;
}
.header-right{
    float: right;
    margin-top: 15px;
}
.header-right .hcol{
    display: inline-block;
    padding: 15px 25px 9px 25px;
}
.header-right .hcol:nth-child(3){
    padding-right: 40px;
}

.hcol-left{
    float: left;
}
.hcol-left svg{
    fill: var(--mainColorOrange);
    display: none;
}
.hcol-right{
    float: right;
    padding-left: 10px;
    padding-top: 7px;
}
.hcol-right p{
    font-family: var(--minaFontInter);    
    line-height: 1;
}
.hcol-right p:nth-child(1){
    font-weight: 600;
    margin-bottom: 5px;
    padding-left: 1px;
}
.hcol-right p:nth-child(2),
.hcol-right p a{
    font-weight: 400;
    font-size: 15px;
    margin-bottom: 0;
    color: #444;
    text-decoration: none;
}

/*Nav Bar*/
.navbar-expand-lg .navbar-collapse{
    display: block !important;
    position: relative;
}
.navbar-expand-lg .navbar-nav{
    display: block;
    width: calc(100% - 160px);
}
.navbar-expand-lg .navbar-nav li{
    display: inline-block;
}
nav.navbar{
    background-color: var(--mainColorGreen);
    padding: 0;
}
.navbar-nav .nav-link,
.navbar-nav .dropdown-item{
    font-family: var(--minaFontInter);
    font-size: 14px;
    font-weight: 400;
    color: #f9fdfc;
    line-height: 1;
    padding: 0px 15px !important;
    border-right: 1px solid #ffffff;
    margin: 22px 0;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}
.navbar-nav .dropdown-item{
    padding: 10px !important;
}
.navbar-nav .nav-link.navhome{
    padding-left: 0 !important;
}
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show,
.navbar-nav .nav-link:hover{
    color: #ffffff;
    font-weight: bold;
    letter-spacing: 0;
}
.nav-item:last-child a{
    border: 0;
}
.responsve-link{
    display: none;
}
.dropdown-toggle::after {
    vertical-align: 0;
    margin: 0;
    content: "";
    border: none;
}
.dropdown-toggle svg{
    fill: #332a10;
    width: 10px;
    margin-top: -4px;
    display: inline-block;
}
.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:hover{
    background-color: var(--mainColorYellow);
    color: #2e250b;
    font-weight: 500;
}
.navbar-nav .dropdown-menu{
    padding: 0;
    border-radius: 0;
    border: 0;
    top: calc(100% + 7px);
    box-shadow: 0px 0px 4px #bbb5b5;
}
.header-socials{
    background-color: var(--mainColorOrange);
    display: inline-block;
    width: 160px;
    text-align: center;
    top: 0;
    position: absolute;
    height: 100%;
    right: 0;
    padding-top: 18px;
    font-size: 14px;
    text-transform: uppercase;
}
.header-socials a img{
    width: 15px;
    margin-top: 7px;
}
.header-socials a{
    color: #ffffff;
    text-align: center;
}
.header-socials a:hover{
    font-weight: bold;
}
.responsive-socials{
    display: none;
    position: absolute;
    top: 12px;
    right: 5px;
}

/*Hero Section*/
.herosection{
    position: relative;
    margin-bottom: 30px;
    border-top: 2px solid var(--mainColorOrange);
    padding-bottom: 10px;
}
.carousel-item{
    padding: 100px 0 120px 0;
    clip-path: polygon(0 0, 100% 0, 100% 89%, 0% 100%);
    background-size: cover;
}
.hero-slope {
    content: '';
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 101%;
    z-index: -1;
    pointer-events: none;
    overflow: hidden;
}
.hero-slope img{
    height: 100%;
    width: 100%;
}
.carousel-info{
    position: relative;
    max-width: 50%;
    background: rgb(0 20 16 / 56%);
    padding: 65px 35px;
}
.carousel-info::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 50px 50px 0;
    border-color: transparent var(--mainColorOrange) transparent transparent; 
}
.carousel-info h1,
.carousel-info h1 span{
    font-family: var(--minaFontInter);
    font-size: 44px;
    font-weight: 300;
    color: #ffffff;
    line-height: 1.1;
    letter-spacing: -0.05em;
    margin-bottom: 10px;
}
.carousel-info h1 span{
    font-weight: 600;
    display: block;
}
.carousel-info p{
    font-family: var(--minaFontInter);
    font-size: 17px;
    font-weight: 300;
    color: #ffffff;
    line-height: 1.5;
    margin-bottom: 30px;
}
.carousel-info a{
    font-family: var(--minaFontInter);
    font-size: 17px;
    font-weight: 400;
    color: #ffffff;
    line-height: 1;
    text-transform: uppercase;
    background-color: var(--mainColorOrange);
    width: auto;
    height: auto;
    padding: 24px 42px;
}
.carousel-info a:hover{
   opacity: 0.85;
}
.btn-arr{
    vertical-align: initial;
    margin-left: 3px;
}
.carousel-control-prev-icon,
.carousel-control-next-icon{
    background-color: #4e3f34;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    background-position: 50%;
    background-size: 45% 45%;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" style="fill:%23ffffff" viewBox="0 0 448 512"><path d="M201.4 374.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 306.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z"></path></svg>');
}
.carousel-control-prev-icon{
    transform: rotate(90deg);
}
.carousel-control-next-icon{
    transform: rotate(-90deg);
}
.carousel-control-prev-icon:hover,
.carousel-control-next-icon:hover{
    background-color: #000000;
}
.carousel-control-prev,
.carousel-control-next{
    opacity: 0.95;
}
.herosection-next{
    height: 55px;
    width: 55px;
    border: 5px solid #fff;
    border-radius: 100%;
    background-color: var(--mainColorBrown);
    text-align: center;
    display: flex;
    justify-content: center;
    padding: 13px;
    position: absolute;
    bottom: -30px;
    left: calc(50% - 27px);
    cursor: pointer;
}
.herosection-next:hover{
    background-color: #000000;
}
.herosection-next img{
    transform: rotate(90deg);
}

/*Home About Section*/
.haboutsection{
    margin-top: 60px;
}
.habt-right{
    padding-left: 45px;
    padding-top: 10px;
}
.habt-right h2{
    color: #111111;
    font-size: 36px;
    font-weight: bold;
    line-height: 1.1;
    margin-bottom: 20px;
}
.habt-right p{
    color: #444444;
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 30px;
}
.habt-right h5{
    color: #111111;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 25px;
}
.habt-right ul {
    list-style: none; 
    padding: 0;
    margin: 0;
    margin-bottom: 30px;
}
.habt-right ul li {
    font-size: 16px;
    color: #444444;
    padding-left: 30px; 
    background: url('../images/icons/icon_list.png') no-repeat left top; 
    background-size: 18px;
    margin-bottom: 10px;
}
.habt-right a,
.btn-new{
    width: 260px;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    background-color: var(--mainColorOrange);
    text-align: center;
}
.btn-cart{
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.btn-new.clicked,
.btn-cart:hover,
.btn-cart:active{
    background-color: var(--mainColorGreen);
}
.cart-icon-header {
    position: fixed;
    right: 0;
    top: calc(57%);
    z-index: 7;
    background: #000;
    padding: 13px;
    border-radius: 2px;
}
.cart-item-header {
    width: 20px;
    height: 20px;
    display: block;
    background-color: var(--mainColorGreen);
    text-align: center;
    line-height: 20px;
    border-radius: 100%;
    font-size: 10px;
    position: absolute;
    top: -5px;
    left: -10px;
    letter-spacing: 0;
    color: #ffffff;
}
.cart-icon-header a {
    display: inline-block;
}
.cart-icon-header svg {
    width: 30px;
    fill: #fff;
}
.header-outer{
    position: relative;
}

/*Home Type Section*/
.htypesection{
    margin-top: 100px;
}
.htype-img-outer{
    background-color: #f4f4f4;
    text-align: center;
}
.htype-img-outer.alt{
    background-color: #ffffff;
}
.htype-head{
    color: #111111;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.1;
    text-align: center;
    margin: 25px 0 20px 0;
}
.htype-head.alt{
    color: #ffffff;
}
.htype-copy{
    color: #444444;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    line-height: 1.6;
}
.htype-copy.alt{
    color: #ffffff;
}
.htype-col{
    background-color: #ffffff;
    position: relative;
}
.htype-col.alt{
    background-color: var(--mainColorGreen);
}
.htype-outer{
    padding: 30px;
}
.half-bottom-border {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 50%;
    border-bottom: 2px solid var(--mainColorGreen);
    z-index: 1;
    box-sizing: border-box;
    transform: translateX(50%);
}
.half-bottom-border.alt1 {
    border-bottom: 2px solid #ffffff; 
}

/*Home Dealer Seciton*/
.hdealersection{
    background-image: url(../images/graphics/bg-center.png);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: -230px;
    padding-top: 275px;
    padding-bottom: 55px;
}
.hdealersection h3{
    font-size: 36px;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
    margin-bottom: 20px;
}
.hdealersection p{
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    line-height: 1.6;
    margin-bottom: 20px;
}
.p-max{
    max-width: 85%;
    margin: 0 auto;
}


/*Home Find Seciton*/
.hfindsection{
    margin-top: 65px;
    text-align: center;
}
.hfind-outer h3{
    color: #111111;
    font-size: 36px;
    font-weight: 600;
    line-height: 1.1;
    margin-bottom: 25px;
}
.hfind-outer p{
    color: #444444;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 25px;
}
.hfind-row{
    margin-top: 35px;
    margin-bottom: 70px;
}
.hfind-img-outer{
    background-color: #f4f4f4;;
}
.hfind-col{
    padding: 0 15px;
}

/*Home Map section*/
.hmapsection{
    
}
.hmapsection .container{
    background-image: url(../images/graphics/bg-map.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
    padding: 43px;
}
.hmap-form{
    display: flex;
}
.hmap-form .form-field{
    width: 100%;
    height: 60px;
}
.hmap-form .form-field{
    font-size: 16px;
    color: #444444;
    padding-left: 45px;
}
.hmap-form .form-field::placeholder{
    font-size: 16px;
    color: #444444;
}
.form-group{
    position: relative;
    width: 80%;
    display: inline-block;
}
.hmapf-search{
    position: absolute;
    left: 16px;
    top: 20px;
}
.hmapf-pin{
    position: absolute;
    right: 14px;
    top: 20px;
}
.select-container {
    position: relative;
    width: 20%;
    display: inline-block;
    margin-left: 7px;
}

.select-container select {
    width: 100%;
    padding-left: 40px; 
    appearance: none;
    height: 60px;
    font-size: 16px; 
    background-size: 16px; 
    box-sizing: border-box; 
    background-color: #fff; 
    color: #111111;
    font-weight: 600;
}
.select-container::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 16px; 
    transform: translateY(-50%);
    height: 16px; 
    width: 16px; 
    background: url('../images/icons/select.png') no-repeat center; 
    background-size: 16px; 
    pointer-events: none; 
}
.hmap-left p{
    font-size: 16px;
    color: #ffffff;
    margin-top: 25px;
    margin-bottom: 25px;
}
.hmap-left a{
    font-family: var(--minaFontInter);
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    line-height: 1;
    text-transform: uppercase;
    background-color: var(--mainColorOrange);
    width: auto;
    height: auto;
    padding: 24px 42px;
}

/*Member Section*/
.member-section{
    margin-bottom: 50px;
}
.membersec-top{
    padding-top: 60px;
    width: 90%;
    margin: 0 auto;
}
.membersec-top h2{
    color: #fefefd;
    line-height: 1;
    font-size: 44px;
    font-family: var(--minaFontInter);
    font-weight: 500;
    text-align: center;
    padding-bottom: 30px;
}
.membersec-top ul{
    list-style: none;
    padding: 0;
}
.membersec-top ul li{
    color: #fefefd;
    line-height: 1;
    font-size: 15px;
    font-weight: 300;
    font-family: var(--minaFontInter);
    text-align: center;
    margin-bottom: 30px;
}
.membersec-top ul li:before{
    content: "";
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" style="fill:%23ffffff" viewBox="0 0 448 512"><path d="M201.4 374.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 306.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z"></path></svg>');
    height: 15px;
    width: 15px;
    display: inline-block;
    margin-right: 10px;
    background-repeat: no-repeat;
    transform: rotate(-90deg);
    background-color: var(--mainColorYellow);
    border-radius: 100%;
    background-size: 55%;
    background-position: center;
    vertical-align: bottom;
}
.membersec-bottom{
    padding-top: 60px;
}
.membersec-bottom h2{
    font-family: var(--minaFontInter);
    font-size: 36px;
    line-height: 1;
    text-align: center;
    font-weight: bold;
}
.membersec-bottom p{
    color: #696969;
    font-size: 14px;
    font-weight: 300;
    font-family: var(--minaFontInter);
    text-align: center;
    width: 75%;
    margin: 0 auto;
}
.msb-width{

}
.membersec-bottom form{
    margin-top: 35px;
    width: 100%;
    overflow: hidden;
    text-align: center;
}
.membersec-bottom form label{
    font-size: 14px;
    font-weight: 500;
    font-family: var(--minaFontInter);
    line-height: 1;
    margin-bottom: 6px;
}
.membersec-bottom form .form-control::placeholder,
.membersec-bottom form .form-control{
    color: #63615c;
    font-size: 15px;
    font-family: var(--minaFontInter);
    font-weight: 300;
    line-height: 1;
}
.membersec-bottom form .form-control{
    height: 50px;
    padding: 0 17px;
    line-height: 55px;
    background-color: #f4f4f4;
    border-radius: 0;
    border: 0;
    margin-bottom: 15px;
}
.membersec-bottom form textarea.form-control{
    height: auto;
    padding-top: 17px;
    line-height: 1.4;
    margin-bottom: 15px;
}
.captcha-container {
    display: flex;
    align-items: center;
    gap: 10px;
}

.captcha-image-wrapper {
    position: relative;
    display: inline-block;
}

.captcha-image-wrapper img {
    display: block;
    height: 50px;
    width: 150px;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-bottom: 15px;
}

.reload-btn {
    position: absolute;
    top: 5px;
    right: 5px;
    background: rgba(255, 255, 255, 0.8);
    border: none;
    font-size: 16px;
    text-decoration: none;
    color: #333;
    display: none;
    padding: 2px 6px;
    border-radius: 4px;
}

.captcha-image-wrapper:hover .reload-btn {
    display: block;
}

.captcha-input {
    flex: 1;
}
.form-btn{
    font-family: var(--minaFontInter);
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    line-height: 1;
    text-transform: uppercase;
    background-color: var(--mainColorOrange);
    width: auto;
    height: auto;
    padding: 24px 62px;
    border: 0;
    border-radius: 0;
    margin: 0 auto;
}
.form-btn:focus,
.form-btn:hover{
    background-color: var(--mainColorOrange);
    opacity: 0.85;
}

/*Footer*/
.footer-section{
    overflow: hidden;
}
.fcol2{
    padding-left: 45px;
}
.footer-top{
    padding: 100px 0 0 0;
    background-image: url(../images/graphics/footer-bg.png);
    background-position: top;
    background-repeat: no-repeat;
}
.footer-socials{
    margin-top: 40px;
}
.footer-socials a {
    background-color: var(--mainColorYellow);
    border-radius: 100%;
    text-align: center;
    width: 30px;
    height: 30px;
    margin: 3px;
}
.footer-socials a img {
    width: 15px;
    margin-top: 7px;
}
.footer-socials a:hover{
    background-color: #ffffff;
}
.footer-top h3{
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    font-family: var(--minaFontInter);
    line-height: 1;
    letter-spacing: 0.024em;
    margin-bottom: 50px;
    position: relative;
}
.footer-top h3::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -20px;
    transform: translateY(-50%);
    width: 55px;
    height: 2px;
    background: url(../images/icons/icon_border.png) no-repeat center center;
    background-size: cover;
}
.footer-top p{
    color: #ffffff;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.6;
}
.footer-top ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.footer-top ul li{
    margin-bottom: 13px;
}
.footer-top ul li a{
    display: flex;
    align-items: center;
    color: #ffffff;
    line-height: 1.5;
    font-size: 15px;
    font-family: var(--minaFontInter);
    font-weight: 200;
}
.footer-top ul li span{
    color: #ffffff;
    line-height: 1.5;
    font-size: 15px;
    font-family: var(--minaFontInter);
    font-weight: 200;
}
.footer-top ul li a:hover,
.footer-top ul li a span:hover{
    color: #ffffff;
}

.footer-contact{
    text-align: left;
    display: inline-block;
}
.footer-links{
    text-align: left;
    display: inline-block;
}
.footer-contact img{
    margin-top: 5px;
    margin-right: 10px;
}
.foot-trow{
    margin-bottom: 50px;
}
.footer-bottom{
    height: 70px;
    width: 100%;
    font-family: var(--minaFontInter);
    line-height: 1.2;
    padding-top: 31px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
    font-size: 15px;
    font-weight: 300;
}
.footer_slement{
    display: none;
}
.footer-bottom a{
    font-size: 15px;
    font-weight: 600;
    color: #ffffff;
    text-decoration: underline;
    margin-left: 10px;
}

/*Hero Others*/
.hero_others .carousel-item{
    padding: 190px 0;
}
.hero_others .carousel-info{
    padding: 25px;
    min-height:310px;
}
.hero_others .carousel-info p{
    margin-bottom: 10px;
}

/*About Page*/
.abtpage-mhead{
    color: #111111;
    font-size: 36px;
    font-weight: bold;
    line-height: 1.1;
    margin-bottom: 0px;
}
.abtpage-mp{
    color: #444444;
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 30px;
}
.abtpage-mhead,
.abtpage-mp{
    margin-left: 0;
    line-height: 1.8;
}
.abtpage-sides{
    margin-top: 35px; 
}
.abt-row2{
    display: flex;
    align-items: center;
    background-color: #ffffff;
    z-index: 2;
    position: relative;
}
.abt-row2 .habt-left{
    padding-left: 0;
}
.aboutpage .habt-right h5 {
    font-weight: bold;
    text-transform: uppercase;
}

/*contact us page*/
.contactus{
    margin: 65px 0;
    overflow: hidden;
    padding: 0 20px;
}
.contactus h1{
    color: #111111;
    font-size: 36px;
    font-weight: bold;
    line-height: 1.1;
    margin-bottom: 10px;
}
.contactus p{
    color: #444444;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 50px;
    text-align: center;
}
.contactus h3{
    font-size: 26px;
    padding: 0;
    margin: 0;
    line-height: 1;
    font-weight: 700;
    font-style: normal;
    margin-bottom: 15px;
}
.contactus ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.contactus ul li{
    margin-bottom: 15px;
    color: #646464;
    display: block;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    font-style: normal;
}
.contactus ul li svg{
    color: var(--mainColorOrange);
    display: inline-block;
    padding-right: 12px;
    fill: var(--mainColorOrange);
    margin-bottom: 3px;
    width: 30px;
}
.contactus ul li b{
    font-size: 16px;
}
.contactus ul li a{
    color: #646464;
    text-decoration: none;
    display: inline-block;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.contactus form .form-group{
    position: relative;
}
.contactus form svg{
    left: 13px !important;
    position: absolute;
    top: 1px;
    left: 0;
    background-color: transparent;
    padding: 15px;
    border-radius: 2px;
    fill: var(--mainColorOrange);
    width: 45px;
    height: 45px;
}
.contactus .brcf-field{
    width: 100% !important;
    padding-bottom: 0;
    padding-left: 40px;
    position: relative;
}
.contactus form textarea{
    padding: 12px 24px 12px 45px !important;
    font-size: 14px !important;
    border-radius: 0 !important;
}
.contactus form button{
    margin: 0;
}
.contactus form input{
    margin-bottom: 0;
    border-radius: 2px;
    padding-top: 0;
}
.contactus form .form-group{
    margin-bottom: 20px;
}
form .brcf-field, form .brcf-btn {
    border-radius: 0;
    height: 47px;
}
.contactus ul li br{
    display: none;
}
.contactus_right{
    text-align: right;
}

/*Cart Page*/
.cart-container {
    display: flex;
    flex-direction: column;
}

.cart-header, .cart-row {
    display: grid;
    grid-template-columns: 1fr 1fr 2fr 1fr 1fr 1fr 1fr 1fr;
    gap: 10px;
    align-items: center;
    padding: 10px;
    border-bottom: 1px solid #dee2e6;
}

.cart-header {
    background-color: #e9ecef;
    font-weight: bold;
}

.cart-row img {
    max-width: 50px;
}

.cart-row input[type="number"] {
    width: 60px;
    text-align: center;
    margin: 0 auto;
}

.cart-row div{
    text-align: center;
}

.remove-item {
    color: red;
    cursor: pointer;
}

.sticky-summary {
    position: sticky;
    top: 20px;
}

.summary-card {
    border: 1px solid #dee2e6;
    padding: 20px;
    background: #eeeff1;
}

.coupon-field {
    display: flex;
    gap: 5px;
    margin-bottom: 15px;
}

.coupon-field input {
    flex: 1;
}

.checkout-btn{
    text-transform: uppercase;
    margin-top: 5px;
    width: 100%;
    height: 35px;
    line-height: 22px;
    letter-spacing: 0.01em;
}

.cart-btns{
    display: flex;
    margin-top: 15px;
    justify-content: space-between;
    gap: 10px;
}

.form-section {
    background: #ffffff;
    padding: 20px;
    border: 1px solid #dee2e6;
    margin-bottom: 20px;
}

.product-summary {
    margin-bottom: 20px;
}

.product-summary img {
    width: 50px;
    height: auto;
    margin-right: 10px;
}

.pay-now-btn {
    display: block;
    width: 100%;
}

.checkout-form .form-label {
    margin-bottom: 0.1rem;
}

.thank-you-container {
    text-align: center;
    background-color: white;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 80%;
    max-width: 500px;
    margin: 0 auto;
}

.checkmark-icon {
    width: 120px;
    height: 120px;
    margin-bottom: 20px;
}