/* Header Top Styles */
.b-r-white{
    border-right: solid 1px #ffffff;
}
.header-container{
    height: 20px !important;
}
.header-btn{
    height: 18px !important;
    line-height: 19px;
}
/* Header Search Styles */
.header-search-all{
    height: 70px !important;
}
.header-search-mobile-all{
    height: 55px !important;
}
.header-logo{
    height:32px;
    width: auto;
    position: relative;
}
.header-deliver{
    float:left;
    height:32px;
    min-width: 117px;
    position: relative;
    top:3px;
}
.header-deliver-icon {
  float: left;
  width: 22px;
  height: 32px;
  position: relative;
  margin-right: 0px !important; /* default */
  display: block;
}

/* only on xl (≥1200px) */
@media (min-width: 1300px) {
  .header-deliver-icon {
    width: 32px;
    margin-right: 10px !important;
  }
}
.header-deliver-address{
   float: left;
    min-width: 50px;
    height: 32px;
}
.header-deliver-arrow{
   float: left;
    min-width: 22px;
    height: 32px;
}
.header-search{
    height: 38px;
    background-color: #f2f2f2;
    display: flex;
    width: 100%;
}
.header-search-left{
    width: 126px;
    background-image: linear-gradient(to right bottom, #c92609, #d73808, #e54806, #f25703, #ff6600);
    display: flex;
}
.header-search-right{
    flex: 1;
    background: #ffffff;
    border: 2px solid; /* adjust width as needed */
    border-image: linear-gradient(to right bottom, #c92609, #d73808, #e54806, #f25703, #ff6600) 1;
    border-left: none;
    display: flex;
}
.header-search-mobile{
    flex: 1;
    background: #ffffff;
    border: 2px solid; /* adjust width as needed */
    border-image: linear-gradient(to right bottom, #c92609, #d73808, #e54806, #f25703, #ff6600) 1;
    display: flex;
}
.header-search-left-arrow{
    height: 38px;
    width: 38px;
}
.header-search-left-text{
    flex: 1;
    height: 38px;
    line-height: 36px;
    color: #ffffff;
    padding-left: 15px;
}
.header-search-right-input{
    flex: 1;
    border: none;
    outline: none;
}
.header-profile-icon{
    float: left;
    width: 32px;
    height: 32px;
    position: relative;
    margin-right: 20px !important;
}
.header-profile-name{
   float: left;
    min-width: 50px;
    height: 32px;
    margin-right: 8px !important;
}
.profile-img{
    border-radius: 100px !important;
    margin-right: 8px;
    width: 35px;
    height: 35px;
}
.header-menu-all{
    height: 44px !important;
    border-top: solid 1px #E2E2E2;
}
.header-menu-brands{
    margin-left: 15px;
}
.header-menu-left{
    min-width: 340px;
    display: flex;
    border-right: solid 1px #D1D1D1;
}
.header-menu-rights{
    flex: 1;
}
.header-menu-width{
min-width: 50px;
padding: 0px 20px;
}
/* Hero*/


.carousel-indicators {
  bottom: -10px;
}

.carousel-indicators [data-bs-target] {
  background-color: #444;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.fixedbanner288{
    max-height: 288px !important;
}
.carousel-indicators button{
    background-color: #ffffff !important;
    opacity: 1 !important;
}
.carousel-indicators .active {
    width: 28px;
    border-radius: 11px !important;
    background-color: #de6726 !important;
}
.shopnowbtn-hero{
    color: #ffffff;
    border:solid 2px #ffffff;
    border-radius: 0px !important;
}
.shopnowbtn-hero:hover{
    color: #ffffff;
    border:solid 2px #ffffff;
}
.shopnowbtn-hero-arrow{
    position: relative;
    left: 3px;
}
/* top picks */

.w-32 {
  width: 32.5%;
}

.custom-box-1 {
  height: auto;
  background-color: #fff;
  border: 1px solid #ccc;
  width: 32%;
}

.custom-box-1-4 {
  display: none !important;
}
.p-mobile-1{
    padding:0px;
  }

@media (max-width: 767.98px) {
  .custom-box-1 {
    width: 48%; /* allow space for gap */
  }

  .custom-box-1-4 {
    display: block !important;
  }
  .p-mobile-1{
    padding:0px 15px;
  }
}

@media (min-width: 768px) {
  .custom-box-1 {
    width: 31.5%; /* allow space for gap */
  }
}
@media (min-width: 1200px) {
  .custom-box-1 {
    width: 32%; /* allow space for gap */
  }
}
@media (min-width: 1400px) {
  .custom-box-1 {
    width: 32.5%; /* allow space for gap */
  }
}

.custom-box {
  height: auto;
  background-color: #fff;
  border: 1px solid #ccc;
}
.exploredeals-btn{
    color: #ffffff;
    border:solid 2px #ffffff;
    border-radius: 0px !important;
}
.exploredeals-btn:hover{
    color: #ffffff;
    border:solid 2px #ffffff;
}
/* Welcome deals */
.viewall-btn{
    color: #ffffff;
    border:none;
    border-radius: 0px !important;
    position: relative;
    top: -3px;
}
.viewall-btn:hover{
    color: #ffffff;
}
.products-coll{
    height: 344px !important;
}
.prod-card{
    padding: 10px !important;
    border:solid 1px #EEEEEE;
}.prod-card:hover{
    /*border: solid 2px #E64905;*/
    box-shadow: 0px 0px 0px 2px #E64905;
}
.prod-mark-rate{
    height: 20px !important;
}
.prod-mark-img{
    height: 20px !important;
    width: auto;
}
.prod-mark-title{
    line-height: 19px;
}
.prod-rating-icon{
    position: relative;
    top: 1px;
}
.prod-rating{
    padding-top: 6px;
}
.card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.prod-stock-discount{
   /* height: 32px !important;*/
    margin-top: 3px;
    padding-bottom: 4px;
}
.prod-price{
    height: 23px !important;
}
.prod-stock{
    height: 10px !important;
}
.gradient-progress {
    background-image: linear-gradient(to right bottom, #c92609, #d73808, #e54806, #f25703, #ff6600);
    width: 70%;
}
.prod-stock-txt{
line-height: 11px;
}
.prod-discount-min{
    height: 26px !important;
}
.prod-discount-m-icon{
    position: relative;
    top: 8px;
}
.prod-discount{
    height: 15px !important;
}
.card-img-topoptions{
    height: 56px !important;
    width: calc(100% - 20px);
    top: 18px;
}
.card-img-topoptions-l1{
    height: 24px !important;
}
.card-img-topoptions-l2{
    position: relative;
    top: 8px;
    height: 24px !important;
}
.card-img-topoptions-l1-left{
    width: 90px !important;
    border-radius: 0px 4px 4px 0px;
    line-height: 24px;
    position: relative;
    left: -10px;
}
.card-img-topoptions-l1-right{
    width: 24px;
}
.card-img-topoptions-icon{
    float: right;
    position: relative;
    right: 8px;
    height: 24px !important;
    width: 24px !important;
    background-color: #ffffff;
    border-radius: 25px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15) !important;
    cursor: pointer;
}
.categories-section{
    min-height: 650px !important;
}
.categories-banner{
    height: 277px !important;
    background-image: linear-gradient(to right bottom, #c92609, #d73808, #e54806, #f25703, #ff6600);
    display: flex;
    width: 100%;
}
.categories-title-porter{
    width: 799px;
    height: 277px;
    display: flex;
}

.categories-title {
  position: absolute;
  transform: translate(50%, 90%);
  text-align: center;
  z-index: 2;
}
.categories-title-l1{
    height: 25px !important;
    display: block;
}
.categories-title-l1{
    height: 35px !important;
    display: block;
    margin: 0px !important;
}
.categories-all{
    flex: 1;
    display: flex;
}
.categories-grid{
    height: 183px !important;
}
.cat-item{
    border-radius: 250px;
}
.cat-item:hover{
    background-color: #ffffff;
}
.cat-item svg path {
  transition: fill 0.3s ease;
}

.cat-item:hover svg path {
  fill: #FF7F0A;
}
.custom-box-cat {
  height: auto;
}
.custom-box-cat-price{
    position: relative;
    top: 4px;
}
.txt-shadow{
    text-shadow: 2px 2px 4px rgba(0,0,0,0.6), 4px 4px 8px rgba(0,0,0,0.5);
}
.deals-section{
    background: url(../images/banners/Deals.png)top center repeat;
    background-size: 100%;
    min-height:635px;
}
.deals-timer{
    height: 80px;
    width: 300px;
    background: rgba(255,255,255,0.6);
    border-radius: 100px;
    border: 2px solid #f25703;
    border-top: none;
}
.deals-timer-top{
    height: 80px;
    width: 300px;
    background: rgba(255,255,255,0.6);
    border-radius: 100px;
    border: 2px solid #f25703;
}
.deals-timer-l1{
    position: relative;
    top: 4px;
}
.deals-timer-l2{
    position: relative;
    top: 2px;
}
.deals-timer-icon-br{
    border-right:solid 1px;
     border-image: linear-gradient(to right bottom, #c92609, #d73808, #e54806, #ffc232, #fee13c) 1;
}
.deals-timer-each{
    height: 60px;
    margin: 10px 0px;
    position: relative;
    right: 5px;
}
.banner-ad-box{
  max-height: 400px;
}
.adbanner{
    width: 224px;
    height: auto;
}
.custom-box-inpage{
  height: 311px;
}
@media (max-width: 768px) {
  .custom-box-inpage{
    height: 180px;
   }
}
.clearance-section{
    background: url(../images/banners/Clerance.png)top center repeat;
    background-size: 100%;
    min-height:458px;
}
.section-gradient-mask {
    -webkit-mask-image: linear-gradient(to bottom, black 0%, transparent 100%);
    mask-image: linear-gradient(to bottom, black 0%, transparent 100%);
}
.banner-sign-log{
border-top:solid 1px #E2E2E2;
height: 240px;
}
.newsletter-section{
    height: 80px;
    background:#0F5257;
}
@media (max-width: 992px) {
  .newsletter-section{
    height: 100px !important;
   }
   .specific-newsletter{
    width: 103%;
   }
}
.nesletter-bar{
    height: 40px;
}
.nesletter-bar-btn{
    height: 40px;
    width: 130px;
    background: #FF6600;
    color: #ffffff;
    border:none;
}
.nesletter-bar-input{
    height: 40px;
    border: none;
    outline:none;
}
.footer-all{
    background-color: #ffffff;
    min-height: 350px !important;
}
.footer-top{
    min-height: 300px;
}
.footer-logo{
    height:65px;
}
.footer-menu{
    line-height: 33px;
    margin-top:20px;
}
.footer-menu-mobile-img{
    height: auto;
    width: 250px;
}
.footer-svg{
    position: relative;
    top: -5px;
}
.footer-mobile-v{
    height: 116px;
    width: auto;
}
.footer-l2{
    border-bottom: solid 1px #898989;
}
.becomevendor-btn{
    color: #ffffff;
    border:none;
    border-radius: 0px !important;
    position: relative;
    top: -3px;
    background-color: #2672B5;
}
.cursor-pointer{
    cursor: pointer;
}
.header-menu-brands {
        position: relative;
    }

    .brand-toggle {
        cursor: pointer;
    }

    .brand-dropdown {
        display: none;
        position: absolute;
        top: 145px; /* Adjust based on header height to position below header */
        left: 0;
        width: 100vw;
        max-width: 100%; /* Ensures it doesn't exceed page edges */
        min-height: 440px;
        background-color: #fff;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        z-index: 1000;
        padding: 20px;
        box-sizing: border-box;
    }

    .brand-dropdown.active {
        display: block;
    }

    .dropdown-item {
        padding: 10px;
        cursor: pointer;
        border-bottom: 1px solid #eee;
    }

    .dropdown-item:hover {
        background-color: #f5f5f5;
    }
.brand-dropdown-l1{
    min-height: 300px;
}
.brand-dropdown-l2{
    min-height: 120px;
}
.brands-table tbody tr td{
    padding-top:4px !important;
    padding-bottom:4px !important;
}
.brands-table-underline:hover{
    text-decoration: underline;
    cursor: pointer;
}
.d-flex.gap-3 {
    gap: 1rem !important; /* gap-3 corresponds to 1rem in Bootstrap 5 */
}

/* Search Content */
.hover-primary:hover {
    color: var(--bs-primary) !important;
}
.search-results .section-title {
    background: #f8f9fa;
    padding: 4px 8px;
    border-radius: 0.25rem;
}
.bg-orange{
    background: #FF6600;
}
.c-orange{
    color: #FF6600;
}
.c-blue{
    color: #0F5257;
}
.top-34px{
    top: 40px;
}
.left-25px{
    left: 25px;
}
.bg-login{
    background: url(../../uploads/all/loginscreen.png)left top no-repeat;
    background-size: 100%;
}
.login-left{
    border: solid 24px #ffffff;
    border-right: none;
}
.row.no-gutters {
    height: 100vh; /* Full viewport height */
}

.login-left {
    position: relative;
}
.prod-mark-img{
    height: 28px !important;
    width: auto;
}
.prod-mark-title{
    line-height: 26px;
}
.prod-mark-icon{
    position: relative;
    top: 4px;
    left: 4px;
}
.prod-bubble{
    height: 36px;
    width: 36px;
    border-radius: 50px;
    background-color: #ffffff;
}
.bg-gray{
    background: #f8f8f8 !important;
}
.prod-bubble-share{
    padding: 10px;
}
.prod-bubble-heart{
    padding: 8px;
    padding-top: 9px;
}
.prod-cat{
    height: 29px;
    width: auto;
    border:solid 1px #FF7F0A;
    background-color: #fff8f6;
    line-height: 29px;
    color: #FF6600;
}
.prod-badge{
    width: 100px;
    height: 30px;
    background-image: linear-gradient(to right bottom, #45a000, #00903f, #007d58, #006860, #0f5257);
    border-radius: 4px;
}
.prod-badge-icon{
    height: 30px;
    width: 30px;
}
.prod-badge-title{
    width: 80px;
    line-height: 31px;
}
.mawad-accent {
    color: #0f5257;
}
.prod-discount-all{
height: 23px !important;
}
.prod-origprice-all{
height: 34px !important;
line-height: 34px !important;
}
.prod-stock-discount{
   /* height: 32px !important;*/
    margin-top: 3px;
    padding-bottom: 4px;
}
.mawad-gray-soft{
    color: #C9C9C9;
}
.discount-container {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    min-height: 60px;
}
.payment-method-container {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    min-height: 60px;
}
.discount-card {
    width: 250px;
    display: inline-block;
    margin-right: 8px;
    vertical-align: top;
    border: solid 1px #BFC2C4;
    flex-shrink: 0;
}
.discount-title {
    white-space: normal; /* Allows text to wrap */
    overflow: hidden; /* Ensures no overflow beyond div */
    max-width: 100%; /* Keeps text within div width */
    line-height: 1.2;
}
.company-mark-img{
    height: 25px !important;
    width: auto;
    max-width: 60px;
}
.payment-method-card {
    width: 250px;
    display: inline-block;
    margin-right: 8px !important;
    vertical-align: top;
    border: solid 1px #BFC2C4;
    flex-shrink: 0;
}
.product-desc-each-title{
    width: 140px !important;
}
.thumb-preview:hover {
  cursor: pointer;
}
.carousel-inner img {
  max-height: 500px;
  object-fit: cover;
}
.active-thumbs{
  border: 2px solid #FF6600;
}
.product-color-style{
    width: 32px;
    height: 32px;
    border-radius: 32px;
    opacity: 0.5;
}
.aiz-megabox > input:checked ~ span .aiz-rounded-check:after,
.aiz-megabox > input:checked ~ span .aiz-square-check:after {
    visibility: visible;
    opacity: 1;
}
.aiz-megabox .img-overlay{
    border: 4px solid transparent;
}
.aiz-megabox > input:checked ~ .aiz-megabox-elem .checked-color {
    visibility: visible;
    opacity: 1;
}
.aiz-megabox {
    position: relative;
    cursor: pointer;
}
.aiz-megabox input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.checked-color {
    opacity: 0;
    visibility: hidden;
    margin: 11px 8px;
}
.product-quantity-btn{
height: 24px;
width: 24px;
background: #ffffff !important;
border:none !important;
}
.addtocart {
    height: 45px;
    background-color: #1D1D1D !important;
    width: 49%;   /* default for larger screens = col-6 */
    display: inline-block; /* so width applies nicely */
}

/* For mobile: full width (col-12) */
@media (max-width: 767px) {
    .addtocart {
        width: 100%;
    }
}
.buynow {
    height: 45px;
    background-color: #FF6600 !important;
    width: 49%;   /* default for larger screens = col-6 */
    display: inline-block; /* so width applies nicely */
}

/* For mobile: full width (col-12) */
@media (max-width: 767px) {
    .buynow {
        width: 100%;
    }
}
.right-side-a{
    min-height: 300px;
    background-color: #ffffff;
}
.address-icon{
    width:20px;
    height:20px;
}
.address-link{
    text-decoration: underline;
}
.radio-delivery{
    width: 40px;
    height: 40px;
}
.delivery-time{
    max-width:250px;
}
.delivery-price{
    height: 18px;
}
.form-check-input[type="radio"] {
  width: 18px;
  height: 18px;
  border: 1px solid #bbb;
}

.form-check-input[type="radio"]:checked {
  background-color: #ff6600;
  border-color: #ff6600;
  box-shadow: none;
}
.opacity-50{
    opacity:0.5;
}
.right-side-b{
    min-height: 300px;
    background-color: #fff8ec;
    border: solid 2px #FF7F0A;
}
.sampleprice{
    position: relative;
    top: -4px;
    left: 4px;
}
.addtocart-sample{
    margin-top: 15px;
}
.custom-orange-checkbox {
  appearance: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #FFA500;
  border-radius: 4px;
  background-color: white;
  cursor: pointer;
  position: relative;
  vertical-align: middle;
  outline: none;
  display: inline-block;
}

/* Checked state: orange background */
.custom-orange-checkbox:checked {
  background-color: #ff6600;
  border-color: #ff6600;
}

/* Only custom SVG tick
.custom-orange-checkbox:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 19px;
  height: 13px;
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml;utf8,<svg width='21' height='8' viewBox='0 0 19 13' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M1 6L7.5 11.5L18 1' stroke='%23ffffff' stroke-width='3' stroke-linecap='round'/></svg>");
}*/

.banner-prod-page-info{
    max-height: 354px;
}
.nav-link{
    color: #BFC2C4;
}
.nav-link:hover{
    color: #a5a9ab;
}
.nav-item .active{
    color: #E64905 !important;
}
/* Search Content */
.hover-primary:hover {
    color: var(--bs-primary) !important;
}
.search-results .section-title {
    background: #f8f9fa;
    padding: 4px 8px;
    border-radius: 0.25rem;
}
.review-starts{
    color: #FBB835 !important;
}
.custom-img {
  height: 80px;
  width: 100%;
  object-fit: cover;
}


.check-label {
  position: relative;
  display: inline-block;
}

.check-label input {
  display: none; /* hide native checkbox */
}

.check-text {
  display: inline-flex;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  padding: 8px 16px;
  border-radius: 4px;
  border: 2px solid transparent;
  background-color: #f8f9fa; /* default gray */
  color: #333;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

.check-text .tick {
  display: inline-block;
  width: 13px;
  height: 10px;
  margin-right: 8px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  /* Default tick (not checked) */
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="13" height="10" viewBox="0 0 13 10" fill="none"><path d="M1 4.33333L5.20588 8L12 1" stroke="%2329292B" stroke-width="2" stroke-linecap="round"/></svg>');
}

/* ✅ Checked state */
.check-label input:checked + .check-text {
  border-color: #ff7b00;
  background-color: #fff7ef;
  color: #ff7b00;
}

.check-label input:checked + .check-text .tick {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="13" height="10" viewBox="0 0 13 10" fill="none"><path d="M1 4.33333L5.20588 8L12 1" stroke="%23FF6600" stroke-width="2" stroke-linecap="round"/></svg>');
}

.pofile-img-review{
    width: 39px;
    height: 39px;
}
.gallery-review-comment{
    height: 80px;
    width: auto;
}
.gallery-hover {
  position: relative;
  overflow: hidden;
}

/* hidden by default */
.gallery-hover .overlay-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0,0,0,0.5);
  color: #fff;
  font-weight: 600;
  padding: 28px 0px;
  text-align: center;
  border-radius: 4px;
  opacity: 0;
  transition: opacity 0.3s ease;
  text-decoration: underline;
  pointer-events: none;
  height: 80px;
  width: 100%;
}

/* show on hover */
.gallery-hover:hover .overlay-text {
  opacity: 1;
}
.my-italic {
  font-style: italic;
}
.tab-content .tab-pane {
  display: none; /* Hide all panes by default */
}
.tab-content .active {
  display: block; /* Only show the active pane */
}
.orange-bullets {
    list-style-type: disc;        /* normal round dot */
    padding-left: 1.2rem;         /* some left padding */
  }
  .orange-bullets li::marker {    /* modern browsers */
    color: #ff6600;               /* specifically style the bullet itself */
    font-size: 0.8em;             /* adjust bullet size */
  }
.spec-list {
    list-style: none;
    padding-left: 0;
  }
  .spec-list li {
    margin-bottom: .5rem;
    position: relative;
    padding-left: 1.5rem;
  }
  .spec-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.3em;
  width: 19px;
  height: 13px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml;utf8,<svg width='19' height='13' viewBox='0 0 19 13' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M1 6L7.5 11.5L18 1' stroke='%23FF6600' stroke-width='2' stroke-linecap='round'/></svg>");
}
  .table thead th {
    background-color: #fdf2ec;
    color: #333;
    text-align: center;
    vertical-align: middle;
  }
.dropdown-toggle::after {
    content: none !important;
    border: none !important;
    margin: 0 !important;
  }
/* Media */
.header-menu-desk {
  display: none; /* hidden by default */
}

@media (min-width: 1029px) {
  .header-menu-desk {
    display: block; /* show only above 1028px */
  }
}
.item-desk {
  display: block; /* hidden by default */
}

@media (max-width: 1029px) {
  .item-desk {
    display: none; /* show only above 1028px */
  }
}
.item-mobile {
  display: block; /* hidden by default */
}

@media (min-width: 1029px) {
  .item-mobile {
    display: none; /* show only above 1028px */
  }
}
.menu-toggle {
  display: block; /* hidden by default */
}

@media (min-width: 1029px) {
  .menu-toggle {
    display: none; /* show only above 1028px */
  }
}
.menu-toggle {
  background: none;
  border: none;
  padding: 10px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

/* Mobile Menu */
.mobile-menu {
  position: fixed;
  top: 0;
  left: -370px; /* hidden initially */
  width: 350px;
  height: 100%;
  background: #fff;
  z-index: 1001;
  padding: 20px;
  transition: left 0.3s ease;
  overflow-y: auto;
  box-shadow: 2px 0 8px rgba(0,0,0,0.1);
}
.mobile-menu.active {
  left: 0;
}
.menu-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.close-menu {
  background: none;
  border: none;
  font-size: 28px;
  cursor: pointer;
}

/* Overlay */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.3);
  z-index: 1000;
  display: none;
}
.overlay.active {
  display: block;
}

.app-banner {
  background-color: #0f5454; /* teal */
  color: #fff;
  position: relative;
}

.btn-open {
  background-color: #f16400;
  color: #fff;
  border: none;
}

.address-bar {
  background: linear-gradient(90deg, #f16400, #ff6a00);
  color: #fff;
}

.address-bar .dropdown-toggle::after {
  margin-left: .5rem;
  vertical-align: .2rem;
}
.menu-header-logo{
    width: 80px;
    height: auto;
}
.cursor-pointer{
    cursor: pointer;
}
.product-page-position{
    position:relative;
    left:0px;
}
@media (min-width: 1029px) {
  .product-page-position {
    position:relative;
    left:-32px;
  }
}
.banner-top-home-left {
    width: 100% !important;
}
.banner-top-home-right {
    display: none !important;
}

@media (min-width: 1029px) {
  .banner-top-home-left {
    width: 66.666% !important;
  }
  .banner-top-home-right {
    width: calc(33.333% - 16px) !important;
    display: block !important;
  }
}
.topbanner {
  padding: 0;
}

@media (max-width: 650px) {
  .topbanner {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.topbanner-1 {
  padding: 0;
}

@media (max-width: 650px) {
  .topbanner-1 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 650px) {
  .topbanner-carousel {
    position: relative;
    top: calc(-0.45 * (650px - 100vw));
  }
}
  .svg-xl,
  .svg-lg,
  .svg-md,
  .svg-sm,
  .svg-xs {
    display: none;
  }

  /* ≥ 1480px */
  @media (min-width: 1480px) {
    .svg-xl {
      display: block;
    }
  }

  /* 1400px – 1479.98px */
  @media (min-width: 1400px) and (max-width: 1479.98px) {
    .svg-lg {
      display: block;
    }
  }

  /* 1200px – 1399.98px */
  @media (min-width: 1200px) and (max-width: 1399.98px) {
    .svg-md {
      display: block;
    }
  }

  /* 1100px – 1199.98px */
  @media (min-width: 1100px) and (max-width: 1199.98px) {
    .svg-sm {
      display: block;
    }
  }

  /* < 1100px */
  @media (max-width: 1099.98px) {
    .svg-xs {
      display: block;
    }
  }
  @media (max-width: 1000px) {
    .categories-title-porter{
        display: none;
    }
  }
@media (max-width: 999.98px) {
    .categories-title-mobile{
        display: block;
    }.categories-style-mobile{
    height: 148px !important;
    }
  }
  @media (min-width: 1000px) {
    .categories-title-mobile{
        display: none;
    }.categories-style-mobile{
    height: 0px !important;
    }
  }

.products-scroll-wrapper {
    overflow-x: auto;
    overflow-y: hidden; /* Hides vertical scroll */
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scroll-behavior: smooth;
}

.products-scroll-wrapper::-webkit-scrollbar {
    height: 6px;
}

.products-scroll-wrapper::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,0.2);
    border-radius: 4px;
}

.products-horizontal {
    display: flex;
    flex-wrap: nowrap;
    gap: 1rem; /* spacing between products */
}

.custom-box-cat-title {
  font-size: 34px; /* default size */
}

@media (max-width: 1199.98px) {
  .custom-box-cat-title {
    font-size: 20px;
  }
}

@media (max-width: 992px) {
  .custom-box-cat-title {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .custom-box-cat-title {
    font-size: 16px;
  }
}

@media (max-width: 576px) {
  .custom-box-cat-title {
    font-size: 14px;
  }
}


.custom-box-cat-desc {
  font-size: 26px; /* default for large screens */
}

@media (max-width: 1199.98px) {
  .custom-box-cat-desc {
    font-size: 22px;
  }
}

@media (max-width: 992px) {
  .custom-box-cat-desc {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .custom-box-cat-desc {
    font-size: 16px;
  }
}

@media (max-width: 576px) {
  .custom-box-cat-desc {
    font-size: 14px;
  }
}


.custom-box-cat-price {
  font-size: 28px; /* default for large screens */
}

@media (max-width: 1199.98px) {
  .custom-box-cat-price {
    font-size: 24px;
  }
}

@media (max-width: 992px) {
  .custom-box-cat-price {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .custom-box-cat-price {
    font-size: 18px;
  }
}

@media (max-width: 576px) {
  .custom-box-cat-price {
    font-size: 16px;
  }
}
.banner-coupon {
  width: 32.5% !important;
}
@media (max-width: 992px) {
  .banner-coupon {
  width:32.5% !important;
}
}

.svg-icon svg{
    position: relative;
    top: 5px;
    right: 5px;
}
.svg-icon svg {
  width: 32px;
  height: auto;
}

@media (max-width: 1200px) {
  .svg-icon svg {
    width: 28px;
  }
}

@media (max-width: 992px) {
  .svg-icon svg {
    width: 24px;
    position: relative;
    top: 2px;
  }
}

@media (max-width: 768px) {
  .svg-icon svg {
    width: 20px;
  }
}

@media (max-width: 576px) {
  .svg-icon svg {
    width: 18px;
  }
}
.carousel-contwidth{
    width: 50% !important;
}
@media (max-width: 992px) {
  .carousel-contwidth {
    width: 70% !important;
  }
}

.bottom-banner-1 {
  font-size: 32px; /* default size */
}

@media (max-width: 1199.98px) {
  .bottom-banner-1 {
    font-size: 20px;
  }
}

@media (max-width: 992px) {
  .bottom-banner-1 {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .bottom-banner-1 {
    font-size: 16px;
  }
}

@media (max-width: 576px) {
  .bottom-banner-1 {
    font-size: 14px;
  }
}

.bottom-banner-2 {
  font-size: 30px; /* default size */
}

@media (max-width: 1199.98px) {
  .bottom-banner-2 {
    font-size: 20px;
  }
}

@media (max-width: 992px) {
  .bottom-banner-2 {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .bottom-banner-2 {
    font-size: 16px;
  }
}

@media (max-width: 576px) {
  .bottom-banner-2 {
    font-size: 14px;
  }
}

.button-style {
  font-size: 16px;
  padding: 10px 18px;
  gap: 6px; /* if you use flex */
}

@media (max-width: 1199.98px) {
  .button-style {
    font-size: 15px;
    padding: 9px 16px;
  }
}

@media (max-width: 992px) {
  .button-style {
    font-size: 14px;
    padding: 8px 14px;
  }
}

@media (max-width: 768px) {
  .button-style {
    font-size: 13px;
    padding: 7px 12px;
  }
}

@media (max-width: 576px) {
  .button-style {
    font-size: 12px;
    padding: 6px 10px;
  }
}

.button-style svg {
  margin-left: 6px;
  vertical-align: middle;
}

.newsletter-style {
  font-size: 24px; /* default for large screens */
}

@media (max-width: 1199.98px) {
  .newsletter-style {
    font-size: 20px;
  }
}

@media (max-width: 992px) {
  .newsletter-style {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .newsletter-style {
    font-size: 16px;
  }
}

@media (max-width: 576px) {
  .newsletter-style {
    font-size: 14px;
  }
}

.left-dir{
    text-align: left;
}
.float-left{
    float: left;
}

.footer-menu-list{
    min-height: 30px !important;
}

.prod-img-zoom{
    background:rgba(0, 0, 0, 0.4);
    border-radius: 100px;
    height:50px;
    width: 50px;
    border: none;
}
.prod-img-zoom:hover{
    background:rgba(0, 0, 0, 0.4);
}
.prod-img-zoom:hover svg {
  transform: scale(1.15);
  transition: transform 0.3s ease;
}
.carousel-inner .carousel-item img.zoomed {
  transform: scale(1.25);
  transition: transform 0.3s ease;
}

.carousel-inner .carousel-item img {
  transition: transform 0.3s ease;
}
.prod-img-compare{
    background:rgba(0, 0, 0, 0.4);
    border-radius: 40px;
    height:40px;
    min-width: 100px;
    border: none;
    color: #ffffff;
    margin-right: 5px;
}
.prod-img-compare:hover{
    background:rgba(0, 0, 0, 0.4);
    color: #ffffff;
}
.write-review-btn{
    text-decoration: none;
    color: #29292B;
}

.write-review-btn:hover{
    text-decoration: underline;
}


.profile-dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  background-color: #fff;
  min-width: 220px;
  border: 1px solid #eee;
  border-radius: 6px;
  padding: 10px 0;
  display: none;
  z-index: 999;
}

.profile-dropdown a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 20px;
  font-size: 14px;
  color: #333;
  text-decoration: none;
  transition: background 0.2s ease;
}

.profile-dropdown a:hover {
  background-color: #f8f8f8;
}

/* Default link style */
.profile-dropdown a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 20px;
  color: #29292B;
  text-decoration: none;
  transition: all 0.2s ease;
}


/* Hover style */
.profile-dropdown a:hover {
  background-color: #FFF4E9; /* soft orange background */
  color: #F47400; /* orange text */
}

/* Hover SVG color */
.profile-dropdown a:hover svg path,
.profile-dropdown a:hover svg circle {
  fill: #F47400;
  stroke: #F47400;
}
/*
.discount-container {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    min-height: 60px;
}

.discount-card {
    width: 250px;
    display: inline-block;
    margin-right: 8px;
    vertical-align: top;
    border: solid 1px #BFC2C4;
    flex-shrink: 0;
}
*/
.discount-container {
    display: flex;
    overflow-x: auto;
    gap: 1rem; /* Optional: space between cards */
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch; /* smooth scrolling on iOS */
}

.discount-card {
    min-width: 280px; /* adjust as needed */
    flex: 0 0 auto;
}
.discount-container::-webkit-scrollbar {
    height: 6px;
}

.discount-container::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,0.2);
    border-radius: 4px;
}
#discountScroll {
  overflow-x: auto;
  white-space: nowrap;
  scroll-behavior: smooth;
}
.footer-menu-fixed {
  box-shadow: 0 -2px 5px rgba(0,0,0,0.05);
  border-top: 1px solid #e5e5e5;
  height: 55px;
}


.aiz-notify {
    min-width: 350px;
    max-width: 350px;
    padding-right: 50px;
    border-radius: 0.25rem;
    overflow: hidden;
    border: 0;
    background-color: #ffffff; /* updated background */
    color: #333; /* darker text for contrast on white */
    box-shadow: 0 5px 20px 0 rgba(38, 45, 58, 0.2);
    -webkit-box-shadow: 0 5px 20px 0 rgba(38, 45, 58, 0.2);
    padding: 1.25rem 1.25rem;
    font-size: 0.875rem;
    z-index: 1060 !important;
    font-family: "Poppins-Regular", sans-serif; /* added font */
}

[dir="rtl"] .aiz-notify {
    text-align: right !important;
}

.aiz-notify .close {
    top: 50% !important;
    height: 20px;
    width: 20px;
    margin-top: -10px;
    font-size: 20px;
    line-height: 20px;
    color: #333; /* dark icon on light background */
    opacity: 0.7;
    right: 15px !important;
    text-shadow: none;
    position: absolute;
}

[dir="rtl"] .aiz-notify .close {
    right: auto !important;
    left: 15px !important;
}

.aiz-notify .close:before {
    content: "";
    position: absolute;
    border-radius: 50%;
    background-color: #eee;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: -1;
    opacity: 0;
}

.aiz-notify .close:hover {
    color: #000;
    opacity: 1;
}

.aiz-notify .close:hover:before {
    opacity: 1;
    background-color: #ddd;
    width: 170%;
    height: 170%;
    top: -35%;
    left: -35%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.aiz-notify .progress {
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    border-radius: 0;
    background-color: transparent;
}

.aiz-notify .progress-bar {
    background-color: #63589A; /* you can customize this color */
}

@media (max-width: 575px) {
    .aiz-notify {
        width: calc(100% - 40px);
        min-width: auto;
    }
    .h-sm-auto {
        height: auto;
    }
}
.aiz-notify .close svg path {
    stroke: #3D3D3B;
    transition: stroke 0.3s ease;
}
.aiz-notify .close:hover svg path {
    stroke: #000;
}
.btn-notif{
    border: none;
    background: none;
    padding: none;
}

@media (max-width: 767.98px) {
  .showonlg{
    display: none !important;
  }
}

.item-box {
  flex: 0 0 25%; /* Four in a row */
}
@media (max-width: 768px) {
  .item-box {
    flex: 0 0 50%; /* Two in a row on tablets */
  }
}
@media (max-width: 480px) {
  .item-box {
    flex: 0 0 100%; /* One per row on phones */
  }
}

@media (max-width: 767.98px) {
  .mobile-full-width {
    width: 100% !important;
    height: auto;
    display: block;
  }
  .item-box svg,
  .item-box div,
  .item-box span,
  .item-box .fs-18 {
    width: 100%;
    text-align: center;
  }
}
.badge-counter{
    background: #e8362c;
    color: #ffffff;
    position: absolute;
    left: 28px;
    bottom: 17px;
    border-radius: 25px;
}

.dropdown-menu-cart{
    position: relative;
    top: 20px;
}
.dropdown-menu-cart-rel{
   height: 23px;
}
.dropdown-menu-all{
    background:none;
    border: none;
}
.dropdown-menu-in{
    background: #fff;
}
.dropdown-menu-rel-icon{
    float: right;
    position: relative;
    right: 15px;
    z-index: 1;
}
.dropdown-menu {
    border-color: #dfdfe6;
    margin: 0;
    border-radius: 0;
    min-width: 14rem;
    font-size: inherit;
    padding: 0;
    -webkit-box-shadow: 0 0 50px 0 rgba(82, 63, 105, 0.15);
    box-shadow: 0 0 50px 0 rgba(82, 63, 105, 0.15);
    padding: 0.5rem 0;
    border-radius: 4px;
    max-width: 100%;
}
.dropdown-menu-animated {
    display: block;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: margin-top 0.3s, visibility 0.3s, opacity 0.3s;
    transition: margin-top 0.3s, visibility 0.3s, opacity 0.3s;
    margin-top: 20px !important;
}
.show.dropdown-menu {
    visibility: visible;
    opacity: 1;
    margin-top: 0 !important;
}
.dropdown-menu.dropdown-menu-xs {
    width: 160px;
    min-width: 160px;
}
.dropdown-menu.dropdown-menu-sm {
    width: 240px;
    min-width: 240px;
}
.dropdown-menu.dropdown-menu-md {
    width: 260px;
    min-width: 260px;
}
.dropdown-menu.dropdown-menu-lg {
    width: 320px;
    min-width: 320px;
}
.dropdown-menu.dropdown-menu-xl {
    width: 380px;
    min-width: 380px;
}
.dropdown-menu-in{
    background: #fff;
    border:solid 1px #e0e0e0;
}
.login-btn {
    background-color: #1D1D1D !important;

    display: inline-block; /* so width applies nicely */
}
.register-btn {
    background-color: #FF6600 !important;

    display: inline-block; /* so width applies nicely */
}
.size-60px {
    width: 60px;
}
.bg-orange{
    background: #FF6600;
}
.c-orange{
    color: #FF6600;
}
.c-blue{
    color: #0F5257;
}
.top-34px{
    top: 40px;
}
.left-25px{
    left: 25px;
}
.bg-login{
    background: url(../../uploads/all/loginscreen.png)left top no-repeat;
    background-size: 100%;
}
.login-left{
    border: solid 24px #ffffff;
    border-right: none;
}
.row.no-gutters {
    height: 100vh; /* Full viewport height */
}

.login-left {
    position: relative;
}
.prod-mark-img{
    height: 28px !important;
    width: auto;
}
.prod-mark-title{
    line-height: 26px;
}
.prod-mark-icon{
    position: relative;
    top: 4px;
    left: 4px;
}
.prod-bubble{
    height: 36px;
    width: 36px;
    border-radius: 50px;
    background-color: #ffffff;
}
.bg-gray{
    background: #f8f8f8 !important;
}
.prod-bubble-share{
    padding: 10px;
}
.prod-bubble-heart{
    padding: 8px;
    padding-top: 9px;
}
.prod-cat{
    height: 29px;
    width: auto;
    border:solid 1px #FF7F0A;
    background-color: #fff8f6;
    line-height: 29px;
    color: #FF6600;
}
.prod-badge{
    width: 100px;
    height: 30px;
    background-image: linear-gradient(to right bottom, #45a000, #00903f, #007d58, #006860, #0f5257);
    border-radius: 4px;
}
.prod-badge-icon{
    height: 30px;
    width: 30px;
}
.prod-badge-title{
    width: 80px;
    line-height: 31px;
}
.mawad-accent {
    color: #0f5257;
}
.prod-discount-all{
height: 23px !important;
}
.prod-origprice-all{
height: 34px !important;
line-height: 34px !important;
}
.prod-stock-discount{
   /* height: 32px !important;*/
    margin-top: 3px;
    padding-bottom: 4px;
}
.mawad-gray-soft{
    color: #C9C9C9;
}
.discount-container {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    min-height: 60px;
}
.payment-method-container {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    min-height: 60px;
}
.discount-card {
    width: 250px;
    display: inline-block;
    margin-right: 8px;
    vertical-align: top;
    border: solid 1px #BFC2C4;
    flex-shrink: 0;
}
.discount-title {
    white-space: normal; /* Allows text to wrap */
    overflow: hidden; /* Ensures no overflow beyond div */
    max-width: 100%; /* Keeps text within div width */
    line-height: 1.2;
}
.company-mark-img{
    height: 25px !important;
    width: auto;
    max-width: 60px;
}
.payment-method-card {
    width: 250px;
    display: inline-block;
    margin-right: 8px !important;
    vertical-align: top;
    border: solid 1px #BFC2C4;
    flex-shrink: 0;
}
.product-desc-each-title{
    width: 140px !important;
}
.thumb-preview:hover {
  cursor: pointer;
}
.carousel-inner img {
  max-height: 500px;
  object-fit: cover;
}
.active-thumbs{
  border: 2px solid #FF6600;
}
.product-color-style{
    width: 32px;
    height: 32px;
    border-radius: 32px;
    opacity: 0.5;
}
.aiz-megabox > input:checked ~ span .aiz-rounded-check:after,
.aiz-megabox > input:checked ~ span .aiz-square-check:after {
    visibility: visible;
    opacity: 1;
}
.aiz-megabox .img-overlay{
    border: 4px solid transparent;
}
.aiz-megabox > input:checked ~ .aiz-megabox-elem .checked-color {
    visibility: visible;
    opacity: 1;
}
.aiz-megabox {
    position: relative;
    cursor: pointer;
}
.aiz-megabox input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.checked-color {
    opacity: 0;
    visibility: hidden;
    margin: 11px 8px;
}
.product-quantity-btn{
height: 24px;
width: 24px;
background: #ffffff !important;
border:none !important;
}
.addtocart {
    height: 45px;
    background-color: #1D1D1D !important;
    width: 49%;   /* default for larger screens = col-6 */
    display: inline-block; /* so width applies nicely */
}

/* For mobile: full width (col-12) */
@media (max-width: 767px) {
    .addtocart {
        width: 100%;
    }
}
.buynow {
    height: 45px;
    background-color: #FF6600 !important;
    width: 49%;   /* default for larger screens = col-6 */
    display: inline-block; /* so width applies nicely */
}

/* For mobile: full width (col-12) */
@media (max-width: 767px) {
    .buynow {
        width: 100%;
    }
}
.right-side-a{
    min-height: 300px;
    background-color: #ffffff;
}
.address-icon{
    width:20px;
    height:20px;
}
.address-link{
    text-decoration: underline;
}
.radio-delivery{
    width: 40px;
    height: 40px;
}
.delivery-time{
    max-width:250px;
}
.delivery-price{
    height: 18px;
}
.form-check-input[type="radio"] {
  width: 18px;
  height: 18px;
  border: 1px solid #bbb;
}

.form-check-input[type="radio"]:checked {
  background-color: #ff6600;
  border-color: #ff6600;
  box-shadow: none;
}
.opacity-50{
    opacity:0.5;
}
.right-side-b{
    min-height: 300px;
    background-color: #fff8ec;
    border: solid 2px #FF7F0A;
}
.sampleprice{
    position: relative;
    top: -4px;
    left: 4px;
}
.addtocart-sample{
    margin-top: 15px;
}
.custom-orange-checkbox {
  width: 20px;
  height: 20px;
  border: 2px solid #ff6600;
  border-radius: 4px;
  appearance: none;          /* remove default style */
  -webkit-appearance: none;  /* Safari */
  outline: none;
  cursor: pointer;
  position: relative;
}

/* When checked, show orange background and white checkmark */
.custom-orange-checkbox:checked {
  background-color: #ff6600;
  border-color: #ff6600;
}

.custom-orange-checkbox:checked::after {
  content: "✔";
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.banner-prod-page-info{
    max-height: 354px;
}
.nav-link{
    color: #BFC2C4;
}
.nav-link:hover{
    color: #a5a9ab;
}
.nav-item .active{
    color: #E64905 !important;
}
/* Search Content */
.hover-primary:hover {
    color: var(--bs-primary) !important;
}
.search-results .section-title {
    background: #f8f9fa;
    padding: 4px 8px;
    border-radius: 0.25rem;
}
.review-starts{
    color: #FBB835 !important;
}
.custom-img {
  height: 80px;
  width: 100%;
  object-fit: cover;
}


.check-label {
  position: relative;
  display: inline-block;
}

.check-label input {
  display: none; /* hide native checkbox */
}

.check-text {
  display: inline-flex;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  padding: 8px 16px;
  border-radius: 4px;
  border: 2px solid transparent;
  background-color: #f8f9fa; /* default gray */
  color: #333;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

.check-text .tick {
  display: inline-block;
  width: 13px;
  height: 10px;
  margin-right: 8px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  /* Default tick (not checked) */
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="13" height="10" viewBox="0 0 13 10" fill="none"><path d="M1 4.33333L5.20588 8L12 1" stroke="%2329292B" stroke-width="2" stroke-linecap="round"/></svg>');
}

/* ✅ Checked state */
.check-label input:checked + .check-text {
  border-color: #ff7b00;
  background-color: #fff7ef;
  color: #ff7b00;
}

.check-label input:checked + .check-text .tick {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="13" height="10" viewBox="0 0 13 10" fill="none"><path d="M1 4.33333L5.20588 8L12 1" stroke="%23FF6600" stroke-width="2" stroke-linecap="round"/></svg>');
}

.pofile-img-review{
    width: 39px;
    height: 39px;
}
.gallery-review-comment{
    height: 80px;
    width: auto;
}
.gallery-hover {
  position: relative;
  overflow: hidden;
}

/* hidden by default */
.gallery-hover .overlay-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0,0,0,0.5);
  color: #fff;
  font-weight: 600;
  padding: 28px 0px;
  text-align: center;
  border-radius: 4px;
  opacity: 0;
  transition: opacity 0.3s ease;
  text-decoration: underline;
  pointer-events: none;
  height: 80px;
  width: 100%;
}

/* show on hover */
.gallery-hover:hover .overlay-text {
  opacity: 1;
}
.my-italic {
  font-style: italic;
}
.tab-content .tab-pane {
  display: none; /* Hide all panes by default */
}
.tab-content .active {
  display: block; /* Only show the active pane */
}
.orange-bullets {
    list-style-type: disc;        /* normal round dot */
    padding-left: 1.2rem;         /* some left padding */
  }
  .orange-bullets li::marker {    /* modern browsers */
    color: #ff6600;               /* specifically style the bullet itself */
    font-size: 0.8em;             /* adjust bullet size */
  }
.spec-list {
    list-style: none;
    padding-left: 0;
  }
  .spec-list li {
    margin-bottom: .5rem;
    position: relative;
    padding-left: 1.5rem;
  }
  .spec-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.3em;
  width: 19px;
  height: 13px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml;utf8,<svg width='19' height='13' viewBox='0 0 19 13' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M1 6L7.5 11.5L18 1' stroke='%23FF6600' stroke-width='2' stroke-linecap='round'/></svg>");
}
  .table thead th {
    background-color: #fdf2ec;
    color: #333;
    text-align: center;
    vertical-align: middle;
  }
