.hero-slider-1 .single-hero-slider {
  height: 550px;
}

.container {
  max-width: 1500px;
}

section.popular-categories.section-padding {
margin-left: 50px;
margin-right: 50px;
}

.btn.btn-xs, .button.btn-xs {
  padding: 15px 30px;
  font-size: 12px;
  text-transform: none;
  display: inline-flex;
  flex-wrap: wrap;
  line-height: 1.3;
}

.hotline {
width: 210px;
}
.hotline img {
  min-width: 35px;
  margin-right: 12px;
  min-width: 10px;
  margin-right: 12px;
  max-width: 25px;
  opacity: 0.5;
}

.hotline p {
  color: var(--color-brand);
  font-size: 20px;
  font-weight: 700;
  font-family: var(--font-heading), sans-serif;
  display: block;
  line-height: 1;
  padding-top: 1px;
}

.header-action-2 .header-action-icon-2 > a {
  font-size: 22px;
  color: #333;
  line-height: 1;
  display: inline-block;
  position: relative;
}

.close-style-wrap .close-style {
  position: relative;
  background-color: transparent;
  padding: 0;
  border: none;
  width: 26px;
  height: 26px;
  border-radius: 30px;
  color: var(--color-brand);
border: 1px solid transparent;
}
.breadcrumb {
  display: none;
  padding: 0;
  text-transform: capitalize;
  color: var(--color-text);
  font-size: 14px;
  font-weight: 600;
  background: none;
  margin: 0;
    margin-left: 0px;
  border-radius: 0;
  margin: ;
  margin-left: 400px;
}

.page-header.breadcrumb-wrap {
  padding: 20px;
  background-color: #fff;
  border-bottom: 1px solid #ececec;
  font-family: var(--font-heading), sans-serif;
  display: none;
}

.shop-filter-toggle {
  margin-bottom: 20px;
  display: inline-flex;
  align-items: center;
  position: relative;
  border-radius: 30px;
  border: 1px solid #ececec;
  font-size: 17px;
  font-weight: 700;
  font-family: var(--font-heading), sans-serif;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
  padding: 10px 20px;
  display: none;
}

.single-header .single-header-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  display: none;
}

.product-detail {
  margin-top: 50px;
}

footer.main {
  z-index: 1;
  border-top: 8px solid #dedcd8;
  margin-top: 130px;
  position: relative;
  overflow: unset;
}

footer.main .footer__img {
  max-width: 68%;
  position: absolute;
  top: 0;
  -webkit-transform: translateY(-80%);
  -ms-transform: translateY(-80%);
  -moz-transform: translateY(-80%);
  -o-transform: translateY(-80%);
  transform: translateY(-80%);
  left: 0;
  right: 0;
  margin: 0 auto;
}

.footer-mid {
margin-top: 30px;
}

.slider-nav-thumbnails .slick-slide.slick-current img {
  border: none;
}

.archive-header {
display:none;
}

.cart-dropdown-wrap .shopping-cart-footer .shopping-cart-button a {
  display: inline-block;
  font-size: 14px;
  color: #ffffff;
  border-radius: 4px;
  line-height: 1;
  padding: 10px 20px;
  background-color: var(--color-brand);
  font-family: var(--font-heading), sans-serif;
  border: none;
  margin-top: 5px;
  border: 1px solid transparent;
}

footer .mobile-social-icon {
  display: flex;
  justify-content: left;
  align-items: left;
  align-self: center;
}

.mobile-social-icon a {
  background: none;
}

.hero-slider-1 .slider-content p {
  font-size: 30px;
  margin-top: 30px !important;
  text-shadow: 1px 1px var(--color-brand);
}

.hero-slider-1 .single-hero-slider.rectangle .slider-content {
  position: absolute;
  top: 28%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  text-align: center;
}

