/* @import url("responsive.css"); */
@import url('https://fonts.googleapis.com/css2?family=Atma:wght@300;400;500;600;700&family=Boogaloo&family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

*{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
body{
    font-family: "Nunito", sans-serif;
    color: #363636;
}

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: "Nunito", sans-serif;
    color: #000;
    margin-bottom: 15px;
}
.sec_title{
    font-size: 45px;
    line-height: 1;
    font-weight: 600;
    color: #363636;
    font-family: "Atma", system-ui;
    text-transform: capitalize;
}
.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: #E35825;
    color: #fff;
    font-size: 25px;
    font-weight: 400;
    line-height: 1;
    font-family: "Boogaloo", sans-serif;
    text-transform: uppercase;
    text-align: center;
    padding: 18px 35px;
    border-radius: 50rem;
    transition: all 0.3s ease-in-out;
    border: solid;
}
.theme_btn:hover, .theme_btn:focus, .theme_btn:active {
    background-color: #4E4E4E;
    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: "Nunito", 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: poInter;
  animation: pulse 1s infinite;
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
/* --------------------------------- */

.pulse-button-2 {
  cursor: poInter;
  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{
    position: sticky;
    top: 0;
    z-index: 99;
    width: 100%;
}
.logo_sec img{
    width: 160px;
}
.menu_sec .main_nav .nav-link{
    font-size: 16px;
    font-weight: 800;
    color: #363636;
    text-transform: uppercase;
    margin-top: 0;
    padding: 0 20px;
    margin-right: 0;
    transition: all 0.3s ease-in-out;
}
.menu_sec .main_nav .nav-link:hover{
    color: #E35825;
}
.menu_sec .dropdown-menu{
    background-color: #89A0AD;
    border: none;
    min-width: 200px;
    margin-top: 30px;
    border-radius: 0;
}
.menu_sec .dropdown-menu .dropdown-item{
    padding: 10px 15px;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    color: #000;
    transition: all 0.4s ease-in-out;
}
.menu_sec .dropdown-menu .dropdown-item:focus,
.menu_sec .dropdown-menu .dropdown-item:hover{
    color: #fff;
    background-color: #556571;
}
.menu_sec .dropdown-toggle::after{
    display: none;
}
.menu_sec .navbar-toggler{
    padding: 0;
    border: none;
}
.menu_sec .navbar-toggler:focus {
    box-shadow: none;
}
.cart_icon{
    width: 35px;
}
span.shopping-bag.wcmenucart-count.ng-binding {
    background-color: #FFD058;
    color: #556571 !important;
    border-radius: 100% !important;
    font-size: 14px !important;
    font-weight: 500;
    line-height: 20px;
    width: 22px;
    height: 22px;
    position: absolute !important;
    right: -15px;
    top: -5px;
    font-family: 'Poppins', 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: 'Inter', sans-serif;
}
.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;
    padding: 80px 0;
    font-size: 14px;
    font-weight: 500;
    color: #363636;
    background-color: #F8F3F1;
}
.footer_logo img{
    width: 200px;
}
.footer_sec h4{
    font-size: 17px;
    font-weight: 700;
    line-height: 1;
    text-transform: capitalize;
    color:#12132F;
    margin-bottom: 15px;
}
.footer_links .list-inline-item:not(:last-child){
    margin-right: 1rem !important;
}
.footer_links li + li{
    margin-top: 20px;
}
.footer_links li, .footer_links a{
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    color: #363636;
    transition: all 0.4s ease-in-out;
}
.footer_links li i{
    font-size: 20px;
}
.footer_links li p{
    flex: 1;
}
.footer_links a{
    text-transform: capitalize;
}
.footer_links a:hover{
    text-decoration: underline;
}
.footer_menu{
    border-bottom: 1px solid #CCCCCC;
}
.footer_menu li{
    font-size: 17px;
    font-weight: 700;
}
.footer_sec p{
    font-size: 14px;
    font-weight: 500;
    line-height: 25px;
    color: #363636;
    margin: 0;
}
.footer_sec p + p{
    margin-top: 15px;
}
.footer_card{
    /* display: inline-block; */
    border-bottom: 1px solid #CCCCCC;
}
.footer_card img{
    width: 350px;
}
.copyright_box p{
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #363636;
}

/* --------------------------------- */



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.jpg);
    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: 1399px){
    .theme_btn{
        font-size: 22px;
        padding: 16px 30px;
    }
    .all_btn{
        font-size: 15px;
        padding: 16px 35px;
    }
    .sec_title {
        font-size: 30px;
    }
    .menu_sec .main_nav .nav-link{
        font-size: 15px;
        padding: 0 18px;
    }
    .footer_sec h4{
        font-size: 16px;
    }
    .footer_links li i {
        font-size: 18px;
    }
    .footer_links .list-inline-item:not(:last-child) {
        margin-right: 0.5rem !important;
    }
}

