body {
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif;
	font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.02em;
    color: #1C1C1C;
}
body, html {
    position: relative;
    height: 100%;
}
body.position-fixed {
	top: 0;
	left: 0;
	right: 0;
}

a, a:link {
    text-decoration: none;
    color: #550C26;
}
a:hover, a:focus {
    text-decoration: underline;
    color: #550C26;
}
.active.focus,
a.active:focus,
a.focus,
a:active.focus,
a:active:focus,
a:focus,
button.active.focus,
button.active:focus,
button.focus,
button:active.focus,
button:active:focus,
button:focus,
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
	outline: 0;
	outline-color: transparent;
	outline-width: 0;
	outline-style: none;
	box-shadow: 0 0 0 0 rgba(0,123,255,0);
}

ul, ol {
    padding-left: 15px;
	margin-bottom: 0;
}

p, li, td, h1, h2, h3, h4, h5, h6 {
    transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}
p, li, td, a {
    font-family: "Poppins", sans-serif;
	font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.02em;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Poppins", sans-serif;
	font-weight: bold;
}
h1 { font-size: 40px; }
h2 { font-size: 34px; }
h3 { font-size: 26px; }
h4 { font-size: 22px; }
h5 { font-size: 18px; }

@media (max-width: 767.98px) {
    h1 { font-size: 34px; }
	h2 { font-size: 28px; }
}
@media (max-width: 575.98px) {
    h1 { font-size: 28px; }
	h2 { font-size: 24px; }
    h3 { font-size: 22px; }
    h4 { font-size: 20px; }
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

strong, table th, .text-bold {
    font-family: "Poppins", sans-serif;
	font-weight: bold;
}

.allison {
    font-family: "Allison", serif;
    font-weight: 400;
}
h1.allison, h2.allison {
    font-size: 66px;
}
@media (max-width: 575.98px) {
    h1.allison, h2.allison {
        font-size: 52px;
    }
}

.text-xsm, .text-xsm a {
    font-size: 12px;
    line-height: 16px;
}

.text-sm, .text-sm a {
    font-size: 13px;
	line-height: 18px;
}

.text-grey {
	color: #878686;
}

.text-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-cross {
    border-top: 1px solid #DDD;
    position: relative;
    width: 100%;
}
.text-cross p {
    position: absolute;
    top: 0;
    left: 50%;
    width: 45px;
    background: #FFF;
	font-size: 13px;
    color: #D2D2D2;
	letter-spacing: 0.03em;
    text-align: center;
    z-index: 1;
    transform: translate(-50%,-50%);
}

.strikethrough {
	position: relative;
	color: #F03;
}
.strikethrough:before {
	position: absolute;
	content: "";
	left: 0;
	top: 50%;
	right: 0;
	border-top: 1px solid;
	border-color: inherit;
	
	-webkit-transform:rotate(-5deg);
	-moz-transform:rotate(-5deg);
	-ms-transform:rotate(-5deg);
	-o-transform:rotate(-5deg);
	transform:rotate(-5deg);
}

.vertical-center {
	margin: 0;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
@media (max-width: 575.98px) {
	.sm-rel.vertical-center {
		position: relative;
		top: 0;
		-ms-transform: none;
		transform: none;
	}
}
@media (max-width: 767.98px) {
	.md-rel.vertical-center {
		position: relative;
		top: 0;
		-ms-transform: none;
		transform: none;
	}
}
@media (max-width: 991.98px) {
	.lg-rel.vertical-center {
		position: relative;
		top: 0;
		-ms-transform: none;
		transform: none;
	}
}
@media (max-width: 1199.98px) {
	.xl-rel.vertical-center {
		position: relative;
		top: 0;
		-ms-transform: none;
		transform: none;
	}
}

textarea {
    resize: none;
}
textarea.form-control {
    height: auto;
}

label {
    margin-bottom: 3px;
    font-size: 13px;
    color: #1C1C1C;
}

.form-group {
    text-align: left;
    margin-bottom: 0.8rem;
}

.form-control {
    height: 48px;
    font-size: 14px;
    color: #1C1C1C;
    border-radius: 4px;
	border: 1px solid #D2D2D2;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
}
.form-control:disabled, .form-control[readonly] {
	background-color: #F4F4F4;
	border-color: #D2D2D2;
}

select.form-control:not([size]):not([multiple]) {
    height: 48px;
}

.close {
    position: absolute;
    top: 5px;
    right: 15px;
    font-weight: normal;
    cursor: pointer;
    font-size: 3rem;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}
.close:hover {
    color: #000;
    opacity: 1;
    text-decoration: none;
}

.rose-consent {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 8px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.rose-consent input[type=checkbox] {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
.rose-consent input[type=checkbox]:checked ~ .checkmark {
	background-color: #550C26;
	border-color: #550C26;
}
.rose-consent input[type=checkbox]:checked ~ .checkmark:after {
	display: block;
}
.rose-consent a {
    text-decoration: underline;
}
.rose-consent .checkmark:after {
	left: 8px;
	top: 4px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 22px;
	width: 22px;
	background-color: #FFF;
	border-radius: 4px;
	border: 1px solid #D2D2D2;
}
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

::placeholder {
    font-family: "Poppins", sans-serif;
	font-weight: normal;
    color: #BBB !important;
    font-size: 14px;
    letter-spacing: 0.02em;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-family: "Poppins", sans-serif;
	font-weight: normal;
    color: #BBB !important;
    font-size: 14px;
    letter-spacing: 0.02em;
}

::-moz-placeholder { /* Firefox 19+ */
    font-family: "Poppins", sans-serif;
	font-weight: normal;
    color: #BBB !important;
    font-size: 14px;
    letter-spacing: 0.02em;
}

:-ms-input-placeholder { /* IE 10+ */
    font-family: "Poppins", sans-serif;
	font-weight: normal;
    color: #BBB !important;
    font-size: 14px;
    letter-spacing: 0.02em;
}

:-moz-placeholder { /* Firefox 18- */
    font-family: "Poppins", sans-serif;
	font-weight: normal;
    color: #BBB !important;
    font-size: 14px;
    letter-spacing: 0.02em;
}


/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active {
	-webkit-box-shadow: 0 0 0 30px white inset !important;
	transition: none;
    -o-transition: none;
    -moz-transition: none;
    -webkit-transition: none;
}
input:focus {
    outline: none !important;
    border-color: #1C1C1C !important;
    box-shadow: none !important;
}

.input-group-append .btn {
    height: 48px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}


/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.img-radius {
    border-radius: 5px;
}

.box-radius {
    border: 1px solid #DDD;
    border-radius: 5px;
}


/* responsive container image & text */
.responsive-container {
    position: relative;
    width: 100%;
}

.img-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 0;
    margin: auto;
}
.img-container .centerer {
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}


/* slick */
@font-face {
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;
	src: url("../webfonts/slick.eot");
	src: url("../webfonts/slick.eot?#iefix") format('embedded-opentype'),
		url("../webfonts/slick.woff") format('woff'),
		url("../webfonts/slick.ttf") format('truetype'),
		url("../webfonts/slick.svg#slick") format('svg');
}
.rose-slick.slick-slider {
	margin: auto;
}
.rose-slick .slick-track {
	margin: 0;
}
.rose-slick .slick-prev,
.rose-slick .slick-next {
	width: auto;
    height: auto;
}
.rose-slick .slick-prev:before,
.rose-slick .slick-next:before {
	font-size: 30px;
}
.rose-slick .slick-prev {
    left: 20px;
	z-index: 1;
}
[dir='rtl'] .rose-slick .slick-prev {
    right: 20px;
}
.rose-slick .slick-next {
    right: 20px;
}
[dir='rtl'] .rose-slick .slick-next {
    left: 20px;
}
.rose-slick .slick-dots {
    bottom: 20px;
}
.rose-slick .slick-dots li {
	width: 18px;
    height: 18px;
	margin: 0;
}
.rose-slick .slick-dots li button {
    width: 18px;
    height: 18px;
}
.rose-slick .slick-dots li button:hover:before,
.rose-slick .slick-dots li button:focus:before {
    opacity: .4;
}
.rose-slick .slick-dots li button:before {
    font-size: 10px;
    width: 18px;
    height: 18px;
    color: #FFF;
}
.rose-slick .slick-dots li.slick-active button:before {
    opacity: .85;
    color: #FFF;
}

.hero.slick-slider {
	max-width: 100%;
}
.hero .slick-slide {
	margin: 0;
}
.hero img {
	width: 100%;
	height: 100%;
}

.hgl-section .slick-dots {
	right: 20px;
	text-align: right;
}
.hgl-section .slick-dots li button:before,
.hgl-section .slick-dots li.slick-active button:before {
    color: #1C1C1C;
}
.hgl-section .slick-slide img {
    width: 100%;
}
@media (max-width: 991.98px) {
	.hgl-section .vertical-center {
		position: relative;
		top: auto;
		-ms-transform: none;
		transform: none;
	}
}

.rcmd-section .slick-slider {
	margin: 0 -5px;
}
.rcmd-section .slick-track {
    margin: inherit;
}
.rcmd-section .slick-slide {
    margin: 0 10px;
}
.rcmd-section .slick-dots {
	bottom: -40px;
}
.rcmd-section .slick-dots li button:before,
.rcmd-section .slick-dots li.slick-active button:before {
    color: #1C1C1C;
}
.rcmd-section .rcmd-item {
	position: relative;
	background-color: #FFF;
	box-shadow: 0px 0px 12px -2px rgb(0 0 0 / 8%);
}
.rcmd-section .item-details {
	margin-bottom: 60px;
}
@media (max-width: 767.98px) {
	.rcmd-section .slick-list {
		padding: 0 15% 0 0 !important;
	}
}
/* end slick */


/* popup modal */
.modal {
    padding-right: 0 !important;
}

.modal-header {
	padding: 2.5rem 2.5rem 0;
	border-bottom: 0;
}

.modal-body {
	padding: 1.5rem 2.5rem 2.5rem;
}

.modal-footer {
	padding: 0 2.5rem 2.5rem;
	border-top: 0;
	justify-content: flex-start;
}
@media (max-width: 575.98px) {	
	.modal-header {
		padding: 2.5rem 1.5rem 0;
	}
	
	.modal-body {
		padding: 1.5rem;
	}
	
	.modal-footer {
		padding: 0 1.5rem 1.5rem;
	}
}
/* end popup modal */


/*======== header ========*/
.header {
	position: fixed;
	top: 0;
	width: 100%;
	background-color: #FFF;
    z-index: 3;
}

.logo {
    height: 70px;
}
@media (max-width: 767.98px) {
	.logo {
		height: 50px;
	}
}

.top-cta, .navbar-brand {
    z-index: 1;
}

.navbar {
    box-shadow: 0 2px 16px 0 rgba(0,0,0,0.08);
	padding: 10px 25px;
}
.navbar .top-cta i {
	font-size: 22px;
}
.navbar .top-cta a {
	color: #3A3A3A;
	text-decoration: none;
}
.navbar .top-cta .dropdown {
	display: inline;
	cursor: pointer;
}
.navbar .top-cta .dropdown-toggle::after {
	display: none;
}
.navbar .top-cta .dropdown-menu {
	left: auto;
    right: 0;
	color: #1C1C1C;
	padding: 0 1rem;
	border: none;
	border-radius: 0;
	min-width: 13rem;
    box-shadow: 0 2px 16px 0 rgb(0 0 0 / 8%);
}
.navbar .top-cta .dropdown-menu p {
	cursor: default;
}
.navbar .top-cta .dropdown-item {
	padding: 0.7rem 0;
	border-bottom: 1px solid #EEE
}
.navbar .top-cta .dropdown-item:link {
	color: #1C1C1C;
}
.navbar .top-cta .dropdown-item:hover,
.navbar .top-cta .dropdown-item:focus,
.navbar .top-cta .dropdown-item.active,
.navbar .top-cta .dropdown-item:active {
	color: #1C1C1C;
	background-color: transparent;
}

.navbar-nav li {
	color: #1C1C1C;
}

.navbar-light .navbar-nav .nav-link {
	color: #1C1C1C;
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
	color: #1C1C1C;
	text-decoration: underline;
}

.navbar-toggler {
	position: absolute;
	top: 41px;
	left: 20px;
    padding: 0;
    font-size: 1.25rem;
    border: none;
    border-radius: 0;
	color: #1C1C1C;
}
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}
@media (min-width: 1200px) {
    .navbar-expand-xl .navbar-nav {
        position: absolute;
        left: 0;
        right: 0;
        justify-content: center;
    }
	.navbar-expand-xl .navbar-nav .nav-link {
		padding-right: 1rem;
		padding-left: 1rem;
	}
	.navbar-nav li:not(:last-child) {
		border-right: 1px solid #1C1C1C;
	}
}
@media (max-width: 1199.98px) {
    .navbar-brand {
        margin: auto;
    }
    
	.navbar-nav {
		padding-bottom: 20px;
	}
	.navbar-light .navbar-nav .nav-link {
		padding: 1rem;
		border-bottom: 1px solid #EEE;
	}
	
	.nav-anchor .navbar-nav {
		padding-top: 10px;
	}
	.nav-anchor .navbar-light .navbar-nav .nav-link {
		border-bottom: none;
		padding-top: 0.5rem;
	}
	
	.navbar-toggler:after {
		content: "Menu";
		font-size: 13px;
		color: #000;
		padding-left: 5px;
	}
	.navbar-toggler #nav-icon3 {
		position: relative;
		width: 25px;
		height: 17px;
		display: inline-block;
	}
	.navbar-toggler #nav-icon3 span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 2px;
		display: block;
		background: #3A3A3A;
		opacity: 1;
	}
	.navbar-toggler #nav-icon3 span:nth-child(1) { top: 0; }
	.navbar-toggler #nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) { top: 7px; }
	.navbar-toggler #nav-icon3 span:nth-child(4) { top: 15px; }
	
	.navbar .top-cta {
		position: absolute;
		top: 37px;
		right: 20px;
	}
}
@media (max-width: 767.98px) {
	.navbar {
		padding: 8px 15px;
	}
	.navbar .top-cta {
		top: 33px;
		right: 15px;
	}
	.navbar .top-cta i {
		font-size: 20px;
	}
	
	.navbar-toggler {
		top: 33px;
		left: 15px;
	}
	.navbar .top-cta .dropdown-menu {
    	top: 42px;
	}
}

