:root {
	--georgia: 'Georgia';
	--silk: 'Silk Serif';
	--blue: #0e40f2;
	--darkBlue: #082eb8;
	--yellow: #ffd14c;
	--black: #000;
	--dark-grey: #4a4a4a;
	--grey: #838383;
	--light-grey: #f7f8ff;
	--white: #fff
}

div,
p {
	font-size: 16px;
	font-family: inherit
}

p {
	font-weight: 400;
	line-height: 23px;
	letter-spacing: .1px
}

html {
	font-size: 62.5%
}

body {
	font-family: var(--georgia)
}

html {
	scroll-behavior: smooth
}

a,
a:hover {
	text-decoration: none;
	display: inline-block;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out
}

img {
	display: inline-block;
	max-width: 100%
}

@media (min-width:1200px) {
	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl {
		max-width: 1220px
	}
}

.fixedNavbar {
	-webkit-transition: .3s linear;
	transition: .3s linear
}

.fixedNavbar a.navbar-brand img {
	height: 100px;
	-webkit-transition: 1s linear;
	transition: 1s linear
}

a.navbar-brand img {
	-webkit-transition: 1s linear;
	transition: 1s linear
}

.topNav {
	margin-bottom: 10px
}

.topNav .topSocial li a {
	font-size: 20px
}

.topNav a {
	color: #707070;
	font-size: 14px
}

.topNav a:hover {
	color: #1a4d00
}

.topNav .joinDiscountLink {
	font-style: italic;
	border-right: 1px solid #707070;
	padding-right: 8px;
	margin-right: 5px
}

.navbar {
	position: relative;
	-webkit-transition: .3s linear;
	transition: .3s linear;
	top: 0;
	width: 100%;
	z-index: 999999;
	-webkit-box-shadow: 0 0 10px #ccc;
	box-shadow: 0 0 10px #ccc
}

.navbar-nav .nav-item .nav-link {
	color: #3a3a3a;
	font-size: 18px;
	margin: 0 8px;
	font-weight: 300
}

.navbar-nav .nav-item .nav-link:hover {
	color: #1a4d00
}

.owl-banner {
	position: relative
}

.owl-banner .owl-dots {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 10px
}

