.product-details h1 {
  margin-bottom: 1rem;
  border-bottom: 2px solid #e0e0e0;
}

.product-details .attributes-price .attribute label {
  font-size: 1rem;
}

.product-options .image .zoomPad {
  float: none; }

.product-options .thumbs .carousel-controler {
  top: 50%;
  transform: translateY(-50%); }

.product-options .thumbs .carousel-controler.left {
  left: -10px; }
.product-options .thumbs .carousel-controler.carousel-controler-vertical.left {
  left: 50%; }

.product-options .thumbs .carousel-controler.right {
  right: -10px; }
.product-options .thumbs .carousel-controler.carousel-controler-vertical.right {
  top: unset !important;
  bottom: 0; }

.product-options .thumbs ul li a {
  display: block;
  margin: 0 5px; }

.product-options .thumbs ul li a img {
  width: 100%; }

.advanced-attributes {
  margin-bottom: 30px; }
  .advanced-attributes .attribute {
    border: 1px solid #fff; }
    .advanced-attributes .attribute:nth-child(n + 2) {
      margin-top: 10px; }
    .advanced-attributes .attribute label {
      cursor: pointer;
      width: auto; }
      .advanced-attributes .attribute label img,
      .advanced-attributes .attribute label .color {
        height: 45px;
        width: 45px; }
    .advanced-attributes .attribute > div:nth-child(2) {
      padding-left: 15px; }
    .advanced-attributes .attribute h4 {
      font-size: 0.875rem; }
      .advanced-attributes .attribute h4 span {
        float: right; }
    .advanced-attributes .attribute p {
      font-size: 0.75rem; }

.global-attributes {
  margin-bottom: 30px; }

.global-attributes .attribute.file-input span,
.global-attributes .attribute.file-input input {
  display: inline-block;
  vertical-align: top; }

.global-attributes .attribute.file-input span {
  border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px 0 0 4px; }

.global-attributes .attribute.file-input input[type="text"] {
  border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0 4px 4px 0; }

.global-attributes .attribute:nth-child(n + 2) {
  margin-top: 20px; }

.global-attributes .attribute h4 {
  font-size: 0.875rem; }

.global-attributes .attribute .radio-buttons label:nth-child(n + 2) {
  margin: 5px 0 0 5px; }

.global-attributes input:-moz-placeholder, .global-attributes input::-moz-placeholder, .global-attributes input::-webkit-input-placeholder {
  color: #616161; }

.product-options .price {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  margin-bottom: 10px;
  padding: 5px 0;
  text-align: right; }

.product-options .price span {
  font-size: 1.875rem; }

.product-options .price span.strike {
  font-size: 1.125rem; }

.product-options .price span.price-subtext {
  display: block;
  font-size: 0.75rem; }

.style7 .expiring-product .price .price-msg,
.style7 .expiring-product .price .price-label,
.product-options .price .price-msg,
.product-options .price .price-label {
  display: none; }

.product-options .spinbox,
.product-options .add-to-cart {
  display: inline-block;
  vertical-align: top; }

.product-options .qty {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px; }

.product-options .add-to-cart button {
  font-size: 0.875rem;
  font-weight: 400;
  text-transform: uppercase; }

.product-options #buy-now {
  font-size: 0.875rem;
  font-weight: 400;
  padding: 9px 25px 7px;
  text-transform: uppercase; }

.add-to-cart button i,
#buy-now i {
  border-right: 1px solid rgba(255, 255, 255, 0.6);
  font-size: 1rem;
  margin-right: 5px;
  padding-right: 8px; }

.product-options .price-offer p {
  font-size: 0.75rem;
  padding: 5px;
  text-align: center;
  text-transform: uppercase; }

.product-view:not(.style4) .spinbox .quantityspinbox-changebox-arrow,
.product-view:not(.style4) .spinbox .spinedit i {
  background-color: #596068;
  color: #fff;
  font-size: 0.625rem;
  height: 100%;
  padding: 13px 3px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 16px;
  z-index: 90;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out; }

