/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */



/*==========================================
    normalize
===========================================*/


  img {
    max-width: 100%;
    height: auto;
  }

.bg_img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; 
  }

.title span {
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
    font-weight: inherit;
}

.mr-1, .mx-1 {
    margin-right: 0.25rem !important;
}

.mt-1, .my-1 {
    margin-top: 0.25rem !important;
}

.button-group {
    display: inline-flex;
    overflow: hidden;
    flex-wrap: wrap;
    justify-content: center;
}

.b-none {
    border: none !important;
}

.section-text {
  margin-bottom: 47px; 
  position: relative;
  margin-top: -10px;
}
.section-text .section-title {
  font-size: 28px;
  line-height: 38px;
  color: rgb(248, 113, 21);
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.357;
}
.section-text .section-subtitle {
  font-size: 50px;
  line-height: 60px;
  color: rgb(20, 50, 80);
  font-weight: 500;
  margin: 11px 0 17px;
}
.section-text .section-description {
  font-size: 20px;
  line-height: 30px;
  color: rgb(43, 70, 97);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 575px) {
  .section-text .section-title {
    font-size: 16px;
    line-height: 26px;
  }
  .section-text .section-subtitle {
    font-size: 30px;
    line-height: 40px;
  }
  .section-text .section-description {
    font-size: 16px;
    line-height: 26px;
  }
}
.global-btn {
  text-decoration: none;
  padding: 11px 33px;
  border-radius: 50px;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  font-weight: 600;
  background-color: rgb(248, 113, 21);
  transition: all 0.3s ease;
  border: 1px solid transparent;
  text-transform: uppercase;
  box-shadow: 0px 10px 20px 0px rgba(20, 50, 80, 0.4);
}
.global-btn:focus{
  background-color: #fff;
  color: rgb(248, 113, 21);
  border: 1px solid rgb(248, 113, 21);
}
.global-btn:hover {
  background-color: #fff;
  color: rgb(248, 113, 21);
  transition: all 0.3s ease;
  border: 1px solid rgb(248, 113, 21);
}
.global-btn-second {
  font-size: 20px;
  line-height: 30px;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  text-decoration: none;
  padding: 10px 22px;
  border-radius: 50px;
  font-weight: 400;
  background-color: rgb(248, 113, 21);
  transition: all 0.3s ease;
  border: 1px solid transparent;
  box-shadow: 0px 10px 20px 0px rgba(20, 50, 80, 0.4);
}
.global-btn-second:focus{
  background-color: #fff;
  color: rgb(248, 113, 21);
  border: 1px solid rgb(248, 113, 21);
}
.global-btn-second:hover {
  background-color: #fff;
  color: rgb(248, 113, 21);
  transition: all 0.3s ease;
  border: 1px solid rgb(248, 113, 21);
}

.button-hover{
  position: relative;
}

.hover-effect{
  display: block;
  width: 200px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  line-height: 37px;
  text-decoration: none;
  color: #56585a;
  text-align: center;
  position: relative;
  transition: all .4s;
}

.hover-effect span {
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  left: 20px;
}

.hover-effect:before{
  position: absolute;
  content: "";
  background: url(../images/arrow-right.png) no-repeat center;
  top: 0;
  left: -5px;
  width: 0;
  height: 100%;
  background-color: #f87115;
  transition: all .4s;
  padding: 20px;
  border-radius: 50px;
}

.hover-effect:hover{
  color: #fff;
  background-color: #f87115;
  border-radius: 50px;
}

.hover-effect:hover:before{
  width: 100%;
  background: url(../images/arrow-right.png) no-repeat right;
  background-position: 175px 15px;
}

.hover-effect:hover span{
  left: -15px;
  color: #fff;
}

.font-28-semibold {
  font-size: 28px;
  line-height: 38px;
  color: rgb(20, 50, 80);
  font-weight: 600;
}
.font-24-regular {
  font-size: 24px;
  line-height: 34px;
  color: rgb(242, 242, 242);
  font-weight: 400;
}
.font-20-light {
  font-size: 20px;
  color: rgb(43, 70, 97);
  font-weight: 300;
  line-height: 30px;
}

.font-24-semibold {
    font-size: 30px;
    color: #030f27;
  line-height: 34px;
  font-weight: 600;
}
.font-18-semibold {
  font-size: 18px;
  color: rgb(20, 50, 80);
  font-weight: 600;
  line-height: 28px;
}

.font-18-normal {
  font-size: 18px;
  color: rgb(67, 91, 115);
  line-height: 28px;
}

.font-16-regular {
  font-size: 16px;
  color: #bac9e6;
  font-weight: 400;
  line-height: 26px;
}
.font-16-semibold {
  font-size: 16px;
  color: rgb(86, 88, 90);
  font-weight: 600;
  text-transform: uppercase;
  line-height: 26px;
}
.font-14-normal {
  font-size: 14px;
  color: rgb(67, 91, 115);
  line-height: 24px;
}

@media (max-width: 991px) {
    .section-title{
        font-size: 40px;
        line-height: 50px;
    }
    .navbar-collapse {
      max-height: 320px;
      overflow: auto;
    }
}

@media (max-width: 575px) {
    .section-title{
        font-size: 30px;
        line-height: 40px;
    }
}

