/* Font Families */

@font-face {
    src: url("../fonts/Poppins-Black.ttf");
    font-family: "Poppins-Black";
    font-display: swap;
}

@font-face {
    src: url("../fonts/Poppins-BlackItalic.ttf");
    font-family: "Poppins-BlackItalic";
    font-display: swap;
}

@font-face {
    src: url("../fonts/Poppins-Bold.ttf");
    font-family: "Poppins-Bold";
    font-display: swap;
}

@font-face {
    src: url("../fonts/Poppins-BoldItalic.ttf");
    font-family: "Poppins-BoldItalic";
    font-display: swap;
}

@font-face {
    src: url("../fonts/Poppins-ExtraBold.ttf");
    font-family: "Poppins-ExtraBold";
    font-display: swap;
}

@font-face {
    src: url("../fonts/Poppins-ExtraBoldItalic.ttf");
    font-family: "Poppins-ExtraBoldItalic";
    font-display: swap;
}

@font-face {
    src: url("../fonts/Poppins-ExtraLight.ttf");
    font-family: "Poppins-ExtraLight";
    font-display: swap;
}

@font-face {
    src: url("../fonts/Poppins-ExtraLightItalic.ttf");
    font-family: "Poppins-ExtraLightItalic";
    font-display: swap;
}

@font-face {
    src: url("../fonts/Poppins-Italic.ttf");
    font-family: "Poppins-Italic";
}

@font-face {
    src: url("../fonts/Poppins-Light.ttf");
    font-family: "Poppins-Light";
    font-display: swap;
}

@font-face {
    src: url("../fonts/Poppins-LightItalic.ttf");
    font-family: "Poppins-LightItalic";
    font-display: swap;
}

@font-face {
    src: url("../fonts/Poppins-Medium.ttf");
    font-family: "Poppins-Medium";
    font-display: swap;
}

@font-face {
    src: url("../fonts/Poppins-MediumItalic.ttf");
    font-family: "Poppins-MediumItalic";
    font-display: swap;
}

@font-face {
    src: url("../fonts/Poppins-Regular.ttf");
    font-family: "Poppins-Regular";
    font-display: swap;
}

@font-face {
    src: url("../fonts/Poppins-SemiBold.ttf");
    font-family: "Poppins-SemiBold";
    font-display: swap;
}

@font-face {
    src: url("../fonts/Poppins-SemiBoldItalic.ttf");
    font-family: "Poppins-SemiBoldItalic";
    font-display: swap;
}

@font-face {
    src: url("../fonts/Poppins-Thin.ttf");
    font-family: "Poppins-Thin";
    font-display: swap;
}

@font-face {
    src: url("../fonts/Poppins-ThinItalic.ttf");
    font-family: "Poppins-ThinItalic";
    font-display: swap;
}

.variations-table{
    padding-left: 0px !important;
}

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

/* fonts and color*/
.gray-font {
    color: #9f9d9d;
}

.blue-font {
    color: #0D5CAB;
}

/* Header CSS Start */
#header img {
    width: 100%;
}

.main_menu {
    list-style: none;
    align-items: center;
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0px;
   /* height: 100%;*/
    padding-left: 0;
}

.main_menu li {
    display: inline-block;
    padding: 18px 0px;
    position: relative;
}

#main_menu_ul li::after {
    content: '';
    display: block;
    position: relative;
    width: 80%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    margin: 0 auto;
    background-color: #0D5CAB;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}

#main_menu_ul li:hover:after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

.main_menu li a {
    color: #000;
    text-decoration: none;
    margin: 0;
}

.mobile_menu_ul {
    list-style: none;
    margin-top: 10px;
}

.mobile_menu_ul li {
    padding: 5px 0px;
}

.mobile_menu_ul li a {
    text-decoration: none;
    color: #fff;
    ;
}

.blue_back {
    background-color: #0d5cab !important;
}

.white_back {
    background-color: #fff !important;
}

