/*
Theme Name: Twenty Sixteen
Theme URI: https://wordpress.org/themes/twentysixteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Sixteen is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere.
Version: 3.8
Tested up to: 7.0
Requires at least: 4.4
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog, block-patterns
Text Domain: twentysixteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/**
 * Table of Contents
 *
 * 1.0 - Normalize
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigation
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Widgets
 * 11.0 - Content
 *    11.1 - Header
 *    11.2 - Posts and pages
 *    11.3 - Post Formats
 *    11.4 - Comments
 *    11.5 - Sidebar
 *    11.6 - Footer
 * 12.0 - Media
 *    12.1 - Captions
 *    12.2 - Galleries
 * 13.0 - Multisite
 * 14.0 - Media Queries
 *    14.1 - >= 710px
 *    14.2 - >= 783px
 *    14.3 - >= 910px
 *    14.4 - >= 985px
 *    14.5 - >= 1200px
 * 15.0 - Print
 */


/**
 * 1.0 - Normalize
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */

*{
	margin:0;
	padding:0;
}
.header-menu .elementskit-navbar-nav > li > a{
    position: relative;
    display: inline-flex;
    padding: 0 !important;   /* left-right padding remove */
    margin: 0 15px;          /* gap maintain */
    text-decoration: none;
}

.header-menu .elementskit-navbar-nav > li > a::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 100%;
    height: 2px;
    background: #fd518e;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .3s ease;
}

.header-menu .elementskit-navbar-nav > li > a:hover::after,
.header-menu .elementskit-navbar-nav > li.current-menu-item > a::after,
.header-menu .elementskit-navbar-nav > li.current_page_item > a::after{
    transform: scaleX(1);
}
.foot a {
    color: #fe5b95;
}
.elementor-element-783624b li{
	list-style:none;
}
span.banner-clr {
    color: #fd538f;
}
.main-heading h2{
    position: relative;
    display: inline-block;
    padding: 0 35px;
}
.main-heading h2::before,
.main-heading h2::after{
    content: "❤";
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(-20deg);
    font-size: 18px;
    color: #fd518e;
    opacity: 0.9;
}
.main-heading h2::before{
    left: 0;
}
.main-heading h2::after{
    right: 0;
    transform: translateY(-50%) rotate(20deg);
}
.ritmay-category-slider{
font-family:'Nunito',sans-serif;
padding-bottom:60px;
}

.ritmay-category-slider a{

text-decoration:none;
display:block;
text-align:center;

}

.ritmay-category-slider .cat-img{

width:110px;
height:110px;
margin:auto;
border-radius:50%;
background:#fff;
display:flex;
align-items:center;
justify-content:center;
border:1px solid #eee;
transition:.3s;

}

.ritmay-category-slider img{

width:80px;
height:80px;
object-fit:contain;
transition:.3s;

}

.ritmay-category-slider h4{

font-size:16px;
font-weight:700;
margin-top:15px;
color:#222;

}

.ritmay-category-slider .swiper-slide:hover .cat-img{

transform:translateY(-6px);
box-shadow:0 10px 30px rgba(0,0,0,.08);

}

.ritmay-category-slider .swiper-slide:hover img{

transform:scale(1.08);

}

.ritmay-category-slider .swiper-pagination{

bottom:0;

}

.ritmay-category-slider .swiper-pagination-bullet{

background:#fd518e;
opacity:.4;

}

.ritmay-category-slider .swiper-pagination-bullet-active{

opacity:1;
width:20px;
border-radius:30px;

}
.ritmay-category-slider .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    top: 160px;
}
.ritmay-category-slider.swiper.swiper-initialized.swiper-horizontal {
    padding-bottom: 20px;
}
.product-list li {
    text-align: center;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    padding-bottom: 20px !important;
    border-radius: 10px;
    overflow: hidden;
}
.product-list img {
    height: 330px !important;
    object-fit: cover;
    border-radius: 10px;
}
.product-list h2 {
    font-family: 'Nunito',sans-serif;
    color:#001346;
}
.product-list span.price {
    color: #6fcf55;
    font-family: 'Nunito',sans-serif;
    font-weight: 500 !important;
}

