@import url(https://fonts.googleapis.com/css?family=Nunito+Sans:300,400,600,700,900&amp;display=swap);
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700&display=swap');


* {
    font-family: 'Montserrat', sans-serif;
}

.ps-document *{
    font-family: 'Montserrat', sans-serif !important;
}


.ps-post--detail .ps-post__header h1{
    font-size: 36px;
}




/* Same styling for the button */
.whatsapp-float {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 30px;
    right: 30px;
    /* background-color: #25d366; */
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
  }
  
  .whatsapp-float img {
    width: 100%;
    height: auto;
    border-radius: 50%;
  }
  



  .pulse {
    animation: pulse-animation 2s 10;
  }
  
  @keyframes pulse-animation {
    0% {
      box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
    }
    100% {
      box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
    }
  }


  .tooltip {
    padding-top: 20px;
    padding-right: 20px;
    visibility: hidden;
    width: 220px;
    background-color: #28a71b;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 101;
    bottom: 125%;
    right: 0%;
    margin-left: -60px;
    /* Fade in tooltip - initially it will be transparent */
    opacity: 0;
    transition: opacity 1s;
  }
  
  .tooltip::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 89%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #28a71b transparent transparent transparent;
  }
  
  .close-tooltip {
    position: absolute;
    top: -10px;
    right: -10px;
    background-color: #fff;
    color: #000;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 14px;
  }

  
  .whatsapp-float:hover .tooltip {
    visibility: visible;
    opacity: 1;
  }
  
  





blockquote {
    margin-bottom: 30px;
}
blockquote{
    border-left: 4px solid #ff2163;
    padding-left: 60px;
}


body {
    margin: 0;
    padding: 0;
    /* background: url('https://sassty-vendors.s3.eu-north-1.amazonaws.com/sassty_all_images/webp/170290725427SPX27281.webp') no-repeat center center fixed; */
    background-size: cover;
}

.ps-section--gray {
    background-color: #25000017 !important
}
#homepage-5 {
    padding: 9px 0;
    /* background-color: #eeeeee; */
    background-color: transparent !important;
}
.ps-footer {
    background-color: #fff;;
}





/* .ps-product:hover{
    position: relative !important;
    display: inline-block !important;
} */
#homepage-5 .ps-home-banner .container {
    max-height: 450px !important;
    overflow: hidden !important;
}

.header--standard .header__content {
    padding: 10px 0;
}
/* 
.ps-collection img {
    width: 100%;
    height: 217px;
}

.ps-collection {
    display: block;
    border: 1px solid #f04e7d24;
    min-height: 217px;
    max-height: 217px;
} */
.ps-list--link li a {
    line-height: 15px;
}

.ps-breadcrumb{
    padding: 5px 0;
}

.navigation--list{
    padding: 6px 20px;
}

.navigation--list .navigation__item span {
    display: block;
    font-size: 12px;
}

.navigation--list .navigation__item i {
    font-size: 16px;
}


.ps-form--account .ps-list--social li a{
    padding: 7px 0;
}

.ps-form--account .ps-form__content {
    padding: 12px 30px 0;
}

#homepage-7 .ps-home-banner {
    padding-top: 30px;
    padding-bottom: 15px;
}

#homepage-3 .ps-site-features {
    padding: 30px 0;
}

.ps-form--account {
    max-width: 430px;
    margin: 0 auto;
    padding-top: 64px;
}

