/*==================================================================
=============== eCommerce Style
====================================================================*/

/*================================
=============== Users Top Bar
==================================*/


.yy-top-bar {
   direction: rtl;
   color: #c3c4c7;
   font-size: 13px;
   font-weight: 400;
   font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
   line-height: 2.46153846;
   height: 32px;
   max-width: 100%;
   width: 100%;
   z-index: 9999999;
   background: #1d2327;
   overflow: hidden;
}

.yy-top-bar .top-bar-right {
   display: inline-block;
}

.yy-top-bar .top-bar-left {
   display: inline-block;
   float: left;
}

.logged-in .yy-top-bar {
   position:fixed;
   top:0;
   right:0;
}

.yydev-administrator {
   margin-top: 0px;
}

.yydev-administrator .yy-top-bar {
   position: relative;
   top: initial;
   right: initial;
}

.yy-top-bar .top-bar-warp {
   padding: 0px 0px 0px 0px;
}

.yy-top-bar .top-bar-warp a {
   color: #fff;
   display: inline-block;
   margin: 0px 0px;
   line-height: 1.2;
   padding: 7px 10px 11px 10px;
   position: relative;
   top: -1px;
   text-decoration: none;
}

.yy-top-bar a.yy-courses {
   background: #1a90db;
   margin-right: 10px;
}

.yy-top-bar a.yy-coupon-page {
   background: #019d2d;
   margin-right: 10px;
}

.yy-top-bar a.crazy-coupon-page {
   background: #f50101;
   font-weight: 600;
}

.yy-top-bar .top-bar-warp a.yy-logout {
   display: inline-block;
}

.yy-top-bar .top-bar-warp .yy-welcome {
   padding: 0px 10px 0px 0px;
}

p.post-data-line .posted-by span {
   background: url(../../images/single-top-blog-title-icons.png) no-repeat;
   background-position: 0px 0px;
   width: 23px;
   height: 23px;
   display: inline-block;
   margin: 0px 0px -6px 5px;
}

/* ---------------------------------
----------------- Mobile
--------------------------------- */

@media only screen and (max-width: 980px) { 

   .yy-top-bar .top-bar-warp .yy-welcome {
      display: none;
   }

   .yy-top-bar .top-bar-warp .facebook-group {
      display: none;
   }

   .yy-top-bar .top-bar-warp .whatsapp-group {
      display: none;
   }

   .yy-top-bar .top-bar-warp .support-whatsapp {
      display: none;
   }

   .yy-top-bar a.yy-courses {
      margin-right: 0px;
   }
   
}

@media only screen and (max-width: 768px) { 

   .yy-top-bar a.yy-affiliate {
      display: none;
   }

   .active-discount a.yy-logout {
      display: none !important;
   }

   .yy-top-bar a.yy-updates {
      display: none !important;
   }

   .yy-top-bar a.yy-support {
      display: none !important;
   }

   .yy-top-bar .crazy-coupon-page .hide-on-mobile {
      display: none !important;
   }

}


@media only screen and (max-width: 370px) { 
   
   .yy-top-bar .top-bar-warp a {
      padding: 7px 6px 11px 6px;
   }

}

@media only screen and (max-width: 340px) { 
   
   .yy-top-bar .top-bar-warp a {
      padding: 7px 6px 11px 6px;
   }

   .yy-top-bar a.yy-logout {
      display: none !important;
   }
   
}


/*================================
=============== Woo Product Price Discount
==================================*/


/* ------ Shop Page ------ */

.shop-discount-price {
   margin: 0px 0px 0px 0px;
   display: inline-block;
   z-index: 10;
   background: #163c78;
   color: #fff;
   width: 90px;
   height: 90px;
   padding: 9px 9px 9px 9px;
   border: 3px solid #fff;
   border-radius: 50%;
   text-align: center;
   position: absolute;
   top: -20px;
   left: -20px;
   box-sizing: border-box;
}

.shop-discount-price p {
   padding: 6px 0px 0px 0px;
}

.shop-discount-price p .yy-big-text {
   font-size: 34px;
   line-height: 25px;
   font-weight: 700;
   letter-spacing: -0.5px;
   padding: 6px 0px 0px 0px;
   display: block;
}

.shop-discount-price p .yy-small-text {
   font-size: 17px;
   line-height: 19px;
   font-weight: 600;
   padding: 2px 0px 0px 0px;
   margin: 0px 0px 0px 0px;
   display: block;
}

/* ------ Single Product Page ------ */

.product-discount-price {
   margin: 0px 0px 0px 0px;
   display: block;
   position: relative;
   z-index: 10;
   background: #163c78;
   color: #fff;
   width: 125px;
   height: 125px;
   padding: 6px 9px 9px 9px;
   border: 3px solid #fff;
   border-radius: 50%;
   text-align: center;
   position: absolute;
   top: -20px;
   left: -20px;
   box-sizing: border-box;
}

.product-discount-price p {
   padding: 22px 0px 0px 0px;
}

.product-discount-price p .yy-big-text {
   font-size: 53px;
   line-height: 44px;
   font-weight: 700;
   letter-spacing: -2px;
   padding: 0px 0px 0px 0px;
   display: block;
}

.product-discount-price p .yy-small-text {
   font-size: 24px;
   line-height: 19px;
   font-weight: 700;
   padding: 4px 0px 0px 0px;
   margin: 0px 0px 0px 0px;
   display: block;
}

/* ---------------------------------
----------------- Mobile
--------------------------------- */

@media only screen and (max-width: 768px) { 

   /* ------ Shop Page ------ */

   .shop-discount-price {
      width: 75px;
      height: 75px;
      top: -30px;
      left: -10px;
      padding: 7px 4px 9px 4px;
   }

   .shop-discount-price p {
      padding: 2px 0px 0px 0px;
   }

   .shop-discount-price p .yy-big-text {
      font-size: 29px;
      line-height: 25px;
      letter-spacing: -0.8px;
      padding: 5px 0px 0px 0px;
   }

   .shop-discount-price p .yy-small-text {
      font-size: 16px;
      line-height: 16px;
      padding: 1px 0px 0px 0px;
   }

   /* ------ Single Product Page ------ */

   .product-discount-price {
      width: 85px;
      height: 85px;
      position: absolute;
      top: -11px;
      left: 5px;
   }

   .product-discount-price p {
      padding: 12px 0px 0px 0px;
   }

   .product-discount-price p .yy-big-text {
      font-size: 29px;
      line-height: 25px;
      font-weight: 700;
      letter-spacing: -0.5px;
   }

   .product-discount-price p .yy-small-text {
      font-size: 22px;
      line-height: 19px;
      font-weight: 700;
      padding: 0px 0px 0px 0px;
      margin: 0px 0px 0px 0px;
   }

}