/*=== GOOGLE FONTS ===*/

@import url('https://fonts.googleapis.com/css2?family=Karla:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
/* font-family: 'Karla', sans-serif; */

@import url('https://fonts.googleapis.com/css2?family=Domine:wght@400;500;600;700&display=swap');

@font-face{
    font-family: 'Athletic', sans-serif;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/Athletic.woff) format('woff');
}

/*=== END OF GOOGLE FONTS ===*/


/*=== DEFAULT CSS ===*/

html {
    box-sizing: border-box;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Karla', sans-serif;
    line-height: normal;
    font-weight: normal;
    color: #191919;
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    font-size: 20px;
    line-height: 35px;
}
a {
    font-family: 'Karla', sans-serif;
}
div#et-main-area {
    float: left;
    width: 100%;
}

body .et_pb_row {
    max-width: 100%;
    width: 100%;
    padding: 0 67px;
}

div#main-content .container {
    padding: 0 !important;
}

body .et_pb_section {
    padding: 0;
    background: transparent;
    float: left;
    width: 100%;
}

img {
    max-width: 100%;
    object-fit: contain;
    width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-family: 'Domine', serif;
    color: #000;
}

h1, 
.et_pb_column h1 {
    font-size: 80px;
    line-height: 84px;
    font-weight: 700;
    color: #F3807D;
    padding-bottom: 70px;
}

h2,
.et_pb_column h2 {
    font-size: 42px;
    line-height: 42px;
    color: #000;
    font-weight: 700;
    padding-bottom: 55px;
}

h3 {
    font-family: 'Athletic', sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 24px;
    line-height: 34px;
}

h4 {
    color: #5c89b4;
    font-family: 'Athletic', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 34px;
}

h5 {
    font-family: 'Karla', sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}

h6 {
    font-family: 'Karla', sans-serif;
    font-size: 12px;
    line-height: 17px;
    font-weight: 500;
}

ul li {
    font-size: 16px !important;
    font-family: 'Karla', sans-serif;
    font-weight: 500;
}
/* ul {
    padding-left: 40px !important;
} */
/* ul li {
    list-style: none;
    font-size: 26px !important;
    color: #000;
    line-height: 35px !important;
    font-family: 'Karla', sans-serif !important;
    font-weight: 400;
    margin-bottom: 13px;
    padding-left: 14px;
    position: relative;
}
ul li::before {
    position: absolute;
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    left: 0px;
    top: 15px;
    background-color: #000;
} */
p {
    font-size: 26px;
    color: #2d383c;
    line-height: 35px;
    font-family: 'Karla', sans-serif;
    font-weight: 400;
}

.container {
    width: 100%;
    max-width: 100%;
    margin: auto;
}

a:hover {
    opacity: 1 !important;
}

div#page-container {
    padding-top: 0px !important;
    margin: 0 !important;
    overflow-x: hidden;
}

img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    object-fit: contain;
}

.common-btn {
    font-size: 20px;
    text-transform: uppercase;
    background: #3e643f;
    color: #fff;
    padding: 8px 18px;
    float: none;
    line-height: normal;
    min-width: 150px;
    margin: 0 auto;
    display: table;
    font-family: 'Source Sans Pro', sans-serif;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.common-btn:hover {
    background: #c69f32;
}

.et_pb_scroll_top.et-pb-icon {
    padding: 0;
    width: 80px;
    height: 80px;
    border-radius: 0;
    float: right;
    right: 22px;
/*    background-image: url(../images/arrow_up.svg);*/
    background-position: center;
    background-size: contain;
}

.et_pb_scroll_top.et-pb-icon.et-hidden {
    visibility: hidden;
}

.et_pb_scroll_top.et-pb-icon::before {
    content: none;
}
div#main-content {
    float: left;
    width: 100%;
    margin: 154px 0 0;
}

/*=== END OF DEFAULT CSS ===*/


.header_resp_section {
    display: none;
}
header#main-header .ham_book.book_ham {
    display: none;
}

/* HEADER SECTION DESIGN START */


/* div#page-container {
    position: relative;
} */

header#main-header:before {
    position: absolute;
    content: "";
    background-image: url(../images/hdr_ftr_Band_Pattern1.svg);
    background-repeat: no-repeat;
    width: 100%;
    height: 12px;
    bottom: 0;
    left: 0;
    background-size: cover;
    appearance: none;
  -webkit-appearance: none;
}

div#top-header, header#main-header {
    position: unset;
    background-color: #fff;
}
header#main-header {
    padding-bottom: 24px;
    position: relative;
    padding-top: 0;
}
div#top-header .container.clearfix {
    text-align: left;
    padding-right: 0px;
    padding-top: 18px;
}

div#top-header .container.clearfix div#et-info {
    float: none !important;
    text-align: right !important;
    padding-right: 35px;
    padding-bottom: 0px;
}
div#top-header .container.clearfix div#et-info span#et-info-phone {
    display: none;
}
div#top-header .container.clearfix div#et-info a span#et-info-email {
    display: none;
}
div#top-header ul.et-social-icons li {
    margin-left: 36px;
    margin-bottom: 0px;
}
div#top-header ul.et-social-icons li:before {
    display: none;
}
div#top-header ul.et-social-icons {
    display: flex;
    flex-direction: row-reverse;
    position: absolute;
    z-index: 999999;
    right: 30px;
    top: 15px;
}
ul.et-social-icons li a{
    position: relative;
    opacity: 1;
    width: 14px;
    height: 14px;
}
#top-header .et-social-icons a:after,
#top-header .et-social-icons a:before {
    content: "" !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 14px;
    height: 14px;
    /* background: url(../images/Logo_FBgrayDK.svg); */
    background-position: center;
    background-size: 14px;
    background-repeat: no-repeat;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    opacity: 1;
}
#top-header .et-social-icons .et-social-facebook a:hover::before, 
#top-header .et-social-icons a:after {
    opacity: 0;
}
#top-header .et-social-icons .et-social-facebook a:before {
    background: url(../images/Logo_FBgrayDK.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
#top-header .et-social-icons .et-social-facebook a:hover::after {
    background: url(../images/LogoFBwhitehover.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 1;
}
#top-header .et-social-icons .et-social-google-plus a:before {
    background: url(../images/Logo_LNgrayDK.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
#top-header .et-social-icons .et-social-google-plus a:hover::after {
    background: url(../images/GRAPHICShover.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 1;
}
#top-header .et-social-icons .et-social-instagram a:before {
    background: url(../images/Logo_InstaGrayDK.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
#top-header .et-social-icons .et-social-instagram a:hover::after {
    background: url(../images/instahover.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 1;
}

#top-header .et-social-icon a:hover {
    color: #F3807D;
}
header#main-header .nav_contact-inner div#et-top-navigation nav#top-menu-nav ul#top-menu li a:after {
    color: #e67b7b;
    font-size: 21px;
    font-weight: 400;
    right: 0px;
}
.header_resp_section .header_mobile_icon .menu-nav nav.nav.nav-mob ul#menu-mobile-menu .mobile_end_book a:hover {
    background: #86A64D;
}
.header_resp_section .header_mobile_icon .menu-nav nav.nav.nav-mob ul#menu-mobile-menu li a:hover {
    background: transparent;
}
#et_search_icon:hover, #top-menu li.current-menu-ancestor>a, #top-menu li.current-menu-item>a, .bottom-nav li.current-menu-item>a, .comment-reply-link, .entry-summary p.price ins, .et-social-icon a:hover, .et_password_protected_form .et_submit_button, .footer-widget h4, .form-submit .et_pb_button, .mobile_menu_bar:after, .mobile_menu_bar:before, .nav-single a, .posted_in a, .woocommerce #content div.product p.price, .woocommerce #content div.product span.price, .woocommerce #content input.button, .woocommerce #content input.button.alt, .woocommerce #content input.button.alt:hover, .woocommerce #content input.button:hover, .woocommerce #respond input#submit, .woocommerce #respond input#submit.alt, .woocommerce #respond input#submit.alt:hover, .woocommerce #respond input#submit:hover, .woocommerce .star-rating span:before, .woocommerce a.button, .woocommerce a.button.alt, .woocommerce a.button.alt:hover, .woocommerce a.button:hover, .woocommerce button.button, .woocommerce button.button.alt, .woocommerce button.button.alt:hover, .woocommerce div.product p.price, .woocommerce div.product span.price, .woocommerce input.button, .woocommerce input.button.alt, .woocommerce input.button.alt:hover, .woocommerce input.button:hover, .woocommerce-page #content div.product p.price, .woocommerce-page #content div.product span.price, .woocommerce-page #content input.button, .woocommerce-page #content input.button.alt, .woocommerce-page #content input.button.alt:hover, .woocommerce-page #respond input#submit, .woocommerce-page #respond input#submit.alt, .woocommerce-page #respond input#submit.alt:hover, .woocommerce-page #respond input#submit:hover, .woocommerce-page .star-rating span:before, .woocommerce-page a.button, .woocommerce-page a.button.alt, .woocommerce-page a.button.alt:hover, .woocommerce-page a.button:hover, .woocommerce-page button.button, .woocommerce-page button.button.alt, .woocommerce-page button.button.alt:hover, .woocommerce-page button.button:hover, .woocommerce-page div.product p.price, .woocommerce-page div.product span.price, .woocommerce-page input.button, .woocommerce-page input.button.alt, .woocommerce-page input.button.alt:hover, .woocommerce-page input.button:hover, .wp-pagenavi a:hover, .wp-pagenavi span.current {
    color: #e67b7b !important;
}

/* Header SECTION */
.sticky, .sticky1  {
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-name: fadeInDown;
    animation-timing-function: linear;
    opacity: 1;
    visibility: visible;
    z-index: 9999 !important;
    left: 0;
    position: fixed !important;
    top: 0;
    transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    width: 100%;
    background-color: #ffffff;
    box-shadow: 1px 1px 20px 0px;
    color: #000000;
}
 header#main-header.sticky .container.clearfix.et_menu_container .logo_container a img#logo {
    height: 56px;
    max-height: 100%;
    width: 180px;
    margin-bottom: 0;
}
header#main-header.sticky ul#top-menu li#menu-item-422 a {
    width: 170px;
    height: 51px;
}
.sticky1 .container.clearfix {
    padding-bottom: 15px !important;
}
.sticky {
    top: 32px !important;
}







ul#menu-book-me-menu-beside-hamberger li:before {
    display: none;
}
.header_resp_section .header_mobile_icon .menu-nav nav.nav.nav-mob ul#menu-mobile-menu li:before {
    display: none;
}
header#main-header .header_resp_section .menu-nav.login ul li:before {
    display: none;
}
header#main-header .container.clearfix.et_menu_container {
    display: flex;
    align-items: center;
    z-index: 0;
}
header#main-header .nav_contact-inner {
    width: 100%;
}
header#main-header .container.clearfix.et_menu_container .logo_container a img#logo {
    height: 93px;
    max-height: 100%;
    width: 191px;
    margin-bottom: 10px;
}
header#main-header div#et-top-navigation ul#top-menu {
    display: flex;
    align-items: center;
    column-gap: 23px;
    opacity: 1;
}
header#main-header div#et-top-navigation {
    padding-left: 0 !important;
    display: flex;
    align-items: center;
    padding-top: 12px;
}
header#main-header .nav_contact-inner div#et-top-navigation nav#top-menu-nav ul#top-menu li {
    padding-right: 0px;
    margin: 0 ;
}
header#main-header .nav_contact-inner div#et-top-navigation nav#top-menu-nav ul#top-menu li:before{
    display: none;
}
header#main-header .nav_contact-inner div#et-top-navigation nav#top-menu-nav ul#top-menu li a {
    text-transform: uppercase;
    color: #15315a;
    padding-bottom: 0px;
    font-size: 16px !important;
    font-weight: 500;
}

header#main-header .menu-nav.login{
    padding-right: 40px;
}
header#main-header .nav_contact-inner span#et-info-email{
    opacity: 0;
}
header#main-header .nav_contact-inner .special_email {
    background-image: url(../images/hdr_Emailgreen.svg);
    background-repeat: no-repeat;
    width: 24px;
    height: 23px;
    margin: 0px 54px 0px 54px;
    transition: 0.5s;
}
header#main-header .nav_contact-inner .special_email:hover{
    background-image: url(../images/emailhover.svg);
    width: 24px;
    height: 23px;
}

ul#top-menu li#menu-item-422 {
    padding: 0px !important;
}
ul#top-menu li#menu-item-422 a {
    padding: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: initial;
    height: 100%;
    color: #fff !important;
    width: 177px;
    height: 54px;
    border-radius: 5px;
    background: #86A64D;
    transition: 0.5s;
}
ul#top-menu li#menu-item-422 a:hover{
    background-color: #15315a;
}
header#main-header .logo_container {
    padding-left: 37px;
    position: unset;
    width: 20%;
    display: flex;
}
.menu-nav.login ul#menu-amazon-menu li a {
    background-image: url(../images/hdr_amazon.svg);
    background-repeat: no-repeat;
    width: 81px;
    height: 42px;
    display: block;
    font-size: 0;
}
.menu-nav.login ul#menu-amazon-menu li a:hover {
    background-color: transparent;
}
.menu-nav.login ul#menu-amazon-menu li:before {
    display: none;
}
header#main-header .container.clearfix.et_menu_container .ham_book.book_ham a {
    padding: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: initial;
    color: #fff !important;
    width: 71px;
    height: 29px;
    border-radius: 5px;
    background: #86A64D;
    transition: 0.5s;
    font-size: 9px;
    font-weight: 500;
}
header#main-header .nav_contact-inner div#et-top-navigation ul#top-menu ul.sub-menu {
    width: 300px !important;
    text-align: left !important;
    right: -57px;
    border-color: transparent !important;
    top: 65px;
    background-color: #0e3259 !important;
}
header#main-header .nav_contact-inner div#et-top-navigation ul#top-menu ul.sub-menu li a {
    color: #fff !important;
    padding-left: 24px !important;
    padding-top: 0px !important;
    padding-right: 0px !important;
}

/* SEARCH DESIGN */


 
/* FOOTER SECTION DESIGN */

/* top HEADER SECTION */
.social-footer-nav div#et-footer-nav .container ul li {
    margin: 0;
    padding-right: 0;
}
footer#main-footer .wpcf7-spinner{
    top: 10px;
}
footer#main-footer ul li:before {
    display: none;
}
footer#main-footer {
    float: left;
    width: 100%;
    background-color: #15315a;
    position: relative;
}
footer#main-footer .footer-image-mail{
    display: flex;
    flex-wrap: wrap;
    padding: 110px 70px 80px 70px;
    justify-content: space-between;
    align-items: center;
}
.footer-image {
    width: 13%;
}
.footer-mail {
    width: 32.6%;
}

.footer-image figure {
    height: 142px;
    width: 142px;
    overflow: hidden;
    transform: scale(0.9);
    border-radius: 50%;
}
.footer-image img {
    height: 142px;
    width: 142px;
    background-size: cover;
    border-radius: 50%;
    transform: scale(1.1);
}

.website-name {
    background-image: url(../images/logo-content.svg);
    width: 222px;
    height: 45px;
    background-repeat: no-repeat;
    background-size: cover;
}
.website-name h3, .website-name h4 {
    display: none;
}
.website-name-book-me{
    padding-top: 6px;
}
.website-name-book-me .book-me {
    padding-top: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.website-name-book-me .book-me a {
    padding: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: initial;
    height: 100%;
    color: #fff !important;
    width: 177px;
    height: 54px;
    border-radius: 5px;
    background: #86A64D;
    transition: 0.5s;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}

.amazon-amazon-menu {
    width: 35%;
}
.amazon-amazon-menu .footer-amazon {
    text-align: center;
}
.amazon-amazon-menu .footer-amazon p {
    font-size: 16px !important;
    font-weight: 500;
    color: #88a53d;
    text-transform: uppercase;
}
.amazon-amazon-menu .menu-nav.login ul li a {
    background-image: url(../images/ftr_AmazonWhite.svg);
    background-repeat: no-repeat;
    width: 126px;
    height: 62px;
    display: block;
    font-size: 0;
    background-size: 100%;
    margin: 0 auto;
}
.footer-mail .email input {
    border-color: transparent !important;
    background-color: #fff !important;
    width: 100% !important;
    height: 60px;
}
.footer-mail p {
    font-size: 16px !important;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    padding-bottom: 5px !important;
}
.newsletter-form-outer{
    position: relative;
}
.newsletter-form-outer .submit_button_as_arrow {
    position: absolute;
    right: -5px;
    top: 0;
    height: 60px;
    width: 62px;
}
.newsletter-form-outer .submit_button_as_arrow .submit input {
    width: 52px;
    height: 60px;
    background-color: #5c89b4;
    font-size: 0;
    color: #9aa2a5;
    background-image: url(../images/Untitled-1.png);
    background-repeat: no-repeat;
    background-position: center;
}
.newsletter-form-outer .submit_button_as_arrow .submit input::placeholder{
    opacity: 1;
    -webkit-text-fill-color: #9aa2a5;
	appearance: none;
	-webkit-appearance: none;
	opacity: 1;
}
.newsletter-form-outer .submit_button_as_arrow .submit{
    position: relative;
}

/* top footer SECTION */

/* Middle Footer section */
.newsletter-form-outer .submit_button_as_arrow .submit input:hover {
    background-color: #5c89b4 !important;
}
::placeholder {
    font-size: 16px;
    color: #9aa2a5;
    font-weight: 500;
}
.social-footer-nav {
    background-color: #5c89b4;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 70px;
}
.social-footer-nav div#et-footer-nav {
    background-color: transparent;
}
.social-footer-nav div#et-footer-nav .container ul {
    padding: 45px 0px;
}
.social-footer-nav .social-icon {
    width: 30%;
}
/* .social-footer-nav div#et-footer-nav .container ul li {
    padding-right: 15px;
} */
div#et-secondary-menu {
    display: none;
}
.social-footer-nav div#et-footer-nav .container ul li:last-child {
    padding-right: 0px;
}
.social-footer-nav div#et-footer-nav .container ul li a {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    padding-right: 10px;
}
.social-footer-nav .social-icon ul.et-social-icons {
    float: none;
    text-align: center;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 39px;
    flex-direction: row-reverse;
}
.social-footer-nav .social-icon ul.et-social-icons li {
    margin: 0px !important;
    width: 4%;
}
.social-footer-nav .social-icon ul.et-social-icons li a{
    position: relative;
    opacity: 1;
    width: 14px;
    height: 14px;
}
.social-footer-nav .social-icon .et-social-icons a:after,
.social-footer-nav .social-icon .et-social-icons a:before {
    content: "" !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    background: url(../images/LogoFBwhite.svg);
    background-position: center;
    background-size: 14px;
    background-repeat: no-repeat;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    opacity: 1;
}
.social-footer-nav .social-icon .et-social-icons a:after {
    opacity: 0;
}
.social-footer-nav .social-icon .et-social-icons .et-social-facebook a:before {
    background: url(../images/LogoFBwhite.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.social-footer-nav .social-icon .et-social-icons .et-social-google-plus a:before {
    background: url(../images/Logo_LNwhite.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.social-footer-nav .social-icon .et-social-icons .et-social-instagram a:before {
    background: url(../images/Logo_InstaWhite.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
/* Middle Footer section */

/* Bottom Footer Section */

footer#main-footer div#footer-bottom {
    background-color: #fff;
    padding: 3px 70px;
}
footer#main-footer div#footer-bottom .container.clearfix{
    display: flex;
    display: -webkit-flex;
    align-items: center;
}
footer#main-footer div#footer-bottom .container.clearfix span.cr_year{
    font-size: 12px;
    color: #2d383c !important;
    font-weight: 500;
    width: 10%;
    line-height: inherit;
}
footer#main-footer div#footer-bottom .container.clearfix div#footer-info {
    padding: 0px;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12px;
    color: #2d383c !important;
    display: flex;
    align-items: center;
    float: right;
    justify-content: space-between;
    width: inherit;
}
footer#main-footer div#footer-bottom .container.clearfix::after{
display:none;
}
div#footer-info span.lagoon a {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 13px;
    color: #2d383c !important;
}
footer#main-footer:before {
    position: absolute;
    content: "";
    background-image: url(../images/hdr_ftr_Band_Pattern1.svg);
    background-repeat: no-repeat;
    width: 100%;
    height: 12px;
    top: -12px;
    left: 0;
    background-size: cover;
    z-index: 99;
}
/* Bottom Footer Section */