.mobile_menu {
    display: none;
    top: 0;
    position: absolute;
}

.mobile_menu_left {
    height: 100vh;
    background-color: white;
    box-shadow: rgb(14 30 37 / 12%) 0px 2px 4px 0px, rgb(14 30 37 / 32%) 0px 2px 16px 0px;
    color: white;
}

.mobile_menu_toggler_s {
    display: none;
}

.top_bar {
    box-shadow: 0px 10px 10px -15px #111;
}

.top_bar.sticky {
    background: #fff;
    position: fixed;
    width: 100%;
    top: 0;
    /* transition: all 0.4s ease; */
    box-shadow: 0px 1px 15px rgb(0 0 0 / 10%);
    z-index: 999;
}

/* Header CSS End */

.poppins-bold {
    font-family: 'Poppins-Bold', Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

.poppins-regular {
    font-family: 'Poppins-Regular', Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

body {
    font-size: 1rem;
    font-family: 'Poppins-Regular', Arial, sans-serif;
}

@media (min-width : 0px) {
    #header {
        background: #ffffff;
    }

    #header img {
        width: 100%;
    }
}

@media (min-width : 320px) {
    #header img {
        width: 100%;
    }
}

@media (min-width : 480px) {
    #header img {
        width: 100%;
    }
}

@media (min-width : 768px) {
    #header img {
        width: 100%;
    }
}

@media (min-width : 992px) {
    #header {
        background-color: #ffffff;
    }

    #header img {
        width: 100%;
    }

}

@media (min-width : 1200px) {
    #header {
        background-color: #ffffff;
    }

    #header img {
        width: 330px;
    }

}

.main_menu {
    list-style: none;
    align-items: center;
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0px;
   /* height: 100%;*/
}

.main_menu li {
    display: inline-block;
    padding: 29px 0px;
    font-size: 1rem;
}

.main_menu li a {
    color: #000;
    text-decoration: none;
    margin: 0;
}

.mobile_menu_ul {
    list-style: none;
    margin-top: 10px;
}

.mobile_menu_ul li {
    padding: 5px 0px;
}

.mobile_menu_ul li a {
    text-decoration: none;
    color: #fff;
    ;
}

.blue_back {
    background-color: #0d5cab !important;
}

.white_back {
    background-color: #fff !important;
}

.mobile_menu {
    display: none;
    top: 0;
    position: absolute;
    z-index: 999999;
}

.mobile_menu_left {
    height: 100vh;
    background-color: white;
    box-shadow: rgb(14 30 37 / 12%) 0px 2px 4px 0px, rgb(14 30 37 / 32%) 0px 2px 16px 0px;
    color: white;
}

.mobile_menu_toggler_s {
    display: none;
}

.top_bar {
    box-shadow: 0px 10px 10px -15px #111;
}

/*---------------------------------search---------------------------------*/
.blue-btn {
    background-color: red;
    border-color: red;
    color: #ffffff;
}

.search-div {
    width: 70%;
    margin: auto;
    height: 70px;
}

.search-input {
    border-bottom-left-radius: 35px;
    border-top-left-radius: 35px;
    border-left: none;
    border-bottom: none;
    border-right: none;
    box-shadow: -2px 11px 21px -3px rgb(0 0 0 / 40%) !important;
    -webkit-box-shadow: -2px 11px 21px -3px rgb(0 0 0 / 40%) !important;
    -moz-box-shadow: -2px 11px 21px -3px rgba(0, 0, 0, 0.40) !important;
    font-size: 21px;
    padding-left: 3%;
    padding-right: 3%;
}

.search-div .form-control:focus {
    border-color: #ced4da !important;
}

.search-btn {
    border-bottom-right-radius: 35px;
    border-top-right-radius: 35px;
    border-bottom-left-radius: 35px !important;
    padding-left: 20px;
    padding-right: 20px;
    z-index: 10 !important;
}

.search-btn:focus {
    box-shadow: none !important;
}

