@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Muli:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap);
/* -----  Google Font  -----*/

@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700');
/*   Cart Page
=================================*/

.hero {
  position: relative;
  overflow: hidden
}

.hero .hero-slider {
  position: relative
}

.hero .hero-slider img {
  width: 100%;
  object-fit: cover;
  height: 300px
}

@media (min-width:768px) {
  .hero .hero-slider img {
    height: 390px
  }
}

@media (min-width:992px) {
  .hero .hero-slider img {
    height: 530px
  }
}

@media (min-width:1200px) {
  .hero .hero-slider img {
    height: 675px
  }
}

@media (min-width:1566px) {
  .hero .hero-slider img {
    height: 960px
  }
}

.hero__content {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  padding-left: 0;
  padding-right: 0
}

@media (min-width:992px) {
  .hero__content {
    padding-left: 30px;
    padding-right: 30px
  }
}

.hero__content .title__hero--tiny {
  margin-bottom: 25px
}

.hero__content .title__hero--xlarge {
  margin-bottom: 10px
}

.hero__content .title__hero--small {
  margin-bottom: 30px
}

.hero .slick-active .hero__content--inner h6 {
  animation: animate-left .7s linear .1s backwards
}

.hero .slick-active .hero__content--inner h1 {
  animation: animate-left .8s linear .15s backwards
}

.hero .slick-active .hero__content--inner h4 {
  animation: animate-left .9s linear .2s backwards
}

.hero .slick-active .hero__content--inner a {
  animation: animate-bottom .8s linear .25s backwards
}

.cms.m-t-100 {
  margin-top: 60px
}

@media (min-width:768px) {
  .cms.m-t-100 {
    margin-top: 80px
  }
}

@media (min-width:992px) {
  .cms.m-t-100 {
    margin-top: 100px
  }
}

.cms__icon {
  font-size: 40px;
  margin-bottom: 13px;
  color: #666
}

.cms__title {
  font-family: Lora, serif;
  text-transform: capitalize;
  font-size: 18px;
  margin-bottom: 20px
}

@media (min-width:768px) {
  .cms__title {
    font-size: 16px
  }
}

@media (min-width:992px) {
  .cms__title {
    font-size: 22px
  }
}

.cms .col-12 {
  margin-bottom: 40px
}

.cms .col-12:last-child {
  margin-bottom: 0
}

@media (min-width:992px) {
  .cms .col-12 {
    margin-bottom: 0
  }
}

.banner.m-t-100 {
  margin-top: 60px
}

@media (min-width:768px) {
  .banner.m-t-100 {
    margin-top: 80px
  }
}

@media (min-width:992px) {
  .banner.m-t-100 {
    margin-top: 100px
  }
}

.banner .col-12>.banner__box {
  margin-bottom: 30px
}

@media (min-width:768px) {
  .banner .col-12>.banner__box {
    margin-bottom: 0
  }
}

.banner .col-12:last-child>.banner__box {
  margin-bottom: 0
}

.banner__box {
  max-width: 100%;
  overflow: hidden
}

.banner__box--single {
  margin-left: auto;
  margin-right: auto
}

.banner__link {
  display: block
}

.banner__bg img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  object-position: center
}

.banner-btn {
  background: #000000;
  border: 1px solid #000000;
  padding: 11px 21px !important;
  border-radius: 6px !important;
  font-weight: 600;
  position: absolute;
  top: 30px !important;
  width: max-content;
  left: 122px;
}

.banner-btn:hover {
  background: #fff;
  border: 1px solid #000000;
  color: #000000;
}

@media (min-width:576px) {
  .banner__bg img {
    height: 280px
  }
}

@media (min-width:768px) {
  .banner__bg img {
    height: 335px
  }
}

@media (min-width:992px) {
  .banner__bg img {
    height: 360px
  }
}

@media (min-width:1200px) {
  .banner__bg img {
    height: 100%;
  }
}

.banner__img {
  width: 100%;
  /* height: 180px; */
  object-fit: cover
}

@media (min-width:576px) {
  .banner__img {
    height: auto
  }
}

.banner__content {
  padding: 0 30px;
  z-index: 9;
}

@media (min-width:1200px) {
  .banner__content {
    padding: 0 60px
  }
}

.banner__content--center {
  top: 50%;
  transform: translateY(-50%)
}

.banner__title--small {
  font-size: 19px
}

@media (min-width:768px) {
  .banner__title--small {
    font-size: 24px
  }
}

.banner__title--large {
  font-size: 19px;
  line-height: 19px
}

@media (min-width:992px) {
  .banner__title--large {
    font-size: 27px;
    line-height: 27px
  }
}

@media (min-width:1200px) {
  .banner__title--large {
    font-size: 40px;
    line-height: 40px
  }
}

@media (min-width:1566px) {
  .banner__title--large {
    font-size: 40px;
    line-height: 40px
  }
}

.banner__box--single-text-style-1 h6 {
  font-size: 16px;
  color: #000000
}

.banner__box--single-text-style-2 h6 {
  font-size: 14px;
  color: #323232
}

.banner__box--single-text-style-2 h1 {
  margin-bottom: 27px;
  font-size: 25px;
  line-height: 25px
}

@media (min-width:576px) {
  .banner__box--single-text-style-2 h1 {
    font-size: 25px;
    line-height: 25px
  }
}

@media (min-width:768px) {
  .banner__box--single-text-style-2 h1 {
    font-size: 42px;
    line-height: 42px
  }
}

@media (min-width:992px) {
  .banner__box--single-text-style-2 h1 {
    font-size: 50px;
    line-height: 50px
  }
}

@media (min-width:1200px) {
  .banner__box--single-text-style-2 h1 {
    font-size: 60px;
    line-height: 60px
  }
}

/* Fruits Vegatable Banner 
=========================*/

.fruit_banner__box--single .banner__content {
  padding: 0 25px;
  top: 22px;
}

.top-banner-text {
  color: #000000 !important;
  font-weight: 600;
  padding: 4px 15px;
  font-size: 20px !important;
  color: #202c2d;
  margin: 0;
  padding: 0;
}

.fruit_banner__box--single h2 {
  font-weight: 800;
  font-family: Muli, sans-serif;
  font-size: 32px;
  color: #000000;
  text-shadow: 0 1px #808d93, -1px 0 #cdd2d5, -1px 2px #808d93, -2px 1px #cdd2d5, -2px 3px #808d93, -3px 2px #cdd2d5, -3px 4px #808d93, -4px 3px #cdd2d5, -4px 5px #808d93, -5px 4px #cdd2d5, -5px 6px #808d93, -6px 5px #cdd2d5, -6px 7px #808d93, -7px 6px #cdd2d5, -7px 8px #808d93, -8px 7px #cdd2d5;
}

.bottom-banner-text {
  color: #000000 !important;
}

/* End 
===============*/

.product.m-t-100 {
  margin-top: 57px
}

@media (min-width:768px) {
  .product.m-t-100 {
    margin-top: 80px
  }
}

@media (min-width:992px) {
  .product.m-t-100 {
    margin-top: 100px
  }
}

.product__link {
  display: block;
  font-size: 17px;
  line-height: 18px;
  margin-bottom: 9px;
}

.product__link:hover {
  color: #000000
}

.product__label {
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 0 10px;
  font-size: 13px;
  color: #fff;
  border-radius: 2px;
  font-weight: 400;
  transition: 0.5s;
  border: 1px solid #fff;
}

.product__label--sale-dis:hover {
  background: #fff;
  border: 1px solid #000000;
  color: #000000;
}

.product__label--sale-dis {
  background: #000000;
}

.product__label--sale-out {
  background: #000000
}

.product__counter-box {
  position: absolute;
  top: 50%;
  right: 7px;
  transform: translateY(-50%);
  text-align: center;
  transition: all .3s ease;
  opacity: 1;
  visibility: visible
}

.product__items--text {
  display: block;
  font-size: 14px;
  color: #000000;
  font-weight: 500;
}

.product__review {
  font-size: 14px
}

.product__review li {
  display: inline-block;
  margin-right: 4px
}

.product__review li:last-child {
  margin-right: 0
}

.product__review--fill {
  color: #ff9800
}

.product__review--blank {
  color: #323232
}

.product__price {
  font-weight: 600;
  color: #000000
}

.product__price del {
  font-size: 12px;
  font-weight: 400;
  color: #666
}

.product__price--large {
  font-size: 22px
}

.product__price--large del {
  padding-left: 10px;
  font-size: 20px;
  font-weight: 400;
  color: #222
}

.quantity-title {
  padding-left: 6px;
  color: #ff9800;
  font-size: 12px;
  font-weight: 500;
}

.product__tag {
  display: inline-block
}

.product__action--link {
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fff;
  display: inline-block;
  padding: 2px 5px;
  white-space: nowrap;
  -webkit-box-shadow: 0 0 6.79px 0.21px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 3px 6px -4px rgba(0, 0, 0, 0.9);
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  -webkit-perspective: 800px;
  perspective: 800px;
  -webkit-transform: translateX(-50%) translateY(0);
  -ms-transform: translateX(-50%) translateY(0);
  transform: translateX(-50%) translateY(0);
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
  -o-transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  border-radius: 5px;
}

