.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
       -o-transition: opacity .15s linear;
          transition: opacity .15s linear;
}
.fade.in {
  opacity: 1;
}
.close {
  float: right;
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .7;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  background-color: #000000ab;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
       -o-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: hidden;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: fixed;
  top: 115px;
  left: 255px;
  background-color: #fff;
  width: 900px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #00000073;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

body{
  width: 100%;
}
.quick_look{
  margin-top: 5px;
  margin-left: 63px;
  text-transform: uppercase;
}
.quick_look:hover{
  background-color: white;
}
.pri-img{
  width: 100%;
    position: relative;
    bottom: -12px;
    left: -6px;
}

.pro_row{
  margin-right: -75px;
    margin-left: -75px;
}
.pro-star ul li{
  list-style: none;
    display: inline-flex;
    font-size: 22px;
    cursor: pointer;
    position: relative;
    left: -41px;
}
.pro-title{
  font-size: 20px;
  font-weight: bold;
  padding-top: 60px;
  text-transform: uppercase;
}
.pro-description{
  text-indent: 30px;
  text-align: justify;
    text-justify: inter-word;
    text-overflow: clip;
    width: 353px; 
    overflow: hidden;
    font-family: 'Montserrat';
}
.pro_category{
  text-transform: uppercase;
    font-size: 16px;
}
.pro-price{
  font-size: 20px;
  font-weight: 600;
}
.cart-btn-1{
  position: relative;
  top: 10px;
  color: white;
  background-color: black;
  width: 43%;
  text-transform: uppercase;
}
.cart-btn-1:hover, .cart-btn-2:hover{
  border-color: black;
  color: black;
  background-color: white;
  text-transform: uppercase;
  box-shadow: 0px 2px 7px 0px;
}
.cart-btn-2{    
  position: relative;
    left: 33px;
    top: 10px;
    color: white;
    background-color: black;
    width: 43%;
    text-transform: uppercase;
}

.reviews{
  margin-left: -28px;
}

.go-back {
    position: absolute;
    left: 10px;
    top: 10px;
    color: #ffffff;
    width: 0;
    height: 0;
    border-top: 60px solid #080807;
    border-right: 60px solid transparent;
    z-index: 101;
}
.go-back i{
  position: absolute;
    left: 10px;
    top: -47px;
    color: white;
}

.fa-arrow-left{
  position: relative;
  bottom: 50px;
  left: 10px;
}

.reviewtxt{
  font-size: 17px;
}




/*Product-list Responsive*/
@media (min-width: 320px) and (max-width: 480px){
  .product-grid8{
    margin: 12px!important;
  }
  .pic-3{
    margin-left: -15px!important;
  }
  .product-image7 ul{
    position: relative;
    bottom: 117px!important;
    left: 20px!important;
  }
  .product-image7 ul li a{
    font-size: 16px!important;
    line-height: 32px!important;
    height: 30px!important;
    width: 30px!important;
    margin: 17px 0px!important;
  }
  .product-image7 .social {
    position: absolute;
    bottom: 60px!important;
  }


}

@media (min-width: 481px) and (max-width: 767px){
  .price {
    margin-left: 6px!important;
  }
  .pic-3{
    margin-left: -25px;
  }
  .product-image7 ul{
    bottom: 204px!important;
    left: 29px!important;
  }
  .product-image7 ul li a{
    font-size: 30px;
    line-height: 50px;
    height: 50px;
    width: 50px;
  }

}

@media (min-width: 768px) and (max-width: 1024px){
  .product-image7 a img{
    width: 150%!important;
  }
  .product-discount-label{
    width: 50px!important;
    height: 50px!important;
    font-size: 12px!important;
  }
  .product-image7 ul{
    bottom: 100px!important;
    left: 14px!important;
  }
  .product-image7 ul li a{
    width: 25px!important;
    height: 25px!important;
    font-size: 15px!important;
    line-height: 25px!important;
  }
  .price>p{
    margin-left: -20px;
  }

}

@media (min-width: 1025px) and (max-width: 1280px){
  .product-image7 a img{
    width: 155%!important;
  }
  .product-discount-label{
    width: 50px!important;
    height: 50px!important;
    font-size: 12px!important;
  }
  .product-image7 ul{
    bottom: 100px!important;
    left: 20px!important;
  }
  .product-image7 ul li a{
    font-size: 20px!important;
    line-height: 33px!important;
    height: 30px!important;
    width: 30px!important;
  }


}


@media (min-width: 1025px) and (max-width: 1280px){
  .modal-content {
    top: 160px!important;
    left: 61px!important;
  }


}

@media (min-width: 768px) and (max-width: 1024px){
    .modal-content{
      top: 150px;
      left: 25px;
      width: 717px;
    }
    .pro-img{
      left: 165px;
    }
    .pro-title{
      font-size: 24px;
      text-align: center;
    }
    .pro-description{
      width: 680px;
      font-size: 17px;
    }
    .btn{
      padding: 18px 18px;
      font-size: 19px;
      margin-left: 19px;
    }

}

@media (min-width: 481px) and (max-width: 767px){
  .modal-content{
    top: 92px;
    left: 25px;
    width: 433px;
  }
  .pri-img{
    width: 60%;
    bottom: -12px;
    left: 79px;
  }
  .pro-title{
    font-size: 20px;
    padding-top: 0px!important;
    text-align: center;
    margin-top: 5px;
  }
  .pro-description{
    width: 399px;
    margin-top: -15px;
    font-size: 15px;
  }
  .reviewtxt{
    font-size: 15px;
  }
  .btn{
    padding: 11px 9px;
    font-size: 15px;
    margin-left: 7px;
  }

}

/*Quick-view Responsive*/
@media (min-width: 320px) and (max-width: 480px){
  .modal-content{
    top: 72px;
    left: 11px;
    width: 300px;
  }
  .modal-body{
    padding: 15px;
  }
  .pri-img{
    width: 42%;
    bottom: -12px;
    left: 76px;
  }
  .pro-title{
    font-size: 13px;
    padding-top: 11px !important;
    text-align: center;
  }
  .pro-description{
    width: 259px;
    font-size: 12px;
    margin-bottom: 0px!important;
    margin-top: -16px;
  }
  .pro-category{
    font-size: 12px;
  }
  .reviewtxt{
    font-size: 12px;
  }
  .pro-price{
    font-size: 12px;
  }
  .btn{
    padding: 4px 8px!important;
  }

}