.product-view:not(.style4) .spinbox .quantityspinbox-changebox-arrow:hover,
.product-view:not(.style4) .spinbox .spinedit i:hover {
  cursor: pointer; }

.product-view:not(.style4):not(.style5) .spinbox .spinedit i:first-of-type:hover {
  padding: 11px 3px; }

.product-view:not(.style4):not(.style5) .spinbox .spinedit i:last-of-type:hover {
  padding: 15px 3px 11px; }

.product-view:not(.style4) .spinbox .quantityspinbox-changebox-arrow.quantityspinbox-changebox-arrow-up,
.product-view:not(.style4) .spinbox .spinedit i:first-of-type {
  left: 0; }

.product-view:not(.style4) .spinbox .quantityspinbox-changebox-arrow.quantityspinbox-changebox-arrow-down,
.product-view:not(.style4) .spinbox .spinedit i:last-of-type {
  right: 0; }

.product-details > *:nth-child(n + 2) {
  margin-bottom: 20px; }

.product-details .overview {
  font-size: 0.875rem;
  line-height: 22px;
  margin-bottom: 0; }

.product-view .related-url {
  background-color: #f1f1f1;
  margin: 10px 0;
  overflow: hidden;
  padding: 5px;
  text-align: left;
  justify-content: start; }

.product-view .related-url > a {
  background-color: #f9f9f9;
  color: #515961;
  height: 40px;
  padding: 10px 0 0;
  text-align: center;
  min-width: 40px; }
  .product-view .related-url > a i {
    font-size: 1.25rem; }

.product-view .related-url p {
  padding-left: 10px; }
  .product-view .related-url p span {
    display: block;
    font-size: 1rem;
    font-weight: 400;
    text-transform: uppercase; }
  .product-view .related-url p a {
    display: block;
    height: 18px;
    line-height: 1.2;
    margin-top: -15px;
    opacity: 0;
    overflow: hidden; }

.product-view .related-url:hover p a {
  margin-top: -3px;
  opacity: 1; }

.product-details .share-product {
  padding-top: 10px; }

.top_row_product_details.share-product {
  border-top: none;
  margin: 0;
  padding-top: 0;
}

.product-details .share-product a {
  color: #464646;
  font-size: 0.875rem;
  margin-right: 10px; }

.product-details .share-product a:hover {
  cursor: pointer; }

.product-details .share-product a i {
  font-size: 1.125rem; }

.product-details .share-product a span {
  display: none; }

.product-details .share-product form {
  display: inline-block; }