/* FORM_VALIDATION_CSS_START  */
.wpcf7-not-valid-tip {
	display: none;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output, .wpcf7 form.spam .wpcf7-response-output {
    border-color: red;
    margin: 0px;
    line-height: initial;
    text-align: center;
    font-size: 17px;
    height: auto !important;
    background: red;
    color: #fff;
    margin-top: 10px !important;
    width: 100%;
    max-width: 100%;
    appearance: none;
    -webkit-appearance: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450;
	background: #46b450;
	margin: 0px;
	line-height: initial;
	text-align: center;
	font-size: 17px;
    height: auto !important;
	color: #fff;
	margin-top: 10px;
	width: 100%;
}
/* FORM_VALIDATION_CSS_END  */


/* HOME PAGE DESIGN START  */

/* Banner section  Start*/
div#main-content {
    float: left;
    width: 100%;
    margin: 0px 0 0;
    /* z-index: -1; */
    position: relative;
}
div#main-content .et_pb_row.et_pb_row_0 {
    padding: 0px !important;
    width: 100%;
    max-width: 100%;
}
div#main-content .et_pb_row.et_pb_row_0  .et_pb_slides {
    height: 0;
    padding-bottom: 57%;
    width: 100%;
    position: relative;
}
div#main-content .et_pb_row.et_pb_row_0  .et_pb_slides .et_pb_slide {
    height: 100%;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    background-size: cover !important;
    padding: 0px;
    background-color: #fff !important;
    background-position: inherit;
}
div#main-content .et_pb_row.et_pb_row_0 .et_pb_slides .et_pb_slide:before {
    position: absolute;
    content: "";
    width: 500px;
    height: 100%;
    background: #15315a;
    mix-blend-mode: multiply;
    border-radius: 0px 0px 0px 0px;
    left: 375px;
    top: 50%;
    transform: translate(-50%, -50%);
}
div#main-content .et_section_regular .et_pb_slide_description {
    margin: 0;
    padding: 0px !important;
    width: 425px;
    position: relative;
    left: 148px;
}
div#main-content .et_section_regular .et_pb_slide_description h2 {
    color: #F3807D !important;
    font-size: 56px !important;
    font-weight: 700;
    width: 448px;
    line-height: 66px;
    text-align: left;
    padding-bottom: 0px;
}
div#main-content .et_section_regular .et_pb_slide_description .et_pb_slide_content h2 {
    font-size: 56px !important;
    font-weight: 700;
    width: 448px;
    line-height: 66px;
    text-align: left;
    color: #fff !important;
    z-index: 99;
    padding-bottom: 15px;
}
div#main-content .et_section_regular .et_pb_slide_description .et_pb_slide_content{
    position: relative;
}
div#main-content .et_section_regular .et_pb_slide_description .et_pb_slide_content:before {
    position: absolute;
    content: "";
    background-image: url(../images/symbol_infinity.svg);
    width: 50px;
    height: 26px;
    background-repeat: no-repeat;
    left: 0;
    bottom: 58px;
}
.et_pb_slide_description .et_pb_slide_content p {
    text-align: left;
    padding-top: 73px;
    font-size: 16px !important;
    color: #F3807D;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
    padding-left: 17px;
}
.et_pb_slide_description .et_pb_slide_content p a {
    color: #F3807D;
}
.et_pb_slide_description .et_pb_slide_content p:before {
    position: absolute;
    content: "";
    background-image: url(../images/add.svg);
    background-repeat: no-repeat;
    left: -5px;
    bottom: 8px;
    width: 28px;
    height: 19px;
    background-size: 100%;
}
.et-pb-controllers {
    transform: translateX(-50%);
    left: 365px;
}
.et-pb-controllers a {
    width: 23px;
    height: 11px;
    border-radius: 50px 50px 0px 0px;
    background-color: #fff !important;
    opacity: 1;
}
.et-pb-controllers a.et-pb-active-control{
    background-color: #F3807D  !important;
}
/* Banner section  End*/

/* COMMON BTTN */
/* a.common_btn:hover {
    color: red;
}
.common_btn:hover:before{
    background-image: url(../images/add1.svg);
} */
.common_btn{
    font-size: 16px;
    color: #F3807D;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
    padding-left: 17px;
    letter-spacing: 2px;
    transition: 0.5s;
    cursor: pointer;
}
.home_abt_second_row .common_btn, .live_sem_left_col .common_btn, .home_self_left_col .common_btn, .learn_seminar .common_btn{
    color: #fff;
    /* font-size: 24px; */
}
.home_abt_second_row .common_btn:before, .live_sem_left_col .common_btn:before, .home_self_left_col .common_btn:before, .learn_seminar .common_btn:before{
    position: absolute;
    content: "";
    background-image: url(../images/MAIN.svg);
    background-repeat: no-repeat;
    left: 2px;
    top: 0;
    width: 16px;
    height: 24px;
    background-size: 100%;
    background-position: bottom;
    
}
.common_btn:before {
    position: absolute;
    content: "";
    background-image: url(../images/add.svg);
    background-repeat: no-repeat;
    left: -5px;
    bottom: 0px;
    width: 27px;
    height: 19px;
    background-size: 100%;
}
/* a.common_btn:hover {
    color: #15315a;
}
a.common_btn:hover::before {
    background-image: url(..images/plus-hover-1.svg);
} */


/* Shop Caris Products Start */
.home_abt_second_row .common_btn:hover a {
    color: #27464b !important;
}
.home_product_sec .home_ab_pro .owl-nav button span{
    display: none;
}
.home_product_sec .home_ab_pro .owl-nav{
    position: absolute;
    right: 0;
    top: 0;
}
.home_product_sec .home_ab_pro .owl-nav .owl-prev, .home_product_sec .home_ab_pro .owl-nav .owl-next{
    position: relative;
}
.home_product_sec .home_ab_pro .owl-nav button {
    width: 40px;
    height: 40px;
    position: relative;
}
.home_product_sec .home_ab_pro .owl-nav .owl-prev:before {
    position: absolute;
    content: "";
    background-image: url(../images/arrow_lt_GR.svg);
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: cover;
    left: 0;
    top: 0px;
}
.home_product_sec .home_ab_pro .owl-nav .owl-next:before {
    position: absolute;
    content: "";
    background-image: url(../images/arrow_lt_GR.svg);
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: cover;
    left: 0;
    top: 0px;
    rotate: 179deg;
}

.home_product_sec .home_ab_pro .owl-nav .owl-prev::after {
    position: absolute;
    content: "";
    background-image: url(../images/arror_rt_pink.svg);
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: cover;
    left: 0;
    top: 0px;
    rotate: 179deg;
    opacity: 0;
}
.home_product_sec .home_ab_pro .owl-nav .owl-next:after {
    position: absolute;
    content: "";
    background-image: url(../images/arror_rt_pink.svg);
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: cover;
    left: 0;
    top: 0px;
    opacity: 0;
}
.home_product_sec .home_ab_pro .owl-nav .owl-prev:hover::before, 
.home_product_sec .home_ab_pro .owl-nav .owl-next:hover::before {
    opacity: 0;
}
.home_product_sec .home_ab_pro .owl-nav .owl-prev:hover::after, 
.home_product_sec .home_ab_pro .owl-nav .owl-next:hover::after {
    opacity: 1;
}



.home_product_sec{
    overflow: hidden;
}
.desktop_home_abt_product_row:before {
    content: "";
}
.home_product_sec .home_product_row {
    padding: 0px 120px 70px 130px;
    display: grid;
    grid-template-columns: 35% 61%;
    column-gap: 40px;
    position: relative;
}
.home_product_left .et_pb_module {
    height: auto !important;
}
.home_product_left .et_pb_module .et_pb_text_inner{
    height: 100%;
}
.home_product_sec .home_product_row:before{
    position: absolute;
    content: "";
    background-image: url(../images/semi_circle_g.svg);
    background-repeat: no-repeat;
    width: 683px;
    height: 341px;
    left: 50px;
    bottom: 0;
}
.home_product_sec .home_product_row .home_product_left {
    width: 100%;
    margin: 0;
    position: relative;
}
/* .home_product_sec .home_product_row .home_product_left:before{
    position: absolute;
    content: "";
    background-image: url(../images/semi_circle_g.svg);
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
} */
.home_product_sec .home_product_row .home_product_left h1 {
    line-height: 83px;
    padding-bottom: 163px;
}
.home_product_left .et_pb_text_inner {
    top: unset !important;
    transform: unset !important;
    padding: 0px !important;
}
.home_product_left .et_pb_text_inner p a{
    padding: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: initial;
    height: 100%;
    color: #fff !important;
    width: 177px;
    height: 54px;
    border-radius: 7px;
    background: #86A64D;
    transition: 0.5s;
    font-size: 16px;
    text-transform: uppercase;
    position: relative;
    bottom: 0;
}
.home_product_left .et_pb_text_inner p a:hover {
    background: #15315a;
}
.home_product_right .et_pb_module .et_pb_blurb_container {
    text-align: center !important;
  }
.home_product_third .et_pb_text_inner p {
    color: #2d383c;
}
.home_product_sec .home_product_row .home_product_right {
    width:100%;
    display: flex;
    flex-wrap: wrap;
    column-gap: 40px;
    row-gap: 30px;
    padding-top: 179px;
}
.home_product_sec .home_product_row .home_product_right .et_pb_bg_layout_light{
    width: 29%;
    position: relative;
}
.home_product_sec .home_product_row .home_product_right .hom_product_first .et_pb_blurb_content, .home_product_sec .home_product_row .home_product_right .home_product_sec .et_pb_blurb_content, .home_product_sec .home_product_row .home_product_right .home_product_third .et_pb_blurb_content{
    max-width: 100%;
    text-align: initial;
}
.home_product_sec .home_product_row .home_product_right .hom_product_first .et_pb_blurb_content .et_pb_main_blurb_image, .home_product_sec .home_product_row .home_product_right .home_product_sec .et_pb_blurb_content .et_pb_main_blurb_image, .home_product_sec .home_product_row .home_product_right .home_product_third .et_pb_blurb_content .et_pb_main_blurb_image{
    width: 100%;
    height: 100%;
    position: relative;
    margin-bottom: 0px;
}
.home_product_sec .home_product_row .home_product_right .home_product_sec .et_pb_blurb_content .et_pb_main_blurb_image span img, .home_product_sec .home_product_row .home_product_right .home_product_third .et_pb_blurb_content .et_pb_main_blurb_image span img{
    top: -12px !important;
}
.home_product_sec .home_product_row .home_product_right .hom_product_first .et_pb_blurb_content .et_pb_main_blurb_image:before, .home_product_sec .home_product_row .home_product_right .home_product_sec .et_pb_blurb_content .et_pb_main_blurb_image:before, .home_product_sec .home_product_row .home_product_right .home_product_third .et_pb_blurb_content .et_pb_main_blurb_image:before{
    position: absolute;
    content: "";
    background-image: url(../images/semi_circle_p.svg);
    background-repeat: no-repeat;
    width: 100%;
    height: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, 0%);
}
.home_product_sec .home_product_row .home_product_right .hom_product_first .et_pb_blurb_content .et_pb_main_blurb_image span.et_pb_image_wrap, .home_product_sec .home_product_row .home_product_right .home_product_sec .et_pb_blurb_content .et_pb_main_blurb_image span.et_pb_image_wrap, .home_product_sec .home_product_row .home_product_right .home_product_third .et_pb_blurb_content .et_pb_main_blurb_image span.et_pb_image_wrap{
    height: 0;
    padding-bottom: 100%;
    width: 100%;
    position: relative;
}
.home_product_sec .home_product_row .home_product_right .hom_product_first .et_pb_blurb_content .et_pb_main_blurb_image span.et_pb_image_wrap img, .home_product_sec .home_product_row .home_product_right .home_product_sec .et_pb_blurb_content .et_pb_main_blurb_image span.et_pb_image_wrap img, .home_product_sec .home_product_row .home_product_right .home_product_third .et_pb_blurb_content .et_pb_main_blurb_image span.et_pb_image_wrap img{
    width: 100%;
    height: 100%;
    object-fit: cover !important;
    object-position: top;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
}

.home_product_sec .home_product_row .home_product_right .et_pb_module.et_pb_text.et_pb_text_1.et_pb_bg_layout_light.et_pb_text_align_left{
    width: 100%;
    height: 100%;
}



.desktop_home_abt_product_col{
    position: relative;
    z-index: 99;
}

.home_product_sec .home_ab_pro {
    display: none;
}
.desktop_home_abt_product_row .desktop_home_abt_product_col {
    display: flex;
    flex-wrap: wrap;
}
.desktop_home_abt_product_row .desktop_home_abt_product_col .hom_product_first {
    width: 30%;
}
.desktop_home_abt_product_row .desktop_home_abt_product_col .et_pb_blurb_description {
    text-align: center;
    margin-top: 24px;
}
.desktop_home_abt_product_row .desktop_home_abt_product_col .home_product_sec{
    width: 30%;
}
.desktop_home_abt_product_row .desktop_home_abt_product_col .home_product_third{
    width: 30%;
}
.desktop_home_abt_product_row .et_pb_main_blurb_image {
    width: 100%;
    height: 100%;
    position: relative;
    margin-bottom: -4px;
}
.desktop_home_abt_product_row .desktop_home_abt_product_col .hom_product_first .et_pb_blurb_content .et_pb_main_blurb_image:before, .desktop_home_abt_product_row .desktop_home_abt_product_col .home_product_sec .et_pb_blurb_content .et_pb_main_blurb_image:before, .desktop_home_abt_product_row .desktop_home_abt_product_col .home_product_third .et_pb_blurb_content .et_pb_main_blurb_image:before {
    position: absolute;
    content: "";
    background-image: url(../images/semi_circle_p.svg);
    background-repeat: no-repeat;
    width: 82%;
    height: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, 21%);
}
.desktop_home_abt_product_row .et_pb_blurb_content {
    max-width: 100%;
    text-align: initial;
}
.desktop_home_abt_product_row .desktop_home_abt_product_col .hom_product_first .et_pb_blurb_content .et_pb_main_blurb_image span, .desktop_home_abt_product_row .desktop_home_abt_product_col .home_product_sec .et_pb_blurb_content .et_pb_main_blurb_image span, .desktop_home_abt_product_row .desktop_home_abt_product_col .home_product_third .et_pb_blurb_content .et_pb_main_blurb_image span {
    height: 0;
    padding-bottom: 75%;
    width: 100%;
    position: relative;
    margin-bottom: 15px;
}
.desktop_home_abt_product_row .desktop_home_abt_product_col .hom_product_first .et_pb_blurb_content .et_pb_main_blurb_image span img, .desktop_home_abt_product_row .desktop_home_abt_product_col .home_product_sec .et_pb_blurb_content .et_pb_main_blurb_image span img, .desktop_home_abt_product_row .desktop_home_abt_product_col .home_product_third .et_pb_blurb_content .et_pb_main_blurb_image span img {
    width: 100%;
    height: 100%;
    /* object-fit: cover !important; */
    object-position: top;
    position: absolute;
    left: 0;
    top: 30px;
    cursor: pointer;
}
.desktop_home_abt_product_row {
    width: 100% !important;
    float: right !important;
    padding: 54px 0px 0 0px !important;
    position: relative;
    right: 0;
    margin-bottom: -145px;
    display: grid;
    grid-template-columns: 35% 61%;
    grid-gap: 0 80px;
    overflow: hidden;
    z-index: 99;
}
/* .owl-item.active, .owl-item{
    width: 50% !important;
} */
.et_pb_row.home_product_row .home_product_right .et_pb_text_inner p {
    line-height: 35px;
}
/* .home_product_right p:last-child {
    display: none;
} */
.home_product_right p:last-child a{
    padding: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: initial;
    height: 100%;
    color: #fff !important;
    width: 177px;
    height: 54px;
    border-radius: 10px;
    background: #86A64D;
    transition: 0.5s;
    font-size: 16px;
    text-transform: uppercase;
    position: relative;
    bottom: 0;

}






