/*======================================
Theme Name: Beauty Store Divi Child Theme
Theme URI: https://beauty-store.duogeeks.com/
Description: Beauty-Store Divi child theme is a great theme if you are building a website for jewelry using woocommerce.
Version: 1.0
Author: Divi Awesome
Author URI: https://diviawesome.com
Template: Divi
======================================*/


h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto';
    color: #000;
}
.et_pb_button{
    text-transform:uppercase !important;
}
.et_pb_scroll_top.et-pb-icon {
    border: 4px solid #F4E6D7;
    box-shadow: 0 6px 18px 0 rgb(0 0 0 / 20%);
    background-color: var(--brown) !important;
    color: #fff;
    margin-right: 20px;
    border-radius: 50% !important;
    padding: 10px;
    transition: .5s ease;
}
/*****header-style-1*****/
.header-style-1 .et-menu-nav ul ul {
/*     left: 8% ; */
    transition: all .5s;
        border-radius: 3px;
}
.header-style-1 .et-menu-nav ul li:hover > ul {
/*     left: -15% ; */
    transition: all .5s;
}
.header-style-1 nav>ul>li>ul:after {
    position: absolute;
    left: 20px;
    margin-left: 0;
    top: -14px;
    width: 0;
    height: 0;
    content: '';
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #865D4C;
}
.et_pb_menu .et_pb_menu__menu>nav>ul>li>ul {
    top: calc(100% + 5px);
    left: 0;
}
.header-style-1 .et-menu-nav ul li li {
       padding: 0;
    margin-bottom: 2px;
    display: block;
    min-width: 220px!important;
	max-width: 365px!important;
}
.et_pb_menu_0_tb_header.et_pb_menu .et-menu-nav li ul.sub-menu, .et_pb_menu_1_tb_header.et_pb_menu .et-menu-nav li ul.sub-menu {
    width: 340px!important;
}
.header-style-1 .et-menu-nav ul li li a, .et-db #et-boc .et-l .nav li li a {
    padding: 10px 30px;
    width: 100% !important;
    line-height: 2;
    transition: .5s ease !important;
}
.header-style-1 .et-menu-nav ul li li a:hover,  .et-db #et-boc .et-l .nav li li a:hover {
    opacity: 1;
    background: #F4E6D7;
    padding: 10px 22px;
    transition: .5s ease !important;
}
.header-style-1 .aws-container{
   width:90% ;
}
.header-style-1 .et-menu li li.menu-item-has-children>a:first-child:after {
    top: 8px;
}
/*************Mobile Menu***************/
/**** This hides the sub menu items on mobile ****/
#page-container .mobile_nav li ul.hide {
    display: none !important;
}
/**** This adjusts the positioning and the background transparency of the parent menu item on mobile ****/
#page-container .mobile_nav .menu-item-has-children {
    position: relative;
}
#page-container .mobile_nav .menu-item-has-children > a {
    background: transparent;
	    color: #FFFFFF!important;
}
/**** This styles the icon and moves it to the right ****/
#page-container .mobile_nav .menu-item-has-children > a + span {
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px 20px;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
    z-index: 3;
}
/**** Here you can swap out the actual icons ****/
#page-container span.menu-closed:before {
    content: "\4c";
    display: block;
    color: #fff;
    font-size: 16px;
    font-family: ETmodules;
}
#page-container span.menu-closed.menu-open:before {
    content: "\4d";
}
.et-db #et-boc .et-l .et_pb_menu .et_mobile_menu ul.hide {
    display: none!important;
}
.menu-dropdown .et-menu-nav ul ul {
    top: 280% !important;
    transition: all .5s;
	width:270px;
}
.menu-dropdown .et-menu-nav ul li:hover > ul {
    top: 100% !important;
    transition: all .5s;
}
.menu-dropdown .et-menu-nav ul ul li:hover > ul {
    top: 0 !important;
}
.menu-dropdown nav>ul>li>ul:after {
    position: absolute;
    left: 5%;
    margin-left: 0;
    top: -10px;
    width: 0;
    height: 0px;
    content: '';
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 8px solid var(--yellow);
    z-index: 0;
}
.menu-dropdown .et-menu-nav ul li li {
    padding: 0;
    width: 100%;
    margin-bottom: 2px;
}
.menu-dropdown .et-menu-nav ul li li a {
    color: #fff !important;
    padding: 10px 20px;
    width: 100%;
    line-height: 2;
    transition: .5s ease;
}
.menu-dropdown .et_mobile_menu li .sub-menu li a {
	color: #fff !important;
}

