/* @import url("responsive.css"); */
@import url('https://fonts.googleapis.com/css2?family=Inria+Sans:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Roboto+Slab:wght@100..900&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');


*{
    /* box-sizing:border-box; */
    padding:0;
    /* margin:0; */
}
body{
    font-family: "Inria Sans", sans-serif;
    color: #1A1A1A;
    background-color: #F6F6F2;
}

a, a:hover, a:active{
    text-decoration: none;
    color: inherit;
    box-shadow: none;
    outline: none;
}
h1,h2,h3,h4,h5,h6,p{
    /* margin-bottom: 0; */
}
.green{
    color: #5ACC81;
}
.bg-blue{
    background-color: #00C2CB !important;
}
.text-blue{
    color: #00C2CB !important;
}
.sec_subtitle{
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    font-family: "Inria Sans", sans-serif;
    color: #000;
    margin-bottom: 15px;
}
.sec_title{
    font-size: 56px;
    line-height: 70px;
    font-weight: 400;
    color: #000;
    font-family: "Roboto Slab", sans-serif;
}
.filter_white{
    filter: brightness(0) invert(1);
}
.filter_black{
    filter: brightness(0);
}
.border-6{
    border-width: 6px !important;
}
.border-7{
    border-width: 7px !important;
}
.border-8{
    border-width: 8px !important;
}

.theme_btn{
    position: relative;
    display: inline-block;
    background-color: #2781EC;
    color: #fff;
    box-shadow: 0px 4px 6px 0px rgba(97, 110, 110, 0.25);
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    /* margin-left: 40px; */
    font-family: "Inria Sans", sans-serif;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1px;
    padding: 20px 40px;
    border-radius: 50rem;
    transition: all 0.3s ease-in-out;
}
.theme_btn:hover, .theme_btn:focus, .theme_btn:active {
    background-color: #1559ad;
    color: #fff;
}
.all_btn{
    position: relative;
    display: inline-block;
    background-color: #4B408C;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    font-family: "Inria Sans", sans-serif;
    text-transform: capitalize;
    text-align: center;
    padding: 18px 40px;
    border-radius: 50rem;
    transition: all 0.3s ease-in-out;
}
.all_btn:hover, .all_btn:focus{
    background-color: #F3539A;
    color: #fff;
}



/* Pulse Button css  */
.pulse-button {
  cursor: poInria Sans;
  animation: pulse 1s infinite;
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
/* --------------------------------- */

.pulse-button-2 {
  cursor: poInria Sans;
  animation: pulse-2 1s infinite;
}
@keyframes pulse-2 {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.01);
  }
  100% {
    transform: scale(1);
  }
}



