/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Template: Divi
Version: 4.22.1
License: GNU General Public License v2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

@font-face {
  font-family: 'Satoshi';
  src: url('/wp-content/themes/Divi-child/fonts/Satoshi-Light.woff2') format('woff2'),
       url('/wp-content/themes/Divi-child/fontsSatoshi-Light.woff') format('woff');
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Satoshi';
  src: url('/wp-content/themes/Divi-child/fonts/Satoshi-Regular.woff2') format('woff2'),
       url('../fonts/Satoshi-Regular.woff') format('woff');
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Satoshi';
  src: url('/wp-content/themes/Divi-child/fonts/Satoshi-Medium.woff2') format('woff2'),
       url('/wp-content/themes/Divi-child/fonts/Satoshi-Medium.woff') format('woff');
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Satoshi';
  src: url('/wp-content/themes/Divi-child/fonts/Satoshi-Bold.woff2') format('woff2'),
       url('/wp-content/themes/Divi-child/fonts/Satoshi-Bold.woff') format('woff');
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Satoshi';
  src: url('/wp-content/themes/Divi-child/fonts/Satoshi-Black.woff2') format('woff2'),
       url('/wp-content/themes/Divi-child/fonts/Satoshi-Black.woff') format('woff');
  font-weight: 900;
  font-display: swap;
  font-style: normal;
}

/*h1, h2, h3, h4{
	 font-family: 'Satoshi';
}*/
ul, li, button, p, a, input, textarea, .font2, .font2 *{
	 font-family: 'Satoshi';
}
html, body {
    overflow-x: hidden;
}
.align_items_center {
    display: flex;
    align-items: center;
    flex-flow: wrap;
}
.cursor_pointer{
    cursor: pointer;
}
/*Header Start*/
header{
    border-bottom: 1px solid #e7e7e7;
}
.header_list ul {
    padding: 0;
    list-style: none;
    display: flex;
    gap: 20px;
    flex-flow: wrap;
    row-gap: 10px;
}
.header_list ul a {
    color: #fff;
    text-decoration: none;
}
.header_list ul a:hover {
    text-decoration: underline;
}
.search_cart_header {
    display: flex;
    gap: 15px;
    align-items: center;
}
.search_cart_header > div {
    margin: 0!important;
}
.account_toggle_header {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: end;
}
.toggle_header_sidebar a {
    display: flex;
    flex-direction: column;
    gap: 7px;
    cursor: pointer;
}
.toggle_header_sidebar span {
    background: #fba800;
    width: 31px;
    display: inline-block;
    height: 2.4px;
    border-radius: 20px;
}
.toggle_header_sidebar span:nth-child(2) {
    width: 24px;
    margin-left: auto;
}
.account_toggle_header > div {
    margin: 0!important;
}
.search_cart_header span.cart-contents-total {
    font-family: 'Satoshi';
    color: #fff;
    font-weight: 600;
    font-size: 14px;
}
.justify_end ul {
    justify-content: end;
}
/*Header End*/

/*Shipping icon text Start*/
@media only screen and (min-width:980px){
.top_shipping_sec > div:before {
    content: '';
    background: #fba80033;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    right: -20px;
}
.top_shipping_sec > div:last-child:before {
    display: none;
}
}

/*Shipping icon text End*/

/*Video section start*/
.video_sec_home iframe {
    height: 500px!important;
    object-fit: cover;
}
/*Video section End*/

/*Gallery section Start*/
.gallery_sec .owl-stage {
    display: flex;
    align-items: center;
}
.gallery_sec .gallery-name {
    color: #fff;
    font-size: 22px;
    margin-top: 18px;
    font-family: 'Satoshi';
}
/*@media only screen and (min-width:767px){
.gallery_sec .inner_even img {
    height: 500px;
    object-fit: cover;
}
.gallery_sec .inner_odd img {
    height: 300px;
    object-fit: cover;
}
}*/
.gallery_sec .gallery-image {
    overflow: hidden;
}
.gallery_sec .gallery-image img {
    object-fit: cover;
    height: 350px;
    transition: 1s all;
}
.gallery_sec .owl-item:hover .gallery-image img {
    transform: scale(1.1);
    transition: 1s all;
}
/*Gallery section End*/

/*Categories Section Start*/
.categories_sec .et_pb_module.et_pb_blurb:hover {
    background: #fba800;
}
.categories_sec .et_pb_module.et_pb_blurb:hover img {
    filter: grayscale(100%) brightness(1000%);
}
/*Categories Section End*/

/*Product tab section start*/
.tab_product ul.et_pb_tabs_controls {
    background: transparent;
    margin-bottom: 35px;
}
.tab_product ul.et_pb_tabs_controls li, .tab_product ul.et_pb_tabs_controls a {
    border: none!important;
}
.tab_product ul.et_pb_tabs_controls:after{
    display: none;
}
.tab_product {
    display: flex;
    flex-direction: column;
}
/*Product tab section End*/

/*Testimonial Section Start*/
ul.testimonial-post-sec {
    padding: 0;
    margin: 0;
    list-style: none;
}
ul.testimonial-post-sec .owl-stage {
    display: flex;
}
ul.testimonial-post-sec .item {
    background: #fff;
    height: 100%;
    padding: 40px;
    display: flex;
    flex-direction: column;
}
ul.testimonial-post-sec .testimonial-name {
    color: #000000;
    font-size: 35px;
    font-family: 'Satoshi';
    font-weight: 500;
}
ul.testimonial-post-sec .testimonial-desc {
    color: #000000;
    font-family: 'Satoshi';
    font-style: italic;
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 30px;
}
ul.testimonial-post-sec .testimonial-star-rating {
    color: orange;
    font-size: 18px;
    margin-top: auto;
}
ul.testimonial-post-sec .position {
    color: #000000;
    font-family: 'Satoshi';
    font-style: italic;
    margin-top: 11px;
}
/*Testimonial Section End*/