.owl-banner .container {
	position: absolute;
	left: 5%;
	top: 0;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.owl-banner .container .caption {
	background-color: #fff;
	max-width: 656px;
	padding: 30px
}

.owl-banner .container .caption h1 {
	font-size: 30px;
	color: #1a4d00;
	font-style: italic;
	font-weight: 700;
	margin-bottom: 20px
}

.owl-banner .container .caption p {
	font-size: 18px;
	font-family: var(--silk);
	color: #202020
}

.owl-banner .container .caption-btn {
	margin-top: 40px
}

.owl-banner .container .caption-btn .btn-bordered {
	margin-left: 20px
}

.caption-btn .btn {
	font-size: 18px;
	background-color: #1a4d00;
	border: 2px solid #1a4d00;
	color: #fff;
	border-radius: 0;
	font-weight: 300!important;
	padding: 10px 30px
}

.caption-btn .btn::after {
	background: url(../images/arrowRight.png) no-repeat right center;
	content: '';
	width: 26px;
	height: 16px;
	display: inline-block;
	margin-left: 10px;
	position: relative;
	top: 3px;
	-webkit-transition: .3s linear;
	transition: .3s linear
}

.caption-btn .btn:hover {
	color: #fff
}

.caption-btn .btn:hover::after {
	margin-left: 15px
}

.caption-btn .btn.btn-bordered {
	background-color: transparent;
	border-color: #fff
}

.btn {
	font-size: 18px;
	background-color: #1a4d00;
	border: 2px solid #1a4d00;
	color: #fff;
	border-radius: 0;
	padding: 10px 30px
}

.btn::after {
	background: url(../images/arrowRight.png) no-repeat right center;
	content: '';
	width: 26px;
	height: 16px;
	display: inline-block;
	margin-left: 10px;
	position: relative;
	top: 3px;
	-webkit-transition: .3s linear;
	transition: .3s linear
}

.btn:hover {
	color: #fff
}

.btn:hover::after {
	margin-left: 15px
}

.btn.btn-bordered {
	background-color: transparent;
	border-color: #fff
}

.milestones {
	background-color: #dff4ef;
	padding: 60px 0
}

.milestones h4 {
	font-size: 20px;
	color: #1a4d00;
	font-weight: 700;
	margin-bottom: 10px
}

.border-right {
	border-right: 1px solid #ccc
}

.mileLorem {
	background-color: #fff
}

.mileLorem h2 {
	font-size: 42px;
	color: #1a4d00;
	font-weight: 500
}

.fragrance {
	text-align: center
}

.fragrance h5 {
	font-size: 28px
}

.fragrance h2 {
	color: #1a4d00;
	font-size: 56px;
	margin-bottom: 20px
}

.fragrance .fragBox {
	background-color: #fff;
	padding: 50px 15px 88px;
	/*height: 100%;*/
	
}


.pe-0 .fadeInUp {
    transform: translateY(0px);
   }


/*.mileBox.ms-3 {
    min-height: 160px;
}*/

.fragrance .fragBox p {
	font-size: 24px;
	line-height: 1.5;
	margin-bottom: 20px
}

.simpleSliderArea {
	text-align: center
}

.simpleSliderArea header {
	margin-bottom: 50px
}

.simpleSliderArea .owl-simple::before {
	content: '';
	background: url(../images/effectBg.png) no-repeat top;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	background-size: 72%;
	width: 100%;
	background-position: 64% 20%
}

.simpleSliderArea h2 {
	font-size: 30px
}

.simpleSliderArea img {
	height: 342px;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%
}

.simpleSliderArea h4 {
    margin: 20px 0 10px;
}

.simpleSliderArea h4 a {
	color: #1a4d00
}

.mileBox.ms-3.headship {
    margin-bottom: 35px;
}

.mileBox.ms-3.headmile {
    margin-bottom: 12px;
}

.extensivePerfume .extensiveBox::before {
	background-color: #fff;
	left: 160px;
	top: -30px;
	height: 110%;
	width: 100%;
	content: '';
	position: absolute
}

.extensivePerfume h2 {
	font-size: 27px;
	color: #1a4d00;
	font-weight: 700;
	position: relative;
	z-index: 1;
	white-space: pre;
	margin: 10px 0 20px
}

.extensivePerfume h5 {
	font-size: 24px;
	font-style: italic;
	position: relative;
	z-index: 1;
	margin-top:0px
}

.extensivePerfume p {
	font-size: 20px;
	font-family: var(--silk);
	position: relative;
	z-index: 1;
	line-height: 35px;
	margin: 0;
}

section.milestones .fadeInUp {
    transform: translateY(0px);
   }


.extensivePerfume figure {
	position: relative;
	-webkit-transition: .3s linear;
	transition: .3s linear;
	z-index: 2;
	margin-bottom: 20px
}

.extensivePerfume figure:hover {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
	-webkit-box-shadow: 0 10px 10px rgba(10, 0, 0, .3);
	box-shadow: 0 10px 10px rgba(10, 0, 0, .3)
}

.extensivePerfume figure:hover figcaption {
	bottom: 20px
}

.extensivePerfume figcaption {
	background-color: rgba(255, 255, 255, .808);
	position: absolute;
	bottom: 15px;
	width: 90%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	text-align: center;
	padding: 20px 0;
	border-radius: 4px;
	-webkit-transition: .3s linear;
	transition: .3s linear
}

.extensivePerfume h4 {
	margin: 0
}

.extensivePerfume h4 a {
	font-size: 21px;
	color: #1a4d00;
	font-weight: 700
}



.extensivePerfume .extensiveBoxRow {
	margin-top: 50px
}

.extensivePerfume .extensiveBoxRow .extensiveBox {
	padding-left: 30px;
    padding-bottom: 75px;
}

.extensivePerfume .extensiveBoxRow .extensiveBox::before {
	left: -160px
}

.extensivePerfume .btn {
	z-index: 2;
	position: relative;
	margin-top: 30px;
}

footer {
	background-color: #1a4d00;
	padding: 50px 0 20px
}

footer h3 {
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 30px
}

footer h3 hr {
	margin: 10px 0;
	width: 35%
}

footer ul li {
	margin: 15px 0
}

footer ul li a {
	color: #fff;
	font-size: 14px
}

footer ul li a:hover {
	padding-left: 5px;
	color: #fff
}

footer ul li a::before {
	background: url(../images/arrow.png) no-repeat center left;
	content: '';
	display: inline-block;
	width: 9px;
	height: 14px;
	margin-right: 5px
}

footer hr {
	background-color: #fff;
	opacity: 1;
	margin: 30px 0 30px
}

.offcanvas-body .form-control {
	font-size: 18px;
	height: 55px
}

.offcanvas-body .form-control:focus {
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none
}

.contactUs h2 {
	font-size: 30px;
	color: #1a4d00;
	font-weight: 700;
	margin-bottom: 30px
}

.contactUs h3 {
	font-size: 35px;
	color: #1a4d00;
	font-weight: 700;
	margin-top: 50px;
	margin-bottom: 20px
}

.contactUs p {
	line-height: 30px
}

.contactUs p a {
	color: #222
}

.contactUs p a:hover {
	color: #1a4d00
}

.contactUs form input.form-control,
.contactUs form select.form-control {
	font-size: 16px;
	border-radius: 0;
	height: 55px;
	padding-left: 35px
}

.contactUs form input.form-control option,
.contactUs form select.form-control option {
	font-size: 16px
}

.contactUs form input.form-control:focus,
.contactUs form select.form-control:focus {
	-webkit-box-shadow: none;
	box-shadow: none
}

.contactUs form textarea {
	border-radius: 0;
	padding-left: 35px;
	font-size: 16px
}

.contactUs form textarea:focus {
	-webkit-box-shadow: none;
	box-shadow: none
}

.contactUs form .mb-3 {
	position: relative
}

.contactUs form .mb-3 i,
.contactUs form .mb-3 svg {
	position: absolute;
	left: 10px;
	top: 20px;
	opacity: .5
}

.contactUs form .btn {
	padding: 10px 50px
}

.contactUs form .btn::after {
	display: none
}

.contactList ul.list-unstyled {
	max-width: 250px;
	text-align: left
}

.contactList ul.list-unstyled li {
	margin: 10px 0
}

.contactList ul.list-unstyled li i,
.contactList ul.list-unstyled li svg {
	color: #2196f3
}

.contactMap h3 {
	font-size: 35px;
	color: #1a4d00;
	font-weight: 700
}

.contactMap p {
	font-size: 24px;
	font-family: var(--silk);
	margin: 30px 0 20px
}

.contactMap address {
	font-size: 32px
}

.modal .btn-close {
	position: absolute;
	top: 15px;
	right: 15px
}

.modal form {
	margin-top: 20px
}

.modal form .form-control {
	font-size: 20px;
	font-family: var(--silk);
	height: 60px;
	margin-bottom: 20px;
	padding-left: 35px
}

.modal form .form-control:focus {
	-webkit-box-shadow: none;
	box-shadow: none
}

.modal form .mb-3 {
	position: relative
}

.modal form .mb-3 i,
.modal form .mb-3 svg {
	position: absolute;
	left: 10px;
	top: 22px;
	opacity: .7
}

.modal form .btn {
	margin-top: 10px
}

.modal .tab-content {
	padding: 15px
}

.modal .tab-content h2 {
	font-size: 34px;
	font-family: var(--silk);
	margin-top: 20px
}

.modal .tab-content p {
	font-size: 20px;
	line-height: 2
}

.modal .modal-body {
	padding: 0
}

.modal .modalBox {
	background-color: #1a4d00;
	padding: 15px;
	color: #fff
}

.modal .modalBox h3 {
	font-size: 34px;
	font-family: var(--silk);
	margin: 30px 0 20px
}

.modal .modalBox p {
	font-size: 2.2px;
	line-height: 35px
}

.modal .modalBox .nav-tabs {
	border: 0;
	margin-top: 50px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.modal .modalBox .nav-tabs button {
	border: 0;
	color: #fff
}

.modal .modalBox .nav-tabs button.nav-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.modal .modalBox .nav-tabs button.nav-link.active {
	display: none
}

.modal .modalBox .nav-tabs button span {
	border-radius: 30px;
	padding: 10px 40px;
	border: 2px solid #fff;
	color: #fff;
	margin-top: 20px
}

.shopList {
	background-color: #fff!important
}

.shopList figure a {
	width: 100%
}

.shopList figure a img {
	width: 100%;
	min-height: 410px;
	-o-object-fit: cover;
	object-fit: cover
}

.newShopList figure:hover figcaption .viewBtns {
	top: -47px;
	opacity: 1;
	z-index: 1
}

.newShopList figure a {
	width: 100%
}

.newShopList figure a img {
	width: 100%;
	min-height: 410px;
	-o-object-fit: cover;
	object-fit: cover
}

.newShopList figcaption {
	position: initial;
	-webkit-transform: unset;
	transform: unset;
	width: 100%;
	padding: 15px;
	position: relative;
	left: 0;
	bottom: 0!important
}

.viewBtns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-color: #fff;
	position: absolute;
	right: 0;
	top: 50px;
	-webkit-transition: .3s linear;
	transition: .3s linear;
	opacity: 0;
	z-index: -1
}

.viewBtns li:not(:last-child) {
	border-right: 1px solid #ccc
}

.viewBtns li .icon.swipe-to-top.modal_show {
	font-size: 24px;
	padding: 6px 10px
}

.viewBtns li .icon.swipe-to-top.modal_show svg {
	color: #1a4d00
}

.viewBtns li a {
	padding: 10px 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.viewBtns li a i,
.viewBtns li a svg {
	color: #1a4d00;
	font-size: 24px
}

.viewBtns li a img {
	width: auto!important;
	min-height: auto
}

.fragList figure h4 {
	font-style: italic
}

.fragList figure h3 {
	font-size: 22px;
	font-weight: 700;
	margin: 20px 0
}

.fragList figure .btn {
	width: auto;
	font-size: 16px;
	background-color: #1a4d00;
	border: 2px solid #1a4d00;
	color: #fff;
	border-radius: 0;
	padding: 10px 30px;
	font-weight: 500
}

.fragList figure .btn::after {
	display: none
}

.fragDetails {
	padding: 50px 0
}

.fragDetails h1 {
	font-size: 32px;
	font-weight: 700;
	color: #000
}

.fragDetails p {
	font-size: 20px;
	font-family: var(--silk);
	line-height: 1.5
}

.fragDetails form {
	margin: 20px 0
}

.fragDetails form .mb-3 .form-control {
	height: 60px;
	font-size: 18px;
	background: #eee;
	border: 0
}

.fragDetails form .mb-3 svg {
	position: absolute;
	right: 10px;
	top: 20px;
	opacity: .7;
	font-size: 20px
}

.fragDetails form .form-select {
	height: 60px;
	font-size: 18px;
	background: #eee
}

.fragDetails form .form-select option {
	font-size: 18px
}

.fragDetails form .frSelect {
	margin-bottom: 0!important
}

.fragDetails form .frSelect svg {
	opacity: .7;
	font-size: 20px;
	top: 15px;
	right: 20px
}

.fragDetails h5 {
	font-size: 22px;
	font-family: var(--silk);
	margin: 0
}

.product-detail h5 {
	font-size: 20px;
	font-weight: 700;
	color: #00ab5e
}

.product-detail h4 {
	color: #1a4d00;
	font-weight: 700;
	font-size: 26px
}

.product-detail h6 {
	font-size: 24px;
	font-family: var(--silk);
	margin: 20px 0
}

.product-detail h6 span {
	color: #005dff
}

.product-detail .btn-border {
	background: #fff;
	color: #1a4d00;
	border: 2px solid #1a4d00
}

.product-detail .btn-border::after {
	display: none
}

.product-detail .btn {
	height: 57px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.product-detail .btn-cart {
	margin-right: 10px
}

.product-detail .btn-cart::after {
	background: url(../images/btn-cart.png) no-repeat right;
	height: 26px;
	top: -5px
}

.product-detail .btn-cart:hover::after {
	-webkit-transform: rotateZ(20deg);
	transform: rotateZ(20deg)
}

.product-detail .quantityNumber {
	width: 50px;
	font-size: 16px;
	margin-left: 10px
}

.product-detail .proOptions {
	font-size: 18px;
	line-height: 1.5
}

.cartBg {
	background-color: #dff4ef;
	position: relative
}

.cartBg .btn-checkout {
	margin-top: 30px
}

.cartBg .btn-checkout:hover {
	background-color: #222!important
}

.cartBg .btn-checkout::after {
	display: none
}

.cartBg h4 {
	font-size: 22px;
	color: #1a4d00;
	font-weight: 700;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px
}

.cartBg .cartContent {
	padding: 15px
}

.cartBg::after {
	content: '';
	position: absolute;
	top: 0;
	background-color: #dff4ef;
	height: 100%;
	right: -100%;
	width: 100%
}

.cartContent h5 {
	font-size: 16px;
	font-family: var(--silk);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-style: normal
}

.shopingCartPadding {
	padding-right: 30px
}

.shopingCartPadding .btn::after {
	display: none
}

.shopingCartPadding .btn:hover {
	background-color: #222!important
}

.shopingCartPadding h3 {
	font-size: 28px;
	font-weight: 700;
	color: #1a4d00
}

.shopingCartPadding h3 span {
	font-size: 22px;
	color: #3a3a3a
}

.shopingCartPadding table tr {
	border: 0
}

.shopingCartPadding table tr th {
	padding: 15px 10px;
	border: 0;
	color: #777
}

.shopingCartPadding table tr td {
	padding: 20px 10px;
	border: 0
}

.shopingCartPadding table tr td a {
	color: #202020;
	font-family: var(--silk);
	font-size: 16px
}

.minus,
.plus {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: 30px;
	height: 30px;
	font-size: 20px;
	background-color: #eee;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer
}

.minus:focus,
.plus:focus {
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none
}

#quality {
	font-size: 18px;
	width: 50px;
	text-align: center
}

.personalInfo h3 {
	color: #1a4d00;
	font-size: 28px;
	font-weight: 700;
	margin-top: 50px
}

.personalInfo form label {
	min-width: 130px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: end
}

.personalInfo form .form-control {
	font-size: 16px;
	border-radius: 0;
	height: 51px;
	border: 0;
	border-bottom: 1px solid #ccc
}

.personalInfo form .form-control:focus {
	-webkit-box-shadow: none;
	box-shadow: none
}

.personalInfo form .cardDetails .form-control {
	border: 1px solid #ccc
}

.personalInfo form .form-check-input:checked[type=radio]+label {
	background-color: transparent;
	-webkit-box-shadow: 0 0 0 2px green;
	box-shadow: 0 0 0 2px green
}

.personalInfo form .form-check {
	margin: 30px 0
}

.personalInfo form .form-check.debitCardDefault label {
	min-height: auto;
	background-color: transparent;
	padding: 0
}

.personalInfo form .form-check label {
	background-color: #f6f6f6;
	padding: 20px 10px;
	min-height: 150px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	cursor: pointer
}

.checkoutBox {
	max-width: 800px
}

.productListOne {
	list-style: none
}

.productListOne li {
	margin: 12px 0;
	padding: 0 10px
}

.productListOne li a {
	background-color: #fff;
	padding: 17px 10px;
	width: 100%;
	position: relative;
	padding-left: 30px;
	font-weight: 700;
	font-size: 20px;
	border: 1px solid #d4d2d2;
	color: #1a4d00;
	border-radius: 2px
}

.productListOne li a:hover {
	color: #fff;
	padding-left: 35px;
	background-color: #1a4d00
}

.productListOne li a:hover::before {
	background-color: #fff
}

.productListOne li a::before {
	position: absolute;
	background-color: #1a4d00;
	width: 7px;
	height: 7px;
	border-radius: 100%;
	content: '';
	left: 15px;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.btn-load {
	padding: 10px 70px
}

.btn-load:hover {
	background-color: #222!important
}

.btn-load::after {
	display: none!important
}

.btn-search {
	background-color: #fff;
	border: 0
}

.fragrances-search {
	margin-bottom: 30px
}

.fragrances-search .btn-search {
	padding: 10px 20px
}

.fragrances-search .form-control {
	border: 0;
	font-size: 16px
}

.fragrances-search .form-control:focus {
	-webkit-box-shadow: none;
	box-shadow: none
}

.fragrances-search .fragSearchContent {
	padding-left: 30px
}

.simpleBox {
	margin-top: 40px
}

.simpleBox img {
	-webkit-transition: .2s cubic-bezier(.175, .885, .32, 1.275);
	transition: .2s cubic-bezier(.175, .885, .32, 1.275)
}

.simpleBox img:hover {
	outline: 2px solid #1A4D00
}

.simpleBox span {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #1a4d00;
	color: #fff;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 26px;
	position: absolute;
	top: -20px;
	left: 10px;
	font-family: var(--silk)
}

.disclaimer {
	padding: 50px 0
}

.disclaimer h1 {
	text-align: center;
	font-size: 42px;
	color: #1a4d00;
	margin-bottom: 30px
}

.disclaimer p {
	font-family: var(--silk);
	font-size: 24px;
	line-height: 1.4
}

.storingFragrances .accordion-button {
	font-size: 24px;
	background-color: #dff4ef;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 20px 20px;
	font-weight: 700;
	color: #3a3a3a
}

.storingFragrances .accordion-item {
	border: 0
}

.storingFragrances .accordion-body {
	padding: 30px 10px
}

.storingFragrances .accordion-body p {
	margin-bottom: 20px
}

.storingFragrances ul {
	margin: 20px 0
}

.storingFragrances ul li {
	font-family: var(--silk);
	font-size: 24px;
	line-height: 1.4;
	position: relative;
	padding-left: 20px
}

.storingFragrances ul li::before {
	position: absolute;
	background-color: #1a4d00;
	width: 7px;
	height: 7px;
	border-radius: 100%;
	content: '';
	left: 5px;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.aboutUs p {
	margin-bottom: 30px
}

.aboutUs ul li {
	margin-bottom: 20px
}

.aboutUs ul li::before {
	top: 13px;
	-webkit-transform: unset;
	transform: unset
}

.faq h2 {
	font-size: 26px;
	margin-bottom: 20px
}

.faq .fedHoliday {
	line-height: 1.5
}

.privacy-policy h2 {
	font-size: 24px;
	margin-bottom: 20px;
	font-weight: 700
}

.termofUse ul {
	margin-bottom: 30px
}

.myAccount .col-md-3 {
	background-color: #dff4ef;
	position: relative;
	padding: 30px 0
}

.myAccount .col-md-3 ul li a {
	font-size: 24px;
	color: #111;
	display: block;
	padding: 10px 15px
}

.myAccount .col-md-3 ul li a:hover {
	display: block;
	background-color: #fff;
	color: #1a4d00
}

.myAccount .col-md-3 ul li a.active {
	background-color: #fff;
	color: #1a4d00;
	border-left: 3px solid #1a4d00
}

.myAccount .col-md-3::before {
	background-color: #dff4ef;
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: auto
}

.myAccountContent {
	margin-left: 30px
}

.myAccountContent h3 {
	color: #1a4d00;
	font-weight: 700;
	font-size: 28px;
	margin-top: 0
}

.myAccountContent label {
	color: #1a4d00;
	font-family: var(--silk);
	font-size: 20px
}

.myAccountContent .table tr th {
	border: 0
}

.myAccountContent .table tr td {
	padding: 20px 10px;
	border: 0
}

.myAccountContent .table tr td a {
	color: #222
}

.myAccountContent .saveTitle {
	margin: 30px 0 20px
}

.myAccountContent .dotMenu {
	position: absolute;
	top: 5px;
	right: 10px
}

.myAccountContent .dotMenu .dotMenuDropDow {
	position: absolute;
	top: 100%;
	background: #fff;
	border: 1px solid #eee;
	min-width: 140px;
	display: none
}

.myAccountContent .dotMenu .dotMenuDropDow ul {
	margin: 0
}

.myAccountContent .dotMenu .dotMenuDropDow ul li a {
	padding: 0 10px;
	color: #111;
	font-family: var(--silk);
	display: block
}

.myAccountContent .dotMenu .dotMenuDropDow ul li a:hover {
	display: block;
	background-color: #1a4d00;
	color: #fff
}

.myAccountContent .dotMenu:hover .dotMenuDropDow {
	display: block
}

.myAccountContent .dotMenu .dotMenuBtn {
	font-size: 12px;
	color: #222;
	width: 20px;
	text-align: right
}

.myAccountContent h3 a {
	font-size: 18px;
	color: #0021f5
}

.myAccountContent h3 a:hover {
	color: #1a4d00
}

.myAccountContent .form-check {
	position: relative;
	padding: 10px 40px;
	max-width: 600px
}

.myAccountContent .form-check p {
	margin: 0
}

.myAccountContent .form-check-input:checked[type=radio]+label {
	cursor: pointer
}

.myAccountContent .form-check-input:checked[type=radio]+label::before {
	background-color: #eee;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1
}

.myAccountContent .form-check-input:checked {
	background-color: #1a4d00;
	border-color: #1a4d00
}

.myAccountContent .form-check .form-check-input {
	position: relative;
	top: 5px
}

button#dropdownCartButton {
	background: 0 0;
	border: 0
}

.badge {
	color: #fff;
	background: #476536;
	border-radius: 0!important;
	font-weight: 300;
	line-height: 1.2;
	position: absolute;
	top: -10px;
	right: -10px;
	border: 0!important
}

button#dropdownCartButton::after {
	display: none
}

.shopping-cart {
	font-size: 14px;
	min-width: 300px;
	right: 0
}

a#back-to-top {
	position: fixed;
	right: 10px;
	z-index: 99;
	background: #222;
	bottom: 10px;
	font-size: 24px;
	padding: 0 14px 3px
}

a#back-to-top:hover {
	background-color: #1a4d00
}