.product__action--link li {
  display: inline-block;
  margin-right: 6px
}

.product__action--link li:last-child {
  margin-right: 0
}

.product__action--link li a {
  line-height: 42px;
  text-align: center;
  font-size: 18px;
  display: inline-block;
  border-radius: 50%;
  height: 40px;
  color: #000000;
  padding: 0 5px;
}

.product__action--link-list {
  transition: all .3s ease;
  width: 100%;
  bottom: 0
}

.product__action--link-list li {
  display: inline-block;
  margin-right: 20px
}

.product__action--link-list li:last-child {
  margin-right: 0
}

.product__action--link-list li:first-child a {
  text-align: center;
  font-size: 18px;
  width: 130px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  background: #222;
  border-radius: 30px;
  color: #fff
}

@media (min-width:576px) {
  .product__action--link-list li:first-child a {
    width: 200px
  }
}

.product__action--link-list li a {
  line-height: 42px;
  width: 40px;
  text-align: center;
  font-size: 18px;
  display: inline-block;
  background: #000000;
  border-radius: 50%;
  height: 40px;
  color: #fff
}

.product__img-box {
  overflow: hidden
}

.product__catagory {
  overflow: hidden;
  border-left: 1px solid #ebebeb;
  border-top: 1px solid #ebebeb
}

.product__catagory--single {
  display: flex;
  align-items: center;
  padding: 15px 10px;
  background: #fff;
  border-bottom: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  transition: .5s;
}

.product__catagory--single:hover {
  z-index: 2;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, .15);
  scale: 1.01;
}

.product__catagory .product__link {
  font-weight: 500;
  margin-bottom: 10px
}

.product__content--catagory {
  width: 80%;
  padding: 10px
}

.product__img-box--catagory {
  width: 15%;
  border-left: 1px solid #d2d2d2;
}

.product__box {
  border: 1px solid #e2e2e2;
}

.product__box .product__link {
  margin-top: 8px;
  margin-bottom: 10px;
  padding: 0 5px;
}

.product__box:hover .product__action--link {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.product__box:hover .product__counter-box {
  left: auto;
  right: -30px;
  visibility: hidden;
  opacity: 0
}

.product__box--list {
  display: flex;
  flex-direction: column
}

@media (min-width:768px) {
  .product__box--list {
    flex-direction: row
  }
}

.product__box--list .product__img-box {
  width: 100%
}

@media (min-width:768px) {
  .product__box--list .product__img-box {
    width: 33.333%
  }
}

.product__box--list .product__content {
  width: 100%;
  padding: 25px;
  text-align: left
}

@media (min-width:768px) {
  .product__box--list .product__content {
    width: 66.666667%
  }
}

.cdown {
  background: #000000;
  color: #fff;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 5px;
  padding-top: 5px
}

.cdown:last-child {
  margin-bottom: 0
}

@media (min-width:1200px) {
  .cdown {
    margin-bottom: 10px
  }
}

.cdown p {
  font-size: 12px;
  font-weight: 300
}

.testimonial.m-t-100 {
  margin-top: 60px
}

@media (min-width:768px) {
  .testimonial.m-t-100 {
    margin-top: 80px
  }
}

@media (min-width:992px) {
  .testimonial.m-t-100 {
    margin-top: 100px
  }
}

.testimonial__bg img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  height: 505px
}

@media (min-width:576px) {
  .testimonial__bg img {
    height: 460px
  }
}

@media (min-width:768px) {
  .testimonial__bg img {
    height: 465px
  }
}

@media (min-width:992px) {
  .testimonial__bg img {
    height: 565px
  }
}

@media (min-width:1200px) {
  .testimonial__bg img {
    height: auto
  }
}

.testimonial__desc {
  margin-bottom: 18px;
  font-size: 14px;
  line-height: 22px;
  font-style: italic;
  padding: 0 15px
}

@media (min-width:768px) {
  .testimonial__desc {
    font-size: 16px;
    line-height: 30px;
    padding: 0 95px
  }
}

@media (min-width:992px) {
  .testimonial__desc {
    font-size: 17px;
    line-height: 30px;
    padding: 0 145px
  }
}

.testimonial__info--user {
  font-size: 14px;
  color: #0063d1;
  line-height: 25px;
  font-weight: 700;
  text-transform: capitalize;
  margin: 0 auto
}

.testimonial__info--desig {
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  font-weight: 500
}

.newsletter__bg img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  height: 240px
}

@media (min-width:768px) {
  .newsletter__bg img {
    height: 255px
  }
}

@media (min-width:992px) {
  .newsletter__bg img {
    height: 360px
  }
}

@media (min-width:1200px) {
  .newsletter__bg img {
    height: auto
  }
}

.newsletter__form-content label {
  top: 50%;
  transform: translateY(-14px) translateX(14px);
  left: 0;
  color: #d2cece;
  font-size: 25px;
  font-weight: 300;
}

.newsletter__form-content input {
  width: 100%;
  background: 0 0;
  border-bottom: 1px solid;
  padding: 15px 83px 15px 30px;
  font-size: 13px
}

@media (min-width:768px) {
  .newsletter__form-content input {
    font-size: 16px;
    padding-left: 50px !important;
  }
}

.newsletter__form-content button {
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background: 0 0;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  background: #000000;
  padding: 10px;
}

.newsletter__form-content button:hover {
  color: #f4f7f9;
  background: #dc3545;
}

.modal {
  z-index: 99999;
  background: rgba(34, 34, 34, .5);
  padding-right: 0 !important
}

.modal-product-image--large {
  margin-bottom: 20px
}

.modal-dialog {
  max-width: calc(100% - 20px) !important;
  margin: 0 auto !important
}

@media (min-width:768px) {
  .modal-dialog {
    max-width: 730px !important
  }
}

@media (min-width:992px) {
  .modal-dialog {
    max-width: 870px !important
  }
}

@media (min-width:1200px) {
  .modal-dialog {
    min-width: 640px !important
  }
}

.modal-header {
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  background: #546583;
  color: #fff
}

@media (min-width:992px) {
  .modal-header {
    padding: 0
  }
}

.modal-header .close {
  margin: 0 !important;
  color: #fff
}

.modal-title {
  text-align: center;
  margin: 0 auto
}

.modal__border {
  border-left: none
}

@media (min-width:992px) {
  .modal__border {
    border-left: 1px solid #ddd
  }
}

.modal__product-img {
  text-align: center
}

.modal__product-title {
  margin-top: 25px
}

@media (min-width:768px) {
  .modal__product-title {
    margin-top: 0
  }
}

.modal__product-price,
.modal__product-title {
  display: block;
  font-weight: 500
}

.modal__product-info,
.modal__product-shipping-info {
  font-weight: 500
}

.modal__product-info li,
.modal__product-shipping-info li {
  margin-bottom: 10px
}

.modal__product-info li:last-child,
.modal__product-shipping-info li:last-child {
  margin-bottom: 0
}

.modal__product-info span,
.modal__product-shipping-info span {
  font-weight: 300;
  padding-left: 5px
}

.modal__product-cart-buttons {
  display: flex;
  flex-direction: column
}

.modal__product-cart-buttons a {
  margin-bottom: 15px
}

.modal__product-cart-buttons a:last-child {
  margin-bottom: 0
}

@media (min-width:768px) {
  .modal__product-cart-buttons {
    flex-direction: row
  }

  .modal__product-cart-buttons a {
    margin-bottom: 0;
    margin-right: 30px
  }

  .modal__product-cart-buttons a:last-child {
    margin-right: 0
  }
}

.breadcrumg-inner {
  margin: 0 0px;
  background-size: cover;
}

.breadcrumg-inner::before {
  background-color: #000000;
  opacity: 0.54;
}

.cart-title {
  color: #fda42c;
  font-weight: 500;
  font-family: 'Raleway', sans-serif;
}

.cart-title::after {
  background: #fff;
  width: 105px;
  height: 2px;
  position: absolute;
  content: "";
  display: block;
  margin-top: 5px;
}

.page-breadcrumb__menu {
  font-size: 16px;
  text-align: right;
}

.page-breadcrumb__nav {
  display: inline-block;
  margin-right: 10px;
  position: relative;
}

.page-breadcrumb__nav::after {
  content: "";
  padding-left: 10px;
  font-family: "Font Awesome 5 Free"
}

.page-breadcrumb__nav:last-child::after {
  content: ""
}

.page-breadcrumb__nav a {
  color: #fda42c;
  text-decoration: none
}

.page-breadcrumb__nav a:hover {
  color: #000000
}

.page-breadcrumb__nav.active {
  color: #000000;
}

.accordion__title {
  display: flex;
  font-weight: 700;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px
}

.accordion__category-list {
  border-top: 1px solid #ebebeb
}

.accordion__category-list li {
  padding-left: 5px;
  padding: 5px;
  display: block
}

.accordion a {
  text-decoration: none !important;
  color: #222
}

.accordion a:hover {
  color: #000000
}

.product-gallery-box {
  padding: 0 20px
}