.menu-dropdown .et-menu li li.menu-item-has-children>a:first-child:after {
    top: 7px;
}
.et-db #et-boc .et-l .nav li li {
    display: block!important;
}
.et-db #et-boc .et-l .nav li li {
    padding: 0 0px!important;
}
.mobile-menu-style-1 .et_mobile_menu {
    box-shadow: 0 6px 18px 0 rgb(100 130 208 / 17%);
    margin-left: 0;
    overflow-y: scroll!important;
    max-height: 80vh!important;
    -overflow-scrolling: touch!important;
    -webkit-overflow-scrolling: touch!important;
}
/*** Responsive Styles Tablet Only ***/
@media all and (min-width: 768px) and (max-width: 980px) {
 /* Make mobile menu fullwidth */
.mobile-menu-style-1 .et_mobile_menu {
    min-width: 45vw;
    margin-left: -10vw;
    margin-top: 3.5vw;

	}
}
/*** Responsive Styles Smartphone Only ***/
@media all and (max-width: 767px) {
/* Make mobile menu fullwidth */
.mobile-menu-style-1 .et_mobile_menu {
    min-width: 90vw;
    margin-left: -55vw;
    margin-top: 6.5vw;
	}}


/******aws*********/
.aws-container .aws-search-field {
    background: #fef3ee!important;
    border-radius: 50px !important;
    font-family: 'Montserrat' !important;
    font-size: 14px;
}
.aws-search-result ul li {
    font-family: Montserrat;
    border: 2px solid var(--lightPink) !important;
}
.aws-search-result .aws_result_title {
    color: #000!important;
    font-size: 12px;
    font-family: Montserrat;
}
.aws-search-result .aws_result_excerpt {
    color: var(--textcolor) !important;
    font-family: Montserrat;
}
.aws-search-result .aws_result_price {
    color: #000!important;
    font-weight: 700;
}
.aws-search-result .aws_onsale {
    background: var(--brown) none repeat scroll 0 0!important;
}
.aws-search-result .aws_result_link {
    display: flex;
}

/**hero-section****/
.hero-img img, .testimonial-slider img{
        border-radius: 61% 39% 70% 30% / 39% 62% 38% 61%;
}