ul.shopping-cart-items {
	list-style: none;
	padding: 0 7px
}

ul.shopping-cart-items li img {
	width: 50px;
	margin-right: 10px
}

ul.shopping-cart-items li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

ul.shopping-cart-items li span.item-summary {
	margin: 0
}

ul.shopping-cart-items li:not(:last-child) {
	margin-bottom: 20px
}

ul.shopping-cart-items li:last-child {
	display: block
}

span.item-summary {
	font-size: 16px;
	margin: 12px 0;
	display: block
}

ul.shopping-cart-items .btn {
	font-size: 13px;
	padding: 10px 20px
}

ul.shopping-cart-items .btn::after {
	background-size: 80%
}

ul.shopping-cart-items .item-detail {
	margin-left: 10px;
	width: 100%
}

ul.shopping-cart-items .item-detail h3.item-name {
	font-weight: 600;
	font-size: 14px
}

ul.shopping-cart-items .item-s {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

ul.shopping-cart-items .item-s a {
	color: #000
}

ul.shopping-cart-items .item-s a:hover {
	color: red
}

input.form-control.qty.form-control.quantityNumber {
	height: 65px;
	margin: 10px 30px;
	position: relative;
	left: 10px
}

.product-detail .quantityNumber svg {
	position: relative;
	left: 5px
}

.registration-process .form-control {
	font-size: 20px;
	font-family: var(--silk);
	height: 60px;
	margin-bottom: 20px
}

.registration-process label {
	display: inline-block;
	margin-bottom: 10px
}

ol.breadcrumb {
	margin: 20px 0
}

section.page-area.pro-content h4 {
	font-size: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 11px;
	font-weight: 600
}

.registration-process .input-group a {
	color: #111;
	text-decoration: underline
}

.registration-process .btn:hover {
	background: #111
}

.btn {
	text-decoration: none
}

.product-detail .quantityNumber {
	width: 50px;
	font-size: 16px;
	margin-left: 10px;
	-webkit-box-flex: unset!important;
	-ms-flex: unset!important;
	flex: unset!important;
	height: 45px!important
}

.item-quantity .btn {
	padding: 20px;
	height: 45px;
	top: -5px
}

.navbar-nav .badge-secondary {
	color: #fff;
	background-color: #1a4d00;
	border-radius: 50%;
	height: 25px;
	width: 25px
}

.quantityNumber {
	width: 60px!important;
	margin: 0 10px!important
}

.product-detail h4.d-flex.my-4 {
	margin: 0!important
}

.pro-counter .form-control.quantityNumber {
	width: 50px!important;
	top: 0;
	padding: 0;
	min-width: 50px
}

.pro-counter .form-control.quantityNumber.qtyminus {
	margin-left: 0!important
}

.pro-counter .form-control.quantityNumber:focus {
	background-color: #222;
	color: #fff
}

.pro-counter .form-control.quantityNumber:hover svg {
	color: #fff!important
}

.pro-counter .form-control.quantityNumber svg {
	left: 0!important
}

.pro-counter .form-control.quantityNumber::after {
	display: none!important
}

section.milestones.extensivePerfume.newShopList .btn-checkout {
	font-size: 18px;
	background-color: #1a4d00;
	border: 2px solid #1a4d00;
	color: #fff;
	border-radius: 0;
	padding: 10px 30px;
	font-weight: 500
}

.pro-options .attributes label {
	display: block
}

.pro-options .attributes .select-control {
	float: none;
	max-width: 420px
}

.pro-options .attributes .select-control::before {
	top: 20px
}

.pro-options .attributes.box.my-4 {
	margin-bottom: 0!important
}

.pro-options .box {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start!important;
	-ms-flex-align: start!important;
	align-items: flex-start!important;
	width: 100%
}

.pro-options .box label {
	display: block;
	margin-bottom: 10px!important
}

.pro-options .box .select-control {
	float: none;
	max-width: 320px
}

.pro-counter input.form-control.qty {
	width: 70px!important;
	-webkit-box-flex: unset;
	-ms-flex: unset;
	flex: unset;
	padding: 0
}

.pro-counter .btn::after {
	display: none!important
}

.viewBtns .btn-secondary {
	background: 0 0!important
}

.modal .modal-dialog .modal-body .pro-description .pro-counter .item-quantity .input-group-btn button {
	display: block;
	height: 30px;
	padding: 0 10px;
	font-size: 10px;
	border: 1px solid #dee2e6;
	margin: 0;
	top: 0
}

.pro-description form {
	margin-top: 0!important
}

.pro-description form .select-control {
	max-width: 420px!important
}

.pro-description form .select-control::before {
	top: 20px
}

.pro-description form .form-control {
	font-size: 20px;
	width: 420px!important
}

.pro-description form .form-control option {
	font-size: 20px!important
}

.pro-description form .form-control::before {
	top: 20px
}

.pro-description form#add-Product-form {
	margin: 0
}

