/*----------------------------------------*/
/*  05. Product
/*----------------------------------------*/
.product-slider {
  -webkit-box-shadow: 1px 1px 5px 5px #000000ab;
          box-shadow: 1px 1px 5px 5px #000000ab;
  border-radius: 4px;
  overflow: hidden;
  padding-bottom: 4px;
  margin-bottom: -4px;
}

.product-slider-2 {
  -webkit-box-shadow: 1px 1px 5px 5px #000000ab;
          box-shadow: 1px 1px 5px 5px #000000ab;
  border-radius: 4px;
  overflow: hidden;
}

.product-item {
  -webkit-box-shadow: 1px 1px 5px 5px #000000ab;
          box-shadow: 1px 1px 5px 5px #000000ab;
  background-color: #fff;
  position: relative;
  height: 100%;
  overflow: hidden;
  z-index: 1;
  border-radius: 4px;
}

.product-item-wrap {
  height: 100%;
}

.product-item:hover .product-content .price-box {
  visibility: hidden;
  opacity: 0;
}

.product-item:hover .product-add-action {
  bottom: -15px;
  opacity: 1;
  visibility: visible;
}

.product-img {
  height: 100%;
}

.product-img .img-full {
  height: 100%;
}

.product-content {
  position: absolute;
  bottom: 35px;
  left: 30px;
}

.product-content .product-name {
  display: block;
  color: #fff;
  font-weight: 400;
}

.product-content .product-name:hover {
  color: #0f0f0f;
}

.product-content .price-box {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  visibility: visible;
  opacity: 1;
}

.product-content .price-box span {
  font-size: 16px;
  color: #fff;
}

.product-add-action {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  bottom: -65px;
  left: 0;
  border-radius: 3px;
}

.product-add-action ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.product-add-action ul li {
  display: inline-block;
}

.product-add-action ul li:not(:last-child) {
  margin-right: 10px;
}

.product-add-action ul li a i {
  border: 1px solid #2426b5;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 30px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  display: block;
}

.product-add-action ul li a i:hover {
  background-color: #2426b5;
  border-color: #2426b5;
  color: #020202;
}

.product-banner {
  -webkit-box-shadow: 1px 1px 5px 5px #000000ab;
          box-shadow: 1px 1px 5px 5px #000000ab;
  position: relative;
  height: 100%;
  border-radius: 4px;
  overflow: hidden;
}

.product-banner-img {
  height: 100%;
}

@media (max-width: 991.98px) {
  .product-banner-img.fixed-height {
    height: 405px;
  }
}

.product-banner-img .img-full {
  height: 100%;
}

@media (max-width: 991.98px) {
  .product-banner-img .img-full {
    height: auto;
  }
}

.product-banner-content {
  position: absolute;
  top: 80px;
  left: 30px;
}

.product-banner-content .category {
  text-transform: uppercase;
  font-size: 1.125rem;
}

.product-banner-content .offer {
  text-transform: uppercase;
  font-size: 36px;
}

@media (max-width: 1199.98px) {
  .product-banner-content .offer {
    font-size: 30px;
  }
}

.product-banner-content .short-desc {
  line-height: 26px;
}

.product-custom-col {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16.66667%;
}

@media (max-width: 991.98px) {
  .product-custom-col {
    width: 33.33333%;
  }
}

@media (max-width: 575.98px) {
  .product-custom-col {
    width: 50%;
  }
}

.product-category-img {
  overflow: hidden;
  display: block;
}

.product-category-img img {
  width: 100%;
}

.product-category-content {
  text-align: center;
}

.product-category-content .title a {
  color: #000;
  font-size: 1.125rem;
  font-weight: 400;
  display: block;
}

.product-category-content .title a:hover {
  color: #0a0a0a;
}

