.pts-col.default {
  clear: both;
}

.pts-col.primary {
  clear: both;
}

.pts-col.success {
  clear: both;
}

.pts-col.info {
  clear: both;
}

.pts-col.warning {
  clear: both;
}

.pts-col.danger {
  clear: both;
}

/* row style */
.pts-row.default {
  clear: both;
}

.pts-row.primary {
  clear: both;
}

.pts-row.success {
  clear: both;
}

.pts-row.info {
  clear: both;
}

.pts-row.warning {
  clear: both;
}

.pts-row.danger {
  clear: both;
}

/* block style */
/* widget*/
.widget.default {
  clear: both;
}

.widget.primary {
  clear: both;
}

.widget.danger {
  clear: both;
}

.widget.info {
  clear: both;
}

.widget.warning {
  clear: both;
}

.widget.v1 {
  clear: both;
}

.widget.v2 {
  clear: both;
}

.widget.v3 {
  clear: both;
}

.widget.v4 {
  clear: both;
}

.widget.highlight {
  clear: both;
}

.widget.inline {
  clear: both;
}

.pts-parallax {
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  position: relative;
}

.widget-inner > [class*="col-"] {
  width: 100%!important;
  padding-left: 0!important;
  padding-right: 0!important;
}

.row-primary {
  background-color: #333333;
}

.row-success {
  background-color: #3ab54a;
}

.row-info {
  background-color: #5bc0de;
}

.row-warning {
  background-color: #f4a137;
}

.row-danger {
  background-color: #f35a5a;
}

.row-nopadding .row {
  margin-left: 0;
  margin-right: 0;
}
.row-nopadding [class*="col-"],
.row-nopadding [class^="col-"] {
  padding-left: 0;
  padding-right: 0;
}

.col-primary {
  background-color: #333333;
}

.col-success {
  background-color: #3ab54a;
}

.col-info {
  background-color: #5bc0de;
}

.col-warning {
  background-color: #f4a137;
}

.col-danger {
  background-color: #f35a5a;
}

.widget-manufacture {
  padding: 30px 0;
}
.widget-manufacture .block_content .item ul:first-child {
  margin-bottom: 30px;
}
.widget-manufacture .block_content .item ul:last-child {
  margin-bottom: 0;
}
.widget-manufacture .block_content .carousel-controls {
  top: 30%;
  width: 100%;
}

.widget-video .subinfo {
  font-size: 13px;
  text-transform: uppercase;
  color: black;
  padding: 10px 0;
}

.widget-products .product_list1 .product-image-container {
  margin-bottom: 0;
}
.widget-products .product_list1 .product-image-container img {
  width: 85px;
  height: auto;
}
.widget-products .product_list2.products-list .product-block {
  border-bottom: none;
}
.widget-products .product_list1 .product-block .price .product-price, .widget-products .product_list2 .product-block .price .product-price {
  font-size: 16px;
}
.widget-products .product_list1 .product-block .price .price-old, .widget-products .product_list1 .product-block .price .old-price, .widget-products .product_list2 .product-block .price .price-old, .widget-products .product_list2 .product-block .price .old-price {
  font-size: 14px;
}
.widget-products .product_list1 .product-block .nb-comments, .widget-products .product_list2 .product-block .nb-comments {
  display: none;
}
.widget-products .product_list1 .product-block .rating, .widget-products .product_list1 .product-block .product-rating, .widget-products .product_list1 .product-block .norating, .widget-products .product_list2 .product-block .rating, .widget-products .product_list2 .product-block .product-rating, .widget-products .product_list2 .product-block .norating {
  margin-bottom: 0;
}

.categories_info img {
  height: auto;
  width: 100%;
}
@media (min-width: 1199px) {
  .categories_info .categories-product .cat-info {
    width: 20%;
    padding-right: 30px;
    float: left;
  }
  .rtl .categories_info .categories-product .cat-info {
    padding-left: 30px;
    padding-right: inherit;
  }
  .rtl .categories_info .categories-product .cat-info {
    float: right;
  }
}
@media (max-width: 1199px) {
  .categories_info .categories-product .cat-info img {
    display: none;
  }
}
.categories_info .categories-product .cat-info > div {
  border-right: 1px solid #e1e1e1;
}
.rtl .categories_info .categories-product .cat-info > div {
  border-left: 1px solid #e1e1e1;
  border-right: inherit;
}
.categories_info .categories-product .cat-product {
  position: relative;
  margin-top: 15px;
}
@media (min-width: 1199px) {
  .categories_info .categories-product .cat-product {
    width: 80%;
  }
}
.categories_info .categories_only .cat-info {
  position: relative;
  max-height: 400px;
}
.categories_info .categories_only .cat-info .cat-info-meta {
  position: absolute;
  content: "";
  bottom: 40px;
  left: 0;
  right: 0;
  margin: auto;
}

.products-grid2 .product-block {
  margin-top: 0;
  margin-bottom: 0;
  padding: 15px;
}
.products-grid2 li {
  border-right: 1px solid #e1e1e1;
}
.rtl .products-grid2 li {
  border-left: 1px solid #e1e1e1;
  border-right: inherit;
}
.products-grid2 li:first-child {
  border-bottom: 1px solid #e1e1e1;
}
.products-grid2 li:nth-of-type(2) {
  border-bottom: 1px solid #e1e1e1;
}
.products-grid2 li:nth-of-type(3) {
  border-bottom: 1px solid #e1e1e1;
}