/* Cari Ebert design Start */
.home_abt_sec.et_section_regular {
    padding-top: 95px;
    background-color: #5C89B4;
    position: relative;
    overflow: hidden;
}
.home_abt_sec.et_section_regular:before {
    position: absolute;
    content: "";
    background-color: #78A2C2;
    width: 36%;
    height: 100%;
    right: 0;
    top: 0;
}
.home_abt_sec.et_section_regular:after {
    position: absolute;
    content: "";
    background-image: url(../images/pattern_circle_blue_lt.svg);
    width: 50%;
    height: 340px;
    right: 46px;
    top: 0;
    background-repeat: no-repeat;
}
.home_abt_sec.et_section_regular .home_abt_second_row{
    padding: 0px 125px 12px 125px;
    display: flex;
    flex-wrap: wrap;
}
.home_abt_sec.et_section_regular .home_abt_row {
    padding: 0px 125px 40px 125px;
}
.home_abt_second_row .et_pb_column_6 {
    width: 70%;
    margin: 0;
    padding-right: 49px;
}
.home_abt_second_row .et_pb_column_7{
    width: 30%;
    padding-left: 30px;
    padding-bottom: 20px;
}
.et_pb_section.home_abt_sec .et_pb_row.home_abt_second_row {
    padding-bottom: 70px;
}
.home_abt_sec .home_abt_second_row .home_abt_right_text_module{
    padding-top: 18px !important;
}
.home_abt_second_row .et_pb_column_5 .home_abt_right_text_module{
    text-align: right;
   
}
.home_abt_second_row .home_abt_right_text_module span {
    height: 0;
    padding-bottom: 128%;
    position: relative;
    width: 100%;
    text-align: right;
}
.home_abt_second_row .home_abt_right_text_module span img{
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    object-fit: cover;
}
.home_abt_sec .home_abt_row .home_abt_col .home_abt_text_module .et_pb_text_inner p{
    color: #fff;
    font-family: 'Athletic', sans-serif !important;
    font-weight: 400 !important;
    text-align: center;
    text-transform: uppercase;
    font-size: 22px !important;
    letter-spacing: 2px;
}
.home_abt_second_row .home_abt_left_text_module .et_pb_text_inner h2{
    color: #fff;
}
.home_abt_sec .home_abt_second_row p {
    color: #fff;
}
.home_abt_sec .home_abt_second_row .home_abt_left_text_module p:nth-child(2) {
    padding-bottom: 45px !important;
}

.home_abt_left_text_module h3 {
    position: relative;
    line-height: 42px;
    color: #f8f9fa;
    padding-left: 52px;
    padding-top: 15px;
}
.home_abt_left_text_module h3:before {
    position: absolute;
    content: "";
    background-image: url(../images/quotes.svg);
    background-repeat: no-repeat;
    width: 67px;
    height: 67px;
    left: -61px;
    top: 26px;
    background-size: cover;
}
.home_abt_second_row .et_pb_text_inner {
    top: unset !important;
    transform: unset !important;
    padding: 0 !important;
}
.home_abt_second_row .et_pb_module {
    height: unset !important;
    padding: 0px !important;
}



/* Live Seminars  */

.home_live_sem_sec {
    padding-top: 95px !important;
    background-color: #f3807d !important;
    position: relative;
    overflow: hidden;
}
.home_live_sem_sec:before {
    position: absolute;
    content: "";
    background-color: #FC9A98;
    width: 36%;
    height: 100%;
    right: 0;
    top: 0;
}
.home_live_sem_sec:after {
    position: absolute;
    content: "";
    background-image: url(../images/pattern_circle_pink.svg);
    width: 50%;
    height: 340px;
    right: 38px;
    top: 0;
    background-repeat: no-repeat;
}
.home_live_sem_sec .home_live_sem_row p{
    color: #fff;
    font-family: 'Athletic', sans-serif !important;
    font-weight: 400 !important;
    text-align: center;
    text-transform: uppercase;
    font-size: 22px;
    letter-spacing: 3.4px;

}
.home_live_sem_sec  .home_live_sem_second_row{
    padding: 0px 125px 12px 125px;
    display: flex;
    flex-wrap: wrap;
}
.home_live_sem_sec .home_live_sem_row {
    padding: 0px 125px 40px 125px;
}
.home_live_sem_sec  .home_live_sem_second_row .live_sem_left_col {
    width: 70%;
    margin: 0;
    padding-right: 49px;
}
.home_live_sem_sec  .home_live_sem_second_row .live_sem_right_col{
    width: 30%;
    padding-bottom: 66px;
    padding-left: 30px;
    
}
.home_live_sem_sec  .home_live_sem_second_row .live_sem_right_col .live_sem_right_image{
    text-align: right;
    
}
.home_live_sem_sec  .home_live_sem_second_row .live_sem_right_col .live_sem_right_text{
    text-align: center;
}
.home_live_sem_sec  .home_live_sem_second_row .live_sem_right_col .live_sem_right_text a{
    padding: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: initial;
    height: 100%;
    color: #fff !important;
    width: 177px;
    height: 54px;
    border-radius: 5px;
    background: #86A64D;
    transition: 0.5s;
    margin: 0 auto;
}
.home_live_sem_sec  .home_live_sem_second_row .live_sem_right_col .live_sem_right_text a:hover {
    background-color: #15315a;
}
.home_live_sem_sec  .home_live_sem_second_row .et_pb_column_8 span {
    height: 0;
    padding-bottom: 128%;
    position: relative;
    width: 100%;
    text-align: right;
}
.home_live_sem_sec  .home_live_sem_second_row .et_pb_column_8 span img{
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    object-fit: cover;
}
.home_live_sem_sec .home_live_sem_row p {
    color: #fff;
    font-family: 'Athletic', sans-serif !important;
    font-weight: 400 !important;
    text-align: center;
    text-transform: uppercase;
    font-size: 22px;
    letter-spacing: 3.4px;
}
.home_live_sem_sec .home_live_sem_second_row .live_sem_left_col  h2{
    color: #fff;
    font-weight:700 ;
    padding-bottom: 42px !important;

}
.home_live_sem_sec .home_live_sem_second_row .live_sem_left_col .live_sem_left_text_module p:nth-child(2) {
    padding-bottom: 57px !important;
    padding-right: 30px;
}
.home_live_sem_sec .home_live_sem_second_row p {
    color: #fff;
}
.home_abt_sec .home_abt_second_row .home_abt_left_text_module p:nth-child(2) {
    padding-bottom: 30px !important;
}
.live_sem_left_shortcode p {
    font-size: 24px;
    font-family: 'Athletic', sans-serif !important;
    font-style: italic;
    font-weight: 400;
    position: relative;
    padding-left: 52px;
    line-height: 43px !important;
    padding-top: 15px;
}
.live_sem_left_shortcode{
    position: relative;
}
.live_sem_left_shortcode:before {
    position: absolute;
    content: "";
    background-image: url(../images/quotes.svg);
    background-repeat: no-repeat;
    width: 67px;
    height: 67px;
    left: -65px;
    top: 26px;
    background-size: cover;
}
.home_live_sem_second_row .live_sem_left_col .live_sem_left_shortcode .owl-nav{
    display: none;
}
.home_live_sem_second_row .live_sem_left_col .live_sem_left_shortcode .owl-dots{
    padding-left: 50px;
}
.home_live_sem_second_row .live_sem_left_col .live_sem_left_shortcode .owl-dots button.owl-dot.active{
    background-color: #fff !important;
}
.home_live_sem_second_row .live_sem_left_col .live_sem_left_shortcode .owl-dots button {
    width: 23px;
    height: 11px;
    border-radius: 50px 50px 0px 0px;
    opacity: 1;
    border: 1px solid #fff;
    margin-right: 15px;
}
.home_abt_second_row .et_pb_text_inner {
    top: unset !important;
    transform: unset !important;
    padding: 0 !important;
}
.home_abt_second_row .et_pb_module {
    height: unset !important;
    padding: 0px !important;
}
/* Live Seminars END */


/* Podcast design Start */
.home_podcast_sec .home_podcast_row {
    padding: 113px 80px 20px 108px;
    display: flex;
    flex-wrap: wrap;
    /* column-gap: 26px; */
}
.home_podcast_sec{
    overflow: hidden;
}
.home_podcast_sec .home_podcast_row .home_product_first_col {
    width: 26%;
    margin-right: 41px;

}
.home_podcast_sec .home_podcast_row .home_product_second_col {
    width: 28%;
    margin: 0;
    min-width: 154px !important;
    display: flex;
    flex-wrap: wrap;
}
.home_product_second_col .et_pb_module.et_pb_text.et_pb_text_8.et_pb_bg_layout_light.et_pb_text_align_left a {
    padding: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: initial;
    height: 100%;
    color: #fff !important;
    width: 177px;
    height: 54px;
    border-radius: 5px;
    background: #86A64D;
    transition: 0.5s;
    cursor: pointer;
    text-transform: uppercase;
    margin: 65px 0px;
}
.home_product_second_col .et_pb_module.et_pb_text.et_pb_text_8.et_pb_bg_layout_light.et_pb_text_align_left a:hover{
    background-color: #15315a;
}
.home_podcast_sec .home_podcast_row .home_product_second_col .et_pb_module.et_pb_image.et_pb_image_3 {
    width: 100%;
    padding-right: 88px;
    padding-top: 181px;
}
.home_product_second_col .et_pb_module.et_pb_text.et_pb_text_8.et_pb_bg_layout_light.et_pb_text_align_left {
    text-align: center;
    width: 73%;
    max-width: 100%;
    display: flex;
    justify-content: center;
}
.home_podcast_sec .home_podcast_row .home_product_third_col{
    width: 42%;
    padding-top: 0px;
}
.home_podcast_sec .home_podcast_row .home_product_third_col p{
    color: #86A64D;
    font-size: 28px;
    line-height: 40px;
}

.podcast_home_heading .home_pod_head_col {
    position: relative;
    top: 121px;
}
.podcast_home_heading .home_pod_head_col .home_pod_head_module{
    text-align: center;
}
.podcast_home_heading .home_pod_head_col .home_pod_head_module h2 {
   
    color: #86A64D;
    text-transform: uppercase;
}
.home_product_sec{
    position: relative;
    padding-bottom: 0px;
}
.home_product_right .et_pb_text_inner {
    top: unset !important;
    transform: unset !important;
    padding: 0px !important;
}
.home_podcast_sec:before {
    position: absolute;
    content: "";
    background-image: url(../images/side-bar.svg);
    background-repeat: no-repeat;
    width: 500px;
    height: 699px;
    left: 0;
    top: 40px;
    object-fit: cover;
}
.home_podcast_sec .home_podcast_row .home_product_first_col span {
    height: 0;
    padding-bottom: 100%;
    position: relative;
    width: 100%;
    top: -100px;
}
.home_podcast_sec .home_podcast_row .home_product_first_col span img {
    height: 100%;
    position: absolute;
    width: 100%;
    border-radius: 50%;
    /* object-fit: cover; */
}
.home_podcast_sec .home_podcast_row .home_product_second_col span {
    height: 0;
    padding-bottom: 100%;
    position: relative;
    width: 100%;
}
.home_podcast_sec .home_podcast_row .home_product_second_col span img{
    height: 100%;
    position: absolute;
    width: 100%;
}




/* Self Study Courses Start */

.home_self_study_sec {
    padding-top: 95px !important;
    background-color: #86A64D !important;
    position: relative;
    overflow: hidden;
}
.home_self_study_sec:before {
    position: absolute;
    content: "";
    background-color: #9FB776;
    width: 36%;
    height: 100%;
    right: 0;
    top: 0;
}
.home_self_study_sec:after {
    position: absolute;
    content: "";
    background-image: url(../images/pattern_circle_green.svg);
    width: 50%;
    height: 340px;
    right: 38px;
    top: 0;
    background-repeat: no-repeat;
}
.home_self_study_sec  .home_self_study_row .home_self_study_col p{
    color: #fff;
    font-family: 'Athletic', sans-serif !important;
    font-weight: 400 !important;
    text-align: center;
    text-transform: uppercase;
    font-size: 22px !important;
    letter-spacing: 3.4px;

}
.home_self_study_sec .home_self_study_second_row{
    padding: 0px 125px 57px 125px;
    display: flex;
    flex-wrap: wrap;
}

.home_self_study_sec  .home_self_study_row {
    padding: 0px 125px 40px 125px;
}
.home_self_study_sec  .home_self_left_col {
    width: 70%;
    margin: 0;
    padding-right: 49px;
}
.home_self_study_sec  .home_self_right_col{
    width: 30%;
    padding-bottom: 66px;
    padding-left: 30px;
    
}
.home_live_sem_sec  .home_live_sem_second_row .live_sem_right_col .live_sem_right_image{
    text-align: right;
    
}
.home_live_sem_sec  .home_live_sem_second_row .live_sem_right_col .live_sem_right_text{
    text-align: center;
}
.home_live_sem_sec  .home_live_sem_second_row .live_sem_right_col .live_sem_right_text a{
    padding: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: initial;
    height: 100%;
    color: #fff !important;
    width: 177px;
    height: 54px;
    border-radius: 5px;
    background: #86A64D;
    transition: 0.5s;
    margin: 0 auto;
    text-transform: uppercase;
}

.home_self_study_second_row .home_self_right_col span {
    height: 0;
    padding-bottom: 139%;
    position: relative;
    width: 100%;
    text-align: right;
}
.home_self_study_second_row .home_self_right_col span img{
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    /* object-fit: cover; */
}
.home_live_sem_sec .home_live_sem_row p {
    color: #fff;
    font-family: 'Athletic', sans-serif !important;
    font-weight: 400 !important;
    text-align: center;
    text-transform: uppercase;
    font-size: 22px !important;
    letter-spacing: 3.4px;
}
.home_self_right_col {
    padding-top: 48px;
}
.home_self_study_second_row .home_self_left_col h2{
    color: #fff;
    font-weight:700 ;
    padding-bottom: 42px !important;
}
.home_self_study_sec .home_self_left_col p:nth-child(2) {
    padding-bottom: 57px;
    padding-right: 30px;
}
.home_self_study_second_row .home_self_left_col p {
    color: #fff;
}
.home_abt_sec .home_abt_second_row .home_abt_left_text_module p:nth-child(2) {
    padding-bottom: 48px !important;
    padding-right: 30px;
}
.home_self_study_second_row .home_self_left_col .et_pb_module.et_pb_text.et_pb_text_12.et_pb_bg_layout_light.et_pb_text_align_left p {
    font-size: 24px !important;
    font-family: 'Athletic', sans-serif !important;
    font-style: italic;
    position: relative;
    padding-left: 46px;
    line-height: 43px !important;
    padding-top: 34px;
}
.live_sem_left_shortcode{
    position: relative;
}
.home_self_study_second_row .home_self_left_col .et_pb_module.et_pb_text.et_pb_text_12.et_pb_bg_layout_light.et_pb_text_align_left p:before {
    position: absolute;
    content: "";
    background-image: url(../images/quotes.svg);
    background-repeat: no-repeat;
    width: 67px;
    height: 67px;
    left: -58px;
    top: 47px;
    background-size: cover;
}



/* IMAGES SECTION */
.home_social .home_social_row {
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    padding-top: 100px;
}
.home_social .home_social_row .home_social_left_col {
    width: 45%;
    margin: 0;
    position: relative;
    z-index: 999;
}
.home_social .home_social_row .home_social_left_col div#sbi_images {
    padding: 0 !important;
}
.home_social .home_social_row .home_social_left_col .sb_instagram_header {
    display: none;
}
.home_social .home_social_row .home_social_left_col div#sbi_load{
    display: none;
}
.home_social_left_col .home_social_middle_icons {
    position: absolute;
    top: 050%;
    left: 0;
    transform: translateY(-50%);
    background-color: #fff;
    width: 126%;
    height: 275px;
    padding-left: 60px;
    padding-right: 75px;
}
.home_social_left_col .home_social_middle_icons p:last-child {
    display: flex;
    justify-content: flex-end;
    column-gap: 30px;
    padding-right: 0;
    padding-top: 39px;
}


/* .social-footer-nav .social-icon ul.et-social-icons li {
    margin: 0px !important;
    width: 4%;
} */
.home_social_left_col .home_social_middle_icons p:last-child a{
    position: relative;
    opacity: 1;
    width: 40px;
    height: 40px;
    font-size: 0;
}
.home_social_left_col .home_social_middle_icons .et_pb_text_inner {
/*    padding-top: 45px;*/
    padding-top: 80px;
}
.home_social_left_col .home_social_middle_icons p a:nth-child(1):before{
    background: url(../images/Logo_Insta_pink.svg);
    position: absolute;
    width: 40px;
    height: 40px;
    content: "";
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    left: 0;
}
.home_social_left_col .home_social_middle_icons p a:nth-child(3):before{
    background: url(../images/Logo_Insta_pink_1.svg);
    position: absolute;
    width: 40px;
    height: 40px;
    content: "";
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    left: 0;

}

.home_social_left_col .home_social_middle_icons p a:nth-child(5):before{
    background: url(../images/Logo_FB_pink.svg);
    position: absolute;
    width: 40px;
    height: 40px;
    content: "";
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    left: 0;
}
.home_social_left_col .home_social_middle_icons p a:nth-child(1):hover::before{
    background: url(../images/Logo_InstaGrayDK.svg);
}
.home_social_left_col .home_social_middle_icons p a:nth-child(3):hover::before{
    background: url(../images/Logo_LNgrayDK.svg);
}
.home_social_left_col .home_social_middle_icons p a:nth-child(5):hover::before {
    background: url(../images/Logo_FBgrayDK.svg);

}
div#sbi_images {
    display: grid;
    grid-template-columns: 1fr 1fr;
/*    row-gap: 191px;*/
    row-gap: 270px;
}
#sb_instagram.sbi_col_2 #sbi_images .sbi_item {
    width: 100%;
}
.home_social_middle_icons p {
    font-size: 42px !important;
/*    font-family: 'Athletic', sans-serif !important;*/
    font-family: 'Domine', serif;
    font-style: italic;
    color: #f3807d;
    text-align:right;
    padding: 0px;
}



/* img */
.home_social{
    overflow: hidden;

}
.home_social .home_social_row .home_social_right_col {
    width: 55%;
}
.home_social .home_social_row .home_social_right_col .et_pb_blurb_6{
    background-size: cover;
    height: 100%;
}
.home_social .home_social_row .home_social_left_col .et_pb_code_1 {
    margin: 0;
}
.home_social .home_social_row .home_social_right_col .et_pb_blurb_content{
    max-width: 100%;
    text-align: initial;
}
.home_social .home_social_row .home_social_right_col .et_pb_blurb_content .et_pb_main_blurb_image{
    width: 100%;
    height: 100%;
}
.home_social .home_social_row .home_social_right_col .et_pb_blurb_content .et_pb_main_blurb_image span{
    height: 0;
    padding-bottom: 18%;
    position: relative;
    width: 18%;
    margin-right: 26px;
    margin-top: 25px;
}
.home_social .home_social_row .home_social_right_col .et_pb_blurb_content .et_pb_main_blurb_image span img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
}