.product-list-view .product-list-item {
  -webkit-box-shadow: 1px 1px 5px 5px #000000ab;
          box-shadow: 1px 1px 5px 5px #000000ab;
  border-radius: 4px;
  overflow: hidden;
  background-color: #fff;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 4px;
  margin: -4px;
}

@media (max-width: 991.98px) {
  .product-list-view .product-list-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.product-list-view .product-list-img {
  width: 350px;
  margin-right: 10px;
}

@media (max-width: 991.98px) {
  .product-list-view .product-list-img {
    width: 100%;
  }
}

.product-list-view .product-list-content {
  width: calc(100% - 350px);
}

@media (max-width: 991.98px) {
  .product-list-view .product-list-content {
    width: 100%;
  }
}

.product-list-view .product-list-content .product-name {
  display: block;
  font-size: 20px;
  font-weight: 400;
}

.product-list-view .product-list-content .product-add-action {
  opacity: 1;
  visibility: visible;
  position: relative;
  top: 0;
  padding-top: 25px;
}

@media (max-width: 991.98px) {
  .product-list-view .product-list-content .product-add-action {
    padding-bottom: 25px;
  }
}

.product-list-view .product-list-content .product-add-action ul li i {
  font-size: 1.125rem;
  width: 45px;
  height: 45px;
  line-height: 45px;
}

.product-list-view .product-list-content .rating-box ul li i {
  color: #ffe500;
}

.product-list-view .product-list-content .short-desc {
  color: #050a08;
  line-height: 1.8;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .product-list-view.with-sidebar .product-list-img {
    width: 250px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .product-list-view.with-sidebar .product-list-content {
    width: calc(100% - 250px);
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .product-list-view.with-sidebar .product-list-content .product-add-action {
    padding-bottom: 25px;
  }
}

.product-info {
  width: 150px;
}

.product-tab-nav {
  background-color: #0a0a0a;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.product-tab-nav li a.tab-btn {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  width: 130px;
  display: block;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.product-tab-nav li a.active {
  background-color: #2426b5;
  color: #fff;
}

.product-tab-navv {
  background-color: #0a0a0a;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 21px;
  border: 1px solid;
}

.product-tab-navv li a.tab-btn {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  width: 260px;
  display: block;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.product-tab-navv li a.active {
  background-color: #050a08;
  color: #fff;
}

.product-description-body .short-desc {
  text-align: center;
  color: #050a08;
  line-height: 30px;
}

/* ---Special Deals--- */
.special-deals-item {
  border: 1px solid #e7e7e7;
}

.special-deals-button-wrap {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

/* ---New Product--- */
.new-product-item {
  border: 1px solid #e7e7e7;
}

/* ---Feedback--- */
.feedback-area {
  padding-left: 40px;
  padding-right: 40px;
}

.feedback-area.with-bg {
  background-color: #0a0a0a30;
  padding-top: 50px;
  padding-bottom: 50px;
}

.feedback-area.with-bg .feedback-form .input-field,
.feedback-area.with-bg .feedback-form .textarea-field {
  background-color: #f9f9f9;
}

.feedback-area .heading {
  position: relative;
  line-height: 24px;
}

.feedback-area .heading:before {
  background-color: #0a0a0a;
  content: "";
  width: 9px;
  height: 17px;
  position: absolute;
  top: 0;
  left: -40px;
}

.feedback-area .rating-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 479px) {
  .feedback-area .rating-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .feedback-area .rating-box ul {
    padding-left: 0 !important;
    padding-top: 10px;
  }
}

.feedback-area .rating-box span {
  color: #000;
}

.feedback-form .group-input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767.98px) {
  .feedback-form .group-input {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.feedback-form .form-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.feedback-form .input-field,
.feedback-form .textarea-field {
  border: 1px solid #000;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  height: 50px;
}

.feedback-form .textarea-field {
  padding: 20px;
  height: 150px;
}

/* ---Single Product--- */
.single-product-img.with-border {
  -webkit-box-shadow: 1px 1px 5px 5px #000000ab;
          box-shadow: 1px 1px 5px 5px #000000ab;
  border: 1px solid #000;
}

.single-product-slider {
  border: 1px solid #000;
  margin-bottom: 10px;
}

.single-product-slider .single-img {
  display: block;
}

.single-product-content.with-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 115px;
}

.single-product-content > .title {
  color: #000;
  font-size: 30px;
}

.single-product-content .rating-box-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 479px) {
  .single-product-content .rating-box-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .single-product-content .rating-box-wrap .review-status {
    padding-left: 0 !important;
    padding-top: 5px;
  }
}

.single-product-content .rating-box-wrap .review-status span {
  font-size: 16px;
}

.single-product-content .short-desc {
  color: #050a08;
  line-height: 30px;
}

.single-product-content .quantity-with-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 479px) {
  .single-product-content .quantity-with-btn {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.single-product-content .quantity-with-btn li .cart-plus-minus {
  width: 100%;
}

@media (max-width: 479px) {
  .single-product-content .quantity-with-btn li .cart-plus-minus .cart-plus-minus-box {
    width: 100%;
  }
}

.single-product-content .quantity-with-btn li.add-to-cart .btn {
  border-radius: 25px;
}

.single-product-content .quantity-with-btn li a.custom-circle-btn {
  border-radius: 100%;
  padding: 0;
}

.single-product-content .quantity-with-btn li a.custom-circle-btn i {
  background-color: #0a0a0a;
  text-align: center;
  color: #fff;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 1.125rem;
  display: block;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.single-product-content .quantity-with-btn li a.custom-circle-btn:hover i {
  background-color: #2426b5;
  color: #020202;
}

.single-product-content .quantity-with-btn li:not(:last-child) {
  padding-right: 10px;
}

@media (max-width: 479px) {
  .single-product-content .quantity-with-btn li:not(:last-child) {
    padding-bottom: 10px;
  }
}

.single-product-content .price-box span {
  font-size: 24px;
}

.single-product-content .product-category {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 479px) {
  .single-product-content .product-category {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.single-product-content .product-category .title {
  margin-right: 10px;
  color: #000;
  font-weight: 400;
  font-size: 16px;
}

.single-product-content .product-category ul li {
  display: inline-block;
}

.single-product-content .product-category ul li a {
  color: #0a0a0a;
}

.single-product-content .product-category ul li a:hover {
  color: #2426b5;
}

.single-product-content .social-link ul li:not(:last-child) {
  padding-right: 15px;
}

.single-product-thumbs .swiper-slide {
  border: 2px solid #000;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.single-product-thumbs .swiper-slide:hover {
  opacity: 1;
}

/* ---Group quantity--- */
.grouped-qty {
  color: #000;
  font-size: 16px;
  line-height: 29px;
}

.grouped-qty .price-box span {
  font-size: 16px;
}

.grouped-qty .in-stock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.grouped-qty .in-stock i {
  margin-right: 5px;
}

.grouped-qty li {
  border-bottom: 1px solid #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 15px;
}

@media (max-width: 479px) {
  .grouped-qty li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .grouped-qty li .product-info {
    padding-top: 10px;
  }
}

.grouped-qty li:not(:first-child) {
  padding-top: 15px;
}

/* ---Selector Wrap--- */
.selector-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 479px) {
  .selector-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.selector-wrap .nice-select:focus, .selector-wrap .nice-select.open {
  border-color: #000302;
}

.selector-title {
  border-top: 1px solid #000000;
  border-left: 1px solid #000000;
  border-bottom: 1px solid #000000;
  height: 42px;
  line-height: 40px;
  padding-left: 30px;
  padding-right: 30px;
  width: 150px;
  text-align: center;
}

@media (max-width: 479px) {
  .selector-title {
    width: 100%;
    border-right: 1px solid #000000;
    border-bottom: 0;
  }
}