/* sidebar */
.mCSB_container{
	width: auto;
	/*overflow: hidden;*/
}
.mCSB_container.mCS_no_scrollbar{
	margin-right: 0;
}
.mCSB_scrollTools .mCSB_draggerContainer{
	position: absolute;
	top: 0;
	bottom: 0;
}
.mCSB_scrollTools a+.mCSB_draggerContainer{
	margin: 20px 0;
}

.mCustomScrollBox{
	outline: 0 !important;
	border: 0 !important;
}

/*.mh-calc {
	max-height: calc(100% - 145px);
}*/

#sidebar {
    position: fixed;
    top: 0;
	bottom: 0;
    height: 100vh;
    z-index: 9999;
	width: 400px;
    right: -400px;
	box-shadow: -3px 3px 3px rgba(0, 0, 0, 0.1);
    background: #FFF;
    color: #1C1C1C;
    transition: all 0.3s;
	overflow-y: scroll;
}
#sidebar.active {
	right: 0;
}
#sidebar .sidebar-header {
    padding: 15px 20px;
    background-color: #FFF;
	border-bottom: 1px solid #EEE;
	z-index: 1;
}
#sidebar .sidebar-body {
	position: relative;
    padding: 20px;
    margin-bottom: 250px;
}
#sidebar .sidebar-body .item-name {
	font-size: 16px;
    margin-bottom: 0;
}
#sidebar .sidebar-body .fa-shopping-basket {
	font-size: 42px;
	color: #CCC;
}
#sidebar .sidebar-footer {
	position: fixed;
	bottom: 0;
	width: 400px;
    right: -400px;
	box-shadow: -3px 3px 3px rgba(0, 0, 0, 0.1);
    background-color: #FFF;
    transition: all 0.3s;
	padding: 15px 20px;
	margin: auto;
	border-top: 1px solid #EEE;
    line-height: 20px;
}
#sidebar.active .sidebar-footer {
	right: 0;
}
@media (max-width: 575.98px) {
	#sidebar, #sidebar .sidebar-footer {
		width: 100%;
		right: -100%;
	}
}

.overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9998;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
.overlay.active {
    display: block;
    opacity: 1;
}
/* end sidebar */


.page-content {
	padding-top: 90px;
}
@media (max-width: 767.98px) {
	.page-content {
		padding-top: 76px;
	}
}

.nav-shadow {
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100px;
    background: rgba(0,0,0,0);
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.4)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%);
    background: linear-gradient(to top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}

.main-heading {
    display: inline-block;
    vertical-align: middle;
    color: #FFF;
    max-width: 800px;
}
@media (max-width: 991.98px) {
	.main-heading {
		max-width: 600px;
	}
}
@media (max-width: 767.98px) {
	.main-heading {
		max-width: 400px;
	}
	.main-heading h4 {
		font-size: 18px;
	}
}
@media (max-width: 575.98px) {
	.main-heading {
		max-width: 300px;
	}
}


/*======== content ========*/
.short-container {
    width: 100%;
    max-width: 850px;
    margin: auto;
}

@media (max-width: 767.98px) {
	.sm-container {
		width: 100%;
		padding-right: 15px;
		padding-left: 15px;
		margin-right: auto;
		margin-left: auto;
		max-width: 540px;
	}
}

.theme-bg {
    background-color: #3A3A3A;
}

.theme-color {
    color: #C15963;
}

