:root {
	--bs-primary-rgb: 164,125,141;
	/*--bs-btn-bg: #BD1218;
	--bs-body-font-size: 0.9rem;*/
}
.offcanvas {
	--bs-offcanvas-width: 560px;
}
.btn-primary {
	--bs-btn-color: #fff;
	--bs-btn-bg: #a47d8d;
	--bs-btn-border-color: #a47d8d;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #780e11;
	--bs-btn-hover-border-color: #780e11;
	--bs-btn-focus-shadow-rgb: 156,90,255;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #780e11;
	--bs-btn-active-border-color: #780e11;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(2,6,23,.125);
	--bs-btn-disabled-color: #fff;
	--bs-btn-disabled-bg: #a47d8d;
	--bs-btn-disabled-border-color: #a47d8d;
}
.btn-outline-primary {
    --bs-btn-color: #a47d8d;
    --bs-btn-border-color: #a47d8d;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #a47d8d;
    --bs-btn-hover-border-color: #a47d8d;
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #a47d8d;
    --bs-btn-active-border-color: #a47d8d;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #a47d8d;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #a47d8d;
    --bs-gradient: none;
}
/*

.btn.btn-primary {
    --bs-btn-font-size: 14px;
    --bs-btn-padding-x: 2.35rem;
}
*/

@font-face {
	font-family: 'Archivo';
	src: url('./fonts/ArchivoBlack-Regular.woff2') format('woff2'),
		url('./fonts/ArchivoBlack-Regular.woff') format('woff');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Poppins';
	src: url('./fonts/Poppins-Regular.woff2') format('woff2'),
		url('./fonts/Poppins-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Playwrite GB S';
	src: url('./fonts/PlaywriteGBS-Regular.woff2') format('woff2'),
		url('./fonts/PlaywriteGBS-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Merriweather';
	src: url('./fonts/Merriweather-Regular.woff2') format('woff2'),
		url('./fonts/Merriweather-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
.text-archivo {
	font-family: 'Archivo';
}
.text-poppins {
	font-family: 'Poppins';
}
.text-playwrite {
	font-family: 'Playwrite GB S';
}
.text-merryweather {
	font-family: 'Merriweather';
}
.text-playwrite-us {
	font-family: "Playwrite US Trad Guides", cursive;
}


body {
	font-family: Arial, Helvetica, sans-serif;
}

.loadingOverlay {
	position: absolute;
	top: 0;
	left: 0;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	background: #ffffff;
	z-index: 999;
	min-height: 60px;
}
.valign-wrapper {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
		 -ms-flex-align: center;
			align-items: center;
}
.valign-wrapper .valign {
	display: block;
}
.pointer {
	cursor: pointer;
}
.toast-container {
	z-index: 999999;
}
.dropdown-toggle::after, .dropdown-toggler::after {
	font-weight: bold;
}

.logo_light, .logo_dark {
	max-width: 182px;
}
.nav-link {
    color: rgb(164,125,141);
}
.lds-ellipsis span {
	background: rgb(164,125,141);
}
.footer_dark {
	background-color: rgb(164,125,141);
}
body .owl-theme .owl-nav [class*="owl-"] {
	background-color: transparent;
	border-radius: 30% !important;
}
body .owl-theme .owl-nav [class*="owl-"]:hover {
	background-color: rgba(255, 255, 255, 0.4) !important;
}
.product_box {
	background-color: #fff;
}
.bg_yellow {
	background-color: rgb(244, 216, 131);
}
.social_icons li a {
	font-size: 24px;
}
.shop_container .product_box {
	border: none;
	position: relative;
	transition: all 0.5s ease-in-out;
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
}
.shop_container .product_box .add-to-cart {
	padding: 10px 10px 15px;
}
.btn-fill-out {
	border-color: rgb(var(--bs-primary-rgb));
}
.btn-fill-out::before, 
.btn-fill-out::after {
	background-color: rgb(var(--bs-primary-rgb));
}
.btn-fill-out:hover {
	color: rgb(var(--bs-primary-rgb)) !important;
}
.product_size_switch span {
	width: auto;
	padding: 0 6px;
	margin-right: 4px;
}
.cart_count, 
.wishlist_count, 
.newsletter_form .btn-send,
.carousel .indicators_style1 li.active, 
.carousel .indicators_style2 li.active {
	background-color: rgb(var(--bs-primary-rgb));
}
.navbar .navbar-nav > li > a.active, 
.navbar .navbar-nav > li:hover > a, 
.light_skin.transparent_header.nav-fixed .navbar .navbar-nav > li > a.active, 
.light_skin.transparent_header.nav-fixed .navbar .navbar-nav > li:hover > a, 
.transparent_header.nav-fixed .light_skin .navbar .navbar-nav > li > a.active, 
.transparent_header.nav-fixed .light_skin .navbar .navbar-nav > li:hover > a {
	color: rgb(var(--bs-primary-rgb));
}
.shorting_icon.active,
.custome-checkbox input[type="checkbox"]:checked + .form-check-label::before,
.product_size_switch span.active {
	border-color: rgb(var(--bs-primary-rgb));
	background-color: rgb(var(--bs-primary-rgb));
}
.product_gallery_item a.active {
	border-color: rgb(var(--bs-primary-rgb));
}
.price {
	color: rgb(var(--bs-primary-rgb));
}
.tab-style3 .nav-tabs .nav-item a.active {
	color: rgb(var(--bs-primary-rgb));
	border-bottom-color: rgb(var(--bs-primary-rgb));
}
.banner_content2 {
	background-color: rgba(255, 255, 255, 0.6);
	padding: 12px;
	border-radius: 10px;
}
.footer_dark a:hover, 
.footer_dark .widget_links li a:hover, 
.widget_links li a:hover, .footer_dark .footer_link li a:hover, 
.footer_link li a:hover {
	color: #F4D883;
}
.color-btn {
	padding: 8px 12px;
}
#customizableCtn {
	border: solid 1px white;
}
.color-btn.is-invalid, 
#customizableCtn.is-invalid {
	border-color: #dc3545;
}
.color-btn:hover,
.color-btn:active,
.color-btn:focus, 
.color-btn.active,
.carousel .indicators_style2 li.active:before, 
.carousel .indicators_style1 li.active:before {
	border-color: rgb(var(--bs-primary-rgb));
}
.color-btn span {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-right: 6px;
}
.cart_list li:hover a,
.product-name a:hover,
.product_title a:hover {
	color: rgb(var(--bs-primary-rgb)) !important;
}
/*.accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background-color: var(--bs-accordion-active-bg);
}*/

#offcanvasCartBody .quantity {
	width: 114px;
}
#offcanvasCartBody .quantity .qty {
	width: 40px;
	margin: 0;
}
#offcanvasCartBody .quantity .minus, 
#offcanvasCartBody .quantity .plus {
	width: 28px;
	height: 28px;
	line-height: 28px;
	font-size: 16px;
	margin-top: 4px;
}
.quantity .minus {
	padding-left: 0;
}
.small, small {
	font-size: .775em;
}
.carousel-inner .background_bg {
	background-position: center bottom;
	/*background-size: auto 100%;
	background-repeat: no-repeat;*/
}
#customTextPreview {
	text-transform: none;
	font-size: 10px;
	line-height: 1;
}

