@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Urbanist';
}

body {
  overflow-x: hidden;
  font-size: 16px !important;
}

h1, h2, h3, h4, h5, h6{
    font-family: "Urbanist" !important;
    font-weight: 700 !important;
}
.h6, h6 {
    font-size: 16px !important;
}
.h5, h5 {
    font-size: 20px !important;
}
ul > li, ol > li {
    margin-top: 0rem;
    margin-bottom: 0;
}
button {
    background: transparent;
    box-shadow: none !important;
    padding: 0;
}
button:hover {
    border: none;
}

/* header css */
.mini-header{
 width: 100%;
 /* height: 60px; */
 padding: 10px 0;
 background-color: #000;   
}

.mini-header h4 {
  margin: 0;
  color: white;
  font-size: 17px;
}

marquee > .inner__content{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.blog-card h3.blog-card-title {
  min-height: 48px;
  font-family: 'Urbanist';
  font-size: 25px;
  color: black;
}
marquee > .inner__content h4{
    color: #fff;
    margin-bottom: 0;
    font-size: 16px;
    margin-top: 10px;
}

header{
  width: 100%;
  height: 85px;
  padding: 10px 0px;
  background: #fff;
}

/* .main-header{
    padding: 0px 50px;
} */

.main-header .menu-icon-image{
    width: 30px;
}

.main-header .main-logo-image{
    width: 150px;
}

.side-menu .vertical-menu .drpdown-open .dropdowns-menu {
  display: none;
  transition: 0.3s ease-out;
  margin-left: 15px;
}

div#customCarousel span.carousel-control-prev-icon, div#customCarousel span.carousel-control-next-icon {
    width: 32px;
    height: 32px;
}

.side-menu .vertical-menu .drpdown-open .dropdowns-menu li a {
  font-size: 17px;
  font-weight: 400;
}

.side-menu .vertical-menu .drpdown-open:hover .dropdowns-menu {
  display: block;
  transition: 0.3s ease-out;
}

.side-menu .vertical-menu .drpdown-open span {
  line-height: 0;
  display: inline-block;
}

.side-menu .vertical-menu .drpdown-open span i {
  font-size: 14px;
  margin-left: 10px;
  transition: 0.3s ease-out;
}

.side-menu .vertical-menu .drpdown-open:hover span i {
  transform: rotateZ(180deg);
  transition: 0.3s ease-out;
}

.left-inner{
    width: 100%;
    height: 100%;
    padding: 10px;
}

.left-inner .content{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /*margin-left: 18px;*/
}

.left-inner .content .location-icon{
    width: 30px;
}
.left-inner .content p{
  font-size: 14px;
  margin-bottom: 0 !important;
  text-align: left;
  margin-left: 10px;
}
.left-inner .content .down-arrow-icon{
    width: 10px;
}

.right-inner{
    width: 100%;
    height: 100%;
    padding: 10px;
}

.right-inner .icons-content {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 16px;
}

.right-inner .icons-content .search-icon,
.right-inner .icons-content .shop-cart-icon,
.right-inner .icons-content .profile-icon{
    width: 20px;
}

.right-inner .icons-content .line-icon{
    width: 1px;
}

.hero-section{
    width: 100%;
    height: 100%;
}

.slider-content{
    position: absolute;
    top: 75px;
    left: 125px;
}

.slider-inner-content{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.slider-inner-content h1{
  font-size: 35px;
  font-weight: 700 !important;
  font-family: "Urbanist" !important;
  color: black;
  margin: 0px;
}

.slider-inner-content p{
    width: 90%;
    font-family: 'Urbanist';
    font-size: 14px;
    color: black;
    font-weight: 500; 
}

.slider-inner-content .shop-now-btn{
    text-decoration: none;
    color: #fff;
    background: #000;
    width: 31%;
    padding: 10px 20px;
    font-size: 15px;
    text-align: center;
    border-radius: 5px;
    border: 2px solid #000;
    transition: all 0.5s ease-in-out;
}

.slider-inner-content .shop-now-btn:hover{
    background: transparent;
    color: #000;
}
/* header css */

/* category section */
.main-category{
    width: 100%;
    height: 100%;
    padding: 100px 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    position: relative;
}

.nav-left{
    position: absolute;
    left: -80px;
    top: 280px;
}

.nav-left-button{
    border: none;
    outline: none;
}

.nav-right{
    position: absolute;
    right: -80px;
    top: 280px;
}

.nav-right-button{
    border: none;
    outline: none;
}

.left-icon-button{
    width: 50px;
}

.right-icon-button{
    width: 50px;
}

.main-category .heading{
    text-align: center;
}

.main-category .heading .sub-title-heading {
    font-size: 16px;
    font-weight: 600 !important;
    font-family: "Urbanist", serif !important;
    margin-bottom: 5px;
}

.main-category .heading .main-title-heading {
    font-size: 45px !important;
    font-weight: 700 !important;
    font-family: "Urbanist", serif !important;
}

.slider-content-main{
    width: 100%;
    height: 100%;
    padding: 20px 0;
}

.slider-content-main .main-items{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}

.slider-content-main .main-items .category-items{
    width: 140px;
    height: 140px;
    background: #F5F5F5;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s ease-in-out;
    cursor: pointer;
}

.slider-content-main .main-items .category-items:hover{
    background: #000;
}

.slider-content-main .main-items .category-items .icon-park{
    width: 60px;
}

.slider-content-main .main-items .category-name {
    font-size: 22px;
    font-weight: 700 !important;
    font-family: "Urbanist", serif !important;
}

/* category section */

/* feature section */
.features-section{
    width: 100%;
    height: 100%;
    padding: 50px 0;
    background: #f5f5f5;
    position: relative;
}

.featurenav-left{
    position: absolute;
    left: -80px;
    top: 280px;
}

.featurenav-left-button{
    border: none;
    outline: none;
}

.featurenav-right{
    position: absolute;
    right: -80px;
    top: 280px;
}

.featurenav-right-button{
    border: none;
    outline: none;
}

.main-product{
    width: 100%;
    height: auto;
    padding: 20px 0px;
    border: 1px solid #000;
    border-radius: 10px;
    overflow: hidden;
    height: 386px;
}
.product-top{
    width: 100%;
}
.left-label{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.left-one{
    background: #000;
    padding: 5px 10px;
    font-size: 12px;
    color: #fff;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}

.right-one{
    background: red;
    color: #fff;
    padding: 5px 10px;
    font-size: 10px;
    border-radius: 25px;
    margin-right: 20px;
}

.product-image{
    width: 100%;
  height: 185 px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #000;
}

.product-image .main-image{
    width: 75% !important;
}

.button-down{
    text-decoration: none;
    color: #000;
    font-size: 12px;
    border: 1px solid #000;
    padding: 5px 15px;
    position: absolute;
    bottom: -50px;
    left: 90px;
}

.eye-icon{
    position: absolute;
    right: -48px;
    margin-bottom: 10px;
}

.box-icon{
    position: absolute;
    right: -50px;
    margin-top: 30px;
}

.product-footer{
    width: 100%;
    height: 100%;
    padding: 10px;
}

.product-footer-top{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product-footer-top .icons-stars{
    color: gold;
    font-size: 12px;
}

.content-card-right{
    display: flex;
    gap: 15px;
    align-items: center;
    margin-top: 16px;
}

.content-card-right p{
    font-size: 10px;
}

.content-card-right .stock-icon{
    width: 10px !important;
}

.product-title{
    width: 100%;
}

.product-title .p_title{
    font-size: 14px !important;
}
/* feature section */

.deal-card {
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    height: 250px; /* Adjust height as needed */
    background-size: cover;
    background-position: center;
    color: #fff;
  }
  
  .sm-text {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    color: #3a3a3a;
  }
  
  .bg-text {
    font-size: 50px;
    color: black;
  }
  .deal-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Semi-transparent overlay */
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7);
  }
  
  .deal-title {
    font-size: 24px !important;
    font-weight: bold !important;
  }
  
  .deal-btn {
    background-color: #fff;
    color: #000;
    border: none;
    padding: 8px 16px;
    border-radius: 4px;
    transition: 0.3s ease;
    align-self: start;
  }
  
  .deal-btn:hover {
    background-color: #000;
    color: #fff;
  }
  
  .section-heading {
    text-align: center;
    margin-bottom: 40px;
  }
  
  .carousel-inner {
    /* border-radius: 10px; */
    overflow: hidden;
  }
  
  .back-img {
    background: url(../images/bacckk.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 92%;
    background-position-x: 324%;
    /* background: linear-gradient(to right, #ffffff 10%, #f5f5f5 80%); */
    padding: 116px 0px;
  }
  
  .carousel-control-prev,
  .carousel-control-next {
    filter: invert(1);
  }
  
  .carousel-indicators [data-bs-target] {
    background-color: black;
  }
  div#customCarousel .carousel-indicators button {
    background-color: #000;
}
  .feature-section {
      background-color: #000;
      color: #fff;
      padding: 40px 0;
    }
    .feature-item {
      text-align: center;
    }
    .feature-item img {
      width: 60px;
      height: 55px;
      margin-bottom: 10px;
    }
    .feature-title {
      font-size: 30px;
      font-weight: 600;
      font-family: 'Urbanist';
    }
    .feature-subtitle {
      font-size: 16px;
      color: #ccc;
      font-family: 'Urbanist';
    }
  
    .mission-section {
      padding: 40px 0;
    }
    .mission-content h2 {
      font-size: 38px;
      font-weight: bold ! IMPORTANT;
      margin-bottom: 15px;
      color: black;
    }
    .mission-content p {
      font-size: 15px;
      line-height: 1.5;
      margin-bottom: 20px;
      font-family: 'Urbanist';
      font-weight: 500;
    }
    .mission-images img {
      border-radius: 10px;
      object-fit: cover;
    }
    .btn-read-more {
      background-color: #000;
      color: #fff;
      padding: 10px 20px;
      font-size: 14px;
      border: none;
      border-radius: 5px;
      transition: background-color 0.3s ease;
      box-shadow: none !important;
      font-weight: 500;
    }
    .btn-read-more:hover {
      background-color: #444;
    }
    
    .supplier-section {
      padding: 40px 0;
      text-align: center;
      overflow: hidden;
      background: #f9f9f9;
    }
  
    .supplier-section h6 {
      font-family: 'Urbanist';
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    color: #3A3A3A;
    text-transform: uppercase;
    margin-bottom: 5px;
    }
  
    .supplier-section h2 {
      font-size: 40px;
      font-weight: bold;
      margin-bottom: 30px;
      font-family: 'Urbanist';
      color: black;
    }
  
    .carousel-wrapper {
      display: flex;
      animation: scroll 20s linear infinite;
      will-change: transform;
    }
  
    .supplier-logo {
      flex: 0 0 auto;
      padding: 0 15px;
    }
  
    .supplier-logo img {
      max-width: 165px;
      height: auto;
        transition: filter 0.3s ease;
    }
  
    .faq-section {
      padding: 60px 20px;
  }
  .faq-title {
    text-align: center;
    font-size: 40px;
    margin-bottom: 30px;
    font-family: 'Urbanist';
    color: black;
    margin-bottom: 50px;
  }
  .faq-item {
      background-color: #f9f9f9;
      /* border: 1px solid #ddd; */
      border-radius: 5px;
      margin-bottom: 10px;
  }
  .faq-question {
    font-size: 17px;
    padding: 15px 20px;
    cursor: pointer;
    font-family: 'Urbanist';
    font-weight: 700;
    color: black;
  }
  .faq-question:hover {
      background-color: #f1f1f1;
  }
  .faq-answer {
    padding: 15px 20px;
    font-family: 'Urbanist';
    font-size: 17px;
    color: black;
     
  }
  .faq-image img {
      max-width: 100%;
      border-radius: 5px;
  }
  
    @keyframes scroll {
      0% {
        transform: translateX(0);
      }
      100% {
        transform: translateX(-100%);
      }
    }
    .carousel-inner-wrapper {
      display: flex;
      gap: 30px;
    }
  
  
    .blogs-section {
      padding-top:60px;
      padding: 50px 15px;
      background-color: #f9f9f9;
    }
  
    .blogs-title h2 {
      font-size: 40px;
      font-weight: bold !important;
      margin-bottom: 10px;
      color: black;
      font-family: 'Urbanist';
    }
  
    .blogs-title p {
      font-size: 16px;
      color: black;
      margin-bottom: 30px;
      font-family: 'Urbanist';
    }
  
    .category-links ul {
      list-style: none;
      padding: 0;
    }
  
    .category-links li {
      display: flex
      ;
          justify-content: space-between;
          align-items: center;
          border-bottom: 2px solid #989898;
          font-size: 16px;
    }
  
    .category-links li a {
      text-decoration: none;
      color: #000;
      font-weight: 500;
    }
  
    .category-links li a:hover {
      text-decoration: underline;
    }
  
    .view-all-btn {
      display: block;
      margin-top: 20px;
      font-size: 14px;
      font-weight: bold;
    }
  
    .blog-card img {
      border-radius: 5px;
      height: 245px !important;
      object-fit: cover;
      width: 100%;
    }
  
    .blog-card-title {
      font-size: 20px;
      font-weight: bold;
      margin: 15px 0 10px;
    }
    
   .blogs-title .text-muted{
            margin: 0;
    font-size: 18px;
    font-family: 'Urbanist';
    color: #3A3A3A ! IMPORTANT;
    }
    .blog-card-desc {
      font-size: 13px;
      color: black;
      margin-bottom: 10px;
      font-family: 'Urbanist';
      font-weight: 400;
    }
  
    .read-more {
      font-size: 14px;
      font-weight: bold;
      color: #000 !important;
      text-decoration: none;
    }
  
    .read-more:hover {
        text-decoration: underline;
        color: #000;
    }
  
    .subscribe-section {
      background: url(../images/newssections.png) no-repeat center center;
      background-size: cover;
      color: #fff;
      padding: 60px 20px;
    }
  
    .subscribe-section .subscribe-title {
      font-size: 32px;
      font-weight: 700;
      margin-bottom: 20px;
    }
    
    .form.subscribe {
        align-items: center;
        position: relative;
    }
  
    .subscribe-section .subscribe-desc {
      font-size: 16px;
      margin-bottom: 30px;
      line-height: 1.6;
      font-family: 'Urbanist';
      width: 90%;
    }
  
    .subscribe-section .form-control {
        background-color: transparent;
        border: 1px solid white !important;
        padding: 32px 20px;
        border: none;
        outline: none;
        font-size: 16px;
    }
  
    .subscribe-section .btn {
      border-radius: 0 30px 30px 0;
      padding: 15px 30px;
      background-color: #fff;
      color: #000;
      font-weight: 700;
      border: none;
    }
  
    .subscribe-section .btn:hover {
      background-color: transparent;
      color: #fff;
      border: 1px solid;
    }
    
    .slider-content-main .features-owl-carousel.owl-carousel .owl-item {
        min-height: auto;
    }
  
  
  @media (min-width: 768px) {
    .deal-card.h-100 {
      height: 100%;
    }
  
    .carousel-control-prev {
      height: 40px;
      width: 40px;
      bottom: 0;
      position: absolute;
      top: 86%;
      left: 90%;
      background: black;
      filter: invert(0);
    }
  
    .carousel-control-next {
      height: 40px;
      width: 40px;
      bottom: 0;
      position: absolute;
      top: 86%;
      left: 94%;
      background: black;
      filter: invert(0);
    }
  }
  
.category-items:hover img.icon-park {
  filter: brightness(0) invert(1);
}

.deal-btn:hover {
  background: transparent;
  border: 1px solid white;
}

.deal-btn {
  font-family: 'Urbanist';
  font-weight: 700;
  padding: 10px 20px;
  border: 1px solid white;
  box-shadow: none !important;
}

.btn-read-more:hover {
  background: transparent;
  border: 1px solid black;
  color: black;
}

.btn-read-more {
  border: 1px solid black;
}

.supplier-section h6 {
  font-family: 'Urbanist';
  font-weight: 700;
  font-size: 18px;
}

span.float-end {
  font-size: 35px;
  margin-top: -16px;
}

.faq-section.container h6 {
  font-family: 'Urbanist';
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  color: #3A3A3A;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.blogs-section .col-lg-5.mb-4 {
    width: 35%;
}

.blogs-section .col-lg-7 {
  margin-left: 75px;
}

.category-links li a {
  font-family: 'Urbanist';
  color: black;
  font-size: 22px;
  font-weight: 700;
}

.category-links span {
  font-size: 40px;
}

.blogs-section a.btn.btn-dark.view-all-btn {
  background-color: #000;
  color: #fff;
  padding: 10px 30px;
  font-size: 14px;
  border: none;
  border-radius: 5px;
  transition: background-color 0.3s ease;
  font-family: 'Urbanist';
  border: 1px solid black;
  text-decoration: auto;
}

.blogs-section a.btn.btn-dark.view-all-btn:hover {
  background: transparent;
  color: black;
  border: 1px solid black;
}

.category-links {
  width: 75%;
}

.subscribe-section input.form-control::placeholder {
  color: #939191;
}

.subscribe-section button.btn {
    position: absolute;
    right: 10px;
    border-radius: 5px;
    padding: 10px 25px;
    border: 1px solid;
    font-size: 16px;
}

h2.text-center.mb-4 {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 30px;
  font-family: 'Urbanist';
  color: black;
}

 /* Optional: Add some styling to make the arrows stand out more */
 .carousel-control-prev-icon
 {
   background-color: black; /* Change the color of the arrows */
   background-image: url(../images/left-icon.png) !important;
}
.carousel-control-next-icon{
  background-image: url(../images/right-icon.png) !important;

}
 
 div#customCarousel span.carousel-control-prev-icon {
  position: relative;
 left: 515% !important;
  top: 380px;
  background-color: #000;
}

span.carousel-control-next-icon {
  position: relative;
  top: 380px;
  left: -80%;
  background-color: #000;
}

footer a:hover {
  text-decoration: underline;
}

footer i {
  font-size: 19.2px;
}
footer.bg-dark.text-white.py-5 {
  background: black !IMPORTANT;
}

footer.bg-dark.text-white.py-5 .mb-3 {
  font-family: 'Urbanist';
  font-weight: 700;
}

footer.bg-dark.text-white.py-5 img {
  width: 65%;
  margin-bottom: 25px;
}

footer.bg-dark.text-white.py-5 p {
  font-family: 'Urbanist';
  font-size: 15px;
  width: 100%;
}

footer.bg-dark.text-white.py-5 a.text-white.text-decoration-none {
  font-family: 'Urbanist';
  line-height: 28px;
}
footer.bg-dark.text-white.py-5 {
  padding-bottom: 25px ! IMPORTANT;
  padding-top: 70px ! IMPORTANT;
}

footer.bg-dark.text-white.py-5 p.mb-0 {
  border-top: 1px solid;
  padding-top: 20px;
  font-family: 'Urbanist'
}

footer.bg-dark.text-white.py-5 li.mb-2 {
  font-family: 'Urbanist';
  font-size: 16px;
}

footer.bg-dark.text-white.py-5 i.bi {
  margin-right: 5px;
  font-size: 17px;}

p.yrs {
  width: 85% !IMPORTANT;
}











.custom-dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-toggle {

  cursor: pointer;
}

.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  width: 200px;
  border-radius: 5px;
  z-index: 1000;
}