/* ABOUT US */
.about_heading_row .about_heading_col {
    position: relative;
}
.et_pb_section.about_heading_sec {
    padding: 75px 0px 70px !important;
}
div#main-content  .et_pb_row.about_heading_row{
    padding: 0px 125px !important;
}
.about_heading_row .about_heading_col:after,
.about_heading_row .about_heading_col_2::before {
    position: absolute !important;
    content: "" !important;
    background-image: url(../images/semi_circle_GR_lt.svg) !important;
    width: 340px;
    height: 680px;
/*    right: -124px;*/
    right: 0;
    top: -2px;
    background-repeat: no-repeat;
    rotate: 180deg;
    z-index: -1;
}
/* .about_heading_row:after {
    position: absolute;
    content: "";
    background-image: url(..images/semi_circle_GR_lt.svg);
    background-repeat: no-repeat;
    right: 0;
    top: 0;
    background-size: cover;
    width: 100%;
    height: 100%;
} */
.et_pb_section.about_call_out_sec{
    position: relative;
}

.et_pb_section.about_call_out_sec:after {
    position: absolute;
    content: "";
    background-image: url(../images/pattern_circle_blue_lt.svg);
    width: 50%;
    height: 340px;
    right: 26px;
    top: 0;
    background-repeat: no-repeat;
}


/* SCROLL TO TOP */

span.et_pb_scroll_top.et-pb-icon.et-visible{
    padding: 0;
    width: 45px;
    height: 45px;
    border-radius: 0;
    float: right;
    right: 22px;
    background-image: url(../images/scroll-top.svg);
    background-position: center;
    background-size: contain;
    opacity: 0.8;
    bottom: 345px;
    background-color: transparent;
}
.home_self_study_sec .home_self_left_col p a.common_btn:hover, .home_abt_left_text_module a.common_btn:hover {
    color: #15315a;
    transition: 0.5s;
}

.home_self_study_sec .home_self_left_col p a.common_btn:hover::before, .home_abt_left_text_module a.common_btn:hover::before {
    position: absolute;
    content: "";
    background-image: url(../images/add1.svg);
    left: 2px;
    top: -7px;
    width: 16px;
    height: 24px;
    background-size: 75%;
    background-position: bottom;
    transition: 0.5s;
}
/* SEMINAR PAGEE MAIN */
.seminar_outer .seminar_inner .item{
    overflow: hidden;
}
.seminar_outer .seminar_inner .item:nth-child(4n+1){
    background-color: #5C89B4;
    position: relative;
}
.seminar_outer .seminar_inner .item:nth-child(4n+1):before {
    position: absolute;
    content: "";
    background-color: #78A2C2;
    width: 36%;
    height: 100%;
    right: 0;
    top: 0;
    z-index: -1;
}
.seminar_outer .seminar_inner .item:nth-child(4n+1):after {
    position: absolute;
    content: "";
    background-image: url(../images/pattern_circle_blue_lt.svg);
    width: 50%;
    height: 340px;
    right: 38px;
    top: 0;
    background-repeat: no-repeat;
    z-index: -1;
}


.seminar_outer .seminar_inner .item:nth-child(4n+2){
    background-color: #f3807d;
    position: relative;
}
.seminar_outer .seminar_inner .item:nth-child(4n+2):before {
    position: absolute;
    content: "";
    background-color: #FC9A98;
    width: 36%;
    height: 100%;
    right: 0;
    top: 0;
    z-index: -1;
}
.seminar_outer .seminar_inner .item:nth-child(4n+2):after {
    position: absolute;
    content: "";
    background-image: url(../images/pattern_circle_pink.svg);
    width: 50%;
    height: 340px;
    right: 38px;
    top: 0;
    background-repeat: no-repeat;
    z-index: -1;
}

.seminar_outer .seminar_inner .item:nth-child(4n+3) {
    background-color: #86A64D !important;
    position: relative;
    overflow: hidden;
}
.seminar_outer .seminar_inner .item:nth-child(4n+3):before {
    position: absolute;
    content: "";
    background-color: #9FB776;
    width: 36%;
    height: 100%;
    right: 0;
    top: 0;
    z-index: -1;
}
.seminar_outer .seminar_inner .item:nth-child(4n+3):after {
    position: absolute;
    content: "";
    background-image: url(../images/pattern_circle_green.svg);
    width: 50%;
    height: 340px;
    right: 38px;
    top: 0;
    background-repeat: no-repeat;
    z-index: -1;
}
.seminar_outer .seminar_inner .item:nth-child(4n+4){
    background-color: #003459 !important;
    position: relative;
    overflow: hidden;
}
.seminar_outer .seminar_inner .item:nth-child(4n+4):before {
    position: absolute;
    content: "";
    background-color: #6F859D;
    width: 36%;
    height: 100%;
    right: 0;
    top: 0;
    z-index: -1;
}
.seminar_outer .seminar_inner .item:nth-child(4n+4):after {
    position: absolute;
    content: "";
    background-image: url(../images/pattern_circle_navy.svg);
    width: 50%;
    height: 340px;
    right: 38px;
    top: 0;
    background-repeat: no-repeat;
    z-index: -1;
}
.seminar_heading_sec .seminar_heading_row p.about-book-me {
    float: left;
}
.seminar_heading_row .about_heading_col::after {
    display: none;
}
.seminar_heading_row .seminar_heading_image:before {
    position: absolute;
    content: "";
    background-image: url(../images/semi_circle_GR_lt.svg);
    width: 324px;
    height: 674px;
    right: -125px;
    top: -80px;
    background-repeat: no-repeat;
    rotate: 180deg;
    z-index: -1;
}
.ajax-loader {
    text-align: center;
    margin-bottom: 20px;
}
.ajax-loader img {
    width: 50px;
    height: 50px;
}

.single_auction_projects_outer .owl-nav {
    display: flex;
    justify-content: space-between;
}
.single_auction_projects_outer .owl-nav {
    display: flex;
    justify-content: center;
    color: #F3807D;
    font-size: 50px;
    column-gap: 20px;
    margin-top: 20px;
}
.single_auction_projects_outer .owl-nav .disabled {
    opacity: .2;
    color: #000 !important;
}
.single_auction_products_outer .auction_feature_product .prod_image_outer .featured-image {
    position: relative;
    height: 0;
    width: 100%;
    padding-bottom: 90%;
    margin-bottom: 20px;
}
.single_auction_products_outer .auction_feature_product .prod_image_outer .featured-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: contain;
    left: 0;
    top: 0;
    padding: 52px;
    background-color: #cccccc2e;
}

/* :::::::::::::::::::::::: home slider new ::::::::::::::::::::::::  */

#main-content .home_slider_section {
    margin-left: auto !important;
    margin-right: auto !important;
    width: 100% !important;
    max-width: 78% !important;
    float: none !important;
	margin-top: 30px;
}
.home_slider_section .et_pb_container {
    height: auto !important;
}
.home_slider_section .et_pb_slider_container_inner {
    display: flex;
    justify-content: center;
}
.home_slider_section .et_pb_slider_container_inner .et_pb_slide_image, 
.home_slider_section .et_pb_slider_container_inner .et_pb_slide_description {
    position: relative;
    top: 0;
    margin: 0 !important;
    left: 0 !important;
    bottom: 0;
}
.home_slider_section .et_pb_slider_container_inner .et_pb_slide_image {
    order: 1;
    width: 54.1%;
}
.home_slider_section .et_pb_slider_container_inner .et_pb_slide_image img {
    object-fit: cover;
    max-height: none !important;
    animation-delay: .1s !important;
    -webkit-animation-delay: .1s !important;
    -moz-animation-delay: .1s !important;
    -ms-animation-delay: .1s !important;
    -o-animation-delay: .1s !important;
}
div#main-content .home_slider_section .et_pb_row.et_pb_row_0 .et_pb_slides .et_pb_slide:before {
	display:none;
}
div#main-content .home_slider_section .et_pb_slider_container_inner .et_pb_slide_description {
    background: #15315a;
    flex: 1;
    width: 0;
    padding-left: 20px !important;
    padding-right: 20px !important;
	padding-top: 74px !important;
    padding-bottom: 74px !important;
}
.et-pb-controllers {
    transform: translateX(-50%);
    left: 22%;
}
div#main-content .et_section_regular .et_pb_slide_description h2,
div#main-content .home_slider_section .et_pb_slider_container_inner .et_pb_slide_description .et_pb_slide_content h2{
    width: 100%;
}
div#main-content .home_slider_section .et_pb_row .et_pb_slides {
    height: auto;
    padding: 0;
}
div#main-content .home_slider_section .et_pb_row .et_pb_slides .et-pb-active-slide {
    position: relative;
}
.consultation_sec {
    margin-bottom: 80px;
}
.consultation_sec .consultation_heading_text h3 {
    font-size: 42px;
    line-height: 49px;
    font-weight: 800;
    color: #F3807D !important;
    text-align: center;
    font-family: 'Domine', serif;
    font-style: normal;
    margin-top: 30px;
}
.consultation_sec .consultaion_code .home_feature_product .complete_product a.product_image {
    background-color: transparent;
    padding: 0;
}
.home_products_outer .active-ul-download .home_feature_product {
    display: block;
}
.product_ajax_code_sec .home_projects_outer ul.complete_ul_product {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.product_ajax_code_sec .home_projects_outer ul.complete_ul_product li {
    font-size: 16px !important;
    font-weight: 500;
    line-height: 17px !important;
    color: #15315a;
    padding-bottom: 20px;
    text-transform: uppercase;
	position:relative;
	display:flex;
}
.product_ajax_code_sec .home_projects_outer ul.complete_ul_product li label {
    position: relative;
    display: flex;
	cursor:pointer;
}
.product_ajax_code_sec .home_projects_outer ul.complete_ul_product li input[type="radio"] {
    display: inline-flex;
    width: 20px;
    height: 20px;
    border: 0;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
    padding: 0;
	margin-right: 10px;
}
.product_ajax_code_sec .home_projects_outer ul.complete_ul_product li input[type='radio']:after {
width: 20px;
    height: 20px;
    border-radius: 15px;
    position: relative;
    background-color: #d1d3d1;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 5px solid #d1d3d1;
    }

.product_ajax_code_sec .home_projects_outer ul.complete_ul_product li input[type='radio']:checked:after {
    width: 20px;
    height: 20px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #40484b;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 5px solid #d1d3d1;
}
/* .product_ajax_code_sec .home_projects_outer ul.complete_ul_product li [type="radio"]:checked,
.product_ajax_code_sec .home_projects_outer ul.complete_ul_product li [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.product_ajax_code_sec .home_projects_outer ul.complete_ul_product li [type="radio"]:checked + label,
.product_ajax_code_sec .home_projects_outer ul.complete_ul_product li [type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
.product_ajax_code_sec .home_projects_outer ul.complete_ul_product li [type="radio"]:checked + label:before,
.product_ajax_code_sec .home_projects_outer ul.complete_ul_product li [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #dee3e6;
}
.product_ajax_code_sec .home_projects_outer ul.complete_ul_product li [type="radio"]:checked + label:after,
.product_ajax_code_sec .home_projects_outer ul.complete_ul_product li [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #F87DA9;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.product_ajax_code_sec .home_projects_outer ul.complete_ul_product li [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.product_ajax_code_sec .home_projects_outer ul.complete_ul_product li [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
} */
.outer_download_button #download-button {
    padding: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: initial;
    height: 100%;
    color: #fff !important;
    width: 177px;
    height: 54px;
    border-radius: 7px;
    background: #86A64D;
    transition: 0.5s;
    font-size: 16px;
    text-transform: uppercase;
    position: relative;
    bottom: 0;
    margin: 0 auto;
    margin-top: 40px;
    border: 0;
}
.outer_download_button #download-button:hover {
	background: #dee3e6;
}


/* reviews ::::::::::::::::::::::::::::: */

.review-row-1, .review-row-2 {
    display: flex;
}
.review-row-1 {
    column-gap: 20px;
}
.review-row-1 .name,
.review-row-2 .date
{
    font-size: 16px;
}
.review-row-1 .verified {
position: relative;
    top: 0;
    left: 0;
    padding-left: 32px;
}
.review-row-1 .verified::after {
    left: 0;
}
.review-row-2 {
    column-gap: 20px;
    align-items: center;
}
.review-inner .review-row-2 .star {
    flex-wrap: nowrap;
    column-gap: 10px;
}
.review-inner .review-row-2 .star li {
    width: 15px;
    display: flex;
    align-items: center;
}
.author .about_author h1 {
    font-size: 42px;
    line-height: 49px;
    font-weight: 800;
    color: #F3807D !important;
    text-align: left;
    font-family: 'Domine', serif;
    font-style: normal;
    padding-top: 20px;
    padding-bottom: 30px;
}
.author .image_and_title {
    display: flex;
}
.author .image_and_title .service_image {
    max-width: 220px;
    width: 100%;
    margin-right: 20px;
    border-right: 1px solid #f8f9fa;
    padding-right: 20px;
}
.author .image_and_title .service_image img {
    width: 100%;
    height: auto;
    object-fit: contain;
}
.author .image_and_title .author_content {
    flex: 1;
    border-bottom: 1px solid #f8f9fa;
    margin-bottom: 25px;
}
.author .image_and_title .author_content p {
    padding-bottom: 25px;
}
.author .image_and_title:last-child .author_content {
    border-bottom: 0;
    margin-bottom: 0;
}

/* .video-outer {
	margin-top: 20px;
}
.video-outer video {
    float: left;
    margin-right: 20px;
    width: 400px;
    height: 400px;
} */

.editor_anchor {
    padding: 0 !important;
    display: inline-flex;
    justify-content: center;
    line-height: normal;
    color: #fff !important;
    width: auto;
    height: 54px;
    border-radius: 7px;
    background: #86A64D;
    transition: 0.5s;
    font-size: 16px;
    text-transform: uppercase;
    position: relative;
    bottom: 0;
    white-space: nowrap;
    padding-left: 20px !important;
    padding-right: 20px !important;
	margin-bottom: 30px;
}
.editor_anchor:hover {
    background: #15315a;
}

/* New css ::::::::::::::::::::::::::::::::::::::: */

