@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

body {
    font-family: "Poppins", serif;
    font-style: normal;
    font-weight: normal;
}
.ec-product-inner {
    position: relative;
}

.ec-product-inner:hover {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 8px;
    background-color: #fff;
    -webkit-box-shadow: 1px 2px 14px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 2px 14px rgb(105 45 145 / 21%);
    transform: translate(0px, -1.5%);
}

.wish-icon {
    position: absolute;
    top: 18px;
    right: 22px;
    transform: scale(0.9);
    opacity: 0;
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
    cursor: pointer;
}

.ec-product-inner:hover .wish-icon {
    opacity: 1;
    transform: scale(1);
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
    z-index: 100;
    cursor: pointer;
}

.ec-about-sec {
    background: #f8f8f8 !important;
}

.sub-menu {
    max-height: 200px !important;
    overflow-y: scroll;
}

::-webkit-scrollbar {
    width: 3px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #692d91;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #692d91;
}

a {
    font-family: "Poppins", sans-serif;
}

.sec-background {
    background: #f8f8f8;
}

.detail {
    margin-bottom: 0px;
}

.newsletter {
    padding: 35px 0px !important;
}

.main-banner {
    /* padding: 0px 50px; */
}
.ec-footer {
    padding: 40px 50px;
}

.ec-pro-variation
    .ec-pro-variation-inner.ec-pro-variation-size
    .ec-pro-variation-content
    .active {
    /* background: red !important; */
    border: none !important;
    background: #ff909d !important;
    color: white !important;
}

.ec-pro-variation
    .ec-pro-variation-inner.ec-pro-variation-size
    .ec-pro-variation-content
    li:hover {
    background-color: #ff909d !important;
}

.size-option :active {
    /*background: black;*/
}

.single-pro-content .ec-single-title {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    margin-bottom: 10px;
}

.single-pro-content .ec-single-price span.new-price {
    font-weight: 400 !important;
}

.icon {
    /* border: 1px solid; */
    padding: 5px 18px;
    border-radius: 50%;
    background: rgb(182 96 235);
    color: white;
    transition: all 0.5s ease-in-out;
}

.icon:hover {
    background: #692d8e;
    transition: all 0.5s ease-in-out;
}
.ec-product-inner .ec-pro-content .ec-price span.new-price {
    color: #ed8e9f;
}

.add-to-cart-btn {
    border: 2px solid #692d8e;
    background: #692d8e;
    padding: 3px 5px;
    font-size: 12px;
    color: white;
}

.add-to-cart-btn:hover {
    color: white;
}

.view-more {
    border: 2px solid #692d8e;
    background: #692d8e;
    padding: 3px 5px;
    font-size: 12px;
    color: white;
}

.view-more:hover {
    color: white;
}


.add-to-cart-btn2 {
    border: 2px solid #692d8e;
    background: #692d8e;
    padding: 3px 5px;
    font-size: 12px;
    color: white;
}

.add-to-cart-btn2:hover {
    color: white;
}

.buy-now-btn {
    border: 2px solid green;
    padding: 3px 5px;
    font-size: 12px;
}

.buy-now-btn:hover {
    border: 2px solid green;
    background: green;
    color: white;
}

.custom-carousel img {
    height: 80vh;
    object-fit: cover;
}

.custom-carousel {
    max-height: 80vh;
    overflow: hidden;
}

.no-transform-transition {
    transform: none !important;
    transition: none !important;
}

.m-hit {
    height: 80vh;
}

.wish-icon.glow i {
    color: red;
    text-shadow: 0 0 10px red, 0 0 20px red;
}

.product-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.sticky {
    position: fixed !important;
    width: 100%;
    top: 0;
    left: 0;
    background: white;
    box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, 0.06);
    z-index: 99;
}

.captcha{
    margin-left:11px;
}