/*cta section Start*/
.cta_images_sec  .et_pb_row {
    display: flex;
    align-items: center;
    flex-flow: wrap;
}
.cta_two_btn_inner {
    display: flex;
    gap: 15px;
    flex-flow: wrap;
    justify-content: end;
}
.cta_images_sec:after {
    background: url(/wp-content/uploads/2025/03/cta_product-e1742993342488.png);
    width: 11%;
    height: 150%;
    content: '';
    position: absolute;
    left: 0;
    top: -25%;
    z-index: 0;
    background-size: contain;
    background-position: center;
    pointer-events: none;
    transform: scale(1.5);
    background-repeat: no-repeat;
    display: none;
}
.cta_images_sec:before {
    background: url(/wp-content/uploads/2025/03/ddddddd-1-e1742993380213.png);
    width: 11%;
    height: 150%;
    content: '';
    position: absolute;
    right: 0;
    top: -25%;
    z-index: 0;
    background-size: contain;
    background-position: center;
    pointer-events: none;
    transform: scale(1.5);
    background-repeat: no-repeat;
    display: none;
}
/*cta section End*/

/*Contact form Start*/

.home_contact form input, .home_contact form textarea {
    resize: vertical;
    width: 100%;
    max-height: 120px;
    border: none;
    border-bottom: 2px solid #7e7e7e;
    font-size: 18px;
    font-family: 'Satoshi';
    padding: 10px 0;
    color: #000;
}
.home_contact form  input.wpcf7-form-control.wpcf7-submit {
    width: auto;
    min-width: 200px;
    border: none;
    background: #EDC701;
    cursor: pointer;
    padding: 10px !important;
    margin-top: 20px;
}
.home_contact form input.wpcf7-form-control.wpcf7-submit:hover {
    background: #000;
    color: #fff;
}
/*Contact form End*/


/*Product grid Start*/

.product_grid_layout .owl-stage {
    display: flex;
}
.product_grid_layout .custom-product-list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}
.product_grid_layout .custom-product-list .item {
    border: 1px solid #FBA800;
    padding: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.product_grid_layout .custom-product-list .item h3.testimonial-name {
    font-size: 19px;
    color: #fff;
    font-family: 'Satoshi';
    font-weight: 600;
    margin-top: 15px;
}
.product_grid_layout .custom-product-list .item  p.product-price {
    color: #fff;
    font-size: 16px;
    font-weight: 900;
    font-family: 'Satoshi';
}
.product_grid_layout .custom-product-list .item p.product.woocommerce.add_to_cart_inline {
    border: none!Important;
    padding: 0!Important;
}
.product_grid_layout .custom-product-list .item p.product.woocommerce.add_to_cart_inline a {
    margin-top: 10px;
    width: 100%;
    background: #FBA800;
    text-align: center;
    border: none;
    color: #000000;
    font-size: 16px;
    font-family: 'Satoshi';
    padding: 8px;
    border-radius: 0;
}
.custom-product-list .blogs-image img {
    object-fit: cover;
    height: 300px;
}
.custom-product-list .blogs-image {
    max-width: 100%;
    height: 220px;
    background: url(/wp-content/uploads/2025/03/placeholder-img.png);
    background-size: cover;
    background-position: center;
}
.product_grid_layout .add-to-cart {
    margin-top: auto;
}
.custom-product-list a.button.product_type_simple.add_to_cart_button {
    border: 1px solid #fba800 !important;
}
.custom-product-list a.button.product_type_simple.add_to_cart_button:hover {
    background: #000000 !important;
    color: #fba800 !important;
    border: 1px solid #fba800 !important;
}
.custom-product-list a.button.product_type_simple.add_to_cart_button:hover:after {
    display: none!important;
}
/*Product grid End*/

/*Footer Start*/
.footer_link_list ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.footer_link_list ul li {
    margin-bottom: 10px;
}
.footer_link_list ul a {
    color: #fff;
}
.footer_link_list ul a:hover {
    color: #fba800;
    text-decoration: underline;
}
.footer_social a.icon {
    transition: .5s all;
}
.footer_social a.icon:hover {
    border-color: #fba800 !important;
    color: #fba800 ! Important;
    transform: translate(0px, -10px);
    transition: .5s all;
}
.footer_social a.icon:hover:before {
    color: #fba800 ! Important;
}

.button-container {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-flow: wrap;
}

.btn-div {
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    text-decoration: none;
    border: none;
    cursor: pointer;
    border-radius: 0px;
    display: inline-block;
    text-align: center;
    font-family: 'Satoshi';
}

.call-btn {
    background-color: #fba800;
}
.button-container.servvice-area
 {
    justify-content: center;
}
.servvice-area .call-btn {
    background-color: #000;
    color: #fff;
}
.quote-btn {
    background-color: #fff;
}

.btn-div:hover {
    opacity: 0.8;
}

.link-text p a {
    color: #fba800;
}
/*.custom-product-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.custom-product-list .item {
    border: 1px solid #fba800;
    padding: 20px !important;
    list-style: none;
    width: 24%;
}
.custom-product-list .item:hover {
    border: 1px solid #fff;
    transition: all 0.5s ease;
}
.custom-product-list .item h3 {
    font-size: 22px !important;
    font-weight: 500;
    line-height: normal;
    color: #fff;
}*/
.custom-product-list .item a.pro-btn {
    background: #fba800;
    color: #000000;
    border-radius: 0;
    font-size: 17px;
    transition: all 0.5s ease;
    text-transform: capitalize;
    padding: 8px 20px;
    font-family: 'Satoshi';
    margin-top: 13px;
    display: block;
    text-align: center;
}
.custom-product-list .item a.pro-btn:hover {
    background: #fff;
    color: #000000;
    transition: all 0.5s ease;
}
.custom-product-list .item p.pro-desc {
    color: #fff;
    font-family: 'Satoshi';
    font-size: 18px;
}
.pagination {
    text-align: center;
    margin-top: 50px;
}
.pagination .page-numbers {
    display: inline-block;
    border: 1px solid #fff;
    color: #fff;
    padding: 6px 15px;
    font-size: 16px;
    font-family: 'Satoshi';
}
.pagination .page-numbers:hover {
    background: #fba800;
    color: #000;
    border-color: #fba800;
    transition: all 0.5s ease;
}
.pagination .page-numbers.current {
    background: #fba800;
    color: #000;
    border-color: #fba800;
}
.custom-product-list .item .wp-post-image {
    height: 100%;
    object-fit: cover;
}
.align-center {
    align-items: center;
}
.et_pb_search input.et_pb_s {
    color: #fff;
    border: 1px solid #000;
}
.bottombtns .button-container {
    justify-content: center;
}

/*********** wocommerce pages css start *************/
#left-area ul.products::before{
    display: none;
}
#left-area ul.products::after{
    display: none;
}
.woocommerce span.onsale, .woocommerce-page span.onsale {
    background: #fba800 !important;
    font-size: 15px;
    padding: 4px 10px !important;
}
.woocommerce nav.woocommerce-pagination ul li span.current {
    background: #fba800;
    color: #ffffff;
}
ul.products.columns-3 li span.price span {
    font-size: 18px;
    color: #ffffff !important;
    font-weight: 500;
    font-family: 'Satoshi';
}
.container {
    width: 95%;
    max-width: 1440px;
    padding-bottom: 50px;
}
.flex-viewport {
    border: 1px solid #dbdbdb;
}
.type-product {
    margin-top: 30px;
}
.type-product .summary.entry-summary h1.product_title {
    font-size: 40px;
    font-weight: 700;
    color: #fba800;
    margin-bottom: 10px;
}
.type-product .summary.entry-summary p.price {
    font-size: 30px;
    margin-bottom: 20px;
    color: #fff;
    font-weight: 700;
    font-family: 'Satoshi';
}

