/* Reset Code */
/*============================================================== 
   inner banner
==============================================================*/
.inner-banner {
  background: url(../images/inner-banner/inner-banner-product.jpg) no-repeat top;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  position: relative;
  z-index: 0;
}


/* //inner banner */

/*=================================================
    Product info
===================================================*/
.product_info {
  width: 100%;
  margin: 1rem 0 2rem;
}

.product_photo {
  width: 60%;
  float: left;
  padding-right: 2rem;
}

.product_photo img {
  width: 100%;
  height: auto;
  float: left;
}

.product_content {
  width: 40%;
  float: left;
}

.product_title {
  width: 100%;
  float: left;
  margin-bottom: .5rem;
}

.product_title h1 {
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 600;
}

.product_brief {
  width: 100%;
  float: left;
  color: #9F9F9F;
}

.product_sku {
  width: 100%;
  float: left;
  font-weight: 400;
  padding: 10px 0;
  color: #448f9f;
}

.product_price {
  width: 100%;
  float: left;
}

.other-note {
  width: 100%;
  float: left;
  font-weight: 400;
  padding-top: 15px;
}

.title {
  display: block;
}

.price {
  color: #EDA272;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1;
}

.product_materials {
  width: 100%;
  float: left;
  font-weight: 400;
  padding-bottom: 10px;
}

.product_inventory {
  width: 100%;
  float: left;
  font-weight: 400;
  padding: 10px 0;
}

.product-variant-option {
  width: 100%;
  float: left;
}

.option_title,
.quantity_title {
  font-weight: 600;
}

.option-form select,
.option-form input[ type="date"],
.option-form input[type="text"],
.option-form input[type="password"],
.option-form textarea {
  outline: none;
  width: auto;
  font-size: 16px;
  padding: 8px 50px 8px 12px;
  color: #8C8C8C;
  border: 1px #ebebeb solid;
}

.option-form select {
  background: #Ffff url(../images/down.png) no-repeat 97% 52%;
  -webkit-appearance: none;
}

.product_variant_quantity {
  width: 100%;
  float: left;
  font-weight: 600;
  padding: 10px 0;
}

.count-box {
  width: 100%;
  float: left;
  display: block;
  font-size: 20px;
  box-sizing: border-box;
  line-height: 1.2em;
  position: relative;
  height: 40px;
}

.inventory-box {
  width: auto;
  float: left;
  color: #EC1216;
  font-size: 13px;
  height: 40px;
  padding: 8px 0 0 10px;
  font-weight: 400;
}

.count-box a {
  display: block;
  float: left;
  text-align: center;
  color: #8C8C8C;
  width: 40px;
  height: 100%;
  font-size: 20px;
  line-height: normal;
  padding-top: 6px;
  text-decoration: none;
}

.count-box a:hover {
  color: #555;
}

.count-box a:focus {
  color: #555;
}

.count-box input {
  display: block;
  float: left;
  text-align: center;
  width: 100px;
  height: 100%;
  color: #545454;
  font-size: 16px;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  border-left: 0px solid #fff;
  border-right: 0px solid #fff;
}

.count-box .stock {
  position: absolute;
  font-size: 14px;
  color: #d84545;
  font-weight: bold;
  top: -18px;
  right: 3px;
  line-height: 1;
}

.stock-note:empty {
  background-color: transparent;
}

.color-bg-dark {
  background-color: #fff;
  border: 1px solid #ebebeb;
}

.orderBtn {
  width: 100%;
  float: left;
  padding: 15px 0;
}

.product_description {
  width: 100%;
  float: left;
  margin-top: 4rem;
}

.pro_description-title {
  width: 100%;
  float: left;
  padding: 10px 0;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  text-align: center;
  font-size: 1.2rem
}

.pro_description-content {
  width: 100%;
  float: left;
  min-height: 300px;
  padding: 25px 15px;
  border-bottom: 1px solid #ebebeb;
}

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

/*--responsive media-quries--*/
@media (max-width: 991px) {
  .product_photo {
    width: 70%;
    margin: 1rem 15%;
    padding-right: 0;
  }

  .product_content {
    width: 100%;
    margin: 1rem 15px 0;
  }

  .product_description {
    margin-top: 2rem;
  }
}

@media (max-width: 768px) {
  .product_photo {
    width: 100%;
    margin: 1rem 0;
    padding: 0 15px;
  }

}

@media (max-width: 600px) {
  .product_photo {
    padding: 0;
  }

  .product_content {
    margin: 0;
  }

  .pro_description-content {
    padding: 25px 0;
  }
}

@media (max-width: 480px) {
  .product_title h1 {
    font-size: 1.6rem;
  }


}

@media (max-width: 420px) {

  .option-form select,
  .option-form input[ type="date"],
  .option-form input[type="text"],
  .option-form input[type="password"],
  .option-form textarea {
    font-size: 15px;
    padding: 10px 58px 10px 15px;
  }

  .btn-addtocart {
    padding: 8px 35px;
  }

  .btn-quick_buy {
    padding: 8px 40px;
  }

  .product_title h1 {
    font-size: 1.5rem;
  }
}