.main-menu > nav > ul > li ul.sub-menu li {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  line-height: 48px;
  border-radius: 5px;
  border: 1px solid #F2F3F4;
  padding: 9px 18px;
  margin: 0 15px 15px 0;
    margin-right: 15px;
  margin-right: 15px;
  height: 50px;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}

.main-menu > nav > ul > li ul.sub-menu li:hover {
border: 1px solid rgba(var(--color-brand-rgb), 0.4);
box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
transition: 0.3s;
-moz-transition: 0.3s;
-webkit-transition: 0.3s;
-o-transition: 0.3s;
}

.main-menu > nav > ul > li:hover ul.sub-menu {
  opacity: 1;
  visibility: visible;
  top: calc(100% - 22px);
}

.main-menu > nav > ul > li ul.sub-menu {
  position: absolute;
  left: 0;
  top: 100%;
  background-color: #ffffff;
  min-width: 250px;
  padding: 25px 15px;
  transition: all 0.25s ease 0s;
  opacity: 0;
  visibility: hidden;
  margin-top: 20px;
  border-radius: 10px;
  z-index: 999;
  border: 1px solid #ececec;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(var(--color-brand-rgb), 0.4);
}

.main-categories-wrap > a > i {
  margin-left: 5px;
  margin-top: 3px;
  color: #999;
  font-size: 8px;
  position: relative;
  margin-left: 4px;
  color: var(--color-heading);
}

#list-photo .item .photo-item img {
  border: 1px solid rgba(63, 63, 62, 0.4);
  display: block;
  max-width: 100%;
  border-radius: 10px;
}

#list-photo .item .photo-item div {
  transition: all 0.25s;
  padding: 5px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

textarea {
  border: 1px solid rgba(var(--color-brand-rgb), 0.4);
  border-radius: 10px;
  height: 50px;
  box-shadow: none;
  padding: 10px 10px 10px 20px;
  font-size: 16px;
  width: 100%;
  min-height: 200px;
}

checkout-input {
  height: 48px;
  border: 1px solid rgba(var(--color-brand-rgb), 0.4);
}

.payment-checkout-btn {
background-color: #341909;
}

.payment-checkout-btn:hover {
background-color: #f08419 !important;
}

.thank-you i {
color: #341909;
}

.order-customer-info .order-customer-info-meta {
color: #341909;
}

.label-success {
color: #f08419;
}

 .hero-slider-1 .single-hero-slider.rectangle .slider-content {
    width: auto;
  }

.main-menu > nav > ul > li > a {
  display: inline-block;
  color: var(--color-heading);
  text-transform: uppercase;
  font-size: 17px;
}

.header-style-1 .main-categories-wrap > a {
  color: var(--color-heading);
  font-weight: 900;
  transition: none;
  display: inline-block;
  text-transform: uppercase;
  font-size: 17px;
}

.sticky-bar.stick div.container div.header-wrap.header-space-between.position-relative div.logo.logo-width-1 a img {
width: 80px;
margin-top: -10px;
display: inherit;
min-width: 80px;
}

.header-middle {
height:10px;
}

.logo {
  z-index: 10 !important;
  position: relative;
  top: 20px;
}

  @media only screen and (max-width: 768px){
    
.logo.logo-width-1 {
  margin-right: 0;
  position: absolute;
  left: 35%;
  top: 65px;
  left: 50%;
  transform: translate(-50%, -50%);
}
    
.logo.logo-width-1 a img {
  width: auto;
  min-width: 0;
  max-width: 120px;
  margin-top: -30px;
    }
.sticky-bar.stick div.container div.header-wrap.header-space-between.position-relative div.logo.logo-width-1 a img {
  width: 80px;
  margin-top: -65px !important;
  display: inherit;
  min-width: 80px;
}
    .display-3 {
  font-size: 100px;
  margin-top: 50px;
}
    
    .product-cart-wrap .product-img-action-wrap {
  padding: 0;
  margin-bottom: 25px;
  width: 366px;
  margin-left: 45px;
}
    
}