.product-details .share-product button {
  background-color: transparent;
  border: none;
  color: #616161; }

.product-details .price .price-msg,
.product-details .price .price-label {
  display: none; }

.product-details .share-product .social {
  float: right; }

.product-details .product-properties .row > div {
  padding-top: 8px;
  padding-bottom: 8px; }
  .product-details .product-properties .row > div:nth-child(even) {
    border-bottom: 1px solid #e0e0e0; }
  .product-details .product-properties .row > div:nth-child(odd) {
    padding-right: 20px; }

.product-details .product-properties .row:last-child > div {
  border-bottom: none; }

.product-details .product-properties .row > div:nth-child(odd) span {
  font-weight: 400; }

.product-details .product-properties * {
  font-size: 0.875rem; }

.product-details .product-properties b {
  font-weight: 700 !important; }

.product-details .product-properties > ul {
  display: none; }

.product-view .product-info {
  line-height: 1.7; }
  .product-view .product-info > div {
    background: url(images/pattern.png) repeat-x;
    margin-top: 30px;
    padding-top: 30px; }

.product-view .product-info h3 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase; }

.product-view .product-info .vendor-ratings header h3 {
  color: #b9b9b9;
  font-size: 0.875rem;
  font-weight: 400;
  margin-bottom: 0; }

.product-view .product-info .vendor-ratings .ratings {
  margin: 15px auto 0; }

.style1 .product-options .price {
  border-radius: 0;
  padding: 10px 0px; }

.style1 .price-offer,
.style1 .buy-now {
  margin-top: 10px;
  display: inline-block; }

.style1 .product-options .price {
  text-align: left;
}

.product-top-row-details.product-details {
  margin-bottom: 0.5rem;
  border-bottom: 2px solid #e0e0e0; }
  .product-top-row-details.product-details h1 {
  margin-bottom: .25rem;
  border-bottom: none; }

.product-view.style2 > section {
  height: fit-content;
  position: sticky;
  top: 30px;
}

.style2 .add-to-cart,
.style2 .buy-now,
.style2 .price-offer {
  display: inline-block;
  margin: 0 0 5px 0;
  vertical-align: top; }

.style2 .add-to-cart button,
.style2 .buy-now button,
.style2 .price-offer button {
  border-bottom: none; }

.style2 .product-details > *:nth-child(n + 2) {
  margin-bottom: 25px; }

.style2 .product-details .share-product {
  border-top: none;
  margin: 0 0 40px;
  padding-top: 0;
  display: inline-block;
  vertical-align: top; }

.style2 .product-details .review {
  display: inline-block;
  vertical-align: top; }

.style2 .product-details .share-product a {
  margin-right: 5px; }
  .style2 .product-details .share-product a i {
    font-size: 0.875rem; }

.style2 .product-options .thumbs .carousel-controler {
  top: 50%;
  transform: translateY(-50%); }

.style2 .product-options .thumbs .carousel-controler.carousel-controler-vertical {
  top: 0;
  left: 50%;
  transform: translateX(-50%) rotate(90deg);
}

.style2 .attributes-price {
  padding: 20px 0;
  padding-top: 0; }

.style2 .price {
  display: inline-block;
  vertical-align: middle; }

.style2 .product-details .bs-spinner-container button {
  min-width: unset !important;
}

.style2 .price .catalog-price {
  font-size: 2rem;
  font-weight: 700; }

.style3 .price-offer,
.style3 .buy-now {
  margin-top: 10px;
  width: 100%; }
.style3 .product-options .price {
  text-align: left;
}
.style3 .product_variants_container {
  margin-bottom: 2rem; }

.style4 .product-options .thumbs .carousel-controler i{
  display: none;
}

.style4 .product-options .thumbs .carousel-controler {
  top: 50%;
  transform: translateY(-50%); }

.style4 .product-options .thumbs ul li a {
  padding: 2px; }

.style4 .global-attributes .attribute label {
  display: inline-block;
  text-transform: uppercase; }

.style4 form hr {
  margin: 20px 0; }

.style4 .buy-now,
.style4 .price-offer {
  display: inline-block;
  margin: 0 0 5px 0;
  vertical-align: top; }


.style4 .spinbox .spinedit i {
  font-size: 0.5rem;
  opacity: 0.4;
  filter: alpha(opacity=40);
  position: absolute;
  right: 20px;
  top: 8px; }
  .style4 .spinbox .spinedit i:hover {
    cursor: pointer;
    opacity: 0.7;
    filter: alpha(opacity=70); }
  .style4 .spinbox .spinedit i:last-child {
    top: 18px; }

.style4 .review i.on {
  color: gold !important;
}

.style4 .review i {
  color: gold;
  font-size: 0.875rem;
  margin-right: -2px; }

.style4 .product-details .overview {
  font-size: 0.8125rem;
  margin-bottom: 20px; }

.style4 .related-url {
  margin: 0 0 30px 0; }

.style4 .product-details .share-product {
  border-top: none;
  margin: 0 0 40px;
  padding-top: 0;
  display: inline-block;
  vertical-align: top; }

.style4 .product-details .review {
  display: inline-block;
  vertical-align: top; }

.style4 .product-details .share-product a {
  margin-right: 5px; }
  .style4 .product-details .share-product a i {
    /*font-size: 0.875rem;*/ }

.style4 .product-details .qty {
  margin-right: 10px; }

.style4 .product-details .price {
  font-size: 2rem;
  font-weight: 600;
  position: relative; }
  .style4 .product-details .price .strike {
    color: #909090;
    font-size: 1.25rem;
    font-weight: 400; }

.style4 .product-details .price .price-subtext {
  color: #616161;
  font-size: 0.875rem;
  font-weight: 300;
  display: block; }

.style4 .product-details .price .small-price {
  color: #464646 !important;
  font-size: 1.5rem;
  font-weight: 400; }

.style4 .product-details .price .case-price {
  background: url("images/sprite.png") no-repeat;
  background-position: 0 -114px;
  margin-left: 15px;
  padding-left: 20px; }

.product-view.style5 > section {
  height: fit-content;
  position: sticky;
  top: 30px;
}

.style5 .product-details .overview {
  font-size: 0.8125rem;
  margin-bottom: 20px; }

.style5 .product-details .share-product {
  border-top: none;
  margin: 0 0 15px 0;
  padding: 0; }

.style5 .product-details .share-product a i {
  font-size: 0.875rem; }

.style5 .product-details .qty {
  margin-right: 10px; }

.style5 .product-details .price {
  margin-bottom: 10px;
  font-size: 2.125rem;
  font-weight: 700; }
  .style5 .product-details .price .price-subtext {
    color: #616161;
    font-size: 0.875rem;
    font-weight: 300;
    display: block; }

.style5 .buy-now,
.style5 #div_all_vendor_products_button {
  margin-bottom: 10px;
}

.style5 .product-details .price .strike {
  font-size: 1.5rem;
  font-weight: 400; }

.style5 .product-details .price .small-price {
  color: #464646 !important;
  font-size: 1.5rem;
  font-weight: 400; }

.style5 .product-details .price .case-price {
  background: url("images/sprite.png") no-repeat;
  background-position: 0 -114px;
  margin-left: 15px;
  padding-left: 20px; }

.product-view.style5 form .qty .spinbox input:not([type="submit"]):not([type="file"]) {
  background-color: #fff !important;
  border: 1px solid #8ac6df !important;
  color: #5c5c5c;
  margin: 0;
  max-width: 55px;
  padding: 8px 10px 7px;
  text-align: left; }

.product-view.style5 form .qty .spinbox .spinedit i {
  background-color: transparent;
  color: #5c5c5c;
  font-size: 0.4rem;
  height: auto;
  left: auto;
  padding: 0;
  right: 2px;
  top: 7px; }

.product-view.style5 form .qty .spinbox {
  margin-bottom: 10px; }

.product-view.style5 form .qty .spinbox .spinedit i:last-child {
  top: 24px; }

.style6 h1 {
  font-size: 1.125rem;
  font-weight: 700; }

.style6 .share-product {
  border-bottom: 1px dotted #ccc;
  padding: 5px 0;
  padding-top: 0; }
  .style6 .share-product a,
  .style6 .share-product button {
    background-color: transparent;
    border: none;
    color: #484848;
    font-size: 1.125rem;
    padding: 0; }
  .style6 .share-product a span {
    display: none; }
  .style6 .share-product.row > div:first-of-type a {
    margin-right: 5px; }
  .style6 .share-product.row > div:last-of-type a {
    font-size: 1rem;
    margin-left: 5px; }

.style6 .tabbable .tab-content .tab-pane {
  background-color: transparent;
  border: 1px solid #eaeaea;
  padding: 15px; }
  .style6 .tabbable .tab-content .tab-pane#properties .row {
    border-bottom: 1px solid #eaeaea;
    padding: 10px 0; }
    .style6 .tabbable .tab-content .tab-pane#properties .row:first-child {
      padding-top: 0; }
    .style6 .tabbable .tab-content .tab-pane#properties .row:last-child {
      border-bottom: none;
      padding-bottom: 0; }