.dropdown-menu.active {
  display: block;
}

.search-bar {
  width: calc(100% - 20px);
  margin: 10px;
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.flag-list {
  list-style: none;
  padding: 0;
  margin: 0;
  max-height: 150px;
  overflow-y: auto;
}

.flag-list li {
  display: flex;
  align-items: center;
  padding: 10px;
  cursor: pointer;
  transition: background 0.2s;
}

.flag-list li img {
  width: 20px;
  height: 15px;
  margin-right: 10px;
}

.flag-list li:hover {
  background: #f1f1f1;
}


button.dropdown-toggle {
  border: none;
  background: transparent;
}

i.fa-solid.fa-chevron-down {
  display: none;
}

.dropdown-menu.active {
  width: 270px;
  padding: 15px 20px;
  margin-left: -260px;
  margin-top: 40px;
  border-radius: 0px;
  border: none;
  z-index:1;
}


  .custom-carousel {
    display: none;
}

img.search-icon {
  WIDTH: 17% !IMPORTANT;
}

.right-inner .icons-content picture {
    width: 16%;
    position: relative;
}
.right-inner .icons-content picture #cart-counter {
    position: absolute;
    right: -7px;
    top: -7px;
    background: red;
    color: white;
    border-radius: 50%;
    padding: 9px;
    width: 17px;
    height: 17px;
    font-size: 13px;
    font-weight: 900;
    display: flex;
    justify-content: center;
    align-items: center;
}
img.shop-cart-icon {
  width: 100% !important;
}

img.profile-icon {
  width: 17% !important;
}

img.stock-icon {
  margin-top: -14px;
}




.yers img {
  width: 30px !important;
  margin-bottom: 10px;
}

.yers {
  position: absolute;
  top: 110px;
  translate: 215px 0px;
  /* display: none; */
}


.main-product .yers {
  display: none;
}

.main-product:hover .yers {
  display: block;
}


.btss {
  text-align: center;
  position: absolute;
  left: 27%;
  top: 235px;
}

.btss a {
  text-decoration: none;
  font-family: 'Urbanist';
  color: black;
  font-weight: 600;
  border: 2px solid;
  padding: 8px 20px;
}


.main-product:hover .btss {
  display: block;
}

.main-product .btss {
  display: none;
}

.btss a:hover {
  background: black;
  color: white;
  border: #000;
}


img.main-image {
  transition: transform 0.3s ease-in-out; /* Smooth zoom effect */
}

img.main-image:hover {
  transform: scale(1.1);
}

.carousel-inner .text-start {
  width: 80%;
  margin-left: 50px;
  margin-top: 0px;
}

.rrew h3 {
  font-family: 'Urbanist';
  color: black;
  font-size: 34px;
}

.rrew p {
  font-family: 'Urbanist';
  color: black;
  font-weight: 500;
      font-size: 14px;
}   













.menu-icon .side-menu {
  position: fixed;
  top: 0;
  left: -600px ; /* Initially hidden off-screen */
  width: 300px;
  height: 100%;
  background-color:black;
  color: #fff;
  box-shadow: 2px 0 5px rgba(0, 0, 0, 0.5);
  transition: left 0.3s ease-in-out; /* Smooth sliding effect */
  z-index: 1000;
}

.menu-icon .side-menu .menu-content {
  padding: 20px;
  background-color: black;
  margin-top: 50px;
}

.menu-icon button {
border: none;
background-color: transparent;
}


/* .menu-icon #openMenu {
  position: absolute;
  top: 20px;
  left: 20px;
} */
button#openMenu img {
  width: 80%;
}












/* Vertical Menu */
.vertical-menu {
  list-style: none;
  padding: 0;
 
}

.vertical-menu li {
    position: relative;
}

.vertical-menu a {
  display: block;
    text-decoration: none;
    color: #ffffff;
    padding: 6px 15px;
    font-size: 22px;
    font-family: 'Urbanist';
    cursor: pointer;
    font-weight: 600;
    
}

/* .vertical-menu a:hover {
    background-color: #ff007f;
    color: #fff;
} */

/* Dropdown Styles */
.dropdown .arrow {
    float: right;
    transition: transform 0.3s ease;
}

.dropdown-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: none;
    background-color: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.dropdown-menu li {
    border-bottom: 1px solid #ddd;
}

.dropdown-menu li:last-child {
    border-bottom: none;
}

.dropdown-menu a {
    padding: 10px 15px;
    color: #333;
}

.dropdown-menu a:hover {
    background-color: #f0f0f0;
}

/* Open State */
.dropdown.open .dropdown-menu {
    display: block;
}

.dropdown.open .arrow {
    transform: rotate(-180deg);
}
.icoe {
  margin-top: 100px;
  border-top: 2px solid white;
  text-align: center;
  padding-top: 30px;
}

.icoe img {
  width: 15%;
  margin-right: 5px;
}

button#closeMenu {
  color: white;
  background: black;
  font-size: 55px;
  border-radius: 50%;
  position: absolute;
  top: 210px;
  left: 85%;
  padding-bottom: 0px;
  padding-left: 28px;
  padding-right: 28px;
  border: 8px solid white;
}

.vertical-menu a {
  transition: margin-left 0.3s ease; /* Smooth transition for margin-left */
}

.vertical-menu a:hover {
  margin-left: 20px; /* Increase margin on hover */
}
h3.deal-title-s {
    font-size: 38px !important;
    line-height: 50px !important;
}

.deal-card.h-100 {
  border-radius: 20px;
}

.deal-card.mb-4 {border-radius: 20px;}

.deal-card {
  border-radius: 20px;
}
section.jus p {
  font-family: 'Urbanist';
  font-weight: 200;
}

.deal-content {
  padding-left: 38px !important;
}
section.jus p.text-muted.sm-text {
  font-size: 18px;
  font-weight: 600;
  font-family: "Urbanist", serif;
  margin-bottom: 5px;
}

.feature-section .col-12.col-md-4.feature-item {
  transition: transform 0.3s ease; /* Smooth transition for transform */
}

.feature-section .col-12.col-md-4.feature-item:hover {
  transform: translate(0px, -20px); /* Smoothly move up on hover */
}
span.city {
  padding-left: 25px;
}










.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: black !important; /* Temporary color */
  opacity: initial;
}
.features-section .featurenav-left {
  top: 50%;
}

.features-section .featurenav-right {
  top: 50%;
}

.main-product:hover .left-label {
  background: pink;
  margin-top: -20px;
  padding-top: 20px;
}

.main-product:hover .product-image {
  background: pink;
}   

.hero-section #carouselExampleAutoplaying .carousel-inner .bg-sett {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 0;
}
.hero-section #carouselExampleAutoplaying .carousel-inner .bg-sett .slider-content {
  position: relative;
  top: initial;
  left: initial;
}

