/*   
Theme Name: JM Distribution Theme
Description: This is the JM Distribution WordPress Website Template
Author: W Vickers
Version: 1
*/
img, object, embed, video {
	height: auto;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

body, html {
	color: #000000;
	font-weight: normal;
	font-family: AssistantRegular;
	overflow: hidden;
	-webkit-font-smoothing: antialiased;
	font-size: 20px;
	line-height: 140%;
	letter-spacing: 0.03em;
}

body {
	margin-top: 45px !important;
}

html {
	padding-top: 0 !important;
}

a:link, a:active, a:visited {
	color: #d50812;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;  
}

a:hover{
	color: #d50812;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
   
}




/* Mobile Layout: 480px and below. */


h1, h1.cat-header  {
   font-family: AssistantRegular, "sans-serif";
   color: #ffffff;
   font-weight: normal;
   font-size: 26px;
   margin: 0 0 20px 0;
   line-height: 100%;
}

h2, h3 {
   font-family: AssistantRegular, "sans-serif";
   color: #d50812;
   font-weight: normal;
   font-size: 38px;
   margin: 0 0 20px 0;
   line-height: 100%;
}
h3 {
	font-size: 30px;
}

#half-column-right h3 {
   margin: 40px 0 20px 0;
}


h1.cat-header {
	font-size: 38px;
	margin: 0 auto;
	background-color: #d50812;
	padding: 25px 20px 20px 10px;
	max-width: 1200px;
	box-sizing: border-box;
}

.product-info-block {
	display: inline-block !important;
	padding-bottom: 5px !important;
	width: 200px;
}


.pale-cream-block, .black-block, .black-block-home {
   background-color: #ffffff;
   padding: 20px 40px;
   box-sizing: border-box;
   text-align: center;
   float: left;
   width:100%;
  line-height: 120%;
}

.black-block-home {
   padding: 0;
   position: relative;
   top: 0;
}

.red-bg {
   background-color: #d50812;
}

.pale-grey-bg {
   background-color: #efefef;
}

.copper-bg {
   background-color: #b07f4d;
}

.white-bg {
   background-color: #ffffff;
}

.black-bg, .black-block, .black-block-home {
   background-color: #000000;
}

.white-txt, .white-txt p, .white-txt a:link, a.white-txt:link, .white-txt a:visited, .white-txt a:active {
   color: #ffffff !important;
}

.red-txt {
   color: #d50812;
}

.black-txt, .black-txt p  {
   color: #000000 !important;
}


.gold-txt, .gold-txt a, a.gold-txt:link {
   color: #b07f4d;
}
.black-block-txt {
   color: #000000 !important;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.featured-para {
	font-size: 20px;
	line-height: 180%;
	text-align: center;
	display: block;
}

.featured-small, .featured-small-single  {
	font-size: 18px;
	text-transform:  uppercase;
	font-family: AssistantRegular, "sans-serif";
	display: block;
	line-height: 120%;
}

.featured-small-single  {
	display: inline-block;
	width: 50%;
	margin-bottom: 20px;
	vertical-align: top;
}

.page-block-heading, h1.page-block-heading, .light-block-heading, .blog-block-heading {
   font-family: 'PlutoRegular';
   color: #d50812;
   font-weight: normal;
   font-size: 36px;
   text-align: center;
   margin: 0;
   text-transform: uppercase;
   display: block;
   line-height: 120%;
}


.blog-block-heading {
   font-size: 26px;
	padding: 40px 40px 0 40px;
}


.light-block-heading {
   font-family: AssistantRegular, "sans-serif";
   text-transform: none;
}

.light {
   font-family: AssistantRegular, "sans-serif";

}

.page-block-heading a:link, .page-block-heading a:visited, .page-block-heading a:active {
   color: #d50812 !important;
}

.sub-title-grey {
   font-family: AssistantRegular, "sans-serif";
	color: #7e7e7e;
	font-weight: normal;
	font-size: 22px;
	text-align: center;
	margin: 0;
	text-transform: uppercase;
	display: block;
	margin-bottom: 20px;
}

.woocommerce .woocommerce-result-count {
	display: none;
}


.desktop-visible {
	display: none !important;	
}




/* MENU STYLES */

#mainNav {	 
	width: auto;
	display: block;
	font-weight: normal;
	clear: both;
	line-height: 100%;
	margin: 0;
	text-align: left;
	position: absolute;
    z-index: 1;
    width: 90%;
    left: 5%;
    top: 70px;
}

#mainNav ul {	 
	margin: 0 auto;
	padding: 0;
	list-style: none;
	font-size: 18px !important;
}

#mainNav li, #mainNav li.right-menu { 
	  display: inline-block; 
	  padding: 0 4px;
	  text-decoration: none;
	  background-image: none;
	  margin: 0;  
}

#mainNav li.right-menu { 
	  float: right;
}

#mainNav li a {
	  text-decoration: none;
	  color: #ffffff !important;
  }       
#mainNav li a:hover{ 
 	   color: #d50812 !important;
 }
#mainNav li.current_page_item a { 
	color: #d50812;
 }
/* Top level navigation */

/* Secondary level navigation */
#mainNav li ul { 
	  padding: 15px 0;
      display: none;
	  z-index: 12;
 }
#mainNav ul ul li a {
	display: block;
	float: none;
	color: #666666 !important;
	padding: 10px 20px 0px 20px;
	margin: 0!important;
	line-height: 120%;
	white-space: nowrap;
	font-size: 20px;
	text-align: left;
	text-transform: capitalize;
	background-color: #ebebeb;
}
#mainNav ul ul li:last-child a {
	padding: 10px 20px 10px 20px;
}
#mainNav ul ul li :hover {	
	color: #d50812 !important;	
}
#mainNav ul li a:hover {
    text-decoration: none;
	color: #d50812;	
}
#mainNav li:hover > ul {
    display: block;
}
#mainNav ul ul {
    position: absolute;
	display: none;
	padding: 0;
	border: none;
	box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .1);
	border-top: 30px solid transparent;
	top: 0;
}
#mainNav ul ul li {
    display: block;
	background: none;
	font-size: 16px;
	margin: 0;
	padding: 0;
	text-shadow: none;
	border-left: none !important;
	height: 34px;
}
#mainNav ul ul ul {
    position: relative;
	top: -34px;
    left: 100%;
    border-top: 0;
}

#mainNav .get-in-touch {
	display: inline-block;
}

/* MENU STYLES */








/* RESPONSIVE MENU STYLES */

#mainNavMOB {
    height: 100%;
	position: fixed;
	right: 0;
	width: 100%;
	transform: translateX(100%);
	transition: transform 350ms ease-in-out;
	background: #d50812;
	padding: 100px 7% 0 7%;
	box-sizing: border-box;
	top: 0;
	z-index: 100;
}

