/*----------------------
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: #FF5E99;
    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;
}

ul.header_icons {
    display: flex;
    display: -webkit-flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
}

header {
    padding: 10px 0px;
}
.my_nav_style li.menu-item a {
    position: relative;
}

.my_nav_style li.menu-item a:after {
    content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -3px;
    width: 0px;
    height: 2px;
    background: #FF7F00 !important;
    opacity: 1 !important;
    margin: 0 auto;
    transition: all 0.5s linear !important;
}

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

.top_banner_section {
    /*padding: 30em 0px 15em;*/
    padding: 25em 0px 8em;
}

.page_home header {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 25px;
    z-index: 1;
    background: #fff;
}

.top_banner_large_title {
    margin-bottom: 15px !important;
}

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

.my_btn_style .elementor-button {
    padding: 15px 20px !important;
}
.author_section {
    padding: 5em 0px;
}

.single_auhtor_img img {
/*     max-width: 110% !important;
    float: right; */
}

.section_txt {
    margin-bottom: 15px !important;
}

.section_title_small {
    margin-bottom: 10px !important;
}

.section_title_large {
    margin-bottom: 10px !important;
}
.abt_txt_col {
    padding-top: 60px;
}
.book_detail_list ul
{
    margin:20px 0px 15px;
}
.book_detail_list li {
    position: relative;
    padding-left: 18px;
}

.book_detail_list li:not(:last-child) {
    margin-bottom: 8px;
}

.book_detail_list li .bold_txt {
    font-weight: 600;
    display: inline-block;
    width: 35%;
}

.less_txt_sp {
    margin-bottom: 10px !important;
}
.book_detail_list li:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 7px;
    width: 5px;
    height: 5px;
    background: #000;
    border-radius: 50%;
}

.book_main_section {
    padding: 5em 0px 0px;
    height: 680px;
}

.book_txt_col {
    padding-top: 55px;
}

.two_column_btn ul {
    display: flex;
    display: -webkit-flex;
    gap: 15px;
}

.two_column_btn ul li a {
    display: inline-block;
    padding: 10px 27px;
    background: #FF7F00;
    border: solid 1px #FF7F00;
    color: #100801;
    text-decoration: none;
    transition: all 0.5s linear;
    border-radius: 0px;
}

.two_column_btn ul li a:hover {
    background: #100801;
    border-color: #100801;
    color:#FF7F00;
}
.two_column_btn ul li.black_btn a {
    border-color: #000;
    background: transparent;
    color: #000;
}
.two_column_btn ul li.black_border_btn a {
    border-color: #100801;
    background:transparent;
    color: #100801;
}

.two_column_btn ul li.black_border_btn a:hover {
    background:#FF7F00;
    border-color:#FF7F00;
}
.two_column_btn ul li a img {
    margin-right: 5px;
}

.center_btns ul {
    justify-content: center;
}

.chooser_per_option ul {
    display: flex;
    display: -webkit-flex;
    gap: 30px;
    
}
.chooser_per_option ul li img {
}
.chooser_per_option ul li:first-child {
    text-align:left;
    font-size:20px;
}

.chooser_per_option ul li {
    /*flex: 0 0 23%;*/
    text-align: center;
}
.chooser_per_option ul li a {
    color: #000;
}
span.soon_sm_txt {
    display: inline-block;
    font-size: 12px;
    font-weight: 800;
    background: #b61a18;
    color: #fff;
    text-transform: uppercase;
    padding: 2px;
}

span.img_box {
    display: inline-block;
    width: 61px;
    height: 61px;
    border-radius: 10px;
    background: #ff7f00;
    line-height: 61px;
    margin-bottom: 8px;
    transition: all 0.5s linear;
}

span.sm_txt {
    display: block;
}

.chooser_per_option ul li span.img_box img {
    transition: all 0.5s linear;
    filter: brightness(0);
}

.chooser_per_option ul li:hover span.img_box {
    background: #100801;
}

.chooser_per_option ul li:hover span.img_box img {
    filter: brightness(1);
}
.book_img_col {
    position: relative;
    z-index: 1;
}
.book_img_col {
    position: relative;
    z-index: 1;
}

.chose_pref_row {
    margin: 60px 0px;
}

.chose_pref_row .chooser_per_option {
    margin-top: 25px;
}

.coming_soon_row {
    /*margin: 60px 0px 140px;*/
    margin: 40px 0px 50px;
}