ol.flex-control-nav {
    margin-top: 10px !important;
}
ol.flex-control-nav li {
    border: 1px solid #dbdbdb;
    padding: 10px;
    margin-right: 10px !important;
    margin-bottom: 10px !important;
}
.woocommerce-product-details__short-description ul {
    padding-right: 0px !important;
    font-size: 16px;
    color: #000;
    padding-bottom: 0px !important;
}
.woocommerce-product-details__short-description p {
    font-size: 16px;
    color: #ffffff;
    font-family: 'Satoshi';
}
.woocommerce-product-details__short-description ul li {
    color: #fff;
}
.quantity input {
    text-align: center !important;
    border: 1px solid #fba800 !important;
    color: #fba800 !important;
    font-size: 16px !important;
    height: 50px;
    font-weight: 600;
    background: transparent !important;
}
.type-product .summary.entry-summary button.single_add_to_cart_button {
    background: #fba800;
    border: 2px solid #fba800;
    color: #000000;
    text-transform: capitalize;
    border-radius: 100px;
    font-family: 'Satoshi';
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 0;
}
.type-product .summary.entry-summary .product_meta span {
    display: block;
    color: #fff;
    font-size: 16px;
    margin-bottom: 10px;
    font-family: 'Satoshi';
}
.type-product .summary.entry-summary .product_meta span a{
    color: #fba800;
    font-size: 16px;
     font-family: 'Satoshi';
}
body.woocommerce div.product .woocommerce-tabs ul.tabs, body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs {
    background: #fba800;
}
body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li.active {
    background: #fba800 !important;
    border-right: 1px solid #000 !important;
}
body.woocommerce .woocommerce-tabs {
    border: 1px solid #fba800;
    margin: 30px 0 45px;
}
body.woocommerce div.product .woocommerce-tabs ul.tabs li.active a, body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li.active a {
    color: #000 !important;
}
body.woocommerce div.product .woocommerce-tabs ul.tabs li a, body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li a {
    color: #666666 !important;
    padding: 10px 22px !important;
}
body.woocommerce div.product .woocommerce-tabs ul.tabs li a, body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li a {
    color: #000000 !important;
    padding: 10px 22px !important;
}
nav.woocommerce-breadcrumb {
    color: #ffffff !important;
    font-family: 'Satoshi';
}
nav.woocommerce-breadcrumb a {
    color: #fba800 !important;
    font-weight: 500;
}
p.woocommerce-result-count {
    font-size: 18px;
    color: #fff;
}
.woocommerce #main-content {
    background-color: #000000;
}
.woocommerce div#main-content .container::before {
    display: none;
}
ul.products.columns-3 li {
    border: 1px solid #dadada;
    border-radius: 10px;
    padding: 20px !important;
/*    width: 24% !important;*/
    list-style: none;
    margin: 0 !important;
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
    border: 1px solid #fba800;
}
.woocommerce .woocommerce-message {
    background: #fba800;
    color: #000 !important;
}
.woocommerce-message a.button.wc-forward {
    border: none;
    background: #fff;
    color: #000;
    font-family: 'Satoshi';
}
ul.products.columns-3 li h2 {
    font-size: 22px !important;
    font-weight: 700;
    line-height: normal;
    color: #fba800;
}
#left-area ul.products {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}
.woocommerce-Tabs-panel h2 {
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 0px;
    color: #fba800;
}
.product section.related > h2 {
    font-size: 36px !important;
    text-transform: capitalize;
    font-weight: 700;
    color: #fba800;
    margin-bottom: 20px;
    text-align: center;
}
section.related.products {
    margin-top: 80px;
}
.woocommerce-Tabs-panel p {
    color: #fff;
    font-size: 18px;
}
.woocommerce-Tabs-panel {
    color: #fff;
    font-size: 18px;
}
.woocommerce-Tabs-panel p a {
    color: #ffaa08;
}
.et_pb_row {
    max-width: 1440px;
}
.woocommerce-cart #main-content {
    background-color: #000000;
}
.woocommerce #review_form #respond p.form-submit input#submit {
    background: #fba800 !important;
    border: 2px solid #fba800 !important;
    color: #fff !important;
    text-transform: capitalize;
    border-radius: 0px !important;
    width: auto !important;
}
.woocommerce #review_form #respond p.form-submit input#submit:hover {
    background: #fff !important;
    border: 2px solid #fba800 !important;
    color: #fba800 !important;
    transition: all 0.5s ease;
}
.woocommerce #review_form #respond textarea {
    box-sizing: border-box;
    width: 100%;
    color: #000;
    border: 1px solid #dbdbdb;
}
.woocommerce #review_form #respond input {
    width: 100% !important;
    color: #000;
}
.woocommerce #review_form #respond input#wp-comment-cookies-consent {
    width: auto !important;
}
.main_title {
    font-weight: 700;
    color: #fba800;
    text-transform: capitalize;
    font-size: 40px;
    margin-bottom: 50px;
    text-align: center;
}
.wc-block-cart-items tr.wc-block-cart-items__header th {
    background: #fba800 !important;
    color: #000000 !important;
    visibility: visible !important;
    font-size: 14px;
    font-family: 'Satoshi';
}
.wc-block-cart-items tr.wc-block-cart-items__row td.wc-block-cart-item__product .wc-block-components-product-metadata {
    display: none;
}
.wc-block-cart-items tr.wc-block-cart-items__row {
    border: 1px solid #fba800;
}
.wc-block-cart-items tr.wc-block-cart-items__header {
    border: 1px solid #fba800;
}
.wc-block-cart-items tr.wc-block-cart-items__row td.wc-block-cart-item__product a.wc-block-components-product-name {
    font-size: 20px;
    color: #fba800;
}
.wc-block-cart-items tr.wc-block-cart-items__row td.wc-block-cart-item__product .wc-block-cart-item__prices {
    font-size: 16px;
    color: #ffffff;
    font-family: 'Satoshi';
}
.wc-block-cart-items tr.wc-block-cart-items__row .wc-block-components-product-badge {
    background: green;
    color: #fff;
}
.wc-block-cart-items tr.wc-block-cart-items__row .wc-block-components-quantity-selector {
    border: 1px solid #fba800;
    color: #ffffff;
}
.wc-block-cart-items tr.wc-block-cart-items__row td.wc-block-cart-item__total span.price {
    font-size: 20px;
    color: #ffffff;
    font-family: 'Satoshi';
}
.wc-block-cart-items tr.wc-block-cart-items__row button.wc-block-cart-item__remove-link {
    color: red !important;
}
h2.wp-block-woocommerce-cart-order-summary-heading-block.wc-block-cart__totals-title {
    font-size: 20px !important;
    color: #fba800 !important;
}
.wp-block-woocommerce-cart-order-summary-block {
    color: #ffffff;
    font-family: 'Satoshi';
    border: 1px solid #fba800;
}
.wp-block-woocommerce-cart-order-summary-block .wp-block-woocommerce-cart-order-summary-coupon-form-block button {
    background: #fba800;
    color: #000000 !important;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    font-family: 'Satoshi';
}
.wc-block-cart__submit .wc-block-cart__submit-container a.wc-block-components-button {
    background: #fba800;
    text-transform: capitalize;
    color: #000;
    font-family: 'Satoshi';
    font-size: 18px;
}
.wc-block-cart__submit .wc-block-cart__submit-container a.wc-block-components-button:hover {
    background: #fff;
    transition: all 0.5s ease;
}
.woocommerce-checkout #main-content {
    background-color: #000000;
}


