/*
Theme Name: GeneratePress Child
Author: Tom Usborne
Template: generatepress
Text Domain: generatepress-child
Description: GeneratePress is a lightweight WordPress theme built with a focus on speed and usability.
*/

/* ===============================
   Global Typography
================================ */

body {
    font-family: "Jost", sans-serif;
}

h1,
h2 {
    font-family: "Playfair Display", serif;
}

h1 {
    font-size: 70px;
    font-weight: 600;
}

h2 {
    font-size: 40px;
    color: #fff;
}

a {
    color: #d9a420;
}

/* ===============================
   Header
================================ */

header {
    position: absolute !important;
    width: 100%;
    background: transparent !important;
}

header .main-navigation,
.main-navigation ul ul {
    background: transparent !important;
}

header .main-navigation .main-nav ul li a {
    font-size: 18px;
    color: #fff !important;
}

/* ===============================
   Banner Section
================================ */

.banner-h {
    /* background: url("img/banner.jpg") ; */
    background-repeat: no-repeat;;
    background-size: cover;
    height: 100vh;
    color: #fff;
    text-align: center;
	background-position: center;
}

.banner-h .container {
    height: 100%;
}

.banner-panel {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.banner-captions {
    width: 700px;
    margin: 0 auto;
}

.banner-h h4 {
    font-weight: 300;
    font-size: 20px !important;
    line-height: 30px;
}

/* ===============================
   Buttons
================================ */

.fill-btn, .instructor-pricing a{
    background: #d9a420;
    padding: 17px 27px;
    display: inline-block;
    color: #000;
    border-radius: 9px;
    text-decoration: none;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 13px;
    margin-right: 20px;
}
.fill-btn:hover, .instructor-pricing a:hover{
	background:#fff;
	color:#000;
}
.instructor-pricing a{
	border:0;
}
.instructor-pricing a:hover{
	background:#fff;
	color:#000;
}

.outline-btn {
    background: transparent;
    border: 1px solid #d9a420;
    padding: 17px 27px;
    display: inline-block;
    color: #d9a420;
    border-radius: 9px;
    text-decoration: none;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 13px;
    margin-left: 20px;
}
.read-more:hover{
	 color: #d9a420;
}
header .main-navigation .main-nav ul li a:hover{
	 color: #d9a420 !important;
}
.outline-btn:hover{
	color: #fff;
	border:1px solid #fff;
}

/* ===============================
   Home Block
================================ */

.home-block2 {
    padding: 70px 0;
    background: #000;
    text-align: center;
}

/* ===============================
   About Membership Section
================================ */

.about-membership {
    background: url("img/bg-2.jpg") no-repeat, #161616;
    background-size: cover;
    background-position: fixed;
    padding: 70px 150px;
}

.about-membership p {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
}

/* ===============================
   Instructor Section
================================ */

/* body.single-instructor header{
    background: #000 !important;
} */

.site-logo {
    position: relative;
    z-index: 9;
}
body.single-instructor .instructor-banner{
    padding:210px 20px 30px 20px;
    background-image: url('https://empire.mentorship.evgigsoft.com/wp-content/uploads/2026/02/banner_02.jpg');
    background-size: cover;
    background-position: top;
    position: relative;
}

body.single-instructor .instructor-banner::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #00000040;
}

body.single-instructor .instructor-banner .container {
    max-width: 1150px;
    position: relative;
}

body.single-instructor section.instructor-info-wrapper {
    padding: 40px 20px;
}

body.single-instructor .instructor-information h3 {
    font-size: 36px;
    font-weight: 500;
    color: #d9a420;
    margin-bottom: 12px;
    font-family: "Playfair Display", serif;
    font-style: italic;
}

body.single-instructor .instructor-info-wrapper .container {
    max-width: 1150px;
}

body.single-instructor .instructor-name{
    font-size: 50px; 
}
body.single-instructor .instructor-information h4 {
    font-weight: 600;
    color: #fff;
    font-size: 22px;
    margin-bottom: 20px;
    margin-top: 30px;
    position: relative;
}
body.single-instructor .instructor-information h4::before {
    position: absolute;
    content: '';
    left: 0;
    bottom: -5px;
    width: 40px;
    height: 2px;
    background: #d9a420;
    border-radius: 10px;
}
body.single-instructor .instructor-description p{
    color: #d3d3d3;
}