ul.shopping-cart-items a.btn.btn-link.btn-block::after {
	display: none
}

ul.shopping-cart-items .btn-link {
	color: #fff!important
}

section.contact-content .form-start .btn svg {
	display: none
}

.shopingCartPadding table tr td:first-child {
	width: 20px
}

form#apply_coupon button#coupon-code {
	height: 42px;
	line-height: normal
}

.shopingCartPadding table tr th:last-child {
	text-align: center
}

.milestones .item-detail h4 {
	font-size: 16px
}

@media only screen and (min-width:1200px) {
	.milestones .container {
		max-width: 1270px
	}
}

.shopingCartPadding .viewBtns .swipe-to-top:before {
	display: none
}

.milestones+section.milestones.extensivePerfume.newShopList.pt-2.bg-white.overflow-hidden {
	padding-bottom: 0
}

.contactUs.shippingAddressAccount form .form-control {
	padding-left: 15px
}

.contactUs.shippingAddressAccount .select-control::before {
	bottom: 20px
}

.myAccountContent.contactUs .registration-process {
	padding: 0!important
}

.checkout-module .form-control {
	height: 55px!important;
	font-size: 16px
}

.page-heading-title h2 {
	text-transform: uppercase;
	margin: 0;
	color: #1a4d00;
	font-weight: 700;
	font-size: 28px;
	margin-top: 0
}

