/* [Master Stylesheet v-1.0.0] */
/* :: 1.0 Import Web Fonts */
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700|Ubuntu:300,400,500,700");
/* :: 2.0 Import All CSS */
@import url(../css/bootstrap.min.css);
@import url(../css/classy-nav.min.css);
@import url(../css/owl.carousel.css);
@import url(../css/animate.css);
@import url(../css/magnific-popup.css);
@import url(../css/jquery-ui.min.css);
@import url(../css/header.css);

/* :: 3.0 Common/Base CSS */
* {
	margin: 0;
	padding: 0;
	/*-webkit-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  user-select: none;*/
}

body {
	font-family: "Poppins", sans-serif;
	font-size: 1rem;
	background-color: var(--backgroundColor, #ffffff);
	margin-top: 85px;
	color: var(--textColor, #3a3a3a);
}

@media only screen and (max-width: 767px) {
	body {
		margin-top: 80px;
	}
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 17.5px;
	font-style: normal;
	font-weight: 500;
	line-height: 1.2;
	overflow-wrap: break-word;
	word-wrap: break-word
}

p {
	font-size: 12pt;
	line-height: 2;
	font-weight: 400;
}

a {
	-webkit-transition: all 500ms ease 0s;
	transition: all 500ms ease 0s;
	text-decoration: none;
	outline: 0 solid transparent;
}

a:hover,
a:focus {
	-webkit-transition: all 500ms ease 0s;
	transition: all 500ms ease 0s;
	text-decoration: none;
	outline: 0 solid transparent;
}

ul,
ol {
	margin: 0;
}

ul li,
ol li {
	list-style: none;
}

img {
	height: auto;
	max-width: 100%;
}

textarea {
	min-height: 100px;
	padding: 20px!important;
}

input, textarea {
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	color: var(--formFieldsTextColor, #3a3a3a);
	border: 1px solid var(--formFieldsBorderColor, #000);
	background-color: var(--formFieldsColor, #00000000);
	max-width: 100%;
	line-height: 1.2;
}

select {
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	color: var(--formFieldsTextColor, #3a3a3a);
	border: 1px solid var(--formFieldsBorderColor, #000);
	background-color: var(--formFieldsColor, #00000000);
	max-width: 100%;
	line-height: 1.2;
}

.disclosure__toggle {
	border: 1px solid var(--formFieldsBorderColor, #000);
	background-color: var(--formFieldsColor, #00000000);
	max-width: 100%;
	line-height: 1.2;
}

.title {
	color: var(--titlesColor, #3a3a3a);
}

.text-logo {
	font-size: 30pt;
	color: var(--headerTextColor, #3a3a3a);
}

form {
	margin: 0
}

legend {
	border: 0;
	padding: 0
}

button {
	cursor: pointer
}

input[type=submit] {
	cursor: pointer
}

label {
	display: block;
	margin-bottom: 5px
}

@media only screen and (max-width:749px) {
	label {
		font-size: .86667em
	}
}

[type=checkbox]+label,
[type=radio]+label {
	display: inline-block;
	margin-bottom: 0
}

label[for] {
	cursor: pointer
}

.disclosure__toggle:focus,
input:focus,
select:focus,
textarea:focus {
	border-color: #b3b3b3
}

[disabled].disclosure__toggle,
input[disabled],
select[disabled],
textarea[disabled] {
	cursor: default;
	background-color: #f4f4f4;
	border-color: #f4f4f4
}

.input--error.disclosure__toggle::-webkit-input-placeholder,
input.input--error::-webkit-input-placeholder,
select.input--error::-webkit-input-placeholder,
textarea.input--error::-webkit-input-placeholder {
	color: #d20000;
	opacity: .5
}

.input--error.disclosure__toggle::-moz-placeholder,
input.input--error::-moz-placeholder,
select.input--error::-moz-placeholder,
textarea.input--error::-moz-placeholder {
	color: #d20000;
	opacity: .5
}

.input--error.disclosure__toggle:-ms-input-placeholder,
input.input--error:-ms-input-placeholder,
select.input--error:-ms-input-placeholder,
textarea.input--error:-ms-input-placeholder {
	color: #d20000;
	opacity: .5
}

.input--error.disclosure__toggle::-ms-input-placeholder,
input.input--error::-ms-input-placeholder,
select.input--error::-ms-input-placeholder,
textarea.input--error::-ms-input-placeholder {
	color: #d20000;
	opacity: 1
}

.hidden-placeholder.disclosure__toggle::-webkit-input-placeholder,
input.hidden-placeholder::-webkit-input-placeholder,
select.hidden-placeholder::-webkit-input-placeholder,
textarea.hidden-placeholder::-webkit-input-placeholder {
	color: transparent
}

.hidden-placeholder.disclosure__toggle::-moz-placeholder,
input.hidden-placeholder::-moz-placeholder,
select.hidden-placeholder::-moz-placeholder,
textarea.hidden-placeholder::-moz-placeholder {
	color: transparent
}

.hidden-placeholder.disclosure__toggle:-ms-input-placeholder,
input.hidden-placeholder:-ms-input-placeholder,
select.hidden-placeholder:-ms-input-placeholder,
textarea.hidden-placeholder:-ms-input-placeholder {
	color: transparent
}

.hidden-placeholder.disclosure__toggle::-ms-input-placeholder,
input.hidden-placeholder::-ms-input-placeholder,
select.hidden-placeholder::-ms-input-placeholder,
textarea.hidden-placeholder::-ms-input-placeholder {
	opacity: 1
}

.product-form .disclosure__toggle,
.product-form input,
.product-form select,
.product-form textarea {
	min-height: 44px
}

.input--error.disclosure__toggle,
input.input--error,
select.input--error,
textarea.input--error {
	border-color: #d20000;
	background-color: #fff8f8;
	color: #d20000;
	margin-bottom: 11.66667px
}

.input-error-message {
	display: flex;
	line-height: 1.3;
	color: #333232;
	font-size: .86667em;
	margin-bottom: 11.66667px
}

@media only screen and (max-width:749px) {
	.input-error-message {
		margin-bottom: 19.44444px
	}
}

.input-error-message .icon {
	width: 1em;
	height: 1em;
	margin-right: .66667em
}


.disclosure__toggle,
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-position: right center;
	background-image: url();
	background-repeat: no-repeat;
	background-position: right 10px center;
	line-height: 1.2;
	padding-right: 28px;
	text-indent: .01px;
	text-overflow: '';
	cursor: pointer;
	padding-top: 8px;
	padding-left: 15px;
	padding-bottom: 8px
}

@media only screen and (min-width:750px) {

	.disclosure__toggle,
	select {
		padding-top: 10px;
		padding-left: 18px;
		padding-bottom: 10px
	}
}

.select-group {
	position: relative;
	z-index: 2
}

.select-group .disclosure__toggle,
.select-group select {
	background-image: none;
	background-color: transparent
}

.select-group .icon {
	height: calc(8em / 16);
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: calc(8em / 16);
	z-index: -1
}

.select-label {
	font-size: .8em;
	text-transform: uppercase
}

optgroup {
	font-weight: 700
}

option {
	color: #3a3a3a;
	background-color: #fff
}

.disclosure__toggle::-ms-expand,
select::-ms-expand {
	display: none
}

.label--hidden {
	position: absolute;
	height: 0;
	width: 0;
	margin-bottom: 0;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px)
}

::-webkit-input-placeholder {
	color: #000;
	opacity: .6
}

::-moz-placeholder {
	color: #000;
	opacity: .6
}

:-ms-input-placeholder {
	color: #000;
	opacity: .6
}

::-ms-input-placeholder {
	color: #000;
	opacity: 1
}

.label--error {
	color: #d20000
}

.text-delete{
	color: var(--deleteButtonColor, #d20000)!important;
}

.forgot-password{
	font-size: 14px;
	margin-top: -15px;
	margin-bottom: 15px;
}

.text-center input{
	width: 100%!important;
	margin-bottom: 5px!important;
}

input,
textarea {
	padding: 8px 15px
}

@media only screen and (min-width:750px) {

	input,
	textarea {
		padding: 10px 18px
	}
}

.form-vertical .disclosure__toggle,
.form-vertical input,
.form-vertical select,
.form-vertical textarea {
	display: block;
	width: 100%;
	margin-bottom: 19.44444px
}

.form-vertical .input--error.disclosure__toggle,
.form-vertical input.input--error,
.form-vertical select.input--error,
.form-vertical textarea.input--error {
	margin-bottom: 11.66667px
}

.form-vertical [type=checkbox],
.form-vertical [type=radio] {
	display: inline-block;
	width: auto;
	margin-right: 5px
}

.form-vertical .btn,
.form-vertical .openshop-payment-button .openshop-payment-button__button--unbranded,
.form-vertical [type=submit],
.openshop-payment-button .form-vertical .openshop-payment-button__button--unbranded {
	display: inline-block;
	width: auto
}

.form-single-field {
	margin: 0 auto 55px;
	max-width: 35rem
}

.form-single-field .input--error {
	margin-bottom: 0
}

.form-message,
.note {
	padding: 8px;
	margin: 0 0 27.5px
}

@media only screen and (min-width:750px) {

	.form-message,
	.note {
		padding: 10px
	}
}

.note {
	border: 1px solid #ccc
}

.form-message--success {
	border: 1px solid #1f873d;
	background-color: #f8fff9;
	color: #1f873d;
	display: block;
	width: 100%
}

.form-message--error {
	color: #651818;
	border: 1px solid #d20000;
	background-color: #fff8f8;
	padding: 1rem 1.3rem;
	text-align: left;
	width: 100%
}

.form-message--warning {
	color: #8a6d3b;
	border: 1px solid #faebcc;
	background-color: #fcf8e3;
	padding: 1rem 1.3rem;
	text-align: left;
	width: 100%
}

.form-message--error li {
	list-style-type: disc;
	list-style-position: inside
}

.form-message--error .form-message__title {
	font-size: 1.2em
}

.form-message--error .form-message__link,
.form-message--error a {
	display: inline-block;
	text-decoration: underline;
	text-decoration-skip-ink: auto;
	color: #651818
}

.form-message--error .form-message__link:focus,
.form-message--error .form-message__link:hover,
.form-message--error a:focus,
.form-message--error a:hover {
	text-decoration: none;
	color: #651818
}

.input-group {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center
}

.form-vertical .input-group {
	margin-bottom: 55px
}

.input-group--nowrap {
	flex-wrap: nowrap
}

.input-group--error {
	margin-bottom: 11.66667px
}

.input-group__btn .btn,
.input-group__btn .openshop-payment-button .openshop-payment-button__button--unbranded,
.input-group__field,
.input-group__field input,
.openshop-payment-button .input-group__btn .openshop-payment-button__button--unbranded {
	min-height: 42px
}

@media only screen and (min-width:750px) {

	.input-group__btn .btn,
	.input-group__btn .openshop-payment-button .openshop-payment-button__button--unbranded,
	.input-group__field,
	.input-group__field input,
	.openshop-payment-button .input-group__btn .openshop-payment-button__button--unbranded {
		min-height: 46px
	}
}

.input-group__field {
	-ms-flex-preferred-size: 15rem;
	-webkit-flex-basis: 15rem;
	-moz-flex-basis: 15rem;
	flex-basis: 15rem;
	flex-grow: 9999;
	margin-bottom: 1rem;
	border-radius: 2px 0 0 2px;
	text-align: left
}

.input-group__field input {
	width: 100%
}

.form-vertical .input-group__field {
	margin: 0
}

.input-group__field--connected {
	margin-bottom: 0
}

.input-group__field--connected input {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.input-group__btn {
	flex-grow: 1
}

.input-group__btn .btn,
.input-group__btn .openshop-payment-button .openshop-payment-button__button--unbranded,
.openshop-payment-button .input-group__btn .openshop-payment-button__button--unbranded {
	width: 100%;
	border-radius: 0 2px 2px 0
}

@media (max-width: 767px) {
	.titleHomePage {
		font-size: 24pt !important;
	}

	.subTitleHomePage {
		font-size: 14pt !important;
	}

	.hide-mobile {
		display: none;
	}
}

@media (min-width: 768px) {
	.titleHomePage {
		font-size: 32pt !important;
	}

	.subTitleHomePage {
		font-size: 15pt !important;
	}

	.hide-pc {
		display: none;
	}
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none!important;
}

.show {
	display: block !important
}

.hide {
	display: none !important
}

.text-left {
	text-align: left !important
}

.text-right {
	text-align: right !important
}

.text-center {
	text-align: center !important
}

.link {
	color: var(--linksColor, #0066ff);
}

.required-field {
	color: var(--requiredFieldColor, #ff0000);
}

.quantity-products{
	color: var(--themeColor, #0066ff);
}

/* Spacing */
.mt-15 {
	margin-top: 15px !important;
}

.mt-30 {
	margin-top: 30px !important;
}

.mt-50 {
	margin-top: 50px !important;
}

.mt-70 {
	margin-top: 70px !important;
}

.mt-100 {
	margin-top: 100px !important;
}

.mb-15 {
	margin-bottom: 15px !important;
}

.mb-30 {
	margin-bottom: 30px !important;
}

.mb-50 {
	margin-bottom: 50px !important;
}

.mb-70 {
	margin-bottom: 70px !important;
}

.mb-100 {
	margin-bottom: 100px !important;
}

.ml-15 {
	margin-left: 15px !important;
}

.ml-30 {
	margin-left: 30px !important;
}

.ml-50 {
	margin-left: 50px !important;
}

.mr-15 {
	margin-right: 15px !important;
}

.mr-30 {
	margin-right: 30px !important;
}

.mr-50 {
	margin-right: 50px !important;
}

/* Height */
.height-400 {
	height: 400px !important;
}

.height-500 {
	height: 500px !important;
}

.height-600 {
	height: 600px !important;
}

.height-700 {
	height: 700px !important;
}

.height-800 {
	height: 800px !important;
}

/* Section Padding */

@media (max-width: 800px) {
	.section-padding-80 {
		padding-top: 0px;
		padding-bottom: 80px;
	}
}

@media (min-width: 1200px) {
	.section-padding-80 {
		padding-top: 60px;
		padding-bottom: 80px;
	}
}

.section-padding-80-0 {
	padding-top: 80px;
	padding-bottom: 0;
}

.section-padding-0-80 {
	padding-top: 0;
	padding-bottom: 80px;
}

/* Section Heading */
.section-heading {
	margin-bottom: 50px;
	position: relative;
	z-index: 1;
}

.section-heading h2 {
	font-size: 30px;
	margin-bottom: 0;
	text-transform: capitalize;
	font-weight: 600;
}

.section-heading.text-left {
	text-align: left !important;
}

/* Miscellaneous */
.bg-img {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.bg-box {
	background-color: #ffffff !important;
}

.bg-dark {
	background-color: #000000 !important;
}

.bg-transparent {
	background-color: transparent !important;
}

.font-bold {
	font-weight: 700;
}

.font-light {
	font-weight: 300;
}

.bg-overlay,
.bg-overlay-white {
	position: relative;
	z-index: 2;
	background-position: center center;
	background-size: cover;
}

.swal-footer{
	text-align: center;
}

.bg-overlay:hover,
.bg-overlay-white:hover {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
}

.bg-overlay:hover {
	background-color: rgba(0, 0, 0, 0.5);
}

.bg-overlay-white:hover {
	background-color: rgba(255, 255, 255, 0.9);
}

/* ScrollUp */
/*#scrollUp {
  background-color: #0066ff;
  border-radius: 0;
  bottom: 60px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  color: #ffffff;
  font-size: 24px;
  height: 40px;
  line-height: 40px;
  right: 60px;
  text-align: center;
  width: 40px; }
  @media only screen and (max-width: 767px) {
    #scrollUp {
      bottom: 30px;
      right: 30px; } }*/

/* Openshop Button */
.openshop-btn {
	display: inline-block;
	min-width: 170px;
	height: 50px;
	color: #ffffff;
	border: none;
	border-radius: 0;
	padding: 0 40px;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 50px;
	letter-spacing: 1.5px;
	font-weight: 600;
}

.openshop-btn:hover,
.openshop-btn:focus {
	color: #ffffff;
	background-color: #0315ff;
}

/* :: 5.0 Welcome Area CSS */
.welcome_area {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 600px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.welcome_area {
		height: 450px;
	}
}

@media only screen and (max-width: 767px) {
	.welcome_area {
		height: 350px;
	}
}

.welcome_area .hero-content h6 {
	font-size: 18px;
	color: #787878;
	margin-bottom: 10px;
}

.welcome_area .hero-content h2 {
	font-size: 60px;
	color: #000000;
	margin-bottom: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.welcome_area .hero-content h2 {
		font-size: 48px;
	}
}

@media only screen and (max-width: 767px) {
	.welcome_area .hero-content h2 {
		font-size: 30px;
	}
}

/* :: 6.0 Top Catagory Area CSS */
.single_catagory_area {
	position: relative;
	/*z-index: 1;*/
	width: 100%;
	height: 240px;
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.single_catagory_area {
		height: 180px;
	}
}

@media only screen and (max-width: 767px) {
	.single_catagory_area {
		height: 180px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.single_catagory_area {
		margin-bottom: 30px;
	}
}

.single_catagory_area:after {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.6);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -10;
}

.single_catagory_area .catagory-content a {
	display: block;
	font-size: 30px;
	font-weight: 700;
	color: #000000;
	letter-spacing: 1px;
	text-transform: uppercase;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.single_catagory_area .catagory-content a {
		font-size: 20px;
	}
}

@media only screen and (max-width: 767px) {
	.single_catagory_area .catagory-content a {
		font-size: 18px;
	}
}

.single_catagory_area:hover .catagory-content a {
	text-decoration: underline;
}

/* :: 7.0 CTA Area CSS */
.cta-area {
	position: relative;
	z-index: 1;
}

.cta-area .cta-content {
	width: 100%;
	height: 550px;
}

@media only screen and (max-width: 767px) {
	.cta-area .cta-content {
		height: 400px;
	}
}

.cta-area .cta-content h6 {
	font-size: 24px;
	color: #0066ff;
	margin-bottom: 10px;
}

.cta-area .cta-content h2 {
	font-size: 60px;
	color: #000000;
	margin-bottom: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.cta-area .cta-content h2 {
		font-size: 48px;
	}
}

@media only screen and (max-width: 767px) {
	.cta-area .cta-content h2 {
		font-size: 30px;
	}
}

.cta-area .cta-content .cta--text {
	padding-right: 150px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.cta-area .cta-content .cta--text {
		padding-right: 50px;
	}
}

@media only screen and (max-width: 767px) {
	.cta-area .cta-content .cta--text {
		padding-right: 0;
	}
}

.pagination {
	position: relative;
	z-index: 1;
}

.pagination .page-item .page-link {
	width: 40px;
	height: 40px;
	border: 1px solid #ebebeb;
	font-size: 12px;
	font-weight: 600;
	line-height: 38px;
	padding: 0;
	text-align: center;
	color: #787878;
}

.pagination .page-item .page-link:hover,
.pagination .page-item .page-link:focus {
	color: #0315ff;
	box-shadow: none;
}

.pagination .page-item:first-child {
	margin-right: 15px;
}

.pagination .page-item:first-child .page-link {
	margin-left: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.pagination .page-item:last-child {
	margin-left: 15px;
}

.pagination .page-item:last-child .page-link {
	margin-left: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

/* :: 9.0 Brands Area CSS */
.brands-area {
	position: relative;
	z-index: 1;
	background-color: #f5f7f9;
	padding: 100px 5%;
}

@media only screen and (max-width: 767px) {
	.brands-area {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 100px 5% 70px;
	}
}

@media only screen and (max-width: 767px) {
	.brands-area .single-brands-logo {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		width: 33.33333%;
		max-width: 33.33333%;
	}
}

.brands-area .single-brands-logo img {
	max-width: 120px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.brands-area .single-brands-logo img {
		max-width: 90px;
	}
}

@media only screen and (max-width: 767px) {
	.brands-area .single-brands-logo img {
		max-width: 80px;
		margin-bottom: 30px;
	}
}

.countdown-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0 10px;
}

.countdown-label {
	font-size: 12px;
	color: var(--countdownTextColor, #ff0000);
}

#countdown-product {
	margin-top: -20px;
	margin-bottom: 5px;
	font-family: Arial, sans-serif;
	font-size: 26px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: var(--countdownColor, #3a3a3a);
}

.countdown-product-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0 10px;
}

.countdown-product-label {
	font-size: 12px;
	color: var(--countdownColor, #3a3a3a);
}

.countdownText{
	font-weight: 600;
	color: var(--countdownTextColor, #ff0000);
	justify-content: center;
	display: flex;
	align-items: center;
}

@media only screen and (min-width: 768px) {
	#countdown-product {
		margin-left: 150px;
	}
	.countdownText{
		margin-left: 150px;
	}
	.additional_message_product{
		margin-left: 65px;
	}
}

.pay_condittions {
	font-size: 14px;
	margin-top: 5px;
}

/* :: 10.0 Single Product Details Area CSS */
.single_product_details_area {
	position: relative;
	z-index: 100;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.single_product_details_area .single_product_thumb,
.single_product_details_area .single_product_desc {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	width: 50%;
	position: relative;
	z-index: 1;
}

@media only screen and (max-width: 767px) {

	.single_product_details_area .single_product_thumb,
	.single_product_details_area .single_product_desc {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		width: 100%;
	}
}

.single_product_details_area .product_thumbnail_slides {
	position: relative;
	z-index: 1;
}

.single_product_details_area .product_thumbnail_slides .owl-prev,
.single_product_details_area .product_thumbnail_slides .owl-next {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	position: absolute;
	top: 50%;
	z-index: 20;
	left: 30px;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	padding: 5px;
	opacity: 0.4;
}

.single_product_details_area .product_thumbnail_slides .owl-prev:hover,
.single_product_details_area .product_thumbnail_slides .owl-next:hover {
	opacity: 1;
}

.single_product_details_area .product_thumbnail_slides .owl-next {
	left: auto;
	right: 30px;
}

.single_product_details_area .single_product_desc {
	position: relative;
	z-index: 1;
	padding: 50px 5%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.single_product_details_area .single_product_desc {
		padding: 30px 4%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.single_product_details_area .single_product_desc {
		padding: 30px 3%;
	}
}

.single_product_details_area .single_product_desc span {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	color: #787878;
	margin-bottom: 10px;
	display: block;
}

.single_product_details_area .single_product_desc a>h2 {
	font-size: 30px;
	display: block;
	margin-bottom: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.single_product_details_area .single_product_desc a>h2 {
		font-size: 24px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.single_product_details_area .single_product_desc a>h2 {
		font-size: 20px;
	}
}

.single_product_details_area .single_product_desc .product-price {
	margin-bottom: 0;
	font-size: 24px;
	font-weight: 700;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.single_product_details_area .single_product_desc .product-price {
		font-size: 20px;
	}
}

.single_product_details_area .single_product_desc .product-price span {
	display: inline-block;
	font-size: 24px;
	color: #787878;
	font-weight: 700;
	text-decoration: line-through;
	margin-right: 15px;
}

.single_product_details_area .single_product_desc .product-desc {
	font-size: 16px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.single_product_details_area .single_product_desc .product-desc {
		font-size: 14px;
	}
}

.single_product_details_area .single_product_desc .nice-select {
	position: relative;
	z-index: 100;
	border: 1px solid #ebebeb;
	border-radius: 0;
	font-size: 14px;
	font-weight: 500;
	height: 60px;
	line-height: 60;
	margin: 0;
	text-transform: uppercase;
	width: 220px;
}

.single_product_details_area .single_product_desc .nice-select .current {
	line-height: 60px;
}

.single_product_details_area .single_product_desc .nice-select .list {
	background-color: #f6f6f6;
	border-radius: 0;
	border: none;
	width: 100%;
}

.single_product_details_area .single_product_desc .nice-select .list .option.selected {
	color: #0315ff;
}

.single_product_details_area .single_product_desc .cart-fav-box .favme {
	cursor: pointer;
	color: #ccc;
	font-size: 24px;
}

.single_product_details_area .single_product_desc .cart-fav-box .favme.active {
	color: #0066ff !important;
}

.login-with-google-btn {
	transition: background-color .3s, box-shadow .3s;
	width: 100%;

	border: 1px solid #000;

	padding: 12px 16px 12px 42px;
	border-radius: 3px;
	box-shadow: 0 -1px 0 rgba(0, 0, 0, .04), 0 1px 1px rgba(0, 0, 0, .25);

	color: #000;
	font-size: 14px;
	font-weight: 500;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;

	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMTcuNiA5LjJsLS4xLTEuOEg5djMuNGg0LjhDMTMuNiAxMiAxMyAxMyAxMiAxMy42djIuMmgzYTguOCA4LjggMCAwIDAgMi42LTYuNnoiIGZpbGw9IiM0Mjg1RjQiIGZpbGwtcnVsZT0ibm9uemVybyIvPjxwYXRoIGQ9Ik05IDE4YzIuNCAwIDQuNS0uOCA2LTIuMmwtMy0yLjJhNS40IDUuNCAwIDAgMS04LTIuOUgxVjEzYTkgOSAwIDAgMCA4IDV6IiBmaWxsPSIjMzRBODUzIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48cGF0aCBkPSJNNCAxMC43YTUuNCA1LjQgMCAwIDEgMC0zLjRWNUgxYTkgOSAwIDAgMCAwIDhsMy0yLjN6IiBmaWxsPSIjRkJCQzA1IiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48cGF0aCBkPSJNOSAzLjZjMS4zIDAgMi41LjQgMy40IDEuM0wxNSAyLjNBOSA5IDAgMCAwIDEgNWwzIDIuNGE1LjQgNS40IDAgMCAxIDUtMy43eiIgZmlsbD0iI0VBNDMzNSIgZmlsbC1ydWxlPSJub256ZXJvIi8+PHBhdGggZD0iTTAgMGgxOHYxOEgweiIvPjwvZz48L3N2Zz4=);
	background-color: white;
	background-repeat: no-repeat;
	background-position: 12px 11px;

	&:hover {
		box-shadow: 0 -1px 0 rgba(0, 0, 0, .04), 0 2px 4px rgba(0, 0, 0, .25);
	}

	&:active {
		background-color: #eeeeee;
	}

	&:focus {
		outline: none;
		box-shadow:
			0 -1px 0 rgba(0, 0, 0, .04),
			0 2px 4px rgba(0, 0, 0, .25),
			0 0 0 3px #c8dafc;
	}

	&:disabled {
		filter: grayscale(100%);
		background-color: #ebebeb;
		box-shadow: 0 -1px 0 rgba(0, 0, 0, .04), 0 1px 1px rgba(0, 0, 0, .25);
		cursor: not-allowed;
	}
}

/* :: 13.0 Product Sidebar Area CSS */
.widget {
	position: relative;
	z-index: 1;
}

.widget .widget-title {
	font-size: 18px;
	text-transform: capitalize;
	font-weight: 600;
}

.widget .widget-title2 {
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 15px;
	display: block;
	margin-bottom: 0;
	color: #000000;
	font-weight: 600;
}

.widget .catagories-menu li>a {
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 15px;
	display: block;
}

.widget .catagories-menu .sub-menu {
	margin-left: 15px;
	margin-bottom: 15px;
}

.widget .catagories-menu .sub-menu li>a {
	text-transform: capitalize;
	font-size: 14px;
	margin-bottom: 5px;
	display: block;
	font-weight: 300;
	color: #787878;
}

.widget .catagories-menu .sub-menu li>a:hover {
	color: #0315ff;
}

.widget.price .ui-slider-handle {
	background-color: #000000;
	border: none;
	border-radius: 0;
	top: -6px;
	width: 4px;
	height: 15px;
	margin: 0;
}

.widget.price .ui-slider-range.ui-corner-all.ui-widget-header {
	background-color: #0315ff;
}

.widget.price .ui-slider-horizontal {
	height: 5px;
}

.widget.price .range-price {
	font-size: 12px;
	font-weight: 600;
	margin-top: 15px;
	text-transform: uppercase;
}

.widget.color .widget-desc ul {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.widget.color .widget-desc ul li {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	width: 20%;
	margin-bottom: 15px;
}

.widget.color .widget-desc ul li a {
	width: 30px;
	height: 30px;
	display: block;
	background-color: #ffffff;
	position: relative;
	z-index: 1;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}

.widget.color .widget-desc ul li a.color1 {
	background-color: #ffffff;
}

.widget.color .widget-desc ul li a.color2 {
	background-color: #969696;
}

.widget.color .widget-desc ul li a.color3 {
	background-color: #030303;
}

.widget.color .widget-desc ul li a.color4 {
	background-color: #0315ff;
}

.widget.color .widget-desc ul li a.color5 {
	background-color: #dc0647;
}

.widget.color .widget-desc ul li a.color6 {
	background-color: #fff56a;
}

.widget.color .widget-desc ul li a.color7 {
	background-color: #f26e51;
}

.widget.color .widget-desc ul li a.color8 {
	background-color: #9a8777;
}

.widget.color .widget-desc ul li a.color9 {
	background-color: #5b862a;
}

.widget.color .widget-desc ul li a.color10 {
	background-color: #8662a9;
}

.widget.brands ul li {
	display: block;
}

.widget.brands ul li a {
	display: block;
	margin-bottom: 5px;
	font-size: 14px;
	color: #787878;
	font-weight: 300;
	text-transform: capitalize;
}

.widget.brands ul li a:hover {
	color: #0315ff;
}

.product-topbar {
	position: relative;
	z-index: 100;
	margin-bottom: 40px;
}

.product-topbar .total-products p {
	margin-bottom: 0;
	font-size: 12px;
	font-weight: 600;
	color: #000000;
	text-transform: uppercase;
	letter-spacing: 0.75px;
}

.product-topbar .total-products p span {
	color: #0315ff;
}

.product-topbar .product-sorting p {
	margin-bottom: 0;
	font-size: 12px;
	font-weight: 600;
	color: #000000;
	text-transform: uppercase;
	letter-spacing: 0.75px;
	margin-right: 15px;
}

.product-topbar .product-sorting form select {
	background-color: transparent;
	border: none;
}

.product-topbar .product-sorting form select option {
	font-size: 12px;
	font-weight: 600;
	color: #000000;
	text-transform: uppercase;
	letter-spacing: 0.75px;
}

.product-topbar .nice-select {
	border: none;
	font-size: 14px;
	font-weight: 500;
	height: auto;
	line-height: 1.5;
	padding-left: 0;
	margin: 0;
	text-transform: uppercase;
}

.product-topbar .nice-select .list {
	background-color: #f6f6f6;
	border-radius: 0;
	border: none;
}

.product-topbar .nice-select .list .option.selected {
	color: #0315ff;
}

/* Mobile */
@media only screen and (max-width: 768px) {
    .checkout_details_area {
		padding: 15px;
    }
}

/* :: 14.0 Checkout Area CSS */
.order-details-confirmation {
	width: 100%;
	border: 2px solid var(--boxBorderColor, #ebebeb);
	padding: 40px;
}

@media only screen and (max-width: 767px) {
	.order-details-confirmation {
		margin-top: 10px;
		padding: 20px;
	}
}

.order-details-confirmation .order-details-form li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-ms-grid-row-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 0;
	font-size: 12px;
	padding: 20px 0;
	border-bottom: 2px solid var(--boxBorderColor, #ebebeb);
	font-weight: 600;
}

.order-details-confirmation .collapsible-header h6 a {
	display: block;
	font-size: 14px;
	text-transform: uppercase;
}

.order-details-confirmation .collapsible-header h6 a i {
	color: #9f9f9f;
}

.order-details-confirmation .card {
	border: none;
}

.order-details-confirmation .collapsible-header {
	background-color: transparent;
	border-bottom: none;
}

.order-details-confirmation .card-body p {
	font-size: 12px;
	line-height: 2;
	color: #9f9f9f;
}

/* :: 15.0 Blog Area CSS */
.blog-wrapper {
	position: relative;
	z-index: 1;
}

.blog-wrapper .single-blog-area {
	position: relative;
	z-index: 1;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	overflow: hidden;
}

.blog-wrapper .single-blog-area img {
	width: 100%;
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
}

.blog-wrapper .single-blog-area .post-title {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	background-color: #ffffff;
	padding: 20px 40px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 85%;
	height: auto;
	z-index: 10;
}

@media only screen and (max-width: 767px) {
	.blog-wrapper .single-blog-area .post-title {
		padding: 20px;
	}
}

.blog-wrapper .single-blog-area .post-title a {
	display: block;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.5;
}

@media only screen and (max-width: 767px) {
	.blog-wrapper .single-blog-area .post-title a {
		font-size: 14px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.blog-wrapper .single-blog-area .post-title a {
		font-size: 18px;
	}
}

.blog-wrapper .single-blog-area .hover-content {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	background-color: #ffffff;
	background-color: #ffffff;
	padding: 20px 40px;
	position: absolute;
	width: 85%;
	height: 100%;
	z-index: 100;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.blog-wrapper .single-blog-area .hover-content {
		padding: 20px;
	}
}

@media only screen and (max-width: 767px) {
	.blog-wrapper .single-blog-area .hover-content {
		padding: 20px;
	}
}

.blog-wrapper .single-blog-area .hover-content .hover-post-title a {
	display: block;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.5;
	margin-bottom: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.blog-wrapper .single-blog-area .hover-content .hover-post-title a {
		font-size: 16px;
		margin-bottom: 10px;
	}
}

@media only screen and (max-width: 767px) {
	.blog-wrapper .single-blog-area .hover-content .hover-post-title a {
		font-size: 14px;
		margin-bottom: 10px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.blog-wrapper .single-blog-area .hover-content .hover-post-title a {
		font-size: 18px;
		margin-bottom: 20px;
	}
}

.blog-wrapper .single-blog-area .hover-content .hover-post-title a:hover {
	color: #0315ff;
}

@media only screen and (max-width: 767px) {
	.blog-wrapper .single-blog-area .hover-content p {
		display: none;
	}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	.blog-wrapper .single-blog-area .hover-content p {
		display: block;
		font-size: 14px;
		line-height: 1.7;
	}
}

.blog-wrapper .single-blog-area .hover-content>a {
	display: block;
	font-size: 12px;
	font-weight: 600;
	margin-bottom: 0;
	color: #0315ff;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	margin-top: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.blog-wrapper .single-blog-area .hover-content>a {
		margin-top: 15px;
	}
}

@media only screen and (max-width: 767px) {
	.blog-wrapper .single-blog-area .hover-content>a {
		margin-top: 30px;
	}
}

.blog-wrapper .single-blog-area:hover .hover-content,
.blog-wrapper .single-blog-area:focus .hover-content {
	opacity: 1;
	visibility: visible;
}

.blog-wrapper .single-blog-area:hover img,
.blog-wrapper .single-blog-area:focus img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.single-blog-wrapper {
	position: relative;
	z-index: 1;
}

.single-blog-wrapper .single-blog-content-wrapper {
	position: relative;
	z-index: 1;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.single-blog-wrapper .single-blog-content-wrapper .single-blog--text {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
	width: 75%;
	padding: 70px 7%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.single-blog-wrapper .single-blog-content-wrapper .single-blog--text {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 65%;
		flex: 0 0 65%;
		max-width: 65%;
		width: 65%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.single-blog-wrapper .single-blog-content-wrapper .single-blog--text {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 60%;
		flex: 0 0 60%;
		max-width: 60%;
		width: 60%;
	}
}

@media only screen and (max-width: 767px) {
	.single-blog-wrapper .single-blog-content-wrapper .single-blog--text {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		width: 100%;
	}
}

.single-blog-wrapper .single-blog-content-wrapper .single-blog--text h2 {
	font-size: 30px;
	line-height: 1.5;
	margin-bottom: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.single-blog-wrapper .single-blog-content-wrapper .single-blog--text h2 {
		font-size: 24px;
		margin-bottom: 30px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.single-blog-wrapper .single-blog-content-wrapper .single-blog--text h2 {
		font-size: 20px;
		margin-bottom: 20px;
	}
}

@media only screen and (max-width: 767px) {
	.single-blog-wrapper .single-blog-content-wrapper .single-blog--text h2 {
		font-size: 18px;
		margin-bottom: 20px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.single-blog-wrapper .single-blog-content-wrapper .single-blog--text h2 {
		font-size: 24px;
	}
}

.single-blog-wrapper .single-blog-content-wrapper .single-blog--text p {
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.single-blog-wrapper .single-blog-content-wrapper .single-blog--text p {
		font-size: 16px;
	}
}

@media only screen and (max-width: 767px) {
	.single-blog-wrapper .single-blog-content-wrapper .single-blog--text p {
		font-size: 14px;
	}
}

.single-blog-wrapper .single-blog-content-wrapper .single-blog--text blockquote {
	margin-bottom: 50px;
}

.single-blog-wrapper .single-blog-content-wrapper .single-blog--text blockquote h6 {
	font-size: 18px;
	line-height: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.single-blog-wrapper .single-blog-content-wrapper .single-blog--text blockquote h6 i {
	margin-right: 30px;
	font-size: 30px;
	color: #0315ff;
}

.single-blog-wrapper .single-blog-content-wrapper .single-blog--text blockquote span {
	margin-left: 60px;
	font-size: 16px;
	font-weight: 600;
	color: rgba(0, 0, 0, 0.6);
}

.single-blog-wrapper .single-blog-content-wrapper .related-blog-post {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
	width: 25%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.single-blog-wrapper .single-blog-content-wrapper .related-blog-post {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 35%;
		flex: 0 0 35%;
		max-width: 35%;
		width: 35%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.single-blog-wrapper .single-blog-content-wrapper .related-blog-post {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 40%;
		flex: 0 0 40%;
		max-width: 40%;
		width: 40%;
	}
}

@media only screen and (max-width: 767px) {
	.single-blog-wrapper .single-blog-content-wrapper .related-blog-post {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		width: 100%;
	}
}

.single-blog-wrapper .single-blog-content-wrapper .related-blog-post .single-related-blog-post {
	position: relative;
	z-index: 1;
	overflow: hidden;
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
}

.single-blog-wrapper .single-blog-content-wrapper .related-blog-post .single-related-blog-post img {
	width: 100%;
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
}

.single-blog-wrapper .single-blog-content-wrapper .related-blog-post .single-related-blog-post a {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.6);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-ms-grid-row-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 5px 50px;
}

.single-blog-wrapper .single-blog-content-wrapper .related-blog-post .single-related-blog-post a h5 {
	color: #ffffff;
	text-align: center;
	font-size: 18px;
	margin-bottom: 0;
	line-height: 1.5;
}

.single-blog-wrapper .single-blog-content-wrapper .related-blog-post .single-related-blog-post:hover img,
.single-blog-wrapper .single-blog-content-wrapper .related-blog-post .single-related-blog-post:focus img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

/* :: 16.0 Regular Page Area CSS */
.regular-page-content-wrapper {
	position: relative;
	z-index: 1;
}

.regular-page-content-wrapper .regular-page-text h2 {
	font-size: 30px;
	line-height: 1.5;
	margin-bottom: 50px;
}

.regular-page-content-wrapper .regular-page-text p {
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 50px;
}

.regular-page-content-wrapper .regular-page-text blockquote {
	margin-bottom: 50px;
}

.regular-page-content-wrapper .regular-page-text blockquote h6 {
	font-size: 18px;
	line-height: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.regular-page-content-wrapper .regular-page-text blockquote h6 i {
	margin-right: 30px;
	font-size: 30px;
	color: #0315ff;
}

.regular-page-content-wrapper .regular-page-text blockquote span {
	margin-left: 60px;
	font-size: 16px;
	font-weight: 600;
	color: rgba(0, 0, 0, 0.6);
}

/* :: 17.0 Contact Area CSS */
.contact-area {
	position: relative;
	z-index: 1;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.contact-area .google-map {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 60%;
	flex: 0 0 60%;
	max-width: 60%;
	width: 60%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.contact-area .google-map {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 55%;
		flex: 0 0 55%;
		max-width: 55%;
		width: 55%;
	}
}

@media only screen and (max-width: 767px) {
	.contact-area .google-map {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		width: 100%;
	}
}

.contact-area .google-map #googleMap {
	width: 100%;
	height: 685px;
}

@media only screen and (max-width: 767px) {
	.contact-area .google-map #googleMap {
		height: 400px;
	}
}

.contact-area .contact-info {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 40%;
	flex: 0 0 40%;
	max-width: 40%;
	width: 40%;
	padding: 50px 5%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.contact-area .contact-info {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 45%;
		flex: 0 0 45%;
		max-width: 45%;
		width: 45%;
		padding: 50px 3%;
	}
}

@media only screen and (max-width: 767px) {
	.contact-area .contact-info {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		width: 100%;
		padding: 50px 5%;
	}
}

.contact-area .contact-info h2 {
	font-size: 30px;
	margin-bottom: 20px;
}

.contact-area .contact-info p {
	font-size: 16px;
	font-weight: 300;
}

.contact-area .contact-info .contact-address p {
	font-size: 12px;
	font-weight: 600;
	margin-bottom: 10px;
}

.contact-area .contact-info .contact-address p span {
	font-weight: 600;
	color: #000000;
	width: 100px;
	display: inline-block;
	text-transform: uppercase;
}

.contact-area .contact-info .contact-address p:last-child {
	margin-top: 100px;
}

.contact-area .contact-info .contact-address p:last-child a {
	font-size: 14px;
	font-weight: 300;
}

.contact-area .contact-info .contact-address p:last-child a:hover {
	color: #0315ff;
}

#orderConfirm {
	width: 100%;
	height: 60px;
	font-size: 15pt;
}

.requiredField{
	color: var(--requiredFieldsColor, #ff0000);
}

.share-title {
	display: inline-block;
	vertical-align: middle
}

.btn-share-collection {
	font-size: 28px !important;
	margin: 5px;
	color: var(--themeColor, #0066ff);
	cursor: pointer;
}

.btn-share-product {
	margin-top: -10px;
}

.size-guide{
	margin-bottom: 5px;
	text-decoration: underline;
	cursor: pointer;
}

.h2-checkout{
	font-size: 22pt;
	text-transform: uppercase;
}

.btn,
.openshop-payment-button .openshop-payment-button__button--unbranded {
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: inline-block;
	width: auto;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	border: 1px solid transparent;
	border-radius: 2px;
	padding: 8px 15px;
	background-color: var(--buttonsColor, #3a3a3a);
	color: var(--buttonsTextColor, #fff);
	font-style: normal;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .08em;
	white-space: normal;
	font-size: 13px
}

@media only screen and (min-width:750px) {

	.btn,
	.openshop-payment-button .openshop-payment-button__button--unbranded {
		padding: 10px 18px
	}
}

.btn:focus,
.btn:not([disabled]):hover,
.openshop-payment-button .openshop-payment-button__button--unbranded:focus,
.openshop-payment-button .openshop-payment-button__button--unbranded:not([disabled]):hover {
	opacity: 0.9;
}

.btn .icon-arrow-left,
.btn .icon-arrow-right,
.openshop-payment-button .openshop-payment-button__button--unbranded .icon-arrow-left,
.openshop-payment-button .openshop-payment-button__button--unbranded .icon-arrow-right {
	height: 9px
}

.btn[aria-disabled],
.btn[disabled],
.openshop-payment-button [aria-disabled].openshop-payment-button__button--unbranded,
.openshop-payment-button [disabled].openshop-payment-button__button--unbranded {
	cursor: not-allowed;
	opacity: .5
}

.btn--secondary {
	background-color: transparent;
	color: var(--secondaryButtonsTextColor, #0066ff);
	border-color: var(--secondaryButtonsColor, #0066ff);
}

.btn--secondary:focus,
.btn--secondary:not([disabled]):hover {
	opacity: 0.7;
}

.next-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
    margin: 0 auto;
}

.btn--next {
    position: relative;
    z-index: 2;
	margin: 0 10px;
}

@media (max-width: 768px) { /* MOBILE */
    .btn--next {
        height: 50px;
        width: 350px;
		margin: 0 2px;
    }
}

@media (min-width: 769px) { /* DESKTOP */
    .btn--next {
        height: 50px;
        width: 280px;
		margin: 0 10px;
    }
}


.btn--addCart {
	background-color: var(--addCartButtonColor, #fff);
	color: var(--addCartButtonTextColor, #3a3a3a);
	border-color: var(--addCartButtonBorderColor, #3a3a3a);
	margin-top: 5px!important;
}

.btn--addCart:focus,
.btn--addCart:not([disabled]):hover {
	background-color: #fff;
	color: #606060;
	border-color: #606060
}

.btn--small {
	padding: 8px 10px;
	font-size: .8em;
	line-height: 1
}

.btn--tertiary {
	background-color: transparent;
	color: #3a3a3a;
	border-color: #3a3a3a
}

.btn--tertiary:focus,
.btn--tertiary:not([disabled]):hover {
	background-color: transparent;
	color: #606060;
	border-color: #606060
}

@media only screen and (max-width:749px) {
	.btn--small-wide {
		padding-left: 50px;
		padding-right: 50px
	}
}

.btn--link {
	background-color: transparent;
	border: 0;
	margin: 0;
	color: #3a3a3a;
	text-align: left
}

.btn--link:focus,
.btn--link:not([disabled]):hover {
	color: #606060;
	background-color: transparent
}

.btn--link .fa {
	vertical-align: middle
}

.btn--narrow {
	padding-left: 15px;
	padding-right: 15px
}

.btn--has-icon-after .fa {
	margin-left: 10px
}

.btn--has-icon-before .fa {
	margin-right: 10px
}

.no-products-found {
	font-weight: 400;
}

.btn--share {
	background-color: transparent;
	color: var(--secondaryButtonsTextColor, #0066ff);
	border-color: var(--secondaryButtonsColor, #0066ff);
	margin-right: 5px;
	margin-bottom: 10px
}

.btn--share:focus,
.btn--share:not([disabled]):hover {
	opacity: 0.9;
}

/*=====================================================
=           BREADCRUMB SECTION                    =
=====================================================*/

ul.breadcrumb {
  padding: 10px 16px;
  list-style: none;
  background-color: var(--breadcrumbsColor, #e8e8e8);
  color: var(--breadcrumbsTextColor, #3a3a3a);
}

@media (min-width: 1024px) {
	ul.breadcrumb {
	  width: 570px;
	}
}
  
ul.breadcrumb li {
  display: inline;
  font-size: 15px;
}

ul.breadcrumb li+li:before {
  padding: 8px;
  content: "❰";
  font-weight: 600;
}

ul.breadcrumb li a {
  color: var(--breadcrumbsLinksColor, #0066ff);
  text-decoration: none;
  font-size: 15px;
}

ul.breadcrumb li a:hover {
  text-decoration: underline;
}

.swal-text {
	text-align: center!important;
}

.swal-button.swal-button--checkout:hover:hover,
.swal-button.swal-button--checkout:hover:focus
{
	background-color: var(--buttonsColor, #3a3a3a)!important;
	color: var(--buttonsTextColor, #fff)!important;
	opacity: 0.9;
}
.swal-button.swal-button--close:hover,
.swal-button.swal-button--close:focus
{
	background-color: transparent;
	border-color: var(--secondaryButtonsColor, #0066ff)!important;
	color: var(--secondaryButtonsTextColor, #0066ff)!important;
	opacity: 0.9;
}

.swal-modal{
	background-color: var(--backgroundColor, #ffffff)!important;
}

/* ===== Testimonials CSS ===== */

.star-rate {
	color: var(--reviewsColor, #FFD700);
}

.badge-rate {
	color: var(--themeColor, #0066ff);
}

.testimonial {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
  }
  .testimonial-slide {
	padding: 40px 20px;
  }
  .testimonial_box {
	cursor: pointer;
  }
  .testimonial_box-top {
	padding: 30px;
	border-radius: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	text-align: center;
	border: solid #000;
  }
  .testimonial_box-icon {
	padding: 10px 0;
  }
  .testimonial_box-icon i {
	font-size: 25px;
  }
  .testimonial_box-text {
	padding: 10px 0;
  }
  .testimonial_box-text p {
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 0;
  }
  .testimonial_box-img {
	padding: 20px 0 10px;
	display: flex;
	justify-content: center;
  }
  .testimonial_box-img img {
	width: 70px;
	height: 70px;
	border-radius: 50px;
	border: 2px solid #e5e5e5;
  }
  .testimonial_box-name {
	padding-top: 10px;
  }
  .testimonial_box-name h4 {
	font-size: 20px;
	line-height: 25px;
	margin-bottom: 0;
  }
  .testimonial_box-job p {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 3px;
	line-height: 20px;
	font-weight: 300;
	margin-bottom: 0;
  }
  


/* ##### The End ##### */


.collapsible.accordion__collapsible {
	width: 100%;
	cursor: pointer;
  background-color:transparent;
  border:0;
  border-bottom:1px solid var(--textColor, #3a3a3a);
  .collapsible-header {
    background-color:transparent;
	padding: 10px;
    border:0;
    border-bottom:1px solid var(--textColor, #3a3a3a);
  }
}

.collapsible-text {
	font-size: 10pt;
	font-weight: 500;
	text-transform: uppercase;
}

.accordion__collapsible {
  position:relative;
  th {
    text-align:center;
    padding-left:1em;
  }
}

.overlay {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.7);
	transition: opacity 500ms;
	visibility: hidden;
	opacity: 0;
  }
  .overlay:target {
	visibility: visible;
	opacity: 1;
  }
  
  .popup {
	margin: 70px auto;
	padding: 20px;
	background: #fff;
	border-radius: 5px;
	width: 30%;
	position: relative;
	transition: all 5s ease-in-out;
  }
  
  .popup h2 {
	margin-top: 0;
	color: #333;
	font-family: Tahoma, Arial, sans-serif;
  }
  .popup .close {
	position: absolute;
	top: 20px;
	right: 30px;
	transition: all 200ms;
	font-size: 30px;
	font-weight: bold;
	text-decoration: none;
	color: #333;
  }
  .popup .close:hover {
	color: #06D85F;
  }
  .popup .content {
	max-height: 30%;
	overflow: auto;
  }
  
  @media screen and (max-width: 700px){
	.box{
	  width: 70%;
	}
	.popup{
	  width: 70%;
	}
  }

  .account-btn{
	padding: 8px 8px;
  }

  .order-box{
	width: 250px;
	padding: 10px;
	border: 5px solid var(--boxBorderColor, #ebebeb);
	margin: 0;
  }

  .order-date{
	font-size: 20px;
	color: var(--themeColor, #0066ff);
  }

  .header-icon{
	font-size: 15pt;
	color: var(--headerTextColor, #3a3a3a);
  }

  .stock-container {
    width: 100%;
    margin-bottom: 20px;
}

.stock-bar {
    height: 3px;
    background-color: var(--textColor, #3a3a3a);
    width: 100%;
    position: relative;
}

.stock-fill {
    height: 100%;
    background-color: var(--themeColor, #3a3a3a);
    width: var(--stock-level);
    position: absolute;
    top: 0;
    left: 0;
	animation: fillAnimation 2s ease forwards;
}

.stock-message {
    font-size: 15px;
    text-align: left;
	margin-bottom: 1px;
	text-transform: uppercase;
}

@media only screen and (max-width: 768px) {
    .stock-message {
        font-size: 13px;
    }
}


@keyframes fillAnimation {
    from {
        width: 100%;
    }
    to {
        width: var(--stock-level);
    }
}

.list-group {
	display: flex;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
  }

  .list-group-minimal .list-group-item {
	padding: 0;
	background: transparent;
	border: 0;
	font-size: 0.875rem;
  }

  .list-group-minimal .list-group-item + .list-group-item {
	margin-top: 0.2rem;
  }

  .bg-box {
	border: 2px solid var(--boxBorderColor, #ebebeb);
  }

  .input-combined {
	position: relative;
  }

  .input-combined .cart-form-control {
	position: relative;
	z-index: 10;
  }


  .quantity {
	display: inline-flex;
	height: 25px;
	border-radius: 4px;
	overflow: hidden;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

@media (min-width: 768px) {
	.quantity-cart {
	  margin-left: 10px;
	}
}
  

.quantity button {
	background-color: var(--buttonsColor, #3a3a3a);
	color: var(--buttonsTextColor, #fff);
	border: none;
	cursor: pointer;
	font-size: 15px;
	width: 30px;
	height: 100%;
	text-align: center;
	transition: background-color 0.2s;
	display: flex;
	align-items: center;
	justify-content: center;
}

  
  .quantity button:hover {
	opacity: 0.9;
  }
  
  .input-box {
	width: 40px;
	text-align: center;
	border: none;
	padding: 8px 10px;
	font-size: 16px;
	outline: none;
  }
  
  /* Hide the number input spin buttons */
  .input-box::-webkit-inner-spin-button,
  .input-box::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
  }
  
  .input-box[type="number"] {
	-moz-appearance: textfield;
  }


  .checkbox-wrapper-19 {
	display: flex;
	align-items: center;
	margin-top: 10px;
  }

  .checkbox-wrapper-19 input[type=checkbox] {
	display: none;
  }

  .checkbox-wrapper-19 label {
	display: flex;
	align-items: center;
	cursor: pointer;
  }

  .checkbox-wrapper-19 .check-box {
	height: 25px;
	width: 25px;
	background-color: transparent;
	border: 2px solid var(--formFieldsBorderColor, #000);
	border-radius: 5px;
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	transition: border-color ease 0.2s;
  }

  .checkbox-wrapper-19 .check-box::before,
  .checkbox-wrapper-19 .check-box::after {
	box-sizing: border-box;
	position: absolute;
	height: 0;
	width: 5px;
	background-color: #34b93d;
	display: inline-block;
	transform-origin: left top;
	border-radius: 5px;
	content: " ";
	transition: opacity ease 0.5s;
  }

  .checkbox-wrapper-19 .check-box::before {
	top: 18px;
	left: 10px;
	box-shadow: 0 0 0 1px #fff;
	transform: rotate(-135deg);
  }

  .checkbox-wrapper-19 .check-box::after {
	top: 9px;
	left: 1px;
	transform: rotate(-45deg);
  }

  .checkbox-wrapper-19 input[type=checkbox]:checked + label .check-box,
  .checkbox-wrapper-19 label .check-box.checked {
	border-color: #34b93d;
  }

  .checkbox-wrapper-19 input[type=checkbox]:checked + label .check-box::after,
  .checkbox-wrapper-19 label .check-box.checked::after {
	height: 12.5px;
	animation: dothabottomcheck-19 0.2s ease 0s forwards;
  }

  .checkbox-wrapper-19 input[type=checkbox]:checked + label .check-box::before,
  .checkbox-wrapper-19 label .check-box.checked::before {
	height: 30px;
	animation: dothatopcheck-19 0.4s ease 0s forwards;
  }

  .checkbox-wrapper-19 label span {
	margin-left: 10px;
  }

  @keyframes dothabottomcheck-19 {
	0% {
	  height: 0;
	}
	100% {
	  height: 12.5px;
	}
  }

  @keyframes dothatopcheck-19 {
	0% {
	  height: 0;
	}
	50% {
	  height: 0;
	}
	100% {
	  height: 30px;
	}
  }

  .checkout-textarea {
	border: 2px solid var(--boxBorderColor, #ebebeb)!important;
  }

  .cart-form-control {
	display: block;
	width: 100%;
	height: calc(1.5em + 1.75rem + 2px);
	padding: 0.875rem 0.875rem;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.5;
	color: var(--formFieldsTextColor, #3a3a3a);
	background-color: var(--formFieldsColor, #00000000);
	background-clip: padding-box;
	border: 1px solid var(--formFieldsBorderColor, #000);
	  border-top-color: var(--formFieldsBorderColor, #000);
	  border-right-color: var(--formFieldsBorderColor, #000);
	  border-bottom-color: var(--formFieldsBorderColor, #000);
	  border-left-color: var(--formFieldsBorderColor, #000);
	border-radius: 0;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }

  .input-combined button {
	position: absolute;
	right: 0;
	top: 0.3125rem;
	bottom: 0.3125rem;
	right: 0.3125rem;
	padding-top: 0;
	padding-bottom: 0;
	border: 0;
	  border-left-width: 0px;
	  border-left-style: none;
	  border-left-color: currentcolor;
	  color: var(--formFieldsTextColor, #3a3a3a);
	border-left: 1px solid var(--formFieldsBorderColor, #000);
	z-index: 10;
	background: var(--formFieldsColor, #00000000);
  }

  .shipping-cart{
	padding-top: 5px;
	font-size: 12px;
  }

  .fs-20 {
	font-size: 1.25rem !important;
	line-height: 1.4em;
	margin-bottom: 1.875rem !important;
  }

  .underlined {
	position: relative;
  }
  
  .underlined::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	border-bottom: 1px solid currentColor;
	transition: all 0.2s ease;
  }
  
  .underlined:hover::before {
	width: 0;
	left: 100%;
  }
  

  .btn-cart-checkout{
	height: 50px;
	width: 100%;
  }

  .cart-item {
	display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--boxBorderColor, #ebebeb);
  }

  .cart-item:first-child {
    	padding-top: 0;
	}

  .cart-item:last-child {
		padding-bottom: 0;
		border-bottom: none;
	}

  .cart-item-list{
	border-top: 2px solid var(--boxBorderColor, #ebebeb);
	border-bottom: 2px solid var(--boxBorderColor, #ebebeb);
  }

  .cart-item img {
	max-width: 5rem;
  }

  .dropdown span {
	font-weight: 550;
  }

  .cart-item-body {
	position: relative;
	flex: 1;
	padding-left: 0.9375rem;
  }

  .cart-item-title {
	margin-bottom: 0;
	font-size: 1rem;
  }

  .cart-item-meta {
	display: block;
	margin-top: 0.3125rem;
	font-size: 0.875rem;
	font-weight: 600;
  }

  .cart-item-meta * {
	display: inline-block;
  }

  .list[class*="-horizontal"] {
	display: inline-flex;
	flex-direction: row;
	margin-top: -0.3125rem;
  }

  @media (max-width: 767px) {
	.list[class*="-horizontal"] {
	  margin-top: 10px;
	}
  }
  

  p:last-child, blockquote:last-child, .alert:last-child, ul:last-child, ol:last-child {
	margin-bottom: 0;
  }

  .list {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
  }

  .cart-item-options {
	display: inline-block;
  }

  .cart-item-options a {
    font-size: 16pt;
    padding: 10px;
	cursor: pointer;
  }

  @media (max-width: 767px) {
	.cart-item-options a {
		margin-left: -30px;
	}
  }  

  .cart-item .dropdown-toggle {
	font-size: 0.875rem;
  }

  @media (max-width: 767px) {
	aside {
	  margin-top: 50px;
	}
  }
  

  .gutter-1 {
	margin: -5px;
  }

  .gutter-1 > * {
	margin-bottom: 0 !important;
	padding: 5px;
  }

  @media (min-width: 1200px) {
	.p-lg-3 {
	  padding: 1.875rem !important;
	}
  }

  .mb-1, .my-1 {
	margin-bottom: 0.625rem !important;
  }

  .form-label-group {
	position: relative;
  }

  .form-label-group input:not(:placeholder-shown) {
	padding-top: -5.7rem;
	padding-bottom: 0;
  }

  .form-label-group input:not(:placeholder-shown) ~ label {
	padding-top: 0.625rem;
	padding-bottom: 0;
	font-size: 0.75rem;
  }

  .checkout-form-control {
	display: block;
	width: 100%;
	height: calc(1.5em + 1.75rem + 2px);
	padding: 0.875rem 0.875rem;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.5;
	color: var(--formFieldsTextColor, #3a3a3a);
	background-color: transparent;
	background-clip: padding-box;
	border: 1px solid var(--boxBorderColor, #ebebeb);
	  border-top-color: var(--boxBorderColor, #ebebeb);
	  border-right-color: var(--boxBorderColor, #ebebeb);
	  border-bottom-color: var(--boxBorderColor, #ebebeb);
	  border-left-color: var(--boxBorderColor, #ebebeb);
	border-radius: 0;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }

  .discounted {
	color: #d20000!important;
  }

  .coupon {
	text-transform: uppercase;
  }

  fieldset {
	border: 2px solid var(--boxBorderColor, #ebebeb)!important;
	min-width: 0;
	padding: 0;
	margin: 0;
	  margin-bottom: 0px;
	border: 0;
  }

  fieldset .row {
	position: relative;
	margin: 0 !important;
  }

  fieldset .row [class*="col"] {
	padding: 0;
  }

  fieldset .checkout-form-control, fieldset .custom-select {
	border-color: transparent;
  }

  .checkout-form-control-lg {
	height: calc(1.5em + 2.5rem + 2px);
	padding: 1.25rem 1.25rem;
	  padding-bottom: 1.25rem;
	font-size: 0.875rem;
	line-height: 1.5;
  }

  
  .form-label-group > label {
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
	  transition-delay: 0s;
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	transition-delay: 0s;
	position: absolute;
	top: 1px;
	left: 1px;
	display: block;
	width: 100%;
	margin-bottom: 0;
	padding: 1.25rem 1.25rem;
	pointer-events: none;
	font-size: 0.875rem;
	color: var(--formFieldsTextColor, #3a3a3a);
	cursor: text;
  }

  fieldset .select-frame {
	padding: 0.625rem;
  }

  fieldset .form-control, fieldset .custom-select {
	border-color: transparent;
  }

  fieldset .row:not(:first-child)::before {
	content: "";
	position: absolute;
	top: 0;
	left: 1.25rem;
	right: 1.25rem;
	display: block;
	height: 1px;
	background-color: #cecece;
  }

  fieldset .row [class*="col"]:not(:first-child)::before {
	content: "";
	position: absolute;
	top: 0.625rem;
	bottom: 0.625rem;
	display: block;
	width: 1px;
	background-color: #cecece;
  }

  	input.checkout-form-control:focus {
		outline: none;
		border-color: transparent;
	}

  .custom-control-label::before, .custom-file-label, .custom-select {
	transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }



  .custom-select-lg {
	height: calc(1.5em + 2.5rem + 2px);
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
	padding-left: 1.25rem;
	font-size: 0.875rem;
  }

  .custom-select {
	display: inline-block;
	width: 100%;
	height: calc(1.5em + 1.75rem + 2px);
	padding: 0.875rem 1.875rem 0.875rem 0.875rem;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.5;
	color: var(--formFieldsTextColor, #3a3a3a);
	vertical-align: middle;
	background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23555555' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.875rem center/8px 10px;
	border: 1px solid var(--boxBorderColor, #ebebeb);
	border-radius: 0;
	appearance: none;
  }

  .select2-hidden-accessible {
	border: 0 !important;
	clip: rect(0 0 0 0) !important;
	-webkit-clip-path: inset(50%) !important;
	clip-path: inset(50%) !important;
	height: 1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
	white-space: nowrap !important;
  }


  .select2 {
	width: 100% !important;
  }

  .select2-container {
	box-sizing: border-box;
	display: inline-block;
	margin: 0;
	position: relative;
	vertical-align: middle;
  }

  fieldset .select-frame .select2 .select2-selection {
	height: calc(1.5em + 1.25rem + 2px);
	padding: 0.625rem;
	border-color: transparent;
  }

  .select2 .select2-selection {
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
	  transition-delay: 0s;
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	transition-delay: 0s;
	font-size: 0.875rem;
	height: calc(1.5em + 1.75rem + 2px);
	padding: 0.875rem 0.875rem;
	border-radius: 0 !important;
	font-weight: 400;
	border: 1px solid #cecece;
	  border-top-color: rgb(206, 206, 206);
	  border-right-color: rgb(206, 206, 206);
	  border-bottom-color: rgb(206, 206, 206);
	  border-left-color: rgb(206, 206, 206);
	background-color: transparent;
  }

  .select2-container .select2-selection--single {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	height: 28px;
	user-select: none;
	-webkit-user-select: none;
  }

  .select2 .select2-selection .select2-selection__rendered {
	padding: 0;
	line-height: 1.5;
	color: #000;
  }

  .select2-container .select2-selection--single .select2-selection__rendered {
	display: block;
	padding-left: 8px;
	padding-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
  }

  .select2 .select2-selection {
	font-size: 0.875rem;
	font-weight: 400;
  }

  .select2-container .select2-selection--single {
	cursor: pointer;
  }

  .select2 .select2-selection .select2-selection__arrow {
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	transform: translate(0, -50%);
	top: 50%;
	right: 0.875rem;
  }

  .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 26px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px;
  }

  .select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #888 transparent transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0 4px;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0;
  }

  fieldset .select-frame .select2 .select2-selection[aria-expanded="true"] {
  background: #fff;
  border-color: #000;
}

  .select2 .select2-selection {
	font-size: 0.875rem;
	font-weight: 400;
  }

  .select2-container .select2-selection--single {
	cursor: pointer;
  }
  .custom-choice {
    width: 100%;
    padding: 0;
    cursor: pointer;
}

.custom-choice + .custom-choice {
    margin-top: 1.25rem;
    padding-top: 1.25rem;
    border-top: 1px solid #cecece;
}

.custom-control {
    position: relative;
    z-index: 1;
    display: block;
    min-height: 1.5rem;
}

.custom-control .custom-control-input {
    cursor: pointer;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0;
}

.custom-choice .custom-control-label {
    width: 100%;
    padding: 0 1.875rem 0 0;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.custom-control .custom-control-label {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
    font-size: 0.875rem;
    display: flex;
    align-items: center;
    position: relative;
}

.custom-control .custom-control-input:checked ~ .custom-control-label::before {
    background-color: transparent;
    border-color: var(--optionCheckedColor,#4d4646);
    border-width: 8px;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: var(--optionCheckedColor,#4d4646);
    background-color: var(--optionCheckedColor,#4d4646);
}

.custom-choice .custom-control-label::before, 
.custom-choice .custom-control-label::after {
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
    right: 0;
    left: auto!important;
    border-radius: 50%;
    position: absolute;
}

.custom-control .custom-control-label::before {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
    left: -1.5625rem;
    border: 1px solid #cecece;
    border-top-width: 1px;
    border-top-color: rgb(206, 206, 206);
    border-right-width: 1px;
    border-right-color: rgb(206, 206, 206);
    border-bottom-width: 1px;
    border-bottom-color: rgb(206, 206, 206);
    border-left-width: 1px;
    border-left-color: rgb(206, 206, 206);
    position: absolute;
    transform: translateY(-50%);
}

.custom-control-label::before {
    position: absolute;
    top: 50%;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: transparent;
    border: #888888 solid 1px;
    transform: translateY(-50%);
}

.custom-choice .custom-choice-title {
    font-size: 1rem;
    margin-bottom: 0.3125rem;
    cursor: pointer;
}

.payment-details{
	font-size: 12px;
}

.g-recaptcha{
	margin-bottom: -15px;
}

.modify-password-grid {
	margin-top: -15px;
	margin-bottom: 10px;
}

.btn-checkout-digital {
    max-width: 100%;
	width: 100%;
    display: inline-block;
    text-align: center;
    padding: 10px 20px;
    color: #fff!important;
	margin: 2px 0;
	cursor: pointer;
}

.btn-checkout-digital.paypal {
	background-color: #003087;
}
.btn-checkout-digital.stripe {
	background-color: #635bff;
}
.btn-checkout-digital.coinbase {
	background-color: #0052fe;
}

.checkout-product-image-div {
	position: relative;
	display: inline-block;
}
.checkout-product-image {
	width: 30px;
	height: 30px;
}
.order-product-image {
	max-width: 100%;
	height: auto;
	max-height: 50px;
}
.order-product-image-amount {
	left: 40px!important;
}
.checkout-product-image-amount {
	position: absolute;
	top: -10px;
	left: 25px;
	background-color: var(--themeColor);
	color: white;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	text-align: center;
	font-size: 10px;
	line-height: 15px;
	font-weight: 600;
}
.checkout-product-name {
	font-size: 13px;
}
.checkout-product-variants {
	font-size: 11px;
}

.additional_message_product {
	font-size: 12px;
	margin-bottom: 0;
	font-weight: 600;
	text-align: center;
	width: 100%;
}

/*=====================================================
=               COLLECTIONS SECTION               =
=====================================================*/

.container-collections {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 20px;
}

.collection-card {
	position: relative;
	display: block;
	width: 100%;
	max-width: 400px;
	border-radius: 10px;
	overflow: hidden;
	text-decoration: none;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	transition: transform 0.3s;
}

.collection-card img {
	width: 100%;
	height: auto;
	display: block;
}

.text-overlay {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	background: rgba(0, 0, 0, 0.5);
	padding: 6px 0 2px 0;
}

.text-overlay h3 {
	margin: 0;
	font-size: 1rem;
	color: #fff;
	position: relative;
	display: inline-block;
	text-transform: uppercase;
	overflow: hidden;
}

.text-overlay h3::before {
	content: "";
	position: absolute;
	color: #fff;
	width: 100%;
	height: 1px;
	bottom: 0;
	left: 0;
	background-color: currentColor;
	visibility: hidden;
	transform: scaleX(0);
	transform-origin: left;
	transition: all 0.3s ease-in-out;
}

.collection-card:hover .text-overlay h3::before {
	visibility: visible;
	transform: scaleX(1);
}

/*Small hover effect
.collection-card:hover {
	transform: translateY(-5px);
}*/

@media (min-width: 768px) {
	.collection-card {
		width: 30%;
	}
}

@media (max-width: 767px) {
	.collection-card {
		width: 100%;
	}
}

/*=====================================================
=                   BANNER SECTION                    =
=====================================================*/

.banner {
	margin-top: -17px;
    position: relative;
    height: 55vh;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 5%;
    text-align: left;
	margin-bottom: 50px;
	background-color: var(--bannerColor, #202938); /* Background color in case the image fails */
}

.banner-content {
    z-index: 2;
    max-width: 40%;
}

.banner h1 {
	color: var(--bannerTextColorH, #fff);
    font-size: 2.5em;
    margin-bottom: 20px;
}

.banner p {
	color: var(--bannerTextColorP, #fff);
    font-size: 1.2em;
    margin-bottom: 40px;
}

.cta-button {
    padding: 15px 30px;
    background-color: transparent;
	text-transform: uppercase;
	border: var(--bannerButtonColor, #fff) solid 2px;
    color: var(--bannerButtonColor, #fff);
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.cta-button:hover {
    opacity: 0.5;
	color: var(--bannerButtonColor, #fff)!important;
}

/* Desktop background image */
.banner {
    background-image: url('https://bordamos.es/storage/app/banners/escritorio.jpg');
}

/* Tablets (iPad) */
@media (max-width: 1024px) {
    .banner {
        background-image: url('https://tuk-cdn.s3.amazonaws.com/can-uploader/banner_11_ipad.png');
        justify-content: center;
        padding-left: 0;
        text-align: center;
    }

    .banner-content {
        max-width: 70%;
    }

    .banner h1 {
        font-size: 2em;
    }

    .banner p {
        font-size: 1.1em;
    }
}

/* Mobiles */
@media (max-width: 768px) {
    .banner {
        background-image: url('https://bordamos.es/storage/app/banners/mobile.jpg');
        flex-direction: column;
        justify-content: flex-end;
        text-align: center;
        height: auto;
		min-height: 70vh;
        padding: 20px;
		margin-top: 8px;
    }

    .banner-content {
        max-width: 100%;
        padding-bottom: 40px;
    }

    .banner h1 {
        font-size: 1.8em;
    }

    .banner p {
        font-size: 1em;
    }

    .cta-button {
        padding: 12px 95px;
    }
}

/* Small devices with dense screens */
@media only screen and (max-width: 390px) {
    .banner h1 {
        font-size: 1.6em;
    }

	.banner p {
        font-size: 0.9em;
    }

	.banner-content {
		padding-bottom: 5px;
	}
}

/*=====================================================
=                   FEATURES SECTION                    =
=====================================================*/


.features {
	margin-bottom: 30px;
}

.feature-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.feature-box {
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    max-width: 380px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
}

.feature-box .feature-icon {
	color: var(--themeColor, #0066ff);
    font-size: 60px;
    margin-bottom: 10px;
}

.feature-box h3 {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 10px;
}

.feature-box p {
    font-size: 16px;
}

/* Responsive design */
@media (min-width: 768px) {
    .feature-box {
        width: 30%; /* Esto asegura 3 cajas por fila en pantallas más grandes */
    }
}

@media (max-width: 767px) {
    .feature-box {
        width: 100%; /* En móviles será de 1 por fila */
    }
}

/*=====================================================
=           PRODUCT COUNTER COLLECTION SECTION                    =
=====================================================*/

.product-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    position: relative; /* Necesario para usar ::before */
    margin-bottom: 30px;
}

.product-container::before {
    content: '';
    position: absolute;
    top: 0; /* Posiciona el borde en la parte superior */
    left: 50%; /* Centramos el borde horizontalmente */
    transform: translateX(-50%); /* Movemos el borde a la izquierda para centrarlo completamente */
    width: 100vw; /* Hace que el borde ocupe todo el ancho de la ventana */
    height: 1px;
    border-bottom: 2px solid var(--boxBorderColor, #ebebeb);
}

.product-container::after {
    content: '';
    position: absolute;
    bottom: 0; /* Posiciona el borde en la parte inferior */
    left: 50%; /* Igual que el borde superior */
    transform: translateX(-50%);
    width: 100vw;
    height: 1px;
    border-top: 2px solid var(--boxBorderColor, #ebebeb);
}


.product-count {
    font-size: 16px;
    text-transform: lowercase;
}

.product-sort {
    padding: 5px;
    font-size: 14px;
}

.filters-sorting-select {
    position: relative;
    padding-right: 30px;
}

.select-container {
    position: relative;
    display: inline-block;
}

.select-container select {
    padding-right: 30px;
}

.select-container .fa {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    padding-right: 15px;
    font-size: 12pt;
}

/* Media query para móviles */
@media (max-width: 768px) {
    .product-container {
        flex-direction: column-reverse; /* Cambia el orden para que el contador quede debajo */
        align-items: center; /* Centra los elementos */
    }

    .product-count {
        margin-top: 10px; /* Añade espacio entre el selector y el contador */
        text-align: center; /* Centra el texto del contador */
		font-size: 14px;
    }

    .product-sort {
        margin-top: 10px;
        width: 100%;
    }

    .filters-sorting-select {
        font-size: 14px;
        width: 100%; /* Asegura que el selector ocupe todo el ancho */
    }

    .select-container {
        width: 100%; /* El contenedor del selector también ocupa el 100% del ancho */
    }

    .select-container .fa {
        right: 10px; /* Ajusta el icono */
    }
}

/*=====================================================
=           FOOTER SECTION                    =
=====================================================*/
footer {
    background-color: var(--footerColor, #000);
    color: var(--footerContentColor, #fff);
}

.footer-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer-section {
    flex: 1;
    margin: 10px;
    width: 100%;
}

.footer-section h3 {
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: 500;
}

.footer-section ul {
    list-style: none;
    transition: max-height 0.4s ease-out;
}

.footer-section .collapsible-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out;
}

.footer-section.open .collapsible-content {
    max-height: 200px;
}

.social-media {
    order: 4;
    display: flex;
    justify-content: flex-end;
	width: 100%;
}

.social-media ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}

.social-media ul li {
    margin-left: 15px;
}

.social-media ul li a {
    font-size: 20px;
	color: var(--footerContentColor, #fff);
}

.social-media ul li a:hover {
	color: var(--footerContentColorHover, #b3b3b3);
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

@media (min-width: 769px) { /* Desktop */
	footer {
        padding-right: 250px;
        padding-left: 250px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

	.footer-bottom {
		margin-top: 5px;
	}

	.footer-section .collapsible-content {
        max-height: none;
    }
	.social-media {
        order: 1;
        justify-content: flex-start;
		margin-top: 5px;
    }
}

.footer-section ul li {
    margin-bottom: 5px;
}

.footer-section ul li a {
    text-decoration: none;
    font-weight: 200;
	font-size: 14px;
	color: var(--footerContentColor, #fff);
}

.footer-section ul li a:hover {
	color: var(--footerContentColorHover, #b3b3b3);
}

.footer-section ul li a .footer-icon {
    font-size: 15px;
    vertical-align: middle;
}

.footer-section .footer-form {
    display: flex;
    margin-top: 10px;
}

.input-container {
    display: flex;
    position: relative;
    width: 95%;
}

.footer-section .footer-form input {
    flex: 1;
    border: none;
    outline: none;
	border: 1px solid var(--footerContentColor, #fff);
	color: var(--footerContentColor, #fff);
	padding: 10px;
}

.footer-section .footer-form input::placeholder {
	color: var(--footerFormPlaceholder, #808080);
}

.footer-section .footer-form button {
	background-color: transparent;
    color: var(--footerContentColor, #fff);
    border: none;
    cursor: pointer;
    padding: 12px 15px;
    position: absolute;
    right: 0;
    top: 0;
}

.footer-section p {
    margin-top: 10px;
    font-size: 14px;
}

.language-selector {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.language-selector .left-icon {
    position: absolute;
    left: 5px;
    font-family: "Material Symbols Outlined";
    font-size: 20px;
}

.language-selector .right-icon {
    position: absolute;
    right: 15px;
    font-family: "Font Awesome 6 Pro";
    font-size: 10px;
    pointer-events: none;
}

.language-selector select {
    padding: 5px 30px;
    appearance: none;
    padding-left: 30px;
    padding-right: 30px;
	outline: none;
	border: none; 
	background-color: transparent;
	color: var(--footerContentColor, #fff);
}

.footer-bottom .language-selector {
    order: 2;
    margin-bottom: 10px;
    width: auto;
    text-align: right;
}

.footer-bottom .payments {
    order: 3;
    width: auto;
    text-align: right;
}

.footer-bottom .payments img {
    margin-right: 5px;
	width: 50px;
}

.footer-bottom p {
    font-size: 14px;
    margin-top: 10px;
    order: 1;
    text-align: center;
}

@media (min-width: 768px) and (max-width: 1024px) { /* IPADS (HORIZONTAL & VERTICAL) */
	footer {
		padding-right: 22px;
		padding-left: 22px;
		padding-top: 20px;
		padding-bottom: 20px;
	}
}  

@media (max-width: 768px) { /* Mobile */
	.footer-bottom .language-selector {
		order: 1;
	}

	.footer-section p {
		text-align: center;
	}

    .social-media {
        order: 1;
        justify-content: center;
		width: 100%; 
    }

    .social-media ul {
        display: flex;
        justify-content: center;
		width: 100%; 
    }

    .social-media ul li {
        margin: 0 10px;
    }

	.footer-bottom .language-selector {
        order: 2;
        margin: 10px 0 0 10px;
        width: auto;
        text-align: center;
    }

	.footer-bottom .payments {
		order: 3;
		text-align: center;
  		margin-left: 20px;
  		margin-top: 15px;
	}

	.footer-bottom p {
		order: 4;
	}

    .footer-container {
        flex-direction: column;
        align-items: flex-start;
    }

    footer {
        padding: 20px 40px 20px 20px;
    }

    .footer-section {
        margin-bottom: 20px;
        border-bottom: 1px solid var(--footerContentColor, #fff);
    }

	.input-container {
		width: 100%;
	}

    .footer-section.open .collapsible-content {
        max-height: 200px;
    }

    .footer-bottom {
        flex-direction: column;
        text-align: center;
		align-items: center;
    }

    .footer-bottom .payments img {
        margin-bottom: 10px;
		width: 40px;
    }

	.footer-section h3 {
		font-size: 16px;
	}

	.footer-section h3::after {
        content: " \f078";
        float: right;
		font-family: "Font Awesome 6 Pro";
    }

    .footer-section.open h3::after {
        content: " \f077";
		font-family: "Font Awesome 6 Pro";
    }
}

/*=====================================================
=           NEWSLETTER POPUP                    =
=====================================================*/
.newsletter-popup {
    display: none; /* Ocultar el pop-up por defecto */
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7); /* Fondo oscuro con opacidad */
    justify-content: center; /* Centrar horizontalmente */
    align-items: center; /* Centrar verticalmente */
    animation: fadeIn 0.5s; /* Animación al aparecer */
}

.newsletter-popup-content {
    background-color: white;
    padding: 40px 70px;
    border-radius: 5px;
    text-align: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    transform: translateY(-50px); /* Inicia desde arriba */
    animation: slideIn 0.5s forwards; /* Animación al entrar */
    opacity: 0; /* Inicia invisible para la animación */
    position: relative; /* Para posicionar el botón de cerrar */
	margin-top: 100px;
}

.newsletter-popup-content h2 {
    font-size: 24px;
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
    letter-spacing: 3px;
    margin: 0 0 15px;
}

.newsletter-popup-content p {
    margin-bottom: 5px;
}

.newsletter-popup-content.show {
    opacity: 1; /* Visible al mostrar */
}

.newsletter-close-btn {
    cursor: pointer;
    font-size: 30px;
    position: absolute; /* Posicionamiento absoluto */
    top: 0; /* Espacio desde arriba */
    right: 0; /* Espacio desde la derecha */
	height: 40px;
	width: 40px;
	line-height: 40px;
	background: #000;
	color: #fff;
}

.newsletter-email {
    width: 80%;
    padding-left: 15px;
    margin: 20px 0;
    background: #EBEBEB none repeat scroll 0% 0%;
    border: medium none;
}

.newsletter-subscribe-btn {
    padding: 10px 20px;
    background-color: #0066ff;
	font-weight: 500;
	text-transform: uppercase;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.newsletter-subscribe-btn:hover {
    background-color: #024cba;
}

/* Estilos para adaptarse a todos los dispositivos */
@media only screen and (max-width: 768px) {
    .newsletter-popup-content {
        width: 90%;
		padding: 30px 5px;
    }
	.newsletter-popup-content h2 {
		margin: 15px 0 15px
	}
	.newsletter-popup-content p {
		font-size: 14px;
	}
}
