/**
 * Styles
 */
.product-labels {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
}
.product-labels .product-label {
  display: table;
  min-width: 44px;
  height: 44px;
  line-height: 44px;
  padding: 0 5px;
  font-size: 85.714%;
  margin-bottom: 10px;
  text-transform: uppercase;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.product-labels .new-label {
  background-color: #2a5cb8;
  color: #fff;
}
.product-labels .sale-label {
  background-color: #dd2400;
  color: #fff;
}
/**
 * Grid
 */
.products.wrapper.products-grid .product-items {
  margin-left: 0;
  margin-right: 0;
}
.products.wrapper.products-grid .product-items .product-item {
  margin-bottom: 0;
  padding: 0;
}
.product-image {
  position: relative;
  text-align: center;
}
.product-image .btn-quickview {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -20px;
  margin-top: -20px;
  z-index: 30;
  opacity: 0;
  visibility: hidden;
  background-image: url("../images/icon-images.png");
  background-repeat: no-repeat;
  background-position: -276px -94px;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.product-image .btn-quickview span {
  display: none;
}
.product-item-info:hover .product-image .btn-quickview {
  opacity: 1;
  visibility: visible;
}
.product-cats {
  margin-bottom: 3px;
}
.product-cats a {
  color: #666;
  font-size: 85.714%;
  text-transform: uppercase;
}
.products-grid .product-image-container {
  vertical-align: top;
}
.products-grid .product-item:hover {
  position: relative;
  z-index: 50;
}
.products-grid .product-item-details {
  padding: 10px;
}
.products-grid .product-item-details:before,
.products-grid .product-item-details:after {
  content: "";
  display: block;
  clear: both;
}
.products-grid .product-item-details .reviews-additional {
  display: none;
}
.products-grid .product-item-details .button.see-detail {
  height: 48px;
  padding: 10px 0px;
  border: 2px solid #155196;
  color: #155196;
  background-color: #fff;
  border-radius: 50px;
  text-align: center;
  width: 45%;
  font-size: 24px;
  line-height: 24px;
  min-width: 150px;
}
.products-grid .product-item-details .button.see-detail:hover {
  background-color: #005fee;
  color: #fff;
  border: 2px solid #005fee;
  transition: .1s;
  -webkit-transition: .1s;
}
.products-grid .product-item-name {
  margin: 0 0 4px;
}
.products-grid .product-item-name a {
  line-height: 20px;
  color: #155196;
  display: block;
  font-size: 100%;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 20px;
  line-height: 24px;
  margin: 0 0 10px;
}
.products-grid .rating-summary .rating-result {
  margin-left: -4px;
}
.products-grid .product-reviews-summary {
  margin: 0 0 3px;
}
.products-grid .product-reviews-summary .rating-summary {
  left: auto;
  right: auto;
}
.products-grid .product-reviews-summary .reviews-actions {
  display: none;
}
.products-grid .price-box {
  margin: 0 0 13px;
}
.products-grid .price-box .price {
  font-size: 24px;
  color: #F79C23;
  font-weight: 600;
}
.products-grid .price-box .old-price .price {
  font-size: 16px;
  color: #CAC4D0;
  font-weight: 400;
  position: relative;
  top: 1px;
}
.products-grid .product-item-actions {
  margin: 0;
}
.products-grid .product-item-actions .actions-primary {
  display: block;
  background: #fff;
}
.products-grid .product-item-actions .actions-primary .tocart {
  background: url("../images/list-icon.png") no-repeat -236px -20px;
  padding: 0;
  width: 48px;
  height: 48px;
  min-width: 48px;
  border-radius: 50px;
  background-color: #fff !important;
  border: 2px solid #155196 !important;
  color: #155196;
}
.products-grid .product-item-actions .actions-primary .tocart:hover {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.products-grid .product-item-actions .actions-secondary {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 30;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
}
.products-grid .product-item-actions .actions-secondary .action {
  width: 32px;
  height: 32px;
  border: none;
  float: none;
  display: block !important;
  margin: 0 0 5px;
  transition: backzground-color 0.2s, border-color 0.2s;
  -webkit-transition: background-color 0.2s, border-color 0.2s;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.products-grid .product-item-actions .actions-secondary .action:before,
.products-grid .product-item-actions .actions-secondary .action span {
  display: none !important;
}
.products-grid .product-item-actions .actions-secondary .action.towishlist {
  background: url("../images/icon-images.png") no-repeat -202px -43px #f7f7f7;
}
.products-grid .product-item-actions .actions-secondary .action.towishlist:hover {
  background-position: -252px -43px;
}
.products-grid .product-item-actions .actions-secondary .action.tocompare {
  background: url("../images/icon-images.png") no-repeat -202px -83px #f7f7f7;
}
.products-grid .product-item-actions .actions-secondary .action.tocompare:hover {
  background-position: -252px -83px;
}
.products-grid .product-item-actions .actions-secondary .action.btn-quickview {
  background: url("../images/icon-images.png") no-repeat -202px -5px #f7f7f7;
}
.products-grid .product-item-actions .actions-secondary .action.btn-quickview:hover {
  background-position: -252px -5px;
}
.products-grid .product-item-info {
  background-color: #fff;
  width: 100%;
  height: 100%;
  padding: 10px;
  border: 1px solid transparent;
  position: relative;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.products-grid .product-item-info:hover {
  border-color: #e2e2e2;
}
.products-grid .product-item-info:hover .product-item-actions .actions-secondary {
  opacity: 1;
  visibility: visible;
}
.product-1-style .products-grid .owl-stage {
  padding-bottom: 18px;
}
/**
 * Remove width .product-item-info
 */
.page-products .product-item-info {
  width: unset;
}
/**
 * Price
 */
.price-box .special-price {
  display: inline-block;
  vertical-align: top;
}
.price-box .old-price {
  display: inline-block;
  margin: 0 5px;
}
.price-box .old-price .price {
  color: #666;
  font-weight: 400;
}
.price-box .special-price .price-label,
.price-box .old-price .price-label {
  display: none;
}
/**
 * Swatch text
 */
.swatch-option.text {
  background: none;
  padding: 5px 15px;
  border-color: #ccc;
  font-weight: 400;
  box-sizing: unset;
  -webkit-box-sizing: unset;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -o-box-shadow: none !important;
}
/**
 * Overlay modal
 */
/**
 * Hidden quickview block slider list
 */
.bzotech-slider-list .btn-quickview {
  display: none;
}
/**
 * Swatches
 */
.swatch-option {
  width: 29px;
  height: 29px;
  border: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.swatch-option.text {
  height: auto;
  width: auto;
  border: 1px solid #e2e2e2;
}
.swatch-option.image:not(.disabled):hover,
.swatch-option.color:not(.disabled):hover {
  border: 3px solid #fff;
}
.swatch-option.selected {
  border: 3px solid #ffffff;
}
/**
 * Fotorama
 */
.fotorama__stage.fotorama__shadows--left:before,
.fotorama__nav.fotorama__shadows--left:before,
.fotorama__stage.fotorama__shadows--right:after,
.fotorama__nav.fotorama__shadows--right:after {
  display: none !important;
}
/**
 * Compare page
 */
.table-comparison {
  width: auto;
  table-layout: unset;
}
.table-comparison .cell {
  max-width: 220px;
  padding: 10px;
}
.table-comparison .cell .cell.attribute {
  font-size: 100%;
}
.table-comparison .cell .product-item-name {
  margin: 0 0 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  -webkit-box-orient: vertical;
}
.table-comparison .cell .product-reviews-summary {
  margin: 0;
}
.table-comparison .cell .product-reviews-summary .reviews-actions {
  display: none;
}
.table-comparison .cell .price-box {
  margin: 5px 0 15px;
}
.table-comparison .cell .attribute.value ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
/**
 * Hover show navigation owl-carousel
 */
.hover-show-nav .owl-theme .owl-nav {
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
}
.hover-show-nav:hover .owl-theme .owl-nav {
  opacity: 1;
  visibility: visible;
}
.ajaxcart-catalog_product-options .page-main,
.ajaxcart-catalog_product-view .page-main {
  padding-bottom: 0;
}
.ajaxcart-catalog_product-options .detail-top-container .detail-image-container,
.ajaxcart-catalog_product-view .detail-top-container .detail-image-container {
  width: 422px !important;
}
.ajaxcart-catalog_product-options .detail-top-container .detail-info-container,
.ajaxcart-catalog_product-view .detail-top-container .detail-info-container {
  width: calc(100% - 422px) !important;
}
.ajaxcart-catalog_product-options ._block-content-loading .gallery-placeholder__image,
.ajaxcart-catalog_product-view ._block-content-loading .gallery-placeholder__image {
  display: none !important;
}
/**
 * Multi shipping
 */
.multicheckout .table-wrapper .action.delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  line-height: 15px;
  color: #303030;
  content: '\e616';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.multicheckout .table-wrapper .action.delete span {
  display: none;
}
.multicheckout .table-wrapper .action.delete {
  margin-top: 9px;
}
@media (min-width: 640px) {
  .multicheckout .item-options {
    margin-top: 0;
  }
}
@media (min-width: 640px) {
  .multicheckout .item-options {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .ajaxcart-catalog_product-options .detail-top-container .detail-image-container,
  .ajaxcart-catalog_product-view .detail-top-container .detail-image-container {
    width: 100% !important;
    float: none !important;
  }
  .ajaxcart-catalog_product-options .detail-top-container .detail-info-container,
  .ajaxcart-catalog_product-view .detail-top-container .detail-info-container {
    width: 100% !important;
    float: none !important;
  }
  .product-item-actions .actions-secondary > .action.tocompare {
    display: unset;
  }
}
