@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: 'Lato', sans-serif;
	font-size: 100%;
	font-weight: 400;
	color: #FFF;
  background:#363535;
}
select {
  appearance: none;
  // Additional resets for further consistency
  background-color: transparent;
  border: none;
  padding: 0 1em 0 0;
  margin: 0;
  width: 100%;
  font-family: inherit;
  font-size: inherit;
  cursor: inherit;
  line-height: inherit;
  font-family: 'Lato', sans-serif;
}


.show_mobile{display:none;}

/* used when menu is open to disable background scrolling */
.lock-scroll {
    position: fixed;
    width:100%;
}

#main_page_content{margin:30px auto}

#mc_embed_signup{background:none!important; color:#fff;}
#mc_embed_signup form{padding-left:0!important}
.mc_inline{border: 1px dashed #363535;}
.mc_inline input{display:inline-block!important;}

.display_mobile{display:none;}
.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
{
	color: #f1dba0;
	-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;
  font-size: 1.5em;
}
p a
{
	display: inline;
	position: relative;
	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;
}
.accountlinks h3{margin-bottom:1em!important;}
.accountlinks p{margin:0.1em 0.5em; font-size: 1em!important;}
.custom_content{max-width:1200px; margin:auto;}
.custom_content table, table, .custom_content th, .custom_content td {border: 1px dashed #363535}
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:#f1dba0}
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;
}
a:hover{color: #e7c982;}
p a:active
{
	position: relative;
	color: #FF6347;
}
p a:hover
{
	color: #FFFFFF;
	background: #363535;
}
p a:hover::after
{
	opacity: 0.2;
}
::selection
{
	background-color: #363535;
    color: #fff;
}
p::selection
{
  background-color: #363535;
    color: #fff;
}

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


h1, h2, h3, h4, h5, h6
{
  /*font-family: 'Playfair Display', serif;*/
	font-weight: 400;
  text-transform: uppercase;
}

h1::selection,
h2::selection,
h3::selection,
h4::selection,
h5::selection,
h6::selection
{

}


.bold{font-weight:bold;}
h1{font-size: 48px; letter-spacing: 4px;}
h2{font-size: 2.2em; color:#f1dba0; font-weight: 700;}
footer h2{color:#fff;}
.form_section h2{color:#fff;}
h2.form-title{font-size: 2.8em;}
h3{font-size: 24px;}
.custom_content h3{color:#363535;}
h4{font-size: 18px;}
h5{font-size: 14px;}

.page_title{text-align:center; margin-bottom:1em; color:#f1dba0; position: relative; text-transform: uppercase;}
#page_title_wrapper{position:relative; margin-top:10px;}
h1{font-weight: 900}
h1 span{position: relative; margin: 0 0.5em;}

.page_title a{}
.page_title a:hover{}

.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: #363535;
	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:#363535;
	border-radius: 5px;
}

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

}

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


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

.header
{
  position: relative;
	width: 100%;
  background:#363535;
  color:#fff;
}

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

.top_bar
{
	width: 100%;
	border-bottom: none;
	z-index: 99;
  padding:1.5em 2em;
  /*background: url("/images/marble-tile2.jpg") repeat 0 0;*/
}

.top_bar div div{flex: 1 1 0px}
.top_bar a{color: #fff; font-weight: light;}
.top_bar i{ font-size:1.3em;}

.top_bar i:hover{cursor:pointer;}

.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:#9d8e72;
}
.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;
  color:#010101;
}
.user_icon img
{
	width: 100%;
}
.top_bar_user
{
	display: inline-block;
	font-size:1.5em;
	font-weight: 300;
	line-height: 56px;
  color:#9d8e72;
}
.top_bar_user a{margin:0 0 0 1em;color:#9d8e72;}
.top_bar_user div:nth-child(2)
{
	margin-right: 21px;
}

.top_bar_user a
{
	-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: #FFF;
}

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

.breadcrumb{background:none; margin-bottom: 0.5em; text-transform:uppercase;color:#f1dba0!important;}
a.breadcrumblink{text-decoration: underline; color:#f1dba0!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
{
  text-align: left;
	line-height:200%;
}
.logo img{width:266px; height:auto;}

.footer .logo{text-align: left; margin-top:2em;}
.footer .logo img{width:200px; height:auto;}

.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: #363535;
	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: #363535;
}
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: #363535;
	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: #363535;
}
.wishlist_count
{
	margin-top: -2px;
	color: #a3a3a3;
	font-size: 14px;
}
#cart-popover{position:relative;}
.cart_count
{
	text-align: center;
	cursor:pointer;
  font-size: 0.9em;
  margin-left:4px;
}

.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: #363535;
}
.cart_price
{
	font-size: 14px;
	color: #a3a3a3;
	margin-top: -2px;
}

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

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

.overlay {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 98;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(185,34,125, 0.95);
  overflow-y: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  width: 100%;
  height:100vh;
  text-align: center;
  display: flex;
  align-items:center;
  justify-content:center;
  flex-wrap: wrap;
  flex-direction: column;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #fff;
  display: block;
  transition: 0.3s;
  position: relative;
}

.overlay-subcats
{
  width:100%;
  text-align: center;
  display: flex;
  align-items:center;
  justify-content:space-around;
  flex-wrap: wrap;
  margin:2% auto 5% auto;
}

.overlay a.subcat::before {
    position: absolute;
    content: "";
    border-bottom: 3rem solid #dfc786;
    width: 3px;
    bottom:6px;
    left:-5px;
}

.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}


.main_nav
{
  clear: both;
	width: 100%;
  background: #010101;
}

.main_nav_content
{
	width: 100%;
}


/* main menu */
.top-auto{top:auto}
.navbar-expand-md .navbar-nav .nav-link{color:#FFF; font-size: 1.1em; text-transform:uppercase; position: relative;}
.navbar{padding:0rem 0; background: #363535;}


.navbar-expand-md .navbar-nav .nav-link:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: #9d8e72;
    -webkit-transition: .25s;
    transition: .25s
}

.navbar-expand-md .navbar-nav .nav-link:hover:before {
    width: 100%
}

.dropdown-menu{border:none; border-radius: 0!important; height:100vh; padding:1% 4%}

.cat_menu{font-size:0.8em; display: flex; flex-direction: row;}
.cat_menu_container
{
	width: 293px;
	height: 100%;
	background: #363535;
	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: #363535;
}
.cat_burger span:nth-child(2)
{
	top: 6px;
}
.cat_burger span:nth-child(3)
{
	top: 12px;
}
.cat_menu_text
{
	font-weight: 400;
	color: #FFFFFF;
	text-transform: uppercase;
	margin-left: 20px;
}
.cat_menu_container > ul
{
	padding-top: 8px;
}
.cat_menu_container:hover .cat_menu
{
	visibility: visible;
	opacity: 1;
}
.nav-item a{font-size: 0.8em;}
.cat_menu li.hassubs a{font-size: 1em;}
.cat_menu li.hassubs a:first-child{font-size: 1.2em; font-weight: bold;}
.cat_menu li.hassubs a:last-child{font-size: 1em; font-weight: normal; text-indent: 6px;}
.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;
	background: #FFFFFF;
}

.cat_menu li a:hover{text-decoration: underline;}

/******************************** 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: #363535;
	padding-left: 15px;
	padding-right: 15px;
	overflow: hidden;
}
.page_menu_search
{

	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-top-message{padding:0.6em 0; text-align: center; background:#363535; color:#fff; font-weight:normal;}
#banner{width:100%}
#banner .owl-carousel .item img{
        display: block;
        width: 100%;
        height: auto;
        position: relative;
    }
#banner .owl-carousel .item div{
  position: absolute;
  top:50%;
  left:0; right:0;
  text-align: center;
}
#banner .owl-carousel .item div h2{
  font-size: 6em;
  color: #9d8e72;
  font-weight: 900;
}

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

.instagram-feed div{flex: 1 0 25%; overflow:hidden; }
.instagram-feed img{width:100%; height:auto;}

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

.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
{
  background:#363535;
	margin:0 auto;
  width:100%; padding:1em 3em;
}
.featured_title_container h2{color:#fff; font-size: 4em; text-transform: uppercase; font-weight:300}
.featured_title
{
color:#363535;
font-size: 14px;
font-weight: 300;
margin-bottom:3px;
}

.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: #363535;
	-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
{
	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:100%;
	margin-bottom:10px;
}
.product_content
{
	width: 100%;
}
.product_price
{
	font-size: 24px;
	font-weight: bold;
  color:#363535;
}
.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: #363535;
}

.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: #363535;
	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: #363535;
}
.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: #363535;
}
.featured_slider .slick-dots li.slick-active
{
	background: #363535;
}
.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 , .featured_slider_item .product_fav_selected
{
	position: absolute;
	top: 33px;
	right: 12px;
	visibility: hidden;
	opacity: 0;
}

.product_fav i, .product_fav_selected 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: #363535;
	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, .product_item:hover .product_fav_selected
{
	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: #363535;
	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, .product_fav_selected i
{
	background:#363535;
	border-color: #363535;
	color:#FFF;
	box-shadow: 0px 1px 5px rgba(0,0,0,0.5);
}
.product_fav i.active
{
	background-color: #363535;
	border-color: #363535;
	color:#FFF;
	box-shadow: 0px 1px 5px rgba(0,0,0,0.5);
}

/* featured splash */
.featured_splash{padding:3%;
  background:url("/images/lifestyle-bg1.jpg") no-repeat center 0;
  background-attachment: fixed; background-size:cover;
  height:70vh; min-height:700px; max-height: 800px; width:100%;
  color:#fff;
  display: flex; align-items:flex-end; justify-content:flex-end; flex-wrap:nowrap; text-align: right; flex-direction: column;}
.featured_splash h2{color: #FFF!important; font-size: 3em; margin-bottom:0.5em;}
.featured_splash p{color: #FFF!important; max-width: 50%;  margin-bottom:1.5em;}

.client_section{background:#9d7c4e; padding:4em 1em 2em 1em; width:100%;color:#fff;margin:2em 0 1em 0; text-align: center; position: relative;}
.client_section h2{color: #FFF!important; font-size: 3em; margin-bottom:0em; text-align: center;}
.client_testimonial{max-width:1200px; background:url("/images/quotes.png") no-repeat 0 0; color:#fff; margin:0 auto; padding:2em 0; text-align: center;}
.client_testimonial p{max-width: 860px; text-align: center; color:#fff; margin:1em auto;}
.owl-theme .owl-nav{text-align: right; max-width:1200px; padding-bottom: 0em; margin:0 auto 0em auto;}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev{font-size: 1.5em;}
.owl-carousel .owl-nav button.owl-next:hover, .owl-carousel .owl-nav button.owl-prev:hover{background: none;}


.about_splash
{
  background: #363535;
}

.why_pilates_splash
{
  background: #9d7c4e;
  text-align: center!important;
}

.why_mobility_splash
{
  background: #d0d0d0;
  text-align: center!important;
}

.about_splash h2,.about_splash p
{
  color:#fff!important;
}
.why_pilates_splash h2,.why_pilates_splash p,.why_pilates_splash i
{
  color:#d0d0d0!important;
}
.why_mobility_splash h2,.why_mobility_splash p, .why_mobility_splash i, .why_mobility_splash h3
{
  color:#9d7c4e!important;
}

.why_mobility_splash h3, .why_pilates_splash h3
{
  font-size: 2em;
  margin:0.5em 0;
}

.why_pilates_splash i,.why_mobility_splash i{font-size: 3em;}

.about_splash p,.why_pilates_splash p,.why_mobility_splash p{
  margin-bottom:1.5em;
}




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

.viewed
{
	padding-top: 51px;
	padding-bottom: 60px;
}
.viewed_title_container
{
  /*border-right:solid 2px #eee;*/
  display: flex;
  justify-content: center;
  align-items: center;
  padding:1em;
  text-align: center;

}
.viewed_title
{
	margin-bottom: 14px;
  color:#000;
  font-size: 2.5em;
  letter-spacing: 1.2px;
  font-weight: 400;
}
.viewed_nav_container
{
	position: absolute;
	right: -5px;
	bottom: 14px;
}
.viewed_nav
{
	display: inline-block;
	cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.viewed_nav i
{
	color: #000;
	font-size: 58px;
	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, .viewed_next
{
	margin: 15px;
}
.viewed_slider_container
{
	padding-top: 20px;
}
.viewed_item
{
	width: 100%;
	background: #FFFFFF;
	border-radius: 8px;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 15px;
	padding-right: 15px;
}
.viewed_image
{

	overflow:hidden;
	text-align:center;
}
.viewed_image img
{
  width:220px;
  height:191px;
	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: #363535;
}
.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: #363535;
}
.viewed_item.discount .item_discount
{
	display: inline-block;
}
.viewed_item.is_new .item_new
{
	display: inline-block;
}


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

.newsletter
{
	width: 100%;
	background: #363535;
	background: linear-gradient(-45deg, #363535 0%, #363535 50%, #363535 50%, #363535 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: #363535;
}
.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: #363535;
	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: #363535;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	line-height: 50px;
}
.newsletter_unsubscribe_link a:hover
{
	color: #0d82d3;
}

/******************************** Footer ********************************/
.featured_cats{background:#FFF;}
.footer
{
	padding-top: 52px;
	padding-bottom: 40px;
	background-color:#363535;
}
.footer .logo_container
{
	height: auto;
	margin-bottom: 18px;
	margin-top: -10px;
}

.footer a{color:#fff;}
.footer a:hover{color:#cbcaca;}
.footer i{font-size: 2em; margin:0.1em 0.4em 0.4em 0;}
.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: 1.4em;
	font-weight: 500;
	color: #FFF;
}
.footer_phone
{
	font-size: 1.4em;
	font-weight: 500;
	color: #363535;
	margin-top: 13px;
}
.footer_contact_text
{
	margin-top: 4em;

}
.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: #363535;
}
.footer_subtitle
{
	font-size: 1.4em;
	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: 1.2em;
	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:#cbcaca;
}
.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:#FFF!important;}

/************************ modal overrides ***************************/
.modal {
    padding-right: 0px !important;
}
.modal.show .modal-dialog{background:rgba(0,0,0,0.6);}
.btn-primary{background:#9d8e72; border-color: #9d8e72; border:none; color:#FFF; font-size: 1.5em; padding:0.3em 1.2em;}
.btn-secondary{ border:none; color:#FFF; font-size: 1.5em; padding:0.3em 1.2em;}
.btn-outline-primary{color: #000; border-color: #000;}
.fave-button{height:40px; width:40px;}
.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:#f1dba0!important; border-color:#f1dba0!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}


.btn-danger{background:none; color:#363535;border:none;}
.btn-danger:hover{background:#363535;}

/***********************brands page******************************/
.brands_holder{display: flex; align-items: center; justify-content: center;}
.brand_logo{colour:#666; font-size: 1.2em; padding:0.5em; display: inline-block; margin:1em;}


/***********************category page ****************************/
.category_description{text-align: center; line-height: 2em;}
.category_sub_categories{display: flex; flex-wrap: wrap; justify-content: center; align-items: center;}
.category_img_small{margin:0.5em;}
.categorytitle img{margin-top:-10px}
.category_img_small img{position: relative;}
.category_img_small .shop_now_button{position: absolute; bottom:1em; left:50%; margin-left:-75px; background: #FFF; color:#333; text-align: center; width:150px; padding:0.5em; text-transform: uppercase; font-size: 1em; font-weight: bold;}
.shop_now_button:hover{background:#363535; color:#fff;}

.sub-category-info{position: absolute; top:1em; left:1em;}
.sub-category-title{color:#fff;}


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


.single_product
{
	padding-top: 20px;
	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;
	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);
	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_description_text
{
  font-size: 11px;
}
.single_product .product_category
{
	font-size: 15px;
	color: rgba(0,0,0,0.5);
  margin-bottom:5px;
  text-transform: uppercase;
}
.single_product .product_name
{
  /*font-family: 'Playfair Display', serif;*/
	font-size: 18px;
	font-weight: 300;
	margin: 2px 0 11px 0;
  text-transform: capitalize;
}

.single_product_brand{
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
}

.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:normal;}

.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:#363535; 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:#363535; 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 #363535;
	padding:2em
}
.attribute_title{font-size:1.2em; font-weight:bold; color:#363535;}
.product_quantity
{
	font-size:1em;
	width: 60px;
	height: 40px;
	border: solid 1px #e5e5e5;
	border-radius: 5px;
	overflow: hidden;
	padding-left: 6px;
	float: left;
	margin-right: 6px;
  background: #fff;
}


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


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


.product_holder .product_quantity span,.product_holder .product_quantity input
{
	font-size:16px;
	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:#363535;
	font-size:1.4em;
  text-align: center;
}

.price_tag span{font-size: 0.6em}

.rrp_tag
{
	color:#fff;
	font-size:1.2em;
	font-weight:normal;
  margin:0.5em 0 0 0;
}

.featured_rrp{font-size:16px; margin:0.5em 0; color:#777}


.glow {
  color: #fff;
  text-align: center;
  -webkit-animation: glow 1s ease-in-out infinite alternate;
  -moz-animation: glow 1s ease-in-out infinite alternate;
  animation: glow 1s ease-in-out infinite alternate;
}

@-webkit-keyframes glow {
  from {
    text-shadow: 0 0 1px #fff, 0 0 5px #fff, 0 0 10px #e60073, 0 0 15px #e60073, 0 0 20px #e60073, 0 0 25px #e60073, 0 0 30px #e60073;
  }
  to {
    text-shadow: 0 0 2px #fff, 0 0 10px #ff4da6, 0 0 15px #ff4da6, 0 0 20px #ff4da6, 0 0 25px #ff4da6, 0 0 30px #ff4da6, 0 0 35px #ff4da6;
  }
}

.single_product .product_price
{
	display: inline-block;
	font-size: 20px;
	font-weight: 300;
	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:#363535;}
.single_product .cart_button:focus
{
	outline: none;
}

.single_product .add_to_cart{width:200px; height:40px; margin-right:6px;}

.single_product ul{list-style:disc; font-size: 1em}
.single_product ul li{margin-left: 2em;}
.slick-slide li{margin-left:0!important}

#module p{
  font-size: 1.2em;
  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: '+ Full Description';
}

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



/* products on category pages */
.product_holder{
	flex: 0 0 30%;
	margin: 1%;
	text-align:center;
	padding:1em;
	position:relative;
	overflow:hidden;
  border:none!important;
  border-radius:6px;
  color:#fff;
}
.product_holder a{color:#000; font-weight:400;}
.product_holder a:hover{background:none; color:#363535!important;}

.upper{text-transform:uppercase;}
.goldlink{color:#363535!important;}

.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{height:100%; max-height:400px; width: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
{
background: rgba(255,255,255,0.9);
width: 100vw;
height:100vh;
max-width: 100%;
margin-left: auto;
margin-right: auto;
left: 0;
right: 0;
text-align: center;
position: absolute;
border:none;
transform: none!important;
border-radius: 0;
display:flex;
        justify-content:center;
        align-items:center;
}

#searchform{
width: 100%;
max-width: 1000px;
}
#searchform h2{margin-bottom: 1em;}
#searchform form input{padding:1.5em 1em!important; font-size: 1.3em!important}

.table-bordered td, .table-bordered th{border:none;}
.table-striped tbody th{background: #363535; color:#fff;}

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

.boxed_content{ padding:3em;   border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;}

/*homepage only */
.splash{height:100vh; background:url("../../images/splashtext-ghd.png") no-repeat 0 0;background-attachment:fixed;}
.splash-mobile{height:100vh; background:url("../../images/splashtext-mobile-ghd.png") no-repeat center center;background-size:auto 80%; text-align:center;}
.animatefadeindown
{
	opacity:0;
	position:absolute;
	left:390px;
	animation: movegirl 2.5s ease-out 0.5s forwards;
}

@keyframes movegirl
{
  from {transform: translateY(0px); opacity: 0;}
  to { transform: translateY(60px); opacity: 1;}
}
.scroll-to-top {
  position: fixed;
  right: 15px;
  bottom: 15px;
  display: none;
  width: 50px;
  height: 50px;
  text-align: center;
  color: white;
  background: rgba(52, 58, 64, 0.5);
}

.scroll-to-top:focus, .scroll-to-top:hover {
  color: white;
}

.scroll-to-top:hover {
  background: #343a40;
}

.scroll-to-top i {
  font-weight: 800;
  line-height:50px;
  font-size:2em;
}



.hightlight{color:#9a2983}
button, input[type="submit"]{font-size:1.2em;font-weight:400; border-radius: 3px!important;padding: 0.5em 1.6em; 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: #363535; 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-size:3.2em; color:#fff;}
.product_showcase p{width:80%; margin:2em auto; color:#fff;}

.close{font-size:2.5em;}


/*********************************
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; background: none;}

.contact_form_container,.contact_form_container{width:100%; 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:#363535;
	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;
}
.form-control{transition:none}
.form-control:focus{border:1px solid #ced4da;box-shadow: none; outline: none;}


.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;}


.formbox_holder{
  /*background: url("/images/marble-tile3.jpg") repeat 0 0;*/
  background:none;
  /*border:1px solid #ece9e8;*/
  padding:5px;
  width: 1000px;
  margin:0 auto;
  color:#fff!important;
}

.container-centred {
  width: 900px;
  margin: 0 auto;

 }

.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: #f1dba0;
  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: 0px;
    margin-left: 0px;
  }

.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;
background:none;
  }

  #mce-EMAIL{font-size: 14px;}

  .btn-link{color:#000;width:100%; text-align: left}
  .btn-link:hover{color:#000;background:#fff}
  .btn-link:active, .btn-link:visited, .btn-link:focus, .btn-link::selection{background:#fff!important; background-color:#fff!important;color:#000!important; border:none!important;}
  .card{border-left:none; border-right:none}
  .card-header{background:none; padding:0.5em;}
  #accordion i{font-size: 12px;}

  input.submit{width:auto;}


input, textarea{color:#f1dba0!important;}
select{color: #888;padding:6px 30px; font-size: 20px;}
textarea::placeholder{color: #888;}
textarea{padding:6px 30px; font-size: 20px;}
  input::-webkit-input-placeholder {
    color: #888; }
  input::-moz-placeholder {
    color: #888; }
  input:-ms-input-placeholder {
    color: #888; }
  input:-moz-placeholder {
    color: #888; }
  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;
}


select{
    height: 40px;
    border: 0;
    width: 100%;
   -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	margin-left:0px;
	background:none;
  padding-left:20px;
}

.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;
  background: none;
}

#mce-EMAIL{}


.select{border-radius:0px; border:1px solid #ccc; width:100%; background:#fff; padding:2px 5px}
.select:after{
    content:"\f107";
    font-family:"Font Awesome 5 Pro"; font-weight:900;
    color: #363535;
    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;
}

.alert.info {
    background-color: #666;
}

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

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

.alert.highlight{background-color:#363535; color:#fff!important; text-align:center; font-size:0.8em;}

/* 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 #363535; border-left:none; border-right:none; display:flex; padding:1em 0; font-size:1.2em; font-weight:bold; color:#363535;}

.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
{
  width:100%;
	display:flex;
	align-items:center;
	justify-content:space-between;
	flex-wrap:wrap;
  text-align: center!important;
  border:solid 1px #ddd;
  border-left:none; border-right:none;
}

.blog-holder p
{
  font-size: 1.2em;
}

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

.blog-item h2{margin:0.6em 0; font-weight: 300; font-size: 1.7em; text-transform: uppercase;}
.blog_date{font-size:1em; color:#777;}
.blog-item a, .blog-item a h2 {color: #000;}

/* 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: #363535;
	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:#363535}

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


.boxed_title_invert span
{
	background: #ddd;
}

.boxed_content h3
{
	margin:0;
	background: #363535;
	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;
}

input[type="checkbox"]
{width:auto;display: inline-block; margin-right:5px; transform: scale(1.5);}

/*Hamburger Button*/
.toggle-button {
	position: fixed;
	width: 38px;
	height: 40px;
	top: 22px;
	right: 30px;
	padding: 4px;
	transition: .25s;
	z-index: 99;
}


.membership_plan{
  background: #836a48;
  max-width:340px;
  margin:2em 1em;
  text-align: center;
  padding:1em 0em;
}

.membership_plan:nth-child(even)
{
  background: #a9a9a9!important;
}
.membership_title{height:70px;}
.membership_plan h2{font-size: 25px;}
.membership_plan{width:340px;}
.membership-img{height:227px; overflow: hidden}
.membership-img img{position: absolute; left:50; top:50%;transform: translate(-50%, -50%); width:100%!important; height:auto;}

.modal{width:50vw; height:auto; max-width:1400px; background: none;
  background:url(../../images/modal-bg.jpg) no-repeat 0 0;background-size: cover;position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.modal-dialog {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  max-width: none;
  background: none;
}

.modal-content {
  height: auto;
  min-height: 100%;
  border-radius: 0;
  background: none;

}

.modal p {color:#FFF!important;}

.video_holder{
  display:flex;
  align-items: center;
  justify-content: space-between;
}

.video_holder div{
  margin:2em auto;
}


.video_holder iframe{
  width: 640px;
  height: 360px;
}


.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #000;
  transition: width 2s ease-out;
  overflow-x:hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999;
}

.showanim {
  width: 100%;
  transition: width 2s ease-in;
}

.overlay .content {
  width: 500px;
  display: block;
  text-align: center;
}


@media (max-width:1025px){
	.toggle-button{top: 20px; right:20px}
	.menu-sidebar{margin-top:0px; top:50px}
	.menu-sidebar a {font-size: 1.2em;}
	.slidepageon{margin-left:0px;transition: .35s;}
	.font-size-lg{font-size:3rem;}
  .show_mobile{display:block;}
  .footer .logo{text-align: center;}

.featured_splash{align-items: center; justify-content: center; text-align: center}
.featured_splash p{max-width: 100%; text-align: center}

.about_splash img{width:90%; height:auto; margin: 2em auto 1em auto; padding-top:1em;}
.btn-primary{font-size: 1.2em; padding:0.5em;}

button.btn-primary{font-size: 1.5em; padding:0.3em 1.5em;}

.why_mobility_splash h3, .why_pilates_splash h3 {
    font-size: 1.2em;
  }
  .client_section h2 {
      font-size: 1.8em;
    }
    #banner .owl-carousel .item div h2 {
    font-size: 2em;
  }

.modal{width:100vw; height:auto;}
.fullheight{height:auto; min-height:100vh;}

.signin-content {
    padding-top: 7px;
  }

  .video_holder iframe{width:100%; height:auto;}
  .video_holder div{padding:0em; margin:1em 0; width:100%;}
.accountlinks p{font-size: 1em!important;}
}

.toggle-button:hover {
	cursor: pointer;
}
.toggle-button .menu-bar {
	position: absolute;
	border-radius: 2px;
	width: 80%;
	transition: .5s;
}
.toggle-button .menu-bar-top {
	border: 3px solid #FFF;
	border-bottom: none;
	top: 0;
}
.toggle-button .menu-bar-middle {
	height: 3px;
	background-color: #FFF;
	margin-top: 7px;
	margin-bottom: 7px;
	top: 4px;
}
.toggle-button .menu-bar-bottom {
	border: 3px solid #FFF;
	border-top: none;
	top: 22px;
}

.toggle-button.alt_menu_colour .menu-bar-top, .toggle-button.alt_menu_colour .menu-bar-middle, .toggle-button.alt_menu_colour .menu-bar-bottom{border-color:#2a2a2a;background-color:#2a2a2a;}


.button-open {
	right: 25px;
  z-index: 99;
}
.button-open .menu-bar-top {
	border-color: #fff;
	transform: rotate(45deg) translate(8px, 8px);
	transition: .5s;
}
.button-open .menu-bar-middle {
	background-color: #fff;
	transform: translate(230px);
	transition: .1s ease-in;
	opacity: 0;
}
.button-open .menu-bar-bottom {
	border-color: #fff;
	transform: rotate(-45deg) translate(7px, -7px);
	transition: .5s;
}




/*responsive*/


@media (max-width: 641px) {
	.left_column{width:100%;}
}
/************
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: 1025px)
{
  .product_holder_img_holder div img {
    height: auto;
    max-height: auto;
    width: 100%;
}

.product_holder_img_holder
{
  height:auto;
  position: relative;
}

.product_holder {
    flex: 0 0 48%;
    font-size:0.8em;
    min-height: 500px;
  }

  .product_holder_img_holder div {
    position: relative;
    width: 100%;
    height: auto
  }

  .product_holder .product_quantity
  {
    width:100%;
    font-size: 14px;
  }

  .product_holder .product_quantity span, .product_holder .product_quantity input
  {
    font-size: 1em;
  }
.viewed_image img
{
  width:100%; height:auto;
}

.product_name div a
{
  line-height: 1.2em;
}

.formbox_holder{width:100%;}

    /* custom body styles */
    .categorybg718{background:url("/images/lifestyle-bg2m.jpg") no-repeat 0 0; background-attachment: fixed; background-size:100% auto;}
    .categorybg722{background:url("/images/lifestyle-bg3m.jpg") no-repeat 0 0; background-attachment: fixed; background-size:100% auto;}
    .categorybg720{background:url("/images/lifestyle-bg4m.jpg") no-repeat 0 0; background-attachment: fixed; background-size:100% auto;}
    .categorybg721{background:url("/images/lifestyle-bg5m.jpg") no-repeat 0 0; background-attachment: fixed; background-size:100% auto;}
    .categorybg724{background:url("/images/lifestyle-bg6m.jpg") no-repeat 0 0; background-attachment: fixed; background-size:100% auto;}
    .categorybg723{background:url("/images/lifestyle-bg7m.jpg") no-repeat 0 0; background-attachment: fixed; background-size:100% auto;}
    .categorybg719{background:url("/images/lifestyle-bg8m.jpg") no-repeat 0 0; background-attachment: fixed; background-size:100% auto;}
    .categorybg9{background:url("/images/lifestyle-bg9m.jpg") no-repeat 0 0; background-attachment: fixed; background-size:100% auto;}
    .categorybg10{background:url("/images/lifestyle-bg10m.jpg") no-repeat 0 0; background-attachment: fixed; background-size:100% auto;}
    .categorybg11{background:url("/images/lifestyle-bg11m.jpg") no-repeat 0 0; background-attachment: fixed; background-size:100% auto;}



    .categorybg728{background:url("/images/Design-Look-Illumyno3m.jpg") no-repeat 0 0; background-attachment: fixed; background-size:cover;}
    .categorybg729{background:url("/images/Design-Look-Kids-Teamm.jpg") no-repeat 0 0; background-attachment: fixed; background-size:cover;}
    .categorybg730{background:url("/images/Design-Look-Hair-Carem.jpg") no-repeat 0 0; background-attachment: fixed; background-size:cover;}
    .categorybg731{background:url("/images/Design-Look-MASKm.jpg") no-repeat 0 0; background-attachment: fixed; background-size:cover;}
    .categorybg732{background:url("/images/Design-Look-finishm.jpg") no-repeat 0 0; background-attachment: fixed; background-size:cover;}


	.header{background:none; 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
	{

	}
	.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.pr-5{padding-right:0px!important;}

	.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;
	}

  .top_bar_user{line-height: 0;}
  .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}
  .price_tag{font-size:1.5em;}
	.single_product .product_description{padding:0em;}
	.single_product .button_container{margin-top:1em;}
	button.ml-3{ margin-top:0.6em; margin-left: 0!important;}
.product_quantity{width:100%; font-size: 16px!important;}
.product_holder .product_quantity span, .product_holder .product_quantity input{font-size: 1em!important;}
	.display_mobile{display:block!important;}
  .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;}
  .boxed_content{padding:1.5em 0.8em}
  .cart_qty_div{width:auto;}
  #item-list table td, #table_cart_full_head td{font-size: 0.75em;}
  #item-list table td {min-width:20%; padding:0.3em 0.5em;}
  #item-list table td:nth-child(1){min-width:0%; margin:0}
    #item-list table td:nth-child(6){min-width:0%; margin:0}
    #total_full_cart{font-size: 1.2em;}
    select{font-size: 14px;}
  .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);
	}
  .top_bar{padding:0.5em 0em;}
  .top_bar_content{margin-left:1em!important;}
  .animatefadeindown{left:5%;}
  .rrp_tag{width:70%; margin:0 auto;}
  #page_title_wrapper{margin-top: 10px}
}


@media only screen and (max-width: 1366px)
{
  /* custom body styles */
  .categorybg718{background:url("/images/lifestyle-bg2m.jpg") no-repeat 0 0; background-attachment: fixed; background-size:100% auto;}
  .categorybg722{background:url("/images/lifestyle-bg3m.jpg") no-repeat 0 0; background-attachment: fixed; background-size:100% auto;}
  .categorybg720{background:url("/images/lifestyle-bg4m.jpg") no-repeat 0 0; background-attachment: fixed; background-size:100% auto;}
  .categorybg721{background:url("/images/lifestyle-bg5m.jpg") no-repeat 0 0; background-attachment: fixed; background-size:100% auto;}
  .categorybg724{background:url("/images/lifestyle-bg6m.jpg") no-repeat 0 0; background-attachment: fixed; background-size:100% auto;}
  .categorybg723{background:url("/images/lifestyle-bg7m.jpg") no-repeat 0 0; background-attachment: fixed; background-size:100% auto;}
  .categorybg719{background:url("/images/lifestyle-bg8m.jpg") no-repeat 0 0; background-attachment: fixed; background-size:100% auto;}
  .categorybg9{background:url("/images/lifestyle-bg9m.jpg") no-repeat 0 0; background-attachment: fixed; background-size:100% auto;}
  .categorybg10{background:url("/images/lifestyle-bg10m.jpg") no-repeat 0 0; background-attachment: fixed; background-size:100% auto;}
  .categorybg11{background:url("/images/lifestyle-bg11m.jpg") no-repeat 0 0; background-attachment: fixed; background-size:100% auto;}



  .categorybg728{background:url("/images/Design-Look-Illumyno3m.jpg") no-repeat 0 0; background-attachment: fixed; background-size:cover;}
  .categorybg729{background:url("/images/Design-Look-Kids-Teamm.jpg") no-repeat 0 0; background-attachment: fixed; background-size:cover;}
  .categorybg730{background:url("/images/Design-Look-Hair-Carem.jpg") no-repeat 0 0; background-attachment: fixed; background-size:cover;}
  .categorybg731{background:url("/images/Design-Look-MASKm.jpg") no-repeat 0 0; background-attachment: fixed; background-size:cover;}
  .categorybg732{background:url("/images/Design-Look-finishm.jpg") no-repeat 0 0; background-attachment: fixed; background-size:cover;}

  .featured_rrp{font-size:14px; margin:0.5em 0; color:#777}
.featured_slider .slick-list{padding:0;}
.product_image img{max-width:90%; margin:0 auto 10px auto}
.top_bar{top:0}
  .product_quantity{margin-bottom:1em;}
body,html, .super_container{overflow: visible;}
.instagram-feed div{flex: 1 0 50%;}

  .logo img{max-width:150px; height:auto;}
  .overlay {overflow-y: auto; flex-wrap:wrap;}
  .overlay .overlay-subcats a {font-size: 22px; flex: 1 0 50%;}
.splash{height:100vh; background-attachment: scroll;}

	h2{font-size: 24px;}

.featured_title_container h2{font-size:2.5em;}

  .featured_splash{background:url("/images/lifestyle-bg1m.jpg") no-repeat center 0; background-attachment:scroll; background-size:auto 100%;}
  .featured_splash h2{font-size: 36px;}
	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;
	}
	.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
	{
		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;
    line-height:100%;
	}
	.button a
	{
		font-size: 12px;
		line-height: 32px;
		padding-left: 25px;
		padding-right: 25px;
	}
  button, input[type="submit"]{font-size:1em;}
	.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;}
  .product_holder button{font-size: 0.8rem!important}
}
