/*!
Theme Name: sigmalo
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sigmalo
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

sigmalo is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

.bg-primary-gradient-head {
	background: linear-gradient(180deg, #AF8C6D -55.35%, #F5F5F5 100%);
}
.bg-body-gradient{
    background: linear-gradient(180deg, #E3C9B5 -55.35%, #FAF1EA00 100%);
}

.bg-cream{
    background: #FAF1EA;
}
p {
    font-family: Helvetica !important;
}

img {
	width: 100%;
}
.btn{
    background: #75431C !important;
    border-radius: 0.5rem !important;
    border: none !important;
}
h2.product-title {
    font-family: Helvetica;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    min-height: 50px;

}
h2.product-title a {
    color: #422209 !important;
    line-height: 1.2;
}
p.product-price {
    font-family: Helvetica;
    font-weight: 400;
    font-size: 14px;
    color: #422209 !important;
    margin-bottom: 0;
}

.product-description p{
    font-family: Helvetica;
    font-weight: 400;
    font-size: 10px;
    color: #422209 !important;
}
h1.slider-text {
    font-family: Macondo;
    font-weight: 400;
    font-size: 80px;
    text-transform: uppercase;
}
p.slider-text{
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 36px;
}
.content-header h1, .content-header h2{
    font-size: 3rem;
    font-weight: 400;
    font-family: Macondo;
    text-align: center;
}
button.add-to-cart-btn, a.add-to-cart-btn {
    border: 1px solid #422209 !important;
    border-radius: 8px;
    font-family: Helvetica;
    font-weight: 500;
    font-size: 12px;
    color: #422209 !important;
    line-height: 100%;
    padding: 10px 20px;
    background: transparent;
}

button.add-to-cart-btn:hover, a.add-to-cart-btn:hover, a.add-to-cart-btn:focus {
    background: #422209 !important;
    color: #fff !important;
    cursor: pointer;
}
span.foot-menu {
    border-left: 1px solid;
    padding-left: 15px;
    padding-right: 15px;
}
.foot-menu.first-menu-footer {
    border-left: none !important;
    padding-left: 0px !important;
}
footer.bg-primary-gradient {
    box-shadow: 0px -8px 100px 0px #CDB9A7BF;
}
span.foot-menu a, .foot-cr {
    font-family: Lato;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    text-transform: capitalize;
    color: #000;
}
.subscribe-head {
	font-family: Lato;
    font-size: 16px;
    text-transform: capitalize;
}
.newsletter-btn {
	padding: 0;
    background-color: unset;
    border: unset;
    position: relative;
    right: 40px;
    top: -2px;
}
.product-head {
    font-family: Lato;
    font-weight: 800;
    font-size: 48px;
}
.book-product-about .add-to-cart-btn {
    background: transparent !important;
    color: #422209 !important;
    padding-top: 10px !important;
    padding-right: 24px !important;
    padding-bottom: 10px !important;
    border: 1px solid #422209;
    padding-left: 24px !important;
    border-radius: 8px !important;
    font-family: Lato !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 100% !important;
}
.about-title {
    font-family: Lato;
    font-weight: 800;
    font-size: 20px;
    line-height: 100%;
    text-transform: capitalize;
}
.product-desc {
    font-family: Lato;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    color: #422209 !important;
}
.product-img {
    padding-bottom: 10px;
}
.related-title {
    font-family: Lato;
    font-weight: 800;
    font-size: 32px;
    line-height: 100%;
    text-transform: capitalize;
}
.sale-regular {
	font-family: Lato;
    font-weight: 700;
    font-size: 10px;
    line-height: 100%;
    text-align: center;
    text-transform: capitalize;
    text-decoration: line-through;
}
nav#mainNav {
    box-shadow: 0px 4px 4px 0px #00000040;
    background-color: #F2E0CE !important;
}
.cart-section {
	background: linear-gradient(180deg, rgba(175, 140, 109, 0.2) -55.35%, rgba(245, 245, 245, 0.2) 100%);
}
.cart-list-prod {
    border-radius: 24px;
    border: 1px solid;
}
.cart-item {
    background: #F5F5F5;
    border-radius: 12px;
    padding: 20px;
}
.quantity {
    display: flex;
    align-self: start;
    justify-content: center;
    background-color: #f2e0ce;
    border-radius: 40px;
    padding: 2px 2px;
    width: fit-content;
}
.quantity button {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: none;
    font-size: 24px;
    font-weight: bold;
    background-color: #75431c;
    color: #ffffff;
    cursor: not-allowed !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.quantity input {
    color: #000;
    text-align: center;
    font-family: Lato;
    font-weight: 800;
    font-size: 14px;
    line-height: 100%;
    background: #f2e0ce;
    text-transform: capitalize;
    border: unset;
    margin-left: 14px;
}
.quantity-action {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 10px;
}
.cart-book-title {
    font-family: Helvetica;
    font-weight: 400;
    font-size: 16px;
    text-transform: capitalize;
    color: #422209 !important;
}
.product-price-cart {
    font-family: Helvetica;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    text-transform: capitalize;
    margin-bottom: 0;
    color: #422209;
}
.book-title {
	display: flex;
    gap: 34px;
}
.subtotal-sect {
    border-radius: 20px;
    border: 1px solid #422209;
    padding: 20px;

}
.subtotal.d-flex {
    justify-content: space-between;
}
.subtitle-head {
    font-family: Helvetica;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    text-transform: capitalize;
	color: #422209;
}
.sub-detail {
    font-family: Helvetica;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    text-transform: capitalize;
    color: #422209;
}
.sub-price {
    font-family: Helvetica;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    text-transform: capitalize;
    color: #422209;
}
.discount-price {
    color: #FE4A4E !important;
}
.total-price {
    color: #422209 !important;
}
.cart-page-title {
	font-family: Lato;
    font-weight: 800;
    font-size: 48px;
    line-height: 100%;
    text-transform: capitalize;
    color: #422209;
}
.cart-fragment {
    position: absolute;
    top: 3px;
    right: 3px;
    background: red;
    color: #fff;
    border-radius: 50%;
    padding: 0px 5px;
    font-size: 11px;
}
a.cart-btn-nav {
    background: #FFF9F4;
    border-radius: 50%;
    padding: 13px 17px;
    position: relative;
}
.checkout-sec-title {
	font-family: Helvetica;
    font-weight: 800;
    font-size: 24px;
    line-height: 100%;
    text-transform: capitalize;
    color: #422209;
}
::placeholder {
    font-family: Lato;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
}
.conrtact-address, .billing-address {
    /*background: #fff;*/
    border-radius: 20px;
}
.inputclass {
    /*background: #F5F5F5;*/
    border-radius: 8px;
    border: 1px solid #422209;
    width: 100%;
    padding: 9px 15px;
}
.billing-address .inputclass {
    margin-bottom: 20px;
}
.agreeterms {
	font-family: Lato;
	font-weight: 600;
	font-style: SemiBold;
	font-size: 14px;
	line-height: 100%;
	letter-spacing: 0%;
	text-transform: capitalize;
}
#checkout-button {
    background: #422209;
    border-radius: 40px;
    width: 100%;
    color: #fff;
    font-family: Lato;
    font-weight: 600;
    font-size: 16px;
    text-transform: capitalize;
    border: unset;
    display: inline-block; 
    text-align: center;
}
.remove-button {
    text-align: right;
}
button.remove-from-cart-btn {
    background: unset;
    border: unset;
}
#cart-message {
    display: none;
    position: fixed;
    top: 40%;
    left: 40%;
    transform: translate(-50%, -30%);
    background: #009606;
    padding: 11px 60px;
    z-index: 9999;
    border-radius: 20px;
    font-family: Lato;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    text-transform: capitalize;
	-webkit-animation-name: fadeInDown;
     animation-name: fadeInDown;
     -webkit-animation-duration: 1s;
     animation-duration: 1s;
     -webkit-animation-fill-mode: both;
     animation-fill-mode: both;
}
#cart-message p {
    margin-bottom: 0;
    color: #fff;
}