.product-gallery-box__vertical {
  display: flex;
  align-items: center
}

.product-gallery-box__tab-left {
  flex-direction: row-reverse
}

.product-gallery-box .swiper-slide {
  height: 100% !important
}

.product-gallery-box--gallery {
  float: left
}

.product-gallery-box--gallery img {
  width: 50%
}

.gallery--right {
  width: 80%
}

.gallery--left {
  width: 20%
}

.product-image--large {
  border: 1px solid #ebebeb !important;
  padding: 1px 2px 1px 1px;
  max-height: 519px;
}

.product-image--large .img-fluid {
  max-width: 100% !important
}

.product-image--gallery .img-responsive {
  margin: 10px
}

.modal-product-image--thumb-horizontal,
.product-image--thumb-horizontal {
  margin-top: 20px
}

.modal-product-image--thumb-horizontal .slick-list,
.product-image--thumb-horizontal .slick-list {
  margin-right: -10px
}

.modal-product-image--thumb-horizontal .slick-slide,
.product-image--thumb-horizontal .slick-slide {
  margin-right: 10px;
  max-height: 166px;
}

.modal-product-image--thumb-vertical .slick-list,
.product-image--thumb-vertical .slick-list {
  margin-bottom: -10px
}

.modal-product-image--thumb-vertical .slick-slide,
.product-image--thumb-vertical .slick-slide {
  margin-bottom: 10px
}

.modal-product-image--thumb img,
.product-image--thumb img {
  cursor: pointer;
  border: 1px solid rgba(84, 101, 131, .2) !important;
  transition: all .3s ease
}

.modal-product-image--thumb img:hover,
.product-image--thumb img:hover {
  border-color: #000000 !important
}

.text-reference {
  font-size: 14px;
  color: #666
}

.product__stock {
  font-weight: 700;
  color: #7e7e7e
}

.product__stock i {
  color: #000000
}

.product-var__item {
  margin-bottom: 30px
}

.product-var__text {
  display: block;
  font-weight: 500
}

.payment-icon li {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 10px
}

.payment-icon li:last-child {
  margin-right: 0
}

@media (min-width:576px) {
  .payment-icon li {
    margin-bottom: 0
  }
}

.product-social li {
  display: inline-block;
  margin-right: 10px
}

.product-social li:last-child {
  margin-right: 0
}

.product-social a {
  color: #323232;
  width: 40px;
  height: 40px;
  display: block;
  border: 1px solid #ebebeb;
  text-align: center;
  line-height: 40px;
  transition: all .3s ease;
  border-radius: 50%
}

.product-social a:hover {
  color: #fff;
  background: #000000;
  border: 1px solid transparent
}

.tablist li {
  position: relative
}

.tablist--style-black .nav-link {
  color: #888;
  padding: 0 0 26px 0;
  margin-bottom: 20px;
  position: relative
}

@media (min-width:768px) {
  .tablist--style-black .nav-link {
    margin-bottom: 0
  }
}

.tablist--style-black .nav-link::after {
  position: absolute;
  content: "";
  bottom: 10px;
  left: 50%;
  right: 50%;
  width: 0%;
  height: 2px;
  background: #000000;
  transition: all .3s ease
}

@media (min-width:768px) {
  .tablist--style-black .nav-link::after {
    bottom: 0
  }
}

.tablist--style-black .nav-link.active,
.tablist--style-black .nav-link:hover {
  color: #000000
}

.tablist--style-black .nav-link.active::after,
.tablist--style-black .nav-link:hover::after {
  left: 0;
  right: 0;
  width: 100%
}

.tablist--style-blue .nav-link {
  color: #888
}

.tablist--style-blue .nav-link.active,
.tablist--style-blue .nav-link:hover {
  color: #000000
}

.tablist--style-title li>.nav-link {
  font-size: 20px;
  line-height: 22px;
  font-weight: 500;
  text-align: center
}

.tablist--style-seperator li::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 15px;
  background: #7e7e7e;
  top: 50%;
  transform: translateY(-50%);
  left: calc(100% - 35px)
}

.tablist--style-seperator li:last-child::after {
  display: none
}

.tablist--style-gap li:last-child>.nav-link {
  margin-right: 0
}

.tablist--style-gap-20 li>.nav-link {
  margin-right: 20px;
  font-weight: 600;
}

.tablist--style-gap-30 li>.nav-link {
  margin-right: 30px
}

.tablist--style-gap-70 li>.nav-link {
  margin-right: 70px
}

.tab-content .tab-pane {
  display: block;
  height: 0;
  max-width: 100%;
  visibility: hidden;
  overflow: hidden;
  opacity: 0
}

.tab-content .tab-pane.active {
  height: auto;
  visibility: visible;
  opacity: 1;
  overflow: visible
}

.tab-animate-zoom .tab-pane .product__box {
  transform: translateY(-100px) scale(.5);
  transition: all .5s ease
}

.tab-animate-zoom .tab-pane.active .product__box {
  transform: translateY(0) scale(1)
}

.comment {
  padding: 0
}

@media (min-width:768px) {
  .comment {
    padding: 0 20px 20px 20px
  }
}

.comment__list {
  border-bottom: 1px solid #ebebeb;
  padding-top: 20px;
  padding-bottom: 15px
}

.comment__list:last-child {
  border-bottom: none
}

.comment__list:first-child {
  padding-top: 0
}

.comment__list>.comment__reply {
  margin-left: 0
}

@media (min-width:768px) {
  .comment__list>.comment__reply {
    margin-left: 100px
  }
}

.comment__reply li {
  border-top: 1px solid #ebebeb;
  padding-top: 20px;
  margin-top: 15px
}

.comment__wrapper {
  display: flex;
  align-items: flex-start;
  flex-direction: column
}

@media (min-width:576px) {
  .comment__wrapper {
    flex-direction: row
  }
}

.comment__img {
  margin-right: 30px;
  margin-bottom: 20px;
  border-radius: 5px
}

.comment__img img {
  width: 78px;
  height: 78px;
  border-radius: 50%
}

.comment__name {
  font-weight: 600;
  margin-right: 10px
}

.comment__content-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  flex-wrap: wrap
}

.form-box__single-group {
  display: flex;
  flex-direction: column;
  margin-top: 25px
}

.form-box__single-group label {
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 600;
  text-align: left
}

.form-box__single-group input,
.form-box__single-group select,
.form-box__single-group textarea {
  border: 1px solid #ebebeb;
  border-radius: 3px;
  padding: 10px 20px;
  width: 100%;
  outline: 0;
  font-size: 14px
}

select {
  outline: 0;
  border: 1px solid #7e7e7e;
  padding: 5px 15px
}

label>span {
  display: inline-block;
  padding-left: 30px;
  font-weight: 400
}

.product-color-select {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.product-color-select::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px
}

.product-color-select:checked::after {
  content: "" !important;
  color: #fff
}

.product-color-select[value=color-red]::after {
  background: #ed3c32 !important
}

.product-color-select[value=color-green]::after {
  background: #000000 !important
}

.product-color-select[value=color-blue]::after {
  background: #000000 !important
}

input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative
}

input[type=checkbox]::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #bbbbbb;
  top: -15px;
  line-height: 20px;
  background: #fff;
  text-align: center;
  transition: all .3s ease
}

input[type=checkbox]:checked::after {
  content: "";
  font-family: "Font Awesome 5 Light";
  color: #fff;
  background: #000000
}

input[type=radio].shipping-select::after {
  position: absolute;
  content: "";
  font-family: "Font Awesome 5 Free";
  background: #fff;
  text-align: center;
  transition: all .3s ease;
  top: -20px;
  color: #000000;
  font-size: 20px
}

input[type=radio].shipping-select:checked::after {
  content: ""
}

input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative
}

input[type=radio]::after {
  position: absolute;
  content: "";
  font-family: "Font Awesome 5 Free";
  text-align: center;
  transition: all .3s ease;
  top: -17px;
  color: #fff
}

input[type=radio]:checked::after {
  content: ""
}

.from-box__buttons {
  flex-direction: column;
  align-items: flex-start !important
}

@media (min-width:576px) {
  .from-box__buttons {
    flex-direction: row
  }
}

.form-box-right {
  margin-top: 25px
}

@media (min-width:576px) {
  .form-box-right {
    margin-top: 0
  }
}

.password__toggle {
  display: flex;
  align-items: center
}

.password__toggle--btn {
  margin-left: -25px
}

input.round-input {
  border-radius: 30px
}

.round-input-btn {
  right: 0;
  width: 45px;
  height: 100%;
  border-radius: 0 25px 25px 0
}

.round-input-btn:hover {
  color: #000000
}

.shop__list-link {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap
}

@media (min-width:768px) {
  .shop__list-link {
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: nowrap
  }
}

.shop__list-link li a {
  display: block
}

.shop-grid .product__default--single {
  margin-top: 25px
}

.shop-list .product__box--list {
  margin-top: 25px
}

.border-right.pos-absolute {
  border-right: none !important
}

@media (min-width:768px) {
  .border-right.pos-absolute {
    border-right: 1px solid #dee2e6 !important;
    height: 100%;
    right: 0
  }
}