.breadcrumb-section {
  background: #f7f7f7;
  padding: 15px 0;
}
.breadcrumb-section .title {
  font-size: 16px;
  font-weight: 700;
}
.breadcrumb-section .breadcrumbs {
  font-size: 12px;
  font-weight: 500;
}
.breadcrumb-section .breadcrumbs a {
  color: black;
  text-decoration: auto;
  font-weight: 700;
}
.journey-section {
  padding: 40px 0;
}
.service-section {
  background-color: #ffffff;
  color: #000000;
  padding: 40px 0;
}
.service-section .col-12.col-md-4.service-item {
  transition: transform 0.3s ease;
}
.service-section .col-12.col-md-4.service-item:hover {
  transform: translate(0px, -20px);
}
.service-item {
  text-align: center;
}
.service-title {
  font-size: 18px;
  font-weight: 600;
  font-family: 'Urbanist';
  margin: 10px 0;
}
.service-section .service-item img {
  width: 15%;
}
.service-subtitle {
  font-size: 16px;
  color: #000000;
  font-family: 'Urbanist';
}
.about-section {
  padding: 40px 0;
}
.showonly-mob {
  display: none;
}
.contact-section {
  padding: 40px 0;
}
.border-rounded {
  border: 1px solid #989898;
  border-radius: 9px;
}
.contact-icons a {
  margin: 0px 5px;
}
.contact-icons img {
  filter: grayscale(1) brightness(0);
  width: 9%;
}
.h-28 {
  font-size: 28px;
}
.contact-connections p, .contact-connections p a {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  color: black;
  text-decoration: auto;
}
.contact-sales {
  height: 100%;
}
.contactus-sett label, .contactus-sett input, .contactus-sett textarea {
  width: 100% !important;
  display: block !important;
  text-align: left;
  font-family: 'Urbanist';
  font-size: 14px;
  color: #3A3A3A;
}
.contactus-sett input, .contactus-sett textarea {
  border-radius: 11px;
  border: 1px solid #989898;
  min-height: 40px;
  padding-left: 10px;
}
.contactus-sett input::placeholder {
  font-size: 12px;
}
.contactus-sett label {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 4px;
}
.contactus-sett textarea {
  min-height: 108px;
}
.contactus-sett input[type="submit"] {
  background: black;
  border: 1px solid black;
  color: white;
  font-size: 15px;
  padding: 12px 15px;
  min-width: 29% !important;
  width: auto !important;
  text-align: center;
  transition: 0.3s ease-out;
}
.contactus-sett input[type="submit"]:hover {
  background: transparent !important;
  color: black;
}
.services-section {
  padding: 40px 0;
}
.service-box {
  background: #F5F5F5;
  border-radius: 0 0 10px 10px;
  padding-bottom: 45px;
  text-align: right;
  height: 100%;
  position: relative;
}
.service-box .content {
  padding: 0 25px;
}
.service-box .icon {
  background: #0000006b;
  padding: 11px;
  border-radius: 7px;
  display: inline-block;
  position: absolute;
  right: 12px;
  transition: 0.3s ease-out;
  bottom: 20px;
}
.service-box .icon img {
  vertical-align: middle;
  display: block;
}
.service-box .img-hover {
  overflow: hidden;
  border-radius: 16px;
}
.service-box .scale {
  transition: 0.3s ease-out;
  width: 100%;
}
.service-box:hover .img-hover .scale {
  transform: scale(1.2);
}
.service-box:hover .icon {
  background: black;
}
.service-box .icon img {
  transition: 0.3s ease-out;
  margin: 0 !important;
}
.service-box:hover .icon img {
  transform: rotate(44deg);
}
.bg-gray {
  background: #F5F5F5;
}
.Blog-section {
  padding: 40px 0;
}
.blog-box {
  background: #ffffff;
  border-radius: 0 0 10px 10px;
  padding-bottom: 0px;
  height: 100%;
  position: relative;
}
.blog-box .img-hover {
  overflow: hidden;
  border-radius: 15px;
}
.blog-box .scale {
  transition: 0.3s ease-out;
  width: 100%;
}
.blog-box:hover .img-hover .scale {
  transform: scale(1.2);
}
.h-21 {
  font-size: 21px;
}
.blog-box span a {
  font-weight: 700;
  font-family: 'Urbanist';
  color: black;
  text-decoration: auto;
}
.blog-box span {
  display: inline-block;
}
.blog-box span:after {
  content: "";
  display: block;
  background: black;
  height: 2px;
  width: 0%;
  position: relative;
  transition: 0.3s ease-out;
}
.blog-box span:hover:after {
  width: 100%;
}
.border-radius-8 {
  border-radius: 8px;
}
.archive-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: 'Urbanist';
}
.archive-list ul li:not(:last-child) {
  border-bottom: 1px solid black;
}
.archive-list ul li {
  padding: 10px 0;
  font-size: 14px;
}
.archive-list ul li:last-child {
  padding-bottom: 0 !important;
}
.popular-tags ul {
  padding: 0;
  margin: 0;
  list-style: none;
  font-family: 'Urbanist';
}
.popular-tags ul li {
  display: inline-block;
  font-size: 13px;
  border: 1px solid gray;
  border-radius: 5px;
  padding: 3px 15px;
  margin: 3px;
}
.recent-blogs img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
}
.recent-blogs p {
  font-size: 14px;
  margin: 0;
}
.divider {
  background: #00000061;
  display: block;
  width: 100%;
  height: 2px;
  margin: 12px 0;
}
.search-barset input {
  width: 100%;
  border: none;
  background: transparent;
  border-bottom: 1px solid;
  padding-bottom: 8px;
  font-size: 13px;
}
.search-barset {
  position: relative;
}
.search-barset img {
  width: 5%;
  position: absolute;
  right: 0;
  bottom: 9px;
}
.blog-nav ul {
  padding: 0;
  margin: 0;
  font-family: 'Urbanist';
  list-style: none;
  text-align: center;
}
.blog-nav ul li {
  display: inline-block;
  margin: 0 13px;
  font-size: 14px;
}
.blog-nav ul li.active {
  font-weight: 700;
  text-decoration: underline;
}
.blog-nav ul li:hover {
  font-weight: 700;
  text-decoration: underline;
  cursor: pointer;
}
.checkoutinner-sidebar .top-head {
  display: flex;
  justify-content: space-between;
}
.checkoutinner-sidebar .top-head span {
  font-weight: 600;
  font-size: 15px;
}
.checkoutinner-sidebar .main-content .inner-content {
  display: flex;
  align-items: center;
  gap: 15px;
}
.checkoutinner-sidebar .main-content .inner-content img {
  width: 25%;
  border: 1px solid #cfcfcf;
}
.checkoutinner-sidebar .main-content .inner-content .blog-content h4 {
  font-size: 17px;
}
.checkoutinner-sidebar .main-content .inner-content .blog-content .price-quantity {
  display: flex;
  justify-content: space-between;
  margin: 10px 0;
}
.checkoutinner-sidebar .main-content .inner-content .blog-content .price-quantity p, .checkoutinner-sidebar .main-content .inner-content .blog-content .price-quantity span {
  font-size: 17px;
  font-weight: 600;
  color: black;
}
.checkoutinner-sidebar .main-content .inner-content .blog-content .price-quantity .price-del {
  text-decoration: line-through;
  color: #CD0000;
  margin-left: 10px;
}
.checkoutinner-sidebar .main-content .inner-content .blog-content .price-quantity .quantity {
  font-size: 14px;
}
.checkoutinner-sidebar .main-content .inner-content .blog-content .price {
  font-size: 17px;
  font-weight: 600;
  color: black;
}
.checkoutinner-sidebar .main-content .inner-content:not(:last-child) {
  margin-bottom: 20px;
}
.checkout-section {
  padding: 40px 0;
}
.checkoutinner-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.checkoutinner-main .checkout-buttons {
  display: inline;
}
.checkout-section form input, .checkout-section form select {
  width: 100%;
  margin-bottom: 10px !important;
  padding: 7px 10px;
  font-size: 14px !important;
  border-radius: 5px !important;
  border: 1px solid #3A3A3A !important;
}
.billing-address {
  display: none;
}
.show {
  display: block !important;
}
.shipping-method ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  gap: 11px;
}
.shipping-method ul li {
  width: 49%;
  border: 1px solid #3A3A3A;
  padding: 10px;
  border-radius: 7px;
  font-size: 14px;
}
.payment-method ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  gap: 10px;
}
.payment-method ul li {
  font-size: 14px;
}
.payment-method .checkout-buttons button {
  width: 100%;
}
.payment-method .google_pay, .payment-method .paypal_pay {
  display: none;
}
.google_pay, .paypal_pay {
  text-align: center;
}
.google_pay img, .paypal_pay img {
  width: 50%;
  text-align: center;
}






