
.footer{
    background-color: #fff;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    padding-top: 60px;
    padding-bottom: 60px !important;
}
.footer .footer-body{
  background-color: #f7f7f7;
  border-radius: 10px;
  padding: 20px;
}
.copyright {
    background-color: #fff;
    box-shadow: 0px -10px 20px 0px rgb(0 0 0 / 5%);
}
.copyright .copyright-body p{
    color: white !important;
}
.footer .footer-title h5{
    text-transform: uppercase;
    color: var(--primary);
    font-weight: bold;
}
.view-more-button a {
    display: inline-block;
    color: var(--primary);
    font-weight: bold;
    font-size: 14px;
    font-family: 'PT Sans', sans-serif;
    text-transform: capitalize;
    transition: 0.5s;
    position: relative;
}
.view-more-button a::after{
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #cce7d0;
}
.view-more-button a i {
    color: var(--primary);
    font-weight: bold;
    font-size: 13px;
    margin: 3px 0 0 5px;
    transition: 0.5s;
}
.view-more-button a:hover i {

}
.view-more-button {
    position: absolute;
    bottom: 0px !important;
    right: 0px !important;
}
.highlighted-category-products .view-more-button{
    bottom: 0px !important;
}


/* custome button */

/* <button class="custom-btn btn-12"><span>Click!</span><span>Read More</span></button> */

.custom-btn{
    width: 130px;
    height: 40px;
    color: #fff;
    border-radius: 5px;
    padding: 10px 25px;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5), 7px 7px 20px 0px rgba(0,0,0,.1), 4px 4px 5px 0px rgba(0,0,0,.1);
    outline: none;
  }
  .custom-btn-1 {
    background: rgb(0,172,238);
    background: linear-gradient(0deg, rgba(0,172,238,1) 0%, rgba(2,126,251,1) 100%);
    width: 130px;
    height: 40px;
    line-height: 42px;
    padding: 0;
    border: none;

  }
  .custom-btn-1 span {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
  }
  .custom-btn-1:before,
  .custom-btn-1:after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
     background: rgba(2,126,251,1);
    transition: all 0.3s ease;
  }
  .custom-btn-1:before {
    height: 0%;
    width: 2px;
  }
  .custom-btn-1:after {
    width: 0%;
    height: 2px;
  }
  .custom-btn-1:hover{
     background: transparent;
    box-shadow: none;
  }
  .custom-btn-1:hover:before {
    height: 100%;
  }
  .custom-btn-1:hover:after {
    width: 100%;
  }
  .custom-btn-1 span:hover{
     color: rgba(2,126,251,1);
  }
  .custom-btn-1 span:before,
  .custom-btn-1 span:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
     background: rgba(2,126,251,1);
    transition: all 0.3s ease;
  }
  .custom-btn-1 span:before {
    width: 2px;
    height: 0%;
  }
  .custom-btn-1 span:after {
    width: 0%;
    height: 2px;
  }
  .custom-btn-1 span:hover:before {
    height: 100%;
  }
  .custom-btn-1 span:hover:after {
    width: 100%;
  }

/* 10 */
.custom-btn-2 {
    background: rgb(22,9,240);
  background: linear-gradient(0deg, rgba(22,9,240,1) 0%, rgba(49,110,244,1) 100%);
    color: #fff;
    border: none;
    transition: all 0.3s ease;
    overflow: hidden;
  }
  .custom-btn-2:after {
    position: absolute;
    content: " ";
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease;
    -webkit-transform: scale(.1);
    transform: scale(.1);
  }
  .custom-btn-2:hover {
    color: #fff;
    border: none;
    background: transparent;
  }
  .custom-btn-2:hover:after {
    background: rgb(0,3,255);
  background: linear-gradient(0deg, rgba(2,126,251,1) 0%,  rgba(0,3,255,1)100%);
    -webkit-transform: scale(1);
    transform: scale(1);
  }