input[type="checkbox"]:checked ~ #mainNavMOB {
    transform: translateX(0);
}

input[type=checkbox] {
    transition: all 0.3s;
    box-sizing: border-box;
    display: none;
}
.sidebarIconToggle {
    transition: all 0.3s;
    box-sizing: border-box;
    cursor: pointer;
    position: absolute;
    z-index: 102;
    width: 100%;
    top: 34px;
    right: 5%;
	height: 35px;
	width: 35px;
}
.spinner {
    transition: all 0.3s;
    box-sizing: border-box;
    position: absolute;
    height: 2px;
    width: 100%;
    background-color: #ffffff;
}
.horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 9px;
}
.diagonal.part-1 {
    position: relative;
    transition: all 0.3s;
    box-sizing: border-box;
    float: left;
}
.diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 9px;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    opacity: 0;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-1 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(135deg);
    margin-top: 8px;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(-135deg);
    margin-top: -13px;
}


#mainNavMOB ul { 
	margin: 0;
	padding: 0;
}


#mainNavMOB li { 
    font-size: 28px;
	font-family: AssistantRegular, "sans-serif";
	font-weight: normal;
	display: block;
	padding: 0 !important;
	text-decoration: none;
	background-image: none;
	margin: 0 0 20px 0;
	color: #ffffff;
	text-align: center;
	line-height: 100%;
	text-transform: uppercase;
}

#mainNavMOB li.menu-item-has-children { 
	background-image: url(assets/menu-plus.png);
    background-repeat: no-repeat;
    background-size: 20px 20px;
	background-position: right 8px;
	padding: 0 30px 0 0 !important;
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;  
}

#mainNavMOB li.menu-item-has-children:hover { 
	background-image: url(assets/menu-minus.png);
	background-repeat: no-repeat;
    background-size: 20px 20px;
	background-position: right 8px;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;  
}


#mainNavMOB li a {
	  text-decoration: none;
	  color: #ffffff;
	  display: block;
  }

#mainNavMOB li a:hover { 
 	   color: #000000 !important;
 }

#mainNavMOB li.menu-item-has-children a:hover { 
 	   color: #ffffff;
 }

/* Secondary level navigation */
#mainNavMOB li ul { 
	  padding: 15px 0;
      display: none;
	  z-index: 12;
 }
#mainNavMOB ul ul {
	display: none;
	margin-top: 0;
	position: relative;
	width: 100%;
}


#mainNavMOB ul ul li {
    display: block;
	background: none;
	font-size: 18px;
	margin: 0;
	padding: 0;
	text-shadow: none;
	border: none !important;
}


#mainNavMOB ul ul li a {	
	display: block;
	float: none;
	color: #ffffff !important;
	padding: 0 0 15px 0;
	margin: 0 !important;
	line-height: 120%;
}


#mainNavMOB ul ul li a:hover {
    text-decoration: none;
	color: #89d6cc !important;	
}

/* RESPONSIVE MENU STYLES */







#mainNav-right-side {
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 100%;
	text-align: center;
	margin-top: 10px;
	display: none;
	color: #ffffff;
	font-family: AssistantRegular, "sans-serif";
}


#mainNav-right-side ul {
	margin: 0px;
	padding: 0px;
	text-align: right;
}


#ll_div {
	display: inline-block;
    position: absolute;
    top: -45px;
    left: 0;
    color: #b07f4d;
    font-size: 16px;
    background-color: #000000;
    padding: 10px 5%;
	width: 100%;
	box-sizing: border-box;
	text-align: right;
}

#ll_div ul {
	padding: 0;
	margin: 0;
}


#ll_div a:link, #ll_div a:visited, #ll_div a:active  {
    color: #b07f4d !important;
	padding: 0 5px;
}





#mainNav-right-side li { 
	  display: inline-block;
	  text-decoration: none;
	  background-image: none;
	  float: none;
	  padding: 0 5px;
	  border-right: #ffffff solid 1px;
}


#mainNav-right-side li:last-child { 
	  padding: 0 5px 0 5px;
	  border-right: none;
	
}
	

#mainNav-right-side li a {
	  display: block;
	  color: #ffffff; 
	  padding: 0;
	  text-decoration: none;
	  background-image: none;
            }
                
				

#mainNav-right-side li a:hover, #ll_div a:hover { 
		color: #d50812; 
	 }    

#mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item > a.mega-menu-link {
	padding: 0 10px;
}

/* Top level navigation */






.header-section {
	  width: 100%;
	  z-index: 10;
	  background-color:rgba(30,9,2,0.9);
	  position: absolute;
}


.top-bar {
	  padding: 5px 20px;
	  width: 100%;
	  background-color: #d50812;
	  display: inline-block;
	  color: #ffffff;
	  text-transform: uppercase;
	  font-weight: normal;
	  font-size: 14px;
	  line-height: 100%;
	  font-family: AssistantRegular, "sans-serif";
	 box-sizing: border-box;
	 z-index: 101;
}

.top-bar p {
	  width: 75%;
	  text-align: left;
}



.header-section-inner {
	  width: 100%;
	  margin: 0 auto 0 auto;
	  padding: 20px 0;
	  box-sizing:  border-box;
	  text-align: center;
	  align-items: center;
	  background-color: #000000;
}


.header-section-inner a:link {
	color: #ffffff !important; 	  
}


.header-section-inner a:hover {
	color: #d50812 !important; 	  
}


#header-section-inner-right {
	display: none;
}

.basket-text-box  {
    text-align: right;
    display: inline-block;
    font-size: 12px;
    line-height: 130%;
    padding: 0 10px;
}

.basket-text-box a:link, .basket-text-box a:active, .basket-text-box a:visited  {
	color: #000000 !important;
}

.basket-text-box a:hover  {
	color: #000000 !important;
}



#mobile-icons  {
	display: inline-block;
	line-height: 130%;
	text-align: right;
	right: 83px;
	position: fixed;
	width: 100%;
	top: 42px;
	z-index: 100000;
}

#mobile-icons img {
	margin: -12px 10px 0 10px;
	width: 23px;
	
}

#basket-items-mini {
	display: block;
	padding-top: 5px
	
}


#logo {
	display: inline-block;
	text-align: center;
	width: 160px;
	margin: -22px auto 0 auto;
	flex: 1;
	
}

#logo img, #logo-tagged img {
	width: 100% !important;
}


#logo-tagged {
	display: inline-block;
	width: 160px;
	left: 5%;
	position: absolute;
	margin-top: -10px;
}