.shop-section {
  padding: 40px 0;
}
.view-toggle {
  padding: 8px 15px;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.view-toggle .product-sorting {
  display: flex;
  align-items: center;
  gap: 18px;
}
.view-toggle .total-items {
  vertical-align: middle;
  font-size: 14px;
}
.view-toggle img {
  width: 8.3%;
}
.view-toggle img:not(:last-child) {
  margin-right: 5px;
}
.view-toggle img:hover {
  cursor: pointer;
}
.view-toggle button {
  padding: 10px 20px;
  margin: 5px;
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.view-toggle button:hover {
  background-color: #0056b3;
}

/* Shop container styling (default grid layout) */
.shop-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 10px;
  justify-items: center;
  margin-top: 20px;
}

/* Product card styling */
.product-card {
  border: 1px solid #0000006b;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  font-family: 'Urbanist';
}
/* List View Layout */
.shop-container.list-view {
  display: block;
}
.product-card:nth-child(1):hover .top-section {
  background-color: #f8d7da;
}
.product-card:nth-child(2):hover .top-section {
  background-color: #d1ecf1;
}
.product-card:nth-child(3):hover .top-section {
  background-color: #d4edda;
}
.category-sidebar .accordion .accordion-item {
  margin-bottom: 15px;
}
.shop-container.list-view .product-card {
  display: flex;
  /*align-items: center;*/
  align-items: start;
  margin-bottom: 20px;
}
.shop-container.list-view .product-card {
  padding: 0;
}
.shop-container.list-view .product-card .top-section {
  width: 35%;
  border-right: 2px solid #00000047 !important;
  border: none;
}
.shop-container.list-view .product-card .product-details {
  width: 65%;
}
.product-card .top-section img {
  width: auto;
  margin: 0 auto;
  display: block;
  mix-blend-mode: multiply;
}
.product-card .top-section {
  border-bottom: 2px solid #00000047;
  background: #F5F5F5;
  position: relative;
  height:280px;
}
.product-card .product-details {
  padding: 11px 13px;
  background: #ffffff;
  /*z-index: 9;*/
  position: relative;
}
.shop-container.list-view .product-card .product-details .title {
  font-size: 20px;
}
.product-card .product-details .short-desc {
  display: none;
}
.shop-container.list-view .product-card .product-details .short-desc {
  display: block;
  margin-bottom: 15px;
}
.category-sidebar {
  /*height: 100%;*/
  background: #f5f5f5;
  padding: 25px 15px;
  border-radius: 9px;
}
.category-sidebar .accordion-item .accordion-button {
  background: #852a2a00;
  padding: 0;
  margin: 0;
  border: none;
  font-family: 'Urbanist';
  font-size: 17px;
  font-weight: 600;
  color: black;
  box-shadow: none;
}
.category-sidebar .accordion-item {
  background: transparent;
  border: none;
}
.category-sidebar .accordion-item .accordion-collapse .accordion-body {
  padding: 5px 0;
}
.category-sidebar .accordion-item .accordion-collapse .accordion-body ul {
  padding: 0;
  list-style: none;
  font-family: 'Urbanist';
  font-size: 13px;
}
.category-sidebar .accordion-item .accordion-collapse .accordion-body ul li:not(:last-child) {
  margin-bottom: 5px;
}
.category-sidebar .accordion-item .accordion-collapse .accordion-body ul li:before {
  content: "";
  width: 10px;
  height: 10px;
  border: 1px solid;
  margin-right: 8px;
}
.category-sidebar .accordion-item .accordion-collapse .accordion-body ul li {
  display: flex;
  align-items: center;
}
.product-card .product-details .title, .product-card .product-details .title a {
  font-size: 15px;
  font-weight: 600;
  color: #000000;
  text-decoration: auto;
}
.product-card .product-details .price {
  font-size: 16px;
}
.product-card .product-details .price:not(:last-child) {
  margin-right: 6px;
}
.product-card .product-details .sale-price {
  font-weight: 900;
}
.product-card .product-details .fixed-price {
  text-decoration: line-through;
  color: #3A3A3A;
}
.product-card .top-section .save-badge {
  display: inline-block;
  position: relative;
  top: 20px;
  font-size: 12px;
  background: #000000;
  padding: 3px 20px 3px 9px;
  border-radius: 0px 30px 30px 0px;
  color: white;
}
.product-card .top-section .cart-btn {
  display: block;
  margin: 0 auto;
  text-align: center;
  border: 1px solid black;
  width: fit-content;
  padding: 3px 15px;
  font-size: 14px;
  color: black;
  font-weight: 600;
  position: relative;
  transform: translateY(30px);
  opacity: 0;
  transition: 0.3s ease-out;
}
.product-card:hover .top-section .cart-btn {
  transform: translateY(-20px);
  opacity: 1;
}
.product-card .product-details .rating i {
  color: #DFDFDF;
  font-size: 11px;
}
.product-card .product-details .stock span {
  font-size: 13px;
  display: block;
  text-align: right;
}
.product-card .product-details .stock span i {
  margin: 0 1px;
}
.product-card .top-section .quick-view, .product-card .top-section .wishlist {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateX(50px);
  transition: 0.4s ease-out;
  opacity: 0;
}
.product-card:hover .top-section .wishlist {
  transition: 0.5s ease-out;
}
.product-card:hover .top-section .quick-view, .product-card:hover .top-section .wishlist {
  transform: translateX(-15px);
  opacity: 1;
}
.product-card .top-section .quick-view img, .product-card .top-section .wishlist img {
  width: 80%;
}
.product-card .top-section .quick-view {
  top: 43%;
}
.product-card .top-section .wishlist {
  top: 57%;
}
.product-card .top-section .free-ship {
  display: inline-block;
  position: relative;
  top: 20px;
  float: right;
  right: 15px;
  font-size: 10px;
  background: #CD0000;
  padding: 3px 15px 3px 15px;
  border-radius: 30px;
  color: white;
}
.view-toggle img.active {
  filter: grayscale(0) brightness(0);
}
.services-inner-section {
  padding: 40px 0;
}
.services-inner-section .service-content h3:not(:first-child), .services-inner-section .service-content h2:not(:first-child) {
  margin-top: 30px;
}
.service-nav ul {
  padding: 0;
  font-family: 'Urbanist';
  list-style: none;
}
.service-nav, .call-to-action {
  padding: 15px;
}
.call-to-action-btn {
  background: black;
  padding: 9px 14px;
}
.call-to-action-btn span {
  color: white;
  font-family: 'Urbanist';
  font-size: 20px;
  font-weight: 600;
  margin-left: 15px;
}
.call-to-action-btn img {
  width: 10%;
}
.service-nav ul li {
  background: white;
  padding: 6px 12px;
  font-weight: 600;
  font-size: 15px;
  margin: 0 0 13px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: 0.3s ease-out;
}
.service-nav ul li .img-box {
  background: black;
  padding: 10px 8px;
  border-radius: 5px;
  transition: 0.3s ease-out;
  text-align: center;
}
.service-nav ul li img {
  transition: 0.3s ease-out;
  width: 74%;
  display: block;
  text-align: center;
  margin: 0 auto;
}
.service-nav ul li:hover img {
  transform: rotate(45deg);
}
.service-nav ul li:hover {
  background: black;
  color: white;
}
.service-nav ul li:hover .img-box {
  background: white;
}
.service-nav ul li:hover img {
  transform: rotate(45deg);
  filter: grayscale(0) brightness(0);
}
.sticky {
  position: sticky;
  top: 10px;
  height: min-content;
}
.single-product-section {
  padding: 40px 0 0 0;
  font-family: 'Urbanist';
}
.product-data .title {
  font-size: 25px;
  font-weight: 600;
}
.product-data .ct-rating .category {
  font-size: 16px;
  font-weight: 600;
  color: #666666;
}
.product-data .ct-rating .rating i {
  color: #DFDFDF;
  font-size: 12px;
  margin-right: 5px;
}
.product-data .ct-rating .vertical-divider {
  border: 1px solid #000000;
  margin: 0 15px;
}
.product-data .ct-rating .rating-count {
  color: #666666;
  font-size: 14px;
  font-weight: 700;
}
.discount-price {
  display: flex;
  align-items: center;
  gap: 18px;
  font-weight: 800;
}
.product-data span {
  font-size: 16px;
  color: #0F1E00;
}
.product-data .free-ship {
  font-size: 10px;
  background: #CD0000;
  padding: 3px 15px 3px 15px;
  border-radius: 30px;
  color: white;
}
.product-data .regular-price span {
  text-decoration: line-through;
  color: #CD0000;
  font-size: 16px;
}
.product-data .buy-now {
  background: black;
  padding: 10px 15px;
  color: white;
  text-align: center;
  font-weight: 500;
  border-radius: 7px;
  width: 70%;
  border: 1px solid black;
  cursor: pointer;
  transition: 0.3s ease-out;
}
.product-data .buy-now:hover {
  background: white;
  color: black;
}
.product-data .stock .stock-counts {
  display: flex;
  width: 100%;
  justify-content: space-between;
  gap: 15px;
  border: 1px solid black;
  padding: 8px 12px;
  border-radius: 6px;
}
.product-data .dynamic-cart {
  display: flex;
  align-items: center;
  gap: 20px;
}
.product-data .dynamic-cart > .stock {
  display: inline-flex;
  width:85px;
}
.stock-counts > input {
  text-align: center;
}
.product-data .dynamic-cart .add-to-cart {
  background: black;
  color: white;
  height: 100%;
  padding: 9px 25px;
  border-radius: 6px;
  font-size: 14px;
}
.product-data .stock-h {
  font-size: 13px;
  font-weight: 800;
}
.product-data .dynamic-cart .product-icons img {
  width: 38%;
}
.product-data .stock .stock-counts span {
  font-weight: 700;
  font-size: 18px;
}
.single-product-section .featured-image {
  border: 1px solid black;
  padding: 25px;
  height: 100%;
}
.featured-image .slider-content-main {
  position: relative;
  padding: 0;
  height: auto;
}
.featured-image .slider-content-main .nav-left, .featured-image .slider-content-main .nav-right {
  position: absolute;
  top: 50%;
}
.featured-image .slider-content-main .nav-left {
  left: -15px;
  z-index: 999;
}
.featured-image .slider-content-main .nav-right {
  right: -15px;
  z-index: 999;
}
.featured-image .slider-content-main .nav-left button, .featured-image .slider-content-main .nav-right button {
  background: transparent;
}
.featured-image .slider-content-main .nav-left button img, .featured-image .slider-content-main .nav-right button img {
  width: 50%;
}
.featured-image .slider-content-main .item {
  text-align: center;
}
.featured-image .slider-content-main .item img {
  /*width: 45%;*/
  width: auto;
  margin: 0 auto;
  max-height:350px;
}
.featured-image .image-gallery {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.featured-image .image-gallery {
  display: flex
;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-between;
  gap: 10px;
}
.featured-image .image-gallery img {
  width: 18%;
  /* border: 1px solid #a9a9a9; */
  padding: 15px;
}
.featured-image .image-gallery img.demo.active {
  border: 1px solid #a9a9a9;
}
.color-variation ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  gap: 10px;
}
.color-variation ul li {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 4px;
}
.color-variation .red {
  background: red;
}
.color-variation .blue {
  background: blue;
}
.color-variation .brown {
  background: brown;
}
.color-variation .black {
  background: black;
}
.size-variation ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
.size-variation ul li {
  font-size: 13px;
  border: 1px solid #000000;
  border-radius: 6px;
  padding: 7px 15px;
  margin-bottom: 4px;
  display: inline-block;
}
.product-specificaion tr {
  width: 100%;
}
.product-specificaion tr th, .product-specificaion tr td {
  font-size: 14px;
  text-align: left;
  padding: 6px 0;
}
.product-specificaion tr th {
  width: 25%;
  padding:0 5px;
  vertical-align: middle;
}
.product-specificaion tr td {
  /*width: 32%;*/
  text-align: left;
  vertical-align: middle;
}
.reviews-progress .progress {
  background: #d9d9d9;
  position: relative;
  width: 84%;
  height: 10px;
}
.reviews-progress .progress:before {
  content: "";
  background: #000000;
}
.reviews-progress .review-5 .progress:before {
  width: 70%;
}
.reviews-progress .review-4 .progress:before {
  width: 65%;
}
.reviews-progress .review-3 .progress:before {
  width: 45%;
}
.reviews-progress .review-2 .progress:before {
  width: 35%;
}
.reviews-progress .review-1 .progress:before {
  width: 0%;
}
.reviews-progress .review {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.reviews-progress .review span {
  font-size: 14px;
}
.total-rating {
  display: flex;
  align-items: center;
  gap: 15px;
}
.total-rating .rates {
  font-size: 70px;
  font-weight: 700;
}
.total-rating .total-reviews i {
  color: #000000;
  font-size: 13px;
}
.border-t-b {
  border: 1px solid black;
  border-width: 1px 0px 1px 0px;
}
.border-b {
  border: 1px solid black;
  border-width: 0px 0px 1px 0px;
}
.br-reviews i {
  border: 1px solid black;
  padding: 7px;
  font-size: 11px;
  transition: 0.3s ease-out;
  cursor: pointer;
}
.br-reviews i:hover {
  background: black;
  color: white;
}
.review-section:not(:last-child) {
  margin-bottom: 35px;
}
.review-section .c-name {
  font-weight: 700;
  font-size: 17px;
}
.review-section .c-reviews i {
  color: #FF9E02;
  font-size: 11px;
}
.review-section .c-content {
  margin-top: 15px;
}
section.recent-products .shop-container {
  margin: 0;
}
.pro-rel {
  position: relative;
}
.pro-rel .nav-left, .pro-rel .nav-right {
  top: 50%;
}
.pro-rel .nav-left {
  left: -55px;
}
.pro-rel .nav-right {
  right: -55px;
}
.border-t {
  border: 1px solid black;
  border-width: 1px 0px 0px 0px;
}
.single-post-section {
  padding: 40px 0;
}
.single-post-section .br-1 {
  border-radius: 30px;
}
.post-info ul {
  list-style: none;
  font-family: 'Urbanist';
  padding: 0;
  margin: 0;
  display: flex;
}
.post-info ul li {
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: 800;
  margin-right: 40px;
}
.post-info ul li img {
  width: 17%;
  margin-right: 13px;
}
.post-info ul li span {
  width: 100%;
}
.single-post-section .br-radius {
  border-radius: 30px;
}
.comment-list .reply {
  padding: 3px 30px;
  background: black;
  color: white;
}
.leave-comment input {
  display: block;
  width: 100%;
  margin-bottom: 30px;
}
.leave-comment input, .leave-comment textarea {
  display: block;
  width: 100%;
  margin-bottom: 18px;
  padding: 8px;
  border: 1px solid #8d8d8d;
  border-radius: 7px;
  font-size: 13px;
}
.leave-comment input[type="submit"] {
  background: black;
  color: white;
  font-size: 15px;
  width: 25%;
}
.leave-comment input[type="submit"]:hover {
  background: white;
  color: black;
}
.cwa-sett {
  background: black;
  border: 1px solid black;
  color: white;
  font-size: 15px;
  padding: 12px 15px;
  min-width: 29% !important;
  width: auto !important;
  text-align: center;
  transition: 0.3s ease-out;
  border-radius: 9px;
}
.cwa-sett:hover{
  background: white;
  color: black;
  border:1px solid #000;
}
.my-account-section {
  padding: 40px 0;
}
.sign-for-socials {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.sign-for-socials ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
}
.sign-for-socials ul li {
  margin-left: 7px;
}
.sign-for-socials ul li img {
  width: 75%;
}
.socials-acc p {
  font-size: 14px;
}
.mySlides {
  display: none;
}
.main-header .right-inner .icons-content a {
  display: contents;
}
.category-sidebar .accordion-item .accordion-collapse .accordion-body .color-range li:before {
  display: none;
}
.category-sidebar .accordion-item .accordion-collapse .accordion-body .color-range li input {
  margin-right: 10px;
}
/*.side-menu .vertical-menu .drpdown-open .dropdowns-menu .vertical-menu {*/
/*  overflow-y: scroll;*/
/*  height: 100px;*/
/*  margin: 0 35px 0 0px;*/
/*}*/
.side-menu .vertical-menu .drpdown-open .dropdowns-menu .vertical-menu::-webkit-scrollbar {
  width: 10px;
}
.side-menu .vertical-menu .drpdown-open .dropdowns-menu .vertical-menu::-webkit-scrollbar-thumb {
  background: #ffffff;
  border-radius: 10px;
}
.side-menu .vertical-menu .drpdown-open .dropdowns-menu .vertical-menu::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #7c7c7c;
  border-radius: 10px;
}
.header-search {
  display: flex;
  align-items: center;
  border: 1px solid black;
  border-radius: 5px;
  padding: 8px 20px;
  margin-bottom: 15px;
}
.header-search.show {
  display: flex;
}
.header-search input {
  width: 100%;
  border: none;
  outline: none;
}
.header-search img {
  border: 1px solid black;
  border-width: 0 0px 0 1px;
  padding-left: 20px;
  width: 4%;
  cursor: pointer;
}
.search-icon:hover {
  cursor: pointer;
}

.side-cart {
  position: fixed;
  background: #ffffff;
  box-shadow: 15px 0px 10px 10px #000000;
  width: 85%;
  height: 100%;
  z-index: 9999;
  top: 0;
  right: -100%;
  padding: 40px 25px;
  overflow: overlay;
  transition: right 0.3s ease-in-out;
}
.side-cart .cart-steps {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  display: flex;
  column-gap: 50px;
  border: 1px solid gray;
  border-width: 0 0 2px 0;
}
.side-cart .cart-steps li {
  display: flex;
  align-items: baseline;
  column-gap: 15px;
  border: 1px solid #000000;
  border-width: 0 0 3px 0;
  padding: 15px 0;
  cursor: pointer;
}
.side-cart .cart-steps li .numbers {
  font-weight: 800;
}
.side-cart .cart-steps li .content h6 {
  margin-bottom: 4px;
}
.side-cart .cart-steps li .content p {
  font-size: 13px;
  color: black;
}
.side-cart table.carts-section tr td:first-child {
  padding-left: 0;
}
.side-cart table.carts-section tr td:last-child {
  padding-right: 0;
}
.side-cart .all-related-cart-butons {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.side-cart .all-related-cart-butons .couponcode-field {
  display: flex;
  align-items: center;
  position: relative;
  min-width: 45%;
}
.side-cart .all-related-cart-butons .couponcode-field input {
  width: 100%;
  font-size: 12px;
  height: 50px;
  padding: 0 10px;
  border: 1px solid gray;
  border-radius: 5px;
}
.side-cart .all-related-cart-butons .couponcode-field button {
  position: absolute;
  right: 5px;
  border: 1px solid black;
  background: black;
  color: white;
  font-size: 14px;
  padding: 7px 15px;
  border-radius: 6px;
  transition: 0.3s ease-out;
}
.side-cart .all-related-cart-butons .couponcode-field button:hover {
  background: white;
  color: black;
}
.side-cart .quantity .stock-counts {
  display: flex;
  width: 100%;
  justify-content: space-between;
  gap: 15px;
  border: 1px solid black;
  padding: 8px 13px;
  border-radius: 6px;
}
.side-cart .quantity .stock-counts span {
  font-weight: 700;
  font-size: 16px;
}
.checkout-sidebar {
  padding: 15px 10px;
}
.checkout-sidebar .zipcode-field {
  position: relative;
  display: flex;
  align-items: center;
}
.checkout-sidebar .zipcode-field input {
  width: 100%;
  font-size: 12px;
  height: 48px;
  padding: 0 10px;
  border: 1px solid gray;
  border-radius: 5px;
}
.checkout-sidebar .zipcode-field button {
  position: absolute;
  right: 5px;
  border: 1px solid black;
  background: black;
  color: white;
  font-size: 14px;
  padding: 5px 13px;
  border-radius: 6px;
  transition: 0.3s ease-out;
}
.checkout-sidebar .zipcode-field button:hover {
  background: white;
  color: black;
}
.checkout-sidebar h6:nth-child(2) {
  font-size: 12px;
  margin-bottom: 3px;
}
.checkout-sidebar .offers ul {
  padding: 0;
  margin: 0;
  list-style: circle;
  list-style-position: inside;
}
.checkout-sidebar .offers ul li {
  font-size: 14px;
}
.checkout-sidebar .offers ul li:not(:last-child) {
  margin-bottom: 7px;
}
.checkout-sidebar .offers {
  margin: 8px 0 15px;
}
.checkout-sidebar .all-pricing table {
  width: 100%;
}
.checkout-sidebar .all-pricing table th, .checkout-sidebar .all-pricing table td {
  font-size: 14px;
}
.checkout-sidebar .all-pricing table td {
  text-align: right;
}
.checkout-sidebar .all-pricing table th, .checkout-sidebar .all-pricing table td {
  font-size: 14px;
  padding-bottom: 5px;
  padding-top: 0;
}
.checkout-sidebar .checkout {
  margin-top: 15px;
}
.checkout-sidebar .checkout button {
  border: 1px solid gray;
  background: black;
  color: white;
  padding: 10px 15px;
  width: 100%;
  font-size: 15px;
  border-radius: 6px;
  transition: 0.3s ease-out;
}
.checkout-sidebar .checkout button:hover {
  background: #000;
  color: #fff;
}
.cart-section {
  padding: 40px 0;
}
.checkout-sidebar .discountcode-field {
  position: relative;
  display: flex;
  align-items: center;
}
.checkout-sidebar .discountcode-field input {
  width: 100%;
  font-size: 12px;
  height: 48px;
  padding: 0 10px;
  border: 1px solid gray;
  border-radius: 5px;
}
.checkout-sidebar .discountcode-field button {
  position: absolute;
  right: 5px;
  border: 1px solid black;
  background: black;
  color: white;
  font-size: 14px;
  padding: 5px 13px;
  border-radius: 6px;
  transition: 0.3s ease-out;
}
.checkout-sidebar .discountcode-field button:hover {
  /*background: white;*/
  color: black;
}
.checkout-sidebar .discount-code .apply-code {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.checkout-sidebar .discount-code .apply-code p {
  color: #CD0000;
  font-weight: 800;
  font-size: 14px;
  cursor: pointer;
}
.checkout-sidebar .discount-code .applycode-sectoggle {
  display: none;
}
.checkout-sidebar .discount-code .applycode-sectoggle p {
  font-size: 14px;
}
.checkout-sidebar .discount-code .applycode-sectoggle.show {
  display: block;
}
table.carts-section {
  width: 100%;
}
table.carts-section tbody tr .pro-list {
  /*width: 85%;*/
}
/* table.carts-section tbody tr td {
  width: 16%;
} */
table.carts-section tr th, table.carts-section tr td {
  border: 1px solid #989898;
  text-align: center;
  border-left: 0;
  border-right: 0;
}
table.carts-section tr th:first-child, table.carts-section tr td:first-child {
  text-align: left;
  /* border-left: 1px solid #989898; */
}
table.carts-section tr th:last-child, table.carts-section tr td:last-child {
  /* border-right: 1px solid #989898; */
  vertical-align: middle;
}
table.carts-section thead tr th {
  border-top: 0;
}
table.carts-section tbody tr td {
  border-bottom: 0;
}
table.carts-section tr .pro-list .productcart-listview {
  display: flex;
  align-items: center;
  gap: 10px;
}
table.carts-section tr .pro-list .productcart-listview img {
  max-width:130px;
  height:130px;
  border: 1px solid #989898;
  border-radius: 8px;
}
table.carts-section tr .pro-list .productcart-listview .content .content-heading {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}
table.carts-section tr td {
  padding: 15px;
}
table.carts-section tr th {
  padding: 8px 15px;
}
table.carts-section tr .pro-list .productcart-listview i {
  color: #13c513;
  margin-right: 9px;
  vertical-align: middle;
}
.shopping-clear-button {
  text-align: right;
  margin-right: 60px;
  display: flex;
  position: relative;
  justify-content: flex-end;
  gap: 10px;
}
.shopping-clear-button span {
  border: 1px solid gray;
  padding: 6px 13px;
  border-radius: 10px 10px 0px 0px;
  font-weight: 800;
  font-size: 14px;
  cursor: pointer;
}
.checkout-buttons button {
  border: 1px solid gray;
  background: black;
  color: white;
  padding: 10px 15px;
  font-size: 15px;
  border-radius: 6px;
  transition: 0.3s ease-out;
}
.checkout-buttons button > a {
  color: #fff;
  text-decoration: none;
}
.checkout-buttons button a:hover {
  color: #000;
}
.checkout-buttons button:hover {
  background: white;
  color: black;
}
table.carts-section tr .price, table.carts-section tr .total {
  font-weight: 700;
}
.clear-shopping-cart tbody tr .empty-cart {
  text-align: center !important;
}
.clear-shopping-cart {
  display: none;
}
.checkoutinner-sidebar .all-pricing table {
  width: 100%;
}
.checkoutinner-sidebar .all-pricing table th, .checkoutinner-sidebar .all-pricing table td {
  padding: 3px 0;
  font-size: 14px;
}
.checkoutinner-sidebar .all-pricing table tr td:last-child, .checkoutinner-sidebar .all-pricing table tr th:last-child {
  text-align: right;
}
.f-18 {
  font-size: 18px !important;
}
.checkoutinner-sidebar .newsletter {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 14px;
}
#Red{
    margin-top:4px;
}
.side-cart form input, .side-cart form select {
  width: 100%;
  margin-bottom: 17px;
  padding: 7px 10px;
  font-size: 14px;
  border-radius: 5px;
  border: 1px solid #3A3A3A;
}
.sidecart-checkout-section, .sidecart-confirmation-section {
  display: none !important;
}
.side-cart .checkout-button-flex {
  display: flex;
  justify-content: space-between;
}
.b-tb-1 {
  border: 1px solid gray;
  border-left: 0;
  border-right: 0;
}
.side-cart::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #7c7c7c;
  border-radius: 10px;
}
.side-cart::-webkit-scrollbar-thumb {
  background: #000000;
  border-radius: 10px;
}
.side-cart::-webkit-scrollbar {
  width: 7px;
}
#closecart {
  position: absolute;
  right: 35px;
  top: 25px;
  width: 2%;
}
#carouselExampleAutoplaying button {
  position: absolute;
  top: unset;
  bottom: 0;
  width: auto !important;
  display: none;
}
#carouselExampleAutoplaying button span {
  position: unset;
  left: unset;
  right: 0;
  bottom: 0;
  top: 0;
}
#carouselExampleAutoplaying .carousel-control-prev {
  left: 40%;
  bottom: 0%;
}
#carouselExampleAutoplaying .carousel-control-next {
  right: unset;
  z-index: 999;
  left: 55%;
  bottom: 0%;
}
.ft-navigations-section, .ft-helplinks-section, .ft-contact-section {
  display: none;
  text-align: left;
}
footer .row .col-md-2.mobile, footer .row .col-md-3.mobile {
  display: none;
}
.ft-helplinks, .ft-navigations, .ft-contact {
  border: 1px solid;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  padding: 0 0 14px;
  text-align: left;
}
footer .row .mobile .ft-head {
  display: flex;
  width: 100%;
  align-items: center;
}
footer .row .mobile .ft-head h5 {
  width: 100%;
}
footer .row .mobile .ft-head span {
  position: relative;
  left: -20px;
  bottom: 13px;
}
footer .row .mobile .ft-head span .transform {
  transform: rotate(180deg);
}
.dashboard-section {
  padding: 40px 0;
}
.das-info .das-top-info {
  display: flex;
  align-items: center;
  gap: 15px;
}
.das-info {
  padding: 10px 15px;
}
.das-info .das-top-info img {
  width: 20%;
}
.account-section {
  padding: 40px 0;
}
.edit-account-info input, .edit-account-info select, .edit-account-info textarea {
  width: 100%;
  margin-bottom: 17px;
  padding: 7px 10px;
  font-size: 14px;
  border-radius: 5px;
  border: 1px solid #3A3A3A;
}
.br-b1 {
  border: 1px solid;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  padding-bottom: 15px;
}
.edit-account-info .formfile-sett label {
  border: 1px dashed;
  border-radius: 10px;
  text-align: center;
  font-size: 13px;
  padding: 60px 10px;
  cursor: pointer;
}
.edit-account-info .formfile-sett label img {
  display: block;
  margin: 0 auto;
}
.edit-account-info label {
  font-size: 14px;
}
.subscribe-news {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid;
  border-radius: 5px;
  padding: 13px 60px 13px 20px;
  position: relative;
  width: 30%;
}
.subscribe-news .news-save {
  position: absolute;
  right: 8px;
  background: black;
  color: white;
  padding: 7px 26px;
  border: 1px solid;
  border-radius: 4px;
  transition: 0.3s ease-out;
}
.subscribe-news .news-save:hover {
  background: white;
  color: black;
}
.orders-section {
  padding: 40px 0;
}
table.my-orders {
  width: 100%;
}
table.my-orders thead tr th {
  background: #F5F5F5;
  padding: 9px 10px;
  text-align: center;
  font-size: 14px;
}
table.my-orders thead tr th:first-child {
  text-align: left;
}
table.my-orders tbody .order-prolist {
  display: flex;
  align-items: center;
  gap: 5px;
}
table.my-orders tbody .order-status {
  background: transparent;
  border: 1px solid black;
  padding: 5px 15px;
  border-radius: 9px;
}
table.my-orders tbody .action {
  display: flex;
  gap: 12px;
  justify-content: center;
}
table.my-orders tbody tr td {
  text-align: center;
  font-size: 14px;
}
table.my-orders tbody .order-prolist .content {
  font-weight: 700;
  font-size: 16px;
  text-align: left;
}
table.my-orders tbody tr td {
  padding: 15px 10px;
}
table.my-orders tbody tr:nth-child(odd) td {
  background: #F5F5F5;
}
table.my-orders tbody .order-status.cancel {
  border-color: #CD0000;
  color: #CD0000;
}
table.my-orders tbody .order-status.complete {
  border-color: #21BB24;
  color: #21BB24;
}
table.my-orders tbody .request-return {
  background: #232323;
  border: 1px solid black;
  padding: 8px 15px;
  border-radius: 4px;
  color: white;
}
table.my-orders tbody tr td:first-child {
  width: 30%;
  text-align: left;
}
table.my-orders thead:after {
  content: "";
  display: block;
  height: 1.5em;
  width: 100%;
  background: white;
}
.orders-nvaigation {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
  margin-bottom: 1rem;
}
.orders-nvaigation .orders-nav-num {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 15px;
  align-items: center;
  position: relative;
}
.orders-nvaigation a {
  border: 1px solid black;
  border-radius: 23px;
  padding: 4px 18px;
  color: black;
  font-size: 14px;
}
.orders-nvaigation .orders-nav-num .active {
  background: black;
  color: white;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.das-info a {
  color: unset;
  text-decoration: auto;
}
.funnyuttons button {
  border: 1px solid gray;
  background: black;
  color: white;
  padding: 10px 15px;
  font-size: 15px;
  border-radius: 6px;
  transition: 0.3s ease-out;
}
.profile-dashboard {
  position: absolute;
  z-index: 999;
  right: 0;
  width: 65% !important;
  top: 70px;
  background: white;
  padding: 10px 20px;
  display: none;
  box-shadow: 0px 0px 4px -2px #000000;
}
.profile-dashboard ul, .profile-dashboard-1 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.pos-relative {
  position: relative;
}
.profile-dashboard ul li, .profile-dashboard-1 ul li {
  margin-bottom: 15px;
  font-size: 14px;
}
.profile-dashboard ul li a, .profile-dashboard-1 ul li a {
  color: black;
  text-decoration: auto;
}
.profile-dashboard ul li a:hover, .profile-dashboard-1 ul li a:hover {
  font-weight: 700;
}
#openprofilemenu {
  cursor: pointer;
}
footer.bg-dark.text-white.py-5 i.bi {
  transition: 0.3s ease-out;
}
footer.bg-dark.text-white.py-5 i.bi:hover {
  color: #a1a1a1;
}
.view-toggle .product-sorting .product-sorting-show label, .view-toggle .product-sorting .product-sorting-by label {
  font-size: 14px;
}
.view-toggle .product-sorting .product-sorting-show select, .view-toggle .product-sorting .product-sorting-by select {
  font-size: 12px;
}
.contactus-sett .socials-acc #newsletter, .contactus-sett .socials-acc label {
  min-height: initial !important;
  width: auto !important;
  display: inline-block !important;
}
#customCarousel .carousel-control-prev, #customCarousel .carousel-control-next {
  opacity: 1 !important;
  border: none !important;
}
.product-feaures {
  padding-left: 18px;
}
.product-feaures li::marker {
  font-size: 14px;
}
table.product-specificaion.mid-brdr tbody {
  position: relative;
}
table.product-specificaion.mid-brdr tbody:before {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 53%;
  transform: translate(-50%, -50%);
  border: 1px solid black;
}
.product-features .fearures-section {
  display: flex;
  align-items: center;
  gap: 12px;
}
.product-features .fearures-section .content h4 {
  font-size: 16px;
}
.product-features .fearures-section .content p {
  margin: 0;
  font-size: 14px;
}
.product-features .fearures-section .content {
  margin-right: -140px;
}
.product-features .fearures-section {
  margin: 50px 0 -10px 0;
}
.product-features .fearures-section:nth-child(2) {
  margin: 32px 0 -9px 0;
}
.product-features .fearures-section:nth-child(3) {
  margin: 30px 0 50px 0;
}
.fearures-section.sec .content {
  margin-left: -140px;
  text-align: right;
  margin-right: 0;
}
.pb-80 {
  padding-bottom: 80px;
}
table.carts-section.wishlist .pro-list {
  width: 45%;
}
table.carts-section.wishlist .stock-counts {
  display: flex;
  width: 100%;
  justify-content: space-between;
  gap: 15px;
  border: 1px solid black;
  padding: 8px 13px;
  border-radius: 6px;
}
table.carts-section.wishlist .stock-counts span {
  font-weight: 700;
  font-size: 16px;
}
table.carts-section.wishlist .order-status.review {
  background: transparent;
  border: 1px solid black;
  padding: 5px 15px;
  border-radius: 9px;
}
table.carts-section.wishlist .quantity {
  width: 12%;
}
.checkoutinner-sidebar .my-returns {
  display: flex;
  align-items: center;
  gap: 10px;
}
.checkoutinner-sidebar .my-returns img {
  width: 20%;
  border: 1px solid #989898;
  border-radius: 12px;
}
.checkoutinner-sidebar .my-returns .content .content-heading {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}
.checkoutinner-sidebar .my-returns .content i {
  color: #13c513;
  margin-right: 9px;
  vertical-align: middle;
}
.deal-btn a {
  color: black;
  text-decoration: auto;
}
.deal-btn:hover a {
  color: white;
}
.support-section {
  padding: 40px 0;
}
.product-data .dynamic-cart .add-to-cart a {
  color: unset;
  text-decoration: auto;
}
.product-data .buy-now a {
  color: unset;
  text-decoration: auto;
}
.product-title .p_title a {
  color: unset;
  text-decoration: auto;
}
.btn-read-more a {
  color: unset;
  text-decoration: auto;
}
.checkout-sidebar .checkout button a {
  color: unset;
  text-decoration: auto;
}
.main-header .row .left-inner .content p {
  width: 65%;
  margin-left: 0;
}