.checkout-area .checkout-module .checkoutd-nav .nav-item a[aria-selected=true] {
	color: #111;
	font-weight: 600
}

.checkout-area .checkout-module .checkoutd-nav .nav-item a {
	color: #222
}

.checkout-area .checkout-module .checkoutd-nav .nav-item a.active {
	color: #fff
}

.checkout-area .checkout-module .checkoutd-nav .nav-item a:hover {
	width: 100%
}

.review_box {
	padding: 5rem 0
}

.review_box h2 {
	font-size: 2.6rem;
	font-weight: 700;
	margin-bottom: 2rem
}

.review_box h3 {
	font-size: 2rem;
	font-weight: 700;
	margin: 3rem 0 2rem
}

.review_box .review_tag {
	color: #111;
	background-color: #eee;
	padding: 10px 40px;
	margin-right: 5px
}

.review_box .review_tag:hover {
	background-color: #222;
	color: #fff
}

.review_box .progress {
	width: 70%
}

.review_box .review_progress {
	margin-bottom: 1.5rem
}

.review_box .review_progress p {
	margin: 0
}

.review_box .review_progress .progress {
	height: 2rem
}

.review_box .reviewSelect {
	margin-top: 5rem
}

.review_box .reviewSelect select {
	width: 100px;
	background-color: #eee;
	font-size: 14px
}