.icon-arrow-down{
    left: -54%!important;
    position: absolute!important;
    bottom: -22%;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.testimonial-slider .et_pb_slide_image:before {
    background: #f4dfce;
    content: "";
    border-radius: 79% 21% 71% 29% / 27% 75% 25% 73% ;
    position: absolute;
    left: 0px;
    top: 0;
    bottom: 0;
    right: auto;
    z-index: -1;
    width: 100%;
}

.testimonial-slider .et_pb_slide_description h4 {
    color: #000000 !important;
    font-family: 'Roboto';
    font-weight: bold;
    font-size: 20px;
}
.testimonial-slider .et_pb_slide_description:before {
    content: '\7b';
    font-family: 'ETmodules';
    font-size: 120px;
    color: #865d4c;
    position: relative;
    left: -26px;
    font-weight: 600;
    top: 14px;
}
/*** Responsive Styles Smartphone Only ***/
@media all and (max-width: 767px) {
 .testimonial-slider .et_pb_slide_description:before {
    font-size: 80px;
}
}
.testimonial-slider .et-pb-controllers a {
    border-radius: 0;
    width: 30px;
    height: 5px;
}
/******blog-style-1******/
.blog-style-1 .et_pb_post {
            display: flex;
    flex-direction: column;
    border: 0;
    padding: 0;
    background-color: transparent;
}
.blog-style-1 .et_pb_image_container{
        border-radius: 10px 10px 10px 10px;
    margin:0 0 20px;
    overflow:hidden;
}
.blog-style-1 .entry-featured-image-url {
    margin-bottom: 0px;
        overflow: hidden;
}
.blog-style-1 .post-meta{order:2;}
.blog-style-1 .entry-title{order:3;}
.blog-style-1 .post-content{order:4;}
.blog-style-1 .published:before {
    content: '\e023';
    font-family: 'ETmodules';
    color: #865D4C;
    font-size: 15px;
    margin-right: 7px;
}
.blog-style-1 .et_pb_post img {
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}
.blog-style-1 .et_pb_post:hover img {
    transform: scale(1.25) rotate(1.5deg);
    -moz-transform: scale(1.25) rotate(1.5deg);
    -webkit-transform: scale(1.25) rotate(1.5deg);
}


@media all and (max-width: 767px) { 
.woocommerce-page ul.products li.product:nth-child(n) {
    margin: 0 0 17.5%!important;
	}}
.woo-products-style .product {
    border-radius: 5px;
    transition: .3s ease-in-out;
        display: flex;
    flex-direction: column;
}
.woo-products-style .woocommerce-LoopProduct-link{
        order: 1;
}
.woo-products-style .et_shop_image{
    overflow: hidden;
        height: 250px;
        background: #f2e9dc;
}
/*** Responsive Styles Smartphone Only ***/
@media all and (max-width: 767px) {
 .woo-products-style .et_shop_image{
    overflow: hidden;
        height: 155px;
        background: #f2e9dc;
}
}
.woo-products-style .et_shop_image img{
        transform: scale(0.8);
        transition: .5s ease-in-out;
    margin:0;
}
.woo-products-style .woocommerce ul.products li.product:hover .et_shop_image img{
    transform: scale(.9);
    transition: .5s ease-in-out;
}
.woo-products-style .woocommerce ul.products li.product .button {
    text-align: center;
    margin: 0 auto;
        font-weight: bold;
        color: #865D4C;
	width:100%;
    border: 1px solid #865D4C!important;
    border-radius: 30px;
    font-size: 16px;
    font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif!important;
    text-transform: uppercase!important;
    background-color: #fef3ee;
        padding: 15px 35px 15px 35px!important;
        order: 3;
}
.woo-products-style .woocommerce ul.products li.product .button:after{
    display:none;
}
 .woo-products-style .woocommerce ul.products li.product:hover .button{
    color:#fff;
        background-color: #865D4C;
}
.woo-products-style .woocommerce .added_to_cart, .related-products .added_to_cart {
text-align: center;
    z-index: 2;
    position: absolute;
    top: 25%;
    left: 0;
    right: 0;
    /* width: 50%; */
    margin: 0 auto;
    background: #865D4C!important;
    padding: 10px 12px;
    border-radius: 3px;
    color: #fff;
    font-family: roboto;
    font-size: 14px;
    text-transform: uppercase;
}
.woo-products-style .price{
     order: 2;
    padding: 0 0 20px 0;
}

.woo-products-style .woocommerce ul.products li.product:hover .et_shop_image:after {
    opacity: 1;
}

.woo-products-style .woocommerce ul.products li.product .et_shop_image:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left:0;
    background-color: #fceee659!important;
    border-color: #fceee659!important;
    opacity: 0;
}
/******email-home**************/