#home-slider, #testimonial-slider { 
	width: 87%;
	display: block;
	margin: 0 auto 20px auto;
	text-align: center;
	overflow: hidden;

 }

 
#inner-banner { 
	width: 87%;
	display: block;
	margin: 0 auto 20px auto;
	text-align: center;
	overflow: hidden;
 }
 

#inner-banner img {
   width: 100% !important;
   height: auto;
   min-width: 1000px !important;
   position: relative; /* allows repositioning */
   left: 100%; /* move the whole width of the image to the right */
   margin-left: -200%;
   z-index:1;			
}



#wrapper, #wrapper-home, #wrapper-narrow { 
   width: 100%;
   margin: 0 auto 0 auto;
   display: inline-block;
   padding: 10% 5%;
   box-sizing: border-box;
   position: relative;
   z-index: 1;
}


.main-content-area {
  	  display: inline-block;
	  padding: 40px 0;
	  width: 100%;
	  text-align: justify;
	  overflow: hidden;
	  
}


#refine-col {
	  margin-top: 20px;  
	  width: 100%;
	  display: inline-block;
}


.filter--style-premmerce .filter__checkgroup-title {
	font-weight: normal;
	font-size: 16px;
	opacity: 1 !important;
}

.filter__properties-item:not(:last-child) {
	margin-bottom: 5px;
}

.filter--style-premmerce {
	font-size: 22px;
}

.filter__checkgroup-count {
	font-size: 16px;
	top: 0px !important;
}



.block-1-4 {
	position:relative;
	display: inline-block;
	width: 80%;
	box-sizing: border-box;
	margin-bottom: 40px;
	text-align: center;
	vertical-align: top;
}
.block-1-4:last-child, .block-1-4 p:last-child  {
	margin-bottom: 0px;
}

.block-1-4 p {
	font-size: 18px;
	line-height: 125%;
}

.block-1-4 p.goldtxt {
	font-family: AssistantRegular, "sans-serif";
	color: #d50812;
	font-size: 22px;
}




.tinted-image, .tinted-image-half, .tinted-image-half-right  {
	width: 100%;
	margin: 0;
	text-align: center;
	position: relative;
	padding: 10% 0;
}

.tinted-image-half, .tinted-image-half-right  {
	display: flex;
}

.tinted-image img, .tinted-image-half img, .tinted-image-half-right img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	position: absolute;
    top: 0;
    left: 0;
}

.stacked-image {
	width: 100%;
	height: auto !important;
	position: relative !important;
    top: 0;
    left: 0;
	padding-top: 5%;
}

.mini-header  {
	height: 420px !important;
	background-color: #000000;
}

.heighted-header  {
	height: 500px;
	background-color: #000000;
}

.heighted-header img  {
	filter: alpha(opacity=40);
 	-moz-opacity: 0.4;
 	-khtml-opacity: 0.4;
 	opacity: 0.4;
}


.central, .central-home {
	top: 50%;
	transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	position: absolute;
	z-index: 1;
	margin: 0 auto;
	width: 90%;
	box-sizing: border-box;
	color: #ffffff;
	line-height: 140%;
	z-index: 3;
	left: 5%;
}

.central-home {
	margin: 90px 0 0 0;
}

.central-shop {
	position: relative;
	z-index: 1;
	margin: 0 auto;
	width: 90%;
	box-sizing: border-box;
	color: #ffffff;
	line-height: 140%;
	z-index: 3;
	padding: 190px 0 80px 0;
}

.xlarge-text, .large-text, .medium-text, .small-text  {
	font-family: 'PlutoRegular';
	line-height: 120%;
	margin: 0;
	padding: 0;
	letter-spacing: -1px;
	display: block;
}

.xlarge-text {
	font-size: 50px;
}

.large-text {
	font-size: 40px;
}

.medium-text {
	font-size: 30px;
}

.small-text {
	font-family: 'DM-Serif-Display-Regular';
	font-weight: 600;
	font-size: 17px;
	letter-spacing: 1px;
}

.padded-content  {
	padding-bottom: 20px;
}





.footer {
	float: left;
	width: 100%;	
	padding: 40px 0;
	background-color: #000000;
	font-weight: normal;
	font-size: 15px;
}

#footerMenu ul {
	padding: 0;
	margin: 0;
}

#footerMenu li {
	padding: 0;
	margin: 0 0 10px 0;
	line-height: 100%;
}

#footerMenu li a:link, #footerMenu li a:visited, #footerMenu li a:active {
	color: #ffffff !important;
}

#footerMenu li a:hover {
	color: #d50812;
}

.social-icon {
	width: 20px;
	height: auto;
	display: inline-block;
	margin-right: 10px;
}




#half-column, #quarter-column, #three-quarter-column, #half-column-right {
	width: 100%;
	text-align: left;
	box-sizing: border-box;
}

#half-column img, #quarter-column img, #three-quarter-column img, #half-column-right img {
	display: block;
}


#half-column li, #three-quarter-column li, #half-column-right li {
	padding: 0px;
	margin: 0px
	vertical-align:  top;
}




#flex-cols, #flex-cols-relative {
	display: flex;
	position: relative;
	z-index: 1;
	width: 90%;
	left: 5%;
	justify-content: space-evenly;
	align-items: stretch;
	flex-wrap: wrap;
}


.flex-col-item {
	margin: 10px;
	padding: 0px;
	box-sizing: border-box;
	flex: auto;
	width: 80%;
}

.flex-col-item .gold-txt a:hover {
	color: #ffffff !important;
}




