/*
Theme Name: Custom Theme
Author: ZH
Description: Custom Starter Theme CMS Team (Website)
Version: 2.0
License: MIT
Tags: wordpress, html, javascript, sass, css, postcss, webpack, babel, PHP, LD
Text Domain: Custom Theme
*/

/*
This CSS file is needed for WordPress to recognize the theme and display its info.
Please use the ../src/assets/styles/main.scss as an entry point for your SASS code.
*/

.defpage h1 {display: block;
font-size: 3em;
margin-top: 0.67em;
margin-bottom: 0.67em;
margin-left: 0;
margin-right: 0;
font-weight: bold;
color:#333;   
}   
.defpage h2 {display: block;
font-size: 2em;
margin-top: 0.83em;
margin-bottom: 0.83em;
margin-left: 0;
margin-right: 0;
font-weight: bold;color:#333;   }
.defpage h3 {display: block;
font-size: 1.75em;
margin-top: 1em;
margin-bottom: 1em;
margin-left: 0;
margin-right: 0;
font-weight: bold;color:#333;   }
.defpage h4 {display: block;
margin-top: 1.5em;
margin-bottom: 1.33em;
margin-left: 0;
margin-right: 0;
font-weight: bold;color:#333; }
.defpage h5 {display: block;
font-size: 1.25em;
margin-top: 1.67em;
margin-bottom: 1.67em;
margin-left: 0;
margin-right: 0;
font-weight: bold;color:#333;   }
.defpage h6 {display: block;
font-size: 1em;
margin-top: 2.33em;
margin-bottom: 2.33em;
margin-left: 0;
margin-right: 0;
font-weight: bold;color:#333; }


.defpage ul {display: block;
list-style-type: disc;
margin-top: 1em;
margin-bottom: 1 em;
margin-left: 0;
margin-right: 0;
padding-left: 40px;color:#333; }

.defpage u  {text-decoration: underline;}

.defpage p {display: block;
margin-top: 0.5em;
margin-bottom: 0.5em;
margin-left: 0;
margin-right: 0;
line-height: normal;    
}

.defpage ol {display: block;
list-style-type: decimal;
margin-top: 1em;
margin-bottom: 1em;
margin-left: 0;
margin-right: 0;
padding-left: 40px;color:#333; }

.defpage li {display: list-item;}

.defpage{padding: 100px 0;}

section.blogsSec { padding: 70px 0; }
.detailWrp { }
.detailWrp img { display: block; width: 100%; margin-bottom: 40px; }
.publish_author { font-size: 0; }
.publish_author span { font-size: 17px; font-style: italic; line-height: 1.53; color: #888; margin-right: 20px; margin-bottom: 18px; }
.publish_author span.date { color: #6CA437; }
.detailWrp h5 { font-size: 23.8px; line-height: 1.25; color: #333333; text-transform: capitalize; margin-bottom: 30px; }



.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price,.woocommerce-ordering,.woocommerce-result-count,.woocommerce-products-header{display:none}
.single-product .product {
    margin: 5%;
}

.woocommerce div.product .product_title{color:black;}
.woocommerce div.product p.price {color: black !important;margin-bottom: 3%;}
.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th {
    width: 100%;
    display: flex;
}
.CMSXForm form.cart .button {
    float: none !important;
}
.woocommerce div.product form.cart .reset_variations{display:none !important;}
.CMSXForm .variations td {margin:auto !important;}
span.woocommerce-Price-amount.amount{color:black !important;}
.woocommerce div.product form.cart .button {
    background: black;
    border-radius: 0;
}
.woocommerce div.product form.cart .button:hover {
    background: gray;
}
.woocommerce-Tabs-panel h2 {
    display: none !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    background: black;
    border-color: black;
    border-radius: 0 !important;
    color: black !important;
        margin: 0 5px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    color: black;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    color: white;
}
.DefaultPage {
    margin: 100px;
}
.Title h1
{
    color:black;
}
a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained,
button.wc-block-components-button.wp-element-button.wc-block-components-totals-coupon__button.contained,
button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained,
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit{
    background: black;
    color: white;
}
.woocommerce h2
{
    color:black;
}
.woocommerce div.product div.images .flex-control-thumbs {
    gap: 20px !important;
    display: flex;
    margin-top: 2%;
}


.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price{
font-size: 26px;
    margin-top: 20px;
}
 
.woocommerce div.product form.cart .variations label {
    font-weight: 400;
    text-align: left;
    font-size: 18px;
    font-family: --font-pera;
}
select#pa_sizes {
font-weight: 400;
    font-family: var(--font-pera);
    font-size: 16px;
    line-height: 19px;
    margin-top: 10px;
    width: 100%;
    height: 55px;
    border: 1px solid #A9A9A9;
    border-radius: 0px;
    background-repeat: no-repeat;
    background-position: right .75rem center;
    display: block;
    width: 100%;
    padding: .375rem 2.25rem .375rem .75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    background-size: 16px 12px;
    transition: border-color .15s 
ease-in-out, box-shadow .15s 
ease-in-out;
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e);
    font-family: var(--font-pera);
 
}
 
 
input#quantity_693c7e48e0e7e {
    font-weight: 400;
    font-size: 16px;
    width: 100%;
    height: 55px;
    text-align: center;
    border: 1px solid #A9A9A9;
    border-radius: 0px;
    font-family: var(--font-pera);
}
 

 
.woocommerce div.product form.cart .variations {
    margin-bottom: 2.5em;
}

 
.product_meta .posted_in a{
    color: #969696;
}
 
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
    padding: 0px 0px;
    background: #FEF7EC;
}
 
.woocommerce-tabs.wc-tabs-wrapper {
    padding-top: 50px;
}
 
.woocommerce table.shop_attributes th
{
font-weight: 400;
    text-align: left;
    font-size: 18px;
    font-family: --font-pera;
}
 
.comment-form-rating label{
font-weight: 400 !important;
    text-align: left !important;
    font-size: 18px !important;
    font-family: --font-pera !important;
}
.comment-form-rating label .stars.selected a{
	color:#eb7944f5;
}
 
 
.woocommerce #review_form #respond textarea {
    box-sizing: border-box;
    width: 30%;
    height: 150px;
    display: block;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    border: 1px solid #A9A9A9;
    border-radius: 0px;
    font-family: var(--font-pera);
}
 
input#author {
    font-weight: 400;
    font-size: 16px;
    width: 30%;
    height: 55px;
    text-align: center;
    border: 1px solid #A9A9A9;
    border-radius: 0px;
    font-family: var(--font-pera);
    display: block;
}
 
input#email {
    font-weight: 400;
    font-size: 16px;
    width: 30%;
    height: 55px;
    text-align: center;
    font-family: var(--font-pera);
    display: block;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(169, 169, 169);
    border-image: initial;
    border-radius: 0px;
}
 
 
.woocommerce #review_form #respond .form-submit input {
    left: auto;
    background: black;
    border-radius: 0;
    height: 55px;
    font-family: var(--font-pera);
    opacity: 1;
    font-weight: 400;
    font-size: 16px;
    width: 19.5%;
    color: #fff;
}
<--------------------→
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price{
font-size: 26px;
    margin-top: 20px;
}
 
.woocommerce div.product form.cart .variations label {
    font-weight: 400;
    text-align: left;
    font-size: 18px;
    font-family: --font-pera;
}
select#pa_sizes {
font-weight: 400;
    font-family: var(--font-pera);
    font-size: 16px;
    line-height: 19px;
    margin-top: 10px;
    width: 100%;
    height: 55px;
    border: 1px solid #A9A9A9;
    border-radius: 0px;
    background-repeat: no-repeat;
    background-position: right .75rem center;
    display: block;
    width: 100%;
    padding: .375rem 2.25rem .375rem .75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    background-size: 16px 12px;
    transition: border-color .15s 
ease-in-out, box-shadow .15s 
ease-in-out;
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e);
    font-family: var(--font-pera);
 
}
 
 
input.input-text.qty.text {
    font-weight: 400;
    font-size: 16px;
    width: 100%;
    height: 55px;
    text-align: center;
    border: 1px solid #A9A9A9;
    border-radius: 0px;
    font-family: var(--font-pera);
}
 