.review_box h4 {
	font-size: 2.2rem;
	font-weight: 600;
	margin-bottom: 1.5rem
}

.review_box h4+h5 {
	font-size: 16px;
	margin-bottom: 1.5rem
}

.review_box h4+h5 img {
	margin-right: 10px
}

.review_box li {
	line-height: 1.5
}

.review_box hr {
	opacity: .2;
	margin: 2rem 0
}

.review_box .btn {
	background: #eee;
	border: 0;
	color: #111
}

.review_box .btn::after {
	display: none
}

.review_box .btn:hover {
	background: #222;
	color: #fff
}

.alert.alert-warning.alert-dismissible.alert-cookie.fade.hide {
	display: none
}

.alert-warning {
	margin: 0
}

.offcanvas {
	z-index: 99999999
}

h1 {
	color: var(--dark-grey)
}

.navbar-toggler {
	background-color: transparent
}

.navbar-toggler:focus {
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none
}

.navbar-toggler[aria-expanded=true] .navbar-toggler-icon::before {
	-webkit-transform: rotate(45deg) translate(5px, 5px);
	transform: rotate(45deg) translate(5px, 5px)
}

.navbar-toggler[aria-expanded=true] .navbar-toggler-icon::after {
	-webkit-transform: rotate(-45deg) translate(7px, -8px);
	transform: rotate(-45deg) translate(7px, -8px)
}

.navbar-toggler .navbar-toggler-icon {
	position: relative;
	width: 40px;
	height: 1px;
	background: #0035f0
}

.navbar-toggler .navbar-toggler-icon::after,
.navbar-toggler .navbar-toggler-icon::before {
	background-color: #0035f0;
	content: '';
	position: absolute;
	top: -9px;
	height: 1px;
	left: 0;
	width: 100%;
	-webkit-transition: .4s linear;
	transition: .4s linear
}

.navbar-toggler .navbar-toggler-icon::after {
	top: unset;
	bottom: -9px
}

.checkout-area .checkout-module .form-group .select-control .form-control option {
	font-size: 16px
}

@media (min-width:992px) {
	.navbar-nav.topNav.row.ms-auto.w-75 {
		width: 85%!important
	}
	.navbar-nav.topNav.row.ms-auto.w-75 {
		width: 85%!important
	}
	.cart-right.d-flex.flex-column.align-self-end.ml-13 {
		color: #111;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		position: absolute;
		top: 9px;
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: normal!important;
		-ms-flex-direction: row!important;
		flex-direction: row!important;
		left: -10px
	}
}

@media only screen and (max-width:767px) {
	.navbar {
		position: unset!important
	}
	.owl-carousel .owl-item img {
		height: 550px;
		-o-object-fit: cover;
		object-fit: cover
	}
	.owl-banner .container .caption-btn .btn-bordered {
		margin-left: 0;
		margin-top: 10px;
		margin-bottom: 0
	}
	.owl-banner .container {
		position: absolute;
		left: 0
	}
	section.milestones.mileLorem .col-md-4.text-end {
		text-align: center!important;
		margin-top: 20px
	}
	.milestones {
		background-color: #dff4ef;
		padding: 40px 0
	}
	.simpleSliderArea header {
		margin-bottom: 20px
	}
	footer h3 {
		color: #fff;
		font-size: 24px;
		font-weight: 700;
		margin-bottom: 10px;
		margin-top: 10px
	}
	.footer-mobile .footer-inner {
		background-color: #1a4d00;
		padding-top: 0
	}
	footer#footerMobile {
		background: #1a4d00;
		margin: 0!important
	}
	footer#footerMobile {
		display: none
	}
	.extensivePerfume .extensiveBoxRow {
		margin-top: 0
	}
	footer {
		background-color: #1a4d00;
		padding: 20px 0 20px
	}
	.mileLorem h2 {
		font-size: 32px
	}
	.fragrance h2 {
		font-size: 38px
	}
	a.navbar-brand img {
		max-width: 90px
	}
	section.milestones .col-md-4.d-flex.align-items-center {
		margin-bottom: 20px
	}
	.caption-btn .btn {
		width: 100%
	}
	.fragrance .fragBox p {
		font-size: 18px
	}
	section.milestones.extensivePerfume {
		padding-top: 0
	}
	.navbar-light .navbar-toggler {
		border: 0
	}
	.navbar-light .navbar-toggler[aria-expanded=true] span.navbar-toggler-icon {
		background: unset
	}
	.navbar-nav.topNav.row.ms-auto.w-75 {
		width: 100%!important
	}
	.mileLorem h2 {
		font-size: 23px
	}
}

.topNavSection .container {
	position: relative
}

.topNavSection .topNav {
	position: absolute;
	z-index: 99;
	right: 0;
	top: 15px
}

@media screen and (min-width:992px) {
	.topNavSection .topNav {
		z-index: 999999999999;
		width: 70%
	}
	div#navbarSupportedContent ul.navbar-nav {
		margin-top: 50px
	}
}