/* 12 */
.custom-btn-3{
    position: relative;
    right: 20px;
    bottom: 20px;
    border:none;
    box-shadow: none;
    width: 130px;
    height: 40px;
    line-height: 42px;
    -webkit-perspective: 230px;
    perspective: 230px;
  }
  .custom-btn-3 span {
    background: rgb(0,172,238);
  background: linear-gradient(0deg, rgba(0,172,238,1) 0%, rgba(2,126,251,1) 100%);
    display: block;
    position: absolute;
    width: 130px;
    height: 40px;
    box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
     7px 7px 20px 0px rgba(0,0,0,.1),
     4px 4px 5px 0px rgba(0,0,0,.1);
    border-radius: 5px;
    margin:0;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .custom-btn-3 span:nth-child(1) {
    box-shadow:
     -7px -7px 20px 0px #fff9,
     -4px -4px 5px 0px #fff9,
     7px 7px 20px 0px #0002,
     4px 4px 5px 0px #0001;
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transform-origin: 50% 50% -20px;
    -moz-transform-origin: 50% 50% -20px;
    transform-origin: 50% 50% -20px;
  }
  .custom-btn-3 span:nth-child(2) {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-transform-origin: 50% 50% -20px;
    -moz-transform-origin: 50% 50% -20px;
    transform-origin: 50% 50% -20px;
  }
  .custom-btn-3:hover span:nth-child(1) {
    box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
     7px 7px 20px 0px rgba(0,0,0,.1),
     4px 4px 5px 0px rgba(0,0,0,.1);
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }
  .custom-btn-3:hover span:nth-child(2) {
    box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
     7px 7px 20px 0px rgba(0,0,0,.1),
     4px 4px 5px 0px rgba(0,0,0,.1);
   color: transparent;
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
  }


/* 14 */
.custom-btn-4 {
    background: rgb(255,151,0);
    border: none;
    z-index: 1;
  }
  .custom-btn-4:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 5px;
    background-color: #eaf818;
    background-image: linear-gradient(315deg, #eaf818 0%, #f6fc9c 74%);
    box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5), 7px 7px 20px 0px rgba(0,0,0,.1), 4px 4px 5px 0px rgba(0,0,0,.1);
    transition: all 0.3s ease;
  }
  .custom-btn-4:hover {
    color: #000;
  }
  .custom-btn-4:hover:after {
    top: auto;
    bottom: 0;
    height: 100%;
  }
  .custom-btn-4:active {
    top: 2px;
  }

  /* /custom button */



    /*<a class="a-n1" href="#">
        <span></span>
        <span></span>
        <span></span>
        <span></span>
        Neon Button
    </a>

    <a class="a-n2" href="#">
        <span></span>
        <span></span>
        <span></span>
        <span></span>
        Neon Button
    </a>*/


 /*neon Button*/
 .neon-btn-2,.neon-btn-1{
    text-decoration: none;
    position: relative;
    padding: 10px 20px;
    overflow: hidden;
    transition: 0.2s all;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 4px;
 }
 .neon-btn-1:hover{
     /* background: var(--primary); */
     /* color: #fff; */
     /* box-shadow: 0px 0px 10px  var(--primary), 0px 0px 40px var(--primary), 0px 0px 80px  var(--primary); transition-delay: 1s; */
 }
 .neon-btn-2 span,.neon-btn-1 span{
     position: absolute;
     display: block;
 }
 .neon-btn-1 span:nth-child(1){
  top:0px;
  left:-100%;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg,transparent,var(--primary) )
 }

 .neon-btn-1:hover span:nth-child(1){

     left:100%;
     transition: 0.5s;
 }


 .neon-btn-1 span:nth-child(3){
  bottom:0px;
  right:-100%;
  width: 100%;
  height: 2px;
  background: linear-gradient(270deg,transparent,var(--primary) )
 }

 .neon-btn-1:hover span:nth-child(3){

     right:100%;
     transition: 0.5s;
     transition-delay: 0.5s;
 }



 .neon-btn-1 span:nth-child(2){
  top:-100%;
  right:0;
  width:  2px;
  height: 100%;
  background: linear-gradient(180deg,transparent,var(--primary) )
 }

 .neon-btn-1:hover span:nth-child(2){
     top:100%;
     transition: 0.5s; transition-delay: 0.25s;
 }

 .neon-btn-1 span:nth-child(4){
  bottom:-100%;
  left:0;
  width:  2px;
  height: 100%;
  background: linear-gradient(360deg,transparent,var(--primary) )
 }

 .neon-btn-1:hover span:nth-child(4){
     bottom:100%;
     transition: 0.5s;  transition-delay: 0.75s;
 }


 .neon-btn-2:hover{
     background:var(--primary);
     color: #fff;
     box-shadow: 0px 0px 10px var(--primary), 0px 0px 40px var(--primary), 0px 0px 80px var(--primary); transition-delay: 0.2s;
 }


 .neon-btn-2 span:nth-child(1){
     top: 0px;
     left: -91%;
     width: 100%;
     height: 2px;
     background: var(--primary);
 }

 .neon-btn-2:hover span:nth-child(1){

     left:0%;
     transition: 0.3s;
 }


 .neon-btn-2 span:nth-child(3){
     bottom: 0px;
     right: -91%;
     width: 100%;
     height: 2px;
     background: var(--primary);
 }

 .neon-btn-2:hover span:nth-child(3){

     right:0%;
     transition: 0.3s;
 }

 .neon-btn-2 span:nth-child(2){
     bottom: -70%;
     right: 0%;
     width: 2px;
     FONT-WEIGHT: 100;
     background: var(--primary);
     height: 100%;
 }

 .neon-btn-2:hover span:nth-child(2){

     bottom:0%;
     transition: 0.3s;
 }



 .neon-btn-2 span:nth-child(4){
     top: -70%;
     left: 0%;
     width: 2px;
     FONT-WEIGHT: 100;
     background: var(--primary);
     height: 100%;
 }

 .neon-btn-2:hover span:nth-child(4){

     top:0%;
     transition: 0.3s;
 }