body.cart-container article#post-564 {
    padding: 60px 67px;
    margin: 0px;
    float: left;
    width: 100%;
}
body.cart-container article#post-564 h1.entry-title.main_title {
    color: #f3807c;
    font-size: 42px;
    line-height: 42px;
    font-weight: 700;
    padding-bottom: 0;
    text-align: center;
    padding-top: 60px;
}
body.cart-container article#post-564 .entry-content form.cart_page_class_holder {
}
body.cart-container article#post-564 table.shop_table {
    border: none;
    width: 100%;
    margin: 0 !important;
    padding: 0;
}
body.cart-container article#post-564 table.shop_table thead th {
    text-transform: capitalize;
    font-size: 20px;
    line-height: 35px;
    color: #191919;
    font-family: 'Karla', sans-serif;
    font-weight: 700;
}
body.cart-container article#post-564 table.shop_table td {
    padding: 0;
    border: 0px solid;
    vertical-align: top;
    border-bottom: 1px solid;
    padding-bottom: 22px;
    padding-top: 20px;
}
body.cart-container article#post-564 table.shop_table td a {
    font-size: 16px;
    line-height: 20px;
    color: #000;
    font-weight: 700;
}
body.cart-container article#post-564 table.shop_table td.product-remove {
    padding-right: 17px;
}
body.cart-container article#post-564 table.shop_table td a.remove {
    width: 16px;
    height: 16px;
    background: url(../images/Cancel.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px;
    background-color: transparent;
/*     text-indent: -9999px; */
    margin: 0;
    border-radius: initial;
}
body.cart-container article#post-564 table.shop_table td.product-thumbnail {
    padding-bottom: 24px;
}
body.cart-container article#post-564 table.shop_table td.product-thumbnail a {
    float: left;
    width: 98px;
    height: 98px;
}
body.cart-container article#post-564 table.shop_table td.product-thumbnail a img {
    float: left;
    width: 98px;
    height: 98px;
    object-fit: cover;
}
body.cart-container article#post-564 table.shop_table td.product-name {
    padding-left: 45px;
}
body.cart-container article#post-564 table.shop_table td.product-name a {
    margin: -3px 0 0;
    float: left;
    width: 100%;
    padding: 0 0 7px;
    text-transform: capitalize;
    padding-right: 100px;
}
body.cart-container article#post-564 table.shop_table td.product-name a {
    font-size: 26px;
    color: #2d383c;
    line-height: 35px;
    font-family: 'Karla', sans-serif;
    font-weight: 400;
}
body.cart-container article#post-564 table.shop_table td h5 {
    font-size: 16px;
    line-height: 30px;
    color: #000;
    font-weight: 500;
    padding-right: 135px;
    position: relative;
    padding-left: 10px;
    float: left;
    width: 100%;
    padding-bottom: 3px;
}
body.cart-container article#post-564 table.shop_table td h5:before {
    content: "-";
    position: absolute;
    left: 0;
    font-size: 20px;
    line-height: 35px;
    color: #191919;
}
body.cart-container article#post-564 table.shop_table td h5 .common_excerpt_outer p {
    text-transform: capitalize;
    font-size: 20px;
    line-height: 35px;
    color: #191919;
}
body.cart-container article#post-564 table.shop_table td dl.variation {
    position: relative;
    float: left;
    width: 100%;
    padding-left: 10px;
}
body.cart-container article#post-564 table.shop_table td dl.variation:before {
    content: "-";
    font-size: 18px;
    position: absolute;
    left: 0;
    top: 4px;
}
body.cart-container article#post-564 table.shop_table td dt {
    font-size: 16px;
    line-height: 30px;
    color: #000;
    font-weight: 500;
}
body.cart-container article#post-564 table.shop_table td dd p {
    font-size: 16px;
    line-height: 30px;
    color: #000;
    font-weight: 500;
}
body.cart-container article#post-564 table.shop_table td.product-quantity {
    padding-right: 108px;
    padding-top: 26px;
    padding-left: 14px;
}
body.cart-container article#post-564 table.shop_table tr:first-child td.product-quantity {
    padding-top: 6px;
    padding-left: 14px;
}
body.cart-container article#post-564 table.shop_table td .quantity {
    float: left;
    width: 122px;
    position: relative;
    height: 42px;
    border: 1px solid;
    display: flex;
}
body.cart-container article#post-564 table.shop_table td .quantity {
    width: auto;
    border: 0;
}
body.cart-container article#post-564 table.shop_table td .quantity input {
    float: left;
    width: 40px !important;
    background: transparent !important;
    border: 0px solid !important;
    text-align: center;
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #000 !important;
    height: auto !important;
}
body.cart-container article#post-564 table.shop_table td .quantity input.minus,
body.cart-container article#post-564 table.shop_table td .quantity input.plus {
    color: #F3807D !important;
    font-weight: 500 !important;
    font-size: 30px !important;
    width: auto !important;
    padding-left: 0;
    padding-right: 0;
    cursor: pointer;
}
body.cart-container article#post-564 table.shop_table td .quantity input[type="number"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
    background-color: transparent !important;
    color: #000 !important;
    font-size: 30px !important;
    font-weight: 500!important;
}
body.cart-container article#post-564 table.shop_table td.product-price {
    text-align: right;
    padding-top: 38px;
    padding-right: 4px;
}
body.cart-container article#post-564 table.shop_table tr:first-child td.product-price {
    padding-top: 16px;
}
body.cart-container article#post-564 table.shop_table td span {
    font-size: 45px !important;
    font-weight: 600;
    color: #F3807D !important;
}
body.cart-container article#post-564 table.shop_table tr:first-child td {
    padding-top: 0;
}
/* body.cart-container article#post-564 table.shop_table tr td:first-child {
    padding-top: 0;
} */
body.cart-container article#post-564 table.shop_table td.product-name.cart_mob_view {
    display: none;
}
body.cart-container article#post-564 table.shop_table th.product-name:last-child {
    display: none;
}
body.cart-container #content-area .entry-content .cart-collaterals {
    float: right;
    width: auto;
    margin: 12px 0 0;
}
body.cart-container #content-area .entry-content .cart-collaterals .cart_totals {
    float: right;
    width: 48%;
}
body.cart-container #content-area .entry-content .cart-collaterals .cart_totals {
    float: right;
    width: auto;
}
body.cart-container #content-area .entry-content .cart-collaterals .cart_totals table.shop_table {
    margin: 0 0 3px !important;
}
body.cart-container #content-area .entry-content .cart-collaterals .cart_totals table.shop_table tr.cart-subtotal {
    padding: 0;
    float: right;
}
body.cart-container #content-area .entry-content .cart-collaterals .cart_totals table.shop_table tr.cart-subtotal th {
    padding-bottom: 0;
    float: left;
    width: auto;
    padding-right: 71px;
    padding-top: 0;
    font-size: 18px;
    color: #000;
    font-weight: 700;
}
body.cart-container #content-area .entry-content .cart-collaterals .cart_totals table.shop_table tr.cart-subtotal td {
    border: 0px;
    padding-bottom: 0;
    float: right;
    padding-top: 0;
    padding-right: 4px;
}
body.cart-container #content-area .entry-content .cart-collaterals .cart_totals table.shop_table tr.cart-subtotal td span {
    font-size: 18px;
}
body.cart-container #content-area .entry-content .cart-collaterals .cart_totals table.shop_table tr.cart-subtotal td span {
    font-size: 18px;
}
body.cart-container #content-area .entry-content .cart-collaterals .cart_totals tr.woocommerce-shipping-totals.shipping {
    display: none;
}
body.cart-container #content-area .entry-content .cart-collaterals .cart_totals p.cart_shipping_text {
    font-size: 18px;
    line-height: 33px;
    text-align: right;
    width: auto;
    float: right;
    font-style: italic;
    color: var(--black);
    margin: 0 0 47px;
    padding-right: 2px;
    letter-spacing: -1px;
}
body.cart-container #content-area .entry-content .cart-collaterals .cart_totals .wc-proceed-to-checkout {
    float: right;
    padding: 0;
    clear: right;
}
body.cart-container #content-area .entry-content .cart-collaterals .cart_totals .wc-proceed-to-checkout a.checkout-button {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: initial;
    height: 100%;
    color: #fff !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
    height: 54px;
    border-radius: 5px;
    background: #86A64D;
    transition: 0.5s;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}
body.cart-container #content-area .entry-content .cart-collaterals .cart_totals .wc-proceed-to-checkout a.checkout-button:hover {
    background-color: #15315a;
}
body.cart-container #content-area .entry-content .cart-collaterals .cart_totals .wc-proceed-to-checkout a.checkout-button:after {
    display: none;
}
.single.single-product #main-content form.cart .quantity input.minus,
.single.single-product #main-content form.cart .quantity input.plus {
    display: none;
}
.single.single-product #main-content form.cart {
    display: flex;
    position: relative;
}
.single.single-product #main-content form.cart #increase, .single.single-product #main-content form.cart #decrease {
    position: absolute;
    color: #F3807D;
    font-weight: 500;
    top: 6px;
    left: 11px;
    font-size: 30px;
    cursor: pointer;
}
.single.single-product #main-content form.cart #increase {
    left: 75px;
    cursor: pointer;
}
.single.single-product #main-content form.cart .single_add_to_cart_button {
    padding: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: initial !important;
    height: 100%;
    color: #fff !important;
    width: 177px !important;
    height: 54px;
    border-radius: 10px;
    background: #86A64D !important;
    transition: 0.5s;
    font-size: 16px;
    text-transform: uppercase;
    position: relative;
    bottom: 0;
    font-family: 'Karla', sans-serif;
    opacity: 1;
    margin-left: 25px;
}
.single.single-product #main-content form.cart .single_add_to_cart_button:hover {
    background-color: #15315a !important;
}
.single.single-product #main-content form.cart .single_add_to_cart_button:hover::after {
    display: none;
}
.single.single-product #main-content #left-area {
    width: 100%;
    padding-right: 0;
}
.single.single-product #main-content .container:before {
    content: none;
}
.single.single-product #main-content #sidebar {
    display: none;
}


/* checkout ::::::::::::::::::::::::::: */

div#main-content .container.checkout_container_outer #left-area {
    padding: 60px 67px 0 67px;
    margin: 0px;
    float: left;
    width: 100% !important;
    margin-bottom: 67px;
}
div#main-content .container.checkout_container_outer #left-area article h1.entry-title.main_title {
    color: #f3807c;
    font-size: 42px;
    line-height: 42px;
    font-weight: 700;
    padding-bottom: 0;
    text-align: center;
    padding-top: 60px;
}

div#main-content .container.checkout_container_outer #left-area article .coupon_sec_outer {
    position: relative;
    float: left;
    width: 100%;
    display: grid;
    grid-template-columns: 54.5% 40%;
    grid-gap: 0 50px;
    grid-template-areas:
        "error ."
        " coup .";
    margin-bottom: 50px;
}

div#main-content .container.checkout_container_outer #left-area article form#checkout-couponform {
    border-radius: 0;
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
    float: left;
    width: 100%;
    grid-area: coup;
}
div#main-content .container.checkout_container_outer #left-area article form#checkout-couponform {
    border-radius: 0;
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
    float: left;
    width: 100%;
    grid-area: coup;
    background: #fbd6d5;
}
div#main-content .container.checkout_container_outer #left-area article form#checkout-couponform h3 {
    padding: 29.5px 26px 0 26px;
    margin: 0 0 21px;
    float: left;
    width: 100%;
    font-weight: 400;
    font-family: 'Domine', serif;
    font-size: 42px;
    line-height: 42px;
    color: #f3807d;
    font-style: normal;
}
div#main-content .container.checkout_container_outer #left-area article form#checkout-couponform .form-row-first {
    padding: 0 0 0 26px;
    margin: 0;
    width: 42%;
}
div#main-content .container.checkout_container_outer #left-area article form#checkout-couponform span.discount-text {
    font-size: 16px;
    font-family: "Overpass", sans-serif;
    font-weight: 700;
    float: left;
}
div#main-content .container.checkout_container_outer #left-area article form#checkout-couponform input#coupon_code {
    width: 46%;
    margin: 0 0 0 17px;
    color: #15315a !important;
    border: 0px !important;
    border-bottom: 1px solid #f69d9a !important;
    background-color: transparent !important;
    font-family: 'Karla', sans-serif !important;
    font-weight: 500;
    font-size: 16px;
    float: left;
    padding-top: 7px;
}
div#main-content .container.checkout_container_outer #left-area article form#checkout-couponform p.form-row.form-row-last {
    width: 54%;
    float: left;
    margin: 0 0 0 19px;
    padding: 0;
    column-gap: 5%;
}
div#main-content .container.checkout_container_outer #left-area article form#checkout-couponform button.button,
div#main-content .container.checkout_container_outer #left-area article form#checkout-couponform button.button-clear {
    padding: 0 !important;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    line-height: initial;
    height: 100%;
    color: #fff !important;
    width: 45% !important;
    height: 54px;
    border-radius: 5px;
    background: #86A64D;
    transition: 0.5s;
    text-transform: uppercase;
    color: #15315a;
    font-size: 16px !important;
    font-weight: 500;
    font-family: 'Karla', sans-serif;
    border: 0;
    cursor: pointer;
}
div#main-content .container.checkout_container_outer #left-area article form#checkout-couponform button.button:hover,
div#main-content .container.checkout_container_outer #left-area article form#checkout-couponform button.button-clear:hover {
    background-color: #15315a !important;
}
div#main-content .container.checkout_container_outer #left-area article form#checkout-couponform p.form-row.form-row-last::before,
div#main-content .container.checkout_container_outer #left-area article form#checkout-couponform p.form-row.form-row-last:after,
div#main-content .container.checkout_container_outer #left-area article form#checkout-couponform button.button:hover:after,
div#main-content .container.checkout_container_outer #left-area article form#checkout-couponform button.button-clear:hover:after {
    display: none;
}
div#main-content .container.checkout_container_outer #left-area article form#checkout-couponform p.coupon_code_applied_cs {
    float: left;
    width: 100%;
    margin: 20px 0 30px;
    display: grid;
    grid-template-columns: 10.2%;
    grid-template-columns: repeat(auto-fill, minmax(16%, 1fr));
    grid-gap: 10px;
    padding: 0 0 0 26px;
}
div#main-content .container.checkout_container_outer #left-area article form.checkout.woocommerce-checkout {
    display: grid;
    grid-template-columns: 54.5% 40%;
    grid-gap: 50px;
    justify-content: space-between;
    float: left;
    width: 100%;
    position: relative !important;
    grid-template-areas: "error error";
    z-index: 0;
    align-items: flex-start;
}
div#main-content .container.checkout_container_outer #left-area article form.checkout.woocommerce-checkout h3.payment_title_mobile {
    display: none;
}
div#main-content .container.checkout_container_outer #left-area article form.checkout.woocommerce-checkout #customer_details {
    width: 100%;
    background: #fbd6d5;
    padding: 45px 45px 60px 45px;
}
div#main-content .container.checkout_container_outer #left-area article form.checkout.woocommerce-checkout #customer_details .col-1 {
    width: 100%;
}
div#main-content .container.checkout_container_outer #left-area article form.checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields h3 {
    padding: 29.5px 26px 0 0;
    margin: 0 0 21px;
    float: left;
    width: 100%;
    font-weight: 400;
    font-family: 'Domine', serif;
    font-size: 42px;
    line-height: 42px;
    color: #f3807d;
    font-style: normal;
}
div#main-content .container.checkout_container_outer #left-area article form.checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row span.woocommerce-input-wrapper .input-text {
    color: #15315a !important;
    border: 0px !important;
    border-bottom: 1px solid #f69d9a !important;
    padding: 3px 45px !important;
    background-color: transparent !important;
    font-family: 'Karla', sans-serif !important;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 30px !important;
    width: 100% !important;
}
div#main-content .container.checkout_container_outer #left-area article form.checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row .select2-selection.select2-selection--single {
    background-color: #fff !important;
    border: 0px !important;
    height: 40px;
    padding: 0px 55px 0px 15px !important;
    appearance: none;
    -webkit-appearance: none;
    border-radius: 0;
}
div#main-content .container.checkout_container_outer #left-area article form.checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row .select2-selection.select2-selection--single span.select2-selection__rendered {
    color: #15315a !important;
    border: 0px !important;
    background-color: transparent !important;
    font-family: 'Karla', sans-serif !important;
    font-weight: 500;
    font-size: 16px;
    width: 100% !important;
    height: 40px;
    line-height: 40px;
}
div#main-content .container.checkout_container_outer #left-area article form.checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row .select2-selection.select2-selection--single span.select2-selection__rendered .select2-selection__placeholder {
    color: #15315a !important;
}
div#main-content .container.checkout_container_outer #left-area article form.checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row .select2-selection.select2-selection--single .select2-selection__arrow {
    background-image: url(../images/select_dropdown.png);
    background-position: top right;
    background-size: 40px;
    background-repeat: no-repeat;
    cursor: pointer;
    height: 40px;
    width: 40px;
    top: 0px;
    right: 0;
}
div#main-content .container.checkout_container_outer #left-area article form.checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row .select2-selection.select2-selection--single .select2-selection__arrow b {
    display: none;
}
div#main-content .container.checkout_container_outer #left-area article form.checkout.woocommerce-checkout #customer_details .next-btn-checkout .shippingnext-btn {
    padding: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: initial;
    color: #fff !important;
    width: 177px !important;
    height: 54px;
    border-radius: 5px;
    background: #86A64D;
    transition: 0.5s;
    text-transform: uppercase;
    font-size: 16px !important;
    font-weight: 500;
    font-family: 'Karla', sans-serif;
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;
}
div#main-content .container.checkout_container_outer #left-area article form.checkout.woocommerce-checkout #customer_details .next-btn-checkout .shippingnext-btn:hover {
    background-color: #15315a;
}
div#main-content .container.checkout_container_outer #left-area article form.checkout.woocommerce-checkout .order_summary_checkout {
    position: relative;
    z-index: 0;
    float: left;
    width: 100%;
}
div#main-content .container.checkout_container_outer #left-area article form.checkout.woocommerce-checkout .order_summary_checkout h3#order_review_heading {
    padding: 0;
    margin: 0 0 21px;
    float: left;
    font-weight: 400;
    font-family: 'Domine', serif;
    font-size: 42px;
    line-height: 42px;
    color: #f3807d;
    font-style: normal;
}
div#main-content .container.checkout_container_outer #left-area article form.checkout.woocommerce-checkout .order_summary_checkout a.order_edit {
    width: 20px;
    height: 20px;
    background-image: url(../images/pencil-icon.png);
    background-repeat: no-repeat;
    float: right;
    color: transparent;
    margin-top: 8px;
}
div#main-content .container.checkout_container_outer #left-area article form.checkout.woocommerce-checkout .order_summary_checkout .woocommerce-checkout-review-order {
    float: left;
    width: 100%;
}
div#main-content .container.checkout_container_outer #left-area article form.checkout.woocommerce-checkout .order_summary_checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table {
    padding: 0;
    border: 0;
}
div#main-content .container.checkout_container_outer #left-area article form.checkout.woocommerce-checkout .order_summary_checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tr.cart_item {
    padding: 0 0 22px;
    border-bottom: 1px solid #000;
    margin: 0 0 22px;
    position: relative;
    width: 100%;
}
div#main-content .container.checkout_container_outer #left-area article form.checkout.woocommerce-checkout .order_summary_checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tr.cart_item td.product-name {
    width: 100%;
    float: left;
    padding-left: 0;
    padding-right: 0;
}
div#main-content .container.checkout_container_outer #left-area article form.checkout.woocommerce-checkout .order_summary_checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tr.cart_item td.product-name span.checkout_product_name_cs {
    width: 100%;
    float: left;
    font-size: 26px;
    color: #2d383c;
    line-height: 35px;
    font-family: 'Karla', sans-serif;
    font-weight: 400;
}
div#main-content .container.checkout_container_outer #left-area article form.checkout.woocommerce-checkout .order_summary_checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tr.cart_item td.product-name span.checkout_product_name_cs .shortDescription p {
    font-size: 20px;
    line-height: 35px;
    position: relative;
    float: left;
    width: 100%;
    padding-bottom: 15px;
    color: #191919;
    text-transform: capitalize;
    font-family: 'Karla', sans-serif;
    font-weight: 400;
    padding-top: 7px;
}
div#main-content .container.checkout_container_outer #left-area article form.checkout.woocommerce-checkout .order_summary_checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tr.cart_item td.product-name strong.product-quantity {
    color: #15315a !important;
    border: 0px !important;
    border-bottom: 1px solid #f69d9a !important;
    padding: 3px 35px 0 35px !important;
    background-color: transparent !important;
    font-family: 'Karla', sans-serif !important;
    font-weight: 500;
    font-size: 16px;
    text-align: left;
}
div#main-content .container.checkout_container_outer #left-area article form.checkout.woocommerce-checkout .order_summary_checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tr.cart_item td.product-name span.woocommerce-Price-amount.amount {
    float: right;
    font-size: 18px !important;
    font-weight: 600;
    color: #F3807D !important;
}
div#main-content .container.checkout_container_outer #left-area article form.checkout.woocommerce-checkout .order_summary_checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot {
    padding: 0 0 0 4px;
    float: left;
    width: 100%;
}
div#main-content .container.checkout_container_outer #left-area article form.checkout.woocommerce-checkout .order_summary_checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot tr {
    float: left;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 0 0 2px!important;
}
/* div#main-content .container.checkout_container_outer #left-area article form.checkout.woocommerce-checkout .order_summary_checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tr.cart-subtotal {
    float: left;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 0 0 2px 0 !important;
} */
div#main-content .container.checkout_container_outer #left-area article form.checkout.woocommerce-checkout .order_summary_checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot tr th {
    font-size: 18px;
    padding: 15px 0 15px;
    font-family: 'Karla', sans-serif;
    color: #191919;
}
div#main-content .container.checkout_container_outer #left-area article form.checkout.woocommerce-checkout .order_summary_checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot tr td {
    text-align: right;
    font-size: 18px;
    padding: 15px 0 15px;
    font-family: 'Karla', sans-serif;
    color: #191919;
}
/* div#main-content .container.checkout_container_outer #left-area article form.checkout.woocommerce-checkout .order_summary_checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tr.woocommerce-shipping-totals.shipping {
    float: left;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 0 0 2px 0 !important;
} */
div#main-content .container.checkout_container_outer #left-area article form.checkout.woocommerce-checkout .order_summary_checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tr.woocommerce-shipping-totals.shipping ul#shipping_method {
    padding: 0 !important;
    float: right;
    line-height: normal !important;
}
div#main-content .container.checkout_container_outer #left-area article form.checkout.woocommerce-checkout .order_summary_checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tr.woocommerce-shipping-totals.shipping ul#shipping_method li {
    padding: 0;
    margin: 0;
    line-height: normal;
}
div#main-content .container.checkout_container_outer #left-area article form.checkout.woocommerce-checkout .order_summary_checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tr.woocommerce-shipping-totals.shipping ul#shipping_method li label {
    display: inline;
    font-size: 18px;
    color: #191919;
    position: relative;
}
div#main-content .container.checkout_container_outer #left-area article form.checkout.woocommerce-checkout #customer_details .col-2 {
    width: 100%;
}
div#main-content .container.checkout_container_outer #left-area article form.checkout.woocommerce-checkout #customer_details .checkoutpage-shippingformouter h3 {
    padding: 29.5px 26px 0 0;
    margin: 0 0 21px;
    float: left;
    width: 100%;
    font-weight: 400;
    font-family: 'Domine', serif;
    font-size: 42px;
    line-height: 42px;
    color: #f3807d;
    font-style: normal;
}
div#main-content .container.checkout_container_outer #left-area article form.checkout.woocommerce-checkout #customer_details .checkoutpage-shippingformouter h3#ship-to-different-address {
    margin-bottom: 0;
    line-height: normal;
}
div#main-content .container.checkout_container_outer #left-area article form.checkout.woocommerce-checkout #customer_details .checkoutpage-shippingformouter .woocommerce-shipping-fields #ship-to-different-address label.checkbox {
    width: 100%;
    display: block;
    color: #15315a;
    font-family: 'Karla', sans-serif;
    font-weight: 500;
    font-size: 16px;
    opacity: 1;
    cursor: pointer;
}
div#main-content .container.checkout_container_outer #left-area article form.checkout.woocommerce-checkout #customer_details .checkoutpage-shippingformouter .woocommerce-shipping-fields #ship-to-different-address label.checkbox span {
    position: relative;
    padding-left: 22px;
}
div#main-content .container.checkout_container_outer #left-area article form.checkout.woocommerce-checkout #customer_details .checkoutpage-shippingformouter .woocommerce-shipping-fields #ship-to-different-address label.checkbox span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px; /* Adjust as needed for vertical alignment */
    width: 15px; /* Adjust the size of your custom radio button */
    height: 15px; /* Adjust the size of your custom radio button */
    border: 1px solid #f8b9b7; /* Style the border of your custom radio button */
    border-radius: 50%; /* Makes it a circle */
}

  
/* Change the custom radio button color when checked */
div#main-content .container.checkout_container_outer #left-area article form.checkout.woocommerce-checkout #customer_details .checkoutpage-shippingformouter .woocommerce-shipping-fields #ship-to-different-address label.checkbox span input[type="checkbox"]:checked + span::before, 
input[type="radio"]:checked + span::before {
    background-color: #f3807d !important; /* Change the color when the radio button is selected */
    background: rgb(0,0,162);
    background: linear-gradient(180deg, #f3807d 50%, #fbd6d5 50%);
}
div#main-content .container.checkout_container_outer #left-area article form.checkout.woocommerce-checkout #customer_details .checkoutpage-shippingformouter .woocommerce-additional-fields .form-row textarea {
    max-height: unset;
    height: 26px;
    margin-top: 25px;
    color: #15315a !important;
    border: 0px !important;
    border-bottom: 1px solid #f69d9a !important;
    padding: 3px 45px !important;
    background-color: transparent !important;
    font-family: 'Karla', sans-serif !important;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 30px !important;
    width: 100% !important;
}
div#main-content .container.checkout_container_outer #left-area article form.checkout.woocommerce-checkout #customer_details .shipping_address .form-row {
    padding: 0;
    margin: 0;
}
div#main-content .container.checkout_container_outer #left-area article form.checkout.woocommerce-checkout #customer_details .shipping_address .form-row input {
    color: #15315a !important;
    border: 0px !important;
    border-bottom: 1px solid #f69d9a !important;
    padding: 3px 45px !important;
    background-color: transparent !important;
    font-family: 'Karla', sans-serif !important;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 30px !important;
    width: 100% !important;
}
div#main-content .container.checkout_container_outer #left-area article form.checkout.woocommerce-checkout #customer_details .shipping_address .form-row .select2-selection.select2-selection--single {
    background-color: #fff !important;
    border: 0px !important;
    height: 40px;
    padding: 0px 55px 0px 15px !important;
    appearance: none;
    -webkit-appearance: none;
    margin-bottom: 0;
    border-radius: 0;
}
div#main-content .container.checkout_container_outer #left-area article form.checkout.woocommerce-checkout #customer_details .shipping_address .form-row .select2-selection.select2-selection--single span.select2-selection__rendered {
    color: #15315a !important;
    border: 0px !important;
    background-color: transparent !important;
    font-family: 'Karla', sans-serif !important;
    font-weight: 500;
    font-size: 16px;
    width: 100% !important;
    height: 40px;
    line-height: 40px;
}
div#main-content .container.checkout_container_outer #left-area article form.checkout.woocommerce-checkout #customer_details .shipping_address .form-row .select2-selection.select2-selection--single span.select2-selection__rendered .select2-selection__placeholder {
    color: #15315a !important;
}
div#main-content .container.checkout_container_outer #left-area article form.checkout.woocommerce-checkout #customer_details .shipping_address .form-row .select2-selection.select2-selection--single .select2-selection__arrow {
    background-image: url(../images/select_dropdown.png);
    background-position: top right;
    background-size: 40px;
    background-repeat: no-repeat;
    cursor: pointer;
    height: 40px;
    width: 40px;
    top: 0px;
    right: 0;
}
div#main-content .container.checkout_container_outer #left-area article form.checkout.woocommerce-checkout #customer_details .col-2 .next-btn-checkout .payment-show {
    padding: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: initial;
    color: #fff !important;
    width: 177px !important;
    height: 54px;
    border-radius: 5px;
    background: #86A64D;
    transition: 0.5s;
    text-transform: uppercase;
    font-size: 16px !important;
    font-weight: 500;
    font-family: 'Karla', sans-serif;
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;
}
div#main-content .container.checkout_container_outer #left-area article form.checkout.woocommerce-checkout #customer_details .col-2 .next-btn-checkout .payment-show:hover {
    background-color: #15315a;
}
div#main-content .container.checkout_container_outer #left-area article form.checkout.woocommerce-checkout .order_summary_checkout .woocommerce-checkout-review-order #payment {
    width: 100%;
    background: #fbd6d5;
    padding: 45px 45px 60px 45px;
}
div#main-content .container.checkout_container_outer #left-area article form.checkout.woocommerce-checkout .order_summary_checkout .woocommerce-checkout-review-order #payment h3.payment_title_desktop {
    padding: 0;
    margin: 0 0 21px;
    float: left;
    width: 100%;
    font-weight: 400;
    font-family: 'Domine', serif;
    font-size: 42px;
    line-height: 42px;
    color: #f3807d;
    font-style: normal;
}
div#main-content .container.checkout_container_outer #left-area article form.checkout.woocommerce-checkout .order_summary_checkout .woocommerce-checkout-review-order #payment ul.wc_payment_methods.payment_methods.methods li.wc_payment_method.payment_method_cod .payment_met_outer label {
    font-size: 18px;
    padding: 15px 0 15px;
    font-family: 'Karla', sans-serif;
    color: #191919;
}
div#main-content .container.checkout_container_outer #left-area article form.checkout.woocommerce-checkout .order_summary_checkout .woocommerce-checkout-review-order #payment ul.wc_payment_methods.payment_methods.methods li.wc_payment_method.payment_method_cod .payment_box.payment_method_cod {
    background-color: #5c89b4;
    color: #FFF;
    margin-bottom: 0;
}
div#main-content .container.checkout_container_outer #left-area article form.checkout.woocommerce-checkout .order_summary_checkout .woocommerce-checkout-review-order #payment ul.wc_payment_methods.payment_methods.methods li.wc_payment_method.payment_method_cod .payment_box.payment_method_cod::before {
    border: 1em solid #5c89b4;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
}
div#main-content .container.checkout_container_outer #left-area article form.checkout.woocommerce-checkout .order_summary_checkout .woocommerce-checkout-review-order #payment ul.wc_payment_methods.payment_methods.methods li.wc_payment_method.payment_method_cod .payment_box.payment_method_cod p {
    color: #FFF;
    font-size: 18px;
    font-family: 'Karla', sans-serif;
}
div#main-content .container.checkout_container_outer #left-area article form.checkout.woocommerce-checkout .order_summary_checkout .woocommerce-checkout-review-order #payment ul.wc_payment_methods.payment_methods.methods {
    border-bottom: 0;
}
div#main-content .container.checkout_container_outer #left-area article form.checkout.woocommerce-checkout .order_summary_checkout .woocommerce-checkout-review-order #payment .form-row.place-order {
    padding: 0;
}
div#main-content .container.checkout_container_outer #left-area article form.checkout.woocommerce-checkout .order_summary_checkout .woocommerce-checkout-review-order #payment .form-row.place-order .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text p {
    font-size: 20px;
    line-height: 35px;
    position: relative;
    float: left;
    width: 100%;
    padding-bottom: 25px;
    color: #191919;
    text-transform: capitalize;
    font-family: 'Karla', sans-serif;
    font-weight: 400;
    padding-top: 7px;
}
div#main-content .container.checkout_container_outer #left-area article form.checkout.woocommerce-checkout .order_summary_checkout .woocommerce-checkout-review-order #payment .form-row.place-order button#place_order {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
    height: 54px;
    border-radius: 5px;
    background: #86A64D;
    transition: 0.5s;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    border: 0;
    white-space: nowrap;
    width: auto;
    font-family: 'Karla', sans-serif;
}
div#main-content .container.checkout_container_outer #left-area article form.checkout.woocommerce-checkout .order_summary_checkout .woocommerce-checkout-review-order #payment .form-row.place-order button#place_order:hover {
    background-color: #15315a !important;
    color: #FFF;
}
div#main-content .container.checkout_container_outer #left-area article form.checkout.woocommerce-checkout .order_summary_checkout .woocommerce-checkout-review-order #payment .form-row.place-order button#place_order:hover:after {
    display: none;
}
div#main-content .container.checkout_container_outer #left-area article form.checkout.woocommerce-checkout .woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
    grid-area: error;
}