.style6 .price .price-msg {
  display: none; }
  .style6 .price .catalog-price {
    font-size: 2rem;
    font-weight: bold; }
  .style6 .price .strike {
    color: #a9a9a9;
    font-size: 1rem; }

.style6 .price-offer,
.style6 .buy-now {
  margin-top: 10px;
  display: inline-block; }

.style6 #div_qty.qty {
  margin-right: 10px;
}

.style7 h1 {
  font-size: 1.75rem; }

.style7 .best-deal-stamp {
  padding-right: 20px; }
  .style7 .progress.deal-stock .progress-indicator {
    font-size: 0.75rem;
    text-transform: uppercase; }
    .style7 .progress.deal-stock .progress-indicator span:first-of-type {
      font-size: 1.25rem;
      padding-right: 10px; }

.style7 .price {
  margin-top: 2px;
  padding: 0 10px; }
  .style7 .price .price-msg {
    display: none; }
  .style7 .price .catalog-price {
    font-size: 2rem;
    font-weight: bold; }
  .style7 .price .strike {
    color: #a9a9a9;
    font-size: 1rem; }

.style7 .expiring-product .counter {
  background: #a6a6a6;
  border: none;
  border-radius: 0;
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .25rem;
  padding: 10px 0; }
  .style7 .expiring-product .counter > div:first-child {
    border-bottom-left-radius: .25rem; }
  .style7 .expiring-product .counter > div:last-child {
    border-bottom-right-radius: .25rem; }
  .style7 .expiring-product .counter > div span:first-child {
    color: #fff; }
  .style7 .expiring-product .progress.deal-stock {
    height: 50px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom: 1px solid #fff;
  }
  .style7 .expiring-product .counter .countdown_row > span {
    border-right: 1px solid #fff; }
    .style7 .expiring-product .counter .countdown_row > span:last-child {
      border-right: none;
    }

.style7 button.btn {
  margin-top: 2px;
  padding: 9px 10px 11px;
  text-align: center;
  width: 100%; }

  .style7 .qty .spinbox .spinedit i {
    background-color: rgba(0, 0, 0, 0.1) !important;
    padding: 17px 3px; }

.style7 .global-attributes {
  margin: 20px 0; }

.carousel.vertical {
  height: 100%;
}
.carousel.vertical .carousel-item {
  transition: none;
}
.carousel.vertical .carousel-item-next.carousel-item-start,
.carousel.vertical .carousel-item-prev.carousel-item-end {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.carousel.vertical .carousel-item-next,
.carousel.vertical .active.carousel-item-end {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100% 0);
}
.carousel.vertical .carousel-item-prev,
.carousel.vertical .active.carousel-item-start {
  -webkit-transform: translate3d(0,-100%, 0);
  transform: translate3d(0,-100%, 0);
}

.carousel.vertical img {
  padding: 5px;
  border: 1px solid #dee2e6;
  border-radius: .25rem;
}

.radio-gallery-container input[type="radio"] {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    cursor: pointer;
}

.single-radio-gallery-label {
    border: 1px solid transparent;
    border-radius: .25rem;
}
.single-radio-gallery-label img {
    height: 64px;
    width: 100%;
    object-fit: cover;
}
.radio-gallery-container input[type="radio"]:checked+label,
.single-radio-gallery-label:hover {
    border-color: #dee2e6 !important; }
    .radio-gallery-container input[type="radio"]:checked+label *,
    .single-radio-gallery-label:hover * {
        font-weight: bold; }

.shop-services-container {
	margin: 30px 0; }
	.shop-services-container .shop-service label {
		display: inline-block;
		text-transform: uppercase;
		font-size: 1rem;
	}