body.page-template-all-instructors section.all-instructor-section .card-body {
    padding: 24px 0 0;
}

body.page-template-all-instructors section.all-instructor-section .instructor-section .card {
    padding: 30px 30px;
}

.instructor-section {
    background: #000;
    padding: 70px 0;
}
.instructor-single{
	background:#000000;
}
.instructor-single .card{
	border: 1px solid #2d281c;
	border-radius:0;
	background:#000;
}
.product-card {
  display: flex;
  gap: 30px;
  margin-bottom: 20px;
  background: #000;
  border: 1px solid #4b412f;
  padding: 20px 20px;
}
.product-media{
	width:30%;
}
.product-descrition-i{
	width:65%;
}
.woocommerce-Price-amount.amount{
	color:#fff;
}
.product-btn{
  background: #d9a420;
  padding: 7px 10px;
  display: inline-block;
  color: #000;
  border-radius: 9px;
  text-decoration: none;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 13px;
  margin-right: 20px;
}
.title span {
    color: #d9a420;
    font-style: italic;
}

.image-instructors {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 110px;
    overflow: hidden;
}

.instructor-section .card {
    padding: 20px 30px 10px;
    transition: 1.2s;
    border: 1px solid #262626;
    border-radius: 30px;
    background: #161616;
}

.instructor-section .card:hover {
    background: linear-gradient(
        -20deg,
        rgba(0, 0, 0, 0) 0%,
        rgba(217, 164, 32, 0.44) 157%
    );
}

.instructor-section .card p {
    color: #fff;
    font-weight: 300;
	margin-bottom:0;
}
.all-instructor-section .card-img-top{
	height: 150px;
	width: 150px;
	border-radius: 100% !important;
	margin: 0 auto;
}
.all-instructor-section .card a{
	text-decoration:none;
}
.card-title {
    font-family: "Playfair Display", serif;
    color: #d9a420;
    text-transform: capitalize;
    font-size: 26px;
}

body.page-template-all-instructors section.all-instructor-section {
    padding: 200px 20px 40px;
    background:#000 !important;
}
body.page-template-all-instructors header{
    background:#000 !important;
}

/* testamonial section */
.testimonial{
    background-color: #000;
}

.testimonial-card{
   border: 1px solid #262626;
    border-radius: 30px;
    background: #161616;
    text-align: center;
    margin: 0px 10px;
padding: 20px;
}
.testimonial-card .testimonial-text, .product_meta{
    color: #fff;
}
.product_meta span.sku_wrapper{
	display:block;
}
.testimonial-card .author-name{
    color: #d9a420;
    margin-bottom: 6px;
	font-size: 16px;
  text-transform: capitalize;
  font-style: italic;
}
.testimonial .slick-prev:hover:before,
.testimonial .slick-next:hover:before {
  color: #d9a420;
}
.testimonial p.customer-reviews-name{
    color: #d9a420;
    font-size: 26px;
}
.page-numbers{
	display: flex;
	gap: 26px;
	list-style: none;
}
.page-numbers a{
	text-decoration:none;
}
.page-numbers a:hover{
	color:#fff;
}
.page-numbers.current{
	color:#fff;
}

/* Single Product CSS Start 29-12-2025 */

body.single-product{
    background-color: #000;
}

body.single-product .sidebar .widget {
    background-color: #161616;
    border-radius: 6px;
}

body.single-product div#primary {
    padding-top: 175px;
    margin: 0px;
    background: #000000;
}

body.single-product main#main {
    margin: 0;
    max-width: 1200px;
    margin: 0 auto;
}

body.single-product .inside-article {
    background-color: #000;
}

body.single-product header {
    position: absolute !important;
    width: 100%;
    background: #000000 !important;
}

body.single-product .summary.entry-summary h1 {
    font-size: 40px;
    color: #fff;
}

.product_meta span.posted_in {
    color: #fff;
}

