.owl-carousel .owl-item img {
  width: 70%;
  margin: 0 auto;
}

.stuffView__viewImage {
  border: 2px solid #D4D3E3;
  background-color: #fff;
  padding: 5em 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 15px;
  width: 100%;
}

.stuffView__viewImage img {
  width: 70%;
  padding: 2em;
}

.stuffView__viewNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
  margin-top: 1em;
}

.stuffView__viewNavs {
  padding: 1em 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 15px;
  border: 1px solid #D4D3E3;
  -webkit-box-shadow: 3px 3px 15px #D4D3E3;
          box-shadow: 3px 3px 15px #D4D3E3;
  margin: 0 .5em;
}

.stuffView__viewNavs:focus, .stuffView__viewNavs:active {
  border: 1px solid #FF6D02;
}

.stuffView__viewNavs img {
  width: 55%;
}

.stuffInfoHolder__info, .stuffInfoHolder__color, .stuffInfoHolder__Specifications {
  border-bottom: 1px dashed #D4D3E3;
  margin-bottom: 2em;
  padding: 0 0 1em 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.stuffInfoHolder__info--title, .stuffInfoHolder__info--model, .stuffInfoHolder__info--rate, .stuffInfoHolder__info--code {
  margin-bottom: 1em;
}

.stuffInfoHolder__color .custom-select-wrapper {
  width: 50%;
  margin-bottom: 1em;
}

.stuffInfoHolder__color .custom-select {
  border-radius: 15px;
  background-color: #fff;
}

.stuffInfoHolder__Specifications nav {
  margin-bottom: 1em;
}

.stuffInfoHolder__Specifications .footerNavigation__h3 {
  margin-bottom: 1em;
}

.stuffInfoHolder__Specifications .footerNavigation__li {
  margin-bottom: 1em;
}

.stuffInfoHolder__options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.stuffInfoHolder__option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  text-align: center;
}

.stuffSeller {
  background-color: #F3F3F9;
  border: 1px solid #DBDBEB;
  padding: 1.2em 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 15px;
  height: 350px;
}