.coming_soon_row:before {
    /*content: '';*/
    /*position: absolute;*/
    /*left: 0px;*/
    /*right: 0px;*/
    /*margin: 0 auto;*/
    /*background-image: url('/wp-content/uploads/2025/02/soon_sec_single_bg_img.png');*/
    /*width: 305px;*/
    /*height: 333px;*/
    /*top: -80px;*/
}
.book_main_section:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    background-image: url('/wp-content/uploads/2025/02/book_sec_before_img.png');
    width: 451px;
    height: 1140px;
    z-index: 1;
    -webkit-animation: action 1s infinite alternate;
    animation: action 1s infinite alternate;
}
@keyframes action {
    /*0% {transform: translateX(0) rotate(0deg);}*/
    /*100% {transform: translateX(-20px) rotate(0.8deg);}*/
    0% {transform: translateY(0);}
    100% {transform: translateY(-10px);}
}


.book_main_section:after {
    content: '';
    position: absolute;
    right: 0px;
    top: 0px;
    background-image: url('/wp-content/uploads/2025/02/book_sec_after_img.png');
    width: 357px;
    height: 1016px;
    z-index: 1;
    animation: falltwo 15s linear infinite;
    animation-delay: -2s;
}

@keyframes falltwo {
   0% {
        opacity: 1;
        top: -10%;
        /* transform: translateX(20px) rotate(0deg); */
    }
    20% {
        opacity: 0.8;
        /* transform: translateX(-20px) rotate(45deg); */
    }
    40% {
        /* transform: translateX(-20px) rotate(90deg); */
    }
    60% {
        /* transform: translateX(-20px) rotate(135deg); */
    }
    80% {
        /* transform: translateX(-20px) rotate(180deg); */
    }
    100% {
        top: 10%;
        /* transform: translateX(-20px) rotate(225deg); */
    }
}

.book_main_section .elementor-container.elementor-column-gap-default
{
    z-index: 2;
}
.chooser_per_option {
    position: relative;
    z-index: 9;
}
.video_sec {
    padding: 5em 0px;
}

.inner_video_sec {
    padding: 60px;
}

.video_para_txt p {
/*     padding-right: 35px; */
    text-align: center;
}

.video_list ul {margin-bottom: 15px;}

.video_list ul li {
    position: relative;
    padding-left: 15px;
}

.video_list ul li:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 10px;
    width: 5px;
    height: 5px;
    background: #E37721;
    border-radius: 50%;
}

span.yellow_txt {
    color: #E37721;
}

.video_list ul li span {
    margin-right: 10px;
}

.video_list ul {
    padding-left: 15px;
}

.my_video_play_box,.my_video_play_box .elementor-wrapper,,.my_video_play_box .elementor-wrapper img
{
    width: 266px !important;
    height: 82px !important;
}
.my_video_play_box {
    position: absolute !important;
    bottom: -30px !important;
    right: 0px;
}
.podcast_video_icon,.podcast_video_icon .elementor-wrapper.elementor-open-lightbox,.podcast_video_icon .elementor-wrapper.elementor-open-lightbox img
{
    margin-bottom: 0px !important;
    width: 61px !important;
    height: 61px !important;
}

.podcast_video_icon {
    position:absolute !important;
    top: 258px;
    right: 10px;
}

.main_podcast_sec {
    padding: 4em 0px;
}
.video_sec:after {
    content: '';
    position: absolute;
    right: -30px;
    bottom: -6em;
    background-image: url('/wp-content/uploads/2025/02/video_sec_after_img.png');
    width: 280px;
    height: 537px;
    z-index:1;
}


.main_podcast_sec:before {
    content: '';
    position: absolute;
    left: 0pc;
    top: -23em;
    background-image: url('/wp-content/uploads/2025/02/podcast_sec_before_img.png');
    width: 291px;
    height: 1021px;
}
h2.post-title {
    display: none;
}
.blog_inner_sec {
    padding: 5em 0px;
}

.inner_post_info {
    border-bottom: solid 3px #E37721;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.inner_post_info .elementor-widget-theme-post-featured-image img {
    border-radius: 10px !important;
}
.inner_row {
    margin-bottom: 25px;
}

.blog_section {
    padding: 5em 0px;
}
.remove_block_sp {
    margin-bottom: 0px !important;
}
.gallery_sec .elementor-widget-wrap.elementor-element-populated {
    padding: 0px !important;
}

