@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400;700;900&family=Poppins:wght@300;400;500;600;700;800;900&display=swap");

@font-face {
    font-family: 'Lavish';
    src: url('../fonts/Lavish.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.site-main>* {
    margin-bottom: 0px !important;
}

.ishloom-font {
    font-family: 'Lavish', serif;
}

/* Hide "View cart" link after adding to cart */
.added_to_cart {
    display: none !important;
}

.text-ishloom {
    color: #784100 !important;
    /* color: #e08418 !important; */
}

.text-ishloom-red {
    color: #dc3545 !important;
    /* color: #e08418 !important; */
}

.text-white {
    color: #fff !important;
}

.btn:hover {
    background-color: #441620cf !important;
    color: #fff !important;
}

.text-ishloom-lite {
    /* color: #784100 !important; */
    color: #e08418 !important;
}

.white-bg {
    background: #ffffff
}

.gray-bg {
    background: #f5f5f5
}

.gray-bg {
    background: #f7f7fd
}

.violet-bg {
    background-color: #c28680;
}

.white-bg {
    background: #fff
}

.black-bg {
    background: #16161a
}

.dark-bg {
    background: #000000
}

.theme-bg {
    background: #390f18 !important;
}

.checkout-bg {
    background: #ffead9
        /* background: #f4d2b6 */
}

.text-ishloom-do {
    color: #522c00 !important;
}

.brand-bg {
    background: #f1f4fa
}

.testimonial-bg {
    background: #f9fafc
}

.white-color {
    color: #fff
}

.black-color {
    color: #16161a
}

.theme-color {
    color: #e08418
}

.boxed-btn {
    background: #fff;
    color: #e08418 !important;
    display: inline-block;
    padding: 18px 44px;
    font-family: 'Lavish', serif;
    font-size: 14px;
    font-weight: 400;
    border: 0;
    border: 1px solid #e08418;
    letter-spacing: 3px;
    text-align: center;
    color: #e08418;
    text-transform: uppercase;
    cursor: pointer
}

.boxed-btn:hover {
    background: #e08418;
    color: #fff !important;
    border: 1px solid #e08418
}

.boxed-btn:focus {
    outline: none
}

.boxed-btn.large-width {
    width: 220px
}

[data-overlay] {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

[data-overlay]::before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: ""
}

[data-opacity="1"]::before {
    opacity: 0.1
}

[data-opacity="2"]::before {
    opacity: 0.2
}

[data-opacity="3"]::before {
    opacity: 0.3
}

[data-opacity="4"]::before {
    opacity: 0.4
}

[data-opacity="5"]::before {
    opacity: 0.5
}

[data-opacity="6"]::before {
    opacity: 0.6
}

[data-opacity="7"]::before {
    opacity: 0.7
}

[data-opacity="8"]::before {
    opacity: 0.8
}

[data-opacity="9"]::before {
    opacity: 0.9
}

body {
    font-family: "Poppins", sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 16px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Lavish', serif;
    color: #140C40;
    margin-top: 0px;
    font-style: normal;
    font-weight: 500;
    text-transform: capitalize !important;
}

p {
    font-family: "Poppins", sans-serif;
    color: #646D77;
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 15px;
    font-weight: normal;
    line-height: 1.4
}
.contact-title{
	line-height: 1.4;
}
.single-product-img{
	aspect-ratio: 4 / 3;
    object-fit: contain;
    object-position: center top;
}
.bg-img-1 {
    background-image: url(../img/slider/slider-img-1.jpg)
}

.bg-img-2 {
    background-image: url(../img/background-img/bg-img-2.jpg)
}

.cta-bg-1 {
    background-image: url(../img/background-img/bg-img-3.jpg)
}

.img {
    max-width: 100%;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.f-left {
    float: left
}

.f-right {
    float: right
}

.fix {
    overflow: hidden
}

.clear {
    clear: both
}

a,
.button {
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

a:focus,
.button:focus {
    text-decoration: none;
    outline: none
}

a {
    /* color: #635c5c !important; */
    color: #ffffff !important;
    text-decoration: none !important;
}

a:hover {
    /* color: #e08418 !important; */
    color: #fff !important;
    text-decoration: none !important;
}

a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
    text-decoration: none
}

a,
button {
    color: #fff;
    outline: medium none
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
    outline: 0
}

.uppercase {
    text-transform: uppercase
}

input:focus::-moz-placeholder {
    opacity: 0;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.capitalize {
    text-transform: capitalize
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit
}

ul {
    margin: 0px;
    padding: 0px
}

li {
    list-style: none
}

hr {
    border-bottom: 1px solid #eceff8;
    border-top: 0 none;
    margin: 30px 0;
    padding: 0
}

.theme-overlay {
    position: relative
}

.theme-overlay::before {
    background: #1696e7 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 100%
}

.overlay2 {
    position: relative;
    z-index: 0
}

.overlay2::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

.overlay2 {
    position: relative;
    z-index: 0
}

.overlay2::before {
    position: absolute;
    content: "";
    background-color: #2E2200;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.5
}

.section-padding {
    padding-top: 120px;
    padding-bottom: 120px
}

/* .separator {
    border-top: 1px solid #f2f2f2
} */

.mb-90 {
    margin-bottom: 90px
}

@media (max-width: 767px) {
    .mb-90 {
        margin-bottom: 30px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .mb-90 {
        margin-bottom: 45px
    }
}

.owl-carousel .owl-nav div {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    height: 40px;
    left: 20px;
    line-height: 40px;
    font-size: 22px;
    color: #646464;
    opacity: 1;
    visibility: visible;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease 0s;
    width: 40px
}

.owl-carousel .owl-nav div.owl-next {
    left: auto;
    right: -30px
}

.owl-carousel .owl-nav div.owl-next i {
    position: relative;
    right: 0;
    top: 1px
}

.owl-carousel .owl-nav div.owl-prev i {
    position: relative;
    right: 1px;
    top: 0px
}

.owl-carousel:hover .owl-nav div {
    opacity: 1;
    visibility: visible
}

.owl-carousel:hover .owl-nav div:hover {
    color: #fff;
    background: #39121ab2;
}

.btn {
    background: #5f2733;
    text-transform: capitalize;
    padding: 27px 44px;
    color: #fff !important;
    cursor: pointer;
    font-weight: 500;
    font-size: 18px;
    display: inline-block;
    line-height: 1;
    -moz-user-select: none;
    letter-spacing: 1px;
    line-height: 0;
    margin-bottom: 0;
    cursor: pointer;
    transition: color 0.4s linear;
    position: relative;
    z-index: 1;
    border: 0;
    overflow: hidden;
    margin: 0;
    border-radius: 4px
}

@media (max-width: 575px) {
    .btn {
        padding: 22px 24px;
        font-size: 16px
    }
}

.btn::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 101%;
    height: 101%;
    background: #41151ee3;
    z-index: 1;
    border-radius: 5px;
    transition: transform 0.5s;
    transition-timing-function: ease;
    transform-origin: 0 0;
    transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
    transform: scaleX(0);
    border-radius: 0px
}

.btn:hover::before {
    transform: scaleX(1);
    color: #fff !important;
    z-index: -1
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none
}

.about-btn {
    padding: 28px 52px
}

.header-btn {
    padding: 18px 43px
}

.hero-btn {
    padding: 18px 43px
}

.white-btn {
    padding: 30px 39px;
    background: #fff;
    color: #072366 !important
}

.white-btn::before {
    background: #e08418;
    color: #fff !important
}

.black-btn {
    padding: 14px 35px;
    background: #000;
    display: inline-block
}

.black-btn::before {
    background: #a05e11
}

.borders-btn {
    padding: 10px 64px;
    background: none;
    border: 1px solid #FD8F5F;
    display: inline-block;
    color: #FD8F5F;
    border-radius: 30px
}

.cal-btn i {
    color: #09cc7f !important;
    font-size: 31px;
    font-weight: 300;
    margin-right: 10px
}

.cal-btn>p {
    color: #072366 !important;
    font-weight: 700;
    font-size: 16px;
    display: inline-block;
    margin: 0 !important;
    position: relative;
    top: -7px
}

.submit-btn2 {
    background: #e08418;
    width: 100%;
    height: 60px;
    padding: 10px 20px;
    border: 0;
    color: #fff;
    text-transform: capitalize;
    cursor: pointer;
    font-size: 16px;
    border-radius: 0px
}

.border-btn {
    border: 1px solid #e08418;
    color: #e08418;
    background: none;
    border-radius: 5px;
    text-transform: capitalize;
    padding: 17px 42px;
    -moz-user-select: none;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 0;
    position: relative;
    transition: color 0.4s linear;
    position: relative;
    overflow: hidden;
    margin: 0
}

.border-btn i {
    font-size: 16px;
    margin-right: 10px;
    color: #e08418;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.border-btn::before {
    border: 1px solid transparent;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 101%;
    height: 101%;
    background: #e08418;
    z-index: -1;
    transition: transform 0.5s;
    transition-timing-function: ease;
    transform-origin: 0 0;
    transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
    transform: scaleY(0);
    border-radius: 0
}

.border-btn:hover::before {
    transform: scaleY(1);
    border: 1px solid transparent;
    color: #fff
}

.section-over1 {
    position: relative;
    z-index: 0
}

.section-over1::before {
    position: absolute;
    content: "";
    background-color: rgba(29, 37, 71, 0.4);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    background-repeat: no-repeat
}

.breadcrumb>.active {
    color: #888
}

#scrollUp,
#back-top {
    /* background: #e08418; */
    background: #e08418 !important;
    height: 50px;
    width: 50px;
    right: 20px;
    bottom: 25px;
    position: fixed;
    color: #fff !important;
    font-size: 20px;
    text-align: center;
    border-radius: 50%;
    line-height: 48px;
    border: 2px solid transparent;
    box-shadow: 0 0 10px 3px rgba(108, 98, 98, 0.2);
    font-weight: 500 !important;
    z-index: 4 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 575px) {

    #scrollUp,
    #back-top {
        right: 10px;
        z-index: 999;
		bottom: 80px;
    }
}

#scrollUp a i,
#back-top a i {
    display: block;
    line-height: 50px;
    color: #fff !important;
}

#scrollUp:hover {
    color: #fff !important;
}

.sticky-bar {
    left: 0;
    margin: auto;
    position: fixed;
    top: 0;
    width: 100%;
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    z-index: 9999;
    -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    background: #fff
}

.mt-5 {
    margin-top: 5px
}

.mt-10 {
    margin-top: 10px
}

.mt-15 {
    margin-top: 15px
}

.mt-20 {
    margin-top: 20px
}

.mt-25 {
    margin-top: 25px
}

.mt-30 {
    margin-top: 30px
}

.mt-35 {
    margin-top: 35px
}

.mt-40 {
    margin-top: 40px
}

.mt-45 {
    margin-top: 45px
}

.mt-50 {
    margin-top: 50px
}

.mt-55 {
    margin-top: 55px
}

.mt-60 {
    margin-top: 60px
}

.mt-65 {
    margin-top: 65px
}

.mt-70 {
    margin-top: 70px
}

.mt-75 {
    margin-top: 75px
}

.mt-80 {
    margin-top: 80px
}

.mt-85 {
    margin-top: 85px
}

.mt-90 {
    margin-top: 90px
}

.mt-95 {
    margin-top: 95px
}

.mt-100 {
    margin-top: 100px
}

.mt-105 {
    margin-top: 105px
}

.mt-110 {
    margin-top: 110px
}

.mt-115 {
    margin-top: 115px
}

.mt-120 {
    margin-top: 120px
}

.mt-125 {
    margin-top: 125px
}

.mt-130 {
    margin-top: 130px
}

.mt-135 {
    margin-top: 135px
}

.mt-140 {
    margin-top: 140px
}

.mt-145 {
    margin-top: 145px
}

.mt-150 {
    margin-top: 150px
}

.mt-155 {
    margin-top: 155px
}

.mt-160 {
    margin-top: 160px
}

.mt-165 {
    margin-top: 165px
}

.mt-170 {
    margin-top: 170px
}

.mt-175 {
    margin-top: 175px
}

.mt-180 {
    margin-top: 180px
}

.mt-185 {
    margin-top: 185px
}

.mt-190 {
    margin-top: 190px
}

.mt-195 {
    margin-top: 195px
}

.mt-200 {
    margin-top: 200px
}

.mb-5 {
    margin-bottom: 5px
}

.mb-10 {
    margin-bottom: 10px
}

.mb-15 {
    margin-bottom: 15px
}

.mb-20 {
    margin-bottom: 20px
}

.mb-25 {
    margin-bottom: 25px
}

.mb-30 {
    margin-bottom: 30px
}

.mb-35 {
    margin-bottom: 35px
}

.mb-40 {
    margin-bottom: 40px
}

.mb-45 {
    margin-bottom: 45px
}

.mb-50 {
    margin-bottom: 50px
}

.mb-55 {
    margin-bottom: 55px
}

.mb-60 {
    margin-bottom: 60px
}

.mb-65 {
    margin-bottom: 65px
}

.mb-70 {
    margin-bottom: 70px
}

.mb-75 {
    margin-bottom: 75px
}

.mb-80 {
    margin-bottom: 80px
}

.mb-85 {
    margin-bottom: 85px
}

.mb-90 {
    margin-bottom: 90px
}

.mb-95 {
    margin-bottom: 95px
}

.mb-100 {
    margin-bottom: 100px
}

.mb-105 {
    margin-bottom: 105px
}

.mb-110 {
    margin-bottom: 110px
}

.mb-115 {
    margin-bottom: 115px
}

.mb-120 {
    margin-bottom: 120px
}

.mb-125 {
    margin-bottom: 125px
}

.mb-130 {
    margin-bottom: 130px
}

.mb-135 {
    margin-bottom: 135px
}

.mb-140 {
    margin-bottom: 140px
}

.mb-145 {
    margin-bottom: 145px
}

.mb-150 {
    margin-bottom: 150px
}

.mb-155 {
    margin-bottom: 155px
}

.mb-160 {
    margin-bottom: 160px
}

.mb-165 {
    margin-bottom: 165px
}

.mb-170 {
    margin-bottom: 170px
}

.mb-175 {
    margin-bottom: 175px
}

.mb-180 {
    margin-bottom: 180px
}

.mb-185 {
    margin-bottom: 185px
}

.mb-190 {
    margin-bottom: 190px
}

.mb-195 {
    margin-bottom: 195px
}

.mb-200 {
    margin-bottom: 200px
}

.ml-5 {
    margin-left: 5px
}

.ml-10 {
    margin-left: 10px
}

.ml-15 {
    margin-left: 15px
}

.ml-20 {
    margin-left: 20px
}

.ml-25 {
    margin-left: 25px
}

.ml-30 {
    margin-left: 30px
}

.ml-35 {
    margin-left: 35px
}

.ml-40 {
    margin-left: 40px
}

.ml-45 {
    margin-left: 45px
}

.ml-50 {
    margin-left: 50px
}

.ml-55 {
    margin-left: 55px
}

.ml-60 {
    margin-left: 60px
}

.ml-65 {
    margin-left: 65px
}

.ml-70 {
    margin-left: 70px
}

.ml-75 {
    margin-left: 75px
}

.ml-80 {
    margin-left: 80px
}

.ml-85 {
    margin-left: 85px
}

.ml-90 {
    margin-left: 90px
}

.ml-95 {
    margin-left: 95px
}

.ml-100 {
    margin-left: 100px
}

.ml-105 {
    margin-left: 105px
}

.ml-110 {
    margin-left: 110px
}

.ml-115 {
    margin-left: 115px
}

.ml-120 {
    margin-left: 120px
}

.ml-125 {
    margin-left: 125px
}

.ml-130 {
    margin-left: 130px
}

.ml-135 {
    margin-left: 135px
}

.ml-140 {
    margin-left: 140px
}

.ml-145 {
    margin-left: 145px
}

.ml-150 {
    margin-left: 150px
}

.ml-155 {
    margin-left: 155px
}

.ml-160 {
    margin-left: 160px
}

.ml-165 {
    margin-left: 165px
}

.ml-170 {
    margin-left: 170px
}

.ml-175 {
    margin-left: 175px
}

.ml-180 {
    margin-left: 180px
}

.ml-185 {
    margin-left: 185px
}

.ml-190 {
    margin-left: 190px
}

.ml-195 {
    margin-left: 195px
}

.ml-200 {
    margin-left: 200px
}

.mr-5 {
    margin-right: 5px
}

.mr-10 {
    margin-right: 10px
}

.mr-15 {
    margin-right: 15px
}

.mr-20 {
    margin-right: 20px
}

.mr-25 {
    margin-right: 25px
}

.mr-30 {
    margin-right: 30px
}

.mr-35 {
    margin-right: 35px
}

.mr-40 {
    margin-right: 40px
}

.mr-45 {
    margin-right: 45px
}

.mr-50 {
    margin-right: 50px
}

.mr-55 {
    margin-right: 55px
}

.mr-60 {
    margin-right: 60px
}

.mr-65 {
    margin-right: 65px
}

.mr-70 {
    margin-right: 70px
}

.mr-75 {
    margin-right: 75px
}

.mr-80 {
    margin-right: 80px
}

.mr-85 {
    margin-right: 85px
}

.mr-90 {
    margin-right: 90px
}

.mr-95 {
    margin-right: 95px
}

.mr-100 {
    margin-right: 100px
}

.mr-105 {
    margin-right: 105px
}

.mr-110 {
    margin-right: 110px
}

.mr-115 {
    margin-right: 115px
}

.mr-120 {
    margin-right: 120px
}

.mr-125 {
    margin-right: 125px
}

.mr-130 {
    margin-right: 130px
}

.mr-135 {
    margin-right: 135px
}

.mr-140 {
    margin-right: 140px
}

.mr-145 {
    margin-right: 145px
}

.mr-150 {
    margin-right: 150px
}

.mr-155 {
    margin-right: 155px
}

.mr-160 {
    margin-right: 160px
}

.mr-165 {
    margin-right: 165px
}

.mr-170 {
    margin-right: 170px
}

.mr-175 {
    margin-right: 175px
}

.mr-180 {
    margin-right: 180px
}

.mr-185 {
    margin-right: 185px
}

.mr-190 {
    margin-right: 190px
}

.mr-195 {
    margin-right: 195px
}

.mr-200 {
    margin-right: 200px
}

.pt-5 {
    padding-top: 5px
}

.pt-10 {
    padding-top: 10px
}

.pt-15 {
    padding-top: 15px
}

.pt-20 {
    padding-top: 20px
}

.pt-25 {
    padding-top: 25px
}

.pt-30 {
    padding-top: 30px
}

.pt-35 {
    padding-top: 35px
}

.pt-40 {
    padding-top: 40px
}

.pt-45 {
    padding-top: 45px
}

.pt-50 {
    padding-top: 50px
}

.pt-55 {
    padding-top: 55px
}

.pt-60 {
    padding-top: 60px
}

.pt-65 {
    padding-top: 65px
}

.pt-70 {
    padding-top: 70px
}

.pt-75 {
    padding-top: 75px
}

.pt-80 {
    padding-top: 80px
}

.pt-85 {
    padding-top: 85px
}

.pt-90 {
    padding-top: 90px
}

.pt-95 {
    padding-top: 95px
}

.pt-100 {
    padding-top: 100px
}

.pt-105 {
    padding-top: 105px
}

.pt-110 {
    padding-top: 110px
}

.pt-115 {
    padding-top: 115px
}

.pt-120 {
    padding-top: 120px
}

.pt-125 {
    padding-top: 125px
}

.pt-130 {
    padding-top: 130px
}

.pt-135 {
    padding-top: 135px
}

.pt-140 {
    padding-top: 140px
}

.pt-145 {
    padding-top: 145px
}

.pt-150 {
    padding-top: 150px
}

.pt-155 {
    padding-top: 155px
}

.pt-160 {
    padding-top: 160px
}

.pt-165 {
    padding-top: 165px
}

.pt-170 {
    padding-top: 170px
}

.pt-175 {
    padding-top: 175px
}

.pt-180 {
    padding-top: 180px
}

.pt-185 {
    padding-top: 185px
}

.pt-190 {
    padding-top: 190px
}

.pt-195 {
    padding-top: 195px
}

.pt-200 {
    padding-top: 200px
}

.pt-260 {
    padding-top: 260px
}

.pb-5 {
    padding-bottom: 5px
}

.pb-10 {
    padding-bottom: 10px
}

.pb-15 {
    padding-bottom: 15px
}

.pb-20 {
    padding-bottom: 20px
}

.pb-25 {
    padding-bottom: 25px
}

.pb-30 {
    padding-bottom: 30px
}

.pb-35 {
    padding-bottom: 35px
}

.pb-40 {
    padding-bottom: 40px
}

.pb-45 {
    padding-bottom: 45px
}

.pb-50 {
    padding-bottom: 50px
}

.pb-55 {
    padding-bottom: 55px
}

.pb-60 {
    padding-bottom: 60px
}

.pb-65 {
    padding-bottom: 65px
}

.pb-70 {
    padding-bottom: 70px
}

.pb-75 {
    padding-bottom: 75px
}

.pb-80 {
    padding-bottom: 80px
}

.pb-85 {
    padding-bottom: 85px
}

.pb-90 {
    padding-bottom: 90px
}

.pb-95 {
    padding-bottom: 95px
}

.pb-100 {
    padding-bottom: 100px
}

.pb-105 {
    padding-bottom: 105px
}

.pb-110 {
    padding-bottom: 110px
}

.pb-115 {
    padding-bottom: 115px
}

.pb-120 {
    padding-bottom: 120px
}

.pb-125 {
    padding-bottom: 125px
}

.pb-130 {
    padding-bottom: 130px
}

.pb-135 {
    padding-bottom: 135px
}

.pb-140 {
    padding-bottom: 140px
}

.pb-145 {
    padding-bottom: 145px
}

.pb-150 {
    padding-bottom: 150px
}

.pb-155 {
    padding-bottom: 155px
}

.pb-160 {
    padding-bottom: 160px
}

.pb-165 {
    padding-bottom: 165px
}

.pb-170 {
    padding-bottom: 170px
}

.pb-175 {
    padding-bottom: 175px
}

.pb-180 {
    padding-bottom: 180px
}

.pb-185 {
    padding-bottom: 185px
}

.pb-190 {
    padding-bottom: 190px
}

.pb-195 {
    padding-bottom: 195px
}

.pb-200 {
    padding-bottom: 200px
}

.pl-5 {
    padding-left: 5px
}

.pl-10 {
    padding-left: 10px
}

.pl-15 {
    padding-left: 15px
}

.pl-20 {
    padding-left: 20px
}

.pl-25 {
    padding-left: 25px
}

.pl-30 {
    padding-left: 30px
}

.pl-35 {
    padding-left: 35px
}

.pl-40 {
    padding-left: 40px
}

.pl-45 {
    padding-left: 45px
}

.pl-50 {
    padding-left: 50px
}

.pl-55 {
    padding-left: 55px
}

.pl-60 {
    padding-left: 60px
}

.pl-65 {
    padding-left: 65px
}

.pl-70 {
    padding-left: 70px
}

.pl-75 {
    padding-left: 75px
}

.pl-80 {
    padding-left: 80px
}

.pl-85 {
    padding-left: 85px
}

.pl-90 {
    padding-left: 90px
}

.pl-95 {
    padding-left: 95px
}

.pl-100 {
    padding-left: 100px
}

.pl-105 {
    padding-left: 105px
}

.pl-110 {
    padding-left: 110px
}

.pl-115 {
    padding-left: 115px
}

.pl-120 {
    padding-left: 120px
}

.pl-125 {
    padding-left: 125px
}

.pl-130 {
    padding-left: 130px
}

.pl-135 {
    padding-left: 135px
}

.pl-140 {
    padding-left: 140px
}

.pl-145 {
    padding-left: 145px
}

.pl-150 {
    padding-left: 150px
}

.pl-155 {
    padding-left: 155px
}

.pl-160 {
    padding-left: 160px
}

.pl-165 {
    padding-left: 165px
}

.pl-170 {
    padding-left: 170px
}

.pl-175 {
    padding-left: 175px
}

.pl-180 {
    padding-left: 180px
}

.pl-185 {
    padding-left: 185px
}

.pl-190 {
    padding-left: 190px
}

.pl-195 {
    padding-left: 195px
}

.pl-200 {
    padding-left: 200px
}

.pr-5 {
    padding-right: 5px
}

.pr-10 {
    padding-right: 10px
}

.pr-15 {
    padding-right: 15px
}

.pr-20 {
    padding-right: 20px
}

.pr-25 {
    padding-right: 25px
}

.pr-30 {
    padding-right: 30px
}

.pr-35 {
    padding-right: 35px
}

.pr-40 {
    padding-right: 40px
}

.pr-45 {
    padding-right: 45px
}

.pr-50 {
    padding-right: 50px
}

.pr-55 {
    padding-right: 55px
}

.pr-60 {
    padding-right: 60px
}

.pr-65 {
    padding-right: 65px
}

.pr-70 {
    padding-right: 70px
}

.pr-75 {
    padding-right: 75px
}

.pr-80 {
    padding-right: 80px
}

.pr-85 {
    padding-right: 85px
}

.pr-90 {
    padding-right: 90px
}

.pr-95 {
    padding-right: 95px
}

.pr-100 {
    padding-right: 100px
}

.pr-105 {
    padding-right: 105px
}

.pr-110 {
    padding-right: 110px
}

.pr-115 {
    padding-right: 115px
}

.pr-120 {
    padding-right: 120px
}

.pr-125 {
    padding-right: 125px
}

.pr-130 {
    padding-right: 130px
}

.pr-135 {
    padding-right: 135px
}

.pr-140 {
    padding-right: 140px
}

.pr-145 {
    padding-right: 145px
}

.pr-150 {
    padding-right: 150px
}

.pr-155 {
    padding-right: 155px
}

.pr-160 {
    padding-right: 160px
}

.pr-165 {
    padding-right: 165px
}

.pr-170 {
    padding-right: 170px
}

.pr-175 {
    padding-right: 175px
}

.pr-180 {
    padding-right: 180px
}

.pr-185 {
    padding-right: 185px
}

.pr-190 {
    padding-right: 190px
}

.pr-195 {
    padding-right: 195px
}

.pr-200 {
    padding-right: 200px
}

.bounce-animate {
    animation-name: float-bob;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    -moz-animation-name: float-bob;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob;
    -ms-animation-duration: 2s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob;
    -o-animation-duration: 2s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear
}

@-webkit-keyframes float-bob {
    0% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }

    100% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
}

.heartbeat {
    animation: heartbeat 1s infinite alternate
}

@-webkit-keyframes heartbeat {
    to {
        -webkit-transform: scale(1.03);
        transform: scale(1.03)
    }
}

.rotateme {
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 30s;
    animation-duration: 30s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
}

@keyframes rotateme {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes rotateme {
    from {
        -webkit-transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg)
    }
}

.preloader {
    background-color: #f7f7f7;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
    margin: 0 auto
}

.preloader .preloader-circle {
    width: 100px;
    height: 100px;
    position: relative;
    border-style: solid;
    border-width: 1px;
    border-top-color: #e08418;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    z-index: 10;
    border-radius: 50%;
    -webkit-box-shadow: 0 1px 5px 0 rgba(35, 181, 185, 0.15);
    box-shadow: 0 1px 5px 0 rgba(35, 181, 185, 0.15);
    background-color: #fff;
    -webkit-animation: zoom 2000ms infinite ease;
    animation: zoom 2000ms infinite ease;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s
}

.preloader .preloader-circle2 {
    border-top-color: #0078ff
}

.preloader .preloader-img {
    position: absolute;
    top: 50%;
    z-index: 200;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    display: inline-block;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-top: 6px;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s
}

.preloader .preloader-img img {
    max-width: 55px
}

.preloader .pere-text strong {
    font-weight: 800;
    color: #dca73a;
    text-transform: uppercase
}

@-webkit-keyframes zoom {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .6s;
        -o-transition: .6s;
        transition: .6s
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        -webkit-transition: .6s;
        -o-transition: .6s;
        transition: .6s
    }
}

@keyframes zoom {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .6s;
        -o-transition: .6s;
        transition: .6s
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        -webkit-transition: .6s;
        -o-transition: .6s;
        transition: .6s
    }
}

.slick-initialized .slick-slide {
    outline: 0
}

.slick-dotted.slick-slider {
    margin-bottom: 0 !important;
}

