/*----------------------
GLOBAL RESET
----------------------*/
/*   
Theme Name: BLANK Theme
Theme URI: http://digwp.com
Description: This is just a BLANK starter WordPress Theme template -- WordPress v3.0.1
Author: MBALI
Author URI: http://chriscoyier.net
Version: 2
*/


/*----------------------
GLOBAL RESET
----------------------*/

html
{
    overflow-x:hidden;
}

body {
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
}

::selection {
    background: #18191b;
    color: #fff;
    text-shadow: none;
}


/*----------------------
Special Effects
----------------------*/
a {
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
}



/*----------------------
Typography
----------------------*/

ol, ul , li {
    list-style: none !important;
    list-style-position:inside !important;
    padding: 0px;
    margin: 0px;
}


a {
    color:#ccc;

}
a:hover {color:#000;}

/* p {font-size: 16px;font-weight:normal;color: #24383c;line-height: 1.7;} */


/*----------------------
Global Images
----------------------*/

img {border: none;max-width: 100%;}
.img-rounded {-webkit-border-radius: 6px;-moz-border-radius: 6px;border-radius: 6px;}
.img-polaroid {padding: 4px;background-color: #fff;border: 1px solid #ccc;border: 1px solid rgba(0, 0, 0, 0.2);-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);}
.img-circle {-webkit-border-radius: 500px;-moz-border-radius: 500px;border-radius: 500px;}




.container {width: 1170px;margin:0 auto;}


.slider_wrapper {
    width:960px;
    height:409px;
    overflow:hidden;

}

/*----------------------
Header
----------------------*/

#header {
    float: left;
    width: 100%;
}

.logo {float: left;}


/*----------------------
Navigation
----------------------*/
/* Main Navigation
====================================*/


/*----------------------
Footer
----------------------*/

.head
form#searchform {
    position: relative;
    border: 1px solid #cccccc;
    float: right;
    padding: 3px;
}

form#searchform input {
    border: 0;
    padding: 7px 10px;
    float: left;
}

form#searchform input#searchsubmit {
    background-color: #ed1b24;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    font-family: 'Inter';
}

form#searchform i {
    position: absolute;
    left: 10px;
    top: 12px;
}

form#searchform input#s {
    padding-left: 30px;
    font-size: 15px;
}
div#service-slider .thumb {
/*     height: 190px; */
    overflow: hidden;
    margin-bottom: 0;
/*     height: 180px; */
}

div#service-slider h3 {
   font-size: 18px;
    font-weight: 600;
    text-align: center;
    line-height: 1.4;
    padding: 0px;
    /* min-height: 80px; */
    font-family: 'Inter';
}

div#service-slider .content p {
    font-size:20px;
    color: #0d4199;
    font-family: 'Inter';
    font-weight: 400;
    font-style: italic;
}

div#service-slider .content {
    text-align: center;
    padding: 10px 10px 30px;
    margin-top: 10px;
}

div#service-slider .content a {
    font-weight: bold;
    font-size: 16px;
    color: #b7b7b7;
    margin: 20px auto 0;
    display: table;
    background-color: #1189fa;
    color: #fff;
    padding: 9px 20px;
    border-radius: 3px;
}
div#service-slider .box {
    max-width: 96%;
    display: block;
    margin: 0 auto;
    padding:25px;
}
#service-slider .owl-nav {
    position: absolute;
    top: 40%;
    width: 100%;
    left: -70px;
}

#service-slider .owl-nav button.owl-next {
    float: right;
    position: relative;
    right: -140px;
}

#service-slider .owl-nav button {
    font-size: 70px;
    background-color: #1189fa;
    height: 50px;
    width: 50px;
    color: #fff;
    line-height: 0.4;
}

#service-slider .owl-nav button span {
    position: relative;
    top: -3.2px;
    font-size: 49px;
    float: left;
    width: 100%;
}
div#service-slider ~ div {
    display: none;
}
div#service-slider .thumb img {
    width: unset;
    height: unset;
    max-height: unset;
}

