/*
====================================================
 -----------------Single Product Page-------------- 
====================================================
*/
.extra_style {
    margin-bottom: 20px;
}

.single_product {
  padding-top: 66px;
  padding-bottom: 140px;
  background-color: #fbfbfb;
  margin-top: 0px;
  padding: 17px;
}

.product_name {
  font-size: 20px;
  font-weight: 600;
  margin-top: 0px;
  display: block;
}
.button_container {
    margin-left: -15px;
}
.info_container {
    margin-top: 30px;
    margin-right: 15px;
}
.badge {
  display: inline-block;
  padding: 0.5em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}

.product-rating {
  margin-top: 10px;
}

.rating-review {
  color: #5b5b5b;
}

.product_price {
  display: inline-block;
  font-size: 30px;
  font-weight: 500;
  margin-top: 9px;
  clear: left;
}

.product_discount {
  display: inline-block;
  font-size: 17px;
  font-weight: 300;
  margin-top: 9px;
  clear: left;
  margin-left: 10px;
  color: red;
}

.product_saved {
  display: inline-block;
  font-size: 15px;
  font-weight: 200;
  color: #999999;
  clear: left;
}

.singleline {
  margin-top: 1rem;
  margin-bottom: 0.4rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.product_info {
  color: #4d4d4d;
  display: inline-block;
}

.product_options {
  margin-bottom: 10px;
}

.product_description {
  padding-left: 0px;
  margin-top: 25px;
}

.product_quantity {
  width: 104px;
  height: 47px;
  border: solid 1px #e5e5e5;
  border-radius: 3px;
  overflow: hidden;
  padding-left: 8px;
  padding-top: -4px;
  padding-bottom: 44px;
  float: left;
  margin-right: 22px;
  margin-bottom: 11px;
}

.order_info {
  margin-top: 18px;
}

.shop-button {
  height: 36px;
}

.product_fav i {
  line-height: 44px;
  color: #cccccc;
}

.product_fav {
  display: inline-block;
  width: 52px;
  height: 46px;
  background: #ffffff;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
  border-radius: 11%;
  text-align: center;
  cursor: pointer;
  margin-left: 3px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.br-dashed {
  border-radius: 5px;
  border: 1px dashed #dddddd;
  margin-top: 6px;
}

.pr-info {
  margin-top: 2px;
  padding-left: 2px;
  margin-left: -14px;
  padding-left: 0px;
}

.break-all {
  color: #5e5e5e;
}

.image_selected {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: calc(100% + 15px);
  height: 525px;
  -webkit-transform: translateX(-15px);
  -moz-transform: translateX(-15px);
  -ms-transform: translateX(-15px);
  -o-transform: translateX(-15px);
  transform: translateX(-15px);
  border: solid 1px #e8e8e8;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  padding: 15px;
}

.image_list li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 165px;
  border: solid 1px #e8e8e8;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.1) !important;
  margin-bottom: 15px;
  cursor: pointer;
  padding: 15px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  overflow: hidden;
}

@media (max-width: 390px) {
  .product_fav {
    display: none;
  }
}

.bbb_combo {
  width: 100%;
  margin-right: 7%;
  padding-top: 21px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 24px;
  border-radius: 5px;
  margin-top: 0px;
  text-align: -webkit-center;
}

.bbb_combo_image {
  width: 170px;
  height: 170px;
  margin-bottom: 15px;
}

.fs-10 {
  font-size: 10px;
}

.step {
  background: #167af6;
  border-radius: 0.8em;
  -moz-border-radius: 0.8em;
  -webkit-border-radius: 6.8em;
  color: #ffffff;
  display: inline-block;
  font-weight: bold;
  line-height: 3.6em;
  margin-right: 5px;
  text-align: center;
  width: 3.6em;
  margin-top: 116px;
}

.row-underline {
  content: "";
  display: block;
  border-bottom: 2px solid #3798db;
  margin: 0px 0px;
  margin-bottom: 20px;
  margin-top: 15px;
}

.deal-text {
  margin-left: -10px;
  font-size: 25px;
  margin-bottom: 10px;
  color: #000;
  font-weight: 700;
}

.padding-0 {
  padding-left: 0;
  padding-right: 0;
}

.padding-2 {
  margin-right: 2px;
  margin-left: 2px;
}

.vertical-line {
  display: inline-block;
  border-left: 3px solid #167af6;
  margin: 0 10px;
  height: 364px;
  margin-top: 4px;
}

.p-rating {
  color: green;
}

.combo-pricing-item {
  display: flex;
  flex-direction: column;
}

.boxo-pricing-items {
  display: inline-flex;
}

.combo-plus {
  margin-left: 10px;
  margin-right: 18px;
  margin-top: 10px;
}

.add-both-cart-button {
  margin-left: 36px;
}

.items_text {
  color: #b0b0b0;
}

.combo_item_price {
  font-size: 18px;
}

.p_specification {
  font-weight: 500;
  margin-left: 22px;
}

.single_product {
  padding-top: 16px;
}
.single_product .container.d-flex.justify-content-center {
  padding-top: 12px;
}

.image_list li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 165px;
  border: solid 1px #e8e8e8;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
  cursor: pointer;
  padding: 15px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  overflow: hidden;
}

.image_list li:last-child {
  margin-bottom: 0;
}

.image_list li:hover {
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
}

.image_list li img {
  max-width: 100%;
}

.image_selected {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: calc(100% + 15px);
  height: 525px;
  -webkit-transform: translateX(-15px);
  -moz-transform: translateX(-15px);
  -ms-transform: translateX(-15px);
  -o-transform: translateX(-15px);
  transform: translateX(-15px);
  border: solid 1px #e8e8e8;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  padding: 15px;
}

.image_selected img {
  max-width: 100%;
}

