/*
Theme Name: Motta Child Theme
Theme URI: http://motta.uix.store/
Author: UIX Themes
Author URI: http://uix.store
Description: A fully responsive Premium WordPress Theme with a pixel perfect design and extensive functionality
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: motta
Tags: one-column, two-columns, right-sidebar, custom-colors, custom-menu, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Template: motta
*/
#chance_win, #save_five {
  position: fixed;
  
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
#chance_win .popup-content, #save_five .popup-content {
    background: #fff;
    padding: 20px;
    
    position: relative;
    max-width: 700px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
        height: 450px;
    overflow-y: scroll; 
}


#chance_win #closePopup, #save_five #closePopup{
  position: absolute;
  top: 5px;
  right: 10px;
  cursor: pointer;
  font-size: 20px;
}

.pop_cont h1 {
    font-size: 20px;
}

.pop_cont p {
    margin: 0 0;
}

.pop_cont ul li {
    list-style: none;
}

.pop_cont  h2 {
    font-size: 18px;
}

.pop_cont ul {
    padding: 0;
}

.pop_cont ul li p {
    margin: 0 0 6px 0;
}
a.chance_win,  a.save_five {
    background: #c63b88;
    color: #fff;
    padding: 0px 10px;
    font-size: 14px;
    border-radius: 4px;
    font-weight: 400;
    display: inline-block;
    margin: 0 0 0 6px;
}

.top_bar_news {
    background: #000;
    padding: 6px 0 0px 0;
    color: #fff;
}
.top_bar_news .title {

    display: inline-block;
    margin-right: 50px;
    transition: none !important;
    cursor: none !important;
    color: white;
}

.top_bar_news .title a svg g {fill : #fff;}


.badge_grid {
    display: flex;
    align-items: center;
    margin: 8px 0 10px 0;
}

.badge_grid .trust_pilot_badge img {
    width: 120px;
}

.badge_grid .trust_pilot_badge {
    margin: 0 0 0 16px;
}

.single-product  .related.products {pointer-events :all !important;}
.single-product  .related.products ul li .product-inner .product-featured-icons {display: none !important;}
a.market_place_btn {
   
   background: #000;
    color: #fff;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    order: 1;
    margin: 20px 0 0 0px;
}
a.market_place_btn span {
    margin: 0 10px 0 0;
}

a.market_place_btn img {
    width: 20px;
    margin: 0 2px;
}


.product-brand-badge {
    display: inline-flex;
    align-items: center;
    position: relative;
    top: 7px;
    left: 10px;
    background: #ececec;
    padding: 0px 10px 0 0;
    border-radius: 6px;
}

.product-brand-badge p {
    margin: 0;
    padding: 2px 0 0 6px;
}
#product-sale-countdown {
    width: 100%;
    margin: 0;
    color: #ff0000;
    font-size: 20px;
    font-weight: 800;
    /* background: #ececec; */
}
#product-sale-countdown span#countdown-timer-text {
    background: #ff0000;
    color: #fff;
    padding: 0px 12px;
    border-radius: 4px;
}

.shop_min span {
    background: #7fda69;
    padding: 0px 10px;
    margin: 0 6px 0 0;
}

.shop_min {
    color: #000;
    margin: 6px 0 8px 0;
    font-weight: 500;
    font-size: 16px;
    text-transform: capitalize;
    display: flex;
    align-items: center;
}
.shop_min svg {
    margin: 0 2px 0 0;
    fill: #ff0000;
}


.quiz_sec span {
    background: #7fda69;
    font-weight: 600;
    padding: 0 10px;
}

.quiz_sec {
    color: #000;
    margin: 6px 0;
    font-size: 16px;
}


section.top_bar {
    background: #000;
    color: #fff;
}

section.top_bar p {
    margin: 0;
}

.slick-video-reels .slick-video-item {
    margin: 0 6px;
}


  
  /* Video Reel Carousel Styles */
.slick-video-reels {
    width: 100%;
    margin: 0 auto;
    padding: 20px 0;
}

.slick-video-item {
    text-align: center;
    position: relative;
}

.slick-video-item .shop_badge {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    z-index: 9999;
    background: rgb(148 33 96 / 68%);
    width: 100%;
    padding: 6px 0;
}

.slick-video-item video {
    width: 100%;
    height: auto;
  
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    object-fit: cover;
}

.slick-video-reels .slick-video-item button.play-btn svg path {
    fill: #942160;
}

.slick-video-reels .slick-video-item button.play-btn svg {
    width: 86px;
}

.slick-video-reels .slick-video-item button.play-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
      /*  background: #fff;*/

      background : rgb(255 255 255 / 70%); 
    border-radius: 50%;
    width: 110px;
    height: 110px;
    padding: 0;
    min-width: auto;
}
/* Style Slick arrows */
.slick-prev, .slick-next {
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    border-radius: 50%;
    font-size: 18px;
    line-height: 1;
    padding: 10px;
}

/* Style Slick dots (navigation) */
.slick-dots li button {
    background-color: #fff;
    border-radius: 50%;
    width: 10px;
    height: 10px;
}

.slick-dots li.slick-active button {
    background-color: #ff6600; /* Active dot color */
}


.single-product.postid-39256 span .onsale.woocommerce-badge.color-green.text-black.font-18,
.single-product.postid-41338 span .onsale.woocommerce-badge.color-green.text-black.font-18
{
    display: none;
}
.single-product.postid-39256 ul.badges-list li:nth-child(3),
.single-product.postid-41338 ul.badges-list li:nth-child(3)
{
    display: none;
}

.black_sale {
    background: #000;
    color: #fff;
    display: inline-block;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 20px;
    margin: 6px 0;
}

.single-product .motta-product-gallery .motta-product-images-buttons {
    display: none !important;
}


.woo-product-gallery-slider .wpgs-nav {
    display: none;
}

.single-product .product-featured-icons {
    border: 1px solid #000;
    background: #000;
    padding: 12px 0 !important;
    border-radius: 4px;
}

.single-product .product-featured-icons a {
    color: #fff !important;
}


.product_delivery p {
    margin: 12px 0;
}

.product_delivery span {
    background: #ff0000;
    color: #fff;
    display: inline-block;
    padding: 2px 6px;
    border-radius: 4px;
    font-weight: 600;
    margin: 0 0 0 4px;
}


@media only screen and (max-width: 410px) {

  
.product-brand-badge {
        display: flex;
    position: relative;
    top: 0px;
    left: 0;
    padding: 2px 0px 2px 0;
    margin: 10px 0 10px 0;
    
}

}

@media only screen and (max-width: 768px) {

      .product_delivery span {

        margin: 4px 0px 2px 0px;
    }

    #product-sale-countdown {
    font-size: 16px;
    font-weight: 500;
 
}
.shop_min {
    display :block;
}
.shop_min svg {
    position: relative;
    top: 6px;
}

#product-sale-countdown span#countdown-timer-text {
    display: inline-block;
    font-size: 20px;
    margin: 6px 0 0 0;
}


.page-id-44287 h1.page-header__title, .page-id-44174 h1.page-header__title {
    font-size: 26px;
}
a.market_place_btn 
{
    margin: 0 0 6px 0;
}


a.market_place_btn {
    order: 3;
    margin: 16px 0 0 0 !important;
}
.single-product .product-featured-icons {
    display: none !important;
}



#chance_win .popup-content, #save_five  .popup-content {
    top: 40%;
    left: 50%;
    transform: translate(-50%, -40%);
    width: 94%;
}

}