@media(max-width:767px){
header {
    height: auto;
}
.mini-header h4 {
  font-size: 14px;
}
.showonly-mob {
  display: block;
}
.showonly-desk{
  display: none;
}
#carouselExampleAutoplaying button {
  display: block;
}
h3.main-title-heading, h2.main-title-heading {
  font-size: 35px !important;
}
.main-category .nav-menus-main .nav-left {
  left: 0px;
  top: 57%;
  z-index: 999;
}
h3.main-title-heading.h-21, h2.main-title-heading.h-21 {
  font-size: 21px !important;
}
.main-category .nav-menus-main .nav-right {
  right: 0px;
  top: 57%;
  z-index: 999;
}
.category-section .main-category {
  padding: 100px 20px 0;
}
.features-section .main-category .slider-content-main .features-owl-carousel .main-product {
  height: auto;
  width: 90%;
  margin: 0 auto;
}
.features-section .main-category .nav-menus-main .featurenav-right {
  right: 0px;
  top: 55%;
}
.features-section .main-category .nav-menus-main .featurenav-left {
  left: 0px;
  top: 55%;
}
.features-section .main-category .nav-menus-main .featurenav-left .left-icon-button, .features-section .main-category .nav-menus-main .featurenav-right .right-icon-button {
    width: 32px;
}
.jus .deal-card .deal-content {
  position: relative;
}
.jus .deal-card{
    height: auto;
}
.back-img {
  padding: 0 0 100px;
}
.back-img .carousel-inner .carousel-item .text-start {
  width: 100%;
  margin-left: 0;
  margin-top: 15px;
}
.back-img #customCarousel button {
  position: absolute;
  top: 100%;
  /* left: 0; */
  height: fit-content;
}
.back-img #customCarousel button.carousel-control-prev {
  left: 36%;
}
.back-img #customCarousel button.carousel-control-next {
  right: 35%;
}
.back-img #customCarousel button .carousel-control-prev-icon {
  position: relative;
  left: 0% !important;
  top: 0px;
}
.back-img #customCarousel button .carousel-control-next-icon {
  position: relative;
  left: unset;
  right: unset;
  top: 0px;
}
.feature-section .row {
  gap: 50px;
}
.mission-section .row {
  /* gap: 50px; */
  flex-direction: column-reverse;
}
.faq-section .row {
  flex-direction: column-reverse;
}
.blogs-section .col-lg-5.mb-4 {
  width: 100%;
}
.blogs-section .category-links {
  width: 100%;
}
.blogs-section .col-lg-7 {
  margin: 0;
}
.subscribe-section form {
  position: relative;
}
.subscribe-section form button {
  right: 6px !important;
}
.features-section .main-category {
  padding: 0 20px;
}
.hero-section #carouselExampleAutoplaying .slider-content .slider-inner-content h1 {
  font-size: 35px;
}
.hero-section #carouselExampleAutoplaying .slider-content .slider-inner-content .shop-now-btn {
  width: 40%;
}
.main-header {
  padding: 0;
}
.main-header .row .col-sm-2 {
  width: 30%;
}
.main-header .row .col-sm-3 {
  width: 70%;
  justify-content: left !important;
}
.main-header .row .col-sm-12 .col-lg-12 .row .col-lg-6:first-child {
  width: 70%;
}
.main-header .row .col-sm-12 .col-lg-12 .row .col-lg-6:first-child .left-inner .content {
  width: 100%;
  margin-left: 0;
  justify-content: flex-start;
  gap: 20px;
}
.main-header .row .col-sm-12 .col-lg-12 .row .col-lg-6:first-child .left-inner .content p {
  margin-left: 0;
  width: auto;
}
.main-header .row .col-sm-12 .col-lg-12 .row .col-lg-6:first-child .left-inner .content .location-icon {
  width: 20px;
}
.main-header .row .col-sm-12 .col-lg-12 .row .col-lg-6:first-child .left-inner .content .custom-dropdown .dropdown-menu {
  margin-top: 10px;
  margin-left: -165px;
}
.main-header .row .col-sm-12 .col-lg-12 .row .col-lg-6:nth-child(2) {
  width: 30%;
}
/* .main-header .row .col-sm-12 .col-lg-12 .row .col-lg-6:nth-child(2) .right-inner .icons-content{
  justify-content: space-between;
} */
.main-header .row .col-sm-12 .col-lg-12 .row .col-lg-6:nth-child(2) .right-inner .icons-content .search-icon {
  width: 21% ! IMPORTANT;
  display: none;
}
.right-inner .icons-content picture {
    width: 100%;
}
.main-header .row .col-sm-12 .col-lg-12 .row .col-lg-6:nth-child(2) .right-inner .icons-content .shop-cart-icon {
  /*width: 22px !important;*/
}
.main-header .row .col-sm-12 .col-lg-12 .row .col-lg-6:nth-child(2) .right-inner .icons-content .profile-icon {
  width: 21% !important;
}
footer {
  text-align: center;
}