.bg-standard {
	background-color: #F7F7F7;
}

.disp-icon {
	color: #C15963;
}

.col-shadow {
    position: absolute;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 60px;
    background: rgba(0,0,0,0);
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.7)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}

.transbg {
    position: absolute;
	width: 100%;
	height: 100%;
    background: rgba(0,0,0,0.3);
}

.breadcrumb {
    display: inline-flex;
    background: none;
	padding: 10px 0;
    margin: 0;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: #D2D2D2;
    padding-right: 0.1rem;
}
.breadcrumb-item.active {
    color: #999;
}

.intro-section {
    max-width: 750px;
    margin: auto;
    text-align: center;
}
.intro-section h1 {
    font-family: "Allison", serif;
    font-weight: 400;
    font-size: 66px;
    line-height: 1.1;
}
.intro-section p {
    font-size: 16px;
    line-height: 26px;
}
.intro-section .btn {
    font-size: 18px;
    min-width: 200px;
}
@media (max-width: 767.98px) {
    .intro-section .btn {
        font-size: 16px;
        min-width: auto;
    }
}
@media (max-width: 575.98px) {
    .intro-section h1 {
        font-size: 50px;
        line-height: 1.1;
    }
    .intro-section p {
        font-size: 15px;
        line-height: 24px;
    }
}

.quantity.buttons_added {
    position: relative;
    white-space: nowrap;
    vertical-align: top;
}
.quantity.buttons_added input {
	display: inline-block;
	margin: 0;
	padding: 0;
	vertical-align: top;
	box-shadow: none;
    font-weight: normal;
}
.quantity.buttons_added .minus {
    line-height: 39px;
}
.quantity.buttons_added .minus,
.quantity.buttons_added .plus {
	font-size: 20px;
    font-weight: normal;
	width: 38px;
	height: 38px;
	border-radius: 5px;
	background-color: #FFF;
	border: 1px solid #777;
	cursor: pointer;
	color: #1C1C1C;
}
.quantity.buttons_added .minus:focus,
.quantity.buttons_added .plus:focus {
	outline: none;
}
.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    margin: 0;
}
.quantity .input-text.qty {
    width: 38px;
    height: 38px;
    padding: 0 5px;
    text-align: center;
	border-radius: 5px;
    background-color: transparent;
	border: 1px solid #777;
	color: #1C1C1C;
}

.item-details {
	position: relative;
	padding: 20px;
    text-align: left;
	min-height: 200px;
}

.item-name {
    font-weight: bold;
	font-size: 18px;
	line-height: 22px;
    margin-bottom: 5px;
}