.wp-block-woocommerce-checkout .wc-block-checkout h2 {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}
.wp-block-woocommerce-checkout .wc-block-checkout {
    color: #fff;
}
.wp-block-woocommerce-checkout .wc-block-checkout p {
    font-size: 14px;
}
.wp-block-woocommerce-checkout .wc-block-checkout .wc-block-checkout__actions_row a.wc-block-components-checkout-return-to-cart-button {
    color: #fba800;
    font-size: 18px;
}
.wp-block-woocommerce-checkout .wc-block-checkout .wc-block-checkout__actions_row button.wc-block-components-button {
    background: #fba800;
    font-size: 18px;
    color: #000000 !important;
    font-family: 'Satoshi';
}
.wp-block-woocommerce-checkout .wc-block-checkout .wc-block-checkout__actions_row button.wc-block-components-button:hover {
    background: #fff;
    color: #fba800;
    transition: all 0.5s ease;
}
.wp-block-woocommerce-checkout-order-summary-block p.wc-block-components-checkout-order-summary__title-text {
    font-size: 20px;
    font-weight: 600 !important;
    text-transform: capitalize;
}
.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-product-metadata__description {
    display: none;
}
.wp-block-woocommerce-checkout-order-summary-block h3.wc-block-components-product-name {
    font-size: 16px;
    color: #fba800;
    font-weight: 600;
    padding-bottom: 0px;
}
.wp-block-woocommerce-checkout-order-summary-block span.wc-block-components-order-summary-item__individual-prices {
    font-size: 16px;
}
.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-order-summary-item__total-price span.wc-block-formatted-money-amount {
    font-size: 16px;
    font-weight: 500;
}
.wp-block-woocommerce-checkout-order-summary-block {
    border: 1px solid #fba800 !important;
    border-radius: 5px;
    font-family: 'Satoshi';
}
.wc-block-checkout__form {
    border: 1px solid #fba800;
    padding: 15px;
}
button.wc-block-components-button {
    background: #fba800;
    color: #000000 !important;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    font-family: 'Satoshi';
}
button.wc-block-components-button:hover {
    background: #fff;
    color: #fba800 !important;
}
.woocommerce-account #main-content {
    background-color: #000000;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
    padding: 20px !important;
    background: #fba800;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a {
    color: #000;
    display: block;
    font-size: 18px;
    padding: 10px 5px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a:hover {
    color: #fff;
    transition: all 0.5s ease;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link {
    list-style: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link.is-active a {
    background: #000;
    color: #fba800;
}
.woocommerce-MyAccount-content p {
    font-size: 16px;
    color: #fff;
}
.woocommerce-MyAccount-content p a{
    font-size: 16px;
    color: #fba800;
}
.woocommerce-MyAccount-content p a:hover{
    font-size: 16px;
    color: #fff;
}
.woocommerce .woocommerce-info {
    background: #eff5ee;
    color: #000000 !important;
    font-family: 'Satoshi';
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-info a.button {
    background: #fba800;
    color: #fff;
}
.woocommerce-account .woocommerce-MyAccount-content .u-columns.woocommerce-Addresses .woocommerce-Address {
    background: #eff5ee;
    padding: 15px;
}
.woocommerce-account .woocommerce-MyAccount-content .u-columns.woocommerce-Addresses .woocommerce-Address h2 {
    font-size: 22px;
    font-weight: 600;
    color: #000000;
    text-transform: capitalize;
}
.woocommerce-account .woocommerce-MyAccount-content .u-columns.woocommerce-Addresses .woocommerce-Address address {
    color: #000;
}
.woocommerce-account .woocommerce-MyAccount-content .u-columns.woocommerce-Addresses .woocommerce-Address a.edit {
    color: #fba800;
}
.woocommerce-account .woocommerce-MyAccount-content button.woocommerce-Button.button {
    background: #fba800;
    color: #000;
    margin-top: 20px;
}
#user-registration.horizontal .user-registration-MyAccount-navigation ul .user-registration-MyAccount-navigation-link.is-active a, #user-registration .user-registration-MyAccount-navigation ul .user-registration-MyAccount-navigation-link.is-active a {
    background-color: rgb(252 119 1) !important;
    color: #fff !important;
    border-bottom: 3px solid #000000;
}
#user-registration.horizontal .user-registration-MyAccount-navigation-link a:hover {
    color: #ffffff !important;
    background: #fba800 !important;
    border-bottom-color: #000000;
}
.user-registration .user-registration-MyAccount-content__body h2 {
    color: #fff !important;
    font-weight: 600 !important;
    text-transform: capitalize;
}
.user-registration .user-registration-MyAccount-content__body .user-registration-profile-header img.profile-preview {
    border: 2px solid #fba800;
}
.user-registration .user-registration-MyAccount-content__body .user-registration-profile-header h3 {
    font-weight: 600 !important;
    text-transform: capitalize;
    color: #fff;
}
.user-registration .user-registration-MyAccount-content__body p {
    color: #fff !important;
}
.user-registration .user-registration-MyAccount-content__body p a{
    color: #fba800 !important;
}
.user-registration .user-registration-MyAccount-content__body .button {
    color: #ffffff !important;
    background: #fba800 !important;
    border: 1px solid #fba800 !IMPORTANT;
}
.user-registration .user-registration-MyAccount-content__body .button:hover {
    color: #ffffff !important;
    background: #fba800 !important;
    border: 1px solid #fff !IMPORTANT;
}
.woocommerce-account .woocommerce-MyAccount-content {
    padding: 20px;
}
.type-product .summary.entry-summary p.price span.woocommerce-Price-amount {
    color: #fff;
}
.single-post .et_post_meta_wrapper h1.entry-title {
    font-weight: 700;
    color: #fba800;
    text-transform: uppercase;
    font-size: 45px;
    text-align: center;
}
#left-area .post-meta {
    text-align: left;
}
#left-area .post-meta a {
    text-decoration: none;
    color: #fba800;
}
.type-post .et_post_meta_wrapper img {
    margin: 0px auto;
    width: 100%;
    height: 300px;
    object-fit: cover;
}
div#respond {
    padding: 20px;
    background: #eff5ee;
}
div#respond h3#reply-title {
    font-weight: 700;
    color: #fba800;
    font-size: 26px;
}
div#respond p.form-submit input#submit {
    background: #fba800;
    color: #fff;
    transition: all 0.5s ease;
    width: auto;
}
div#respond p.comment-form-comment textarea {
    background: #fff;
    color: #000;
}
div#respond form#commentform input {
    background: #fff;
    width: 100%;
    color: #000;
}
div#respond form#commentform input#wp-comment-cookies-consent {
    width: auto;
}
.woocommerce table.my_account_orders {
    font-family: 'Satoshi';
    color: #fff;
    font-size: 14px;
}
.woocommerce table.my_account_orders th.woocommerce-orders-table__header {
    color: #000000;
    font-size: 16px;
    background: #fba800;
}
.woocommerce table.my_account_orders a {
    color: #fba800;
}
.woocommerce table.my_account_orders a.button {
    color: #000000 !important;
    background: #fba800 !important;
}
.woocommerce-MyAccount-content legend {
    color: #fff;
    font-size: 16px;
    font-family: 'Satoshi';
}
table.variations {
    color: #fff;
}
.woocommerce div.product form.cart .variations td:last-child {
    padding-right: 0 !important;
}
.woocommerce div.product form.cart .variations td select#spring-type-wound {
    border-radius: 0px;
    height: 40px;
    color: #000 !important;
    font-family: 'Satoshi';
    font-size: 16px;
    margin-top: 10px;
    margin-left: 10px;
}
.woocommerce div.product form.cart .variations td a.reset_variations {
    color: #ff0000;
}
.single_variation_wrap span.price {
    color: #fff !important;
    font-family: 'Satoshi';
    font-size: 24px !important;
    padding-bottom: 15px !important;
    display: inline-block;
}
table.variations th.label {
    border: 1px solid #fff !important;
    font-family: 'Satoshi';
}
table.variations td.value {
    border-top: 1px solid #fff !important;
    border-bottom: 1px solid #fff !important;
    border-right: 1px solid #fff !important;
    padding: 10px !important;
}
.woocommerce-Tabs-panel th.woocommerce-product-attributes-item__label {
    color: #fff;
    font-family: 'Satoshi';
}
/************ media qurey start ************/


