.prod_info {
  padding-bottom: 25px;
}
@media (max-width: 767.5px) {
  .prod_info {
    border-bottom: none;
    padding-bottom: 15px;
  }
}
.prod_info h1 {
  font-size: 32px;
  font-size: 2rem;
  margin: 0 0 5px 0;
}
@media (max-width: 767.5px) {
  .prod_info h1 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.prod_info .rating {
  margin-bottom: 5px;
}
.prod_info p {
  margin-bottom: 5px;
}
.prod_info small {
  font-weight: 600;
}

.prod_options {
  padding: 20px 0 20px 0;
}
@media (max-width: 991.8px) {
  .prod_options {
    padding: 0 0 20px 0;
  }
}
.prod_options label {
  padding-top: 10px;
}
.prod_options .nice-select {
  border: 1px solid #ededed;
  height: 40px;
  line-height: 34px;
  padding-left: 10px;
}
.prod_options .nice-select:after {
  right: 15px;
}
.prod_options strong {
  text-transform: uppercase;
  font-weight: 500;
  line-height: 36px;
}

.price_main {
  line-height: 1;
  padding-top: 10px;
}
@media (max-width: 767.5px) {
  .price_main {
    text-align: right;
  }
}
@media (max-width: 991.8px) {
  .price_main {
    margin-bottom: 10px;
    padding-top: 0;
  }
}
@media (max-width: 575.5px) {
  .price_main {
    margin-bottom: 0;
  }
}
.price_main .old_price {
  font-size: 18px !important;
  font-size: 1rem !important;
}
.price_main .new_price {
  font-size: 18px;
  font-size: 1.125rem;
}
.price_main .percentage {
  top: -2px;
}

.numbers-row {
  position: relative;
  width: 100%;
  height: 40px;
  overflow: visible;
  border: 1px solid #ededed;
  border-radius: 3px;
  background-color: #fff;
  text-align: left !important;
}

input.qty2 {
  position: relative;
  width: 40px;
  height: 40px;
  text-align: center;
  left: 50%;
  background: none;
  padding: 5px;
  border: none;
  margin-left: -20px;
}
input.qty2:focus {
  outline: none;
  box-shadow: none;
}

.rating {
  color: #ccc;
  margin-bottom: 15px;
  display: inline-block;
}
.rating i.voted {
  color: #fec348;
}
.rating i:before {
  margin: 2px;
}
.rating em a {
  display: inline-block;
  color: #999;
  margin-left: 10px;
  text-decoration: underline;
  display: inline-block;
}
.rating em a:hover {
  color: #978667;
}

.button_inc {
  cursor: pointer;
  position: absolute;
  width: 33px;
  height: 40px;
  line-height: 42px;
  text-align: center;
  z-index: 2;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 300 !important;
  color: #999;
}
.button_inc:hover {
  color: #978667;
}

.dec {
  left: 0;
  top: 0;
}

.inc {
  right: 0;
  top: 0;
}

.new_price {
  color: #978667;
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem;
}

.old_price {
  color: #999;
  text-decoration: line-through;
  display: inline-block;
  white-space: nowrap;
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem;
}

.percentage {
  background: #F33;
  color: #fff;
  border-radius: 3px;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  font-weight: 600;
  position: relative;
  padding: 5px 5px 3px 5px;
  top: -1px;
  margin-left: 10px;
  display: inline-block;
}

@media (max-width: 767.5px) {
  .btn_add_to_cart {
    text-align: right;
  }
}
.btn_add_to_cart a.btn_1 {
  text-transform: uppercase;
  width: 100%;
}
@media (max-width: 767.5px) {
  .btn_add_to_cart a.btn_1 {
    display: inline-block;
    width: auto;
    margin-top: 30px;
  }
}

.tabs_product {
  text-align: center;
  margin-top: 30px;
}
@media (max-width: 767.5px) {
  .tabs_product {
    margin-top: -30px;
    padding-top: 0;
  }
}
.tabs_product .nav-tabs {
  border: none;
  border-bottom: 1px solid transparent;
  display: flex;
}
@media (max-width: 767.5px) {
  .tabs_product .nav-tabs {
    display: none;
  }
}
.tabs_product .nav-tabs .nav-item {
  text-transform: uppercase;
  font-weight: 500;
}

.tab_content_wrapper {
  background-color: #f8f8f8;
  padding: 60px 0 35px 0;
}
@media (max-width: 991.8px) {
  .tab_content_wrapper {
    padding: 30px 0 10px 0;
  }
}
@media (max-width: 767.5px) {
  .tab_content_wrapper {
    background-color: #fff;
    border-bottom: 1px solid #ededed;
    padding: 15px 0;
  }
}
.tab_content_wrapper .card {
  border: none;
  background-color: transparent;
}
.tab_content_wrapper .card .card-header {
  margin: 0 -15px;
  padding: 0;
  background-color: transparent;
  border: 0;
  border-top: 1px solid #ededed;
  background-color: #f8f8f8;
}
.tab_content_wrapper .card .card-header a {
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  padding: 15px;
  color: #222;
}
.tab_content_wrapper .card .card-body {
  padding: 0;
}
.tab_content_wrapper .card .card-body h3 {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 20px;
  font-weight: 400;
}

.review_content {
  margin-bottom: 30px;
}
.review_content h4 {
  font-size: 18px;
  font-size: 1.125rem;
}
.review_content .rating {
  color: #999;
  font-size: 12px;
  font-size: 0.75rem;
  margin-bottom: 0;
  float: left;
}
.review_content .rating i {
  width: 20px;
  border-radius: 3px;
  height: 20px;
  font-size: 12px;
  font-size: 0.75rem;
  display: inline-block;
  background-color: #fec348;
  color: #fff;
  line-height: 20px;
  text-align: center;
  margin-right: 2px;
}
.review_content .rating i.empty {
  background-color: #ccc;
}
@media (max-width: 575.5px) {
  .review_content .rating {
    float: none;
    display: block;
  }
}
@media (max-width: 575.5px) {
  .review_content .rating em {
    float: none;
    display: inline-block;
    margin-left: 10px;
  }
}
.review_content em {
  font-weight: 500;
  color: #999;
  line-height: 22px;
  margin-left: 5px;
  float: right;
}
@media (max-width: 575.5px) {
  .review_content em {
    float: none;
    display: block;
    margin-top: 10px;
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  .tabs_product .nav-tabs {
    display: flex;
  }
  .tab_content_wrapper .card {
    border: none;
  }
  .tab_content_wrapper .card .card-header {
    display: none;
  }
  .tab_content_wrapper .card .collapse {
    display: block;
  }
}
@media (max-width: 767px) {
  .tab_content_wrapper .fade:not(.show) {
    opacity: 1;
  }
  .tab_content_wrapper .tab-pane {
    display: block !important;
    opacity: 1;
  }
  .tab_content_wrapper .card .card-header {
    margin-bottom: 15px;
    border: 0;
  }
  .tab_content_wrapper .card .card-header a:after {
    font-family: "ElegantIcons";
    width: 20px;
    display: block;
    float: right;
  }
  .tab_content_wrapper .card .card-header a.collapsed:after {
    content: "P";
  }
  .tab_content_wrapper .card .card-header a:after {
    content: "O";
  }
}/*# sourceMappingURL=add-cart.css.map */