:root {
    --white: #ffffff;
    --menu-color: #323232;
    --lite-gray: #E7E7E7;
    --black: #110704;
    --baby-pink: #EBC6BC;
    --pricespan: #C09285;
    --price: #727272;
    --section-padding: 40px;
    /* --mt: 85px; */
    --catpadding: 50px;
    --abt-padding: 50px;
    --form-padding: 25px;
    --bg-color: #FCF9EE;
}


body {
    font-family: "Montserrat", sans-serif;
    background-color: var(--bg-color);
}
.thumbnail-images img

p {
    font-family: "Montserrat", sans-serif;
    line-height: 1.7em;
    font-weight: 400;
    font-size: 16px;
    color: var(--menu-color);
}

.hayla-header-section {
    background-color: var(--bg-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    color: var(--black);
}

h1 {
    font-size: 42px;
    line-height: 1.7em;
}

h2 {
    font-size: 32px;
    line-height: 1.7em;
}

h3 {
    font-size: 26px;
    line-height: 1.7em;
}

h4 {
    font-size: 24px;
    line-height: 1.7em;
    font-weight: 500;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

img {
    width: 100%;
    height: auto;
    /*margin: auto;*/
}

ul li {
    font-family: "Montserrat", sans-serif;
    line-height: 1.7em;
    font-weight: 400;
    font-size: 15px;
    color: var(--menu-color);
}

ol li {
    font-family: "Montserrat", sans-serif;
    line-height: 1.7em;
    font-weight: 400;
    font-size: 15px;
    color: var(--menu-color);
}
.thumbnail-images img {
    /*width: 130px;*/
    cursor: pointer;
    border: 2px solid transparent;
    margin-bottom: 10px;
}
.thumbnail-images img:hover {
    border: 2px var(--eminence);
}
.custom-hover:hover {
        color: blue !important;
        text-decoration: underline !important;
    }
#logsedf {
    height: 80px;
}

.bg-light {
    background-color: var(--bg-color) !important;
}

.navbar-nav .nav-link {
    color: var(--menu-color);
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.7em;
    padding: 6px 25px !important;
}

.navbar-brand {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    color: var(--menu-color);
}

.active,
.nav-link:hover {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    color: var(--menu-color) !important;
}

.navbar-brand:hover {
    color: var(--menu-color);
}

.item .card {
    background-color: var(--bg-color);
}

.cart-icon {
    position: relative;
    display: inline-block;
}

.cart-badge {
    position: absolute;
    top: -12px;
    right: -15px;
    background-color: red;
    color: var(--white);
    border-radius: 50%;
    font-size: 12px;
    padding: 0px 7px;
}

.cart-text {
    font-size: 12px;
    margin-left: 10px;
}

.slider-section {
    /* background-image: url(../images/slider-bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; */
    margin-top: var(--mt);
}

.homebaner .btn-dark {
    background-color: var(--black);
    color: var(--white);
}

.prod-srction {
    padding: var(--section-padding);
}

.catbg {
    background-color: var(--lite-gray);
    padding: var(--catpadding);
    border-radius: 20px;
}

.prod-srction .owl-theme .owl-dots {
    display: none;
}

.productbg {
    background-color: var(--lite-gray);
    /* padding: var(--catpadding); */
}

.propric p {
    font-size: 16px;
    color: var(--pricespan);
    font-weight: 500;
}

.propric p span {
    font-size: 14px;
    color: var(--price);
    text-decoration: line-through;
}

.abt-section {
    background-color: var(--baby-pink);
    width: 100%;
}

.abt-text {
    padding: var(--catpadding);
}

.abt-text .btn-dark {
    background-color: var(--black);
    color: var(--white);
}

.btngrop .btn-dark {
    background-color: var(--black);
    color: var(--white);
}

.btngrop .btn-outline-dark {
    background-color: var(--white);
    color: var(--black);
    border: 1px solid var(--black);
}

.bgbanner {
    background-image: url(../images/homebanner.png);
    padding: 20px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.bannertext {
    text-align: center;
}

.bannertext h2 {
    font-family: 'MonteCarlo', sans-serif;
    color: var(--black);
    font-size: 60px;
}

.bannertext p {
    color: var(--white);
    font-size: 22px;
    line-height: 1em;
}

.bannertext h1 {
    font-size: 80px;
    font-weight: 400;
}

.footer-section {
    background-color: var(--black);
    padding: var(--section-padding);
}

.footer-logo img {
    width: 70%;
    height: auto;
}

.widget_social ul {
    display: flex;
    gap: 8px;
}

.widget_social ul li {
    list-style: none;
    display: flex;
    background-color: var(--white);
    height: 30px;
    width: 30px;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
}

.widget_social ul li a {
    color: var(--black);
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.widget_social ul li a svg {
    width: 18px;
    height: 18px;
}

.widget h2 {
    cursor: pointer;
    font-size: 18px;
    font-weight: 500;
    color: var(--white);
    font-style: normal;
    line-height: 160.4%;
    text-transform: capitalize;
}

.widget_content ul {
    padding: 0px 8px;
}

#foot-icon {
    color: var(--white);
    width: 14px;
    height: 14px;
}

.widget_content ul li {
    list-style: none;
    padding: 3px 3px;
}

.widget_content ul li a {
    color: var(--white);
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    padding-left: 10px;
}

.footerb-text p {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    padding-top: 10px;
}

.footerb-text p a {
    color: var(--menu-color);
}

.footerb-text p a:hover {
    color: var(--pricespan);
}

.pagebanner-section {
    background-image: url(../images/pagebaneer.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: var(--mt);
    padding: 77px 0px;
}

.categtetx {
    border-left: 3px solid var(--black);
}

.categtetx h4 {
    padding-left: 15px;
}

.context h3 {
    color: var(--black);
}

.context ul li {
    list-style: none;
    line-height: 2rem;
}

.form-bg {
    background-color: var(--lite-gray);
    padding: var(--form-padding);
    border-radius: 4px;
    border: 2px solid var(--black);
}

.whsitext h3 {
    border-bottom: 1px solid var(--black);
}

.avatar {
    background-color: var(--lite-gray);
    padding: 5px;
    border-radius: 6px;
    vertical-align: middle;
    width: 70px;
    height: 70px;
}

.table th,
td {
    border-bottom: 1px solid var(--black) !important;
}

.whislistbant .btn-success {
    background-color: var(--pricespan) !important;
    color: var(--white);
    border: var(--price);
}

.table td,
.table th {
    vertical-align: middle;
    white-space: nowrap;
}
.tbalefoter th {
    border-bottom: none !important;
}

.totlepayment p span {
    color: var(--pricespan);
    font-weight: 600;
}

.checkout .btn-danger {
    background-color: var(--pricespan);
    border: var(--pricespan);
}

.checkout .btn-danger:hover {
    background-color: var(--pricespan);
    border: var(--pricespan);
}

.paynow-text {
    text-align: center;
}

.paynow-text h3 {
    color: var(--pricespan);
}

.paynowform .form-control {
    background-color: var(--lite-gray);
}

.topheader {
    background-color: var(--black);
    color: white;
    position: relative;
    padding: 5px 50px 5px 60px;
    text-align: center;
    display: flex;
    justify-content: start;
    align-items: center;
    min-height: 20px;
    font-size: 12px;
}

.close-btn {
    position: absolute;
    right: 45px;
    color: white;
    font-size: 12px;
    cursor: pointer;
}

.carousel-caption.homebaner {
    display: inline-table;
    text-align: left;
    left: 22%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 33%;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 20px;
    border-radius: 5px;
}

.homebaner h1 {
    font-size: 32px;
    line-height: 1.7em;
    color: var(--black);
    text-transform: capitalize;
}

.homebaner h5 {
    line-height: 1.7em;
}

.carousel-control-prev,
.carousel-control-next {
    width: 70px;
    height: 70px;
}

.carousel-control-prev,
.carousel-control-next {
    top: 50%;
    transform: translateY(-50%);
}
.product-image{
    width: 100px;
    height: 100px;
    border-radius: 8px;
    margin-right: 15px;
}
.product-item{
    justify-content: start;
    align-items: center;
    margin-bottom: 15px;
    padding: 10px; 
    background: #f9f9f9;
    border-radius: 8px;
}
.progress-bar {
    height: 12px;
    border-radius: 6px;
}

/*---------------------------------------
    15. Login Register CSS
-----------------------------------------*/
.form-login-title > h2, .form-register-title > h2 {
    font-size: 30px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 26px;
    color: #444;
  }
  
  .login-form, .register-form {
    padding: 20px;
    border: 1px solid #d3ced2;
    margin: 30px 0;
    text-align: left;
    border-radius: 5px;
  }
  
  .form-fild, .login-submit, .lost-password, .register-submit {
    margin-bottom: 10px;
  }
  
  .login-submit label {
    margin-left: 10px;
  }
  @media only screen and (max-width: 767px) {
    .login-submit label {
      margin-left: 0;
      margin-bottom: 0;
      margin-top: 10px;
    }
  }
  
  .form-fild p {
    margin: 0;
  }
  .form-fild p span.required {
    color: #f23838;
  }
  .form-fild input {
    width: 100%;
    padding: 0 15px;
    height: 45px;
    border: 1px solid #dddddd;
    color: #333333;
    border-radius: 5px;
  }
  
  .lost-password > a {
    color: #EBC6BC;
    text-decoration: none;
  }
  .lost-password > a:hover {
    color: #83ab2c;
  }
  
  /*---------------------------------------
      16. My Account CSS
  -----------------------------------------*/
  .myaccount-tab-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: #ffffff;
  }
  .myaccount-tab-menu a {
    border: 1px solid #eeeeee;
    border-bottom: none;
    color: #333333;
    font-weight: 500;
    font-size: 12px;
    display: block;
    padding: 15px 15px 13px;
    text-transform: uppercase;
  }
  .myaccount-tab-menu a:last-child {
    border-bottom: 1px solid #eeeeee;
  }
  .myaccount-tab-menu a:hover, .myaccount-tab-menu a.active {
    background-color: #83ab2c;
    color: #ffffff;
  }
  .myaccount-tab-menu a i {
    font-size: 14px;
    text-align: center;
    width: 25px;
  }
  
  /*-- My Account Content -*/
  .myaccount-content {
    background-color: #ffffff;
    font-size: 14px;
    border: 1px solid #eeeeee;
    padding: 30px;
  }
  @media only screen and (max-width: 575px) {
    .myaccount-content {
      padding: 20px 15px;
    }
  }
  .myaccount-content h3 {
    border-bottom: 1px dashed #eeeeee;
    padding-bottom: 10px;
    margin-bottom: 25px;
  }
  .myaccount-content .welcome a {
    color: #000000;
  }
  .myaccount-content .welcome a:hover {
    color: #83ab2c;
  }
  .myaccount-content .welcome strong {
    font-weight: 600;
  }
  .myaccount-content a.edit-address-btn {
    background: none;
    border: none;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #333333;
    border-color: #333333;
    padding: 10px 20px;
    border-radius: 3px;
  }
  .myaccount-content a.edit-address-btn i {
    padding-right: 5px;
  }
  .myaccount-content a.edit-address-btn:hover {
    background-color: #83ab2c;
  }
  .myaccount-content button.save-change-btn {
    background: none;
    border: none;
    font-weight: 400;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #333333;
    border-color: #333333;
    width: 140px;
    padding: 10px 0;
    border-radius: 3px;
  }
  .myaccount-content button.save-change-btn:hover {
    background-color: #83ab2c;
  }
  
  /*-- My Account Table -*/
  .myaccount-table {
    white-space: nowrap;
    font-size: 15px;
  }
  .myaccount-table table th, .myaccount-table .table th {
    padding: 10px;
  }
  .myaccount-table table td, .myaccount-table .table td {
    padding: 20px 10px;
    vertical-align: middle;
  }
  .myaccount-table table td a:hover, .myaccount-table .table td a:hover {
    color: #83ab2c;
  }
  
  .saved-message {
    border-top: 3px solid #83ab2c;
    border-radius: 5px 5px 0 0;
    font-weight: 600;
    font-size: 13px;
    padding: 20px;
  }
  
  /*-- My Account Details Form -*/
  .account-details-form h4 {
    margin: 0;
  }
  .account-details-form input {
    display: block;
    width: 100%;
    border: 1px solid #ebebeb;
    border-radius: 0;
    line-height: 24px;
    padding: 11px 25px;
    color: #656565;
  }


/* Custom Style Added */
.custom-dropdown {
    position: absolute !important;
    top: 60% !important;
    left: unset !important;
    right: 110px !important;
    width: 200px !important;
    margin-top: 0.5rem !important;
    z-index: 1000 !important;
}

@media screen and (min-width: 769px) and (max-width: 991px) {
    :root {
        --section-padding: 25px;
        --catpadding: 40px;
    }

    .navbar-expand-sm .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
        justify-content: center;
    }

    .navbar-dark .navbar-nav .nav-link {
        color: var(--menu-color) !important;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        font-family: "Montserrat", sans-serif;
    }

    a.nav-link {
        margin-left: 0;
        font-size: 14px;
        font-family: "Montserrat", sans-serif;
        color: var(--menu-color) !important;
        height: 42px;
        padding: 23px 0;
        background-color: var(--white) !important;
        text-align: start;
    }

    .navbar-brand {
        font-weight: 300;
        font-size: 10px;
    }

    #logsedf {
        width: 85px;
    }

    h1 {
        font-size: 28px;
        line-height: 1.7em;
    }

    .pagebanner-section {
        padding: 41px 0px;
    }

    .carousel-caption.homebaner {
        display: inline-table;
        text-align: left;
        left: 30%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 45%;
        background-color: rgba(255, 255, 255, 0.8);
        padding: 20px;
        border-radius: 5px;
    }

    .homebaner h1 {
        font-size: 20px;
        line-height: 1.7em;
        color: var(--black);
        text-transform: capitalize;
    }

    .homebaner h5 {
        line-height: 1.7em;
        font-size: 16px;
    }




}