.content-hover-block-holder {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.content-hover-block-holder img  {
 	padding: 15% 15% 0 15%;
    width: 60%;
	height: auto;
	max-width: 160px;
	position: relative;
	top: auto;
	left: auto;
}

 .content-hover-block {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	z-index: 1;
	filter: alpha(opacity=0);
 	-moz-opacity: 0;
 	-khtml-opacity: 0;
 	opacity: 0;
	 -webkit-transition: all 0.2s ease-in-out;
 	-moz-transition: all 0.2s ease-in-out;
 	-o-transition: all 0.2s ease-in-out;
 	-ms-transition: all 0.2s ease-in-out;
 	transition: all 0.2s ease-in-out;
	top: 0;
	box-sizing: border-box;
}


.content-hover-block:hover {
	filter: alpha(opacity=100);
 	-moz-opacity: 1;
 	-khtml-opacity: 1;
 	opacity: 1;
	 -webkit-transition: all 0.2s ease-in-out;
 	-moz-transition: all 0.2s ease-in-out;
	 -o-transition: all 0.2s ease-in-out;
	 -ms-transition: all 0.2s ease-in-out;
	 transition: all 0.2s ease-in-out; 
	background-color: #59361f; 
}


.content-hover-block img  {
 	-webkit-transition: all 0.2s ease-in-out;
 	-moz-transition: all 0.2s ease-in-out;
 	-o-transition: all 0.2s ease-in-out;
	 -ms-transition: all 0.2s ease-in-out;
 	transition: all 0.2s ease-in-out; 
 	filter: alpha(opacity=60);
	 -moz-opacity: .60;
 	-khtml-opacity: .60;
 	opacity: .60;
	width: 100%;
	height: 100%;
	padding: 0;
	top: 0;
	left: 0;
	position: absolute;
	object-fit: cover;
	max-width: none;
}

 .content-hover-block p {
	width: 90% !important;
    font-size: 16px !important;
    padding: 5%;
    line-height: 120%;
    text-transform: none;
	margin: 0;
	z-index: 1;
    position: relative;
    left: 0 !important;
    top: 0;
}

 .content-hover-block .white-txt, .content-hover-block-holder .gold-txt {
	z-index: 1;
    position: relative;
}

.content-hover-block-holder .gold-txt {
	padding-bottom: 15%;
	display: block;
}

 .content-hover-block a:link,  .content-hover-block a:active,  .content-hover-block a:visited, .woocommerce button.button.alt, .woocommerce button.button.alt:link, .woocommerce button.button.alt:active, .woocommerce button.button.alt:visited, .woocommerce a.button {
	display: inline-block;
	background-color: #000000;
	padding: 12px 17px;
	text-transform: uppercase;
	color: #ffffff !important;
	font-size: 16px;
	line-height: 100%;
	border-radius: 3px !important;
	font-weight: normal;
	text-align: center;
}

 .content-hover-block a:hover, .woocommerce a.button:hover {
	background-color: #1b0a03 !important;
}





/* WOOCOMMERCE STYLES */


.wcsatt-dash {
	display: none;
}

.wcsatt-sub-discount {
	font-size: 16px;
}

.wcsatt-sub-options {
	font-size: 16px;
	display: inline-block;
	padding-left: 10px;
}




.woocommerce .woocommerce-breadcrumb, #breadcrumbs {
    margin: 0 auto;
    text-align: left !important;
    font-size: 16px;
    color: #000000;
    width: 100%;
	display: block;
	font-family: AssistantRegular, "sans-serif";
}

.woocommerce .woocommerce-breadcrumb, #breadcrumbs a {
    color: #000000;
}



h1.page-title {
    color: #000000;
}

.product-badge {
	padding: 10px;
	font-size: 22px !important;
	line-height: 100%;
	width: 100%;
	color: #fff;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	font-weight: normal;
	position: absolute;
	left: 0;
	box-sizing: border-box;
	background-color: #d50812;
	box-shadow: none !important;
	border-radius: 0 !important; 
	font-family: "GothamBold" !important;
	text-shadow: none !important;
}

.product-badge:hover {
	background-color: #d50812 !important;
}

.product_meta {
	display: none;	
}



/* ACCORDIAN STYLES */
.reveal-button {
	font-family: 'DM-Serif-Display-Regular';
    font-weight: 600;
    font-size: 17px;
    letter-spacing: 1px;
	line-height: 120%;
    margin: 0;
    padding: 0 0 10px 0;
	color: #000000;
	background-image: url(assets/plus.png);
	background-repeat: no-repeat;
	background-size: 12px 12px;
	background-position: 95% 25%;
	display: block;
	cursor: pointer;
}

.active {
  background-color: #ffffff;
  background-image: url(assets/minus.png);
  background-repeat: no-repeat;
  background-position: 95% 25%;
}


.reveal-button:hover {
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
	color: #000000;
}

.reveal-panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  box-sizing: border-box;
  padding: 0;
}

.reveal-panel p {
  	padding: 0 0 5px 0;
	margin: 0;
}

.reveal-panel a:link, .reveal-panel a:visited, .reveal-panel a:active {
	color: #b07f4d;
}

.reveal-panel a:hover {
	cursor: pointer;
	margin-left: 5px;

}

/* ACCORDIAN STYLES */




.mini-product-col {
	width: 100%;
    display: inline-block;
	vertical-align: top;
	margin: 60px 0;
}
		


.woocommerce ul.products {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}



.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
	margin: 0 auto 20px auto;
	width: 100%;
	padding: 20px;
	}

.woocommerce ul.products li.product .button  {
	display: block;
	}


.woocommerce ul.products li.product, .woocommerce-page ul.products li.product, #you-may-also-like .woocommerce ul.products li.product, #you-may-also-like .woocommerce-page ul.products li.product {
	width: 100%;
	margin: 0 auto 20px auto;
	font-family: AssistantRegular, "sans-serif";
    font-weight: normal;
	display: block;
	vertical-align: top;
	color: #000000;
	background-color: #ffffff;
	box-sizing:  border-box;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; 
	float: none !important;
}


.woocommerce ul.products li.product:hover, .woocommerce-page ul.products li.product:hover {
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;  
}

#product-third-box p, #gallery-1 .gallery-item p {
	padding: 0;
	margin: 0;
	font-size: 13px;
	font-weight: normal;
}



#refine-col.woocommerce button.button {
	width:90%;
	font-size: 14px;
	border-radius: 0px;
	font-weight: normal;
	font-family: AssistantRegular, "sans-serif";
	margin-top: 20px;
	
}


.woocommerce div.product form.cart .variations label {
	font-family: AssistantRegular, "sans-serif";
	text-align: left;
	color: #d50812;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: normal;
}

.refine-heading, h4 {
	font-family: AssistantRegular, "sans-serif";
	text-align: left;
	color: #d50812;
	font-size: 36px;
	text-transform: uppercase;
	font-weight: normal;
	margin: 10px 0;
	padding-bottom: 10px;
	display: block;
	width: 100%;
	line-height:  130%;
}

.woocommerce div.product form.cart .variations td {
	display: block	
}


.woocommerce div.product div.images .flex-control-thumbs li {
	width: 100px;
	float: left;
	margin: 0 20px 20px 0;
	list-style: none;
}


.woocommerce button.button.alt:hover, .woocommerce a.button:hover  {
	background-color: #d50812;
	color: #ffffff !important;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; 
}


.woocommerce .quantity .qty, .woocommerce div.product form.cart .variations select  {
	box-sizing:  border-box;
	background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxI…BvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat 95% 50%;
	-moz-appearance: none;	
	-webkit-appearance: none;
	appearance: none;
	padding: 12px 10px 10px 10px;
	border: #b4b4b4 solid 1px !important;
	border-radius: 0;
	min-width: auto;
	max-width: auto;
	margin: 0 0 20px 0;
	text-transform: uppercase;
	font-family: AssistantRegular, "sans-serif";
}