.shadow-none {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-60-none{
    margin-bottom: -60px;
}

.mb-30-none{
    margin-bottom: -30px;
}

.mb-50-none{
    margin-bottom: -50px;
}

.mt-60 {
    margin-top: 60px;
}

.tx{
    text-align: right;
}

.mt-30 {
    margin-top: 30px;
}

.mt-60-none{
    margin-top: -60px;
}

.mb-90{
    margin-bottom: 90px;
}

.mb-90-none{
    margin-bottom: -90px;
}
.mb-5-none{
    margin-bottom: -5px;
}

.pt-80{
    padding-top: 80px;
}

.pt-170 {
    padding-top: 170px;
}

@media (max-width: 1199px) {
    .pt-170 {
        padding-top: 90px;
    }
}

@media (max-width: 575px) {
    .pt-170 {
        padding-top: 70px;
    }
}

.pb-170 {
    padding-bottom: 170px;
}

@media (max-width: 1199px) {
    .pb-170 {
        padding-bottom: 90px;
    }
}

@media (max-width: 575px) {
    .pb-170 {
        padding-bottom: 70px;
    }
}

.px-40 {
    padding-left: 40px;
    padding-right: 40px;
}

@media (max-width: 575px) {
    .px-40 {
        padding-left: 15px;
        padding-right: 15px;
    }
}

/*==========================================
    animate
===========================================*/
@-webkit-keyframes shapeani1 {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes shapeani1 {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes zoominoutsinglefeatured {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@keyframes zoominoutsinglefeatured {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@-webkit-keyframes move-wave {
  0% {
    -webkit-transform: translateX(0) translateZ(0) scaleY(1);
            transform: translateX(0) translateZ(0) scaleY(1);
  }
  50% {
    -webkit-transform: translateX(-25%) translateZ(0) scaleY(0.55);
            transform: translateX(-25%) translateZ(0) scaleY(0.55);
  }
  100% {
    -webkit-transform: translateX(-50%) translateZ(0) scaleY(1);
            transform: translateX(-50%) translateZ(0) scaleY(1);
  }
}
@keyframes move-wave {
  0% {
    -webkit-transform: translateX(0) translateZ(0) scaleY(1);
            transform: translateX(0) translateZ(0) scaleY(1);
  }
  50% {
    -webkit-transform: translateX(-25%) translateZ(0) scaleY(0.55);
            transform: translateX(-25%) translateZ(0) scaleY(0.55);
  }
  100% {
    -webkit-transform: translateX(-50%) translateZ(0) scaleY(1);
            transform: translateX(-50%) translateZ(0) scaleY(1);
  }
}
@keyframes icon-bubble {
  0% {
      -webkit-transform: scale(0.85);
      transform: scale(0.85);
      opacity: 1;
  }
  25% {
      -webkit-transform: scale(1.05);
      transform: scale(1.05);
      opacity: 0.8;
  }
  50% {
      -webkit-transform: scale(1.2);
      transform: scale(1.2);
      opacity: 0.55;
  }
  75% {
      -webkit-transform: scale(1.32);
      transform: scale(1.32);
      opacity: 0.3;
  }
  100% {
      -webkit-transform: scale(1.4);
      transform: scale(1.4);
      opacity: 0;
  }
}
@keyframes zoom-effect {
  0% {
      opacity: 0
  }
  30% {
      opacity: 1
  }
  60% {
      box-shadow: 0 0 0 50px #ff4343;
      opacity: 0
  }
  to {
      opacity: 0
  }
}


/*==========================================
   Product Details Page
===========================================*/

.product-details-section .overlay .xzoom-container .slick-initialized .slick-next {
  right: -1%;
  top: 36%;
  position: absolute;
  bottom: -10px;
  font-size: 20px;
  border-radius: 50%;
  background-color: white;
  box-shadow: 0 11px 22px 0 rgb(35 35 35 / 8%);
  border: none;
  height: 50px;
  width: 50px;
  padding: 0;
  line-height: 50px;
  outline: none;
}
.product-details-section .overlay .xzoom-container .slick-initialized .slick-prev {
  left: -1%;
  top: 36%;
  position: absolute;
  z-index: 1;
  bottom: -10px;
  font-size: 20px;
  border-radius: 50%;
  background-color: white;
  box-shadow: 0 11px 22px 0 rgb(35 35 35 / 8%);
  border: none;
  height: 50px;
  width: 50px;
  padding: 0;
  line-height: 50px;
  outline: none;
}
:focus {
  outline: none;
}
.product-details-section .overlay .xzoom-container .xzoom-thumbs {
  text-align: center;
  margin-bottom: 0;
  margin-top: 40px;
}
.product-details-section .overlay .xzoom-container .xactive {
  border: 1px solid #f87115;
}
.product-details-section .overlay .xzoom-container .slick-initialized button:hover {
  background-color: #f87115;
  transition: 0.5s;
}
.product-details-section .overlay .xzoom-container .slick-initialized button:hover i{
  color: white;
}
.product-details-section .overlay .xzoom-container .slick-initialized .slick-slide {
  margin: 0 20px;
}
.product-details-section .overlay .right-area {
  margin-top: 25px;
      padding-left: 30px;
}
.xzoom5 {
    border-radius: 8px;
}
.product-details-section .overlay .right-area .product-info .product-stock{
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 30px;
}
.product-details-section .overlay .right-area .product-info .product-stock .stock-box{
  display: inline-block;
}
.product-details-section .overlay .right-area .product-info .product-stock .stock-box .value-title{
  font-size: 16px;
  font-weight: 500;
  color: rgb(115, 115, 115);
  text-transform: uppercase;
  line-height: 26px;
}
.product-details-section .overlay .right-area .product-info .product-stock .stock-box .value-content{
  font-size: 16px;
  color: rgb(248, 113, 21);
  font-weight: 600;
  text-transform: uppercase;
  line-height: 26px;
}
.product-details-section .overlay .right-area .product-info .product-stock .stock-icon{
  float: right;
  display: inline-block;
}
.product-details-section .overlay .right-area .product-info .product-stock .stock-icon a i{
  color: #f5f8ff;
  border-radius: 50%;
  background-color: rgb(248, 113, 21);
  box-shadow: 0px 5px 10px 0px rgba(14, 36, 58, 0.2);
  font-size: 25px;
  padding: 15px;
  transition: all 0.3s;
  margin-left: 10px;
}
.product-details-section .overlay .right-area .product-info .product-stock .stock-icon a:hover i{
  background-color: #f5f8ff;
  color: rgb(248, 113, 21);
  transition: all 0.3s;
}
.product-details-section .overlay .right-area .product-info ul li .product-title{
      margin-bottom: 21px;
}
.product-details-section .overlay .right-area .product-info ul li .review-block {
  margin: 18px 0 8px 0;
}
.product-details-section .overlay .right-area .product-info ul li .review-block .star-review a {
  margin-right: -5px;
}
.product-details-section .overlay .right-area .product-info ul li .review-block .star-review .reviews {
  position: relative;
  margin-left: 32px;
}
.product-details-section .overlay .right-area .product-info ul li .review-block .star-review .reviews:before {
  position: absolute;
  content: '';
  background: #5b7086;
  width: 2px;
  height: 15px;
  left: -15px;
  top: 5px;
}
.product-details-section .overlay .right-area .product-info ul li .review-block .star-review a i{
  color: #f87115;
  margin-right: -5px;
}
.product-details-section .overlay .right-area .product-info .product-price p{
  font-size: 28px;
  color: rgb(20, 50, 80);
  text-transform: uppercase;
  font-weight: 400;
  line-height: 38px;
}
.product-details-section .overlay .right-area .product-info .product-price p span{
  font-size: 36px;
  line-height: 46px;
  font-weight: 600;
}
.product-details-section .overlay .right-area .product-info .offers{
  color: rgb(20, 50, 80);
  margin: 8px 0 15px;
}
.product-details-section .overlay .right-area .product-info .product-color{
  color: rgb(20, 50, 80);
  margin: 8px 0 22px;
}
.product-details-section .overlay .right-area .product-info .product-color .title{
  display: inline-block;
}
.product-details-section .overlay .right-area .product-info .product-color .color-list{
  font-weight: 600;
  display: inline-block;
}
.product-details-section .overlay .right-area .product-info .item-list ul li{
  display: inline-block;
  margin-right: 2px;
  border: 1px solid transparent;
  transition: all 0.3s;
}
.product-details-section .overlay .right-area .product-info .item-list ul li:hover{
  border: 1px solid #f87115;
  border-radius: 5px;
  transition: all 0.3s;
}
.product-details-section .overlay .right-area .product-info .shiping-area{
  margin: 21px 0 18px;
  display: flex;
}
.product-details-section .overlay .right-area .product-info .shiping-area h4{
  color: #143250;
  font-weight: 400;
}
.product-details-section .overlay .right-area .product-info .shiping-area ul li select {
  display: initial !important;
}
.product-details-section .overlay .right-area .product-info .shiping-area ul li .nice-select{
  display: none !important;
}
.product-details-section .overlay .right-area .product-info .shiping-area ul li select {
  position: relative;
  font-weight: 400;
  background: transparent;
  color: #143250;
  outline: none;
  border: none;
  padding: 0;
  margin-left: 15px;
  font-size: 14px;
  line-height: 24px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.product-details-section .overlay .right-area .product-info .shiping-area ul li{
  position: relative;
}
.product-details-section .overlay .right-area .product-info .shiping-area ul li:after{
  position: absolute;
  font-family: "IcoFont";
  content: "\EAB2";
  z-index: 2;
  color: #143250;
  top: -8px;
  width: 0;
  height: 0;
  pointer-events: none;
  margin-top: 7.008px;
  border-top-style: solid;
  border-bottom: none;
}
.product-details-section .overlay .right-area .product-info .refer-prize {
  margin: 26px 0 30px;
}
.product-details-section .overlay .right-area .product-info .refer-prize ul li {
  border: 1px solid #dfe1e4;
  display: inline-block;
  border-radius: 25px;
  padding: 5px 25px;
  text-transform: uppercase;
  margin-right: 10px;
}
.product-details-section .overlay .right-area .product-info .refer-price ul li a{
  color: #143250;
  font-size: 12px;
  line-height: 22px;
}
.product-details-section .qtySelector{
  width: 135px;
  height: 50px;
  margin: 0;
  background-color: rgb(242, 242, 242);
  border-radius: 50px;
  display: inline-block;
}
.product-details-section .qtySelector .decreaseQty{
  padding: 10px 11px;
  width: 50px;
  height: 100%;
  float: left;
  cursor: pointer;
  line-height: 2;
  color: #737373;
  border-radius: 50%;
  transition: all 0.3s;
}
.product-details-section .qtySelector i:hover{
  background: #f87115;
  color: #fff;
  transition: all 0.3s;
}
.product-details-section .qtySelector .decreaseQty.clicked{
	font-size: 12px;
	padding: 12px 5px;
}
.product-details-section .qtySelector .increaseQty{
  padding: 10px 11px;
  width: 50px;
  height: 100%;
  float: right;
  cursor: pointer;
  line-height: 2;
  color: #737373;
  border-radius: 50%;
  transition: all 0.3s;
}
.product-details-section .qtySelector .qtyValue{
	border: none;
	padding: 5px;
	width: 35px;
	height: 100%;
	float: left;
  text-align: center;
  background-color: rgb(242, 242, 242);
}
.product-details-section .input-counter {
  border-bottom: 1px solid #d9d9d9;
  border-top: 1px solid #d9d9d9;
  padding: 30px 0;
}
.product-details-section .input-counter .add-cart-btn {
  color: #fff;
  border-radius: 25px;
  background-color: rgb(248, 113, 21);
  padding: 0 30px;
  transition: all 0.3s;
  margin-left: 10px;
  font-size: 16px;
  line-height: 26px;
  text-transform: uppercase;
}
.product-details-section .input-counter .add-cart-btn:hover {
  background: #fff;
  color: rgb(248, 113, 21);
  box-shadow: 0px 5px 10px 0px rgba(14, 36, 58, 0.2);
}
.product-details-section .product-single-share {
  margin-top: 26px;
}
.product-details-section .product-single-share label {
  color: #143250;
  font-weight: 400;
  float: left;
}
.product-details-section .product-single-share ul li {
  float: left;
  margin: 0 15px;
}
.product-details-section .product-single-share ul li i{
  color: #b3b7c8;
  transition: all 0.3s;
  font-size: 20px;
}
.product-details-section .product-single-share ul li i:hover{
  color: #f87115;
  transition: all 0.3s;
}
.product-details-section .nav-tabs .nav-link.active{
    color: rgb(255, 255, 255);
    background: #da251c;
}
.product-details-section .nav-tabs{
    border: none;
    border-radius: 5px;
    /* padding: 10px 0; */
}
/* .product-details-section .nav-tabs li {
  margin: auto;
} */
.product-details-section .nav-tabs li a{
font-size: 20px;
    font-weight: 700;
    padding: 15px 40px;
    line-height: 24px;
    color: var(--global--color-secondary);
    border: 1px solid #eaeaea;
    border-radius: 5px;
    text-transform: uppercase;
	    background: #f6f6f6;
}
.product-details-section .tab-content .tab-pane .title.mb-30{
  margin-bottom: 12px;
}
.product-details-section .tab-content .tab-pane{
  border: 1px solid #dbdce4;
  margin-top: 40px;
  padding: 40px;
}
.product-details-section .overlay .tab-content{
  margin-bottom: 20px;
}
.product-details-section .tab-content .tab-content-wrapper ul li {
  font-size: 18px;
  color: rgb(67, 91, 115);
  line-height: 28px;
}
.product-details-section .tab-content .tab-content-wrapper .top-content li {
  font-size: 18px;
  color: rgb(67, 91, 115);
  line-height: 28px;
}
.product-details-section .tab-content .tab-content-wrapper-second .top-content li {
  font-size: 18px;
  color: rgb(20, 50, 80);
  line-height: 28px;
  font-weight: 500;
}
.product-details-section .tab-content .tab-content-wrapper-second .top-content li span{
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
}
.product-details-section .tab-content .tab-content-wrapper-second .mid-content li {
  font-size: 18px;
  color: rgb(67, 91, 115);
  line-height: 28px;
}
.product-details-section .tab-content .tab-content-wrapper-fifth .averages-review .rating {
  font-size: 18px;
  line-height: 28px;
  color: rgb(67, 91, 115);
}
.product-details-section .tab-content .tab-content-wrapper-fifth .averages-review .rating span{
  font-size: 60px;
  line-height: 70px;
  color: rgb(248, 113, 21);
  font-weight: 900;
}

.product-details-section .tab-content .tab-content-wrapper-fifth .averages-review {
  border: 1px solid #dee2e6;
  border-radius: 5px;
  padding: 30px 0;
}
.product-details-section .tab-content .tab-content-wrapper-fifth .averages-review .review-block {
  margin: 18px 0 8px 0;
}
.product-details-section .tab-content .tab-content-wrapper-fifth .averages-review .review-block .star-review .reviews {
  margin: 0;
  display: block;
}
.product-details-section .tab-content .tab-content-wrapper-fifth .averages-review .review-block .star-review a i{
  color: #f87115;
  margin-right: -5px;
}

.product-details-section .tab-content .tab-content-wrapper-fifth .pagination{
  display: flex;
  margin-bottom: -40px;
}
.product-details-section .tab-content .tab-content-wrapper-fifth ul{
  position: relative;
  display: grid;
}
.product-details-section .tab-content .tab-content-wrapper-fifth ul li{
  margin-bottom: 20px;
}
.product-details-section .tab-content .tab-content-wrapper-fifth ul .rating-point{
  position: absolute;
}
.product-details-section .tab-content .tab-content-wrapper-fifth ul .rating-point span{
  font-size: 18px;
  line-height: 28px;
  color: rgb(67, 91, 115);
}
.product-details-section .tab-content .tab-content-wrapper-fifth ul .progress{
  position: absolute;
  width: 75%;
  height: 11px;
  margin-left: 15%;
  margin-top: 10px;
  border-radius: 50px;
  background: #dde7fc;
}
.product-details-section .tab-content .tab-content-wrapper-fifth ul .progress-bar.full{
  width: 100%;
  background: #f87115;
}
.product-details-section .tab-content .tab-content-wrapper-fifth ul .progress-bar.eighty{
  width: 80%;
  background: #f87115;
}
.product-details-section .tab-content .tab-content-wrapper-fifth ul .review-count{
  float: right;
  font-size: 18px;
  line-height: 28px;
  color: rgb(67, 91, 115);
}

.product-details-section .tab-content .tab-pane.fifth{
  border: none;
  margin: 0;
  padding: 0;
}
.product-details-section .tab-content .top-content-fifth{
  border: 1px solid #dbdce4;
  margin-top: 40px;
  padding: 40px;
}

.product-details-section .tab-content .tab-content-wrapper-fifth .single-comment{
  border: 1px solid #d0d6dc;
  padding: 30px;
}
.product-details-section .tab-content .tab-content-wrapper-fifth .comment-single .avatar{
  float: left;
  margin-right: 30px;
}
.product-details-section .tab-content .tab-content-wrapper-fifth .comment-single .avatar img {
  border-radius: 50%;
  border: 1px solid #f8741b;
}
.product-details-section .tab-content .tab-content-wrapper-fifth .comment-single .comnt-text {
  width: 85%;
  float: left;
  position: relative;
}
.product-details-section .tab-content .tab-content-wrapper-fifth .comment-single .comnt-text .reply-icon{
  position: absolute;
  right: 0;
  top: 0;
}
.product-details-section .tab-content .tab-content-wrapper-fifth .comment-single .comnt-text .reply-icon a {
  color: #f50!important;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
}
.product-details-section .tab-content .tab-content-wrapper-fifth .comment-single .comnt-text .comnt-info h5{
  font-weight: 600;
  margin: 0;
  display: inline-block;
}
.product-details-section .tab-content .tab-content-wrapper-fifth .comment-single .comnt-text .comnt-info .review-block {
  margin-left: 15px;
  display: inline-block;
}
.product-details-section .tab-content .tab-content-wrapper-fifth .comment-single .comnt-text .comnt-info .review-block .star-review a i{
  color: #f87115;
  margin-right: -5px;
}
.product-details-section .tab-content .tab-content-wrapper-fifth .comment-single .comnt-text .comnt-info .date-area{
  font-size: 14px;
  line-height: 24px;
  color: rgb(98, 118, 138);
  margin: 11px 0 20px;
}
.product-details-section .tab-content .tab-content-wrapper-fifth .comment-single .comnt-text p{
  color: rgba(20, 50, 80, 0.902);
}
/* .pagination {
  display: flex!important;
  margin-bottom: -60px;
}
.pagination li {
  padding: 0 10px;
}
.pagination li a i {
  color: #435b73;
}
.pagination li a:hover i {
  color: #f87115;
}
.pagination li a {
  background: #fff;
  width: 50px;
  height: 50px;
  display: inline-block;
  border-radius: 50%;
  line-height: 3;
  text-align: center;
  color: #f87115;
  transition: all 0.3s;
}
.pagination li a:hover {
  background: #f87115;
  color: #fff;
  transition: all 0.3s;
}
.pagination li a {
  color: #435b73;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
}
.pagination li .pagination-btn {
  width: 70px;
  height: 70px;
  line-height: 3;
}
.pagination li .pagination-btn:hover {
  background: initial;
  color: #f87115;
} */
.product-details-section .tab-content .tab-content-wrapper-fifth .comment-form h3 {
  font-size: 28px;
  line-height: 38px;
}
.product-details-section .tab-content .tab-content-wrapper-fifth .comment-form .star-area h5 {
  display: inline-block;
  color: rgba(20, 50, 80, 0.902);
}
.product-details-section .tab-content .tab-content-wrapper-fifth .comment-form .star-area .star-list {
  display: inline-flex;
}
.product-details-section .tab-content .tab-content-wrapper-fifth .comment-form .star-area ul li {
  float: left;
  margin-right: 20px;
  padding-right: 20px;
  border-right: 1px solid #e2e2e2;
}
.product-details-section .tab-content .tab-content-wrapper-fifth .comment-form .star-area ul li:nth-last-child(1) {
  border: none;
  margin: 0;
  padding: 0;
} 
.product-details-section .tab-content .tab-content-wrapper-fifth .comment-form .star-area ul li .star i{
  color: #e2e2e2;
}
.product-details-section .tab-content .tab-content-wrapper-fifth .comment-form .star-area ul li i{
  color: #f87115;
  margin-right: -5px;
}
.product-details-section .tab-content .tab-content-wrapper-fifth .comment-form input{
  font-size: 14px;
  line-height: 24px;
  color: rgba(51, 51, 51, 0.6);
  outline: none;
  border: none;
  border-bottom: 1px solid #d5d6d9;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding-left: 5%;
  margin-bottom: 40px;
}
.product-details-section .tab-content .tab-content-wrapper-fifth .comment-form textarea{
  font-size: 14px;
  line-height: 24px;
  color: rgba(51, 51, 51, 0.6);
  outline: none;
  border: none;
  border-bottom: 1px solid #d5d6d9;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding-left: 5%;
}
.product-details-section .tab-content .tab-content-wrapper-fifth .comment-form input:hover{
  border-bottom: 1px solid #f87115;
}
.product-details-section .tab-content .tab-content-wrapper-fifth .comment-form textarea:hover{
  border-bottom: 1px solid #f87115;
}
.product-details-section .tab-content form .global-btn{
  border-radius: 5px;
}
.product-details-section .owl-item{
  display: inline-block;
}
.product-details-section .owl-nav{
  display: none;
}

/*==========================================
   responsive section
===========================================*/
@media (max-width: 767px) { 
  .scrollToTop {
    display: none;
  }
}

@media (max-width: 991px) {
  .traje-navbar {
    background: #e2edfe;
  }
  .traje-navbar .logo-section .navbar-brand .main-logo {
    display: none;
  }
  .traje-navbar .logo-section .navbar-brand .res-logo{
    display: initial;
    width: 40%;
  }
  .navbar-nav {
    background-color: transparent;
    border-radius: 0;
    padding: 0;
  }
  .traje-navbar .nav-main .navbar-nav .nav-item {
    padding: 5px 20px;
  }
  .traje-navbar .nav-main .navbar-nav .nav-item.b-none {
    margin-bottom: -10px;
  }
  
}

@media only screen and (min-width: 1150px) and (max-width: 1400px) {
  .footer-section .overlay {
    background-position: 25% 100%;
  }
  .banner-section.inner-banner-area .overlay {
    background-size: 100% 100%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {

  .section-text .section-title {
    font-size: 20px;
    line-height: 30px;
  }
  .section-text .section-subtitle {
    font-size: 40px;
    line-height: 50px;
  }
  .section-text .section-description {
    font-size: 20px;
    line-height: 30px;
  }

  .traje-navbar .logo-section .navbar-brand .main-logo {
    max-width: 90%;
  }
  .traje-navbar .nav-main .navbar-nav .nav-item {
    padding: 5px 5px;
  }
  .traje-navbar .nav-main .navbar-nav .nav-item .nav-link {
    line-height: 3;
  }

  .shop-cart-section .overlay .table-responsive{
    display: block;
  }
  .preloader {
    background-size: 250px 250px;
  }
  .d-sm-inline{
    display: inline-block!important;
  }
  .banner-section .overlay .banner-text h2 {
    font-size: 70px;
    line-height: 80px;
  }
  .font-24-regular {
    font-size: 20px;
    line-height: 30px;
  }
  .font-24-semibold {
    font-size: 20px;
    line-height: 30px;
  }
  .not-enough-section .overlay .not-enough-left-area .total-circle:before {
    content: "";
    width: 74%;
    height: 0;
    padding-bottom: 71%;
    top: 153px;
    left: 13%;
  }
  .about-us-section {
    margin-top: 0px;
  }
  .about-us-section .overlay {
    background-size: 100% 55%;
    background-position: 0 70px;
    padding-bottom: 100px;
  }
  .latest-product-section .latest-product img{
    width: 100%;
  }
  .latest-product-section .latest-product .text-area{
    padding: 25px 20px 40px;
  }
  .choose-us-section .choose-us-left:before {
    height: 360px;
  }
  .specialist-styles-section .slick-initialized .slick-prev {
    left: 37%;
  }
  .specialist-styles-section .slick-initialized .slick-next {
    right: 37%;
  }
  .shop-brand-section .overlay .shop-brand-carousel .brand-item {
    text-align: center;
  }
  .latest-product-section .latest-product img{
    width: 100%;
  }
  .footer-section .overlay {
    background-position: 26%;
    padding-top: 85px;
  }
  .footer-section .overlay .section-text .subscribe button {
    padding: 15px 12px;
    font-size: 14px;
    line-height: 24px;
  }
  .footer-section .overlay .section-text .subscribe input {
    padding: 15px 153px 15px 25px;
  }
  .footer-section .overlay .section-text {
    margin-bottom: 0;
  }
  .footer-section .overlay .footer-bottom .footer-bottom-left {
    text-align: center;
  }

  /*==========================================
    Inner Pages
  ===========================================*/
  .traje-navbar .nav-main .navbar-nav .nav-item .logo-section {
    margin-top: -30px;
  }
  .banner-section.inner-banner-area .overlay .banner-text h2 {
    font-size: 70px;
    line-height: 80px;
  }
  .banner-section.inner-banner-area .overlay {
    padding: 250px 0 70px 0;
    background-position: 31%;
  }
  .product-widget-section .overlay .latest-product .text-area {
    background-color: rgb(245, 248, 255);
    padding: 40px 15px 30px;
  }
  .product-widget-section .overlay .latest-product .text-area .review-block .star-review .border-right {
    margin: 10px -3px -5px 10px;
  }
  .product-widget-section .overlay .latest-product .hover-effect {
    width: 185px;
  }
  .product-widget-section .overlay .widget-box ul li a i {
    margin-right: -8px;
  }
  .product-widget-section .overlay .latest-product .text-area .review-block .star-review a i {
    margin-right: -8px;
  }
  .product-widget-section .overlay .product-grid-view.list-style .latest-product .right-part {
    padding: 40px 15px 30px 30px;
  }
  .product-widget-section .overlay .product-grid-view.list-style .latest-product .text-area1 {
    margin-right: -15px;
  }
  .product-widget-section .overlay .product-grid-view.list-style .latest-product .right-area {
    margin-left: 35px;
  }
  .product-widget-section .overlay .product-grid-view.list-style .latest-product .right-area:after {
    left: -11px;
  }

  .product-details-section .tab-content .tab-content-wrapper-fifth .single-comment {
    padding: 15px;
  }
  .product-details-section .tab-content .tab-content-wrapper-fifth .single-comment .comment-single{
    display: flex;
  }
  .product-details-section .tab-content .tab-content-wrapper-fifth .comment-single .avatar {
   margin-right: -40px;
  }
  .product-details-section .tab-content .tab-content-wrapper-fifth .comment-single .avatar img {
    border-radius: 50%;
    width: 55%;
  }
  .shop-cart-section .overlay .row.mb-90{
    margin-bottom: 55px;
  }
  .we-operate-section .total-item {
    padding: 40px 30px 40px 30px;
  }
  .we-operate-section .total-item .single-item{
    padding: 0 5px;
  }
  .shop-cart-section .overlay .table td, .table th {
    padding: 20px 27px;
  }
  .contact-section .single-item {
    background-image: linear-gradient(to top, rgba(255, 255, 255, 0), rgb(255, 255, 255));
    padding: 35px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  .section-text .section-title {
    font-size: 18px;
    line-height: 28px;
  }
  .section-text .section-subtitle {
    font-size: 36px;
    line-height: 46px;
  }
  .section-text .section-description {
    font-size: 18px;
    line-height: 28px;
  }
  .traje-content-center {
    justify-content: center !important;
    display: flex;
  }
  .header-section .header-top .header-right {
    margin: 10px 0 10px 0;
  }
  .header-section .header-top .header-right .header-right-list {
    margin: 7px 12px;
  }
  .header-section .header-top .header-left .header-left-list {
    margin: 7px 4px;
  }
  .header-section .header-top .header-right .header-right-list .header-dropdown {
    margin: 0;
  }
  .about-us-section .overlay .about-us-left {
    display: none;
  }
  .shop-cart-section .overlay .table-responsive{
    display: block;
  }
  .preloader {
    background-size: 250px 250px;
  }
  .d-sm-inline{
    display: inline-block!important;
  }
  .banner-section .overlay .banner-text h2 {
    font-size: 65px;
    line-height: 75px;
  }
  .font-24-regular {
    font-size: 18px;
    line-height: 28px;
  }
  .font-24-semibold {
    font-size: 18px;
    line-height: 28px;
  }
  .not-enough-section .overlay .not-enough-left-area .total-circle:before {
    content: "";
    width: 74%;
    height: 0;
    padding-bottom: 71%;
    top: 153px;
    left: 13%;
  }
  .global-btn-second {
    font-size: 16px;
    line-height: 26px;
  }
  .affiliate-benefits-section .right-area{
    margin-top: 20px;
  }
  .shop-brand-section .overlay .shop-brand-carousel .brand-item {
    text-align: center;
  }
  .latest-product-section .latest-product img{
    width: 100%;
  }
  .choose-us-section .choose-us-left .choose-us-bg {
    padding: 0 10% 5% 10%;
  }
  .about-us-section {
    margin-top: 0px;
  }
  .about-us-section .overlay {
    background-size: 100% 52%;
    padding-bottom: 90px;
  }
  .testimonials-section .testimonial-right-slide{
    margin-bottom: -50px;
  }
  .specialist-styles-section .slick-initialized .slick-next {
    right: 33%;
  }
  .specialist-styles-section .slick-initialized .slick-prev {
    left: 33%;
  }
  .footer-section .overlay {
    background-position: 21%;
    padding-top: 85px;
  }
  .footer-section .overlay .section-text .subscribe button {
    padding: 15px 12px;
    font-size: 14px;
    line-height: 24px;
  }
  .footer-section .overlay .section-text .subscribe input {
    padding: 15px 153px 15px 25px;
  }
  .footer-section .overlay .section-text {
    margin-bottom: 0;
  }
  .footer-section .overlay .footer-bottom .footer-bottom-left {
    text-align: center;
    margin-bottom: 15px;
  }

  /*==========================================
    Inner Pages
  ===========================================*/
  .banner-section.inner-banner-area .overlay .banner-text h2 {
    font-size: 65px;
    line-height: 75px;
  }
  .banner-section.inner-banner-area .overlay {
    padding: 225px 0 45px 0;
    background-position: 20%;
  }
  .affiliate-choose-section .affiliate-choose-item .single-item span {
    font-size: 40px;
    line-height: 50px;
  }
  .product-widget-section .overlay .latest-product .text-area {
    background-color: rgb(245, 248, 255);
    padding: 40px 15px 30px;
  }
  .product-widget-section .overlay .product-md-grid{
    width: 100% !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .product-widget-section .overlay .product-md-grid .widget-box{
    flex: 0 0 calc(100% / 2 - 15px);
    -ms-flex: 0 0 calc(100% / 2 - 15px);
    max-width: calc(100% / 2 - 15px);
  }
  .product-widget-section .overlay .latest-product .text-area .review-block .star-review .border-right {
    margin: 10px -3px -5px 10px;
  }
  .product-widget-section .overlay .latest-product .hover-effect {
    width: 185px;
  }
  .product-widget-section .overlay .latest-product .text-area .review-block .star-review a i {
    margin-right: -8px;
  }
  .product-widget-section .overlay .product-grid-view.list-style .latest-product .right-part {
    padding: 40px 15px 30px 30px;
  }
  .product-widget-section .overlay .product-grid-view.list-style .latest-product .text-area1 {
    margin-right: -15px;
  }
  .product-widget-section .overlay .product-grid-view.list-style .latest-product .right-area {
    margin-left: 35px;
  }
  .product-widget-section .overlay .product-grid-view.list-style .latest-product .right-area:after {
    left: -11px;
  }
  .product-widget-section .overlay .product-grid-view .product-item {
    flex: 0 0 calc(100% / 2 - 15px);
    -ms-flex: 0 0 calc(100% / 2 - 15px);
    max-width: calc(100% / 2 - 15px);
  }
  .product-details-section .mb-90 {
    margin-bottom: 50px;
  }
  .product-details-section .nav-tabs li {
    margin: 5px auto;
    padding-left: 5px;
  }
  .product-details-section .tab-content .tab-pane {
    padding: 15px;
  }
  .product-details-section .tab-content .top-content-fifth {
    padding: 15px;
  }
  .product-details-section .tab-content .tab-content-wrapper-fifth ul .progress {
    width: 57%;
    height: 10px;
    margin-left: 25%;
    margin-top: 9px;
  }
  .product-details-section .tab-content .tab-content-wrapper-fifth .averages-review {
    margin-bottom: 20px;
  }
  .product-details-section .tab-content .tab-content-wrapper-fifth .single-comment {
    padding: 15px;
  }
  .product-details-section .tab-content .tab-content-wrapper-fifth .single-comment .comment-single{
    display: flex;
  }
  .product-details-section .tab-content .tab-content-wrapper-fifth .comment-single .avatar {
   margin-right: -40px;
  }
  .product-details-section .tab-content .tab-content-wrapper-fifth .comment-single .avatar img {
    border-radius: 50%;
    width: 55%;
  }
  .product-details-section .overlay .right-area .product-info .product-stock {
    text-align: center;
    margin: 50px 0;
    padding-bottom: 55px;
  }
  .product-details-section .overlay .right-area .product-info .product-stock .stock-icon {
    float: initial;
    margin-top: 30px;
  }
  .product-details-section .overlay .right-area .product-info .refer-prize ul li {
    margin-bottom: 15px;
  }
  .product-details-section .product-single-share ul li {
    margin: 0 10px;
  }
  .shop-cart-section .overlay .table td, .table th {
    padding: 20px 4px;
  }
  .shop-cart-section .overlay .form-group button {
    padding: 12px 40px;
  }
  .shop-cart-section .overlay .cart-page-right {
    margin-left: 0;
  }
  .choose-us-section .choose-us-left:before {
    display: none;
  }
  .choose-us-section .section-text {
    margin-bottom: 0;
  }
  .testimonials-section .overlay .testimonial-left {
    height: 250px;
    margin-bottom: 40px;
  }
  .shop-cart-section .overlay .row.mb-90{
    margin-bottom: 45px;
  }
  .we-operate-section .total-item {
    width: 100% !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 40px 40px;
    border-top-left-radius: initial;
    border-bottom-left-radius: initial;
  }
  .we-operate-section .total-item .single-item{
    flex: 0 0 calc(100% / 2 - 15px);
    -ms-flex: 0 0 calc(100% / 2 - 15px);
    max-width: calc(100% / 2 - 15px);
  }
  .we-operate-section .section-text {
    margin-left: 4%;
  }
  .faq-section .tab-content {
    margin: 0;
  }
  .faq-section .tab-content .accordion .card-header .btn-link:before {
    top: 50%;
    right: 5px;
  }
  .faq-section .tab-content .accordion .card-header button {
    padding: 15px 50px 15px 10px;
    font-size: 18px;
    line-height: 28px;
  }
  .faq-section .tab-content .accordion .card .card-body {
    font-size: 16px;
    line-height: 26px;
  }
  .affiliate-choose-section {
    background-size: cover;
    background-position: 30%;
  }
  .affiliate-choose-section .affiliate-choose-item .single-item {
    margin: 0 5px;
    height: 160px;
  }
  .affiliate-choose-section .affiliate-choose-bottom {
    padding: 30px 10px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-text .section-title {
    font-size: 18px;
    line-height: 28px;
  }
  .section-text .section-subtitle {
    font-size: 36px;
    line-height: 46px;
  }
  .section-text .section-description {
    font-size: 18px;
    line-height: 28px;
  }
  .traje-content-center {
    justify-content: center !important;
    display: flex;
  }
  .shop-cart-section .overlay .table-responsive{
    display: block;
  }
  .header-section .header-top .nice-select .current, .header-section .header-top .nice-select ul li {
    font-size: 14px !important;
    line-height: 24px;
  }
  .header-section .header-top .header-right .header-right-list {
    float: right;
    margin: 0 0 20px 0;
  }
  .header-section .header-top .header-left .header-left-list {
    margin: 8px 10px 5px 0;
  }
  .header-section .header-top .header-right .nice-select {
    margin-right: -8px;
  }
  .header-section .header-top .header-right .header-right-list .header-right-text {
    font-size: 14px !important;
    line-height: 24px;
  }
  .header-section .header-top .header-right .header-right-list .header-dropdown {
    margin: 0;
  }
  /* p, span, li {
    font-size: 16px!important;
    line-height: 16px;
  } */
  .hover-effect span {
    left: 25px;
  }
  .hover-effect {
    width: 175px;
  }
  .hover-effect:hover:before {
    background-position: 150px 15px;
  }
  .about-us-section {
    margin-top: -20px;
  }
  .shop-cart-section .overlay .table-responsive{
    display: block;
  }
  .preloader {
    background-size: 250px 250px;
  }
  .d-sm-inline{
    display: inline-block!important;
  }
  .pagination li a.active,
  .pagination li a:hover {
    color: #f87115;
    background: transparent;
  }
  .we-operate-section .section-text {
    margin-left: 4%;
  }
  .banner-section .overlay .banner-text h2 {
    font-size: 60px;
    line-height: 70px;
  }
  .banner-section.index-area .overlay {
    padding: 320px 0 210px 0;
  }
  .our-product-section .overlay .our-product {
    width: 100px;
    height: 100px;
  }
  .font-24-regular {
    font-size: 18px;
    line-height: 1.6;
  }
  .font-24-semibold {
    font-size: 18px;
  }
  .latest-product-section .slick-slide img {
    display: initial;
  }
  .about-us-section .overlay .about-us-left{
    display: none;
  }
  .about-us-section .overlay {
    background-position: 0% 110px;
    padding-bottom: 80px;
  }
  .specialist-styles-section .overlay {
    background-size: auto;
  }
  .not-enough-section .overlay .not-enough-left-area .total-circle:before {
    content: "";
    width: 96%;
    height: 0;
    padding-bottom: 92%;
    top: 139px;
    left: 10px;
  }
  .affiliate-benefits-section .right-area{
    margin-top: 20px;
  }
  .specialist-styles-section .slick-initialized .slick-next {
    right: 30%;
  }
  .specialist-styles-section .slick-initialized .slick-prev {
    left: 30%;
  }
  .shop-brand-section .overlay .section-subtitle::before,
  .shop-brand-section .overlay .section-subtitle::after{
    display: none;
  }
  .global-btn-second {
    font-size: 16px;
    line-height: 26px;
  }
  .shop-brand-section .overlay .shop-brand-carousel .brand-item {
    text-align: center;
  }
  .footer-section .overlay {
    background-position: 25%;
    padding-top: 85px;
  }
  .footer-section .overlay .section-text .subscribe button {
    padding: 15px 12px;
    font-size: 14px;
    line-height: 24px;
  }
  .footer-section .overlay .section-text .subscribe input {
    padding: 15px 153px 15px 25px;
  }
  .footer-section .overlay .section-text {
    margin-bottom: 35px;
  }
  .footer-section .overlay .footer-bottom .footer-bottom-left {
    text-align: center;
  }

  /*==========================================
    Inner Pages
  ===========================================*/

  .banner-section.inner-banner-area .overlay {
    padding: 270px 0 40px 0;
    background-position: 20%;
  }
  .banner-section.inner-banner-area .overlay .banner-text h2 {
    font-size: 60px;
    line-height: 70px;
  }
  .product-widget-section .overlay .latest-product .img-area {
    height: initial;
  }
  .about-traje-section .overlay .about-traje-left .about-single .number-area span {
    font-size: 30px !important;
    line-height: 40px;
  }
  .affiliate-choose-section .affiliate-choose-item .single-item span {
    font-size: 30px !important;
    line-height: 40px;
  }
  .product-widget-section .overlay .filter-area .view-style-toggle-area {
    display: none;
  }
  .product-widget-section .overlay .filter-area .sort-field {
    margin-bottom: 20px;
  }
  .product-widget-section .overlay .product-grid-view .product-item {
    flex: 0 0 calc(100% / 1 - 15px);
    -ms-flex: 0 0 calc(100% / 1 - 15px);
    max-width: calc(100% / 1 - 15px);
  }
  .pagination li {
    padding: 0;
    margin: 5px;
  }
  .pagination li a {
    width: 0;
    padding: 10px;
    height: 0;
  }
  .pagination li a:hover {
    background: #fff;
    color: #f87115;
  }
  .product-details-section .mb-90 {
    margin-bottom: 50px;
  }
  .product-details-section .nav-tabs li {
    margin: 5px auto;
    padding-left: 5px;
  }
  .product-details-section .tab-content .tab-pane {
    padding: 15px;
  }
  .product-details-section .tab-content .top-content-fifth {
    padding: 15px;
  }
  .product-details-section .tab-content .tab-content-wrapper-fifth ul .progress {
    width: 57%;
    height: 10px;
    margin-left: 25%;
    margin-top: 9px;
  }
  .product-details-section .tab-content .tab-content-wrapper-fifth .averages-review {
    margin-bottom: 20px;
  }
  .product-details-section .tab-content .tab-content-wrapper-fifth .single-comment {
    padding: 15px;
  }
  .product-details-section .tab-content .tab-content-wrapper-fifth .single-comment .comment-single{
    display: flex;
  }
  .product-details-section .tab-content .tab-content-wrapper-fifth .comment-single .avatar {
   margin-right: -40px;
  }
  .product-details-section .tab-content .tab-content-wrapper-fifth .comment-single .avatar img {
    border-radius: 50%;
    width: 55%;
  }
  .pagination li {
    padding: 0;
    margin: 5px;
  }
  .pagination li a {
    width: 0;
    padding: 10px;
    height: 0;
  }
  .product-details-section .overlay .right-area .product-info .product-stock {
    text-align: center;
    margin: 50px 0;
    padding-bottom: 55px;
  }
  .product-details-section .overlay .right-area .product-info .product-stock .stock-icon {
    float: initial;
    margin-top: 30px;
  }
  .product-details-section .overlay .right-area .product-info .refer-prize ul li {
    margin-bottom: 15px;
  }
  .product-details-section .product-single-share ul li {
    margin: 0 10px;
  }
  .checkout-section .checkout-left-area .cash-credit span {
    font-size: 30px !important;
    line-height: 40px;
  }
  .product-widget-section .overlay .product-grid-view.list-style .latest-product .img-area {
    height: auto;
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
  }
  .product-widget-section .overlay .latest-product .img-area img {
    width: 100%;
    border: 0 solid;
    padding: 0;
    border-top-right-radius: 14px 10px;
    border-top-left-radius: 15px 5px;
  }
  .product-widget-section .overlay .product-grid-view.list-style .latest-product .text-area1 {
    display: inline-block;
    max-width: 100%;
  }
  .product-widget-section .overlay .product-grid-view.list-style .latest-product .right-area:after {
    display: none;
  }
  .product-widget-section .overlay .product-grid-view.list-style .latest-product .img-area .prize-area {
    padding: 10px 10px;
    top: initial;
    bottom: -18px;
    right: 15px;
  }
  .product-widget-section .overlay .product-grid-view.list-style .latest-product .right-part {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
  }
  .product-widget-section .overlay .product-grid-view.list-style .latest-product .right-area {
    float: left;
    margin-left: 150px;
  }
  .shop-cart-section .overlay .table td, .table th {
    padding: 20px 50px;
  }
  .shop-cart-section .overlay .table-responsive tbody tr th {
    display: flex;
    align-items: center;
  }
  .shop-cart-section .overlay .shop-cart-top .shop-cart-left {
    margin-bottom: 20px;
  }
  .shop-cart-section .overlay .form-group button {
    padding: 10px 30px;
  }
  .shop-cart-section .overlay .cart-page-right {
    margin: 0;
  }
  .choose-us-section .choose-us-left:before {
    display: none;
  }
  .choose-us-section .section-text {
    margin-bottom: 0;
  }
  .testimonials-section .overlay .testimonial-left {
    height: 250px;
    margin-bottom: 40px;
  }
  .we-operate-section .total-item {
    width: 100% !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 40px 40px;
    border-top-left-radius: initial;
    border-bottom-left-radius: initial;
  }
  .we-operate-section .total-item .single-item{
    flex: 0 0 calc(100% / 1 - 15px);
    -ms-flex: 0 0 calc(100% / 1 - 15px);
    max-width: calc(100% / 1 - 15px);
  }
  .faq-section .tab-content {
    margin: 0;
  }
  .faq-section .tab-content .accordion .card-header .btn-link:before {
    top: 50%;
    right: 5px;
  }
  .faq-section .tab-content .accordion .card-header button {
    padding: 15px 50px 15px 10px;
    font-size: 16px;
    line-height: 26px;
  }
  .faq-section .tab-content .accordion .card .card-body {
    font-size: 15px;
    line-height: 25px;
  }
  .affiliate-choose-section {
    background-size: cover;
    background-position: 30%;
  }
  .affiliate-choose-section .affiliate-choose-item{
    width: 100% !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: -30px;
  }
  .affiliate-choose-section .affiliate-choose-item .single-item{
    flex: 0 0 calc(100% / 2 - 15px);
    -ms-flex: 0 0 calc(100% / 2 - 15px);
    max-width: calc(100% / 2 - 15px);
    margin-bottom: 30px;
    height: 230px;
  }
  .affiliate-choose-section .affiliate-choose-bottom {
    padding: 30px 10px;
  }
  .contact-section .section-text .section-description {
    width: 100%;
  }
  .contact-section .single-item {
    padding: 35px;
  }
  .contact-form-section .contact-form-area {
    padding: 45px 10px;
  }
  .contact-form-section .comment-form button {
    padding: 12px 20px;
    border-radius: 5px;
    font-size: 16px;
    line-height: 26px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 575px) {
  .shop-cart-section .overlay .table-responsive{
    display: block;
  }
  .traje-content-center {
    justify-content: center !important;
    display: flex;
  }
  .header-section .header-top .header-right {
    margin: 20px 0 15px -30px;
  }
  .header-section .header-top .nice-select .current, .header-section .header-top .nice-select ul li {
    font-size: 14px !important;
    line-height: 24px;
  }
  .header-section .header-top .header-right .header-right-list .header-right-text a{
    font-size: 14px !important;
    line-height: 24px;
  }
  p, span, li {
    font-size: 16px!important;
    line-height: 26px;
  }
  .shop-cart-section .overlay .table-responsive{
    display: block;
  }
  .we-operate-section .section-text {
    margin-left: 4%;
  }
  .preloader {
    background-size: 250px 250px;
  }
  .d-sm-inline{
    display: inline-block!important;
  }
  .choose-us-section .choose-us-left .choose-us-bg {
    padding: 0 10% 10% 10%;
  }
  .testimonials-section .overlay {
    background-size: 15% 96%;
  }
  .banner-section .overlay .banner-text h2 {
    font-size: 50px;
    line-height: 60px;
  }
  .banner-section.index-area .overlay {
    padding: 280px 0 190px 0;
  }
  .about-us-section .overlay {
    background-size: 100% 65%;
    padding-bottom: 231px;
  }
  .about-us-section .overlay .about-us-left img{
    display: none;
  }
  .about-us-section .overlay {
    background-size: 100% 52%;
    padding-bottom: 70px;
  }
  .shop-brand-section .overlay .section-subtitle::after,
  .shop-brand-section .overlay .section-subtitle::before{
    display: none;
  }
  .specialist-styles-section .overlay .latest-product img{
    width: 100%;
  }
  .specialist-styles-section .slick-initialized .slick-next {
    right: 20%;
  }
  .specialist-styles-section .slick-initialized .slick-prev {
    left: 20%;
  }
  .trending-swimwear-section .overlay{
    padding-bottom: 70px;
  }
  .trending-swimwear-section .overlay .latest-product .img-area .prize-area {
    padding: 10px 12px;
  }
  .our-product-section .overlay .our-product {
    width: 100px;
    height: 100px;
  }
  .font-24-regular {
    font-size: 18px;
    line-height: 28px;
  }
  .font-24-semibold {
    font-size: 18px;
    line-height: 28px;
  }
  .not-enough-section .overlay .not-enough-left-area .total-circle:before {
    content: "";
    width: 96%;
    height: 0;
    padding-bottom: 92%;
    top: 139px;
    left: 10px;
  }
  .global-btn-second {
    font-size: 16px;
    line-height: 26px;
  }
  .shop-brand-section .overlay .shop-brand-carousel .brand-item {
    text-align: center;
  }
  .pagination {
    padding-top: 0;
  }
  .footer-section .overlay {
    background-position: 25%;
    padding-top: 85px;
  }
  .footer-section .overlay .section-text .subscribe button {
    padding: 15px 12px;
    font-size: 14px;
    line-height: 24px;
  }
  .footer-section .overlay .section-text .subscribe input {
    padding: 15px 153px 15px 25px;
  }
  .footer-section .overlay .section-text {
    margin-bottom: 0;
  }
  .footer-section .overlay .footer-bottom .footer-bottom-left {
    text-align: center;
    margin-bottom: 15px;
  }
  .footer-section .overlay {
    background-position-x: 25%;
  }
  .footer-section .overlay .footer-mid {
    padding: 80px 0 40px 0;
  }

  /*==========================================
    Inner Pages
  ===========================================*/

  .banner-section.inner-banner-area .overlay {
    padding: 250px 0 20px 0;
    background-position: 20%;
  }
  .banner-section.inner-banner-area .overlay .banner-text h2 {
    font-size: 50px;
    line-height: 60px;
  }
  .latest-product-section .latest-product .img-area img{
    width: 100%;
  }
  .about-traje-section .overlay .about-traje-left .about-single .number-area span {
    font-size: 30px !important;
    line-height: 40px;
  }
  .affiliate-choose-section .affiliate-choose-item .single-item span {
    font-size: 30px !important;
    line-height: 40px;
  }
  .checkout-section .checkout-left-area .cash-credit span {
    font-size: 30px !important;
    line-height: 40px;
  }
  .related-this-section .overlay .latest-product .text-area{
    margin-top: 30px;
  }
  .pagination li a.active, 
  .pagination li a:hover {
    background: initial;
    color: initial;
  }
  .shop-cart-section .overlay .row.mb-90{
    margin-bottom: 45px;
  }
  .related-this-section .overlay .latest-product .img-area .prize-area{
    padding: 10px 12px;
  }
  .product-widget-section .overlay .latest-product .img-area .prize-area {
    padding: 11px 15px;
  }
  .product-widget-section .overlay .filter-area .view-style-toggle-area {
    display: none;
  }
  .product-widget-section .overlay .filter-area .sort-field {
    margin-bottom: 20px;
  }
  .product-widget-section .overlay .product-grid-view .product-item {
    flex: 0 0 calc(100% / 1 - 15px);
    -ms-flex: 0 0 calc(100% / 1 - 15px);
    max-width: calc(100% / 1 - 15px);
  }
  .pagination li {
    padding: 0;
    margin: 5px;
  }
  .pagination li a {
    width: 0;
    padding: 10px;
    height: 0;
  }
  .pagination li a:hover {
    background: #fff;
    color: #f87115;
  }
  .product-widget-section .overlay .product-grid-view.list-style .latest-product .img-area {
    height: auto;
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
  }
  .product-widget-section .overlay .latest-product .img-area img {
    width: 100%;
    height: auto;
    border: 0 solid;
    padding: 0;
    border-top-right-radius: 14px 10px;
    border-top-left-radius: 15px 5px;
  }
  .product-widget-section .overlay .latest-product .img-area {
    height: initial;
  }
  .product-widget-section .overlay .product-grid-view.list-style .latest-product .text-area1 {
    display: inline-block;
    max-width: 100%;
  }
  .product-widget-section .overlay .product-grid-view.list-style .latest-product .right-area:after {
    display: none;
  }
  .product-widget-section .overlay .product-grid-view.list-style .latest-product .img-area .prize-area {
    padding: 5px 10px;
    top: initial;
    bottom: -18px;
    right: 15px;
  }
  .product-widget-section .overlay .product-grid-view.list-style .latest-product .right-part {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
  }
  .product-widget-section .overlay .product-grid-view.list-style .latest-product .right-area {
    float: initial;
    margin-left: 0;
  }
  .product-widget-section .overlay.swimwear .latest-product .img-area {
    height: initial;
  }
  .product-details-section .qtySelector .increaseQty {
    padding: 11px 12px;
    width: 49px;
    height: 95%;
  }
  .product-details-section .mb-90 {
    margin-bottom: 50px;
  }
  .product-details-section .nav-tabs li {
    margin: 5px auto;
    padding-left: 5px;
  }
  .product-details-section .tab-content .tab-pane {
    padding: 15px;
  }
  .product-details-section .tab-content .top-content-fifth {
    padding: 15px;
  }
  .product-details-section .tab-content .tab-content-wrapper-fifth ul .progress {
    width: 57%;
    height: 10px;
    margin-left: 25%;
    margin-top: 9px;
  }
  .product-details-section .tab-content .tab-content-wrapper-fifth .star-area {
    display: block !important;
    margin-bottom: 20px;
  }
  .product-details-section .tab-content .tab-content-wrapper-fifth .comment-form .star-area .star-list {
    display: grid;
  }
  .product-details-section .tab-content .tab-content-wrapper-fifth ul li {
    margin-bottom: 0;
    border-right: 1px solid transparent !important;
  }
  .product-details-section .tab-content .tab-content-wrapper-fifth .comment-form h3 {
    margin: 20px 0;
  }
  .product-details-section .tab-content .tab-content-wrapper-fifth .averages-review {
    margin-bottom: 20px;
  }
  .product-details-section .tab-content .tab-content-wrapper-fifth .single-comment {
    padding: 15px;
  }
  .product-details-section .tab-content .tab-content-wrapper-fifth .single-comment .comment-single{
    display: flex;
  }
  .product-details-section .tab-content .tab-content-wrapper-fifth .comment-single .avatar {
   margin-right: -40px;
  }
  .product-details-section .tab-content .tab-content-wrapper-fifth .comment-single .avatar img {
    border-radius: 50%;
    width: 55%;
  }
  .pagination li {
    padding: 0;
    margin: 5px;
  }
  .pagination li a {
    width: 0;
    padding: 10px;
    height: 0;
  }
  .pagination li a:hover {
    background: #fff;
    color: #f87115;
  }
  .product-details-section .overlay .right-area .product-info .product-stock {
    text-align: center;
    margin: 50px 0;
    padding-bottom: 55px;
  }
  .product-details-section .overlay .right-area .product-info .product-stock .stock-icon {
    float: initial;
    margin-top: 30px;
  }
  .product-details-section .overlay .right-area .product-info .refer-prize ul li {
    margin-bottom: 15px;
  }
  .product-details-section .product-single-share ul li {
    margin: 0 10px;
  }
  .shop-cart-section .overlay .table td, .table th {
    padding: 20px 50px;
  }
  .shop-cart-section .overlay .table-responsive tbody tr th {
    display: flex;
    align-items: center;
  }
  .shop-cart-section .overlay .shop-cart-top .shop-cart-left {
    margin-bottom: 20px;
  }
  .shop-cart-section .overlay .form-group button {
    padding: 10px 30px;
  }
  .shop-cart-section .overlay .cart-page-right {
    margin: 0;
    margin-bottom: 70px;
  }
  .choose-us-section .choose-us-left:before {
    display: none;
  }
  .choose-us-section .section-text {
    margin-bottom: 0;
  }
  .testimonials-section .overlay .testimonial-left {
    height: 250px;
    margin-bottom: 40px;
  }
  .we-operate-section .total-item {
    width: 100% !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 40px 40px;
    border-top-left-radius: initial;
    border-bottom-left-radius: initial;
  }
  .we-operate-section .total-item .single-item{
    flex: 0 0 calc(100% / 1 - 15px);
    -ms-flex: 0 0 calc(100% / 1 - 15px);
    max-width: calc(100% / 1 - 15px);
  }
  .faq-section .tab-content {
    margin: 0;
  }
  .faq-section .tab-content .accordion .card-header .btn-link:before {
    top: 50%;
    right: 5px;
  }
  .faq-section .tab-content .accordion .card-header button {
    padding: 15px 50px 15px 10px;
    font-size: 16px;
    line-height: 26px;
  }
  .faq-section .tab-content .accordion .card .card-body {
    font-size: 15px;
    line-height: 25px;
  }
  .affiliate-choose-section {
    background-size: cover;
    background-position: 30%;
  }
  .affiliate-choose-section .affiliate-choose-item{
    width: 100% !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: -30px;
  }
  .affiliate-choose-section .affiliate-choose-item .single-item{
    flex: 0 0 calc(90% / 2 - 15px);
    -ms-flex: 0 0 calc(90% / 2 - 15px);
    max-width: calc(90% / 2 - 15px);
    margin-bottom: 30px;
    height: 175px;
  }
  .affiliate-benefits-section .right-area{
    margin-top: 20px;
  }
  .affiliate-choose-section .affiliate-choose-bottom {
    padding: 30px 10px;
  }
  .contact-section .section-text .section-description {
    width: 100%;
  }
  .contact-section .single-item {
    padding: 35px;
  }
  .contact-form-section .contact-form-area {
    padding: 45px 10px;
  }
  .contact-form-section .comment-form button {
    padding: 12px 20px;
    border-radius: 5px;
    font-size: 16px;
    line-height: 26px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
  p, span, li {
    font-size: 15px!important;
    line-height: 25px;
  }
  .traje-sm-content-center{
    display: flex;
    justify-content: center!important;
  }
  .shop-cart-section .overlay .table-responsive{
    display: block;
  }
  .preloader {
    background-size: 250px 250px;
  }
  .header-section .header-top {
    overflow: hidden;
  }
  .d-sm-inline{
    display: inline-block!important;
  }
  .banner-section.index-area .overlay {
    padding: 320px 0 200px 0;
  }
  .header-section .header-top .header-right .nice-select {
    display: none !important;
  }
  .header-section .header-top .header-left .header-left-list .language-select-list {
    display: none !important;
  }
  .header-section .header-top .nice-select .current, .header-section .header-top .nice-select ul li {
    font-size: 14px !important;
    line-height: 24px;
  }
  .header-section .header-top .header-right .header-right-list .header-right-text .header-right-icon.carticon.icon-bg{
    display: none;
  }
  .about-us-section .overlay {
    background-size: 100% 70%;
    background-position: 0% 120px;
    padding-bottom: 80px;
  }
  .about-us-section .overlay .about-us-left {
    display: none;
  }
  .we-operate-section .section-text {
    margin-left: 4%;
  }
  .specialist-styles-section .overlay {
    background-size: auto;
  }
  .not-enough-section .overlay {
    margin-top: 60px;
  }
  .latest-product-section .slick-slide img {
    display: initial;
  }
  .specialist-styles-section .slick-initialized .slick-next {
    right: 15%;
    height: 45px;
    width: 45px;
    line-height: 48px;
  }
  .global-btn-second {
    padding: 10px 30px;
  }
  .trending-swimwear-section .slick-initialized .slick-next {
    height: 45px;
    width: 45px;
  }  
  .trending-swimwear-section .slick-initialized .slick-prev {
    height: 45px;
    width: 45px;
  }
  .trending-swimwear-section .overlay .latest-product .img-area .prize-area {
    padding: 10px 12px;
  }
  .shop-brand-section .slick-initialized .slick-next {
    height: 45px;
    width: 45px;
  }
  .shop-brand-section .slick-initialized .slick-prev {
    height: 45px;
    width: 45px;
  }
  .choose-us-section .choose-us-left .choose-us-bg {
    padding: 0% 10% 10% 10%;
  }
  .section-text .subscribe button {
    padding: 10px 10px;
  }
  .trending-swimwear-section{
    padding-bottom: 70px;
  }
  .global-btn {
    padding: 10px 30px;
  }
  .specialist-styles-section .slick-initialized .slick-prev {
    left: 15%;
    height: 45px;
    width: 45px;
    line-height: 48px;
  }
  .banner-section.inner-banner-area .overlay .banner-text h2{
    font-size: 45px;
    line-height: 55px;
  }
  .banner-section .overlay .banner-text h2 {
    font-size: 40px;
    line-height: 50px;
  }
  .traje-col-6{
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .header-section .header-top .header-left .header-left-list {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .header-section .header-top .header-right{
    margin-right: -25px;
  }
  .header-section .header-top .header-right .header-right-list {
    float: left;
    margin-bottom: 10px;
    margin-right: 18px;
  }
  .header-section .header-top .header-right .header-right-list .header-right-text a{
    font-size: 14px !important;
    line-height: 24px;
    margin-left: 4px;
  }
  .header-section .header-top .header-left .header-left-list .header-left-text .header-left-icon i {
    margin-right: -2px;
  }
  .header-section .header-top .header-left .header-left-list .dropdown.show.header-dropdown{
    display: none;
  }
  .shop-brand-section .overlay .section-subtitle:after,
  .shop-brand-section .overlay .section-subtitle:before{
    display: none;
  }
  .our-product-section .overlay .our-product {
    width: 100px;
    height: 100px;
  }
  .our-product-section{
    margin-bottom: 10px;
  }
  .font-24-regular {
    font-size: 18px;
    line-height: 28px;
  }
  .font-24-semibold {
    font-size: 18px;
    line-height: 28px;
  }
  .not-enough-section .overlay .not-enough-left-area .total-circle:before {
    content: "";
    width: 95%;
    height: 0;
    padding-bottom: 90%;
    top: 88px;
    left: 8px;
  }
  .global-btn-second {
    font-size: 16px;
    line-height: 26px;
  }
  .shop-brand-section .overlay .shop-brand-carousel .brand-item {
    text-align: center;
  }
  .pagination li a.active,
  .pagination li a:hover {
    color: #f87115;
    background: transparent;
  }
  .pagination {
    padding-top: 0px;
  }
  .footer-section .overlay {
    background-position: 25%;
    padding-top: 70px;
  }
  .footer-section .overlay .section-text .subscribe button {
    padding: 13px 10px;
    font-size: 12px;
    line-height: 22px;
  }
  .footer-section .overlay .section-text .subscribe input {
    padding: 10px 128px 14px 25px;
  }
  .footer-section .overlay .section-text {
    margin-bottom: 0;
  }
  .footer-section .overlay .footer-bottom .footer-bottom-left {
    text-align: center;
    margin-bottom: 15px;
  }

  /*==========================================
    Inner Pages
  ===========================================*/

  .banner-section.inner-banner-area .overlay {
    padding: 250px 0 20px 0;
    background-position: 20%;
  }
  .faq-section .tab-content .accordion .card-header .btn-link:before {
    width: 40px;
    height: 40px;
  }
  .affiliate-choose-section .affiliate-choose-item .single-item span {
    font-size: 25px !important;
    line-height: 35px;
  }
  .product-widget-section .overlay .filter-area .view-style-toggle-area {
    display: none;
  }
  .product-widget-section .overlay .filter-area .sort-field {
    margin-bottom: 20px;
  }
  .product-widget-section .overlay .product-grid-view .product-item {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
  }
  .pagination li {
    padding: 0;
    margin: 5px;
  }
  .pagination li a {
    width: 0;
    padding: 10px;
    height: 0;
  }
  .pagination li a:hover {
    background: #fff;
    color: #f87115;
  }
  .shop-cart-section .overlay .form-group input {
    padding: 10px;
  }
  .product-widget-section .overlay .product-grid-view.list-style .latest-product .right-area{
    margin-top: 0;
  }
  .shop-cart-section .overlay .cart-page-right .bottom-right{
    margin-bottom: 70px;
  }
  .faq-section .nav-tabs {
    padding: 8px 20px;
  }
  .product-widget-section .overlay .latest-product .img-area .prize-area{
    padding: 5px 10px;
    top: initial;
    bottom: -18px;
    right: 15px;
  }
  .product-widget-section .overlay.swimwear .latest-product .img-area {
    height: initial;
  }
  .product-details-section .mb-90 {
    margin-bottom: 50px;
  }
  .product-details-section .nav-tabs li {
    margin: 5px auto;
    padding-left: 5px;
  }
  .product-details-section .tab-content .tab-pane {
    padding: 15px;
  }
  .product-details-section .tab-content .top-content-fifth {
    padding: 15px;
  }
  .product-details-section .tab-content .tab-content-wrapper-fifth .star-area {
    display: block !important;
    margin-bottom: 20px;
  }
  .product-details-section .tab-content .tab-content-wrapper-fifth .comment-form .star-area .star-list {
    display: grid;
  }
  .product-details-section .tab-content .tab-content-wrapper-fifth ul li {
    margin-bottom: 0;
    border-right: 1px solid transparent !important;
  }
  .product-details-section .tab-content .tab-content-wrapper-fifth .comment-form h3 {
    font-size: 28px;
    line-height: 38px;
    margin: 25px 0;
  }
  .product-details-section .tab-content .tab-content-wrapper-fifth ul .progress {
    width: 57%;
    height: 10px;
    margin-left: 25%;
    margin-top: 9px;
  }
  .product-details-section .tab-content .tab-content-wrapper-fifth .averages-review {
    margin-bottom: 20px;
  }
  .product-details-section .tab-content .tab-content-wrapper-fifth .single-comment {
    padding: 15px;
  }
  .product-details-section .tab-content .tab-content-wrapper-fifth .single-comment .comment-single{
    display: block;
  }
  .product-details-section .tab-content .tab-content-wrapper-fifth .comment-single .avatar {
  margin-bottom: 10px;
  }
  .product-details-section .tab-content .tab-content-wrapper-fifth .comment-single .comnt-text {
    width: initial;
  }
  .product-details-section .tab-content .tab-content-wrapper-fifth .comment-single .comnt-text .reply-icon {
    top: -55px;
  }
  .product-details-section .tab-content .tab-content-wrapper-fifth .comment-single .avatar img {
    border-radius: 50%;
    width: 55%;
  }
  .pagination li {
    padding: 0;
    margin: 5px;
  }
  .pagination li a {
    width: 0;
    padding: 10px;
    height: 0;
  }
  .pagination li a:hover {
    background: #fff;
    color: #f87115;
  }
  .related-this-section .overlay .latest-product .img-area .prize-area{
    padding: 10px 12px;
  }
  .product-details-section .overlay .right-area .product-info .product-stock {
    text-align: center;
    margin: 50px 0;
    padding-bottom: 55px;
  }
  .product-details-section .overlay .right-area .product-info .product-stock .stock-icon {
    float: initial;
    margin-top: 30px;
  }
  .product-details-section .overlay .right-area .product-info .shiping-area {
    display: inline-block;
  }
  .product-details-section .overlay .right-area .product-info .refer-prize ul li {
    margin-bottom: 15px;
  }
  .product-details-section .input-counter .add-cart-btn {
    padding: 0 12px;
    font-size: 12px;
    line-height: 22px;
  }
  .product-details-section .product-single-share ul li {
    margin: 0 7px;
  }
  .product-details-section .exzoom_nav .exzoom_nav_inner{
    display: none;
  }
  .checkout-section .checkout-left-area .cash-credit span {
    font-size: 30px !important;
    line-height: 40px;
  }
  .product-widget-section .overlay .product-grid-view.list-style .latest-product .img-area {
    height: auto;
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
  }
  .product-widget-section .overlay .latest-product .img-area img {
    width: 100%;
    border: 0 solid;
    padding: 0;
    border-top-right-radius: 14px 10px;
    border-top-left-radius: 15px 5px;
  }
  .product-widget-section .overlay .product-grid-view.list-style .latest-product .text-area1 {
    display: inline-block;
    max-width: 100%;
  }
  .product-widget-section .overlay .product-grid-view.list-style .latest-product .right-area:after {
    display: none;
  }
  .product-widget-section .overlay .product-grid-view.list-style .latest-product .img-area .prize-area {
    padding: 5px 10px;
    top: initial;
    bottom: -18px;
    right: 15px;
  }
  .product-widget-section .overlay .product-grid-view.list-style .latest-product .right-part {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
  }
  .product-widget-section .overlay .product-grid-view.list-style .latest-product .right-area {
    float: none;
    display: grid;
    justify-content: center;
    margin-left: 0;
  }
  .shop-cart-section .overlay .table td, .table th {
    padding: 20px 60px;
  }
  .shop-cart-section .overlay .table-responsive tbody tr th {
    display: flex;
    align-items: center;
  }
  .shop-cart-section .overlay .shop-cart-top .shop-cart-left {
    margin-bottom: 20px;
  }
  .shop-cart-section .overlay .form-group button {
    padding: 10px 30px;
  }
  .shop-cart-section .overlay .cart-page-right {
    margin: 0;
  }
  .shop-cart-section .overlay .cart-page-right .top-area .global-btn {
    padding: 10px 0;
    width: 100%;
    font-size: 14px;
    line-height: 24px;
  }
  .checkout-section .checkout-left-area {
    padding: 20px;
    margin-bottom: 0;
  }
  .checkout-section .checkout-left-area .global-btn {
    padding: 11px 35px;
    font-size: 14px;
    line-height: 24px;
    width: 100%;
  }
  .choose-us-section .choose-us-left:before {
    display: none;
  }
  .choose-us-section .section-text {
    margin-bottom: 0;
  }
  .testimonials-section .overlay .testimonial-left {
    height: 250px;
    margin-bottom: 40px;
  }
  .testimonials-section .slick-initialized .slick-next {
    right: 8%;
    bottom: 3%;
    font-size: 18px;
    line-height: 28px;
    height: 45px;
    width: 45px;
  }
  .testimonials-section .slick-initialized .slick-prev {
    left: 8%;
    bottom: 3%;
    font-size: 18px;
    line-height: 28px;
    height: 45px;
    width: 45px;
  }
  .about-traje-section .overlay .about-traje-left .about-single .number-area span {
    font-size: 30px !important;
    line-height: 40px;
  }
  .we-operate-section .total-item {
    width: 100% !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 40px 40px;
    border-top-left-radius: initial;
    border-bottom-left-radius: initial;
  }
  .we-operate-section .total-item .single-item{
    flex: 0 0 calc(100% / 1 - 15px);
    -ms-flex: 0 0 calc(100% / 1 - 15px);
    max-width: calc(100% / 1 - 15px);
  }

  .faq-section .nav-tabs li a {
    padding: 15px 15px;
  }
  .faq-section .tab-content {
    margin: 0;
  }
  .faq-section .tab-content .accordion .card-header .btn-link:before {
    top: 50%;
    right: 5px;
  }
  .faq-section .tab-content .accordion .card-header button {
    padding: 15px 50px 15px 10px;
    font-size: 16px;
    line-height: 26px;
  }
  .faq-section .tab-content .accordion .card .card-body {
    font-size: 15px;
    line-height: 25px;
  }
  .affiliate-choose-section {
    background-size: cover;
    background-position: 30%;
  }
  .affiliate-choose-section .affiliate-choose-item{
    width: 100% !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: -30px;
  }
  .affiliate-choose-section .affiliate-choose-item .single-item{
    flex: 0 0 calc(100% / 2 - 15px);
    -ms-flex: 0 0 calc(100% / 2 - 15px);
    max-width: calc(100% / 2 - 15px);
    margin-bottom: 30px;
    height: 125px;
  }
  .affiliate-benefits-section .right-area{
    margin-top: 20px;
  }
  .affiliate-choose-section .affiliate-choose-bottom {
    padding: 30px 10px;
  }
  .contact-section .section-text .section-description {
    width: 100%;
  }
  .contact-section .single-item {
    padding: 35px;
  }
  .contact-form-section .contact-form-area {
    padding: 45px 10px;
  }
  .contact-form-section .comment-form button {
    padding: 12px 20px;
    border-radius: 5px;
    font-size: 16px;
    line-height: 26px;
  }
}