@media screen and (min-width: 481px) and (max-width: 768px) {
    :root {
        --section-padding: 25px;
        --catpadding: 40px;
        /* --mt: 102px; */
    }

    .navbar .navbar-brand {
        width: 70%;
    }

    .navbar-expand-sm .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
        justify-content: center;
    }

    .navbar-dark .navbar-nav .nav-link {
        color: var(--menu-color) !important;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        font-family: "Montserrat", sans-serif;
    }

    a.nav-link {
        margin-left: 0;
        font-size: 14px;
        font-family: "Montserrat", sans-serif;
        color: var(--menu-color) !important;
        height: 42px;
        padding: 23px 0;
        background-color: var(--bg-color) !important;
        text-align: start;
    }

    .navbar-brand {
        font-weight: 300;
        font-size: 10px;
    }

    #logsedf {
        width: 120px;
    }

    h1 {
        font-size: 28px;
        line-height: 1.7em;
    }

    .pagebanner-section {
        padding: 37px 0px;
    }

    .carousel-caption.homebaner {
        display: inline-table;
        text-align: left;
        left: 31%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 45%;
        background-color: rgba(255, 255, 255, 0.8);
        padding: 20px;
        border-radius: 5px;
    }

    .homebaner h1 {
        font-size: 20px;
        line-height: 1.7em;
        color: var(--black);
        text-transform: capitalize;
    }

    .homebaner h5 {
        line-height: 1.7em;
        font-size: 16px;
    }







}