.email-home .et_pb_newsletter_fields {
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
/*** Responsive Styles Smartphone Only ***/
@media all and (max-width: 767px) {
 
.email-home .et_pb_newsletter_fields {
    display: block;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
}
.email-home .et_pb_newsletter_button {
    border-radius: 50px;
}
/* .email-home .et_subscribe_loader {
    background-color: var(--brown);
    padding: 4px;
    border-radius: 50%;
} */
/****contact-form-mod******/
.contact-form-mod .et_contact_bottom_container {
    float: none;
}
.contact-form-mod .et-pb-contact-message {
    position: relative;
    font-family: 'Montserrat';
    color: red;
}
/***footer******/
.footer-ul ul{
    padding:0;
}

/****All product page**************/
.add_to_cart_button, .shop-sidebar .widget_shopping_cart .buttons a, .woocommerce div.product form.cart .button, .woocommerce #respond input#submit, .woocommerce .woocommerce-MyAccount-content .woocommerce-Button.button, .woocommerce .return-to-shop .button.wc-backward, .widget_shopping_cart_content .woocommerce-mini-cart__buttons .button, .woocommerce .actions .coupon .input-text .button, .woocommerce .actions .button, .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button.button, .woocommerce .woocommerce-checkout-payment .form-row.place-order .button.alt, .woocommerce .form-row .button, .woocommerce table.my_account_orders .button, .woocommerce-address-fields p button {
    text-transform: uppercase!important;
    font-size: 16px!important;
    font-weight: 700;
    font-family: Roboto;
    padding-top: 15px!important;
    padding-right: 35px!important;
    padding-bottom: 15px!important;
    padding-left: 35px!important;
    color: #fff!important;
    border-width: 0!important;
    border-radius:30px !important;
    background-color: #865D4C!important;
}
@media all and (max-width: 767px) {
.widget_shopping_cart_content .woocommerce-mini-cart__buttons .button{
	  font-size: 14px!important;
    padding-top: 10px!important;
    padding-right: 20px!important;
    padding-bottom: 10px!important;
	padding-left: 20px!important;}
}
.woocommerce p.stars a {
	color: #865D4C;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span{
    background: #F4E6D7;
    height: 36px;
    position: relative;
    width: 35px;
    display: flex;
    border-radius: 50%;
    text-align: center;
    font-family: Roboto;
    overflow: hidden;
    z-index: 1;
    margin: 0 10px;
    transition: all .3s ease 0s!important;
    font-size: 14px;
    font-weight: 600;
    line-height: 35px;
    color: #000!important;
    align-items: center;
    justify-content: center;
}
.woocommerce nav.woocommerce-pagination ul, .woocommerce nav.woocommerce-pagination ul li {
    border-right: 0;
    border: 0;
}

.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current{
    background: #865D4C;
        color: #fff!important;
}

.woocommerce-page a.button:after{
    display:none;
}
.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message {
    background: transparent;
    font-size: 16px!important;
    font-family: roboto;
    color:red;
}
#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
    border: 1em solid var(--moduleBG) !important;
}
.my-checkout .woocommerce-terms-and-conditions-checkbox-text {
    font-size: 16px;
    line-height: 1.8em;
    font-family: Montserrat;
    color: #1A1C1C;
}
.my-checkout .woocommerce-terms-and-conditions-checkbox-text a {
    color: #865D4C;
    font-weight:bold;
}

.woo-shop-style .woo-shop-style-all-products .woocommerce-result-count {
    font-size: 15px;
    margin: 0 0 3em;
    padding: 20px 0 15px;
    font-family: Montserrat;
    padding-left: 30px;
    color: #000;
    font-weight: 300;
}
.woo-shop-style .woo-shop-style-all-products .woocommerce-ordering {
    background: 0 0;
    padding: 0 15px 0 0;
    margin: 0;
}
.woo-shop-style .woo-shop-style-all-products .woocommerce-ordering select {
    color: #000!important;
    font-weight: 300;
    font-size: 15px!important;
    font-family: Montserrat;
    background: 0 0!important;
    width: 90%;
    padding: 5px 1em 6px 12px!important;
    margin-top: 15px;
    max-width: 100%;
    border: 1px solid #865D4C;
    border-radius: 30px;
}
.woo-shop-style .woo-shop-style-all-products .woocommerce-result-count:before {
    position: absolute;
    content: "";
    background-color: #f2e9dc;
    -webkit-border-radius: 40px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 40px;
    -moz-background-clip: padding;
    border-radius: 40px;
    background-clip: padding-box;
    display: block;
    height: 68px;
    left: 0;
    right: 0;
    margin-top: -22px;
    z-index: -1;
}

