
.footer .footer-info-area .text p {
  color: #bac9e6;
  font-size: 14px;
}
.footer .fotter-social-links ul li {
  display: inline-block;
}
.footer .fotter-social-links ul {
 padding: 0 !important;
}
.footer .fotter-social-links ul li a {
  font-size: 14px;
  width: 38px;
  height: 38px;
  display: inline-block;
  border-radius: 0px;
  text-align: center;
  line-height: 38px;
  margin: 0px 3px;
  color: #bac9e6;
  border: 1px solid #bac9e6;
  background: none;
  -webkit-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.footer .footer-info-area .text {
  margin-bottom: 24px;
}
.footer .footer-widget .title {
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}
.info-link-widget .title {
  margin-bottom: 11px;
}
.footer .footer-widget ul li a {
  color: #bac9e6;
  font-size: 14px;
}
.info-link-widget .link-list li {
  padding: 8px 0;
  display: block;
}
.footer .footer-widget ul li i {
 
  padding-right: 4px;
 
}
.recent-post-widget .post-list li .post {
  
  display: flex;
}
.recent-post-widget .post-list li {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.recent-post-widget .post-list li .post .post-img {
  margin-right: 15px;
}
.recent-post-widget .post-list li .post .post-details .date {
  font-size: 10px;
  line-height: 20px;
  color: #8798b8;
  font-weight: 400;
  margin-bottom: 0px;
}
.recent-post-widget .post-list li .post .post-details .post-title {
  font-size: 14px;
  line-height: 20px;
  color: #f0f5ff;
  font-weight: 400;
  margin-bottom: 0px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.footer .copy-bg {
  background: #02020c;
  margin-top: 35px;
    padding: 20px 15px 20px;
}
.footer .copy-bg .content {
  text-align: center;
}
.footer .copy-bg .content .content p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0px;
  color: #bac9e6;
}
.footer .copy-bg .content .content a {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0px;
  color: #ff5500;
}
/* product page */
.vehicle-detail-banner .car-slider-desc {
    max-width: 180px;
    margin: 0 auto;
}
.banner-slider .slider.slider-for {
    max-width: 84%;
    padding-right: 35px;
}
.banner-slider .slider.slider-nav {
    max-width: 16%;
}
.banner-slider .slider.slider-for,
.banner-slider .slider.slider-nav {
    width: 100%;
    float: left;
}
/* .banner-slider .slider.slider-nav {
    height: 610px;
    overflow: hidden;

} */
.slider-banner-image {
    height: 610px;
}
.banner-section{padding-top: 20px;}
.banner-slider .slider.slider-nav {
    padding: 20px 0 0;
}
.slider-nav .slick-slide.thumbnail-image .thumbImg{
    max-width: 178px;
    height: 110px;
    margin: 0 auto;
    border: 1px solid #EBEBEB;
}
.slider-banner-image img,
.slider-nav .slick-slide.thumbnail-image .thumbImg img {
    height: 100%;
    width:100%;
    object-fit: cover;
}
.slick-vertical .slick-slide:active,
.slick-vertical .slick-slide:focus,
.slick-arrow:hover,
.slick-arrow:focus {
    border: 0;
    outline: 0;
}
.slider-nav .slick-slide.slick-current.thumbnail-image .thumbImg {
    border: 2px solid #196DB6;
}
.slider-nav .slick-slide.slick-current span {
    color: #196DB6;
}
.slider-nav .slick-slide {
    text-align: center;
}
.slider-nav .slick-slide span {
    font-size: 14px;
    display: block;
    padding: 5px 0 15px;
}
/* .slick-arrow {
    width: 100%;
    background-color: transparent;
    border: 0;
    background-position: center;
    background-repeat: no-repeat;
    font-size: 0;
    height: 18px;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 99;
}
.slick-prev {
   top: 0;
}
.slick-next {
   bottom: 0; */
   /* background-color: #fff; */

/* .slick-prev.slick-arrow {
    background-image: url(../images/black-up-arrow.png);
}
.slick-next.slick-arrow {
    background-image: url(../images/black-down-arrow.png);
} */
/*End USE CSS for Slider*/

@media screen and (max-width : 991px) {

	.banner-slider .slider.slider-for,
	.banner-slider .slider.slider-nav {
	    max-width: 100%;
	    float: none;
	}
	.banner-slider .slider.slider-for {
		padding-right: 0;
	}
	.banner-slider .slider.slider-nav {
		height: auto;
	}
	.slider-banner-image {
	    height: 500px;
	} 
	.slider.slider-nav.thumb-image {
        padding: 10px 30px 0;
	}
	.slider-nav .slick-slide span {
		padding: 5px 0;
	}
	.slick-arrow {
		padding: 0;
	    width: 30px;
	    height: 30px;
	    top: 50%;
	    bottom: 0;
	    -webkit-transform: translateY(-50%) rotate(-90deg);
	    -moz-transform: translateY(-50%) rotate(-90deg);
	    -ms-transform: translateY(-50%) rotate(-90deg);
	    transform: translateY(-50%) rotate(-90deg);
	}
	.slick-prev {
	    left: 0;
	    right: unset;
	}
	.slick-next {
	    left: unset;
	    right: 0;
   		background-color: transparent;
	}
	.vehicle-detail-banner .car-slider-desc {
    	max-width: 340px;
	}
	.bid-tag {
    	padding: 10px 0 15px;
	}
	.slider.slider-nav.thumb-image {
	   white-space: nowrap;
	}
	.thumbnail-image.slick-slide {
		padding: 0px 5px;
		min-width: 75px;
		display: inline-block;
		float: none;
	}
}

@media screen and (max-width : 767px) {
	.slider-banner-image {
	    height: 400px;
	}
	.slider.slider-nav.thumb-image {
    	padding: 0px 20px 0;
    	margin: 10px 0px 0;
	}
	.slider-nav .slick-slide.thumbnail-image .thumbImg {
		max-width: 140px;
		height: 80px;
	}
	.slick-prev.slick-arrow {
    	background-position: center 10px;
	}
	.slick-next.slick-arrow {
    	background-position: center 10px, center;
	}
	.slider-nav .slick-slide span {
	    font-size: 12px;
	    white-space: normal;
	}
}

@media screen and (max-width: 580px) {
	.slider-banner-image {
	    height:340px;
	}
}

@media screen and (max-width : 480px) {
	.slider-banner-image {
	    height:280px;
	}
}
.a-section a{text-decoration: none;
    color: #007185;}
    .a-size-large {
        font-size: 24px!important;
        line-height: 32px!important;
    }
    .a-size-large {
        font-size: 24px!important;
        line-height: 32px!important;
    }
    :root {
        /* --star-size: 60px; */
        --star-color: white;
        --star-background: gold;
      }
      
      .Stars {
        --percent: calc(var(--rating) / 10 * 100%);
      
        display: inline-block;
        font-size: var(--star-size);
        font-family: Times;
       
 
        animation: slide-in 1s cubic-bezier(0.34, 1.56, 0.64, 1) both;
        animation-delay: calc(0.5s * var(--item-index));
      }
      
      .Stars::before {
        content: "★★★★★";
        letter-spacing: 4px;
        background: linear-gradient( 
    90deg, var(--star-background) var(--percent), var(--star-color) var(--percent) );
       
        -webkit-text-fill-color: #0000001c;
        font-size: 30px;
      }
      .a-size-medium {
        font-size: 18px!important;
        line-height: 24px!important;
        color: #B12704;
    }
    .a-color-price {
        color: #B12704!important;
    }
    
    .a-size-base {
        font-size: 14px!important;
        line-height: 20px!important;
    }
    .a-size-small {
        font-size: 11px!important;
        line-height: 16px!important;
        color: #007185;
    }
    .colll img {
        height: 35px!important;
        width: 35px!important;
        min-width: 35px;
        min-height: 35px;
        text-align: center;
    }
    .fcfgft{border: 1px solid #7a7979;
        padding: 20px;
    }
    #full-stars-example .rating-group {
        display: inline-flex;
      }
      #full-stars-example .rating__icon {
        pointer-events: none;
      }
      #full-stars-example .rating__input {
        position: absolute !important;
        left: -9999px !important;
      }
      #full-stars-example .rating__label {
        cursor: pointer;
        padding: 0 0.1em;
        font-size: 2rem;
      }
      #full-stars-example .rating__icon--star {
        color: orange;
      }
      #full-stars-example .rating__icon--none {
        color: #eee;
      }
      #full-stars-example .rating__input--none:checked + .rating__label .rating__icon--none {
        color: red;
      }
      #full-stars-example .rating__input:checked ~ .rating__label .rating__icon--star {
        color: #ddd;
      }
      #full-stars-example .rating-group:hover .rating__label .rating__icon--star {
        color: orange;
      }
      #full-stars-example .rating__input:hover ~ .rating__label .rating__icon--star {
        color: #ddd;
      }
      #full-stars-example .rating-group:hover .rating__input--none:not(:hover) + .rating__label .rating__icon--none {
        color: #eee;
      }
      #full-stars-example .rating__input--none:hover + .rating__label .rating__icon--none {
        color: red;
      }
      
     
      #half-stars-example .rating-group {
        display: inline-flex;
      }
      #half-stars-example .rating__icon {
        pointer-events: none;
      }
      #half-stars-example .rating__input {
        position: absolute !important;
        left: -9999px !important;
      }
      #half-stars-example .rating__label {
        cursor: pointer;
        /* if you change the left/right padding, update the margin-right property of .rating__label--half as well. */
        padding: 0 0.1em;
        font-size: 2rem;
      }
      #half-stars-example .rating__label--half {
        padding-right: 0;
        margin-right: -0.6em;
        z-index: 2;
      }
      #half-stars-example .rating__icon--star {
        color: orange;
      }
      #half-stars-example .rating__icon--none {
        color: #eee;
      }
      #half-stars-example .rating__input--none:checked + .rating__label .rating__icon--none {
        color: red;
      }
      #half-stars-example .rating__input:checked ~ .rating__label .rating__icon--star {
        color: #ddd;
      }
      #half-stars-example .rating-group:hover .rating__label .rating__icon--star,
      #half-stars-example .rating-group:hover .rating__label--half .rating__icon--star {
        color: orange;
      }
      #half-stars-example .rating__input:hover ~ .rating__label .rating__icon--star,
      #half-stars-example .rating__input:hover ~ .rating__label--half .rating__icon--star {
        color: #ddd;
      }
      #half-stars-example .rating-group:hover .rating__input--none:not(:hover) + .rating__label .rating__icon--none {
        color: #eee;
      }
      #half-stars-example .rating__input--none:hover + .rating__label .rating__icon--none {
        color: red;
      }
      
      #full-stars-example-two .rating-group {
        display: inline-flex;
      }
      #full-stars-example-two .rating__icon {
        pointer-events: none;
      }
      #full-stars-example-two .rating__input {
        position: absolute !important;
        left: -9999px !important;
      }
      #full-stars-example-two .rating__input--none {
        display: none;
      }
      #full-stars-example-two .rating__label {
        cursor: pointer;
        padding: 0 0.1em;
        font-size: 2rem;
      }
      #full-stars-example-two .rating__icon--star {
        color: orange;
      }
      #full-stars-example-two .rating__input:checked ~ .rating__label .rating__icon--star {
        color: #ddd;
      }
      #full-stars-example-two .rating-group:hover .rating__label .rating__icon--star {
        color: orange;
      }
      #full-stars-example-two .rating__input:hover ~ .rating__label .rating__icon--star {
        color: #ddd;
      }
      
     .share{display: flex;
        justify-content: space-between;}
        .gtfgd a{font-size: 20px;
            margin: 10px;
            color: #000;}
            .cart-sec{border: 1px solid #9b9898;
                padding: 20px;
                border-radius: 8px;
            margin-bottom: 20px;}
                .a-color-success {
                    color: #007600!important;
                }
                .dfds{width: 100%;border-radius: 50px !important;}



            .fgtfuih{
              /* box-shadow: rgb(0 0 0 / 20%) 1px 1px 2px 1px; */
              padding: 20px;
              /* background-color: #fcffee; */
            }
            .gBNbID{font-size: 16px;
              color: #212121;
              line-height: 1;
              display: inline;}
              ._3ZS8sw{display: block;
                color: #878787;
                font-size: 14px;
                height: 20px;
            }
            ._1WpvJ7 {
              font-size: 18px;
              font-weight: 500;
              color: #212121;
          }
          ._2-ut7f {
              display: inline-block;
              margin-right: 8px;
              margin-top: 18px;
          }
          ._2xc6hH {
            color: #878787;
            text-decoration: line-through;
            font-size: 14px;
    margin-right: 10px;
        }
        .dML6Ak {
          font-weight: 500;
          color: #388e3c;
          font-size: 14px;
    margin-right: 10px;
    font-weight: bold;
      }
             .cart{margin: 20px 0px;}   
             ._3tcB5a {
              font-size: 14px;
              line-height: 16px;
              margin-top: 2px;
          }
          ._2Tpdn3 {
            display: inline;
            white-space: pre-wrap;
        }
      ._1tBBEs {
          font-size: 20px;
          color: rgb(234, 128, 0);
          display: block;
          margin-top: 6px;
      }
     ._31bLAK {
        font-size: 12px;
        color: #878787;
        margin-top: 9px;
    }
    ._10k93p ._1hNI6F {
      padding-top: 10px;
  }
  .WDiNrH{
    margin-top: 10px;
    margin-left: 0px;
    

  }
  ._3dsJAO {
    display: inline-block;
    text-transform: uppercase;
    box-shadow: none;
    outline: 0;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    margin-right: 25px;
}
.maincart{margin-bottom: 20px;
  border: 1px solid #ccc;
  padding-bottom: 20px;
  box-shadow: rgb(0 0 0 / 20%) 1px 1px 2px 1px;
  
}
  .maincart:last-child {border-bottom: none;padding-bottom: 0px;}  
  ._78xt5Y {
   position: sticky;
    top: 64px;
    bottom: 0;
    z-index: 2;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

._2KpZ6l._3AWRsL {
   background-color: #367c4d;
  /*background-color: rgb(66, 162, 162);*/
  /*border-color: rgb(66, 162, 162);*/
  box-shadow: 0 1px 2px 0 rgb(0 0 0 / 20%);
  border: none;
  color: #fff;
  padding: 10px 20px;
  /* margin-top: 20px; */
  margin-bottom: 13px;

}
.gmgfy{
  box-shadow: rgb(0 0 0 / 20%) 1px 1px 2px 1px;
  border: 1px solid #ccc;
    padding-bottom: 20px;
    padding: 10px 25px 10px 25px;
}
.Ob17DV{display: flex;justify-content: space-between;padding-bottom: 20px;}
.gtfyfg {
  /* box-shadow: rgb(0 0 0 / 20%) 1px 1px 2px 1px;padding: 20px; */
  /* background-color: #fcffee; */
  cursor: pointer;
}
.fdtfqw{color: #000;}
._2npqm0{font-size: 17px;}
.Ob17DV span {font-size: 17px;}
._33nGE1 {
  text-transform: uppercase;
}
._1YVZr_ {
  color: #388e3c;
}
._3s5O6i {
  border-top: 1px dashed #e0e0e0;
  padding: 12px 0;
  font-size: 16px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 2px;
  color: #388e3c;
  font-weight: bold;
}
._3dsJAO button{border: none;
  background: none;}
  
  .qty-input .product-qty,
  .qty-input .qty-count {
    background: transparent;
    color: inherit;
    font-weight: bold;
    font-size: inherit;
    border: none;
    display: inline-block;
    min-width: 0;
    height: 2.5rem;
    line-height: 1;
  }
  .qty-input .product-qty:focus,
  .qty-input .qty-count:focus {
    outline: none;
  }
  .qty-input .product-qty {
    width: 50px;
    min-width: 0;
    display: inline-block;
    text-align: center;
    -webkit-appearance: textfield;
       -moz-appearance: textfield;
            appearance: textfield;
  }
  .qty-input .product-qty::-webkit-outer-spin-button, .qty-input .product-qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
            appearance: none;
    margin: 0;
  }
  .qty-input .qty-count {
    padding: 0;
    cursor: pointer;
    width: 2.5rem;
    font-size: 1.25em;
    text-indent: -100px;
    overflow: hidden;
    position: relative;
  }
  .qty-input .qty-count:before, .qty-input .qty-count:after {
    content: "";
    height: 2px;
    width: 10px;
    position: absolute;
    display: block;
    background: #000;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  .qty-input .qty-count--minus {
    border-right: 1px solid #e2e2e2;
  }
  .qty-input .qty-count--add {
    border-left: 1px solid #e2e2e2;
  }
  .qty-input .qty-count--add:after {
    transform: rotate(90deg);
  }
  .qty-input .qty-count:disabled {
    color: #ccc;
    background: #f2f2f2;
    cursor: not-allowed;
    border-color: transparent;
  }
  .qty-input .qty-count:disabled:before, .qty-input .qty-count:disabled:after {
    background: #ccc;
  }
  

  
  .qty-input {
    border-radius: 4px;
    box-shadow: 0 1em 2em -0.9em rgba(0, 0, 0, 0.7);
    display: inline-block;
  }
 ._32l7f0 {
    padding: 0 32px;
    height: 40px;
    border-radius: 2px;
    border: 1px solid #e0e0e0;
    color: #2874f0;
    font-size: 14px;
    font-weight: 500;
    background: #fff;
    margin-left: auto;
    cursor: pointer;
    text-transform: uppercase;
 }
 .vsghd{display: flex;
  justify-content: space-between;}
  ._1aULyb{color: #878787;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 6px;
    text-transform: uppercase;}
    .dfvsdf{color: #000; font-size: 16px;margin-left: 10px;}
    ._1hUz_t._2-K-ro {
      color: #fff;
      /*background-color: #2874f0;*/
      background: linear-gradient(135deg, #367c4d, #88e64d3b)!important;
  }
  ._2-K-ro {
    text-transform: uppercase;
    color: #878787;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 24px;
    border-radius: 2px 2px 0 0;
}
.guys{margin-bottom: 16px;
  box-shadow: 0 1px 7px 0 rgb(9 10 6 / 28%);
}
.vsghd{padding: 10px;}
._3ENQxz {
  font-size: 12px;
  color: #2874f0;
  border-radius: 2px;
  padding: 3px 7px;
  vertical-align: baseline;
}
._1aULyb{color: #fff;font-weight: bold;}
._3ENQxz {
  font-size: 12px;
  color: #2874f0;
  border-radius: 2px;
  padding: 3px 7px;
  vertical-align: baseline;
}
._1TW9af {
  border-bottom: 1px solid #f0f0f0;
  padding: 16px 24px 12px;
}
._2Fn-Ln{
  display: flex;
}
._2jIO64 {
  display: inline-block;
  margin-left: 18px;
  width: calc(100% - 34px);
}
._2SkKgB{display: flex;}
._2XilLp {
  text-transform: uppercase;
  font-size: 11px;
  color: #878787;
  vertical-align: middle;
  padding: 4px 7px;
  border-radius: 2px;
  background-color: #f0f0f0;
  font-weight: 500;
  margin: 0 0 0 11px;
}
._3mmRDy {
  margin: 0 0 0 11px;
}
.Br27Zz {
  margin-top: 10px;
 
}
._1MM7ZD {
  font-size: 14px;
  color: rgb(66, 162, 162);
  border: 0;
  background: none;
  cursor: pointer;
  outline: none;
}
.fgvbg{color: #878787 !important;}

/* ================================ */

.accordion {
  margin-bottom: 20px;
  box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.25);
  
  overflow: hidden;
}

.accordion__button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  padding: 15px 20px;
  width: 100%;
  font: inherit;
  font-weight: 500;
  color: #000;
  text-align: left;
 background-color: #fcffee;
  border: 0;
  border-radius: 0;

  cursor: pointer;
}

.accordion__button:after {
  content: "+";
  display: block;
  margin-left: 15px;
  font: inherit;
  color: #2874f0;
  font-size: 30px;
}

.accordion__button.is-active:after {
  content: "−";
}

.accordion__body {
  
  max-height: 0;
  background: #fff;
  transition: max-height 0.3s ease;
  overflow: hidden;
}
.dfvsdef .row{margin-bottom: 20px !important;}
._2tiHgk {
  font-size: 12px;
  color: #878787;
  margin-bottom: 10px;
  margin-left: 20px;
}
._8NNVow {
  font-weight: 500;
  color: #2874f0;
  background-color: transparent;
  border: none;
  margin-left: 20px;
  padding-right: 0;
}
.hedr{margin-bottom: 30px;
  background: #fb641b;}
  ._2Kn22P {
    font-size: 16px;
    color: #212121;
    line-height: 1;
    display: inline;
    font-size: 16px;
    font-weight: 700;
}
._3ZS8sw {
 
  color: #878787;
  font-size: 14px;
  height: 20px;
}
._2-ut7f {
  display: inline-block;
  margin-right: 8px;
  margin-top: 18px;
}
._2xc6hH {
  color: #878787;
  text-decoration: line-through;
}
.dML6Ak {
  font-weight: bold;
  color: #388e3c;
}
/* .row{margin: 25px !important;} */
.hghg{padding: 15px;}
._1OMRfP {
  color: #388e3c;
}
.info_content{
 
 
  display:block;
}
.info_content.open{
  display:none;
}

._3dsJAO:hover {
    color: #2874f0;
}
._3dsJAO {
    display: inline-block;
    text-transform: uppercase;
    box-shadow: none;
    outline: 0;
    font-size: 16px;
    font-weight: bold !important;
    cursor: pointer;
    margin-right: 25px;
}
.modal {
  display: none; 
  position: fixed; 
  z-index: 1;
  padding-top: 100px; 
  left: 0;
  top: 0;
  width: 40%; 
  height: 100%;
  overflow: auto; 
  margin: auto;

}

.modal-content {
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
._3EwjFJ {
  font-size: 18px;
  color: #212121;
  font-weight: 500;
  margin-bottom: 21px;
}
.IpoU3y {
  margin-bottom: 32px;
 
}
._1wKNJ0 ._25Ivyl {
  width: 12px;
  height: 12px;
  background: #2874f0;
  color: #fff;
  font-size: 8px;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  font-weight: 500;
  margin-right: 8px;
}
._25Ivyl {
 
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
._1wKNJ0{display: flex;}
._2KpZ6l._3dESVI {
  background: #2874f0;
  color: #fff;
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 20%);
  border: none;
}
.McovBK{display: flex;
  justify-content: space-between;}
  .McovBK span{display: flex;}
  .vsghd1{padding: 15px;}
  

._2ksRRJ {
    outline: none;
    border: none;
    color: #212121;
    font-size: 14px;
    width: 200px;
    background-color: #fafafa;
    font-weight: bold;
}
._30jOKh {
  border-bottom: 1px solid #f0f0f0;
  padding: 16px 25px;
}
._32J7lJ {
  width: 24px;
  height: 24px;
  margin-right: 16px;
  margin-top: -3px;
}
.XYyD6I{display: flex;}
.XdpTC- {
  color: #2874f0;
  font-size: 24px;
}
._2GyCkX{font-weight: bold;}
._3c6JdB {
  height: 80px;
}
.fgtf{text-align: center;}
.vhguyh{box-shadow: 1px 0px 7px 3px rgb(0 0 0 / 8%);
  padding: 10px;    margin-bottom: 25px;
}
  ._2GA8MD{width: 70px;}
 ._3Tm5aQ {
    font-size: 19px;
    font-weight:bold;
    margin-bottom: 2px;
}
._3J-yfZ {
  display: inline-block;
  border-radius: 3px;
  background-color: #2874f0;
  color: #fff;
  height: 30px;
  min-width: 120px;
  text-align: center;
  line-height: 30px;
  margin: 16px 0;
}
._104tHa {
  display: none;
}
._1QP4w_ {
  padding-top: 10px;
 
}
._3N-YiT{font-weight: bold;}
._3jRtMt {
  font-size: 17px;
  font-weight: bold;
 
}
 ._3Y5Y5U {
  width: 25px;
  height: 25px;
  margin-right: 8px;
}
.bTMKxR {
  height: 35px;
  width: auto;
  min-width: 140px;
  color: #2874f0;
  border-radius: 1px;
  border: none;
  text-align: center;
}
._33YwuI{display: flex;justify-content: space-between;}
.gfgbf3e{display: flex;}
.GYYyEN{display: flex;}
._1t3MJ7{
  padding-right: 20px;
}
.GYYyEN ._3vvH_e {
  color: #26a541;
  font-weight: 500;
  font-size: 14px;
}
.question {
  border-radius: 50%;
  background-color: #fff;
  color: #878787;
  font-weight: 500;
  width: 16px;
  height: 16px;
  font-size: 11px;
  line-height: 16px;
  text-align: center;
  display: inline-block;
  border: 1px solid #e0e0e0;
  box-shadow: 0 0 1px 0 rgb(0 0 0 / 20%);
  vertical-align: middle;
  margin: 0 2px 0 8px;
  cursor: pointer;
}
.sre3w{display: flex;}
._2YpB-X{margin-left: 12px;}
/* .ffdfgfg_12{padding-top: 165px;} */
.image-card img{width: 83%;}
.navbar-brand  {height: auto !important;padding: 0px !important;}
.navbar-brand img{width: 200px;}
.baguetteBox-button{display: none !important;}
/* ======================= */
.hero {
 
 
  padding: 2rem;
  background-color: #0057f5;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
}
.fdgdhb{color: #fff;}

.hero-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  max-width: 900px;
  margin: auto;
}


.hero-inner p,
.hero h2 {
  color: #fff;
}

.hero-button {
  background: #fff;
  color: #444;
  border: 0;
  padding: 1rem 2rem;
  display: inline-block;
  margin-top: 1rem;
}

.hero-image {
  order: -1;
  justify-items: center;
}


.hero-image img {
  width: 100%;
}

.hero-form {
  margin-top: 1rem;
}


.hero-form-input {
  display: grid;
  grid-template-columns: 1fr auto;
}


.hero-email-input {
  padding: 1rem;
  box-sizing: border-box;
}

.hero-form-submit {
  background-color: #f04e08;
  color: #fff;
  border: none;
  padding: 1rem 2rem;
 
}
.cata{margin-bottom: 65px;}
.page{margin-bottom: 40px;}
.info-area {
  background: #f04e08;
}
.info-area .info-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 15px;
}
.info-area .info-box .icon {
  line-height: 62px;
  display: inline-block;
  text-align: center;
  -webkit-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  margin-right: 30px;
}
.info-area .info-box .info .details .title {
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 0px;
}
.info-area .info-box .info .details .text {
  font-size: 14px;
  margin-bottom: 0px;
  color: #fff;
}


.additional-stats{text-align: center;
    font-size: 40px;}
    .B7BJU0 {
      font-weight: bold;
      font-size: 20px;
    }
    ._2MvS62 {
      font-weight: 500;
      font-size: 14px;
      text-transform: uppercase;
      padding: 8px 0;
  }
  .O1ypae {
    
    display: flex;
    margin-bottom: 8px;
    cursor: pointer;
}
._3p9Ct9{box-shadow: rgb(0 0 0 / 20%) 1px 1px 2px 1px;
  padding: 20px;}
  ._3SbeKb.qU6Nxg {
    background-color: #ff6161;
    border: 2px solid #ff6161;
}
.AO0UbU {
  font-size: 14px;
  font-weight: bold;
}
._30gI7w {
  font-size: 12px;
  margin-top: 8px;
}
.ygghuihi{margin-bottom: 30px;}
._1K5fB- {
  padding-bottom: 12px;
}
._15sjxS{display: flex;padding-bottom: 20px;}
._16v3bB{margin-left: 10px;}
._3vaeIJ {
 
  font-size: 16px;
  font-weight: 500;
  color: #878787;
}
.NS64GK {
  font-size: 14px;
  padding: 12px 5px 12px 30px;
  cursor: pointer;
}
._1MZ7_i {
  font-weight: 500;
  color: #2874f0;
  background-color: #f5faff;
}
.tabs{padding: 0px;}
._1cyhik {
  padding-bottom: 24px;
  display: flex;
}
._1cyhik .oKZoMV {
  font-size: 14px;
  font-weight: bold;
  color: #2874f0;
  cursor: pointer;
}
._1cyhik ._1mHr1S {
  font-size: 18px;
  font-weight: bold;
  padding-right: 24px;
}
._3iI7Qn {
  border-bottom: none;
  /* display: inline-block; */
  margin-right: 32px;
}
.gtryr{padding: 30px !important;}
.panel-default>.panel-heading a[aria-expanded="true"] {
  background-color: #eee;
}

.panel-default>.panel-heading a[aria-expanded="true"]:after {
  content: "\2212";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.panel-default>.panel-heading a[aria-expanded="false"]:after {
  content: "\002b";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.panel-default>.panel-heading {
  color: #333;
  background-color: #fff;
  border-color: #e4e5e7;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.panel-default>.panel-heading a {
  display: block;
  padding: 10px 15px;
}

.panel-default>.panel-heading a:after {
  content: "";
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  float: right;
  transition: transform .25s linear;
  -webkit-transition: -webkit-transform .25s linear;
}
.gytr3{margin-bottom: 20px !important;}
._26SF1Q {
  
  padding: 20px;
}
._1CeZIA{
  border-top: 1px solid #e0e0e0;
  margin-top: 20px;
  border-radius: 2px 0;
}
.umgxnI {
  max-width: 35px;
  float: right;
}
._1GczDM {
  text-transform: uppercase;
  font-size: 11px;
  color: #878787;
  vertical-align: middle;
  padding: 4px 7px;
  border-radius: 2px;
  background-color: #f0f0f0;
  font-weight: 500;
  margin-right: 15px;
}
._2FCIZU {
  margin-bottom: 10px;
}
._1UHYca {
  z-index: 100;
    /* white-space: nowrap; */
    display: none;
    position: absolute;
    font-size: 14px;
    color: #878787;
    border: 1px solid rgba(0,0,0,.05);
    box-shadow: 0 6px 6px 0 rgb(0 0 0 / 12%), 0 1px 3px 0 rgb(0 0 0 / 18%);
    right: 23px;
    padding: 6px;
    border-radius: 3px;
    top: 112px;
    width: 64px;


}
._3CfVDh{margin-right: 20px;}
.dpjmKp:hover ._1UHYca {
  display: block;
}
.moretext {
  display: none;
}
.HrTrMw {
  padding-bottom: 22px;
  color: #212121;
  font-size: 18px;
  font-weight: bold;
}
._196wFE {
  padding: 24px 16px 24px 20px;
  border: 1px solid #e0e0e0;

}
._196wFE1 {
  padding: 24px 16px 24px 20px;
  border: 1px solid #e0e0e0;

}
._2I21cV {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
._2Y8vHM {
  color: #26a541;
}
._2CNmKJ {
  margin-top: 16px;
  
}
.load-more{
  background-color:#000;
  color:#fff !important;
  padding:5px 10px;
  border-radius:4px;
  font-size:20px;
  margin: 20px 0px 0px 23px;
  display:inline-block;
}

.load-more:hover{
  background-color:blue;
  text-decoration:none;
}
._196wFE{display: none;}
.HrTrMw {
  padding-bottom: 22px;
  color: #212121;
  font-size: 18px;
  font-weight: bold;
}
._1l84Qy {
 
  font-size: 18px;
  font-weight: 500;
}
._1PJgeS {
  color: #878787;
}
._1l84Qy{display: flex;}
._1PTkR9 {
  font-size: 14px;
  color: #878787;
}
._1MVdTi {
  padding: 5px 0;
  
}
._3LWZlK {
  line-height: normal;
  display: inline-block;
  color: #fff;
  padding: 2px 4px 2px 6px;
  border-radius: 3px;
  font-weight: 500;
  font-size: 12px;
  vertical-align: middle;
  background-color: #388e3c;
}
.dtehyevb{display: flex;}
._3aXSzz{margin-bottom: 0px !important;margin-left: 20px;}
._2X6unF {
  line-height: 1.4;
  font-size: 14px;
  color: #212121;
  margin: 12px 0 9px;
  overflow: hidden;
}
._324pqI {
  font-size: 12px;
  color: #878787;
  padding: 0 6px 0 0;
}
._6oAu8S {
  padding-top: 5px;
  font-size: 14px;
  font-weight: bold;
  color: #2874f0;
}
.bdQ5Ar{
  margin-right: 24px;
}
._3EuDKk{margin-top: 10px;}
._2qofEi1{padding-bottom: 21px;}
._3Juh7R {
 
  font-size: 20px;
  font-weight: bold;
  margin-top: 30px;
  display: block;
}
._3WJ8Jv {
  display: block;
  font-size: 14px;
  margin-top: 8px;
}
.dvjhtgh{text-align: center;}
._16v3bB {

  padding-left: 20px;
  font-size: 18px;
  font-weight: 500;
  color: #878787;
  cursor: pointer;
}


/* ======================== */


.panel {
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #fff;
  background: none;
  box-shadow: none;
}

.panel:last-child {
  border-bottom: none;
}

.panel-group > .panel:first-child .panel-heading {
  border-radius: 4px 4px 0 0;
}

.panel-group .panel {
  border-radius: 0;
}

.panel-group .panel + .panel {
  margin-top: 0;
}

/* .panel-heading {
  background-color: #009688;
  border-radius: 0;
  border: none;
  color: #fff;
  padding: 0;
} */

.panel-title a {
  display: block;
  color: #fff;
  /* padding: 15px; */
  position: relative;
  font-size: 16px;
  font-weight: 400;
}

.panel-body {
  background: #fff;
}

.panel:last-child .panel-body {
  border-radius: 0 0 4px 4px;
}

.panel:last-child .panel-heading {
  border-radius: 0 0 4px 4px;
  transition: border-radius 0.3s linear 0.2s;
}

.panel:last-child .panel-heading.active {
  border-radius: 0;
  transition: border-radius linear 0s;
}
.customcheckbox{display: flex;}
.label-wrapper{margin-left: 10px;}
.maxer{margin-top: 20px;}
.label-wrapper span{color:#58595b;}
.Content2 h5{margin-bottom: 0px;}
.Content2{margin-bottom: 40px;}

.prod-offer-wrap {
  height: 60px;
  /*background-color: #0bbfbd;*/
  background: linear-gradient(135deg, #367c4d, #88e64d3b);
  width: 100%;
  border-radius: 5px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 0px;
  padding: 10px 5px 10px 14px;
  line-height: 1.44;
  color: #fff;
}
.cartProductBorder .cartProduct .prod-offer-wrap .prod-offer-text {
  font-size: 14px;
}
.cartProductBorder .cartProduct .prod-offer-wrap .prod-offer-text .prod-offer-head {
  font-family: montserrat-bold,sans-serif;
}
.cartProductBorder .cartProduct .prod-offer-wrap .prod-offer-btn {
  color: #ea8000;
  height: 48px;
  border: none;
  padding: 0 10px;
  background-color: transparent;
  font-size: 16px;
  font-family: montserrat,sans-serif;
}
.cartProduct .prod-offer-wrap .prod-offer-text .prod-offer-desc {
  font-family: montserrat-regular,sans-serif;
}


.product-titleel{
    width: auto;
    padding: 8px 50px;
    position: absolute;
    bottom: 0;
    background-color: rgba(17, 17, 17, .5);
}
.product-titleel .h4{
    cursor: pointer;
    color: #fff !important;
    font-size: 15px;
    letter-spacing: .01rem;
    
}