.product-list a.ajax_add_to_cart {
    font-family: 'Nunito',sans-serif;
    background:#FD538F;
    border:1px solid #FD538F;
    color:#fff;
    border-radius:30px;
}
.product-list a.ajax_add_to_cart:hover {
    background:#fff;
    color:#001346;
}
body{
	background:#fef8f4;
}
.about-list ul{
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    padding: 0;
    margin: 0;
}
.about-list li.elementor-icon-list-item{
    width: calc((100% - 30px) / 3) !important;
    margin: 0 !important;
    background: #FCE4E3;
    border-radius: 30px;
    padding: 10px 15px;
    list-style: none;
    box-sizing: border-box;
}
@media (max-width: 767px){
    .about-list li.elementor-icon-list-item{
        width: calc((100% - 15px) / 2) !important;
    }
}

@media (max-width: 480px){
    .about-list li.elementor-icon-list-item{
        width: 100% !important;
    }
}
.newsletter-form{
    display: flex;
    align-items: center;
    max-width: 650px;
    border-radius: 50px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
}

.newsletter-form p{
    display: flex;
    width: 100%;
    margin: 0;
}

.newsletter-form .wpcf7-form-control-wrap{
    flex: 1;
}

.newsletter-form input[type="email"]{
    width: 100%;
    height: 50px;
    border: none;
    padding: 0 20px;
    font-size: 16px;
    font-family: 'Nunito', sans-serif;
    outline: none;
    background: #fff;
    color: #333;
    border-radius: 50px 0 0 50px;
}

.newsletter-form input[type="submit"]{
    width: 170px;
    height: 50px;
    border: none;
    background: #173B78;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Nunito', sans-serif;
    cursor: pointer;
    transition: .3s;
    border-radius: 0 50px 50px 0;
}

.newsletter-form input[type="submit"]:hover{
    background: #fd518e;
}

.newsletter-form .wpcf7-spinner{
    display: none;
}

.newsletter-form .wpcf7-not-valid-tip{
    position: absolute;
    left: 20px;
    top: 62px;
    font-size: 12px;
}

.newsletter-form .wpcf7-response-output{
    margin-top: 15px !important;
    border-radius: 8px;
}

@media(max-width:767px){

.newsletter-form,
.newsletter-form p{
    display:block;
}

.newsletter-form input[type="email"]{
    border-radius:50px;
}

.newsletter-form input[type="submit"]{
    width:100%;
    margin-top:10px;
    border-radius:50px;
}
}

.home_testi .elementskit-testimonial-slider.ekit_testimonial_style_5.arrow_inside.slider-dotted {
    padding-bottom:40px;
}
.home_testi .elementskit-single-testimonial-slider{
    height:250px;
}
.home_testi .swiper-wrapper {
    padding:10px;
}
.home_testi .ekit-main-swiper.swiper {
    padding-right: 15px;
}



.page-header {
    position: relative;
    height: 60px;
    background:#fff3ed !important;
	margin-bottom:50px;
}
.page-header h1 {
    position: absolute;
    left: 40px;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    color: #644543;
    font-family: Nunito, sans-serif;
    font-size: 17px;
    font-weight: 500;
    line-height: 1;
}
.form {
    margin-top: 30px;
}
.form .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.form .col-lg-6 {
    width: 50%;
    padding: 0 10px;
}
.form .col-lg-12 {
    width: 100%;
    padding: 0 10px;
}
.form .form-group {
    margin-bottom: 22px;
}
.form .form-group .field-set {
    width: 100%;
    height: 50px;
    border: 1px solid #dddddd;
    text-transform: capitalize;
    padding: 10px 18px;
    color: #555;
    font-family: Nunito, sans-serif;
    font-size: 14px;
    font-weight: 400;
    border-radius: 4px;
}
.form .form-group .area-field {
    width: 100%;
    height: 100px;
    border: 1px solid #dddddd;
    text-transform: capitalize;
    padding: 10px 18px;
    color: #555;
    /* padding-top: 10px; */
    font-size: 14px;
    font-weight: 400;
    border-radius: 4px;
    font-family: Nunito, sans-serif;
}
.form .form-group .area-field:focus { 
    outline: none !important;
    border-color: #ff4a91;
 }
