/* Product Detail */
:root {
  --font-product: "Mulish", sans-serif;
  --color-pro-detail: #e2ac36;
}
.product-detail {
  font-family: var(--font-product);
}
.grid-pro-detail {
  margin-bottom: 30px !important;
}
.temp .left-pro-detail {
  position: relative;
  width: 45%;
  text-align: center;
  background: white;
}
.left-pro-detail .MagicZoom {
  border: 1px solid #eee;
  padding: 7px;
  border-radius: 5px;
}
.temp .right-pro-detail {
  width: calc(100% - 48%);
}
.gallery-thumb-pro {
  position: relative;
  margin-top: 10px;
}
.owl-thumb-pro {
  padding: 0px 0px;
}
.thumb-pro-detail {
  display: block !important;
  border: 1px solid #eee;
  padding: 5px;
  border-radius: 3px;
  cursor: pointer;
}
.thumb-pro-detail.mz-thumb.mz-thumb-selected {
  border-color: var(--color-r);
}
.thumb-pro-detail img {
  box-shadow: none !important;
  filter: brightness(100%) !important;
  border-bottom: 0px !important;
  padding-bottom: 0px !important;
}
.control-carousel {
  position: absolute;
  top: calc(50% - 25px / 2);
  margin-bottom: 0px;
  width: 20px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  border: 1px solid #eee;
  z-index: 2;
  background-color: #fff;
  color: #ccc;
  cursor: pointer;
  border-radius: 2px;
  font-size: 10px;
}
.control-carousel:hover {
  background-color: var(--color-r);
  border-color: var(--color-r);
  color: #fff;
}
.prev-carousel {
  left: 0px;
}
.next-carousel {
  right: 0px;
}
/*=====*/
.pro-detail__top {
  padding-bottom: 10px;
  margin-bottom: 5px;
  border-bottom: 1px solid #eee;
}
.pro-detail-name {
  text-transform: capitalize;
  font-size: 23px;
  font-weight: 700;
}
.social-plugin-pro-detail {
  margin-bottom: 1rem;
  margin-top: 0px !important;
}
.desc-pro-detail {
  margin-bottom: 1rem;
  font-size: 15px;
}
.attr-pro-detail {
  list-style: none;
  padding: 0px;
}
.product-detail-option {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  margin-bottom: 0.5rem;
}
.product-detail-label {
  margin: 0px 5px 0px 0px;
  font-size: 16px;
}
.product-detail-content {
  margin-bottom: 0px;
}
.price-new-pro-detail {
  font-weight: 800;
  font-size: 25px;
  color: var(--color-pro-detail);
  padding-right: 10px;
}
.price-old-pro-detail {
  font-weight: 400;
  color: #ccc;
  text-decoration: line-through;
  font-size: 17px;
  position: relative;
  bottom: 1px;
}
/*====*/
.color-pro-detail {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 35px;
  height: 30px;
  margin: 0px 0px 3px 0px;
  border: 1px solid transparent;
}
.size-pro-detail {
  border: 1px solid #ccc;
  padding: 3px 10px 4px 10px;
  display: inline-block;
  position: relative;
}
.size-pro-detail.active,
.color-pro-detail.active {
  border-color: #e5101d;
  color: #e5101d;
}
.color-pro-detail.active:before,
.size-pro-detail.active:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  margin: auto;
  z-index: 1;
  background-image: url(../images/check-cart.png);
  background-repeat: no-repeat;
  background-position: bottom right;
}
.color-pro-detail input[type="radio"],
.size-pro-detail input[type="radio"] {
  outline: none;
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  -webkit-appearance: none;
  border: 0px;
  top: 0px;
  left: 0px;
}
.variants-pro-detail {
  border: 1px solid #ccc;
  padding: 3px 10px 4px 10px;
  display: inline-block;
  position: relative;
}
.variants-pro-detail.active {
  border-color: #e5101d;
  color: #e5101d;
}
.variants-pro-detail.active:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  margin: auto;
  z-index: 1;
  background-image: url(../images/check-cart.png);
  background-repeat: no-repeat;
  background-position: bottom right;
}
.variants-pro-detail input[type="radio"] {
  outline: none;
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  -webkit-appearance: none;
  border: 0px;
  top: 0px;
  left: 0px;
}
/*====*/
.quantity-pro-detail {
  width: 100%;
  max-width: 110px;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #ccc;
}
.quantity-pro-detail input {
  height: 40px;
  border: none;
  width: calc(100% - 60px);
  text-align: center;
  font-size: 14px;
  padding: 5px;
}
.quantity-pro-detail span {
  line-height: 40px;
  padding: 0px;
  width: 40px;
  height: 40px;
  color: #5f5f5f;
  cursor: pointer;
  font-size: 22px;
  border: none;
  position: relative;
  font-size: 0;
}
.quantity-pro-detail span:hover:after,
.quantity-pro-detail span:hover:before {
  background: var(--color-r);
}
/*====*/
.quantity-plus-pro-detail:before {
  position: absolute;
  content: "";
  width: 12px;
  height: 2px;
  background: #bbbbbb;
  left: calc(50% - 6px);
  top: calc(50% - 1px);
}
.quantity-plus-pro-detail:after {
  position: absolute;
  content: "";
  width: 2px;
  height: 12px;
  background: #bbbbbb;
  left: calc(50% - 1px);
  top: calc(50% - 6px);
}
.quantity-minus-pro-detail:after {
  position: absolute;
  content: "";
  width: 12px;
  height: 2px;
  background: #bbbbbb;
  left: calc(50% - 6px);
  top: calc(50% - 1px);
}
.quantity-pro-detail span:hover {
  background: rgb(75 79 86 / 5%);
}
/*===*/
.cart-pro-detail {
  margin-bottom: 1rem;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}