.item-desc {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.item-desc ul, .item-desc ol {
	display: none;
    overflow: hidden;
}

.item-price {
	font-weight: bold;
}

.item-note-sm {
	display: inline-block;
	border-radius: 1px;
	background-color: #C15963;
	color: #FFF;
	padding: 2px 5px;
}

.item-note {
	border: 1px solid #550C26;
	border-radius: 3px;
	color: #550C26;
	background-color: rgba(190, 173, 208, 0.15);
	padding: 7px 12px;
}

.summary-item {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #1C1C1C;
}
.summary-item .text-sm {
    letter-spacing: 0;
}

.add-on-item {
    margin-bottom: 5px;
}
.add-on-item p, .add-on-item li {
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 0;
}
.add-on-item li {
	list-style-type: circle;
}

.fix-btn {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.content {
    padding-top: 90px;
}

.content-tnc li {
	font-size: 13px;
	line-height: 18px;
}

.grid-container {
    display: grid;
    display: -ms-inline-flexbox;
    -ms-flex-wrap: wrap;
    grid-gap: 20px 15px;
}

.grid-item {
	position: relative;
    text-align: center;
    height: 100%;
	border: 1px solid #EEE;
}
.grid-item a {
	color: #1C1C1C;
}
.grid-item .fix-btn {
    padding: 20px;
}
.grid-item .fa-shopping-basket {
    font-size: 18px;
}
.grid-item .btn {
    height: 40px;
    display: inline-flex;
    align-items: center;
}

.grid-item__menu {
    grid-template-columns: repeat(3,1fr);
}
@media (max-width: 1199.98px) {
	.grid-item__menu {
		grid-template-columns: repeat(2,1fr);
	}
}
@media (max-width: 767.98px) {
    .grid-item__menu {
		grid-template-columns: repeat(1,1fr);
	}
}
.grid-item__menu .item-details {
	margin-bottom: 80px;
}
.grid-item__menu .fa-shopping-basket {
	font-size: 18px;
}
/* IE11 */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .grid-item__menu .grid-item {
        width: 24%;
        margin: 10px 5px;
    }
}
@media only screen and (max-width: 1199px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .grid-item__menu .grid-item {
        width: 32%;
    }
}
@media only screen and (max-width: 767px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .grid-item__menu .grid-item {
        width: 48%;
    }
}
@media only screen and (max-width: 575px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .grid-item__menu .grid-item {
        width: 100%;
        margin: 10px 0;
    }
}

.menu-modal input[type="radio"],
.menu-modal input[type="checkbox"] {
    margin-right: 10px;
    margin-top: 5px;
    vertical-align: top;
}
.menu-modal .btn {
	padding: 10px;
}
.menu-modal .modal-footer {
	display: inline-block;
	padding: 1.3rem 2.5rem;
	border-top: 1px solid #EEE;
}
.menu-modal input[type="radio"],
.menu-modal input[type="checkbox"] {
    margin-right: 10px;
    margin-top: 5px;
    vertical-align: top;
}
.menu-modal .carousel-indicators {
    position: relative;
    margin: auto;
    width: 100%;
    justify-content: left;
}
.menu-modal .carousel-indicators li {
    width: 80px;
    height: auto;
    overflow: hidden;
}
@media (max-width: 575.98px) {
	.menu-modal .modal-body {
		padding: 0.5rem 1.5rem 1.5rem;
	}
	.menu-modal .modal-footer {
		padding: 1.3rem 1.5rem;
	}
}

.zoom {
	position: relative;
}
.zoom:after {
	content:'';
	display:block; 
	width:33px; 
	height:33px; 
	position:absolute; 
	top:0;
	right:0;
}
.zoom img {
	display: block;
}
.zoom img::selection {
	background-color: transparent;
}

.rose-col {
    position: relative;
    border: 1px solid #D2D2D2;
    height: 100%;
}
.rose-col .fix-btn {
    padding: 20px;
}
.rose-col .fa-shopping-basket {
    font-size: 18px;
}
.rose-col .btn {
    height: 40px;
    display: inline-flex;
    align-items: center;
}

.rose-col-content {
    padding: 20px;
	margin-bottom: 90px;
}
.rose-col-content h4 {
    font-size: 18px;
}

.hori-tab.fixed-top {
	top: 110px;
	z-index: 1;
}
.hori-tab {
	border-bottom: 1px solid #D2D2D2;
	margin-bottom: 30px;
}
.hori-tab .nav {
	display: inline-block;
}
.hori-tab .nav-tabs {
	border-bottom: none;
}
.hori-tab li {
	list-style-type: none;
	display: inline-block;
	padding-right: 40px;
}
.hori-tab li a {
	display: block;
	color: #878686;
	transition: color .15s;
}
.hori-tab li a:hover,
.hori-tab li a.active {
	color: #3A3A3A;
	padding-bottom: 10px;
    border-bottom: 2px solid #3A3A3A;
	text-decoration: none;
}

.main-menu.fixed-top {
	top: 125px;
	z-index: 1;
}
.main-menu .nav {
	display: inline-block;
}
.main-menu .nav-tabs {
	border-bottom: none;
}
.main-menu li {
	list-style-type: none;
	margin: 20px 0;
}
.main-menu li a {
	display: block;
	color: #878686;
}
.main-menu li a:hover,
.main-menu li a.active {
	color: #3A3A3A;
	text-decoration: underline;
}
@media (max-width: 767.98px) {
	.main-menu.fixed-top {
		position: relative;
		top: 0;
	}
}

.submenu {
	margin-top: 15px;
}
.submenu li a {
	padding-left: 25px;
}
@media (max-width: 767.98px) {
	.submenu li {
		display: inline-block;
		width: 48%;
		margin: 0;
		text-align: center;
	}
}

.nav-anchor.fixed-top {
	top: 100px;
	z-index: 1;
}
.nav-anchor {
	background-color: #FFF;
	border-bottom: 1px solid #EEE;
}
.nav-anchor .navbar {
	padding: 0;
	box-shadow: none;
}
.nav-anchor .navbar-nav {
	padding-top: 10px;
	padding-bottom: 0;
	margin: 0;
}
.nav-anchor .navbar-nav li {
	border: none !important;
}
.nav-anchor .navbar-nav li a {
	position: relative;
	display: block;
	color: #878686;
	margin-right: 30px;
	transition: color 0.1s,background-color 0.1s,padding 0.2s ease-in;
}
.nav-anchor .navbar-nav li:last-child a {
	margin-right: 0;
}
.nav-anchor .navbar-light .navbar-nav .nav-link {
	color: #878686;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 10px;
	text-decoration: none;
}
.nav-anchor .navbar-light .navbar-nav .show > .nav-link,
.nav-anchor .navbar-light .navbar-nav .active > .nav-link,
.nav-anchor .navbar-light .navbar-nav .nav-link.show,
.nav-anchor .navbar-light .navbar-nav .nav-link.active {
	color: #3A3A3A;
	border-bottom: 3px solid #3A3A3A;
}
.nav-anchor .form-control {
	background-color: #C15963;
    color: #FFF;
	border: 0;
}
.nav-anchor .form-control:focus {
	 box-shadow: none;
}

.nav-anchor .form-control option {
	background-color: #FFF !important;
	color: #1C1C1C !important;
}
@media (max-width: 767.98px) {
	.nav-anchor.fixed-top {
		top: 76px;
	}
	.nav-anchor .navbar-nav {
		padding-top: 10px;
	}
}

.anchor {
	display: block;
	height: 130px;
	margin-top: -130px;
	visibility: hidden;
}

.scrollmenu {
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    z-index: 1;
}
.scrollmenu::-webkit-scrollbar {
	background-color: #FFF;
	width: 12px;
	height: 6px;
	margin: 5px 0;
}
.scrollmenu::-webkit-scrollbar-track {
	background-color: #FFF;
}
.scrollmenu::-webkit-scrollbar-thumb {
	opacity: 0;
	border-radius: 12px;
	transition: 0.3s;
}
.scrollmenu:hover::-webkit-scrollbar-thumb {
	background: rgba(0,0,0,.17);
	opacity: 1;
}
.scrollmenu::-webkit-scrollbar-button {
	display: none;
}

.loggedin-sign {
	position: absolute;
	top: -2px;
	right: -2px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #F6A2A8;
}
@media (max-width: 767.98px) {
	.loggedin-sign {
		top: -3px;
	}
}

.summary-pg .col-lg-6-edit,
.summary-pg .col-lg-4-edit,
.summary-pg .col-lg-1-edit {
	position: relative;
	width: 100%;
}
.summary-pg .cart-title {
	background-color: #F4F4F4;
	padding: 0.7rem 1rem;
}
.summary-pg .item-name {
    font-size: 16px;
    line-height: 20px;
}
.summary-pg .rcmd-section .slick-list {
    padding: 0 10% 0 0 !important;
	margin-right: 5px;
}
.summary-pg .rcmd-section .slick-dots {
	bottom: -30px;
}
.summary-pg .option-box {
	justify-content: space-between;	
}
.summary-pg .option-box li {
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}
.summary-pg .option-box li a {
	padding: 13px;
}
.summary-pg .option-box li a.active:before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: "\f058";
	padding-right: 7px;
	font-size: 14px;
}
@media (min-width: 992px) {
	.summary-pg .col-lg-6-edit {
        -ms-flex: 0 0 59%;
        flex: 0 0 59%;
        max-width: 59%;
    }
    .summary-pg .col-lg-4-edit {
        -ms-flex: 0 0 35%;
        flex: 0 0 35%;
        max-width: 35%;
    }
    .summary-pg .col-lg-1-edit {
        -ms-flex: 0 0 3%;
        flex: 0 0 3%;
        max-width: 3%;
    }
}