footer p.yrs {
  width: 100% !important;
}
.service-section .row {
  gap: 50px;
}
.flex-col-reverse-mob {
  flex-direction: column-reverse;
}
.img-fluid {
  margin-bottom: 20px;
}
.product-card .product-details .stock span {
  /*text-align: left;*/
}

.shop-container.list-view .product-card {
  flex-direction: column;
}
.shop-container.list-view .product-card .top-section {
  width: 100%;
  border-right: none !important;
  border-bottom: 2px solid #00000047 !important;
}
.shop-container.list-view .product-card .product-details {
  width: 100%;
}
.view-toggle img {
  width: 7.3%;
}
.pro-rel .nav-left {
  left: 5px;
  z-index: 999;
}
.pro-rel .nav-right {
  right: 5px;
  z-index: 999;
}
.pro-rel .nav-right button img, .pro-rel .nav-left button img {
  width: 45%;
}
.pro-rel .nav-right button, .pro-rel .nav-left button {
  background: transparent;
}
.pro-rel .nav-right button {
  text-align: right;
}
.pro-rel .nav-left button {
  text-align: left;
}
footer .row .col-md-2, footer .row .col-md-3 {
  display: none;
}
footer .row .col-md-2.mobile, footer .row .col-md-3.mobile {
  display: block;
}
.pro-rel .relatedproduct-owl-carousel .item .blog-box {
  width: 85%;
  margin: 0 auto;
}
.divider {
  margin: 25px 0;
}
.recent-blogs .row div:nth-child(2) {
  padding: 0 24px !important;
}
.recent-blogs img {
  aspect-ratio: auto;
  object-fit: unset;
}
.subscribe-news {
  width: 100%;
}
.das-info .das-top-info img {
  width: auto;
}
.das-info img:last-child {
  width: 100%;
}
.orders-section .border-rounded {
  overflow-x: auto;
}
.icoe {
  margin-top: 15px;
}
.view-toggle {
  flex-direction: column;
  gap: 10px;
}
.side-cart {
  width: 100%;
  overflow-x: hidden;
}
.shipping-method ul li {
  width: 100%;
  font-size: 13px;
}
.payment-method ul {
  gap: 9px;
}
.side-cart .all-related-cart-butons {
  gap: 15px;
  flex-direction: column;
}
.side-cart .all-related-cart-butons .couponcode-field { 
  min-width: 100%;
}
.side-cart .sidecart-shopping-section {
  row-gap: 35px;
}
.side-cart .sidecart-shopping-section .responsive-overflow, .side-cart .continue-shopping-section .responsive-overflow {
  overflow-x: overlay;
}
table.carts-section {
  width: 180%;
}
.side-cart .cart-steps {
  flex-direction: column;
}
.side-cart .continue-shopping-section .checkout-button-flex {
  flex-direction: column;
}
.checkoutinner-sidebar .main-content .inner-content .blog-content {
  width: 100%;
}
.side-cart .sidecart-confirmation-section {
  row-gap: 40px;
}
#closecart {
  right: 15px;
  top: 15px;
  width: 6%;
}
.support-section table.my-orders {
  width: 170%;
}
.support-section .border-rounded {
  overflow-x: overlay;
}
.my.orders-section table.my-orders {
  width: 320%;
}
.sign-for-socials {
  flex-direction: column;
  gap: 25px;
  align-items: flex-end;
}
.contactus-sett input[type="submit"] {
  width: 100% !important;
}
.supplier-logo img {
  max-width: 220px;
}
.subscribe-section .subscribe-desc {
  width: 100%;
}
.subscribe-section input::placeholder {
  font-size: 11px;
}
.orders-nvaigation {display: block !important;}
.pages-item-next{top:2px;}
}

@media (max-width: 995px) {
  .main-header .row .col-sm-12 .col-lg-12 .row .col-lg-6:first-child {
    width: 70%;
  }
  .main-header .row .col-sm-12 .col-lg-12 .row .col-lg-6:nth-child(2) {
      width: 30%;
  }
  header {
    height: auto;
}
}