.woocommerce .quantity .qty {
	width: 60px;
}
 


.sku_wrapper {
	display: none;
	}


.woocommerce ul.products li.product img {
    display: block;
    margin: 0px auto 10px auto;
    box-shadow: none;
	object-fit: cover;
    width: auto;
    max-height: 190px;
    height: 100%;
	max-width: auto !important;
}



.woocommerce ul.products li.product h2, .woocommerce-page ul.products li.product h2 {
   font-family: AssistantRegular, "sans-serif";
   color: #000000;
   font-weight: normal;
   font-size: 146px;
   text-align: center;
   margin: 0 0 10px 0;
   text-transform: uppercase;
   line-height: 120%;

}


.single-product .product .price {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}




.woocommerce ul.products li.product .price, .woocommerce ul.products li.product .price ins {
   font-family: 'PlutoRegular';
   color: #d50812 !important;
   font-weight: normal !important;
   font-size: 24px;
   text-align: left;
   padding: 10px 0 0 0;
   text-transform: uppercase;
   margin: 0;
   display: block;
   box-sizing: border-box;
   margin: 0px
}

.woocommerce ul.products li.product .price ins {
   padding: 0 !important;

}


.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    width: 100%;
	display: inline-block;
}

.woocommerce div.product div.images {
	margin-top:  20px;
}


.woocommerce div.product div.images img {
	width: 240px;
	margin: 0 auto;
	display: block;
	box-sizing: border-box
}

.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
	width: 30%;
	margin: 0 10px 0 0;
}


.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary, .woocommerce #content div.product .woocommerce-tabs, woocommerce div.product .woocommerce-tabs, .woocommerce-page #content div.product .woocommerce-tabs, .woocommerce-page div.product .woocommerce-tabs {
    width: 100%;
	text-align: left;
	color: #000000 !important;
	clear: right;
	margin: 20px 0;
	display: inline-block;
}


.woocommerce-page div.product .woocommerce-tabs {
	margin: 0 !important;
	width: 100%;
}


.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
	font-weight: normal !important;
	color: #d50812;
}


.woocommerce-tabs p, woocommerce div.product .woocommerce-tabs p, .woocommerce-page #content div.product .woocommerce-tabs p, .woocommerce-page div.product .woocommerce-tabs p {
    color: #000000;
}

.woocommerce div.product .woocommerce-tabs .panel {
	margin: 0 !important;
}

.woocommerce div.product .product_title {
    margin: 0 0 20px 0;
    padding: 0px;
	text-align: left;
	color: #000000;
	font-size: 32px;
	line-height: 100%;
}

.woocommerce div.product p.price, .woocommerce div.product p.price, .woocommerce div.product span.price {
    font-family: AssistantRegular, "sans-serif";
	margin: 0 0 20px 0;
    padding: 0px;
	text-align: left;
	color: #d50812 !important;
	font-size: 32px !important;
	line-height: 100%;
	display: block;
}

.brand {
    font-family: AssistantRegular, "sans-serif";
	margin: 0px 0 20px 0;
	text-align: left;
	color: #d50812;
	font-size: 42px;
	text-transform:  uppercase;
	display: block;
	line-height: 100%;
}

.brand-small {
    font-family: AssistantRegular, "sans-serif";
	margin: 0px 0 10px 0;
	text-align: center;
	color: #d50812;
	font-size: 14px;
	text-transform:  uppercase;
	display: block;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
	display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    background-color: #f8f8f8;
    display: inline-block;
    position: relative;
    z-index: 0;
    border-radius: 0;
    margin: 0px -5px;
    padding: 0px 10px;
	font-size: 12px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
   font-family: AssistantRegular, "sans-serif";
   color: #000000 !important;
   font-weight: normal;
   text-transform: uppercase;
   padding: 10px 0;
}


.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    border-bottom-right-radius: 0px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    border-bottom-left-radius: 0px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after {
    display: none;
}

.woocommerce-tabs wc-tabs-wrapper strong, .woocommerce-tabs wc-tabs-wrapper b {
	font-family: AssistantRegular, "sans-serif";
	font-weight: normal !important;
	font-size: 19px !important;
}


.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message {
    padding: 20px;
    margin: 0px 0px 2em !important;
    position: relative;
    background-color: #ffffff;
    color: #515151;
    border-top: none;
    list-style: outside none none !important;
    width: auto;
    word-wrap: break-word;
}


.woocommerce ul.products li.product a img {
	margin: 0 auto 20px auto;
	width: auto !important;
}

.mini-product-thumb img {
	margin: 0 auto 20px auto;
	width: auto !important;
	display: block;
    width: auto;
    max-height: 190px;
    height: auto;
    max-width: auto !important;
}


.woocommerce ul.products li.product a:visited, .woocommerce ul.products li.product a:active {
	color: #000000;
}



.woocommerce .woocommerce-info a:link, .woocommerce-checkout #payment ul.payment_methods a:link, .woocommerce-checkout #payment ul.payment_methods li {
    color: #515151 !important;
}


.woocommerce input.button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
	font-family: AssistantRegular, "sans-serif";
	padding: 14px;
	border: 0px none;
	background-color: #000000 !important;
	color: #ffffff !important;
	text-transform: uppercase;
	margin: 0px;
	width: auto;
	font-weight: normal;
	border-radius: 0;
	text-decoration: none !important;
	}
	
	
a.continue-shopping {
	font-family: AssistantRegular, "sans-serif";
	padding: 10px;
	border: 0px none;
	color: #ffffff !important;
	background-color: #000000 !important;
	text-transform: uppercase;
	margin: 0px;
	width: auto;
	font-weight: normal;
	border-radius: 0;
	text-decoration: none !important;
	float: right;
	}
	
	
a.new-account {
	font-family: AssistantRegular, "sans-serif";
	padding: 10px;
	border: 0px none;
	color: #ffffff !important;
	background-color: #000000 !important;
	text-transform: uppercase;
	margin: 0px;
	width: auto;
	font-weight: normal;
	border-radius: 0;
	text-decoration: none !important;
	float: left;
	}
	
	
	
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .cimy_uef_input_27, .yikes-easy-mc-form input[type=email] {
    box-sizing: border-box;
    width: 100%;
    margin: 0px;
    outline: 0px none;
    font-family: AssistantRegular, "sans-serif";
    padding: 20px;
    border: 0px none;
	background-color: #f6f6f6;
}


.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals h2 {
	text-align: right !important;
	}
	

