/********************************************************
     AZ SLIDER STYLE
********************************************************/
.azslider {
  position: relative; }
  .azslider .owl-controls .owl-nav {
    display: inline-block;
    font-size: 0;
    position: absolute;
    top: -53px;
    right: -3px; }
    .azslider .owl-controls .owl-nav .owl-prev, .azslider .owl-controls .owl-nav .owl-next {
      display: inline-block;
      color: #666;
      font-size: 16px;
      margin: 0 3px;
      height: 34px;
      width: 34px;
      background: #f8f8f8;
      text-align: center;
      line-height: 34px; }
      .azslider .owl-controls .owl-nav .owl-prev:hover, .azslider .owl-controls .owl-nav .owl-next:hover {
        color: #fff;
        background: #76253a; }
  .azslider .owl-controls .owl-dots {
    position: absolute;
    bottom: 5px;
    left: 10px; }
    .azslider .owl-controls .owl-dots .owl-dot {
      display: inline-block;
      border-radius: 50%;
      height: 10px;
      width: 10px;
      background: #dadce3;
      margin: 0 3px; }
      .azslider .owl-controls .owl-dots .owl-dot:hover, .azslider .owl-controls .owl-dots .owl-dot.active {
        background: #333333; }

.style1 {
  margin: 0; }
  .style1 .products .product-container .product-image {
    float: left;
    margin: 0 15px 0 0; }
  .style1 .products .product-container .product-info .title_manufacture {
    margin: 0 0 5px;
    padding: 0;
    display: block; }
    .style1 .products .product-container .product-info .title_manufacture:after {
      display: none; }

.style2 {
  margin: 0; }
  .style2 .products .product-container {
    margin: 0;
    border: solid 1px #e7e7e7; }
    .style2 .products .product-container .product-image {
      float: left;
      width: 50%;
      margin: -1px;
      padding: 0; }
      .style2 .products .product-container .product-image .product-flags span.new-label {
        right: 0;
        left: auto; }
      .style2 .products .product-container .product-image .product-flags span.discount-percentage {
        right: 0;
        left: auto; }
    .style2 .products .product-container .product-info {
      float: left;
      width: 50%;
      padding: 20px 15px 0 30px; }
      .style2 .products .product-container .product-info .title_manufacture {
        display: none; }
        .style2 .products .product-container .product-info .title_manufacture:after {
          display: none; }
      .style2 .products .product-container .product-info .product-price-variants {
        margin-bottom: 17px; }
      .style2 .products .product-container .product-info .product-description {
        border-top: solid 1px #e5e5e5;
        padding: 20px 0; }
      .style2 .products .product-container .product-info .product-list-actions {
        margin-bottom: 50px; }
    .style2 .products .product-container .product-timer {
      font-size: 0; }
      .style2 .products .product-container .product-timer .time-item {
        display: inline-block;
        width: 40px;
        text-align: center;
        font-weight: 700;
        font-size: 14px;
        margin: 0 5px 0 0; }
        .style2 .products .product-container .product-timer .time-item .num-time {
          width: 100%;
          height: 40px;
          line-height: 40px;
          background: #222;
          color: #fff; }
        .style2 .products .product-container .product-timer .time-item .name-time {
          padding: 10px 0; }
  .style2 h3.az_title {
    color: #222;
    font-size: 11px;
    font-weight: 700;
    left: 10px;
    letter-spacing: 1px;
    padding: 8px 17px;
    position: absolute;
    text-transform: uppercase;
    top: 20px;
    z-index: 8;
    margin: 0; }
    .style2 h3.az_title:before {
      border-top: 5px solid #e8ad1e;
      border-left: 5px solid transparent;
      bottom: -5px;
      content: "";
      left: 0;
      position: absolute; }

.style3 {
  margin: 0; }
  .style3 .products .product-container {
    margin: 0;
    border: solid 1px #e7e7e7;
    padding: 40px 40px 0;
    position: relative; }
    .style3 .products .product-container .product-image {
      padding: 0 120px 0 0; }
      .style3 .products .product-container .product-image .product-flags span.new-label {
        right: 0;
        left: auto; }
      .style3 .products .product-container .product-image .product-flags span.discount-percentage {
        right: 0;
        left: auto; }
      .style3 .products .product-container .product-image .product-list-actions {
        position: absolute;
        left: 0;
        right: 0;
        text-align: center;
        top: calc(50% - 16px); }
        .style3 .products .product-container .product-image .product-list-actions .cart-button {
          line-height: 32px;
          background: #222;
          color: #fff;
          padding: 0 30px;
          text-transform: uppercase;
          font-weight: 600;
          display: inline-block;
          font-size: 11px;
          transition: 0.3s all ease 0s;
          transform: scale(0);
          -webkit-transform: scale(0);
          -ms-transform: scale(0); }
      .style3 .products .product-container .product-image:hover .product-list-actions .cart-button {
        transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1); }
    .style3 .products .product-container .product-info {
      padding: 15px 0 12px; }
      .style3 .products .product-container .product-info .title_manufacture {
        display: none; }
        .style3 .products .product-container .product-info .title_manufacture:after {
          display: none; }
      .style3 .products .product-container .product-info .product-price-variants {
        margin: 0; }
      .style3 .products .product-container .product-info .product-description {
        border-top: solid 1px #e5e5e5;
        padding: 20px 0; }
    .style3 .products .product-container .product-timer {
      display: inline-block;
      position: absolute;
      right: -145px;
      bottom: -10px; }
      .style3 .products .product-container .product-timer .time-item {
        display: block;
        text-align: center;
        font-weight: 700;
        font-size: 14px;
        margin: 0 0 10px;
        overflow: hidden; }
        .style3 .products .product-container .product-timer .time-item .num-time {
          width: 50px;
          height: 50px;
          line-height: 50px;
          background: #222;
          color: #fff;
          display: block;
          float: left; }
        .style3 .products .product-container .product-timer .time-item .name-time {
          padding: 15px 20px 0;
          display: block;
          float: left; }
  .style3 h3.az_title {
    color: #222;
    font-size: 14px;
    font-weight: 700;
    right: 15px;
    letter-spacing: 1px;
    padding: 8px 17px;
    position: absolute;
    text-transform: uppercase;
    top: 40px;
    z-index: 8;
    margin: 0; }
    .style3 h3.az_title:after {
      display: none; }

.style4 {
  margin: 0 0 30px; }
  .style4 .products .product-container {
    position: relative;
    overflow: hidden; }
    .style4 .products .product-container .product-timer {
      position: absolute;
      left: 0;
      width: 100%;
      top: 30%;
      text-align: center;
      background: rgba(255, 255, 255, 0.8);
      padding: 10px 0;
      color: #222;
      transition: 0.3s all ease 0s; }
      .style4 .products .product-container .product-timer .time-item {
        display: inline-block;
        width: 40px;
        text-align: center;
        font-weight: 700;
        font-size: 14px;
        margin: 0 5px 0 0; }
        .style4 .products .product-container .product-timer .time-item .num-time {
          width: 100%;
          height: 25px;
          letter-spacing: 1px; }
        .style4 .products .product-container .product-timer .time-item .name-time {
          padding: 0;
          font-weight: 400;
          font-size: 13px; }
    .style4 .products .product-container:hover .product-timer {
      left: 100%;
      right: auto; }

.header_v6 .style4 {
  margin: 0; }
  .header_v6 .style4 .products .product-container {
    position: relative;
    overflow: hidden;
    margin: 0; }

/********************************************************
	RTL STYLE AZ SLIDER MODULES
********************************************************/
.lang-rtl .azslider .owl-controls .owl-nav {
  right: auto;
  left: -3px; }

.lang-rtl .azslider .owl-controls .owl-dots {
  left: auto;
  right: 10px; }

.lang-rtl .style1 .products .product-container .product-image {
  float: right;
  margin: 0 0 0 15px; }

.lang-rtl .style2 h3.az_title {
  left: auto;
  right: 10px; }
  .lang-rtl .style2 h3.az_title:before {
    border-right: 5px solid transparent;
    border-left: none;
    left: auto;
    right: 0; }

.lang-rtl .style2 .products .product-container .product-image {
  float: right; }
  .lang-rtl .style2 .products .product-container .product-image .product-flags span.new-label, .lang-rtl .style2 .products .product-container .product-image .product-flags span.discount-percentage {
    left: 0;
    right: auto; }

.lang-rtl .style2 .products .product-container .product-info {
  padding: 20px 30px 0 15px; }

.lang-rtl .style2 .products .product-container .product-timer .time-item {
  margin: 0 0 0 5px; }

.lang-rtl .style3 h3.az_title {
  right: auto;
  left: 15px; }

.lang-rtl .style3 .products .product-container .product-image {
  padding: 0 0 0 120px; }

.lang-rtl .style3 .products .product-container .product-timer {
  right: auto;
  left: -145px; }
  .lang-rtl .style3 .products .product-container .product-timer .time-item .num-time, .lang-rtl .style3 .products .product-container .product-timer .time-item .name-time {
    float: right; }

.lang-rtl .style4 .products .product-container .product-timer {
  left: auto;
  right: 0; }

.lang-rtl .style4 .products .product-container:hover .product-timer {
  left: auto;
  right: 100%; }

/********************************************************
	RESPNSIVE STYLE AZ SLIDER MODULES
********************************************************/
@media (min-width: 992px) and (max-width: 1199px) {
  .header_v6 .style4 h3.az_title {
    display: none; }
  .header_v6 .style4 .owl-controls {
    display: none; } }

/********************************************************
     RESPONSIVE STYLE
********************************************************/
@media (min-width: 992px) and (max-width: 1199px) {
  .style1 .products .product-container .product-image {
    width: 86px; }
  .style1 .products .product-container .product-info {
    padding: 0; }
    .style1 .products .product-container .product-info .cart-button {
      padding: 0 12px; }
  .style2 .products .product-container .product-timer .time-item {
    width: 35px; }
    .style2 .products .product-container .product-timer .time-item .num-time {
      line-height: 35px;
      height: 35px; }
  .style2 .products .product-container .product-info {
    padding: 10px 15px 0 15px; }
    .style2 .products .product-container .product-info .product-list-actions {
      margin-bottom: 15px; }
    .style2 .products .product-container .product-info .product-description {
      padding: 10px 0; }
    .style2 .products .product-container .product-info .product-price-variants {
      margin-bottom: 5px; }
  .style3 h3.az_title {
    font-size: 11px;
    top: 30px; }
  .style3 .products .product-container {
    padding: 30px 30px 0; }
    .style3 .products .product-container .product-image {
      padding: 0 87px 0 0; }
    .style3 .products .product-container .product-timer {
      right: -105px; }
      .style3 .products .product-container .product-timer .time-item .num-time {
        height: 40px;
        width: 40px;
        line-height: 40px; }
      .style3 .products .product-container .product-timer .time-item .name-time {
        padding: 10px 10px 0; }
  .lang-rtl .style2 .products .product-container .product-info {
    padding: 10px 15px 0 15px; }
  .lang-rtl .style3 .products .product-container .product-image {
    padding: 0 0 0 87px; }
  .lang-rtl .style3 .products .product-container .product-timer {
    left: -105px;
    right: auto; } }

@media (min-width: 768px) and (max-width: 991px) {
  .style1 .products .product-container .product-image {
    margin: 0 0 15px 0; }
  .style2 .products .product-container .product-image {
    width: 100%;
    margin: 0; }
  .style2 .products .product-container .product-info {
    width: 100%;
    padding: 20px; }
    .style2 .products .product-container .product-info .product-list-actions {
      margin-bottom: 30px; }
  .style3 h3.az_title {
    font-size: 11px;
    top: 30px; }
  .style3 .products .product-container {
    padding: 30px 30px 0; }
    .style3 .products .product-container .product-image {
      padding: 0 87px 0 0; }
    .style3 .products .product-container .product-timer {
      right: -105px; }
      .style3 .products .product-container .product-timer .time-item .num-time {
        height: 40px;
        width: 40px;
        line-height: 40px; }
      .style3 .products .product-container .product-timer .time-item .name-time {
        padding: 10px 10px 0; }
  .content_v3 .style2 {
    margin-bottom: 30px; }
    .content_v3 .style2 .products .product-container .product-image {
      width: 50%;
      margin: -1px; }
    .content_v3 .style2 .products .product-container .product-timer .time-item {
      width: 35px; }
      .content_v3 .style2 .products .product-container .product-timer .time-item .num-time {
        line-height: 35px;
        height: 35px; }
    .content_v3 .style2 .products .product-container .product-info {
      width: 50%; }
      .content_v3 .style2 .products .product-container .product-info .product-list-actions {
        margin-bottom: 30px; }
      .content_v3 .style2 .products .product-container .product-info .product-description {
        padding: 20px 0; }
      .content_v3 .style2 .products .product-container .product-info .product-price-variants {
        margin-bottom: 17px; }
  .lang-rtl .style1 .products .product-container .product-image {
    margin: 0 0 15px; }
  .lang-rtl .style2 .products .product-container .product-info {
    padding: 20px; }
  .lang-rtl .style3 .products .product-container .product-image {
    padding: 0 0 0 87px; }
  .lang-rtl .style3 .products .product-container .product-timer {
    left: -105px;
    right: auto; } }

@media (max-width: 767px) {
  .content_v3 .style2 {
    margin-bottom: 30px; } }

@media (max-width: 479px) {
  .azslider .owl-controls .owl-nav {
    top: -25px; }
  .style2 .products .product-container .product-image {
    width: 100%;
    margin: 0; }
  .style2 .products .product-container .product-info {
    width: 100%;
    padding: 20px; }
    .style2 .products .product-container .product-info .product-list-actions {
      margin-bottom: 30px; }
  .style3 h3.az_title {
    font-size: 10px;
    top: 10px;
    padding: 7px; }
  .style3 .products .product-container {
    padding: 10px 10px 0; }
    .style3 .products .product-container .product-image {
      padding: 0 87px 0 0; }
    .style3 .products .product-container .product-timer {
      right: -95px; }
      .style3 .products .product-container .product-timer .time-item .num-time {
        height: 40px;
        width: 40px;
        line-height: 40px; }
      .style3 .products .product-container .product-timer .time-item .name-time {
        padding: 10px 10px 0; }
  .lang-rtl .style2 .products .product-container .product-info {
    padding: 20px; }
  .lang-rtl .style3 .products .product-container .product-image {
    padding: 0 0 0 87px; }
  .lang-rtl .style3 .products .product-container .product-timer {
    left: -95px;
    right: auto; } }

/********************************************************
     CUSTOM STYLES
********************************************************/
.home-slider-vinos .product-miniature .product-container .product-image .product-flags span.discount-label {
  background-color: #832940; }

.home-slider-vinos .product-miniature .product-container .product-image .product-flags span.unavailable {
  background-color: #832940; }

.home-slider-vinos .product-miniature .product-container .quick-cart:hover .wrapper {
  background: rgba(131, 41, 64, 0.8); }

.home-slider-cavas .product-miniature .product-container .product-image .product-flags span.discount-label {
  background-color: #3685b5; }

.home-slider-cavas .product-miniature .product-container .product-image .product-flags span.unavailable {
  background-color: #3685b5; }

.home-slider-cavas .product-miniature .product-container .quick-cart:hover .wrapper {
  background: rgba(54, 133, 181, 0.8); }

.home-slider-aceites .product-miniature .product-container .product-image .product-flags span.discount-label {
  background-color: #54834a; }

.home-slider-aceites .product-miniature .product-container .product-image .product-flags span.unavailable {
  background-color: #54834a; }

.home-slider-aceites .product-miniature .product-container .quick-cart:hover .wrapper {
  background: rgba(84, 131, 74, 0.8); }

.home-slider-gourmet .product-miniature .product-container .product-image .product-flags span.discount-label {
  background-color: #837e36; }

.home-slider-gourmet .product-miniature .product-container .product-image .product-flags span.unavailable {
  background-color: #837e36; }

.home-slider-gourmet .product-miniature .product-container .quick-cart:hover .wrapper {
  background: rgba(131, 126, 54, 0.8); }

.home-slider-packs .product-miniature .product-container .product-image .product-flags span.discount-label {
  background-color: #431521; }

.home-slider-packs .product-miniature .product-container .product-image .product-flags span.unavailable {
  background-color: #431521; }

.home-slider-packs .product-miniature .product-container .quick-cart:hover .wrapper {
  background: rgba(67, 21, 33, 0.8); }