.my_images_style_carosel figure img {
    height: 555px;
    object-fit: cover;
}

.gallery_sec {
    padding: 6em 0px 0em;
}
.my_testi_style .elementor-main-swiper {
    width: 100% !important;
    overflow: hidden;
    padding-bottom: 0px !important;
}

.my_testi_style .swiper-pagination {
    position: relative;
    bottom: 0px;
    margin-top: 25px;
}

.inner_testi_row {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: solid 2px #000000;
}

.testi_sec {
    /*padding: 7em 0px;*/
    padding: 5em 0px;
}

.testi_sec:after {
    content: '';
    position: absolute;
    right: 0px;
    top: 0px;
    background-image: url('/wp-content/uploads/2025/02/testi_sec_after_img-n.png');
    width: 174px;
    height: 887px;
    z-index:1;
}

.testi_sec:before {
     content: '';
    position: absolute;
    left: 0px;
    top: 100px;
    background-image: url('/wp-content/uploads/2025/02/testi_sec_before_img-n.png');
    width: 222px;
    height: 889px;
    z-index:1;
}

.testi_sec .elementor-container.elementor-column-gap-default {
    position: relative;
    z-index: 9;
}
.foo_subs_row {
    padding: 5em 0px;
}

.foo_subs_row .elementor-container.elementor-column-gap-default {
    position: relative;
    z-index: 9;
}
.my_form_style input {
    padding: 15px 15px !important;
}

.my_form_style textarea
{
    padding: 15px 15px !important;
    resize:none;
}

.my_form_style .elementor-button {
    padding: 18px 0px !important;
    min-height: auto !important;
}

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

.footer_mid_sec {
    padding: 5em 0px;
}

ul.social_list {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

ul.social_list li img {
    transition: all 0.5s linear;
}

ul.social_list li a:hover img {
    filter: brightness(0);
}

.social_row {
    position: relative;
}

.social_row:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 30px;
    width: 35%;
    height: 4px;
    background: #8E633C;
}
.social_row:after {
    content: '';
    position: absolute;
    right: 0px;
    top: 30px;
    width: 35%;
    height: 4px;
    background: #8E633C;
}

.social_row {
    margin: 0px 0px 0px;
}

.last_foo_menu {
    margin: 30px 0px 40px;
}

.cp_row p {
    margin: 0px;
}

.cp_row {
    padding: 8px 0px;
}

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

.last_foo_menu li.menu-item a:after {
    content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -3px;
    margin: 0 auto;
    width: 0px;
    height: 2px;
    background: #E37721 !important;
    opacity: 1 !important;
    transition: all 0.5s linear;
}

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

.abt_dedicated_sec {
    padding: 5em 0px;
}

.abt_list_style li {
    position: relative;
    padding-left: 20px;
}

.abt_list_style li:not(:last-child) {
    margin-bottom: 10px;
}

.abt_list_style li:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 8px;
    width: 8px;
    height: 8px;
    background: #E37721;
}

.abt_multi_sec {
    padding: 5em 0px;
}

.abt_multi_inner_row {
    margin-bottom: 50px;
}
.abt_btm_imgs img {
    width: 100% !important;
}
.book_revel_sec {
    padding: 7em 0px;
}

.book_inner_list li strong {
    color: #E37721;
}

.book_inner_list li:not(:last-child) {
    margin-bottom: 15px;
}

.book_inner_list li {
    padding-left: 15px;
    position: relative;
}

.book_inner_list li:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 9px;
    width: 7px;
    height: 7px;
    background: #E37721;
    border-radius: 50%;
}
.book_steps_sec {
    padding: 5em 0px;
}