.option-box.fixed-top {
	top: 100px;
	z-index: 1;
}
.option-box {
	background-color: #FFF;
}
.option-box .nav {
	-ms-flex-wrap: initial;
	flex-wrap: initial;
}
.option-box li {
	text-align: center;
}
.option-box li a {
	display: block;
	align-items: center;
	width: 100%;
	padding: 13px 20px;
	color: #878686;
	border-width: 1px;
	border-style: solid;
	border-color: #D2D2D2;
	border-radius: 4px;
}
.option-box li a:hover, .option-box li a:active,
.option-box li a.active, .option-box li a:focus {
	border-color: #550C26 !important;
	color: #550C26;
	background-color: rgba(190, 173, 208, 0.15);
	text-decoration: none;
}
@media (max-width: 767.98px) {
	.option-box.fixed-top {
		top: 86px;
	}
}
@media (max-width: 575.98px) {
	.option-box {
		justify-content: space-between;	
	}
	.option-box li {
		display: -ms-flexbox;
		display: flex;
		width: 100%;
	}
	.option-box li a {
		padding: 13px;
	}
}

.order-summary__dopbox {
    position: relative;
	border-bottom: 1px solid #1C1C1C;
    margin-top: 10px;
    padding-bottom: 5px;
}
.order-summary__dopbox {
	margin-top: 15px;
	padding-bottom: 10px;
}

.my-orders__container {
	border: 1px solid #D2D2D2;
	border-radius: 5px;
}
.my-orders__container a {
	color: #1C1C1C;
}
.my-orders__container a:hover ,
.my-orders__container a:focus  {
	text-decoration: none;
}

.my-orders__dop {
    background-color: #C15963;
    padding: 0 8px;
    margin-left: 4px;
    color: #FFF;
    font-size: 11px;
    text-align: center;
    border-radius: 20px;
    display: inline-block;
    vertical-align: bottom;
}

