/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	clear: both;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img { border: none; }




/* =Fonts
-------------------------------------------------------------- */

h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text,
input[type=submit]
{
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

body,
input,
textarea {
	color: #666;
	font-size: 12px;
	line-height: 18px;
}
hr {
	background-color: #E7E7E7;
	border:0;
	height: 1px;
	margin-bottom: 18px;
	clear:both;
}

/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style:upper-alpha;
}
ol ol ol {
	list-style:lower-roman;
}
ol ol ol ol {
	list-style:lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom:0;
}
dl {
	margin:0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	padding: 2px;
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
}




table {
	border: 1px solid #e7e7e7;
	text-align: left;
	margin: 0 -1px 24px 0;
	width: 100%;
}
tr th,
 thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
 tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
 tr.odd td {
	background: #F2F7FC;
}




.attachment img {
	max-width: 900px;
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft, 
 img.alignright, 
 img.aligncenter {
	margin-bottom: 12px;
}
 .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	text-align: center;
	margin-bottom: 20px;
	padding: 4px;
}
 .wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	margin: 5px;
	color: #888;
	font-size: 12px;
}
.wp-smiley {
	margin:0;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom:none;
	margin-bottom:0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #FF4B33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #FF4B33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	margin-bottom: 18px;
	padding-bottom: 18px;
	border-bottom: 1px solid #e7e7e7;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	display:block;
	margin: 0;
}
#comments .pingback .url {
	font-style: italic;
	font-size: 13px;
}



/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	margin: 24px 0;
	border-top: 1px solid #e7e7e7;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
}
#respond .required {
	color:#FF4B33;
	font-weight:bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin:0 0 9px;
	width:98%;
}
#respond textarea {
	width:98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	width: auto;
	font-size: 14px;
}