.coming-soon-block{
    min-height: 100vh !important;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.coming_soon_logo {
    height: 41px;
    z-index: 999;
    margin: 2rem;
}



.coming_soon_logo_container {
    width: 100%;
    position: absolute;
    z-index: 999;
}


.cs-d-img1{
    max-width: 90%;
    border: 8px solid #edbbbb;
    border-radius: 12px;
    margin-left: 2rem;
}


.cs-d-img2{
    max-width: 24%;
    border: 8px solid #edbbbb;
    border-radius: 12px;
    float: right;
    margin-top: 11rem;
    position: absolute;
    right: 0px;
}


.cs-d-img3{
    max-width: 45%;
    border: 8px solid #edbbbb;
    border-radius: 12px;
    margin-top: 18rem;
    position: absolute;
    left: 0px;
}

.coming-soon-block{
    background: url('../../logos/cbg2.jpg');
}


@media (max-width: 767px){
    .coming_soon_logo {
        margin: 2rem;
    }
    .prod_name{
        font-size: 1.4rem !important;
    }
}

@media (max-width: 590px){
    .coming_soon_logo {
        margin: 1rem;
        height: 4rem;
    }

    .coming_soon_logo_container {
        border-bottom: 1px dotted #fff;
    }

    .cs-d-img1{
        max-width: 77%;
        margin-left: 41px;
        border: 4px solid #edbbbb;
    }


    .cs-d-img2{
        max-width: 18%;
        margin-top: 8rem;
        right: 29px;
        border: 4px solid #edbbbb;
    }

    .cs-d-img3{
        max-width: 35%;
        border: 4px solid #edbbbb;
        margin-top: 11.5rem;
        left: 29px;
    }

    .coming-soon-block{
        background: url('../../logos/cbg2.jpg');
    }

    .prod_name{
        font-size: 1.4rem !important;
    }

    .ps-product--detail .ps-product__desc p {
        font-size: 1.2rem !important;
    }

    .ps-product--detail .ps-product__desc p a {
        font-size: 1.2rem !important;
    }

    .ps-product--detail>.ps-product__content .ps-tab-list li a {
        display: inline-flex  !important;
        padding: 1px 5px  !important;
        font-size: 1.2rem !important;
    }

    .ps-product--detail .ps-tab-list {
        display: flex !important;
        flex-wrap: nowrap !important;
        flex-direction: row !important;
        justify-content: center !important;
    }

    .ps-product--detail>.ps-product__content .ps-tab-list li > .active a{
        color: #ff2164 !important;
    }

    .ps-product .ps-product__title{
        font-size: 1rem !important;
    }    

    .ps-product .ps-product__price {
        font-size: 1.4rem  !important;
        margin-bottom: 0px !important;
    }

    .ps-product--detail .ps-product__shopping .ps-btn.ps-btn--black {
        color: #fff;
        font-size: 11px;
        padding: 12px;
    }

    .ps-product--detail .ps-product__desc {
        font-size: 1.2rem  !important;
    }

    .ps-document {
        font-size: 1.2rem  !important;
    }

    .ps-document ol li, .ps-document ul li{
        font-size: 1.2rem  !important;
    }

    .ps-shopping {
        margin-top: 10px;
    }
    
    #homepage-5 .ps-home-banner .container {
        max-height: 290px !important;
        overflow: hidden !important;
    }

}


@media (max-width: 370px){
    .ps-product--detail .ps-product__shopping .ps-btn.ps-btn--black {
        color: #fff;
        font-size: 11px;
        padding: 12px;
    }

    #homepage-5 .ps-home-banner .container {
        max-height: 220px !important;
        overflow: hidden !important;
    }
}



.add-shadow{
    -webkit-box-shadow: 0 2px 5px -1px rgba(0,0,0,.2);
    box-shadow: 0 2px 5px -1px rgba(0,0,0,.2);
}



.add-shadow-login{
    -webkit-box-shadow: 0 2px 8px 2px rgba(0,0,0,.2);
    box-shadow: 0 2px 8px 2px rgb(0 0 0 / 20%);
}

.add-shadow-bodal {
    -webkit-box-shadow: 0 12px 13px 13px rgb(0 0 0 / 20%);
    box-shadow: 0 12px 13px 13px rgb(0 0 0 / 20%);
}


.ps-my-account {
    min-height: 80vh;
    background-color: #f1f1f1;
}


.homepage-5-slider .owl-stage-outer{
    border-radius: 7px !important;
}


.header--standard .ps-form--quick-search input{
    border-radius: 4px 0px 0px 4px !important;
    margin-top: -1px;
}

#homepage-5 .ps-home-banner .ps-section__left .menu--dropdown{
    padding-top: 4px !important;
}

.slick-slider .slick-list{
    /* min-height: 400px; */
}

.ps-footer__copyright {
    padding: 7px 0;
}

.ps-btn.ps-btn--black, button.ps-btn.ps-btn--black {
    background-color: #a71644  !important;
}


.menu > li:first-child > a {
    color: #fff !important;
}

.ps-footer {
    padding-top: 20px !important;
    /* margin-bottom: 50px; */
}

.ps-footer__widgets {
    padding-bottom: 0px;
}