.info-tab .nav-tabs {
	display: none;
}
.info-tab .nav-tabs .nav-link {
	color: #878686;
	padding: 0.8rem 1.5rem;
    text-decoration: none;
}
.info-tab .nav-tabs .nav-link.active,
.info-tab .nav-tabs .nav-item.show .nav-link {
	color: #1C1C1C;
	border-color: #D2D2D2 #D2D2D2 #FFF;
}
.info-tab .card-body, .info-tab .card-body a {
	font-size: 13px;
	line-height: 18px;
}
.info-tab .card-body a {
    text-decoration: underline;
}
.info-tab .card-body ol {
	list-style: decimal;
}
.info-tab .card-body li {
    counter-increment: inherit;
    margin-bottom: 0;
	padding-left: 10px;
	font-size: 14px;
	line-height: 18px;
}
.info-tab .card-body li::before {
	display: none;
}	
@media (min-width: 768px) {
	.info-tab .nav-tabs {
		display: -ms-flexbox;
		display: flex;
		border-color: #D2D2D2;
	}
	.info-tab .card {
		border: none;
	}
	.info-tab .card .card-header {
		display: none;
	}
	.info-tab .card .collapse{
		display: block;
		border-width: 1px;
		border-style: solid;
		border-color: #FFF #D2D2D2 #D2D2D2;
	}
}
@media (max-width: 991.98px) {
    .info-tab .card .card-header a:not(.collapsed) .rotate-icon {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	.info-tab .card .card-header {
    	padding: 0.9rem 1.25rem;
		background-color: #F4F4F4;
		border-bottom: 0;
	}
	.info-tab .card .card-header a {
		display: block;
	}
	.info-tab .card .fa-angle-down {
		float: right;
	}
	.info-tab .tab-content > .tab-pane {
		display: block !important;
		opacity: 1;
		margin-bottom: 5px;
	}
}

.faq-section ol {
	padding-left: 0;
}
.faq-section .card {
    border: 0;
    background-color: transparent;
}
.faq-section .card-header {
    padding: 15px 20px;
    background-color: transparent;
}
.faq-section .card-link li {
    font-size: 16px;
    font-weight: bold;
}
.faq-section .card-link,
.faq-section .card-header a.collapsed,
.faq-section .card-header a:active,
.faq-section .card-header a:focus {
	color: #1C1C1C;
    text-decoration: none;
}
.faq-section .card-body ol,
.faq-section .card-body ul {
	list-style: none;
	counter-reset: li;
	padding-left: 0;
}
.faq-section .card-body {
	padding: 1rem 1.25rem 1rem 2rem;
    line-height: 22px;
}
.faq-section .card-body li {
	counter-increment: li;
	margin-bottom: 30px;
}
.faq-section .card-body li p {
	display: inline-block;
	margin-bottom: 3px;
	font-weight: bold;
}
.faq-section .card-body li::before {
	content: counter(li);
	color: #1C1C1C;
	display: inline-block;
	width: 1em;
	margin-left: -20px;
	font-weight: bold;
}
.faq-section .card-body ul li {
	counter-increment: none;
	margin-bottom: 5px;
	list-style-type: disc;
}
.faq-section .card-body ul li::before {
	content: normal;
}
.faq-section .card-body .col-1 {
	-ms-flex: 0 0 3%;
	flex: 0 0 3%;
	max-width: 3%;
}
.faq-section .card-body .col-11 {
	-ms-flex: 0 0 97%;
	flex: 0 0 97%;
	max-width: 97%;
}
@media (max-width: 575.98px) {
	.faq-section .card-link li {
        font-size: 15px;
    }
}

.store-img.fixed-top {
	top: 125px;
	z-index: 1;
}
@media (max-width: 767.98px) {
	.store-img.fixed-top {
		position: relative;
		top: 0;
	}
}

.status-tag {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #C15963;
    color: #FFF;
    font-size: 14px;
	letter-spacing: 0.01em;
    padding: 4px 10px;
}

.ingred-incl {
	height: 50px;
}
.ingred-incl img {
	display: inline-block;
}

.indicator {
	padding-left: 32px;
	padding-bottom: 25px;
	z-index: 1;
}
@media (max-width: 767.98px) {
	.indicator {
		padding-left: 15px;
		padding-bottom: 15px;
	}
}

#toggle-ingred {
	padding: 10px;
	font-size: 14px;
	background-color: #FFF;
}
#toggle-ingred:hover, #toggle-ingred:focus {
	background-color: #3A3A3A;
	text-decoration: none;
	outline: none;
	box-shadow: none;
}

#hidden_ingred {
	position: absolute;
	left: 185px;
	bottom: 24px;
	width: 400px;
	padding: 15px;
	border-radius: 5px;
	cursor: default;
	background-color: #FFF;
	box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 15%);
	z-index: 2;
}
#hidden_ingred .border-top {
	border-color: #DDD !important;
}
#hidden_ingred .d-flex {
	margin-bottom: 3px;
}
@media (max-width: 767.98px) {	
	#hidden_ingred {
		left: 145px;
		bottom: 14px;
	}
}
@media (max-width: 550px) {
	#hidden_ingred {
		left: 15px;
		bottom: 60px;
		width: 350px;
	}
}

#hover-content {
    display: none;
}
#tooltip:hover #hover-content {
    display: block;
	position: absolute;
	bottom: 65%;
	left: 5%;
	margin-bottom: 22px;
    width: 15rem;
	z-index: 1;
	padding: 11px;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.8);
}
#tooltip:hover #hover-content p {
	font-size: 12px;
	line-height: 1.4;
}