body.single-product .summary.entry-summary p.price{
    margin-top: 10px;
}
body.single-product .summary.entry-summary p.price span {
    color: #b79243;
    font-weight: 600;
}

body.single-product .summary.entry-summary a.button.alt {
    background: #d9a420;
    padding: 17px 27px;
    display: inline-block;
    color: #000;
    border-radius: 9px;
    text-decoration: none;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 12px;
}

body.single-product div#primary .woocommerce-product-gallery__image--placeholder{
    border-radius: 8px;
}

body.single-product div#primary .woocommerce-product-gallery__image--placeholder img{
    border-radius: 8px;
}

body.single-product nav.woocommerce-breadcrumb {
    margin-bottom: 30px !important;
}

body.single-product nav.woocommerce-breadcrumb a{
    color: #d9a420;
}

body.single-product .woocommerce-product-gallery.woocommerce-product-gallery--without-images.woocommerce-product-gallery--columns-4.images{
    margin-bottom: 3.5em;
}
body.single-product ul.tabs.wc-tabs{
    padding: 0 0 0px 0.3em !important;
}
body.single-product ul.tabs.wc-tabs li{
    border-radius: 4px !important;
}

body.single-product ul.tabs.wc-tabs li::before{
    display: none;
}

body.single-product ul.tabs.wc-tabs li::after{
    display: none;
}

body.single-product ul.tabs.wc-tabs li a{
    font-weight: 600 !important;
}

body.single-product ul.tabs li.active {
    background: #b89343 !important;
    color: #000000 !important;
    border: 1px solid #b89343 !important;
}

body.single-product ul.tabs::before {
    left: 2px;
}

body.single-product .woocommerce-Tabs-panel h2 {
    color: #fff;
    font-size: 26px;
    margin-bottom: 10px;
    font-weight: 500;
}
body.single-product .woocommerce-Tabs-panel p {
    color: #fff;
}
.view-membership-btn:hover, .product-btn:hover{
	background:#fff !important;
}

section.related.products h2{
    color: #b79242;
    font-size: 32px;
    margin: 50px 0 24px !important;
    font-weight: 500;
    text-transform: capitalize;
}
section.related.products ul.products li.product a h2.woocommerce-loop-product__title {
    margin: 0px !important;
    color: #fff;
    text-align: start;
}
span#reply-title {
    color: #fff;
}
input#submit {
    background-color: #d9a420 !important;
    border: 1px solid #d9a420 !important;
    padding: 12px 30px !important;
    color: #000 !important;
    font-weight: 600 !important;
    font-family: "Jost", sans-serif;
}
label#comment-form-rating-label {
    color: #fff;
}
label#comment-form-rating-label span.required{
    color: red;
}
section.related.products ul.products li.product .price {
    color: #b79243;
    font-weight: 500;
    font-size: 16px;
}
section.related.products ul.products li.product a.button.product_type_simple.add_to_cart_button {
    margin-top: 5px !important;
    border: 1px solid #b89242;
    background: transparent;
    color: #b89242;
    font-weight: 600;
    transition: .5s all;
}
section.related.products ul.products li.product a.button.product_type_simple.add_to_cart_button:hover{
    background: #b89242;
    color: #000;
}
body.single-product section.related.products ul.products{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
body.single-product section.related.products ul.products::before{
    display: none;
}
body.single-product section.related.products ul.products li.product {
    background: #b1b1b10d;
    padding: 20px;
    border-radius: 12px;
    margin-right: 0px;
    margin-bottom: 0px;
    border: 1px solid #dddddd52;
    flex: 0 0 23%;
    transition: 1.2s;
    border: 1px solid #262626;
    background: #161616;
}
body.single-product section.related.products ul.products li.product:hover{
    background: linear-gradient(-20deg, rgba(0, 0, 0, 0) 0%, rgba(217, 164, 32, 0.44) 157%);
}
body.single-product div#right-sidebar aside#block-2 label.wp-block-search__label {
    color: #fff;
    margin-bottom: 5px;
}
body.single-product .sidebar .widget h2.wp-block-heading {
    font-size: 32px;
}
body.single-product aside#block-4 .no-comments.wp-block-latest-comments {
    color: #ffffffa1;
}
body.single-product section.related.products ul.products li.product a img{
        border-radius: 4px;
}
body.single-product div#right-sidebar {
        margin: auto;
        max-width: 1200px;
        padding: 0 24px;
        width: 100%;
        display:none;
}
body.single-product form.cart button.single_add_to_cart_button.button.alt {
    background: #d9a420;
    padding: 14px 30px;
    float: none;
}
body.single-product button.wp-block-search__button.wp-element-button {
    background: #000;
}
body.single-product .site-footer p {
    color: #fff;
}
.woocommerce-table--order-details.shop_table.order_details tfoot th{
	border: 1px solid #fff;
    border-top: 0px solid;
}
body.woocommerce-order-received .site-footer{
	color:#000;
}
/* End */


