#mw-top-message{
background: linear-gradient(45deg, #f8bfe6, #a8d8ff) !important;
}
.menu-header-skin-1{
  font-weight:600 !important;
}
.header-background{
  background: linear-gradient(45deg, #f8bfe6, #a8d8ff) !important;
}

.checkout-modal-products-wrapper .decrement{
  background-color:#402b4c !important;
  border:1px solid #402b4c !important;
}
.checkout-modal-products-wrapper .increment {
  background-color:#402b4c !important;
  border:1px solid #402b4c !important;
}
.text-danger{
  color:#402b4c !important;
}
.shop-products-skin-2-btn {
    background: linear-gradient(45deg, #f8bfe6, #a8d8ff);
    color: #fff;
    padding: 5px 7px;
    border: none;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 3px 8px rgba(168, 216, 255, 0.4);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    letter-spacing: 0.5px;
	display:none !important;
}
.shop-products-skin-2-btn:hover {
    background: linear-gradient(45deg, #a8d8ff, #f8bfe6);
    box-shadow: 0 5px 12px rgba(168, 216, 255, 0.6);
    transform: translateY(-1px);
}
.shop-products-skin-2-btn:active {
    transform: translateY(1px);
    box-shadow: 0 2px 6px rgba(168, 216, 255, 0.3);
}
.module-accordion{
margin-top: 20px;
}
.mw-accordion-faq-skin-button {
    background-color: #F9F9F9;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px;
    width: 100%;
    border: none;
    border-radius: 0;
    cursor: pointer;
    outline: none;
}
.mw-accordion-faq-skin-button h5{
font-size:16px;
}

.slick-arrows-1 .slick-track .img-as-background {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 150px;
    border-top-right-radius: 150px;
}

@media (max-width: 768px) {
    .shop-products-skin-2-btn {
        font-size: 13px; 
        padding: 7px 8px;
    }
}
.menu-skin-4{
background-color: #d8ebe8 !important;
}
.shop-products .img-as-background {
  height: 395px;
}
.shop-products .product .price {
    color: #000;
}
.shop-products .review-card-rating p {
    font-size: var(--mw-paragraph-size);
    color: #cc9900;
    line-height: var(--mw-line-height);
    letter-spacing: var(--mw-letter-spacing);
}
.menu-skin-4 .mdi.mdi-20px:before {
    font-size: 20px;
    color: #000;
}

.category-title a {
    text-decoration: var(--mw-text-decoration);
    color: #000 !important;
}
.product-page-template .shop-products .img-as-background {
height:529px !important;
width:300px !important;
           overflow: hidden;
    /*border-radius: 25% 28% 35% 42% !important;*/
            object-fit: cover !important;
            transition: border-radius 0.5s ease-in-out, transform 0.3s ease-in-out !important;
}
.product-page-template .shop-products .img-as-background {
  border-radius: 30% 50% 40% 60% / 50% 30% 60% 40% !important;
  transition: border-radius 0.5s ease-in-out;
}
/*
.shop-products .img-as-background:hover{
 border-radius: 60% 40% 50% 30% !important; 
            transform: scale(1.1) !important; 
} */
.product-page-template .shop-products .img-as-background:hover {
    border-radius: 50% 40% 60% 30% / 30% 50% 40% 60% !important;
}

.shop-products-skin-2 .h-400 {
    height: 500px;
    border-radius: 40% 50% 30% 60% / 50% 30% 60% 40% !important;
    transition: border-radius 0.5s ease-in-out;
}

.shop-products-skin-2 .h-400:hover {
    border-radius: 50% 40% 60% 30% / 30% 50% 40% 60% !important;
}
.faq-section .card-header .btn {
padding:5px 20px !important;
background-color:transparent !important;
border-color:#ddd !important;
}
.faq-section .card-header .btn h4 {
font-size:16px !important;
}
.faq-section i:before {
    color: #000 !important; 
}
.faq-section i {
    line-height: 1 !important;
    font-size: 20px !important;
    border: none !important;
    border-radius: 50%;
}
.faq-section .faq-default-answer {
color:#000 !important;
font-size:16px !important;
font-weight:400 !important;
text-align:left !important;

}

@media only screen and (max-width: 768px){
.mobile-header-search img, svg {
    vertical-align: middle;
    color: #000;
}
.product-page-template .shop-products .img-as-background {
    height: 300px !important;
    width: 170px !important;
}
.shop-products-skin-2 .h-400{
height:300px;
border-radius:40% 50% 30% 60% / 50% 30% 60% 40% !important
}

/*.image-category img {
 height: 250px;
 width: 250px;
            border-radius: 30% 50% 40% 60%; 
            object-fit: cover;
            transition: border-radius 0.5s ease-in-out, transform 0.3s ease-in-out;
}
.image-category  img:hover {
            border-radius: 60% 40% 50% 30%; 
            transform: scale(1.1); 
        }
*/