@media screen and (max-width: 1199px){
    .theme_btn{
        font-size: 20px;
    }
    .all_btn {
        font-size: 14px;
        padding: 15px 30px;
    }
    .sec_title {
        font-size: 40px;
    }
    .menu_sec .main_nav .nav-link {
        font-size: 14px;
        padding: 0 15px;
    }
    .cart_icon{
        width: 30px;
    }
    span.shopping-bag.wcmenucart-count.ng-binding{
        width: 20px;
        height: 20px;
    }
    .footer_sec h4{
        font-size: 16px;
    }
    .footer_links li + li {
        margin-top: 16px;
    }
    .footer_links li i {
        font-size: 16px;
    }
    .footer_menu li{
        font-size: 14px;
    }
}

@media screen and (max-width: 991px){
    .theme_btn {
        font-size: 18px;
    }
    .sec_subtitle{
        margin-bottom: 10px;
    }
    .sec_title{
        font-size: 36px;
    }
    .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%;
        /* right: 0; */
        transform: translateX(-50%);
        width: 95%;
        background-color: rgba(0, 0, 0, 0.8);
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
        padding: 0;
    }
    .menu_sec .main_nav li{
        width: 100%;
    }
    .menu_sec .main_nav .nav-link{
        font-size: 15px;
        font-weight: 400;
        padding: 10px 15px !important;
        color: #fff;
    }
    .menu_sec .main_nav .nav-link:hover{
        background-color: #FF5E3D;
        color: #fff;
    }
    /* .menu_sec .main_nav li + li{
        border-top: 1px dashed #fff;
    } */
}

@media screen and (max-width: 767px){
    .footer_sec{
        padding: 40px 0;
    }
    .footer_logo img{
        width: 180px;
    }
    .footer_card img{
        width: 100%;
    }
    .footer_sec h4{
        font-size: 15px;
    }
    .footer_sec p, .footer_links a {
        font-size: 13px;
    }
    .footer_links li i{
        font-size: 16px;
    }
    .footer_contact{
        border-bottom: 1px solid #CCCCCC;
    }
    .footer_menu{
        border-bottom: none;
    }
    .footer_menu ul{
        flex-wrap: wrap;
    }
    .footer_menu li {
        font-size: 15px;
        line-height: 30px;
    }

    .breadcrumbs_sec{
        background-image: url(../images/inner_bg_mob.jpg);
        padding: 150px 0 50px;
        border-radius: 0 0 40px 40px;
    }
}

@media screen and (max-width: 575px){
    
}

.footer-menu a{
    text-decoration: underline;
    text-transform: capitalize;
    padding-right: 15px;
    margin-top: 10px;
}

/* new style */
.reward_right{
    box-shadow: 0px 5px 10px hsla(0, 0%, 0%, 0.2);
  background: #ded8cf;
}
.checkout_heading::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 3rem;
  height: 2px;
  background-color: #e1842d;
}
.checkout_heading {
  font-weight: bold;
  font-size: 22px;
  padding-bottom: 15px;
  margin-bottom: 18px;
  position: relative;
}
.input-flds, .selcet-fld{
    border: solid 1.5px #ccc !important;
  border-radius: 11px !important;
}
.input-flds:focus{
    box-shadow: none !important;
}
.form-floating input{
    margin-bottom: 15px;
}
.form-floating select{
    margin-bottom: 15px !important;
}
.selcet-fld{
    margin-bottom: 15px !important;
}
.paymybtn, .item-detail-row{
    display: flex;
    justify-content: space-between;
}
.form-check-input[type="checkbox"]{
    border: solid 1px #000 !important;
}
.why_box{
    text-align: left;
  display: flex;
  align-content: center;
  gap: 20px;
}
.main_nav{
    margin-left: auto !important; 
}