/* All Membership PAge CSS Start here */

body.page-template-all-memberhsip{
    background: #000000 !important;
}
body.page-template-all-memberhsip header {
    background: #000000 !important;
}

body.page-template-all-memberhsip .membership-container{
    max-width: 1200px;
    margin: 0 auto !important;
    padding: 260px 20px 80px;
    background: #000;
}

/* End */

/* Checkout PAge CSS Start here */

body.woocommerce-checkout{
    background-color: #fff;
}
body.woocommerce-checkout header {
    background: #000000 !important;
}

body.woocommerce-checkout .inside-article {
    background-color: transparent !important;
}

body.woocommerce-checkout form.wc-block-components-form.wc-block-checkout__form h2 {
    color: #000 !important;
}

body.woocommerce-checkout span#radio-control-wc-payment-method-options-cod__label {
    color: #000;
    font-weight: 600;
    font-size: 16px;
}

body.woocommerce-checkout .wc-block-components-checkout-place-order-button .wc-block-components-checkout-place-order-button__text{
  text-transform: capitalize;
}

body.woocommerce-checkout .wc-block-checkout__payment-method .wc-block-components-radio-control.disable-radio-control .wc-block-components-radio-control__input {
    display: block;
}

body.woocommerce-checkout .wc-block-components-radio-control__option-layout {
    padding-left: 28px;
}

body.woocommerce-checkout header.entry-header {
    position: relative !important;
    display: none;
}

body.woocommerce-checkout div#primary {
    padding: 160px 20px 0px;
    max-width: 1160px;
    margin: auto;
    background: #fff;
}

body.woocommerce-checkout main#main {
    margin: 0px;
}

body.woocommerce-checkout form.wc-block-components-form.wc-block-checkout__form h2 {
    color: #fff;
    font-family: "Jost", sans-serif;
}
/* body.woocommerce-checkout .wc-block-components-address-card address .wc-block-components-address-card__address-section--primary{
	color:#fff;
}
body.woocommerce-checkout span.wc-block-components-address-card__address-section.wc-block-components-address-card__address-section--secondary {
    color: #fff;
}

body.woocommerce-checkout .wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option .wc-block-components-radio-control__label{
	color:#fff;
} */

body.woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-main {
    border: 1px solid #ddd;
    padding: 24px 24px 0 24px;
    border-radius: 6px;
    background: #dddddd24;
}

body.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block {
    background: #dddddd24;
}

.p-PaymentAccordionButtonIconContainer {
    width: auto;
}
.p-PaymentAccordionButtonText {
    color: #000;
}

body.woocommerce-checkout form.wc-block-components-form.wc-block-checkout__form button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.wc-block-components-checkout-place-order-button--full-width.contained {
    background-color: #000;
    padding: 12px;
    border-radius: 4px;
    font-weight: 600;
}

body.woocommerce-checkout div#right-sidebar {
    display: none;
}
body.woocommerce-checkout .wc-block-components-totals-item__value span {
    font-weight: 700;
    color: #000;
    font-size: 22px;
}

body.woocommerce-checkout .wc-block-components-totals-item.wc-block-components-totals-footer-item span.wc-block-components-totals-item__label {
    font-size: 22px;
    font-weight: 600;
    color: #000;
}

.wc-block-components-radio-control-accordion-option.wc-block-components-radio-control-accordion-option--checked-option-highlighted{
    box-shadow: inset 0 0 0 1.5px rgb(34 34 34 / 13%);
}