.woocommerce-cart .cart-collaterals .cart_totals table {
    width: 100%;
}


.woocommerce a.remove:hover {
    color: #d50812 !important;
    background: none;
}
.woocommerce a.remove {
    color: #000000 !important;
}

.woocommerce table.shop_table {
    border-radius: 0;
}


.woocommerce table.shop_table td {
    padding: 6px 0px;
}

.woocommerce table.shop_table th {
    padding: 9px 0px;
	font-weight: normal !important;
	color: #222222;
}

table.cart td.actions .input-text, table.cart td.actions .button, table.cart td.actions .checkout-button {
	margin: 5px 0 !important;
}


.woocommerce div.product .stock {
    color: #000000;
	text-transform: uppercase;
}


.woocommerce .woocommerce-message::before, .woocommerce .woocommerce-info::before {
    color: #000000 !important;
}


.woocommerce-cart table.cart td.actions .coupon .input-text  {
	padding: 12px 18px !important;
	font-family: AssistantRegular, "sans-serif";
	height: auto !important;
	font-size: 16px !important;
	text-transform: uppercase;
}


.woocommerce table.my_account_orders .order-actions {
    text-align: center !important;
}


a.continue-shopping:hover, a.new-account:hover {
    color: #d50812 !important;
}




.woocommerce .woocommerce-breadcrumb a:link, .woocommerce .woocommerce-breadcrumb a:visited, .woocommerce .woocommerce-breadcrumb a:active {
    color: #d50812 !important;
}


.woocommerce table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
    width: auto;
    height: 34px;
}




dd.variation-Type, dd.variation-Type p {
	padding: 0;
	margin:0;
}



form.woocommerce-shipping-calculator p {
	margin: 0 !important;
	
	}
	

.select2-container .select2-choice > .select2-chosen {
	color: #515151 !important;
	
	}
	
.woocommerce ul.products li.product .woocommerce-placeholder {
	border: none;
}


.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
	content: none !important;	
}


.woocommerce .woocommerce-customer-details, .woocommerce .woocommerce-order-details, .woocommerce .woocommerce-order-downloads {
	width: 100%;
}

.woocommerce .woocommerce-customer-details address {
	border: 0 !important;
	padding: 0 !important;
	box-sizing: border-box;
}


.woocommerce ul.products li.product .onsale, .woocommerce span.onsale {
	display: none;
}

#delivery-arrangements {
	background-color: #f6f6f6;
	padding: 20px;
	position: relative;
	margin-bottom: 40px;
}
#delivery-arrangements p {
	padding: 0 0 0 44px;
	margin: 0;
	display: inline-block;
	box-sizing: border-box;
	font-size: 22px;
	color: #d50812;
	font-family: AssistantRegular, "sans-serif";
	text-transform:  uppercase;
	line-height: 120%;
}

#delivery-arrangements img {
	width: 23px;
	position: absolute;
	top: 50%;
	transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	
}


.woocommerce ul.products li.product p {
	padding: 10px 20px;
	color: #000000;
	font-style: italic;
	text-align: center;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 130%;
}

.woocommerce ul.products li.product a:link, .woocommerce ul.products li.product a:active, .woocommerce ul.products li.product a:visited:, .woocommerce ul.products li.product a:hover  {
	color: #000000 !important;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product, .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
	text-align: left;
	color: #000000;
}

.woocommerce-page ul.products li.product a:link, .woocommerce ul.products[class*=columns-] li.product a:link, .woocommerce-page ul.products[class*=columns-] li.product a:link  {
	color: #000000;
}

#mg-wprm-wrap div.wpr_search {
	display: none;
}


/* WOOCOMMERCE STYLES */





/* RESPONSVIE MENU */
#wprmenu_bar {
	height: 43px;
	position: absolute;
	background-color: transparent;
	padding: 0 20px;
	top: 20px;
}

#wprmenu_bar .menu_title {
	display: none !important;
}

#wprmenu_bar div.hamburger {
	margin-top: 0 !important;
	float: right;
	text-align: center;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
	border-radius: 1px !important;
	height: 3px !important;
}
.wprmenu_bar .hamburger-inner, .wprmenu_bar .hamburger-inner::before, .wprmenu_bar .hamburger-inner::after{
	background: #000000 !important;
}
.cbp-spmenu-top.cbp-spmenu-open {
	top: 0 !important;
}
#wprmenu_menu_ul {
	padding: 60px 40px 0 40px;
	margin: 0 auto;
	overflow: hidden;
	max-width: 1440px;
}
#mg-wprm-wrap li.menu-item a {
	font-size: 26px;
	text-transform: uppercase;
	font-weight: normal;
	padding: 0 !important;
	font-family: AssistantRegular, "sans-serif";
	margin: 0 0 20px 0 !important;
	text-align: center;
	line-height: 100%;
}
.wprmenu_icon {
	top: -5px !important;
	
}


/* RESPONSVIE MENU */



/* NINJA FORMS */

.nf-form-content .ninja-forms-field {
	box-sizing: border-box;
	width: 100%;
	margin: 0px;
	outline: 0px none;
	font-family: AssistantRegular, "sans-serif";
	padding: 20px !important;
	background-color: #f6f6f6;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none;
	color: #000000 !important;
	font-size: 20px !important;
	height: auto !important;
}

.nf-form-content textarea.ninja-forms-field {
	height: 200px !important;
}

.nf-form-content label, .nf-field-label label {
	font-weight: normal !important;
	font-size: 20px !important;
}
.nf-field-container .nf-field-label {
	margin-bottom: 0 !important;
}

.nf-form-content button, .nf-form-content input[type=button], .nf-form-content input[type=submit] {
	background-color: #d50812 !important;
	padding: 14px 18px !important;
	text-transform: uppercase;
	font-size: 16px !important;
	color: #ffffff !important;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.nf-form-content button:hover, .nf-form-content input[type=button]:hover, .nf-form-content input[type=submit]:hover {
	background-color: #000000 !important;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
	
/* NINJA FORMS */



/* Mailchimp Styles */

.yikes-easy-mc-form input[type=email], .yikes-easy-mc-form input[type=text] {
	box-sizing: border-box;
	border: #ffffff 1px solid !important;
	padding: 15px 15px 12px 15px !important;
	opacity: 1 !important;
	background-color: #d50812 !important;
	font-family: AssistantRegular, "sans-serif";
}

.yikes-easy-mc-form input[type=text] {
	box-sizing: border-box;
	border: #ffffff 1px solid !important;
	padding: 15px 15px 12px 15px !important;
	opacity: 1 !important;
	background-color: #d50812 !important;
	font-family: AssistantRegular, "sans-serif";
	width: 100% !important;
}

.yikes-easy-mc-form .yikes-easy-mc-submit-button {
	margin: 0 auto;
	padding: 10px;
	cursor: pointer;
	background: #ffffff !important;
	width: 200px !important;
	border: 0 !important;
	font-family: AssistantRegular, "sans-serif";
}

label.yikes-mailchimp-eu-compliance-label p {
	font-size: 16px;
}

.FNAME-label {
	width: 50%
}

.yikes-easy-mc-success-message {
	background: #000000 !important;
	color: #ffffff !important;
}



/* Mailchimp Styles */



.flex-col-item {
	width: 28%;
	padding-right: 20px;
	line-height: 100%;
}



.hidden-desktop {
	  display: none !important;
}

.hidden-mobile {
	  display: inline-block !important;
}




/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
	
.top-bar p {
	  width: 50%;
	  text-align: left;
}
	
#home-slider, #testimonial-slider { 
	width: 78%;
 }
 
 