.book_steps_col .elementor-column .elementor-widget-wrap {
    padding: 25px 20px !important;
    background: #fff;
    margin: 0px 12px;
    border-radius: 10px;
    box-shadow: 0px 0px 12px -3px rgb(0, 0, 0, 0.3);
    transition:all 0.5s linear;
}
.book_steps_col .elementor-column:hover .elementor-widget-wrap {
    background: #fff0e2;
}
.book_step_number_title {
    width: 64px !important;
    height: 64px !important;
    background: #E37721;
    border-radius: 50%;   
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.step_inner_title {
    margin-bottom: 5px !important;
}

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

.book_testi_style .swiper-slide {
    background: #fff;
    border-radius: 10px;
    border: solid 1px #E37721;
    margin-bottom: 15px;
    padding:28px 30px !important;
    position:relative;
}

.book_testi_style .swiper-slide:after {
    content:'';
    position:absolute;
    background-image:url('/wp-content/uploads/2025/02/book_testi_quote_icon.png');
    width:54px;
    height:40px;
    right:10px;
    bottom:10px;
}

.book_testi_style .elementor-testimonial__footer {
    margin: 0px !important;
}
.book_mission_sec {
    padding: 7em 0px;
}

.book_mission_inner_row {
    margin-bottom: 85px !important;
}
.contact_inner_section {
    padding: 7em 0px;
    border-top: solid 2px #100801;
    border-bottom: solid 2px #100801;
}
.inner_book_page {
    height: auto !important;
    padding: 5em 0px;
}
.choose_pref_inner_sec {
    padding: 5em 0px;
}

.pref_row_cols .elementor-column {
    background: #fff;
    margin: 0px 10px;
    border-radius: 10px 0px 10px 0px;
    padding: 50px 0px;
    border: solid 1px #100801;
    transition: all 0.5s linear;
}

.pref_row_cols .elementor-column:hover {
    background: #100801;
}

.pref_row_cols .elementor-column:hover .elementor-heading-title {
    color: #fff !important;
}
.top_social_list {
    width: auto !important;
    background: #E37721;
    padding: 10px;
    border-radius: 25px 0px 0px 25px;
    position: fixed !important;
    right: 30px;
    top: 30%;
    z-index: 999;
}

.top_social_list li:not(:last-child) {
    margin-bottom: 8px;
}

.top_social_list li img {
    transition: all 0.5s linear;
}

.top_social_list li a:hover img {
    filter: brightness(0) invert(1);
}
/* WOO Css starts here*/


.products li.product,.wc-block-product-new .wc-block-grid__products .wc-block-grid__product
{
    /*background: #fff;*/
    /*padding: 15px !important;*/
    /*border-radius: 10px;*/
    /*box-shadow: 0px 0px 20px 0px rgb(0, 0, 0, 0.5);*/
    text-align: center;
}

.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: 23px !important;
    color: #100801 !important;
    font-family: "Poppins", Sans-serif;
    font-weight: 600;
    line-height: 30px;
    position: relative;
    text-transform: uppercase;
    padding: 0px 0px !important;
    margin-top:40px !important;
}

.products li.product h2.woocommerce-loop-product__title:before {
    content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    top: -25px;
    background-image: url('/wp-content/uploads/2025/02/product_stars_img.png');
    width: 135px;
    height: 23px;
    margin: 0 auto;
}

.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;
}

.products li.product a.button
{
    padding: 16px 0px !important;
    background: #E37721 !important;
    color: #100801 !important;
    text-transform: capitalize;
    font-family: "Poppins", Sans-serif;
    font-weight: 400 !important;
    margin: 0px !important;
    font-size: 16px;
    border-radius: 0px !important;
    width: 160px !important;
    position: absolute;
    left: 0px;
    right: 0px;
    margin: 0 auto !important;
    top: 36%;
    width: 160px;
    opacity:0;
}
.products li.product:hover a.button {
    opacity: 1;
}
.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: #000 !important;
    color: #fff !important;
    text-transform: capitalize;
    font-family: "Poppins", Sans-serif;
    font-size: 14px !important;
    font-weight: 400 !important;
}


.products li.product span.price
{
    font-size: 20px !important;
    color: #100801 !important;
    opacity: 1 !important;
    font-family: "Poppins", Sans-serif;
    font-weight: 600 !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: "Merriweather", Sans-serif !important;
}

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

.woocommerce ul.products li.product .onsale
{
    display:none !important;
}
section.woocommerce {
    padding: 5em 0px 5em;
    float: left;
    width: 100%;
}

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

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

.woocommerce-product-details__short-description p {
    color: #100801;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    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: 15px 40px !important;
    background: #E37721 !important;
    display: inline-block !important;
    border-radius: 0px !important;
    color: #100801 !important;
    transition: all 0.5slinear !important;
    font-family: "Poppins", Sans-serif;
    font-weight: 500 !important;
    text-transform: uppercase;
}

.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: #100801 !important;
    color: #E37721 !important;
}
section.related.products {
    float: left;
    width: 100%;
    padding: 3em 0px 0em;
    border-top: solid 3px #e37721;
    margin-top: 3em;
}

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