@media only screen and (max-width:1281px){
    .custom-product-list .blogs-image {
         height: 200px;
    }
    .custom-product-list .blogs-image img {
            height: 200px;
    }
}
@media only screen and (max-width:1024px){
    .product_grid_layout .custom-product-list {
        grid-template-columns: repeat(2, 1fr);
    }
        .custom-product-list .blogs-image {
         height: 300px;
    }
    .custom-product-list .blogs-image img {
            height: 300px;
    }
}
@media only screen and (max-width:600px){
    .product_grid_layout .custom-product-list {
        grid-template-columns: repeat(1, 1fr);
    }
        .custom-product-list .blogs-image {
         height: 200px;
    }
    .custom-product-list .blogs-image img {
            height: 200px;
    }
    .product_grid_layout .custom-product-list .item  p.product-price {
        font-size: 14px;
    }
    .product_grid_layout .custom-product-list .item h3.testimonial-name {
        font-size: 20px;
    }
    .product_grid_layout .custom-product-list .item p.product.woocommerce.add_to_cart_inline a {
        font-size: 15px;
    }
}






@media (max-width:1250px){
    ul.testimonial-post-sec .testimonial-name {
    font-size: 30px;
}
}
@media (max-width:1024px){
    .header_list ul {
    justify-content: center;
}
    .justify_end ul {
    justify-content: center;
}

}

@media (max-width:980px){
    .search_cart_header {
    width: 25% !important;
         margin: 0px;
}
.header_with_icon .et_pb_column_4_tb_header {
    width: 50%!Important;
    margin: 0px;
}
    .account_toggle_header {
    width: 25%!Important;
}
    .cta_two_btn_inner {
    justify-content: center;
}
    .video_sec_home iframe {
    height: auto!important;
    object-fit: cover;
}
    ul.testimonial-post-sec .item {
    padding: 15px;
}
    ul.testimonial-post-sec .testimonial-name {
    font-size: 26px;
}
    ul.testimonial-post-sec .testimonial-desc {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 20px;
}
    .header-smd .et_pb_menu_inner_container .et_pb_menu__wrap {
    justify-content: end;
}
.header-smd form.et_pb_menu__search-form input.et_pb_menu__search-input {
    color: #fff;
}
    .header-smd form.et_pb_menu__search-form button.et_pb_menu__icon {
    color: #fff !Important;
}
}
@media (max-width:767px){
    .search_cart_header {
    width: 100%!important;
    justify-content: center;
}
    .header_with_icon .et_pb_column_4_tb_header {
    width: 55%!Important;
    margin: 0px;
}
.account_toggle_header {
    width: 44%!Important;
    justify-content: end;
    margin-top: 0px !important;
}
    .sidebar .social-html-main h3 span {
    font-size: 20px;
    line-height: 42px;
}
    .sidebar span.remove-sidebar {
    width: 40px;
    height: 40px;
    font-size: 18px;
    cursor: pointer;
    line-height: 20px;
}
    .sidebar .social-media-links a {
    width: 30px;
    height: 30px;
    padding: 5px;
    font-size: 16px;
}

}