.woocommerce div.product form.cart .button
 {
    background: black;
    border-radius: 0;
    height: 55px;
    font-family: var(--font-pera);
    opacity: 1;
    font-weight: 400;
    font-size: 16px;
/*width: 19.5%;*/
}
 
 
.woocommerce div.product form.cart .variations {
    margin-bottom: 2.5em;
}
/*.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th*/
/* {*/
/*    width: 50%;*/
 
/*}*/
.woocommerce div.product form.cart .reset_variations{ display:none;}
 .woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th
 {
    width: 80%;
 
}
.product_meta .posted_in a{
    color: #969696;
}
 
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
    padding: 0px 100px;
    background: #FEF7EC;
}
 
.woocommerce-tabs.wc-tabs-wrapper {
    padding-top: 50px;
}
 
.woocommerce table.shop_attributes th
{
font-weight: 400;
    text-align: left;
    font-size: 18px;
    font-family: --font-pera;
}
 
.comment-form-rating label{
font-weight: 400 !important;
    text-align: left !important;
    font-size: 18px !important;
    font-family: --font-pera !important;
}
.comment-form-rating label .stars.selected a{
	color:#eb7944f5;
}
 
 
.woocommerce #review_form #respond textarea {
    box-sizing: border-box;
    width: 30%;
    height: 150px;
    display: block;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    border: 1px solid #A9A9A9;
    border-radius: 0px;
    font-family: var(--font-pera);
}
 