a.wc-block-components-product-name {
    font-size: 20px;
    color: #000;
    text-decoration: none;
    font-weight: 600;
    font-family: "Vanio Trial", Sans-serif;
    text-transform: uppercase;
}
.wc-block-components-sidebar-layout .wc-block-components-main {
    background: #ffe1c6;
    padding: 20px;
    border: solid 1px #100801;
    border-radius: 4px;
}

.wp-block-woocommerce-checkout-order-summary-block {
    background: #f4f4f4;
}
.wc-block-components-product-metadata__description {
    font-size: 15px;
    font-family: "Poppins", Sans-serif;
}

.wc-block-components-button {
    padding: 14px 0px !important;
    background: #E37721 !important;
    display: inline-block !important;
    border-radius: 0px !important;
    color: #100801 !important;
    transition: all 0.5s linear !important;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none !important;
    border: none;
    font-weight: 500;
}
.wc-block-components-button:hover {
    background: #100801 !important;
    color: #E37721 !important;
}
.product_meta span.posted_in {
    color: #100801;
    font-size: 15px;
    font-weight: 400;
    font-family: "Poppins", Sans-serif;
}

.product_meta span.posted_in a {
    color: #E37721;
    font-weight: 500;
    text-decoration: none;
}
.woocommerce div.product div.summary {
    background: #ffe1c6;
    padding: 25px;
    border: solid 1px #100801;
    border-radius: 5px;
}
.wp-block-woocommerce-checkout {
    padding: 4em 0px 4em !important;
    border-top: solid 2px #100801;
    margin-top: 2em !important;
}
.wc-block-components-title.wc-block-components-title,
.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title .wc-block-components-checkout-order-summary__title-text
{
    color: #100801;
    font-family: "Vanio Trial", Sans-serif;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
}

.wc-block-components-checkout-step__description {
    font-size: 15px;
    color: #000;
}
.wc-block-components-button:not(.is-link) .wc-block-components-button__text {
    text-align: center !important;
}

.wc-block-components-checkout-place-order-button__text {
    justify-content: center;
    font-size: 16px;
    font-weight: 500 !important;
}
.home_pro_style  ul.products li.product .price ins {
    font-size: 16px !important;
}

.home_pro_style .products li.product span.price del {
    color: #fff !important;
}

.home_product_sec_first {
    border-bottom: solid 1px #000000;
    margin-bottom: 60px;
    padding-bottom: 60px;
}
.my_products_sec {
    padding: 7em 0px;
}
/* thank you page text color */
.woocommerce-order {
    color: #100801 !important;
}

/* WOO CSS ends here */
div#pum_popup_title_540 {
  display: none !important;
}
.style_list li {
    padding-left: 13px;
    position: relative;
}

.style_list li:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 10px;
    width: 5px;
    height: 5px;
    background: #000;
    border-radius: 50%;
}
.coming_soon_row {
    background: #fff3ec;
    border-radius: 35px;
    padding: 50px;
}
.inner_row_two {
    margin-bottom: 7em !important;
}
.content_page_sec {
    padding: 4em 0px 5em;
}