.product-details-tab-box {
  border: 1px solid #fffeed;
  padding: 30px 20px;
  background: #efeede;
}

@media (min-width:768px) {
  .product-details-tab-box {
    padding: 0 30px;
  }
}

.product-modal-group {
  font-size: 12px
}

.product-modal-group i {
  font-size: 18px
}

.product-modal-group li {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 10px
}

.product-modal-group li:last-child {
  margin-right: 0
}

@media (min-width:576px) {
  .product-modal-group li {
    margin-bottom: 0
  }
}

.review-box {
  display: flex;
  align-items: center;
  flex-wrap: wrap
}

.review-box>* {
  margin-right: 30px
}

.review-box> :last-child {
  margin-right: 0
}

.product-dis__img {
  display: inline-block;
  border: 1px solid #7e7e7e
}

.product-dis__title {
  font-weight: 500
}

.product-dis__text {
  font-weight: 300
}

.popup-icon i {
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #000000;
  text-align: center;
  border-radius: 50%
}

.popup-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .45);
  display: flex !important;
  align-items: center;
  justify-content: center;
  text-decoration: none !important
}

.blog__tag-share {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  padding: 10px 15px
}

@media (min-width:768px) {
  .blog__tag-share {
    flex-direction: row;
    align-items: center
  }
}

/*   Cart Page
=================================*/

.cart-table-button {
  display: flex;
  justify-content: flex-start;
  flex-direction: column
}

.btn-cart {
  background: #000000;
  padding: 10px 15px;
  color: #fff;
  font-family: 'Raleway', sans-serif;
  font-weight: 600
}

.btn-cart i {
  padding-right: 5px
}

.btn-cart:hover {
  background: #fff;
  color: #000000;
  border: 1px solid #000000
}

@media (min-width:768px) {
  .cart-table-button {
    flex-direction: row;
    justify-content: space-between
  }
}

.estimate-section {
  background: #f9f9f9;
  padding: 20px
}

.estimate-form-section {
  margin-top: 35px
}

.cart-heading-form-title {
  margin-bottom: 15px
}

.cart-form-title {
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #212121;
  text-transform: uppercase
}

.input-box {
  margin-bottom: 20px
}

.estimate select {
  padding: 12px 10px
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="password"],
input[type="checkbox"],
input[type="file"],
textarea,
select {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #e5e5e5;
  border-image: none;
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  background-color: #fff;
  color: #888;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  outline: medium none;
  transition: all 0.2s ease 0s;
  padding: 10px 15px;
  font-family: Muli, sans-serif
}

.form-control:focus {
  border-color: #000000 #000000 transparent transparent;;
  box-shadow: none;
  color: #000000
}

.input-box select {
  width: 100%
}

.cart-btn {
  background: #000000;
  padding: 10px 15px;
  color: #fff;
  transition: 0.5s
}

.btn.cart-btn:hover {
  background: #fff;
  border: 1px solid #000000;
  color: #000000
}

.cart-total-table .table {
  border: 15px solid #fff;
  border-top-color: rgb(245, 245, 245);
  border-top-style: solid;
  border-top-width: 15px;
  border-top: none
}

.cart-total-table table thead>tr {
  background-color: #fff;
  border-bottom: 1px solid #ebebeb;
  border-top: transparent
}

.cart-total-table table tbody>tr {
  background: #fff
}

.cart-total-table table thead>tr th {
  padding: 15px 25px;
  border-bottom: none
}

.cart-total-table table thead>tr>th {
  color: #9E9E9E
}

.cart-total-table table tbody>tr td:first-child {
  color: #9E9E9E;
  border-right: 1px solid #f5f5f5;
  width: 50%
}

.cart-total-table table tbody>tr td b {
  color: #2a2931
}

.proceed-button-area {
  text-align: right
}

.btn.btn-proceed {
  background: #000000;
  padding: 15px 20px;
  color: #fff;
  margin-top: 15px;
  transition: 0.5s;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 2px
}

.btn.btn-proceed:hover {
  background: #000000;
  color: #fff
}

/*   Checkout Page
=================================*/

.row.billing-form-area {
  padding: 15px 0;
  margin: 15px 0px 0
}

.create-account-area {
  margin: 15px;
  background: #f9f9f9
}

.additional-information-area {
  margin: 0 0 15px
}

.different-address-area {
  margin: 0 15px;
  background: #f9f9f9
}

.different-address-area .shipping-account {
  padding: 0
}

.create-account-area input[type="checkbox"] {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #e5e5e5;
  border-image: none;
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  background-color: #fff;
  color: #888;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  outline: medium none;
  transition: all 0.2s ease 0s;
  padding: 0;
  min-width: auto;
  font-family: Muli, sans-serif
}

.checkout-title {
  font-family: 'Raleway', sans-serif;
  font-size: 21px;
  font-weight: 600;
  padding-top: 35px;
  color: #000000
}

.checkout-title::after {
  background: #000000;
  width: 80px;
  height: 2px;
  position: absolute;
  content: "";
  display: block;
  margin-top: 5px
}

.your-order-top .your-order-top-left,
.your-order-top .your-order-top-right,
.your-order-bottom-left,
.your-order-bottom-left,
.your-order-total-left {
  font-size: 16px;
  /* font-weight: 700; */
  list-style: outside none none;
  color: #1d1d1d;
  font-family: 'Raleway', sans-serif
}

.your-shipping-order {
  align-items: center;
  border-bottom: 1px dotted #000000;
  margin: 20px 0;
  /* padding: 20px 0; */
  /* border-top: 1px dotted #000000 */
}

.checkout-form .form-box__single-group label {
  margin-bottom: 10px
}

.checkout-form .form-box__single-group {
  margin-top: 15px
}

.shipping-opstion-inner .form-check-input:checked[type="radio"] {
  background-image: none;
  border-radius: 0
}

.shipping-opstion-inner input[type="radio"]::after {
  top: -3px;
  left: 1px
}

.shipping-opstion-inner .form-check-input:focus {
  box-shadow: none
}

.shipping-opstion-inner input[type="radio"]::after {
  color: #000000
}

.shipping-opstion-inner .form-check-input {
  width: 18px;
  height: 18px;
  background-color: #fff;
  border: transparent
}

.shipping-opstion-inner .form-check-input:checked {
  background-color: transparent;
  border-color: transparent
}

.shipping-opstion-inner label {
  color: #acacac;
  cursor: pointer
}

.your-order-total-right {
  color: #000000;
  font-size: 18px
}

.your-order-box {
  padding: 40px 40px 10px 40px
}

.your-order-middle {
  padding: 20px 0;
  border-top: 1px dotted #7e7e7e;
  border-bottom: 1px dotted #7e7e7e;
  margin: 15px 0 20px
}

.your-order-middle-left,
.your-order-middle-right {
  font-family: 'Raleway', sans-serif;
  font-size: 15px;
  color: #acacac;
  font-weight: 500
}

/* Payment Method*/

.payment-method {
  background: #fff;
}

.paymentBox {
  padding: 14px 0;
}

.checkout-payment-method .paymentBox label {
  position: relative;
  left: 30px;
}

.checkout-payment-method .paymentBox input[type="radio"]::after {
  top: -11px !important;
  color: #000000;
  left: -30px;
  border: 1px solid #000000;
  border-radius: 50%;
  width: 16px;
  height: 16px
}

.checkout-payment-method .paymentBox input[type="radio"]:checked::after {
  border: transparent
}

.paymentBox .payment-detail {
  padding-left: 35px
}

.paymentBox .payment-detail p {
  font-family: Muli, sans-serif;
  font-size: 12px;
  color: #9b9b9b
}

.paypal-logo {
  position: relative;
  display: block !important
}

.paypal-logo img {
  position: absolute;
  right: 0;
  margin-top: -20px
}

/* Shipping Css*/

.total-shipping {
  padding: 15px 0;
  border-top: 1px solid #7e7e7e;
  border-bottom: 1px solid #7e7e7e;
  margin-top: 20px
}

.total-cost {
  display: flex;
  justify-content: space-between;
  font-weight: 300
}

.total-cost span {
  font-weight: 500
}

.shipping-cost li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px
}

.grand-total {
  color: #222;
  display: flex;
  justify-content: space-between
}

/* Agreement Css*/

.agreement-info {
  padding: 15px 0px
}

.agreement-info .paypal-method-flex input,
.agreement-info .paypal-method-flex label {
  cursor: pointer
}

.agreement-info input[type="checkbox"] {
  padding: 0
}

.agreement-info .paypal-method-flex input {
  border: transparent;
  width: auto;
  position: relative;
  top: 21px;
  background: transparent;
  min-width: 40px
}

.agreement-info label {
  padding-left: 41px;
  margin-top: -30px;
  cursor: pointer
}

.billing-sbmit-btn {
  background: #000000;
  color: #fff;
  font-weight: 600
}

.billing-sbmit-btn:hover {
  background: #000000;
  color: #020202
}

/*   Partner Logo Page
=================================*/

.company-logo {
  padding: 70px 0;
}