/* button */
.btn {
    font-family: "Poppins", sans-serif;
	font-weight: bold;
    font-size: 14px;
    letter-spacing: .2px;
    padding: 10px 20px;
	margin: 0;
    border-radius: 5px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-primary, a.btn-primary {
    color: #1C1C1C;
    background-color: #C5C9AE;
    border: 1px solid #C5C9AE;
}
.btn-primary:hover, a.btn-primary:hover,
.btn-primary:focus, a.btn-primary:focus,
:not(.btn-check)+.btn:active {
    color: #1C1C1C;
    background-color: #C5C9AE;
    border: 1px solid #C5C9AE;
    text-decoration: none;
    opacity: 0.85;
}

.btn-secondary, a.btn-secondary {
    color: #1C1C1C;
    background-color: #C5C9AE;
    border: 1px solid #C5C9AE;
}
.btn-secondary:hover, a.btn-secondary:hover,
.btn-secondary:focus, a.btn-secondary:focus,
:not(.btn-check)+.btn:active {
    color: #1C1C1C;
    background-color: #C5C9AE;
    border: 1px solid #C5C9AE;
    text-decoration: none;
    opacity: 0.85;
}

.btn-secondary-rev, a.btn-secondary-rev {
    color: #FFF;
    background-color: transparent;
    border: 1px solid #FFF;
}
.btn-secondary-rev:hover, a.btn-secondary-rev:hover {
    color: #1C1C1C;
	background-color: #FFF;
	border: 1px solid #FFF;
}

.btn-text, a.btn-text {
    color: #1C1C1C;
    font-weight: bold;
}
a.btn-text:after {
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	content: "\f054";
	padding-left: 2px;
}
a.btn-text.text-sm:after {
	font-size: 12px;
}
a.btn-text.text-xsm:after {
	font-size: 10px;
}

.btn-text-link, a.btn-text-link {
    color: #550C26;
}
.btn-text-link:hover, a:hover.btn-text-link {
	text-decoration: underline;
}
/* end button */


/*======== footer ========*/
.footer {
	background-color: #eaeae8;
    padding: 40px 0;
}
.footer .btn-secondary-rev {
	padding: 10px 15px;
}
.footer a {
    color: #1C1C1C;
}
.footer a.fa-round {
    text-decoration: none;
}
.footer img {
    mix-blend-mode: multiply;
}
@media (max-width: 575.98px) {
	.footer {
        padding: 25px 0;
    }
    .footer p, .footer a, .footer td {
        font-size: 13px;
        line-height: 20px;
        letter-spacing: normal;
    }
    
    .footer img {
        zoom: 0.7;
    }
}

.rose-contact td {
    line-height: 24px;
}
.rose-contact i {
    font-size: 13px;
}
.rose-contact i:not(.fa-round > i) {
    padding-top: 6px;
}
.rose-contact a {
    color: #1C1C1C;
}
@media (max-width: 575.98px) {
	.rose-contact td {
        line-height: 20px;
    }
}

.fa-round {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 37px;
    height: 37px;
    border-radius: 50%;
    margin: 0 5px;
	border: 2px solid #550C26;
    text-align: center;
    transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}
.fa-round i {
	font-size: 16px;
	color: #1C1C1C;
}
.fa-round:hover {
	opacity: .7;
}
a.fa-round {
	border-color: #1C1C1C;
    text-decoration: none;
}

.footer-nav-link ul {
	padding-left: 0;
}
.footer-nav-link li {
	list-style-type: none;
	letter-spacing: 0.01em;
	padding-bottom: 5px;
}
.footer-nav-link li a {
	color: #1C1C1C;
}
@media (min-width: 768px) {
    .footer-nav-link {
        margin-top: 120px;
        margin-left: 90px;
    }
}
@media (max-width: 575.98px) {	
	.footer-nav-link li {
		display:inline-flex;
		width: 48%;	
	}
}

.scrollup {
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    opacity: .4;
    position: fixed;
    bottom: 30px;
    right: 20px;
    display: none;
    background: url('../images/icon_top.png') no-repeat;
    z-index: 1;
}

@media (min-width: 576px) {
	.fixed-top-bottom {
		position: -webkit-sticky;
		position: sticky;
		top: 125px;
		right: 0;
		left: 0;
	}
	.fixed-top-bottom #toggle-summary-btn {
		cursor: default;
		color: inherit;
	}
	.fixed-top-bottom .updown {
		display: none;
	}
	.fixed-top-bottom a {
		text-decoration: none;
	}
	.fixed-top-bottom .total-col {
		margin: 20px 0;
	}
	
	#hidden_summary {
		height: auto !important;
	}
}
@media (max-width: 575.98px) {
    .fixed-top-bottom {
		position: fixed;
		right: 0;
		left: 0;
		bottom: 0;
		width: 100%;
		background-color: #FFF;
		box-shadow: 0px 0px 15px #EEE;
		padding: 15px;
		z-index: 1030;
	}
	.fixed-top-bottom .btn-light,
	.fixed-top-bottom a.btn-light {
		width: 100%;
	}
	.fixed-top-bottom .updown {
		display: inline-block;
	}
	.fixed-top-bottom a h4 {
		font-size: 16px;
		color: #550C26;
	}
	.fixed-top-bottom .fa-chevron-up,
	.fixed-top-bottom .fa-chevron-down {
		color: #550C26;
		font-size: 14px;
	}
	.fixed-top-bottom .total-col {
		margin: 15px 0;
	}
	
	#hidden_summary {
		height: 0;
		overflow: hidden;
		transition: height 0.8s ease;
	}
}