.ec-product-inner .ec-pro-content .ec-pro-title1 {
    padding: 0 20px;
    font-size: 18px;
    color: #692c91;
    line-height: 27px;
    width: 270px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ec-product-inner .ec-pro-content .ec-pro-title1 a {
    text-decoration: none;
    color: #692c91;
    display: block;
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    letter-spacing: 0.85px;
    text-transform: capitalize;
      white-space: nowrap; 
  overflow: hidden;
  text-overflow: ellipsis;
}
.ec-product-inner .ec-pro-content .ec-pro-title1 a:hover {
    color: #222;
}


.ec-product-inner .ec-pro-content .ec-pro-title3 {
    padding: 0 20px;
    font-size: 18px;
    color: #692c91;
    line-height: 27px;
    width: 258px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ec-product-inner .ec-pro-content .ec-pro-title3 a {
    text-decoration: none;
    color: #692c91;
    display: block;
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    letter-spacing: 0.85px;
    text-transform: capitalize;
      white-space: nowrap; 
  overflow: hidden;
  text-overflow: ellipsis;
}
.ec-product-inner .ec-pro-content .ec-pro-title3 a:hover {
    color: #222;
}

.sub-main {
    align-self:center;
}

.ec-cc-style .cc-footer .cc-call-button {
    background:#672c96;
        border-radius: 30px;
}

.ec-cc-style .cc-footer .cc-call-button span {
    color:white !important;
}


.ec-product-inner .ec-pro-content .ec-pro-title4 {
    padding: 0 20px;
    font-size: 18px;
    color: #692c91;
    line-height: 27px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ec-product-inner .ec-pro-content .ec-pro-title4 a {
    text-decoration: none;
    color: #692c91;
    display: block;
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    letter-spacing: 0.85px;
    text-transform: capitalize;
      white-space: nowrap; 
  overflow: hidden;
  text-overflow: ellipsis;
}
.ec-product-inner .ec-pro-content .ec-pro-title4 a:hover {
    color: #222;
}


del {
    color: #a29d9d;
    font-size: 12px;
    font-weight: 400;
}

@media (max-width: 768px) {
    .custom-carousel {
        max-height: 50vh;
    }

    .m-hit {
        height: 50vh;
    }

    .custom-carousel img {
        height: 50vh;
    }

    .product-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .ec-product-inner .ec-pro-content .ec-price {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .ec-product-inner .ec-pro-content .ec-pro-title {
        text-align: center;
        
    }
    
    .header-top {
        padding:10px 0px 0px 0px;
    }
    
     .mobile-menu {
        background:white;
        padding:10px;
    }
    
}

@media (max-width: 430px) {
    .custom-carousel {
        max-height: 50vh;
    }

    .m-hit {
        height: 50vh;
    }

    .custom-carousel img {
        height: 50vh;
    }

    .product-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .ec-product-inner .ec-pro-content .ec-price {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

   
    
    .captcha{
        margin-left:0px ;
    }
    
    .sub-main {
    align-self: start !important;
}
    
}

.header-top-message {
    color: white;
}

@media (max-width: 1550px) {
       .ec-product-inner .ec-pro-content .ec-pro-title {
        width:290px;
    }
    
     .ec-product-inner .ec-pro-content .ec-pro-title3 {
        width:210px;
    }
}


@media (max-width: 1400px) {
       .ec-product-inner .ec-pro-content .ec-pro-title {
        width:290px;
    }
}

@media (max-width: 1200px) {
       .ec-product-inner .ec-pro-content .ec-pro-title {
        width:225px;
    }
}
@media (max-width: 435px) {
    
     .ec-product-inner .ec-pro-content .ec-pro-title {
        width: auto !important;
        text-align: center;
    }
     .ec-product-inner .ec-pro-content .ec-pro-title1 {
        width: auto !important;
        text-align: center;
    }
    
    .main-banner{
        display: flex;
        text-align: center;
        margin: 0 auto;
    }
}





