
/* author: Shaykh Siddique
email:shaykhsiddiqee@gmail.com;
All copyrights are reserved. */

.catadvbar img{
  width: 100%;
  height: 160px;
}

.nonselect{
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}

#product-cat-txt-barStyle{
  padding-top: 20px;
}

#product-cat-txt-barStyle h3 {
   width: 100%;
   text-align: center;
   border-bottom: 1px solid #000;
   line-height: 0.1em;
   margin: 10px 0 20px;
}

#product-cat-txt-barStyle h3 span {
    background:#fff;
    border-radius: 5px;
    padding:0 20px;
}


.product-box-style{
  text-align: center;
  position: relative;
  /* cursor: pointer; */
}

.product-box-style .image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: -100px;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #000;
}
.product-box-style:hover .overlay {
  opacity: 0.6;
}

.product-box-style:hover #product-qt-style{
  color: white;
}

 .product-box-style .text {
  color: white;
  font-size: 1.3vw;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.product-box-style .btn-plus{
  color: white;
  font-size: 1.3vw;
  position: absolute;
  top: 50%;
  left: 80%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  visibility: hidden;
}
.product-box-style .btn-minus{
  color: white;
  font-size: 1.3vw;
  position: absolute;
  top: 50%;
  left: 20%;
  font-weight: bold;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  visibility: hidden;
}

.product-box-style .btn-counter{
  color: white;
  font-size: 1.3vw;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  visibility: hidden;
}



.product-box-style .product-add-cart-txt{
  text-align: center;
  border: 1px solid rgb(255, 255, 255);
  color: white;
  padding: 5px;
  border-radius: 2px;
  cursor: pointer;
}

.product-box-style .product-box-cart-btn{
  text-align: center;
  border: 1px solid rgb(255, 255, 255);
  color: white;
  padding: 10px;
  border-radius: 50px;
  cursor: pointer;
}

.product-box-style .product-box-cart-btn:hover, .product-box-style .product-add-cart-txt:hover{
  /* position:fixed; */
  background: rgba(12, 127, 156, 0.3);
  color: #ffd944;
}

#product-details-btn{
  border-radius: 5px;
  bottom: 0%;
  font-size: 14px;
  position: absolute;
  background-color: yellow;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}

.product-box-style #product-name-style{
  font-size: 14px;
}

#product-price-style{
  font-weight: bold;
  text-align: center;
}

#product-price-style-offer{
  text-align: center;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
}


.product-box-style #product-qt-style{
  font-size: 12px;
}

.add-to-bag-style:hover{
  box-shadow: 3px 3px 5px grey;
  font-weight: bold;
  cursor: pointer;
}

.add-to-bag-style{
  text-align: center;
  border: 1px solid rgb(224, 224, 224);
  width: 85%;
  padding: 3px;
  border-radius: 2px;
  color: rgb(239, 83, 80);
  font-size: 15px;
  transition: font-weight 1s;

}

.added-to-bag{
  text-align: center;
  border: 1px solid rgb(239, 83, 80);
  width: 85%;
  background: rgb(239, 83, 80);
  padding: 3px;
  font-size: 15px;
  border-radius: 2px;
  color:white;
}

.right-itembar-style{
  font-size: 12px;
}

.remove-item-btn{
  cursor: pointer;
  font-size: 15px;
}

.remove-item-btn:hover{
  color: red;
}

.right-down-row{
  position: fixed;
  bottom: 0%;
  color: white;
  width: 100%;
  font-size: 22px;
}

.right-down-row .right-place-order-btn{
  padding: 15px 20px 25px 20px;
  width: 100%;
  background: #ffd944; /*yollow*/
}
.right-down-row .right-place-order-btn a{
  text-decoration: none;
  padding: 5px 20px 5px 20px;
  background: #ccae36; /*yollow*/
  color: #0c7f9c;
  border-radius: 2px;
}

.right-down-row .right-place-order-btn a:hover{
    color:white;
    background: #0c7f9c;
}

/* .right-down-row .right-place-order-btn:hover{

} */

.right-down-row .right-total-price{
  font-size: 18px;
  margin-left: 8px;
  padding: 3px 5px;
  border-radius: 5px;
  /* color: white; */
}

.isDisabled {
  color: currentColor;
  cursor: not-allowed;
  background: rgba(255, 255, 255, 0.1) !important;
  text-decoration: none;
}
.product_desc_style{
  text-align: left;
}
.product_desc_style .desc_weight_style{
    color: grey;
    font-weight: lighter;

}
.product_desc_style p{
  text-align: justify;
  text-justify: inter-word;
}

/* for login user */

.right-login-style{
  text-align: center;
}

.right-login-style a{
  text-decoration: none;
}

.orderDetailstable-style2 table, .orderDetailstable-style table{
  text-align: center;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.7);
}


.orderDetailstable-style .placeorderTotal-style{
  text-align: right;
}


.js-noProductinCart-style .alert{
  text-align: center;
}

.right-nav-item-style-last a{
  color: rgba(0, 0, 0, 0.6);
}



/* product description */

.descrip_prod p{
  text-align:justify;

}

.descrip_prod ul{
  text-align:left;
}

/* for larger than 667px medium */
@media only screen and (min-width: 668px) {
  .catadvbar img{
    height: 230px;
  }
  .shippingOrderform-style{
    margin-right: 50px;
  }
}
/* for larger than 992px large */
@media only screen and (min-width: 992px) {
  .catadvbar img{
    height: 240px;
  }
  .loginuser-style input{
    width: 80%;
  }
  .loginuser-style button{
    float:right;
    margin-right: 120px;
    margin-top: 20px;
  }
  .orderDetailstable-style2 table ,.orderDetailstable-style table{
    font-size: 15px;
  }

}
/* for larger than 992px large */
@media only screen and (min-width: 1280px) {
  .catadvbar img{
    height: 250px;
  }
}
/* for larger than 1366px large */
@media only screen and (min-width: 1366px) {
  .catadvbar img{
    height: 300px;
  }
}
/* for lower than 667px samll*/
@media only screen and (max-width: 667px) {
    .right-down-row{
      text-align: center;
    }

    .right-down-row .right-total-price{
      margin-left:20px;
    }

    .right-login-style-pd-fn{
      margin-top: 30px;
    }

    .orderDetailstable-style table tr td:first-child, .orderDetailstable-style table tr th:first-child{
      display: none;
    }
    .product-box-style .btn-plus, .product-box-style .btn-minus, .product-box-style .btn-counter, .product-box-style .text{
        font-size: 20px;
    }
}