.btn_add_cart {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 8px 10px;
  flex-direction: column;
}
.btn_add_cart .txt-main {
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 700;
}
.btn_add_cart span {
  font-size: 16px;
}
.btn_add_cart.buynow {
  background: #141414;
  margin-right: 10px;
  color: #fff;
}
.btn_add_cart.addnow {
  border: 1px solid var(--color-pro-detail);
  color: var(--color-pro-detail);
  background: #fff;
}
.btn_add_cart.buynow:hover,
.btn_add_cart.addnow:hover {
  background: var(--color-pro-detail);
  color: #fff;
}
/*====*/
.tags-pro-detail {
  margin: 1rem 0px 2rem 0px;
}
.tags-pro-detail a {
  float: left;
  font-size: 12px;
  color: #fff;
  padding: 5px 10px 7px 10px;
  margin-right: 5px;
  margin-bottom: 5px;
  background-color: var(--color-red);
  border-radius: 3px;
}
.tags-pro-detail a:hover {
  background-color: var(--color-medium-red);
}
.tabs-pro-detail .ul-tabs-pro-detail {
  padding: 0px;
  list-style: none;
  margin-bottom: 0px;
}
.tabs-pro-detail .ul-tabs-pro-detail li {
  cursor: pointer;
  background: #eee;
  padding: 10px 10px;
  border-radius: 5px;
  margin-right: 5px;
  font-weight: 600;
  display: inline-block;
  text-transform: uppercase;
}
.tabs-pro-detail .ul-tabs-pro-detail li.active,
.tabs-pro-detail .ul-tabs-pro-detail li:hover {
  background: #000;
  color: #fff;
}
.tabs-pro-detail .ul-tabs-pro-detail li:last-child {
  margin-right: 0px;
}
.tabs-pro-detail .content-tabs-pro-detail {
  display: none;
}
.tabs-pro-detail .content-tabs-pro-detail.active {
  display: block;
}
.tabs-pro-detail .content-tabs-pro-detail {
  background: #f5f5f5b3;
  border-radius: 0px 0px 5px 5px;
  padding: 20px;
  border-top: 2px solid #000;
  margin-top: 10px;
}
.tabs-pro-detail .content-tabs-pro-detail .fb-comments {
  border-radius: 5px;
  background: #fff;
}
/*===*/
.product-detail-title_other {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
  margin-bottom: 20px;
}
/*===*/
.product-promotion {
  border: 1px solid var(--color-pro-detail);
  border-radius: 12px;
  overflow: hidden;
}
.product-promotion__heading {
  font-size: 15px;
  font-weight: 700;
  padding: 12px 10px;
  color: #fff;
  background: var(--color-pro-detail);
  margin-bottom: 0px;
}
.product-promotion__heading svg {
  width: 18px;
  height: 18px;
  margin-right: 8px;
  position: relative;
  bottom: 2px;
}
.product-promotion__heading svg path {
  fill: #fff;
}
.product-promotion__content {
  padding: 10px;
}
.product-promotion__content p {
  margin-bottom: 0px;
}
.product-promotion ul {
  margin-bottom: 0;
  border-radius: 4px;
  padding: 8px 8px 8px 15px;
  list-style-position: inside;
  background: #fff;
  font-size: 15px;
  list-style: auto;
}
/*===*/
.product-policy {
  border: 1px solid #141414;
  border-radius: 12px;
  overflow: hidden;
}
.product-policy__heading {
  font-size: 16px;
  font-weight: 700;
  padding: 12px 10px;
  color: #fff;
  background: #141414;
  margin-bottom: 0px;
}
.product-policy__heading svg {
  width: 18px;
  height: 18px;
  margin-right: 8px;
  position: relative;
  bottom: 1px;
}
.product-policy__heading svg path {
  fill: #fff;
}
.product-policy__content {
  padding: 0px 10px;
}
.policy__item {
  display: flex;
  align-items: center;
  padding: 8px 0px;
  border-bottom: 1px solid #eee;
}
.policy__item:last-child {
  border: none;
}
.policy__icon {
  margin-right: 8px;
  width: 40px;
}
.policy__info {
  width: calc(100% - 40px);
}
.policy__info h3 {
  font-size: 15px;
  margin-bottom: 0px;
  font-weight: 700;
}

/* Responsive */
@media (max-width: 1100px) {
  .btn_add_cart span {
    font-size: 15px;
  }
}

@media (max-width: 992px) {
  .right-pro-detail,
  .right-promotion-policy {
    margin-top: 20px;
  }
  .pro-detail-name {
    font-size: 22px;
  }
  .btn_add_cart span {
    font-size: 0.8rem;
  }
  .tabs-pro-detail .content-tabs-pro-detail {
    padding: 10px;
  }
  .pro-detail-name {
    font-size: 19px;
  }
}

@media (max-width: 769px) {
  .temp .left-pro-detail,
  .temp .right-pro-detail {
    width: 100%;
    margin: 0px;
  }
  .temp .left-pro-detail {
    margin-bottom: 30px;
  }
}