div#main-content .container.checkout_container_outer #left-area article form.checkout.woocommerce-checkout .woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout ul.woocommerce-error {
    margin: 0;
    border-color: red !important;
    background-color: red !important;
}
div#main-content .container.checkout_container_outer #left-area article form.checkout.woocommerce-checkout .woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout ul.woocommerce-error li {
    list-style: none outside!important;
    padding-left: 0!important;
    margin-left: 0!important;
    border-color: red;
    margin: 0px;
    line-height: initial;
    text-align: center;
    font-size: 17px !important;
    height: auto !important;
    background: red;
    color: #fff;
    width: 100%;
    max-width: 100%;
    appearance: none;
    -webkit-appearance: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

div#left-area.thankyou_left-area_cs {
    padding: 60px 67px;
    margin: 0px;
    float: left;
    width: 100%;
    margin-bottom: 60px;
}
div#left-area.thankyou_left-area_cs h1.entry-title.main_title {
    color: #f3807c;
    font-size: 42px;
    line-height: 42px;
    font-weight: 700;
    padding-bottom: 0;
    text-align: center;
    padding-top: 60px;
}
div#left-area.thankyou_left-area_cs p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    /* font-size: 26px;
    color: #2d383c;
    line-height: 35px;
    font-family: 'Karla', sans-serif;
    font-weight: 400; */
    display: none;
}
div#left-area.thankyou_left-area_cs p.order_confirm_text {
    text-transform: capitalize;
    font-size: 20px;
    line-height: 35px;
    color: #191919;
    padding: 15px 110px 23px;
    margin: 0px 0 63px;
    border-top: 1px solid;
    border-bottom: 1px solid;
}
div#left-area.thankyou_left-area_cs .order-confirmation-main-outer .woocommerce-order-details {
    float: left;
    width: 100%;
    padding: 0 70px;
    margin-bottom: 0;
    margin-top: 40px;
}
div#left-area.thankyou_left-area_cs .order-confirmation-main-outer .woocommerce-order-details .shop_table.order_details {
    border: 0;
    border-radius: 0;
    margin: 0 0 15px;
}
div#left-area.thankyou_left-area_cs .order-confirmation-main-outer .woocommerce-order-details .shop_table.order_details tr.order_table_heading {
    display: grid;
    grid-template-columns: 85% 10%;
    padding: 0;
    float: right;
    width: 100%;
    justify-content: space-between;
}
div#left-area.thankyou_left-area_cs .order-confirmation-main-outer .woocommerce-order-details .shop_table.order_details tr.order_table_heading td h2 {
    text-transform: capitalize;
    font-size: 20px;
    line-height: 35px;
    color: #191919;
    font-family: 'Karla', sans-serif;
    font-weight: 700;
    padding-left: 136px;
}
div#left-area.thankyou_left-area_cs .order-confirmation-main-outer .woocommerce-order-details .shop_table.order_details tr.order_table_heading td:last-child h2 {
    text-align: right;
    padding-left: 0;
}
div#left-area.thankyou_left-area_cs .order-confirmation-main-outer .woocommerce-order-details .shop_table.order_details tr.woocommerce-table__line-item.order_item td.woocommerce-table__product-name.product-name {
    padding: 0;
    float: left;
    width: 100%;
    border: 0;
}
.order-confirmation-product-td-inner {
    float: left;
    width: 100%;
    display: grid;
    grid-template-columns: 100px auto 5% 17%;
    padding: 0 0 23px;
    border-bottom: 1px solid;
    margin-bottom: 21px !important;
    text-transform: capitalize;
    font-size: 20px;
    line-height: 35px;
    color: #191919;
}
.order-confirmation-product-td-inner .order-confirmation-product-image {
    float: left;
    width: 100px;
    height: 100px;
}
.thankyou_entry-content_cs .order-confirmation-product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.thankyou_entry-content_cs .order-confirmation-product-td-inner .order-confirmation-product-title-description {
    padding: 0 60px 0 49px;
    text-transform: capitalize;
    font-size: 20px;
    line-height: 35px;
    color: #191919;
}
.thankyou_entry-content_cs .order-confirmation-product-td-inner .order-confirmation-product-title-description .order-confirmation-product-title a {
    font-size: 26px;
    color: #2d383c;
    line-height: 35px;
    font-family: 'Karla', sans-serif;
    font-weight: 400;
    padding: 0 0 7px;
}
.thankyou_entry-content_cs .order-confirmation-product-td-inner .order-confirmation-product-title-description .common_excerpt_outer p {
    text-transform: capitalize;
    font-size: 20px;
    line-height: 35px;
    color: #191919;
}
.thankyou_entry-content_cs .order-confirmation-product-td-inner .order-confirmation-product-qty {
    color: #191919;
    font-size: 30px !important;
    font-weight: 500!important;
}
.thankyou_entry-content_cs .order-confirmation-product-td-inner .woocommerce-table__product-total.product-total {
    float: left;
    width: 100%;
    text-align: right;
}
.thankyou_entry-content_cs .order-confirmation-product-td-inner .woocommerce-table__product-total.product-total {
    float: left;
    width: 100%;
    text-align: right;
    font-size: 45px !important;
    font-weight: 600;
    color: #F3807D !important;
}
.thankyou_left-area_cs .order-confirmation-payment-outer {
    display: grid;
    grid-template-columns: 40% 24%;
    width: 86.2%;
    float: right;
    justify-content: space-between;
}
.thankyou_left-area_cs .order-confirmation-payment-outer .order-confirmation-payment-left .woocom-thankyou-paymentchoice,
.thankyou_left-area_cs .order-confirmation-payment-outer .order-confirmation-payment-left .payemntemd-option {
    font-size: 18px;
    padding: 15px 0 15px;
    font-family: 'Karla', sans-serif;
    color: #191919;
    font-weight: 700;
}
.thankyou_left-area_cs .order-confirmation-payment-outer .order-confirmation-payment-left .payemntemd-option {
    padding: 0;
}
.thankyou_left-area_cs .order-confirmation-payment-outer .order-confirmation-payment-left .woocom-thankyou-paymentchoice {
    padding-bottom: 49px;
}
.thankyou_left-area_cs .order-confirmation-payment-outer .order-confirmation-payment-right {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-right: 3px;
}
.thankyou_left-area_cs .order-confirmation-payment-outer .order-confirmation-payment-right div {
    font-size: 18px;
    /* padding: 15px 0 15px; */
    font-family: 'Karla', sans-serif;
    color: #191919;
    font-weight: 700;
}
.thankyou_left-area_cs .order-confirmation-payment-outer .order-confirmation-payment-right div.subtot_titletext, .thankyou_left-area_cs .order-confirmation-payment-outer .order-confirmation-payment-right div .woocommerce-Price-amount span {
    padding-bottom: 50px;
    font-size: 16px;
}
.thankyou_left-area_cs .order-confirmation-payment-outer .order-confirmation-payment-right .woocom-thankyou-subtotalprice:nth-child(2) {
    font-size: 18px;
    padding-bottom: 0;
}
.thankyou_left-area_cs .order-confirmation-payment-outer .order-confirmation-payment-right .woocom-thankyou-subtotalprice:nth-child(2) span,
.thankyou_left-area_cs .order-confirmation-payment-outer .order-confirmation-payment-right div:last-child span {
    font-size: 18px;
}
.thankyou_left-area_cs .order-confirmation-payment-outer .order-confirmation-payment-right div:nth-child(2n) {
    text-align: right;
}
.thankyou_left-area_cs .order-confirmation-payment-outer .order-confirmation-payment-right div small.shipped_via {
    float: left;
    width: 100%;
    text-transform: capitalize;
}
.thankyou_left-area_cs .order-confirmation-payment-outer .order-confirmation-payment-right div.subtot_titletext_last,
.thankyou_left-area_cs .order-confirmation-payment-outer .order-confirmation-payment-right div.total_titletext_last {
    font-size: 18px;
    padding: 32px 0 0;
    float: left;
}
#left-area .thankyou_entry-content_cs section.woocommerce-order-details .print_btn {
    float: right;
    width: 100%;
    margin-top: 50px;
}
#left-area .thankyou_entry-content_cs section.woocommerce-order-details .print_btn a#wc-print-button {
    padding: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: initial;
    height: 100%;
    color: #fff !important;
    width: 177px;
    height: 54px;
    border-radius: 5px;
    background: #86A64D;
    transition: 0.5s;
    font-size: 16px !important;
    font-weight: 500;
    float: right;

}
#left-area .thankyou_entry-content_cs section.woocommerce-order-details .print_btn a#wc-print-button:hover {
    background-color: #15315a;
}
#left-area .thankyou_entry-content_cs section.woocommerce-order-details .print_btn a#wc-print-button:hover:after {
    display: none;
}
.cart-empty.woocommerce-info,
body.cart-container .woocommerce-message,
div#main-content .container.checkout_container_outer #left-area article .coupon_sec_outer ul.woocommerce-error,
div#main-content .container.checkout_container_outer #left-area article .woocommerce .woocommerce-error,
body.cart-container .woocommerce-info {
    background-color: #fbd6d5 !important;
    padding: 30px 20px 30px !important;
}
div#main-content .container.checkout_container_outer #left-area article .coupon_sec_outer ul.woocommerce-error {
margin-top: 30px;
}
.cart-empty {
text-align: center;
color: #f3807c !important;
font-size: 25px !important;
line-height: 42px;
font-family: 'Domine', serif;
}
body.cart-container .woocommerce-message,
div#main-content .container.checkout_container_outer #left-area article .coupon_sec_outer ul.woocommerce-error li {
    color: #f3807c !important;
    font-size: 25px !important;
    line-height: 42px;
    font-family: 'Domine', serif;
}
p.return-to-shop {
    display: flex;
    justify-content: center;
}
p.return-to-shop.cart-subtitle-cs a,
body.cart-container .woocommerce-message a {
    padding: 0 !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    line-height: initial !important;
    color: #fff !important;
    height: 54px !important;
    border-radius: 5px !important;
    background: #86A64D !important;
    transition: 0.5s !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    text-transform: uppercase !important;
    border: 0 !important;
}
p.return-to-shop.cart-subtitle-cs a a:hover,
body.cart-container .woocommerce-message a:hover,
p.return-to-shop.cart-subtitle-cs a:hover {
    background-color: #15315a !important;
    color: #FFF !important;
}
p.return-to-shop.cart-subtitle-cs a a:hover:after,
body.cart-container .woocommerce-message a:hover:after,
p.return-to-shop.cart-subtitle-cs a:hover:after {
    display: none !important;
}
body.cart-container .woocommerce-message,
body.cart-container .woocommerce-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 20px;
}
body.cart-container .woocommerce-message a.button.wc-forward {
    order: 1;
    white-space: nowrap;
}
body.cart-container .woocommerce-message:after {
    display: none;
}
div#main-content .container.checkout_container_outer #left-area article form.checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #billing_country_field {
    margin-bottom: 36px;
}
div#main-content .container.checkout_container_outer #left-area article .woocommerce .woocommerce-error {
    float: left;
    width: 100%;
}
div#main-content .container.checkout_container_outer #left-area article .woocommerce .woocommerce-error:after {
    display: none;
}
div#main-content .container.checkout_container_outer #left-area article .woocommerce .woocommerce-error li {
    display: flex;
    justify-content: space-between;
    color: #f3807c !important;
    font-size: 25px !important;
    line-height: 42px;
    font-family: 'Domine', serif;
    align-items: center;
}
div#main-content .container.checkout_container_outer #left-area article .woocommerce .woocommerce-error li a.wc-backward {
    padding: 0 !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    line-height: initial !important;
    color: #fff !important;
    height: 54px !important;
    border-radius: 5px !important;
    background: #86A64D !important;
    transition: 0.5s !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    text-transform: uppercase !important;
    border: 0 !important;
}
div#main-content .container.checkout_container_outer #left-area article .woocommerce .woocommerce-error li a.wc-backward:hover {
    background-color: #15315a !important;
    color: #FFF !important;
}
body.cart-container .woocommerce-info {
    color: #f3807c !important;
    font-size: 25px !important;
    line-height: 42px;
    font-family: 'Domine', serif;
    align-items: center;
}
div#main-content .container.checkout_container_outer #left-area article form.checkout.woocommerce-checkout #customer_details .shipping_address .form-row .select2-selection.select2-selection--single .select2-selection__arrow b {
    border: 0;
}
.single.single-product #main-content .single_variation_wrap {
    display: flex;
    position: relative;
    margin-top: 15px;
}
.single_auction_products_outer .woocommerce-variation-add-to-cart.variations_button {
    display: flex;
    display: -webkit-flex;
    margin-top: 0;
    column-gap: 0;
}
.thankyou_entry-content_cs .order-confirmation-product-td-inner ul.wc-item-meta {
    display: none !important;
}
div#main-content .container.checkout_container_outer #left-area article form.checkout.woocommerce-checkout #customer_details .shipping_address .form-row#shipping_country_field {
    margin-bottom: 36px;
}
body.cart-container .woocommerce-info:after {
    display: none;
}
body.cart-container article#post-564 table.shop_table thead th.product-name {
    padding-left: 45px;
}
div#main-content .container.checkout_container_outer #left-area article .woocommerce-message {
    margin: 0 0 21px !important;
    float: left;
    width: 100%;
    font-weight: 400;
    color: #f3807d !important;
    font-style: normal;
    font-size: 25px !important;