.product-special {
  position: relative;
  /*   .product-meta {
      .content_price {
        .product-price {
          display:  inline-block;
          font-size: 24px;
          color: $brand-warning;
        }
        .old-price {
          font-size: 16px;
          font-weight: 400;
          color: #000;
        }
  
      }
      .product-rating {
        margin-bottom: 5px;
        font-size: 12px;
      }
    } */
}
.product-special .thumbs_list_special {
  border: 1px solid #e1e1e1;
  display: inline-block;
  margin-top: 15px;
}
.product-special .thumbs_list_special li {
  float: left;
  border-right: 1px solid #e1e1e1;
}
.rtl .product-special .thumbs_list_special li {
  float: right;
}
.rtl .product-special .thumbs_list_special li {
  border-left: 1px solid #e1e1e1;
  border-right: inherit;
}
.product-special .thumbs_list_special li a img {
  width: 60px;
  height: auto;
}

.style7 .product-special .product-block .product-meta {
  text-align: left;
}
.rtl .style7 .product-special .product-block .product-meta {
  text-align: right;
}

.widget-coupon_code {
  font-size: 20px;
}
.widget-coupon_code p {
  margin-bottom: 0;
}
.widget-coupon_code .desc_coupon,
.widget-coupon_code .title_coupon,
.widget-coupon_code .code_coupon {
  margin-right: 10px;
}
.rtl .widget-coupon_code .desc_coupon, .rtl
.widget-coupon_code .title_coupon, .rtl
.widget-coupon_code .code_coupon {
  margin-left: 10px;
  margin-right: inherit;
}
.widget-coupon_code .desc_coupon {
  text-transform: uppercase;
}
.widget-coupon_code .countdown_coupon ul {
  margin: 0;
}
.widget-coupon_code .countdown_coupon ul li {
  float: left;
  background-color: #f35a5a;
  margin-left: 2px;
  padding: 2px 10px;
  margin-bottom: 0;
  text-transform: none;
  min-width: 50px;
}
.rtl .widget-coupon_code .countdown_coupon ul li {
  margin-right: 2px;
  margin-left: inherit;
}
.widget-coupon_code .countdown_coupon ul li .countdown_num b {
  font-weight: 300;
  display: inline-block;
  margin-right: -5px;
}
.rtl .widget-coupon_code .countdown_coupon ul li .countdown_num b {
  margin-left: -5px;
  margin-right: inherit;
}

.banner .block_content {
  padding: 0;
}

.position-banner.interactive-banner {
  overflow: inherit;
}
.position-banner.interactive-banner .interactive-banner-body img {
  position: relative;
}
@media (min-width: 1199px) {
  .position-banner.interactive-banner .interactive-banner-body img {
    left: -40%;
    max-width: inherit;
  }
  .rtl .position-banner.interactive-banner .interactive-banner-body img {
    right: -40%;
    left: auto;
  }
}
@media (min-width: 767px) and (max-width: 1199px) {
  .position-banner.interactive-banner .interactive-banner-body img {
    left: -80%;
    max-width: inherit;
  }
  .rtl .position-banner.interactive-banner .interactive-banner-body img {
    right: -80%;
    left: auto;
  }
}

.rtl #newsletter_block_footer {
  background-position: right top !important;
}

.widget-product-id .product-block .name a {
  font-size: 80px;
  text-transform: uppercase;
  letter-spacing: -2px;
  font-weight: 700;
}
.widget-product-id .product-block .description {
  display: block;
}
.widget-product-id .product-block .price {
  padding-bottom: 10px;
  margin-bottom: 15px;
  position: relative;
}
.widget-product-id .product-block .price:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 30px;
  background-color: #333;
}
.rtl .widget-product-id .product-block .price:before {
  right: 0;
  left: auto;
}
.widget-product-id .product-block .price .new-price {
  font-size: 48px;
  font-weight: 700;
  color: #f35a5a;
}
.widget-product-id .product-block .price .old-price {
  font-size: 24px;
}

.promotions-body {
  overflow: hidden;
  position: relative;
}
.promotions-body .promotion-image a {
  background-color: #000;
  display: inline-block;
}
.promotions-body .promotion-image a img {
  filter: alpha(opacity=40);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  opacity: 0.4;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
  width: 100%;
}
.promotions-body .promotion-meta {
  position: absolute;
  z-index: 2;
  margin: auto;
  content: "";
  width: 100%;
  height: 220px;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
.promotions-body .promotion-meta .promotion-meta-inner {
  width: 100%;
  height: 220px;
  display: table-cell;
  vertical-align: middle;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
}
.promotions-body .promotion-meta .promotion-meta-inner .promotion-title {
  font-size: 80px;
  font-family: "Playfair Display",serif;
  color: #fff;
  position: relative;
}
.promotions-body .promotion-meta .promotion-meta-inner .promotion-title:before {
  width: 35px;
  height: 5px;
  background-color: #fff;
  content: "";
  position: absolute;
  bottom: -25px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.promotions-body .promotion-meta .promotion-meta-inner .promotion-description {
  border: 1px solid #fff;
  color: #fff;
  text-transform: uppercase;
  padding: 3px 15px;
  display: inline-block;
  letter-spacing: 3px;
}
.promotions-body:hover .promotion-image a img {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
  transform: scale(1.03);
  -webkit-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
}
.promotions-body:hover .promotion-meta-inner {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
}

.pagebuilder .slideshow {
  position: relative;
}

.socialshare {
  padding: 0 25px;
}
.socialshare .social-sharing {
  margin: 0 10px;
}

.social .bo-social-icons {
  margin-left: 15px;
  margin-top: 5px;
}
.rtl .social .bo-social-icons {
  margin-right: 15px;
  margin-left: inherit;
}
.social .bo-social-icons a {
  font-size: 16px;
}