@media screen and (max-width:991px) {
	.myAccountContent {
		margin-left: 0
	}
	.profile-content .media-main .media-body h4 {
		font-size: 16px
	}
	.profile-content .media-main .media-body .detail p {
		font-size: 16px
	}
	.myAccount .col-md-3 ul li a {
		font-size: 22px
	}
	.contactUs h2 {
		font-size: 22px
	}
	.myAccountContent.contactUs {
		padding: 30px 0
	}
	.topNavSection .topNav {
		position: relative;
		top: 0;
		margin-top: 10px
	}
	.btn-mob {
		display: none
	}
	section.milestones.extensivePerfume.shopList {
		padding-top: 30px
	}
	section.milestones.extensivePerfume.newShopList {
		padding-top: 30px
	}
	ul.row.productListOne {
		padding: 0
	}
	.fragrances-search .fragSearchContent {
		padding: 0
	}
	.fragrances-search .fragSearchContent form input {
		height: 55px
	}
	.fragDetails h1 {
		font-size: 26px;
		margin: 20px 0
	}
	footer hr {
		margin: 20px 0 20px
	}
	.modal .modalBox p {
		font-size: 20px;
		color: #fff
	}
	.modal .modalBox .nav-tabs {
		margin-top: 20px
	}
	.modalBox img {
		max-width: 110px
	}
}

.memberContent {
	margin-bottom: 50px
}

.memberContent h4 {
	font-size: 2.4rem;
	color: #1a4d00;
	margin-bottom: 20px
}

.memberContent form .row {
	margin-top: 20px;
	margin-bottom: 20px
}

.memberContent form input.form-control {
	padding-left: 15px
}

.memberContent form h4 {
	margin: 50px 0 20px;
	font-weight: 700
}

.memberContent form .table {
	margin-bottom: 50px
}

.memberContent form .table thead th {
	color: #1a4d00
}

.memberContent form .table tr td,
.memberContent form .table tr th {
	padding: 20px 10px;
	border: 1px solid #ccc
}

.memberContent ul {
	list-style: none;
	padding: 0
}

.memberContent ul li {
	padding-left: 30px;
	font-size: 20px;
	position: relative;
	margin-bottom: 20px
}

.memberContent ul li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 5px;
	border-radius: 50%;
	width: 15px;
	height: 15px;
	background-color: #1a4d00
}

.memberContent .col-md-3 {
	padding: 0 15px;
	background: 0 0
}

.memberContent .col-md-3::before {
	display: none!important
}

.progressBar {
	position: relative;
	margin: 10rem 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.progressBar .progressLine {
	height: 2px;
	border: 2px dashed #1a4d00;
	position: absolute;
	left: 0;
	width: 100%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.progressBar .progressPoint {
	width: 25px;
	height: 25px;
	position: relative;
	z-index: 2;
	border-radius: 50%;
	background-color: #b4b4b4;
	display: inline-block;
	outline: 1px solid #B4B4B4;
	border: 5px solid #fff
}

.progressBar .progressPoint span {
	position: absolute;
	top: -60px;
	left: -15px;
	background-color: #b4b4b4;
	padding: 7px 20px;
	color: #fff;
	-webkit-transition: .3s linear;
	transition: .3s linear
}

.progressBar .progressPoint:nth-child(odd) span {
	border-radius: 5px 5px 0 0
}

.progressBar .progressPoint:nth-child(odd) span::after {
	content: '';
	position: absolute;
	bottom: -10px;
	left: 13px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #b4b4b4
}

.progressBar .progressPoint:nth-child(even) span {
	top: 40px;
	border-radius: 0 0 5px 5px
}

.progressBar .progressPoint:nth-child(even) span::after {
	content: '';
	position: absolute;
	top: -10px;
	left: 13px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #b4b4b4
}

.progressBar .progressPoint.current {
	background-color: #1a4d00;
	outline: 1px solid #1a4d00
}

.progressBar .progressPoint.current span {
	background-color: #1a4d00
}

.progressBar .progressPoint.current:nth-child(odd):hover {
	cursor: pointer
}

.progressBar .progressPoint.current:nth-child(odd):hover span {
	-webkit-transform: translateY(5px);
	transform: translateY(5px)
}

.progressBar .progressPoint.current:nth-child(odd) span::after {
	border-top: 10px solid #1a4d00
}

.progressBar .progressPoint.current:nth-child(even):hover {
	cursor: pointer
}

.progressBar .progressPoint.current:nth-child(even):hover span {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px)
}

.progressBar .progressPoint.current:nth-child(even) span::after {
	border-bottom: 10px solid #1a4d00!important
}

.customBadge span {
	position: absolute;
	top: 43%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: 40px;
	font-weight: 700
}

div#quickViewCarousel img.img-fluid {
	width: 100%
}

div#quickViewCarousel.carousel {
	position: relative;
	padding: 0
}

.pro-description {
	padding: 0 30px
}

.modal .modal-dialog .modal-body .pro-description .pro-infos .pro-single-info b {
	font-size: 15px!important;
	font-weight: 700;
	color: #111;
	margin-right: 10px
}

.popup-detail-info {
	display: none!important
}

.modal .modal-dialog .modal-body .pro-description .pro-price ins {
	font-size: 2.6rem!important
}

.modal .modal-dialog .modal-body .pro-description .pro-infos .pro-single-info a {
	color: #000!important
}

.modal .modal-dialog .modal-body .close {
	top: 0
}

.modal .modal-dialog .modal-body .pro-description .pro-counter {
	display: block!important
}

.modal .modal-dialog .modal-body .pro-description .pro-infos .pro-single-info {
	margin-top: 0!important
}

.searchBox input#searchemail {
	height: 52px!important;
	width: 400px!important;
	font-size: 17px!important
}

div#navbarSupportedContent ul.navbar-nav {
	margin-top: 10px!important
}

.searchBox {
	width: 67%!important
}

ul.list-unstyled.d-flex.justify-content-between.topSocial {
	display: none!important
}

.newShopList figure a img {
	width: 100%;
	height: 200px!important
}

form#checkout {
	padding: 20px!important
}

div#container {
	padding: 10px!important
}

.card-field {
	margin: 5px 0 5px!important;
	padding: 0 0!important
}

form#checkout iframe#braintree-dropin-frame {}

h4.modal-title {
	font-size: 24px;
	padding-bottom: 15px
}

form#checkout button.close {
	font-size: 30px;
	color: #000
}

nav[aria-label=breadcrumb] .breadcrumb .breadcrumb-item a {
	font-size: 18px!important;
	color: #6c757d!important
}

ol.breadcrumb {
	margin: 0 0!important;
	padding: 15px!important
}

.extensivePerfume h2 {
	color: #212529!important;
	margin: 0 0 0!important;
	background: #dff4ef!important;
	padding: 20px!important
}