.product-cart-wrap .product-img-action-wrap .product-img a img {
  width: 366px;
}

.product-cart-wrap .product-img-action-wrap {
  padding: 0;
  margin-bottom: 25px;
  width: 366px;
}

div.product-cart-wrap.small.hover-up.p-1.slick-slide.slick-current.slick-active {
width: 366px;
}

  @media only screen and (max-width: 992px){
.logo.logo-width-1 {
  margin-right: 0;
  position: absolute;
  margin-right: 0;
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translate(-50%, -50%);
}
  .sticky-bar.stick div.container div.header-wrap.header-space-between.position-relative div.logo.logo-width-1 a img {
  width: 80px;
  margin-top: -40px;
  display: inherit;
  min-width: 80px;
}  
    
    
}
figure.image.image-style-align-left.image_resized{
  float: left;
  margin-right: 10px;
}

figure.image.image-style-align-right.image_resized{
  float: right;
  margin-left: 10px;
}

.image_resized {
	border-radius: 10px;
}

img.image {
	border-radius: 10px;
}

figure.image img{
	border-radius: 10px;
}

div.image img{
	border-radius: 10px;
}

p img {
	border-radius: 10px;
}

p i {
	font-style: italic;
}

figure.image.image_resized {
	margin-left: auto;
    margin-right: auto;
}
iframe {
  height: 500px !important;
}

     /* Modal styles */
 .christmas-modal {
      display: none;
      position: fixed;
      z-index: 9999;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.5);
      overflow: auto;
      justify-content: center;
      align-items: center;
    }
    .christmas-modal-content {
      text-align: center;
      padding: 30px;
      position: relative;
      width: 90%; 
      height: 800px; 
      margin: 15% auto; 
      border-radius: 5px;
      color: black;
      font-size: 40px;
    }
    .christmas-modal-content img {
      max-width: 100%;
      max-height: 100%;
      display: block;
      margin: 0 auto;
    }
    .christmas-modal-content .text-overlay {
      position: absolute;
      top: 15%;
      left: 50%;
      transform: translate(-50%, -50%);
      text-align: center;
    }
    /* Media query for mobile devices */
    @media (max-width: 768px) {
      .christmas-modal-content .text-overlay {
        top: 20%;
      }
    }
    .christmas-modal-content h1 {
      font-size: 35px;
      margin-bottom: 10px;
    }
    .christmas-modal-content h3 {
      font-size: 35px;
    }
    .christmas-close {
      color: #aaa;
      position: absolute;
      top: 10px;
      right: 10px;
      font-size: 28px;
      font-weight: bold;
    }
    .christmas-close:hover,
    .christmas-close:focus {
      color: #fff;
      text-decoration: none;
      cursor: pointer;
    }

    .text-modal {
      display: none;
      position: fixed;
      z-index: 9999;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.7);
      overflow: auto;
      justify-content: center;
      align-items: center;
    }
    .text-modal-content {
      background-color: white;
      color: black;
      text-align: center;
      padding: 20px;
      border-radius: 10px;
      width: 80%;
      max-width: 600px;
      margin: auto;
      position: relative;
    }
    .text-modal-content h1 {
      font-size: 1.8em;
      margin-bottom: 15px;
    }
    .text-modal-content p {
      font-size: 1.2em;
      line-height: 1.6;
    }
    .text-modal-close {
      color: #aaa;
      position: absolute;
      top: 10px;
      right: 15px;
      font-size: 24px;
      font-weight: bold;
      cursor: pointer;
    }
    .text-modal-close:hover {
      color: black;
    }

.sticky-top {
    background-color: #ffffff ;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid #dee2e6;
}

.table > :not(caption) > * > * { 
 padding: 0.3rem 0.3rem;
}

.product-cart-wrap .product-img-action-wrap {
margin-left: 0;
width: 100%;
}

.product-cart-wrap .product-img-action-wrap .product-img a img {
width: 100%;
}

.badge
 {
color:#ffffff !important;
}