@charset "utf-8";
/* CSS Document (C) Blue Fusion Web*/

/* BOOTSTRAP OVERRIDES */
@media all and (min-width: 1400px) {
.container{width:100%; max-width:1340px;}
}
@media all and (min-width: 1600px) {
.container{width:100%; max-width:1400px;}
}

bg-light {
    background-color: #f1f1f1!important;
}

/* END BOOTSTRAP OVERRIDES */

*
{
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
body
{
	font-family: 'Indie Flower';
	font-size: 16px;
	font-weight: 400;
	background: #f8f8f8;
	color: #000000;
}

#mc_embed_signup{background:none!important; color:#fff;}
.mc_inline{border: 1px dashed #b9006e;}
.mc_inline input{display:inline-block!important;}

.display_mobile{display:none;}

.bodyclassoven{background:url("/images/vintage-oven_lg.png") no-repeat fixed 95% 55vh;}
.bodyclassscales{background:url("/images/scales_lg.png") no-repeat fixed 95% 45vh;}
.bodyclasscrate{background:url("/images/crate_lg.png") no-repeat fixed 95% 60vh;}
.bodyclasspan{background:url("/images/pan.png") no-repeat fixed 95% 30vh;}
.bodyclasswhisk{background:url("/images/whisk.png") no-repeat fixed 90% 50vh;}

.displaynone{display:none;}
div
{
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
ul
{
	list-style: none;
	margin-bottom: 0px;
}
p
{
	font-size: 20px;
	line-height: 1.7;
	font-weight: 400;
	color: #1c1c1c;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
p a
{
	display: inline;
	position: relative;
	color: #b9006e;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.custom_content{max-width:1000px; margin:auto;}
.custom_content table, table, .custom_content th, .custom_content td {border: 1px dashed #b9006e}
table.cart_row, table.div-bottom{border:none; border-collapse:separate; width:100%;}
.right_column .cart_row {
    padding: 1em;
	border-bottom: dotted 1px #ccc;
}
.div-bottom {
    margin: 5px 0 0 0;
    padding: 4px;
    text-align: center;
    color: #000;
    width: 100%;
}

.custom_content td {padding:1em;}
.custom_content table {margin:1em;}

a{color:#b9006e}
a, a:hover, a:visited, a:active, a:link
{
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
p a:active
{
	position: relative;
	color: #FF6347;
}
p a:hover
{
	color: #FFFFFF;
	background: #b9006e;
}
p a:hover::after
{
	opacity: 0.2;
}
::selection
{
	background-color: #b9006e;
    color: #fff;
}
p::selection
{

}

.separated_p p{margin:2em 1em; border:none; border-bottom:1px solid #ccc; padding:1em 0}

.bold{font-weight:bold;}
h1{font-size: 48px;}
h2{font-size: 3.2em; color:#3a0256;}
h3{font-size: 30px;}
.custom_content h3{color:#b9006e;}
h4{font-size: 25px;}
h5{font-size: 18px;}
h1, h2, h3, h4, h5, h6
{
	font-weight: 500;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
h1::selection,
h2::selection,
h3::selection,
h4::selection,
h5::selection,
h6::selection
{

}
.page_title{text-align:center; margin-bottom:1em;}
.form-control
{
	color: #db5246;
}
section
{
	display: block;
	position: relative;
	box-sizing: border-box;
}
.clear
{
	clear: both;
}
.clearfix::before, .clearfix::after
{
	content: "";
	display: table;
}
.clearfix::after
{
	clear: both;
}
.float_left
{
	float: left;
}
.float_right
{
	float: right;
}
.trans_200
{
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.trans_300
{
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.trans_400
{
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.trans_500
{
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.fill_height
{
	height: 100%;
}
.super_container
{
	width: 100%;
	overflow: hidden;
}
.prlx_parent
{
	overflow: hidden;
}
.prlx
{
	height: 130% !important;
}
.nopadding
{
	padding: 0px !important;
}
.button, input[type="submit"]
{
	display: inline-block;
	background: #b9006e;
	border-radius: 5px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.button a
{
	display: block;
	font-size: 18px;
	font-weight: 400;
	line-height: 48px;
	color: #FFFFFF;
	padding-left: 35px;
	padding-right: 35px;
}
.button a:hover, .button:hover > a
{
	background:#fff;
	color:#3a0256;
	border-radius: 5px;
}

.fa-button {
    background: none;
    border: none;
    cursor: pointer;

}

.fa-button i {
  font-size: 2em;
}


/******************************** Header ********************************/

.header
{
	position: fixed;
	width: 100%;
	z-index: 10;
	background:#fff url("/images/logo-img-sm.png") no-repeat 15% center;
}

/******************************** Top Bar ********************************/

.top_bar
{
	width: 100%;
	height: 56px;
	border-bottom: none;
	z-index: 2;
	color:#9a2983;
}
.header.scrolled .top_bar
{
	display: none;
}
.top_bar_contact
{
	display: inline-block;
}
.top_bar_contact_item
{
	font-size: 16px;
	font-weight: 300;
	line-height: 56px;
	margin-right: 40px;
}
.top_bar_contact_item:not(:first-child)
{
	/*margin-right: 0px;*/
}
.top_bar_contact_item a
{
	font-size: 16px;
	font-weight: 300;
	line-height: 56px;
	color: #9a2983;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.top_bar i{color: #9a2983; font-size:1em;}

.top_bar i:hover{cursor:pointer;}

.top_bar_contact_item a:hover
{
	color: #b9006e;
}
.top_bar_contact_item:last-child
{
	margin-right: 0px;
}
.top_bar_icon
{
	display: inline-block;
	margin-right: 14px;
	-webkit-transform: translateY(-2px);
	-moz-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	-o-transform: translateY(-2px);
	transform: translateY(-2px);
}
.top_bar_menu
{
	display: inline-block;
}

.top_bar_dropdown li
{
	padding-left: 13px;
	padding-right: 13px;
}

.top_bar_user
{
	display: inline-block;
	margin-left: 35px;
	color:#FFF;
}
.user_icon
{
	display: inline-block;
	margin-right: 7px;
	-webkit-transform: translateY(-2px);
	-moz-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	-o-transform: translateY(-2px);
	transform: translateY(-2px);
	width: 15px;
}
.user_icon img
{
	width: 100%;
}
.top_bar_user
{
	display: inline-block;
	font-size:1.3em;
	font-weight: 300;
	line-height: 56px;
}
.top_bar_user a{margin:0 0 0 1em;}
.top_bar_user div:nth-child(2)
{
	margin-right: 21px;
}
.top_bar_user div:nth-child(2)::after
{
	display: block;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: -13px;
	width: 1px;
	height: 17px;
	background: #FFF;
	content: '';
}
.top_bar_user a
{
	color:#9a2983;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.top_bar_user a:hover
{
	color: #b9006e;
}







.standard_dropdown li
{
	display: inline-block;
	position: relative;
}
.standard_dropdown li li
{
	display: block;
	width: 100%;
}
.standard_dropdown li li a
{
	display: block;
	width: 100%;
	border-bottom: solid 1px #f2f2f2;
	font-size: 18px;
}
.standard_dropdown li:last-child a
{
	border-bottom: none;
}
.standard_dropdown li.hassubs > a i
{
	display: inline-block;
	margin-left: 5px;
}


.cat_menu li.hassubs > a:after{
   content: '\f054';
   font-family: "Font Awesome 5 Pro";
   font-weight: normal;
   font-style: normal;
   margin:0px 0px 0px 10px;
   text-decoration:none;
   position:absolute;
   right:20px;
}

.standard_dropdown li a
{
	display: block;
	position: relative;
	white-space: nowrap;
}
.standard_dropdown li a:hover
{
	color: #b9006e;
}
.standard_dropdown li a i
{

}
.standard_dropdown li ul li:hover, .cat_menu li:hover
{
	background: #b9006e;
}

.standard_dropdown li ul li:hover > a, .cat_menu li:hover > a {color:#fff!important;}

.nohover:hover{background:#fff!important;}

.standard_dropdown li ul li a.nohover{border:4px solid #FFF;}
.standard_dropdown li ul li a.nohover:hover{border-color:#b9006e;}

.standard_dropdown li ul
{
	display: block;
	position: absolute;
	top: 120%;
	left: 0%;
	width: auto;
	visibility: hidden;
	opacity: 0;
	background: #FFFFFF;
	box-shadow: 0px 10px 25px rgba(0,0,0,0.1);
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-ms-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: all 0.3s ease;
	z-index: 1;
	padding:8px;
}

.standard_dropdown li ul li a{color:#000;padding:0.5em 2em;}
.standard_dropdown li ul li a.nohover{padding:0;}

.standard_dropdown li:hover > ul
{
	top: 100%;
	visibility: visible;
	opacity: 1;
}
.standard_dropdown ul ul
{
	left: 100%;
	top: 0 !important;
}

/******************************** Header Main ********************************/

.header_main
{
	z-index: 1;
	background:#f1f1f1;
}
.header.scrolled .header_main
{
	display: none;
}
.header_main_item
{
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.logo_container
{
	height: 175px;
}
.logo
{
	line-height:200%;
}
.logo a:hover{
	filter: hue-rotate(-20deg);
}

.header_search
{
	height: 175px;
}
.header_search_content
{
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.header_search_form_container
{
	width: 100%;
	height: 50px;
	border: solid 1px #e5e5e5;
	border-radius: 5px;
}
.header_search_form
{
	width: 100%;
	height: 100%;
}
.header_search_input
{
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	line-height: 50px;
	border: none !important;
	outline: none !important;
	padding-left: 26px;
	color: #b9006e;
	float: left;
	font-size:16px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.header_search_input::-webkit-input-placeholder
{
	font-size: 16px !important;
	font-weight: 300;
	line-height: 50px;
	color: #3a3a3a !important;
}
.header_search_input:-moz-placeholder /* older Firefox*/
{
	font-size: 16px !important;
	font-weight: 300;
	line-height: 50px;
	color: #3a3a3a !important;
}
.header_search_input::-moz-placeholder /* Firefox 19+ */
{
	font-size: 16px !important;
	font-weight: 300;
	line-height: 50px;
	color: #3a3a3a !important;
}
.header_search_input:-ms-input-placeholder
{
	font-size: 16px !important;
	font-weight: 300;
	line-height: 50px;
	color: #3a3a3a !important;
}
.header_search_input::input-placeholder
{
	font-size: 16px !important;
	font-weight: 300;
	line-height: 50px;
	color: #3a3a3a !important;
}
.custom_dropdown
{
	width: calc((100% - 50px) * 0.399);
	height: 50px;
	float: left;
	padding-left: 26px;
}
.custom_dropdown::before
{
	display: block;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	width: 1px;
	height: 28px;
	background: #e5e5e5;
	content: '';
}
.custom_dropdown_list i
{
	display: inline-block;
	color: #a3a3a3;
	font-size: 10px;
	margin-left: 3px;
	-webkit-transform: translateY(-1px);
	-moz-transform: translateY(-1px);
	-ms-transform: translateY(-1px);
	-o-transform: translateY(-1px);
	transform: translateY(-1px);
}
.custom_dropdown_placeholder
{
	display: inline-block;
	font-size: 16px;
	font-weight: 300;
	color: #a3a3a3;
	line-height: 48px;
	cursor: pointer;
}
.custom_dropdown_placeholder i
{

}
.custom_list
{
	text-align: left;
	position: absolute;
	padding: 0;
	top: 75px;
	left: -15px;
	visibility: hidden;
	opacity: 0;
	box-shadow: 0 0 25px rgba(63, 78, 100, 0.15);
	-webkit-transition: opacity 0.2s ease;
	-moz-transition: opacity 0.2s ease;
	-ms-transition: opacity 0.2s ease;
	-o-transition: opacity 0.2s ease;
	transition: all 0.2s ease;
}
.custom_list.active
{
	visibility: visible;
	opacity: 1;
	top: 50px;
	box-shadow: 0 0 25px rgba(63, 78, 100, 0.15);
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-ms-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: all 0.3s ease;
}
.custom_list li
{
	height: 35px;
	padding-left: 15px;
	padding-right: 15px;
	background: #FFFFFF;
}
.custom_list li a
{
	display: block;
	color: #a3a3a3;
	line-height: 35px;
	border-bottom: solid 1px #ededed;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.custom_list li a:hover
{
	color: #b9006e;
}
select
{
	display: inline;
	border: 0;
	width: auto;
	margin-left: 10px;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border-bottom: 2px solid #555;
	color: #111;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

select:hover
{
	cursor: pointer;
}
select option
{
	border: 0;
	border-bottom: 1px solid #555;
	padding: 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
}
.header_search_button
{
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 100%;
	background: #b9006e;
	border: none;
	outline: none;
	cursor: pointer;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.header_search_button i
{
	color:#FFF;
	font-size:1.3em;
	vertical-align: middle;
}

.wishlist_cart
{
	height: 175px;
}

.wishlist_cart i{font-size:2em;}

.wishlist a {color:#323232;}

.wishlist
{
	margin-right: 50px;
}
.wishlist_icon img
{
	width: 100%;
}
.wishlist_content
{
	margin-left: 14px;
}
.wishlist_text a
{
	font-size: 16px;
	font-weight: 400;
	color: #323232;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.wishlist_text a:hover
{
	color: #b9006e;
}
.wishlist_count
{
	margin-top: -2px;
	color: #a3a3a3;
	font-size: 14px;
}
#cart-popover{position:relative;}
.cart_count
{
	position: absolute;
	bottom: -1px;
	right: -14px;
	width: 23px;
	height: 23px;
	background: #b9006e;
	border-radius: 50%;
	text-align: center;
	line-height: 23px;
	font-size: 14px!important;
	color: #FFF!important;
	-webkit-transform: translateY(1px);
	-moz-transform: translateY(1px);
	-ms-transform: translateY(1px);
	-o-transform: translateY(1px);
	transform: translateY(1px);
	cursor:pointer;
	font-family:"Courier New", Courier, monospace;
}

.cart_icon img
{
	width: 100%;
}
.cart_content
{
	margin-left: 28px;
}
.cart_text a
{
	font-size: 16px;
	font-weight: 400;
	color: #323232;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.cart_text a:hover
{
	color: #b9006e;
}
.cart_price
{
	font-size: 14px;
	color: #a3a3a3;
	margin-top: -2px;
}

.cartbuttons{display:flex; justify-content:flex-end;}

/******************************** Main Navigation ********************************/

.main_nav
{
	width: 100%;
	font-family: 'Caveat Brush';
	font-size: 1.6em;
	color:#4f4149;
	box-shadow: 0 6px 6px -2px rgba(0,0,0,.2);
	padding-bottom:1em;
}
.header.scrolled .main_nav
{
	position: fixed;
	top: 0;
	left: 0;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.main_nav_content
{
	width: 100%;
}
.cat_menu_container
{
	width: 293px;
	height: 100%;
	background: #b9006e;
	padding-left: 35px;
	cursor: pointer;
	z-index: 1;
}

.columnlist2{
	-moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
}
.columnlist3{
	-moz-column-count: 3;
    -moz-column-gap: 20px;
    -webkit-column-count: 3;
    -webkit-column-gap: 20px;
    column-count: 3;
    column-gap: 20px;
}
.columnlist4{
	-moz-column-count: 4;
    -moz-column-gap: 20px;
    -webkit-column-count: 4;
    -webkit-column-gap: 20px;
    column-count: 4;
    column-gap: 20px;

}

@media all and (max-width: 1400px) {
	.columnlist4{max-width:1000px!important;}
}


.cat_menu_title
{
	height: 100%;
}
.cat_burger
{
	width: 18px;
	height: 14px;
}
.cat_burger span
{
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	height: 3px;
	background: #b9006e;
}
.cat_burger span:nth-child(2)
{
	top: 6px;
}
.cat_burger span:nth-child(3)
{
	top: 12px;
}
.cat_menu_text
{
	font-size: 18px;
	font-weight: 400;
	color: #FFFFFF;
	text-transform: uppercase;
	margin-left: 20px;
}
.cat_menu_container ul
{
	display: block;
	position: absolute;
	top: 100%;
	left: 0;
	min-width:100%;
	visibility: hidden;
	opacity: 0;
	background: #FFFFFF;
	box-shadow: 0px 10px 25px rgba(0,0,0,0.1);
	-webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: all 0.3s ease;
	padding:8px;
}
.cat_menu_container > ul
{
	padding-top: 8px;
}
.cat_menu_container:hover .cat_menu
{
	visibility: visible;
	opacity: 1;
}
.cat_menu li
{
	display: block;
	position: relative;
	width: auto;
	border-bottom: solid 1px #f2f2f2;
	white-space: nowrap;
	background: #FFFFFF;
}

.cat_menu li:last-child{border-bottom:none;}

.cat_menu li.hassubs > a i
{
	display: block;
}
.cat_menu li a
{
	display: block;
	position: relative;
	font-weight: 300;
	color: #000000;
	padding:0.5em 2em;
}

.cat_menu li a i
{
	display: none;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
	font-size: 14px;
}
.cat_menu li ul
{
	display: block;
	position: absolute;
	top: 35px;
	left: 100%;
	visibility: hidden;
	opacity: 0;
	background: #FFFFFF;
	box-shadow: 0px 10px 25px rgba(0,0,0,0.1);
	z-index:10000!important;
}
.cat_menu li:hover > ul
{
	top: 0;
	visibility: visible;
	opacity: 1;
}
.main_nav_dropdown li
{
	margin-right: 1.5em;
}
.main_nav_dropdown li:last-child
{
	margin-right: 0px;
}
.main_nav_dropdown li a
{
	color:#4f4149;
}

.main_nav_dropdown li ul li a
{
	color:#4f4149;
}
.main_nav_dropdown li li
{
	padding-left: 0px;
	padding-right: 0px;
	margin-right: 0px;
}
.menu_trigger_container
{
	display: none;
	width: auto;
	height: 100%;
	padding-right: 25px;
	padding-left: 25px;
	cursor: pointer;
}
.menu_trigger
{
	height: 100%;
}
.menu_burger_inner
{
	display: inline-block;
}
.menu_trigger_text
{
	display: inline-block;
	font-size: 18px;
    font-weight: 400;
    color: #b9006e;
    text-transform: uppercase;
    margin-right: 16px;
}

/******************************** Page Menu ********************************/

.page_menu
{

	-webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.page_menu_content
{
	height: 0px;
	background: #b9006e;
	padding-left: 15px;
	padding-right: 15px;
	overflow: hidden;
}
.page_menu_search
{
	display: none;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 30px;
}
.page_menu_search_input
{
	width: 100%;
	height: 40px;
	background: #FFFFFF;
	border: none;
	outline: none;
	padding-left: 25px;
}
.page_menu_item
{
	display: block;
	position: relative;
	border-bottom: solid 1px rgba(255,255,255,0.1);
	vertical-align: middle;
}
.page_menu_item > a
{
	display: block;
	color: #FFFFFF;
	font-weight: 500;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	text-transform: uppercase;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.page_menu_item > a:hover
{
	color: #b5aec4;
}
.page_menu_item a i
{
	display: none;
	margin-left: 8px;
}
.page_menu_item.has-children > a > i
{
	display: inline-block;
}
.page_menu_selection
{
	margin: 0;
	width: 100%;
	height: 0px;
	overflow: hidden;
	z-index: 1;
}
.page_menu_selection li
{
	padding-left: 10px;
	padding-right: 10px;
	line-height: 50px;
}
.page_menu_selection li a
{
	display: block;
	color: #FFFFFF;
	border-bottom: solid 1px rgba(255,255,255,0.1);
	font-size: 14px;
	text-transform: uppercase;
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-ms-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: all 0.3s ease;
}
.page_menu_selection li a:hover
{
	color: #b5aec4;
}
.page_menu_selection li:last-child a
{
	border-bottom: none;
}
.menu_contact_item
{
	display: inline-block;
	font-size: 16px;
	font-weight: 300;
	line-height: 56px;
	margin-right: 40px;
	color: #FFFFFF;
}
.menu_contact_item:not(:first-child)
{
	margin-right: 0px;
}
.menu_contact_item a
{
	font-size: 16px;
	font-weight: 300;
	line-height: 56px;
	color: #FFFFFF;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.menu_contact_item a:hover
{
	color: #8a8a8a;
}
.menu_contact_item:last-child
{
	margin-right: 0px;
}
.menu_contact_icon
{
	display: inline-block;
	margin-right: 14px;
	-webkit-transform: translateY(-2px);
	-moz-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	-o-transform: translateY(-2px);
	transform: translateY(-2px);
}

/******************************** Banner ********************************/

.banner
{
	width: 100%;
	padding-top: 68px;
	padding-bottom: 83px;
	overflow: hidden;
}
.banner_background
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.banner_content
{
	z-index: 1;
}
.banner_text
{
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	line-height: 1.166;
	color: #FFF;
	text-transform: uppercase;
	letter-spacing: 0.038em;
}

.banner_price
{
	font-size: 30px;
	color: #b9006e;
	margin-top: 40px;
}
.banner_price span
{
	display: inline-block;
	position: relative;
	color: #7e8285;
	margin-right: 14px;
}
.banner_price span::after
{
	display: block;
	position: absolute;
	top: 21px;
	left: 0;
	width: 100%;
	height: 2px;
	background: #8d8d8d;
	content: '';
}
.banner_product_name
{
	font-size: 18px;
	font-weight: 400;
	color: #FFF;
	margin-top: 8px;
}
.banner_button
{
	margin-top: 42px;
}
.banner_product_image
{
	position: absolute;
	top: -50px;
	right: -20px;
	z-index: 0;
}

/******************************** Featured ********************************/

.deals_featured
{
	width: 100%;
	background:#fff;
	padding: 4em 0;
	margin-top:2em;
}

.deals_featured h2{text-align:center;}

.deals_featured_product_page{width: 100%;padding-top: 10px;}

.featured
{
	width: 100%;
	-webkit-transform: translateY(60px);
	-moz-transform: translateY(60px);
	-ms-transform: translateY(60px);
	-o-transform: translateY(60px);
	transform: translateY(60px);
}

.featured_title_container
{

	margin:0 auto;
}
.featured_title
{
color:#3a0256;
}

.tabbed_container
{
	width: 100%;
}
.tabs
{
	width: 100%;
}
.tabs ul li
{
	font-size: 22px;
	font-weight: 500;
	color: rgba(0,0,0,0.5);
	float: left;
	margin-right: 53px;
	cursor: pointer;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.tabs-pp ul li{font-size:24px;}
.tabs ul li:hover
{
	color: rgba(0,0,0,0.8);
}
.tabs ul li:last-child
{
	margin-right: 0px;
}
.tabs ul li.active
{
	color: rgba(0,0,0,0.8);
}
.tabs-pp ul li.active
{
	color: rgba(0,0,0,1);
}
.tabs_line
{
	width: 100%;
	height: 1px;
	background: #dadada;
	margin-top: 12px;
}
.tabs.tabs-right .tabs_line
{
	margin-top: 39px;
}
.tabs_line span
{
	position: absolute;
	top: -1px;
	left: 0;
	width: 80px;
	height: 2px;
	background: #b9006e;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.tabs.tabs-right ul
{
	float: right;
}
.product_panel
{
	display: none;
	margin-left: -60px;
	margin-right: -60px;
}
.product_panel.active
{
	display: block;
}
.featured_slider
{
	width: 100%;
}
.featured_slider .slick-list
{
	padding-left: 20px;
	padding-right: 20px;
}
.featured_slider .slick-track
{
	padding-bottom: 120px;
}
.featured_slider_item
{
	height: 263px;
	width: 25%;
}
.product_item
{
	position: relative;
	left: -10px;
	width: calc(100% + 20px);
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
	background: #FFFFFF;
	cursor: pointer;
	padding-top: 40px;
	z-index: 0;
}
.slick-active .product_item:hover
{
	box-shadow: 0px 5px 25px rgba(0,0,0,0.1);
	z-index: 10;
}
.product_image
{
	width: 100%;
	height: auto;
}
.product_image img
{
	display: block;
	position: relative;
	max-width:280px;
	margin-bottom:10px;
}
.product_content
{
	width: 100%;
}
.product_price
{
	font-size: 20px;
	font-weight: 500;
}
.product_name
{
	margin-top: 4px;
	overflow: hidden;
}
.product_name div
{
	width: 80%;
	padding: 10px 0 0 0;
    margin: 0 auto 10px auto;
    line-height: 10px;

}
.product_name div a
{
	font-size: 16px;
	font-weight: 400;
	color: #000000;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.product_name div a:hover
{
	color: #b9006e;
}

.product_extras
{
	width: 100%;
	background: #FFFFFF;
	max-height: 0px;
	overflow: hidden;
	-webkit-transition: max-height 200ms ease;
	-moz-transition: max-height 200ms ease;
	-ms-transition: max-height 200ms ease;
	-o-transition: max-height 200ms ease;
	transition: max-height 200ms ease;
}
.slick-active .product_item:hover .product_extras
{
	max-height: 300px;
}

.slick-active .product_item:hover .product_cart_button
{
	visibility: visible;
	opacity: 1;
}


.product_cart_button
{
	position: relative;
	left: 0px;
	visibility: hidden;
	opacity: 0;
	width: 100%;
	height: 48px;
	background: #3a0256;
	border: none;
	outline: none;
	font-size: 14px!important;
	font-weight: 400;
	color: #FFFFFF;
	cursor: pointer;
	margin-top: 19px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.product_cart_button:hover
{
	background: #b9006e;
}
.featured_slider .slick-dots
{
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom:20px;
}
.featured_slider .slick-slide
{
	outline: none;
}
.featured_slider .slick-dots li
{
	display: inline-block;
	width: 15px;
    height: 15px;
    border: none;
    outline: none;
    padding: 0px;
    margin: 0px;
    border-radius: 50%;
    content: '';
    background: #c5c5c5;
    margin-right: 20px;
    cursor: pointer;
    -webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.featured_slider .slick-dots li:hover
{
	background: #b9006e;
}
.featured_slider .slick-dots li.slick-active
{
	background: #b9006e;
}
.featured_slider .slick-dots li:last-child
{
	margin-right: 0px;
}
.featured_slider .slick-dots li button
{
	display: none;
}
.featured_slider_dots_cover
{
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 100px;
	width: 100px;
	height: 30px;
	background: #FFFFFF;
	z-index: 1;
	display: none;
}

.product_fav
{
	display: inline-block;
	background: #FFFFFF;
	box-shadow: 0px 1px 5px rgba(0,0,0,0.1);
	border-radius: 50%;
	text-align: center;
	cursor: pointer;
	margin-left: 36px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
	width: 42px;
	height: 42px;
}

.featured_slider_item .product_fav
{
	position: absolute;
	top: 33px;
	right: 12px;
	visibility: hidden;
	opacity: 0;
}

.product_fav i
{
	width: 42px;
	height: 42px;
	background: #FFFFFF;
	border:solid 1px #DDD;
	border-radius: 50%;
	display: block;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	color: #b9006e;
	line-height: 42px;
	z-index: 0;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
	box-shadow: 0px 1px 5px rgba(0,0,0,0.1);
	font-size:18px;
}

.product_item:hover .product_fav
{
	visibility: visible;
	opacity: 1;
	top: 18px;
	right:30px;
}
.product_marks
{
	display: none;
	position: absolute;
	top: 33px;
	left: 30px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.slick-active .product_marks
{
	display: block;
}
.product_item:hover .product_marks
{
	top: 18px;
	left: 18px;
}
.product_mark
{
	display: inline-block;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	color: #FFFFFF;
	text-align: center;
	line-height: 36px;
	font-size: 12px;
}
.product_new
{
	display: none;
	background: #b9006e;
	visibility: hidden;
	opacity: 0;
}
.product_discount
{
	display: none;
	background: #df3b3b;
	visibility: hidden;
	opacity: 0;
}
.product_item.is_new .product_new,
.product_item.discount .product_discount
{
	display: inline-block;
	visibility: visible;
	opacity: 1;
}

.product_fav i:hover
{
	background:#3a0256;
	border-color: #3a0256;
	color:#FFF;
	box-shadow: 0px 1px 5px rgba(0,0,0,0.5);
}
.product_fav i.active
{
	background-color: #b9006e;
	border-color: #b9006e;
	color:#FFF;
	box-shadow: 0px 1px 5px rgba(0,0,0,0.5);
}

/********************************* Recently Viewed ********************************/

.viewed
{
	padding-top: 51px;
	padding-bottom: 60px;
	background: #f5f5f5;
}
.viewed_title_container
{
	border-bottom: solid 1px #dadada;
}
.viewed_title
{
	margin-bottom: 14px;
}
.viewed_nav_container
{
	position: absolute;
	right: -5px;
	bottom: 14px;
}
.viewed_nav
{
	display: inline-block;
	cursor: pointer;
}
.viewed_nav i
{
	color: #dadada;
	font-size: 18px;
	padding: 5px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.viewed_nav:hover i
{
	color: #606264;
}
.viewed_prev
{
	margin-right: 15px;
}
.viewed_slider_container
{
	padding-top: 50px;
}
.viewed_item
{
	width: 100%;
	background: #FFFFFF;
	border-radius: 8px;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 15px;
	padding-right: 15px;
}
.viewed_image
{
	width: 115px;
	height: 115px;
	overflow:hidden;
	text-align:center;
}
.viewed_image img
{
	display: block;
	margin:0 auto;
	max-height:100%;
	width:auto;
}
.viewed_content
{
	width: 100%;
	margin-top: 25px;
}
.viewed_price
{
	font-size: 16px;
	color: #000000;
	font-weight: 500;
}
.viewed_item.discount .viewed_price
{
	color: #df3b3b;
}
.viewed_price span
{
	position: relative;
	font-size: 12px;
	font-weight: 400;
	color: rgba(0,0,0,0.6);
	margin-left: 8px;
}
.viewed_price span::after
{
	display: block;
	position: absolute;
	top: 6px;
	left: -2px;
	width: calc(100% + 4px);
	height: 1px;
	background: #8d8d8d;
	content: '';
}
.viewed_name
{
	margin-top: 3px;
}
.viewed_name a
{
	font-size: 14px;
	color: #000000;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.viewed_name a:hover
{
	color: #b9006e;
}
.item_marks
{
	position: absolute;
	top: 18px;
	left: 18px;
}
.item_mark
{
	display: none;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: 500;
	line-height: 36px;
	text-align: center;
}
.item_discount
{
	background: #df3b3b;
	margin-right: 5px;
}
.item_new
{
	background: #b9006e;
}
.viewed_item.discount .item_discount
{
	display: inline-block;
}
.viewed_item.is_new .item_new
{
	display: inline-block;
}


/******************************** Newsletter ********************************/

.newsletter
{
	width: 100%;
	background: #3a0256;
	background: linear-gradient(-45deg, #3a0256 0%, #3a0256 50%, #b9006e 50%, #b9006e 100%);
	padding-top: 60px;
	padding-bottom: 60px;
	color:#FFF;
}
.newsletter_container
{
	width: 100%;
}
.newsletter_title_container
{
	width: 40%;
	padding-left: 75px;
}
.newsletter_icon
{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	font-size:3em;
}
.newsletter_title
{
	font-size: 18px;
	color: #FFF;
}
.newsletter_text p{color:#FFF;}
.newsletter_text p:last-child
{
	margin-bottom: 0;
}
.newsletter_icon img
{
	max-width: 100%;
}
.newsletter_content
{
	width: 60%;
}
.newsletter_form
{
	position: relative;
	width: 569px;
	float: right;
}
.newsletter_input
{
	width: 100%;
	height: 50px;
	background: #FFFFFF;
	border: solid 1px #e5e5e5;
	border-radius: 5px;
	padding-left: 25px;
	font-size: 16px;
	outline: none;
	color: #b9006e;
}
.newsletter_input:focus
{
	border: solid 1px rgba(255, 136, 17, 0.3);
	box-shadow: 0px 1px 5px rgba(255, 136, 17, 0.3);
}
.newsletter_input::-webkit-input-placeholder
{
	font-size: 16px;
	color: rgba(0,0,0,0.5);
}
.newsletter_input:-moz-placeholder
{
	font-size: 16px;
	color: rgba(0,0,0,0.5);
}
.newsletter_input::-moz-placeholder
{
	font-size: 16px;
	color: rgba(0,0,0,0.5);
}
.newsletter_input:-ms-input-placeholder
{
	font-size: 16px;
	color: rgba(0,0,0,0.5);
}
.newsletter_input::input-placeholder
{
	font-size: 16px;
	color: rgba(0,0,0,0.5);
}
.newsletter_button
{
	position: absolute;
	top: 0;
	right: 0;
	width: 153px;
	height: 50px;
	background: #b9006e;
	color: #FFFFFF;
	line-height: 50px;
	font-size: 18px;
	border: none;
	outline: none;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	cursor: pointer;
}
.newsletter_button:hover
{
	opacity: 0.8;
}
.newsletter_unsubscribe_link
{
	float: right;
	text-align: right;
	height: 50px;
}
.newsletter_unsubscribe_link a
{
	font-size: 10px;
	color: #b9006e;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	line-height: 50px;
}
.newsletter_unsubscribe_link a:hover
{
	color: #0d82d3;
}

/******************************** Footer ********************************/

.footer
{
	padding-top: 52px;
	padding-bottom: 40px;
	background-color:#3a0256;
}
.footer .logo_container
{
	height: auto;
	margin-bottom: 18px;
	margin-top: -10px;
}
.footer .logo
{
	top: auto;
	-webkit-transform: transform: none;
    -moz-transform: transform: none;
    -ms-transform: transform: none;
    -o-transform: transform: none;
    transform: none;
}
.footer .logo a
{
	color: #FFF;
}
.footer_title
{
	font-size: 16px;
	font-weight: 500;
	color: #FFF;
}
.footer_phone
{
	font-size: 18px;
	font-weight: 500;
	color: #b9006e;
	margin-top: 13px;
}
.footer_contact_text
{
	margin-top: 10px;

}
.footer_contact_text p
{
	margin-bottom: 0px;
	color: #FFF;
	font-size:1em;
}
.footer_social
{
	margin-top: 27px;
}
.footer_social ul li
{
	display: inline-block;
	width: 30px;
	height: 30px;
	background: #fafafa;
	border-radius: 50%;
	cursor: pointer;
	box-shadow: 0px 1px 5px rgba(0,0,0,0.1);
	margin-right: 16px;
	text-align: center;
}
.footer_social ul li i
{
	color: #FFF;
	line-height: 30px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.footer_social ul li:hover i
{
	color: #b9006e;
}
.footer_subtitle
{
	font-size: 12px;
	color: #FFF;
}
.footer_column ul:first-of-type
{
	margin-top: 21px;
}
.footer_column ul
{
	margin-top: 7px;
}
.footer_list li
{
	margin-bottom: 6px;
}
.footer_list li a
{
	font-size: 16px;
	font-weight: 500;
	color: #FFF;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.footer_list li a:hover
{
	color: #b9006e;
}
.footer_list_2
{
	margin-top: 42px !important;
}

.copyright
{
	width: 100%;
	background: #fafafa;
}
.copyright_container
{
	width: 100%;
	height: 56px;
	text-align:center;
}
.copyright_content
{
	font-size: 12px;
	color: rgba(0,0,0,0.6);
}
.copyright_content span
{
	font-weight: 500;
}
.logos
{

}
.logos_list li
{
	display: inline-block;
	margin-right: 16px;
}
.logos_list li:last-child
{
	margin-right: 0px;
}

.green{color:#45c76a!important;}
.info_colour{color:#0074d9;}
.highlight{color:#b9006e!important;}

/************************ modal overrides ***************************/
.modal-content{background:#f5f5f5!important;}
.modal-content h3{padding:1em 1em 0 0.6em;}
.modal-content h4{padding:1em 1em 0 2em;}
.modal-content img{margin:0.5em auto;}
.model .btn, .btn-primary, .btn-secondary{ outline:none;}
.modal_item{
	background:#fff;
	border-radius: 8px;
}
.btn-primary{background:#b9006e; border-color: #b9006e;}.btn-outline-primary{color: #3a0256; border-color: #3a0256;}
.btn:focus, .btn:active, .btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus, .btn-outline-primary:hover{background:#3a0256!important; border-color:#3a0256!important; color:#FFF!important; box-shadow:none!important; outline:none!important;}

.btn-primary.disabled, .btn-primary:disabled{background-color:#ccc!important; color:#666!important; border-color:#555!important}

.btn-xs{width:30px; height:30px; padding:0px!important}




/************************ product page ***************************/


.single_product
{
	padding-top: 60px;
	padding-bottom: 40px;
}

.single_product a i{margin-right:0.375rem;}

.image_list li
{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 120px;
	border: solid 1px #e8e8e8;
	box-shadow: 0px 1px 5px rgba(0,0,0,0.1);
	margin-bottom: 15px;
	cursor: pointer;
	padding: 10px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
	overflow: hidden;
}
.image_list li:last-child
{
	margin-bottom: 0;
}
.image_list li:hover
{
	box-shadow: 0px 1px 5px rgba(0,0,0,0.3);
}
.image_list li img
{
	max-height: 100%; width:auto;
}
.image_selected
{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: calc(100% + 15px);
	-webkit-transform: translateX(-15px);
	-moz-transform: translateX(-15px);
	-ms-transform: translateX(-15px);
	-o-transform: translateX(-15px);
	transform: translateX(-15px);
	border: solid 1px #e8e8e8;
	box-shadow: 0px 1px 5px rgba(0,0,0,0.1);
	overflow: hidden;
	padding: 15px;
}
.image_selected img
{
	max-width: 100%;
}

.allergen_icon{width:40px; height:40px; margin:0.5em 0.2em 1.5em 0.2em;}

.single_product .product_description
{
	padding-left: 50px;
}
.single_product .product_category
{
	font-size: 15px;
	color: rgba(0,0,0,0.5);
}
.single_product .product_name
{
	font-size: 30px;
	font-weight: 700;
	margin: 11px 0;
}

.single_product .product_partno p
{
	margin:8px 0 0 0;
}

.single_product .product_general p
{
	margin:2px 0 0 0;
}

.single_product .product_general p span{font-weight:bold;}

.single_product .product_text
{
	margin-top: 27px;
}
.single_product .product_text table
{
	width:100%; margin: 10px 0px 20px 0px;
}
.single_product .product_text ul li div:first-of-type{font-size:1.6em; background:#3a0256; padding:6px 0px; text-indent:10px; width:100%; color:#FFF; margin-top:14px;}
.product_text, .product_text p{color:#1c1c1c;}
.product_text tr:nth-child(even) {background-color: #eee;}
.product_text tr:hover{background:#b9006e; color:#FFF;}
.product_text tr:hover p{color:#FFF;}
.product_text table{border:1px solid #ccc;}
.single_product .product_text table td{padding:6px 12px; margin:5px; border-bottom:1px solid #ccc;}
.single_product .product_text p:last-child
{
	margin-bottom: 0px;
}
.single_product .order_info
{
	margin: 1em 0;
	border:1px dashed #b9006e;
	padding:2em
}
.attribute_title{font-size:1.2em; font-weight:bold; color:#3a0256;}
.product_quantity
{
	font-size:22px;
	width: 182px;
	height: 50px;
	border: solid 1px #e5e5e5;
	border-radius: 5px;
	overflow: hidden;
	padding-left: 25px;
	float: left;
	margin-right: 30px;
}


.product_holder .product_quantity
{
	float:none;
	margin:0 auto 0.8em auto;
	font-size:20px;
	height:40px;
	line-height: 40px
}


.product_quantity span
{
	display: block;
	height: 50px;
	font-size: 22px;
	font-weight: 300;
	color: rgba(0,0,0,0.8);
	line-height: 50px;
	float: left;
}
.product_quantity input
{
	display: block;
	width: 50px;
	height: 50px;
	border: none;
	outline: none;
	font-size: 22px;
	font-weight: 300;
	color: rgba(0,0,0,0.8);
	text-align: left;
	padding-left: 9px;
	line-height: 50px;
	float: left;
}


.product_holder .product_quantity span,.product_holder .product_quantity input
{
	font-size:20px;
	height:40px;
	line-height: 40px
}



.quantity_buttons
{
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 29px;
	border-left: solid 1px #e5e5e5;
}
.quantity_inc,
.quantity_dec
{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	height: 50%;
	cursor: pointer;
}
.quantity_control i
{
	font-size: 11px;
	color: rgba(0,0,0,0.3);
	pointer-events: none;
}
.quantity_control:active
{
	border: solid 1px rgba(14, 140, 228, 0.2);
}
.quantity_inc
{
	padding-bottom: 2px;
	justify-content: flex-end;
	border-top-right-radius: 5px;
}
.quantity_dec
{
	padding-top: 2px;
	justify-content: flex-start;
	border-bottom-right-radius: 5px;
}

.price_tag
{
	color:#b9006e;
	font-size:2em;
	font-weight:bold;
}

.single_product .product_price
{
	display: inline-block;
	font-size: 24px;
	font-weight: bold;
	margin: 6px 0 10px 0;
	clear: left;
}

.single_product .product_price span
{
	display: block;
	font-size: 18px;
	font-weight: 400;
	margin-top: 4px;
	clear: left;
	color:#666;
}

.single_product .button_container
{
	margin-top: 43px;
}
.single_product .cart_button
{
	display: inline-block;
	border: none;
	font-size: 18px;
	font-weight: 400;
	line-height: 48px;
	color: #FFFFFF;
	padding-left: 35px;
	padding-right: 35px;
	outline: none;
	cursor: pointer;
}
.single_product .cart_button:hover{background:#3a0256;}
.single_product .cart_button:focus
{
	outline: none;
}

#module p{
  font-size: 1.2rem;
  line-height: 1.5;
  margin:1em 0;
}

#module #collapseExample.collapse:not(.show) {
  display: block;
  height: 15rem;
  overflow: hidden;
}

#module #collapseExample.collapsing {
  height: 15rem;
}

#module a.showmorelink.collapsed::after {
  content: '+ Show More';
}

#module a.showmorelink:not(.collapsed)::after {
  content: '- Show Less';
}



/* products on category pages */
.product_holder{
	flex: 0 0 30%;
	margin: 1%;
	background:#fff;
	text-align:center;
	padding:1em;
	position:relative;
	overflow:hidden;
}
.product_holder a{color:#3a0256!important; font-weight:bold;}
.product_holder a:hover{background:none; color:#b9006e!important; font-weight:bold;}

.product_holder_img_holder{width:100%;height:270px; margin-bottom:2em;}
.product_holder_img_holder div{
  position: absolute;
  top:0;
  left:0;
	overflow: hidden;
	width:100%;
	height:100%;
	display:flex;
	align-items:center;
	justify-content:center;
}

.product_holder_img_holder div img{width:100%; max-width:400px; height:auto;}

.product_holder_img_holder .swap-on-hover__front-image{
  z-index: 1;
  transition: opacity .3s linear;
  background:#fff;
}

.product_holder_img_holder .swap-on-hover__back-image{
  z-index: 0;
  transition: opacity .3s linear;
  background:#fff;
}

.product_holder:hover > .product_holder_img_holder .swap-on-hover__front-image{
  opacity: 0;
}



/* cart */
.popover
{
width: 100%;
max-width: 800px;
}

#order_table img{max-width:90px; height:auto;}


/*homepage only */
.splash{height:100vh; background:url("../../images/splash.jpg") no-repeat center bottom;background-size:cover; text-align:center;}
.splash-mobile{height:100vh; background:url("../../images/splash-mobile.jpg") no-repeat center bottom;background-size:cover; text-align:center;}
.about{height:300vh; display:flex;}
.about2{height:400vh; display:flex;}
.about-title,.about-title2{width:50%; height:100vh;display:flex; justify-content:center; align-items:center; margin:0!important;}
.about-title{background:#e6e7e8 url("../../images/bg1.jpg") no-repeat left bottom;}
.about-title2{background:#e6e7e8 url("../../images/bg2.jpg") no-repeat right bottom;}
.about-title p,.about-title2 p{font-size:19px; font-family: 'Indie Flower';}
.about-title h2, .about-title2 h2{color:#3a0256; padding-bottom:8px;}
.about-pages h2{color:#FFF;}
.underline {
  display: inline-block;
  position: relative;
  background: linear-gradient(to right, #b9006e, #3a0256);
  background-size: 0% 5px;
  background-repeat: no-repeat;
  background-position: left bottom;
  animation: underline 1s ease-in 0s; /* remove infinite if you want only once */
  animation-fill-mode: forwards;
}
@keyframes underline {
  to {
    background-size: 100% 5px;
  }
}
.about-pages,.about-pages2{width:50%;}
h2{margin-bottom:0.6em;font-family: 'Caveat Brush'; font-size:3.2em;}
.about-pages div, .about-pages2 div{height:100vh; color:#fff;}
.about-pages div>p, .about-pages2 div>p{font-size:22px; line-height:30px; font-family: 'Indie Flower';}
.hightlight{color:#9a2983}
button, input[type="submit"]{font-size:1.2em;font-weight:700; text-transform:uppercase;border-radius: 4px!important;padding: 0.5em 1.6em; letter-spacing: .05em; color:#FFF}
input[type="submit"].submit_small{padding:0.1em 0.5em;}
button.close{padding:0.2em 0.5em!important;}
.product_holder button{font-size:1em!important;padding:0.6em!important;}


.btn-alt{border-width:3px;background: #3a0256; color:#fff;}
.btn-alt:hover { background: #009d92; color:#fff;}
.product_showcase{text-align:center; width:100%; margin:auto; padding:2em; display:flex; align-items:center; justify-content:center; flex-wrap:wrap;}
.product_showcase_content{height:auto!important; background:rgba(0,0,0,0.55); padding:1em; max-width:88%; margin:auto;}
.product_showcase h2{font-family: 'Caveat Brush'; font-size:3.2em; color:#fff;}
.product_showcase p{width:80%; margin:2em auto; color:#fff;}

.close{font-size:2.5em;}

.chevron {
  position: absolute;
  left:15px;
  top:-4px;
  width: 28px;
  height: 8px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move 3s ease-out infinite;
}

.chevron:first-child {
  animation: move 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
  animation: move 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after {
  content: ' ';
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: #fff;
}

.chevron:before {
  left: 0;
  transform: skew(0deg, 30deg);
}

.chevron:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
}

@keyframes move {
  25% {
    opacity: 1;

  }
  33% {
    opacity: 1;
    transform: translateY(30px);
  }
  67% {
    opacity: 1;
    transform: translateY(40px);
  }
  100% {
    opacity: 0;
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}
.scroll_down, .scroll_down_mobile
{
	clear:both;
	position:absolute;
	bottom:10%;
	height: 60px;
  width: 60px;
  background-color: #3a0256;
  border-radius: 50%;
  display:inline-block;
}

.scroll_down_mobile
{
  position: relative;
  bottom:-30%;
}

.welcome_badge
{
   transition: all 1s ease-in-out;
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform:  scale(0);
}
.welcome_badge.animated {
 -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}


/*********************************
4. Contact
*********************************/

#contact_form{margin-bottom:4em;}
#contact_form input{width:100%;}
#contact_form input, #contact_form textarea {margin:1em;}

#contact_form textarea{width:100%; padding:1em; border: none; border-bottom: 1px solid #999; margin-bottom:2em;}

.contact_form_container{max-width:1000px; margin:auto}

.contact_form_button{text-align:center;}

.contact_info
{
	width: 100%;
	padding-bottom: 40px;
}
.contact_info_item
{
	width: calc((100% - 60px) / 3);
	height: 100px;
	border: solid 1px #e8e8e8;
	padding:1em;
	box-shadow: 0px 1px 5px rgba(0,0,0,0.1);
	background:#b9006e;
	color:#fff;
}
.contact_info_image
{
	width: 35px;
	height: 35px;
	text-align: center;
}
.contact_info_image img
{
	max-width: 100%;
}
.contact_info_content
{
	padding-left: 17px;
	margin-top:1.5em;
}
.contact_info_title
{
	font-weight: 700;
}
.contact_info_text
{
	font-size: 18px;
	color:#232323;
}


.fullheight{height:100vh}
.darkbg{background-color:#707774;}
.split
{
	display:flex;
	flex-wrap:nowrap;
	margin:0 auto;
	width:80%;
	max-width:1200px;
	background:#fff;
}
.split div{height:75vh; flex: 1; padding:2em;}
.split div div{height:auto; flex:0; padding:inherit;}

.container-centred {
  width: 900px;
  background: #fff;
  margin: 0 auto;
  box-shadow: 0px 15px 16.83px 0.17px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 15px 16.83px 0.17px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 15px 16.83px 0.17px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0px 15px 16.83px 0.17px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0px 15px 16.83px 0.17px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px; }

.position-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%); }

.signup {
  margin-bottom: 150px; }

.signup-content {
  padding: 75px 0; }

.signup-form, .signup-image, .signin-form, .signin-image {
  width: 50%;
  overflow: hidden; }

.signup-image {
  margin: 45px 55px 0 55px;
}

.form-title {
  margin-bottom: 33px; }

.signup-image {
  margin-top: 45px; }

figure {
  margin-bottom: 50px;
  text-align: center; }

.form-submit {
  display: inline-block;
  background: #6dabe4;
  color: #fff;
  border-bottom: none;
  width: auto;
  padding: 15px 39px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  margin-top: 25px;
  cursor: pointer; }
  .form-submit:hover {
    background: #4292dc; }

#signin {
  margin-top: 16px; }

.signup-image-link {
  font-size: 20px;
  color: #222;
  display: block;
  text-align: center; }
.signup-reminder-link{text-align:right; font-size:1em;}
.term-service {
  font-size: 13px;
  color: #222; }

.signup-form {
  margin-left: 75px;
  margin-right: 75px;
  padding-left: 34px; }

  .signin-form {
    margin-right: 90px;
    margin-left: 80px;
  }

.register-form {
  width: 100%; }

.form-group {
  position: relative;
  margin-bottom: 25px;
  overflow: hidden; }
  .form-group:last-child {
    margin-bottom: 0px; }

input {
  width: 100%;
  display: block;
  border: none;
  border-bottom: 1px solid #999;
  padding: 6px 30px;
  box-sizing: border-box;
  font-size:20px;

  }

  input.submit{width:auto;}

  input::-webkit-input-placeholder {
    color: #666; }
  input::-moz-placeholder {
    color: #666; }
  input:-ms-input-placeholder {
    color: #666; }
  input:-moz-placeholder {
    color: #666; }
  input:focus {
    border-bottom: 1px solid #222; }
    input:focus::-webkit-input-placeholder {
      color: #222; }
    input:focus::-moz-placeholder {
      color: #222; }
    input:focus:-ms-input-placeholder {
      color: #222; }
    input:focus:-moz-placeholder {
      color: #222; }



input:-webkit-autofill, input:focus:-webkit-autofill { background: #FFF!important; }

.agree-term {
  display: inline-block;
  width: auto; }

.form-group label {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  color: #222;
}

.label-agree-term {
  position: relative;
  top: 0%;
  transform: translateY(0);
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0); }

.material-icons-name {
  font-size: 18px; }

.signin-content {
  padding-top: 67px;
  padding-bottom: 87px; }

display-flex, .display-flex, .display-flex-center, .signup-content, .signin-content, .social-login, .socials {
    display: flex;
    display: -webkit-flex;
}



.form-group .select {
	border:none;
    border-bottom: 1px solid #999;
    overflow: hidden;
    height: 40px;
    width: 100%;
    position: relative;
    display: block;
	margin:30px 0 0 0px;
}

select{
    height: 50px;
    padding: 5px;
    border: 0;
    font-size: 20px;
    width: 100%;
   -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	margin-left:20px;
	background:none;
}
.select{border-radius:5px; border:1px solid #ccc; width:100%;}
.select:after{
    content:"\f107";
    font-family:"Font Awesome 5 Pro"; font-weight:900;
    color: #b9006e;
    padding: 12px 8px;
    position: absolute; right: 0; top: 0;
    z-index: 1;
    text-align: center;
    height: 100%;
    pointer-events: none;
    box-sizing: border-box;
}

select.attr_select{padding-right:1em; margin-left:0;}

.fa-li{font-size:0.6em; top:0.4em;}

/* error messages etc */
/* The alert message box */
.alert {
  padding: 20px;
  background-color: #f44336; /* Red */
  color: white;
  max-width:900px;
  margin: 0 auto 15px auto;
  font-family:Arial, Helvetica, sans-serif;
  font-size: 0.8em;
}

.alert.info {
    background-color: #2196F3;
}

.alert.warning {
    background-color: #ff9800;
}

.alert.success {
    background-color: #4CAF50;
}

.alert.highlight{background-color:#b9006e; color:#fff!important; text-align:center;}

/* The close button */
.closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
  opacity: 1;
  transition: opacity 0.6s; /* 600ms to fade out */
}

/* When moving the mouse over the close button */
.closebtn:hover {
  color: black;
}


/* shopping cart full */
#cartcontents{width:100%;}
#cartcontents table{width:100%; border:none;}
#cartcontents table tr:first-child{border:1px solid #111; border-left:none; border-right:none;}
#cartcontents td{padding:0.5em 0;}

#total_full_cart
{
	float:right;
	font-size:1.8em;
	margin:20px 0;
	font-weight:700;
	border-collapse:collapse;
	clear:both;
}
#total_full_cart td
{
	border:1px solid #ddd;
	padding:10px 20px;
}


#cartcontents, #table_cart_full_head
{
	color:#444;
	margin:0;
	margin-top:0px;
	padding:10px 0;
	font-size:1.3em;
}

#item-list table td, #table_cart_full_head td
{
	font-size:1.1em;
	padding:16px 0;
}

#table_cart_full_head{ background:#eee; border-top:solid 1px #ddd;}


.cartrowdiv{width:100%; display:flex; margin:1em 0;}


.cart_table_item{width:100%; border:solid 2px #3a0256; border-left:none; border-right:none; display:flex; padding:1em 0; font-size:1.2em; font-weight:bold; color:#3a0256;}

.cart_img_div
{
	flex: 0 0 5%;
	margin-right:1em;
}

.cart_info_div
{
	flex: 0 0 50%;
}
.cart_price_div
{
	flex: 0 0 10%;
}

.cart_qty_div
{
	display:inline-block;
	width:100px;
	vertical-align:top;
	flex: 0 0 10%;
}


/* blog */
.blog-holder
{
	display:flex;
	align-items:center;
	justify-content:content-start;
	flex-wrap:wrap;
}

.blog-item
{
	padding:1em;
	background:#fff;
	margin:1em;
	max-width:333px;
	min-height:450px;
}

.blog-item h2{margin:0.6em 0; text-align:left; font-size:1.5em!important;}
.blog_date{font-size:1em; color:#777;}


/* checkout pages */
.left_column{width:50%;}

.left_column h2{font-size:2em;}

.boxed_title, .boxed_title_invert
{
	padding:12px 6px;
	margin:0 0 20px 0;
	font-weight:normal;
}

.boxed_title
{
	background: #b9006e;
	color:#fff;
}

.boxed_title_invert
{
	box-shadow:none;
	background: #eee;
	color: #aaa;
	margin: 0 0 6px 0;
}

.boxed_title span, .boxed_title_invert span, .accordion span
{
	color:#fff;
	padding: 0 6px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.accordion span{margin-right:10px; background:#b9006e}

.boxed_title span
{
	background: #fff;
	color:#b9006e;
}


.boxed_title_invert span
{
	background: #ddd;
}

.boxed_content h3
{
	margin:0;
	background: #b9006e;
	padding:10px;
	font-size:1.4em;
	text-align:center;
  color:#fff;
}


.boxed_content_rounded
{
	background:#fff;
	border: 1px solid #bbb;
}

.boxed_content_rounded h3
{
	margin:0;
	background: #eee;
	padding:12px 10px;
	font-size:1.6em;
	text-align:center;
	color:#232323;
	font-weight:400;
	border-bottom:1px solid #bbb;
}

.form_label {
    text-align: right;
    margin: 0em 10px 0 0;
    line-height: 30px;
	display:inline-block;
}
.form_row{
width: 100%;
padding: 10px 0 0 0;
clear: both;
font-size: 1.2em;
margin-bottom:1em;
}
.form_row input{display:inline-block; width:auto}
.form_row input[type="radio"] {
    margin: 8px 8px 0 0;
}


.fixedwidth .form_label {
    width: 140px;
}
.form_input{margin:0.5em 0; display:inline-block;}
.form_input input, .form_input select{min-width:300px;width:auto; background:none;}


.form-mini input[type="checkbox"] {
	min-width:20px;
    width: 20px;
    height: 20px;
    vertical-align: bottom;
    position: relative;
    top: 0px;
}
/*responsive*/

@media (max-width: 1601px) {
}
@media (max-width: 1025px) {
}
@media (max-width: 801px) {
}
@media (max-width: 641px) {
	.left_column{width:100%;}
}

@charset "utf-8";
/* CSS Document */


/************
1. 1600px
************/

@media only screen and (max-width: 1600px)
{

}

/************
2. 1440px
************/

@media only screen and (max-width: 1440px)
{

}

/************
3. 1380px
************/

@media only screen and (max-width: 1380px)
{

}

/************
3. 1280px
************/

@media only screen and (max-width: 1280px)
{

}

/************
4. 1199px
************/

@media only screen and (max-width: 1199px)
{
	.cat_menu_container
	{
		width: 211px;
		padding-left: 25px;
	}
	.main_nav_dropdown li
	{
		margin-right: 30px;
	}
	.main_nav_dropdown li a
	{
		font-size: 16px;
	}
	.char_item
	{
		padding-left: 25px;
	}
	.deals_timer_box
	{
		width: 150px;
	}
	.deals_timer_unit
	{
		font-size: 20px;
	}
	.banner_2_dots
	{
		left: calc((100% - 960px) / 2 + 15px);
	}
	.arrivals_single > div
	{
		padding-left: 24px;
	}
	.arrivals_single_marks
	{
		left: 24px;
	}
	.newsletter_form
	{
		width: 456px;
	}
}

/************
4. 1100px
************/

@media only screen and (max-width: 1100px)
{

}

/************
5. 1024px
************/

@media only screen and (max-width: 1024px)
{

}

/************
6. 991px
************/

@media only screen and (max-width: 991px)
{
	.header{background:none; background:#fff; z-index:1000;}
	.top_bar
	{
		/*display: none;*/
	}
	.header_search
	{
		height: 50px;
	}
	.custom_dropdown
	{
		text-align: left;
	}
	.main_nav
	{
		margin-top: 56px;
	}
	.main_nav_menu
	{
		display: none;
	}
	.logo_container,
	.wishlist_cart
	{
		height: 125px;
	}
	.main_nav_content
	{
		color:#F00;
	}
	.menu_trigger_container
	{
		display: block;
	}
	.top_bar
	{
		height: 40px;
	}
	.top_bar_contact_item
	{
		font-size: 12px;
		margin-right: 20px;
		line-height: 40px;
	}
	.top_bar_contact_item a
	{
		font-size: 12px;
		line-height: 40px;
	}
	.top_bar_icon
	{
		margin-right: 4px;
	}
	.top_bar_icon img
	{
		width: 70%;
	}
	.top_bar_menu
	{
		display: none;
	}
	.top_bar_user a
	{
		font-size: 18px;
		line-height: 40px;
		margin-left:0.5em;
	}
	.user_icon
	{
		-webkit-transform: translateY(-1px);
	    -moz-transform: translateY(-1px);
	    -ms-transform: translateY(-1px);
	    -o-transform: translateY(-1px);
	    transform: translateY(-1px);
	    width: 12px;
	}
	.cat_menu_container ul
	{
		visibility: hidden;
		opacity: 0;
	}
	.char_col:not(:last-child):not(:nth-child(3))
	{
		margin-bottom: 30px;
	}
	.char_item
	{
		padding-left: 36px;
	}
	.deals
	{
		width: 100%;
		margin-right: 0px;
	}
	.featured
	{
		width: 100%;
	}
	.popular_categories_slider_container
	{
		margin-top: 15px;
	}
	.banner_2_dots
	{
		left: calc((100% - 720px) / 2 + 15px);
	}
	.tabs
	{
		padding-top: 10px;
	}
	.tabs.tabs-right ul
	{
		float: left;
	}
	.arrivals_single
	{
		display: none;
	}
	.advert_col
	{
		margin-bottom: 30px;
	}
	.advert_col:last-child
	{
		margin-bottom: 0px;
	}
	.trends_slider_container
	{
		margin-top: 15px;
	}
	.newsletter_title_container
	{
		width: 100%;
	}
	.newsletter_content
	{
		width: 100%;
		margin-top: 30px;
	}
	.newsletter_form
	{
		width: calc(100% - 114px);
	}
	.footer_col:not(:last-child)
	{
		margin-bottom: 40px;
	}
}


@media only screen and (max-width: 769px)
{
  .form_label{text-align: left;}
.form_input, textarea{max-width:98%!important;}
.welcome_badge{top:15%;}
.welcome_badge img{max-width:80%; height:auto; text-align: center;}
  .single_product{padding-top:0}
	.product_holder{flex:0 0 100%;}
	.single_product .product_description{padding:0em;}
	.single_product .button_container{margin-top:1em;}
	button.ml-3{ margin-top:0.4em;}
	#main_page_content{background:rgba(255,255,255,0.5);}
	.display_mobile{display:block;}
  .product_showcase_content{max-width:100%;}
  .product_showcase p{width:95%; font-size: 1.2em;}
  .footer{text-align: center!important;}
  .cartbuttons{flex-wrap:wrap; align-items: center; justify-content: center;}
  .cartbuttons div{margin-top:1em;}
  .signin-content{flex-wrap: wrap;}
  .signin-content figure{display: none;}
  .cart_img_div {display: none;}
  #item-list table td, #table_cart_full_head td{font-size: 0.9em;}
  .image_selected{margin-top:1em;}
	.hide_mobile{display:none!important;}
	.mobile_logo img{width:240px; height:auto; padding:0.5em 0.2em;}
	.header_search
	{
		display: none;
	}
	.page_menu_search
	{
		display: block;
	}
	.main_nav
	{
		margin-top: 0px;
	}
	.banner_product_image
	{
		opacity: 0.5;
		width: 60vw;
	    top: 50%;
	    -webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.banner_product_image img
	{
		width: 100%;
	}
	.char_col:nth-child(3)
	{
		margin-bottom: 30px;
	}
	.char_item
	{
		padding-left: 36px;
	}
	.banner_2_item
	{
		height: auto;
		padding-top: 85px;
		padding-bottom: 105px;
	}
	.banner_2_content
	{
		padding-top: 0px;
	}
	.banner_2_image_container
	{
		margin-top: 60px;
	}
	.banner_2_image
	{
		position: relative;
		top: auto;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}
	.banner_2_dots
	{
		left: calc((100% - 540px) / 2 + 15px);
	}
}


@media only screen and (max-width: 769px)
{
	h2{font-size: 24px;}
	p{font-size: 15px;}
	.logo_container, .wishlist_cart
	{
		height: 72px;
	}
	.logo a
	{
		font-size: 24px;
	}
	.cat_menu_container
	{
		width: auto;
		padding-right: 15px;
	}
	.cat_menu_text
	{
		font-size: 13px;
		margin-left: 12px;
	}
	.cat_burger
	{
	    width: 22px;
	    height: 14px;
	}
	.cat_burger span:nth-child(2)
	{
		top: 8px;
	}
	.cat_burger span:nth-child(3)
	{
		top: 16px;
	}
	.menu_trigger_text
	{
		font-size: 20px;
		margin-right: 10px;
		padding-top:15px;
	}
	.wishlist
	{
		margin-right: 23px;
	}
	.wishlist_content
	{
		margin-left: 6px;
	}
	.wishlist_text
	{
		display: none;
	}
	.cart_text
	{
		display: none;
	}
	.wishlist_text a,
	.cart_text a
	{
		font-size: 14px;
	}
	.wishlist_count,
	.cart_price
	{
		font-size: 12px;
	}
	.wishlist_icon
	{
		width: 20px;
	}
	.cart_content
	{
		margin-left: 18px;
	}
	.cart_icon
	{
		width: 17px;
	}
	.cart_count
	{
		width: 21px;
		height: 21px;
	}
	.cart_count span
	{
		line-height: 21px;
	}
	.top_bar_user
	{
		margin-left: 0px;
	}
	.header_search
	{
		display: none;
	}
	.main_nav
	{
		width: calc(100% + 30px);
		margin-left: -15px;
		margin-right: -15px;
		margin-top: 0px;
	}
	.main_nav_content
	{
		height: 35px;
	}
	.cat_menu_container
	{
		padding-left: 15px;
	}
	.menu_trigger_container
	{
		padding-right: 15px;
	}
	.cat_menu li
	{
		height: 36px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.cat_menu li a
	{
		font-size: 13px;
		line-height: 36px;
	}
	.cat_menu li ul
	{
		left: 50%;
		z-index: 10;
	}
	.page_menu_item > a
	{
		font-size: 14px;
	}
	.page_menu_selection li a
	{
		font-size: 12px;
	}
	.banner_product_image
	{
	    right: 15px;
	}
	.button
	{
		height: 32px;
	}
	.button a
	{
		font-size: 12px;
		line-height: 32px;
		padding-left: 25px;
		padding-right: 25px;
	}
	.banner
	{
		/*height: calc(100vh - 125px);*/
		height: 310px;
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.banner_content
	{
		position: absolute;
		left: 15px;
		top: 50%;
		transform: translateY(-50%);
	}
	.banner_text
	{
		font-size: 24px;
	}
	.banner_price
	{
		font-size: 18px;
		margin-top: 23px;
	}
	.banner_price span::after
	{
		top: 13px;
	}
	.banner_product_name
	{
		font-size: 13px;
	}
	.banner_button
	{
		margin-top: 35px;
	}
	.deals
	{
		padding-left: 15px;
		padding-right: 15px;
	}
	.deals_title
	{
		left: 15px;
		font-size: 16px;
	}
	.deals_slider_nav_container
	{
		right: 5px;
	}
	.deals_item_name, .deals_item_price
	{
		font-size: 20px;
	}
	.deals_item_category a, .deals_item_price_a
	{
		font-size: 12px;
	}
	.deals_timer_unit
	{
		font-size: 16px;
	}
	.product_panel
	{
		margin-left: 0px;
		margin-right: 0px;
	}
	.popular_categories_slider_nav
	{
		display: none;
	}
	.popular_categories_link
	{
		margin-top: 23px;
	}
	.banner_2_item
	{
		padding-bottom: 85px;
	}
	.banner_2_dots
	{
		display: none;
	}
	.banner_2_title
	{
		font-size: 24px;
	}
	.banner_2_text
	{
		font-size: 13px;
	}
	.rating_r i::before
	{
		font-size: 14px;
	}
	.banner_2_button
	{
		margin-top: 30px;
	}
	.tabs ul li
	{
		font-size: 14px;
		margin-right: 30px;
	}
	.bestsellers_slider
	{
		padding-bottom: 0px;
	}
	.newsletter_form
	{
		float: none;
		width: 100%;
	}
	.newsletter_title_container
	{
		padding-left: 0px;
		text-align: center;
	}
	.newsletter_unsubscribe_link
	{
		float: none;
		text-align: center;
		margin-top: 10px;
		height: auto;
	}
	.newsletter_unsubscribe_link a
	{
		line-height: 1;
	}
	.newsletter_title
	{
		font-size: 16px;
	}
	.newsletter_icon
	{
		position: relative;
		width: 40px;
		top: auto;
		-webkit-transform: translate(-50%, 0px);
		-moz-transform: translate(-50%, 0px);
		-ms-transform: translate(-50%, 0px);
		-o-transform: translate(-50%, 0px);
		transform: translate(-50%, 0px);
		left: 50%;
		margin-bottom: 20px;
	}
	.newsletter_button
	{
		position: relative;
	    top: auto;
	    right: auto;
	    left: 50%;
	    -webkit-transform: translateX(-50%);
	    -moz-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	    -o-transform: translateX(-50%);
	    transform: translateX(-50%);
	    width: 113px;
	    height: 40px;
	    background: #0e8ce4;
	    color: #FFFFFF;
	    line-height: 40px;
	    font-size: 12px;
	    border: none;
	    outline: none;
	    border-top-right-radius: 5px;
	    border-bottom-right-radius: 5px;
	    border-top-left-radius: 5px;
	    border-bottom-left-radius: 5px;
	    cursor: pointer;
	    margin-top: 20px;
	}
	.newsletter_input
	{
		font-size: 13px;
		padding-left: 15px;
		height: 40px;
		line-height: 40px;
	}
	.newsletter_input::-webkit-input-placeholder
	{
		font-size: 13px;
	}
	.newsletter_input:-moz-placeholder
	{
		font-size: 13px;
	}
	.newsletter_input::-moz-placeholder
	{
		font-size: 13px;
	}
	.newsletter_input:-ms-input-placeholder
	{
		font-size: 13px;
	}
	.newsletter_input::input-placeholder
	{
		font-size: 13px;
	}
	.copyright_container
	{
		height: auto;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.logos
	{
		margin-top: 30px;
	}
	.popular_categories_title
	{
		font-size: 24px;
	}
	.tabs.tabs-right .tabs_line
	{
		margin-top: 52px;
	}
	.tabs_line span
	{
		display: none;
	}
	.advert_content
	{
		padding-left: 15px;
	}
	.advert_text
	{
		font-size: 13px;
	}
	.advert_image
	{
		width: 125px;
	}
	.reviews
	{
		padding-bottom: 80px;
	}
	.reviews_all a span
	{
		display: none;
	}
	.reviews_dots
	{
		display: none;
	}
	.d-flex{flex-wrap:wrap;}
	.container-centred,.signup-form, .signup-image, .signin-form, .signin-image,#contact_form input{width:100%;margin:auto;}
	.signup-form, .signin-form{padding:1em;}
}