.stuffSeller__fivethDiv {
  padding: .5em 1em;
  width: 50%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.stuffSeller__fourthDiv {
  padding: .5em 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 1em;
}

.stuffSeller__fourthDiv button {
  background-color: #FF6D02;
  color: #fff;
  border-radius: 45px;
  width: 100%;
  height: 40px;
  line-height: 40px;
}

.stuffSeller__firstDiv, .stuffSeller__secondDiv, .stuffSeller__thirdDiv {
  margin-bottom: 1em;
  /*border-bottom: 1px dashed #D4D3E3;*/
  padding: 1em 1.5em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
}
.stuffSeller__thirdDiv{
  height: 88px;
}

/*.stuffSeller__firstDiv img, .stuffSeller__secondDiv img, .stuffSeller__thirdDiv img {
  width: 30px;
}*/

.stuffSeller__firstDiv div:nth-of-type(2) {
  margin-top: 0.5em;
}

.stuffSeller__firstDiv div:nth-of-type(2) strong:nth-of-type(2) {
  color: #FF6D02;
}

.stuffSeller__thirdDiv div:nth-of-type(2) {
  margin-top: 1em;
}

.stuffSeller__thirdDiv div:nth-of-type(2) strong {
  color: #FF6D02;
}

.stuffSeller__thirdDiv div:nth-of-type(1) {
  margin-bottom: .2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.stuffSeller__thirdDiv div:nth-of-type(1) span {
  background-color: #FF6D02;
  color: #fff;
  padding: 1em 2em;
  border-radius: 50% 0 0 50%;
}

.stuffSeller__thirdDiv div:nth-of-type(1) strong {
  margin-right: 1em;
  text-decoration: line-through;
}

.swiperContainer {
  width: 100%;
  overflow: hidden;
  padding: 0 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.awsomeSliderHolder__offerdiv {
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  top: 0;
  right: -11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.awsomeSliderHolder__offerdiv img {
  position: relative;
}

.awsomeSliderHolder__offerdiv strong {
  position: absolute;
  top: 20%;
}

.awsomeSliderHolder__div {
  position: relative;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: initial;
      -ms-flex-align: initial;
          align-items: initial;
  background-color: #fff;
  border: 1px solid #D4D3E3;
  width: 265px;
  border-radius: 1px solid #d4d3e3;
  border-radius: 15px;
  margin-top: 2em;
}

.awsomeSliderHolder__div:hover {
  border: 1px solid #FF6D02;
}

.awsomeSliderHolder__content {
  padding: 1em;
  box-sizing: border-box;
  height: 50%;
  overflow: hidden;
}

.awsomeSliderHolder__image {
  padding: 1em;
  box-sizing: border-box;
  width:225px;
  height: 200px;
  overflow: hidden !important;
  text-align: center;
  margin: 0 auto;
}
.awsomeSliderHolder__image .awsomeImg{
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.awsomeSliderHolder__image img {
  width: 100%;
  height: auto;
  border-radius: 15px 15px 0 0;
}

.awsomeSliderHolder__stars {
  text-align: right;
}

.awsomeSliderHolder__name, .awsomeSliderHolder__model {
  text-align: right;
  padding: .5em 0;
  height: 64px;
  overflow: hidden;
}

.awsomeSliderHolder__price {
  color: #FF6D02;
  font-size: 12px;
  text-align: left;
}

.awsomeSliderHolder__price strong:nth-last-of-type(1) {
  text-decoration: line-through;
}

.awsomeSliderHolder__offer {
  position: absolute;
  top: 0;
  right: -12px;
}

.next-one {
  top: 0 !important;
}

.prev-one {
  top: 0 !important;
  right: unset !important;
  left: 155px !important;
}

.category__slider {
  position: relative;
}

.nav-tabs .nav-link {
  margin-left: 1em;
  border-top: 1px solid #dee2e6;
  border-left: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6;
  border-radius: 10px 10px 0 0;
}

.nav-tabs .nav-link.active {
  border-bottom: 2px solid #FF6D02;
}

.tab-content {
  border: 1px solid #D4D3E3;
  padding: 2em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.comments__reviewHeader {
  margin-bottom: 1em;
}

.comments__reviewHeader:nth-of-type(2) {
  margin-bottom: 1em;
  border-bottom: 2px solid orange;
  padding-bottom: 1em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.comments__reviewTexts h5 {
  margin-bottom: 1em;
}

.comments .stuffInfoHolder__Specifications {
  border: none;
}

.comments .stuffInfoHolder__Specifications nav {
  margin-top: 1px;
}

.comments .stuffInfoHolder__Specifications:nth-of-type(2) {
  margin-right: 4em;
}

.comments__boxs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.comments__box {
  width: 400px;
  height: 200px;
  background-color: #D4D3E3;
}

.comments__box:nth-of-type(2) {
  margin-right: 1em;
}

.comments__checkDiv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #F3F3F9;
  border: 1px solid #D4D3E3;
  height: 65px;
  line-height: 32px;
  border-radius: 7px;
  margin-top: 1em;
}

.comments__checkRightDiv {
  width: 20%;
  padding:0.5em 1em;
}

.comments__checkLeftDiv {
  width: 80%;
  font-weight: normal;
  padding:0.5em 1em;
}

.comments____Specification {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px dashed #D4D3E3;
  margin-top: 2em;
}

.owl-dots {
  position: absolute;
  bottom: 7%;
  right: 35%;
}

.read-more-link,
.read-less-link{
  color: #FF6D02;
  display: inline-block;
  margin: 0px 15px;
}
#price_nodis.price{
  color:#6c757d !important;
  font-size: 16px;
}
#price_amount{
  font-size:22px;
  color: #FF6D02;
  display: block;
}
#price_amount span{
  display: block;
}
.price_amount{
  font-size: 22px;
}
#imageGallery{
  direction:ltr;
}
ul#imageGallery li{
  width: 100%;
  height: 350px;
  box-sizing: border-box;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;

}
ul#imageGallery li a{
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
ul#imageGallery li img{
  max-width: 100%;
  width: auto;
  max-height: 100%;
}
.lSSlideWrapper{
  border: 1px solid #D4D3E3;
  border-radius: 15px;
  margin-bottom: 10px;
}
.lSPager li{
  height: 45px;
  overflow: hidden;
  border: 1px solid #efefef;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px;
}
.lSPager li:hover {
  border: 1px solid #e0e0e0;
}
.lSPager li img {
  max-width: 100%;
  width: auto;
  max-height: 100%;
}
.product_favBtn{
  width: 50px;
  height: 50px;
  position: absolute;
  top:10px;
  right:15px;
  z-index: 5;
  color: #FF6D02 !important;
}
.seller__name{
  font-size: 18px;
}
.seller__name:hover{
  color: #FF6D02;
}
.logo__placeHolder{
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin: auto;
  padding: 8px;
  border: 1px solid #212529;
  border-radius: 50%;
}
  .logo__placeHolder img{
    max-width: 100%;
    max-height: 100%;
    width: auto;
  }
.dt-sl {
  float: none;
}
.warranty{
  margin-top: .5rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.warranty label{
  position: relative;
}
.warranty label input {
  position: absolute;
}
.warranty label span{
  font-size: .8rem;
  padding: 5px 15px !important;
}


/*# sourceMappingURL=stuffView.css.map */
@media screen and (max-width: 1140px){
  .awsomeSliderHolder__image {
    padding: 1em;
    box-sizing: border-box;
    width:200px;
    height: 200px;
    overflow: hidden !important;
    text-align: center;
    margin: 0 auto;
  }
}
@media screen and (max-width: 991px) {
  .stuffInfoHolder{
    margin: 3rem 0;
  }
  .stuffSeller{
    padding: 0;
  }
  .category{
    padding: 2rem 0 0;
  }
  .comments__checkRightDiv{
    width: 35%;
  }
  .comments__checkLeftDiv{
    width: 65%;
  }
  .footerNavigation__calls{
    display: block;
  }
  .category a{
    width: 100%;
  }
  .awsomeSliderHolder__price{
    height: 44px;
  }
}
@media screen and (max-width: 767px){
  .comments__checkRightDiv{
    width: 50%;
  }
  .comments__checkLeftDiv{
    width: 50%;
  }
  .stuffInfoHolder__options{
    flex-wrap: wrap;
  }
  .stuffInfoHolder__option{
    flex-basis: 26%;
  }
  .footerNavigation__call{
    width: 100%;
    text-align: center;
  }
  .footerNavigation__socials{
    text-align: center;
  }
}