.product_category {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
}

.product_rating {
  margin-top: 7px;
}

.product_rating i {
  margin-right: 4px;
}

.product_rating i::before {
  font-size: 13px;
}

.product_text {
  margin-top: 27px;
}

.product_text p:last-child {
  margin-bottom: 0px;
}

.order_info {
  margin-top: 16px;
}

.single-product .entry-summary button {
  padding: 10px 10px;
}

.reduced.items-count {
  margin-right: -4px;
}
.product_quantity {
  width: 182px;
  height: 50px;
  border: solid 1px #e5e5e5;
  border-radius: 5px;
  overflow: hidden;
  padding-left: 25px;
  float: left;
  margin-right: 30px;
}

.product_quantity span {
  display: block;
  height: 50px;
  font-size: 16px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.5);
  line-height: 50px;
  float: left;
}

.product_quantity input {
  display: block;
  width: 30px;
  height: 50px;
  border: none;
  outline: none;
  font-size: 16px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.5);
  text-align: left;
  padding-left: 9px;
  line-height: 50px;
  float: left;
}

.quantity_buttons {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 29px;
  border-left: solid 1px #e5e5e5;
}

.quantity_inc,
.quantity_dec {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 50%;
  cursor: pointer;
}

.quantity_control i {
  font-size: 11px;
  color: rgba(0, 0, 0, 0.3);
  pointer-events: none;
}

.quantity_control:active {
  border: solid 1px rgba(14, 140, 228, 0.2);
}

.quantity_inc {
  padding-bottom: 2px;
  justify-content: flex-end;
  border-top-right-radius: 5px;
}

.quantity_dec {
  padding-top: 2px;
  justify-content: flex-start;
  border-bottom-right-radius: 5px;
}

.product_option_title {
  width: 130px;
}

.qty_button {
  line-height: normal;
  border-color: #d10649;
  background: #d10649;
  border: 0px solid;
  color: #ffffff;
  font-size: 14px;
  border-radius: 0;
  cursor: pointer;
}
.qty_button:hover {
  background: #ffffff;
  border-color: #d10649;
  border: 1px solid;
  color: #d10649;
}

.qty_input {
  width: 8em;
  color: #a8a8a8;
  border: 1px solid #ccc;
  padding: 10px;
  font-size: 14px;
  text-align: center;
}

.increase.items-count {
  margin-left: -4px;
}

/*  zoom  */

.xzoom {
    margin-top: 30px !important;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.5);
}
.xzoom-thumbs {
    text-align: left;
    margin-bottom: 10px;
    margin-left: 25px;
    margin-right: 25px;
}
.xzoom-gallery {
  margin-top: 10px;
}
.xzoom-container {
  width: 100% !important;
}
#xzoom-default {
  width: 100% !important;
  height: 440px;
  object-fit: cover;
  object-position: top;
}
.xzoom-thumbs img {
  height: 80px;
  object-fit: contain;
}
.xzoom-thumbs-color img {
  height: 50px;
  object-fit: contain;
}
.xzoom {
  margin-top: 10px;
}

.img_gallery_scroll {
  overflow-x: scroll;
  white-space: nowrap;
  height: auto;
  overflow: auto;
  outline: none;
  max-width: 100%;
  overflow-y: hidden;
  -ms-overflow-style: scroll;
  scrollbar-width: none;
}

.img_gallery_scroll::-webkit-scrollbar {
  display: none;   
}

#slideNext {
    position: absolute;
    right: 0px;
    bottom: 26px;
    color: #dc3545;
    height: 81px;
    border: 0px;
    padding: 5px;
    font-size: 25px;
}

#slideNext:focus {
  border: 1px solid #ccc;
}

#slideBack {
    position: absolute;
    left: 0px;
    bottom: 26px;
    color: #dc3545;
    height: 81px;
    border: 0px;
    padding: 5px;
    font-size: 25px;
}

#slideBack:focus {
  border: 1px solid #ccc;
}

.xactive {
  -webkit-box-shadow: 0px 0px 3px 0px #dee2e6;
  -moz-box-shadow: 0px 0px 3px 0px rgba(74, 169, 210, 1);
  box-shadow: 0px 0px 3px 0px #dee2e6;
  border: 1px solid #dee2e6;
}

/* tab */
.single-product-nav-tabs > li {
  float: left;
  margin-bottom: -2px;
}

.single-product-nav-tabs a {
  color: #555;
}

.single-product-nav-tabs.nav > li > a {
  position: relative;
  display: block;
  padding: 5px 15px;
  background-color: #d10649;
  color: #fff;
  border: 1px solid #d10649;
}

.single-product-nav-tabs {
  border-bottom: 2px solid #d10649;
}

.single-product-nav-tabs > li > a:hover,
.single-product-nav-tabs > li > a:focus {
  text-decoration: none;
  background-color: #d10649;
  border: 1px solid #d10649;
  color: #fff;
}

.single-product-nav-tabs li a.active {
  color: #555;
  cursor: pointer;
  background-color: #ffffff;
  color: #555;
  border: 1px solid #d10649;
  border-bottom-color: transparent;
}

.single-product-tab-content {
  border: 1px solid #d10649;
  border-top-color: transparent;
  padding: 15px;
  font-size: 14px;
  margin-bottom: 15px;
}

/* Comment */
.dot {
  height: 6px;
  width: 6px;
  margin-left: 3px;
  margin-right: 3px;
  margin-top: 2px;
  background-color: rgb(91, 92, 91);
  border-radius: 50%;
  display: inline-block;
}

.name {
  font-size: 14px;
}

.date {
  font-size: 12px;
}

.rating i {
  color: #f0ad4e;
  font-size: 13px;
}

.comment-text {
  font-size: 14px;
}