/****product-sidebar*********/
.product-sidebar .et_pb_widget .widgettitle{
        margin-bottom: 20px;
}
.product-sidebar .et_pb_widget .widgettitle, .product-sidebar .et_pb_widget h3 , .blog-sidebar .et_pb_widget .widgettitle, .blog-sidebar .et_pb_widget h3{
    font-size: 20px!important;
    font-family: Roboto;
    color: #fff;
    background: #865D4C;
    padding: 12px 15px;
    border-radius: 3px;
	margin-bottom: 15px;
}

.product-sidebar .et_pb_widget {
    margin-bottom: 20px!important;
}
.product-sidebar .et_pb_widget .cart_list li {
    padding-left: 2em;
    position: relative;
    padding-top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
}
.product-sidebar .et_pb_widget li a {
    color: #000!important;
}
.product-sidebar .woocommerce-mini-cart__empty-message, .product-sidebar .price_label, .product-sidebar .woocommerce-mini-cart__total {
    color: #1A1C1C;
    font-size: 16px;
    font-family: Montserrat;
    line-height: 1.8;
}
.product-sidebar .et_pb_widget ul li, .blog-sidebar .et_pb_widget ul li {
    display: flex;
    justify-content: space-between;
    color: #000;
    font-size: 16px;
    font-family: roboto;
        margin-top: 15px;
    line-height: 1.8;
}
.product-sidebar .et_pb_widget ul li a, .blog-sidebar .et_pb_widget ul li a{
    color:#000;
}
.product-sidebar  .wp-block-tag-cloud a, .blog-sidebar  .wp-block-tag-cloud a{
    color: #fff!important;
    background: #000;
    font-family: Roboto;
    font-size: 14px!important;
    padding: 3px 13px;
    margin-right: 0;
}
.product-sidebar .wc-block-components-price-slider__range-input-progress {
    background: #000 !important;
}
.product-sidebar .wc-block-components-price-slider__controls .wc-block-components-price-slider__amount {
    font-family: 'Montserrat';
    color: #1A1C1C;
    border-radius: 3px !important;
    border: 1px solid var(--lightPink) !important;
    padding: 10px 15px;
    text-align: center;
    font-weight: 500;
}



/******Thankyou page******/
.my-checkout .woocommerce-order .woocommerce-notice--success.woocommerce-thankyou-order-received {
    background: #865D4C;
    color:#fff !important;
    margin-bottom: 30px;
    text-align: left;
    font-size: 26px!important;
    font-family: Roboto;
    padding: 6px 16px;
    border-radius: 3px;
}
/*** Responsive Styles Smartphone Only ***/
@media all and (max-width: 767px) {
 .my-checkout .woocommerce-order .woocommerce-notice--success.woocommerce-thankyou-order-received {
    font-size: 22px!important;
line-height: 1.6em!important
}
	.woocommerce ul.order_details li {
    padding-bottom: 10px!important;
}
	.woocommerce ul.order_details {
		margin: 0px 0 0em!important;}
}
.my-checkout .woocommerce-order-details, .my-checkout .woocommerce-customer-details {
    background: #fff;
    border-radius: 3px;
    padding: 20px;
}
.my-checkout .woocommerce-order-details h2, .my-checkout .woocommerce-customer-details h2 {
    font-family: roboto;
    color: #000;
}
.my-checkout table.shop_table, .woocommerce-customer-details address {
    margin-bottom: 0!important;
    color: #000!important;
    font-family: roboto;
    font-size: 16px;
}
.my-checkout table.shop_table a {
    color: #865D4C;
    font-weight: 700;
}