input#author {
    font-weight: 400;
    font-size: 16px;
    width: 30%;
    height: 55px;
    text-align: center;
    border: 1px solid #A9A9A9;
    border-radius: 0px;
    font-family: var(--font-pera);
    display: block;
}
 
input#email {
    font-weight: 400;
    font-size: 16px;
    width: 30%;
    height: 55px;
    text-align: center;
    font-family: var(--font-pera);
    display: block;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(169, 169, 169);
    border-image: initial;
    border-radius: 0px;
}
 
 
.woocommerce #review_form #respond .form-submit input {
    left: auto;
    background: black;
    border-radius: 0;
    height: 55px;
    font-family: var(--font-pera);
    opacity: 1;
    font-weight: 400;
    font-size: 16px;
    width: 19.5%;
    color: #fff;
}
.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th{
 
align-items: center;
}
a.reset_variations {
    color: red;
}
.woocommerce p.stars a::before{
    color: #f88b00;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper{ padding:0; }


.CMSXForm th.label,
.CMSXForm .quantity {
  display: none !important;
}
.CMSXForm select {
    background: white !important;
}
.CMSXForm table.variations tbody > tr:nth-of-type(2n) {
    margin-top: 5px !important;
}
.CMSXForm span.price {
    display: block !important;
}
.CMSXForm table.variations {
    margin: auto !important;
}
.CMSXForm button.single_add_to_cart_button.button.alt,
.CMSXForm button.single_add_to_cart_button.button.alt.disabled.wc-variation-selection-needed {
    background-color: var(--black);
    border: 1px solid var(--black);
    color: var(--white) !important;
    border-radius: 0px;
    padding: 18px 58px;
    text-transform: capitalize;
    font-family: var(--font-heading) !important;
    width: 80%;
    margin: 15px;
}
.CMSXForm a.reset_variations {
    display: none !important;
}
.CMSXForm span.price {
    margin-top: 15px;
    margin-bottom: 0 !important;
    font-size: 18px !important;
    font-weight: 500 !important;
}

.variations_form table.variations tbody > tr:nth-of-type(2n) {
    margin-top: 1% !important;
}


.wc-block-components-title.wc-block-components-title {
    color: black;
}
fieldset#contact-fields input#email {
    width: 100%;
    text-align: justify;
    border-radius: 5px;
}
section.DefaultPage .Title h1 {
  margin-bottom: 35px;
}
span.wc-block-components-checkout-step__heading-content:empty {
    display: none;
}
.wc-block-components-checkbox.wc-block-components-payment-methods__save-card-info {
    margin-top: 15px;
}