/*White bg product */

.product_white_bg .product_grid_layout .custom-product-list .item h3.testimonial-name {
    color: #000;
}
.product_white_bg .product_grid_layout .custom-product-list .item p.product-price {
    color: #707070;
}
.product_white_bg .product_grid_layout .custom-product-list .item {
    border: 1px solid #cfcfcf;
}
.gallery_sec .gallery-name {
    color: #000000;
    font-weight: 500;
}

.marquee {
    font-size: 3.2vw;
    color: #000;
    height: 4vw;
    overflow: hidden;
    position: relative;
    font-family: 'Eurostile Extended';
}
/* nested div inside the container */
.marquee div {
    width: 200%;
    position: absolute;
    animation: marquee 12s linear infinite;
    display: flex;
    white-space: nowrap;
    top: 19px;
    text-transform: uppercase;
    gap: 20px;
}
.marquee > div p {
    padding: 0;
    font-weight: bold;
    font-family: 'Oswald';
}
/* span with text */
.marquee span {
    float: left;
    width: 50%;
}
.marquee div p:nth-child(even) {
    stroke-width: 1px;
    background-clip: text;
    background-size: 200% 100%;
    background-position: 100% 0;
    background-image: linear-gradient(109deg, #222 50%, transparent 50%);
    -webkit-text-stroke: 2px #000000;
    color: #00000000 !important;
}
.marquee.right div {
    animation: marquee1 12s linear infinite;
}
@media only screen and (max-width: 1140px) {
    .marquee {
        font-size:5vh;
        height: 8vh
    }
}
/* keyframe */
@keyframes marquee {
    0% { left: 0; }
    100% { left: -100%; }
}
@keyframes marquee1 {
    0% { right: 0; }
    100% { right: -100%; }
}
.strong_line_text strong {
    color: #ffffffba;
    stroke-width: 1px;
    background-clip: text;
    background-size: 200% 100%;
    background-position: 100% 0;
    background-image: linear-gradient(111deg, #fcbc36 50%, transparent 50%);
    -webkit-text-stroke: 2px #000;
    text-transform: uppercase;
}
.sec_strong_text strong {
    color: #ffffff00;
    stroke-width: 1px;
    background-clip: text;
    background-size: 200% 100%;
    background-position: 100% 0;
    background-image: linear-gradient(84deg, #fcbc36 50%, transparent 50%);
    -webkit-text-stroke: 2px #fba800;
    text-transform: uppercase;
}
.banner_strong_text strong {
    stroke-width: 1px;
    background-clip: text;
    background-size: 200% 100%;
    background-position: 100% 0;
    background-image: linear-gradient(84deg, #fcbc36 50%, transparent 50%);
    -webkit-text-stroke: 2px #ffffff;
    text-transform: uppercase;
    color: #ffffff00;
}
.img_full 
 .et_pb_module.et_pb_image, .img_full 
 .et_pb_module.et_pb_image * {
    height: 100%;
    object-fit: cover;
}
.faq_title_font .et_pb_toggle_title {
    font-family: 'Satoshi';
    font-weight: 600;
}
.blurb_text_padd .et_pb_blurb_container {
    padding: 0;
}
.toggle_retail_wholesale a {
    color: #000;
    background: #fba800;
    padding: 5px 20px;
    display: inline-block;
    font-family: 'Satoshi';
    font-size: 17px;
    font-weight: 500;
    border: 1px solid #fba800;
}
.toggle_retail_wholesale a.wholesale_btn {
    color: #fba800;
    background: #000000;
}
.toggle_retail_wholesale a.retail_btn:hover {
    color: #fba800;
    background: #000;
}
.toggle_retail_wholesale a.wholesale_btn:hover {
    color: #000;
    background: #fba800;
}
.blurb_center  .et_pb_blurb_content {
    max-width: max-content!important;
}
.text_end_buttons 
 .toggle_retail_wholesale {
    text-align: right;
}

/*My account page Start */
.user-registration-page .woocommerce h2 {
    font-size: 40px;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
}
.user-registration-page .woocommerce form.woocommerce-form.woocommerce-form-login.login {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #fba800;
    border-radius: 0;
    padding: 30px;
}
/* .user-registration-page .woocommerce form.woocommerce-form.woocommerce-form-login.login label {
    color: #fff;
} */
.user-registration-page .woocommerce form.woocommerce-form.woocommerce-form-login.login 
button.woocommerce-button.button.woocommerce-form-login__submit {
    color: #000;
    background: #fba800;
    padding: 5px 25px;
    display: inline-block;
    font-family: 'Satoshi';
    font-size: 17px;
    font-weight: 500;
    border: 1px solid #fba800;
    border-radius: 0;
    margin-top: 10px;
}
.user-registration-page .woocommerce form.woocommerce-form.woocommerce-form-login.login
button.woocommerce-button.button.woocommerce-form-login__submit:after {
    display: none;
}
.user-registration-page .woocommerce form.woocommerce-form.woocommerce-form-login.login
label.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {
    width: 100%;
}
.user-registration-page .woocommerce form.woocommerce-form.woocommerce-form-login.login a {
    color: #fba800;
    text-decoration: underline;
}
.user-registration-page .woocommerce form.woocommerce-form.woocommerce-form-login.login a:hover {
    text-decoration: none;
}
@media only screen and (max-width:767px){
    .user-registration-page .woocommerce h2 {
        font-size: 30px;
    }
}

/*Lost password page*/

.page-id-1157 div#sidebar {
    display: none;
}
.page-id-1157 div#left-area {
    padding: 0!Important;
    width: 100%;
    max-width: 100%;
}
.page-id-1157.et_right_sidebar #main-content .container:before{
    display: none;
}
.page-id-1157 .main_title {
    color: #000;
}
.page-id-1157 .ur-frontend-form.login .ur-reset-password-btn {
    border: 1px solid #fba800!important;
    background: #fba800;
    width: 100%;
    color: #000000;
    letter-spacing: 0.15px;
    border: 0;
    font-size: 16px;
    border-radius: 0;
    font-weight: 500;
}
.page-id-1157 .ur-frontend-form.login .ur-reset-password-btn:hover {
    border: 1px solid #fba800!important;
    background: #000;
    width: 100%;
    color: #fba800;
    letter-spacing: 0.15px;
    border: 0;
    font-size: 16px;
    border-radius: 0;
    font-weight: 500;
}
.ur-frontend-form.login #user_login {
    border-radius: 0;
}
.page-id-1158 div#user-registration {
    max-width: 100%!Important;
}
.page-id-1158 button.user-registration-Button.button {
    background: #fba800 ! Important;
    border-radius: 0;
    font-size: 16px!important;
    font-weight: 500;
    color: #000;
}
.page-id-1158 button.user-registration-Button.button:hover {
    background: #000!important;
}
.page-id-1158 button.btn.button.ur-submit-button {
    border-radius: 0;
    background: #fba800;
    font-size: 16px!Important;
    color: #000!important;
    font-weight: 500!important;
}
.page-id-1158 button.btn.button.ur-submit-button:hover {
    background: #000!Important;
    color: #fff!Important;
}
.page-id-1158 p.user-registration-LostPassword.lost_password a {
    color: #fd7400 !important;
    text-decoration: underline;
}
.page-id-1158 p.user-registration-LostPassword.lost_password a:hover {
    text-decoration: none;
}
.page-id-1158 form input {
    border-radius: 0!Important;
}
#user-registration.horizontal .user-registration-MyAccount-navigation ul .user-registration-MyAccount-navigation-link.is-active a, #user-registration .user-registration-MyAccount-navigation ul .user-registration-MyAccount-navigation-link.is-active a {
    background-color: rgb(251 168 0) !important;
    color: #000000 !important;
    border-bottom: 3px solid #000000;
}
.page-id-1158.user-registration .user-registration-MyAccount-content__body .user-registration-profile-header h3 {
    color: #000000;
}
.page-id-1158.user-registration .user-registration-MyAccount-content__body p {
    color: #000000 !important;
}
.page-id-1158.user-registration .user-registration-MyAccount-content__body .button {
    color: #000000 !important;
}
.page-id-1155 div#sidebar {
    display: none;
}
.page-id-1155 div#left-area {
    width: 100%;
    padding: 0!Important;
}
.page-id-1155.et_right_sidebar #main-content .container:before{
    display: none;
}
.page-id-1155 div#user-registration {
    margin-inline: auto;
}
button.swal2-confirm.swal2-styled {
    background: #fba800 !important;
    color: #000!Important;
}
.page-id-1155 .user-registration-MyAccount-content__body .button {
    color: #000 !important;
}
.page-id-1155 .user-registration-MyAccount-content__body .user-registration-profile-header h3 {
    font-weight: 600 !important;
    text-transform: capitalize;
    color: #000000;
}
.page-id-1155 .user-registration .user-registration-MyAccount-content__body p {
    color: #000000 !important;
}
.page-id-1158 .user-registration-MyAccount-content__body .user-registration-profile-header h3 {
    font-weight: 600 !important;
    text-transform: capitalize;
    color: #000000;
}
.page-id-1158 .user-registration .user-registration-MyAccount-content__body p {
    color: #000000 !important;
}