.form .btn {
    display: inline-block;
    margin-right: 10px;
    color: #fff;
    line-height: 20px;
    width: 100%;
    padding: 12px 30px;
    border-radius: 5px;
    border: 1px solid #ff4a91;
    background-color:#ff4a91;
    font-family: Nunito, sans-serif;
    cursor:pointer;
    font-size: 17px;
}

.form .btn:hover {
    background: #fff;
    color: #000;
    border: 1px solid #ff4a91;
    width: 100%;
}

.form-group.login-btn {
    margin: 0;
}
.home_cat figure.elementor-image-box-img {
    background: #fff;
    border-radius: 50%;
}

.home_cat .elementor-image-box-wrapper figure{
    overflow: hidden;
}

.home_cat .elementor-image-box-wrapper figure img{
    transition: all 0.4s ease;
}

.home_cat .elementor-image-box-wrapper:hover figure img{
    transform: scale(1.08) rotate(2deg);
}
.home_cat img {
    height: 120px;
    object-fit: contain;
}

.woocommerce ul.products li.product .onsale {
    top: 1px;
    right: 88%;
    background: none !important;
     font-family: 'Nunito', sans-serif;
    border-radius: 1% !important;
    z-index:1;
}
.woocommerce ul.products li.product .onsale:after{
    content:'';
    position:absolute;
    top: -22px;
    left: -19px;
    height: 144%;
    width: 100%;
    background: #ff4b8e !important;
    z-index:-1;
    transform: rotate(46deg) scale(1.8);
}
button.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--icon-button.yith-wcwl-add-to-wishlist-button-over-image.yith-wcwl-add-to-wishlist-button-over-image--top-left {
    left: 72%; 
}
.yith-wcwl-add-to-wishlist-button:not(.yith-wcwl-add-to-wishlist-button--themed-button).yith-wcwl-add-to-wishlist-button--added svg.yith-wcwl-add-to-wishlist-button-icon {
    color: #ff4b8e;
}
svg#yith-wcwl-icon-heart-outline:hover {
    color:#ff4b8e;
}
.yith-add-to-wishlist-button-block {
    margin: 0 !important;
}
.error-page-area {
    text-align: center;
    margin-bottom:50px;
}
.error-bottom h2 {
    font-size: 27px;
    font-weight: 500;
   font-family: "Nunito", Sans-serif;
    color: #000;
    margin-bottom: 20px;
}
.error-top img {
    border-radius: 5px;
    width: 300px;
}
.error-bottom p {
    font-family: "Nunito", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #636363;
    margin-bottom: 35px;
}