.add_to_cart_form{
    display: flex;
    align-items: center;
}


.add_to_cart_form > * {
    margin: 0 10px;
}


.ps-vendor-banner {
    position: relative;
    text-align: left;
    z-index: 10;
    padding: 180px 0;
    color: #fff;
}

.bv-checklist li {
    font-weight: 600;
}

.mega-menu {
    display: flex;
    flex-flow: row wrap;
    flex-wrap: wrap;
    flex-direction: row-reverse;
}

.menu--dropdown > li.has-mega-menu .mega-menu {
    position: absolute;
    min-width: 949px;
    min-height: 560px;
}


.mega-menu .mega-menu__column {
    min-width: 180px;
    flex: 1 1 180px;
}


.ps-block--products-of-category .ps-block__product-box > * {
    max-width: 24.993333%;
}



.available_colors{
    width: 70px;
    margin: 2px; 
    border-radius: 7px;
    border: 0.5px solid lightgrey;
}

.available_colors:hover{
    border: 2px solid darkred;
    cursor: pointer;
}

.selected_color{
    border: 2px solid darkred;
}


.available_sizes{
    border: 1px solid grey;
    padding: 4px 12px;
    border-radius: 4px;
    margin: 0px 3px;
    line-height: 33px;
}


.available_sizes:hover{
    background-color: #ff2165;
    color: #fff;
    cursor: pointer;
}


.selected_size{
    background-color: #ff2165;
    color: #fff;
}


.disabled_size{
    color: #80808066;
    border-color: #80808066;
}



.disabled_size:hover{
    background-color: #fff !important;
    color: #80808066 !important;
    cursor: default;
}

.ps-product--detail .ps-product__desc ul{
    list-style-type: unset !important;
}



.ps-product--detail .ps-product__price{
    font-family: "Nunito Sans",sans-serif;
    margin-bottom: 10px;
}

.ps-product--detail .ps-product__desc{
    padding-bottom: 20px;
}

.ps-product--detail .ps-tab-list{

    margin: 0 0 12px;

}


body, table, td, th, p {
    font-family: "Nunito Sans",sans-serif !important;
}




.ps-product__price{
    font-family: "Nunito Sans",sans-serif;
}


.menu--dropdown > li {
    padding: 0 3px 0 20px !important;
}


.price{
    font-family: "Nunito Sans",sans-serif;
}





/* .tooltip-link {
    position: relative;
    display: inline-block;
  }
  
  .tooltip {
    visibility: hidden;
    width: 220px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 1px;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
  }
  
  .tooltip-link:hover + .tooltip {
    visibility: visible;
    opacity: 1;
  } */
  
  /* .tooltip::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
  } */
  
.bg-new-pink{
    background-color: #e84772;
}

.bg-new-pink_main{
    background-color: #ff2165;
}

.new_category_hover:hover{
    color: #a71644;
}
.ps-catalog-top{
    padding: 70px 0;
}

del{
    font-weight: 600;
    font-size: 14px;
}

.cart-disabled-class{
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: black;
    background: #dfdfdf !important;
}



/* timer */


/* body, html {
    height: 100%;
    min-height: 100%;
  }
  
  body {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    background: url('https://images.unsplash.com/photo-1472148083604-64f1084980b9?dpr=2&auto=format&fit=crop&w=1199&h=799&q=80&cs=tinysrgb&crop=') no-repeat center center / cover;
    color: white;
  }
   */
  .countdown-container {
    display: flex;
    width: 100%;
    max-width: 100%;
    /* justify-content: space-between; */

    justify-content: space-around;
  }
  
  .days-container,
  .hours-container,
  .minutes-container, 
  .seconds-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgba(0,0,0,0.1);
    border: 3px solid rgba(255,255,255,0.3);
    width: 100px;
    height: 100px;
    border-radius: 99px;
  }
  
  .days,
  .hours,
  .minutes,
  .seconds {
    font-size: 1.5em; 
    margin: 5px 0;
    font-weight: 500;
  }
  
  
  .days-label,
  .hours-label,
  .minutes-label,
  .seconds-label {
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 13px;
  }
  
  @media (max-width: 800px) {
    
    .countdown-container {
      max-width: 100%;
    }
    
    .days-container,
    .hours-container,
    .minutes-container, 
    .seconds-container {
        font-size: 1.2em;
        width: 85px;
        height: 90px;
    }
  }
  