@media (min-width:768px) {
  .company-logo.m-t-100 {
    margin-top: 80px
  }
}

@media (min-width:992px) {
  .company-logo.m-t-100 {
    margin-top: 100px
  }
}

.company-logo__area .slick-list {
  margin-left: -70px
}

.company-logo__area .slick-slide {
  margin-left: 70px
}

.company-logo__item {
  text-align: center
}

.company-logo__link {
  display: block
}

.company-logo__img {
  max-width: 100%;
  height: auto;
  transition: all .3s ease;
  opacity: .7
}

.company-logo__img:hover {
  opacity: 1
}

.company-logo__area .default-slider__arrow {
  top: auto !important;
  bottom: 32px !important;
  opacity: 0;
}

.company-logo__area .default-slider__arrow--left {
  left: -20px;
}

.company-logo__area .default-slider__arrow--right {
  right: -20px;
}

.company-logo__area:hover .default-slider__arrow {
  opacity: 1;
}

/*   Products Listing Page
=================================*/

.sort-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  flex-direction: column;
  border: 1px solid #ebebeb;
  padding: 15px 30px;
  border-radius: 6px;
  color: #fff;
  background: #fda42c;
}

@media (min-width:768px) {
  .sort-box {
    flex-direction: row;
    align-items: center
  }
}

.sortcss li {
  display: inline-block;
  margin: 0 10px
}

.sort-box-item span {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  font-weight: 600
}

.sortcss li {
  font-family: Muli, sans-serif;
  font-size: 13px;
  font-weight: 600
}

.sortcss li::after {
  background: #000000;
  width: 1px;
  height: 15px;
  position: absolute;
  content: "";
  margin-left: 11px;
  margin-top: 6px
}

.sortcss li:first-child::after {
  width: 0
}

.sortcss li:last-child::after {
  width: 0
}

.sortcss li a {
  color: #797676
}

.sortcss li a:hover {
  color: #000000
}

.product-list-area .product__box {
  margin-bottom: 21px;
  transition: 0.5s;
  transform: scale(1);
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 0 10px #ddd;
  padding-bottom: 13px;
}

.product-list-area .product__box:hover {
  box-shadow: 0px 7px 13px -13px rgba(0, 0, 0, 0.9);
  transform: translateY(-10px) scale(1.02)
}

/*   page-pagination  */

.page-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 30px;
  padding: 20px 30px;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb
}

@media (min-width:768px) {
  .page-pagination {
    margin-top: 80px;
    flex-direction: row;
    align-items: center
  }
}

@media (min-width:992px) {
  .page-pagination {
    margin-top: 30px;
    justify-content: start;
  }
}

.page-pagination__list {
  margin-top: 20px
}

@media (min-width:768px) {
  .page-pagination__list {
    margin-top: 0
  }
}

.page-pagination__item {
  display: inline-block;
  margin-right: 5px
}

.page-pagination__item:last-child {
  margin-right: 0
}

.page-pagination__link {
  display: block;
  text-align: center;
  font-size: 16px;
  padding: 5px 12px;
  background: #ebebeb;
  color: #666;
  border-radius: 3px
}

.page-pagination__link.active,
.page-pagination__link:hover {
  background: #fda42c;
  color: #fff
}

/*   Single Products Detail Page
=================================*/

/*----- Products Detsil ---*/

.single__product-title {
  font-weight: 600;
  color: #fda42c;
}
.zoomContainer{
  border-radius: 20px !important;
  overflow: hidden !important;
}

.rating-star {
  float: left;
  margin-right: 11px
}

.single__product-review li {
  display: inline-block
}

.product-review-star i {
  color: #000000
}

.product-review-star-blank i {
  color: #323232
}

.rating-links a {
  color: #000000
}

.rating-links a:first-child {
  padding-right: 10px
}

.rating-links a:first-child::after {
  background: #bbb;
  width: 2px;
  height: 17px;
  position: absolute;
  content: "";
  margin-left: 6px;
  margin-top: 3px
}

.rating-links a:hover {
  color: #000000
}

.price-block {
  border-top: 1px dotted #999898;
  border-bottom: 1px dotted #999898;
  padding-top: 15px;
}

.price-box {
  position: relative;
  overflow: hidden
}

.actual__price {
  font-size: 20px;
  color: #000000;
  padding-right: 5px;
  font-weight: 600
}

.del__price {
  color: #979797;
  font-size: 14px
}

.availability.in-stock span::before {
  content: "\f058";
  font-family: 'Font Awesome 5 Free';
  display: inline-block;
  margin-right: 5px;
  font-size: 11px;
  vertical-align: middle
}

.availability.in-stock span {
  color: #fff;
  font-size: 10px;
  line-height: 16px;
  display: block;
  background: #6dbe14;
  text-transform: uppercase;
  padding: 3px 10px;
  border-radius: 999px
}


.availability.out-stock span::before {
  content: "\f056";
  font-family: 'Font Awesome 5 Free';
  display: inline-block;
  margin-right: 5px;
  font-size: 11px;
  vertical-align: middle
}

.availability.out-stock span {
  color: #fff;
  font-size: 10px;
  line-height: 16px;
  display: block;
  background: #c20e0e;
  text-transform: uppercase;
  padding: 3px 10px;
  border-radius: 999px
}

/*Quantity Fild */

.quantity-box {
  position: relative;
  overflow: hidden;
  align-items: center;
  display: flex;
  padding: 20px 0
}

.qnt-text {
  padding-right: 10px
}

.product__add-to-card {
  margin-left: 25px
}

/* Quick Overview */

.short-description {
  border-top: 1px dotted #999898;
  border-bottom: 1px dotted #999898;
  padding: 15px 0 5px
}

.short-description h4 {
  font-size: 18px;
  font-weight: 600;
  color: #999898
}

/*Wish List Fild */

.wish__list-box {
  padding-left: 25px
}

.wish__list-box i {
  padding-right: 10px
}

.wish-list-links {
  color: #7a7a7a
}

.wish-list-links:hover {
  color: #000000
}

/*tooltip Fild */

.product-shortby-fild {
  border-top: 1px dotted #999898;
  padding-bottom: 20px
}

.product-tooltip {
  padding-top: 15px
}

.product-tooltip h5 {
  font-size: 14px;
  font-weight: 600;
  font-family: Muli, sans-serif;
  color: #626262;
  padding-bottom: 13px
}

.product-tooltip ul li {
  display: inline-block
}

.size-box {
  border: none !important
}

.size-inner {
  color: #000000
}

.size-inner:hover {
  color: #000000
}

.toolTip {
  color: #575757;
  background: transparent;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 14px;
  font-weight: 500;
  padding: 11px 11px;
  border-radius: 10px;
  position: relative;
  transition: all 0.3s ease 0s;
}

.toolTip:hover,
.toolTip:focus {
  color: #000000;
  outline: none;
  border: 1px solid #000000
}

.toolTip::before,
.toolTip::after {
  content: attr(data-tip);
  color: #fff;
  background: rgb(36, 87, 170);
  font-size: 13px;
  font-weight: 500;
  width: max-content;
  padding: 10px 15px;
  white-space: normal;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out
}

