/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_DailyDeal
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */

//Countdown CSS
.limit-time-label {
  display: block;
  padding-bottom: 5px;
  font-size: 13px;
}

#clockdiv {
  font-family: sans-serif;
  display: inline-flex;
  font-weight: 100;
  text-align: center;
  font-size: 20px;
}

.smalltext {
  padding-top: 5px;
  font-size: 12px;
}

.qty-items {
  margin-top: 10px;
  border-bottom: solid 1px #cccccc;
  border-top: solid 1px #cccccc;
}

.remaining-qty-items {
  display: inline-block;
  margin: 10px 15px 10px 0;
  padding-right: 15px;
  border-right: solid 1px #cecece;
}

.count-items {
  font-weight: 700;
}

.sold-qty-items {
  display: inline-block;
}

.items-text {
  font-size: 12px;
}

span.mpdailydeal-percent-underprice {
  display: inline-block;
  border-radius: 3px;
  font-size: 12px;
  height: 18px;
  padding: 3px 8px;
  margin: 5px 0 5px 0;
}

.mpdailydeal-percent-above-image {
  position: absolute;
  border-radius: 5px;
  font-size: 20px;
  font-weight: 700;
  padding: 7px 15px;
}

.product.media {
  position: relative;
}

.mpdailydeal-percent-cat-above-image {
  position: absolute;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 700;
  padding: 5px 12px;
}

// Countdown Style CSS
.deal_style_1 {
  color: #eb5202;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1;
  margin: 5px;
  align-items: center;
}

.deal_style_1-txt1 {
  font-family: Arial, Arial Bold, Gadget, sans-serif;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
}

.deal_style_1-txt2 {
  align-self: flex-start;
  display: inline-block;
  line-height: 1;
  text-transform: uppercase;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 10px;
}

.deal_style_2 {
  width: 63px;
  height: 63px;
  background: #846add;
  border: 2px solid #846add;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  margin: 2px;
  display: flex;
  flex-direction: column;
  color: #ffffff;
  line-height: 1;
}

.deal_style_2-txt1 {
  font-size: 30px;
  font-weight: 500;
  padding-bottom: 5px;
  font-family: Segoe UI, Frutiger, Frutiger Linotype, Dejavu Sans, Helvetica Neue, Arial, sans-serif;
}

.deal_style_2-txt2 {
  font-size: 10px;
  text-transform: uppercase;
}

.deal_style_3 {
  font-family: Verdana, Geneva, sans-serif;
  background-color: #333333;
  color: #ffffff;
  border-radius: 10px;
  margin: 10px 5px;
  width: 55px;
  height: 55px;
  align-items: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  line-height: 1;
}

.deal_style_3-txt1 {
  font-size: 30px;
  padding-bottom: 5px;
  font-weight: bold;
}

.deal_style_3-txt2 {
  font-size: 10px;
}

.deal_style_4 {
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  border-radius: 3px;
  background: #00BF96;
  color: #ffffff;
  text-align: center;
  line-height: 1;
  margin: 10px 5px;
  padding: 1px;
  align-items: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  min-width: 50px;
}

.deal_style_4-txt1 {
  font-weight: 100;
  font-size: 30px;
  padding: 10px;
  border-radius: 3px;
  background: #00816A;
  min-width: 30px;
}

.deal_style_4-txt2 {
  padding-top: 5px;
  font-size: 14px;
}

.bg-style5 {
  max-width: 350px;
  height: auto;
  text-align: center;
  background: #222;
  background-image: -webkit-linear-gradient(top, #222, #333, #333, #222);
  background-image: -moz-linear-gradient(top, #222, #333, #333, #222);
  background-image: -ms-linear-gradient(top, #222, #333, #333, #222);
  background-image: -o-linear-gradient(top, #222, #333, #333, #222);
  border: 1px solid #111;
  border-radius: 5px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  margin: 10px 0;
  padding: 10px;
}

.deal_style_5 {
  max-width: 60px;
  display: inline-block;
  margin: auto;
}

.deal_style_5-txt1 {
  width: 50px;
  font: bold 30px 'Droid Sans', Arial, sans-serif;
  text-align: center;
  color: #111;
  background-color: #ddd;
  background-image: -webkit-linear-gradient(top, #bbb, #eee);
  background-image: -moz-linear-gradient(top, #bbb, #eee);
  background-image: -ms-linear-gradient(top, #bbb, #eee);
  background-image: -o-linear-gradient(top, #bbb, #eee);
  border-top: 1px solid #fff;
  border-radius: 3px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.7);
  margin: 5px;
  padding: 5px 0;
  display: inline-block;
  position: relative;
}

.deal_style_5-txt1:before {
  content: "";
  width: 100%;
  height: 10px;
  background: #111;
  display: block;
  padding: 0 3px;
  position: absolute;
  top: 41%;
  left: -3px;
  z-index: -1;
}

.deal_style_5-txt1:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #eee;
  border-top: 1px solid #333;
  display: block;
  position: absolute;
  top: 48%;
  left: 0;
}

.deal_style_5-txt2 {
  font: bold 10px 'Droid Sans', Arial, sans-serif;
  color: #f47321;
  text-shadow: 1px 1px 0 #000;
  text-transform: uppercase;
  display: inline-block;
}

//Widget Deal Css
li.mpdailydeal-product-item.product-item {
  padding-bottom: 0;
}

ol.mpdailydeal-product-items {
  list-style-type: none;
  padding: 0;
}

.deal-product-item-info {
  width: 100%;
}

.widget-remaining-qty-item {
  font-size: 12px;
}

.widget-sold-qty-item {
  font-size: 12px;
}

//CSS Widget
.mpdailydeal-widget-title {
  text-align: center;
}

li.widget-deal-product-item.product-item {
  display: inline-block;
}

.mpdailydeal-widget-label {
  position: absolute;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 700;
  padding: 5px 12px;
  z-index: 10;
}

//Float Css
.product-item .price-box {
  margin: 21px 0 0 !important;
}

.owl-carousel {
  position: relative;
}

.owl-prev,
.owl-next {
  color: #fafafa !important;
  background-color: transparent !important;
  position: absolute;
  top: 35%;
  transition: all ease-in-out 0.4s;
}

.mpdailydeal-product-items:hover .owl-prev {
  color: #999 !important;
}

.mpdailydeal-product-items:hover .owl-next {
  color: #999 !important;
}

.owl-prev {
  left: 0;
}

.owl-next {
  right: 0;
}

.column.main .product-item {
  padding-left: 13%;
}

a.product.photo.deal-product-item-photo {
  display: inline-block;
  width: 25%;
  padding-right: 20px;
}

.product.details.deal-product-item-details {
  position: absolute;
  display: inline-block;
  max-width: 60%;
}

.product-item .price-box {
  margin: 3px 0 0 !important;
}

.mpdailydeal-title-float {
  color: #FFF;
  background: #666;
  padding: 3px 0 3px 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

span.mpdailydeal-float-heading {
  margin: 10px;
}

#float_close {
  position: absolute;
  right: 7px;
  top: -2px;
  z-index: 99;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
}