/* /Neon button */

.neon-button.view-more-button {
    position: absolute;
    top: 50% !important;
    right: 0px !important;
    transform: translate(0%, -50%);
}
.neon-button.view-more-button a::after {
  display: none;
    bottom: 8px !important;
    left: 50% !important;
    transform: translate(-50%, 0%) !important;
    width: 67% !important;
    z-index: 99 !important;
}
.view-more-button .neon-btn-1{
    font-size: 14px;
    letter-spacing: 0 !important;
}
.promo-custom-btn{
    position: absolute;
    bottom: 45px;
    left: 47px;
}
.promo-custom-btn .custom-btn-3 .learn-more-text{
    color: white !important;
}
.promo-custom-btn .custom-btn-3 span i{
    color: white !important;
}
.promo-custom-btn .custom-btn-3 span {
    background: var(--primary) !important;
    background: linear-gradient(0deg, var(--primary) 0%, var(--primary) 100%) !important;
}
.banner_slider .slick-arrow{
    opacity: 0;
    transition: 400ms;
}
.banner_slider.slick-slider:hover .slick-arrow{
    opacity: 1;
}

/* BOOTSTRAP 4 OFFCANVAS CSS START */
.chart-sidebar{
    padding: 20px 20px 50px 20px !important;
    position: fixed;
    width: 45%;
    height: 100vh;
    top: 0px;
    right: 0;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 9999999;
    background: white;
    transition: 0.4s;
    box-shadow: -1px 0px 8px 1px rgb(0 0 0 / 20%);
}
.chart-sidebar .category-header{
    position: relative;
}
.chart-sidebar .chart-hide {
    position: absolute;
    right: -3px;
    top: -4px;
    border: 1px solid #eaf4fa;
    background: #eaf4fa;
    padding: 5px 10px;
    border-radius: 50%;
}
.chart-sidebar .main{
    padding-top: 20px;
}
.chart-sidebar .product-img {
    width: 80px;
    height: 80px;
}
.chart-sidebar .category-title{
    font-size: 20px;
}
.chart-sidebar .price{
    margin-top: 10px;
}
.chart-sidebar .chart-title {
    margin-top: 25px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
    position: relative;
}
.chart-sidebar .chart-title::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    background-color: #e3e3e3;
    width: 100%;
    height: 3px;
}
.chart-sidebar .chart-img {
    margin-top: 15px;
    height: auto;
}
.size-toolbar .size-chart-info{
    position: absolute;
    left: -1px;
    bottom: -15px;
    color: blue;
    font-size: 13px;
    width: 120px;
}
/* BOOTSTRAP 4 OFFCANVAS CSS END */
.stock-out-in-checkout{
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(255 5 0 / 30%);
    width: 100%;
    height: 100%;
    z-index: 88;
    font-weight: bold;
    display: flex;
    color: red;
    align-items: center;
    justify-content: center;
}


/* BANNER SLIDER CSS */
.banner-slider .slider-item{
  width: 100%;
  height: 100%;
}
.banner-slider .banner-body{
  width: 100%;
  height: 100%;
  position: relative;
}
.banner-slider .banner-body .img{
  width: 100%;
  height: 100%;
}
.banner-slider .slider-content {
  position: absolute;
  left: 10%;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 99;
}
.slider-button {
  font-size: 15px;
  font-weight: 400;
  padding: 0 25px;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 6px;
  height: 44px;
  line-height: 44px;
  background: inherit;
  color: #fff;
  background: var(--primary);
  border: 1px solid var(--primary);
  transition: 300ms;
  position: absolute;
  bottom: 50px;
  left: 12%;
}
.slider-button:hover {
  background: white;
  color: var(--primary);
}
.slider-button i{
  transition: 300ms;
}
.slider-button:hover i{
  color: var(--primary) !important;
}
.banner-slider .banner-desc{
  color: white;
  width: 45%;
  font-size: 16px;
  margin: 20px 0 40px 0;
}
.banner-slider .banner-title{
  width: 40%;
  color: white;
  font-size: 58px;
  font-weight: bold;
  text-transform: capitalize;
  font-family: system-ui;
}
.banner-slider .owl-carousel .owl-item img {
  height: auto;
}
.offer-section .item .item-img .offer-bg-img{
  
}
.banner-slider .owl-dots {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translate(-50%, 0);
  display: flex;
  align-items: center;
}
.banner-slider .owl-dots .owl-dot{
  margin: 0 5px;
  line-height: initial;
}
.banner-slider .owl-dots .owl-dot span {
  background: transparent;
  border: 1px solid white;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  text-align: center;
  display: block;
  font-size: 0;
  transition: 300ms;
}
.banner-slider .owl-dots .owl-dot.active span{
  background: white;
  border: 1px solid white;
  width: 18px;
  height: 18px;
}