#inner-banner { 
	width: 78%;
 }
	
	
.purple-main-content-area, .pink-main-content-area {
	  text-align: justify;
	  width: 62%;
	  padding: 8%;	  
}

.pink-main-content-area ul {
	 width: 50% !important;
}



.footerinner {
   line-height: 140%;
   margin: 0 auto 0 auto;
   text-align: center;
   color: #ffffff;
   
}
	
#footerinner-left, #footerinner-right {
	width: 50%;
	margin-bottom: 20px;
}
	
#footerinner-left li {
	text-align: left;
}

#footerinner-right li {
	text-align: right;
}





/* WOOCOMMERCE STYLES */
	
.woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce-loop-product__title {
	font-family: 'PlutoRegular';
	line-height: 120%;
	margin: 0 0 10px 0;
	padding: 0;
	letter-spacing: -1px;
	display: block;
	font-size: 24px;
	color: #d50812; 
	text-align: left;
	text-transform: capitalize; 
}
	
#you-may-also-like .woocommerce ul.products li.product .woocommerce-loop-product__title {
		min-height: 42px
	}

.woocommerce table.shop_table td {
    padding: 6px 12px;
}


.woocommerce table.shop_table th {
    padding: 9px 12px;
}
	


/* WOOCOMMERCE STYLES */


}




@media only screen and (min-width: 550px) {

}





@media only screen and (min-width: 640px) {
	
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product, .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
	width: 48%;
}
	
.woocommerce ul.products li.product p {
	min-height: 67px;
}

	
#you-may-also-like .woocommerce ul.products li.product, #you-may-also-like .woocommerce-page ul.products li.product {
	width: 48%;
}	

}







/* Desktop Small Layout: 768px to a max of 963px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
	
.flex {
	display: flex !important;
}
	
	
.shop-header {
	margin-top: 78px !important;
}
	
	
.xlarge-text {
	font-size: 70px;
}
	
.top-bar p {
	text-align: center;
	width: 100%;
}

	
li.hide-menu {
	display: none !important;
}
	
	
	
h2 {
   font-size: 40px;
}
	
.page-block-heading, h1.page-block-heading, .light-block-heading {
   font-size: 42px;
}
	
.featured-para {
	font-size: 22px;
}
	
h1.cat-header {
	font-size: 70px;
	padding: 45px 20px 40px 20px;
}

	
#header-section-inner-right {
	text-align: right;
	font-weight: normal;
	display: block;
	clear: both;
	font-size: 16px;
	color: #ffffff;
    flex: 2;
	line-height: 100%;
	padding-right: 5%;
}

#header-section-inner-right input, #header-section-inner-right button {
	background-color: #666666;
	border: none;
	padding: 10px;
	vertical-align: text-bottom;
	color: #ffffff;
	font-family: AssistantRegular, "sans-serif";
	font-size: 14px;
}


#header-section-inner-right img {
	margin-top: -12px;
	display: inline-block;
}
	
#mainNav li, #mainNav li.right-menu { 
	  padding: 0 8px;
}
	
#mainNav-right-side {
	display: block;
	margin: 0;
	padding: 0 0 10px 0;
}
	
	
.refine-heading, h4 {
	width: 90%;
	
}
#mobile-icons, #basket-items-mini  {
	display: none;
}
	
#home-slider,  #testimonial-slider { 
	width: 760px;
 }
 
#home-slider img,  #testimonial-slider img { 
	 width: 760px;

 }
 
 
#inner-banner { 
	width: 760px;
 }
 
 
#inner-banner img { 
	 width: 760px;

 }
 
	
.pale-cream-block-title, .pale-cream-block, .black-block {
   padding: 40px 0;
}
	
.large-1-4-rollover-block {
	width: 40%;
	margin: 0 10px 20px 10px;
}

.block-1-4  {
	width: 40%;
	margin: 0 10px;
	text-align: left;
	padding: 0 10px;
	box-sizing: border-box;
}
	
.filter--style-premmerce .filter__item {
	width: 90%;
}
	

.woocommerce-product-search  {
	display: inline-block;
	vertical-align: top;
}

.woocommerce-product-search .screen-reader-text  {
	display: none;
}

.woocommerce-product-search input[type="search"]  {
	background-color: #ffffff;
	padding: 8px 10px !important;
	font-family: AssistantRegular, "sans-serif";
	color: #000000;
	font-size: 14px;
	border: none;
}




.woocommerce-product-search input[type="submit"]   {
	background-color: #ffffff;
	padding: 8px;
	font-family: AssistantRegular, "sans-serif";
    text-transform: uppercase;
	color: #000000;
	font-size: 14px;
	border: none;
	margin-left: -3px;
}

.woocommerce-product-search input[type="submit"]:hover   {
	background-color: #000000;
	color: #ffffff;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
	
	
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	width: 46%;
}
	

.woocommerce ul.products li.product p {
		line-height: 140%;
		
	}
	
	

#wrapper-short {
	  width: 74%;
}



#refine-col {
	  width: 25%;
	vertical-align: top;
}


	
	
.pink-title-small {
	font-size: 16px;
	height: 34px;
	}
	
	
.pink-title-small-script {
	height: 54px;
	width: 80%;
	}




.footerinner {
   line-height: 140%;
   font-size: 15px;
   width: 760px;
   margin: 0 auto 0 auto;
   text-align: center;
   color: #ffffff;
   padding: 0;
   
}
#footerinner-left, #footerinner-right {
      float: left;
	  text-align: left;
	  margin: 0;
	  padding: 0 2%;
	  font-size: 16px;
	  box-sizing: border-box;
 
}

#footerinner-right {
      float: right;
	  padding-right: 0;
	   border-right: none;
}

#half-column, #half-column-right {
	width: 49%;
	display: inline-block;
	vertical-align: top;
	align-items: center;
    display: flex;
	}
	
#half-column-right {
	width: 45%;
	padding: 0 0 0 4%;
	border-right: none;
	}
	
#half-column-right h3 {
	margin: 0 0 20px 0;
	}
	
	

#quarter-column {
	width: 25%;
	display: inline-block;
	vertical-align: top;
	}
	
#three-quarter-column {
	width: 75%;
	display: inline-block;
	vertical-align: top;
	}
	
#three-quarter-column p {
	margin: 0px;
	}

	




/* WOOCOMMERCE STYLES */