.modal .modal-dialog {
	top: 17%!important
}

.modal {
	z-index: 9999999!important
}

.ratings>input {
	display: initial!important;
	position: absolute!important;
	z-index: 9999!important;
	top: 4px!important
}

.svg-inline--fa.fa-w-16 {
	width: 13px!important
}

select#showproduct {
	height: 60px;
	font-size: 18px;
	background: #EEEEEE;
	border: 1px solid #ced4da !important;
}

.fragDetails p {
	font-size: 20px;
	font-family: var(--silk);
	line-height: 1.5;
	color: #1A4D00;
	font-weight: bold;
	font-size: 30px;
	padding: 10px 0px 0px;
}

select#showproduct option {
	font-size: 18px;
}

select {
	-moz-appearance: auto !important;
	-webkit-appearance: auto !important;
	appearance: auto !important;
}

.select-control::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\F107";
	position: absolute;
	color: #6c757d;
	bottom: 8px;
	right: 8px;
	z-index: 1;
	font-size: 0px;
}

select {
	-moz-appearance: auto !important;
	-webkit-appearance: auto !important;
	appearance: auto !important;
}

.select-control::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\F107";
	position: absolute;
	color: #6c757d;
	bottom: 8px;
	right: 8px;
	z-index: 1;
	font-size: 0px;
}

.extensivePerfume .extensiveBox::before {
	background-color: #fff;
	left: 160px;
	top: -30px;
	height: 110%;
	width: 100%;
	content: '';
	position: relative;
}

.extensivePerfume h2 {
	font-size: 23px !important;
}

.topNav .text-end {
	text-align: left !important;
}

.searchBox input#searchemail {
	height: 52px;
	width: auto !importrant;
	font-size: 17px !important;
}

.search-field-module .btn {
	font-size: 18px;
	background-color: #1A4D00;
	border: 2px solid #1A4D00;
	color: #fff;
	border-radius: 0;
	padding: 0px 45px;
	/* width: 100%; */
	height: 52px;
	line-height: 45px;
}

.search-field-module .btn::after {
	background: url(../images/arrowRight.png) no-repeat right center;
	content: '';
	width: 0px;
	height: 16px;
	display: inline-block;
	margin-left: 10px;
	position: relative;
	top: -21px;
	-webkit-transition: .3s linear;
	transition: .3s linear;
	/* line-height: 25px; */
}

.fragrances-search {
	margin-bottom: 0px;
}

.fragDetails {
	padding: 30px 15px 0px;
}

section.milestones.extensivePerfume.newShopList .btn-checkout {
	font-size: 18px;
	background-color: #1A4D00;
	border: 2px solid #1A4D00;
	color: #fff;
	border-radius: 0;
	padding: 10px 30px;
	font-weight: 500;
}

.milestones {
	background-color: #DFF4EF;
	padding: 40px 0 25px !important;
}

.fadeInUp{
	transform: translateY(0px);
}

.contactList ul.list-unstyled {
	max-width: initial;
	text-align: left;
}

.fragDetails p {
	font-family: var(--silk);
	line-height: 1.5;
	color: #1A4D00;
	font-weight: 500;
	font-size: 20px;
	padding: 10px 0px 0px;
}

li.nav-item.cart-header.dropdown.head-cart-content {
	position: relative;
	top: -50px;
	right: 70px;
}

.navbar {
	position: fixed !important;
}

.newspacebottom {
	margin-top: 163px;
}

button.paypal.is-active {
	background-color: #009CDE;
	border-radius: 0px !important;
	width: 100% !important;
}

.field-name {
	top: 0px !important;
}

.card-field {
	height: auto !important;
	padding: 5px 14px !important;
	margin: 6px 0 0 !important;
}

.add-payment-method-view button.paypal {
	margin-bottom: 0px !important;
}

button#braintree-paypal-button {
	background-color: #009CDE;
	border-radius: 0px !important;
	width: 100% !important;
}

@media only screen and (max-width: 767px) {
	li.nav-item.cart-header.dropdown.head-cart-content {
		position: relative;
		top: 0;
		right: 0;
	}
	.navbar {
		position: fixed;
	}
	.newspacebottom {
		margin-top: 95px;
	}

	.mileBox.ms-3.headmile {
    margin-bottom:0px;
	}

	.mileBox.ms-3.headship {
    margin-bottom:0px;
	}

	.fragrance .fragBox {
    padding: 30px 15px 30px;
	}

	.extensivePerfume .extensiveBoxRow .extensiveBox {
    padding-bottom: 15px;
    padding-left: 15px;
	}

	.badge{
		position: inherit;
	}

	.search-field-module {
    display: flex;
	}

	.searchBox input#searchemail {
    width: auto !important;
	}

	.topNav a {
    font-size: 19px;
	}

	.dropdown .dropdown-menu {
    margin: 0 0 0 0px;
	}

	.disclaimer h1 {
    text-align: center;
    font-size: 32px;
	}

	.disclaimer {
    padding: 0px 0;
	}

	.privacy-policy h2 {
    line-height: 36px;
	}

	.aboutUs p {
    text-transform: lowercase;
	}


	.btn {
    margin-bottom: 10px;
	}



}

body form#checkout {
	padding: 0px!important;
}

body form#checkout .modal-body {
	padding: 0rem !important;
}

body button#braintree-paypal-button {
	width: 100% !important;
	border-radius: 0px !important;
}


.personal-information h1 {
    color: #fff;
}

.personal-information {
    background-color: #3C8DC5;
    color: #ffffff !important;
    padding: 10px 0;
    text-align: center;
}


.myAccountContent.contactUs .memberContent ul li {
    padding-left: 0px;
    font-size: 16px;
    position: relative;
    margin-bottom: 0;
    display: inline-block;
    color: red;
}

.myAccountContent.contactUs #column-left {
    width: 100%;
    float: left;
    margin-bottom: 2px;
}

.myAccountContent.contactUs #column-right {
    width: 100%;
    float: right;
}

form#checkout input[type="email"] {
    display: block;
    height: 0 !important;
    width: 100%;
    border: none;
}

input[type="email"] {
    display: block;
    height: 0;
    width: 100%;
    border: none;
}


.bottom-table button#coupon-code {
    margin-top: 0px;
}

td.Qty button.quantity-right-plus.btn.qtypluscart {
    margin-top: 0;
    height:42px;
}

td.Qty button.quantity-left-minus.btn.qtyminuscart {
    margin: 0;
    height: 42px;
}

td.Qty .item-quantity .input-group-btn {
    float: left;
    width: 30px;
    display: flex;
}