/* header section css  */
.menu_sec{
    /* background-color: #f6f6f2; */
    position: sticky;
    top: 0;
    z-index: 99;
    width: 100%;
}
.logo_sec img{
    width: 150px;
    height: auto;
}
.home_page .logo_sec img, .shop_page .logo_sec img{
    filter: brightness(0) invert(1);
}
.logo_sec .navbar-brand {
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    font-family: "Roboto Slab", serif;
}
.menu_sec .main_nav .nav-link{
    font-size: 16px;
    font-weight: 600;
    color: #000;
    text-transform: capitalize;
    font-family: "Inria Sans", sans-serif;
    text-align: center;
    text-decoration: none;
    margin-top: 0;
    padding: 0 25px;
    margin-right: 0;
    transition: all 0.3s ease-in-out;
}
.menu_sec .main_nav .nav-link:hover{
    text-decoration: underline;
    text-underline-offset: 2px;
}
.home_page .menu_sec .main_nav .nav-link,
.shop_page .menu_sec .main_nav .nav-link{
    color: #fff;
}
.menu_sec .dropdown-menu{
    background-color: #F6F6F2;
    border: 1px solid #DADAD4;
    min-width: 200px;
}
.menu_sec .dropdown-menu .dropdown-item{
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}
.menu_sec .navbar-toggler{
    padding: 0;
    border: none;
}
.menu_sec .navbar-toggler:focus {
    box-shadow: none;
}
.cart_icon{
    width: 25px;
}
span.shopping-bag.wcmenucart-count.ng-binding {
    background: none;
    color: #fff !important;
    border-radius: 100% !important;
    font-size: 12px !important;
    line-height: 20px;
    width: 20px;
    height: 20px;
    position: absolute !important;
    left: 15px;
    padding-left: 5px;
    border: 1px solid #000;
    top: -5px;
    padding: 5px;
    background: #000;
    font-family: 'Inria Sans', sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cartbtn {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #00456D;
    border-radius: 10px;
    position: relative;
}
.cartbtn i{
    position: relative;
    font-size: 24px;
    color: #fff;
    right: 3px;
    top: 3px;
}
.cartbtn span{
    position: absolute;
    top: 8px;
    right: 8px;
    width: 20px;
    height: 20px;
    background: #FFC700;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
}
.cart-eddy-btn {
    background: #FFEA8F;
    padding: 10px;
    border-radius: 50rem;
    margin-top: 8px;
    /* width: 60px; */
    /* height: 60px; */
    position: relative;
    font-family: 'Inria Sans', sans-serif;
}
.reward_page .cart-eddy-btn{
    background-color: #2781EC;
}
.reward_page .cart-eddy-btn a{
    color: #fff;
}
.reward_page .cart_icon{
    filter: brightness(0) invert(1);
}
.reward_page span.shopping-bag.wcmenucart-count.ng-binding{
    background: #fff;
    border: 1px solid #fff;
    color: #000 !important;
}
.cart-dropdown-item-wraper {
    top: 110%;
    right: 30px;
    position: absolute;
    z-index: 999;
    background-color: #fff;
    padding: 2px;
    border: 3px solid #eaeaea;
    width: 336px;
    display: none;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
    text-align: left;
}
.nav-cart-items {
    position: relative;
    max-height: 300px;
    overflow-y: auto;
}
.nav-cart-item {
    border-top: 1px solid #f5f5f5;
    margin-top: 15px;
    padding-top: 15px;
}
.nav-cart-item:first-child {
    border-top: 0 none;
    margin-top: 0;
    padding-top: 0;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
}
.nav-cart-item-image {
    border: 2px solid #eee;
    float: left;
    height: 48px;
    margin-right: 15px;
    transition: border-color 0.2s linear 0s;
    width: 48px;
}
.nav-cart-item-image a, .nav-cart-item-image img {
    display: block;
    height: 44px;
    width: 44px;
}
.nav-cart-item-desc {
    overflow: hidden;
    position: relative;
}
.nav-cart-item-desc a {
    font-size: 13px;
    font-weight: 600;
    height: auto;
    text-align: left;
    width: auto;
}
.nav-cart-item-desc span.nav-cart-item-price {
    color: #999;
    display: block;
    font-size: 12px;
    line-height: 20px;
}
.nav-cart-item-desc a.nav-cart-item-quantity {
    color: #444;
    display: block;
    font-size: 12px;
    position: relative !important;
    right: 0;
    top: 2px;
    padding: 0px 5px 2px 5px;
}
.nav-cart-title {
    border-bottom: 1px solid #eee;
}
.nav-cart-title h4 {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 0px;
    text-transform: uppercase;
}
.nav-cart-action {
    border-top: 1px solid #eee;
}
.site-button {
    background: #181525 !important;
    border-radius: 9px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .51px;
    margin-top: 15px;
    line-height: 22px;
    text-align: center;
    padding: 15px;
    width: 90%;
    position: relative;
    outline: none !important;
    border: 2px solid #fff;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    margin: 0 0 4px 0;
}
/* --------------------------------- */




/* Footer Sec CSS */
.footer_sec{
    position: relative;
    color: #fff;
    background-color: #222;
}
.footer_top {
    padding: 50px 0 30px;
}
.footer_sec h5{
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    font-family: 'Manrope', sans-serif;
    text-transform: capitalize;
    color: #fff;
    margin-bottom: 25px;
}

.footer_links li + li{
    margin-top: 5px;
}
.footer_contact li + li{
    margin-top: 15px;
}
.footer_links i{
    font-size: 20px;
}
.footer_links a{
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    color: #fff;
    font-family: 'Manrope', sans-serif;
    text-transform: capitalize;
    transition: all 0.4s ease-in-out;
}
.footer_links a:hover{
    color: #2781EC;
}
.footer_sec p{
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    line-height: 25px;
    font-family: 'Raleway', sans-serif;
    margin: 0;
}
.footer_sec p + p{
    margin-top: 15px;
}
.footer_card{
    flex: 1;
}
.footer_card img{
    width: 220px;
}
.copyright_sec .container-xl, .copyright_sec .container{
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.copyright_sec p{
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    font-family: 'Roboto', sans-serif;
}
.footer_logo {
    position: relative;
}
.footer_logo::after{
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: calc(100% - 500px);
    height: 1px;
    background-color: #FFFFFF;
    opacity: 0.2;
}
.footer_logo img{
    width: 160px;
    filter: brightness(0) invert(1);
}
/* --------------------------------- */



div#success-alert {
    position: fixed;
    top: 0;
    right: 0;
    width: 500px;
    background: #28a745;
    color: #fff;
    text-align: center;
    font-family: 'Sansation';
    text-transform: capitalize;
    font-size: 15px;
    z-index: 1;
    opacity: 0;
}



/* Breadcrambs Sec */
.breadcrumbs_sec{
    background-image: url(../images/inner_bg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    border-radius: 0 0 80px 80px;
    padding: 200px 0 100px;
    z-index: 1;
}
.breadcrumbs_sec::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(180deg, #262626 0.75%, rgba(117, 117, 117, 0.94) 48.08%, rgba(158, 158, 158, 0) 100%);
    z-index: -1;
}

@media screen and (max-width: 767px){
    .breadcrumbs_sec{
        background-image: url(../images/inner_bg_mob.webp);
        padding: 150px 0 50px;
        border-radius: 0 0 40px 40px;
    }
}
/* --------------------------------- */



@media screen and (max-width: 1399px){
    .theme_btn{
        font-size: 16px;
        padding: 18px 32px;
    }
    .all_btn{
        font-size: 15px;
        padding: 16px 35px;
    }
    .sec_title {
        font-size: 40px;
        line-height: 50px;
    }
    .menu_sec .main_nav .nav-link{
        font-size: 15px;
        padding: 0 20px;
    }
    span.shopping-bag.wcmenucart-count.ng-binding{
        width: 22px;
        height: 22px;
        right: 5px;
    }
    .footer_links .list-inline-item:not(:last-child) {
        margin-right: 0.5rem !important;
    }
}

@media screen and (max-width: 1199px){
    .theme_btn{
        font-size: 16px;
        padding: 15px 30px;
    }
    .all_btn {
        font-size: 14px;
        padding: 15px 30px;
    }
    .sec_title {
        font-size: 35px;
        line-height: 45px;
    }
    .menu_sec .main_nav .nav-link {
        font-size: 14px;
        padding: 0 15px;
    }
    .logo_sec img {
        width: 150px;
    }
    .footer_sec h5{
        font-size: 16px;
    }
    .footer_sec p, .footer_links a{
        font-size: 13px;
    }
}

@media screen and (max-width: 991px){
    .sec_subtitle{
        margin-bottom: 10px;
    }
    .sec_title{
        font-size: 30px;
        line-height: 40px;
    }
    .topbar{
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
    }
    .mobile_menu .btn-close{
        position: absolute;
        top: 1rem;
        right: 1rem;
    }
    .menu_sec .navbar-collapse{
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        width: 95%;
        background-color: rgb(40 36 32 / 90%);
        padding: 15px;
    }
    .menu_sec .main_nav .nav-link{
        font-size: 16px;
        font-weight: 500;
        padding: 10px 0;
        color: #fff;
    }
    .menu_sec .main_nav li + li{
        border-top: 1px dashed #fff;
    }
    .footer_sec p, .footer_links a {
        font-weight: 300;
    }
}

@media screen and (max-width: 767px){
    .logo_sec img {
        width: 120px;
    }
    .home_page .menu_sec .navbar-toggler span{
        color: #fff !important;
    }
    .reward_page .menu_sec{
        background-color: #FFF09B;
        box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
    }
    .theme_btn {
        font-size: 12px;
        padding: 12px 20px;
    }
    .footer_logo img{
        width: 150px;
    }
    .footer_logo::after {
        top: -25px;
        transform: none;
        width: 100%;
    }
    .footer_card img{
        width: 200px;
    }
}

@media screen and (max-width: 575px){
    .theme_btn {
        font-size: 16px;
        padding: 18px 30px;
    }
}