form#wc-block-components-totals-coupon__form button.wc-block-components-button.wp-element-button.wc-block-components-totals-coupon__button.contained {
    background-color: #000;
    border-radius: 4px;
}

/* End */

/* My Account Page CSS Start here */

body.woocommerce-account{
    background-color: #000;
}
body.woocommerce-account header {
    background: #000000 !important;
}

body.woocommerce-account div#primary {
    padding: 240px 20px 80px;
    max-width: 1160px;
    margin: auto;
    background: #000;
}

body.woocommerce-account .inside-article {
    background-color: #000 !important;
    padding: 0px !important;
}

body.woocommerce-account main#main {
    margin: 0px;
}

body.woocommerce-account header.entry-header {
    display: none;
}

body.woocommerce-account div#right-sidebar{
    display: none;
}

body.woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation ul {
    margin: 0px;
}

body.woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation ul li{
    list-style: none;
    background: #b8934326;
    margin-bottom: 14px;
    border-radius: 4px;
}
body.woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation ul li.is-active{
    background: #d9a420;
}
body.woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation ul li a{
    color: #fff;
    width: 100%;
    display: block;
    padding: 10px 20px;
    text-decoration: none;
}
body.woocommerce-account .woocommerce-MyAccount-navigation {
    padding: 30px 25px 18px;
    transition: 1.2s;
    border: 1px solid #262626;
    border-radius: 12px;
    background: #161616;
    margin-bottom: 25px;
}

body.woocommerce-account .woocommerce-MyAccount-content{
    padding: 30px 25px 18px;
    transition: 1.2s;
    border: 1px solid #262626;
    border-radius: 12px;
    background: #161616;
}

body.woocommerce-account .woocommerce-MyAccount-content p{
    color: #fff;
}

body.woocommerce-account .u-columns.woocommerce-Addresses.col2-set.addresses header{
    position: relative !important;
    background: transparent !important;
}

body.woocommerce-account .u-columns.woocommerce-Addresses.col2-set.addresses header h2{
    font-size: 30px;
    text-transform: capitalize;
}
body.woocommerce-account .addresses header .edit {
    float: none !important;
}
body.woocommerce-account .addresses header .edit:hover{
    color: #d9a420;
}

body.woocommerce-account .addresses address{
    color: #fff;
    margin-top: 10px;
}

body.woocommerce-account form fieldset legend{
    color: #fff;
    margin: 25px 0 12px !important;
    text-transform: capitalize;
}

body.woocommerce-account form .form-row label {
    color: #dfdfdf;
}

body.woocommerce-account form input {
    background: #fffffff0 !important;
    border: 1px solid #dddddd8a !important;
}

body.woocommerce-account form input:focus{
    outline: none;
}

body.woocommerce-account form button.button {
    background: #d9a420;
    margin-top: 20px;
    color: #fff;
    font-weight: 600;
    text-transform: capitalize;
    padding: 14px 30px;
}

.woocommerce table {
    border: 1px solid rgb(255 255 255);
}

body.woocommerce-account table th {
    color: #fff;
    border: 1px solid rgb(255 255 255);
}

body.woocommerce-account table th a:hover{
   color: #d9a420;
}

body.woocommerce-account table td a:hover{
    color: #d9a420;
 }

 body.woocommerce-account .woocommerce-MyAccount-content p a:hover{
    color: #d9a420;
 }
/* body.woocommerce-order-received{
    color: #ffffff;
} */

body.woocommerce-order-received{
    background: #000;
}

body.woocommerce-order-received div#primary {
    background: #000;
}

body.woocommerce-order-received section.woocommerce-order-details h2 {
    color: #fff;
    font-size: 32px;
    text-transform: capitalize;
}
body.woocommerce-order-received section.woocommerce-customer-details h2{
    color: #fff;
    font-size: 32px;
    text-transform: capitalize;
    font-family: "Jost", sans-serif;
}

body.woocommerce-order-received table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details ul.wc-item-meta{
    margin: 0px;
}

body.woocommerce-order-received table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details ul.wc-item-meta li {
    color: #fff;
}