.toolTip::after {
  content: '';
  background: linear-gradient(to right bottom, transparent 50%, #000000 50%);
  height: 10px;
  width: 10px;
  padding: 0
}

.toolTip:hover:before,
.toolTip:hover:after {
  opacity: 1;
  visibility: visible
}

.toolTip.top::before,
.toolTip.top::after {
  border-bottom: 3px solid #fff;
  transform: translateX(-50%) rotateY(90deg);
  position: absolute;
  left: 50%;
  bottom: 38px
}

.toolTip.top::after {
  border: none;
  transform: translateX(-50%) rotate(45deg) rotateY(90deg);
  bottom: 36px
}

.toolTip.top:hover:before {
  transform: translateX(-50%) rotateY(0)
}

.toolTip.top:hover:after {
  transform: translateX(-50%) rotate(45deg) rotateY(0)
}

@media only screen and (max-width: 767px) {
  .toolTip {
    margin: 0 0 20px
  }
}

.form-check.radio-size {
  float: left;
  padding-left: 7px;
  position: relative;
}

.radio-size input {
  float: unset !important;
  position: absolute;
  margin-left: -9px !important;
  top: -3px;
  color: #fff !important;
  height: 35px;
}

.redio-input-btn1 {
  width: 27px;
}

.redio-input-btn2 {
  width: 31px;
}

.redio-input-btn3 {
  width: 27px;
}

.redio-input-btn4 {
  width: 36px;
}

.redio-input-btn5 {
  width: 47px;
}

.radio-size .form-check-label {
  padding: 4px 9px;
  border-radius: 0 !important;
  z-index: 1;
}

.form-check-label.bg-color-size {
  color: #000000;
  background: #000000;
  color: #fff;
}

.form-check-label.size-guide--label {
  border: none;
}

.radio-size input[type="radio"]:checked::after {
  display: none;
}

.radio-size .form-check-input:checked[type="radio"] {
  background-image: none;
}

.radio-size .form-check-input[type="radio"] {
  border-radius: 0;
}

.radio-size .form-check-input:checked {
  z-index: -1;
}

.form-check-input {
  background-color: transparent;
}

/* 
=================================*/

.payment-accordion h4 a {
  color: #222;
  font-size: 16px;
  margin: 0;
  font-weight: 400;
  text-decoration: none
}

.panel-body {
  color: #666;
  padding-left: 15px;
  font-size: 14px
}

.open-create-account,
.open-shipping-account {
  display: none
}

.inner-input-icon input,
.page-not-found input {
  padding-right: 60px
}

/* Error Style Css
=================================*/

.error-section-top h1 {
  font-size: 100px;
  color: #000000;
  font-weight: 700
}

.error-section-top h4 {
  font-size: 32px;
  font-weight: 700
}

/* My Account Style Css
=================================*/

.account-wrapper {
  border: 2px solid #e5e5e5;
  padding: 40px 30px
}

.my-account-menu .account-menu-list li a {
  display: inline-block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  font-size: 14px;
  color: #333;
  border: 1px solid #e5e5e5;
  margin-top: -1px;
  transition: all .3s linear;
  text-decoration: none
}

.my-account-menu .account-menu-list li a.active,
.my-account-menu .account-menu-list li a:hover {
  background-color: #333;
  color: #fff;
  border-color: #333
}

.my-account-dashboard .welcome-dashboard p a:hover {
  color: #e52e06
}

.my-account-tab .account-title {
  font-size: 24px;
  font-weight: 700;
  color: #333
}

.my-account-details .account-details .title {
  font-size: 20px;
  font-weight: 700;
  color: #333
}

.account-table .table thead tr th {
  border: 1px solid #e5e5e5;
  font-size: 16px;
  font-weight: 500;
  color: #333;
  padding: 8px 15px
}

.account-table .table tbody tr td {
  font-size: 14px;
  color: #333;
  font-weight: 400;
  vertical-align: middle;
  border: 1px solid #e5e5e5
}

.account-table .table thead tr th.name {
  min-width: 140px
}

.account-table .table thead tr th.date {
  min-width: 130px
}

.single-form input,
.single-form select,
.single-form textarea {
  width: 100%;
  font-size: 14px;
  height: 40px;
  color: #333;
  border: 1px solid #e5e5e5;
  padding: 0 15px;
  margin-top: 12px;
  outline: 0
}

.login-register-tab-list {
  display: flex;
  justify-content: center;
  margin-bottom: 40px
}

.login-register-tab-list h4 {
  font-size: 25px;
  font-weight: 500;
  margin: 0 20px;
  text-transform: capitalize;
  transition: all .3s ease 0s;
  color: #222
}

.login-register-tab-list .active h4 {
  color: #000000
}

.login-register-tab-list a {
  position: relative;
  text-decoration: none !important
}

.login-register-tab-list a::before {
  background-color: #333;
  bottom: 5px;
  content: "";
  height: 18px;
  margin: 0 auto;
  position: absolute;
  right: -2px;
  transition: all .4s ease 0s;
  width: 1px
}

.login-register-tab-list a:last-child::before {
  display: none
}

.login-form-container {
  padding: 15px;
  text-align: left
}

/* Contact  Style Css
=================================*/

#map {
  width: 100%;
  border: none;
  height: 500px
}

.contact-form,
.contact-info-wrap {
  padding: 25px 20px
}

@media (min-width:576px) {

  .contact-form,
  .contact-info-wrap {
    padding: 25px 30px
  }
}

@media (min-width:768px) {

  .contact-form,
  .contact-info-wrap {
    padding: 30px 40px
  }
}

.single-contact-info {
  display: flex;
  align-items: center;
  margin-bottom: 20px
}

.contact-icon i {
  margin-right: 20px;
  width: 35px;
  height: 35px;
  border: 1px solid #ddd;
  text-align: center;
  line-height: 35px;
  border-radius: 50%
}

.contact-info-dec a,
.contact-info-dec span {
  display: block;
  color: #222;
  text-decoration: none !important
}

.social-link li {
  display: inline-block;
  margin-right: 15px
}

.social-link a {
  color: #222;
  font-size: 22px
}

/* accordian Style Css
=================================*/

.accordian {
  width: 100%
}

.accordian-item {
  margin-bottom: 20px;
  transition: all .3s ease
}

.accordian-item:last-child {
  margin-bottom: 0
}

.accordian-item-header {
  padding: 15px 45px 15px 10px;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  background: #eef0f1;
  color: #222
}

.accordian-item-header.active {
  background: #000000;
  color: #fff
}

.accordian-item-header.active::after {
  content: "−"
}

.accordian-item-header h4 {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400
}

.accordian-item-header::after {
  content: "+";
  font-size: 2rem;
  position: absolute;
  right: 1rem
}

.accordian-item-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height .2s ease-out
}

.accordian-item-body-content {
  padding: 1rem;
  line-height: 1.5;
  border: 1px solid #ebebeb
}

/* Footer Style Css
=================================*/

.footer-area {
  padding: 0;
  color: #fff;
  position: relative;
  z-index: 1;
  /* background: #000000; */
  overflow: hidden
}

.footer-top {
  padding: 60px 0 40px;
  /* background: rgba(0, 0, 0, 0.75); */
}

.footer-area .row .col-lg-4:first-child::before {
  /* content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 15px;
  background: #000000;
  z-index: -1;
  pointer-events: none;
  width: inherit;
  right: 0 */
}

.footer-logo img {
  width: 190px;
  margin-bottom: 15px;
}

.getin__touch p {
  /* margin: 0 0 25px; */
  font-weight: 400;
  color: #000000;
}

.getin__touch p a {
  /* color: #fff1e8; */
  font-weight: 500
}

.getin__touch p.address,
.getin__touch p.phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.getin__touch p.address i,
.getin__touch p.phone i {
  font-size: 36px;
  color: #fda42c;
  margin-right: 20px;
}

.about-footer {
  max-width: 400px
}

.text-info {
  line-height: 24px;
  color: #666 !important;
  font-size: 14px;
  margin: 36px 0
}

.social-info {
  margin-top: 18px;
  width: max-content
}

.social-info li a:hover {
  color: #000000
}

.social-info li a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  color: #fda42c;
  font-size: 24px;
  line-height: 36px;
  border-radius: 2px;
  text-align: center;
  border: none;
  z-index: 1;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  margin-right: 10px
}

.social-info li a i {
  width: 32px;
}

.social-info li {
  display: inline-block
}

.footer-heading {
  font-size: 16px;
  text-transform: capitalize;
  padding-bottom: 20px;
  margin-bottom: 25px;
  position: relative;
  color: #fda42c;
  border-bottom: 1px solid #fda42c;
  font-weight: 700;
  line-height: 24px;
}

.footer-heading::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 60px;
  height: 3px;
  background: #fda42c;
}

.footer-links>ul>li a {
  font-size: 14px;
  line-height: 24px;
  padding: 0;
  display: block;
  text-transform: capitalize;
  color: #0a0a0a;
  margin-bottom: 0;
  position: relative;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear
}

.footer-links>ul>li {
  display: block;
  margin: 0;
  line-height: 1;
  border: 0;
  padding: 0;
  font-weight: 400;
  margin-bottom: 10px
}

.footer-links>ul>li a:hover {
  padding-left: 10px;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  color: #000000
}

.subscribe-form {
  position: relative;
  overflow: hidden;
  margin-top: 20px
}

.subscrib-text p {
  color: #000000;
}

.subscribe-form form input {
  height: 47px;
  background: #fff;
  border: 0;
  color: #b1b1b1;
  padding: 10px 120px 10px 20px;
  display: inline-block;
  width: 100%;
  font-size: 14px;
  border: none;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 5px;
  outline: none
}

.footer__submit-btn .sub__button {
  position: absolute;
  top: 0;
  right: 0;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  background: #fda42c;
  border: 0;
  box-shadow: none;
  padding: 0 15px;
  line-height: 47px;
  height: 47px;
  border-radius: 0 4px 4px 0;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  width: 100px;
  outline: none
}

.clear input.button:hover {
  background: #4fb68d
}

.img_app {
  padding-top: 20px
}

.footer-shipping-box {
  top: 50px;
  position: relative
}

.footer-shipping-box {
  overflow: hidden;
  box-shadow: 0 1px 0 #ebebeb;
  border-radius: 4px;
  background-color: #fff
}

.single-shipping {
  background: #fff;
  text-align: center;
  padding: 28px 10px;
  border-radius: 8px;
  position: relative;
  display: flex;
  align-items: center;
}

.single-shipping:after {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -20px;
  content: "";
  height: 40px;
  width: 1px;
  background: #ebebeb
}