/*******my account***********/

.my-account .woocommerce form.checkout_coupon, .my-account .woocommerce form.login, .my-account .woocommerce form.register, .woocommerce-MyAccount-content form {
    border-color: #F4E6D7;
    margin: auto;
    background: var(--moduleBG) ;
    border-radius: 3px;
}
.my-account .woocommerce .woocommerce-MyAccount-content p, .my-account .woocommerce .u-columns p {
    font-size: 16px;
    line-height: 1.8em;
    font-family: 'Montserrat';
    color: #1A1C1C;
    padding: 0;
    margin-bottom: 25px;
}
.my-account .woocommerce form .form-row label, .my-account .woocommerce form fieldset legend {
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 16px;
    color: #000!important;
    line-height: 1.2em;
    text-transform: capitalize;
}
.my-account .woocommerce form .form-row input.input-text, .my-account .woocommerce .woocommerce-input-wrapper .select2-selection__rendered {
    font-family: 'Roboto'!important;
    font-size: 16px!important;
    line-height: 0em!important;
    border: 2px solid #F4E6D7;
    background-color: #fff;
    color: #000;
    padding: 12px 15px;
    border-radius: 3px;
}
.my-account .woocommerce .woocommerce-MyAccount-content a, .my-account .woocommerce .u-columns .woocommerce-LostPassword a, .my-account .woocommerce .woocommerce-privacy-policy-text a, .my-account .woocommerce .woocommerce-message .restore-item {
    color: #865D4C;
    font-weight: 700;
    text-transform: capitalize;
    border-bottom: 1px solid;
}
.my-account .woocommerce .u-columns .u-column1.col-1 h2, .my-account .woocommerce .u-columns.col2-set .u-column2.col-2 h2, .woocommerce-account .addresses .title h3 {
    color: #000;
    font-family: "Roboto";
    font-weight: 700;
}


.my-account .woocommerce .woocommerce-MyAccount-navigation ul {
    padding: 0!important;
    line-height: inherit!important;
    list-style: none!important;
}
.my-account .woocommerce .woocommerce-MyAccount-navigation ul li {
    margin-bottom: 15px;
}
.my-account .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a {
    background: #865D4C;
    color: #fff;
}
.my-account .woocommerce .woocommerce-MyAccount-navigation ul li a {
    position: relative;
    font-size: 16px;
    font-weight: 700;
    color: #000;
    border: 3px solid #F4E6D7;
    font-family: "Roboto";
    line-height: 1.2em;
    padding: 15px 15px;
    border-radius: 3px;
    display: block;
    background-color: var(--moduleBG) ;
    transition: all .3s ease;
}
.my-account .woocommerce table.shop_table th {
    font-weight: 700;
    padding: 9px 12px;
    line-height: 1.5em;
    font-family: 'Roboto';
    color: #fff;
    font-size: 16px;
    background-color: #865D4C;
}
.my-account .woocommerce table.shop_table td {
    border-top: 2px solid #F4E6D7;
    padding: 9px 12px;
    vertical-align: middle;
    line-height: 1.8em;
    color: #1A1C1C;
    font-weight: 500;
    font-family: 'Montserrat';
    font-size: 16px;
}
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email, .woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone {
    margin-bottom: 0 !important;
    padding-left: 1.5em !important;
}
.my-account .woocommerce .woocommerce-error, .my-account .woocommerce .woocommerce-info, .my-account .woocommerce .woocommerce-message {
    border-radius: 3px;
    text-transform: capitalize;
    background:var(--moduleBG) ;
    font-family: 'Montserrat';
    line-height: 1.8em;
        color: var(--textcolor) !important;
}
.entry-content address, .comment-content address, body.et-pb-preview #main-content .container address, .woocommerce-Address address {
    line-height: 1.8em;
    margin-bottom: 12px;
    color: #1A1C1C;
    font-family: 'Montserrat';
    font-size: 16px;
}
.woocommerce-MyAccount-content form {
    padding: 40px;
}
.woocommerce button.button:not(.button-confirm):after, .woocommerce-page button.button:not(.button-confirm):after{
    display:none;
}
.my-account .woocommerce form.checkout_coupon, .my-account .woocommerce form.login, .my-account .woocommerce form.register, .woocommerce-MyAccount-content form {
    border-color: #F4E6D7;
    margin: auto;
    background: var(--moduleBG) ;
    border-radius: 3px;
}

