@font-face {
    font-family: 'BodoniFLF';
    src: url('../fonts/BodoniFLF-Roman.woff2') format('woff2'),
        url('../fonts/BodoniFLF-Roman.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Arthurdale Demo';
    src: url('../fonts/ArthurdaleDemo.woff2') format('woff2'),
        url('../fonts/ArthurdaleDemo.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bodoni Seventytwo ITC';
    src: url('../fonts/BodoniSevITC-BookOS.woff2') format('woff2'),
        url('../fonts/BodoniSevITC-BookOS.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body{margin:0px; padding:0px; font-size: 14px; color: #000; font-weight: 400; background: #fff;font-family: 'Poppins', sans-serif;}
img{max-width:100%;}
.container{max-width:1310px; margin: 0 auto; padding-right: 15px; padding-left: 15px;}
.clear{clear: both;}
a,button {text-decoration: none; -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease; transition: all 300ms ease;}
 h1, h2, h3, h4, h5, h6 { font-family: 'Poppins', sans-serif; color: #000; margin-top: 0;}

.link_btn { font-size: 16px; display: inline-block;  background: #000; padding: 13px 29px; color: #fff; text-transform: capitalize; font-weight: 600;
 text-decoration: none !important;text-align: center; border-radius: 10px;}
.link-btn:hover{color: #000; border-color: #000; text-decoration: none;}

.hvr-bounce-to-right {display: inline-block; vertical-align: middle;-webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); 
  box-shadow: 0 0 1px rgba(0, 0, 0, 0); position: relative;
 -webkit-transition-property: color; transition-property: color;-webkit-transition-duration: 0.5s;transition-duration: 0.5s;}
.hvr-bounce-to-right:before { content: ""; position: absolute; z-index: -1;border-color: #fff;top: 0; left: 0; right: 0;bottom: 0; background: #fff; border-radius: 10px;
 -webkit-transform: scaleX(0); transform: scaleX(0);-webkit-transform-origin: 0 50%; transform-origin: 0 50%; -webkit-transition-property: transform;
  transition-property: transform; -webkit-transition-duration: 0.5s; transition-duration: 0.5s; -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out;}
.hvr-bounce-to-right:hover, .hvr-bounce-to-right:focus, .hvr-bounce-to-right:active {color: #000;}
.hvr-bounce-to-right:hover:before, .hvr-bounce-to-right:focus:before, .hvr-bounce-to-right:active:before {-webkit-transform: scaleX(1);transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);}


.row-custom {display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-right: -15px;margin-left: -15px;}
.col-sm-1-custom, .col-sm-2-custom, .col-sm-3-custom, .col-sm-4-custom, .col-sm-5-custom, .col-sm-6-custom, .col-sm-7-custom, .col-sm-8-custom, .col-sm-9-custom, .col-sm-10-custom, .col-sm-11-custom, .col-sm-12-custom{position: relative; width: 100%; min-height: 1px; padding-right: 15px; padding-left: 15px;}

@media (min-width: 767px){
.col-sm-1-custom{-webkit-box-flex: 0; -ms-flex: 0 0 8.333333%; flex: 0 0 8.333333%; max-width: 8.333333%;}
.col-sm-2-custom{-webkit-box-flex: 0; -ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; max-width: 16.666667%;}
.col-sm-3-custom{-webkit-box-flex: 0; -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%;}
.col-sm-4-custom{-webkit-box-flex: 0; -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333%;}
.col-sm-5-custom{-webkit-box-flex: 0; -ms-flex: 0 0 41.666667%; flex: 0 0 41.666667%; max-width: 41.666667%;}
.col-sm-6-custom{-webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%;}
.col-sm-7-custom{-webkit-box-flex: 0; -ms-flex: 0 0 58.333333%; flex: 0 0 58.333333%; max-width: 58.333333%;}
.col-sm-8-custom{-webkit-box-flex: 0; -ms-flex: 0 0 66.666667%; flex: 0 0 66.666667%; max-width: 66.666667%;}
.col-sm-9-custom{-webkit-box-flex: 0; -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%;}
.col-sm-10-custom{-webkit-box-flex: 0; -ms-flex: 0 0 83.333333%; flex: 0 0 83.333333%; max-width: 83.333333%;}
.col-sm-11-custom{-webkit-box-flex: 0; -ms-flex: 0 0 91.666667%; flex: 0 0 91.666667%; max-width: 91.666667%;}
.col-sm-12-custom{-webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%;max-width: 100%;}
}


/* Menu css Start */
.menu-bg-border{border-bottom:solid 1px #cccccc;}
.menus ul{margin:0px; padding:0px;}
.menus ul li{display:inline-block; border-left:solid 1px #cccccc; min-height:69px; position: relative; max-height: 69px;}
/* .menu-header-menu-container ul li:first-child { border-left: solid 1px #cccccc !important;} */
.menus ul li:first-child { border: 0;}
.menus ul li a{padding:21px 48px 0px 48px; color:#262261; font-size:16px; font-weight:700;}
.menus ul li.last>a {
    padding: 10px 0;
    padding-left: 30px;
    display: flex;
}
.menus ul li.first>a {
    padding: 10px 0;
    padding-right: 30px;
    display: flex;
}
.menus ul .current-menu-item a{color:#daa520;}
.menus ul li .fst-last{padding-top:9px;}
.menus ul li:first-child .fst-last {padding-left: 0;}
.menus ul li:last-child .fst-last {padding-right: 0;}
.menus ul li a .fa-angle-down {font-size: 14px; margin: 0 0 0 3px; color: #a9a9a9;}
.menu > li:hover > a .fa-angle-down{color:#daa520;}
.animenu__btn{display: none; cursor: pointer; background-color: #262262; border: 0; padding: 10px; height: 40px; width: 40px;}
.animenu__btn:hover{background-color: #262262;}
.animenu__btn__bar {display: block; width: 20px; height: 2px; background-color: #fff; transition: 0.15s cubic-bezier(0.75, -0.55, 0.25, 1.55);}
.animenu__btn__bar + .animenu__btn__bar{margin-top: 4px;}
.animenu__btn--active .animenu__btn__bar{margin: 0; position: absolute;}
.animenu__btn--active .animenu__btn__bar:nth-child(1){transform: rotate(45deg);}
.animenu__btn--active .animenu__btn__bar:nth-child(2){opacity: 0;}
.animenu__btn--active .animenu__btn__bar:nth-child(3){transform: rotate(-45deg);}
.animenu{display: block;}
.animenu ul{padding: 0; list-style: none; display: flex; justify-content: center; align-items: center;}
.animenu li, .animenu a {display: inline-block; font-size: 15px;}
.animenu a{color: #aaaaaa;text-decoration: none;}
.menu > li{position: relative;}
.menu > li > a{padding: 10px 30px;}
.menu > li:hover > ul{opacity: 1; visibility: visible; margin: 0;}
.menu > li:hover > a{color: #daa520;}
.menu > li:focus-within > ul{opacity: 1; visibility: visible; margin: 0;}
.sub-menu {min-width:200px; position: absolute; top: 100%; left: 0; z-index: 1; opacity: 0; visibility: hidden; margin:0px 0 0 0; background-color: #fff; transition: margin 0.15s, opacity 0.15s; padding:6px 0px !important; box-shadow: 10px 7px 9px #00000054; display:inline-block !important; border: solid 1px #ccc !important;}
.sub-menu > li{width: 100%;}
.sub-menu a {padding:8px 20px !important; width: 100%; border-color: #373737;}
.sub-menu a:hover{color: #daa520;}
.menus .sub-menu li{min-height:inherit; border-left:none;}
.menus .sub-menu li a{font-size:14px; border-bottom:solid 1px #ccc;}
.sub-menu li:last-child a{border-bottom:none;}
.animenu__nav--active {display: block !important;}
.animenu__nav--active .sub-menu{display: block;}
.sub-menu-toggle {display: none;}

.menu-item-has-children>a::after {content: "\f107";font-size: 14px;margin: 0 0 0 3px;color: #a9a9a9;position: absolute;display: block;top: 49%;right: 34px;transform: translate(0, -50%);
    font-family: 'FontAwesome';}
    .menus ul li.search-menu a {
        display: flex;
        align-items: center;
        justify-content: center;
        column-gap: 10px;
    }
.menus ul li.search-menu a:after {
    content: "\f002";
    font-family: FontAwesome;
    font-size: 16px;
    font-weight: normal;
   }
/* Menu css Done */


/*Searchbox start*/
.overlay {height: 100%; width: 100%; display: none; position: fixed; z-index: 99999; top: 0; left: 0; background-color: rgb(0,0,0); background-color: rgba(0,0,0, 0.9);}
.overlay-content {position: relative; top: 46%; width:100%; text-align: center; margin-top: 30px; margin: 0 auto 0 auto; max-width: 500px;}
.overlay .closebtn {position: absolute; top: 20px; right: 45px; font-size: 60px; cursor: pointer; color: white;}
.overlay .closebtn:hover {color: #ccc;}
.overlay input{padding: 15px; font-size: 17px; border: none; ; width: 100%; background:#fff;}
.overlay input:focus{outline:none;}
.overlay input:hover {background: #fff;}
.overlay button{ width:70px; padding: 15px; background: #daa520; font-size: 17px; border: none; cursor: pointer; color:#fff;}
.overlay button:focus{outline:none;}
.overlay button:hover {background:#b38617;}
.img-zoom-container {position: relative;}
.img-zoom-lens {position: absolute; border: 1px solid #d4d4d4; width: 60px; height: 60px;}
.img-zoom-result {border: 1px solid #d4d4d4; width: 350px; height: 350px; margin: 25px auto;}
.admin-bar p.demo_store{display:none !important;}
.logo{text-align: left;}
.overlay-content form { display: flex; justify-content: center;}
/*Searchbox Done*/



.header-top{background:#fff;}
.header-top .container{max-width:100%; text-align:center; padding:0px;}
.header-top .container .row-custom{margin:0px;}
.header-top .col-sm-6-custom{padding:0px;}
.header-top .left-the-shop{ background:#dcdcdc;}
.header-top .right-the-blog a,
.header-top .left-the-shop a{color:#000; /*font-size:28px;*/font-size:0px !important; font-weight: 400;  width: 100%; display: inline-block;  padding: 17px 15px 17px 15px; line-height: 1; }
.header-top .right-the-blog a span,
.header-top .left-the-shop a span{font-size:28px; font-style:italic; font-weight: 500;}
.header-top .right-the-blog{ background:#000;}
.header-top .right-the-blog a{
    color: #fff;
}
/* .header-top .right-the-blog a{color:#fff; font-size:52px; font-weight: 400; width: 100%; display: inline-block;  padding: 17px 15px 17px 15px; line-height: 1; } */
/* .header-top .right-the-blog a span{font-size:38px; font-style:italic;} */
header marquee{background:#fd2222; color:#000; font-weight:700; text-align:center; font-size:16px; padding:15px 15px; float:left;}
.home-banner-img{margin:0px 0 0 0px;}


.single-slider .slick-prev, .single-slider .slick-next { font-size: 0; border: 0; position: absolute; top: 50%; width: 40px; height: 40px; background-color: #ffffff52;
  z-index: 1; border-radius: 100%;}
.single-slider .slick-prev {left: 60px; cursor: pointer;}
.single-slider .slick-next { right: 60px; cursor: pointer;}
.single-slider .slick-next:after {content: "\f105";}
.single-slider .slick-prev:before {content: "\f104";}
.single-slider .slick-next:after,
.single-slider .slick-prev:before{
    font: 18px/1 FontAwesome; color: #000; opacity: inherit!important; font-weight: 600;
}

.single-slider .slick-prev:hover,
.single-slider .slick-next:hover{
    background: #fff;
}

.empowered-main .empowered-content {text-align: center; padding: 110px 0;}
.empowered-main .empowered-content h3 { font-size: 50px; font-family: 'BodoniFLF'; margin: 4px 0 0 0; font-style: italic; font-weight: 400; color: #000;}

.about-main { background: #daa520; padding: 95px 0;}
.about-main .about-content { display: flex; align-items: center; max-width: 1120px; margin: 0 auto;}
.about-main .about-content .right {width: 55%; display: flex; overflow: hidden; overflow: hidden;}
.about-main .about-content .right img{transition: 0.5s;}
.about-main .about-content .right img:hover{ transform: scale(1.1);}
.about-main .about-content .left {width: 45%; padding-right: 50px;}
.about-main .about-content .right img { border-radius: 10px; width: 100%;}
.about-main .about-content .left h3{font-size: 76px; margin: 0; letter-spacing: 0; line-height: normal; color: #000; font-family: 'Arthurdale Demo'; font-weight: 400;}
.about-main .about-content .left p { font-size: 16px; color: #000; margin: 0 0 20px 0; line-height: 25px;}

.service-brand { background: #f1f1f1; padding: 65px 0;}
.service-brand .brand-content { text-align: center; max-width: 1000px; margin: 0 auto;}
.service-brand .brand-content h4{font-family: 'Bodoni Seventytwo ITC'; font-size: 33px; font-weight: 400; line-height: 35px; letter-spacing: 0;margin: 0; color: #000;}

.service-empowered {padding: 85px 0 95px 0;}
.service-empowered .container {max-width: 1630px;}
.service-empowered .service-top {text-align: center; max-width: 1100px; margin: 0 auto;}
.service-empowered .service-top h3{font-size: 78px; margin: 0; letter-spacing: 0; line-height: normal; color: #000; font-family: 'Arthurdale Demo'; font-weight: 400;}
.service-empowered .service-top p{ font-size: 32px; color: #000; margin:0; line-height: normal; font-family: 'Bodoni Seventytwo ITC';}
.service-empowered .service-content {display: flex; padding-top: 140px;}
.service-empowered .service-content .box {width: 33%; margin: 0 15px; text-align: center; background: #daa520; border-radius: 10px; padding: 55px; padding-top: 0; transition: 0.5s;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    padding-top: 100px;
    align-content: space-between;
}
.service-empowered .service-content .box .box-img {
    position: absolute;
    top: -100px;
    left: 0;
    right: 0;
}
.service-empowered .service-content .box .box-img img { height: 200px; width: 200px;  border-radius: 100%;}
.service-empowered .service-content .box h4 { font-size: 30px; font-weight: 600; margin: 15px 0 10px 0; text-transform: uppercase; line-height: 35px; letter-spacing: 0; color: #000;}
.service-empowered .service-content .box p{ font-size: 16px; color: #000; margin: 0 0 20px 0; line-height: 25px;}
.service-empowered .service-content .box .box-btn {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.service-empowered .service-content .box .description {min-height: 510px;}
.service-empowered .service-content .box:hover {transform: translateY(-10px);}
.link_btn.wt,
.service-empowered .service-content .box .box-btn .link_btn{background: #fff; color: #000;}
.link_btn.wt:before,
.service-empowered .service-content .box .box-btn .hvr-bounce-to-right:before{background: #000;}
.link_btn.wt:hover,
.service-empowered .service-content .box .box-btn .hvr-bounce-to-right:hover{color: #fff;}


.sisterhood-bg{background: #000; padding: 45px 0;}
.sisterhood-bg .sisterhood-content{text-align: center;}
.sisterhood-bg .sisterhood-content h4{font-size: 50px; font-family: 'BodoniFLF'; margin: 0; font-style: italic; font-weight: 400; color: #fff;}

.our-mission{background: #f1f1f1; padding: 70px 0 80px 0;}
.our-mission .our-mission-content { text-align: center; max-width: 840px; margin: 0 auto;}
.our-mission .our-mission-content h3{font-size: 78px; margin: 0; letter-spacing: 0; line-height: normal; color: #000; font-family: 'Arthurdale Demo'; font-weight: 400;}
.our-mission .our-mission-content p { font-size: 18px; color: #000; margin: 0; line-height: 25px;}

.get-love-main {background: #daa520; padding: 70px 0;}
.get-love-main .get-love-content h3{font-size: 78px; margin: 0 0 10px 0; letter-spacing: 0; line-height: normal; color: #000; font-family: 'Arthurdale Demo'; font-weight: 400;}
.get-love-main .get-love-content p{ font-size: 16px; color: #000; margin: 0 0 12px 0; line-height: 25px;}
.get-love-main .get-love-content { text-align: center; max-width: 1000px; margin: 0 auto;}
.get-love-main .get-love-content h4{font-size: 35px; font-family: 'BodoniFLF'; margin: 20px 0 0 0; font-style: italic; font-weight: 400; color: #000;} 


.featured-product { background: #fdfaed; padding: 55px 0;}
.featured-product .product-content {display: flex; column-gap: 60px; max-width: 1200px; margin: 0 auto;}
.featured-product .product-content .right-info { width: 50%;}
.featured-product .product-content .left-gallery { width: 50%;}
.featured-product .product-content .right-info .product-title h2{ font-size: 42px; color: #000; margin:0; line-height: 38px; font-family: 'Bodoni Seventytwo ITC';  font-weight: 400;}
.featured-product .product-content .right-info .price span { font-size: 32px; font-weight: 700; color: #000; line-height: normal;}
.featured-product .product-content .right-info .price {margin: 26px 0 30px 0;}
.variations_form.cart label,
.featured-product .product-content .right-info .buying-options label { font-size: 20px; font-weight: 600; margin: 0; letter-spacing: 0;}
.featured-product .product-content .right-info .buying-options .options-btn {margin-top: 10px; column-gap: 10px; display: flex;}
.variations .value div,
.featured-product .product-content .right-info .buying-options .options-btn button { padding: 12px 40px; background: transparent; border-radius: 10px; border: 1px solid #000; font-size: 16px;
 font-weight: 600; cursor: pointer;}
.featured-product .product-content .right-info .buying-options .options-btn .active { border: 4px solid #000;}
.featured-product .product-content .right-info .down-text p { color: #000; font-size: 15px; line-height: 25px;  margin: 0;}
.featured-product .product-content .right-info .down-text { max-width: 520px; margin: 45px 0 0 0; border-top: 1px solid #ccc; padding: 35px 0 0 0;}
.featured-product .product-content .right-info .down-text .product-button {margin-top: 20px; display: flex; column-gap: 10px;} 
.product-button .btn,
.featured-product .product-content .right-info .down-text .product-button button { padding: 16px 45px;  border-radius: 10px; border: 0; font-size: 16px; color: #fff; font-weight: 600; cursor: pointer;}
.featured-product .product-content .right-info .down-text .product-button .order_btn{background: #000; }
.featured-product .product-content .right-info .down-text .product-button .button,
.featured-product .product-content .right-info .down-text .product-button .buy_btn{background: #daa520;}
.featured-product .product-content .right-info .down-text .product-button .order_btn:hover{background: #daa520;}
.featured-product .product-content .right-info .down-text .product-button .button:hover,
.featured-product .product-content .right-info .down-text .product-button .buy_btn:hover{background: #000;}

.variations tr {
    display: flex;
    flex-wrap: wrap;
}
.variations th {
    width: 100%;
    text-align: left;
}
.variations .value {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 10px;
    margin-top: 10px;
}
.variations .value div input{
    display: none;
}
.variations .value .reset_variations {
    width: 100%;
    color: #000;
    text-decoration: underline;
    margin-bottom: 10px;
    margin-top: 10px;
    display: none;
}
.woocommerce-variation-price {
    margin-top: 20px;
    margin-bottom: 20px;
    /* display: none; */
}
.woocommerce .quantity .qty {
    border: 1px solid #eee;
    background: transparent;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.product_meta {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
}

.sku_wrapper .sku {
    font-weight: 700;
}
.posted_in a {
    color: #daa520;
}


.myton-home-main { background: #f4f4f4; padding: 90px 0;}
.myton-home-main .myton-content { display: flex; align-items: center;}
.myton-home-main .myton-content .middle { width: 58%; max-width: 590px; margin: 0 auto; text-align: center;}
.myton-home-main .myton-content .left { width: 12%;}
.myton-home-main .myton-content .right { width: 30%;}
.myton-home-main .myton-content .right img { border: 10px solid #fff; border-radius: 100%; box-shadow: 1px 1px 10px #cccccc5e;}
.myton-home-main .myton-content .middle h3{font-size: 78px; margin: 0 0 10px 0; letter-spacing: 0; line-height: normal; color: #000; font-family: 'Arthurdale Demo'; font-weight: 400;}
.myton-home-main .myton-content .middle p{ font-size: 16px; color: #000; margin: 0 0 12px 0; line-height: 25px;}
.myton-home-main .myton-content .middle .link_btn{background: #daa520; margin-top: 15px;}
.myton-home-main .myton-content .middle .hvr-bounce-to-right:before{background: #000;}
.myton-home-main .myton-content .middle .hvr-bounce-to-right:hover{color: #fff;}

.testimonials-main { padding: 120px 0 140px 0;}
.testimonials-main .container {max-width: 1630px;}
.testimonials-main .reviewstitle{font-size: 78px; margin: 0; letter-spacing: 0; line-height: normal; color: #000; font-family: 'Arthurdale Demo'; font-weight: 400; text-align: center;}
.testimonials-main .slick-dots {bottom: 0px; text-align: center; max-width: 110px; height: 25px; line-height: 34px;margin: 25px auto 0; left: 0; right: 0; padding: 0;}
.testimonials-main .slick-dots .slick-active { background: #000;}
.testimonials-main .slick-dots li { width: 16px; height: 16px; background: #b2b2b2; margin: 0 4px; border-radius: 100%;  display: inline-block;  list-style: none; list-style: none;}
.testimonials-main .slick-dots li button {display: none;}
.testimonials-main .review-list .review-box { margin: 0 20px; text-align: center; padding: 50px 40px 40px 40px;}
.testimonials-main .review-list .review-box img{margin: 0 auto;}
.testimonials-main .review-list .slick-center {background: #fdfaed;}
.testimonials-main .review-list .review-box p {font-size: 15px; color: #000;margin: 20px 0;  line-height: normal; font-style: italic;}
.testimonials-main .review-list .review-box span {font-size: 16px; color: #000;line-height: normal;  font-style: italic;}
.testimonials-main .reviewstitle:before { background: url(../images/reviews-title-left-icon.png) no-repeat center bottom; margin: 0 25px 0 0; height: 30px; width: 40px; content: ""; display: inline-block;}
.testimonials-main .reviewstitle:after { background: url(../images/reviews-title-right-icon.png) no-repeat center bottom;height: 30px; margin: 0 0 0 25px; width: 40px; content: ""; display: inline-block;}



.recent-blog-main { padding: 40px 0 0 0;}
.recent-blog-main .blog-content .left-blog {width: 70%;}
.recent-blog-main .blog-content .left-blog h4{font-size: 35px; color: #000; margin:120px 0 30px 0; line-height: normal; font-family: 'Bodoni Seventytwo ITC';  font-weight: 400;}
.recent-blog-main .blog-content .right-blog { width: 30%; background: #f1f1f1; border-radius: 10px;}
.recent-blog-main .blog-content {display: flex; column-gap: 30px;}
.recent-blog-main .blog-content .left-blog .blog-list {display: flex; flex-wrap: wrap; column-gap: 30px;}
.recent-blog-main .blog-content .left-blog .blog-list .blog-grid {border-radius: 10px; width: 48.2%; margin-bottom: 40px; background: #fdfaed; overflow: hidden;}
.recent-blog-main .blog-content .left-blog .blog-list .blog-grid span { color: #000;font-size: 20px;font-weight: 600; line-height: normal; display: block;}
.recent-blog-main .blog-content .left-blog .blog-list .blog-grid img{width: 100%;}
.recent-blog-main .blog-content .left-blog .blog-list .blog-grid .blog-title {padding: 20px 30px 50px 30px;}
.recent-blog-main .blog-content .left-blog .blog-list .blog-grid:nth-child(2n) { background: #e9e9e9;}
.recent-blog-main .blog-content .left-blog .blog-list .blog-grid:nth-child(3n) { background: #e9e9e9; margin: 0;}
.recent-blog-main .blog-content .left-blog .blog-list .blog-grid:last-child { background: #fdfaee; margin: 0;}
.recent-blog-main .blog-content .right-blog h3{font-size: 65px; margin: 0; letter-spacing: 0; line-height: normal; color: #000; font-family: 'Arthurdale Demo'; font-weight: 400; text-align: left; 
padding:30px 0 20px 0; position: relative; z-index: 1; background: url(../images/post-bg-img.png) no-repeat left top;}
.recent-blog-main .blog-content .right-blog .link-list { padding: 0 20px 0 50px; position: relative;}
.recent-blog-main .blog-content .right-blog .link-list:after { content: ""; position: absolute;height: 100%;width: 8px; background: #daa520; top: 0; left: 20px;}
.recent-blog-main .blog-content .right-blog .link-list .box h5{color: #b88a15; font-size: 18px; font-weight: 600; margin: 0; line-height: normal;letter-spacing: 0; text-transform: uppercase;}
.recent-blog-main .blog-content .right-blog .link-list .box p{font-size: 15px; color: #000;margin: 10px 0 0 0; line-height: 12px;}
.recent-blog-main .blog-content .right-blog .link-list .box a{font-size: 15px; color: #000;margin:  0;  line-height: normal;}
.recent-blog-main .blog-content .right-blog .link-list .box{margin-bottom: 25px;}
.recent-blog-main .blog-content .right-blog .right-title-main {padding: 50px 40px 40px 30px;  position: relative;}



/*product page css start*/

.product-page .featured-product .product-content .right-info { width: 50%; padding: 40px; background: #fefcf6;}
.product-page .featured-product {background: #fff; padding-top: 0;}
.product-page .featured-product .product-content .left-gallery img {border: 10px solid #f6f6f6; width: 100%;}
.product-page .featured-product .product-content {max-width: 100%;  column-gap: 20px;}
.descriptionMain { font-size: 15px; color: #131313; margin: 30px 0 100px;}
.descriptionMain ul.tabs {border-bottom: 1px solid #dcdcdc; display: block; margin: 0px 0 20px; padding: 0;}
.descriptionMain ul.tabs li {display: inline-block; height: auto;  margin: 0 6px 0 0;  padding: 0; width: auto;}
.descriptionMain ul.tabs li a.active{background:#f5f5f5; color: #000;}
.descriptionMain ul.tabs li a {display: block; line-height: 48px;  background: #fff; padding: 0 25px; text-decoration: none;text-transform: uppercase; font-size: 18px; color: #acacac; 
    font-weight: 700; border: solid 1px #dcdcdc;  border-bottom: none;}
.breadcrumb-main ul.breadcrumb {padding: 20px 0px; list-style: none; background-color: #fff; margin:0; }
.breadcrumb-main ul.breadcrumb li { display: inline; font-size: 14px; color: #898989;}
.breadcrumb-main ul.breadcrumb li+li:before { padding: 8px; color: black;content: "»";}
.breadcrumb-main ul.breadcrumb li a { color: #000;text-decoration: none; border: 0;}
.breadcrumb-main ul.breadcrumb li a:hover {color: #01447e; text-decoration: underline;}




/*Footer CSS Start*/
.footer-bg-main{background:#fdfaed; padding:50px 0 0 0px;}
.footer-bg-main .footer-left-menu h3{margin:0 0 20px 0; padding:0px; color:#000; font-size:22px; font-family: 'Bodoni Seventytwo ITC', sans-serif; font-weight:normal;}
.footer-bg-main .footer-left-menu ul{margin:0px; padding:0px;}
.footer-bg-main .footer-left-menu ul li{display:inline-block; width:100%;}
.footer-bg-main .footer-left-menu ul li a{display:inline-block; color:#000; font-size:15px; padding:6px 0 6px 0px; line-height:normal;}
.footer-bg-main .footer-left-menu ul li a:hover{color:#daa520;}
.footer-bg-main .socials-footer h3{margin:0 0 20px 0; padding:0px; color:#000; font-size:22px; font-family: 'Bodoni Seventytwo ITC', sans-serif; font-weight:normal;}
.footer-bg-main .socials-footer ul{margin: 8px 0 0 0; padding: 0px; display: inline-block; width: 100%;}
.footer-bg-main .socials-footer ul li{display:inline-block;}
.footer-bg-main .socials-footer ul li a {color: #000; display: inline-block; padding: 0 7px; font-size: 22px;}
.footer-bg-main .socials-footer ul li:last-child a{padding-left:0px;}
.footer-bg-main .socials-footer ul li a:hover{color:#daa520;}
.footer-bg-main .checkout-footer h3{font-size:30px; font-family: 'Bodoni Seventytwo ITC', sans-serif; margin:0px; padding:0px; font-weight:normal; color:#000;}
.footer-bg-main .checkout-footer a {display: inline-block; padding: 11px 32px 11px 32px; background: #000; color: #fff; font-size: 16px; font-weight: 600; border-radius: 8px; margin: 28px 0 0 0;}
.footer-bg-main .checkout-footer a:hover{background:#daa520;}
.footer-bg-main .form-cntrl{margin:60px 0 0 0px; display: flex; position: relative; max-width: 92%;}
.footer-bg-main .form-cntrl .form-control{min-width: 100%; border:solid 1px #e1ddcc; height:46px; background:#fff; font-size:13px; color:#000; padding:0 24px; outline:none; font-family: 'Poppins', sans-serif; border-radius:11px;}
.footer-bg-main .form-cntrl .btn{position: absolute; top: 0; right: 0; border: none; background: #daa520; color: #ffff; font-size: 16px; font-weight: 500; font-family: 'Poppins', sans-serif; padding: 0 36px; height: 46px; border-radius: 0px 11px 11px 0px; outline: none;}
.footer-bg-main .form-cntrl .btn:hover{background:#000;}
.footer-bg-main .form-cntrl .btn i{margin:0 0 0 2px;}
.footer-bg-main .disclamer-footer{display:inline-block; width:100%; border-bottom:solid 1px #dad8cd; padding:0 0 30px 0; text-align:center; margin:46px 0 0 0px;}
.footer-bg-main .disclamer-footer p{padding: 0px; font-size: 15px; color: #565656; line-height: 18px; max-width: 85%; margin: 0 auto;}
.footer-bg-main .disclamer-footer p b{color:#000;}
.footer-bg-main .copy-right-footer{text-align:center;}
.footer-bg-main .copy-right-footer ul{margin: 0px; padding: 17px 0 14px 0;}
.footer-bg-main .copy-right-footer ul li{display:inline-block; margin:0 0 0 0px; padding:0 14px; font-size:15px; color:#000; position:relative;}
.footer-bg-main .copy-right-footer ul li:before{content: " "; position:absolute; left:0; top:7px; width:1px; height:10px; background:#c0b7a0;}
.footer-bg-main .copy-right-footer ul li a{color:#000;}
.footer-bg-main .copy-right-footer ul li a:hover{color:#daa520;}
.footer-bg-main .copy-right-footer ul li:first-child{padding-left:0px;}
.footer-bg-main .copy-right-footer ul li:first-child:before{display:none;}
/*Footer CSS Done*/




/*Blog list page Start*/
.main-body{padding:50px 0 60px 0px;}
.tabs-blog .tab-menu ul {margin:0; padding:0; list-style:none; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; }
.tabs-blog .tab-menu ul li {text-align:center; display:inline-block;}
.tabs-blog .tab-menu ul li a{color: #a0a0a0; padding: 11px 26px; display: block; text-decoration: none; transition: 0.5s all; background: #eaeaea; margin: 0 10px 0 0px; font-size: 16px; font-weight: 600; border-radius: 10px; position:relative;}
.tabs-blog .tab-menu ul li .active{background:#daa520; color:#fff;}
.tabs-blog .tab-menu ul li .active:before{content: " "; width: 0; height: 0; border-left: 10px solid transparent; border-right: 10px solid transparent; border-top: 9px solid #daa520; position: absolute; bottom: -9px; margin: 0 auto; left: 0; right: 0;}
.tab-main-box-blog .tab-box {display:none;}
.list-img-blog{margin-top:50px;}
.left-blog-list-info .blog-list-title{margin:0px 0 10px 0px; padding:0 0 0 0px; color:#daa520; font-size:26px; line-height: 35px; letter-spacing:0px; font-weight:600;}
.left-blog-list-info .date-list-blog{font-family: 'Bodoni Seventytwo ITC', sans-serif; font-size:20px; color:#7b7b7b; font-style:italic;}
.img-blog-list img{border-radius: 10px; width:100%;}
.left-blog-list-info p{margin:15px 0 10px 0; padding:0px; font-size:15px; line-height:25px; color:#000;}
.left-blog-list-info p .readmore-info{font-weight: 600; text-transform: uppercase; color: #000; border-bottom: solid 2px #7f7f7f;}
.left-blog-list-info p .readmore-info:hover{border-color:#fff;}
.list-img-blog{position:relative;}
.list-img-blog:before{height: 1px; background: #b9b9b9; content: " "; display: inline-block; width: 100%; margin:0 15px 50px 15px;}
.tab-main-box-blog .tab-box .list-img-blog:first-child:before{display:none;}
.animenu ul li:first-child{border-left:none;}
.welcome-right{text-align:center;}
.welcome-right .welcome-top{margin-top:50px;}
.welcome-right .welcome-top h2{font-size:20px; color:#daa520; margin:0px; padding:0px; font-weight:600; text-transform:uppercase;}
.welcome-right .welcome-top h3 {font-family: 'Arthurdale Demo'; font-weight: 400; font-size: 60px; color: #000000; margin: 26px 0 0 0; padding: 0px; line-height: 45px; position: relative;}
.welcome-right .welcome-top img{width: 100%; border-radius: 10px 10px 0px 0px;}
.tab-main-box-blog .left-listing-bg{-ms-flex: 0 0 70%; flex: 0 0 70%; max-width:70%; padding-right: 27px;}
.right-sidebar{-ms-flex: 0 0 30%; flex: 0 0 30%; max-width:30%;}
.welcome-right .welcome-bottom{background:#fdfaed; padding:23px 30px 6px 30px; text-align:center; margin:-6px 0 0 0px; border-radius: 0px 0px 10px 10px;}
.welcome-right .welcome-bottom p{margin:0px 0 23px 0; padding:0 0 0 0px; font-size:16px; color:#000000; line-height:25px;}
.welcome-right .welcome-bottom p a{color:#daa520; border-bottom:solid 1px #daa520;}
.welcome-right .welcome-bottom p a:hover{border-color:#fdfaed;}
.top-picks-bg-main-blog-list{background:#f1f1f1; border-radius:10px; padding:15px; margin:30px 0 0 0px;}
.top-picks-bg-main-blog-list .top-pick-title h2{font-family: 'Arthurdale Demo'; font-size: 60px; font-weight:400; color:#000; margin:0 0 25px 0; padding:40px 0 10px 0; background: url(../images/post-bg-img.png) no-repeat left top;}
.listing-recent-posts .post-link-list{display:flex; gap: 20px; justify-content: start; align-items: flex-start; border-bottom: solid 1px #dbdbdb; margin-bottom: 14px; padding-bottom: 8px;}
.listing-recent-posts .post-link-list .img-lf{min-width:110px;}
.listing-recent-posts .post-link-list .right-info-recent-post h3{margin:0 0 3px 0; padding:0px; font-size:18px; color:#b88a15; font-weight:600; text-transform:uppercase;}
.listing-recent-posts .post-link-list .right-info-recent-post p{margin:0px; padding:0px; color:#000000; font-size:15px; line-height:19px;}
.listing-recent-posts .post-link-list .right-info-recent-post p .readmore-recent{border-bottom:solid 1px #787878;}
.listing-recent-posts .post-link-list .right-info-recent-post p .readmore-recent:hover{border-color:#f1f1f1;}
.listing-recent-posts .post-link-list:last-child{border:none; margin-bottom: 0; padding-bottom: 0;}
.listing-recent-posts .post-link-list .img-lf img{border-radius:8px;}
/*Blog list page Done*/

/*Blog detail page start*/
.post-detail-top-sec{display:inline-block; width:100%; padding:0 0 71px 0px;}
.post-detail-top-sec .post-title-top{margin:0px; padding:0px; font-size:16px;}
.post-detail-top-sec .post-title-top a{
    color: inherit;
}
.post-detail-top-sec h1{font-size:30px; font-weight:600; margin:0 0 6px 0; padding:0px; color:#daa520;}
.post-detail-top-sec span{font-family: 'Bodoni Seventytwo ITC', sans-serif; font-size:20px; color:#7b7b7b; font-style:italic;}
.post-detail-top-sec img{border-radius: 10px; margin:34px 0 0 0px;}




.quisque-vel-risus-bg{background:#f5f5f5; padding:70px 0px; text-align:center; margin:94px 0 70px 0px;}
.quisque-vel-risus-bg .container{max-width:1060px;}
.quisque-vel-risus-bg h2{font-family: 'BodoniFLF' !important; font-weight: normal; font-size: 40px; font-style: italic; color: #daa520; margin: 0; padding: 0;}
.quisque-vel-risus-bg p{font-size:16px; line-height:25px; color:#000; margin:25px 0 0 0px;}

.user-info-left{-ms-flex: 0 0 30%; flex: 0 0 30%; max-width:30%;}
.right-information-text{-ms-flex: 0 0 70%; flex: 0 0 70%; max-width:70%;}
.left-blog-detail-user{text-align:center;}
.left-blog-detail-user h2{font-size:75px; color:#daa520; font-weight:normal; margin:0px; padding:0px; line-height:40px; font-family: 'Arthurdale Demo';}
.user-info-left .black-box-post-detail{background:#000000; border-radius: 10px; padding:33px; color:#fff;}
.user-info-left .black-box-post-detail img{width:115px; height:115px; border-radius:100%; border:solid 5px #daa520;}
.user-info-left .black-box-post-detail p{line-height:25px; font-size:16px;}
.user-info-left .black-box-post-detail p a{color: #daa520; text-decoration: underline; text-underline-offset: 4px;}
.user-info-left .black-box-post-detail p a:hover{text-decoration:none;}
.user-info-left .black-box-post-detail ul{margin:40px 0 0 0px; padding:0px;}
.user-info-left .black-box-post-detail ul li{list-style:none; margin:0px; padding:0px; display:inline-block;}
.user-info-left .black-box-post-detail ul li a{color: #daa520; font-size: 22px; display: inline-block; margin: 0 8px;}
.user-info-left .black-box-post-detail ul li a:hover{color:#b38514;}


.right-information-text .user-info-right-main{padding-left:45px;}

.right-information-text .user-info-right-main .inner-right-inform h2{
    font-size:42px; color:#000; font-weight:normal; font-family: 'Bodoni Seventytwo ITC', sans-serif; line-height:38px; margin-bottom: 25px;
}
.right-information-text .user-info-right-main .inner-right-inform>h2:first-of-type{
    font-family: 'Poppins';
    margin:0px; padding:0px; font-size:35px; color:#241616; font-weight:400;
}
.right-information-text .user-info-right-main .inner-right-inform h3{margin:10px 0 30px 0; padding:0px; font-size:42px; color:#daa520;font-weight:400; font-family: 'Bodoni Seventytwo ITC', sans-serif;}
.right-information-text .user-info-right-main .inner-right-inform p{font-size:15px; color:#000; line-height:25px; margin:0px; padding:0px; margin-bottom: 20px;}
.right-information-text .user-info-right-main .inner-right-inform p:last-child{
    margin: 0;
}
p:empty{
    display: none;
    margin: 0;
}
.inner-right-inform hr {
    margin: 40px 0;
}

.right-information-text .user-info-right-main .inner-right-inform .border-line{width:100%; height:1px; background:#d9d9d9; display:inline-block; margin:40px 0px 0px 0px;}
.right-information-text .user-info-right-main .inner-bottom-inform h2{font-size:42px; color:#000; font-weight:normal;     font-family: 'Bodoni Seventytwo ITC', sans-serif; line-height:38px; margin-bottom: 25px;}
.right-information-text .user-info-right-main .inner-bottom-inform p{font-size:16px; line-height:25px; margin:0px; padding:0px;}


.right-info-all-inner h2{font-size:42px; color:#000; font-weight: normal; font-family: 'Bodoni Seventytwo ITC', sans-serif; line-height:38px; margin-bottom: 30px;}
.right-info-all-inner h4{font-size:32px; color:#daa520; font-weight: normal; font-family: 'Bodoni Seventytwo ITC', sans-serif; margin:0px;}
.right-info-all-inner p{font-size:16px; line-height:25px; color:#000;}
.right-info-all-inner img{border-radius: 10px; width:100%; margin:30px 0 2px 0px;}
.right-info-all-inner hr{width:100%; display:inline-block; height:1px; background:#d9d9d9; margin:27px 0 0 0; padding:0px; border:none;}








.most-recent-blog-bg-detail{border-top:solid 1px #cccccc; padding:90px 0px; margin:70px 0 0 0px;}
.most-recent-blog-bg-detail .most-recent-blog-title-text{margin:0px 0 10px 0px; padding:0px; color:#000; font-size:35px; font-family: 'Bodoni Seventytwo ITC', sans-serif; font-weight: normal;}
.most-recent-blog-bg-detail .recent-box-color{background:#fdfaed; margin:20px 0 0 0px; border-radius: 10px; transition: all ease 0.5s;}
.most-recent-blog-bg-detail .recent-box-color:hover {
    background: #e9e9e9;
}
.most-recent-blog-bg-detail .recent-box-color img{border-radius: 10px 10px 0px 0px; width:100%;}
.most-recent-blog-bg-detail .recent-box-color p{font-size:20px; font-weight:600; color:#000; margin:0px; padding:30px;} 
/*Blog detail page Done*/


/*Contact page start*/
.contact {padding:3rem 0;}
.contact .row-custom {justify-content: center;}
.contact .php-email-form {width: 100%;box-shadow: 0 0 24px 0 rgb(0 0 0 / 12%);padding: 30px;background: #fff;}
.contact .php-email-form .form-group {padding-bottom: 8px;padding-top: 14px;}
.contact .php-email-form input {height: 44px;}
.contact .php-email-form input, .contact .php-email-form textarea {border-radius: 0;box-shadow: none;font-size: 14px;}
.form-control {display: block;width: 100%;padding: 0.375rem 0.75rem;font-size: 1rem;font-weight: 400;line-height: 1.5;color: #212529;background-color: #fff;background-clip: padding-box;
    border: 1px solid #ced4da;-webkit-appearance: none;-moz-appearance: none;appearance: none;border-radius: 0.375rem;transition: border-color .15s ease-in-out,
    box-shadow .15s ease-in-out;font-family: 'Poppins', sans-serif;}
.contact .php-email-form textarea {padding: 10px 12px;}
.contact .php-email-form .btn {margin: 1rem 0;text-align: center;}
.contact .php-email-form button[type=submit] {background: #f03c02;border: 0;padding: 10px 24px;color: #fff;transition: 0.4s;border-radius: 4px;cursor: pointer;font-size: 16px;}
.form-control:focus {color: #212529;background-color: #fff;border-color: #86b7fe;outline: 0;box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%);}
.contact .php-email-form button[type=submit]:hover {background: #fd5c28;}
/*Contact page Done*/

/*Search page start*/
.search-form {position: relative;max-width: 50%;padding-bottom: 30px;} 
.search-form .search-field{min-width: 100%; border:solid 1px #e1ddcc; height:46px; background:#fff; font-size:13px; color:#000; padding:0 24px; outline:none; font-family: 'Poppins', sans-serif; border-radius:11px;}
.search-form input[type=submit] {position: absolute;top: 0;right: 0;border: none;background: #daa520;color: #ffff;font-size: 16px;font-weight: 500;font-family: 'Poppins', sans-serif;
    padding: 0 36px;height: 46px;    border-radius: 0px 11px 11px 0px;;outline: none;}
/*Search page Done*/

/* coaching page css */
.type-page .entry-header {
    display: none;
}
.cms-content-page h1,
.description_content h1{
    font-size: 42px;
    color: #daa520;
    font-weight: normal;
    font-family: 'Bodoni Seventytwo ITC', sans-serif;
    line-height: 38px;
    margin: 0;
    margin-bottom: 25px;
}
.cms-content-page,
.cms-content-page p,
.about_details,
.description_content,
.about_details p,
.description_content p{
    font-size: 16px;
    line-height: 25px;
    color: #000;
    font-family: 'Poppins', sans-serif;
}
.cms-content-page p,
.about_details p,
.description_content p{
    margin: 0px;
    padding: 0px;
    margin-bottom: 20px;
}
.cms-content-page p:last-child,
.about_details p:last-child,
.description_content p:last-child{
    margin-bottom: 0;
}
.cms-content-page ul li {
    color: #000;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 500;
}
.cms-content-page ul li:last-child {
    margin-bottom: 0;
}


.hours__wrapper {
    background: #ededed;
    box-shadow: 0 0 5px rgb(0 0 0 / 15%);
}
.hours__wrapper:last-child {
    margin: 0;
}
.hours__name {
    font-size: 16px;
    line-height: 26px;
    margin: 0 0 4px;
    padding: 10px 15px 10px;
    background: #daa520;
    color: #fff;
    text-transform: uppercase;
    box-shadow: 0 0 10px rgb(0 0 0 / 15%);
}
.map__title, .hours__title {
    font-size: 28px;
    font-family: 'Bodoni Seventytwo ITC';
    font-size: 28px;
    line-height: 34px;
    font-weight: normal;
    margin: 0 0 12px;
    text-transform: inherit;
    color: #000;
    font-weight: 600;
}

.hours__list {
    padding: 0;
    margin: 0;
}
.day {
    margin-top: 4px;
    display: -ms-flexbox;
    display: flex;
}
.day__name {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    line-height: 26px;
    margin: 0 3px 0 0;
    padding: 10px 5px 10px;
    text-align: center;
    width: 30%;
    vertical-align: middle;
    background: #fff;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
}
.day__time--wrap {
    width: 70%;
    padding: 10px 5px 10px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.day__time--appt:first-child:last-child, .day__time--closed:first-child:last-child, .day__time:first-child:last-child {
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 22px;
    float: none;
}
.day__time--wrap p {
    margin: 0;
}

/* courses page css */
.elementor-section>.elementor-container {padding-left: 15px;padding-right: 15px;}

.elementor-section>.elementor-container .elementor-container {
    padding-left: 0;
    padding-right: 0;
}
.description_content {
    padding-top: 50px;
}
.description_content .elementor-column-gap-default>.elementor-column.elementor-top-column>.elementor-element-populated.elementor-widget-wrap{
    padding: 0;
}
.description_content figure.wp-caption {
    border-radius: 10px;
    background: #eee;
}

.description_content figure.wp-caption figcaption {
    padding: 10px 10px;
    font-size: 14px;
}

.form_col{
    padding-left: 20px;
}
.form_ps label{
    font-size: 16px;
    color: #000;
    margin-bottom: 5px;
    display: block;    
}
.form_ps .form-group {
    margin-bottom: 30px;
}

.woocommerce #review_form #respond textarea,
#review_form input,
.form_ps .wpcf7-form-control-wrap textarea,
.form_ps .wpcf7-form-control-wrap input,
.form_ps .form-control {
    /* height: 40px; */
    width: 100%;
    padding: 10px 20px;
    border: 1px solid #BCCDE4;
    font-size: 16px;
    color: #000;
    border-radius: 5px;
    box-shadow: none;
    margin: 0;
}
.form_ps textarea{
    height: 120px;
}

.woocommerce #review_form #respond .form-submit input,
.form-submit input,
.woocommerce ul.products li.product .button,
.return-to-shop .button.wc-backward,
.wpcf7-submit,
.button {
    border-radius: 5px;
    background: #daa520;
    color: #fff;
    font-size: 16px;
    line-height: 1;
    text-transform: capitalize;
    border: 1px solid transparent;
    padding: 16px 39px;
    transition: all 0.3s ease;
    font-weight: 700;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    text-shadow: none;
    text-align: center;
    letter-spacing: 0.05em;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
}
.woocommerce #review_form #respond .form-submit input:hover,
.woocommerce ul.products li.product .button:hover,
.return-to-shop .button.wc-backward:hover,
.wpcf7-submit:hover,
.button:hover {
    background: transparent;
    color: #daa520;
    border-color: #daa520;
}

.submit_btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    max-width: 140px;
}
.submit_btn p {
    margin: 0;
    display: inline-block;
}
.submit_btn .wpcf7-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0 auto;
}
.wpcf7-not-valid-tip{
    margin-top: 5px;
    color: #f01;;
}



/* my account css */
.woocommerce-page .woocommerce,
.woocommerce-account.logged-in .woocommerce {
    max-width: 1140px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}
.woocommerce-account.logged-in .woocommerce{
    padding: 30px;
    margin-top: 50px;
    border: 1px solid #eee;
}
.woocommerce-MyAccount-navigation ul{
    padding: 0;
}
    

.woocommerce-MyAccount-navigation ul li{
    margin-bottom: 20px;
    list-style: none;
}
.woocommerce-MyAccount-navigation ul li a{
    font-size: 20px;
    line-height: 1.2;
    color: #000;
    transition: all ease 0.5s;
}
.woocommerce-MyAccount-navigation ul li a:hover{
    color: #daa520;
}
.woocommerce-MyAccount-content, .woocommerce-MyAccount-content a {
    font-size: 18px;
    color: #000;
}

/* cms pages */
.cms-content-page {
    padding-top: 50px;
}
.cms-content-page>.elementor-container.elementor-column-gap-default>.elementor-column>.elementor-element-populated {padding:0}
.woocommerce-page .woocommerce{
    margin-top: 50px;
}
.return-to-shop {
    display: flex;
}


.pagination {
    padding-top: 50px;
    column-gap: 5px;
}
.pagination ul{
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 5px;
}
.pagination ul li{
    list-style:none;
}
.pagination ul li a {
    font-size: 1rem;
    line-height: 26px;
    color: #daa520;
    border: 0;
    padding: 5px 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    width: 36px;
    height: 36px;
    background: transparent;
}
.pagination ul li a:hover {
    background: #daa520;
    color: #fff;
}
.pagination ul li.active a{
    background: #daa520;
    color: #fff;
}

.pagination ul li.previous_link a,
.pagination ul li.next_link a {
    width: auto;
}

/* shop page */
.woocommerce-page .products .product.type-product a .woocommerce-loop-product__title {
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
}
.woocommerce .woocommerce-ordering select{
    padding: 10px;
    border-color: #eee;
}
.woocommerce ul.products li.product .price {
    font-size: 16px;
    font-weight: 500;
    color: #000;
}


.related.products{
    padding-top: 50px;
}
.related.products h2 {
    font-size: 32px;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.woocommerce-Reviews label {
    font-weight: 500;
    font-size: 18px;
    display: block;
    margin-bottom: 10px;
}
.woocommerce p.stars a {
    color: #daa520;
    font-size: 18px;
}

.woocommerce #review_form #respond textarea {
    height: 120px;
    width: 50%;
    resize: none;
}
.woocommerce #review_form #respond input {
    width: 50%;
}

.woocommerce #review_form #respond p.comment-form-cookies-consent,
.comment-form-cookies-consent {
    display: flex;
    align-items: center;
    column-gap: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.comment-form-cookies-consent input {
    width: 20px !important;
    height: 20px;
}

.comment-form-cookies-consent label {
    margin: 0;
    font-weight: normal;
    font-size: 16px;
}
.form-submit {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.form-submit input {
    width: auto !important;
}

.collection_prd_list>.elementor-widget-container>.woocommerce {
    margin: 0;
	padding:0;
}

/*custom css*/

.featured-product .product-content .right-info .down-text .product-button .order_btn{
	    padding: 16px 45px;
    border-radius: 10px;
    border: 0;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
}

 

.entry-content {
    max-width: 1310px;
    margin: 0 auto;
    padding: 50px 15px;
}

.entry-content ul li {
    padding: 0 0 10px 0;
}

/*css for coaching page*/
.coaching-page .intro {
      text-align: center;
      max-width: 800px;
      margin: 0 auto 40px;
      font-size: 1.1em;
    }

   .coaching-page .programs {
      display: flex;
      flex-wrap: wrap;
      gap: 40px;
      justify-content: space-between;
    }

   .coaching-page .program {
      background: #fff;
      padding: 30px;
      border-radius: 15px;
      box-shadow: 0 5px 15px rgba(0,0,0,0.05);
      flex: 1;
      min-width: 320px;
    }

   .coaching-page .program h2 {
      font-size: 1.8em;
      margin-top: 0;
      color: #8b2e3c;
    }

   .coaching-page .program p {
      margin-bottom: 15px;
    }

   .coaching-page .list {
      padding-left: 20px;
      margin-bottom: 15px;
    }

   /*.coaching-page .list li {
      margin-bottom: 8px;
    }*/

   .coaching-page .price {
      font-weight: bold;
      color: #552b21;
      margin: 15px 0;
    }

   .coaching-page .cta {
      display: inline-block;
      background: #8b2e3c;
      color: white;
      padding: 10px 25px;
      text-decoration: none;
      border-radius: 8px;
      font-weight: bold;
    }

   .coaching-page .cta:hover {
      background: #6d1e2e;
    }

   .coaching-page .bonus, .coaching-page .audience, .coaching-page .final-cta {
      margin-top: 60px;
    }

   .coaching-page .final-cta {
      text-align: center;
    }

   .coaching-page .final-cta a {
      margin: 10px;
    }

.buying-options {
    margin-top: 40px;
}

featured-product .product-content .right-info .buying-options .options-btn button{font-size:20px}