.search-btn:hover{
	border: 3px solid red;
	color:red;
	background-color: #ffffff;
}

.goodies_menu li a{
	font-size: 20px;
}

#button-addon2 {
    margin-left: -30px;
}

@media(max-width:767.98px) {
    .search-div {
        width: 100%;
        margin: auto;
        height: 50px;
    }

    .search-btn {
        border-bottom-right-radius: 25px;
        border-top-right-radius: 25px;
        border-bottom-left-radius: 25px !important;
        z-index: 10 !important;
        padding-left: 15px;
        padding-right: 15px;
    }

    .search-btn i {
        font-size: 20px;
    }
}

/*-----------------------------------product slider section--------------------------------------*/
.no-hover {
    text-decoration: none;
    color: #0D5CAB;
}

.no-hover:hover {
    text-decoration: none;
    color: #0D5CAB;
}

.slick-prev:before,
.slick-next:before {
    color: #0D5CAB;
}

.each-product {
    padding-right: 15px;
    padding-left: 15px;
}

.each-product img {
    border-radius: 25px;
    height: 255px !important;
    width: 100% !important;
    max-width: 200px !important;
    object-fit: cover;
}

.goodies_menu li {
    display: inline-block;
    padding: 5px 15px;
    color: #ffffff;
    position: relative;
}

.goodies_menu li:after {
    content: '';
    display: block;
    position: relative;
    width: 80%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    margin: 0 auto;
    background-color: #ffffff;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}

.goodies_menu li:hover:after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

.goodies_menu li a {
    color: #ffffff;
    text-decoration: none;
}

.goodies_menu li a:hover {
    color: #ffffff;
    text-decoration: none;
}

.blue_bg {
    background-color: #0D5CAB;
}

.goodies_menu {
    margin-bottom: 0;
}

.fa-star {
    color: #9f9d9d;
}

.checked {
    color: orange !important;
}

.each-product {
    height: auto !important;
    position: relative;
    max-width: 200px;
}

.no_hover {
    text-decoration: none;
    color: #212529;
}

.no_hover:hover {
    text-decoration: none;
    color: #212529;
}

.each-product .fa-heart {
    position: absolute;
    top: 10px;
    right: 25px;
    padding: 7px;
    background-color: #ffffff;
    border-radius: 25px;
    color: red;
}

#search_form {
    display: none;
    position: absolute;
    z-index: 100;
    padding: 0;
    right: 0;
    width: 100%;
    background-color: #fff;
}

#search_form form,
#mobile_search_form form {
    position: relative;
    display: flex;
    margin-top: 5px;
    width: 100%;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    padding: 15px;
}

.search-input-submit-container {
    display: flex;
    justify-content: center;
}

#search_form_input {
    width: 80%;
    border: 1px solid #363636;
    border-right: 0;
    background-color: #fff;
    font-size: 1rem;
    padding: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding: 0 15px;
}

.search-input-submit-container button {
    border-radius: 0;
    background-color: red;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-color: transparent;
}

#search_form .fa-times {
    position: absolute;
    top: -14px;
    right: 10px;
    opacity: 1;
    color: var(--reddish-orange);
    text-shadow: none;
    filter: none;
    z-index: 9;
    width: 30px;
    height: 30px;
    padding: 7px;
    text-align: center;
    border-radius: 50%;
}

#search_form .btn-primary:hover {
    background-color: #0D5CAB;
}

.red_btn {
    background-color: red;
    padding: 7px 20px;
    text-decoration: none;
    color: #ffffff;
    border-radius: 25px;
    transition: all .5s ease;
}

.red_btn:hover {
    background-color: #ffffff;
    border: 2px solid red;
    color: red !important;
}

.view_all a:hover {
    text-decoration: none;
    color: #ffffff;
}

/*----------footer-------------------------------*/
.subscription_section_home .footer_buttons ul li a:hover {
    font-family: "Poppins-Bold", sans-serif;
}