/*******testimonials-style-4*********/
.testimonials-style-4 .et_pb_testimonial:hover {
    transform: translateY(-20px);
    transition: .4s ease;
}
.testimonials-style-4 .et_pb_testimonial {
    transition: .4s ease;
}

/************/
.gallery-page .et_pb_gallery .et_pb_gallery_pagination ul li a {
    background: var(--moduleBG) ;
    padding: 7px 12px;
    border-radius: 30px;
}
.mfp-gallery .mfp-close {
    background: #865D4C;
    opacity: 1;
    top: 20px !important;
    width: 40px;
    padding: 10px;
    font-size: 30px;
    height: 40px;
    display: flex;
    font-weight: 600;
    border-radius: 50%;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.mfp-wrap .mfp-container .mfp-close:hover {
    background: var(--brown) !important;
}
.mfp-gallery .mfp-arrow:after {
    background: var(--brown) !important;
    border-radius: 50%;
    border: 2px solid var(--lightPink) !important;
    font-size: 40px !important;
}
.mfp-title, .mfp-counter{
    color:#fff;
    font-family:roboto;
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: inherit;
}


/****product details page********/
.product-detail-section .woocommerce-product-gallery__image{
	height:500px;
}
.product-detail-section .woocommerce-product-gallery__image img{
	    height: 100% !important;
    object-fit: contain;
}
/***related-products*****/
.related-products .add_to_cart_button {
        position: relative !important;
    bottom: 0;
    width: 100%;
    text-align: center;
    left: 0 !important;
    right: 0;
    order:4;
}
.related-products .related h2 {
    margin-bottom: 40px;
}

/******wp-page-navi******/
.wp-pagenavi span.current {
    color: #fff !important;
    background-color: #865D4C;
    padding: 10px 16px;
    border-radius: 50%;
    border:0;
}
.wp-pagenavi a, .wp-pagenavi span {
    color: #000;
    font-family: 'roboto';
    margin: 0 5px;
    text-decoration: none;
    font-size: 15px !important;
    font-weight: 600 !important;
        border: 0;
}
/***blog-default-style****/
.blog-default-style .post-content-inner{
        margin-bottom: 20px;
}
.blog-default-style .et_pb_post:hover .entry-featured-image-url:before {
    width: 100%;
}

.blog-default-style .et_pb_post .entry-featured-image-url:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    z-index: 2;
    background-color: #865d4cd4!important;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    box-sizing: border-box;
}
.blog-default-style .post-content-inner {
        margin-bottom: 20px;
}
/*****about us page*****/
.abt-img-page .et_pb_image_wrap {
        height: 500px;
    object-fit: cover;
        padding-right: 30px;
}
.abt-img-page img {
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: 10px solid #F4E6D7;
}
.abt-img-2 {
    position: absolute;
    left: -5%;
    bottom: -6%;
}
.abt-img-2 .et_pb_image_wrap {
        width: 330px;
    height: 300px;
}