@media(max-width:767px){
  .row .col-sm-6{
    flex: 0 0 auto;
    width: 50%;
  }
  .row .col-sm-12 {
    flex: 0 0 auto;
    width: 100% !important;
}
.sticky {
  position: relative;
}
.content-prod{
    padding:0 7px;
}
.faq-item{margin-bottom:12px;}
.faq-question{font-size:14px;}
span.float-end {font-size: 30px;margin-top: -14px;}
#carouselExampleAutoplaying .carousel-control-next, #carouselExampleAutoplaying .carousel-control-prev{display:none !important;}
.main-header .row .col-sm-12 .col-lg-12 .row .col-lg-6:first-child {width: 65%;}
.main-header .row .col-sm-12 .col-lg-12 .row .col-lg-6:nth-child(2) {width: 35%;}
.right-inner{padding:5px;}
.btss{left:32.5% !important;}
.minicart-wrapper {margin-top: 0px;}
.page-products .sorter{position:relative;}
#mode-list > img {width: 62%;}
.product-data .dynamic-cart .add-to-cart{/*padding: 2px 11px;font-size: 11px;*/border-radius: 4px;}
.available-stock-cart {display: none;}
.hide-on-mobile {display: none !important;}
.right-inner .icons-content{gap:12px !important;}
.amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container.-summary, .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary{
	border: 1px solid #000;
	border-radius: 7px;
	padding: 2px;
	background: #fff;
	margin-top: 10px;
}
.amcheckout-step-container .amcheckout-summary-container .amcheckout-title {
  background: none;
  color: #000;
}
.opc-estimated-wrapper {
    display: none;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active .payment-method-content {
  display: block;
  padding: 0px 20px 0 25px;
}
.toggling a, .toggling img { display: none; }
.discount-price > span { color: #cd0000;font-size: 22px;}
.cart.table-wrapper .actions-toolbar > .action-edit {margin-left:15px;}
.category-sidebar{background:transparent;display:block;padding:10px 0;}
.category-sidebar > .filter-title{display:inline-block;cursor:pointer;}
.filter-title strong{left:10px;position:unset;}
.filter-options{padding:0 10px;}
.filter.active .filter-title strong::after{position:absolute;right:10px;top:10px;}
.filter .filter-current {margin: 20px 0 0 0 !important;border-color:#111;}
.cart-qty-container {width: 90px;}
.cart-qty-btn {width: 22px !important;height: 22px !important;font-size: 15px !important;}
.cart-qty {text-align: center;}
.minicart-wrapper > .block-minicart{width: 340px !important;}

.block-search{margin-top:0;}
.block-search .control { border-top: 0;clear: none;margin: 0;padding: 0;position: relative; }
.block-search input { width: 80% !important; left: 0;margin: 0;position: absolute; }
.header-search input { border: none;outline: none; }

.mobile-search-wrapper { width: 100%;padding: 10px;box-sizing: border-box;display: block; }
.mobile-search-wrapper input { width: 80% !important;padding: 10px; }
.mobile-search-wrapper .action.search { padding: 10px; }
.catalogsearch-result-index .header-search {display:none;}
.mobile-search-wrapper .header-search { display: flex; }

.mobile-search-wrapper input, .mobile-search-wrapper .action.search, .mobile-search-wrapper input::placeholder { font-size: 16px !important; }

.single-product-section{padding:10px 0 0 0 !important;}
.checkout-cart-configure .pr-img{order:1;}
.checkout-cart-configure .pr-info{order:0;}
.filter-no-options .filter-content {margin-bottom: 0;}
.account .page-main, .cms-privacy-policy .page-main{padding-top:10px;} 
.accountpage{padding:0 0 20px 0 !important;}
.newscontbox{padding:7px !important;}
.mst-rma-create__order-selector .field select {max-width: 25rem !important;}

.custacctbox{margin-top: 15px;}
.products-grid.wishlist .product-item-photo {float: none;margin-right: 0;}
.products-grid.wishlist .product-item-name, .products-grid.wishlist .product-item-description, .products-grid.wishlist .product-item .price-box, .products-grid.wishlist .product-item-tooltip {margin-left: 0px;}
.products-grid.wishlist .product-item .box-tocart {float: left;margin: 5px 20px 5px 5px;}
.wishlist-index-index .product-card .top-section {height:256px;}
.sku-place > .action-delete {background:#000;padding:5px;border-radius: 5px;color: #fff;text-decoration:none;}
.modal-popup .modal-footer {display:block !important;text-align:right !important;}
.modal-popup {z-index: 2000000003 !important;}
.modals-overlay {z-index: 902 !important;}
.cart-container .cart.table-wrapper .item-info{border-bottom:1px solid gray;}
table.carts-section tr td{border:none !important;}
/*fieldset#payment_form_braintree div#braintree_cc_type_cvv_div {
  max-width: 100% !important;
  float: right;
}
fieldset#payment_form_braintree .field.number.required:nth-child(4) {
  width: 100%;
  float: left;
  padding-right: 0;
}*/
}
@media (min-width: 1200px) {
    .h3, h3 {
        font-size: 28px !important;
    }
}

/*Magneto Server*/
.category-sidebar .main-title-heading {
    font-size: 24px;
}
.category-sidebar .filter-options .filter-options-item .filter-options-title {
    padding: 0;
    font-size: 17px;
    color: black;
    text-transform: capitalize;
    position: relative;
}
.category-sidebar .filter-options .filter-options-item .filter-options-title::after {
    top: 6px;
    right: 6px;
}
.category-sidebar .filter-options .filter-options-item {
    border: none;
    padding: 10px 0;
}
.category-sidebar .filter-options .filter-options-item .filter-options-content ol li a, .category-sidebar .filter-options .filter-options-item .filter-options-content ol li a span {
    font-size: 16px;
    text-decoration: none;
    color: #212529;
}
.breadcrumb-section .text-end, .breadcrumb-section .text-start, .breadcrumb-section a {
    font-size: 12px;
    font-weight: 500;
    text-decoration: auto;
    color: #212529;
}
.view-toggle .toggling {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}
.view-toggle .toggling a {
    order: 1;
}
.view-toggle .toggling img {
    order: 0;
}
.view-toggle .toggling span {
    order: 3;
}
.shop-container.grid-view .product-card .product-details > .row {
    align-items: center;
}
.shop-container.grid-view .product-card .product-details .price-box .price-wrapper span {
    font-size: 16px;
    color: #3A3A3A;
}
.shop-container.grid-view .product-card .product-details .price-box .price-wrapper .old-price {
    font-weight: 900;
}
.shop-container.grid-view .product-card .product-details .price-box .psavebox {
    display: none;
}
.shop-container.grid-view .product-card .top-section .product-image-container {
    max-width: 100% !important;
    display: block !important;
    margin: 0 auto !important;
}
.shop-container.grid-view .product-card .top-section .product-image-container .product-image-wrapper {
    position: static !important;
    padding-bottom: 100% !important;
    display: block;
    height: 0;
}
.shop-container.grid-view .product-card .top-section .product-image-container .product-image-wrapper .product-image-photo {
    position: relative;
}
.shop-container.grid-view .product-card .product_addtocart_form button {
    background: transparent !important;
    box-shadow: none !important;
}
.orders-nvaigation .orders-nav-num .item a {
    text-decoration: auto !important;
}
.shop-container.list-view .product-card .top-section .product-image-container {
    max-width: 100% !important;
    display: block !important;
    margin: 0 auto !important;
}
.shop-container.list-view .product-card .top-section .product-image-container .product-image-wrapper {
    position: static !important;
    padding-bottom: 100% !important;
    display: block;
    height: 0;
}
.shop-container.list-view .product-card .top-section .product-image-container .product-image-wrapper .product-image-photo {
    position: relative;
}
.shop-container.list-view .product-card .product-details > .row {
    align-items: center;
}
.shop-container.list-view .product-card .product-details .price-box .price-wrapper span {
    visibility: visible !important;
    font-size: 16px;
    color: #3A3A3A;
}
.shop-container.list-view .product-card .product-details .price-box .price-wrapper .old-price {
    font-weight: 900;
}
.shop-container.list-view .product-card .product_addtocart_form button {
    background: transparent !important;
    box-shadow: none !important;
}
.messages {width: 100%;overflow: hidden;margin-bottom: 5px !important;margin-top: 5px !important;}
.carousel-control-prev:hover, .carousel-control-next:hover, .carousel-control-prev:active, .carousel-control-next:active, .carousel-control-prev:focus, .carousel-control-next:focus {background: none;  cursor:initial !important;}
.modes-mode{background-color: transparent;box-shadow: none;color: transparent;border: none;}
.page-layout-2columns-left .sidebar-main {width: 25%;float: left;-ms-flex-order: 0;-webkit-order: 0; order: 0;}
.page-main{max-width:inherit !important;}
.minicart-wrapper #btn-minicart-close {display: none;}
.minicart-wrapper .minicart-items-wrapper, .mprfq-miniquote-wrapper .minicart-items-wrapper {margin-bottom: 10px;overflow-y: auto;max-height: 520px !important;padding-top: 0;border-top: 0;border: 0;height: auto !important;padding-bottom: 0;}
.block-search{width:100%;padding:0;}
.block-search .action.search{right:0}
.block-search .action.search::before{color:#111;font-size:22px;}
.item.product > .product a {display: block;margin-right: 10px;}
.column.main {min-height: auto;padding-bottom: 0;}
.columns .column.main{padding-bottom:15px;}
.minicart-wrapper .minicart-items .product-item,.mprfq-miniquote-wrapper .minicart-items .product-item {padding: 15px 0;}
.minicart-wrapper .minicart-items .product-item-name, .mprfq-miniquote-wrapper .minicart-items .product-item-name a{color:#000;}
.minicart-wrapper .minicart-items .product-item-photo, .mprfq-miniquote-wrapper .minicart-items .product-item-photo{width: 88px !important;display: block !important;  margin-right: 10px;border: 1px solid #000;border-radius: 5px;}
.minicart-wrapper .minicart-items .product-item-photo img, .mprfq-miniquote-wrapper .minicart-items .product-item-photo img{padding:3px;}
.minicart-wrapper .minicart-items .item-qty, .mprfq-miniquote-wrapper .minicart-items .item-qty {width: 45px;}
.minicart-wrapper .product .actions, .mprfq-miniquote-wrapper .product .actions {float: right;margin: -20px 0 0;}
.minicart-items .action.edit::before {font-size: 12px;color: #000;}
.minicart-items .action.delete::before {font-size: 12px;color: #000;}
.minicart-wrapper .block-minicart .subtotal, .mprfq-miniquote-wrapper .block-miniquote .subtotal {padding: 0;margin: 0 0 10px;text-align:right;}
.minicart-wrapper .block-minicart .subtotal .label, .mprfq-miniquote-wrapper .block-miniquote .subtotal .label {float: left;margin:0;}
.minicart-wrapper .minicart-items .product-item-details .details-qty{margin-top:0;display:inline-block;}
.minicart-wrapper .minicart-items .product-item-pricing .label{display:none;}
.minicart-wrapper .block-minicart .block-content > .actions, .mprfq-miniquote-wrapper .block-miniquote .block-content > .actions {margin-top: 10px;position:absolute;width:98%;bottom:3px;left:5px}
.minicart-wrapper .price-container{margin-top:0;display:inline-block;}
.block-minicart .block-content>.actions>.secondary {text-align: right;}
.minicart-wrapper .product .actions > .primary, .minicart-wrapper .product .actions > .secondary {display: inline-block !important;}
.minicart-wrapper .action.viewcart, .mprfq-miniquote-wrapper .action.viewcart {background: #000;color: #fff;border-radius: 6px;display: inline-block !important;text-decoration: none;padding: 7px 20px;font-size: 15px;text-transform: uppercase;letter-spacing: 1px;font-weight: 600;width: 100%;text-align: center;box-shadow:0 5px 0 #fff;}
.minicart-items .update-cart-item {font-size: 1.4rem;vertical-align: middle;padding: 5px;border-radius: 5px;background: #000;outline: none;border: none;color: #fff;}
.mst-searchautocomplete__autocomplete._active.mst-2-cols{width:100% !important;}
.mst-searchautocomplete__autocomplete._active.mst-2-cols div.magento_catalog_product{max-width:100% !important;width:70% !important;}
.mst-searchautocomplete__item.magento_catalog_product .store > .price{margin-right:1rem;}
/*.mst-searchautocomplete__wrapper .magento_catalog_product ul{columns:3}*/
.mst-searchautocomplete__item.magento_catalog_product .mst-product-image-wrapper img {height: auto;max-width: 100%;display: block;margin: auto;object-fit: contain;width: 100%;border: none;padding: 0;}
.product.attribute.sku{display:inline-block;}
.product.attribute.sku .value{display:inline-block;margin-left:10px;}
input[type="number"]{-moz-appearance: textfield;appearance: textfield;border: none;height: auto;font-family: inherit;}
input[type="number"]:focus{border: none;box-shadow: none;}
input:not([disabled]):focus, textarea:not([disabled]):focus, select:not([disabled]):focus{box-shadow: none;}
.form.create.account{width:auto;}
.cart.table-wrapper .actions-toolbar > .action-edit{ display:none;}
.cart.table-wrapper .actions-toolbar {min-height: 30px;padding-bottom: 15px;position: relative;}

#block-discount .title::after {font-size: 13px;font-family: 'luma-icons';display: inline-block;content: '\e621';position: absolute;top: 19px;right: 22px;}
#block-discount.active .title::after {content: '\e622';}
/*#block-discount .title {border-bottom: 1px solid #ccc;padding-bottom: 5px;}*/
#block-discount .title:hover {cursor: pointer;}

#calculate-shipping {background: #000;border: 1px solid gray;padding: 5px 15px;color:#fff;border-radius:5px;}
.cart-summary-1 > .title {display: none !important;}
.cart-totals{padding-top:5px !important;}
.cart-totals .grand .mark,.cart-totals .grand .amount{font-size:1.5rem !important;padding: 0;}

#shipping-zip-form > .fieldset > .legend {display: none;}
#shipping-zip-form div[name="shippingAddress.city"] {display: none;}
#shipping-zip-form div[name="shippingAddress.country_id"] {display: none;}
#shipping-zip-form div[name="shippingAddress.region_id"] {display: none;}
#shipping-zip-form div[name="shippingAddress.region"] {display: none;}

.amcheckout-shipping-methods .amcheckout-method {background: #fff !important;padding: 0 10px !important;border: 1px solid #000 !important;border-radius: 7px !important;}
.table-checkout-shipping-method tbody td {padding-bottom: 7px !important;padding-top: 7px !important;}

/*=================== Checkout Page Changes =====================*/
.amcheckout-step-container .form-login{margin-bottom:10px;}
fieldset#payment_form_braintree .field.number.required:nth-child(4){width:50%;float:left;padding-right:5px;}
fieldset#payment_form_braintree div#braintree_cc_type_cvv_div {max-width: 50%;float: right;margin-top:2px;}
#instant-purchase{display:none !important;}
.fieldset:last-child{margin-bottom:10px;}
.fieldset > .field, .fieldset > .fields > .field {margin: 0 0 10px;}
#shipping-new-address-form {display: flex;flex-direction: row;justify-content: space-between;flex-wrap: wrap;}
.address > .field {width: 48%;}
.payment-methods .payment-method {background: #fff !important;}
.payment-method {border: 1px solid #000 !important;border-radius: 7px !important;}
.payment-method-braintree .hosted-control {height: 38px !important;border:1px solid #000 !important;border-radius:7px !important;}
.amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container{background:#fff;}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-content .actions-toolbar > .primary {float: left;padding: 0;width: 100%;}
.amcheckout-step-container .payment-method-content > .actions-toolbar > .primary .action.primary {float: none;/*margin: 0 15px 0 0;*/padding: 12px 16px;font-size: 16px;width: 100%;border-radius: 7px;background:#000;}
.payment-method-content > .messages {margin: 5px 0 !important;}
.payment-method-braintree .hosted-control{max-width:100%;}
#braintree_expirationDate {width: 100% !important;}
.braintree-credit-card-selected{width:38px;}
.payment-method-braintree .cvv .field-tooltip {top: 5px;right: 5px;}
.checkout-payment-method .ccard > .field.cvv > .control {display: inherit;padding-right: 0;}
.checkout-shipping-address .action-update, .checkout-shipping-address .action-cancel {background: #000 !important;border: 1px solid gray !important;border-radius: 5px !important;padding: 5px 10px;}
.action.action-show-popup.amcheckout-button.-new-address {background: #000;padding: 5px 10px;border-radius: 5px;border: 1px solid gray;}
.opc-block-summary .discountcode-field {position: relative;display: flex;align-items: center;}
.opc-block-summary .discountcode-field input {width: 100%;font-size: 12px !important;height: 48px;padding: 0 10px;border: 1px solid gray !important;border-radius: 5px !important;}
.opc-block-summary .discountcode-field button {position: absolute;right: 5px;top: 6px;border: 1px solid black; background: black !important;color: white;font-size: 14px !important;padding: 7px 13px !important;border-radius: 6px !important;transition: 0.3s ease-out;}
.amcheckout-step-container .opc-payment-additional {padding: 0;margin-bottom:15px;}
.amcheckout-step-container .opc-payment-additional .payment-option-title {position: relative;display:block;}
.amcheckout-step-container .opc-payment-additional .payment-option-title span {font-weight: 700;font-size: 1.4rem;margin-top: 1rem;margin-bottom: 1rem;}
.amcheckout-step-container .opc-payment-additional .payment-option-title::after {font-size: 13px;font-family: 'luma-icons';position: absolute;content: '\e622';display: inline-block;right: 5px;top: 5px;}
.mark > .title {display: block !important;}

.product-card:hover .top-section .cart-btn {transform: translateY(0px);}
.product-card .top-section {height: 355px;}
.product-image {height: 250px;border-bottom:none;}
.btss {left: 29%;}
.btss button.grbtn {border: 2px solid #000;padding: 4px 20px;}
.main-product {height: 435px;}
.btss button.grbtn:hover {background: transparent !important;border: 2px solid #000;}
.product-card:hover .top-section .cart-btn {transform: translateY(0px);}
.product-card .top-section {height: 355px;}
.product-card .top-section .free-ship {/*z-index: 999;*/}
.checkout-login {display: block;}
.checkout-login .checkout-buttons {display: inline;}

.carousel-indicators> span {width: 28px !important;height: 7px !important;background-color: #000 !important;  opacity: 1 !important;}
.carousel-indicators>span.active {background-color: #ff6600 !important;}

.mark > .label {margin: 0;}
.action.primary {background: #000;border: none;border-radius: 5px;}
.action-primary {background: #000 !important;border: none;font-family: inherit;}
.action-secondary {background: #000;border: none;border-radius: 3px;padding: 7px 15px;color: #fff;margin-right: 15px !important;font-size:1.4rem;}
.frhome > a {text-decoration: none !important;color: inherit;}
.product-card .price-box {float: left;width: 50%;margin-bottom: 10px;}
.stock-right{float:right;width:40%;margin-bottom:7px;}
.list-brand{text-align:left;font-size:13px;font-weight:bold;color:#3A3A3A;margin-top:5px;}
.checkout-index-index .title {display: none;}
@media (hover: hover) {
	.main-product:hover .btss { display: block; }
	.btss a:hover { background: black;color: white;border: #000; }
}

.amcheckout-step-container input[type='checkbox']:checked+label:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='black' stroke-width='1' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='2' y='2' width='12' height='12' rx='2' ry='2' fill='none'/%3E%3Cpolyline points='4 8 6 10 12 4' fill='none'/%3E%3C/svg%3E") !important;
	box-shadow: none;
}
.amcheckout-step-container input[type="checkbox"] + label::before, .amcheckout-step-container input[type="radio"] + label::before{width:18px;height:18px; }
.discount-price > span {color: #cd0000;font-size:18px;}
.action.primary:hover {background: #000;border: 1px solid #3a3a3a;color: #fff;}
.fieldset{margin:0 0 20px;}
.fieldset > .legend{ border:none;margin: 0 0 10px; }
.legend span {font-weight: bold;}
.googlepay-minicart-logo{display:none !important;}
.braintree-applepay-minicart{display:none !important;}
.amcheckout-step-container .checkout-billing-address .actions-toolbar .action-cancel{color:#fff;}
.field.additional {display: none;}
.modal-header {height: auto;}
.checkout-index-index .authentication-wrapper {line-height: 1;display: flex;}
.authentication-wrapper {float: left;margin-top: 0;max-width: 50%;position: relative;z-index: 1;}
.modal-custom.authentication-dropdown.custom-slide._show{box-shadow: 0 0 10px #000;border-radius: 0 0 5px 5px;}
.authentication-wrapper > button {background: #000 !important;padding: 10px;color: #fff !important;border-radius: 5px;text-decoration: none !important;}
.primary > .secondary {background: #000;color: #fff;padding: 10px !important;border-radius: 5px;border: none;}
#payment_form_braintree > .field.choice {width: auto;float: left;margin-top:20px;}
.cart-qty-container {display: flex;align-items: center;}
.cart-qty-btn {background: #000;border: 1px solid #000;width: 25px;height: 25px;font-size: 18px;line-height: 1;text-align: center;cursor: pointer;color:#fff;border-radius:50%;}
.cart.table-wrapper .col.qty .input-text {width: 50px;margin-top: 0;}
.filter .block-subtitle{font-size:18px;}
.filter-no-options .filter-title::before{content:none;}
.col-9 > .title {display: none;}

/********* Minicart Right Slide Up ***********/

.block-minicart, .block-miniquote {
    position: fixed !important;
    top: 0 !important;
    right: -400px; /* hide initially */
    width: 360px;
    height: 100%;
    background: #fff;
    z-index: 2000000002 !important;
    transition: right 0.3s ease-in-out;
    box-shadow: -2px 0 5px rgba(0,0,0,0.2);
	min-width: unset !important;
	margin: 0 !important;
}
.minicart-wrapper > .block-minicart {width: 460px;}
.mprfq-miniquote-wrapper > .block-miniquote {width: 460px;display:none;padding:25px 20px;}
.block-minicart.active {right: 0px;display: block;}
.block-miniquote.active {right: 0px;display: block;}
.block-minicart .subtitle{display:block;}
.minicart-close-button , #mprfq-btn-miniquote-close {
  position: absolute;
  top: 20px;
  right: 10px;
  z-index: 11000;
  background: #000;
  padding: 0 5px;
  border-radius: 5px;
  color:#fff;
}
.minicart-wrapper .action.close::before{content:none;}
.minicart-close-button .action.close {
  background: none;
  border: none;
  font-size: 17px;
  cursor: pointer;
  color: #fff;
  position: unset;
  width: auto;
}
.minicart-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5); /* semi-transparent black */
    z-index: 900; /* below minicart (minicart z-index is 10000) */
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.minicart-overlay.active {display: block;opacity: 1;}
.minicart-bestseller ul { padding: 0; }
.minicart-bestseller{ max-height: 380px; overflow-y: auto;margin-top:15px; }
.cart-slide-bestseller { display: flex; margin-bottom: 15px !important;align-items:center; }
.cart-slide-title > a,.cart-slide-title > a:hover { color:#000;text-decoration:none; }
.cart-slide-addtocart { margin-top:10px; }
.cart-slide-left-image { width: 50%;margin-right: 5px; }
.cart-slide-title { width: 100%; }
.cart-slide-price { width: 30%; }

.pr-snippet-compact > .pr-snippet-stars-reco-reco {display:none !important;}
.pr-rd-helpful-text { display: none !important; }
#pr-rd-main-header { margin-bottom: 40px !important; }
@media screen and (min-width: 769px) {
    .mobile-search-wrapper { display: none; }
}
.pr-subheadline{display:none !important;}

.p-w-r .pr-star-v4-0-filled {
	background-image: url('../images/star_100_gray.svg') !important;
}
.p-w-r .pr-star-v4-25-filled {
	background-image: url('../images/star_25_fixed.svg') !important;;
}
.p-w-r .pr-star-v4-50-filled {
	background-image: url('../images/star_50_fixed.svg') !important;;
}
.p-w-r .pr-star-v4-75-filled {
	background-image: url('../images/star_75_fixed.svg') !important;;
}
.p-w-r .pr-star-v4-100-filled {
	background-image: url('../images/star_100_fixed.svg') !important;;
}
.p-w-r .pr-review-snapshot .pr-ratings-histogram .pr-ratings-histogram-barValue{background: #ffd700 !important;}
.pr-footer > .pr-pull-right { display: none; }
.p-w-r .pr-accessible-btn, .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-read-and-write a { background-color: #000 !important; }
.p-w-r .pr-accessible-btn:hover, .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-read-and-write a:hover {color: #fff !important;}
.p-w-r .pr-accessible-btn:hover, .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-read-and-write a:hover {border-color: #ccc !important;}
.p-w-r .pr-form-group .pr-rating-input-container {align-items: center;display: block !important;}

.wishlist-index-index .product-item-inner .comment-box {margin-top: 0 !important;}
.product-item-inner {position: relative !important;border: none !important;display: block;}
.toolbar.wishlist-toolbar {display: none;}
.product-item-name {padding: 5px;min-height: 75px;}
.custom.price-container {padding: 5px;}
span.price.fixed-price {display: none;}
.actions-toolbar > .primary > .login.primary { background: #000; }
.post-image > img {width:100%}
.mst-rma-create__order-selector .field button {margin-left: 0.4rem !important;background: #000;padding: 2px 15px;border-radius: 5px;}
/* iOS/Safari & Chrome autofill fix */
input:-webkit-autofill,textarea:-webkit-autofill,select:-webkit-autofill {-webkit-text-fill-color: #000 !important;-webkit-box-shadow: 0 0 0 1000px #fff inset !important;box-shadow: 0 0 0 1000px #fff inset !important;}

input:-webkit-autofill:focus,textarea:-webkit-autofill:focus,select:-webkit-autofill:focus {-webkit-text-fill-color: #000 !important;-webkit-box-shadow: 0 0 0 1000px #fff inset !important;}

.form.send.friend .fieldset .actions-toolbar > .secondary .action.add {margin-top: 15px;background: #000; color: #fff;padding: 5px 12px;font-size: 14px;border-radius: 5px;}
.amcheckout-step-container input[type="checkbox"], .amcheckout-step-container input[type="radio"] {
  display: contents !important;
  position: unset !important;
  opacity: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.cart.table-wrapper .product-item-photo{width:25%;}
.cart.table-wrapper .product-item-photo > .product-image {height: auto;}

.block-collapsible-nav .content {background: none;padding: 15px 0;border: 1px solid #000;border-radius: 5px;}
.block-collapsible-nav .item {margin: 3px 0 0;width: 100%;}
.block-collapsible-nav .item.current a, .block-collapsible-nav .item.current > strong {border-color: #000;color: #000000;font-weight: 600;}
.block-collapsible-nav .item a {text-decoration: none;width: 100%;}
.block-collapsible-nav .item a:hover {background: none;color: #000;}
.cart.table-wrapper .actions-toolbar > .action-mp-quote{position: absolute;top: 0;right: 0 !important;display: inline-block;margin-right:20px;}

.cart-totals tbody .mark, .cart-totals tfoot .mark{background:transparent;}
.dassrightside .table th:last-child, .table td:last-child{background:transparent;}
.abs-sidebar-totals, .cart-totals, .opc-block-summary .table-totals{border-top:none;}
.abs-sidebar-totals .grand .mark, .cart-totals .grand .mark, .opc-block-summary .table-totals .grand .mark{border-top:none;}
.abs-sidebar-totals .grand .amount, .cart-totals .grand .amount, .opc-block-summary .table-totals .grand .amount{border-top:none;}
.cart-summary > .title {font-size: 24px;font-weight: 600;}
#mp-request-comment {width: 80%;border: 1px solid #989898;border-radius: 6px;outline: none;height: 150px;resize: none;}
.attach-label{display: flex;align-items: center;gap: 10px;margin-top: 10px;cursor: pointer;}
.attach-lable img {width:30px;height:30px;}