.content_page_sec h2 {
    margin: 0px;
    color: #8E633C;
    font-size: 30px;
    font-family: "Vanio Trial", Sans-serif;
    font-weight: 400;
}
.content_page_sec a {
    color: #8E633C;
}
ul.privacy_menu_list {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

ul.privacy_menu_list a {
    color: #FFF0E2;
    transition: all 0.5s linear;
}

ul.privacy_menu_list img {
    background: #fff;
}
.payment_icons {
  display: flex;
  display: -webkit-flex;
  gap: 15px;
  justify-content: flex-end;
  align-items: center;
}
.payment_icons img {
  transition: all 0.5s linear;
}
.payment_icons img:hover {
  filter: grayscale(1);
}
.my_video_play_box .elementor-wrapper {
  --video-aspect-ratio: 0 !important;
}

.top_banner_large_title .elementor-heading-title {
  font-size: 50px !important;
}
.top_banner_txt p {
  font-size: 18px !important;
}
.section_title_large  .elementor-heading-title {
  font-size: 50px !important;
}

.new_video_sec {
  padding: 7em 0px;
}
.new_my_video_style,.new_my_video_style .elementor-open-lightbox,.new_my_video_style .elementor-custom-embed-image-overlay,.new_my_video_style .elementor-custom-embed-image-overlay img
{
  border-radius: 40px;
}

.new_my_video_style .elementor-custom-embed-image-overlay img
{
  border:solid 6px #ff7f00;
}
.my_images_style_carosel .swiper-slide-inner img {
  width: 100% !important;
}
@media only screen and (max-width: 1024px) {
    .container {
      width: 100%;
    }
    .pref_row_cols .elementor-column {
      margin: 0px 15px 30px;
      width: 47% !important;
    }
}

@media only screen and (max-width: 767px) {
    .page_home header {
      position: relative;
      top: 0px;
    }
    .remove_mob_pads .elementor-widget-wrap.elementor-element-populated {
      padding-top: 0px !important;
      padding-bottom: 0px !important;
    }
    .my_nav_style .elementor-menu-toggle {
      position: absolute;
      right: 0px;
      top: -70px;
    }
    .top_social_list,.elementor-widget-text-editor br,.section_title_large br,
    .my_nav_style li.menu-item a::after,.top_banner_large_title .elementor-heading-title br,
    .book_main_section::before,.book_main_section::after,.testi_sec::before,.testi_sec::after,
    .social_row::before,.social_row::after
    {
        display:none;
    }
    .top_banner_section {
      padding: 5em 0px;
    }
    .top_banner_large_title .elementor-heading-title {
      font-size: 40px !important;
      line-height:45px !important;
    }
    .top_banner_section .elementor-column .elementor-widget-wrap.elementor-element-populated {
      background: rgba(255, 255, 255, 0.5);
      text-align: center !important;
      margin: 0px 3em;
      padding: 25px !important;
    }
    .book_main_section {
        padding: 5em 0px;
        height: auto;
    }
    .book_main_section .elementor-container.elementor-column-gap-default {
      flex-flow: column-reverse;
    }
    .chose_pref_row {
      margin: 25px 0px;
    }
    .chooser_per_option ul {
      gap: 20px;
      flex-flow: wrap;
      align-items: baseline;
    }
    .pref_row_cols .elementor-column {
        width: 100% !important;
        max-width: 75%;
        margin: 0 auto 25px;
    }
    .choose_pref_inner_sec {
      padding: 5em 0px 3em;
    }
    .new_video_sec {
      padding: 5em 0px;
    }
    .new_video_sec .elementor-column.elementor-col-50:nth-child(1) {
      margin-bottom: 35px;
    }
    .testi_stars_img,.text_center_on_mob
    {
      text-align: left !important;
    }
    .foo_subs_row {
      padding: 3em 0px;
    }
    .footer_mid_sec {
      padding: 4em 0px;
    }
    .cp_row p {
      text-align: center;
    }
    .payment_icons {
      gap: 10px;
      justify-content: center;
      flex-flow: wrap;
    }
        
    .last_foo_menu .elementor-nav-menu {
      flex-flow: column;
    }
    .last_foo_menu .elementor-nav-menu li.menu-item a {
      margin: 0px auto 15px !important;
      justify-content: center;
    }
    .my_posts_style .elementor-post:not(:last-child) {
      margin-bottom: 15px;
    }
    .section_title_large .elementor-heading-title {
      font-size: 45px !important;
    }
    .abt_multi_inner_row {
      margin-bottom: 0px;
    }
    .abt_btm_imgs,.book_revel_img,.book_cover_img,.book_mission_single_img
    {
      margin-bottom: 25px;
    }
    .inverse_on_mob .elementor-container.elementor-column-gap-default {
      flex-flow: column-reverse;
    }
    .abt_multi_sec {
      padding: 3em 0px;
    }
    .book_mission_sec {
      padding: 5em 0px;
    }
    .book_revel_sec {
      padding: 4em 0px;
    }
    .book_mission_inner_row {
      margin-bottom: 0px !important;
    }
    .book_steps_col .elementor-column .elementor-widget-wrap {
      margin: 0px 0px 20px;
    }
    .contact_inner_section {
      padding: 5em 0px;
    }
}


@media only screen and (max-width: 568px) {
    .book_detail_list li .bold_txt {
      width: 100%;
    }
    .footer_mid_sec .elementor-widget-wrap.elementor-element-populated {
      padding: 0px 10px !important;
    }
}

@media only screen and (max-width: 420px) {
    .section_title_large .elementor-heading-title {
        font-size: 35px !important;
    }
}

/* New css ends here */
