/*----------------------
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: #601e04;
    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 .box {
    max-width: 100%;
    display: flex;
    margin: 0 auto;
    padding: 10px;
    float: left;
    display: -webkit-flex;
    align-items: center;
}

div#service-slider ~ div {
    display: none;
}
div#service-slider .thumb img {
    width: unset;
    height: unset;
    max-height: unset;
}

/* New css starts here */

.my_menu_style ul.elementor-nav-menu li a {
    position: relative;
    margin: 0px 15px !important;
}

.my_menu_style ul.elementor-nav-menu li:last-child a {
    margin-right: 0px !important;
}

.my_menu_style ul.elementor-nav-menu li a:before {
    content: '';
    position: absolute;
    left: -12px;
    top: 0px;
    width: 25px;
    height: 25px;
    background: linear-gradient(45deg, #d29042, transparent);
    border-radius: 50%;
}

.my_menu_style ul.elementor-nav-menu li:last-child a:before {
    display: none;
}

.my_menu_style ul.elementor-nav-menu li:last-child a {
    background: #601f04;
    padding: 13px 35px !important;
    border-radius: 25px;
    color: #fff !important;
    transition: all 0.5s linear !important;
}

.my_menu_style ul.elementor-nav-menu li:last-child:hover a {
    background: #d29042 !important;
}
.box h4 {
    margin: 0px;
    font-size: 20px;
    color: #fff;
    display: inline-block;
    position: relative;
    padding-left: 70px;
    font-family: "Poppins", Sans-serif;
    font-weight: 300;
}

.box h4:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 3px;
    background-image: url(https://allanshorlick.ourprojectslab.com/wp-content/uploads/2024/01/small_title_after_img.png);
    width: 58px;
    height: 16px;
}
.box h2 {
    font-size: 80px;
    color: #fff;
    font-family: "Bebas Neue", Sans-serif;
    font-weight: 500;
    margin: 0px 0px 15px;
    line-height: 75px;
}

.light_bg_txt {
    background: #d29042;
    border-radius: 20px;
    display: inline-block;
    padding: 10px 10px 0px;
    line-height: 65px;
    color: #5e370a;
}

.box p {
    color: #fff;
    font-size: 16px;
    font-family: "Poppins", Sans-serif;
    font-weight: 300;
    margin: 0px 0px 25px;
    padding-right: 10px;
}

.box ul {
    display: flex;
    display: -webkit-flex;
    gap: 12px;
}

.box ul li a {
    color: #fff;
    font-size: 16px;
    padding: 12px 30px;
    background: #601f04;
    border-radius: 10px;
    transition: all 0.5s linear;
    border: solid 1.5px #601f04;
}

.box ul li:hover a {
    background: #d29042;
    color: #601f04;
}

.box ul li:last-child a {
    background: rgb(255,255,255,0);
    border-color: #fff;
}

.box ul li:last-child:hover a {
    background: #d29042;
    border-color: #d29042;
}
.top_banner_main_section .owl-dots button {
    background: #d29042 !important;
    width: 45px;
    height: 8px;
    margin: 0px 2px;
    border-radius: 15px;
    transition: all 0.5s linear;
}

.top_banner_main_section .owl-dots button.active {
    width: 8px;
    background: #601f04 !important;
    height: 8px;
}

.top_banner_main_section .owl-dots {
    text-align: center;
}
.my_menu_style ul.elementor-nav-menu ul.sub-menu li a {
    margin: 0px !important;
}

.my_menu_style ul.elementor-nav-menu ul.sub-menu li a:before {
    display: none;
}

.my_menu_style ul.elementor-nav-menu ul.sub-menu li:last-child a {
    border-radius: 0px;
    margin: 0px !important;
    padding: 13px 20px !important;
}
.top_banner_main_section {
    padding: 12em 0px 5em;
}

header {
    position: absolute;
    left: 0px;
    right: 0px;
    margin: 30px auto 0px;
    z-index: 9;
}
.my_header_section .logo_after_column:before {
    content: '';
    position: absolute;
    left: -1000px;
    top: -15px;
    width: 1300px;
    height: 130px;
    background: #fff;
    border-radius: 0px 20px 20px 0px;
}
.inner_banner_section {
    background: #121212;
    padding: 18vw 0px 9vw;
    text-align: center;
}

.inner_banner_section h2 {
    display: inline-block;
    position: relative;
    margin: 0px 0px;
    color: #fff;
    text-transform: uppercase;
    font-family: "Bebas Neue", Sans-serif;
    font-weight: 500;
    font-size: 45px;
}

.inner_banner_section h2:before {
    content: '';
    position: absolute;
    left: -20px;
    top: -15px;
    width: 45px;
    height: 45px;
    background: linear-gradient(135deg, #601f04, transparent);
    border-radius: 50%;
}
.writes_list {
    display: flex;
    display: -webkit-flex;
    gap: 30px;
}

.writes_list li {
    position: relative;
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    font-family: "Poppins", Sans-serif;
}

.writes_list li:not(:first-child):after {
    content: '';
    position: absolute;
    left: -18px;
    top: 9px;
    width: 6px;
    height: 6px;
    background: #d29042;
    transform: rotate(45deg);
}
.bg_writes_block .elementor-widget-container {
    display: inline-block;
    background: #601f04;
    padding: 15px 15px 15px 0px;
    border-radius: 0px 10px 10px 0px;
    position: relative;
}

.bg_writes_block .elementor-widget-container:before {
    content: '';
    position: absolute;
    left: -400px;
    top: 0px;
    width: 400px;
    height: 55px;
    background: #601f04;
}

.abt_single_img {
    position: relative;
    z-index: 99;
    max-width: 95%;
}

.abt_single_img:after {
    content: '';
    position: absolute;
    left: -20px;
    bottom: -20px;
    width: 100%;
    height: 90%;
    background: #601f04;
    z-index: -1;
    border-radius: 0px 0px 0px 20px;
}

.writers_list {
    display: flex;
    display: -webkit-flex;
    gap: 22px;
}

.writers_list li img {
    margin-right: 10px;
}

.writers_list li {
    color: #000;
    font-family: "Poppins", Sans-serif;
    font-size: 17px;
    font-weight: 500;
}
.remove_block_full_sp_btm {
    margin-bottom: 0px !important;
}
.author_section {
    padding: 8em 0px;
}
.remove_section_pads .elementor-widget-wrap.elementor-element-populated {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.platform_row {
    padding: 20px 0px;
}
.section_small_title  .elementor-heading-title {
    position: relative;
    display: inline-block;
    padding-left: 70px;
}

.section_small_title .elementor-heading-title:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 3px;
    background-image: url(/wp-content/uploads/2024/01/small_title_after_img.png);
    width: 58px;
    height: 16px;
}

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

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

.make_all_center .elementor-heading-title {
    padding-left: 0px;
}

.make_all_center .elementor-heading-title::before {
    left: -75px;
}

.make_after .elementor-heading-title::after {
    content: '';
    position: absolute;
    right: -75px;
    top: 3px;
    background-image: url(/wp-content/uploads/2024/01/small_title_after_img.png);
    width: 58px;
    height: 16px;
    transition: ro;
    transform: rotate(180deg);
}
.book_info_list  ul {
    display: flex;
    display: -webkit-flex;
    margin-bottom: 10px;
}

.book_info_list ul li {
    font-size: 15px;
    float: left;
    width: 35%;
}

.book_info_list ul li:last-child {
    font-size: 14px;
    font-weight: 400;
}
ul.books_btn {
    display: flex;
    display: -webkit-flex;
    gap: 15px;
    margin-top: 15px;
}

ul.books_btn li a {
    color: #fff;
    font-size: 16px;
    padding: 10px 20px;
    background: #601f04;
    border-radius: 10px;
    transition: all 0.5s linear;
    border: solid 1.5px #601f04;
}

ul.books_btn li:last-child a {
    background: rgb(255,255,255,0);
    border-color: #fff;
}

ul.books_btn li:hover a {
    background: #d29042;
    color: #601f04;
}
ul.books_btn li:last-child:hover a {
    background: #d29042;
    border-color: #d29042;
}
.book_buy_btn {
    display: flex;
    display: -webkit-flex;
    gap: 8px;
    margin: 15px 0px 10px;
}

.book_buy_btn li a {
    color: #fff;
    font-size: 16px;
    padding: 9px 20px;
    border-radius: 5px;
    transition: all 0.5s linear;
    border: solid 2px #fff;
    background: rgb(255,255,255,0);
    transition: all 0.5s linear;
}

.book_buy_btn li:hover a {
    background: #601f04;
}
.left_column_block {
    padding-left: 10em;
}

.right_column_block {
    padding-right: 10em;
}
.book_column_row {
    padding: 5em 0px;
}
.inverse_list  ul {
    flex-flow: row-reverse;
}

.right_align_txt .book_buy_btn {
    justify-content: flex-end;
}

.right_align_txt .books_btn {
    justify-content: flex-end;
}
.left_col_img {
    position: absolute !important;
    left: 0px;
    top: -40px;
    z-index: -1;
}

.right_col_img {
    position: absolute !important;
    right: 0px;
    top: -40px;
    z-index: -1;
}
.listen_sinlge_img {
    position: absolute !important;
    right: -21em;
    top: -8.5em;
}

.video_section {
    border-radius: 40px;
    padding: 50px 80px;
    width: 100%;
    max-width: 92%;
    margin-top: 13em;
}
.blog_section_row {
    padding: 12em 0px 4em;
}

.inner_row_sp {
    margin-bottom: 35px;
}

.blog_section_row {
    position: relative;
}

.blog_section_row:after {
    content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-image: url(/wp-content/uploads/2024/01/blog_section_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 40%;
    z-index: -1;
}
.my_blogs_style a.elementor-post__read-more {
    padding: 10px 20px;
    background: #d29042 !important;
    border-radius: 10px;
    transition: all 0.5s linear;
    border: solid 1.5px #601f04;
    display: inline-block !important;
}

.my_blogs_style article:hover a.elementor-post__read-more {
    background: #601f04 !important;
    color: #fff !important;
    border-color: #d29042 !important;
}
.my_test_list .swiper-slide {
    background: #d29042;
    /* margin: 15px 7px !important; */
    transition: all 0.5s ease 0s;
    /*margin: 50px 15px 0px !important;*/
    /* height: 290px !important; */
    margin-bottom: 55px !important;
    padding: 50px 30px !important;
    transform: scale(0.89) !important;
    border-radius: 15px;
    overflow: visible;
}

.my_test_list .elementor-main-swiper {
    width:100% !important;
    overflow:hidden;
    padding: 50px 0px;
}

.my_test_list .elementor-testimonial__text {
    min-height:220px;
    margin-bottom:45px;
}

.my_test_list .swiper-slide.swiper-slide-next {
    transform: scale(1.05) !important;
    background: #601f04 !important;
}

.my_test_list .swiper-slide .elementor-testimonial__footer {
    margin-top: 20px !important;
    display: flex !important;
    flex-flow: column-reverse !important;
    position: absolute;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    z-index: 9;
    bottom: -40px;
}

.my_test_list .swiper-slide cite.elementor-testimonial__cite {
    margin-left: 0px !important;
}
.my_test_list .elementor-testimonial__text {
    font-size: 20px !important;
    color: #5e370a !important;
    font-style: normal !important;
    line-height: 25px !important;
    font-weight: 500 !important;
}

.my_test_list cite.elementor-testimonial__cite {
    font-size: 22px;
    color: #5e370a;
    font-style: normal;
    line-height: 25px;
    font-weight: 500 !important;
}
.my_test_list .swiper-slide.swiper-slide-next .elementor-testimonial__text,.my_test_list .swiper-slide.swiper-slide-next cite.elementor-testimonial__cite
{
    color: #fff !important;
}
.my_test_list .elementor-swiper-button {
    width: 44px;
    height: 44px;
    background:#601f04;
    text-align:center;
    border-radius: 5px;
    line-height: 44px;
}

.my_test_list .elementor-swiper-button i{
    color:#fff
}

.my_test_list .elementor-swiper-button.elementor-swiper-button-prev {
    position: absolute;
    left: -3em;
    top: 45%;
}

.my_test_list .elementor-swiper-button.elementor-swiper-button-next {
    position: absolute;
    right: -3em;
    top: 45%;
    background-image: url(/wp-content/uploads/2024/01/testi_right_arrow.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.testi_main_row {
    padding: 8em 0px 4em;
}
.my_test_list .elementor-testimonial__image img {
    width: auto !important;
    height: auto !important;
}
.cp_txt_block p {
    margin-bottom: 0px !important;
}
.foo_less_sp {
    margin-bottom: 10px !important;
}
.author_section_inner {
    padding-top: 8em;
}
.book_section_row_inner {
    padding: 7em 0px;
}
.custom_form_style input, .custom_form_style textarea {
    padding: 15px 10px !important;
    min-height: auto !important;
}

.custom_form_style button {
    padding: 15px 10px !important;
    min-height: auto !important;
}
h2.post-title {
    display: none;
}

.blog_main_section {
    padding: 5em 0px;
}
.left_col_img img,.right_col_img img {min-height: 700px;}

.dark_color_btn a {
    background: #601f04 !important;
}

.dark_color_btn a:hover 
{
    background: #d29042 !important;
    color:#601f04 !important;
}
.owl-carousel ~ .elementor-shortcode {
    display: none !important;
}

.my_blog_item img 
{
    width: auto !important;
    border-radius: 20px !important;
    border: solid 5px #d29042 !important;
    display: table !important;
    margin: 0 auto 20px;
}

.my_blog_item {
    text-align: center;
}

.my_blog_item h3 {
    margin: 0px 0px 15px;
    font-family: "Bebas Neue", Sans-serif;
    font-size: 48px;
    font-weight: 500;
    line-height: 48px;
    color: #fff;
}

.my_blog_item p {
    margin: 0px 0px 15px;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}

.my_blog_item a {
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #601F04;
    padding: 10px 20px;
    background: #d29042;
    border-radius: 10px;
    transition: all 0.5s linear;
    border: solid 1.5px #601f04;
    display: inline-block;
}

.my_blog_item:hover a {
    background: #fff;
    color: #601F04;
}

#myblogs-slider .owl-nav .owl-prev {
    position: absolute;
    left: 0px;
    top: 33%;
}

#myblogs-slider .owl-nav .owl-next {
    position: absolute;
    right: 0px;
    top: 33%;
}

#myblogs-slider .owl-nav button {
    background: #d29042;
    font-size: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    color: #601f04;
}
.my_blog_item h3 span {
    display: table;
    font-size: 40px;
    margin: 0 auto 20px;
    position: relative;
    color: #d29042;
    border-bottom: solid 5px #fff;
}
.my_video_style  .elementor-custom-embed-image-overlay img {
    opacity: 0.5;
    width: 120px;
    height: 39px;
    position: relative;
    opacity: 0 !important;
}

.my_video_style .elementor-custom-embed-image-overlay:after {
    content: 'Listen Now';
    position: absolute;
    left: 0px;
    top: 0px;
    color: #fff;
    font-size: 16px;
    padding: 7px 20px;
    background: #601f04;
    border-radius: 10px;
    transition: all 0.5s linear;
    border: solid 1.5px #601f04;
}

.my_video_style .elementor-custom-embed-image-overlay:hover:after {
    background: #d29042;
}
.my_video_style {
    height: 39px;
    width: 120px;
}


ul.products li.product {
    /*background: #ffffff;
    padding: 15px !important;*/
    text-align: center;
}
ul.products li.product a img {
    background: #fff;
    padding: 15px !important;
}

ul.products li.product span.price,ul.products li.product a.button 
{
    display: none !important;
}

ul.products li.product h2.woocommerce-loop-product__title {
    color: #545554 !important;
    font-size: 20px !important;
    font-family: "Arial Font", Sans-serif !important;
    font-weight: 500 !important;
}
.woocommerce .woocommerce-breadcrumb,header.woocommerce-products-header,h2.post-title,.woocommerce .woocommerce-result-count,.woocommerce .woocommerce-ordering 
{
    display: none;
}

section.woocommerce,.wp-block-woocommerce-cart,.wp-block-woocommerce-checkout {
    padding: 5em 0px;
    float: left;
    width: 100%;
}

.product_title {
   color: #000000;
    font-family: "Bebas Neue", Sans-serif;
    font-size: 45px;
    font-weight: 500;
    line-height: 45px;
}

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

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

.quantity input {
    height: 44px;
    color: #000;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 500;
}

.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,
.components-button
{
    font-family: "Poppins", Sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #FFFFFF !important;
    background-color: #601F04 !important;
    border-radius: 10px !important;
    padding: 13px 30px 13px 30px !important;
	text-decoration:none !important;
	border: solid 1px #601F04 !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,
.components-button:hover 
{
    color: #601F04 !important;
    background-color: #D29042 !important;
}
td.wc-block-cart-item__total {
    font-size: 20px !important;
    font-weight: 600;
}

.wc-block-cart-items__header th, .wc-block-cart__totals-title {
    font-size: 16px !important;
    color: #601f04 !important;
}
.wc-block-cart-item__product .wc-block-components-product-name {
    font-size: 22px !important;
    color: #000 !important;
    font-family: "Poppins", Sans-serif;
    text-decoration: none !important;
}

.wc-block-cart-item__product .wc-block-cart-item__prices {
    font-size: 20px !important;
    font-weight: 500 !important;
    color: #601f04 !important;
}

.wc-block-cart-item__product .wc-block-components-product-metadata {
    font-size: 16px !important;
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link {
    color: #a80000 !important;
    font-size: 15px !important;
}

.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input {
    height: 40px;
    font-size: 16px !important;
}

.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button {
    opacity: 1 !important;
    font-size: 20px !important;
}
.wc-block-components-title.wc-block-components-title {
    font-size: 20px !important;
    color: #601f04 !important;
    font-weight: 600 !important;
}
.woocommerce-Tabs-panel h2 {
    display: none;
}

.wc-tab p {
    color: #000000;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
}

.wc-tabs {display: flex;justify-content: center;}

.wc-tabs::before {
    display: none !important;
}

.wc-tabs li {
    border: none !important;
    border-radius: 0px !important;
    padding: 0px !important;
    background: transparent !important;
}

.wc-tabs li:after,.wc-tabs li:before {
    display: none !important;
}

.wc-tabs li a {
    display: inline-block;
    padding: 12px 35px !important;
    border-bottom: solid 4px #fff !important;
    margin: 0px 5px !important;
    color: #000000 !important;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
}

.wc-tabs li.active a {
    border-color: #D29042 !important;
}
.wc-block-grid__product {
    text-align: left !important;
}

.edit-post-visual-editor .editor-block-list__block .wc-block-grid__product-title, .editor-styles-wrapper .wc-block-grid__product-title, .wc-block-grid__product-title {
    color: #000000 !important;
    font-family: "Bebas Neue", Sans-serif !important;
    font-size: 25px !important;
    font-weight: 500 !important;
    line-height: 30px !important;
}

.wc-block-grid__product .wc-block-grid__product-add-to-cart, .wc-block-grid__product .wc-block-grid__product-onsale, .wc-block-grid__product .wc-block-grid__product-price, .wc-block-grid__product .wc-block-grid__product-rating,.has-text-align-center 
{
    color: #d29042 !important;
    font-family: "Poppins", Sans-serif !important;
    font-size: 20px !important;
    font-weight: 500 !important;
}

.wc-block-grid__product .wc-block-grid__product-add-to-cart a {
    font-family: "Poppins", Sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #FFFFFF !important;
    background-color: #601F04 !important;
    border: solid 1px #601F04 !important;
    border-radius: 10px !important;
    padding: 9px 20px 9px 20px !important;
    text-decoration: none !important;
}

.wc-block-grid__product .wc-block-grid__product-image, .wc-block-grid__product .wc-block-grid__product-link {
    text-decoration: none !important;
}

.wp-block-separator.is-style-dots:before {
    font-size: 5.5em !important;
    letter-spacing: 0em !important;
    padding-left: 0em !important;
    color: #601f04 !important;
}
/* New css ends here */