/******home2*****/
.sidebar-img .et_pb_image_wrap {
    height:615px;
}
/*** Responsive Styles Tablet And Below ***/
@media all and (max-width: 980px) {
 .sidebar-img .et_pb_image_wrap {
    height:100%;
}
}
.sidebar-img img{
    height:100%;
    object-fit:cover;
}
.testimonials-home2 .et_pb_testimonial:hover {
    transform: initial;
}

/**********Media Queries****************/
/** Desktop **/
@media (min-width: 981px) and (max-width:1024px){
/* 	.menu-dropdown .et_pb_column--with-menu{
		    width: 113% !important;
	} */
}
/** Tablet **/
@media (max-width: 980px){  
}
  h1{
        font-size: 60px !important;
    }
.hero-text {
  font-size: 50px!important;
}
    h2{
        font-size: 40px !important;
    }
    h3{
            font-size: 24px !important;
    }
/*** Responsive Styles Tablet Only ***/
@media all and (min-width: 768px) and (max-width: 980px) {
   h1{
        font-size: 45px !important;
    }
	.hero-text {
  font-size: 40px!important;
}
    h2{
        font-size: 35px !important;
    }
    h3{
            font-size: 22px !important;
    }
}
/** Small Tablet and Large Phone **/
@media all and (max-width: 767px){
    h1{
        font-size: 35px !important;
    }
	.hero-text {
  font-size: 30px!important;
}
    h2{
        font-size: 30px !important;
    }
    h3{
            font-size: 20px !important;
	}}
	.page-title h1{
		font-size:28px !important;
	}
	.woo-products-style .woocommerce-loop-product__title {
    font-size: 18px!important;
	}

	.icon-arrow-down {
    width: 100%;
    left: 0;
    right: 0;
    bottom: -32%;
	}


	.page-title h1{
		font-size:20px !important;
	}
	.woo-products-style .woocommerce-loop-product__title {
    font-size: 14px!important;
    padding: 10px 0!important;
	}
	.woo-products-style .woocommerce ul.products li.product .button {
		padding: 15px 15px 15px 15px!important;
	}
	@media (max-width: 767px){ 
.woo-products-style .woocommerce ul.products li.product .button {
    padding: 10px 10px 10px 10px!important;
    font-size: 12px!important;
	width: 100%;
		}
	}

	.icon-arrow-down {
    bottom: -22%;
	}
	.testimonial-slider .et_pb_slide_description:before {
		left: 0;
	}
	.woo-shop-style .woo-shop-style-all-products .woocommerce-result-count {
		margin: 0 0 0em;
	}
	.woo-shop-style .woo-shop-style-all-products .woocommerce-ordering {
    margin: 0 18px 3em;
	}
	.related-products .add_to_cart_button{
    padding-right: 15px!important;
    padding-left: 15px!important;
	}
/*** Responsive Styles Smartphone Only ***/
@media all and (max-width: 767px) {
.related-products .add_to_cart_button {
    padding-right: 10px!important;
    padding-left: 10px!important;
    padding-top: 10px!important;
    padding-bottom: 10px!important;
    font-size: 12px!important;
	}}
	.product-detail-section .et_pb_wc_title h1{
		font-size:28px !important;
	}
	.abt-img-page .et_pb_image_wrap {
		height: 250px;
	}
	.my-account .woocommerce .woocommerce-info{
    display: flex;
    flex-direction: column-reverse;
	}
	.woocommerce-MyAccount-content form {
    padding: 20px;
	}
	


/*=======Faq Close Icon=========*/
.et_pb_accordion .et_pb_toggle_open .et_pb_toggle_title:before {
    display: block!important;
    content: "\e04f" !important;
}
/*========================Video======================*/
.da_aesc_video_white .et_pb_video_play:before{
  content:"\45"}
.da_aesc_video_white .et_pb_video_play:after{
background-color:#f4e6d7!important;
  content:"";
  border-radius:50%;
  margin:0!important;
  text-align:center;
position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  z-index:-1}