line-height: 42px;
background-color: #fbd6d5 !important;
padding: 30px 20px 30px !important;
font-family: 'Domine', serif;
}
div#main-content .container.checkout_container_outer #left-area article form.checkout.woocommerce-checkout #customer_details .col-2 .woocommerce-shipping-fields {
    margin-bottom: 30px;
}


/* purchase page ==*/

.et_pb_section.about_heading_sec.purchase-order-outer {
    padding: 98px 0px 75px !important;
}
.et_pb_section.about_heading_sec.purchase-order-outer .about_heading_col h2 {
    font-size: 42px;
}
.et_pb_section.about_heading_sec.purchase-order-outer .et_pb_module.purchase-order-modl a {
    padding: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: initial;
    color: #fff !important;
    width: 177px;
    height: 54px;
    border-radius: 5px;
    background: #86A64D;
    transition: 0.5s;
    cursor: pointer;
    text-transform: uppercase;
    margin: 0px 0px 20px;
    font-size: 20px;
}
.et_pb_section.about_heading_sec.purchase-order-outer .about_heading_col::after {
    height: 550px;
    background-position: left center;
}
.home_product_left .et_pb_module.purchase-btn-modl a {
    width: 277px;
    height: 54px;
    font-size: 20px;
    padding: 20px;
}


/* new css myaccount ::::::::::::::::::::::::::::::::::::: */

body.woocommerce-lost-password #main-content .container:before {
    display: none;
}
body.woocommerce-lost-password #content-area #sidebar {
    display: none;
}
body.woocommerce-lost-password #content-area #left-area {
    padding: 60px 67px;
    margin: 0px;
    float: left;
    width: 100%;
}
body.woocommerce-lost-password #content-area #left-area .main_title {
    color: #f3807c;
    font-size: 42px;
    line-height: 42px;
    font-weight: 700;
    padding-bottom: 0;
    text-align: center;
    padding-top: 60px;
}
body.woocommerce-lost-password #content-area #left-area .entry-content .lost_reset_password {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
    display: table;
    background-color: #fbd6d5;
    padding: 50px 50px;
}
body.woocommerce-lost-password #content-area #left-area .entry-content .lost_reset_password .form-row {
    width: 100%;
}
body.woocommerce-lost-password #content-area #left-area .entry-content .lost_reset_password .form-row label {
    display: none;
}
body.woocommerce-lost-password #content-area #left-area .entry-content .lost_reset_password .form-row .input-text {
    color: #15315a !important;
    border: 0px !important;
    border-bottom: 1px solid #f69d9a !important;
    padding: 3px 45px !important;
    background-color: transparent !important;
    font-family: 'Karla', sans-serif !important;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 30px !important;
    width: 100% !important;
}
body.woocommerce-lost-password #content-area #left-area .entry-content .lost_reset_password .form-row .button:after {
    display: none;
}
body.woocommerce-lost-password #content-area #left-area .entry-content .lost_reset_password .form-row .button {
    padding: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: initial;
    height: 100%;
    color: #fff !important;
    width: 177px !important;
    height: 54px;
    border-radius: 5px;
    background: #86A64D;
    transition: 0.5s;
    text-transform: uppercase;
    color: #15315a;
    font-size: 16px !important;
    font-weight: 500;
    margin-right: auto;
    margin-left: auto;
    font-family: 'Karla', sans-serif;
    border: 0;
}
body.woocommerce-lost-password #content-area #left-area .entry-content .lost_reset_password .form-row .button:hover {
    background: #15315a !important;
}
.error404 article.et_pb_post.not_found {
    padding: 60px 67px;
    margin: 0px;
    float: left;
    width: 100%;
}
.error404 #main-content .container::before,
.error404 #main-content .container div#sidebar,
.woocommerce-account #main-content .container:before,
.woocommerce-account #main-content .container div#sidebar
{
    display: none;
}
body.error404 #left-area {
    padding: 0;
    width: 100%;
}
body.error404 #left-area .not_found .entry h1 {
    color: #f3807c;
    font-size: 42px;
    line-height: 42px;
    font-weight: 700;
    padding-bottom: 0;
    text-align: center;
    padding-top: 60px;
    margin-bottom: 20px;
}
body.error404 #left-area .not_found .entry p {
    font-size: 20px;
    line-height: 35px;
    color: #191919;
    text-align: center;
}
.woocommerce-account #main-content .container #content-area #left-area {
    padding: 60px 67px !important;
    margin: 0px;
    float: left;
    width: 100%;
}
.woocommerce-account #main-content .container #content-area #left-area .main_title {
    /* color: #f3807c;
    font-size: 42px;
    line-height: 42px;
    font-weight: 700;
    padding-bottom: 0;
    text-align: center;
    padding-top: 60px; */
    display: none;
}
.woocommerce-account #main-content .container #content-area #left-area nav.woocommerce-MyAccount-navigation {
    position: relative;
    padding-right: 50px;
}
.woocommerce-account #main-content .container #content-area #left-area nav.woocommerce-MyAccount-navigation::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    background: #191919;
    right: 50px;
}
.woocommerce-account #main-content .container #content-area #left-area nav.woocommerce-MyAccount-navigation ul {
    padding: 0;
}
.woocommerce-account #main-content .container #content-area #left-area nav.woocommerce-MyAccount-navigation li {
    padding: 5px 0;
    text-transform: uppercase;
    color: #15315a;
    padding-bottom: 0px;
    font-size: 16px !important;
    font-weight: 500;
    list-style: none;
}
.woocommerce-account #main-content .container #content-area #left-area nav.woocommerce-MyAccount-navigation li a {
    text-transform: uppercase;
    color: #15315a;
    padding-bottom: 0px;
    font-size: 16px !important;
    font-weight: 500;
    font-family: 'Karla', sans-serif;
}
.account-orders-table {
    border: 1px solid !important;
    border-radius: 0 !important;
}
.account-orders-table tr th {
    border-bottom: 1px solid !important;
    text-transform: capitalize;
    font-size: 20px;
    line-height: 35px;
    color: #191919;
    font-family: 'Karla', sans-serif;
    font-weight: 700;
}

.account-orders-table a.woocommerce-button.button.view,
.woocommerce-account .woocommerce-info a.button {
    padding: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: initial;
    height: 100%;
    color: #fff !important;
    width: 177px !important;
    height: 54px;
    border-radius: 5px;
    background: #86A64D;
    transition: 0.5s;
    text-transform: uppercase;
    color: #15315a;
    font-size: 16px !important;
    font-weight: 500;
    margin: 0;
    font-family: 'Karla', sans-serif;
    border: 0;
}
.account-orders-table a.woocommerce-button.button.view:hover,
.woocommerce-account .woocommerce-info a.button.wc-forward:hover {
    background: #15315a !important;
}
.account-orders-table a.woocommerce-button.button.view:after,
.woocommerce-account .woocommerce-info a.button.wc-forward:after {
    display: none;
}
.account-orders-table tbody tr td {
    text-transform: capitalize;
    font-size: 20px;
    line-height: 35px;
    color: #191919;
}
.account-orders-table tbody tr td.woocommerce-orders-table__cell-order-number a {
    font-weight: 600;
    color: #F3807D !important;
}
.woocommerce-account .woocommerce-info {
    color: #f3807c !important;
    font-size: 25px !important;
    line-height: 42px;
    font-family: 'Domine', serif;
    align-items: center;
    background-color: #fbd6d5 !important;
    padding: 30px 20px 30px !important;
}
.woocommerce-account .u-columns.addresses {
    display: flex;
    column-gap: 20px;
}
.woocommerce-account .u-columns.addresses:before,
.woocommerce-account .u-columns.addresses:after,
.woocommerce-account .u-columns.addresses .woocommerce-Address header.woocommerce-Address-title:before,
.woocommerce-account .u-columns.addresses .woocommerce-Address header.woocommerce-Address-title:after,
.woocommerce-account form.woocommerce-EditAccountForm.edit-account button.woocommerce-Button.button:after,
.woocommerce-edit-address .woocommerce-MyAccount-content form .woocommerce-address-fields button.button:after {
    display: none;
}
.woocommerce-account .u-columns.addresses .woocommerce-Address {
    width: 100%;
    background: #fbd6d5;
    padding: 20px;
}
.woocommerce-account .u-columns.addresses .woocommerce-Address header.woocommerce-Address-title {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.woocommerce-account .u-columns.addresses .woocommerce-Address header.woocommerce-Address-title a.edit {
    padding: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: initial;
    height: 100%;
    color: #fff !important;
    width: 85px !important;
    height: 40px;
    border-radius: 5px;
    background: #86A64D;
    transition: 0.5s;
    text-transform: uppercase;
    color: #15315a;
    font-size: 16px !important;
    font-weight: 500;
    margin: 0;
    font-family: 'Karla', sans-serif;
    border: 0;
}
.woocommerce-account .u-columns.addresses .woocommerce-Address header.woocommerce-Address-title a.edit:hover {
    background: #15315a !important;
}
.woocommerce-account .u-columns.addresses .woocommerce-Address header.woocommerce-Address-title h3 {
    width: 100%;
    font-weight: 400;
    font-family: 'Domine', serif;
    font-size: 25px;
    line-height: 42px;
    color: #f3807d;
    font-style: normal;
    padding: 0;
}
.woocommerce-account .u-columns.addresses .woocommerce-Address address {
    line-height: 32px;
    margin: 0;
}
.woocommerce-account form.woocommerce-EditAccountForm.edit-account,
.woocommerce-edit-address .woocommerce-MyAccount-content form {
    width: 100%;
    background: #fbd6d5;
    padding: 45px 45px 60px 45px;
}
.woocommerce-account form.woocommerce-EditAccountForm.edit-account .form-row .input-text,
.woocommerce-edit-address .woocommerce-MyAccount-content form .woocommerce-address-fields .form-row .input-text {
    color: #15315a !important;
    border: 0px !important;
    border-bottom: 1px solid #f69d9a !important;
    padding: 3px 45px !important;
    background-color: transparent !important;
    font-family: 'Karla', sans-serif !important;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 30px !important;
    width: 100% !important;
}
.woocommerce-account form.woocommerce-EditAccountForm.edit-account .form-row span.password-input {
    position: relative;
}
.woocommerce-account form.woocommerce-EditAccountForm.edit-account .form-row span.password-input .show-password-input {
    top: -3px;
}
.woocommerce-account form.woocommerce-EditAccountForm.edit-account .form-row span.password-input .show-password-input::after {
    font-size: 20px;
}
.woocommerce-account form.woocommerce-EditAccountForm.edit-account button.woocommerce-Button.button,
.woocommerce-edit-address .woocommerce-MyAccount-content form .woocommerce-address-fields button.button {
    padding: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: initial;
    height: 100%;
    color: #fff !important;
    width: 177px !important;
    height: 54px;
    border-radius: 5px;
    background: #86A64D;
    transition: 0.5s;
    text-transform: uppercase;
    color: #15315a;
    font-size: 16px !important;
    font-weight: 500;
    margin: 0;
    font-family: 'Karla', sans-serif;
    border: 0;
    margin-left: auto;
    margin-right: auto;
}
.woocommerce-account form.woocommerce-EditAccountForm.edit-account button.woocommerce-Button.button:hover,
.woocommerce-edit-address .woocommerce-MyAccount-content form .woocommerce-address-fields button.button:hover {
    background: #15315a !important;
}
.woocommerce-edit-address .woocommerce-MyAccount-content form h3 {
    padding: 29.5px 26px 0 0;
    margin: 0 0 21px;
    float: left;
    width: 100%;
    font-weight: 400;
    font-family: 'Domine', serif;
    font-size: 42px;
    line-height: 42px;
    color: #f3807d;
    font-style: normal;
}
.woocommerce-edit-address .woocommerce-MyAccount-content form .woocommerce-address-fields .form-row label {
    display: none;
}

.woocommerce-edit-address .woocommerce-MyAccount-content form .woocommerce-address-fields .form-row .select2-selection.select2-selection--single {
    background-color: #fff !important;
    border: 0px !important;
    height: 40px;
    padding: 0px 55px 0px 15px !important;
    appearance: none;
    -webkit-appearance: none;
    border-radius: 0;
}
.woocommerce-edit-address .woocommerce-MyAccount-content form .woocommerce-address-fields .form-row .select2-selection.select2-selection--single span.select2-selection__rendered {
    color: #15315a !important;
    border: 0px !important;
    background-color: transparent !important;
    font-family: 'Karla', sans-serif !important;
    font-weight: 500;
    font-size: 16px;
    width: 100% !important;
    height: 40px;
    line-height: 40px;
}
.woocommerce-edit-address .woocommerce-MyAccount-content form .woocommerce-address-fields .form-row .select2-selection.select2-selection--single .select2-selection__arrow {
    background-image: url(../images/select_dropdown.png);
    background-position: top right;
    background-size: 40px;
    background-repeat: no-repeat;
    cursor: pointer;
    height: 40px;
    width: 40px;
    top: 0px;
    right: 0;
}
.woocommerce-edit-address .woocommerce-MyAccount-content form .woocommerce-address-fields .form-row .select2-selection.select2-selection--single .select2-selection__arrow b {
    display: none;
}
.woocommerce-edit-address .woocommerce-MyAccount-content form .woocommerce-address-fields .form-row#billing_country_field, .woocommerce-edit-address .woocommerce-MyAccount-content form .woocommerce-address-fields .form-row#billing_country_field {
    margin-bottom: 36px;
}
.woocommerce table.my_account_orders tbody td {
    border-bottom: 1px solid;
}
.woocommerce table.my_account_orders tbody tr:last-child td {
    border-bottom: 0;
}
.woocommerce-account .order-confirmation-outer .order_details {
    border: 1px solid;
    border-radius: 0;
}
.woocommerce-account .order-confirmation-outer .order_details tr td {
    border-bottom: 1px solid;
}
.woocommerce-account .order-confirmation-outer .order_details tr td h2 {
    border-bottom: 1px solid !important;
    text-transform: capitalize;
    font-size: 20px;
    line-height: 35px;
    color: #191919;
    font-family: 'Karla', sans-serif;
    font-weight: 700;
    padding: 0;
    margin: 0;
    border: 0 !important;
}
.woocommerce-account .order-confirmation-outer .order_details tr.woocommerce-table__line-item.order_item td {
    width: 100%;
}
#customer_login .login-form-outer,
#customer_login .registration-form-outer {
    background-color: #fbd6d5;
    padding: 50px 50px;
}
#customer_login .login-form-outer h2,
#customer_login .registration-form-outer h2 {
    font-size: 42px;
    line-height: 42px;
    color: #000;
    font-weight: 700;
    padding-bottom: 55px;
    text-align: center;
    color: #F3807D;
}
#customer_login .login-form-outer form,
#customer_login .registration-form-outer form {
    margin: 0;
    border: 0;
    padding: 0;
}
#customer_login .login-form-outer form .form-row .input-text,
#customer_login .registration-form-outer form .form-row .input-text {
    color: #15315a !important;
    border: 0px !important;
    border-bottom: 1px solid #f69d9a !important;
    padding: 3px 45px !important;
    background-color: transparent !important;
    font-family: 'Karla', sans-serif !important;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 30px !important;
    width: 100% !important;
}
#customer_login .login-form-outer form button,
#customer_login .registration-form-outer form button {

}
#customer_login .login-form-outer form button,
#customer_login .registration-form-outer form button {
    padding: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: initial;
    height: 100%;
    color: #fff !important;
    width: 177px !important;
    height: 54px;
    border-radius: 5px;
    background: #86A64D;
    transition: 0.5s;
    text-transform: uppercase;
    color: #15315a;
    font-size: 16px !important;
    font-weight: 500;
    margin: 0;
    font-family: 'Karla', sans-serif;
    border: 0;
}
#customer_login .login-form-outer form button:hover,
#customer_login .registration-form-outer form button:hover {
    background: #15315a !important;
}