body.woocommerce-order-received .woocommerce-order p {
    color: #fff;
}
body.woocommerce-order-received .woocommerce-order p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    font-size: 26px;
    font-weight: 700;
    color: #b79242;
    line-height: 30px;
}
body.woocommerce-order-received .woocommerce-order li {
    color: #fff;
}

body.woocommerce-order-received table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot tr th {
    color: #fff;
}

body.woocommerce-order-received .shop_table.order_details thead th {
    background: #b79242;
}

body.woocommerce-order-received section.woocommerce-customer-details address {
    padding: 20px !important;
    border: 1px solid #484848 !important;
    background: #dddddd26;
}

.shop_table.order_details thead th{
	background:#d9a420;
}
  

.woocommerce table td {
    color: #ffffff;
    border-right: 1px solid #fff;
    border: 1px solid #fff;
}

section.woocommerce-customer-details address {
    color: #fff;
    padding: 0px !important;
}

section.woocommerce-customer-details p.woocommerce-customer-details--phone {
    margin-top: 20px;
    margin-bottom: 12px;
}



/*checkout page css*/
.separate-containers .inside-article{
	background-color: #000000;
}
.product-courses .list-group-item, .woocommerce-error, .woocommerce-info, .woocommerce-message{
	background:transparent;
	color:#fff;
}
.woocommerce-info {
  border-top-color: #d9a420;
}
.woocommerce-info::before {
  color: #d9a420;
}
.btn-primary, .btn-primary:hover{
	background:#d9a420;
	color:#000;
	border-color:#d9a420;
}
.woocommerce-MyAccount-content h3{
	color:#fff;
}
.woocommerce-form.woocommerce-form-login.login{
	width:500px;
	margin:0 auto;
}
.wp-singular .woocommerce h2{
	text-align:center;
}
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button{
	margin:0 2px;
	font-size: 14px;
	color: #000;
}

/* End */


@media (max-width: 991px) {
body.single-product section.related.products ul.products li.product {
    flex: 0 0 31%;
}
.main-navigation .main-nav ul li a {
    padding-left: 15px;
    padding-right: 15px;
    line-height: 40px;
    font-size: 16px !important;
}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.about-membership {
 		padding: 70px 10px;
	}
	.all-instructor-section .card-img-top {
	  height: 270px;
	}
	.membership-card{
		width: 46.5%;
	}
}
@media (max-width: 767px) {
	.about-membership{
		padding:0;
	}
	.all-instructor-section .card-img-top{
	  height: auto;
	}
	.product-courses .list-group{
		margin:0;
	}
	.woocommerce div.product .woocommerce-tabs ul.tabs li a{
		font-size: 12px;
	}
	.membership-card{
		width:100%;
	}
	.main-navigation.toggled .main-nav > ul {
	  background: #242424;
	  text-align: center;
	  border: 1px solid #ba9341;
	}
	h1 {
	  font-size: 40px;
	 }
	.fill-btn, .instructor-pricing a, .outline-btn{
		display:block;
		margin:0 0 10px 0;
	}
    body.woocommerce-account div#primary {
        padding: 180px 20px 60px;
    }
    .gp-icon {
        color: #fff;
    }
  .testimonial button.slick-prev.slick-arrow,
  .testimonial button.slick-next.slick-arrow {
      display: none !important;
  }
  body.single-product section.related.products ul.products li.product {
    flex: 0 0 48%;
  }
  section.related.products h2 {
    font-size: 30px;
    text-align: center;
  }
  body.single-product .woocommerce-Tabs-panel h2 {
    font-size: 24px;
  }
  body.single-product .woocommerce-product-gallery.woocommerce-product-gallery--without-images.woocommerce-product-gallery--columns-4.images {
    margin-bottom: 1em;
  }
  body.single-product .summary.entry-summary h1 {
    font-size: 30px;
}
body.single-product .sidebar .widget h2.wp-block-heading {
    font-size: 26px;
}
}

@media (max-width: 480px) {
    body.single-product section.related.products ul.products li.product {
        flex: 0 0 100%;
    }
    body.single-product .inside-article {
        padding: 20px;
    }
    
}
