/*
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 ul.products li.product a img {
  margin: 0 !important;
}
.columns-3 .price,
.related h2, 
.related .price,
.woocommerce-Reviews-title {
  display: none !important;
}
.product-categories li {
  display: flex;
  justify-content: space-between;
  margin-top: 5%;
}
.product-categories li a {
  color: black;
}
.product-categories {
  margin-right: 5%;
}

.setting {
  width: 100px;
}
.woocommerce img, 
.woocommerce-page img {
    height: unset !important;
    max-width: unset !important;
}

.woocommerce #customer_login .u-column1.col-1, .woocommerce #customer_login .u-column2.col-2 {
  max-width: 50% !important;
}
.woocommerce-message {
    width: 80%;
    margin: 2rem auto 0;
    border-color: #17403c;
}
.woocommerce-message::before
{
    color:#17403c;
}
.woocommerce-message a,.woocommerce-button {
    background: #17403c !important;
    color: white !important;
    font-weight:400 !important;
}
.DefaultPage {
  margin: 5% 0;
}
.wpcf7 form.sent .wpcf7-response-output
{
    color:white;
}

.product-image-wrapper {
    position: relative;
    display: inline-block;
}

.sold-out-badge {
    position: absolute;
    top: 0px;
    right: 10px;
    background-color: var(--secondary);
    color: #fff !important;
    font-size: 11px;
    font-weight:600;
    padding: 6px 10px;
    border-radius: 50px;
    text-transform: uppercase;
    z-index: 2;
}


@media (max-width:500px)
{
    .woocommerce #customer_login .u-column1.col-1, .woocommerce #customer_login .u-column2.col-2 {
  max-width: 100% !important;
}
}
.header-btn {
    font-size: 15px !important;
    margin: 0;
    padding: 2%;
}
section.handmadeSec:before {
    content: '';
    background-color: #000000a3;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}











/**/