/*My account page End */


.single.single-post .container, .search.search-results .container, .archive .container, .search-no-results .container {
    width: 90%;
    max-width: 1440px;
}
.single.single-post div#sidebar, .archive div#sidebar, .search div#sidebar, .container div#sidebar{
/*    background: #f7f7f7;*/
    padding: 30px;
    border-radius: 10px;
    height: auto;
    position: sticky;
    top: 50px;
    border: 1px solid #dbdbdb;
}
.single.single-post ul.wp-block-latest-posts__list.wp-block-latest-posts li,
.archive ul.wp-block-latest-posts__list.wp-block-latest-posts li, 
.search ul.wp-block-latest-posts__list.wp-block-latest-posts li  {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 18px;
    color: #000;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
    padding-bottom: 10px;
    font-weight: 500;
}
.single.single-post ul.wp-block-latest-posts__list.wp-block-latest-posts li a,
.archive ul.wp-block-latest-posts__list.wp-block-latest-posts li a,
 .search ul.wp-block-latest-posts__list.wp-block-latest-posts li a{
    color: #000!important;
}
.single.single-post ul.wp-block-latest-posts__list.wp-block-latest-posts,
.archive ul.wp-block-latest-posts__list.wp-block-latest-posts,
.search ul.wp-block-latest-posts__list.wp-block-latest-posts  {
    padding: 0;
}
.single.single-post #sidebar h2.wp-block-heading,
.archive #sidebar h2.wp-block-heading,
.search #sidebar h2.wp-block-heading {
    font-size: 26px;
    font-weight: 600;
    color: #000000;
    position: relative;
    margin-bottom: 20px;
}
/*.single.single-post #sidebar h2.wp-block-heading:after,
.archive #sidebar h2.wp-block-heading:after,
.search #sidebar h2.wp-block-heading:after  {
    width: 60px;
    content: '';
    height: 2px;
    background: #748d9d;
    position: absolute;
    left: 0;
    bottom: 0;
    display: inline-block;
}*/
.single.single-post ul.wp-block-latest-posts__list.wp-block-latest-posts li:last-child,
.archive ul.wp-block-latest-posts__list.wp-block-latest-posts li:last-child,
.search ul.wp-block-latest-posts__list.wp-block-latest-posts li:last-child {
    border: none;
    padding-bottom: 0;
}
.single.single-post div#sidebar > div,
.archive div#sidebar > div,
.search div#sidebar > div  {
    float: none;
    margin-bottom: 0;
}
.single.single-post .wp-block-latest-posts__featured-image img,
.archive .wp-block-latest-posts__featured-image img,
.search .wp-block-latest-posts__featured-image img {
    border-radius: 5px;
}
.single.single-post .widget_search,
.archive .widget_search,
.search .widget_search {
    margin-bottom: 30px!important;
}
.single.single-post .widget_search button,
.archive .widget_search button,
.search .widget_search button  {
    background: #fba800;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 0px 30px 30px 0;
}
.single.single-post .widget_search button:hover,
.archive .widget_search button:hover,
.search .widget_search button:hover {
    background: #000;
}
.single.single-post .widget_search input,
.archive .widget_search input,
.search .widget_search input {
    border-radius: 30px;
    background: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
}
.single.single-post ul.wp-block-latest-posts__list.wp-block-latest-posts li img,
.archive ul.wp-block-latest-posts__list.wp-block-latest-posts li img,
.search ul.wp-block-latest-posts__list.wp-block-latest-posts li img {
    transition: .5s all;
}
.single.single-post ul.wp-block-latest-posts__list.wp-block-latest-posts li:hover img,
 .archive ul.wp-block-latest-posts__list.wp-block-latest-posts li:hover img,
 .search ul.wp-block-latest-posts__list.wp-block-latest-posts li:hover img{
    transform: translate(0px, -6px);
    transition: .5s all;
}
.single.single-post ul.wp-block-latest-posts__list.wp-block-latest-posts li:hover a,
.archive ul.wp-block-latest-posts__list.wp-block-latest-posts li:hover a,
.search ul.wp-block-latest-posts__list.wp-block-latest-posts li:hover a {
    color: #3a3a3a !important;
}
section#comment-wrap {
    display: none;
}
.single.single-post div#block-4,
.archive div#block-4,
.search div#block-4 {
    display: none;
}
.single.single-post #main-content .container:before,
.search.search-results #main-content .container:before,
.archive #main-content .container:before,
.search-no-results #main-content .container:before {
    display: none;
}
.single.single-post .entry-content *,
.search .entry-content *,
.archive .entry-content * {
    color: #000;
    font-size: 18px;
}
.single.single-post .entry-content,
.search .entry-content,
.archive .entry-content {
    color: #000;
    font-size: 20px;
}
.single.single-post div#content-area,
.search div#content-area,
.archive div#content-area {
    display: grid;
    align-items: start;
    grid-template-columns: 2.5fr 1fr;
    padding-bottom: 50px;
}
.single.single-post div#content-area > div,
.search div#content-area > div,
.archive div#content-area > div  {
    float: none!important;
    width: 100%;
    color: #000;
    font-size: 16px;
}
}
.single.single-post .post-meta a,
.search .post-meta a,
.archive .post-meta a {
    color: #000000!Important;
}
div#left-area h2, div#left-area h3 {
    color: #000;
    font-weight: 600;
}
.single.single-post .post-meta a:hover,
.search .post-meta a:hover,
.archive .post-meta a:hover  {
    color: #0a1820!Important;
}
.single.single-post .post-meta,
.search .post-meta,
.archive .post-meta {
    color: #858585;
    font-size: 16px!important;
}
@media only screen and (min-width: 1100px){
    .single.single-post.et_right_sidebar #left-area,
    .search #left-area,
    .archive #left-area {
        float: left;
        padding-right: 50px;
    }
}
.single.single-post article.et_pb_post.post,
.search article.et_pb_post.post,
.archive article.et_pb_post.post  {
    padding-bottom: 0;
}
.single.single-post h1.entry-title,
.search h1.entry-title,
.archive h1.entry-title{
    font-weight: 700;
    color: #000000;
    text-align: left;
}
/*.single.single-post .post-meta a {
    pointer-events: none;
}*/
@media only screen and (max-width:1099px){
    .single.single-post div#content-area,
    .search div#content-area,
    .archive div#content-area {
    grid-template-columns: 1fr;
}
    .single.single-post div#content-area div#left-area,
    .search div#content-area div#left-area,
    .archive div#content-area div#left-area {
    padding: 0;
}
    .single.single-post .entry-content *,
    .search .entry-content *,
    .archive .entry-content *  {
    font-size: 16px;
}
    .single.single-post ul.wp-block-latest-posts__list.wp-block-latest-posts li,
    .search ul.wp-block-latest-posts__list.wp-block-latest-posts li,
     .archive ul.wp-block-latest-posts__list.wp-block-latest-posts li{
    font-size: 16px;
}
}
section.related.products h2 {
    color: #fff!important;
}
.equal_btns > div {
    display: flex;
    flex-direction: column;
}
.equal_btns > div .et_pb_button_module_wrapper {
    margin-top: auto;
}
.img_cover img {
    height: 500px;
    object-fit: cover;
}
ul.products.columns-3 a.button.add_to_cart_button {
    background: #fba800;
    border-radius: 0;
    color: #000000;
    border: 1px solid #fba800;
    font-size: 18px;
    padding: 6px 25px;
}
ul.products.columns-3 a.button.add_to_cart_button:hover {
    background: #000;
    color: #fba800;
}
ul.products.columns-3 a.button.add_to_cart_button:after{
    display:none;
}
/* .user-registration-page .woocommerce h2 {
    color: #fff;
} */
/* form.woocommerce-form.woocommerce-form-register.register label {
    color: #fff;
} */
/* form.woocommerce-form.woocommerce-form-register.register .woocommerce-privacy-policy-text {
    color: #fff;
} */
form.woocommerce-form.woocommerce-form-register.register .woocommerce-privacy-policy-text a {
    color: #fba800;
}
form.woocommerce-form.woocommerce-form-register.register button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit {
    border-radius: 0;
    background: #fba800;
    color: #000000;
    border: 1px solid #fba800;
    padding: 5px 25px;
    margin-top: 20px;
    font-size: 18px;
}
form.woocommerce-form.woocommerce-form-register.register button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit:hover {
    background: transparent;
    color: #fba800;
}
form.woocommerce-form.woocommerce-form-register.register 
button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit:after {
    display: none;
}
.user-registration-page .woocommerce 
form.woocommerce-form.woocommerce-form-login.login button.woocommerce-button.button.woocommerce-form-login__submit:hover {
    background: transparent;
    color: #fba800;
}
.woocommerce-Tabs-panel h2 {
    color: #fba800 !important;
}

.opener-category-main {
    display: none;
}


.category-prductss h3.testimonial-name
 {
    color: #000 !important;
}
.category-prductss p.product-price {
    color: #000 !important;
}
.before-after-sectt
 {
    display: none;
}

/* ************ Popup css *********** */

div#popmake-2147 .popup-box center, div#popmake-2147 .popup-box p, div#popmake-2147 .popup-box h2, div#popmake-2147 .popup-box div {
    z-index: 9;
}

div#popmake-2147 .pum-content.popmake-content:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #00000080;
    position: absolute;
    z-index: 1;
}

div#popmake-2147 .pum-content.popmake-content {
    position: relative;
}