.woocommerce ul.products li.product, .woocommerce-page ul.products li.product, #you-may-also-like .woocommerce ul.products li.product, #you-may-also-like .woocommerce-page ul.products li.product {
	width: 46%;
	margin: 0 10px 20px 10px;
	font-family: AssistantRegular, "sans-serif";
    font-weight: normal;
	display: inline-block;
	vertical-align: top;
	line-height: 130%;
}

.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
	margin: 0 0px 60px 0px;
	}
	
	
#you-may-also-like {
	width: 600px;
	margin: 0 auto;
}


.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    width: 45%;
}

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary, .woocommerce #content div.product .woocommerce-tabs, woocommerce div.product .woocommerce-tabs, .woocommerce-page #content div.product .woocommerce-tabs, .woocommerce-page div.product .woocommerce-tabs {
    width: 50%;
	margin-bottom: 40px;
}
	
.woocommerce-page div.product .woocommerce-tabs {
    width: 100%;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    padding: 0px 20px;
	font-size: 14px;
}

.woocommerce table.shop_table td {
    padding: 6px 12px;
}

.woocommerce table.shop_table th {
    padding: 9px 12px;
}

.woocommerce .woocommerce-breadcrumb {
	width:760px;
}
	
.woocommerce .woocommerce-customer-details, .woocommerce .woocommerce-order-details, .woocommerce .woocommerce-order-downloads {
	width: 46%;
	padding: 0 20px;
	vertical-align: top;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product, .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
	width: 46%;
}
	
.mini-product-col {
	width: 74%;
    display: inline-block;
	vertical-align: top;
	margin: 60px 0;
}
	
	
/* WOOCOMMERCE STYLES */



	
	

/* BLOG STYLES */

#testimonial-block, #blog-block {
	float: left;
	width: 48%;
	margin: 0 1% 2% 1%;
	}	

/* BLOG STYLES */

	

.padded-content-left  {
	padding-right: 4%;
} 
	
.padded-content-right  {
	padding-left: 4%;
} 
	
.tinted-image-half img, .tinted-image-half-right img {
	object-fit: cover;
	width: 50%;
	height: 100%;
	position: absolute;
    top: 0;
    left: 0;
}
	
.tinted-image, .tinted-image-half, .tinted-image-half-right  {
	padding: 5% 0;
}
	
.tinted-image-half-right img {
    left: 50%;
}
	
	
	
}

/* Desktop Large Layout: 878px to a max of 964px.  Inherits styles from: Mobile Layout and Tablet Layout and Deskop Small Layout. */
@media only screen and (min-width: 878px) {

}



/* Desktop Large Layout: 964px to a max of 1219px.  Inherits styles from: Mobile Layout and Tablet Layout and Deskop Small Layout. */

@media only screen and (min-width: 964px) {
	
.mobile-visible {
	display: none !important;	
}
	
.desktop-visible {
	display: inline-block !important;	
}
	
#wrapper, #wrapper-home, #wrapper-narrow { 
	padding: 5%;
}



.main-content-area {
	  width: 944px;
	   text-align: justify;
	  
}

	
#three-quarter-column li {
	box-sizing: border-box;
	width: 33%;
	padding: 30px;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
	
#three-quarter-column li:hover {
	box-shadow: 0 4px 20px 0 #e3e3e3;
	z-index: 100;
	transform: scale(1.05);
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}



.footerinner {
   width: 944px;
}

	
.large-1-4-rollover-block {
	width: 22%;
	margin: 0 10px 20px 10px;
	font-size: 42px;
	line-height: 100%;
}
.large-1-4-rollover-block .large-1-4-rollover-text  {
  font-size: 21px;
}

.block-1-4  {
	width: 22%;
	margin: 0 10px;
}
	


/* WOOCOMMERCE STYLES */

#you-may-also-like {
	width: 100%;
}
	
#you-may-also-like .woocommerce ul.products li.product, #you-may-also-like .woocommerce-page ul.products li.product {
	width: 22% !important;
}


#product-third-box p, #gallery-1 .gallery-item p {
	height: 160px;
}


.woocommerce table.shop_table td {
    padding: 6px 12px;
}

.woocommerce table.shop_table th {
    padding: 9px 12px;
}

.woocommerce .woocommerce-breadcrumb {
	width: 944px;
}


/* WOOCOMMERCE STYLES */

	
	
	
	
	
/* Desktop Large Layout: 878px to a max of 964px.  Inherits styles from: Mobile Layout and Tablet Layout and Deskop Small Layout. */
@media only screen and (min-width: 1047px) {

body {
	margin-top: 0px !important;
}
	
.tinted-image {
	height: 75vh;
	padding: 0;
}
	
.heighted-header  {
	height: 600px;
}
	
#ll_div {
    right: 5%;
	width: max-content;
    left: auto;
	background-color: rgba(30,9,2,0.9);
	top: 0;
	padding: 10px;
}
	
	
	
#flex-cols {
	top: 50%;
	transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	position: absolute;
}
	
	
.flex-col-item {
	margin: 10px;
	padding: 0px;
	box-sizing: border-box;
	flex: 1;
	width: auto;
}

}
	
	






/* Desktop Layout: 1220px to a max of 1500px.  Inherits styles from: Mobile Layout and Tablet Layout and Desktop Large Layout. */

@media only screen and (min-width: 1220px) {
	
.hidden-desktop {
	  display: inline-block !important;
}

.hidden-mobile {
	  display: none !important;
}
	
#header-section-inner-right {
	padding-right: 0;
}
	
#logo {
	display: inline-block;
	width: 180px;
	padding: 0;
}
	


/* WOOCOMMERCE STYLES */


.woocommerce table.shop_table td {
    padding: 6px 12px;
}
.woocommerce .woocommerce-breadcrumb {
	width:1200px;
}
	
#you-may-also-like .woocommerce ul.products li.product, #you-may-also-like .woocommerce-page ul.products li.product {
	width: 23% !important;
}


/* WOOCOMMERCE STYLES */

}