.social_icons_footer_span {
    transition: all .5s ease;
    border: 2px solid #0d5cab;
}

.social_icons_footer_span:hover {
    color: #ffffff;
    border: 2px solid #ffffff;
    background-color: #0d5cab;
}

.subscribe {
    transition: all .5s ease;
}

.subscribe:hover {
    background-color: #0d5cab;
    color: #ffffff !important;
}

.zoom {
    transition: transform .2s;
}

.zoom:hover {
    transform: scale(1.5);
    /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.hover-effect:hover .product_title {
    color: #0d5cab;
}

/*==================================back to top================================*/
.back-to-top {
    position: fixed;
    bottom: 30%;
    right: 15px;
    display: none;
    z-index: 10;
    background-color: red;
    padding: .375rem .75rem;
    color: #ffffff;
}

.back-to-top:hover,
.back-to-top:active {
    background-color: #ffffff !important;
    border-color: var(--reddish-orange) !important;
    box-shadow: none !important;
}

.back-to-top:hover i {
    color: var(--reddish-orange);
}

/*=====================woocommerce==========================================*/
.woocommerce-product-gallery__image img {
    max-width: 100%;
    height: auto;
}

.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
    margin-bottom: 1rem;
}

.reset_variations {
    display: none !important;
}

.variations .label {
    padding-right: 15px;
}

.variations select {
    padding: 5px;
    border-color: #ababab;
    border-radius: 5px;
}

.variations_button,
.single_variation_wrap {
    margin-top: 15px;
}

.single_add_to_cart_button {
    background-color: red !important;
    padding: 7px 10px 8px 10px!important;
    text-decoration: none !important;
    color: #ffffff !important;
    border-radius: 25px !important;
    transition: all .5s ease;
    border: 1px solid red !important;
}

.single_add_to_cart_button:hover {
    background-color: #ffffff !important;
    border: 2px solid red;
    color: red !important;
}

.woocommerce-cart table.cart img {
    width: 100% !important;
}

.info_cart_fav .fa-heart,
.info_cart_fav .fa-cart-shopping {
    position: relative;
}

.info_cart_fav .fav_count,
.info_cart_fav .cart_count {
    position: absolute;
    font-size: 14px;
    right: 0;
    bottom: 24px;
}

.mydel_buttton {
    font-size: x-large;
}

.middle_verticle {
    vertical-align: middle !important;
}
.cart-subtotal{
    font-size: x-large;
}
.main_nav_search_toggler{
    cursor: pointer;
}
.main_nav_search_toggler:hover{
    color: red;
}
#close_search{
    cursor: pointer;
}
.myupdate_cart_btn{
    padding: 10px 20px!important;
}
.subscribe_now_text{
    font-size: 17px;
}
.w_25{
    width: 100%;
}
@media (min-width : 1200px) {
    .w_25{
        width: 25%;
    }
    .subscribe_now_text{
        font-size: 20px;
    }
}
.zero_pad{
    padding: 0;
}
.close_mobile_menu{
    background-color: #00000070;
}
.mobile_menu_toggler_s{
    background: transparent !important;
}
.woocommerce button.button.added::after{
    display: none;
}
.cart_header{
    cursor: pointer;
}
.favs_header{
    cursor: pointer;
}
.empty_css{
    border: 1px solid black;
    border-radius: 10px;
    padding: 10px;
    font-size: small;
    text-align: center;
    background-color: #fff;
    position: absolute;
    bottom: -46px;
    z-index: 1;
    right: 0;
    display: none;
}
.empty_favorites{
    display: none;
}
.empty_cart{
    display: none;
}
.mydel_buttton{
    cursor: pointer;
}
.mydel_buttton:hover{
    color: red;
}
.products_li{
    display: inline-flex;
}
.products_ul{
    width: 100%
}
@media only screen and (max-width: 768px){
    .woocommerce-page table.cart .product-thumbnail {
        display: block;
    }
    .woocommerce-page table.shop_table_responsive tr td{
        text-align: left !important;
    }
    .products_ul{
        text-align: center;
    }
    .buy_now_btn_div{
        text-align: center;
    }
}
.rmp-heading--title{
    display: none;
}
#search_form_input:focus{
    box-shadow: none;
}
#order_comments{
    padding: 10px 20px;
}
.no_border{
    border: none;
}
.search_result_excerpt{
    text-align: justify;
}
.ovr_flw_hdn{
    overflow: hidden;
}
.woocommerce-checkout #payment {
    background-color: transparent;
}

