/*!
Theme Name: hautebyhand
Theme URI: https://hautebyhand.com
Author: hautebyhand
Author URI: https://hautebyhand.com
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: hautebyhand
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.

hautebyhand is based on hautebyhand https://hautebyhand.com, (C) 2012-2020 Automattic, Inc.
hautebyhand 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/
*/

.home-banner {
	padding-top: 60px;
}
.single-product .woocommerce-variation-price {
    padding-bottom: 15px;
}
.wp-block-woocommerce-coming-soon {
	padding-top: 150px;
}
.page-template-template-inner .pvd-page ul, .page-template-template-inner .pvd-page ol {
	list-style: initial;
	padding-left: inherit;
	margin: initial;
}
.page-template-template-inner .pvd-page li {
	margin-bottom: 10px;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message .button.wc-forward:hover {
	background-color: #a07153 !important;
}
.woocommerce-error::before, .woocommerce-message:before, .woocommerce-info::before {
	color: #ffffff;
}
.woocommerce form .form-row .input-text, .woocommerce form .form-row select {
	height: 50px !important;
	border-radius: 0 !important;
	border: 1px solid #dedede !important;
	padding: 10px !important;
	background: #fff !important;
}
.woocommerce form .form-row textarea.input-text {
	height: 100px !important;
}
/* .woocommerce-checkout .checkout-details .input-text, .woocommerce-checkout .checkout-details select {
	height: 50px !important;
	border-radius: 0 !important;
	border: 1px solid #dedede !important;
	padding: 10px !important;
	background: #fff !important;
} */
.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 34px !important;
}
.select2-container .select2-selection--single {
	border-color: #dedede;
}
.my-account-tab {
	display: flex;
	flex-wrap: wrap;
}
.my-account-tab .my-account-tab__menu {
	flex: 0 0 300px;
}
.my-account-tab .tab-content {
	flex: 1 0 0%;
	padding-left: 30px;
}
.my-account-tab .my-account-tab__menu li {
	display: block;
	width: 100%;
	text-align: left;
}
.my-account-tab__menu .is-active .account-btn {
	background: #a07153 !important;
	color: #fff !important;
}
.my-account-table .woocommerce-button {
	padding: 10px 20px !important;
	margin: 0 5px 5px 0 !important;
}
.my-account-address .my-account-address__content {
	border: 1px solid #dedede;
	padding: 15px;
}
.my-account-address .my-account-address__content .my-account-address__edit {
	border-bottom: 1px solid #a07153;
	color: #a07153;
}
.my-account-detail .btn {
	border-radius: 0;
}
.woocommerce-cart .cart-table .table td.actions .cart-update-btn {
	background: #e9e6ed !important;
	padding: 10px !important;
	border-radius: 0 !important;
}
.banner-item {
	overflow: hidden;
}

.single-product .single-breadcrumbs {
	padding-bottom: 0;
}
.single-product .woocommerce-notices-wrapper {
	margin-top: 15px;
}
.shop-section {
	margin-top: 50px;
}
.wishlist-table__btn {
	color: #fff !important;
}
.checkout-info .woocommerce-info > a {
  text-decoration: underline;
}


.login-register #rememberme {
	display: inline-block;
	width: 20px;
}
.cart-totals .table tbody tr.fee {
	margin: 10px 0 0;
}
.cart-totals .table tbody tr.fee th, .cart-totals .table tbody tr.fee td {
	font-size: 13px;
}

.checkout-details__order-review .table tfoot tr.order-total td {
	padding-left: 30px;
	text-align: right;
}

.checkout-details__order-review .table tfoot tr.cod-note td {
	font-size: 15px;
	padding-bottom: 10px;
	color: #a07153;
}


.checkout-details__order-review .table tfoot tr.cod-note td {
  font-size: 15px;
  padding-bottom: 10px;
  color: #656565;
}