/* New css starts here */

.remove_section_space .elementor-widget-wrap.elementor-element-populated {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.header_top .elementor-widget-wrap.elementor-element-populated {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

header {
    padding: 15px 0px;
    background: #18191b;
}

.page_home header {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    z-index: 1;
    background: transparent;
}
.top_banner_img  img {
    max-width: unset !important;
    position: relative;
    right: -2em;
}
.less_btm_txt {
    margin-bottom: 0px !important;
}

.section_title_large {
    margin-bottom: 8px !important;
}

.section_title_small {
    margin-bottom: 8px !important;
}
.top_banner_txt_col {
    padding-top: 6em;
}
.pro_cat_row .elementor-widget-wrap.elementor-element-populated {
    padding: 30px !important;
    margin: 0px 12px;
    background: #18191b;
    border-radius: 20px;
}

.three_cat_section {
    padding: 70px 0px;
    border-radius: 40px 40px 0px 0px;
    margin-top: -45px;
}
.author_section {
    border-radius: 40px;
    padding: 5em 0px;
}
.my_custom_btn ul {
    display: flex;
    display: -webkit-flex;
    gap: 10px;
}

.my_custom_btn ul li a {
    padding: 10px 22px;
    border-radius: 40px;
    background: #4ab7c3;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    font-family: "Poppins", Sans-serif;
    position: relative;
    border: solid 1px #4ab7c3;
    transition: all 0.5s linear;
    display: inline-block;
}

.my_custom_btn ul li a:hover {
    border-color:#18191b;
    background:#18191b;
}

.my_custom_btn ul li a img {
    position: absolute;
    left: 23px;
    top: 12px;
    transition:all 0.5s linear;
}

.my_custom_btn ul li.black_border_btn a {
    padding-left: 45px;
    background: transparent;
    border-color: #000;
    color:#000;
}

.my_custom_btn ul li.black_border_btn a:hover img {
    filter: invert(1);
}
.my_custom_btn ul li.black_border_btn a:hover {
    background: #4ab7c3;
    border-color: #4ab7c3;
    color: #fff;
}
.book_info_list ul {
    display: flex;
    display: -webkit-flex;
    flex-flow: row;
}

.book_info_list ul li:nth-child(odd) {
    flex: 0 0 20%;
}

.book_info_list ul li:nth-child(even) {
    flex: 0 0 33%;
}

.book_info_list ul li {
    margin: 0px 0px 6px;
}

.blod_txt {
    font-weight: 600;
}
.prefer_list ul {
    display: flex;
    display: -webkit-flex;
    gap: 21px;
    margin-bottom: 20px;
}

.prefer_list ul li {
    position: relative;
}

.prefer_list ul li a {
    display: inline-block;
    padding: 7px 20px;
    border-radius: 30px;
    background: #18191b;
    color: #fff;
    text-transform: uppercase;
    transition: all 0.5s linear;
    font-weight: 400;
    font-size:13px;
}

.prefer_list ul li a:hover {
    background: #4ab7c3;
    color: #fff;
}

.prefer_list ul li a img {
    transition: all 0.5s linear;
    margin-left:5px;
}

.prefer_list ul li.border_list:after {
    content:'';
    position:absolute;
    right:-10px;
    top:10px;
    width:2px;
    height:20px;
    background:#4ab7c3;
}

.prefer_list {
    margin-bottom: 0px !important;
}

.main_blog_section {
    border-radius: 40px 40px 0px 0px;
    padding: 5em 0px;
}

.single_other_post_img img {
    border: solid 2px #4ab7c3 !important;
    border-radius: 10px !important;
}

.other_post_txt p {
    margin-bottom: 0px !important;
}

.other_post_title {
    margin-bottom: 15px !important;
}
.inner_row {
    margin-bottom: 25px;
}
.book_left_img img {
    max-width: unset !important;
    float: right !important;
    position: relative;
    left: -3em;
    border-radius: 0px 0px 0px 40px !important;
}

.my_form_style input,.my_form_style textarea {
    padding: 13px 15px !important;
}

.my_form_style textarea {
    resize: none;
    height: 125px;
}

.my_form_style .elementor-button {
    flex-basis: 33% !important;
    padding: 13px 0px !important;
    margin-top: 10px !important;
}
.booking_main_section {
    border-radius: 0px 0px 40px 40px;
}

.book_main_section {
    padding: 8em 0px;
}

.my_testi_style .elementor-main-swiper {
    width: 100% !important;
    overflow: hidden !important;
}

.my_testi_style .elementor-testimonial__footer {
    flex-flow: column-reverse;
    margin-top: 10px !important;
    position: relative;
}

.my_testi_style .elementor-testimonial__image img {
    width: auto !important;
    height: auto !important;
    border: solid 2px #49b3bf;
}

.my_testi_style .elementor-testimonial__text {
    position: relative;
    padding-top: 45px;
    min-height:285px;
}

.my_testi_style .elementor-testimonial__text:before {
    content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    top: 10px;
    background-image: url('/wp-content/uploads/2024/10/testi_section_star.png');
    width: 94px;
    height: 17px;
    margin: 0 auto;
}
.my_testi_style .elementor-testimonial__image {
    position: absolute;
    bottom: -110px;
}

.my_testi_style .swiper-slide {
    padding: 30px 20px 60px !important;
    overflow: visible;
    margin-bottom: 55px !important;
}


.my_testi_style .elementor-testimonial__image {
    position: absolute;
    bottom: -110px;
}

.elementor-swiper-button.elementor-swiper-button-prev {
    position: absolute !important;
    left: -7% !important;
    top: 35%;
    background-image: url(/wp-content/uploads/2024/10/arrow_left.png) !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}

.elementor-swiper-button.elementor-swiper-button-next {
    position: absolute !important;
    right: -7% !important;
    left:unset !important;
    top: 35%;
    background-image: url(/wp-content/uploads/2024/10/arrow_right.png) !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}

.my_testi_style .elementor-swiper-button {
    width: 44px;
    height: 44px;
    background: #49b3bf;
    border-radius: 50%;
    text-align: center;
}

.my_testi_style .elementor-swiper-button i {
    font-size: 0px;
}
.testi_sec {
    padding: 7em 0px;
}
ul.footer_contact li a {
    color: #fff;
    font-family: "Poppins", Sans-serif;
    font-size: 15px;
    font-weight: 400;
    transition: all 0.5s linear;
}

ul.footer_contact li:hover a {
    color: #49b3bf;
}

ul.footer_contact li {
    margin-bottom: 12px;
}

ul.footer_contact .con_icon {
    display: inline-block;
    width: 25px;
    height: 25px;
    background: #49b3bf;
    text-align: center;
    line-height: 24px;
    margin-right: 12px;
    border-radius: 50%;
}

.footer_top {
    padding: 4em 0px 3em;
}

.cp_row p {
    margin: 0px;
}

.cp_row {
    padding: 5px 0px;
}

.main_menu li.menu-item a {
    position: relative;
}

.main_menu li.menu-item a:after {
    content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 8px;
    width: 0px;
    height: 2px;
    background: #49b3bf !important;
    opacity: 1 !important;
    margin: 0 auto !important;
}

.main_menu li.menu-item:last-child a:after {
    display: none;
}

.main_menu li.menu-item:last-child a {
    padding: 12px 25px !important;
    background: #49b7c3 !important;
    border-radius: 35px !important;
}

.main_menu li.menu-item:last-child a:hover {
    background: #fff !important;
}

.main_menu li.menu-item.current-menu-item a:after,.main_menu li.menu-item:hover a:after {
    width: 27px;
}

.product_section {
    padding: 7em 0px 4em;
}

.products li {
    background: #d5fbff;
    border-radius: 20px !important;
    padding: 0px 25px 10px !important;
}

.products li.product a img {
    border-radius: 0px 0px 10px 10px;
}

.products li.product .woocommerce-loop-product__title {
    padding: 0px !important;
    color: #000 !important;
    font-family: "Rascon Regular", Sans-serif;
    font-size: 24px !important;
}

.products li.product span.price {
    font-size: 18px !important;
    color: #000 !important;
}

.products li.product a.add_to_cart_button,.products li.product a.button
{
    width: 50px !important;
    height: 50px !important;
    border-radius: 50% !important;
    background: #18191b !important;
    font-size: 0px !important;
    background-image: url('/wp-content/uploads/2024/10/cart_icon.png') !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    position: absolute;
    right: 20px;
    bottom: 15px;
}

.products li.product {
    position: relative !important;
}

/* woo css starts here */


.product_titles_section {
    /* padding: 6em 0px 15em; */
}

.products_list_row .elementor-widget-shortcode {
    /* margin: -11em 0px 4em; */
}

.products li.product h2.woocommerce-loop-product__title
{
    font-size: 24px !important;
    color: #18191B !important;
    font-family: "Rascon Regular", Sans-serif;
    padding-right: 2em !important;
    position: relative;
}

.wc-block-grid__product .wc-block-grid__product-image:not(.wc-block-components-product-image), .wc-block-grid__product .wc-block-grid__product-title 
{
    padding: 0px 10px !important;
    font-size: 22px !important;
    color: #1a90e8 !important;
    font-family: "Poppins", Sans-serif;
    font-weight: 600;
    line-height: 30px;
    position: relative;
    margin-bottom: 25px !important;
}

.products li.product h2.woocommerce-loop-product__title:after {
/*     content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -20px;
    background: url(https://marycooper.clientcloud360.com/wp-content/uploads/2024/06/product_section_stars.png);
    width: 160px;
    height: 15px;
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0 auto; */
}

.products li.product p {
    /* margin: 40px 0px 10px;
    font-size: 14px;
    color: #000;
    line-height: 20px;
    position: relative;
    border-bottom: dashed 2px #a5a5a5;
    padding-bottom: 15px;
    font-family: "Poppins", Sans-serif;*/
}

.products li.product a.button
{
    /* padding: 13px 30px !important;
    border-radius: 10px !important;
    background: #000 !important;
    color: #fff !important;
    text-transform: capitalize;
    font-family: "Poppins", Sans-serif;
    font-size: 14px;
    font-weight: 400 !important;*/
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link 
{
    float: none;
    padding: 13px 30px !important;
    border-radius: 10px !important;
    background: #49b3bf !important;
    color: #fff !important;
    text-transform: capitalize;
    font-family: "Poppins", Sans-serif;
    font-size: 14px !important;
    font-weight: 400 !important;
}

.wc-block-grid__product-price
{
    font-size: 20px !important;
    color: #1a90e8 !important;
    opacity: 1 !important;
    font-family: "Poppins", Sans-serif;
    font-weight: 600 !important;
    position:relative !important;
    bottom:0px !important;
}

.products li.product span.price del {
    opacity: 1 !important;
    color: #000 !important;
    font-size: 18px !important;
    font-family: "Poppins", Sans-serif;
    font-weight: 400 !important;
}

.wp-block-heading.with-empty-cart-icon {
    font-size: 30px !important;
    color: #1a90e8 !important;
    font-weight: 600 !important;
    font-family: "Poppins", Sans-serif !important;
}

.wp-block-woocommerce-empty-cart-block h2.wp-block-heading {
    font-size: 40px !important;
    color: #000 !important;
    font-family: "Poppins", Sans-serif !important;
}

.woocommerce ul.products li.product .onsale
{
    display:none !important;
}
section.woocommerce {
    padding: 5em 0px 3em;
}

header.woocommerce-products-header,.woocommerce-breadcrumb,h2.post-title,.woocommerce span.onsale 
{
    display: none !important;
}
.woocommerce div.product .product_title {
    color: #111111;
    font-family: "Poppins", Sans-serif !important;
    font-size: 35px;
    font-weight: 600;
}

p.price {
    color: #111111;
    font-family: "Poppins", Sans-serif !important;
    font-size: 20px;
    font-weight: 500;
}

.woocommerce-product-details__short-description p {
    color: #111111;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    margin: 0px;
}

.woocommerce-product-details__short-description {
    margin: 0px 0px 20px;
}

.woocommerce .quantity .qty {
    height: 44px;
    font-size: 16px;
    font-family: "Poppins", Sans-serif;
    font-weight: 400;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt {
    padding: 14px 40px !important;
    background: #49b3bf !important;
    display: inline-block !important;
    border-radius: 25px !important;
    color: #fff !important;
    transition: all 0.5s linear !important;
    font-family: "Poppins", Sans-serif !important;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:hover {
    background: #49b3bf !important;
    color: #fff !important;
}
section.related.products {
    float: left;
    width: 100%;
    padding: 2em 0px 3em;
}

section.related.products > h2 {
    color: #18191b;
    font-family: "Rascon Regular", Sans-serif;
    font-size: 45px;
    font-weight: 600;
    margin: 35px 0px;
    text-align: center;
}
.wc-block-cart {
    margin: 5em 0px !important;
}

a.wc-block-components-product-name {
    font-size: 15px;
    color: #000;
    text-decoration: none;
    font-weight: 600;
}

.wc-block-components-product-metadata__description {
    font-size: 15px;
    font-family: "Poppins", Sans-serif;
}

.wc-block-components-button {
    padding: 14px 40px !important;
    background: #18191b !important;
    display: inline-block !important;
    border-radius: 25px !important;
    color: #fff !important;
    transition: all 0.5s linear !important;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration:none !important;
    border: none;
}

.author_section_inner,.book_main_section_inner,
.contact_section_row
{
    padding: 6em 0px 6em;
}

.no_border_radius {
    border-radius: 0px !important;
}
.pro_cat_txt p {
    min-height: 242px;
}
table.variations label {
    color: #000;
    font-size: 16px;
    font-weight: 500 !important;
}

table.variations select {
    padding: 7px;
	width: 100%;
}
.book_main_section_two {
    padding-bottom: 10em;
}
.book_main_section_inner_two {
    padding: 7em 0px;
}

.main_menu .sub-menu li a:after {
    display: none !important;
}

.main_menu .sub-menu li a,.main_menu .sub-menu li:last-child a {
    border: none !important;
    padding: 13px 20px !important;
    border-radius: 0px !important;
}
.product_meta {
    display: none;
}


@media only screen and (max-width: 1024px) {
    .container {
        width: 100%;
    }
    .top_banner_img img {
        max-width: 140% !important;
        right: 0em;
    }
    .prefer_list ul li a {
        padding: 7px 15px;
    }
    .prefer_list ul {
        gap: 10px;
    }
    .prefer_list ul li.border_list:after
    {
        display:none;
    }
    .book_info_list ul li:nth-child(even) {
        flex: 0 0 30%;
    }
    .elementor-swiper-button.elementor-swiper-button-next {
        right: -3% !important;
        z-index: 9;
    }
    .elementor-swiper-button.elementor-swiper-button-prev {
        left: -3% !important;
        z-index: 9;
    }
    .top_banner_section .section_title_large .elementor-heading-title {
        font-size: 35px !important;
    }
}

@media only screen and (max-width: 767px) {
    .page_home header {
        position: relative;
        background: #18191b;
    }
    .main_menu .elementor-menu-toggle {
        position: absolute;
        right: 0px;
        top: -70px;
    }
    .top_banner_txt_col {
        padding-top: 0em;
    }
    .top_banner_section .elementor-column,.author_section .elementor-column,
    .book_main_section .elementor-column,.book_main_section_two .elementor-column,
    .booking_main_section .elementor-column,.footer_top .elementor-column,
    .author_section_inner .elementor-column,.book_main_section_inner .elementor-column,
    .book_main_section_inner_two .elementor-column
    {
        width: 100% !important;
    }
    .book_main_section .elementor-container.elementor-column-gap-default,
    .book_main_section_inner .elementor-container.elementor-column-gap-default
    {
        flex-flow: column-reverse;
    }
    .top_banner_img img {
        max-width: 100% !important;
        right: 0em;
        border: solid 8px #4ab7c3 !important;
        border-left: 0px !important;
        margin-top: 35px;
    }
    .three_cat_section {
        padding: 50px 0px;
        border-radius: 0px 0px 0px 0px;
        margin-top: 0px;
    }
    .top_banner_section {
        padding: 1em 0px 4em;
    }
    .pro_cat_txt p {
        min-height: auto;
    }
    .pro_cat_row .elementor-widget-wrap.elementor-element-populated {
        padding: 20px !important;
        margin: 0px 0px;
    }
    .pro_cat_row .elementor-column:not(:last-child) {
        margin-bottom: 25px;
    }
    .product_section {
        padding: 4em 0px 0em;
    }
    .author_section {
        border-radius: 0px;
        padding: 4em 0px;
    }
    .author_single_img,.cover_img,.book_left_img
    {
        margin-bottom: 35px;
    }
    .book_main_section {
        padding: 4em 0px;
    }
    .book_main_section_two {
        padding-bottom: 4em;
    }
    .main_blog_section {
        border-radius: 0px;
        padding: 4em 0px;
    }
    .blogs_inner_row .elementor-column:not(:last-child) {
        margin-bottom: 35px;
    }
    .book_left_img img {
        max-width: 100% !important;
        float: none !important;
        position: relative;
        left: 0em;
        border-radius: 0px !important;
    }
    .booking_main_section {
        border-radius: 0px;
        padding: 3em 0px;
    }
    .my_testi_style .elementor-testimonial__text {
        min-height: auto;
    }
    .testi_sec {
        padding: 4em 0px;
    }
    .footer_top {
        padding: 2em 0px 0em;
    }
    .section_title_large .elementor-heading-title {
        font-size: 35px !important;
    }
    section.related.products > h2 {
        font-size: 35px;
        margin: 0px 0px 15px;
    }
    .section_title_large .elementor-heading-title br,
    .elementor-widget-text-editor br,.prefer_list ul li br,
    .main_menu li.menu-item a:after
    {
        display: none;
    }
    .author_section_inner, .book_main_section_inner, .contact_section_row {
        padding: 4em 0px;
    }
    section.woocommerce {
        padding: 2em 0px 0em;
    }
    section.related.products {
        padding: 0em 0px 0em;
    }
    .book_main_section_inner_two {
        padding: 4em 0px;
    }
    .main_menu li.menu-item:last-child a {
        padding: 10px 20px !important;
        border-radius: 0px !important;
    }
}

@media only screen and (max-width: 568px) {
    .book_info_list ul {
        flex-flow: column;
    }
    .book_info_list ul:not(:last-child) {
        margin-bottom: 15px !important;
    }
    .book_info_list ul li:nth-child(odd),
    .book_info_list ul li:nth-child(even)
    {
        flex: 0 0 100%;
    }
    .prefer_list ul {
        flex-flow: wrap;
    }
    .my_custom_btn ul li a {
        padding: 8px 20px;
    }
    .products li.product h2.woocommerce-loop-product__title {
        font-size: 18px !important;
        padding-right: 0em !important;
    }
    .products li {
        background: #d5fbff;
        padding: 15px 10px 0px !important;
    }
    .products li.product a.add_to_cart_button, .products li.product a.button {
        /*position: absolute;*/
        right: 20px;
        top: 20px;
    }
}

@media only screen and (max-width: 435px) {
    .products li.product a.add_to_cart_button, .products li.product a.button {
        transform: scale(0.8);
    }
    .section_title_large .elementor-heading-title {
        font-size: 30px !important;
    }
}
/* New css ends here */