.woocommerce-checkout #payment ul.payment_methods li {
    line-height: 2;
    text-align: left;
    margin: 0;
    font-weight: 400;
    border: 1px solid;
    padding: 20px;
    border-radius: 10px;
    margin: 10px;
}

.my_payment_icon {
    width: 150px;
    margin-top: 10px !important;
}
.alignleft{
    float: left;
    margin-right: 15px;
}

.aligncenter{
    margin: auto;
    display: block;
}

.alignright{
    float: right;
    margin-left: 15px;
}

.size-full{
    width: 100%;
    height: auto;
}

.size-large{
    max-width: 1024px;
    width: 100%;
    height: auto;
}

.size-medium{
    max-width: 300px !important;
    width: 100%;
    height: auto;
}

.size-thumbnail{
    max-width: 150px;
    width: 100%;
    height: auto;
}
.main-wrapper ul li, .main-wrapper ol li{
    margin-left:15px;
}
.rmp-btn{
	color: #2e2e2e !important;
}
.blue-bg{
	background-color: #0D5CAB;
}
.splide__arrow{
	background-color: #0D5CAB !important;
	opacity: 1 !important;
}
.splide__arrow:hover{
	background-color: #ffffff !important;
	border: 3px solid #0D5CAB;
	opacity: 1 !important;
}
.splide__arrow svg{
	fill:#ffffff;
}
.splide__arrow:hover svg{
	fill:#0D5CAB;
}
.subtotal .woocommerce-Price-amount bdi{
	font-weight:bold;
}
.grecaptcha-badge{
    display: none !important;
}
.main-wrapper{
    min-height: 41vh;
}
/*----------------------shipping calculator-------------------------*/
.woocommerce table.shop_table{
	border-collapse: collapse !important;
	border: none !important;
}
.woocommerce table.shop_table thead,
.woocommerce table.shop_table tbody,
.woocommerce table.shop_table tbody tr,
.woocommerce table.shop_table tfoot .order-total,
.woocommerce table.shop_table tfoot .woocommerce-shipping-totals,
.woocommerce table.shop_table tfoot .cart-subtotal{
	border: 1px solid rgba(0, 0, 0, .1);
}

.woocommerce table.shop_table td,
.woocommerce table.shop_table tbody th, 
.woocommerce table.shop_table tfoot td, 
.woocommerce table.shop_table tfoot th{
	border: none !important;
}
.saving_calculator tr,
.saving_calculator tbody{
	border:0px !important;
}
.saving_calculator td, .saving_calculator th {
    padding: 12px 15px;
    text-align: left;
}
.saving_calculator td:first-child, 
.saving_calculator th:first-child {
    padding-left: 0;
}
.saving_calculator td:last-child, 
.saving_calculator th:last-child {
    padding-right: 0;
}
#billing_country_field .select2,
#billing_state_field .select2,
#shipping_country_field .select2,
#shipping_state_field .select2{
    width: 100% !important;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul{
	list-style: none
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li{
	padding: 5px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a{
	color:#212529;
	text-decoration: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li:hover a{
	color:#0D5CAB;
	text-decoration: none;
}
.our_team .wp-block-image.aligncenter>figcaption{
	display: block !important;
}
.select2-container .select2-selection--single .select2-selection__rendered{
    padding: 0px !important;
}