.payment_methods .wc_payment_method.payment_method_payubiz label {
  font-size: 15px;
  width: 90%;
  line-height: 1.5;
  vertical-align: top;
}
.payment_methods .wc_payment_method.payment_method_payubiz label img {
  width: 40px;
}
.payment_methods .wc_payment_method input {
  margin-right: 6px !important;
}
.checkout-details__privacy-policy p a {
	text-decoration: underline;
	color: #a07153;
}
.checkout-wrapper .woocommerce-form-login .woocommerce-form-login__submit {
	background: #363636;
	color: #fff;
	transition: all .3s;
}
.checkout-wrapper .woocommerce-form-login .woocommerce-form-login__submit:hover {
	background: #a07153;
	color: #fff;
}
.checkout-wrapper .woocommerce-form-login .woocommerce-form__label-for-checkbox {
	float: right;
}
.woocommerce-terms-and-conditions {
	background: #fff;
	margin-top: 20px;
	border: 1px solid #ddd;
}
.woocommerce-terms-and-conditions h3 {
	margin: 0 0 10px;
	font-size: 18px;
}
.woocommerce-terms-and-conditions h4 {
	font-size: 16px;
	margin: 0 0 12px;
}
.woocommerce-terms-and-conditions p {
	margin: 0 0 15px;
}
.thank-you-order-overview {
	margin-bottom: 20px;
}



.footer-copyright img {
	max-width: 32px;
	height: 32px;
	object-fit: cover;
	border-radius: 50%;
}

@media (min-width: 992px) and (max-width: 1200px) {
	.footer-about p, .footer-copyright ul li a, .footer-link__list li a, .footer-link__list li span {
		font-size: 14px !important;
	}
}
@media (max-width: 1200px) {
	.shop-filter-widget {
		padding: 15px;
	}
	.filter-widget-row .woof.woof_sid .woof_redraw_zone .woof_container {
		flex: 0 0 100%;
	}
	.woof_container_inner h4 {
		font-size: 18px;
	}
	.woof_block_html_items #woof_tax_mselect_pa_color_chosen {
		width: 100% !important;
	}
	.woof_container.woof_price_filter.woof_fs_by_price .irs-with-grid {
		padding: 0 20px;
	}
}
@media (min-width: 1200px) {
	.page-template-template-inner .pvd-page li {
		font-size: 18px;
	}
}
@media (max-width: 991px) {
	.my-account-tab .my-account-tab__menu {
		flex: 0 0 100%;
	}
	.my-account-tab .tab-content {
		flex: 0 0 100%;
		padding-left: 0;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.footer-title {
		font-size: 15px;
	}
	.footer-about p, .footer-copyright ul li a, .footer-link__list li a, .footer-link__list li span {
		font-size: 13px !important;
	}
}
@media (min-width: 768px) {
	.cart-table .table td.actions .cart-coupon {
		float: left;
	}
	.cart-table .table td.actions .cart-update-btn {
		float: right;
	}
	.archive main {
		margin-top: 210px !important;
	}
	.archive .shop-section #main {
		margin-top: 0 !important;
	}
}
@media (max-width: 767px) {
	.home-banner {
		padding-top: 30px;
	}
	main {
		margin-top: 160px !important;
	}
	.cs-inner-banner {
		margin-top: 180px;
	}
	.single-product .single-breadcrumbs {
		padding-top: 0;
	}
	.breadcrumb-section {
		padding-top: 30px;
		padding-bottom: 15px;
	}
	.shop-section {
		margin-top: 30px;
	}
	.shop-section #main {
		margin-top: 30px !important;
	}
	.woof_show_mobile_filter {
		display: none;
	}
	
	.my-account-tab__menu .nav li .account-btn {
		padding: 6px 15px;
		font-size: 15px;
	}
	.single-form__label {
		font-size: 14px;
		margin-bottom: 5px;
	}
	.single-product #main {
		margin-top: 0 !important;
	}
	.woocommerce-order-received .breadcrumb-section {
		margin-top: 120px;
		padding-bottom: 30px;
	}
	.contact-us-section {
		margin-top: 30px;
	}
	.cart-empty .return-to-shop .cart-empty__btn {
		padding: 16px 20px;
		font-size: 14px;
	}
	.about-section-2.intro-sec {
		margin-top: 25px;
	}
	.pvd-page {
		margin-top: 25px;
	}
	.login-register__title {
		font-size: 20px;
	}
	.login-register {
		padding: 15px;
		margin: 0 0 30px;
	}
	.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
		border: transparent;
		padding: 0;
		margin: 0;
		text-align: left;
		border-radius: 0;
	}
	.login-register .single-form {
		font-size: 14px;
	}
/* 	.login-register .single-form .lost-password {
		text-align: left;
		float: none;
		clear: both;
		margin: 10px 0 0;
	} */
	.login-register p, .login-register a {
		font-size: 14px !important;
	}
	.login-register .single-form__btn {
		width: 100%;
		padding: 15px 20px;
		font-size: 15px;
	}
	#customer_login {
		padding-bottom: 10px;
	}
	.thank-you-order-overview li {
		font-size: 15px;
	}
}