#customer_login .login-form-outer form button:hover:after,
#customer_login .registration-form-outer form button:hover:after {
    display: none;
}
#customer_login .login-form-outer form .woocommerce-form-login__rememberme {
    position: relative;
    font-size: 16px;
    color: #15315a;
    font-family: 'Karla', sans-serif;
    margin-left: 20px;
    margin-top: 13px;
    cursor: pointer;
}
#customer_login .login-form-outer form .woocommerce-form-login__rememberme span {
    padding-left: 22px;
    font-weight: 500;
}
#customer_login .login-form-outer form .woocommerce-form-login__rememberme span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 15px;
    height: 15px;
    border: 1px solid #f8b9b7;
    border-radius: 50%;
}
#customer_login .login-form-outer form .woocommerce-form-login__rememberme span input[type="checkbox"]:checked + span::before {
    background-color: #f3807d !important;
    background: rgb(0, 0, 162);
    background: linear-gradient(180deg, #f3807d 50%, #fbd6d5 50%);
}
#customer_login .login-form-outer form .lost_password a {
    color: #15315a;
    font-size: 16px !important;
    font-weight: 500;
    margin: 0;
    font-family: 'Karla', sans-serif;
}
#customer_login .registration-form-outer form .woocommerce-privacy-policy-text {
    margin-bottom: 20px;
}
#customer_login .registration-form-outer form .woocommerce-privacy-policy-text a {
    color: #15315a;
    font-family: 'Karla', sans-serif;
}
#customer_login .login-form-outer form .form-row .show-password-input {
    top: -3px;
}
#customer_login .login-form-outer form .form-row .show-password-input::after {
    font-size: 20px;
}

.woocommerce-account.woocommerce-view-order .order-confirmation-outer .order_details tr.order_table_heading {
    display: grid;
    grid-template-columns: 85% 10%;
    padding: 0 !important;
    float: right;
    width: 100%;
    justify-content: space-between;
}
.woocommerce-account.woocommerce-view-order .order-confirmation-outer .order_details tr.order_table_heading td {
    border: 0;
}





.woocommerce-account.woocommerce-view-order .order-confirmation-outer .order_details tr.order_item td {
    vertical-align: top;
}
.woocommerce-account.woocommerce-view-order .order-confirmation-outer .order_details tr.order_item td.product-name .order-confirmation-product-td-inner .order-confirmation-product-image {
    width: 90px;
    height: 90px;
}
.woocommerce-account.woocommerce-view-order .order-confirmation-outer .order_details tr.order_item td.product-name .order-confirmation-product-td-inner .order-confirmation-product-image img {
    object-fit: cover;
}
.woocommerce-account.woocommerce-view-order .order-confirmation-outer .order_details tr.order_item td.product-name .order-confirmation-product-td-inner {
    border: 0;
    margin: 0 !important;
    padding: 0;
    grid-template-columns: 100px auto 5% auto;
}
.woocommerce-account.woocommerce-view-order .order-confirmation-outer .order_details tr.order_item td .product-total .amount {
    font-size: 45px !important;
    font-weight: 600;
    color: #F3807D !important;
    text-align: right;
    display: block;
}
.woocommerce-account.woocommerce-view-order .order-confirmation-outer {
    margin-top: 30px;
}
.woocommerce-account.woocommerce-view-order .order-confirmation-payment-outer {
    display: flex;
    justify-content: space-between;
}
.woocommerce-account.woocommerce-view-order .order-confirmation-payment-outer .order-confirmation-payment-left,
.woocommerce-account.woocommerce-view-order .order-confirmation-payment-outer .order-confirmation-payment-right {
    width: 50%;
    font-size: 18px;
    font-family: 'Karla', sans-serif;
    color: #191919;
    font-weight: 700;
}
.woocommerce-account.woocommerce-view-order .order-confirmation-payment-outer .order-confirmation-payment-right {
    display: grid;
    grid-template-columns: 1fr auto;
    text-align: right;
    column-gap: 20px;
    justify-content: center;
    row-gap: 30px;
}
.woocommerce-account.woocommerce-view-order .print_btn {
    /* display: flex;
    justify-content: end;
    margin-top: 50px; */
    display: none;
}
.woocommerce-account.woocommerce-view-order .print_btn a {

}
.woocommerce-account.woocommerce-view-order .print_btn a {
    padding: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: initial;
    height: 100%;
    color: #fff !important;
    width: 177px !important;
    height: 54px;
    border-radius: 5px;
    background: #86A64D;
    transition: 0.5s;
    text-transform: uppercase;
    color: #15315a;
    font-size: 16px !important;
    font-weight: 500;
    margin: 0;
    font-family: 'Karla', sans-serif;
    border: 0;
}
.woocommerce-account.woocommerce-view-order .print_btn a:hover {
    background: #15315a !important;
}
.woocommerce-account.woocommerce-view-order .print_btn a:hover:after {
    display: none;
}
.woocommerce-account.woocommerce-view-order .order-confirmation-outer .order_details tr.order_item td.product-name .order-confirmation-product-td-inner ul.wc-item-meta {
    display: none;
}
.woocommerce-account.woocommerce-view-order .order-confirmation-payment-outer .order-confirmation-payment-right .woocom-thankyou-subtotalprice {
    display: flex;
    flex-direction: column;
}
.woocommerce-account.woocommerce-view-order .order-confirmation-outer .order_details tr.order_item td.product-name .order-confirmation-product-td-inner .order-confirmation-product-title-description a {
    font-size: 26px;
    color: #2d383c;
    line-height: 35px;
    font-family: 'Karla', sans-serif;
    font-weight: 400;
    padding: 0 0 7px;
}
.woocommerce-account.woocommerce-view-order .order-confirmation-outer .order_details tr.order_item td.product-name .order-confirmation-product-td-inner .order-confirmation-product-title-description .common_excerpt_outer p {
    text-transform: capitalize;
    font-size: 20px;
    line-height: 35px;
    color: #191919;
}


.woocommerce-account.woocommerce-view-order .woocommerce-order-downloads .woocommerce-table--order-downloads,
.woocommerce-account.woocommerce-downloads .woocommerce-order-downloads .woocommerce-table--order-downloads {
    border: 1px solid;
    border-radius: 0;
    margin-top: 35px;
}
.woocommerce-account.woocommerce-view-order .woocommerce-order-downloads .woocommerce-table--order-downloads thead tr th,
.woocommerce-account.woocommerce-downloads .woocommerce-order-downloads .woocommerce-table--order-downloads thead tr th {
    border-bottom: 1px solid;
    text-transform: capitalize;
    font-size: 20px;
    color: #191919;
    font-family: 'Karla', sans-serif;
    font-weight: 700;
}
.woocommerce-account.woocommerce-view-order .woocommerce-order-downloads .woocommerce-table--order-downloads tbody tr td.download-product a,
.woocommerce-account.woocommerce-downloads .woocommerce-order-downloads .woocommerce-table--order-downloads tbody tr td.download-product a  {
    text-transform: capitalize;
    font-size: 20px;
    line-height: 35px;
    color: #191919;
}
.woocommerce-account.woocommerce-view-order .woocommerce-order-downloads .woocommerce-table--order-downloads tbody tr td.download-file a,
.woocommerce-account.woocommerce-downloads .woocommerce-order-downloads .woocommerce-table--order-downloads tbody tr td.download-file a{
    color: #fff !important;
    width: 177px !important;
    height: 54px;
    border-radius: 5px;
    background: #86A64D;
    transition: 0.5s;
    text-transform: uppercase;
    font-size: 16px !important;
    font-weight: 500;
    margin: 0;
    font-family: 'Karla', sans-serif;
    border: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 46px !important;
}
.woocommerce-account.woocommerce-view-order .woocommerce-order-downloads .woocommerce-table--order-downloads tbody tr td.download-file a:hover,
.woocommerce-account.woocommerce-downloads .woocommerce-order-downloads .woocommerce-table--order-downloads tbody tr td.download-file a:hover {
    background: #15315a !important;
}
.woocommerce-account.woocommerce-view-order .woocommerce-order-downloads .woocommerce-table--order-downloads tbody tr td.download-file a:hover:after,
.woocommerce-account.woocommerce-downloads .woocommerce-order-downloads .woocommerce-table--order-downloads tbody tr td.download-file a:hover:after {
    display: none;
}
.woocommerce-account.woocommerce-view-order .woocommerce-order-downloads .woocommerce-table--order-downloads thead tr th.download-file,
.woocommerce-account.woocommerce-downloads .woocommerce-order-downloads .woocommerce-table--order-downloads tbody tr td.download-file {
    text-align: right;
}
.woocommerce-account.woocommerce-view-order .woocommerce-order-downloads h2.woocommerce-order-downloads__title,
.woocommerce-account.woocommerce-downloads .woocommerce-order-downloads h2.woocommerce-order-downloads__title {
    display: none;
}
.woocommerce-account.woocommerce-view-order .order-confirmation-outer p.order-again a.button,
.woocommerce-account.woocommerce-downloads .order-confirmation-outer p.order-again a.button,
.woocommerce-account.woocommerce-orders .woocommerce-info a.woocommerce-Button.button {
    padding: 0 !important;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    line-height: initial;
    height: 100%;
    color: #fff !important;
    width: 177px !important;
    height: 54px;
    border-radius: 5px;
    background: #86A64D;
    transition: 0.5s;
    text-transform: uppercase;
    color: #15315a;
    font-size: 16px !important;
    font-weight: 500;
    margin: 0;
    font-family: 'Karla', sans-serif;
    border: 0;
}
.woocommerce-account.woocommerce-view-order .order-confirmation-outer p.order-again a.button:hover,
.woocommerce-account.woocommerce-downloads .order-confirmation-outer p.order-again a.button:hover,
.woocommerce-account.woocommerce-orders .woocommerce-info a.woocommerce-Button.button:hover {
    background: #15315a !important;
}
.woocommerce-account.woocommerce-view-order .order-confirmation-outer p.order-again a.button:hover:after,
.woocommerce-account.woocommerce-downloads .order-confirmation-outer p.order-again a.button:hover:after,
.woocommerce-account.woocommerce-orders .woocommerce-info a.woocommerce-Button.button:hover:after {
    display: none;
}

.woocommerce-account ul.woocommerce-error {
    margin: 0;
    border-color: red !important;
    background-color: red !important;
    margin-bottom: 30px;
    text-align: center;
    color: #f3807c !important;
}
.woocommerce-account.woocommerce-orders .woocommerce-info::after,
.woocommerce-account.woocommerce-downloads .woocommerce-info::after {
    display: none;
}
.woocommerce-account .woocommerce-info {
    display: flex;
    justify-content: space-between;
}
.woocommerce-lost-password .woocommerce-message {
    text-align: center;
    color: #f3807c !important;
    font-size: 25px !important;
    line-height: 42px;
    font-family: 'Domine', serif;
    align-items: center;
    background-color: #fbd6d5 !important;
    padding: 30px 20px 30px !important;
}
.woocommerce-edit-address .woocommerce-MyAccount-content form .woocommerce-address-fields #shipping_state_field,
.woocommerce-edit-address .woocommerce-MyAccount-content form .woocommerce-address-fields #shipping_country_field {
    margin-bottom: 36px;
}
body.woocommerce-lost-password #content-area #left-area .entry-content .lost_reset_password span.show-password-input {
    font-size: 20px;
    top: 0;
}
.woocommerce-edit-address .woocommerce-MyAccount-content form .woocommerce-address-fields p:last-of-type {
    display: flex;
    clear: both;
}
.woocommerce-edit-address .woocommerce-MyAccount-content form .woocommerce-address-fields .woocommerce-address-fields__field-wrapper p#shipping_postcode_field,
.woocommerce-edit-address .woocommerce-MyAccount-content form .woocommerce-address-fields .woocommerce-address-fields__field-wrapper p:last-of-type {
    display: inherit !important;
    clear: none;
}
.woocommerce-edit-address .woocommerce-MyAccount-content form .woocommerce-address-fields .woocommerce-address-fields__field-wrapper p#billing_state_field {
    margin-bottom: 36px;
}

div#main-content .container.checkout_container_outer #left-area article form.checkout.woocommerce-checkout .order_summary_checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot tr.woocommerce-shipping-totals.shipping {
    display: grid;
    grid-template-columns: 1fr;
}
div#main-content .container.checkout_container_outer #left-area article form.checkout.woocommerce-checkout .order_summary_checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot tr.woocommerce-shipping-totals.shipping td {
    border: 0;
}
div#main-content .container.checkout_container_outer #left-area article form.checkout.woocommerce-checkout .order_summary_checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot tr.woocommerce-shipping-totals.shipping td ul#shipping_method {
    width: 100%;
}
div#main-content .container.checkout_container_outer #left-area article form.checkout.woocommerce-checkout .order_summary_checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot tr.woocommerce-shipping-totals.shipping td ul#shipping_method li {
    text-align: left;
}
div#main-content .container.checkout_container_outer #left-area article form.checkout.woocommerce-checkout .order_summary_checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot tr.woocommerce-shipping-totals.shipping td ul#shipping_method li label {
}




div#main-content .container.checkout_container_outer #left-area article form.checkout.woocommerce-checkout .order_summary_checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot tr.woocommerce-shipping-totals.shipping td ul#shipping_method li label {
    width: 100%;
    display: block;
    color: #15315a;
    font-family: 'Karla', sans-serif;
    font-weight: 500;
    font-size: 16px;
    opacity: 1;
    cursor: pointer;
	line-height: 2;
}
div#main-content .container.checkout_container_outer #left-area article form.checkout.woocommerce-checkout .order_summary_checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot tr.woocommerce-shipping-totals.shipping td ul#shipping_method li label {
    position: relative;
    padding-left: 22px;
}
div#main-content .container.checkout_container_outer #left-area article form.checkout.woocommerce-checkout .order_summary_checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot tr.woocommerce-shipping-totals.shipping td ul#shipping_method li label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px; /* Adjust as needed for vertical alignment */
    width: 15px; /* Adjust the size of your custom radio button */
    height: 15px; /* Adjust the size of your custom radio button */
    border: 1px solid #f8b9b7; /* Style the border of your custom radio button */
    border-radius: 50%; /* Makes it a circle */
}

  
/* Change the custom radio button color when checked */
div#main-content .container.checkout_container_outer #left-area article form.checkout.woocommerce-checkout .order_summary_checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot tr.woocommerce-shipping-totals.shipping td ul#shipping_method li input[type="radio"]:checked + label::before,
div#main-content .container.checkout_container_outer #left-area article form.checkout.woocommerce-checkout .order_summary_checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot tr.woocommerce-shipping-totals.shipping td ul#shipping_method li input[type="check"]:checked + label::before
 {
    background-color: #f3807d !important; /* Change the color when the radio button is selected */
    background: rgb(0,0,162);
    background: linear-gradient(180deg, #f3807d 50%, #fbd6d5 50%);
}
div#main-content .container.checkout_container_outer #left-area article form.checkout.woocommerce-checkout .order_summary_checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot tr.woocommerce-shipping-totals.shipping th {
    padding-bottom: 0;
}