.section-padding2 {
    padding-top: 200px;
    padding-bottom: 200px
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .section-padding2 {
        padding-top: 200px;
        padding-bottom: 200px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-padding2 {
        padding-top: 200px;
        padding-bottom: 200px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-padding2 {
        padding-top: 100px;
        padding-bottom: 100px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-padding2 {
        padding-top: 70px;
        padding-bottom: 70px
    }
}

@media (max-width: 575px) {
    .section-padding2 {
        padding-top: 70px;
        padding-bottom: 70px
    }
}

.pb-bottom {
    padding-bottom: 100px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pb-bottom {
        padding-bottom: 50px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .pb-bottom {
        padding-bottom: 10px
    }
}

@media (max-width: 575px) {
    .pb-bottom {
        padding-bottom: 10px
    }
}

.pt-top {
    padding-top: 160px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pt-top {
        padding-top: 70px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .pt-top {
        padding-top: 70px
    }
}

@media (max-width: 575px) {
    .pt-top {
        padding-top: 70px
    }
}

.w-padding2 {
    padding: 80px 30px
}

@media (max-width: 575px) {
    .w-padding2 {
        padding: 70px 20px
    }
}

.testimonial-padding {
    padding-top: 190px;
    padding-bottom: 90px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial-padding {
        padding-top: 100px;
        padding-bottom: 60px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .testimonial-padding {
        padding-top: 60px;
        padding-bottom: 99px
    }
}

@media (max-width: 575px) {
    .testimonial-padding {
        padding-top: 60px;
        padding-bottom: 99px
    }
}

.w-padding {
    padding-top: 100px;
    padding-bottom: 95px
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .w-padding {
        padding-top: 70px;
        padding-bottom: 70px
    }
}

@media (max-width: 575px) {
    .w-padding {
        padding-top: 70px;
        padding-bottom: 70px
    }
}

.section-padding30 {
    padding-top: 195px;
    padding-bottom: 180px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-padding30 {
        padding-top: 150px;
        padding-bottom: 140px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-padding30 {
        padding-top: 100px;
        padding-bottom: 70px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-padding30 {
        padding-top: 65px;
        padding-bottom: 70px
    }
}

@media (max-width: 575px) {
    .section-padding30 {
        padding-top: 65px;
        padding-bottom: 70px
    }
}

.section-padding40 {
    padding-top: 140px;
    padding-bottom: 130px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-padding40 {
        padding-top: 100px;
        padding-bottom: 70px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-padding40 {
        padding-top: 65px;
        padding-bottom: 70px
    }
}

@media (max-width: 575px) {
    .section-padding40 {
        padding-top: 65px;
        padding-bottom: 70px
    }
}

.services-padding {
    padding-top: 145px;
    padding-bottom: 170px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .services-padding {
        padding-top: 145px;
        padding-bottom: 170px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .services-padding {
        padding-top: 100px;
        padding-bottom: 70px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .services-padding {
        padding-top: 65px;
        padding-bottom: 70px
    }
}

@media (max-width: 575px) {
    .services-padding {
        padding-top: 65px;
        padding-bottom: 70px
    }
}

.section-paddingt30 {
    padding-top: 195px;
    padding-bottom: 90px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-paddingt30 {
        padding-top: 150px;
        padding-bottom: 90px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-paddingt30 {
        padding-top: 100px;
        padding-bottom: 40px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-paddingt30 {
        padding-top: 65px;
        padding-bottom: 10px
    }
}

@media (max-width: 575px) {
    .section-paddingt30 {
        padding-top: 65px;
        padding-bottom: 10px
    }
}

.section-padding3 {
    padding-top: 150px;
    padding-bottom: 0
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-padding3 {
        padding-top: 150px;
        padding-bottom: 0
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-padding3 {
        padding-top: 60px;
        padding-bottom: 0
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-padding3 {
        padding-top: 60px;
        padding-bottom: 0
    }
}

@media (max-width: 575px) {
    .section-padding3 {
        padding-top: 60px;
        padding-bottom: 0
    }
}

.footer-padding {
    padding-top: 105px;
    padding-bottom: 50px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-padding {
        padding-top: 100px;
        padding-bottom: 70px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .footer-padding {
        padding-top: 80px;
        padding-bottom: 0px
    }
}

@media (max-width: 575px) {
    .footer-padding {
        padding-top: 80px;
        padding-bottom: 0px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-tittle {
        margin-bottom: 50px
    }
}

.section-tittle p {
    color: #1D2547;
    font-size: 16px;
    font-weight: 400
}

.section-tittle p.pera {
    color: #646D77;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.7;
    padding-top: 20px
}

.section-tittle>span {
    color: #140C40;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 22px;
    text-transform: capitalize;
    display: inline-block;
    letter-spacing: 0.05em
}

@media (max-width: 575px) {
    .section-tittle>span {
        font-size: 14px;
        padding-left: 0px;
        text-align: left
    }
}

.section-tittle h2 {
    font-size: 70px;
    display: block;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 4px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-tittle h2 {
        font-size: 50px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-tittle h2 {
        font-size: 50px
    }
}

@media (max-width: 575px) {
    .section-tittle h2 {
        font-size: 35px
    }
}

.section-tittle2 p {
    color: rgba(255, 255, 255, 0.6)
}

.section-tittle2 h2 {
    color: #fff
}

.small-tittle h2 {
    font-family: "Poppins", sans-serif
}

.section-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed
}

.section-bg2 {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.white-bg {
    background: #ffffff
}

.gray-bg {
    background: #f5f5f5
}

.gray-bg {
    background: #f7f7fd
}

.white-bg {
    background: #fff
}

.black-bg {
    background: #16161a
}

.theme-bg {
    background: #e08418
}

.brand-bg {
    background: #f1f4fa
}

.testimonial-bg {
    background: #f9fafc
}

.white-color {
    color: #fff
}

.black-color {
    color: #16161a
}

.theme-color {
    color: #e08418
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area .main-header {
        padding: 20px 0px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-area .main-header {
        padding: 10px 0
    }
}

@media (max-width: 575px) {
    .header-area .main-header {
        padding: 2px 0
    }
}

.header-area .menu-wrapper {
    display: flex;
    align-content: center;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center
}

.header-area .menu-wrapper .main-menu {
    margin-left: 61px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-area .menu-wrapper .main-menu {
        margin-left: 46px
    }
}

.header-area .menu-wrapper .main-menu ul li {
    display: inline-block;
    position: relative;
    z-index: 1
}

.header-area .menu-wrapper .main-menu ul li a {
    color: #1D2547;
    font-weight: 500;
    padding: 20px 19px;
    display: block;
    font-size: 15px;
    font-family: "Poppins", sans-serif;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    text-transform: uppercase
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-area .menu-wrapper .main-menu ul li a {
        padding: 20px 9px
    }
}

.header-area .menu-wrapper .main-menu ul li:hover>a {
    color: #e08418 !important;
    text-decoration: none !important;
}

.header-area .menu-wrapper .main-menu ul li:hover>ul.submenu {
    visibility: visible;
    opacity: 1;
    top: 100%
}

.header-area .menu-wrapper .main-menu ul li:hover>ul.submenu::before {
    top: -8px
}

.header-area .menu-wrapper .main-menu ul ul.submenu {
    position: absolute;
    width: 170px;
    background: #fff;
    left: 0;
    top: 90%;
    visibility: hidden;
    opacity: 0;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
    padding: 17px 0;
    border-top: 3px solid #e08418;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border-radius: 5px 5px 0 0
}

.header-area .menu-wrapper .main-menu ul ul.submenu>li {
    margin-left: 7px;
    display: block
}

.header-area .menu-wrapper .main-menu ul ul.submenu>li>a {
    padding: 6px 10px !important;
    font-size: 16px;
    text-transform: capitalize
}

.header-area .menu-wrapper .main-menu ul ul.submenu>li>a:hover {
    padding-left: 13px !important;
    color: #e08418 !important;
    text-decoration: none !important;
}

.header-area .menu-wrapper .main-menu ul ul.submenu::before {
    border-style: solid;
    border-width: 0 6px 6px 6px;
    border-color: transparent transparent #e08418 transparent;
    content: "";
    top: -5px;
    left: 13%;
    position: absolute;
    transition: .3s;
    z-index: -1;
    overflow: hidden;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.header-sticky.sticky-bar {
    background: #fff;

}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-sticky.sticky-bar {
        padding: 0px 15px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-sticky.sticky-bar {
        padding: 20px 0
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-sticky.sticky-bar {
        padding: 20px 0
    }
}

@media (max-width: 575px) {
    .header-sticky.sticky-bar {
        padding: 5px 0
    }
}

.header-sticky.sticky-bar.sticky .main-menu ul li a {
    padding: 20px 20px !important
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-sticky.sticky-bar.sticky {
        padding: 15px 0px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-sticky.sticky-bar.sticky {
        padding: 15px 0px
    }
}

@media (max-width: 575px) {
    .header-sticky.sticky-bar.sticky {
        padding: 15px 0px
    }
}

.mobile_menu {
    position: absolute;
    right: 0px;
    width: 100%;
    z-index: 99
}

.mobile_menu .slicknav_menu {
    background: transparent;
    margin-top: 0px !important
}

.mobile_menu .slicknav_menu .slicknav_btn {
    top: -33px
}

@media (max-width: 575px) {
    .mobile_menu .slicknav_menu .slicknav_btn {
        /* top: -70px; */
        top: -33px
    }

    .mobile_menu {
        position: absolute;
        right: 0px;
        width: 100%;
        z-index: 99;
        top: 62px !important;
    }

    .sticky-bar .mobile_menu {
        top: 54px !important;
    }
}

@media only screen and (min-width: 576px) and (max-width: 990px) {
    .mobile_menu .slicknav_menu .slicknav_btn {
        top: -25px
    }

    .sticky-bar .mobile_menu {
        top: 62px !important;
    }
}

@media (max-width: 991px) {
    .mobile_menu {
        top: 62px;
    }
}

.mobile_menu .slicknav_menu .slicknav_btn .slicknav_icon-bar {
    background-color: #e08418 !important;
    height: 3px;
    margin: 6px 0;
    width: 33px
}

.mobile_menu .slicknav_menu .slicknav_nav {
    margin-top: 4px !important;
    border-radius: 10px;
}

.mobile_menu .slicknav_menu .slicknav_nav a:hover {
    background: transparent;
    color: #e08418 !important
}

/* Current page / active item — mirrors .header-center .main-menu ul li.active>a */
.mobile_menu .slicknav_menu .slicknav_nav li.active > a,
.mobile_menu .slicknav_menu .slicknav_nav ul li.active > a {
    color: #e08418 !important;
    background: transparent;
}

.mobile_menu .slicknav_menu .slicknav_nav li.active > a:hover,
.mobile_menu .slicknav_menu .slicknav_nav ul li.active > a:hover {
    color: #e08418 !important;
}

.mobile_menu .slicknav_menu .slicknav_nav a {
    font-size: 15px;
    padding: 7px 10px
}

.mobile_menu .slicknav_menu .slicknav_nav .slicknav_item a {
    padding: 0 !important
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-right1 {
        margin-right: 70px
    }
}

.header-right1 .header-social {
    margin-right: 20px
}

@media (max-width: 575px) {
    .header-right1 .header-social {
        margin-right: 0px
    }
}

.header-right1 .header-social a {
    color: #1D2547;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 14px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    margin-right: 8px;
    border: 1px solid rgba(29, 37, 71, 0.12)
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-right1 .header-social a {
        color: #fff;
        border: 1px solid #fff
    }
}

@media (max-width: 575px) {
    .header-right1 .header-social a {
        color: #fff;
        border: 1px solid #fff
    }
}

.header-right1 .header-social a:hover {
    color: #e08418
}

.header-right1 .header-social a:hover i {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg)
}

.header-right1 .header-social a i {
    display: inline-block;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg)
}

.header-right1 .search ul {
    display: inline-block
}

@media (max-width: 575px) {
    .header-right1 .search ul li {
        margin-right: 7px
    }
}

.header-right1 .search ul li .nav-search i {
    color: #1D2547;
    font-size: 18px;
    cursor: pointer;
    padding: 12px 12px;
    float: right;
    background: #F6F8FE;
    border-radius: 50%
}

.header-right1 .card-stor {
    background: #e08418;
    padding: 8px 20px;
    border-radius: 30px;
    cursor: pointer
}

.header-right1 .card-stor img {
    width: 16px;
    height: 18px
}

.header-right1 .card-stor span {
    color: #fff;
    font-size: 14px;
    top: 2px;
    font-weight: 300
}

.header-right2 {
    position: absolute
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-right2 {
        position: absolute;
        top: 15px;
        z-index: 2;
        right: 13px
    }
}

@media (max-width: 575px) {
    .header-right2 {
        position: unset;
        /* display: flex; */
        justify-content: center;
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

.header-right2 .header-social {
    margin-right: 20px
}

@media (max-width: 575px) {
    .header-right2 .header-social {
        margin-right: 0px
    }
}

@media (max-width: 991px) {

    .header-right2 .header-social,
    .header-right2 .search {
        display: block !important;
    }

    .header-right2 {
        right: 25px;
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

.header-right2 .header-social a {
    color: #1D2547;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 14px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    margin-right: 8px;
    border: 1px solid rgba(29, 37, 71, 0.12)
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-right2 .header-social a {
        color: #fff;
        border: 1px solid #fff
    }
}

@media (max-width: 575px) {
    .header-right2 .header-social a {
        color: #e08418;
        border: 1px solid #e08418;
        margin-right: 4px;
    }
}

.header-right2 .header-social a:hover {
    color: #e08418
}

.header-right2 .header-social a:hover i {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg)
}

.header-right2 .header-social a i {
    display: inline-block;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg)
}

.header-right2 .search ul {
    display: inline-block
}

@media (max-width: 575px) {
    .header-right2 .search ul li {
        margin-right: 7px
    }
}

.header-right2 .search ul li .nav-search i {
    color: #1D2547;
    font-size: 18px;
    cursor: pointer;
    padding: 12px 12px;
    float: right;
    background: #F6F8FE;
    border-radius: 50%
}

.header-right2 .card-stor {
    background: #e08418;
    padding: 8px 20px;
    border-radius: 30px;
    cursor: pointer
}

.header-right2 .card-stor img {
    width: 16px;
    height: 18px
}

.header-right2 .card-stor span {
    color: #fff;
    font-size: 14px;
    top: 2px;
    font-weight: 300
}

.search-model-box {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000000c7;
    z-index: 99999
}

.search-model-box .search-model-form {
    padding: 0 15px
}

.search-model-box .search-model-form input {
    width: 500px;
    font-size: 40px;
    border: none;
    border-bottom: 2px solid #333;
    background: none;
    color: #999
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .search-model-box .search-model-form input {
        width: 251px;
        font-size: 26px
    }
}

@media (max-width: 575px) {
    .search-model-box .search-model-form input {
        width: 251px;
        font-size: 26px
    }
}

.search-model-box .search-close-btn {
    position: absolute;
    width: 45px;
    height: 45px;
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
    text-align: center;
    border-radius: 50%;
    font-size: 24px;
    line-height: 45px;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100000;
    transition: all 0.3s;
    backdrop-filter: blur(5px);
}

.search-model-box .search-close-btn:hover {
    background: rgba(255, 255, 255, 0.25);
}

.full-wrapper {
    margin: 0
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .full-wrapper {
        margin: 0
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .full-wrapper {
        margin: 0 0px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .full-wrapper {
        margin: 0 0px
    }
}

@media (max-width: 575px) {
    .full-wrapper {
        margin: 0 0px
    }
}

.slider-height {
    /* min-height: 600px; */
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover !important;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-height {
        min-height: 500px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-height {
        min-height: 500px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider-height {
        min-height: 450px
    }
}

@media (max-width: 575px) {
    .slider-height {
        min-height: 400px
    }
}

/* .slider-bg1 {
    background-image: url(../img/gallery/banner.jpg)
}

.slider-bg2 {
    background-image: url(../img/hero/banner\ 5.png)
}

.slider-bg3 {
    background-image: url('../img/hero/banner\ new.png');
} */

.slider-area {
    position: relative;
    width: 100%;
}

.slider-area .single-slider {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    /* min-height: 100vh; */
}


@media only screen and (min-width: 1200px) {
    .slider-area .single-slider {
        min-height: 95vh;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-area .single-slider {
        min-height: 80vh;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-area .single-slider {
        min-height: 70vh !important;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider-area .single-slider {
        min-height: 60vh !important;
    }
}

@media (max-width: 575px) {
    .slider-area .single-slider {
        min-height: 50vh !important;
    }
}

.slider-area .hero__caption {
    text-align: left
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider-area .hero__caption {
        padding-top: 100px
    }
}

.slider-area .hero__caption p {
    color: #fff;
    font-size: 14px
}

@media (max-width: 575px) {
    .slider-area .hero__caption p {
        font-size: 11px
    }
}

.slider-area .hero__caption h1 {
    font-family: 'Lavish', sans-serif;
    font-size: 56px;
    font-weight: 700;
    margin-bottom: 14px;
    text-transform: normal;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 39px;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-area .hero__caption h1 {
        font-size: 60px;
        line-height: 65px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-area .hero__caption h1 {
        font-size: 50px;
        line-height: 55px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider-area .hero__caption h1 {
        font-size: 40px;
        line-height: 45px
    }
}

@media (max-width: 575px) {
    .slider-area .hero__caption h1 {
        font-size: 24px;
        line-height: 1.2;
        margin-bottom: 20px
    }
}

.slider-area .hero__caption span {
    color: #31ff7a;
    font-size: 60px;
    line-height: 1.2;
    font-weight: 400;
    margin-bottom: 30px;
    display: block
}

@media (max-width: 575px) {
    .slider-area .hero__caption span {
        margin-bottom: 30px;
        font-size: 56px
    }
}

.hero-overly {
    position: relative;
    z-index: 1
}

.hero-overly::before {
    position: absolute;
    content: "";
    background: linear-gradient(to right, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0) 100%);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
    background-repeat: no-repeat
}

.header-transparent {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9
}

.hero-area2 {
    background-image: url(../img/hero/hero2.png);
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 500px
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .hero-area2 {
        min-height: 400px
    }
}

@media (max-width: 575px) {
    .hero-area2 {
        min-height: 360px
    }
}

.hero-area2 .hero-cap h2 {
    color: #fff;
    font-size: 55px;
    font-weight: 600;
    text-transform: uppercase;
    padding-top: 12px
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .hero-area2 .hero-cap h2 {
        font-size: 43px
    }
}

@media (max-width: 575px) {
    .hero-area2 .hero-cap h2 {
        font-size: 32px
    }
}

.slider-area2 .hero-cap h2 {
    color: #fff;
    font-size: 50px;
    font-weight: 800;
    text-transform: capitalize;
    line-height: 1
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider-area2 .hero-cap h2 {
        font-size: 50px
    }
}

@media (max-width: 575px) {
    .slider-area2 .hero-cap h2 {
        font-size: 27px
    }
}

.dot-style .slick-dots {
    text-align: center;
    bottom: 30px;
    left: 0;
    right: 0;
    position: absolute;
    z-index: 10;
}

.dot-style .slick-dots li {
    display: inline-block;
    margin: 0 4px
}

.dot-style .slick-dots li.slick-active button::before {
    position: absolute;
    content: "";
    height: 25px;
    width: 25px;
    border: 1px solid #fff;
    left: 50%;
    margin: 0 auto;
    text-align: center;
    top: 48%;
    transform: translateY(-48%) translateX(-48%);
    border-radius: 50%;
    line-height: 25px;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.dot-style .slick-dots button {
    text-indent: -100000px;
    height: 10px;
    width: 10px;
    border: 0;
    padding: 0;
    margin-right: 10px;
    cursor: pointer;
    border-radius: 50%;
    background: #fff
}

.dot-style .slick-dots .slick-active button {
    background: #fff;
    position: relative;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.popular-items .single-popular-items .popular-img {
    overflow: hidden;
    margin-bottom: 19px;
    position: relative
}

.popular-items .single-popular-items .popular-img img {
    width: 100%
}

.popular-items .single-popular-items .popular-img .img-cap {
    position: absolute;
    bottom: -20%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.popular-items .single-popular-items .popular-img .img-cap span {
    color: #fff !important;
    background: rgba(29, 37, 71, 0.5);
    padding: 20px 0;
    display: block;
    cursor: pointer;
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
    font-family: 'Lavish', serif
}
.img-cap span a{
    color: #fff !important;
}
.img-cap span a:hover{
    color: #ffedb6 !important;
    font-weight: 600;
}
.popular-items .single-popular-items .popular-img .favorit-items {
    position: absolute;
    top: 45%;
    right: 0;
    opacity: 0;
    visibility: hidden;
    left: 0;
    margin: 0 auto;
    transform: translateY(-45%);
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.popular-items .single-popular-items .popular-img .favorit-items span {
    color: #333333;
    font-size: 30px;
    cursor: pointer
}

.popular-items .single-popular-items .popular-caption h3 a {
    color: #444444;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 12px
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .popular-items .single-popular-items .popular-caption h3 a {
        font-size: 17px
    }
}

@media (max-width: 575px) {
    .popular-items .single-popular-items .popular-caption h3 a {
        font-size: 20px
    }
}

.popular-items .single-popular-items .popular-caption span {
    color: #444444;
    font-size: 18px;
    font-weight: 500;
    display: block
}

.popular-items .nav-tabs {
    margin-bottom: 15px;
    padding-bottom: 0px;
    position: relative;
    border: 0;
    display: flex;
    justify-content: center
}

.popular-items .nav-tabs .nav-link {
    border: 0;
    border-bottom: 2px solid transparent
}

@media (max-width: 575px) {
    .popular-items .nav-tabs .nav-link {
        padding: .5rem .6rem
    }
}

.popular-items .nav-tabs .nav-item {
    padding-bottom: 10px;
    display: block;
    color: #1b1b1b;
    text-transform: capitalize;
    font-size: 16px
}

.popular-items .nav-tabs .nav-item.show .nav-link,
.popular-items .nav-tabs .nav-link.active {
    background: none;
    border-bottom: 2px solid #ff5757;
    z-index: 5;
    position: relative
}

.popular-items .nice-select {
    background-color: #f2f2f2;
    border-radius: 30px;
    border: none;
    color: #333333;
    height: 31px;
    line-height: 31px;
    padding-right: 47px
}

.popular-items .nice-select::after {
    border-bottom: 1px solid #333333;
    border-right: 1px solid #333333;
    height: 7px;
    width: 7px;
    margin-top: -4px;
    right: 17px
}

.popular-items .nice-select .list {
    background-color: #fff;
    border-radius: 0;
    width: 100%
}

.single-popular-items:hover .popular-img .img-cap {
    bottom: 0;
    opacity: 1;
    visibility: visible
}

.single-popular-items:hover .popular-img .favorit-items {
    opacity: 1;
    visibility: visible;
    top: 50%;
    transform: translateY(-50%)
}

.new-arrival {
    padding-top: 50px;
    padding-bottom: 80px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .new-arrival {
        padding-top: 90px;
        padding-bottom: 80px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .new-arrival {
        padding-top: 17px;
        padding-bottom: 60px
    }
}

@media (max-width: 575px) {
    .new-arrival {
        padding-top: 0;
        padding-bottom: 50px
    }
}

.new-arrival.new-arrival2 {
    padding: 0
}

.new-arrival .single-new-arrival .popular-img {
    overflow: hidden;
    position: relative
}

.new-arrival .single-new-arrival .popular-img img {
    width: 100%
}

.new-arrival .single-new-arrival .popular-img .favorit-items {
    position: absolute;
    top: 20px;
    right: 20px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    transform: scale(1);
    cursor: pointer
}

.new-arrival .single-new-arrival .popular-img .favorit-items span {
    color: #333333;
    font-size: 30px;
    cursor: pointer
}

.new-arrival .single-new-arrival .popular-img .favorit-items img {
    width: 44px;
    height: 44px
}

.new-arrival .single-new-arrival .popular-caption {
    border: 1px solid #F6F8FE;
    padding: 31px 0;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.new-arrival .single-new-arrival .popular-caption h3 a {
    font-weight: 500;
    font-size: 20px;
    display: block;
    margin-bottom: 10px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    text-decoration: underline transparent;
    font-family: "Poppins", sans-serif
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .new-arrival .single-new-arrival .popular-caption h3 a {
        font-size: 17px
    }
}

@media (max-width: 575px) {
    .new-arrival .single-new-arrival .popular-caption h3 a {
        font-size: 20px
    }
}

.new-arrival .single-new-arrival .popular-caption .rating i {
    font-size: 15px;
    color: #FBBA42
}

.new-arrival .single-new-arrival .popular-caption span {
    color: #444444;
    font-size: 18px;
    font-weight: 500;
    display: block
}

.single-new-arrival:hover .popular-img .favorit-items {
    opacity: 1;
    visibility: visible;
    right: 20px;
    transform: scale(1.08)
}

.single-new-arrival:hover .popular-caption {
    -webkit-box-shadow: 0 13px 36px rgba(29, 37, 71, 0.05)
}

.single-new-arrival:hover .popular-caption h3 a {
    color: inherit;
    text-decoration: underline
}

.categories-area {
    padding-left: 40px;
    padding-right: 40px
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .categories-area {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .categories-area {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .categories-area {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .categories-area {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (max-width: 575px) {
    .categories-area {
        padding-left: 0px;
        padding-right: 0px
    }
}

.categories-area .single-cat {
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    z-index: 1
}

.categories-area .single-cat .cat-icon img {
    margin-bottom: 26px;
    display: block
}

.categories-area .single-cat .cat-cap h5 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 12px;
    display: block;
    text-transform: capitalize;
    color: #2B2B2B;
    font-family: "Poppins", sans-serif
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .categories-area .single-cat .cat-cap h5 {
        font-size: 17px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .categories-area .single-cat .cat-cap h5 {
        font-size: 17px
    }
}

@media (max-width: 575px) {
    .categories-area .single-cat .cat-cap h5 {
        font-size: 23px
    }
}

.categories-area .single-cat .cat-cap p {
    color: #57667e;
    font-size: 16px;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .categories-area .single-cat .cat-cap p {
        font-size: 15px
    }
}

.categories-area .single-cat .cat-cap a {
    color: #1c165c;
    font-size: 16px;
    font-weight: 600;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.categories-area .single-cat:hover .cat-cap h5 {
    color: #000
}

.collection {
    padding-top: 220px;
    padding-bottom: 210px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .collection {
        padding-top: 180px;
        padding-bottom: 170px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .collection {
        padding-top: 160px;
        padding-bottom: 150px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .collection {
        padding-top: 130px;
        padding-bottom: 120px
    }
}

@media (max-width: 575px) {
    .collection {
        padding-top: 90px;
        padding-bottom: 80px
    }
}

.collection .single-question h2 {
    color: #fff;
    font-size: 70px;
    margin-bottom: 21px;
    line-height: 1.2
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .collection .single-question h2 {
        font-size: 38px
    }
}

@media (max-width: 575px) {
    .collection .single-question h2 {
        font-size: 26px
    }
}

.popular-product .single-product {
    position: relative
}

.popular-product .single-product .location-img {
    overflow: hidden;
    position: relative;
    z-index: 0
}

.popular-product .single-product .location-img img {
    width: 100%;
    transform: scale(1);
    transition: all .5s ease-out 0s
}

.popular-product .single-product .location-details {
    position: absolute;
    left: 45px;
    bottom: 53px;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .popular-product .single-product .location-details {
        left: 32px;
        bottom: 30px
    }
}

@media (max-width: 575px) {
    .popular-product .single-product .location-details {
        left: 19px;
        bottom: 20px
    }
}

.popular-product .single-product .location-details p {
    color: #fff;
    font-size: 34px;
    font-weight: 400;
    display: block;
    line-height: 44px;
    margin-bottom: 25px
}

@media (max-width: 575px) {
    .popular-product .single-product .location-details p {
        font-size: 18px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .popular-product .single-product .location-details p {
        font-size: 29px;
        line-height: 35px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .popular-product .single-product .location-details p {
        font-size: 19px;
        line-height: 25px;
        margin-bottom: 13px
    }
}

@media (max-width: 575px) {
    .popular-product .single-product .location-details p {
        font-size: 19px;
        line-height: 25px;
        margin-bottom: 13px
    }
}

.single-product:hover .location-img img {
    transform: scale(1.1)
}

/* New Footer Style */
.footer-area {
    /*background-image: url('../img/gallery/footer.png');*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 80px;
    padding-bottom: 50px;
    position: relative;
}

.footer-area::before {
    content: none;
}

.footer-area .container-fluid {
    position: relative;
    z-index: 2;
}

.footer-logo img {
    max-width: 250px;
    margin-bottom: 25px;
}

.footer-pera p {
    color: #111111;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 30px;
}

.footer-tittle h4 {
    color: #111111;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Lavish', serif;
    margin-bottom: 35px;
    position: relative;
    display: inline-block;
}

.footer-tittle h4::after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 60px;
    height: 12px;
    background-image: url('../img/icon/separator.png');
    /* Need to find or create this */
    background-size: contain;
    background-repeat: no-repeat;
}

/* Fallback separator if image not found */
.footer-tittle h4::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 50px;
    height: 2px;
    background: #c3ae88;
}

.footer-tittle ul li {
    margin-bottom: 12px;
}

.footer-tittle ul li a {
    color: #111111;
    font-size: 15px;
    transition: 0.3s;
    text-decoration: none;
}

.footer-tittle ul li a:hover {
    color: #cc3333;
    padding-left: 5px;
}

/* Newsletter Section */
.footer-newsletter-title {
    font-size: 18px;
    font-weight: 400;
    font-family: 'Lavish', serif;
    color: #111111;
    margin-bottom: 20px;
}

.newsletter-form {
    position: relative;
    max-width: 350px;
}

.newsletter-form input {
    width: 100%;
    height: 50px;
    padding: 0 50px 0 20px;
    border: none;
    border-radius: 4px;
    background: #fff;
    font-size: 14px;
    color: #777;
}

.newsletter-form button {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    background: #fff;
    border: none;
    color: #e08418;
    font-size: 18px;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
}

/* Connect With Us */
.footer-contact-info {
    margin-top: 30px;
}

.footer-contact-info p {
    color: #111111;
    font-size: 15px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.footer-contact-info p i {
    color: #111111;
    margin-right: 15px;
    font-size: 18px;
}

/* Bottom Area */
.footer-bottom-area {
    background: #fff;
    padding: 20px 0;
    border-top: 1px solid #eee;
}

.footer-copy-right p {
    color: #111111;
    font-size: 14px;
    margin: 0;
}

.footer-social-bottom a {
    color: #ffffff !important;
    margin: 0 10px;
    font-size: 14px;
    transition: 0.3s;
}

.footer-social-bottom a.border-radius-circle {
    width: 48px;
    height: 48px;
    padding: 0 !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50% !important;
    line-height: 1;
    flex: 0 0 48px;
}

.footer-social-bottom a.border-radius-circle i {
    font-size: 18px;
    line-height: 1;
}

.footer-social-bottom a:hover {
    color: white !important;
}

.designed-by {
    font-size: 14px;
    color: #6e6e6e;
}

.designed-by a {
    font-size: 14px !important;
    color: #6e6e6e !important;
}

.designed-by img {
    height: 30px;
    margin-left: 5px;
}

.pagination-area {
    padding-top: 50px
}

.pagination-area .page-item {
    margin: 0
}

.pagination-area .page-item:first-child {
    margin: 0
}

.pagination-area .page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0%;
    border-bottom-left-radius: 0%
}

.pagination-area .page-item:last-child .page-link {
    border-top-right-radius: 0%;
    border-bottom-right-radius: 0%
}

.pagination-area .page-item.active .page-link {
    z-index: 1;
    border: 0;
    position: relative;
    box-shadow: none;
    outline: 0;
    color: #fff;
    background: #3B4855
}

.pagination-area .page-link {
    border: 0;
    font-size: 15px;
    text-align: center;
    background: none;
    box-shadow: none;
    outline: 0;
    color: #727272;
    padding: 16px 18px;
    background: #fff;
    margin: 0 7px;
    border-radius: 0%;
    border: 1px solid #f0f0f0
}

@media (max-width: 575px) {
    .pagination-area .page-link {
        margin: 0 4px;
        padding: 8px 11px
    }
}

.pagination-area .page-link:hover {
    color: #fff;
    background: #3B4855;
    border: 1px solid transparent
}

.page-notification {
    background: #EFF5F8;
    padding: 13px 0;
    margin-bottom: 95px
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .page-notification {
        margin-bottom: 50px;
        margin-top: 9px
    }
}

@media (max-width: 575px) {
    .page-notification {
        margin-bottom: 30px;
        margin-top: 9px
    }
}

.page-notification.page-notification2 {
    margin-bottom: 0
}

.breadcrumb {
    background: none;
    padding: 0;
    margin: 0
}

.breadcrumb a {
    color: #949EA5;
    font-size: 15px;
    text-transform: capitalize;
    line-height: 1;
    font-weight: 400
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    color: #949EA5;
    content: ">";
    font-size: 17px;
    line-height: 1;
    padding: 0 4px;
    padding-right: 8px
}

.category-area {
    padding-bottom: 120px
}

@media (max-width: 575px) {
    .category-area {
        padding-bottom: 70px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .category-area {
        padding-bottom: 70px
    }
}

.category-area .count span {
    color: #001d38;
    font-size: 18px
}

@media (max-width: 575px) {
    .category-area .count span {
        margin-bottom: 30px
    }
}

.category-listing .single-listing .input-form input {
    width: 100%;
    height: 45px;
    background: #fff;
    color: #777777;
    font-size: 18px;
    font-weight: 400;
    padding: 9px 33px 9px 18px;
    border: 1px solid #ededed;
    border-radius: 5px;
    position: relative;
    margin-bottom: 20px
}

.category-listing .single-listing .select-job-items1 .nice-select,
.category-listing .single-listing .select-job-items2 .nice-select {
    width: 100%;
    height: 45px;
    background: #fff;
    border-radius: 5px;
    padding: 11px 19px 11px 18px;
    color: #616875;
    line-height: 20px;
    border: 1px solid #ededed;
    margin-bottom: 20px
}

@media (max-width: 575px) {

    .category-listing .single-listing .select-job-items1 .nice-select,
    .category-listing .single-listing .select-job-items2 .nice-select {
        padding-left: 25px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

    .category-listing .single-listing .select-job-items1 .nice-select,
    .category-listing .single-listing .select-job-items2 .nice-select {
        padding-left: 25px
    }
}

.category-listing .single-listing .select-job-items1 .nice-select .list,
.category-listing .single-listing .select-job-items2 .nice-select .list {
    width: 100%
}

.category-listing .single-listing .select-job-items1 .nice-select.open .list,
.category-listing .single-listing .select-job-items2 .nice-select.open .list {
    width: 100%;
    border-radius: 0;
    border: 0
}

.category-listing .single-listing .select-job-items1 .nice-select::after,
.category-listing .single-listing .select-job-items2 .nice-select::after {
    border-bottom: 1px solid #a9b6cd;
    border-right: 1px solid #a9b6cd;
    height: 12px;
    width: 12px;
    margin-top: -9px;
    right: 29px
}

.category-listing .single-listing .select-Categories .container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #666666;
    font-size: 16px
}

@media (max-width: 575px) {
    .category-listing .single-listing .select-Categories .container {
        font-size: 14px
    }
}

.category-listing .single-listing .select-Categories .container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.category-listing .single-listing .select-Categories .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 24px;
    width: 24px;
    border: 1px solid #ddd
}

.category-listing .single-listing .select-Categories .container input:checked~.checkmark {
    background-color: #e08418;
    border: 2px solid transparent
}

.category-listing .single-listing .select-Categories .checkmark:after {
    content: "";
    position: absolute;
    display: none
}

.category-listing .single-listing .select-Categories .container input:checked~.checkmark:after {
    display: block
}

.category-listing .single-listing .select-Categories .container .checkmark::after {
    left: 8px;
    top: 1px;
    width: 6px;
    height: 14px;
    border: solid white;
    border-width: 0px 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.range_item p {
    margin-bottom: 0
}

.price_value input {
    border: 0px;
    text-align: center;
    max-width: 50px;
    background-color: transparent
}

.price_value {
    align-items: center
}

.irs-to,
.irs-from,
.irs-max,
.irs-min {
    display: none
}

.price_rangs_aside .l_w_title h3 {
    line-height: 20px;
    margin-bottom: 0px
}

.irs-bar {
    height: 2px;
    top: 33px;
    border-top: 1px solid #ff3368;
    border-bottom: 1px solid #ff3368;
    background: #ff3368;
    background: linear-gradient(to top, #ff3368 0%, #ff3368 100%)
}

.irs-line {
    height: 2px;
    top: 33px;
    background: linear-gradient(to bottom, #ffeaef -50%, #ffeaef 150%);
    border: 1px solid #ffeaef;
    border-radius: 16px;
    -moz-border-radius: 16px
}

.irs-slider {
    height: 15px;
    width: 15px;
    border: 1px solid #ff3368;
    background-color: #ff3368;
    background: #fff;
    top: 26px;
    box-shadow: none;
    border-radius: 4px
}

@media (max-width: 991px) {
    .product_bar_item {
        width: 100% !important
    }
}

@media (max-width: 991px) {
    .product_top_bar {
        margin-top: 70px
    }

    .product_top_bar h2 {
        font-size: 25px
    }

    .product_bar_single {
        margin-left: 0;
        margin-right: 5px
    }

    .product_bar_single .nice-select {
        padding-left: 15px;
        padding-right: 35px
    }
}

.gallery-img img {
    width: 100%;
    margin-bottom: 30px
}

.map img {
    width: 100%
}

.form-wrapper input {
    border: 1px solid #eaeaea;
    height: 50px;
    width: 100%;
    padding: 10px 25px;
    padding-right: 30px;
    color: #a3a3a3;
    font-weight: 300;
    text-transform: capitalize;
    border-radius: 0px
}

.form-wrapper input .list {
    width: 100%;
    border-radius: 0
}

.form-wrapper .nice-select {
    border: 1px solid #eaeaea;
    height: 50px;
    width: 100%;
    color: #a3a3a3;
    font-weight: 500;
    text-transform: capitalize;
    padding-top: 10px;
    border-radius: 0px
}

.form-wrapper .nice-select::after {
    border-bottom: 2px solid #a3a3a3;
    border-right: 2px solid #a3a3a3;
    height: 7px;
    right: 41px;
    width: 7px
}

.form-wrapper .nice-select.open .list {
    width: 100%;
    border-radius: 0
}

.form-wrapper .nice-select .option {
    color: #a3a3a3
}

.form-wrapper textarea {
    color: #a3a3a3;
    border: 1px solid #eaeaea;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: capitalize;
    height: 180px;
    width: 100%;
    padding: 30px 50px;
    border-radius: 0px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .form-wrapper textarea {
        padding: 30px 42px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .form-wrapper textarea {
        padding: 30px 42px
    }
}

@media (max-width: 575px) {
    .form-wrapper textarea {
        padding: 30px 42px
    }
}

.form-wrapper textarea::placeholder {
    color: #898faf;
    font-size: 16px;
    font-weight: 300;
    transition: .4s
}

.details-cap .icon {
    padding-right: 20px
}

.details-cap .properties__caption h3 {
    color: #ffff;
    font-size: 18px
}

.details-cap .properties__caption h3 a:hover {
    color: ffff
}

.details-cap .properties__caption p {
    color: #fff
}

@media (max-width: 575px) {
    .double-btn {
        float: left
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .double-btn {
        float: left
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .double-btn {
        float: left
    }
}

.home-blog-area {
    background: #f8fcff
}

.home-blog-area .home-blog-single {
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.home-blog-area .home-blog-single .blog-img-cap .blog-img {
    overflow: hidden;
    position: relative
}

.home-blog-area .home-blog-single .blog-img-cap .blog-img img {
    width: 100%;
    -webkit-transform: scale 1;
    -moz-transform: scale 1;
    -ms-transform: scale 1;
    transform: scale 1;
    transition: all 0.3s ease-out 0s
}

.home-blog-area .home-blog-single .blog-img-cap .blog-cap {
    background: #fff;
    padding: 32px 29px 19px 33px;
    border: 1px solid #f7f7f7;
    border-top: 0;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .home-blog-area .home-blog-single .blog-img-cap .blog-cap {
        padding: 37px 23px 37px 45px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .home-blog-area .home-blog-single .blog-img-cap .blog-cap {
        padding: 19px 8px 17px 18px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .home-blog-area .home-blog-single .blog-img-cap .blog-cap {
        padding: 19px 8px 17px 18px
    }
}

@media (max-width: 575px) {
    .home-blog-area .home-blog-single .blog-img-cap .blog-cap {
        padding: 19px 8px 17px 18px
    }
}

.home-blog-area .home-blog-single .blog-img-cap .blog-cap p {
    color: #707b8e
}

.home-blog-area .home-blog-single .blog-img-cap .blog-cap h3 a {
    color: #191d34;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 19px;
    display: block;
    text-transform: capitalize
}

.home-blog-area .home-blog-single .blog-img-cap .blog-cap h3 a:hover {
    color: #e08418
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .home-blog-area .home-blog-single .blog-img-cap .blog-cap h3 a {
        font-size: 20px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .home-blog-area .home-blog-single .blog-img-cap .blog-cap h3 a {
        font-size: 23px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .home-blog-area .home-blog-single .blog-img-cap .blog-cap h3 a {
        font-size: 19px
    }
}

@media (max-width: 575px) {
    .home-blog-area .home-blog-single .blog-img-cap .blog-cap h3 a {
        font-size: 19px
    }
}

.home-blog-area .home-blog-single .blog-img-cap .blog-cap .more-btn {
    color: #3a3a3a;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Lavish', serif;
    color: #3a3a3a
}

.home-blog-area .home-blog-single .blog-img-cap .blog-cap .more-btn:hover {
    color: #014b85
}

.home-blog-single:hover .blog-img-cap .blog-img img {
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04)
}

.home-blog-single:hover .blog-img-cap .blog-cap {
    border-top: 0
}

.latest-blog-area .area-heading {
    margin-bottom: 70px
}

.blog_area a {
    font-family: 'Lavish', serif !important;
    text-decoration: none;
    transition: .4s
}

.blog_area a:hover,
.blog_area a :hover {
    background: -webkit-linear-gradient(131deg, #e08418 0%, #e08418 99%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-decoration: none;
    transition: .4s
}

.single-blog {
    overflow: hidden;
    margin-bottom: 30px
}

.single-blog:hover {
    box-shadow: 0px 10px 20px 0px rgba(42, 34, 123, 0.1)
}

.single-blog .thumb {
    overflow: hidden;
    position: relative
}

.single-blog .thumb:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.single-blog h4 {
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 34px;
    margin-bottom: 25px
}

.single-blog a {
    font-size: 20px;
    font-weight: 600
}

.single-blog .date {
    color: #666666;
    text-align: left;
    display: inline-block;
    font-size: 13px;
    font-weight: 300
}

.single-blog .tag {
    text-align: left;
    display: inline-block;
    float: left;
    font-size: 13px;
    font-weight: 300;
    margin-right: 22px;
    position: relative
}

.single-blog .tag:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 10px;
    background: #acacac;
    right: -12px;
    top: 7px
}

@media (max-width: 1199px) {
    .single-blog .tag {
        margin-right: 8px
    }

    .single-blog .tag:after {
        display: none
    }
}

.single-blog .likes {
    margin-right: 16px
}

@media (max-width: 800px) {
    .single-blog {
        margin-bottom: 30px
    }
}

.single-blog .single-blog-content {
    padding: 30px
}

.single-blog .single-blog-content .meta-bottom p {
    font-size: 13px;
    font-weight: 300
}

.single-blog .single-blog-content .meta-bottom i {
    color: #fdcb9e;
    font-size: 13px;
    margin-right: 7px
}

@media (max-width: 1199px) {
    .single-blog .single-blog-content {
        padding: 15px
    }
}

.single-blog:hover .thumb:after {
    opacity: .7;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

@media (max-width: 1199px) {
    .single-blog h4 {
        transition: all 300ms linear 0s;
        border-bottom: 1px solid #dfdfdf;
        padding-bottom: 14px;
        margin-bottom: 12px
    }

    .single-blog h4 a {
        font-size: 18px
    }
}

.full_image.single-blog {
    position: relative
}

.full_image.single-blog .single-blog-content {
    position: absolute;
    left: 35px;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

@media (min-width: 992px) {
    .full_image.single-blog .single-blog-content {
        bottom: 100px
    }
}

.full_image.single-blog h4 {
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border-bottom: none;
    padding-bottom: 5px
}

.full_image.single-blog a {
    font-size: 20px;
    font-weight: 600
}

.full_image.single-blog .date {
    color: #fff
}

.full_image.single-blog:hover .single-blog-content {
    opacity: 1;
    visibility: visible;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.l_blog_item .l_blog_text .date {
    margin-top: 24px;
    margin-bottom: 15px
}

.l_blog_item .l_blog_text .date a {
    font-size: 12px
}

.l_blog_item .l_blog_text h4 {
    font-size: 18px;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 0px;
    padding-bottom: 20px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.l_blog_item .l_blog_text p {
    margin-bottom: 0px;
    padding-top: 20px
}

.causes_slider .owl-dots {
    text-align: center;
    margin-top: 80px
}

.causes_slider .owl-dots .owl-dot {
    height: 14px;
    width: 14px;
    background: #eeeeee;
    display: inline-block;
    margin-right: 7px
}

.causes_slider .owl-dots .owl-dot:last-child {
    margin-right: 0px
}

.causes_item {
    background: #fff
}

.causes_item .causes_img {
    position: relative
}

.causes_item .causes_img .c_parcent {
    position: absolute;
    bottom: 0px;
    width: 100%;
    left: 0px;
    height: 3px;
    background: rgba(255, 255, 255, 0.5)
}

.causes_item .causes_img .c_parcent span {
    width: 70%;
    height: 3px;
    position: absolute;
    left: 0px;
    bottom: 0px
}

.causes_item .causes_img .c_parcent span:before {
    content: "75%";
    position: absolute;
    right: -10px;
    bottom: 0px;
    color: #fff;
    padding: 0px 5px
}

.causes_item .causes_text {
    padding: 30px 35px 40px 30px
}

.causes_item .causes_text h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    cursor: pointer
}

.causes_item .causes_text p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 0px
}

.causes_item .causes_bottom a {
    width: 50%;
    border: 1px solid;
    text-align: center;
    float: left;
    line-height: 50px;
    color: #fff;
    font-size: 14px;
    font-weight: 500
}

.causes_item .causes_bottom a+a {
    border-color: #eeeeee;
    background: #fff;
    font-size: 14px
}

.latest_blog_area {
    background: #f9f9ff
}

.single-recent-blog-post {
    margin-bottom: 30px
}

.single-recent-blog-post .thumb {
    overflow: hidden
}

.single-recent-blog-post .thumb img {
    transition: all 0.7s linear
}

.single-recent-blog-post .details {
    padding-top: 30px
}

.single-recent-blog-post .details .sec_h4 {
    line-height: 24px;
    padding: 10px 0px 13px;
    transition: all 0.3s linear
}

.single-recent-blog-post .date {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400
}

.single-recent-blog-post:hover img {
    transform: scale(1.23) rotate(10deg)
}

.tags .tag_btn {
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    border: 1px solid #eeeeee;
    display: inline-block;
    padding: 1px 18px;
    text-align: center
}

.tags .tag_btn+.tag_btn {
    margin-left: 2px
}

.blog_categorie_area {
    padding-top: 30px;
    padding-bottom: 30px
}

@media (min-width: 900px) {
    .blog_categorie_area {
        padding-top: 80px;
        padding-bottom: 80px
    }
}

@media (min-width: 1100px) {
    .blog_categorie_area {
        padding-top: 120px;
        padding-bottom: 120px
    }
}

.categories_post {
    position: relative;
    text-align: center;
    cursor: pointer
}

.categories_post img {
    max-width: 100%
}

.categories_post .categories_details {
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    background: rgba(34, 34, 34, 0.75);
    color: #fff;
    transition: all 0.3s linear;
    display: flex;
    align-items: center;
    justify-content: center
}

.categories_post .categories_details h5 {
    margin-bottom: 0px;
    font-size: 18px;
    line-height: 26px;
    text-transform: uppercase;
    color: #fff;
    position: relative
}

.categories_post .categories_details p {
    font-weight: 300;
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 0px
}

.categories_post .categories_details .border_line {
    margin: 10px 0px;
    background: #fff;
    width: 100%;
    height: 1px
}

.categories_post:hover .categories_details {
    background: rgba(222, 99, 32, 0.85)
}

.blog_item {
    margin-bottom: 50px
}

.blog_details {
    padding: 30px 0 20px 10px;
    box-shadow: 0px 10px 20px 0px rgba(221, 221, 221, 0.3)
}

@media (min-width: 768px) {
    .blog_details {
        padding: 60px 30px 35px 35px
    }
}

.blog_details p {
    margin-bottom: 30px
}

.blog_details a {
    color: #080808
}

.blog_details a:hover {
    color: #e08418
}

.blog_details h2 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px
}

@media (min-width: 768px) {
    .blog_details h2 {
        font-size: 24px;
        margin-bottom: 15px
    }
}

.blog-info-link li {
    float: left;
    font-size: 14px
}

.blog-info-link li a {
    color: #999999
}

.blog-info-link li i,
.blog-info-link li span {
    font-size: 13px;
    margin-right: 5px
}

.blog-info-link li::after {
    content: "|";
    padding-left: 10px;
    padding-right: 10px
}

.blog-info-link li:last-child::after {
    display: none
}

.blog-info-link::after {
    content: "";
    display: block;
    clear: both;
    display: table
}

.blog_item_img {
    position: relative
}

.blog_item_img .blog_item_date {
    position: absolute;
    bottom: -10px;
    left: 10px;
    display: block;
    color: #fff;
    background-color: #e08418;
    padding: 8px 15px;
    border-radius: 5px
}

@media (min-width: 768px) {
    .blog_item_img .blog_item_date {
        bottom: -20px;
        left: 40px;
        padding: 13px 30px
    }
}

.blog_item_img .blog_item_date h3 {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0;
    line-height: 1.2
}

@media (min-width: 768px) {
    .blog_item_img .blog_item_date h3 {
        font-size: 30px
    }
}

.blog_item_img .blog_item_date p {
    font-size: 18px;
    margin-bottom: 0;
    color: #fff
}

@media (min-width: 768px) {
    .blog_item_img .blog_item_date p {
        font-size: 18px
    }
}

.blog_right_sidebar .widget_title {
    font-size: 20px;
    margin-bottom: 40px
}

.blog_right_sidebar .widget_title::after {
    content: "";
    display: block;
    padding-top: 15px;
    border-bottom: 1px solid #f0e9ff
}

.blog_right_sidebar .single_sidebar_widget {
    background: #fbf9ff;
    padding: 30px;
    margin-bottom: 30px
}

.blog_right_sidebar .single_sidebar_widget .btn_1 {
    margin-top: 0px
}

.blog_right_sidebar .search_widget .form-control {
    height: 50px;
    border-color: #f0e9ff;
    font-size: 13px;
    color: #999999;
    padding-left: 20px;
    border-radius: 0;
    border-right: 0
}

.blog_right_sidebar .search_widget .form-control::placeholder {
    color: #999999
}

.blog_right_sidebar .search_widget .form-control:focus {
    border-color: #f0e9ff;
    outline: 0;
    box-shadow: none
}

.blog_right_sidebar .search_widget .input-group button {
    background: #e08418;
    border-left: 0;
    border: 1px solid #f0e9ff;
    padding: 4px 15px;
    border-left: 0;
    cursor: pointer
}

.blog_right_sidebar .search_widget .input-group button i {
    color: #fff
}

.blog_right_sidebar .search_widget .input-group button span {
    font-size: 14px;
    color: #999999
}

.blog_right_sidebar .newsletter_widget .form-control {
    height: 50px;
    border-color: #f0e9ff;
    font-size: 13px;
    color: #999999;
    padding-left: 20px;
    border-radius: 0
}

.blog_right_sidebar .newsletter_widget .form-control::placeholder {
    color: #999999
}

.blog_right_sidebar .newsletter_widget .form-control:focus {
    border-color: #f0e9ff;
    outline: 0;
    box-shadow: none
}

.blog_right_sidebar .newsletter_widget .input-group button {
    background: #fff;
    border-left: 0;
    border: 1px solid #f0e9ff;
    padding: 4px 15px;
    border-left: 0
}

.blog_right_sidebar .newsletter_widget .input-group button i,
.blog_right_sidebar .newsletter_widget .input-group button span {
    font-size: 14px;
    color: #fff
}

.blog_right_sidebar .post_category_widget .cat-list li {
    border-bottom: 1px solid #f0e9ff;
    transition: all 0.3s ease 0s;
    padding-bottom: 12px
}

.blog_right_sidebar .post_category_widget .cat-list li:last-child {
    border-bottom: 0
}

.blog_right_sidebar .post_category_widget .cat-list li a {
    font-size: 14px;
    line-height: 20px;
    color: #888888
}

.blog_right_sidebar .post_category_widget .cat-list li a p {
    margin-bottom: 0px
}

.blog_right_sidebar .post_category_widget .cat-list li+li {
    padding-top: 15px
}

.blog_right_sidebar .popular_post_widget .post_item .media-body {
    justify-content: center;
    align-self: center;
    padding-left: 20px
}

.blog_right_sidebar .popular_post_widget .post_item .media-body h3 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 6px;
    transition: all 0.3s linear
}

.blog_right_sidebar .popular_post_widget .post_item .media-body a:hover {
    color: #fff
}

.blog_right_sidebar .popular_post_widget .post_item .media-body p {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 0px
}

.blog_right_sidebar .popular_post_widget .post_item+.post_item {
    margin-top: 20px
}

.blog_right_sidebar .tag_cloud_widget ul li {
    display: inline-block
}

.blog_right_sidebar .tag_cloud_widget ul li a {
    display: inline-block;
    border: 1px solid #eeeeee;
    background: #fff;
    padding: 4px 20px;
    margin-bottom: 8px;
    margin-right: 3px;
    transition: all 0.3s ease 0s;
    color: #888888;
    font-size: 13px
}

.blog_right_sidebar .tag_cloud_widget ul li a:hover {
    background: #e08418;
    color: #fff !important;
    -webkit-text-fill-color: #fff;
    text-decoration: none;
    -webkit-transition: 0.5s;
    transition: 0.5s
}

.blog_right_sidebar .instagram_feeds .instagram_row {
    display: flex;
    margin-right: -6px;
    margin-left: -6px
}

.blog_right_sidebar .instagram_feeds .instagram_row li {
    width: 33.33%;
    float: left;
    padding-right: 6px;
    padding-left: 6px;
    margin-bottom: 15px
}

.blog_right_sidebar .br {
    width: 100%;
    height: 1px;
    background: #eee;
    margin: 30px 0px
}

.blog-pagination {
    margin-top: 80px
}

.blog-pagination .page-link {
    font-size: 14px;
    position: relative;
    display: block;
    padding: 0;
    text-align: center;
    margin-left: -1px;
    line-height: 45px;
    width: 45px;
    height: 45px;
    border-radius: 0 !important;
    color: #8a8a8a;
    border: 1px solid #f0e9ff;
    margin-right: 10px
}

.blog-pagination .page-link i,
.blog-pagination .page-link span {
    font-size: 13px
}

.blog-pagination .page-item.active .page-link {
    background-color: #fbf9ff;
    border-color: #f0e9ff;
    color: #888888
}

.blog-pagination .page-item:last-child .page-link {
    margin-right: 0
}

.single-post-area .blog_details {
    box-shadow: none;
    padding: 0
}

.single-post-area .social-links {
    padding-top: 10px
}

.single-post-area .social-links li {
    display: inline-block;
    margin-bottom: 10px
}

.single-post-area .social-links li a {
    color: #cccccc;
    padding: 7px;
    font-size: 14px;
    transition: all 0.2s linear
}

.single-post-area .blog_details {
    padding-top: 26px
}

.single-post-area .blog_details p {
    margin-bottom: 20px;
    font-size: 15px
}

.single-post-area .quote-wrapper {
    background: rgba(130, 139, 178, 0.1);
    padding: 15px;
    line-height: 1.733;
    color: #888888;
    font-style: italic;
    margin-top: 25px;
    margin-bottom: 25px
}

@media (min-width: 768px) {
    .single-post-area .quote-wrapper {
        padding: 30px
    }
}

.single-post-area .quotes {
    background: #fff;
    padding: 15px 15px 15px 20px;
    border-left: 2px solid
}

@media (min-width: 768px) {
    .single-post-area .quotes {
        padding: 25px 25px 25px 30px
    }
}

.single-post-area .arrow {
    position: absolute
}

.single-post-area .arrow .lnr {
    font-size: 20px;
    font-weight: 600
}

.single-post-area .thumb .overlay-bg {
    background: rgba(0, 0, 0, 0.8)
}

.single-post-area .navigation-top {
    padding-top: 15px;
    border-top: 1px solid #f0e9ff
}

.single-post-area .navigation-top p {
    margin-bottom: 0
}

.single-post-area .navigation-top .like-info {
    font-size: 14px
}

.single-post-area .navigation-top .like-info i,
.single-post-area .navigation-top .like-info span {
    font-size: 16px;
    margin-right: 5px
}

.single-post-area .navigation-top .comment-count {
    font-size: 14px
}

.single-post-area .navigation-top .comment-count i,
.single-post-area .navigation-top .comment-count span {
    font-size: 16px;
    margin-right: 5px
}

.single-post-area .navigation-top .social-icons li {
    display: inline-block;
    margin-right: 15px
}

.single-post-area .navigation-top .social-icons li:last-child {
    margin: 0
}

.single-post-area .navigation-top .social-icons li i,
.single-post-area .navigation-top .social-icons li span {
    font-size: 14px;
    color: #999999
}

.single-post-area .blog-author {
    padding: 40px 30px;
    background: #fbf9ff;
    margin-top: 50px
}

@media (max-width: 600px) {
    .single-post-area .blog-author {
        padding: 20px 8px
    }
}

.single-post-area .blog-author img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin-right: 30px
}

@media (max-width: 600px) {
    .single-post-area .blog-author img {
        margin-right: 15px;
        width: 45px;
        height: 45px
    }
}

.single-post-area .blog-author a {
    display: inline-block
}

.single-post-area .blog-author a:hover {
    color: #e08418
}

.single-post-area .blog-author p {
    margin-bottom: 0;
    font-size: 15px
}

.single-post-area .blog-author h4 {
    font-size: 16px
}

.single-post-area .navigation-area {
    border-bottom: 1px solid #eee;
    padding-bottom: 30px;
    margin-top: 55px
}

.single-post-area .navigation-area p {
    margin-bottom: 0px
}

.single-post-area .navigation-area h4 {
    font-size: 18px;
    line-height: 25px
}

.single-post-area .navigation-area .nav-left {
    text-align: left
}

.single-post-area .navigation-area .nav-left .thumb {
    margin-right: 20px;
    background: #000
}

.single-post-area .navigation-area .nav-left .thumb img {
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.single-post-area .navigation-area .nav-left .lnr {
    margin-left: 20px;
    opacity: 0;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.single-post-area .navigation-area .nav-left:hover .lnr {
    opacity: 1
}

.single-post-area .navigation-area .nav-left:hover .thumb img {
    opacity: .5
}

@media (max-width: 767px) {
    .single-post-area .navigation-area .nav-left {
        margin-bottom: 30px
    }
}

.single-post-area .navigation-area .nav-right {
    text-align: right
}

.single-post-area .navigation-area .nav-right .thumb {
    margin-left: 20px;
    background: #000
}

.single-post-area .navigation-area .nav-right .thumb img {
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.single-post-area .navigation-area .nav-right .lnr {
    margin-right: 20px;
    opacity: 0;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.single-post-area .navigation-area .nav-right:hover .lnr {
    opacity: 1
}

.single-post-area .navigation-area .nav-right:hover .thumb img {
    opacity: .5
}

@media (max-width: 991px) {
    .single-post-area .sidebar-widgets {
        padding-bottom: 0px
    }
}

.comments-area {
    background: transparent;
    border-top: 1px solid #eee;
    padding: 45px 0;
    margin-top: 50px
}

@media (max-width: 414px) {
    .comments-area {
        padding: 50px 8px
    }
}

.comments-area h4 {
    margin-bottom: 35px;
    font-size: 18px
}

.comments-area h5 {
    font-size: 16px;
    margin-bottom: 0px
}

.comments-area .comment-list {
    padding-bottom: 48px
}

.comments-area .comment-list:last-child {
    padding-bottom: 0px
}

.comments-area .comment-list.left-padding {
    padding-left: 25px
}

@media (max-width: 413px) {
    .comments-area .comment-list .single-comment h5 {
        font-size: 12px
    }

    .comments-area .comment-list .single-comment .date {
        font-size: 11px
    }

    .comments-area .comment-list .single-comment .comment {
        font-size: 10px
    }
}

.comments-area .thumb {
    margin-right: 20px
}

.comments-area .thumb img {
    width: 70px;
    border-radius: 50%
}

.comments-area .date {
    font-size: 14px;
    color: #999999;
    margin-bottom: 0;
    margin-left: 20px
}

.comments-area .comment {
    margin-bottom: 10px;
    color: #777777;
    font-size: 15px
}

.comments-area .btn-reply {
    background-color: transparent;
    color: #888888;
    padding: 5px 18px;
    font-size: 14px;
    display: block;
    font-weight: 400
}

.comment-form {
    border-top: 1px solid #eee;
    padding-top: 45px;
    margin-top: 50px;
    margin-bottom: 20px
}

.comment-form .form-group {
    margin-bottom: 30px
}

.comment-form h4 {
    margin-bottom: 40px;
    font-size: 18px;
    line-height: 22px
}

.comment-form .name {
    padding-left: 0px
}

@media (max-width: 767px) {
    .comment-form .name {
        padding-right: 0px;
        margin-bottom: 1rem
    }
}

.comment-form .email {
    padding-right: 0px
}

@media (max-width: 991px) {
    .comment-form .email {
        padding-left: 0px
    }
}

.comment-form .form-control {
    border: 1px solid #f0e9ff;
    border-radius: 5px;
    height: 48px;
    padding-left: 18px;
    font-size: 13px;
    background: transparent
}

.comment-form .form-control:focus {
    outline: 0;
    box-shadow: none
}

.comment-form .form-control::placeholder {
    font-weight: 300;
    color: #999999
}

.comment-form .form-control::placeholder {
    color: #777777
}

.comment-form textarea {
    padding-top: 18px;
    border-radius: 12px;
    height: 100% !important
}

.comment-form ::-webkit-input-placeholder {
    font-size: 13px;
    color: #777
}

.comment-form ::-moz-placeholder {
    font-size: 13px;
    color: #777
}

.comment-form :-ms-input-placeholder {
    font-size: 13px;
    color: #777
}

.comment-form :-moz-placeholder {
    font-size: 13px;
    color: #777
}

.dropdown .dropdown-menu {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.contact-info {
    margin-bottom: 25px
}

.contact-info__icon {
    margin-right: 20px
}

.contact-info__icon i,
.contact-info__icon span {
    color: #8f9195;
    font-size: 27px
}

.contact-info .media-body h3 {
    font-size: 16px;
    margin-bottom: 0;
    font-size: 16px;
    color: #2a2a2a
}

.contact-info .media-body h3 a:hover {
    color: #1f2b7b
}

.contact-info .media-body p {
    color: #8a8a8a
}

.contact-title {
    font-size: 27px;
    font-weight: 600;
    margin-bottom: 20px
}

.form-contact label {
    font-size: 14px
}

.form-contact .form-group {
    margin-bottom: 30px
}

.form-contact .form-control {
    border: 1px solid #e5e6e9;
    border-radius: 0px;
    height: 48px;
    padding-left: 18px;
    font-size: 13px;
    background: transparent
}

.form-contact .form-control:focus {
    outline: 0;
    box-shadow: none
}

.form-contact .form-control::placeholder {
    font-weight: 300;
    color: #999999
}

.form-contact textarea {
    border-radius: 0px;
    height: 100% !important
}

.modal-message .modal-dialog {
    position: absolute;
    top: 36%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%) !important;
    margin: 0px;
    max-width: 500px;
    width: 100%
}

.modal-message .modal-dialog .modal-content .modal-header {
    text-align: center;
    display: block;
    border-bottom: none;
    padding-top: 50px;
    padding-bottom: 50px
}

.modal-message .modal-dialog .modal-content .modal-header .close {
    position: absolute;
    right: -15px;
    top: -15px;
    padding: 0px;
    color: #fff;
    opacity: 1;
    cursor: pointer
}

.modal-message .modal-dialog .modal-content .modal-header h2 {
    display: block;
    text-align: center;
    padding-bottom: 10px
}

.modal-message .modal-dialog .modal-content .modal-header p {
    display: block
}

.contact-section {
    padding: 130px 0 100px
}

@media (max-width: 991px) {
    .contact-section {
        padding: 70px 0 40px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .contact-section {
        padding: 80px 0 50px
    }
}

.contact-section .btn_2 {
    background-color: #191d34;
    padding: 18px 60px;
    border-radius: 50px;
    margin-top: 0
}

.contact-section .btn_2:hover {
    background-color: #1f2b7b
}

.breadcam_bg {
    background-image: url(../img/banner/bradcam.png)
}

.breadcam_bg_1 {
    background-image: url(../img/banner/bradcam2.png)
}

.breadcam_bg_2 {
    background-image: url(../img/banner/bradcam3.png)
}

.bradcam_area {
    background-size: cover;
    background-position: center center;
    padding: 160px 0;
    background-position: bottom;
    background-repeat: no-repeat
}

@media (max-width: 767px) {
    .bradcam_area {
        padding: 150px 0
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .bradcam_area {
        padding: 150px 0
    }
}

.bradcam_area h3 {
    font-size: 50px;
    color: #fff;
    font-weight: 900;
    margin-bottom: 0;
    font-family: 'Lavish', serif;
    text-transform: capitalize
}

@media (max-width: 767px) {
    .bradcam_area h3 {
        font-size: 30px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .bradcam_area h3 {
        font-size: 40px
    }
}

.popup_box {
    background: #fff;
    display: inline-block;
    z-index: 9;
    width: 681px;
    padding: 60px 40px
}

@media (max-width: 767px) {
    .popup_box {
        width: 320px;
        padding: 45px 30px
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .popup_box {
        width: 420px !important;
        padding: 45px 30px
    }
}

.popup_box h3 {
    text-align: center;
    font-size: 22px;
    color: #1F1F1F;
    margin-bottom: 46px
}

.popup_box .boxed-btn3 {
    width: 100%;
    text-transform: capitalize
}

.popup_box .nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border: solid 1px #E2E2E2;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: "Poppins", sans-serif;
    font-weight: normal;
    width: 100% !important;
    line-height: 50px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;
    border-radius: 0;
    margin-bottom: 30px;
    height: 50px !important;
    font-size: 16px;
    font-weight: 400;
    color: #919191
}

.popup_box .nice-select::after {
    content: "\f0d7";
    display: block;
    height: 5px;
    margin-top: -5px;
    pointer-events: none;
    position: absolute;
    right: 17px;
    top: 3px;
    transition: all 0.15s ease-in-out;
    width: 5px;
    font-family: fontawesome;
    color: #919191;
    font-size: 15px
}

.popup_box .nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    height: 200px;
    overflow-y: scroll
}

.popup_box .nice-select.list {
    height: 200px;
    overflow-y: scroll
}

#test-form {
    display: inline-block;
    margin: auto;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@media (max-width: 767px) {
    #test-form {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        transform: none
    }
}

#test-form .mfp-close-btn-in .mfp-close {
    color: #333;
    display: none !important
}

#test-form button.mfp-close {
    display: none !important
}

@media (max-width: 767px) {
    #test-form button.mfp-close {
        display: block !important;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto
    }
}

#test-form button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
    width: 40px;
    height: 40px;
    background: #4A3600;
    text-align: center;
    line-height: 20px;
    position: absolute;
    right: 0;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    position: absolute;
    right: -6px;
    color: #fff !important
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #4A3600;
    opacity: 0.6
}

@media (max-width: 767px) {
    .gj-picker.gj-picker-md.timepicker {
        width: 310px;
        left: 6px !important
    }
}

@media (max-width: 767px) {
    .gj-picker.gj-picker-md.datepicker.gj-unselectable {
        width: 320px;
        left: 0 !important
    }
}

.flex-center-start {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start
}

.overlay2::before {
    background-image: -moz-linear-gradient(170deg, rgba(34, 34, 34, 0) 0%, #000 100%);
    background-image: -webkit-linear-gradient(170deg, rgba(34, 34, 34, 0) 0%, #000 100%);
    background-image: -ms-linear-gradient(170deg, rgba(34, 34, 34, 0) 0%, #000 100%)
}

.sample-text-area {
    background: #fff;
    padding: 100px 0 70px 0
}

.text-heading {
    margin-bottom: 30px;
    font-size: 24px
}

b,
sup,
sub,
u,
del {
    color: #e08418
        /* color: #1f2b7b */
}

.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6 {
    color: #828bb2
}

.button-area {
    background: #fff
}

.button-area .border-top-generic {
    padding: 70px 15px;
    border-top: 1px dotted #eee
}

.button-group-area .genric-btn {
    margin-right: 10px;
    margin-top: 10px
}

.button-group-area .genric-btn:last-child {
    margin-right: 0
}

.genric-btn {
    display: inline-block;
    outline: none;
    line-height: 40px;
    padding: 0 30px;
    font-size: .8em;
    text-align: center;
    text-decoration: none;
    font-weight: 500;
    cursor: pointer;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.genric-btn:focus {
    outline: none
}

.genric-btn.e-large {
    padding: 0 40px;
    line-height: 50px
}

.genric-btn.large {
    line-height: 45px
}

.genric-btn.medium {
    line-height: 30px
}

.genric-btn.small {
    line-height: 25px
}

.genric-btn.radius {
    border-radius: 3px
}

.genric-btn.circle {
    border-radius: 20px
}

.genric-btn.arrow {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.genric-btn.arrow span {
    margin-left: 10px
}

.genric-btn.default {
    color: #415094;
    background: #f9f9ff;
    border: 1px solid transparent
}

.genric-btn.default:hover {
    border: 1px solid #f9f9ff;
    background: #fff
}

.genric-btn.default-border {
    border: 1px solid #f9f9ff;
    background: #fff
}

.genric-btn.default-border:hover {
    color: #415094;
    background: #f9f9ff;
    border: 1px solid transparent
}

.genric-btn.primary {
    color: #fff;
    background: #1f2b7b;
    border: 1px solid transparent
}

.genric-btn.primary:hover {
    color: #1f2b7b;
    border: 1px solid #1f2b7b;
    background: #fff
}

.genric-btn.primary-border {
    color: #1f2b7b;
    border: 1px solid #1f2b7b;
    background: #fff
}

.genric-btn.primary-border:hover {
    color: #fff;
    background: #1f2b7b;
    border: 1px solid transparent
}

.genric-btn.success {
    color: #fff;
    background: #4cd3e3;
    border: 1px solid transparent
}

.genric-btn.success:hover {
    color: #4cd3e3;
    border: 1px solid #4cd3e3;
    background: #fff
}

.genric-btn.success-border {
    color: #4cd3e3;
    border: 1px solid #4cd3e3;
    background: #fff
}

.genric-btn.success-border:hover {
    color: #fff;
    background: #4cd3e3;
    border: 1px solid transparent
}

.genric-btn.info {
    color: #fff;
    background: #38a4ff;
    border: 1px solid transparent
}

.genric-btn.info:hover {
    color: #38a4ff;
    border: 1px solid #38a4ff;
    background: #fff
}

.genric-btn.info-border {
    color: #38a4ff;
    border: 1px solid #38a4ff;
    background: #fff
}

.genric-btn.info-border:hover {
    color: #fff;
    background: #38a4ff;
    border: 1px solid transparent
}

.genric-btn.warning {
    color: #fff;
    background: #f4e700;
    border: 1px solid transparent
}

.genric-btn.warning:hover {
    color: #f4e700;
    border: 1px solid #f4e700;
    background: #fff
}

.genric-btn.warning-border {
    color: #f4e700;
    border: 1px solid #f4e700;
    background: #fff
}

.genric-btn.warning-border:hover {
    color: #fff;
    background: #f4e700;
    border: 1px solid transparent
}

.genric-btn.danger {
    color: #fff;
    background: #f44a40;
    border: 1px solid transparent
}

.genric-btn.danger:hover {
    color: #f44a40;
    border: 1px solid #f44a40;
    background: #fff
}

.genric-btn.danger-border {
    color: #f44a40;
    border: 1px solid #f44a40;
    background: #fff
}

.genric-btn.danger-border:hover {
    color: #fff;
    background: #f44a40;
    border: 1px solid transparent
}

.genric-btn.link {
    color: #415094;
    background: #f9f9ff;
    text-decoration: underline;
    border: 1px solid transparent
}

.genric-btn.link:hover {
    color: #415094;
    border: 1px solid #f9f9ff;
    background: #fff
}

.genric-btn.link-border {
    color: #415094;
    border: 1px solid #f9f9ff;
    background: #fff;
    text-decoration: underline
}

.genric-btn.link-border:hover {
    color: #415094;
    background: #f9f9ff;
    border: 1px solid transparent
}

.genric-btn.disable {
    color: #222, 0.3;
    background: #f9f9ff;
    border: 1px solid transparent;
    cursor: not-allowed
}

.generic-blockquote {
    padding: 30px 50px 30px 30px;
    background: #f9f9ff;
    border-left: 2px solid #1f2b7b
}

.progress-table-wrap {
    overflow-x: scroll
}

.progress-table {
    background: #f9f9ff;
    padding: 15px 0px 30px 0px;
    min-width: 800px
}

.progress-table .serial {
    width: 11.83%;
    padding-left: 30px
}

.progress-table .country {
    width: 28.07%
}

.progress-table .visit {
    width: 19.74%
}

.progress-table .percentage {
    width: 40.36%;
    padding-right: 50px
}

.progress-table .table-head {
    display: flex
}

.progress-table .table-head .serial,
.progress-table .table-head .country,
.progress-table .table-head .visit,
.progress-table .table-head .percentage {
    color: #415094;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: 500
}

.progress-table .table-row {
    padding: 15px 0;
    border-top: 1px solid #edf3fd;
    display: flex
}

.progress-table .table-row .serial,
.progress-table .table-row .country,
.progress-table .table-row .visit,
.progress-table .table-row .percentage {
    display: flex;
    align-items: center
}

.progress-table .table-row .country img {
    margin-right: 15px
}

.progress-table .table-row .percentage .progress {
    width: 80%;
    border-radius: 0px;
    background: transparent
}

.progress-table .table-row .percentage .progress .progress-bar {
    height: 5px;
    line-height: 5px
}

.progress-table .table-row .percentage .progress .progress-bar.color-1 {
    background-color: #6382e6
}

.progress-table .table-row .percentage .progress .progress-bar.color-2 {
    background-color: #e66686
}

.progress-table .table-row .percentage .progress .progress-bar.color-3 {
    background-color: #f09359
}

.progress-table .table-row .percentage .progress .progress-bar.color-4 {
    background-color: #73fbaf
}

.progress-table .table-row .percentage .progress .progress-bar.color-5 {
    background-color: #73fbaf
}

.progress-table .table-row .percentage .progress .progress-bar.color-6 {
    background-color: #6382e6
}

.progress-table .table-row .percentage .progress .progress-bar.color-7 {
    background-color: #a367e7
}

.progress-table .table-row .percentage .progress .progress-bar.color-8 {
    background-color: #e66686
}

.single-gallery-image {
    margin-top: 30px;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
    height: 200px
}

.list-style {
    width: 14px;
    height: 14px
}

.unordered-list li {
    position: relative;
    padding-left: 30px;
    line-height: 1.82em !important
}

.unordered-list li:before {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    border: 3px solid #1f2b7b;
    background: #fff;
    top: 4px;
    left: 0;
    border-radius: 50%
}

.ordered-list {
    margin-left: 30px
}

.ordered-list li {
    list-style-type: decimal-leading-zero;
    color: #1f2b7b;
    font-weight: 500;
    line-height: 1.82em !important
}

.ordered-list li span {
    font-weight: 300;
    color: #828bb2
}

.ordered-list-alpha li {
    margin-left: 30px;
    list-style-type: lower-alpha;
    color: #1f2b7b;
    font-weight: 500;
    line-height: 1.82em !important
}

.ordered-list-alpha li span {
    font-weight: 300;
    color: #828bb2
}

.ordered-list-roman li {
    margin-left: 30px;
    list-style-type: lower-roman;
    color: #1f2b7b;
    font-weight: 500;
    line-height: 1.82em !important
}

.ordered-list-roman li span {
    font-weight: 300;
    color: #828bb2
}

.single-input {
    display: block;
    width: 100%;
    line-height: 40px;
    border: none;
    outline: none;
    background: #f9f9ff;
    padding: 0 20px
}

.single-input:focus {
    outline: none
}

.input-group-icon {
    position: relative
}

.input-group-icon .icon {
    position: absolute;
    left: 20px;
    top: 0;
    line-height: 40px;
    z-index: 3
}

.input-group-icon .icon i {
    color: #797979
}

.input-group-icon .single-input {
    padding-left: 45px
}

.single-textarea {
    display: block;
    width: 100%;
    line-height: 40px;
    border: none;
    outline: none;
    background: #f9f9ff;
    padding: 0 20px;
    height: 100px;
    resize: none
}

.single-textarea:focus {
    outline: none
}

.single-input-primary {
    display: block;
    width: 100%;
    line-height: 40px;
    border: 1px solid transparent;
    outline: none;
    background: #f9f9ff;
    padding: 0 20px
}

.single-input-primary:focus {
    outline: none;
    border: 1px solid #1f2b7b
}

.single-input-accent {
    display: block;
    width: 100%;
    line-height: 40px;
    border: 1px solid transparent;
    outline: none;
    background: #f9f9ff;
    padding: 0 20px
}

.single-input-accent:focus {
    outline: none;
    border: 1px solid #eb6b55
}

.single-input-secondary {
    display: block;
    width: 100%;
    line-height: 40px;
    border: 1px solid transparent;
    outline: none;
    background: #f9f9ff;
    padding: 0 20px
}

.single-input-secondary:focus {
    outline: none;
    border: 1px solid #f09359
}

.default-switch {
    width: 35px;
    height: 17px;
    border-radius: 8.5px;
    background: #f9f9ff;
    position: relative;
    cursor: pointer
}

.default-switch input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer
}

.default-switch input+label {
    position: absolute;
    top: 1px;
    left: 1px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #1f2b7b;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
    cursor: pointer
}

.default-switch input:checked+label {
    left: 19px
}

.primary-switch {
    width: 35px;
    height: 17px;
    border-radius: 8.5px;
    background: #f9f9ff;
    position: relative;
    cursor: pointer
}

.primary-switch input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0
}

.primary-switch input+label {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%
}

.primary-switch input+label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    border-radius: 8.5px;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s
}

.primary-switch input+label:after {
    content: "";
    position: absolute;
    top: 1px;
    left: 1px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #fff;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
    cursor: pointer
}

.primary-switch input:checked+label:after {
    left: 19px
}

.primary-switch input:checked+label:before {
    background: #1f2b7b
}

.confirm-switch {
    width: 35px;
    height: 17px;
    border-radius: 8.5px;
    background: #f9f9ff;
    position: relative;
    cursor: pointer
}

.confirm-switch input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0
}

.confirm-switch input+label {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%
}

.confirm-switch input+label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    border-radius: 8.5px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    cursor: pointer
}

.confirm-switch input+label:after {
    content: "";
    position: absolute;
    top: 1px;
    left: 1px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #fff;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
    cursor: pointer
}

.confirm-switch input:checked+label:after {
    left: 19px
}

.confirm-switch input:checked+label:before {
    background: #4cd3e3
}

.primary-checkbox {
    width: 16px;
    height: 16px;
    border-radius: 3px;
    background: #f9f9ff;
    position: relative;
    cursor: pointer
}

.primary-checkbox input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0
}

.primary-checkbox input+label {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    cursor: pointer;
    border: 1px solid #f1f1f1
}

.primary-checkbox input:checked+label {
    background: url(../img/elements/primary-check.png) no-repeat center center/cover;
    border: none
}

.confirm-checkbox {
    width: 16px;
    height: 16px;
    border-radius: 3px;
    background: #f9f9ff;
    position: relative;
    cursor: pointer
}

.confirm-checkbox input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0
}

.confirm-checkbox input+label {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    cursor: pointer;
    border: 1px solid #f1f1f1
}

.confirm-checkbox input:checked+label {
    background: url(../img/elements/success-check.png) no-repeat center center/cover;
    border: none
}

.disabled-checkbox {
    width: 16px;
    height: 16px;
    border-radius: 3px;
    background: #f9f9ff;
    position: relative;
    cursor: pointer
}

.disabled-checkbox input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0
}

.disabled-checkbox input+label {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    cursor: pointer;
    border: 1px solid #f1f1f1
}

.disabled-checkbox input:disabled {
    cursor: not-allowed;
    z-index: 3
}

.disabled-checkbox input:checked+label {
    background: url(../img/elements/disabled-check.png) no-repeat center center/cover;
    border: none
}

.primary-radio {
    width: 16px;
    height: 16px;
    border-radius: 8px;
    background: #f9f9ff;
    position: relative;
    cursor: pointer
}

.primary-radio input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0
}

.primary-radio input+label {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    cursor: pointer;
    border: 1px solid #f1f1f1
}

.primary-radio input:checked+label {
    background: url(../img/elements/primary-radio.png) no-repeat center center/cover;
    border: none
}

.confirm-radio {
    width: 16px;
    height: 16px;
    border-radius: 8px;
    background: #f9f9ff;
    position: relative;
    cursor: pointer
}

.confirm-radio input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0
}

.confirm-radio input+label {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    cursor: pointer;
    border: 1px solid #f1f1f1
}

.confirm-radio input:checked+label {
    background: url(../img/elements/success-radio.png) no-repeat center center/cover;
    border: none
}

.disabled-radio {
    width: 16px;
    height: 16px;
    border-radius: 8px;
    background: #f9f9ff;
    position: relative;
    cursor: pointer
}

.disabled-radio input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0
}

.disabled-radio input+label {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    cursor: pointer;
    border: 1px solid #f1f1f1
}

.disabled-radio input:disabled {
    cursor: not-allowed;
    z-index: 3
}

.disabled-radio input:checked+label {
    background: url(../img/elements/disabled-radio.png) no-repeat center center/cover;
    border: none
}

.default-select {
    height: 40px
}

.default-select .nice-select {
    border: none;
    border-radius: 0px;
    height: 40px;
    background: #f9f9ff;
    padding-left: 20px;
    padding-right: 40px
}

.default-select .nice-select .list {
    margin-top: 0;
    border: none;
    border-radius: 0px;
    box-shadow: none;
    width: 100%;
    padding: 10px 0 10px 0px
}

.default-select .nice-select .list .option {
    font-weight: 300;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    line-height: 28px;
    min-height: 28px;
    font-size: 12px;
    padding-left: 20px
}

.default-select .nice-select .list .option.selected {
    color: #1f2b7b;
    background: transparent
}

.default-select .nice-select .list .option:hover {
    color: #1f2b7b;
    background: transparent
}

.default-select .current {
    margin-right: 50px;
    font-weight: 300
}

.default-select .nice-select::after {
    right: 20px
}

.form-select {
    height: 40px;
    width: 100%
}

.form-select .nice-select {
    border: none;
    border-radius: 0px;
    height: 40px;
    background: #f9f9ff;
    padding-left: 45px;
    padding-right: 40px;
    width: 100%
}

.form-select .nice-select .list {
    margin-top: 0;
    border: none;
    border-radius: 0px;
    box-shadow: none;
    width: 100%;
    padding: 10px 0 10px 0px
}

.form-select .nice-select .list .option {
    font-weight: 300;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    line-height: 28px;
    min-height: 28px;
    font-size: 12px;
    padding-left: 45px
}

.form-select .nice-select .list .option.selected {
    color: #1f2b7b;
    background: transparent
}

.form-select .nice-select .list .option:hover {
    color: #1f2b7b;
    background: transparent
}

.form-select .current {
    margin-right: 50px;
    font-weight: 300
}

.form-select .nice-select::after {
    right: 20px
}

.mt-10 {
    margin-top: 10px
}

.section-top-border {
    padding: 50px 0;
    border-top: 1px dotted #eee
}

.mb-30 {
    margin-bottom: 30px
}

.mt-30 {
    margin-top: 30px
}

.switch-wrap {
    margin-bottom: 10px
}

/* Base site-padding refinements */
.site-padding {
    padding-left: 30px;
    padding-right: 30px;
    transition: padding 0.3s ease;
}

/* --- Exact Header Design (from Image) --- */

.header-area {
    background: #fff;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
}

.header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100px;
    padding: 0;
    transition: all 0.3s ease;
    flex-wrap: nowrap;
    /* Ensure single line */
}

@media only screen and (max-width: 991px) {
    .header-wrapper {
        height: 80px;
    }
}

/* Left: Logo */
.header-left {
    flex: 0 0 auto;
}

.header-left .logo img {
    max-width: 200px;
    height: auto;
    transition: all 0.3s ease;
}

@media only screen and (max-width: 991px) {
    .header-left .logo img {
        max-width: 150px;
    }
}

/* Base site-padding refinements */
.site-padding {
    padding-left: 30px;
    padding-right: 30px;
    transition: padding 0.3s ease;
}

@media (min-width: 1200px) {
    .site-padding {
        padding-left: 80px;
        padding-right: 80px;
    }
}

@media only screen and (max-width: 1199px) {
    .site-padding {
        padding-left: 60px;
        padding-right: 60px;
    }
}

@media only screen and (max-width: 991px) {
    .site-padding {
        padding-left: 40px;
        padding-right: 40px;
        padding-top: 20px;
    }

    .sticky-bar .site-padding {
        padding-top: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .site-padding {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 0px;
    }
}

/* Center: Navigation */
.header-center {
    flex: 1;
    display: flex;
    justify-content: center;
    padding: 0 20px;
}

.header-center .main-menu ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    /* align-items: center; */
    flex-wrap: nowrap;
    /* Prevent wrapping */
}

.header-center .main-menu ul li {
    position: relative;
    margin: 0 15px;
    transition: margin 0.3s ease;
}

@media only screen and (max-width: 1199px) {
    .header-center {
        display: none;
        /* Hide desktop menu on tablet/mobile */
    }
}

.header-center .main-menu ul li a {
    color: #1a1a1a !important;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    padding: 8px 0;
    display: block;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.5px;
    position: relative;
    transition: font-size 0.3s ease;
    text-decoration: none;
}



/* Active and Hover Effect: Primary Orange */
.header-center .main-menu ul li.active>a,
.header-center .main-menu ul li:hover>a {
    color: #e08418 !important;
}

.header-center .main-menu ul li.active>a::after,
.header-center .main-menu ul li a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #e08418;
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.header-center .main-menu ul li.active>a::after,
.header-center .main-menu ul li:hover>a::after {
    transform: scaleX(1);
}

/* Submenu for centered nav */
.header-center .main-menu ul li .submenu {
    display: flex;
    flex-direction: column;
    /* text-align: start; */
    left: 0;
    position: absolute;
    top: 130%;
    background: #fff;
    border-radius: 10px;
    border: 2px solid #e08418;
    /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); */
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
    min-width: 200px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    z-index: 999;
    list-style: none;
    padding: 10px 0;
}

.header-center .main-menu ul li:hover .submenu {
    opacity: 1;
    visibility: visible;
}

.header-center .main-menu ul li .submenu li {
    display: block;
    margin: 0;
}

.header-center .main-menu ul li .submenu li a {
    padding: 10px 20px;
    text-transform: none;
    font-weight: 400;
    font-size: 13px;
    text-align: start;
}

.header-center .main-menu ul li .submenu li a::after {
    display: none;
}

.header-center .main-menu ul li .submenu li a:hover {
    background: #f5f5f5;
    color: #e08418;
}

/* Right: Search + Social + Cart (Horizontal Row) */
.header-right {
    flex: 0 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    transition: gap 0.3s ease;
}

@media only screen and (max-width: 1400px) {
    .header-right {
        gap: 15px;
    }
}

@media only screen and (max-width: 1199px) {
    .header-right {
        gap: 10px;
    }
}

@media only screen and (max-width: 991px) {
    .header-right {
        gap: 8px;
        display: none;
    }
}

/* Social Icons */
.header-social-icons {
    display: flex;
    gap: 15px;
    transition: gap 0.3s ease;
}

@media only screen and (max-width: 1400px) {
    .header-social-icons {
        gap: 12px;
    }
}

@media only screen and (max-width: 1199px) {
    .header-social-icons {
        gap: 8px;
    }
}

@media only screen and (max-width: 991px) {
    .header-social-icons {
        gap: 6px;
    }
}

.header-social-icons a {
    color: #666 !important;
    font-size: 14px;
    transition: color 0.3s;
}

.header-social-icons a:hover {
    color: #e08418 !important;
}

/* Search Bar */
.custom-search-bar {
    position: relative;
    width: 200px;
    transition: width 0.3s ease;
}

@media only screen and (max-width: 1199px) {
    .header-social-icons {
        display: none;
    }

    .custom-search-bar {
        width: 180px;
    }
}

@media only screen and (max-width: 767px) {
    .custom-search-bar {
        width: 120px;
    }
}

.custom-search-input {
    width: 100%;
    height: 32px;
    border: 1px solid #e08418;
    padding: 0 45px 0 15px;
    outline: none;
    color: #666;
    font-size: 14px;
}

.custom-search-icon {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #666;
    font-size: 14px;
}

/* Shopping Cart Icon */
.header-cart-icon {
    position: relative;
}

.header-cart-icon a {
    color: #666 !important;
    font-size: 20px;
    transition: color 0.3s;
    position: relative;
    display: inline-block;
}

.header-cart-icon a:hover {
    color: #e08418 !important;
}

.header-cart-icon .cart-count {
    position: absolute;
    top: -8px;
    right: -10px;
    background-color: #e08418;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    padding: 2px 6px;
    border-radius: 50%;
    min-width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* --- About Ishloom Section --- */
.about-ishloom-area {
    background: #fff;
    padding: 120px 0;
}

.about-content .small-label {
    letter-spacing: 0.2em;
    color: #e08418;
    font-weight: 600;
    margin-bottom: 20px;
    display: block;
    font-size: 14px;
}

.about-content .main-headline {
    font-size: 48px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 30px;
    color: #140c40;
}

.about-content .divider-line {
    width: 60px;
    height: 3px;
    background: #e08418;
    margin-bottom: 30px;
}

.about-content .divider-line-2 {
    width: 60px;
    height: 3px;
    background: #fff;
    margin-bottom: 30px;
}

.about-content .primary-desc {
    font-size: 18px;
    /* Increased text size as requested */
    line-height: 1.7;
    color: #1a1a1a;
    margin-bottom: 20px;
}

.about-content .secondary-desc {
    font-size: 16px;
    /* Increased text size as requested */
    line-height: 1.7;
    color: #666;
    margin-bottom: 30px;
}

.divider-line-3 {
    width: 50%;
    height: 3px;
    background: #e08418;
}

.key-highlights {
    list-style: none;
    padding: 0;
    margin-bottom: 35px;
}

.key-highlights li {
    font-size: 18px;
    /* Increased text size as requested */
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    font-weight: 500;
    color: #1a1a1a;
}

.key-highlights li i {
    color: #e08418;
    margin-right: 15px;
    font-size: 14px;
}

@media (max-width: 991px) {
    .about-ishloom-area {
        padding: 80px 0;
    }

    .about-content .main-headline {
        font-size: 30px;
    }

    .about-content .primary-desc {
        font-size: 14px;
    }

    .about-img {
        margin-bottom: 50px;
    }
}

/* --- Popular Items Section --- */
.popular-items {
    background-color: #e8e8e800;
    padding-top: 100px;
    padding-bottom: 100px;
}

@media (max-width: 991px) {
    .popular-items {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}

/* ==========================================================================
   Responsiveness & Structural Fixes
   ========================================================================== */

/* Header Wrapper & Laptop Fixes */
.header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.header-center {
    flex: 1;
    display: flex;
    justify-content: center;
}

@media (max-width: 1440px) {
    .main-menu ul li a {
        padding: 20px 12px !important;
        font-size: 14px;
    }

    .header-social-icons a {
        margin-right: 10px !important;
    }

    .custom-search-bar {
        width: 180px;
    }
}

@media (max-width: 1200px) {
    .header-center {
        display: none;
        /* Let SlickNav handle it on smaller screens */
    }
}

/* Popular Items Section Fix */
@media (max-width: 1440px) {
    .popular-items .section-tittle h2 {
        font-size: 48px;
    }
}

/* --- New Arrivals Premium Section --- */
.new-arrivals-premium {
    background: url('../img/gallery/bg_arrivals.webp') no-repeat center center/cover;
    position: relative;
    padding: 140px 0;
    overflow: hidden;
    color: #fff;
    min-height: 700px;
    display: flex;
    align-items: center;
}

.new-arrivals-premium::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: -1;
}

.new-arrivals-premium .container-fluid {
    position: relative;
    z-index: 2;
}

.arrival-content-box {
    padding-top: 150px;
}

.arrival-title {
    font-family: 'Lavish', serif;
    font-size: 70px;
    color: #fff;
    line-height: 1;
    margin-bottom: 25px;
    font-weight: 400;
}

.arrival-text {
    font-size: 18px;
    color: #fff;
    max-width: 400px;
    margin-bottom: 20px;
    /* Reduced from 60px */
    line-height: 1.4;
}

/* Thumbnail Nav Area */
.arrival-thumbnail-nav {
    position: relative;
    /* Base for absolute progress bar */
    max-width: 480px;
}

.thumb-items-row {
    display: flex;
    gap: 10px;
    margin-top: 0;
}

.thumb-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    cursor: pointer;
    flex: 1;
}

.thumb-img {
    width: 100%;
    overflow: hidden;
    margin-bottom: 30px;
    /* Space for the line and text */
    border: 2px solid transparent;
    transition: border-color 0.3s;
}

.thumb-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.thumb-item.active .thumb-img {
    border-color: rgba(255, 255, 255, 0.5);
}

.thumb-item span {
    font-size: 14px;
    color: #ccc;
    transition: color 0.3s;
}

.thumb-item.active span {
    color: #fff;
}

/* Progress Bar Line - Positioned between image and text */
/* .arrival-progress-bar {
    position: absolute;
    top: 5px;
    width: 100%;
    height: 2px;
    background: rgba(255, 255, 255, 0.3);
    z-index: 10;
} */

.progress-active {
    position: absolute;
    height: 100%;
    width: 25%;
    background: #e08418;
    transition: left 0.3s ease, width 0.3s ease;
}

/* Progress Bar */
.arrival-progress-bar {
    position: relative;
    width: 100%;
    height: 4px;
    background-color: #f0f0f0;
    margin-top: 15px;
}

/* .progress-active {
    height: 100%;
    background-color: #ff6600;
    position: absolute;
    left: 0;
    top: 0;
} */

/* Right Showcase Layout */
.arrival-showcase {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    min-height: 500px;
    /* Ensure space for showcase items */
}

.main-display-images {
    display: flex;
    gap: 20px;
    /* Increased from 10px */
}

.showcase-img {
    width: 270px;
    height: 415px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.4);
    transition: transform 0.3s ease;
}


.showcase-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.showcase-img:hover img {
    transform: scale(1.05);
}

.showcase-img.img-1,
.showcase-img.img-2,
.showcase-img.img-3 {
    position: relative;
    left: 0;
    top: 0;
    opacity: 1;
    z-index: 1;
}

/* Showcase Image Transitions */
.showcase-img {
    overflow: hidden;
    position: relative;
    /* border-radius: 8px; */
    /* Optional: adds rounded corners for a modern look */
}

.showcase-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s cubic-bezier(1, 1, 0.5, 1), filter 0.8s ease;
    /* Smooth ease-out back */
    display: block;
}

.showcase-img:hover img {
    transform: scale(1.1);
    filter: brightness(1.05);
    /* Subtle brightness boost */
    cursor: pointer;
}

/* Nav Arrows - Orange and specific position */
.arrival-nav-arrows {
    position: absolute;
    top: -60px;
    right: 0;
    display: flex;
    gap: 10px;
}

.arrival-nav-arrows span {
    color: #e08418;
    font-size: 30px;
    cursor: pointer;
    transition: transform 0.2s;
}

.arrival-nav-arrows span:hover {
    transform: scale(1.2);
}

/* Laptop Breakpoint */
@media (max-width: 1440px) {
    .arrival-title {
        font-size: 70px;
    }

    .showcase-img {
        width: 300px;
        height: 440px;
    }
}

@media (max-width: 1199px) {
    .arrival-title {
        font-size: 60px;
    }

    .showcase-img {
        width: 240px;
        /* Increased from 180px */
        height: 360px;
    }
}

@media (max-width: 991px) {
    .arrival-showcase {
        justify-content: center;
        margin-top: 65px;
    }

    .arrival-nav-arrows {
        top: -40px;
    }

    .image-showcase-container {
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .arrival-title {
        font-size: 45px;
    }

    .arrival-text {
        margin-bottom: 30px;
    }

    .new-arrivals-premium {
        padding: 60px 0;
    }

    .main-display-images {
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }

    .showcase-img {
        width: 100% !important;
        max-width: 350px;
        height: auto;
        aspect-ratio: 3/4;
    }

    .arrival-showcase {
        justify-content: center;
    }
}

.popular-items .section-tittle h2 {
    color: #1a1a1a;
    /* font-size: 60px; */
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: 0.05em;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 20px;
}

.popular-items .section-tittle h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: #e08418;
}

.popular-items .section-tittle p {
    font-size: 18px;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

@media (max-width: 991px) {
    .popular-items {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .woocommerce-tabs ul.tabs li a {
        font-size: 14px !important;
    }
}

/* Signature Styles Section */
/*.signature-styles-area {*/
/*    background: #ffffff;*/
/*}*/

.signature-styles-area {
	/* background: #e42222; */
	background-image: linear-gradient(to right, rgba(237, 183, 137, 0.26), rgba(254, 214, 214, 0.89)), url(https://ishloom.com/wp-content/themes/generatepress-child/assets/img/gallery/signature-1.webp);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.signature-text-box {
    padding-right: 30px;
}

.signature-text-box .small-label {
    color: #e08418;
    letter-spacing: 2px;
    font-weight: 600;
    display: block;
    margin-bottom: 20px;
}

.signature-text-box .lavish-title {
    font-family: "Lavish", serif;
    font-size: 45px;
    line-height: 1.2;
    color: #140C40;
    margin-bottom: 25px;
}

.signature-text-box p {
    font-size: 16px;
    line-height: 1.8;
    color: #646D77;
    margin-bottom: 30px;
}

.signature-item {
    position: relative;
    overflow: hidden;
    height: 400px;
    background: #f8f8f8;
}

.signature-item .item-img {
    width: 100%;
    height: 100%;
}

.signature-item .item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s ease;
}

.signature-item:hover .item-img img {
    transform: scale(1.1);
}

.signature-item .item-details {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
    color: #fff;
    text-align: left;
    transition: background 0.4s ease;
}

.signature-item .item-details h3 {
    font-family: "Lavish", serif;
    font-size: 24px;
    color: #fff;
    margin-bottom: 15px;
}

.signature-item .item-divider {
    display: flex;
    align-items: center;
    gap: 15px;
    opacity: 0.8;
}

.signature-item .item-divider .left-line,
.signature-item .item-divider .right-line {
    height: 1px;
    background: #e08418;
    flex-grow: 1;
}

.signature-item .item-divider i {
    color: #e08418;
    font-size: 14px;
}

@media (max-width: 991px) {
    .signature-text-box {
        padding-right: 0;
        margin-bottom: 40px;
    }

    .signature-item {
        height: auto;
    }
}

/* Full Screen Adjustments */
.signature-styles-area {
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding-top: 100px;
    padding-bottom: 100px;
}

@media (max-width: 767px) {
    .signature-styles-area {
        min-height: auto;
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

/* Custom Footer Styling */
footer {
    background-color: #282b2b !important;
    color: #fff !important;
}

.footer-area {
    /*background-image: url('../img/gallery/footer.png') !important;*/
    background-color: #ffedd8 !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
}

.footer-area .footer-tittle h4 {
    color: #5a202d;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 30px;
}

.footer-area .footer-tittle ul li a {
    color: #000 !important;
    font-weight: 500;
    /* transition: color 0.3s; */
}

.footer-area .footer-tittle ul li a:hover {
    color: #5a202d !important;
}

.footer-tittle ul li a:active>a {
    color: #e08418 !important;
}

.footer-area .footer-pera p {
    color: #111111 !important;
    line-height: 1.6;
}

.footer-bottom-area {
    background-color: #000000;
    padding: 30px 0;
}

.footer-copy-right p {
    color: #999 !important;
    margin: 0;
}

.footer-social a {
    color: #fff !important;
    margin-right: 15px;
    font-size: 18px;
    transition: color 0.3s;
}

.footer-social a:hover {
    color: #e08418 !important;
}

/* Service Cards with Border Design */
.single-cat-card {
    background: #fff;
    border: 2px solid #e08418;
    border-radius: 12px;
    padding: 40px 30px;
    text-align: center;
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.single-cat-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(224, 132, 24, 0.2);
    border-color: #c77316;
}

.single-cat-card .cat-icon {
    margin-bottom: 20px;
    width: 80px;
    height: 80px;
    background: #e08418;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.single-cat-card:hover .cat-icon {
    background: #c77316;
    transform: scale(1.1);
}

.single-cat-card .cat-icon i {
    color: #fff !important;
    font-size: 40px !important;
}

.single-cat-card .cat-cap h5 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #2B2B2B;
    font-family: "Poppins", sans-serif;
}

.single-cat-card .cat-cap p {
    color: #646D77;
    font-size: 15px;
    margin-bottom: 0;
    line-height: 1.6;
}

@media (max-width: 991px) {
    .single-cat-card {
        padding: 30px 20px;
    }

    .single-cat-card .cat-icon {
        width: 70px;
        height: 70px;
    }

    .single-cat-card .cat-icon i {
        font-size: 35px !important;
    }

    .single-cat-card .cat-cap h5 {
        font-size: 20px;
    }

    .bg-inner-page {
        height: 100px !important;
    }
}

@media (max-width: 575px) {
    .single-cat-card {
        padding: 25px 15px;
        margin-bottom: 20px;
    }

    .single-cat-card .cat-icon {
        width: 60px;
        height: 60px;
    }

    .single-cat-card .cat-icon i {
        font-size: 30px !important;
    }

    .single-cat-card .cat-cap h5 {
        font-size: 18px;
    }

    .single-cat-card .cat-cap p {
        font-size: 14px;
    }
}

@media (min-width: 1024px) and (max-width: 1200px) {

    .mobile_menu {
        display: block !important;
        top: 67px;
    }

    .header-right {
        margin-right: 20px;
    }

    .sticky-bar .mobile_menu {
        top: 65px;
    }

    .bg-inner-page {
        height: 200px !important;
    }

}

@media (min-width: 1280px) and (max-width: 1399px) {
    .main-header .site-padding {
        padding-left: 20px;
        padding-right: 20px;
    }

    .custom-search-bar {
        width: 145px;
    }

    .header-social-icons a {
        margin-right: 0px !important;
    }

    .header-center .main-menu ul li {
        margin: 0 15px
    }

    .main-menu ul li a {
        padding: 20px 0px !important;
    }

    .bg-inner-page {
        height: 200px !important;
    }

}

.abt-img {
    /* border-radius: 20px; */
    aspect-ratio: 4/3;
    object-fit: cover;
    /* border: 1px solid #ddd; */
    /* border-right: 8px solid #e08418; */
    /* border-bottom: 8px solid #e08418; */
    /* box-shadow: rgb(240 121 46 / 54%) 5px 5px, rgb(240 128 46 / 47%) 10px 10px, rgb(222 121 47 / 39%) 15px 15px, rgb(240 121 46 / 10%) 20px 20px, rgb(240 136 46 / 5%) 25px 25px; */
}

.abt-img-1 {
    aspect-ratio: 3/3;
    object-fit: cover;
}

.abt-img-2 {
    aspect-ratio: 3/4;
    object-fit: cover;
}

.abt-img-4 {
    aspect-ratio: 3/6;
    object-fit: cover;
}

.border-radius-20px {
    border-radius: 20px;
}

.border-radius-10px {
    border-radius: 10px;
}

.border-radius-circle {
    border-radius: 50% !important;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
}

.border-radius-5px {
    border-radius: 5px;
}

.border-ishloom {
    border: 1px solid #e08418;
}

.border-ishloom-2 {
    border: 2px solid #fff;
}

.border-1px {
    border: 1px;
}

.border-2px {
    border: 2px;
}

.border-3px {
    border: 3px;
}

.h-100 {
    height: 100%;
}

.w-100 {
    width: 100%;
}

.h-50 {
    height: 50%;
}

.w-50 {
    width: 50%;
}

.h-25 {
    height: 25%;
}

.w-25 {
    width: 25%;
}

.h-75 {
    height: 75%;
}

.w-75 {
    width: 75%;
}

.h-125 {
    height: 125%;
}

.w-125 {
    width: 125%;
}

.h-150 {
    height: 150%;
}

.w-150 {
    width: 150%;
}

.h-175 {
    height: 175%;
}

.w-175 {
    width: 175%;
}

.h-200 {
    height: 200%;
}

.w-200 {
    width: 200%;
}

.h-225 {
    height: 225%;
}

.w-225 {
    width: 225%;
}

.h-250 {
    height: 250%;
}

.w-250 {
    width: 250%;
}

.h-275 {
    height: 275%;
}

.w-275 {
    width: 275%;
}

.h-300 {
    height: 300%;
}

.w-300 {
    width: 300%;
}

.h-325 {
    height: 325%;
}

.w-325 {
    width: 325%;
}

.h-350 {
    height: 350%;
}

.w-350 {
    width: 350%;
}

.h-375 {
    height: 375%;
}

.w-375 {
    width: 375%;
}

.h-400 {
    height: 400%;
}

.w-400 {
    width: 400%;
}

.h-425 {
    height: 425%;
}

.w-425 {
    width: 425%;
}

.h-450 {
    height: 450%;
}

.w-450 {
    width: 450%;
}

.h-475 {
    height: 475%;
}

.w-475 {
    width: 475%;
}

.h-500 {
    height: 500%;
}

.w-500 {
    width: 500%;
}

.h-525 {
    height: 525%;
}

.w-525 {
    width: 525%;
}

.h-550 {
    height: 550%;
}

.w-550 {
    width: 550%;
}

.h-575 {
    height: 575%;
}

.w-575 {
    width: 575%;
}

.h-600 {
    height: 600%;
}

.w-600 {
    width: 600%;
}

.h-625 {
    height: 625%;
}

.w-625 {
    width: 625%;
}

.h-650 {
    height: 650%;
}

.w-650 {
    width: 650%;
}

.h-675 {
    height: 675%;
}

.w-675 {
    width: 675%;
}

.h-700 {
    height: 700%;
}

.w-700 {
    width: 700%;
}

.h-725 {
    height: 725%;
}

.w-725 {
    width: 725%;
}

.h-750 {
    height: 750%;
}

.w-750 {
    width: 750%;
}

.h-775 {
    height: 775%;
}

.w-775 {
    width: 775%;
}

.h-800 {
    height: 800%;
}

.w-800 {
    width: 800%;
}

.h-825 {
    height: 825%;
}

.w-825 {
    width: 825%;
}

.h-850 {
    height: 850%;
}

.w-850 {
    width: 850%;
}

.h-875 {
    height: 875%;
}

.w-875 {
    width: 875%;
}

.h-900 {
    height: 900%;
}

.w-900 {
    width: 900%;
}

.h-925 {
    height: 925%;
}

.w-925 {
    width: 925%;
}

.h-950 {
    height: 950%;
}

.w-950 {
    width: 950%;
}

.h-975 {
    height: 975%;
}

.w-975 {
    width: 975%;
}

.h-1000 {
    height: 1000%;
}

.w-1000 {
    width: 1000%;
}

.h-1025 {
    height: 1025%;
}

.w-1025 {
    width: 1025%;
}

.h-1050 {
    height: 1050%;
}

.w-1050 {
    width: 1050%;
}

.h-1075 {
    height: 1075%;
}

.w-1075 {
    width: 1075%;
}

.h-1100 {
    height: 1100%;
}

.w-1100 {
    width: 1100%;
}

.h-1125 {
    height: 1125%;
}

.w-1125 {
    width: 1125%;
}

.h-1150 {
    height: 1150%;
}

.w-1150 {
    width: 1150%;
}

.h-1175 {
    height: 1175%;
}

.w-1175 {
    width: 1175%;
}

.h-1200 {
    height: 1200%;
}

.w-1200 {
    width: 1200%;
}

.h-1225 {
    height: 1225%;
}

.w-1225 {
    width: 1225%;
}

.h-100 {
    height: 100%;
}

.h-auto {
    height: auto;
}

.h-1250 {
    height: 1250%;
}

.w-1250 {
    width: 1250%;
}

.h-1275 {
    height: 1275%;
}

.h-200px {
    height: 200px;
}

.h-300px {
    height: 300px;
}

.h-400px {
    height: 400px;
}

.h-500px {
    height: 500px;
}

.fs-18 {
    font-size: 18px;
}

.fs-20 {
    font-size: 20px;
}

.fs-22 {
    font-size: 22px;
}

.fs-24 {
    font-size: 24px;
}

.fs-26 {
    font-size: 26px;
}

.fs-28 {
    font-size: 28px;
}

.fs-30 {
    font-size: 30px;
}

.fs-32 {
    font-size: 32px;
}

.fs-34 {
    font-size: 34px;
}

.fs-36 {
    font-size: 36px;
}

.fs-38 {
    font-size: 38px;
}

.fs-40 {
    font-size: 40px;
}

.fs-42 {
    font-size: 42px;
}

.fs-44 {
    font-size: 44px;
}

.fs-46 {
    font-size: 46px;
}

.fs-48 {
    font-size: 48px;
}

.fs-50 {
    font-size: 50px;
}

.fs-52 {
    font-size: 52px;
}

.fs-54 {
    font-size: 54px;
}

.fs-56 {
    font-size: 56px;
}

.fs-58 {
    font-size: 58px;
}

.fs-60 {
    font-size: 60px;
}

.fs-62 {
    font-size: 62px;
}

.fs-64 {
    font-size: 64px;
}

.fs-66 {
    font-size: 66px;
}

.fs-68 {
    font-size: 68px;
}

.fs-70 {
    font-size: 70px;
}

.fs-72 {
    font-size: 72px;
}

.fs-74 {
    font-size: 74px;
}

.fs-76 {
    font-size: 76px;
}

.fs-78 {
    font-size: 78px;
}

.fs-80 {
    font-size: 80px;
}

.fs-82 {
    font-size: 82px;
}

.fs-84 {
    font-size: 84px;
}

.fs-86 {
    font-size: 86px;
}

.fs-88 {
    font-size: 88px;
}

.fs-90 {
    font-size: 90px;
}

.fs-92 {
    font-size: 92px;
}

.fs-94 {
    font-size: 94px;
}

.fs-96 {
    font-size: 96px;
}

.fs-98 {
    font-size: 98px;
}

.fs-100 {
    font-size: 100px;
}

.fw-100 {
    font-weight: 100;
}

.fw-200 {
    font-weight: 200;
}

.fw-300 {
    font-weight: 300;
}

.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.fw-800 {
    font-weight: 800;
}

.fw-900 {
    font-weight: 900;
}

.lh-1 {
    line-height: 1;
}

.lh-1-2 {
    line-height: 1.2;
}

.lh-1-4 {
    line-height: 1.4;
}

.lh-1-6 {
    line-height: 1.6;
}

.lh-1-8 {
    line-height: 1.8;
}

.lh-2 {
    line-height: 2;
}

.lh-2-2 {
    line-height: 2.2;
}

.lh-2-4 {
    line-height: 2.4;
}

.lh-2-6 {
    line-height: 2.6;
}

.lh-2-8 {
    line-height: 2.8;
}

.lh-3 {
    line-height: 3;
}

.lh-3-2 {
    line-height: 3.2;
}

.lh-3-4 {
    line-height: 3.4;
}

.lh-3-6 {
    line-height: 3.6;
}

.lh-3-8 {
    line-height: 3.8;
}

.lh-4 {
    line-height: 4;
}

.lh-4-2 {
    line-height: 4.2;
}

.lh-4-4 {
    line-height: 4.4;
}

.lh-4-6 {
    line-height: 4.6;
}

.lh-4-8 {
    line-height: 4.8;
}

.lh-5 {
    line-height: 5;
}

.lh-5-2 {
    line-height: 5.2;
}

.lh-5-4 {
    line-height: 5.4;
}

.lh-5-6 {
    line-height: 5.6;
}

.lh-5-8 {
    line-height: 5.8;
}

.lh-6 {
    line-height: 6;
}

.lh-6-2 {
    line-height: 6.2;
}

.lh-6-4 {
    line-height: 6.4;
}

.lh-6-6 {
    line-height: 6.6;
}

.lh-6-8 {
    line-height: 6.8;
}

.lh-7 {
    line-height: 7;
}

.lh-7-2 {
    line-height: 7.2;
}

.lh-7-4 {
    line-height: 7.4;
}

.lh-7-6 {
    line-height: 7.6;
}

.lh-7-8 {
    line-height: 7.8;
}

.lh-8 {
    line-height: 8;
}

.lh-8-2 {
    line-height: 8.2;
}

.lh-8-4 {
    line-height: 8.4;
}

.lh-8-6 {
    line-height: 8.6;
}

.lh-8-8 {
    line-height: 8.8;
}

.lh-9 {
    line-height: 9;
}

.lh-9-2 {
    line-height: 9.2;
}

.lh-9-4 {
    line-height: 9.4;
}

.lh-9-6 {
    line-height: 9.6;
}

.lh-9-8 {
    line-height: 9.8;
}

.lh-10 {
    line-height: 10;
}

.lh-10-2 {
    line-height: 10.2;
}

.lh-10-4 {
    line-height: 10.4;
}

.lh-10-6 {
    line-height: 10.6;
}

.lh-10-8 {
    line-height: 10.8;
}

.lh-11 {
    line-height: 11;
}

.lh-11-2 {
    line-height: 11.2;
}

.lh-11-4 {
    line-height: 11.4;
}

.lh-11-6 {
    line-height: 11.6;
}

.lh-11-8 {
    line-height: 11.8;
}

.lh-12 {
    line-height: 12;
}

.lh-12-2 {
    line-height: 12.2;
}

.lh-12-4 {
    line-height: 12.4;
}

.lh-12-6 {
    line-height: 12.6;
}

.lh-12-8 {
    line-height: 12.8;
}

.lh-13 {
    line-height: 13;
}

.lh-13-2 {
    line-height: 13.2;
}

.lh-13-4 {
    line-height: 13.4;
}

.lh-13-6 {
    line-height: 13.6;
}

.lh-13-8 {
    line-height: 13.8;
}

.lh-14 {
    line-height: 14;
}

.lh-14-2 {
    line-height: 14.2;
}

.lh-14-4 {
    line-height: 14.4;
}

.lh-14-6 {
    line-height: 14.6;
}

.lh-14-8 {
    line-height: 14.8;
}

.lh-15 {
    line-height: 15;
}

.lh-15-2 {
    line-height: 15.2;
}

.lh-15-4 {
    line-height: 15.4;
}

.lh-15-6 {
    line-height: 15.6;
}

.lh-15-8 {
    line-height: 15.8;
}

.lh-16 {
    line-height: 16;
}

.lh-16-2 {
    line-height: 16.2;
}

.lh-16-4 {
    line-height: 16.4;
}

.lh-16-6 {
    line-height: 16.6;
}

.lh-16-8 {
    line-height: 16.8;
}

.lh-17 {
    line-height: 17;
}

.lh-17-2 {
    line-height: 17.2;
}

.lh-17-4 {
    line-height: 17.4;
}

.lh-17-6 {
    line-height: 17.6;
}

.lh-17-8 {
    line-height: 17.8;
}

.lh-18 {
    line-height: 18;
}

.lh-18-2 {
    line-height: 18.2;
}

.lh-18-4 {
    line-height: 18.4;
}

.lh-18-6 {
    line-height: 18.6;
}

.lh-18-8 {
    line-height: 18.8;
}

.lh-19 {
    line-height: 19;
}

.lh-19-2 {
    line-height: 19.2;
}

.lh-19-4 {
    line-height: 19.4;
}

.lh-19-6 {
    line-height: 19.6;
}

.lh-19-8 {
    line-height: 19.8;
}

.lh-20 {
    line-height: 20;
}

@media (max-width: 767px) {
    .sm-fs-12 {
        font-size: 12px;
    }

    .sm-fs-14 {
        font-size: 14px;
    }

    .sm-fs-16 {
        font-size: 16px;
    }

    .sm-fs-18 {
        font-size: 18px;
    }

    .sm-fs-20 {
        font-size: 20px;
    }

    .sm-fs-22 {
        font-size: 22px;
    }

    .sm-fs-24 {
        font-size: 24px;
    }

    .sm-fs-26 {
        font-size: 26px;
    }

    .sm-fs-28 {
        font-size: 28px;
    }

    .sm-fs-30 {
        font-size: 30px;
    }

    .sm-fs-32 {
        font-size: 32px;
    }

    .sm-fs-34 {
        font-size: 34px;
    }

    .sm-fs-36 {
        font-size: 36px;
    }

    .sm-fs-38 {
        font-size: 38px;
    }

    .sm-fs-40 {
        font-size: 40px;
    }

    .sm-fw-100 {
        font-weight: 100;
    }

    .sm-fw-200 {
        font-weight: 200;
    }

    .sm-fw-300 {
        font-weight: 300;
    }

    .sm-fw-400 {
        font-weight: 400;
    }

    .sm-fw-500 {
        font-weight: 500;
    }

    .sm-fw-600 {
        font-weight: 600;
    }

    .sm-fw-700 {
        font-weight: 700;
    }

    .sm-fw-800 {
        font-weight: 800;
    }

    .sm-fw-900 {
        font-weight: 900;
    }

    .sm-lh-1 {
        line-height: 1;
    }

    .sm-lh-1-2 {
        line-height: 1.2;
    }

    .sm-lh-1-4 {
        line-height: 1.4;
    }

    .sm-lh-1-6 {
        line-height: 1.6;
    }

    .sm-lh-1-8 {
        line-height: 1.8;
    }

    .sm-lh-2 {
        line-height: 2;
    }

    .sm-lh-2-2 {
        line-height: 2.2;
    }

    .sm-lh-2-4 {
        line-height: 2.4;
    }

    .sm-lh-2-6 {
        line-height: 2.6;
    }

    .sm-lh-2-8 {
        line-height: 2.8;
    }

    .sm-lh-3 {
        line-height: 3;
    }

    .sm-lh-3-2 {
        line-height: 3.2;
    }

    .sm-lh-3-4 {
        line-height: 3.4;
    }

    .sm-lh-3-6 {
        line-height: 3.6;
    }

    .sm-lh-3-8 {
        line-height: 3.8;
    }

    .sm-lh-4 {
        line-height: 4;
    }

    .sm-lh-4-2 {
        line-height: 4.2;
    }

    .sm-lh-4-4 {
        line-height: 4.4;
    }

    .sm-lh-4-6 {
        line-height: 4.6;
    }

    .sm-lh-4-8 {
        line-height: 4.8;
    }

    .sm-lh-5 {
        line-height: 5;
    }

    .sm-lh-5-2 {
        line-height: 5.2;
    }

    .sm-lh-5-4 {
        line-height: 5.4;
    }

    .sm-lh-5-6 {
        line-height: 5.6;
    }

    .sm-lh-5-8 {
        line-height: 5.8;
    }

    .sm-lh-6 {
        line-height: 6;
    }

    .sm-lh-6-2 {
        line-height: 6.2;
    }

    .sm-lh-6-4 {
        line-height: 6.4;
    }

    .sm-lh-6-6 {
        line-height: 6.6;
    }

    .sm-lh-6-8 {
        line-height: 6.8;
    }

    .sm-lh-7 {
        line-height: 7;
    }

    .sm-lh-7-2 {
        line-height: 7.2;
    }

    .sm-lh-7-4 {
        line-height: 7.4;
    }

    .sm-lh-7-6 {
        line-height: 7.6;
    }

    .sm-lh-7-8 {
        line-height: 7.8;
    }

    .sm-lh-8 {
        line-height: 8;
    }

    .sm-lh-8-2 {
        line-height: 8.2;
    }
}

.bg-ashloom-orange {
    background-color: #e7a676;
}

.ishloom-card {
    --grad: red, blue;
    padding: 2.5rem;
    background-image: linear-gradient(to bottom left, #e0e4e5, #f2f6f9);
    border-radius: 2rem;
    gap: 1.5rem;
    display: grid;
    grid-template: 'title icon' 'content content' 'bar bar' / 1fr auto;
    font-family: system-ui, sans-serif;
    color: #444447;
    box-shadow:
        inset -2px 2px hsl(0 0 100% / 1),
        -20px 20px 40px hsl(0 0 0 / .25);

    .title {
        font-size: 1.5rem;
        grid-area: title;
        align-self: end;
        text-transform: uppercase;
        font-weight: 500;
        word-break: break-all;
    }
}

/* Contact Page Custom Styles */
.fs-18 {
    font-size: 18px;
}

.fs-24 {
    font-size: 24px;
}

.mr-15 {
    margin-right: 15px;
}

.mr-20 {
    margin-right: 20px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

.p-20 {
    padding: 20px;
}

.p-40 {
    padding: 40px;
}

.bg-light {
    background-color: #f8f9fa;
}

.bg-white {
    background-color: #ffffff;
}

.contact-info-item .icon {
    min-width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #f1f4fa;
    border-radius: 50%;
}

.contact-info-item .icon i {
    line-height: 50px;
}

.contact-form-wrapper {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.contact-form .form-control {
    border: 1px solid #eee;
    height: 50px;
}

.contact-form textarea.form-control {
    height: auto;
}

.contact-form .form-control:focus {
    border-color: #e08418;
    /* Theme color */
    box-shadow: none;
}

.hover-text-ishloom:hover {
    color: #e08418 !important;
}

.social-links a i {
    width: 40px;
    height: 40px;
    background: #f1f4fa;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    transition: 0.3s;
}

.social-links a:hover i {
    background: #e08418;
    color: #fff;
}

/* =========================================
   Category Archive Styles
   ========================================= */

.category-hero .overlay {
    z-index: 1;
}

.category-hero .container {
    z-index: 2;
}

.product-grid-area {
    background-color: #fbdcc2;
}

/* Prevent long search queries from breaking mobile layout on product archives/search. */
.product-grid-area h1 {
    overflow-wrap: anywhere;
    word-break: break-word;
    hyphens: auto;
}

/* Hover effects for custom grid */
.popular-img img {
    transform: scale(1);
    transition: transform 0.8s cubic-bezier(1, 1, 0.5, 1);
}

.popular-img:hover img {
    transform: scale(1.05);
}

/* Titles */
.single-popular-items .popular-caption h3 a {
    /* color: #d7d7d7 !important; */
    transition: 0.3s;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    font-family: 'Lavish', serif;
}

.single-popular-items .popular-caption h3 a:hover {
    color: #e08418 !important;
}

/* Button override for grid */
.single-popular-items .favorit-items .btn,
.single-popular-items .favorit-items .add-to-cart-btn {
    padding: 15px 30px;
    font-size: 14px;
    background: #e08418;
    color: #fff !important;
    border-radius: 5px;
    text-transform: capitalize;
    display: inline-block;
    cursor: pointer;
    border: none;
    line-height: normal;
    /* Fix for potential line-height issues */
    text-decoration: none;
    transition: 0.3s;
    margin: 5px;
    /* Ensure spacing if gap fails */
}

.single-popular-items .favorit-items .add-to-cart-btn:hover {
    background: #c57210;
}

.add-to-cart-btn.loading {
    opacity: 0.7;
    pointer-events: none;
}

.add-to-cart-btn.added::after {
    font-family: 'WooCommerce';
    content: '\e017';
    margin-left: 5px;
}


/* Pagination Adjustments */
.woocommerce-pagination ul {
    border: none !important;
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 50px;
}

.woocommerce-pagination ul li {
    border: none !important;
    overflow: hidden;
}

.woocommerce-pagination ul li .page-numbers {
    background: #f9f9f9;
    color: #140C40;
    padding: 15px 20px;
    border-radius: 5px;
    font-weight: 600;
    transition: 0.3s;
    display: block;
    line-height: 1;
}

.woocommerce-pagination ul li .page-numbers:hover,
.woocommerce-pagination ul li .page-numbers.current {
    background: #e08418;
    color: #fff;
}

/* CSS */
.button-24 {
    background: #e08418;
    border: 1px solid #e08418;
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0.1) 1px 2px 4px;
    box-sizing: border-box;
    color: #FFFFFF !important;
    cursor: pointer;
    display: inline-block;
    font-family: nunito, roboto, proxima-nova, "proxima nova", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    min-height: 40px;
    outline: 0;
    padding: 12px 14px;
    text-align: center;
    text-rendering: geometricprecision;
    text-transform: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: middle;
}

.button-24:hover,
.button-24:active {
    background-color: #fff;
    background-position: 0 0;
    color: #e08418 !important;
}

.button-24:active {
    opacity: .5;
}

/* =========================================
   Single Product Page Styles
   ========================================= */

/* Breadcrumb */
.woocommerce-breadcrumb {
    color: #888;
    font-size: 14px;
    margin-bottom: 20px;
}

.woocommerce-breadcrumb a {
    color: #140C40;
}

.woocommerce-breadcrumb a:hover {
    color: #e08418;
}

/* Gallery */
.woocommerce-product-gallery img {
    border-radius: 10px;
    width: 100%;
    height: auto;
}

/* Info */
.product-details-content .product_title {
    margin-bottom: 15px;
}

/* Form Elements */
/* .product-details-content form.cart {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
} */

/* Global Quantity Selector Removal of Standard Arrows */
input[type="number"].qty::-webkit-outer-spin-button,
input[type="number"].qty::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important;
}

input[type="number"].qty {
    -moz-appearance: textfield !important;
}

/* Custom Quantity Wrapper Styles */
.ishloom-quantity {
    display: inline-flex !important;
    align-items: center !important;
    background: #ffffff !important;
    border-radius: 4px !important;
    padding: 0 !important;
    border: 1px solid #e08418 !important;
    width: fit-content !important;
    overflow: hidden !important;
    vertical-align: middle !important;
    margin-right: 8px !important;
    margin-left: 8px !important;
}

.ishloom-quantity button {
    background: #fdfbf8 !important;
    border: none !important;
    color: #e08418 !important;
    font-size: 20px !important;
    font-weight: bold !important;
    padding: 0 !important;
    cursor: pointer !important;
    line-height: normal !important;
    height: 40px !important;
    width: 35px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.2s ease !important;
    margin: 0 !important;
    box-shadow: none !important;
    z-index: 1 !important;
}

.ishloom-quantity button:hover {
    background: #e08418 !important;
    color: #ffffff !important;
    border-radius: 0 !important;
}

/* Ensure standard quantity div inside our wrapper doesn't have extra padding/borders */
.ishloom-quantity div.quantity {
    display: inline-block !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
}

.ishloom-quantity div.quantity input.qty {
    width: 50px !important;
    height: 40px !important;
    text-align: center !important;
    border: none !important;
    background: transparent !important;
    color: #140C40 !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    padding: 0 !important;
    margin: 0 !important;
    border-left: 1px solid rgba(224, 132, 24, 0.2) !important;
    border-right: 1px solid rgba(224, 132, 24, 0.2) !important;
    box-shadow: none !important;
    -moz-appearance: textfield !important;
}

/* Slick Slider Controls */
.slick-prev,
.slick-next {
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 45px !important;
    height: 45px !important;
    background: #140c40 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 5px !important;
    cursor: pointer !important;
    z-index: 100 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.3s ease !important;
}

.slick-prev {
    left: -25px !important;
}

.slick-next {
    right: -25px !important;
}

.slick-prev:hover,
.slick-next:hover {
    background: #e08418 !important;
}

.slick-dots {
    display: flex !important;
    justify-content: center !important;
    list-style: none !important;
    padding: 0 !important;
    margin-top: 30px !important;
    gap: 10px !important;
}

.slick-dots li button {
    font-size: 0 !important;
    width: 12px !important;
    height: 12px !important;
    background: #ddd !important;
    border: none !important;
    border-radius: 50% !important;
    padding: 0 !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
}

.slick-dots li.slick-active button {
    background: #e08418 !important;
    border-radius: 10px !important;
}

.product-details-content button .single_add_to_cart_button {
    background: #e08418 !important;
    color: #fff !important;
    border: none;
    padding: 12px 30px;
    border-radius: 5px;
    font-weight: 500;
    font-size: 16px;
    cursor: pointer;
    transition: 0.3s;
    /* height: 45px; */
    /* Match Qty height */
}

.product-details-content button.single_add_to_cart_button:hover {
    background: #c57210 !important;
    color: #fff !important;
}

/* Tabs */
.woocommerce-tabs ul.tabs {
    padding: 0;
    list-style: none;
    display: flex;
    gap: 20px;
    border-bottom: 2px solid #ddd;
    margin-bottom: 20px;
}

.woocommerce-tabs ul.tabs li {
    padding-bottom: 10px;
    border: none;
    background: transparent;
}

.woocommerce-tabs ul.tabs li a {
    font-size: 24px;
    /* font-size: 16px; */
    color: #888 !important;
    font-weight: 600;
    text-transform: capitalize;
}

.woocommerce-tabs ul.tabs li.active a,
.woocommerce-tabs ul.tabs li:hover a {
    color: #e08418 !important;
}

.woocommerce-tabs ul.tabs li.active {
    border-bottom: 2px solid #e08418;
    margin-bottom: -2px;
}

.woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information.panel.entry-content.wc-tab h2 {
    text-transform: capitalize !important;
}

/* Related Products */
.related.products h2 {
    font-family: 'Lavish', serif;
    font-size: 32px;
    text-align: center;
    margin-bottom: 40px;
}

/* ----------------------------------------------------
   PREMIUM CART TABLE STYLES
---------------------------------------------------- */
.shop_table {
    border-collapse: collapse !important;
    /* Changed from separate to collapse for cleaner look */
    width: 100%;
    border-radius: 20px;
    border: none !important;
    margin-bottom: 0 !important;
    /* Remove bottom margin */
}

.shop_table thead th {
    /* font-family: 'Lavish', serif; */
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff !important;
    background: #e08418;
    /* Light background for header */
    border-bottom: 2px solid #eaeaea;
    /* clean border */
    border-top: 1px solid #eaeaea;
    padding: 18px 15px;
    /* More padding */
    font-weight: 600;
    text-align: left;
    /* Align left */
}

/* Row Styling */
.shop_table tbody tr {
    border-bottom: 1px solid #eaeaea;
    /* Separator for rows */
    background: #fff7eb;
}

.shop_table tbody tr:last-child {
    border-bottom: none;
}

.shop_table td {
    padding: 25px 15px;
    /* Generous padding */
    vertical-align: middle;
    border-top: none !important;
    /* Override theme defaults */
}

/* Product Thumbnail */
.shop_table .product-thumbnail {
    width: 100px;
    /* Fixed width column */
    text-align: center;
}

.shop_table .product-thumbnail img {
    width: 80px;
    height: 100px;
    /* Portrait aspect ratio looks better for fashion */
    object-fit: cover;
    border-radius: 4px;
}

/* Product Name */
.shop_table .product-name a {
    /* font-family: 'Poppins', sans-serif; */
    font-weight: 600;
    font-size: 16px;
    color: #140C40 !important;
    text-decoration: none;
    display: block;
    margin-bottom: 5px;
}

.shop_table .product-name a:hover {
    color: #e08418 !important;
}

/* Meta data (e.g. Size, Color) */
.shop_table .product-name dl.variation {
    font-size: 13px;
    color: #777;
    margin: 0;
}

.shop_table .product-name dl.variation dt {
    font-weight: 500;
    float: left;
    clear: left;
    margin-right: 5px;
}

.shop_table .product-name dl.variation dd {
    margin-bottom: 0;
}

/* Price & Subtotal */
.shop_table .product-price,
.shop_table .product-subtotal {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #333;
}

.shop_table .product-subtotal {
    color: #02354b;
    font-weight: 700;
}

/* Quantity Input */
.shop_table .quantity {
    margin: 0 auto;
    /* Center it */
}

.shop_table .quantity input.qty {
    width: 60px;
    height: 45px;
    text-align: center;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    font-weight: 600;
    color: #333;
    background: #fff;
}

/* Remove Button */
.shop_table .product-remove {
    width: 40px;
}

.shop_table .product-remove .remove {
    color: #999 !important;
    font-size: 20px;
    font-weight: 400;
    /* Thinner weight */
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid transparent;
    transition: 0.3s;
}

.shop_table .product-remove .remove:hover {
    color: #ff3500 !important;
    background: #fff0eb;
    border-color: #ff3500;
}

/* Coupon & Actions Row */
.shop_table .actions {
    padding: 30px 0 !important;
    background: transparent !important;
}

.shop_table .coupon {
    display: flex;
    align-items: center;
    gap: 15px;
    /* Use gap for spacing */
}

.shop_table .coupon label {
    display: none;
    /* Hide label */
}

.shop_table .input-text#coupon_code {
    height: 50px;
    padding: 0 20px;
    border: 1px solid #ddd;
    border-radius: 0;
    width: 250px;
    margin: 0;
    /* reset margin */
}

.shop_table .button[name="apply_coupon"],
.shop_table .button[name="update_cart"] {
    background: #480109;
    color: #fff !important;
    border: none;
    border-radius: 5px;
    padding: 15px 30px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 13px;
    transition: 0.3s;
    height: 50px;
    line-height: normal;
}

.shop_table .button[name="apply_coupon"]:hover,
.shop_table .button[name="update_cart"]:hover {
    background: #e08418;
    border-radius: 10px;
}

/* Mobile Responsive Tweaks */
@media (max-width: 768px) {
    .shop_table thead {
        display: none;
        /* Hide header on mobile for card view */
    }
	
	.add-to-cart-height .shop_table tbody tr{
		height: auto;
	}

    .shop_table tbody tr {
        display: block;
        margin-bottom: 20px;
        border: 1px solid #eaeaea;
        padding: 15px;
		height: 150px;
    }

    .shop_table td {
        display: flex;
        justify-content: space-between;
        align-items: center;
        text-align: right;
        padding: 10px 0;
        border: none;
    }

    .shop_table td::before {
        content: attr(data-title);
        float: left;
        font-weight: 600;
        color: #888;
        font-size: 14px;
    }

    .shop_table .product-thumbnail,
    .shop_table .product-remove {
        text-align: center;
        justify-content: center;
    }

    .shop_table .product-thumbnail img {
        height: auto;
    }
}

/* Product Card Action Styles */
.product-action-right {
    opacity: 1;
    visibility: visible;
    right: 0 !important;
    transition: all 0.4s ease;
}

.action-btn {
    transition: all 0.3s ease;
    color: #ed3602 !important;
    border: 1px solid #ed3602 !important;
}

.action-btn:hover {
    /* background-color: #e08418 !important; */
    /* Ashloom Orange */
    color: #fff !important;
    border: 1px solid #e08418 !important;
}

/* Wishlist buttons: override action-btn hover - use orange #e08418 instead of white */
/* FA JS replaces <i> with <svg> - target both i and svg */
.wishlist-btn.action-btn:hover,
.wishlist-btn.action-btn:hover i,
.wishlist-btn.action-btn:hover i::before,
.wishlist-btn.action-btn:hover svg,
.wishlist-btn.action-btn:hover svg.fa-heart,
.wishlist-btn.action-btn:hover svg path,
.ishloom-wishlist-btn.action-btn:hover,
.ishloom-wishlist-btn.action-btn:hover i,
.ishloom-wishlist-btn.action-btn:hover svg,
.ishloom-wishlist-btn.action-btn:hover svg path,
.related-products-slider .wishlist-btn.action-btn:hover i,
.related-products-slider .wishlist-btn.action-btn:hover svg,
.related-products-slider .wishlist-btn.action-btn:hover svg path,
.popular-img .product-action-right .wishlist-btn.action-btn:hover i,
.popular-img .product-action-right .wishlist-btn.action-btn:hover svg,
.popular-img .product-action-right .wishlist-btn.action-btn:hover svg path {
    color: #e08418 !important;
    fill: #e08418 !important;
}

.action-btn:hover .tooltip-text {
    opacity: 1;
    visibility: visible;
    right: 120% !important;
    /* Move slightly left */
}


/* -----------------------------------------------------------
   Checkout Page Redesign
----------------------------------------------------------- */

/* General Layout */
.woocommerce-checkout .col2-set {
    width: 100% !important;
    float: none !important;
    margin: 0 !important;
}

.woocommerce-checkout .col2-set .col-1,
.woocommerce-checkout .col2-set .col-2 {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    float: none !important;
    padding: 0 !important;
}

/* Order Summary Box */
.order-summary-box {
    border: 1px solid #e5e5e5;
    background-color: #fafafa !important;
    /* Light background */
}

/* Form Fields */
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    padding: 12px 15px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    /* Slightly rounded */
    font-size: 15px;
    color: #333;
    background-color: #fff;
    transition: all 0.3s ease;
}

.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row textarea:focus {
    border-color: #000;
    /* Darker border on focus */
    outline: none;
    box-shadow: none;
}

/* Labels */
.woocommerce form .form-row label {
    font-weight: 500;
    color: #000046;
    /* Matching theme dark blue */
    font-size: 14px;
    margin-bottom: 6px;
}

/* Headings */
.woocommerce-billing-fields h3,
#order_review_heading {
    color: #000046;
    font-weight: 600;
}

.woocommerce-checkout-payment {
    background: transparent !important;
    border-radius: 0 !important;
}

/* Button */
#place_order {
    background-color: #000;
    color: #fff;
    width: 100%;
    padding: 15px;
    font-weight: 600;
    border-radius: 5px;
    transition: 0.3s;
}

#place_order:hover {
    background-color: #333;
}

/* Hide "View Cart" messages on Archive Pages (Category, Shop, etc.) */
.archive.woocommerce .woocommerce-message,
.tax-product_cat .woocommerce-message {
    display: none !important;
}

.posted_in a {
    color: #e08418 !important;
    text-decoration: none !important;
}

.posted_in a:hover {
    color: #cc8d00 !important;
    text-decoration: none !important;
}

.posted_in {
    color: #000 !important;
}


/* -----------------------------------------------------------
   Cart Page Redesign - Clean Style
----------------------------------------------------------- */

/* Table Structure */
.woocommerce-cart .woocommerce-cart-form__contents {
    border: none;
}

.woocommerce-cart .woocommerce-cart-form__contents thead {
    background-color: #f2f2f2;
    /* Light gray header background like reference 2 */
}

.woocommerce-cart .woocommerce-cart-form__contents th {
    background: #e08418;
    font-weight: 500;
    color: #444;
    border: none;
    padding: 15px 20px;
    font-size: 14px;
    text-transform: none;
    /* Reference has normal case/sentence case? Check image. Looks like "Product", "Price" */
}

.woocommerce-cart .woocommerce-cart-form__contents td {
    padding: 24px 20px;
    border-bottom: 1px solid #eaeaea;
    vertical-align: middle;
    background-color: #fff;
}

/* Product Info */
.woocommerce-cart .product-thumbnail {
    width: 120px;
    padding-right: 0 !important;
    /* Close to name */
}

.woocommerce-cart .product-thumbnail img {
    border-radius: 4px;
    width: 100px;
    height: 120px;
    object-fit: cover;
    box-shadow: none;
    border: 1px solid #eee;
}

/* Force larger thumbnail on cart table (desktop/tablet) */
.woocommerce-cart .woocommerce-cart-form__contents td.product-thumbnail {
    width: 108px !important;
    min-width: 108px !important;
}

.woocommerce-cart .woocommerce-cart-form__contents td.product-thumbnail img {
    width: 82px !important;
    height: 98px !important;
    max-width: none !important;
    object-fit: cover !important;
}

.woocommerce-cart .product-name a {
    font-weight: 600;
    color: #333;
    font-size: 16px;
    text-decoration: none;
}

.woocommerce-cart .product-price,
.woocommerce-cart .product-subtotal {
    font-weight: 600;
    color: #333;
    font-size: 16px;
}

/* Quantity styles moved to global .quantity-wrapper */

.wc-block-components-quantity-selector button {
    padding: 0 !important;
}

.wc-block-cart-item__quantity button {
    padding: 0 20px !important;
    border-radius: 12px !important;
}

.wc-block-cart-item__quantity button:hover {
    background: transparent !important;
    border: none !important;
    color: #333 !important;
    font-weight: 600 !important;
}

.wc-block-cart-item__quantity {
    align-items: center !important;

}


/* Remove Icon - Trash Styling */
.woocommerce-cart .product-remove .remove {
    background: transparent !important;
    border: none !important;
    border-radius: 0;
    width: auto;
    height: auto;
    color: #999 !important;
    display: inline-block;
}

.woocommerce-cart .product-remove .remove:hover {
    background: transparent !important;
    border: none !important;
    color: #333 !important;
    /* Darker on hover */
}

.woocommerce-cart .product-remove .remove svg {
    width: 18px;
    height: 18px;
}

/* Responsive Mobile Cart Fixes */
@media (max-width: 768px) {
    .woocommerce-cart .woocommerce-cart-form__contents thead {
        display: none !important;
    }

    .woocommerce-cart .woocommerce-cart-form__contents tr {
        display: block !important;
        margin-bottom: 20px !important;
        background: #fff !important;
        border-radius: 10px !important;
        padding: 5px !important;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05) !important;
		height:auto;
    }

    .woocommerce-cart .woocommerce-cart-form__contents td {
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
        padding: 12px 15px !important;
        border-bottom: 1px solid #f9f9f9 !important;
        text-align: right !important;
        font-size: 14px !important;
    }

    /* Fix for Label Cutoff */
    .woocommerce-cart .woocommerce-cart-form__contents td::before {
        content: attr(data-title) ": ";
        font-weight: 700 !important;
        color: #140C40 !important;
        float: none !important;
        margin-right: 15px !important;
        flex-shrink: 0 !important;
        text-align: left !important;
        min-width: 100px !important;
        /* Ensure labels have enough space */
    }

    .woocommerce-cart .product-thumbnail {
        justify-content: center !important;
        border: none !important;
        width: 100px !important;
    }

    .woocommerce-cart .product-thumbnail img {
        width: 84px !important;
        height: 104px !important;
        object-fit: cover;
    }

    .woocommerce-cart .product-thumbnail::before {
        display: none !important;
        /* Don't show "Product" label for the image */
    }

    .woocommerce-cart .quantity-wrapper {
        margin-left: auto !important;
        margin-right: 0 !important;
    }

    /* Coupon Stacking for Mobile */
    .woocommerce-cart .actions .coupon {
        display: flex !important;
        flex-direction: column !important;
        gap: 15px !important;
        width: 100% !important;
        padding: 10px 0 !important;
    }

    .woocommerce-cart .actions .coupon label {
        display: none !important;
        /* Hide label string if redundant */
    }

    .woocommerce-cart .actions .coupon input.input-text {
        width: 100% !important;
        margin: 0 !important;
        height: 45px !important;
        border-radius: 6px !important;
    }

    .woocommerce-cart .actions .coupon button.button {
        width: 100% !important;
        margin: 0 !important;
        height: 48px !important;
        border-radius: 6px !important;
        background: #e08418 !important;
    }
}


/* Cart Totals Box */
.cart-collaterals-wrapper h2 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #333;
    border-bottom: 2px solid #eee;
    /* Underline the title */
    padding-bottom: 10px;
}

.cart_totals table {
    width: 100%;
    margin-bottom: 20px;
    border-collapse: collapse;
}

.cart_totals table th,
.cart_totals table td {
    padding: 15px 0;
    border-bottom: 1px solid #eee;
    font-size: 15px;
}

.cart_totals table th {
    font-weight: 500;
    color: #666;
    width: 40%;
}

.cart_totals table td {
    text-align: right;
    font-weight: 600;
    color: #333;
}

.cart_totals table tr.order-total th {
    font-size: 18px;
    font-weight: 700;
    color: #140C40;
}

.cart_totals table tr.order-total td {
    font-size: 24px;
    font-weight: 800;
    color: #140C40;
}

.cart_totals table tr.order-total td .amount {
    font-size: inherit;
    font-weight: inherit;
}

/* Proceed to Checkout — match Apply coupon / update cart (same page) */
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout .checkout-button.button.alt {
    display: block;
    width: 100%;
    box-sizing: border-box;
    background: #e27d00 !important;
    background-color: #e27d00 !important;
    color: #fff !important;
    border: none !important;
    padding: 15px 30px;
    text-align: center;
    border-radius: 5px !important;
    text-transform: uppercase;
    font-weight: 500 !important;
    font-size: 13px !important;
    letter-spacing: 1px;
    line-height: normal;
    margin-top: 10px;
    transition: background-color 0.3s, border-radius 0.3s;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:focus,
.woocommerce-cart .wc-proceed-to-checkout .checkout-button.button.alt:hover,
.woocommerce-cart .wc-proceed-to-checkout .checkout-button.button.alt:focus {
    background: #e08418 !important;
    background-color: #e08418 !important;
    color: #fff !important;
    /*border-radius: 10px !important;*/
}

/* Force Table Layout on Desktop to fix missing headers */
@media (min-width: 992px) {
    .woocommerce-cart .shop_table_responsive thead {
        display: table-header-group !important;
    }

    .woocommerce-cart .shop_table_responsive tbody tr {
        display: table-row !important;
    }

    .woocommerce-cart .shop_table_responsive td,
    .woocommerce-cart .shop_table_responsive th {
        display: table-cell !important;
    }

    /* Column Widths */
    .woocommerce-cart .product-remove {
        width: 40px;
    }

    .woocommerce-cart .product-thumbnail {
        width: 90px;
    }

    .woocommerce-cart .product-name {
        width: auto;
    }

    /* Takes remaining space */
    .woocommerce-cart .product-price {
        width: 15%;
    }

    .woocommerce-cart .product-quantity {
        width: 15%;
    }

    .woocommerce-cart .product-subtotal {
        width: 15%;
        text-align: right;
    }

    /* Align totals to right */
    .woocommerce-cart .product-subtotal,
    .woocommerce-cart .product-price {
        text-align: right;
    }

    .woocommerce-cart th.product-subtotal,
    .woocommerce-cart th.product-price {
        text-align: right;
    }

    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product {
        width: auto !important;
    }
}

.wp-block-woocommerce-checkout-order-summary-block {
    background-color: #fafafa;
    padding: 20px;
    border-radius: 10px;
}

.wc-block-components-sidebar-layout .wc-block-components-main {
    background-color: #fafafa;
    padding: 20px;
    border-radius: 10px;
}

.zoomImg {
    width: 1000px !important;
    height: 1200px !important;
}

.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled {
    display: flex;
    align-items: center;
    gap: 10px;
}

.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-disabled {
    display: flex;
    align-items: center;
    gap: 10px;
}

.variations table {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    border: none !important;
}
.variations{
    /* border: none !important; */
/*     border: 1px solid #e07b05 !important; */
/*     border-radius: 10px; */
	    margin: 0px !important;

}

.variations tbody {
    display: flex !important;
    gap: 10px !important;
    /* background-color: #c28680 !important; */
    padding: 0px !important;
    border: none !important;
    border-radius: 10px !important;
    flex-direction: column;
}


.variations tbody tr td {
    border: none !important;
}

.variations tbody .label {
    border: none !important;
    color: #140c40 !important;
	padding: 0px;
    margin-bottom: 10px;
	 text-align: start;
    width: auto !important;
}

.flex-control-thumbs li {
    padding: 4px !important;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    width: auto !important;
}

/* --- Fix: Inconsistent Hover on Dropdown Remove Icons (Product Page & Global) --- */
.woocommerce .mini-cart-dropdown .remove:hover,
.woocommerce-page .mini-cart-dropdown .remove:hover,
.mini-cart-dropdown .remove:hover,
.wishlist-dropdown .wishlist-btn:hover,
.wishlist-dropdown .wishlist-btn:hover i,
.wishlist-dropdown .wishlist-item .wishlist-btn:hover i,
.woocommerce .wishlist-dropdown .wishlist-btn:hover i {
    background: transparent !important;
    border: none !important;
    color: #df4a1a !important; 
    text-shadow: none !important;
    box-shadow: none !important;
    text-decoration: none !important;
}

/* Variation Price Styling */
.woocommerce-variation-price .price {
    display: flex;
    align-items: baseline;
    gap: 15px;
    margin-bottom: 20px;
}

.woocommerce-variation-price .price del {
    color: #e08418 !important;
    font-size: 16px !important;
    font-weight: 500;
}
.woocommerce-variation-price .price del bdi {
    color: #e08418 !important;    
}

.woocommerce-variation-price .price ins {
    text-decoration: none;
    color: #111 !important;
    font-size: 30px !important;
    font-weight: 600;
}
.woocommerce-variation-price .price ins bdi {
    color: #111 !important;
}

.woocommerce-variation-price .price > .woocommerce-Price-amount {
    color: #111 !important;
    font-size: 50px !important;
    font-weight: 800;
}

.search-submit {
    background-color: #e08418 !important;
    color: #fff !important;
    padding: 10px 10px !important;
    border-radius: 8px !important;
    font-size: 14px;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"],
a.button,
a.button:hover,
a.wp-block-button__link:not(.has-background) {
    color: #ffffff !important;
    background-color: #e08418 !important;
    /* padding: 10px 10px !important; */
    border-radius: 10px !important;
    font-size: 14px;
}

.slick-dots .slick-active button a.button {
    background-color: transparent !important;
    border: none !important;
    padding: 0 !important;
}

.slick-dots .slick-active button a.button:hover {
    background-color: #fff !important;
    border: none !important;
}

/* button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
a.button:hover,
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
a.button:focus,
a.wp-block-button__link:not(.has-background):active,
a.wp-block-button__link:not(.has-background):focus,
a.wp-block-button__link:not(.has-background):hover {
    color: #ffffff;
    background-color: #cc1818 !important;
    padding: 10px 20px !important;
    border-radius: 15px !important;
    transform: scale(1.05);
    box-shadow: 5px 5px 0 #cddc3950;
} */

.wc-block-cart__submit {
    background-color: #e08418 !important;
    color: #fff !important;
    border-radius: 10px !important;
}

.wc-block-cart__submit:hover {
    background-color: #cc1818 !important;
    color: #fff !important;
    border-radius: 15px !important;
}

.wc-block-cart .wp-block-woocommerce-cart-order-summary-block {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
}

.wc-block-components-quantity-selector {
    width: auto;
    border: none;
}

.woocommerce table.shop_table th {
    font-weight: 500 !important;
}

.is-mobile table.wc-block-cart-items .wc-block-cart-items__row {
    margin-bottom: 5px !important;
    display: flex;
    flex-wrap: wrap;
    padding: 0 !important;
}

.is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity {
    padding: 0 !important;
}

.wc-block-cart-item__remove-link {
    text-decoration: none !important;
    color: #fff !important;
}

.table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
    display: inline-block !important;
    margin: 0 auto !important;
}

.wc-block-components-product-name {
    display: inline-block !important;
    text-align: center !important;
    margin-bottom: 0 !important;
}

.table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name a {
    display: inline-block !important;
    margin: 0 auto !important;
}

.wc-block-cart-item__quantity .wc-block-components-quantity-selector .wc-block-cart-item__remove-link button {
    padding: 0 !important;
    background-color: transparent !important;
    border: none !important;
}

.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button {
    padding: 0 !important;
    background-color: transparent !important;
}

.wc-block-components-quantity-selector__button,
.wc-block-components-quantity-selector__button--plus {
    color: #000 !important;
}

.wc-block-components-quantity-selector__button:hover,
.wc-block-components-quantity-selector__button--plus:hover {
    color: #e08418 !important;
}

.table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__wrap {
    margin-bottom: 5px !important;
}

.wc-block-cart-item__wrap {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/* --- Wishlist Styles --- */
.header-wishlist-icon .wishlist-contents {
    position: relative;
    color: #1f1f1f !important;
    font-size: 18px;
    padding: 0 10px;
}

.header-wishlist-icon .wishlist-contents:hover {
    color: #e08418 !important;
}

.header-wishlist-icon .wishlist-count {
    position: absolute;
    top: -8px;
    right: -2px;
    background: #e08418;
    color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
}

/* Button & Icon States */
.wishlist-btn i {
    transition: all 0.3s ease;
}
.wishlist-btn.in-wishlist a{
    color: #000 !important;
}
.wishlist-btn.in-wishlist a:hover{    color: #e08418 !important;
}
.wishlist-btn.in-wishlist i,
.ishloom-cart-btn.in-cart i {
    color: #e08418;
}
.ishloom-cart-btn:hover{
    color: #e08418 !important;
}

.cart-btn-clr{
    color: #e08418 !important;
	    border: 1px solid #ed3602 !important;
}

/* Spinner for AJAX Loading (Optional) */
.wishlist-btn.loading i {
    opacity: 0.5;
    animation: pulse 1s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.8);
    }

    100% {
        transform: scale(1);
    }
}

/* AJAX Showcase Wishlist Button (in functions.php loop) */
.showcase-img {
    position: relative;
}

.showcase-img .wishlist-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #fff;
    border: none;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    opacity: 0;
    transition: opacity 0.3s;
}

.showcase-img:hover .wishlist-btn {
    opacity: 1;
}

/* Wishlist Page Styles */
.wishlist-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.wishlist-actions .btn {
    padding: 15px 15px;
}

.wishlist-actions .wishlist-btn {
    background: transparent;
    border: 1px solid #ddd;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.wishlist-actions .wishlist-btn:hover {
    background: #ffb663 !important;
    /* background: #f5f5f5 !important; */
}

.wishlist-img {
    width: 100%;
    aspect-ratio: 3/3;
    object-fit: cover;
}

.glass-morphism {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.glass-morphism-2 {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 2px solid rgba(255, 255, 255, 0.5);
}

.glass-morphism-3 {
    background: rgb(67 67 66 / 52%);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.glass-morphism-4 {
    background: rgb(116 72 34 / 30%);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 3px solid rgba(255, 255, 255, 0.5);
}

/***** CART ITEMS STYLES *****/
/* Responsive Cart Styles - Mobile/Tablet Card View */
/* Responsive Cart Styles - Mobile/Tablet Horizontal Card View */
/* Responsive Cart Styles - Mobile/Tablet Horizontal Card View */
@media (max-width: 991px) {

    .wc-block-cart__main .wc-block-cart-items,
    .wc-block-cart__main .wc-block-cart-items tbody {
        display: flex !important;
        flex-direction: row !important;
        /* Allow grid flow */
        flex-wrap: wrap !important;
        gap: 10px !important;
        width: 100% !important;
    }

    .wc-block-cart-items__row {
        display: flex !important;
        flex-direction: row !important;
        /* Horizontal layout internal */
        /* Force 2 columns: 50% minus gap adjustment */
        flex: 0 0 calc(50% - 10px) !important;
        width: calc(50% - 10px) !important;
        max-width: calc(50% - 10px) !important;

        align-items: stretch !important;
        background-color: #fff !important;
        border-radius: 8px;
        padding: 10px !important;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
        margin-bottom: 0 !important;
        position: relative;
    }

    /* Stack to 1 column on very small screens */
    @media (max-width: 480px) {
        .wc-block-cart-items__row {
            flex: 1 1 100% !important;
            width: 100% !important;
            max-width: 100% !important;
        }
    }

    /* Column 1: Image */
    .wc-block-cart-items__row td.wc-block-cart-item__image {
        display: block !important;
        width: 80px !important;
        /* Slightly smaller for grid */
        min-width: 80px !important;
        padding: 0 !important;
        margin-right: 10px !important;
        border: none !important;
    }

    .wc-block-cart-item__image img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        border-radius: 4px !important;
        aspect-ratio: 3/4 !important;
    }

    /* Column 2: Content Wrapper */
    .wc-block-cart-items__row td.wc-block-cart-item__product,
    .wc-block-cart-items__row td.wc-block-cart-item__quantity,
    .wc-block-cart-items__row td.wc-block-cart-item__total {
        display: flex !important;
        padding: 0 !important;
        border: none !important;
    }

    /* Product Name */
    .wc-block-cart-items__row td.wc-block-cart-item__product {
        flex: 1 !important;
        flex-direction: column !important;
        justify-content: flex-start !important;
        text-align: left !important;
        margin-right: 25px !important;
        /* Space for trash */
    }

    .wc-block-components-product-name {
        font-size: 14px !important;
        /* Slightly smaller text */
        font-weight: 600 !important;
        margin-bottom: 5px !important;
        text-align: left !important;
        display: block !important;
        line-height: 1.2 !important;
    }

    /* Quantity */
    .wc-block-cart-items__row td.wc-block-cart-item__quantity {
        position: absolute !important;
        bottom: 10px !important;
        left: 100px !important;
        /* 80px img + 10px gap + 10px padding */
        width: auto !important;
    }

    .wc-block-components-quantity-selector {
        border: 1px solid #e0e0e0 !important;
        border-radius: 20px !important;
        padding: 1px 4px !important;
        transform: scale(0.9);
        /* Scale down if needed */
        transform-origin: left bottom;
    }

    /* Price */
    .wc-block-cart-items__row td.wc-block-cart-item__total {
        position: absolute !important;
        bottom: 10px !important;
        right: 10px !important;
        width: auto !important;
        text-align: right !important;
    }

    .wc-block-formatted-currency {
        font-size: 16px !important;
        font-weight: 700 !important;
        color: #333 !important;
    }

    /* Trash Icon */
    .wc-block-cart-item__remove-link {
        position: absolute !important;
        top: 10px !important;
        right: 10px !important;
        color: #999 !important;
        font-size: 16px !important;
    }

    /* Hide headers */
    .wc-block-cart-items__header,
    .wc-block-cart-items__header-total {
        display: none !important;
    }

    .signature-item .item-details h3 {
        font-size: 18px;
        margin-bottom: 5px;
    }
}


.wc-block-cart__empty-cart__title {
    color: #fff !important;
}

.wp-block-heading {
    color: #fff !important;
}

.wc-block-grid__product {
    background-color: #f9c78d !important;
    padding: 20px;
}

.wc-block-cart-item__wrap {
    border-radius: 8px;
    /* display: flex;
    align-items: center;
    justify-content: space-evenly; */
    padding: 20px;
}

.wc-block-components-product-name {
    font-weight: 600;
    color: #000 !important;
}

.wc-block-cart__main .wc-block-cart-items td {
    vertical-align: middle !important;
}

.wc-block-cart-item__total-price-and-sale-badge-wrapper {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 8px;
}

.wc-block-components-product-badge.wc-block-components-sale-badge {
    display: none !important;
}

.wc-block-cart-item__image img {
    border-radius: 8px;
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
}


/* Related Products Styling */
.related.products {
    margin-top: 50px;
}

.related.products>h2 {
    font-family: 'Lavish', serif;
    font-size: 36px;
    color: #140C40 !important;
    margin-bottom: 30px;
}

.related.products ul.products li.product .woocommerce-loop-product__title {
    font-family: 'Lavish', serif;
    font-size: 20px;
    font-weight: 600;
    color: #140C40 !important;
    margin-top: 15px;
}

.related.products ul.products li.product .price {
    color: #140C40 !important;
    font-weight: 600;
    font-size: 14px;
    position: absolute;
    bottom: 5px;
}

.related.products ul.products li.product .button {
    background-color: #e08418;
    color: #fff;
    border-radius: 5px;
    padding: 10px 10px;
    margin-top: 10px;
    font-size: 12px;
    text-transform: uppercase;
}


.related.products ul.products li.product .button:hover {
    transition: all 0.3s ease !important;
    transform: scale(1.1) !important;
}

.columns-4 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
}

.onsale {
    display: none !important;
}

.related.products ul.products li {
    background-color: #FFEDD8;
    padding: 8px;
    border-radius: 10px;
    border: 1px solid #ff0373;
    position: relative;
}

.related.products ul.products li img {
    border-radius: 10px;
}

.related.products ul.products li .button {
    float: right;
}

.related.products ul.products li .price {
    float: left;
    display: block;
    align-items: center;
    position: absolute;
    bottom: 30px;
}

.emoji img {
    display: none !important;
}

#billing_country_field,
#shipping_country_field,
.woocommerce-billing-fields .form-row#billing_country_field,
.woocommerce-shipping-fields .form-row#shipping_country_field,
.woocommerce-checkout .select2-container--default .select2-selection--single[aria-labelledby="select2-billing_country-container"],
label[for="billing_country"],
label[for="shipping_country"] {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
}

/* Homepage Slider Dots - Change to White */
.slider-active.dot-style .slick-dots li button {
    background-color: #fff !important;
    border: 1px solid #fff !important;
    /* Optional: in case there's a border */
}

/* Active Dot - Optional: Keep it distinct or make it white too? 
   User said "change to #fff", assuming all dots or the main color.
   Often active dot is the filled one, inactive are hollow or transparent. 
   If the generic button style makes them all orange, this will make them all white. 
   Let's ensure the active state is also handled if needed, or maybe user wants them all white.
   I'll stick to the base button for now.
*/
.slider-active.dot-style .slick-dots li.slick-active button {
    background-color: #fff !important;
    opacity: 1;
}

.slider-active.dot-style .slick-dots li button:hover {
    background-color: #fff !important;
}

.login-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
}

.login-modal-content {
    background: #fff;
    max-width: 400px;
    margin: 10% auto;
    padding: 30px;
    border-radius: 8px;
    position: relative;
}

.login-close {
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 22px;
    cursor: pointer;
}

/* =========================================
   LOGIN MODAL STYLES (ENHANCED)
   ========================================= */

/* Modal Overlay */
.login-modal {
    display: none;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(5px);
}

/* Modal Content */
.login-modal-content {
    background-color: #fff;
    margin: 5% auto;
    padding: 40px;
    border: 1px solid #888;
    width: 100%;
    max-width: 500px;
    border-radius: 12px;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    animation: fadeInModal 0.3s ease-out;
}

@keyframes fadeInModal {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.site-main {
    margin: 0 !important;
}

/* Close Button */
.login-close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    top: 15px;
    right: 20px;
    transition: 0.3s;
    cursor: pointer;
}

.login-close:hover,
.login-close:focus {
    color: #e08418;
    text-decoration: none;
    cursor: pointer;
}

/* Tabs */
.login-tabs {
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 25px;
    /* border-bottom: 2px solid #f1f1f1; */
}

.tab-btn {
    /*background: #e7a676 !important;*/
    border: none;
    padding: 10px 15px !important;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    cursor: pointer;
    position: relative;
    transition: 0.8s ease-in-out;
    /* font-family: 'Lavish', serif; */
}

.tab-btn.active {
    color: #ff3500 !important;
    background-color: transparent !important;
    border: 1px solid #ff3500 !important;
}

/* .tab-btn.active::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #e08418;
    transition-delay: 0.8s ease-in-out;
} */

/* Google Login Button */
.google-login-wrapper {
    text-align: center;
    margin-bottom: 20px;
}

.google-login-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 12px;
    background: #003a4e !important;
    /* border: 1px solid #ddd; */
    border-radius: 6px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    cursor: pointer;
    transition: 0.3s;
    margin-bottom: 15px;
}

.google-login-btn:hover {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    transform: scaleY(1.05);
    margin-bottom: 13px;
}

.google-login-btn img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.separator {
    display: flex;
    align-items: center;
    text-align: center;
    margin: 20px 0;
    color: #aaa;
    font-size: 14px;
}

.separator::before,
.separator::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid #eee;
}

.separator span {
    padding: 0 10px;
}

/* WooCommerce Form Overrides inside Modal */
#login-modal .u-columns {
    display: block !important;
    /* Stack columns */
}

#login-modal .u-column1,
#login-modal .u-column2 {
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
    margin: 0 !important;
    padding: 20px !important;
}

#login-modal .woocommerce-form-login,
#login-modal .woocommerce-form-register {
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    box-shadow: none !important;
    transition: 0.8s ease-in-out;
}

#login-modal h2 {
    display: none;
    /* Hide default WC titles */
}

#login-modal form.woocommerce-form {
    padding: 0 !important;
    border: none !important;
}

#login-modal .woocommerce-Input {
    padding: 12px !important;
    border-radius: 5px !important;
    border: 1px solid #ddd !important;
    width: 100%;
}

#login-modal .woocommerce-Button {
    width: 100%;
    padding: 15px;
    border-radius: 5px;
    background: #e08418;
    color: white;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 10px;
}

#login-modal .woocommerce-Button:hover {
    background: #c57210 !important;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

#login-modal .woocommerce-LostPassword {
    text-align: right;
    font-size: 13px;
    margin-top: 10px;
}

#login-modal .woocommerce-form-register p {
    margin-bottom: 15px;
}


.woocommerce-LostPassword .lost_password,
a {
    color: #000 !important;
}

.woocommerce-LostPassword .lost_password:hover,
a:hover {
    color: #e08418 !important;
}

/* Star Ratings Styling */
.product-rating {
    display: block;
    margin-bottom: 5px;
}

.product-rating-stars {
    display: inline-flex;
    gap: 4px;
    /* font-size: 30px; */
    color: #ffc100;
}

.product-rating-stars i {
    font-size: 14px;
}

/* Fallback/Standard WC rating override */
.star-rating {
    display: none !important;
    /* Hide the old font-based system to prefer the new icon system */
}

.woocommerce-Button .button,
button {
    color: #fff !important;
    text-transform: capitalize !important;
    font-weight: 500 !important;
}

.woocommerce-Button .button:hover,
button:hover {
    color: #fff !important;
    background-color: #e08418 !important;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px !important;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
    background-color: #e08418 !important;
    color: #fff !important;
    border-radius: 5px;
    padding: 10px 20px;
    margin-top: 10px;
    font-size: 14px;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit:hover {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.show-password-input {
    color: #fff !important;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    float: right;
}

/* Header User Icon & Dropdown */
.header-user-icon {
    position: relative;
    cursor: pointer;
}

.header-user-icon a i {
    font-size: 18px;
    color: #666;
    transition: 0.3s;
}

.header-user-icon:hover a i {
    color: #6a1b1a;
    /* Ishloom Accent Color */
}

/* Dropdown */
.user-dropdown {
    position: absolute;
    top: 150%;
    right: 0;
    width: 200px;
    background: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-top: 3px solid #6a1b1a;
    visibility: hidden;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.3s ease;
    z-index: 1000;
    padding: 10px 0;
    border-radius: 0 0 5px 5px;
}

.header-user-icon:hover .user-dropdown {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    top: 100%;
}

.user-dropdown li {
    display: block;
    margin: 0;
}

.user-dropdown li a {
    display: block;
    padding: 10px 20px;
    font-size: 14px;
    color: #333 !important;
    font-weight: 500;
    transition: background 0.2s;
}

.user-dropdown li a:hover {
    background: #f9f9f9;
    color: #6a1b1a !important;
    padding-left: 25px !important;
    transition: 0.3s;
    /* Slight movement effect */
}

/* ============================
   WooCommerce My Account Customization
   ============================ */

/* Wrapper */
.my-account-wrapper {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* After logout: use popup login only; hide default WC login/register columns */
.woocommerce-account.ishloom-guest-account-logout-modal .my-account-wrapper #customer_login {
    display: none !important;
}

.woocommerce-account .ishloom-post-logout-hint {
    margin-bottom: 1.5em;
}

.woocommerce-account .ishloom-post-logout-hint .ishloom-reopen-login-btn {
    margin-left: 0.5em;
    vertical-align: middle;
    background-color: #e08418 !important;
    color: #fff !important;
    border: none;
}

.woocommerce-account .ishloom-post-logout-hint .ishloom-reopen-login-btn:hover {
    background-color: #c76f12 !important;
    color: #fff !important;
}

/* Navigation Layout */
.woocommerce-account .woocommerce-MyAccount-navigation {
    float: left;
    width: 25%;
    border-right: 1px solid #eee;
    padding-right: 20px;
    margin-right: 5%;
    
}

.woocommerce-account .woocommerce-MyAccount-content {
    float: right;
    width: 70%;
    background-color: #fec897 !important;
    padding: 40px !important;
    border-radius: 10px !important;
}

@media (max-width: 768px) {

    .woocommerce-account .woocommerce-MyAccount-navigation,
    .woocommerce-account .woocommerce-MyAccount-content {
        float: none;
        width: 100%;
        border-right: none;
        margin-right: 0;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation {
        margin-bottom: 30px;
        border-bottom: 1px solid #eee;
        padding-bottom: 20px;
    }
}

/* Navigation Links */
.woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.woocommerce-MyAccount-navigation ul li {
    margin-bottom: 5px;
}

.woocommerce-MyAccount-navigation ul li a {
    display: block;
    padding: 12px 20px;
    color: #555 !important;
    font-weight: 500;
    border-radius: 5px;
    transition: all 0.3s ease;
    font-size: 15px;
}

.woocommerce-MyAccount-navigation ul li a:hover {
    background-color: #fec89775;
    color: #9f4f07;
    /* Ishloom Accent */
    transform: translateX(5px);
}

.woocommerce-MyAccount-navigation ul li.is-active a {
    background-color: #fec897;
    color: #9f4f07 !important;
    /* box-shadow: 0 4px 10px rgba(106, 27, 26, 0.2); */
}

/* Content Area */
.woocommerce-MyAccount-content p {
    font-size: 15px;
    line-height: 1.6;
    color: #444;
}

.woocommerce-MyAccount-content h3 {
    font-family: 'Ishloom-Font', serif;
    /* Use theme font */
    color: #222;
    margin-bottom: 20px;
}

/* Address Box Styling */
.woocommerce-MyAccount-content address {
    background: #fdfdfd;
    border: 1px solid #eee;
    padding: 20px;
    border-radius: 8px;
    font-style: normal;
}

/* Buttons */
.woocommerce-MyAccount-content .button {
    background-color: #e08418 !important;
    color: #fff !important;
    padding: 10px 25px;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.woocommerce-MyAccount-content .button:hover {
    background-color: #c9720f !important;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(224, 132, 24, 0.3);
}

/* Form inputs in My Account */
.woocommerce-MyAccount-content form .form-row input.input-text {
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #fff;
}

.woocommerce-MyAccount-content fieldset {
    background: #f9f9f9;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.woocommerce-MyAccount-content fieldset legend {
    font-weight: 600;
    color: #333;
    padding: 0 10px;
}

.woocommerce form .show-password-input,
.woocommerce-page form .show-password-input {
    background: transparent !important;
    color: #000 !important;
}
.woocommerce-account .addresses .title .edit {
    float: left;
    margin-bottom: 10px;
}

/* .woocommerce ul.order_details li{
    color: #fff !important;
} */

/* Force Header Icons Visibility on Mobile */
@media (max-width: 991px) {
    .header-wrapper {
        display: flex !important;
        justify-content: space-between !important;
        align-items: center;
        flex-wrap: nowrap !important;
        position: relative;
    }

    /* Width and spacing adjustments */
    .header-right {
        display: flex !important;
        align-items: center;
        width: auto;
        justify-content: flex-end;
        margin-right: 20px !important;
        /* Enforce spacing */
    }

    /* Adjust margins for mobile compatibility */
    .header-user-icon.mr-4,
    .header-wishlist-icon.mr-4 {
        margin-right: 15px !important;
    }

    /* Ensure icons are visible */
    .header-user-icon,
    .header-wishlist-icon,
    .header-cart-icon {
        display: none !important;
        position: relative;
        z-index: 998;
    }

    /* Mobile Menu Container */
    .mobile_menu {
        width: auto !important;
        display: block !important;
        position: static !important;
        /* Allow dropdown to reference full width header-wrapper */
        margin-left: 0;
    }

    /* Slicknav / Mobile Menu Adjustments */
    .slicknav_menu {
        display: block !important;
        background: transparent;
        padding: 0;
        position: static !important;
        /* Allow dropdown to reference full width header-wrapper */
    }

    .slicknav_btn {
        margin: 0 !important;
        padding: 5px;
        top: 0;
        background-color: transparent;
        position: relative !important;
        /* Button itself needs to be clickable/visible */
        float: none !important;
        z-index: 1001;
        /* Above dropdown */
    }

    .columns-4 {
        display: flex !important;
        flex-wrap: wrap !important;
        width: 100% !important;
        justify-content: center !important;
        align-items: center !important;
    }

    .slicknav_nav {
        background-color: #fff;
        position: absolute;
        top: 100%;
        /* Below header-wrapper */
        left: 0;
        right: 0;
        width: 100%;
        /* Full width */
        z-index: 1000;
        border-top: 1px solid #eee;
        margin-top: 10px;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    }

    /* Adjust icon sizes for mobile */
    .header-user-icon a i,
    .header-wishlist-icon a i,
    .header-cart-icon a i {
        font-size: 20px !important;
        color: #333;
    }

    .wishlist-count,
    .cart-count {
        font-size: 10px !important;
        height: 16px;
        width: 16px;
        line-height: 16px;
    }

    /* Hide search on mobile if it takes too much space, usually search is separate on mobile */
    .woocommerce-product-search {
        display: none !important;
    }

    /* Adjust logo container width */
    .header-left {
        flex: 1;
    }

    .logo img {
        max-width: 120px;
        /* Resize logo if needed */
    }

    .woo-variation-swatches.wvs-show-label .variations th label {
        text-align: center !important;
        /*         display: block !important; */
        justify-content: center !important;
        align-items: center !important;
    }
}

.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot {
    background-color: #e9e7e7 !important;
}

.woocommerce-Tabs-panel.woocommerce-Tabs-panel--description.panel.entry-content.wc-tab h2 {
    font-size: 25px !important;
    /* text-align: center !important; */
    padding-left: 50px !important;
}

.woocommerce-Tabs-panel.woocommerce-Tabs-panel--description.panel.entry-content.wc-tab p {
    padding-left: 50px !important;
    padding-right: 25px !important;
}

.woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information.panel.entry-content.wc-tab h2 {
    font-size: 25px !important;
    padding-left: 50px !important;
}

.woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information.panel.entry-content.wc-tab table {
    padding-left: 50px !important;
    padding-right: 50px !important;
    border: none !important;
}

.woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information.panel.entry-content.wc-tab table tbody,
tr,
th,
td {
    border: none !important;
}

.woocommerce-product-attributes-item__value p {
    color: #e08418 !important;
}

/* 
 * WooCommerce Product Gallery Styles
 */
.woocommerce-product-gallery {
    opacity: 1 !important;
    position: relative;
    max-width: 100%;
}

.woocommerce-product-gallery__trigger {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 99;
}

.flex-viewport {
    max-height: 2000px;
    transition: all 1s ease;
}

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -40px;
    text-align: center;
    padding: 0;
    margin: 0;
    list-style: none;
}

.flex-control-nav li {
    display: inline-block;
    zoom: 1;
    margin: 0 6px;
}

.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #666;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.flex-control-paging li a:hover {
    background: #333;
    background: rgba(0, 0, 0, 0.7);
}

.flex-control-paging li a.flex-active {
    background: #000;
    background: rgba(0, 0, 0, 0.9);
    cursor: default;
}

/* Thumbnail Navigation */
.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

.flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0;
}

.flex-control-thumbs img {
    width: 100%;
    display: block;
    opacity: .7;
    cursor: pointer;
    transition: all .5s ease;
}

.flex-control-thumbs img:hover,
.flex-control-thumbs .flex-active {
    opacity: 1;
}

/* Fix for gallery image sizing */
.woocommerce-product-gallery__image img {
    width: 100%;
    height: auto;
    display: block;
}

.woo-variation-swatches .variable-items-wrapper {
    display: flex !important;
/*     justify-content: center !important; */
}

/* --- Ishloom Product Card Redesign --- */
.ishloom-product-card {
    background: #fff;
    border-radius: 15px;
    padding: 15px;
    text-align: center;
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    /* box-shadow: 0 5px 15px rgba(0,0,0,0.05); */
}

.ishloom-product-card:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}

.ishloom-product-img-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    margin-bottom: 20px;
}

.ishloom-product-img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.5s ease;
    border-radius: 10px;
    aspect-ratio: 4/5;
    object-fit: cover;
}

.ishloom-product-card:hover .ishloom-product-img {
    transform: scale(1.05);
}

.ishloom-wishlist-wrapper {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 5;
}

.ishloom-wishlist-btn {
    width: 45px;
    height: 45px;
    background: #e08418;
    color: #fff !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.ishloom-wishlist-btn:hover {
    transform: scale(1.1);
    background: #c9720f;
}

/* Wishlist Icon Colors & Overrides */
.wishlist-btn.action-btn, 
.ishloom-wishlist-btn.action-btn {
    color: #df8418 !important; /* Force override for .action-btn red */
}

.wishlist-btn.action-btn.in-wishlist,
.ishloom-wishlist-btn.action-btn.in-wishlist,
.wishlist-btn.action-btn.in-wishlist i,
.ishloom-wishlist-btn.action-btn.in-wishlist i {
    color: #e08418 !important;
    -webkit-text-fill-color: #e08418 !important;
}

/* Ensure the icon itself is also targeted for maximum robustness */
.wishlist-btn.in-wishlist i, 
.ishloom-wishlist-btn.in-wishlist i,
.wishlist-btn.in-wishlist svg, 
.ishloom-wishlist-btn.in-wishlist svg {
    color: #e08418 !important;
    -webkit-text-fill-color: #e08418 !important;
}

/* Hover: show #e08418 for BOTH wishlisted AND non-wishlisted heart icons (New Arrivals, product cards, etc.) */
.wishlist-btn.action-btn:hover,
.wishlist-btn.action-btn:hover i,
.ishloom-wishlist-btn.action-btn:hover,
.ishloom-wishlist-btn.action-btn:hover i,
.wishlist-btn.in-wishlist:hover i, 
.ishloom-wishlist-btn.in-wishlist:hover i,
.wishlist-btn.in-wishlist:hover svg, 
.ishloom-wishlist-btn.in-wishlist:hover svg {
    color: #e08418 !important;
    -webkit-text-fill-color: #e08418 !important;
}

/* Single Product Active Cart Button State */
.single_add_to_cart_button.is-added {
    background-color: #e08418 !important;
    border-color: #e08418 !important;
    color: #fff !important;
}

.ishloom-cart-btn.in-cart,
.ishloom-cart-btn.in-cart i,
.ishloom-cart-btn.in-cart svg {
    color: #e08418 !important;
}

.ishloom-cart-btn.in-cart:hover,
.ishloom-cart-btn.in-cart:hover svg {
    color: #fff !important;
}

.ishloom-cart-btn.in-cart:hover i{
    color: #e08418 !important;
}


.ishloom-product-info {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.ishloom-product-actions {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-bottom: 20px;
}

.ishloom-btn-primary {
    background: #e08418;
    color: #fff !important;
    padding: 10px 20px;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    cursor: pointer;
}

.ishloom-btn-primary:hover {
    background: #c9720f;
    box-shadow: 0 4px 12px rgba(224, 132, 24, 0.3);
}

.ishloom-product-title {
    /* font-family: 'Josefin Sans', sans-serif; */
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 15px;
    color: #444 !important;
}

.ishloom-product-title a {
    color: #c57210 !important;
    text-decoration: none;
}

.ishloom-product-title a:hover {
    color: #000 !important;
}

/* Redesigned Price Box */
.ishloom-price-box {
    margin-top: auto;
    border: 1px solid #e08418;
    border-radius: 12px;
    padding: 10px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-self: center;
    min-width: 150px;
    background: #fff;
    margin-bottom: -25px;
    z-index: 10;
    position: relative;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.ishloom-price-box .price,
.ishloom-price-box .amount {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.ishloom-price-box del {
    color: #e08418 !important;
    font-size: 16px !important;
    text-decoration: line-through;
    font-weight: 500;
    margin-bottom: 2px;
    display: block !important;
}

.ishloom-price-box del .amount {
    color: inherit !important;
}

.ishloom-price-box ins {
    text-decoration: none !important;
    color: #0d1734 !important;
    font-size: 22px !important;
    font-weight: 700 !important;
    display: block !important;
}

.ishloom-price-box ins .amount,
.ishloom-price-box>.amount {
    color: #0d1734 !important;
    font-size: 22px !important;
    font-weight: 700 !important;
}


.ishloom-info-top {
    margin-bottom: 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


/* --- Design Fixes (Wishlist Dropdown & Utilities) --- */
.wishlist-dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    width: 300px;
    background: #fff;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    margin-top: 20px;
}

.header-wishlist-icon:hover .wishlist-dropdown {
    opacity: 1;
    visibility: visible;
    margin-top: 10px;
}

.mini_cart_item img {
    width: 50px !important;
    height: 50px !important;
    object-fit: cover !important;
    margin-right: 15px !important;
    border-radius: 4px !important;
}

.mini_cart_item a {
    display: flex !important;
    align-items: center !important;
    font-size: 14px !important;
    color: #333 !important;
    text-decoration: none !important;
    font-weight: 500 !important;
}

.w-100px {
    width: 100px !important;
}


/* --- Product Card Overlap Styles --- */
.ishloom-product-img-wrapper {
    position: relative;
    overflow: visible !important;
    /* Allow buttons to overlap */
}

.ishloom-product-actions {
    position: absolute;
    bottom: -15px;
    /* Overlap image bottom */
    left: 10px;
    right: 10px;
    display: flex;
    gap: 8px;
    justify-content: center;
    z-index: 20;
}

.ishloom-btn-primary {
    padding: 8px 12px !important;
    font-size: 14px !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.ishloom-product-info {
    padding-top: 30px;
    /* Space for overlapping buttons */
}

.ishloom-product-title {
    margin-bottom: 5px !important;
}

.ishloom-product-title a {
    font-family: 'Ishloom-Font', serif !important;
    font-size: 26px !important;
    color: #444 !important;
}

.ishloom-product-title a:hover {
    color: #e08418 !important;
}

.ishloom-price-box {
    margin-bottom: -35px !important;
    /* Deeper overlap as per image */
}


/* --- Dropdown Designs (Wishlist & Mini-Cart) --- */
.wishlist-dropdown,
.mini-cart-dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    width: 350px;
    background: #fff;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    margin-top: 25px;
    padding: 15px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(0, 0, 0, 0.05);
}
.product-name
.line-clamp-2 span,
.line-clamp-2 a {
    font-size: 14px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2 !important;
    line-clamp: 2 !important;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.header-wishlist-icon:hover .wishlist-dropdown,
.header-cart-icon:hover .mini-cart-dropdown {
    opacity: 1;
    visibility: visible;
    margin-top: 15px;
}

/* Common Widget Item Styling */
.mini_cart_item,
.woocommerce-mini-cart-item {
    display: flex !important;
    align-items: center !important;
    padding-bottom: 15px !important;
    margin-bottom: 15px !important;
    border-bottom: 1px solid #f5f5f5 !important;
    position: relative !important;
}

.mini_cart_item:last-child,
.woocommerce-mini-cart-item:last-child {
    border-bottom: none !important;
    margin-bottom: 0 !important;
}

.mini_cart_item img,
.woocommerce-mini-cart-item img {
    width: 65px !important;
    height: 65px !important;
    object-fit: cover !important;
    border-radius: 8px !important;
    margin-right: 15px !important;
    float: none !important;
    /* Reset WooCommerce float */
}

.mini_cart_item a:not(.remove),
.woocommerce-mini-cart-item a:not(.remove_from_cart_button) {
    font-weight: 500 !important;
    color: #333 !important;
    font-size: 15px !important;
    margin-bottom: 4px !important;
    display: block !important;
    line-height: 1.3 !important;
    float: none !important;
}

/* Larger remove (x) button for easier clicking */
.mini_cart_item .remove,
.mini_cart_item .remove_from_cart_button,
.woocommerce-mini-cart-item .remove,
.woocommerce-mini-cart-item .remove_from_cart_button {
    font-size: 24px !important;
    line-height: 1 !important;
    padding: 8px !important;
    min-width: 36px !important;
    min-height: 36px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
}

.mini_cart_item .quantity,
.woocommerce-mini-cart-item .quantity {
    display: block !important;
    font-size: 14px !important;
    color: #e08418 !important;
    font-weight: 600 !important;
}

/* Dropdown Buttons */
.woocommerce-mini-cart__buttons.buttons {
    margin-top: 20px !important;
    display: flex !important;
    gap: 10px !important;
}

.woocommerce-mini-cart__buttons.buttons a {
    flex: 1 !important;
    text-align: center !important;
    padding: 12px !important;
    border-radius: 8px !important;
    font-weight: 600 !important;
    transition: all 0.2s ease !important;
}

.woocommerce-mini-cart__buttons.buttons a.wc-forward:not(.checkout) {
    background: #e08418 !important;
    color: #fff !important;
}

.woocommerce-mini-cart__buttons.buttons a.wc-forward:not(.checkout):hover {
    background: #c9720f !important;
}

.woocommerce-mini-cart__buttons.buttons a.checkout {
    background: #c57210 !important;
    color: #fff !important;
}

.woocommerce-mini-cart__buttons.buttons a.checkout:hover {
    background: #d1a13b !important;
}

/* Empty message */
.woocommerce-mini-cart__empty-message {
    text-align: center !important;
    padding: 20px 0 !important;
    color: #777 !important;
    margin: 0 !important;
}


/* --- Further Dropdown Refinements --- */
.wishlist-dropdown .woocommerce-mini-cart__buttons,
.mini-cart-dropdown .woocommerce-mini-cart__buttons {
    padding: 10px 0 0 !important;
    border-top: 1px solid #eee !important;
    margin-top: 15px !important;
}

.mini_cart_item .quantity .amount,
.woocommerce-mini-cart-item .quantity .amount {
    color: #e08418 !important;
}

/* Reset padding and margin for the list inside dropdowns */
.mini-cart-dropdown .cart_list {
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important;
}

.wishlist-dropdown .woocommerce-mini-cart,
.wishlist-dropdown .cart_list {
    padding: 0 5px 0 0 !important;
    margin: 0 !important;
    list-style: none !important;
    max-height: 350px !important;
    overflow-y: scroll !important;
    min-height: 200px !important;
}

.woocommerce-mini-cart-item .quantity .amount {
    color: #333 !important;
    font-weight: 500 !important;
    font-size: 14px !important;
}

.mini_cart_item .quantity,
.woocommerce-mini-cart-item .quantity {
    color: #666 !important;
}

/* Ensure the View Wishlist button matches the image exactly */
.wishlist-dropdown .buttons a.wc-forward {
    background: #e08418 !important;
    color: #fff !important;
    border-radius: 10px !important;
    padding: 12px 25px !important;
    font-size: 16px !important;
    text-transform: none !important;
    display: inline-block !important;
    width: auto !important;
    margin: 0 auto !important;
}


/* --- Custom Flash Notifications --- */
#ishloom-notification-container {
    position: fixed;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100000;
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
    max-width: 500px;
    pointer-events: none;
}

.ishloom-notification {
    /* background: #00d084 !important; */
    /* Unified green background */
    color: #fff;

    padding: 15px 25px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
    min-height: 80px;
    position: relative;
    overflow: hidden;
    pointer-events: auto;
    animation: ishloomFadeInUp 0.5s ease forwards;
}

.ishloom-notification.hiding {
    animation: ishloomFadeOutDown 0.5s ease forwards;
    pointer-events: none !important;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.ishloom-notification-icon-wrapper {
    background: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    flex-shrink: 0;
}

/* Ultra-specific icon color rules */
#ishloom-notification-container .ishloom-notification .ishloom-notification-icon-wrapper i,
#ishloom-notification-container .ishloom-notification .ishloom-notification-icon-wrapper i::before {
    color: #ed3602 !important;
    font-size: 28px !important;
    -webkit-text-fill-color: #ed3602 !important;
    /* Extra fallback for some browsers */
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
}



.ishloom-notification-content {
    flex-grow: 1;
}

.ishloom-notification-title {
    font-weight: 800;
    font-size: 20px;
    letter-spacing: 1px;
    margin-bottom: 2px;
    text-transform: uppercase;
}

.ishloom-notification-message {
    font-size: 14px;
    opacity: 0.9;
    font-style: italic;
}

.ishloom-notification-close {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    font-size: 18px;
    opacity: 0.7;
    transition: opacity 0.2s;
}

.ishloom-notification-close:hover {
    opacity: 1;
}

/* Hide default WooCommerce messages except inside the login modal */
:not(.form-container):not(.login-modal-content)>.woocommerce-message,
:not(.form-container):not(.login-modal-content)>.woocommerce-info,
:not(.form-container):not(.login-modal-content)>.woocommerce-error,
:not(.form-container):not(.login-modal-content)>.woocommerce-notice--success,
:not(.form-container):not(.login-modal-content)>.woocommerce-notice--info,
:not(.form-container):not(.login-modal-content)>.woocommerce-notice--error {
    display: none !important;
}

/* Custom empty-state card for My Account > Orders (not a WC notice, so it remains visible). */
.woocommerce-account .woocommerce-MyAccount-content .ishloom-empty-orders-state {
    background: #fff7ef;
    border: 1px solid #f2d6b8;
    border-left: 4px solid #e08418;
    border-radius: 10px;
    padding: 20px;
}

.woocommerce-account .woocommerce-MyAccount-content .ishloom-empty-orders-state p {
    margin: 0 0 10px;
}

/* Style for the AJAX error box in the modal */
#ishloom-modal-error,
#ishloom-modal-error:empty {
    display: none !important;
}

#ishloom-modal-error {
    background: #fff5f5 !important;
    border-left: 5px solid #dc3545 !important;
    color: #dc3545 !important;
    padding: 30px !important;
    margin-bottom: 20px !important;
    border-radius: 4px !important;
    font-size: 14px !important;
    list-style: none !important;
}

#ishloom-modal-error li {
    margin: 0 !important;
    padding: 0 !important;
}

#ishloom-modal-error.woocommerce-message {
    background: #f8fff5 !important;
    border-left: 5px solid #28a745 !important;
    color: #28a745 !important;
}


/* Decorative circles */
.ishloom-notification::after {
    content: '';
    position: absolute;
    top: -20px;
    right: -20px;
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 50%;
}

.ishloom-notification::before {
    content: '';
    position: absolute;
    bottom: 10px;
    right: 30px;
    width: 15px;
    height: 15px;
    background: rgba(255, 255, 255, 0.25);
    border-radius: 50%;
}

@keyframes ishloomFadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px) scale(0.9);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes ishloomFadeOutDown {
    from {
        opacity: 1;
        transform: translateY(0);
    }

    to {
        opacity: 0;
        transform: translateY(20px);
    }
}


/* --- Wishlist Details Alignment --- */
.mini_cart_item,
.woocommerce-mini-cart-item {
    display: flex !important;
    align-items: flex-start !important;
    /* Align thumbnails to top */
    padding-bottom: 20px !important;
    margin-bottom: 20px !important;
}

.ishloom-mini-cart-img {
    margin-right: 15px !important;
    flex-shrink: 0 !important;
}

.ishloom-mini-cart-details {
    display: flex !important;
    flex-direction: row !important;
    flex-grow: 1 !important;
}

.ishloom-mini-cart-name {
    font-size: 15px !important;
    font-weight: 600 !important;
    color: #333 !important;
    line-height: 1.4 !important;
    margin-bottom: 5px !important;
    display: block !important;
}

.wishlist-dropdown .wishlist-stock-out {
    display: block;
    font-size: 12px;
    font-weight: 600;
    color: #8a6d3b;
    margin-top: 2px;
    margin-bottom: 4px;
    line-height: 1.3;
}

.mini_cart_item .quantity,
.woocommerce-mini-cart-item .quantity {
    font-size: 13px !important;
    color: #888 !important;
    display: block !important;
}

.mini_cart_item .amount,
.woocommerce-mini-cart-item .amount {
    color: #e08418 !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    display: block !important;
    text-align: left;
}


/* Related Products Slider (Slick) */
.ishloom-related-products {
    padding-top: 50px;
    border-top: 1px solid #eee;
    overflow: hidden;
}

.related-products-slider.slider {
    position: relative;
    display: block !important;
    margin-bottom: 50px;
    visibility: visible !important;
    opacity: 1 !important;
}

.slick-track {
    
    margin-left: unset;
}

.related-products-slider .slick-list {
    overflow: visible !important;
    padding: 20px 0 !important;
}

.related-products-slider .Ishloom-slider-item {
    outline: none !important;
}

.related-products-slider .ishloom-product-card {
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out, opacity 0.3s ease-in-out;
    background: #ffffff !important;
    border: 1px solid rgba(235, 134, 12, 0.1);
    max-width: 300px;
    margin: 10px auto;
    position: relative !important;
    display: block !important;
    border-radius: 10px;
    overflow: hidden;
    opacity: 0.6;
    transform: scale(0.9);
}

.related-products-slider .slick-center .ishloom-product-card {
    opacity: 1 !important;
    transform: scale(1.05) !important;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 10px 20px !important;
}

.related-products-slider .single-popular-items .popular-caption h3 a {
    font-family: 'Lavish', serif;
    font-size: 18px;
    /* Slightly smaller for better fit */
    color: #140C40;
    font-weight: 600;
}

/* Ensure price is visible and styled like the image */
.related-products-slider .single-popular-items .price {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    z-index: 5;
    background: #fff;
    border: 1px solid #eb860c;
    color: #140C40;
    width: 90%;
}

/* Slick Arrows Styling */
.related-products-slider.slider .slick-prev,
.related-products-slider.slider .slick-next {
    position: absolute;
    top: 50%;
    /* Align with the image center */
    transform: translateY(-50%);
    width: 45px;
    height: 45px;
    background: #d44800 !important;
    border: none;
    border-radius: 50%;
    color: #fff !important;
    font-size: 16px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 100;
    transition: all 0.3s ease;
    opacity: 0.8;
}

.related-products-slider.slider .slick-prev:hover,
.related-products-slider.slider .slick-next:hover {
    background: #eb860c !important;
    opacity: 1;
    transform: translateY(-50%) scale(1.1);
}

.related-products-slider.slider .slick-prev {
    left: 0 !important;
}

.related-products-slider.slider .slick-next {
    right: 0 !important;
}

/* Hide default slick text */
.related-products-slider.slider .slick-prev::before,
.related-products-slider.slider .slick-next::before {
    display: none !important;
}

@media (max-width: 768px) {
    .related-products-slider.slider .slick-prev {
        left: 2px;
    }

    .related-products-slider.slider .slick-next {
        right: 2px;
    }

    .related-products-slider.slider .slick-prev,
    .related-products-slider.slider .slick-next {
        width: 35px;
        height: 35px;
        font-size: 14px;
        /* 		margin-top: 80px; */
    }
}

.slick-dots li button:before {
    font-size: 10px;
    color: #140C40;
}

.slick-dots li.slick-active button:before {
    color: #eb860c;
}

/* Search Enhancements */
.search-results-container {
    position: absolute;
    top: 100%;
    left: 0;
    width: 250px;
    background: #fff;
    z-index: 1000;
    margin-top: 10px;
    display: none;
    max-height: 400px;
    overflow-y: auto;
    padding: 15px;
}

/* Search modal: keep suggestion list aligned to full modal input width. */
.search-model-form {
    position: relative;
}

.search-model-box .search-model-form .search-results-container {
    width: 500px;
    max-width: calc(100vw - 40px);
    left: 50%;
    transform: translateX(-50%);
    margin-top: 14px;
    z-index: 100000;
}

@media (max-width: 575px) {
    .search-model-box .search-model-form .search-results-container {
        width: 251px;
        max-width: calc(100vw - 40px);
    }
}

.search-title {
    font-size: 14px;
    font-weight: 600;
    color: #140C40;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #eee;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.search-history-section ul,
.search-suggestions-section ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.history-item,
.suggestion-item {
    padding: 8px 0;
    border-bottom: 1px solid #f9f9f9;
    cursor: pointer;
    transition: 0.3s;
}

.history-item:hover,
.suggestion-item:hover {
    padding-left: 5px;
    background: #fff9f2;
}

.history-item {
    color: #666;
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.history-item i {
    color: #eb860c;
    font-size: 12px;
}

.suggestion-item a {
    text-decoration: none;
    color: #333 !important;
    font-size: 14px;
    display: block;
}

.suggestion-item:last-child,
.history-item:last-child {
    border-bottom: none;
}

.search-loading,
.search-no-results {
    padding: 10px 0;
    color: #999;
    font-size: 13px;
}

.search-loading {
    display: flex;
    align-items: center;
    gap: 8px;
}

.search-loading-dots {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.search-loading-dots i {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #eb860c;
    opacity: 0.35;
    animation: ishloom-search-dot-bounce 1s infinite ease-in-out;
}

.search-loading-dots i:nth-child(2) {
    animation-delay: 0.15s;
}

.search-loading-dots i:nth-child(3) {
    animation-delay: 0.3s;
}

@keyframes ishloom-search-dot-bounce {
    0%,
    80%,
    100% {
        transform: translateY(0);
        opacity: 0.35;
    }
    40% {
        transform: translateY(-4px);
        opacity: 1;
    }
}

.view-all-results {
    display: block;
    text-align: center;
    padding: 8px;
    background: #e08418;
    color: #fff !important;
    font-size: 12px;
    font-weight: 400;
    border-radius: 5px;
    margin-top: 10px;
    text-decoration: none;
    transition: 0.3s;
}

.view-all-results:hover,
.view-all-results:focus,
.view-all-results:active,
.view-all-results:visited {
    color: #fff !important;
    text-decoration: none !important;
}

.view-all-results:hover,
.view-all-results:focus {
    background: #c87312;
}


.woocommerce-remove-coupon,
a {
    color: #480109 !important;
    text-decoration: none !important;
}

.woocommerce-remove-coupon:hover {
    color: #eb860c !important;
}

.shipping-calculator-button {
    display: none !important;
}

.cart-discount {
    border-radius: 10px !important;
    background-color: #f8e7c3 !important;
}

.woocommerce-page table.cart td.actions .coupon {
    padding-left: 10px !important;
}

.tf-toolbar-bottom {
    /* display: none; */
    padding: 15px 0px 15px;
    position: fixed;
    z-index: 200;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #fff;
    box-shadow: 0px 5px 18px 5px rgba(64, 72, 87, 0.1490196078);
}

.tf-toolbar-bottom .toolbar-item {
    flex: 1 0 20%;
    position: relative;
}

.tf-toolbar-bottom .toolbar-icon {
    font-size: 20px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.tf-toolbar-bottom .toolbar-label {
    font-size: 12px;
    line-height: 16px;
}

.tf-toolbar-bottom .toolbar-count {
    position: absolute;
    top: -4px;
    right: -4px;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #eb860c;
    border-radius: 50%;
    font-size: 11px;
    line-height: 10px;
    color: #FFFFFF;
}

/* Mobile Bottom Toolbar Fix */
.tf-toolbar-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70px;
    background: #ffffff;
    display: flex;
    justify-content: space-around;
    align-items: center;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.05);
}

/* Account Dropup Styles */
.tf-toolbar-bottom .dropup-toggle {
    position: relative;
}

.tf-toolbar-bottom .dropup-toggle .user-dropdown {
    position: absolute;
    bottom: 100%;
    top: auto;
    left: 50%;
    transform: translateX(-50%) translateY(10px);
    width: 160px;
    background: #fff;
    box-shadow: 0 -5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 10px 0;
    margin-bottom: 15px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease;
    z-index: 201;
    list-style: none;
    text-align: left;
}

/* Arrow for the dropup */
.tf-toolbar-bottom .dropup-toggle .user-dropdown::after {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #fff;
}

.tf-toolbar-bottom .dropup-toggle.active .user-dropdown,
.tf-toolbar-bottom .dropup-toggle:hover .user-dropdown {
    visibility: visible;
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}

.tf-toolbar-bottom .user-dropdown li {
    display: block;
    width: 100%;
}

.tf-toolbar-bottom .user-dropdown li a {
    display: block;
    padding: 10px 20px;
    font-size: 14px;
    color: #333 !important;
    font-weight: 500;
    text-decoration: none;
    transition: 0.2s;
}

.tf-toolbar-bottom li a:hover {
    background: #f8f9fa;
    color: #eb860c !important;
    padding-left: 25px;
}

.toolbar-item {
    flex: 1;
}

.toolbar-item a {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #441818;
    text-decoration: none;
    transition: color 0.3s ease;
}

.toolbar-icon {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 8px 0;
}

.toolbar-icon i {
    font-size: 24px;
    margin-bottom: 4px;
}

.toolbar-label {
    font-size: 11px;
    font-weight: 500;
}

.toolbar-count {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: 6px;
    background: #eb860c;
    color: #fff;
    border-radius: 50%;
    min-width: 17px;
    height: 17px;
    font-size: 10px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1.5px solid #fff;
    pointer-events: none;
    line-height: 1;
    z-index: 1;
}

@media (max-width: 991px) {
    body {
        padding-bottom: 70px !important;
    }
}

.woocommerce-orders-table__cell-order-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.woocommerce-orders-table__cell-order-actions .button {
    margin: 0 !important;
}

/* Make action buttons aligned nicely */
.woocommerce-orders-table__cell-order-actions {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

/* Common button styling */
.woocommerce-orders-table__cell-order-actions .button {
    border-radius: 6px;
    padding: 6px 14px;
    font-weight: 500;
    transition: all 0.3s ease;
}

/* PAY - Green */
.woocommerce-orders-table__cell-order-actions .button.pay {
    background-color: #28a745 !important;
    border-color: #28a745 !important;
    color: #fff !important;
}

.woocommerce-orders-table__cell-order-actions .button.pay:hover {
    background-color: #1e7e34 !important;
    border-color: #1e7e34 !important;
}

/* VIEW - Your Brand Orange */
.woocommerce-orders-table__cell-order-actions .button.view {
    background-color: #e08418 !important;
    border-color: #e08418 !important;
    color: #fff !important;
}

.woocommerce-orders-table__cell-order-actions .button.view:hover {
    background-color: #c76f12 !important;
    border-color: #c76f12 !important;
}

/* CANCEL - Red */
.woocommerce-orders-table__cell-order-actions .button.cancel {
    background-color: #dc3545 !important;
    border-color: #dc3545 !important;
    color: #fff !important;
}

.woocommerce-orders-table__cell-order-actions .button.cancel:hover {
    background-color: #b02a37 !important;
    border-color: #b02a37 !important;
}

.reset_variations {
    display: none !important;
}

.woocommerce button.button:hover {
    /*color: #480109 !important;*/
	background: #e08418 !important; box-shadow: none !important;
}

/* --- Banner & Hero Redesign --- */
/* --- Banner & Hero Redesign --- */
.full-wrapper {
    overflow-x: hidden !important;
    width: 100%;
}

.slider-area {
    width: 100vw !important;
    position: relative !important;
    left: 50% !important;
    right: 50% !important;
    margin-left: -50vw !important;
    margin-right: -50vw !important;
    overflow: hidden;
}

.slider-active,
.single-slider,
.hero-overly {
    width: 100%;
    height: auto !important;
}

.hero__caption {
    z-index: 5;
    position: relative;
}

.hero__caption h1 {
    font-family: 'Lavish', sans-serif !important;
    font-size: 56px !important;
    line-height: 1.1 !important;
    margin-bottom: 30px !important;
    text-shadow: 2px 2px 15px rgba(0, 0, 0, 0.4);
    max-width: 650px !important;
}

@media (max-width: 1199px) {
    .hero__caption h1 {
        font-size: 48px !important;
        max-width: 550px !important;
    }
}

@media (max-width: 991px) {
    .hero__caption h1 {
        font-size: 40px !important;
        max-width: 100% !important;
    }
}

@media (max-width: 767px) {
    .hero__caption {
        text-align: center;
        justify-content: center;
        width: 100% !important;
    }

    .hero__caption h1 {
        font-size: 32px !important;
    }
    .popular-caption h3{
        font-size: 16px !important;
    }
}

.banner-shop-btn {
    padding: 15px 45px;
    background: transparent;
    border: 2px solid #fff;
    color: #fff !important;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    border-radius: 5px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: inline-block;
    font-size: 14px;
    position: relative;
    z-index: 10;
    text-decoration: none !important;
    margin-top: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.banner-shop-btn:hover {
    background: #e08418;
    border-color: #e08418;
    color: #fff !important;
    transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.25);
}

@media (max-width: 767px) {
    .banner-shop-btn {
        padding: 12px 30px;
        font-size: 13px;
    }
}

/* Remove duplicate quantity (×1 ×2) */
.woocommerce-table__line-item .product-quantity {
    display: none;
}


/* Order layout */
.ishloom-order-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* Product image */
.ishloom-order-img img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 8px;
}

/* Product info */
.ishloom-order-info {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

/* Product title */
.ishloom-product-title {
    font-size: 16px;
    font-weight: 600;
    color: #0c1c3d;
    text-decoration: none;
}

/* Variation section */
.ishloom-product-variation {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #666;
}

/* Color dot */
.ishloom-color-dot {
    width: 12px;
    height: 12px;
    background: #f3a6a6;
    border-radius: 50%;
    display: inline-block;
}

/* Size badge */
.ishloom-size-badge {
    background: #f5f5f5;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 13px;
}

/* Quantity */
.ishloom-product-qty {
    font-size: 14px;
    color: #444;
}

/* Price alignment */
.woocommerce-table--order-details td.product-total {
    /* text-align:right; */
    font-weight: 600;
    font-size: 16px;
}

/* Order card */
.woocommerce-order-details {
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);
}

/* View order — Pay / Cancel: gap between buttons, no translateY hover (My Account global uses lift + shadow) */
.woocommerce-order-details th.order-actions--heading + td {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.woocommerce-order-details .order-actions-button {
    margin: 0 !important;
    float: none !important;
    border-radius: 6px;
    padding: 8px 18px !important;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    text-decoration: none !important;
    transition: background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}

.woocommerce-order-details .order-actions-button.button.pay {
    background-color: #28a745 !important;
    border: 1px solid #28a745 !important;
    color: #fff !important;
}

.woocommerce-order-details .order-actions-button.button.pay:hover,
.woocommerce-order-details .order-actions-button.button.pay:focus {
    background-color: #1e7e34 !important;
    border-color: #1e7e34 !important;
    color: #fff !important;
    transform: none !important;
    box-shadow: none !important;
}

.woocommerce-order-details .order-actions-button.button.cancel {
    background-color: #dc3545 !important;
    border: 1px solid #dc3545 !important;
    color: #fff !important;
}

.woocommerce-order-details .order-actions-button.button.cancel:hover,
.woocommerce-order-details .order-actions-button.button.cancel:focus {
    background-color: #b02a37 !important;
    border-color: #b02a37 !important;
    color: #fff !important;
    transform: none !important;
    box-shadow: none !important;
}

/* .woocommerce table.shop_table td {
    text-align: right;
} */
.nice-select .list{
    z-index: 9999 !important;
} 

/* --- My Account Login & Register Page --- */
#customer_login {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    align-items: flex-start;
}

#customer_login .u-column1,
#customer_login .u-column2 {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px;
}

#customer_login h2 {
    font-family: 'Lavish', sans-serif;
    font-size: 28px;
    font-weight: 600;
    color: #140C40;
    margin-bottom: 25px;
}

/* Common form styling */
#customer_login form {
    border: none;
    padding: 0;
    margin: 0;
}

#customer_login .form-row {
    margin-bottom: 20px;
}

#customer_login label {
    font-size: 14px;
    font-weight: 500;
    color: #0c1c3d;
    margin-bottom: 8px;
    display: block;
}

#customer_login label .required {
    color: #e53e3e;
}

#customer_login .woocommerce-Input {
    background-color: #fcfcfc;
    border: 1px solid #f0f0f0;
    border-radius: 6px;
    padding: 14px 15px;
    width: 100%;
    font-size: 14px;
    color: #4a5568;
    transition: all 0.3s ease;
    box-shadow: inset 0 1px 3px rgba(0,0,0,0.02);
}

#customer_login .woocommerce-Input::placeholder {
    color: #a0aec0;
}

#customer_login .woocommerce-Input:focus {
    outline: none;
    border-color: #cbd5e0;
    background-color: #fff;
    box-shadow: 0 0 0 3px rgba(24, 91, 155, 0.1);
}

/* Button styling */
#customer_login .woocommerce-button {
    background-color: #1a365d;
    color: #ffffff !important;
    border: none;
    border-radius: 6px;
    padding: 14px 24px;
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    cursor: pointer;
    transition: background-color 0.3s ease;
    text-transform: none;
    display: block;
    text-align: center;
}

#customer_login .woocommerce-button:hover {
    background-color: #f9d3a6 !important;
    color: #7a4200 !important;
}

/* Login specific alignment */
.login-actions-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.login-actions-row label {
    margin-bottom: 0 !important;
    display: flex;
    align-items: center;
    font-size: 13px;
    color: #718096;
    font-weight: normal;
}

.login-actions-row .woocommerce-form__input-checkbox {
    margin-right: 8px;
    margin-top: 0;
    width: 16px;
    height: 16px;
    border-radius: 3px;
    border: 1px solid #cbd5e0;
}

.forget-password-link {
    font-size: 13px;
    color: #1a365d !important;
    font-weight: 500;
    text-decoration: underline !important;
}

.forget-password-link:hover {
    text-decoration: none !important;
}

/* Register Card Styling */
.register-card-wrapper {
    background: #ffffff;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.04);
    border-radius: 12px;
    padding: 40px;
    border: 1px solid #f7f7f7;
}
.login-card-wrapper {
    background: #f5f5f5;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.04);
    border-radius: 12px;
    padding: 40px;
    border: 1px solid #f7f7f7;
}

.privacy-policy-text {
    font-size: 12px;
    line-height: 1.6;
    color: #718096;
    margin-bottom: 20px;
}

.privacy-policy-text a {
    color: #1a365d !important;
    text-decoration: underline;
    font-weight: 600;
}

/* Responsive */
@media (max-width: 768px) {
    #customer_login .u-column1,
    #customer_login .u-column2 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    #customer_login .u-column1 {
        margin-bottom: 40px;
    }
    
    .register-card-wrapper {
        padding: 30px 20px;
    }
}

/* --- Layout specific for the customized popup Login Modal --- */
.ishloom-custom-modal .login-modal-content {
    padding: 0;
    max-width: 450px;
    overflow: hidden;
    border-radius: 8px;
    border: none;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.15);
}

.ishloom-custom-modal .login-close {
    top: 15px;
    right: 20px;
    font-size: 24px;
    color: #999;
    z-index: 10;
}

.ishloom-custom-modal .form-container {
    padding: 0;
}

.ishloom-custom-modal .modal-header-section {
    padding: 25px 20px 20px;
    border-bottom: 1px solid #eaeaea;
    text-align: center;
}

.ishloom-custom-modal h3.modal-title {
    font-size: 22px;
    font-weight: 500;
    color: #333;
    margin: 0;
}

.ishloom-custom-modal .social-login-buttons {
    padding: 25px 30px 0;
}

.ishloom-custom-modal .fb-login-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #3b5998;
    color: #fff !important;
    padding: 12px;
    border-radius: 3px;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    transition: background 0.3s;
}

.ishloom-custom-modal .fb-login-btn i {
    margin-right: 10px;
    font-size: 18px;
}

.ishloom-custom-modal .fb-login-btn:hover {
    background-color: #324b82;
}

.ishloom-custom-modal .separator-or {
    display: flex;
    align-items: center;
    text-align: center;
    color: #888;
    font-size: 13px;
    margin: 25px 30px;
}

.ishloom-custom-modal .separator-or::before,
.ishloom-custom-modal .separator-or::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid #eaeaea;
}

.ishloom-custom-modal .separator-or span {
    padding: 0 10px;
}

.ishloom-custom-modal form.woocommerce-form {
    padding: 0 30px 25px;
}

.ishloom-custom-modal .modern-input {
    width: 100%;
    border: 1px solid #eaeaea;
    border-radius: 4px;
    padding: 12px 15px;
    font-size: 14px;
    margin-bottom: 5px;
    box-shadow: none;
    background-color: #fff;
    color: #333;
}

.ishloom-custom-modal .modern-input:focus {
    border-color: #bbb;
    outline: none;
}

.ishloom-custom-modal .modal-actions-space {
    text-align: right;
    margin-bottom: 15px;
}

.ishloom-custom-modal .modal-forget-link {
    font-size: 13px;
    color: #666 !important;
    text-decoration: none;
}

.ishloom-custom-modal .modal-forget-link:hover {
    text-decoration: underline;
}

.ishloom-custom-modal .modal-submit-btn {
    width: 100%;
    background-color: #e08418 !important;
    color: #fff !important;
    border: none;
    padding: 12px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 3px;
    cursor: pointer;
    transition: background 0.3s;
}

.ishloom-custom-modal .modal-submit-btn:hover {
    background-color: #c57210 !important;
    color: #fff !important;
}

.shop-more-btn:hover {
    background-color: #e08418 !important;
    color: #fff !important;
}

.ishloom-custom-modal .modal-footer-switch {
    background-color: #f9f9f9;
    padding: 20px;
    text-align: center;
    border-top: 1px solid #eaeaea;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    margin-top: -5px;
}
.modal-footer-switch .sign-up{
    color: #000 !important;
    font-weight: 600;
    text-decoration: none;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
}
.modal-footer-switch .sign-up:hover{
    color: #e08418 !important;
}

.ishloom-custom-modal .modal-footer-switch p {
    margin: 0;
    font-size: 14px;
    color: #555;
}

.ishloom-custom-modal .modal-footer-switch a.tab-btn {
    color: #000 !important;
    font-weight: 600;
    text-decoration: none;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
}

.ishloom-custom-modal .modal-footer-switch a.tab-btn:hover {
    text-decoration: underline;
}

/* Fix width conflicts inside modal */
.ishloom-custom-modal .u-column1,
.ishloom-custom-modal .u-column2 {
    width: 100% !important;
    float: none !important;
    padding: 0;
}

/* Password Visibility Toggle */
.pwd-input-wrapper {
    position: relative;
}

.password-toggle-icon {
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
    color: #888;
    z-index: 5;
    font-size: 16px;
}

.password-toggle-icon:hover {
    color: #140C40;
}

.ishloom-custom-modal .modern-input.pwd-input {
    padding-right: 40px;
}

@media (max-width: 767px) {
    .ishloom-custom-modal .login-modal-content {
        margin: 14vh auto 20px !important;
        width: calc(100% - 24px) !important;
        max-width: 420px;
    }
}

/* --- Single Product Modifications matching Mockup --- */
.product-details-content .ishloom-product-subtitle {
    margin-top: -10px;
}

/* Stars Rating */
.ishloom-product-rating .star-rating {
    font-size: 1.5em; /* Larger stars */
    color: #f1c40f;   /* Golden yellow */
    float: none;
    margin-bottom: 25px;
}
.ishloom-product-rating .woocommerce-review-link {
    display: none; /* Hide standard "X customer reviews" link to match mockup */
}

/* Styled Pricing */
.ishloom-styled-price .price {
    display: flex;
    align-items: baseline;
    gap: 15px;
    margin-bottom: 0;
}

.ishloom-styled-price .price del {
    color: #e08418; /* Orange */
    font-size: 22px;
    font-weight: 500;
}
.ishloom-styled-price .price del bdi {
    color: #e08418;    
}

.ishloom-styled-price .price ins {
    text-decoration: none;
    color: #111; /* Very dark/black */
    font-size: 30px;
    font-weight: 600;
}
.ishloom-styled-price .price ins bdi {
    color: #111;
}

/* Ensure the simple products without sale just show the price large and black */
.ishloom-styled-price .price > .woocommerce-Price-amount {
    color: #111;
    font-size: 38px;
    font-weight: 800;
}

/* Category / shop loop: out-of-stock label in price pill */
.single-popular-items .popular-caption .price.ishloom-loop-out-of-stock {
    font-size: 16px;
    font-weight: 600;
    color: #8a6d3b;
}

/* Format Stock */
.ishloom-stock-status .stock {
    color: #888;
    background: transparent;
    padding: 0;
    margin-top: 5px;
    font-size: 16px;
}

/* Add to Cart Area modifications */
/* .single-product .product-actions .cart {
    display: flex;
    align-items: stretch;
    gap: 15px;
    margin-top: 30px;
} */

/* Format the quantity input specifically for single product */
.single-product .ishloom-quantity {
    height: 50px !important;
    border: 1px solid #e0c8a0 !important;
    border-radius: 6px !important;
    margin-left: 0 !important;
}

/* Style the Single Product Add to Cart button exactly like the mockup */
.single-product .product-actions .single_add_to_cart_button {
    background-color: #e08418 !important; /* Golden mockup color */
    color: #fff !important; /* Dark brown text */
    font-size: 24px;
    font-weight: 700;
    padding: 20px 40px;
    border-radius: 6px;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: none;
    position: relative;
    overflow: hidden;
    min-width: 250px;
}

.single-product .product-actions .single_add_to_cart_button:hover {
    background-color: #d1a13b !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(223, 177, 75, 0.4);
}

/* Base Cart Icon (Standard State) */
.single-product .product-actions .single_add_to_cart_button .btn-cart-icon {
    font-family: 'Font Awesome 7 Free';
    font-weight: 900;
    font-size: 20px;
    transition: all 0.3s ease;
    margin-right: 5px;
}

/* Button Text Container */
.single-product .product-actions .single_add_to_cart_button .btn-text {
    position: relative;
    z-index: 2;
    transition: opacity 0.3s ease;
}

/* --- ANIMATING STATE --- */
.single_add_to_cart_button.is-animating {
    pointer-events: none; /* Disable clicks during animation */
}

/* Hide text temporarily */
.single_add_to_cart_button.is-animating .btn-text {
    opacity: 0;
}

/* Center the cart icon */
.single_add_to_cart_button.is-animating .btn-cart-icon {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-size: 28px;
    z-index: 10;
}

/* Faux Item dropping into cart using a pseudo-element on the button */
.single_add_to_cart_button.is-animating::after {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    background-color: #fff;
    border-radius: 50%;
    left: 50%;
    top: -20px; /* Start above the button */
    transform: translateX(-50%);
    z-index: 9;
    animation: dropItem 0.6s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    animation-delay: 0.3s; /* Wait for icon to center */
}

/* Keyframes for item drop */
@keyframes dropItem {
    0% {
        top: -20px;
        opacity: 0;
    }
    30% {
        opacity: 1;
    }
    100% {
        top: 25px; /* Drop into the cart icon (adjust based on button padding) */
        opacity: 0; 
        transform: translateX(-50%) scale(0); /* Disappear as it hits the cart */
    }
}

/* Drive the cart away */
.single_add_to_cart_button.is-driving .btn-cart-icon {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-size: 28px;
    animation: driveForward 0.8s ease-in forwards;
}

/* Keyframes for driving forward */
@keyframes driveForward {
    0% {
        left: 50%;
        transform: translateX(-50%);
        opacity: 1;
    }
    100% {
        left: 150%; /* Drive completely off the right edge */
        transform: translateX(-50%);
        opacity: 0;
    }
}

/* --- SUCCESS STATE --- */
.single_add_to_cart_button.is-added .btn-text {
    opacity: 1;
}

.single_add_to_cart_button.is-added .btn-cart-icon {
    display: inline-block;
    position: relative;
    left: auto;
    transform: none;
    animation: none;
    font-family: 'Font Awesome 7 Free';
    font-weight: 900;
}
.single_add_to_cart_button.is-added .btn-cart-icon i {
    display: none; /* Hide the injected <i> tag from JS */
}
.single_add_to_cart_button.is-added .btn-cart-icon::before {
    content: ' '; /* Checkmark */
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.added::after{
    display: none !important;
}

/* 
 * CRITICAL FIX: The Customer Reviews plugin requires the `.product` wrapper class to latch onto for JS functionality.
 * However, WooCommerce natively forces `.woocommerce div.product div.images` to 48% layout width.
 * We must override this, so our custom Bootstrap grid (col-lg-7 / col-lg-5) takes precedence without the image shrinking.
 */
.single-product .product .product-gallery-wrapper.images,
.woocommerce.single-product div.product div.images, 
.woocommerce-page.single-product div.product div.images {
    width: 100% !important;
    float: none !important;
}

.woocommerce.single-product div.product div.summary, 
.woocommerce-page.single-product div.product div.summary {
    width: 100% !important;
    float: none !important;
}

.product-actions form {
        display: flex;
        flex-direction: row;
	align-items: center;
    }
.product-listing-bottom-spacing{
	    margin-bottom: 50px;
}

button#btn-razorpay {
    background-color: #28a745 !important;
    border: 1px solid #28a745 !important;
    color: #fff !important;
    padding: 8px 25px;
    border-radius: 5px !important;
    font-size: 15px;
}

button#btn-razorpay-cancel {
    background-color: #dc3545 !important;
    border: 1px solid #dc3545 !important;
    color: #fff !important;
    padding: 8px 25px;
    border-radius: 5px !important;
    font-size: 15px;
}

.woocommerce-orders-table__cell-order-actions a.button.pay{
	width: 28px;
    height: 28px;
    border-radius: 5px !important;
}

.woocommerce-orders-table__cell-order-actions a.button.view{
	width: 28px;
    height: 28px;
    border-radius: 5px !important;
}

.woocommerce-orders-table__cell-order-actions a.button.cancel{
	width: 28px;
    height: 28px;
    border-radius: 5px !important;
}

a.woocommerce-button.button.invoice {
    width: 28px;
    height: 28px;
    border-radius: 5px !important;
}

.order_details a.woocommerce-button.button.invoice {
    width: auto;
    height: auto;
    border-radius: 5px !important;
}
.woocommerce-orders-table__cell-order-actions .button::before {
    font-size: 13px !important;
}

a.add.button.wc-address-book-add-billing-button , a.add.button.wc-address-book-add-shipping-button {
    margin-top: 0px;
    font-size: 16px !important;
    font-weight: 600;
    text-transform: capitalize;
    padding: 12px 20px !important;
    border-radius: 5px !important;
}

.woocommerce-account .address_book header {
    border-bottom: none;
    margin-bottom: 15px;
}

.woocommerce-account .wc-address-book-address {
    border: none;
}

.address-book .wc-address-book-address-default header {
        display: flex;
        justify-content: flex-start !important;
        /* gap: 20px; */
    }

.wc-address-book-address-badges {
    margin-left: 10px;
}

span.wc-address-book-address-default-label {
    font-size: 11px !important;
    padding: 6px 8px !important;
}

a.wc-address-book-edit.button.wp-element-button , button.wc-address-book-delete.button.wp-element-button , button.wc-address-book-make-default.button.wp-element-button{
    font-size: 16px !important;
    font-weight: 500 !important;
    border-radius: 5px !important;
    padding: 10px 24px !important;
	text-transform: capitalize;
}
a.wc-address-book-edit.button.wp-element-button:hover,
button.wc-address-book-delete.button.wp-element-button:hover,
button.wc-address-book-make-default.button.wp-element-button:hover {
    color: white !important; 
}

@media (max-width: 767px) {
	.product-listing-bottom-spacing{
	    margin-bottom: 25px;
    }
}
@media (max-width: 768px) {
	.single-product .product-actions .single_add_to_cart_button{
		font-size: 16px;
        padding: 15px 15px;
        min-width: auto;
	}
	
	.fs-40 {
        font-size: 35px;
    }
	.product-details-content {
        padding: 10px 15px;
    }
	.woocommerce-account .address_book header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}
	.wc-address-book-address.wc-address-book-address-default header {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0px;
}

}

@media (max-width: 768px) {
    .entry-content #order_review .shop_table,
    .entry-content #order_review .shop_table tbody,
    .entry-content #order_review .shop_table tr,
    .entry-content #order_review .shop_table td {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box;
    }

    .entry-content .shop_table {
        display: block !important;
        border-collapse: collapse;
    }

    .entry-content .shop_table tbody {
        display: block !important;
        width: 100% !important;
    }

    .entry-content #order_review .shop_table tbody tr {
        display: flex !important;
        width: 100% !important;
        padding: 15px !important;
        margin-bottom: 20px;
        height: auto !important;
        box-sizing: border-box;
    }

    .entry-content #order_review .shop_table tbody tr td {
        display: block !important;
        width: 100% !important;
        padding: 8px 0 !important;
        text-align: left !important;
        box-sizing: border-box;
    }
	
	.woocommerce ul.order_details li{
		 margin-bottom: 20px;
	}
	
	section.-contact-area.section-padding.bg-white {
		padding-top: 40px;
		padding-bottom: 40px;
	}
}

/* page-default template: cream panel — long-form typography (aligned with .about-content) */
.ishloom-static-page-body .ishloom-static-page-content {
	color: #1a1a1a;
	font-size: 18px;
	line-height: 1.75;
}

.ishloom-static-page-body .ishloom-static-page-content p {
	margin-bottom: 1.2em;
	line-height: 1.75;
    font-size: 14px;
    color: #522c00 !important;
}

.ishloom-static-page-body .ishloom-static-page-content ul,
.ishloom-static-page-body .ishloom-static-page-content ol {
	margin-bottom: 1.25em;
	padding-left: 1.35em;
	line-height: 1.75;
}

.ishloom-static-page-body .ishloom-static-page-content li {
	margin-bottom: 0.45em;
	line-height: 1.75;
}

.ishloom-static-page-body .ishloom-static-page-content li > p {
	margin-bottom: 0.6em;
}

.ishloom-static-page-body .ishloom-static-page-content h1,
.ishloom-static-page-body .ishloom-static-page-content h2,
.ishloom-static-page-body .ishloom-static-page-content h3,
.ishloom-static-page-body .ishloom-static-page-content h4,
.ishloom-static-page-body .ishloom-static-page-content .wp-block-heading {
	color: #140c40 !important;
	font-family: inherit;
}

/* Match about inner headline scale: fs-40 / sm-fs-24 */
.ishloom-static-page-body .ishloom-static-page-content h2,
.ishloom-static-page-body .ishloom-static-page-content h2.wp-block-heading {
	font-size: 30px;
	font-weight: 700;
	line-height: 1.2;
	margin-top: 1.85rem;
	margin-bottom: 2rem;
	letter-spacing: -0.015em;
}

.ishloom-static-page-body .ishloom-static-page-content h3 {
	font-size: 28px;
	font-weight: 600;
	line-height: 1.28;
	margin-top: 1.6rem;
	margin-bottom: 0.85rem;
}

.ishloom-static-page-body .ishloom-static-page-content h4 {
	font-size: 22px;
	font-weight: 600;
	line-height: 1.35;
	margin-top: 1.35rem;
	margin-bottom: 0.6rem;
}

.ishloom-static-page-body .ishloom-static-page-content h1 {
	font-size: 42px;
	font-weight: 700;
	line-height: 1.18;
	margin-top: 0;
	margin-bottom: 1rem;
}

.ishloom-static-page-body .ishloom-static-page-content h2:first-child,
.ishloom-static-page-body .ishloom-static-page-content > h2:first-child {
	margin-top: 0;
}

@media (max-width: 991px) {
	.ishloom-static-page-body .ishloom-static-page-content {
		font-size: 14px;
		line-height: 1.72;
	}

	.ishloom-static-page-body .ishloom-static-page-content p,
	.ishloom-static-page-body .ishloom-static-page-content ul,
	.ishloom-static-page-body .ishloom-static-page-content ol,
	.ishloom-static-page-body .ishloom-static-page-content li {
		line-height: 1.72;
	}

	.ishloom-static-page-body .ishloom-static-page-content h2,
	.ishloom-static-page-body .ishloom-static-page-content h2.wp-block-heading {
		font-size: 24px;
		line-height: 1.25;
		margin-top: 1.5rem;
		margin-bottom: 0.85rem;
	}

	.ishloom-static-page-body .ishloom-static-page-content h3 {
		font-size: 20px;
		line-height: 1.3;
		margin-top: 1.35rem;
	}

	.ishloom-static-page-body .ishloom-static-page-content h4 {
		font-size: 18px;
		line-height: 1.35;
	}

	.ishloom-static-page-body .ishloom-static-page-content h1 {
		font-size: 30px;
		line-height: 1.2;
	}
}