/* new modal */
  
.modal-confirm {		
	color: #636363;
	/* width: 325px; */
	font-size: 14px;
}
.modal-confirm .modal-content {
	padding: 20px !important;
	border-radius: 5px;
	border: none;
}
.modal-confirm .modal-header {
	border-bottom: none;   
	position: relative;
}
.modal-confirm h4 {
	text-align: center;
	font-size: 26px;
	margin: 30px 0 -15px;
}
.modal-confirm .form-control, .modal-confirm .btn {
	min-height: 40px;
	border-radius: 3px; 
}
.modal-confirm .close {
	position: absolute;
	top: -5px;
	right: -5px;
}	
.modal-confirm .modal-footer {
	border: none;
	text-align: center;
	border-radius: 5px;
	font-size: 13px;
}	
.modal-confirm .icon-box-modal {
	color: #fff;		
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: -70px;
	width: 95px;
	height: 95px;
	border-radius: 50%;
	z-index: 9;
	background: rgb(255, 33, 100);
	padding: 15px;
	text-align: center;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}
.modal-confirm .icon-box-modal i {
	font-size: 58px;
	position: relative;
	top: 3px;
}
.modal-confirm.modal-dialog {
	margin-top: 80px;
}
.modal-confirm .btn {
	color: #fff;
	border-radius: 4px;
	background: rgb(255, 33, 100);
	text-decoration: none;
	transition: all 0.4s;
	line-height: normal;
	border: none;
    font-size: 17px;
}
.modal-confirm .btn:hover, .modal-confirm .btn:focus {
	background: rgb(255, 33, 100);
	outline: none;
}
.trigger-btn {
	display: inline-block;
	margin: 100px auto;
}

.hero-2{
    padding: 60px 0 155px;
    background-image: url('https://sassty-vendors.s3.eu-north-1.amazonaws.com/sassty_all_images/webp/17018537817Z237M58Q9.webp');
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover
}

.nice-bg{
    background-image: url('https://sassty-vendors.s3.eu-north-1.amazonaws.com/sassty_all_images/webp/17018537817Z237M58Q9.webp');
    background-repeat: no-repeat;
    background-size: cover
}

.new_card{
    box-shadow: 0 10px 15px -3px rgba(0,0,0,.1), 0 4px 6px -4px rgba(0,0,0,.1);
    border-radius: 10px;
    border-top: 15px solid rgb(255, 33, 100);
}

.my_tab {
    display: none;
  }
.my_btn_shadow{
    box-shadow: 0 10px 15px -3px rgba(0,0,0,.1), 0 4px 6px -4px rgba(0,0,0,.1);
    background-color: #fff;
    color: rgb(255, 33, 100);
    padding: 3px;
    width: 110px;
    font-size: 16px;
    font-weight: 500;
    border: 1px solid;
}

.new_homecategory{
    font-size: 14px;
  line-height: 26px;
  font-weight: 400;
  min-width: 114px;
  max-width: 160px;
  /* background-color: #fff5eb; */
  height: 26px;
  border-radius: 999999px;
  position: relative;
  padding: 0 8px;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: row;
  background-color: rgb(255, 33, 100);
  color: #FFFFFF !important;
  fill: #FFFFFF !important;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  margin-top: -18px;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot{
    background-color: #FFFFFF;
}
.ps-carousel--nav .owl-nav > * i{
    font-size: 20px;

}

@media (max-width: 1199px) {
    .ps-carousel--nav {
      margin-bottom: 0px;
      padding-bottom: 0px;
    }
  }

  .jumb-image{
    background-image: url('https://d3spyliycjgjog.cloudfront.net/sassty_all_images/1701184571B3GPMI6537.webp');
    background-repeat: no-repeat;
    background-size: cover
  }

  .earn_extra{
    font-size: 42px;
    font-weight: 500;
    text-align: center;
  }
  
  @media (max-width: 600px) {
    .earn_extra {
        font-size: 35px; /* Adjust the font size for smaller screens */
        font-weight: 500;
    text-align: center;
        
    }
  }

  .view_parent_image1{
    background-image: url('../../logos/PuDO_AD.JPG');
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 20px;
  }
  
  