/* STRIPE */
.hidden {
	display: none;
}
#payment-message {
	font-size: 16px;
	line-height: 20px;
	padding-top: 12px;
	text-align: center;
	font-weight: bold;
}
#payment-element {
	margin-bottom: 24px;
}

/* Buttons and links */
#payment-form button {
	background: rgb(var(--bs-primary-rgb));
	font-family: Arial, sans-serif;
	color: #ffffff;
	border-radius: 4px;
	border: 0;
	padding: 12px 16px;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	display: block;
	transition: all 0.2s ease;
	box-shadow: 0px 4px 5.5px 0px rgba(0, 0, 0, 0.07);
	width: 100%;
}
#payment-form button:hover {
	filter: contrast(115%);
}
#payment-form button:disabled {
	opacity: 0.5;
	cursor: default;
}
/* END STRIPE */

.bootstrap-select {
	height: auto !important;
	min-height: 62px !important;
}
.bootstrap-select > .dropdown-toggle {
	position: absolute;
	left: 0;
	top: 1.5rem;
	background-color: white;
	border: none;
	padding: .375rem 1rem .375rem .75rem;
}

#customizablePointer {
	display: none;
	height: 8px;
	width: 1px;
	background: rgb(var(--bs-primary-rgb));
	position: absolute;
}

.banner-title {
	color: #f3ed91;
	font-size: 60px;
	line-height: 0.9;
	margin: 0;
}

@media only screen and (min-width: 576px) and (max-width: 991px) {
	.banner-title {
		font-size: 120px;
		height: 203px;
	}
}

@media only screen and (min-width: 992px) {
	.banner-title {
		font-size: 152px;
	}
	#arrivals {
		height: 258px;
	}
	#free {
		height: 119px;
		text-align: justify;
	}
	.banner-title:after {
		content: '';
		display: inline-block;
		width: 100%;
	}
}

@media only screen and (max-width: 575px) {
	.banner-title {
		height: 102px;
	}
}

/*.product, .product_wrap {
    background-color: #fff;
    position: relative;
    margin-bottom: 30px;
    transition: all 0.5s ease-in-out;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
}
.product_box {
    margin-bottom: 30px;
    border: 1px solid #ddd;
    border-radius: 10px;
    overflow: hidden;
}*/