a.default-btn-error {
    font-family: "Nunito", Sans-serif;
    font-weight: 600;
    background-color: transparent;
    background: #fd4e8b;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.15);
    padding: 14px 25px 14px 25px;
    color:#fff;
    text-decoration:none;
}
a.default-btn-error:hover{
    background-image: linear-gradient(-90deg, #215E1A 49%, #215E1A 100%);
}
span.yith-wcwl-add-to-wishlist-button__label {
    font-family: 'Nunito', sans-serif;
}
.product-list del {
    display: none !important;
}
a.button.product_type_variable.add_to_cart_button {
    font-family: 'Nunito',sans-serif;
    background: #FD538F;
    border: 1px solid #FD538F;
    color: #fff;
    border-radius: 30px;
}
a.button.product_type_variable.add_to_cart_button:hover {
    background: #fff;
    color: #000;
}




































/* Remove WooCommerce clearfix */
.elementor-element-9f6b510 .woocommerce ul.products::before,
.woocommerce ul.products::after,
ul.products::before,
ul.products::after {
    content: none !important;
    display: none !important;
}
span.yith-wcwl-add-to-wishlist-button__label {
    display: none;
}
.ritmay-card .product-image a {
    height: 320px;
    width: 100%;
}
/*==========================
Products Grid
==========================*/

.products{
    max-width:1400px;
    margin:auto;
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:25px;
}

/*==========================
Card
==========================*/

.ritmay-card{
    background:#fff;
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
    position:relative;
    transition:.35s;
}

.ritmay-card:hover{
    transform:translateY(-8px);
}

.ritmay-card .product-image{
    height:320px;
    background:#fafafa;
    display:flex;
    justify-content:center;
    align-items:center;
}

.ritmay-card .product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .4s;
}

/* .ritmay-card:hover img{
    transform:scale(1.05);
} */

/*==========================
Discount Ribbon
==========================*/

.ritmay-card .discount-badge {
    position: absolute;
    top: -16px;
    left: -51px;
    width: 133px;
    background: #ff304f;
    color: #fff;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    padding: 33px 0 5px 0;
    transform: rotate(-45deg);
    z-index: 2;
    font-family: "Nunito", Sans-serif;
} 
.ritmay-card .market-price del span {
    font-size: 20px;
    color: red;
    font-weight: 600 !important;
    font-family: "Nunito", Sans-serif;
}
/*==========================
Wishlist
==========================*/

.ritmay-card .wishlist {
    position: absolute;
    top: 9px;
    right: 18px;
    font-size: 50px;
    text-decoration: none;
    color: #ff3c63;
}

/*==========================
Content
==========================*/

.ritmay-card .product-content{
    padding:20px;
}

.ritmay-card .product-content h3 {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #222;
    margin-bottom: 18px;
    font-family: "Nunito", Sans-serif;
}
.ritmay-card .product-content h3 a{
	color: #222;
}

.ritmay-card .market-price span {
    display: flex;
    font-size: 15px;
    color: #222;
    margin-bottom: 6px;
    font-family: "Nunito", Sans-serif;
}

.ritmay-card .price-row{
    display:flex;
    align-items:center;
    gap:10px;
}

.ritmay-card .price-row del {
    color: #ff3030;
    font-size: 22px;
    font-weight: 600;
}

.ritmay-card .price-row small {
    color: #ff3030;
    font-size: 12px;
    font-family: "Nunito", Sans-serif;
    margin-top: -12px;
}

.ritmay-card .product-content hr{
    margin:10px 0;
    border:none;
    border-top:1px dashed #ddd;
}

.ritmay-card .offer {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 15px;
    font-family: "Nunito", Sans-serif;
}

.ritmay-card .offer h4 {
    color: #00863d;
    font-size: 17px;
    margin-bottom: 3px;
    font-family: "Nunito", Sans-serif;
}

.ritmay-card .offer p{
    color:#555;
    font-size:12px;
}

.ritmay-card .offer-price {
    color: #00863d;
    font-size: 24px;
    font-weight: 700;
    white-space: nowrap;
}
.ritmay-card .cart-btn {
    display: block;
    width: 150px;
    margin: 22px auto 0;
    text-align: center;
    text-decoration: none;
    background: linear-gradient(90deg,#ff4f92,#d91f70);
    color: #fff;
    border: 1px solid #d91f70;
    padding: 8px 0;
    border-radius: 40px;
    font-weight: 600;
    transition: .3s;
    font-family: "Nunito", Sans-serif;
    font-size: 15px;
}
.ritmay-card .cart-btn:hover{
    background:#fff;
    color:#000;
}

.ritmay-card .cart-btn:hover{
    opacity:.9;
}