table.cart-table{
    border: 1px solid #422209;
    border-radius: 2rem;
    width: 100%;
    padding: 0 20px;
border-collapse: separate;
    color: #422209;
    font-weight: 400;
}
.cart-table thead {


}

.cart-table th{
    padding: 20px 0;
    border-bottom: 1px solid #42220930 !important;
    font-weight: 600;

}


.cart-table td{
    padding: 16px 0px;
}


@-webkit-keyframes fadeInDown {
     0% {
         opacity: 0;
         -webkit-transform: translate3d(0, -100%, 0);
         transform: translate3d(0, -100%, 0);
     }

     100% {
         opacity: 1;
         -webkit-transform: none;
         transform: none;
     }
 }

 @keyframes fadeInDown {
     0% {
         opacity: 0;
         -webkit-transform: translate3d(0, -100%, 0);
         transform: translate3d(0, -100%, 0);
     }

     100% {
         opacity: 1;
         -webkit-transform: none;
         transform: none;
     }
 }


@media only screen and (max-width: 798px) {
    h1.fw-bold.slider-text {
        font-size: 31px !important;
        margin-bottom: 20px !important;
    }
    span.foot-menu {
        display: block;
        border-left: none !important;
        padding-left: 0px !important;
        padding-bottom: 5px;
    }
    button.navbar-toggler {
        order: 2;
    }
    a.cart-btn-nav {
        order: 1;
        margin-inline-start: auto;
        margin-right: 10px;
    }
    .navbar-collapse {
        order: 3;
    }
    .product-head {
        font-size: 30px !important;
    }
    .related-title {
        font-size: 22px !important;
    }
    button.add-to-cart-btn {
        padding: 6px 10px !important;
    }
    .quantity-action {
        flex-direction: row !important;
    }
    .quantity input {
        margin-right: 13px !important;
    }
    .cart-page-title {
        font-size: 25px !important;
        color: #422209;
    }
    .btn.btn-primary.shadow {
        font-size: 14px;
    }
    .product-title.py-2 {
        min-height: 110px !important;
    }
    section#product .col-md-2.col-4.mb-3 {
        padding-right: .5rem !important;
        padding-left: .5rem !important;
    }
    h1.slider-text {
        font-size: 46px !important;
    }
}
.color-secondary{
    color: #75431c !important;
}

a.add-to-cart-btn {
    display: inline-block;
    margin-bottom: 25px !important;
}