/* ---------- layout ----------*/
:root {
    font-size: 20px;
}
body {
    font-family: 'Open Sans', sans-serif;
}
.wrapper {
    margin: 0 auto;
    overflow: hidden;
}
.inner_wrapper {
    background: linear-gradient(115.5deg, #F4F3F2 6.27%, rgba(243, 241, 241, 0.51) 97.08%);
}
.container {
	max-width: 1250px;
	margin:0 auto;
}
.container-sm {
    max-width: 1142px;
}
.clear{clear:both; font-size:0px;line-height:0px;}

/*-------------------------------------------*/

@font-face {
    font-family: 'optidanley';
    src: url('../webfonts/optidanley-medium-webfont.woff2') format('woff2'),
         url('../webfonts/optidanley-medium-webfont.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'optidanley';
    src: url('../webfonts/optidanley-bold-webfont.woff2') format('woff2'),
         url('../webfonts/optidanley-bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy_font';
    src: url('../webfonts/gilroy-regular-webfont.woff2') format('woff2'),
         url('../webfonts/gilroy-regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gilroy_font';
    src: url('../webfonts/gilroy-medium-webfont.woff2') format('woff2'),
         url('../webfonts/gilroy-medium-webfont.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gilroy_font';
    src: url('../webfonts/Gilroy-SemiBold.woff2') format('woff2'),
         url('../webfonts/Gilroy-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gilroy_font';
    src: url('../webfonts/gilroy-bold-webfont.woff2') format('woff2'),
         url('../webfonts/gilroy-bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gilroy_font';
    src: url('../webfonts/gilroy-extrabold-webfont.woff2') format('woff2'),
         url('../webfonts/gilroy-extrabold-webfont.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}


/* --------- HEADER HERE ---------*/
.header {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 9999;
}
.header .d-flex {
    position: relative;
	min-height: 116px;
}
.logo {
    
}
.logo img {
    display: block;
    max-width: 100%;
}
.search_box {
    position: relative;
    width: 248px;
}
/*
.search_box:after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: -webkit-linear-gradient(left, #847A74 -3.24%, #565254 46.74%, rgba(143, 32, 69, 0) 97.57%);
	background: linear-gradient(90deg, #847A74 -3.24%, #565254 46.74%, rgba(143, 32, 69, 0) 97.57%);
    -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
    transform: matrix(-1, 0, 0, 1, 0, 0);
}
*/
.h_search {
    display: block;
    width: 100%;
    height: 40px;
    background: rgba(255, 255, 255, 0.44) url('../images/searchicon.svg') no-repeat right 15px center !important;
    border: none;
    border-radius: 50px;
    box-shadow: none;
    -webkit-appearance: none;
    outline: none !important;
    padding: 0 25px;
    padding-right: 35px;
    color: #000000;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 42px;
    letter-spacing: 0.1em;
}
.woocommerce-checkout .h_search {
    background-color: rgba(255, 255, 255, 0.44) !important;
}
.cart_box {
    position: relative;
    margin-right: 12px;
}
.cart_count {
	display: block;
    width: 24px;
    height: 24px;
    background: url('../images/carticon.svg') no-repeat center center;
}
.cart_count i {
    background: #8F2045;
    border: 2px solid #F3E4DD;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-style: normal;
    line-height: 18px;
    text-align: center;
    position: absolute;
    right: -12px;
    top: -6px;
}
.inner_header {
    position: relative;
    background: linear-gradient(279.27deg, #D8A898 3.25%, rgba(216, 168, 152, 0.83) 16.65%, rgba(208, 150, 123, 0.59) 39.92%, rgba(228, 180, 157, 0.53) 64.79%, rgba(216, 168, 152, 0.81) 92.99%);
}
.inner_header .d-flex {
    min-height: 111px;
}

/* ---------------------------------------------------------*/



/* --------- NAVIGATION HERE --------*/
.nav										{}
.nav ul										{}
.nav ul li									{}
.nav ul li a								{}
.nav ul li a span							{}
.nav ul li a:hover							{}
.mainnav {
	
}
.mainnav nav {
    
}
.mainnav nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.mainnav nav > ul > li {
    margin-right: 26px !important;
}
.mainnav nav > ul > li:last-child {
    margin-right: 0 !important;
}
.mainnav > nav > ul > li > a {
    position: relative !important;
    display: block !important;
    color: #000000 !important;
    font-size: 14px !important;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 500 !important;
    line-height: 80px !important;
    text-decoration: none !important;
    letter-spacing: 0.1em !important;
    text-transform: uppercase !important;
    padding: 0 !important;
}
.mainnav > nav > ul > li > a .ubermenu-sub-indicator {
    display: none;
}
.mainnav nav ul li a:hover {
    color: #861F41;
}
.mainnav nav ul li.current-menu-item a {
    color: #861F41;
}
.mainnav nav ul li.current-menu-item a:before {
    display: block;
    content: "";
    width: 8px;
    height: 1px;
    background: #861F41;
    position: absolute;
    left: 0;
    bottom: 18px;
}
.mainnav nav ul li.current-menu-item a:after {
    display: block;
    content: "";
    width: calc(100% - 12px);
    height: 1px;
    background: #861F41;
    position: absolute;
    right: 0;
    bottom: 18px;
}
@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
        transition: all .3s;
    }
    100% {
        opacity: 0.9;
        transform: translateY(0);
        transition: all .3s;
    }
}
.sticky .header {
    width: 100%;
    position: fixed;
    background: rgba(255,255,255,0.98);
    -webkit-animation: slide-down 0.6s ease-in-out;
    -moz-animation: slide-down 0.6s ease-in-out;
    animation: slide-down 0.6s ease-in-out;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
}
.sticky .header .d-flex {
    min-height: 66px;
    justify-content: space-between !important;
}
.sticky .header .logo {
    width: 150px;
}
.sticky .header .search_box {
    display: none;
}
.sticky .mainnav > nav > ul > li {
    margin-right: 60px !important;
}
.sticky .mainnav > nav > ul > li:last-child {
    margin-right: 0 !important;
}
.sticky .mainnav {
    padding-right: 0 !important;
}
.sticky .mainnav > nav > ul > li > a {
    line-height: 66px !important;
}
a {
    transition: 0.15s ease-in;
}

/* ---------------------------------------------------------*/

/* ------- MAIN CONTENT HERE --------*/
.main_content								{}
.backbg {
    display: none !important;
}
.backbgbox {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.homehero_wrapper {
    padding-top: 152px;
    padding-bottom: 116px;
    background: radial-gradient(102.06% 105.37% at 32.1% -3.32%, #D8A898 0.02%, rgba(216, 168, 152, 0.83) 14.95%, rgba(234, 206, 193, 0.59) 51.01%, rgba(234, 206, 193, 0.53) 60.65%, rgba(216, 168, 152, 0.81) 94.96%);
}
.homeslider {
    
}
.homeslider figure {
    margin: 0;
}
.homeslider figure img {
    display: block;
    width: 100%;
}
.homeslider .caption {
	position: absolute;
    left: 0;
    top: 0;
    width: 59%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 112px;
    z-index: 40;
    opacity: 0;
    transition: 0.15s ease-in;
}
.homeslider .caption h1 {
    
}
.homeslider .caption p {
    color: #744E5A;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 1.38;
    min-height: 75px;
    margin-bottom: 30px;
}
.homeslider .caption .btn {
    margin-right: auto;
}
.slick-prev {
    display: block;
    width: 68px;
    height: 68px;
    background: url('../images/leftarrow.png') no-repeat center center;
    border: none;
    border-radius: 50%;
    box-shadow: none;
    -webkit-appearance: none;
    outline: none !important;
    font-size: 0.1px;
    text-indent: -9999px;
    transition: 0.15s ease-in;
}
.slick-prev:hover {
    background: rgba(143,32,69,0.05) url('../images/leftarrow.png') no-repeat center center;
}
.slick-next {
    display: block;
    width: 68px;
    height: 68px;
    background: url('../images/rightarrow.png') no-repeat center center;
    border: none;
    border-radius: 50%;
    box-shadow: none;
    -webkit-appearance: none;
    outline: none !important;
    font-size: 0.1px;
    text-indent: -9999px;
    transition: 0.15s ease-in;
}
.slick-next:hover {
    background: rgba(143,32,69,0.05) url('../images/rightarrow.png') no-repeat center center;
}
.slick-disabled {
    opacity: 0.4; 
    pointer-events: none;
}
.homeslider .slick-prev {
    position: absolute;
    top: 50%;
    left: -100px;
    transform: translate(0,-50%);
}
.homeslider .slick-next {
    position: absolute;
    top: 50%;
    right: -100px;
    transform: translate(0,-50%);
}
@keyframes fadeIn {
   0% {opacity: 0;}
   100% {opacity: 1;}
} 
.homeslider .caption.showcaption {
    animation-name: fadeIn;
    animation-duration: 0.8s;
    animation-fill-mode: both;
}
.services_wrapper {
    padding-top: 75px;
    padding-bottom: 80px;
    overflow: hidden;
}
.service_slide {
    display: flex;
}
.service_slide figure {
    flex: 0 0 46.5%;
    max-width: 46.5%;
    margin: 0;
    min-height: 600px;
}
.service_slide figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.service_slide .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
    padding-left: 42px;
    padding-right: 190px;
}
.service_slide .content h2 {
    padding-bottom: 35px;
}
.service_slide .content h2:after {
    display: block;
    content: "";
    height: 2px;
    background: -webkit-linear-gradient(right, rgba(244, 244, 244, 0) -3.47%, #E1DDDD 26.07%, #E1E1E1 73.65%, rgba(228, 208, 208, 0) 99.98%);
    background: linear-gradient(270deg, rgba(244, 244, 244, 0) -3.47%, #E1DDDD 26.07%, #E1E1E1 73.65%, rgba(228, 208, 208, 0) 99.98%);
    margin-top: 40px;
}
.service_slide .content p {
    color: #999999;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 2;
    margin-bottom: 38px;
}
.service_slide .content .btn {
    margin-right: auto;
}
.slick-dots {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 100px;
}
.slick-dots li {
    padding: 0 4px;
}
.slick-dots li button {
    display: block;
    width: 12px;
    height: 12px;
    background: none;
    border: 1px solid #8F2045;
    border-radius: 50%;
    box-shadow: none;
    -webkit-appearance: none;
    outline: none !important;
    padding: 0;
    font-size: 0.1px;
    text-indent: -9999px;
}
.slick-dots li button:hover {
    background: #f4d2dd;
}
.slick-dots li.slick-active button {
    background: #8F2045;
}
.services_wrapper .col-md-12 {
    position: relative;
}
.next_service {
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translate(0,-50%);
    cursor: pointer;
}
.next_service:before {
    display: block;
    content: "";
    width: 120%;
    position: absolute;
    left: -10%;
    height: 1000px;
    top: -500px;
    background: #ffffff;
    z-index: -1;
    pointer-events: none;
}
.next_service:hover figure:after {
    opacity: 0.6;
}
.next_service figure {
    position: relative;
    width: 178px;
    height: 170px;
    margin: 0;
    margin-bottom: 62px;
}
.next_service figure:after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(330.58deg, rgba(171, 111, 83, 0.54) -5.69%, rgba(170, 104, 70, 0) 135.2%);
    background: linear-gradient(119.42deg, rgba(171, 111, 83, 0.54) -5.69%, rgba(170, 104, 70, 0) 135.2%);
    background-blend-mode: multiply;
    transition: 0.15s ease-in;
    z-index: 60;
}
.next_service figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
}
.next_service figure img.next {
	opacity: 0;
    transition: 0.15s ease-in;
}
.next_service figure.open img.next {
	opacity: 1;
}
.next_service h6 {
    display: inline-block;
    color: #8F2045;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    padding-right: 20px;
    background: url('../images/linkarrow.svg') no-repeat right center;
}
.services_slider .slick-prev {
    display: none !important;
} 
.shopyour_body {
    position: relative;
    background: #8F2045;
    padding-top: 55px;
    padding-bottom: 60px;
    overflow: hidden;
}
.shopyour_body .section_title {
    padding-bottom: 20px;
}
.shopyour_body .section_title h2 {
    color: #FFFFFF;
    padding-bottom: 14px;
}
.shopyour_body .section_title p {
    color: #FFFFFF;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 1.5;
    max-width: 534px;
    margin: 0 auto;
}
.shopyour_body .container {
	position: relative;
    z-index: 40;
}
.shopyour_body .curve1 {
	position: absolute;
    left: 0;
    top: 0;
}
.shopyour_body .curve1 img {
    display: block;
    max-width: 100%;
}
.shopyour_body .curve2 {
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}
.shopyour_body .curve2 img {
    display: block;
    width: calc(100% - 100px);
    height: calc(100% - 20px);
}
.shopyour_body .curve3 {
	position: absolute;
    right: 0;
    bottom: 0;
}
.shopyour_body .curve3 img {
    display: block;
    max-width: 100%;
}
.shopyour_body .bodymain {
    position: absolute;
    display: flex;
    justify-content: center;
    left: 0;
    width: 100%;
    bottom: 0;
    margin: 0;
    z-index: 60;
    pointer-events: none;
}
.shopyour_body .bodymain img {
    display: block;
    max-width: 100%;
}
.shop_highlights {
    min-height: 638px;
}
.shop_highlights ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.shop_highlights ul li {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 48px;
}
.shop_highlights ul li:nth-child(1) {
    padding-left: 150px;
}
.shop_highlights ul li:nth-child(2) {
    padding-right: 150px;
}
.shop_highlights ul li:nth-child(3) {
    padding-left: 80px;
}
.shop_highlights ul li:nth-child(4) {
    padding-right: 80px;
}
.shop_highlights ul li:nth-child(2n) {
    display: flex;
    justify-content: flex-end;
}
.shop_box {
    position: relative;
    width: 350px;
    min-height: 144px;
    display: flex;
    flex-direction: column;
    justify-content: center; 
    background: url('../images/shopbg.svg') no-repeat center center;
    text-align: left;
    padding: 15px 54px;
}
.shop_box .title {
    display: flex;
    align-items: center;
    margin-bottom: 4px;
}
.shop_box .title figure {
    margin: 0;
    margin-right: 10px;
}
.shop_box .title figure img {
    display: block;
    max-width: 100%;
}
.shop_box .title h4 {
    color: #0B0D17;
    font-size: 24px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    line-height: 1;
    padding-bottom: 0;
    transition: 0.15s ease-in;
}
.shop_box p {
    color: #472A2A;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 0;
}
.shop_box a {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.shop_box:hover h4 {
    color: #8F2045;
}
.best_seller_wrapper {
    background: -webkit-radial-gradient(106.49% 109.81% at 56.37% -3.82%, rgba(176, 121, 102, 0.03) 0.02%, rgba(216, 168, 152, 0.14) 14.95%, rgba(234, 206, 193, 0.59) 51.01%, rgba(234, 206, 193, 0.53) 60.65%, rgba(219, 119, 86, 0.45) 95.56%);
    background: radial-gradient(106.49% 109.81% at 56.37% -3.82%, rgba(176, 121, 102, 0.03) 0.02%, rgba(216, 168, 152, 0.14) 14.95%, rgba(234, 206, 193, 0.59) 51.01%, rgba(234, 206, 193, 0.53) 60.65%, rgba(219, 119, 86, 0.45) 95.56%);
    padding-top: 80px;
    padding-bottom: 92px;
}
.best_seller_wrapper .title {
    padding-bottom: 46px;
}
.best_seller_wrapper .title h2 {
    padding-bottom: 12px;
}
.best_seller_wrapper .title p {
    color: #948686;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 1.5;
    max-width: 534px;
    margin: 0 auto 18px;
}
.best_seller_carousel {
    margin-right: calc(-100vw / 2 + 1340px / 2 - 65px);
}
.best_seller_carousel .slick-slide {
	width: 414px;
    padding-right: 24px;
}
.best_seller_box {
    position: relative;
}
.best_seller_box figure {
    margin: 0;
    height: 444px;
}
.best_seller_box figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.best_seller_box h5 {
    position: absolute;
    left: 0;
    bottom: 25px;
    width: 100%;
    color: #0B0D17;
    font-size: 20px;
    font-family: 'optidanley';
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.05em;
    text-transform: capitalize;
    text-align: center;
    z-index: 40;
    transition: 0.15s ease-in;
}
.best_seller_box > a {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 60;
}
.best_seller_box:after {
    display: block;
    content: "";
    left: 0;
    top: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(269.9deg, rgba(255, 255, 255, 0.1) 41.68%, rgba(255, 255, 255, 0.91) 99.92%);
    background: linear-gradient(180.1deg, rgba(255, 255, 255, 0.1) 41.68%, rgba(255, 255, 255, 0.91) 99.92%);
}
.best_seller_box:hover h5 {
    color: #8F2045;
}
.slider_counter {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 52px;
}
.slider_counter .tc_prev {
    display: block;
    width: 64px;
    height: 24px;
    background: url('../images/cleftarrow.svg') no-repeat center center;
    border: none;
    border-radius: 50px;
    box-shadow: none;
    -webkit-appearance: none;
    outline: none !important;
    margin-right: 18px;
}
.slider_counter .tc_next {
    display: block;
    width: 64px;
    height: 24px;
    background: url('../images/crightarrow.svg') no-repeat center center;
    border: none;
    border-radius: 50px;
    box-shadow: none;
    -webkit-appearance: none;
    outline: none !important;
    margin-left: 18px;
}
.slider_counter .slides-numbers {
    color: #FCEBE6;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 24px;
}
.slider_counter .slides-numbers .active {
    color: #ffffff;
}
.best_offer_wrapper {
    padding-top: 80px;
    padding-bottom: 50px;
}
.best_offer_wrapper .title {
    padding-left: 28px;
}
.best_offer_wrapper .title h2 {
    padding-bottom: 10px;
}
.best_offer_wrapper .title p {
    color: #948686;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 1.5;
    min-height: 80px;
}
.best_offer_wrapper .row {
    margin: 0 -12px;
}
.best_offer_wrapper .row [class*=col-] {
    padding: 0 12px;
}
.best_offer {
    position: relative;
    margin-bottom: 24px;
}
.best_offer:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(108.72deg, #EFC2B3 -2.58%, rgba(239, 194, 179, 0) 107.65%);
    background: linear-gradient(341.28deg, #EFC2B3 -2.58%, rgba(239, 194, 179, 0) 107.65%);
    z-index: -1;
}
.bo1 {
    min-height: 650px;
    border-radius: 0px 0px 82px 0px;
    overflow: hidden;
}
.bo_title {
    width: 220px;  
}
.bo_title h6 {
    color: #000000;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding-bottom: 12px;
}
.bo_title h4 {
    color: #8F2045;
    font-size: 40px;
    font-family: 'optidanley';
    font-weight: 500;
    line-height: 1.05;
    letter-spacing: 0.05em;
    padding-bottom: 20px;
}
.offer_price {
    
}
.offer_price h5 {
    color: #FFFFFF;
    font-size: 24px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    line-height: 1.17;
}
.offer_price h5 strong {
    display: block;
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
}
.offer_price h5 em {
    display: block;
    text-align: right;
    font-size: 20px;
    font-style: normal;
    padding-right: 8px;
}
.bo1 .bo_title {
	position: absolute;
    left: 30px;
    top: 42px;
}
.bo1 .offer_price {
    position: absolute;
    right: 22px;
    top: 42px;
}
.bo2 {
    background-size: contain;
    background-position: right top;
    min-height: 422px;
    border-radius: 0px 137px 0px 0px;
    overflow: hidden;
}
.bo2:after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(276.37deg, rgba(254, 243, 231, 0) 4.49%, rgba(254, 243, 231, 0) 28.42%, rgba(247, 223, 215, 0.24) 46.1%, #F3ECE8 67.78%);
}
.bo2 .bo_title {
    width: 328px;
	position: absolute;
    left: 42px;
    top: 60px;
    z-index: 40;
}
.bo2 .bo_title h6 {
    font-size: 24px;
    line-height: 1.35;
    padding-bottom: 6px;
}
.bo2 .bo_title h4 {
    padding-bottom: 15px;
}
.bo2 .bo_title .discount_price {
    
}
.discount_price {
    padding-bottom: 30px;
}
.discount_price h5 {
    color: #8F2045;
    font-size: 40px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    line-height: 1;
}
.discount_price h5 strong {
    font-size: 64px;
    font-weight: 700;
}
.bo_box {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px;
}
.bo_box .col1 {
    padding: 0 12px;
    flex: 0 0 56%;
    max-width: 56%;
}
.bo_box .col2 {
    padding: 0 12px;
    flex: 0 0 44%;
    max-width: 44%;
}
.bo3 {
    min-height: 372px;
    border-radius: 72px 0px 0px 0px;
    overflow: hidden;
    background-position: left bottom;
}
.bo3:before {
    background: rgba(255, 220, 200, 0.49);
}
.bo3 .bo_title {
    position: absolute;
    top: 12px;
    left: auto;
    right: 16px;
    text-align: right;
}
.bo3 .discount_price {
    padding-bottom: 10px;
}
.bo3 .discount_price h5 {
    color: #8F2045;
    font-size: 28px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    line-height: 1;
}
.bo3 .discount_price h5 strong {
    font-size: 54px;
}
.bo3 .bo_title h4 {
    font-size: 28px;
    line-height: 1.21;
    padding-bottom: 24px;
}
.bo4 {
    min-height: 372px;
    background-position: right bottom;
    border-radius: 0px 0px 93px 0px;
    overflow: hidden;
}
.bo4:before {
    background: linear-gradient(342.87deg, rgba(234, 206, 193, 0.53) -6.31%, rgba(221, 171, 149, 0) 105.86%);
}
.bo4 .bo_title {
	position: absolute;
    left: 0;
    top: 20px;
    width: 100%;
    padding-left: 18px;
}
.bo4 .discount_price {
	padding-bottom: 0;
}
.bo4 .discount_price h5 {
    color: #FFFFFF;
    font-size: 24px;
    line-height: 1;
}
.bo4 .discount_price h5 strong {
    font-size: 48px;
}
.bo4 .bo_title h4 {
    color: #FFFFFF;
    font-size: 24px;
    line-height: 1.42;
    padding-bottom: 18px;
}
.mobile_menubtn {
    display: none;
}
.featured_partners_wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
}
.featured_partners_wrapper .title {
    padding-bottom: 40px;
}
.title h2 {
    padding-bottom: 10px;
}
.title p {
    color: #948686;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 1.5;
}
.featured_partners_carousel {
    margin-right: calc(-100vw / 2 + 1340px / 2 - 65px);
}
.featured_partners_carousel .slick-slide {
    width: 416px;
    padding-right: 25px;
}
.featured_partner_box {
    position: relative;
    display: flex;
}
.featured_partner_box figure {
    margin: 0;
    flex: 0 0 138px;
    max-width: 138px;
    min-width: 138px;
    height: 138px;
    margin-right: 22px;
}
.featured_partner_box figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.featured_partner_box .content {
    flex: 1;
    padding-top: 16px;
}
.featured_partner_box .content h5 {
    color: #000000;
    font-size: 20px;
    font-family: 'optidanley';
    font-weight: 500;
    line-height: 1.06;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding-bottom: 10px;
}
.featured_partner_box .content p {
    color: #948686;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 1.29;
}
.read_more {
	background: url('../images/readarrow.svg') no-repeat right center;
    border: none;
    border-radius: 0;
    box-shadow: none;
    -webkit-appearance: none;
    outline: none !important;
    color: #8F2045;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 1.29;
    padding: 0;
    padding-right: 25px;
}
.read_more:hover {
    text-decoration: underline;
}
.featured_partner_box > a {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.featured_partner_box:hover .read_more {
	text-decoration: underline;
}
.our_subscription_wrapper {
    background: linear-gradient(73.67deg, rgba(251, 239, 239, 0.58) -3.13%, rgba(241, 239, 239, 0.51) 101.98%);
    padding-top: 66px;
    padding-bottom: 80px;
}
.our_subscription_wrapper .title {
    padding-bottom: 24px;
}
.subscription_box {
    padding: 30px;
    text-align: center;
    background: #FFFFFF;
    min-height: 386px;
}
.subscription_carousel {
    margin: 0 -12px;
}
.subscription_carousel .slick-slide {
	padding: 12px;
}
.subscription_box h6 {
    color: #8F2045;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 1.06;
    text-transform: capitalize;
    padding-bottom: 16px;
}
.subscription_box h3 {
    color: #000000;
    font-size: 48px;
    font-family: 'optidanley';
    font-weight: 500;
    line-height: 1.06;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding-bottom: 32px;
}
.subscription_box .nos_services {
    background: linear-gradient(92.17deg, rgba(156, 108, 86, 0.59) 1.69%, rgba(188, 150, 132, 0.53) 39.14%, rgba(96, 39, 21, 0.45) 95.07%);
    margin: 0 -30px;
    height: 95px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}
.subscription_box .nos_services h4 {
    color: #783B25;
    font-size: 32px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 1.06;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}
.subscription_box .nos_services h4 strong {
    font-weight: 700;
}
.subscription_box .nos_services h4 strong em {
    font-size: 40px;
    font-style: normal;
}
.subscription_box .nos_services.prime {
    background: linear-gradient(92.17deg, rgba(81, 99, 126, 0.59) 1.69%, rgba(214, 214, 214, 0.53) 35.73%, rgba(214, 214, 214, 0.53) 51.3%, rgba(81, 99, 126, 0.62) 95.07%);
}
.subscription_box .nos_services.prime h4 {
    color: #626171;
}
.subscription_box .nos_services.gold {
    background: linear-gradient(92.17deg, #E1A93C 1.69%, #FAF398 39.14%, #DFA93C 95.07%);
}
.subscription_box .nos_services.gold h4 {
    color: #6A3300;
}
.homeslider .mob {
    display: none;
}
.best_offer_carousel {
    display: none;
}
.filter_dropdown {
    margin-bottom: 34px;
}
.filter_dropdown .title {
    display: none;
}
.filter_dropdown .nav {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #FFFFFF;
    border-radius: 500px;
    padding: 16px;
}
.filter_dropdown .nav li {
    flex: 1;
}
.filter_dropdown .nav li:not(:last-child) {
    margin-right: 34px;
}
.filter_dropdown .nav li .nav-link {
    width: 100%;
	display: flex;
    height: 40px;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border: 1px solid #666666;
    border-radius: 50px;
    box-shadow: none;
    -webkit-appearance: none;
    outline: none !important;
    color: #666666;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.05em;
    text-transform: capitalize;
    text-align: center;
}
.filter_dropdown .nav li .nav-link:hover {
    background: #8F2045;
    border: 1px solid #8F2045;
    color: #ffffff;
}
.filter_dropdown .nav li .nav-link.active {
    background: #8F2045;
    border: 1px solid #8F2045;
    color: #ffffff;
}
.product_list {
    padding-bottom: 10px;
}
.product_list .row {
    margin: 0 -8px !important;
}
.product_list .row .col {
    padding: 0 8px !important;
    margin-bottom: 16px;
}
.product_box {
    height: 100%;
    position: relative;
    padding: 24px;
    background: linear-gradient(205.97deg, #FFFFFF 5.17%, rgba(255, 255, 255, 0.85) 65.38%, rgba(255, 255, 255, 0.98) 101.05%);
    border-radius: 16px;
    padding-bottom: 80px;
    text-align: left;
}
.product_box figure {
    margin: 0;
    overflow: hidden;
    box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.15);
    background: #FFFFFF;
    border-radius: 12px;
    margin-bottom: 24px;
}
.product_box figure a {
    display: block;
    text-decoration: none;
}
.product_box figure img {
    display: block;
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.product_box h4 {
    text-transform: capitalize;
    padding-bottom: 15px;
}
.product_box h4 a {
    color: #050505;
    text-decoration: none;
}
.product_box h4 a:hover {
    color: #8F2045;
}
.pr_meta {
    
}
.pr_meta h6 {
    color: #333333;
    font-size: 12px;
    font-family: 'Gilroy_font';
    font-weight: 400;
    line-height: 1.16;
    padding-bottom: 2px;
}
.price_offer {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    vertical-align: baseline;
}
.price_offer .price {
    display: block;
    color: #333333;
    font-size: 24px;
    font-family: 'Gilroy_font';
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
    margin-right: 6px;
}
.price_offer .price em {
    font-size: 18px;
    font-style: normal;
}
.price_offer > a {
    display: block;
    color: #8F2045;
    font-size: 18px;
    font-family: 'Gilroy_font';
    font-weight: 500;
    line-height: 1.35;
    text-decoration: none;
}
.price_offer > a:hover {
    color: #8F2045;
    text-decoration: underline;
}
.product_box .btn {
    position: absolute;
    left: 24px;
    bottom: 24px;
}
.shop_carousel {
    margin: 0 -8px;
    padding-bottom: 25px;
}
.shop_carousel .slick-slide {
	padding: 0 8px;
}
.shop_carousel .slick-track
{
    display: flex !important;
}
.shop_carousel .slick-slide
{
    height: inherit !important;
}
.breadcrumb {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-top: 28px;
    padding-bottom: 36px;
}
.breadcrumb li.breadcrumb-item {
    color: #8F2045;
    font-size: 14px;
    font-family: 'Gilroy_font';
    font-weight: 700;
    line-height: 1.43;
}
.breadcrumb li.breadcrumb-item a {
    color: #666666;
    font-weight: 600;
    text-decoration: none;
}
.breadcrumb li.breadcrumb-item a:hover {
    color: #666666;
    text-decoration: underline;
}
.breadcrumb li.breadcrumb-item:first-child a {
    font-weight: 400;
}
.breadcrumb-item+.breadcrumb-item:before {
    float: left;
    width: 14px;
    height: 20px;
    background: url('../images/crumbarrow.svg') no-repeat center center;
    padding-right: 0;
    content: "";
    margin-right: 6px;
}
.breadcrumb-item+.breadcrumb-item {
    padding-left: 6px;
}
.shop_wrapper {
    display: flex;
    padding-bottom: 32px;
}
.shop_wrapper .sidebar {
    flex: 0 0 288px;
    max-width: 288px;
    margin-right: 24px;
}
.shop_wrapper .shop_list {
    flex: 1;
}
.filter_box {
    background: #FFFFFF;
    border-radius: 4px;
    padding: 24px 18px;
    margin-bottom: 16px;
}
.filter_box .title {
    
}
.filter_box .title h5 {
    color: #0B0D17;
    font-size: 18px;
    font-family: 'optidanley';
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.05em;
    text-transform: capitalize;
    padding-bottom: 10px;
}
.range_slider {
    padding-top: 10px;
}
.range_slider > img {
    display: block;
    max-width: 100%;
}
.filter_list {
    padding-bottom: 10px;   
}
.filter_list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.filter_list ul li {
    
}
.css-checkbox {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}
.css-label {
    display: block;
	position: relative;
    color: #999999;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 20px;
    padding: 10px 18px;
    padding-left: 48px;
    cursor: pointer;
    transition: 0.15s ease-in;
    margin: 0 !important;
}
.css-label:hover {
    color: #8F2045;
}
.css-checkbox + .css-label:before {
    position: absolute;
    left: 18px;
    top: 10px;
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    border: 2px solid #D9D9D9;
    border-radius: 1px;
    transition: 0.15s ease-in;
}
.css-checkbox + .css-label:after {
    position: absolute;
    left: 18px;
    top: 10px;
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    background: url('../images/checkicon.svg') no-repeat center center;
    transition: 0.15s ease-in;
    opacity: 0;
    visibility: hidden;
}
.css-checkbox:checked + .css-label {
    color: #8F2045;
    background: #FCF9F8;
}
.css-checkbox:checked + .css-label:before {
    background: #8F2045;
    border: 2px solid #8F2045;
}
.css-checkbox:checked + .css-label:after {
    opacity: 1;
    visibility: visible;
}

.check_alt .css-checkbox + .css-label:before {
    border: 2px solid #D9D9D9;
    border-radius: 50%;
}
.check_alt .css-checkbox + .css-label:after {
    left: 21px;
    top: 13px;
    width: 14px;
    height: 14px;
    background: #8F2045;
    border-radius: 50%;
}
.check_alt .css-checkbox:checked + .css-label {
    color: #8F2045;
    background: #FCF9F8;
}
.check_alt .css-checkbox:checked + .css-label:before {
    background: none;
    border: 1px solid #8F2045;
}
.filter_box .filter_list ul {
    margin: 0 -18px;
}
.results_sort {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 10px;
    padding-bottom: 24px;
}
.results_sort p {
    color: #666666;
    font-size: 18px;
    font-family: 'Gilroy_font';
    font-weight: 400;
    line-height: 1.11;
    margin-bottom: 0;
}
.std_select {
    display: block;
    height: 40px;
    background: url('../images/selectarrow.svg') no-repeat right 20px center;
    border: 1px solid #8F2045;
    border-radius: 50px;
    box-shadow: none;
    appearance: none;
    -webkit-appearance: none;
    outline: none !important;
    color: #8F2045;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 38px;
    letter-spacing: 0.2em;
    padding: 0 24px;
    padding-right: 45px;
}
.std_select option {
    background: #ffffff;
}
.results_list {
    
}
.results_list ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px;
}
.results_list ul li {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    padding: 0 12px;
    margin-bottom: 24px;
}
.result_box {
    position: relative;
    background: #FFFFFF;
    border-radius: 16px;
    padding: 16px;
    padding-bottom: 82px;
    height: 100%;
}
.result_box figure {
    margin: 0;
    margin-bottom: 20px;
}
.result_box figure a {
    position: relative;
    display: block;
    padding-bottom: 77%;
}
.result_box figure img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}
.result_box h6 {
    color: #333333;
    font-size: 14px;
    font-family: 'Gilroy_font';
    font-weight: 400;
    line-height: 1.14;
    text-transform: uppercase;
    padding-bottom: 4px;
}
.result_box h4 {
    color: #050505;
    font-size: 22px;
    font-family: 'optidanley';
    font-weight: 500;
    line-height: 1.27;
    text-transform: capitalize;
    padding-right: 8px;
    padding-bottom: 10px;
    min-height: 66px;
}
.result_box h4 a {
    color: #050505;
    text-decoration: none;
}
.result_box h4 a:hover {
    color: #8F2045;
}
.r_meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.r_meta .price {
    color: #8F2045;
    font-size: 22px;
    font-family: 'Gilroy_font';
    font-weight: 600;
    line-height: 1.18;
    margin-right: 10px;
}
.r_meta .price em {
    font-size: 18px;
    font-style: normal;
}
.r_meta .months {
	color: #333333;
    font-size: 16px;
    font-family: 'Gilroy_font';
    font-weight: 400;
    line-height: 1.18;
    text-transform: capitalize;
}
.result_box .btn {
    position: absolute;
    width: calc(100% - 32px);
    left: 16px;
    bottom: 24px;
}
.result_box i {
    display: none !important;
}
.result_box .cart_icon {
	display: block !important;
    width: 18px;
    height: 18px;
    background: url('../images/addcarticon.svg') no-repeat center center;
}
.result_box .btn:hover .cart_icon {
	background: url('../images/addcarticon_w.svg') no-repeat center center;
}
.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 40px;
}
.pagination ol {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pagination ol li {
    padding: 0 6px;
}
.pagination ol li a, .pagination ol li span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    border: 1px solid #BDBDBD;
    border-radius: 50%;
    color: #BDBDBD;
    font-size: 18px;
    font-family: 'Gilroy_font';
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
}
.pagination ol li a:hover, .pagination ol li span:hover {
    border: 1px solid #8F2045;
    color: #8F2045;
}
.pagination ol li a.current, .pagination ol li span.current {
    border: 1px solid #8F2045;
    background: #8F2045;
    color: #FFFFFF;
}
.pagination ol li a.prev {
    background: url('../images/pageleft.svg') no-repeat center center; 
    text-indent:-99999px;
}
.pagination ol li a.next {
    background: url('../images/pageright.svg') no-repeat center center; 
    text-indent:-99999px;
}
.pagination ol li a.prev[disabled] {
    border: 1px solid #BDBDBD !important;
    background: url('../images/pageleft_d.svg') no-repeat center center;
}
.pagination ol li a.next[disabled] {
    border: 1px solid #BDBDBD !important;
    background: url('../images/pageright_d.svg') no-repeat center center;
}
.filter_btn {
    display: none;
}
.product_details_wrapper {
    padding-bottom: 55px;
}
.product_gallery {
    float: left;
    width: 780px;
}
.pr_info {
    
}
.categories_rating {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 14px;
}
.cat_list {
    margin-right: 10px;
}
.cat_list h6 {
    color: #333333;
    font-size: 14px;
    font-family: 'Gilroy_font';
    font-weight: 400;
    line-height: 1.14;
    text-transform: capitalize;
    padding-bottom: 0;
}
.star_rating {
    position: relative;
}
.star_rating img {
    display: block;
    max-width: 100%;
}
.categories_rating .star_rating {
    top: -2px;
}
.pr_info h3 {
    color: #8F2045;
    font-size: 24px;
    font-family: 'optidanley';
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    clear: none;
    padding-bottom: 24px;
}
.price_box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 16px;
}
.price_box .price {
    display: block;
    color: #5c5c5c;
    font-size: 24px;
    font-family: 'Gilroy_font';
    font-weight: 600;
    line-height: 1.2;
    text-transform: capitalize;
    margin-right: 12px;
    margin-bottom:0;
}
.price_box .price em {
    font-style: normal;
    font-size: 18px;
}
.price_box h6 {
    position: relative;
    color: #8F2045;
    font-size: 16px;
    font-family: 'Gilroy_font';
    font-weight: 500;
    line-height: 1.18;
    text-transform: capitalize;
    top: 2px;
}
.provider {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 26px;
}
.provider h6 {
    color: #333333;
    font-size: 14px;
    font-family: 'Gilroy_font';
    font-weight: 400;
    line-height: 1.14;
    text-transform: capitalize;
    padding-bottom: 0;
    margin-right: 8px;
}
.provider figure {
    margin: 0;
}
.provider figure img {
    display: block;
    max-width: 100%;
}
.q_cart {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 14px;
}
.q_cart .qty_box {
    margin-bottom: 14px;
}
.qty_box {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 144px;
    height: 54px;
    border: 1px solid #8F2045;
    border-radius: 50px;
    padding: 0 12px;
    margin-right: 16px;
}
.qty_box .decrement_qty, .qty_box .increment_qty {
	width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #BCBCBC;
    border-radius: 50%;
    box-shadow: none;
    -webkit-appearance: none;
    outline: none !important;
    color: #333333;
    font-size: 24px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    transition: 0.15s ease-in;
    padding: 0 !important;
}
/*.cart_links ul li {
    background: #ababab30;
    width: 100%;
    padding: 5px 10px;
    margin-top: 5px;
    border-radius: 3px;
}*/
.qty_box .decrement_qty:hover, .qty_box .increment_qty:hover {
    background-color: #fde0e9;
    border: 1px solid #8F2045;
}
.qty_box .qty {
    width: 32px;
    height: 32px;
    background: #8F2045;
    border: 1px solid #8F2045;
    border-radius: 50%;
    box-shadow: none;
    -webkit-appearance: none;
    outline: none !important;
    color: #FFFFFF;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    line-height: 30px;
    text-align: center;
    padding: 0 !important;
}
.add_cart i {
    display: none !important;
}
.add_cart .cart_icon {
	display: block !important;
    width: 18px;
    height: 18px;
    background: url('../images/addcarticon.svg') no-repeat center center;
}
.add_cart:hover .cart_icon {
	background: url('../images/addcarticon_w.svg') no-repeat center center;
}
/*.available_in {*/
/*    padding-bottom: 15px;*/
/*}*/
.available_in h6 {
    display: inline-block;
    color: #333333;
    font-size: 14px;
    font-family: 'Gilroy_font';
    font-weight: 400;
    line-height: 1.14;
    text-transform: capitalize;
    padding-left: 15px;
    background: url('../images/locicon.svg') no-repeat left 1px;
    padding-bottom: 0;
    margin-bottom: 8px;
    clear: none;
}
.available_in ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.available_in ul li {
    margin-right: 10px;
    margin-bottom: 10px;
}
.available_in ul li a {
display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 37px;
    background: #F8EBEF;
    border-radius: 50px;
    padding: 5px 15px;
    color: #8F2045;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.05em;
    text-transform: capitalize;
    text-decoration: none;
}
.available_in ul li a:hover {
    background: #fde0e9;
}
.pr_info h5 {
    color: #333333;
    font-size: 18px;
    font-family: 'optidanley';
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.05em;
    text-transform: capitalize;
    padding-bottom: 18px;
    clear: none;
}
.pr_info p {
    color: #999999;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 1.62;
}
.pr_info h4 {
    color: #333333;
    font-size: 24px;
    font-family: 'optidanley';
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding-bottom: 20px;
}
.pr_info p + h4 {
    padding-top: 50px;
}
.pr_info > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-bottom: 10px;
}
.pr_info > ul li {
    position: relative;
    color: #999999;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 1.62;
    padding-left: 25px;
    padding-bottom: 12px;
}
.pr_info > ul li:before {
    display: block;
    content: "";
    width: 4px;
    height: 4px;
    background: #999999;
    border-radius: 50%;
    position: absolute;
    left: 10px;
    top: 10px;
}
.learn_more {
    color: #333333;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 1.44;
    letter-spacing: 0.2em;
    padding-right: 20px;
    background: url('../images/learnarrow.svg') no-repeat right center;
    text-decoration: none;
}
.learn_more:hover {
    color: #333333;
    text-decoration: underline;
}
.more_products {
    padding-bottom: 56px;
}
.more_products:before {
    display: block;
    content: "";
    height: 1px;
    width: 100%;
    background: linear-gradient(270deg, rgba(217, 217, 217, 0) -3.44%, #D9D9D9 8.9%, #D9D9D9 93.58%, rgba(217, 217, 217, 0) 100%);
    margin-bottom: 56px;
}
.more_products .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 40px;
}
.more_products .title h4 {
    color: #333333;
    line-height: 1.5;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}
.qty_box .decrement_qty {
    padding-bottom: 6px !important;
}
.more_products_carousel {
    margin: 0 -12px;
}
.more_products_carousel .slick-slide {
	padding: 0 12px;
}
.more_products_carousel .result_box {
    background: #FFFFFF;
    border: 1px solid #E9E9E9;
    border-radius: 16px;
    overflow: hidden;
}
.product_gallery {
    position: relative;
    padding-left: 155px;
    padding-right: 85px;
}
.product_gallery .pr_thumbs {
	position: absolute;
    left: 0;
    top: 8px;
    height: 100%;
}
.pr_main figure {
    margin: 0;
    height: 524px;
    background: #D9D9D9;
    border-radius: 8px;
    overflow: hidden;
}
.pr_main figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.pr_main .slick-prev {
    width: 44px;
    height: 44px;
    background: #FFFFFF url('https://dev.refillbeauty.ae/wp-content/uploads/2022/12/gleft.svg') no-repeat center center;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    left: -65px;
    z-index: 40;
}
.pr_main .slick-prev:hover {
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
}
.pr_main .slick-next {
    width: 44px;
    height: 44px;
    background: #FFFFFF url('https://dev.refillbeauty.ae/wp-content/uploads/2022/12/gright.svg') no-repeat center center;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    right: -65px;
    z-index: 40;
}
.pr_main .slick-next:hover {
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
}
.pr_thumbs .slick-slide {
	padding-bottom: 15px;
}
.pr_thumbs figure {
    width: 70px;
    height: 70px;
    border: 1px solid rgba(255,255,255,0);
    border-radius: 8px;
    overflow: hidden;
    margin: 0;
    opacity: 0.3;
    transition: 0.15s ease-in;
    cursor: pointer;
}
.pr_thumbs figure:hover {
    opacity: 0.6;
}
.pr_thumbs figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.pr_thumbs .slick-current figure {
	opacity: 1;
    border: 1px solid #8F2045;
}
.cart_page {
    padding: 155px 0;
}
.cart_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.cart_wrapper .added_cartlist {
    flex: 0 0 68%;
    max-width: 68%;
    padding-right: 30px;
}
.cart_wrapper .cart_amount {
    flex: 0 0 32%;
    max-width: 32%;
}
.added_cartlist {
    
}
.added_cartlist > ol {
    list-style: none;
    margin: 0;
    padding: 0;
}
.added_cartlist > ol > li {
    display: flex;
    padding: 20px 10px;
    border-bottom: 1px solid #e2e2e2;
    min-height: 182px;
}
.added_cartlist > ol > li:last-child {
    border-bottom: none;
}
.added_cartlist > ol > li .cartpic {
	margin: 0;
    flex: 0 0 114px;
    max-width: 114px;
    overflow: hidden;
    margin-right: 20px;
}
.added_cartlist > ol > li .cartpic img {
    display: block;
    width: 100%;
    height: 114px;
    object-fit: cover;
    border-radius: 6px;
}
.added_cartlist > ol > li .content {
    position: relative;
    flex: 1;
    display: flex;
    justify-content: space-between;
    padding-left: 134px;
    align-items: center;
}
.added_cartlist > ol > li .content .cartpic {
    position: absolute;
    left: 0;
    top: 0;
}
.pr_details {
    
}
.pr_details h4 {
    color: #333333;
    font-size: 18px;
    padding-bottom: 18px;
}
.pr_details h4 a {
    color: #333333;
    text-decoration: none;
}
.pr_details h4 a:hover {
    color: #8F2045;
    text-decoration: none;
}
.cart_meta {
    padding-bottom: 10px;
}
.cart_meta ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.cart_meta ul li {
    color: #5c5c5c;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    line-height: 1.18;
    padding-bottom: 10px;
}
.cart_meta ul li strong {
    font-weight: 700;
}
.cart_meta ul li strong img {
    vertical-align: middle;
}
.cart_links {
    padding-top: 6px;
}
.cart_links ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.cart_links ul li {
    width: 100%;
}
/*.cart_links ul li:not(:last-child) {
    padding-right: 14px;
    margin-right: 14px;
    border-right: 1px solid #e2e2e2;
}*/
.cart_links ul li a {
    width: 100%;
    display: inline-flex;
    color: #5c5c5c;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    line-height: 20px;
    text-decoration: none;
    height: 22px;
    letter-spacing: 0.15em;
    padding: 0 10px;
}
.cart_links ul li a i {
    display: none;
}
.cart_links ul li a:hover {
    color: #ffffff;
}
.cart_links ul li a.remove:before {
    display: block;
    content: "";
    width: 15px;
    height: 15px;
    margin-right: 5px;
    background: url('../images/trash.svg') no-repeat center center;
    background-size: 10px auto;
}
.cart_links ul li a.remove:hover:before {
    background: url('../images/trash_r.svg') no-repeat center center;
    background-size: 10px auto;
}
/*.cart_links ul li a.remove {
    background: url('../images/trash.svg') no-repeat left center;
    background-size: 12px auto;
}
.cart_links ul li a.remove:hover {
    background: url('../images/trash_r.svg') no-repeat left center;
    background-size: 12px auto;
}
.cart_links ul li a.wishlist {
    background: url('../images/heart.svg') no-repeat left center;
    background-size: 14px auto;
}
.cart_links ul li a.wishlist:hover {
    background: url('../images/heart_r.svg') no-repeat left center;
    background-size: 14px auto;
}*/
.qty_price {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.qty_price .qty_box {
	margin-right: 0;
    margin-bottom: 15px;
    width: 120px;
    height: 40px;
}
.qty_price .qty_box .decrement_qty, .qty_price .qty_box .increment_qty {
    width: 25px;
    height: 25px;
}
.qty_price .qty_box .qty {
    font-size: 14px;
    width: 25px;
    height: 25px;
}
.qty_price .price_total {
	display: block;
    color: #333333;
    font-size: 23px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    letter-spacing: -0.5px;
    line-height: normal;
    padding-bottom: 12px;
}
.qty_price .price_total .old {
    color: #5c5c5c;
    font-size: 0.75em;
    font-weight: 400;
    margin-right: 6px;
    text-decoration: line-through;
}
.qty_price .saving {
    display: block;
    color: #8F2045;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    line-height: 1.18;
}
.cart_block {
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 6px 8px rgba(0,0,0,0.1);
    padding: 20px;
    margin-bottom: 20px;
}
.cart_block h4 {
    color: #333333;
    font-size: 22px;
    padding-bottom: 22px;
}
.promo_apply {
    display: flex;
}
.promo_apply .btn {
    flex: 0 0 80px;
    max-width: 80px;
    margin-left: 5px;
    padding: 0 10px !important;
}
.promo_apply .form-control {
	height: 38px;
    font-size: 16px;
    line-height: 36px;
    padding: 0 20px !important;
}
.cart_block table {
    width: 100%;
    border: none;
    margin-bottom: 35px;
}
.cart_block table th {
    color: #5c5c5c;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    line-height: 1.18;
    border: none;
    padding: 10px 0;
    vertical-align: top;
}
.cart_block table td {
    color: #5c5c5c;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    line-height: 1.18;
    border: none;
    padding: 10px 0;
    vertical-align: top;
}
.cart_block table td:last-child {
    text-align: right;
}
.cart_block table tfoot {
    border-top: 1px solid #e2e2e2;
}
.cart_block table tfoot th, .cart_block table tfoot td {
    font-weight: 700;
    padding-top: 22px;
}
.cart_block table tbody tr:last-child td {
    padding-bottom: 22px;
}
.total_amount .btn {
    width: 100%;
}
.checkout_page {
    padding-bottom: 100px;
}
.checkout_wrapper {
    display: flex;
    flex-direction: row-reverse;
}
.checkout_wrapper .sidebar {
    flex: 0 0 425px;
    max-width: 425px;
}
.checkout_wrapper .checkout_steps {
    flex: 1;
    margin-right: 42px;
}
.step_box {
    background: #FFFFFF;
    padding: 50px 45px 15px;
    margin-bottom: 40px;
}
.step_box h4 {
    color: #333333;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding-bottom: 28px;
}
.form-group {
    position: relative;
    margin-bottom: 32px;
}
.form-group label {
    color: #333333;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    line-height: 1.71;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    padding-bottom: 8px;
}
.form-control-lg {
	display: block;
    width: 100%;
    height: 48px;
    background: #FFFFFF !important;
    border: 2px solid #F0F4F7 !important;
    border-radius: 4px !important;
    box-shadow: none !important;
    -webkit-appearance: none;
    outline: none !important;
    color: #333333;
    font-size: 16px;
    font-family: 'Gilroy_font';
    font-weight: 500;
    line-height: 44px;
    padding: 0 15px !important;
}
.form-control-lg::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #C0C6CB !important;
    font-size: 14px !important;
    opacity: 1 !important;
}
.form-control-lg::-moz-placeholder { /* Firefox 19+ */
    color: #C0C6CB !important;
    font-size: 14px !important;
    opacity: 1 !important;
}
.form-control-lg:-ms-input-placeholder { /* IE 10+ */
    color: #C0C6CB !important;
    font-size: 14px !important;
    opacity: 1 !important;
}
.form-control-lg:-moz-placeholder { /* Firefox 18- */
    color: #C0C6CB !important;
    font-size: 14px !important;
    opacity: 1 !important;
}
.card_com {
    padding-bottom: 24px;
}
.card_com ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.card_com ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 62px;
    height: 36px;
    background: #F0F4F7;
    border-radius: 3px;
    margin-right: 12px;
    margin-bottom: 12px;
}
.std_select2 {
    display: block;
    width: 100%;
    height: 48px;
    background: #F0F4F7 url('../images/angle-down_g.svg') no-repeat right 15px center;
    background-size: 12px auto;
    border: 2px solid #F0F4F7 !important;
    border-radius: 4px !important;
    box-shadow: none !important;
    -webkit-appearance: none;
    outline: none !important;
    color: #666666;
    font-size: 14px;
    font-family: 'Gilroy_font';
    font-weight: 500;
    line-height: 44px;
    padding: 0 15px !important;
    padding-right: 30px !important;
}
.form-control-lg.dark {
    background: #F0F4F7 !important; 
}
.security_code {
    position: relative;
}
.security_code .help_icon {
	display: block;
    width: 16px;
    height: 16px;
    background: url('../images/helpicon.svg') no-repeat center center;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translate(0,-50%);
}
.tooltip-inner {
    font-size: 14px;
}
.order_box {
    padding: 50px 40px;
}
.pr_order {
    display: flex;
    margin-bottom: 30px;
}
.pr_order figure {
    flex: 0 0 68px;
    max-width: 68px;
    width: 68px;
    height: 68px;
    border: 1px solid #8F2045;
    border-radius: 8px;
    margin: 0;
    margin-right: 24px;
    overflow: hidden;
}
.pr_order figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.pr_order .content {
    flex: 1;
}
.pr_order .content h5 {
    color: #8F2045;
    font-size: 16px;
    font-family: 'optidanley';
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding-bottom: 4px;
}
.pr_order .content h5 a {
    color: #8F2045;
    text-decoration: none;
}
.pr_order .content h5 a:hover {
    color: #8F2045;
    text-decoration: underline;
}
.pr_order .content h6 {
    color: #333333;
    font-size: 12px;
    font-family: 'Gilroy_font';
    font-weight: 400;
    line-height: 1.16;
    text-transform: capitalize;
}
.discount_code {
    position: relative;
    padding: 25px 0;
    border-top: 1px solid #ECEBEB;
    border-bottom: 1px solid #ECEBEB;
    margin-bottom: 10px;
}
.discount_code .form-control-lg {
    border-radius: 50px !important;
    padding-right: 120px !important;
}
.discount_code .btn {
    height: 48px;
    color: #FFFFFF;
    font-size: 14px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    width: 114px;
    position: absolute;
    right: 0;
    top: 25px;
    border-radius: 0 50px 50px 0 !important;
} 
.order_box {
    min-height: calc(100% - 40px);
    margin-bottom: 40px;
}
.order_box table {
    border: none;
}
.order_box table th {
    border: none;
    color: #0B0D17;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 1.44;
    letter-spacing: 0.05em;
    padding: 18px 0;
    padding-right: 15px;
}
.order_box table td {
    border: none;
    color: #0B0D17;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 1.44;
    letter-spacing: 0.05em;
    padding: 18px 0;
}
.order_box table td:last-child {
    text-align: right;
}
.order_box table th strong {
    font-weight: 600;
}
.order_box table td strong {
    font-size: 18px;
    font-weight: 600;
}
.order_box table td em {
    font-size: 18px;
    font-style: normal;
}
.order_box table tbody tr.tax-total th {
    padding-bottom: 34px;
}
.order_box table tbody tr.tax-total td {
    padding-bottom: 34px;
}
.order_box table tfoot tr {
    border-top: 1px solid #ECEBEB;
    border-bottom: 1px solid #ECEBEB;
}
.btn_box {
    display: flex;
    flex-wrap: wrap;
    padding-top: 16px;
}
.btn_box .btn {
    margin-right: 18px;
    margin-bottom: 18px;
}
.exp_date {
    margin-bottom: 0;
}

/*Standard styling*/
h1 {
    color: #8F2045;
    font-size: 54px;
    font-family: 'optidanley';
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: 0.05em;
    padding-bottom: 15px;
}
h2 {
    color: #8F2045;
    font-size: 40px;
    font-family: 'optidanley';
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}
h3 {
    color: #8F2045;
    font-size: 32px;
    font-family: 'optidanley';
    font-weight: 500;
    line-height: 1.3;
}
h4 {
    color: #050505;
    font-size: 24px;
    font-family: 'optidanley';
    font-weight: 500;
    line-height: 1.29;
}
p {
    color: #948686;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 1.5;
}
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 54px;
    border: none;
    border-radius: 50px;
    box-shadow: none;
    -webkit-appearance: none;
    outline: none !important;
    color: #FFFFFF;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.2em;
    text-transform: capitalize;
    padding: 0 24px;
    text-align: center;
    text-decoration: none !important;
}
.btn i {
    display: block;
    width: 16px;
    height: 16px;
    background: url('../images/linkarrow_w.svg') no-repeat center center;
    margin-left: 8px;
}
.btn-primary {
	background-color: #8F2045 !important;
}
.btn-primary:hover {
	background-color: #7f1b3c !important;
}
[class*=btn-outline-] {
    background: none;
    border: 1px solid #8F2045; 
}
[class*=btn-outline-] i {
    background: url(../images/linkarrow.svg) no-repeat center center;
}
.btn-outline-primary {
    border: 1px solid #8F2045; 
	color: #8F2045;
}
.btn-outline-primary:hover {
    background: #8F2045;
    border: 1px solid #8F2045; 
    color: #ffffff;
}
.btn-outline-primary:hover i {
    background: url(../images/linkarrow_w.svg) no-repeat center center;
}
.btn-outline-light {
    border: 1px solid #ffffff; 
	color: #ffffff;
}
.btn-outline-light:hover {
    background: rgba(255,255,255,0.2);
    border: 1px solid #ffffff; 
    color: #ffffff;
}
.btn-outline-light i {
    background: url(../images/linkarrow_w.svg) no-repeat center center;
}
.btn-sm {
	height: 38px;
    font-size: 14px;
    letter-spacing: 0.2em;
    padding: 0 16px;
}
.btn-md {
    height: 50px;
    font-size: 14px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    padding: 0 28px;
}
.btn-md i {
    display: none;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #333333 !important;
    opacity: 1 !important;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #333333 !important;
    opacity: 1 !important;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #333333 !important;
    opacity: 1 !important;
}
:-moz-placeholder { /* Firefox 18- */
    color: #333333 !important;
    opacity: 1 !important;
}
.form-submit {
    color: #ffffff !important;
    font-family: 'Open Sans', sans-serif !important;
    background: #8F2045 !important;
    min-width: 184px;
}
.form-submit:hover {
    background: #7f1b3c !important;
}
.form-control {
	display: block;
    width: 100%;
    height: 58px;
    background: none !important;
    border: 1px solid #8F2045 !important;
    border-radius: 50px;
    box-shadow: none !important;
    -webkit-appearance: none;
    outline: none !important;
    color: #666666;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 56px;
    letter-spacing: 0.05em;
    padding: 0 32px !important;
}

/* ---------------------------------------------------------*/


/* -------- FOOTER HERE ----------*/
.footer {
    
}
.subscribe_email {
    
}
.subscribe_email h3 {
    padding-bottom: 32px;
}
.subscribe_email:before {
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    background: -webkit-linear-gradient(left, rgba(143,32,69,0) 0%,#8f2045 12%,#8f2045 50%,#8f2045 85%,  rgba(143,32,69,0) 100%);
    background: linear-gradient(to right, rgba(143,32,69,0) 0%,#8f2045 12%,#8f2045 50%,#8f2045 85%,  rgba(143,32,69,0) 100%);
}
.subscribe_email:after {
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    background: -webkit-linear-gradient(left, rgba(143,32,69,0) 0%,#8f2045 12%,#8f2045 50%,#8f2045 85%,  rgba(143,32,69,0) 100%);
    background: linear-gradient(to right, rgba(143,32,69,0) 0%,#8f2045 12%,#8f2045 50%,#8f2045 85%,  rgba(143,32,69,0) 100%);
}
.subscribe_email .content {
    max-width: 1055px;
    margin: 0 auto;
    padding: 36px 0;
}
.subscribe_form {
    position: relative;
    padding-right: 208px;
}
.subscribe_form .row {
    margin: 0 -12px;
}
.subscribe_form [class*=col-] {
    padding: 0 12px;
}
.subscribe_form .form-submit {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0,-50%);
}
.footer_links_wrapper {
    
}
.footer_links_wrapper .content {
    max-width: 1055px;
    margin: 0 auto;
    padding: 54px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.footer_links_wrapper .footer_links {
	padding-right: 20px;
}
.footer_links_wrapper .footer_links:last-child {
    padding-right: 0;
}
.footer_links h5 {
    color: #000000;
    font-size: 18px;
    font-family: 'optidanley';
    font-weight: 500;
    line-height: 1.44;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding-bottom: 18px;
}
.footer_links ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer_links ul li {
    
}
.footer_links ul li a {
    color: #666666;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 1.74;
    letter-spacing: 0.05em;
    text-transform: capitalize;
    text-decoration: none;
}
.footer_links ul li a:hover {
    color: #000000;
}
.footer_contacts {
    
}
.footer_contacts:before {
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    background: -webkit-linear-gradient(left, rgba(102,102,102,0) 0%,#666666 12%,#666666 50%,#666666 85%,  rgba(102,102,102,0) 100%);
    background: linear-gradient(to right, rgba(102,102,102,0) 0%,#666666 12%,#666666 50%,#666666 85%,  rgba(102,102,102,0) 100%);
}
.footer_contacts:after {
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    background: -webkit-linear-gradient(left, rgba(102,102,102,0) 0%,#666666 12%,#666666 50%,#666666 85%,  rgba(102,102,102,0) 100%);
    background: linear-gradient(to right, rgba(102,102,102,0) 0%,#666666 12%,#666666 50%,#666666 85%,  rgba(102,102,102,0) 100%);
}
.footer_contacts .content {
    max-width: 1055px;
    margin: 0 auto;
    padding: 28px 0;
}
.footer_contacts ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.footer_contacts ul li:not(:last-child) {
    padding-right: 20px;
}
.footer_contacts ul li {
    position: relative;
    padding-left: 65px;
    min-height: 54px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.footer_contacts ul li figure {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid #999999;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0,-50%);
}
.footer_contacts ul li h6 {
    color: #666666;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 1.44;
    letter-spacing: 0.05em;
    padding-bottom: 2px;
}
.footer_contacts ul li p {
    color: #0B0D17;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 1.44;
    letter-spacing: 0.05em;
    margin-bottom: 0;
}
.footer_contacts ul li p a {
    color: #0B0D17;
    text-decoration: none;
}
.footer_contacts ul li p a:hover {
    color: #0B0D17;
    text-decoration: underline;
}
.social_list {
    padding: 42px 0;
}
.social_list ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.social_list ul li {
    padding: 0 14px;
}
.social_list ul li svg path {
    transition: 0.15s ease-in;
}
.social_list ul li a:hover svg path {
    fill: url(#paint0_linear);
    stroke: url(#paint1_linear);
    stroke-width: 0.5;
}

/* ---------------------------------------------------------*/


body {
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a[href^=tel] {
	color: #0B0D17;
	text-decoration:none;
}
form.cart .btn{display:inline-flex !important;
        font-size: 16px !important;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400 important;
    line-height: normal;
    letter-spacing: 0.2em;
    text-transform: capitalize;
}	
.woocommerce div.product button.single_add_to_cart_button, 
.woocommerce div.product button[name=add-to-cart]{
    margin-top:0 !important;
    margin-bottom:0 !important;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.cat_list h6 span{text-transform:capitalize;}
.product_gallery.pro-image {
    padding-left: 0;
}

.product_details_wrapper {
    padding-bottom: 55px;
    overflow: hidden;
}
span.subscription-price {
    display: block;
    color: #333333;
    font-size: 18px;
    font-family: 'Gilroy_font';
    font-weight: 600;
    line-height: 1.2;
    text-transform: capitalize !important;
}
.result_box.result_box-cat {
    padding-bottom: 16px;
}
.result_box.result_box-cat h4{min-height:auto;}

/*10-12*/
.search_box {
    width: 220px;
}
.logo {
    width: 240px;
}
.logo img {
    height: auto;
}
.olay {
    display: none;
}
.mainnav nav > ul > li > .ubermenu-submenu {
    max-width: 1111px;
    left: 15px !important;
    background: linear-gradient(209.31deg, #F7EEEB 28.72%, rgba(247, 238, 235, 0.99) 51.3%, #F9F7F7 65.87%, rgba(249, 247, 247, 0.98) 80.3%) !important;
    -webkit-backdrop-filter: blur(2px) !important;
    backdrop-filter: blur(2px) !important;
    border: none !important;
    border-radius: 5px !important;
    padding: 30px !important;
}
.mainnav .menu-item-listing-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px !important;
    align-items: flex-start;
}
.mainnav .menu-item-listing-row > .ubermenu-item {
    flex: 1;
    padding: 0 15px !important;
}
.mainnav .menu-item-listing-row .ubermenu-submenu li > a {
    color: #666666 !important;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 1.74;
    letter-spacing: 0.05em;
    text-transform: capitalize;
    text-decoration: none;
    padding: 0 0 0 25px !important;
}
.mainnav .menu-item-listing-row .ubermenu-submenu li {
    margin: 0 !important;
    margin-bottom: 13px !important;
}
.mainnav .menu-item-listing-row .ubermenu-submenu li > a:hover {
    color: #000000 !important;
}
.mainnav .menu-item-listing-row > .ubermenu-item .ubermenu-content-block {
    padding: 0;
}
.mainnav .logo-item-listing-row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 25px !important;
    background: rgba(255, 255, 255, 0.8) !important;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    border-radius: 8px !important;
}
.mainnav .logo-item-listing-row > .ubermenu-item {
    flex: 1;
    text-align: center;
}
.mainnav .logo-item-listing-row > .ubermenu-item a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
}
.mainnav .logo-item-listing-row > .ubermenu-item img {
    display: block;
    max-width: 100%;
    margin: 0 !important;
}
.mainnav .ubermenu-content-block .result_box {
    position: relative;
    float: right;
    width: 100%;
    background: linear-gradient(174.99deg, rgba(255, 255, 255, 0.1) 34%, rgba(255, 255, 255, 0.91) 60%, #FFFFFF 81.12%, #FFFFFF 87.69%);
    border-radius: 8px;
    overflow: hidden;
    height: 420px;
    padding: 24px !important;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.mainnav .ubermenu-content-block .result_box .brand-logo {
    position: absolute;
    right: 20px;
    bottom: 35px;
    z-index: 40;
}
.mainnav .ubermenu-content-block .result_box .brand-logo img {
    display: block;
    max-width: 100%;
}
.mainnav .ubermenu-content-block .result_box figure img {
    z-index: -1;
}
.mainnav .ubermenu-content-block .result_box .btn {
    width: auto;
    position: static;
    color: #8F2045;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    letter-spacing: 0.2em;
    margin-right: auto;
}
.mainnav .ubermenu-content-block .result_box .btn:hover {
    color: #ffffff !important;
}
.mainnav .ubermenu-content-block .result_box i {
    display: block !important;
}
.mainnav .ubermenu-content-block .result_box .cart_icon {
    display: none !important;
}
.mainnav .ubermenu-content-block .result_box h4 {
    font-size: 20px;
    min-height: 1px;
    padding-bottom: 5px;
}
.mainnav .ubermenu-content-block .result_box .r_meta {
    color: #000000;
    font-size: 18px;
    font-family: 'optidanley';
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.05em;
    padding-bottom: 10px;
}
.mainnav .ubermenu-content-block .result_box .r_meta .amount {
    color: #8F2045;
    font-size: 28px;
    font-family: 'optidanley';
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding-right: 5px;
}
.mainnav .ubermenu-content-block .result_box .r_meta .amount .woocommerce-Price-currencySymbol {
    font-size: 18px;
}
.mainnav .ubermenu-content-block .result_box .r_meta .subscription-details {
    position: relative;
    top: 4px;
}
.filter_wrapper > .searchandfilter > ul > li {
    background: #FFFFFF;
    border-radius: 4px;
    padding: 24px 18px;
    margin-bottom: 16px;
}
.filter_wrapper > .searchandfilter > ul > li h4 {
    color: #0B0D17;
    font-size: 18px;
    font-family: 'optidanley';
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.05em;
    text-transform: capitalize;
    padding: 0;
    padding-bottom: 10px;
}
.filter_wrapper .searchandfilter > ul ul {
    margin: 0 -18px !important;
}
.searchandfilter ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.searchandfilter ul li li {
    padding: 0;
}
.searchandfilter .sf-input-checkbox {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}
.searchandfilter .sf-label-checkbox {
    display: block;
    position: relative;
    color: #999999;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 20px;
    padding: 10px 18px;
    padding-left: 48px !important;
    cursor: pointer;
    transition: 0.15s ease-in;
}
.searchandfilter .sf-input-checkbox:checked + .sf-label-checkbox {
    color: #8F2045;
    background: #FCF9F8;
}
.searchandfilter .sf-input-checkbox:checked + .sf-label-checkbox:before {
    background: #8F2045;
    border: 2px solid #8F2045;
}
.searchandfilter .sf-input-checkbox:checked + .sf-label-checkbox:after {
    opacity: 1;
    visibility: visible;
}
.searchandfilter .sf-input-checkbox + .sf-label-checkbox:after {
    position: absolute;
    left: 18px;
    top: 10px;
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    background: url(../images/checkicon.svg) no-repeat center center;
    transition: 0.15s ease-in;
    opacity: 0;
    visibility: hidden;
}
.searchandfilter .sf-input-checkbox + .sf-label-checkbox:before {
    position: absolute;
    left: 18px;
    top: 10px;
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    border: 2px solid #D9D9D9;
    border-radius: 1px;
    transition: 0.15s ease-in;
}
.searchandfilter .check_alt .sf-input-checkbox + .sf-label-checkbox:before {
    border: 2px solid #D9D9D9;
    border-radius: 50%;
}
.searchandfilter .check_alt .sf-input-checkbox + .sf-label-checkbox:after {
    left: 21px;
    top: 13px;
    width: 14px;
    height: 14px;
    background: #8F2045;
    border-radius: 50%;
}
.searchandfilter .check_alt .sf-input-checkbox:checked + .sf-label-checkbox:before {
    background: none;
    border: 1px solid #8F2045;
}
.searchandfilter .check_alt .sf-input-checkbox + .sf-label-checkbox:after {
    left: 21px;
    top: 13px;
    width: 14px;
    height: 14px;
    background: #8F2045;
    border-radius: 50%;
}
.searchandfilter ul li li {
    padding: 0;
}
.r_meta .subscription-details {
    color: #333333;
    font-size: 16px;
    font-family: 'Gilroy_font';
    font-weight: 400;
    line-height: 1.18;
    text-transform: capitalize;
}
.searchandfilter .meta-slider {
    max-width: none;
    height: 4px;
    background: rgba(120, 120, 128, 0.2);
    border-radius: 2px;
    border: none;
    box-shadow: none;
}
.searchandfilter .noUi-connect {
    background-color: #8F2045;
}
.searchandfilter .noUi-horizontal .noUi-handle {
    background: #FFFFFF;
    border: none;
    box-shadow: 0px 0.5px 4px rgba(0, 0, 0, 0.1), 0px 6px 12px rgba(0, 0, 0, 0.1);
    top: -10px;
}
.searchandfilter .noUi-horizontal .noUi-handle:before, .searchandfilter .noUi-horizontal .noUi-handle:after {
    display: none;
}
.searchandfilter .noUi-base .noUi-handle-upper {
    right: -6px !important;
}
.searchandfilter .sf-meta-range-slider {
    position: relative;
    padding-top: 15px;
    margin-top: 15px;
}
.searchandfilter .sf-meta-range-slider .sf-input-range-number {
    width: 71px;
    height: 24px;
    background: #FFFFFF;
    border: 1px solid #8F2045;
    border-radius: 50px;
    box-shadow: none;
    -webkit-appearance: none;
    outline: none !important;
    padding: 0;
    padding-left: 35px;
    padding-right: 5px;
    color: #8F2045;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    line-height: 22px;
}
.searchandfilter .sf-meta-range-slider .sf-range-min {
    position: absolute;
    left: 0;
    top: 0;
}
.searchandfilter .sf-meta-range-slider .sf-range-max {
    position: absolute;
    right: 0;
    top: 0;
}
.searchandfilter .sf-meta-range-slider .sf-range-prefix {
    color: #8F2045;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    line-height: 24px;
    position: absolute;
    left: 10px;
    top: 1px;
    z-index: 20;
}
.searchandfilter .sf-meta-range-slider .sf-range-values-seperator {
    display: none;
}
.searchandfilter .sf-meta-range-slider .sf-range-values-seperator + .sf-range-prefix {
    position: absolute;
    left: auto;
    right: 37px;
}