.single-shipping {
  background: #fff;
  text-align: center;
  padding: 0;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.single-shipping img{
  transition: 0.5s;
}
.single-shipping:hover img{
  transform: scale(1.1);
}

.shipping-icon {
  float: left
}

.shipping-icon i {
  color: #000000;
  font-size: 30px
}

.block-wrapper,
.block-wrapper2,
.block-wrapper3,
.block-wrapper4 {
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px
}

.shipping-content h5 {
  color: #000000;
  font-weight: 600;
  text-transform: capitalize;
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  display: block;
  text-align: left;
  font-family: Muli, sans-serif
}

.shipping-content p {
  font-size: 12px;
  margin: 0;
  text-align: left;
  color: #a2a2a2
}

.footer-bottom {
  padding-bottom: 0px
}

.copy-text {
  color: #fff;
  padding-top: 18px
}

.copy-text a {
  color: #000000
}

.copy-text a:hover {
  color: #fff
}

table {
  border: 1px solid #ebebeb;
  width: 100%
}

table thead>tr {
  background-color: #f9f9f9;
  border: 1px solid #ebebeb
}

table thead>tr>th {
  color: #fda42c;
  font-size: 14px;
  border-right: 1px solid #ddd;
  font-weight: 600;
  padding: 14px 45px 12px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
  font-family: 'Raleway', sans-serif;
}

table tbody>tr {
  border-bottom: 1px solid #ebebeb
}

table tbody>tr td {
  color: #222;
  font-size: 15px;
  padding: 15px 15px;
  text-align: center;
  font-family: Muli, sans-serif;
  font-weight: 500
}

table tbody>tr td a {
  color: #222;
  text-decoration: none !important;
  display: inline-block;
  font-weight: 500;
  font-family: 'Raleway', sans-serif
}

table tbody>tr td a:hover {
  color: #e81212
}

.product-thumbnail {
  width: 150px
}

.product-name {
  width: 435px
}

.product-price-cart {
  width: 435px
}

.product-quantities {
  width: 435px
}

.product-subtotal {
  width: 435px
}

.product-remove {
  width: 100px
}

.product-remove a {
  color: #000000;
  font-size: 16px;
  margin: 0 10px
}

.compare-table .table tbody tr td {
  text-align: center;
  border: none;
  padding: 25px 30px;
  vertical-align: middle;
  border-bottom: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb
}

.first-column {
  min-width: 160px;
  font-size: 18px;
  font-weight: 600;
  color: #222;
  margin: 0;
  line-height: 1
}

.product-image-title {
  min-width: 300px;
  vertical-align: bottom;
  padding-top: 70px
}

.image {
  clear: both;
  width: 100%;
  margin-bottom: 40px;
  display: block
}

.category {
  float: left;
  clear: both;
  font-size: 13px;
  line-height: 15px;
  color: #222;
  text-transform: capitalize;
  letter-spacing: .5px
}

.pro-stock {
  font-size: 16px;
  font-weight: 600;
  color: #222
}

.pro-remove button:hover {
  color: #ed3c32
}

.gap__col--30 .slick-list {
  margin-left: -15px;
  margin-right: -15px
}

.gap__col--30 .slick-slide {
  margin-left: 15px;
  margin-right: 15px
}

.gap__row--40 .slick-slide>div {
  margin-bottom: 40px
}

.gap__row--40 .slick-slide>div:last-child {
  margin-bottom: 0
}

.slider-dot-fix .slick-dots li button {
  text-indent: -9999px;
  display: inline-block
}

.dot-gap__X--10 .slick-dots li {
  margin-right: 10px
}

.dot-gap__X--10 .slick-dots li:last-child {
  margin-right: 0
}

.slider-dot .slick-dots {
  display: flex
}

.slider-dot .slick-dots li {
  display: inline-block !important
}

.slider-dot.slider-dot--start .slick-dots {
  justify-content: flex-start
}

.slider-dot.slider-dot--center .slick-dots {
  justify-content: center
}

.slider-dot-size--medium .slick-dots li button {
  width: 15px;
  height: 15px
}

.slider-dot-size--small .slick-dots li button {
  width: 12px;
  height: 12px
}

.slider-dot-circle .slick-dots li button {
  border-radius: 50%
}

.slider-dot-style--border .slick-dots li button {
  border: 1px solid
}

.slider-dot-style--border-black-active-red .slick-dots li button {
  border-color: #222
}

.slider-dot-style--border-black-active-red .slick-dots li.slick-active button {
  border-color: #e81212
}

.slider-dot-style--border-black-active-golden .slick-dots li button {
  border-color: #222
}

.slider-dot-style--border-black-active-golden .slick-dots li.slick-active button {
  border-color: #b09e64
}

.slider-dot-style--fill .slick-dots li button {
  background: #fff
}

.slider-dot-style--fill-white-active-white .slick-dots li button {
  background: rgba(255, 255, 255, .3)
}

.slider-dot-style--fill-white-active-white .slick-dots li.slick-active button {
  background: #fff
}

.slider-dot-style--fill-white-active-green .slick-dots li button {
  background: #fff
}

.slider-dot-style--fill-white-active-green .slick-dots li.slick-active button {
  background: #000000
}

.hero-slider__arrow {
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  color: #323232;
  background: 0 0;
  font-size: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
  visibility: hidden;
  opacity: 0;
  transition: all .3s ease;
  font-size: 24px
}

.hero-slider__arrow--left {
  left: 60px
}

.hero-slider__arrow--right {
  right: 60px
}

.hero-slider__arrow:hover {
  color: #000000
}

.hero:hover .hero-slider__arrow {
  visibility: visible;
  opacity: 1
}

.hero:hover .hero-slider__arrow--left {
  left: 20px
}

@media (min-width:1566px) {
  .hero:hover .hero-slider__arrow--left {
    left: 70px
  }
}

.hero:hover .hero-slider__arrow--right {
  right: 20px
}

@media (min-width:1566px) {
  .hero:hover .hero-slider__arrow--right {
    right: 70px
  }
}

.hero .slick-dots {
  position: absolute;
  bottom: 10px;
  width: 100%
}

.default-slider__arrow {
  width: 30px;
  height: 30px;
  background: 0 0;
  color: #bfbfbf;
  line-height: 24px;
  position: absolute;
  top: 0;
  transition: all .3s ease;
  z-index: 99;
  margin-top: -72px
}

.default-slider__arrow i {
  font-size: 18px
}

.default-slider__arrow--left {
  right: 32px
}

.default-slider__arrow--left::after {
  background: #d0d0d0;
  width: 1px;
  height: 30px;
  position: absolute;
  content: "";
  margin-top: -4px;
  margin-left: 8px;
}

.default-slider__arrow--right {
  right: 0
}

.default-slider__arrow--left:hover::after {
  background: #000000
}

.default-slider__arrow--right::after {
  background: #d0d0d0;
  width: 1px;
  height: 30px;
  position: absolute;
  content: "";
  margin-top: -4px;
  margin-left: -17px
}

.default-slider__arrow--right:hover::after {
  background: #000000
}

.default-slider:hover .default-slider__arrow {
  opacity: 1;
  visibility: visible
}

.default-slider:hover .default-slider__arrow--right {
  right: 0
}

.default-slider:hover .default-slider__arrow:hover {
  color: #000000
}

.product-default-slider .slick-slide {
  transform: scale(.75);
  transition: all .5s ease-out
}

.product-default-slider .slick-slide.slick-active {
  transform: scale(1)
}

.gallery__nav {
  position: absolute;
  color: #7e7e7e;
  z-index: 99
}

.gallery__nav-horizontal {
  top: 50%;
  transform: translateY(-50%)
}

.gallery__nav-horizontal--right {
  right: -15px
}

.gallery__nav-horizontal--left {
  left: -15px
}

.gallery__nav-vertical {
  left: 50%;
  transform: translateX(-50%)
}

.gallery__nav-vertical--up {
  top: -20px
}

.gallery__nav-vertical--down {
  bottom: -20px
}

.inner-slider__arrow {
  width: 30px;
  height: 30px;
  background: #fff;
  color: #222;
  font-size: 16px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: none;
  opacity: 0;
  visibility: hidden;
  border: 1px solid #222;
  transition: all .3s ease;
  z-index: 99;
  line-height: 18px
}

.gallery__nav.gallery__nav-horizontal.gallery__nav-horizontal--left,
.gallery__nav.gallery__nav-horizontal.gallery__nav-horizontal--right {
  background: transparent
}

.gallery__nav.gallery__nav-horizontal.gallery__nav-horizontal--left:hover,
.gallery__nav.gallery__nav-horizontal.gallery__nav-horizontal--right:hover {
  background: transparent;
  color: #000000
}

.gallery__nav.gallery__nav-vertical.gallery__nav-vertical--up,
.gallery__nav.gallery__nav-vertical.gallery__nav-vertical--down {
  background: transparent
}

.gallery__nav.gallery__nav-vertical.gallery__nav-vertical--up.slick-arrow:hover,
.gallery__nav.gallery__nav-vertical.gallery__nav-vertical--down.slick-arrow:hover {
  color: #000000
}

.inner-slider__arrow i {
  font-size: 18px
}

.inner-slider__arrow--left {
  left: calc(0% + 5px)
}

.inner-slider__arrow--right {
  right: calc(0% + 5px)
}

.inner-slider:hover .inner-slider__arrow {
  opacity: 1;
  visibility: visible
}

.inner-slider:hover .inner-slider__arrow--left {
  left: calc(0% + 15px)
}

.inner-slider:hover .inner-slider__arrow--right {
  right: calc(0% + 15px)
}

.inner-slider-grid-4 .slick-list {
  margin-right: -20px
}

.inner-slider-grid-4 .slick-slide {
  margin-right: 20px
}

.m-t-5 {
  margin-top: 5px
}

.m-t-10 {
  margin-top: 10px
}

.m-t-15 {
  margin-top: 15px
}

.m-t-20 {
  margin-top: 20px
}

.m-t-25 {
  margin-top: 25px
}

.m-t-30 {
  margin-top: 30px
}

.m-t-40 {
  margin-top: 40px
}

.m-t-100 {
  margin-top: 100px
}

.m-b-15 {
  margin-bottom: 15px
}

.m-b-20 {
  margin-bottom: 20px
}

.m-b-30 {
  margin-bottom: 30px
}

.m-b-60 {
  margin-bottom: 60px
}

.m-b-35 {
  margin-bottom: 35px
}

.m-b-40 {
  margin-bottom: 40px
}

.m-l-15 {
  margin-left: 15px
}

.m-l-20 {
  margin-left: 20px
}

.m-r-20 {
  margin-right: 20px
}

.m-r-35 {
  margin-right: 35px
}

.m-tb-30 {
  margin: 30px 0
}

.p-t-30 {
  padding-top: 30px
}

.p-r-30 {
  padding-right: 30px
}

.p-tb-30 {
  padding: 30px 0
}

.border-top-1 {
  border-top: 1px solid #ddd
}

/* ----- Contact Support Area CSS ----- */

.grocery-form .form-control {
  position: relative;
  width: 100%;
  height: 35px;
  font-size: 16px;
  font-weight: 400;
  border-bottom: 1px solid #cecece !important;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  border-radius: 0;
  border-top: 0px solid transparent !important;
  border-left: 0px solid transparent !important;
  border-right: 0px solid transparent !important;
  color: #000000;
}

.grocery-form .form-text-area {
  position: relative;
  width: 100%;
  background: #fff;
  font-size: 13px;
  font-weight: 400;
  border-bottom: 1px solid #eaeaea;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  border-radius: 0;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  resize: none;
  height: 80px
}

.grocery-form .form-text-area:focus,
.grocery-form .form-control:focus {
  border-color: #6e00ff !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  outline: 0 !important;
}

.grocery-form .group {
  position: relative;
  margin-bottom: 25px;
}

.grocery-form input {
  font-size: 13px;
  height: 35px;
  padding: 10px 10px 10px 5px;
  display: block;
  border: none;
  outline: none;
  border-bottom: 1px solid #B1B1B1;
  color: #B1B1B1;
  background: rgba(0, 0, 0, 0);
  opacity: 0.5;
  transition: 0.2s ease;
}

.grocery-form input:focus {
  outline: none;
  opacity: 1;
}

.grocery-form label {
  color: #535353;
  font-size: 13px;
  /* font-weight: normal; */
  position: absolute;
  pointer-events: none;
  left: 0;
  top: 0px;
  opacity: 0.5;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
  transform: translateY(7px) !important;
  font-weight: 600;
}

/* active state */

.grocery-form input:focus~label,
.grocery-form input:valid~label {
  top: -12px;
  font-size: 12px;
  color: #292DFB;
  opacity: 1;
  transform: translateY(0px) !important;
}

.highlight {
  position: absolute;
  height: 60%;
  width: 100px;
  top: 25%;
  left: 0;
  pointer-events: none;
  opacity: 0.5;
}

/* active state */

.grocery-form input:focus~.highlight,
.grocery-form textarea:focus~.highlight {
  -webkit-animation: inputHighlighter 0.3s ease;
  -moz-animation: inputHighlighter 0.3s ease;
  animation: inputHighlighter 0.3s ease;
}

/* ANIMATIONS ================ */

@-webkit-keyframes inputHighlighter {
  from {
    background: #B1B1B1;
  }

  to {
    width: 0;
    background: transparent;
  }
}

@-moz-keyframes inputHighlighter {
  from {
    background: #B1B1B1;
  }

  to {
    width: 0;
    background: transparent;
  }
}

@keyframes inputHighlighter {
  from {
    background: #B1B1B1;
  }

  to {
    width: 0;
    background: transparent;
  }
}

/* Checkout  Delivery Adress 
==============================*/

.checkout-left .checkout-title {
  font-size: 16px !important;
}

.checkout-left .payment-method,
.checkout-left .paymentBox {
  padding-top: 0;
}

.checkout-detail.payment-detail {
  background: #fff;
  padding-bottom: 10px;
}

.checkout-box {
  padding: 10px;
  border: 1px solid #eae9e9;
  margin-top: 18px;
  transition: 0.5s;
  background: #fff;
}

.checkout-box:hover {
  background: #fbfbfb;
  box-shadow: 3px 7px 7px -9px rgba(0, 0, 0, 0.2);
  transform: translateY(-10px);
}

.checkout-left .paymentBox .checkout-title {
  font-weight: 600;
  color: #000000;
  font-family: 'Raleway', sans-serif;
  font-size: 18px;
  left: 0;
}

.checkout-left .checkout-title {
  padding-top: 10px;
  padding-bottom: 18px;
}

.paymentBox.address-box1-wrap {
  padding-right: 7.5px !important;
}

.paymentBox.address-box2-wrap {
  padding-left: 7.5px !important;
}

.checkout-left .checkout-payment-method .paymentBox input[type="radio"]::after {
  left: 0;
}

.new-address-box-wrap input[type="radio"] {
  padding-left: 26px;
}

.new-address-box-wrap .checkout-title::after {
  margin-left: 28px;
}

.new-address-box-wrap input[type="radio"]::after {
  top: -13px !important;
}

.new-address-box-wrap .checkout-title {
  cursor: pointer;
}

.name-user {
  font-size: 14px;
  font-weight: 600;
  color: #212121;
  padding: 10px 0;
  border-bottom: 1px solid #f4f0f0;
}

.billing-mobile {
  margin-bottom: 5px;
  font-weight: 600;
  color: #212121;
  font-size: 13px;
}

.billing-address {
  font-size: 13px;
  font-weight: 400;
  color: #808080;
}

.add-delete-btn button {
  background: #f9f9f9;
  color: #9f9f9f;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  padding: 0px 10px;
  border: 1px solid #e8e8e8;
}

.edit-btn button {
  background: #000000;
  color: #fff;
  border: 1px solid #125edb;
  transition: 0.5s
}

.edit-btn button:hover {
  background: #0a64f7;
  border: 1px solid #3570d0;
}

.cancle-btn button:hover {
  background: #000000;
  color: #000000;
  border: 1px solid #000000;
}

/* Checkout Add Adress Popup Modal 
=====================================*/

@media (min-width:1200px) {
  .change-delivery-address-popup {
    max-width: 500px !important;
  }
}

.change-delivery-address-popup {
  top: 50%;
  transform: translateY(-50%) !important;
}

.delivery-popup-close {
  position: absolute;
  right: 5px;
  border: transparent !important;
  background: transparent;
  transform: scale(0.9);
}

.delivery-popup-close:hover {
  transform: scale(1.2);
}

.delivery-popup-close span {
  font-size: 21px;
  transition: 0.5s all ease-in-out;
}

.delivery-popup-close span:hover {
  color: #000000;
  transform: scale(1.1);
}

.change-delivery-address-popup .modal-body {
  padding: 0px 9px;
}

.change-delivery-address-popup .billing-form-area {
  margin: 0;
}

.change-delivery-address-popup .single-group__fild {
  margin-top: 18px;
}

.checkout-form-label {
  left: 0 !important;
}

.submit-checkout-btn {
  margin-top: 20px;
}

.form-address-fild {
  width: 100%;
}

.single-group__fild {
  display: flex;
  flex-direction: column;
  margin-top: 25px;
  position: relative;
}

.address-form-label {
  position: absolute;
  top: 10px;
  left: 16px;
  transition: 0.5s all ease-in-out;
}

.address-popup-input-fild:focus+.address-form-label,
.address-popup-input-fild:valid+.address-form-label {
  transform: translateY(-24px) scale(.815);
  background: #fff;
  padding: 0 5px;
  left: 4px;
}

.address-popup-box {
  position: relative;
}

/* Checkout New Address Form 
==================================*/

.checkout-left .payment-method {
  padding: 0;
}

.checkout-left .paymentBox {
  background: #f9f9f9;
  padding: 15px;
}

.checkout-left .paymentBox:last-child {
  border: transparent;
}

.new-address-inner-form {
  background: #fff;
  padding-bottom: 20px;
}

.new-address-inner-form .single-group__fild {
  margin-top: 26px;
}

.new-address--form-label {
  position: absolute !important;
  top: 10px;
  left: 16px !important;
  transition: 0.5s all ease-in-out;
}

.new-address-input--fild:focus+.new-address--form-label,
.new-address--form-label {
  transform: translateY(-24px) scale(.815);
  background: #fff;
  padding: 0 15px;
  left: -5px !important;
  font-size: 16px;
  color: #626262;
}