@media screen and (min-width: 320px) and (max-width: 480px) {
    :root {
        --section-padding: 12px;
        --catpadding: 20px;
        --form-padding: 15px;
        /* --mt: 80px; */
    }

    .navbar .navbar-brand {
        width: 41%;
    }

    .navbar-expand-sm .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
        justify-content: center;
    }

    .navbar-dark .navbar-nav .nav-link {
        color: var(--menu-color) !important;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        font-family: "Montserrat", sans-serif;
    }

    a.nav-link {
        margin-left: 0;
        font-size: 14px;
        font-family: "Montserrat", sans-serif;
        color: var(--menu-color) !important;
        height: 40px;
        padding: 23px 0;
        background-color: var(--bg-color) !important;
        text-align: start;
    }

    .navbar-brand {
        font-weight: 300;
        font-size: 10px;
    }

    #logsedf {
        height: 70px;
    }

    .catbg {
        background-color: var(--lite-gray);
        padding: var(--catpadding);
        border-radius: 25px;
    }

    .bannertext h2 {
        font-size: 35px;
    }

    .bannertext h1 {
        font-size: 46px;
        font-weight: 400;
    }

    .bannertext p {
        color: var(--white);
        font-size: 20px;
        line-height: 0em;
    }

    h1 {
        font-size: 25px;
        line-height: 1.7em;
    }

    h2 {
        font-size: 24px;
        line-height: 1.7em;
    }

    h3 {
        font-size: 24px;
        line-height: 1.7em;
    }

    .pagebanner-section {
        margin-top: var(--mt);
        padding: 20px 0px;
    }

    .pagebannertext h1 {
        font-size: 20px;
    }

    .topheader {
        background-color: var(--black);
        color: white;
        position: relative;
        padding: 5px;
        text-align: center;
        display: flex;
        justify-content: start;
        align-items: center;
        min-height: 20px;
        font-size: 12px;
    }

    .close-btn {
        position: absolute;
        right: 45px;
        color: white;
        font-size: 12px;
        cursor: pointer;
    }

    .carousel-caption.homebaner {
        display: inline-table;
        text-align: left;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 85%;
        background-color: rgba(255, 255, 255, 0.8);
        padding: 10px;
        border-radius: 5px;
    }

    .homebaner h1 {
        font-size: 16px;
        line-height: 1.7em;
        color: var(--black);
        text-transform: capitalize;
    }

    .homebaner h5 {
        line-height: 1.7em;
        font-size: 12px;
    }

    .homebaner .btn-dark {
        background-color: var(--black);
        color: var(--white);
        font-size: 10px;
    }



}

@media only screen and (min-width: 992px) and (max-width: 1380px) {
    a.nav-link {
        margin-left: 0px;
        font-size: 11px;
        font-family: "Montserrat", sans-serif;
        color: var(--menu-color);
        height: 37px;
    }

    #logsedf {
        width: 85px;
    }

    .pagebanner-section {
        padding: 58px 0px;
    }

    h1 {
        font-size: 38px;
        line-height: 1.7em;
    }

    h5 {
        font-size: 16px;
    }

    .carousel-caption.homebaner {
        display: inline-table;
        text-align: left;
        left: 28%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 43%;
        background-color: rgba(255, 255, 255, 0.8);
        padding: 20px;
        border-radius: 5px;
    }



}