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


/* CUSTOM WEB FONTS */

@font-face {
   font-family: 'heldane-text-web-regular';
   src: url('/images/webfonts/heldane-text-web-regular.eot');
   src: url('/images/webfonts/heldane-text-web-regular?#iefix') format('embedded-opentype'),
        url('/images/webfonts/heldane-text-web-regular.woff2') format('woff2'),
        url('/images/webfonts/heldane-text-web-regular.woff') format('woff');
   font-weight: 400;
   font-style: normal;
}

@font-face {
   font-family: 'heldane-text-web-medium-italic';
   src: url('/images/webfonts/heldane-text-web-medium-italic.eot');
   src: url('/images/webfonts/heldane-text-web-medium-italic?#iefix') format('embedded-opentype'),
        url('/images/webfonts/heldane-text-web-medium-italic.woff2') format('woff2'),
        url('/images/webfonts/heldane-text-web-medium-italic.woff') format('woff');
   font-weight: 400;
   font-style: italic;
}

@font-face {
   font-family: 'heldane-display-web-regular';
   src: url('/images/webfonts/heldane-display-web-regular.eot');
   src: url('/images/webfonts/heldane-display-web-regular?#iefix') format('embedded-opentype'),
        url('/images/webfonts/heldane-display-web-regular.woff2') format('woff2'),
        url('/images/webfonts/heldane-display-web-regular.woff') format('woff');
   font-weight: 400;
   font-style: normal;
}

@font-face {
   font-family: 'heldane-display-web-regular-italic';
   src: url('/images/webfonts/heldane-display-web-regular-italic.eot');
   src: url('/images/webfonts/heldane-display-web-regular-italic?#iefix') format('embedded-opentype'),
        url('/images/webfonts/heldane-display-web-regular-italic.woff2') format('woff2'),
        url('/images/webfonts/heldane-display-web-regular-italic.woff') format('woff');
   font-weight: 400;
   font-style: italic;
}

@font-face {
   font-family: 'heldane-display-web-medium-italic';
   src: url('/images/webfonts/heldane-display-web-medium-italic.eot');
   src: url('/images/webfonts/heldane-display-web-medium-italic?#iefix') format('embedded-opentype'),
        url('/images/webfonts/heldane-display-web-medium-italic.woff2') format('woff2'),
        url('/images/webfonts/heldane-display-web-medium-italic.woff') format('woff');
   font-weight: 400;
   font-style: italic;
}

@font-face {
   font-family: 'Roobert-Light';
   src: url('/images/webfonts/Roobert-Light.eot');
   src: url('/images/webfonts/Roobert-Light?#iefix') format('embedded-opentype'),
        url('/images/webfonts/Roobert-Light.woff2') format('woff2'),
        url('/images/webfonts/Roobert-Light.woff') format('woff');
   font-weight: 400;
   font-style: normal;
}

@font-face {
   font-family: 'Roobert-Regular';
   src: url('/images/webfonts/Roobert-Regular.eot');
   src: url('/images/webfonts/Roobert-Regular?#iefix') format('embedded-opentype'),
        url('/images/webfonts/Roobert-Regular.woff2') format('woff2'),
        url('/images/webfonts/Roobert-Regular.woff') format('woff');
   font-weight: 400;
   font-style: normal;
}

@font-face {
   font-family: 'Roobert-Medium';
   src: url('/images/webfonts/Roobert-Medium.eot');
   src: url('/images/webfonts/Roobert-Medium?#iefix') format('embedded-opentype'),
        url('/images/webfonts/Roobert-Medium.woff2') format('woff2'),
        url('/images/webfonts/Roobert-Medium.woff') format('woff');
   font-weight: 400;
   font-style: normal;
}

@font-face {
   font-family: 'Roobert-SemiBold';
   src: url('/images/webfonts/Roobert-SemiBold.eot');
   src: url('/images/webfonts/Roobert-SemiBold?#iefix') format('embedded-opentype'),
        url('/images/webfonts/Roobert-SemiBold.woff2') format('woff2'),
        url('/images/webfonts/Roobert-SemiBold.woff') format('woff');
   font-weight: 400;
   font-style: normal;
}

@font-face {
   font-family: 'Roobert-Bold';
   src: url('/images/webfonts/Roobert-Bold.eot');
   src: url('/images/webfonts/Roobert-Bold?#iefix') format('embedded-opentype'),
        url('/images/webfonts/Roobert-Bold.woff2') format('woff2'),
        url('/images/webfonts/Roobert-Bold.woff') format('woff');
   font-weight: 400;
   font-style: normal;
}

@font-face {
   font-family: 'Roobert-Heavy';
   src: url('/images/webfonts/Roobert-Heavy.eot');
   src: url('/images/webfonts/Roobert-Heavy?#iefix') format('embedded-opentype'),
        url('/images/webfonts/Roobert-Heavy.woff2') format('woff2'),
        url('/images/webfonts/Roobert-Heavy.woff') format('woff');
   font-weight: 400;
   font-style: normal;
}
 

/* GLOBAL ACCESSIBILITY */

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

/* requires addition of polyfill script - <script src="https://unpkg.com/focus-visible@latest/dist/focus-visible.min.js"></script> */
/* Remove outline for non-keyboard :focus */
*:focus:not(.focus-visible) {
  outline: none;
}

/* Optional: Customize .focus-visible */
.focus-visible {
  outline: #000 solid 2px;
}



/* GLOBAL */


html {
	scroll-behavior: smooth;
}

body {
	background-color: #fff;
	font-family: 'Roobert-Regular', Helvetica, Arial, sans-serif;
	color: #777;
}

*, ::before, ::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#login-dropdown {
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	z-index: 3000;
	top: -100px;
	transition: top .2s ease-out 0.3s; /* only transition top property */
	font-family: 'Roobert-Regular', Helvetica, Arial, sans-serif;
}

#login-dropdown.open {
	top: 0px;
}

#login-dropdown form {
	display: flex;
	justify-content: center;
	width: 100%;
	margin: 0 auto;
	background-color: #fff;
	padding: 9px 0 0 0;
	border-bottom: 1px solid #ddd;
	box-shadow: 0 4px 7px #ddd;
}

#login-dropdown .email-input,
#login-dropdown .password-input {
	display: flex;
	justify-content: center;
}

#login-dropdown .loginlabel {
	padding: 5px 10px;
}

#login-dropdown input#submit {
	margin-left: 10px;
}

label, legend {
	display: block;
	font-weight: normal;
	font-size: 14px;
	font-family: 'Roobert-Bold';
	letter-spacing: .05em;
}



.button, button, input[type="submit"], input[type="file"], input[type="reset"], input[type="button"] {
    background: #eee;
    border: 1px solid #ccc;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: #222;
    display: inline-block;
    font-size: 16px;
    font-weight: normal;
    text-decoration: none;
    text-shadow: none;
    cursor: pointer;
    margin-bottom: 20px;
    line-height: normal;
    padding: 8px 10px;
    font-family: "Roobert-Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.button:hover, button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
	background:#888;
	color: #fff; 
}

/* SEARCH */

#search input.searchBox {
	height: 27px;
	margin: 0;
	font-family: 'Roobert-Regular', Helvetica, Arial, sans-serif;
	font-size: 14px;
	letter-spacing: .05em;
}

#search {
	padding: 220px 0 0 0;
	width: 70%;
	margin: 0 auto;
}


/* REGISTRATION */

#registration {
	padding: 220px 0 0 0;
	width: 70%;
	margin: 0 auto;
	
}

a.registration { 
	width: auto;
	min-width: 240px;
	max-width: 290px;
	background: #fff;
	padding: 16px;
	font-family: 'Roobert-Medium', Arial, sans serif;
	font-size: 20px;
	font-weight: normal;
	line-height: 22px;
	color: #333;
	text-decoration: none;
	text-align: center;
	text-shadow: none;
	margin: 20px 20px 20px 0;
	border: 2px solid #000;
	border-radius: 0;
	
}

a.registration:hover {
	background:#888;
	color: #fff;
	border: 2px solid #888;
}

.registration-form #signupInput.registersuccess {
    padding: 15px;
    background-color: #f1f1f1;
    font-size: 14px;
    margin-bottom: 25px;
    color: #000;
}

.registration-form #signupInput.registersuccess p {
	color: #333;
}

.registration-form #signupInput input.emailBox {
	padding: 10px;
}

.registration-form label span {
	color: #0c71fa;
	font-style:italic;
	font-family: 'Roobert-Regular', Arial, sans serif;
	
}

/* NAVIGATION */

#main-menu {
	display: block;
}

#mobile-menu {
	display: none;
}

#main-menu {
	position: fixed;
	z-index: 1000;
	width: auto;
	right: 0;
	padding: 30% 0% 15% 20%;	
	margin-right: 16%;
	cursor: pointer;
}

#main-menu #menu-logos {
	display: block;
	position: absolute;
	top: /*30%*/ 230px;				/* these two sets of positions must be changed together  */
	left: 20%;
}

#main-menu #menu-links {
	position: absolute;
	top: /*26.5%*/ 200px;   			/* these two sets of positions must be changed together  */
	left: 24%;
	opacity: 0;
	transition: opacity 400ms ease-out 0s;
}

#menu-logos .wide-logo {
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
	transition: transform 400ms ease-out 0s, opacity 400ms ease-out 0s;
	
}

#menu-logos .tall-logo {
	position: absolute;
	top: 0;
	left: 0;
	width: 46px;
	opacity: 0;
	transition: transform 400ms ease-out 0s, opacity 400ms ease-out 0s;
}

#menu-logos img {
	width: 100%;
}

#main-menu:hover .wide-logo {
	transform: translate(160px, -25px);
	opacity: 0;
}

#main-menu:hover .tall-logo {
	transform: translate(160px, -25px);
	opacity: 1;
}

#main-menu:hover #menu-links {
	opacity: 1;
}

#main-menu #menu-links li a {
	font-family: 'heldane-display-web-regular', Times New Roman, serif;
	text-transform: none;
	font-size: 20px;
	/*line-height: 1.75;*/ /* without 'register' */
	line-height: 1.48;
	color: #000;
}

#main-menu.light #menu-links li a {			/* showroom pages where the background image is dark */
    color: #fff;
}

/* alternate pages other than home & category */

#main-menu.topleft {
	right: auto;
	left: 0;
	/*padding: 30% 10% 0 10%;*/
	padding: 13% 10% 0 10%;
}

#main-menu.topleft #menu-logos {
	top: /*30%*/ 110px;				/* these two sets of positions must be changed together  */
}

#main-menu.topleft #menu-links {
	position: absolute;
	top: /*26.5%*/ 80px;   			/* these two sets of positions must be changed together  */
}






/* mobile menu styles */

#mobile-menu {
	position: relative;
	background-color: #fff;
	height: 65px;
	z-index: 3;
	box-shadow: 0 4px 7px #ddd;
}

#menuToggle {
	display: flex;
	flex-direction: column;
	position: relative;
	top: 25px;
	left: 25px;
	z-index: 1;
	-webkit-user-select: none;
	user-select: none;
}

#menuToggle input {
	display: flex;
	width: 40px;
	height: 32px;
	position: absolute;
	cursor: pointer;
	opacity: 0;
	z-index: 2;
}

#menuToggle span {
	display: flex;
	width: 29px;
	height: 2px;
	margin-bottom: 5px;
	position: relative;
	background: #000;
	border-radius: 3px;
	z-index: 1;
	transform-origin: 5px 0px;
	transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),  background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),  opacity 0.55s ease;
}

#menuToggle span:first-child {
	transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2) {
	transform-origin: 0% 100%;
}

#menuToggle input:checked ~ span {
	opacity: 1;
	transform: rotate(45deg) translate(-3px, -1px);
	background: #36383F;
}

#menuToggle input:checked ~ span:nth-last-child(3) {
	opacity: 0;
	transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked ~ span:nth-last-child(2) {
	transform: rotate(-45deg) translate(0, -1px);
}

#mobile-menu .mobile-logo {
	width: 126px;
	position: absolute;
	left: 74px;
	top: 18px;
	z-index: 3;
}

#mobile-menu .mobile-logo img {
	width: 100%;
}

#mobile-list {
	position: absolute;
	width: 280px;		/* adjusted from 180 to account for box-sizing: border-box */
	height: auto;
	min-height: 400px;
	box-shadow: 0 0 10px #85888C;
	margin: -50px 0 0 -50px;
	padding: 50px;
	padding-top: 125px;
	background-color: #fff;
	-webkit-font-smoothing: antialiased;
	transform-origin: 0% 0%;
	transform: translate(-100%, 0);
	transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
}

#mobile-list li {
	padding: 10px 0;
	transition-delay: 2s;
}

#mobile-list li a {
	font-family: 'Roobert-Medium', Arial, sans serif;
	font-size: 16px;
	color: #000;
	text-decoration: none;
}

#mobile-list li a:active,
#mobile-list li a:hover {
	text-decoration: underline;
}

#mobile-list ul {				/* submenu of work */
	margin: 15px 0 5px 25px;
}

#menuToggle input:checked ~ ul {
	transform: none;
}

/* FOOTER */

#page-container {
	position: relative;
	/*min-height: 100vh;*/
	/*float: left;*/
}

#content-wrap {
  	padding-bottom: 6.5rem;    /* Footer height match height of #footer */
	min-height: 100vh;  /* does this work? */
	
}

#footer {					/* stuck to bottom at all times */
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 6.5rem;            /* Footer height match height of #content-wrap */
	padding-top: 30px;
	
}

.footer-links {
	display: flex;
	justify-content: space-around;
	flex-wrap: nowrap;
}

.footer-links {
	font-family: 'heldane-text-web-regular', Times New Roman, serif;
	font-size: 18px;
	color: #000;
}

.footer-links a {
	font-family: 'heldane-text-web-regular', Times New Roman, serif;
	font-size: 22px;
	color: #000;
	text-decoration: none;
	letter-spacing: .05em;

}

.footer-links a:hover {
	text-decoration: underline;
	color: #555;
}

.category-home .footer-links a {
	color: #fff;
}

.category-home .footer-links a:hover {
	text-decoration: underline;
	color: #fff;
}

.footer-links .social a {
	font-size: 30px;
	padding: 0 10px;
	
}

.footer-links .social a:hover {
	color: #555;
}


/* HOME PAGE */

#slider {
	position: relative;
}

.chevron-down {
    position:absolute;
   	width: 100%;
	bottom: 14%;
	text-align: center;
	z-index: 2;
}

.chevron-down img {
	max-width: 65px;
}

.owl-carousel .owl-nav button.owl-prev {
    top: 35%;
    margin-left: 30px;
    width: 15px;
    height: 100px;
    position: absolute;
    display: block !important;
    border: 0px solid black;
	text-shadow: none;
}

.owl-carousel .owl-nav button.owl-next {
    top: 35%;
    right: 30px;
    width: 40px;
    height: 100px;
    position: absolute;
    display: block !important;
    border: 0px solid black;
	text-shadow: none;
}

.owl-prev i, .owl-next i {
    transform: scale(4);
    color: #ccc;
   padding: 4px;
    opacity: .7;
}

.owl-prev span, 
.owl-next span {
	display: block;
	text-indent: -9999px;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
    background: transparent;
    text-decoration: none;
}

.owl-theme .owl-nav [class*="owl-"]:hover i {
    color: #000;
}

/*
#story {
	width: 60%;
	margin: 350px auto 500px auto;
	position: relative;
}

#story img.story-hdr {
	margin-left: 116px;
	max-width: 400px;
}

#story .pics {
	width: 50%;
	position: absolute;
	right: 0;
}

#story .pics img {
	width: 100%;
	height: auto;
}

#story .pics .pic1 {
	position: absolute;
	width: 73%;
	top: 122px;
	right: 40%;
}

#story .pics .pic2 {
	position: absolute;
	width: 80%;
	top: -150px;
	right: 0;
}

#story .pics .pic3 {
	position: absolute;
	width: 51%;
	top: 424px;
	right: 9%;
}

#story .text {
	position: relative;
	top:50px;
	width: 47%;
	background: transparent url(/images/story-o.png) no-repeat;
}

#story .text p {
	font-family: 'Roobert-Medium', Arial, sans serif;
	font-size: 18px;
	line-height: 1.4;
	color: #000;
	letter-spacing: .04em;
	
}

#story h1 {
	font-family: 'heldane-display-web-regular-italic', Times New Roman, serif;
	font-size: 32px;
	line-height: 1.3;
	margin: 0 0 30px 16px;
}

#story h2 {
	font-family: 'Roobert-Medium', Arial, sans serif;
	font-size: 65px;
	margin: 0 0 45px 130px;
	letter-spacing: .05em;
}


#instagram {
	width: 60%;
	margin: 350px auto 200px auto;
	position: relative;
}

#instagram .insta-caption a {
	font-family: 'Roobert-SemiBold', Arial, sans serif;
	font-size: 36px;
	text-decoration: none;
}

#instagram .insta-caption a:hover {
	text-decoration: underline;
} */

/* NEW BIO 2023 */

#about { 
	width: 80%;
	margin: 100px auto; 
}

#about img {
	width: 100%;
	height: auto;
}

#about .bio {
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	margin: 0 0 60px 0;
}

#about .bio .text {
	width: 42%;
}

#about .bio .text p { 
	font-family: 'heldane-text-web-regular', Times New Roman, serif;
	color: #221e20;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.4;
}

#about .bio .image {
	width: 53%;
}

#about .bio .image img {
	width: 100%;
	height: auto;
}

#about .objets {
	margin: 30px 0 60px 0;
}		



/* CATEGORY PAGE */

.category-home #content-wrap{
	height: 100vh;
	/* background-image: url("/images/category-home-devon.jpg");  */  /* THIS IS SET IN GLOBAL_HEAD_INCLUDE */
	background-size: cover;
	background-position: center -36px; /* normally just center but one image had dark items at the top obscuring the menu */
}

#category {
	
	
}

#category-menu {
	position: absolute;
	width: 100%;
	top: 0;
	z-index: 2000;
}

#category-menu ul {
	display: flex;
	justify-content: center;
}

#category-menu ul li {
	padding: 30px 2.5% 0  2.5%;
}

#category-menu ul li a {
	font-family: 'heldane-display-web-regular', Times New Roman, serif;
	font-size: 22px;
	line-height: 1.3;
	text-transform: none;
}

#category-menu ul li a:hover {
	color: #333;
	text-decoration: underline;
}

#category-menu ul li.active a {
	color: #333;
	text-decoration: underline;
}

/* PRODUCT GRID */

#product-grid {
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 90%;
	margin: 0px auto;
	padding: 300px 0 0 0;
}

#product-grid .grid-box {
	position: relative;
	width: 23%;
	margin-bottom: 35px;
}

#product-grid .grid-box img {
	width: 100%;
}

#product-grid .caption {
    position: absolute;
    display: none;
    top: 45%;
    width: 100%;
    padding: 0 15%;
    text-align: center;
}

#product-grid .caption a {
	text-decoration: none;
    text-transform: capitalize;
	font-size: 2.2em;
    line-height: 24px;
    color: #000;
	font-family: 'heldane-display-web-regular', Times New Roman, serif;
    font-weight: 400;
}

#product-grid .in-stock {
	position: absolute;
	width: 50px;
	bottom: 10px;
	left: 10px;
}

#product-grid .quick-ship {
	position: absolute;
	width: 55px;
	bottom: 10px;
	left: 10px;
}

#sort-select {
	position: absolute;
	top: 110px;
	right: 0;
}

#sort-button {
	position: absolute;
	top: 110px;
	right: 0;
	z-index: 2;
}



#nav div.subcategories.open li.navSub a:focus {		/* when focus is on subcategory links, make them orange/underlined */
    color: #cc4206;
    text-decoration: underline;
}

#sort-button ul ul {
	display: block;
	position: absolute;
	/*right: 30px;   set this back on and delete two below if you go back to open-closed scenario.  this always shows
	top: 0;*/
	right: 97px !important;
	top: -4px;
	width: 110px;
	padding-bottom: 10px;
}

#sort-button li {
	line-height: 1;
	margin: 0;
	white-space: nowrap;
}

#sort-button a {
	display: block;
	font-family: 'Roobert-SemiBold', Arial, sans serif;
	font-size: 16px;
	color: #000;
	text-decoration: none;
	line-height: 1.3em;
}

#sort-button a.main {
	padding: 0 0 100px 100px;
}

#sort-button .catnav.closed {	/* keep catnav closed by default */
    left: -9999px;
}
	
#sort-button li:hover .catnav.closed,		/* show catnav on hover if previously closed*/
#sort-button .catnav.open {					/* and when script sets class to open */
    left: auto;
	/*right: 30px !important;*/
	right: 97px !important;
	top: -4px;
}

#sort-button li:hover ul {
	display: block;
}

#sort-button ul ul li a:hover {
	color: #666;text-decoration: underline;
}



/* PRODUCT DETAIL */


#product-detail {
	/*float: left;
	
	margin-bottom: 100px;*/
	padding-top: 75px;
	margin-bottom: 100px;
}

#product-detail .image-container {
	width: 100%;					/* container around each image always 100% */
	/*float: left;*/
	margin-top:2%;
	margin-bottom:2%;
}



#product-detail .image-container.left  { /*float:left;*/ display: flex; justify-content: flex-start; }			/* .image within container floats right or left */
#product-detail .image-container.right { /*float:right;*/ display: flex; justify-content: flex-end;}

#product-detail .image img {
	width: 100%;
}

/* automatic width and margins by row. removed the manual settings in the publish screen since they are all the same */

#product-detail .image-container.row1 .image { width: 75%; }
#product-detail .image-container.row2 .image { width: 65%; }
#product-detail .image-container.row3 .image { width: 70%; margin-left: 10%; }
#product-detail .image-container.row4 .image { width: 65%; margin-right: 5%; }
#product-detail .image-container.row5 .image { width: 80%; }
#product-detail .image-container.row6 .image { width: 70%; margin-left: 10%;  }
#product-detail .image-container.row7 .image { width: 65%; margin-left: 10%; }
#product-detail .image-container.row8 .image { width: 75%; margin-left: 5%; }
#product-detail .image-container.row9 .image { width: 65%; }
#product-detail .image-container.row10 .image { width: 70%; margin-right: 5%;  }
#product-detail .image-container.row11 .image { width: 75%; }
#product-detail .image-container.row12 .image { width: 55%; margin-right: 10%; }

#product-detail .image-container.row13 .image { width: 75%; }
#product-detail .image-container.row14 .image { width: 65%; }
#product-detail .image-container.row15 .image { width: 70%; margin-left: 10%; }
#product-detail .image-container.row16 .image { width: 65%; margin-right: 5%; }
#product-detail .image-container.row17 .image { width: 80%; }
#product-detail .image-container.row18 .image { width: 70%; margin-left: 10%;  }
#product-detail .image-container.row19 .image { width: 65%; margin-left: 10%; }
#product-detail .image-container.row20 .image { width: 75%; margin-left: 5%; }
#product-detail .image-container.row21 .image { width: 65%; }
#product-detail .image-container.row22 .image { width: 70%; margin-right: 5%;  }
#product-detail .image-container.row23 .image { width: 75%; }
#product-detail .image-container.row24 .image { width: 55%; margin-right: 10%; }

#product-detail .image-container.row25 .image { width: 75%; }
#product-detail .image-container.row26 .image { width: 65%; }
#product-detail .image-container.row27 .image { width: 70%; margin-left: 10%; }
#product-detail .image-container.row28 .image { width: 65%; margin-right: 5%; }
#product-detail .image-container.row29 .image { width: 80%; }
#product-detail .image-container.row30 .image { width: 70%; margin-left: 10%;  }
#product-detail .image-container.row31 .image { width: 65%; margin-left: 10%; }
#product-detail .image-container.row32 .image { width: 75%; margin-left: 5%; }
#product-detail .image-container.row33 .image { width: 65%; }
#product-detail .image-container.row34 .image { width: 70%; margin-right: 5%;  }
#product-detail .image-container.row35 .image { width: 75%; }
#product-detail .image-container.row36 .image { width: 55%; margin-right: 10%; }




#product-detail .text-blurb {
	width: 32%;
	padding: 11% 2% 0 4%;
}

#product-detail .text-blurb.wide {
	width: 100%;
	max-width: 800px;
	padding: 5% 10%;
}

#product-detail .text-blurb p {
	font-family: 'heldane-display-web-regular-italic', Times New Roman, serif;
	color: #777;
	font-size: 24px;
	line-height: 1.3;
	letter-spacing: .02em;
}

.sticky-box {
	width: 100%;
	padding: 0;
	display: flex;
	justify-content: flex-end;	
	position: -webkit-sticky; /* Safari */  
	position: sticky;
	bottom: 40px;
	
}

#product-description {
	width: 420px;
	position: relative;
	right: 8%;
	padding: 0;
}

#product-description h1 {
	width: 100%;
	text-align: right;
	font-family: 'heldane-display-web-regular', Times New Roman, serif;
	font-size: 46px;
	color: #000;
}

#product-description h2.shown {
	width: 100%;
    text-align: right;
    font-family: 'heldane-display-web-regular-italic', Times New Roman, serif;
    font-size: 17px;
    color: #888;
    letter-spacing: .05em;
    margin-bottom: 30px;
	line-height: 24px;
}

#product-description .subtitle {
	font-family: 'Roobert-Medium', Arial, sans serif;
	color: #555;
	text-align: left;
	font-size: 15px;
	letter-spacing: .05em;
}

#product-description a {
	font-family: 'Roobert-Medium', Arial, sans serif;
	color: #777;
	text-align: left;
	font-size: 15px;
	text-decoration: none;
	letter-spacing: .05em;
}

#product-description .pricing-hdr,
#product-description .grid-row {
	display: flex;
	justify-content: space-between;
}

#product-description .pricing-hdr .column-price{
	margin-bottom: 20px;
}

#product-description .grid-row {
	margin-bottom: 10px;
}

#product-description p,
#product-description p a,
#product-description .column-desc,
#product-description .column-price {
	font-family: 'Roobert-Regular', Arial, sans serif;
	color: #888;
	text-align: left;
	font-size: 14px;
	letter-spacing: .05em;
	line-height: 1.3;
}

#product-description p {
	margin: 0 0 15px 0;
}

#product-description p a {
	text-decoration: underline;
}

#product-description p strong,
#product-description .column-desc strong,
#product-description .column-price strong {
	font-family: 'Roobert-Medium', Arial, sans serif;
	color: #777;
	font-weight: normal;
}

#product-description .column-desc {
	text-align: left;
	/*width: 59%;       don't set width so it can be full width if no pricing in next column */
	/*width: 58%;     set width for now while 'please inquire' may appear in price column */
	width: 53%; 	/* width when future pricing added */
}

#product-description .column-price {
	text-align: right;
	/*width: 26%; 	normal width */
	width: 45%; 	/* width when future pricing added */
	color: #333;
}

#product-description .column-price span {
    color: #cc0000;
}

/*#product-description .asterisk p {
	font-family: 'Roobert-Medium', Arial, sans serif;
	font-size: 13px;
	line-height: 16px;
	color: #777;
}*/

#product-description .in-stock {
	width: 75px;
	margin-top: 20px;
}

#product-description .quick-ship {
	width: 65px;
	margin-top: 20px;
}

#product-description .in-stock img,
#product-description .quick-ship img {
	width: 100%;
}


#product-description .more-details {
	margin: 30px 0 0 0;
}

#product-description .more-details a {
	color: #333;
}



.video {
	width: 50%;
	margin: 20px 0 40px 0;
}

.video-inner {
	padding: 56.25% 0 0 0;
	position: relative;
}

.video-inner iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

#product-specs {
	display: flex;
	justify-content: flex-start;
	margin: 50px 0 20px 20%;
}

.accordion-column {
	width: 45%;
	max-width: 400px;
	margin: 0 10% 0 0;
}

.accordion-column .accordion-controls {
	
	
}

.accordion-column .accordion-controls li {
	position: relative;
	list-style-type: none;
	margin-bottom: 30px;
	line-height: 18px;
	padding: 0 10px;
	
}

.accordion-column .accordion-controls button {
	background: #fff;
	max-width: none;
	width: 300px;
	border: none;
	border-radius: 0;
	margin: 0;
	padding: 0;
	font-family: 'Roobert-Medium', Arial, sans serif;
	font-size: 16px;
	letter-spacing: .05em;
	font-weight: normal;
	line-height: 16px;
	color: #333;
	text-shadow: none;
	text-align: left;
}

.accordion-column .accordion-controls button::after {
	content: '+';
	position: absolute;
	right: 0;
}

.accordion-column .accordion-controls button[aria-expanded="true"]::after {
	content: '-' !important;
}

.accordion-column .accordion-controls .content-block {
	max-width: 500px;
	width: 100%;
	display: none;
	overflow: auto;
}

.accordion-column .accordion-controls .content-block p,
.accordion-column .accordion-controls .content-block a {
	font-family: 'Roobert-Regular', Arial, sans serif;
	color: #888;
	text-align: left;
	font-size: 14px;
	letter-spacing: .05em;
	line-height: 1.3;
}

.accordion-column .accordion-controls .content-block p strong {
	font-family: 'Roobert-Medium', Arial, sans serif;
}

.accordion-column .accordion-controls .content-block .subtitle {
	font-family: 'Roobert-Medium', Arial, sans serif;
	color: #555;
	text-align: left;
	font-size: 13px;
	letter-spacing: .05em;
	margin: 20px 0 4px 0;
}

.accordion-column .accordion-controls .content-block img {
	width: 100%;
	height: auto;
	border: 1px solid #eee;
}

.accordion-column .accordion-controls #content-docs a {
	display: block;
	width: 100%;
	text-decoration: none;
	line-height: 1.4;
	text-transform: capitalize;
}

.accordion-column .accordion-controls #content-docs a:hover {
	text-decoration: underline;
}

.accordion-column .accordion-controls #finishes {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.accordion-column .accordion-controls #finishes .finishblock {
	width: 30%;
    text-align: center;
    text-transform: none;
    margin: 0;
	font-family: 'Roobert-Regular', Arial, sans serif;
	color: #777;
	font-size: 13px;
	letter-spacing: .04em;
	line-height: 1.2;
}

#action-buttons {
	display: flex;
	justify-content: flex-start;
	margin: 20px 0 50px 20%;
}

#action-buttons .link {
	width: 45%;
	max-width: 400px;
	margin: 0 10% 0 0;
}

#action-buttons .link a {
	display: block;
	background-color: #f5f4f4;
	padding: 5px 10px;
	text-decoration: none;
	font-family: 'Roobert-Medium', Arial, sans serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 16px;
	color: #000;
}

#action-buttons .link a:hover {
	text-decoration: underline;
}

.categoryback {
	margin: 20px 0 50px 20%;
}

.categoryback a {
	font-family: 'Roobert-Medium', Arial, sans serif;
	text-align: left;
	font-size: 15px;
	text-decoration: none;
	letter-spacing: .05em;
	color: #333;
}


/* SHOWROOMS & STATIC */

.static-page {
	width: 80%;
	margin: 0 auto;
}

.static-page p {
    margin: 0 0 15px 0;
    font-family: 'Roobert-Regular', Arial, sans serif;
    color: #888;
    text-align: left;
    font-size: 14px;
    letter-spacing: .05em;
    line-height: 1.5;
}

.static-page li {
    margin: 0 0 8px 0;
    font-family: 'Roobert-Regular', Arial, sans serif;
    color: #888;
    text-align: left;
    font-size: 14px;
    letter-spacing: .05em;
    line-height: 1.5;
}

.static-page h1 {
	font-family: 'Roobert-Bold', Arial, sans serif;
	color: #000;
	text-align: left;
	font-size: 2rem;
	letter-spacing: .05em;
	line-height: 1.3;
}

.static-page h2 {
	font-family: 'Roobert-Bold', Arial, sans serif;
	color: #000;
	text-align: left;
	font-size: 1.3rem;
	letter-spacing: .05em;
	line-height: 1.3;
}

.static-page h3 {
	font-family: 'Roobert-SemiBold', Arial, sans serif;
	color: #000;
	text-align: left;
	font-size: 1.1rem;
	letter-spacing: .05em;
	line-height: 1.3;
}

#showroom-grid {
	padding: 220px 0 0 0;
	width: 100%;
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 10px auto;
}

#showroom-grid .showroom {
	position: relative;
	width: 21%;
	margin-bottom: 85px;
}

#showroom-grid .showroom img {
	width: 100%;
}

#showroom-grid .sr-caption {
    position: relative;
    width: 100%;
    padding: 10px 0 0 0;
    text-align: left;
}

#showroom-grid h2 {
	font-family: 'Roobert-Bold', Arial, sans serif;
	color: #000;
	text-align: left;
	font-size: 2rem;
	letter-spacing: .05em;
	line-height: 1.3;
}

#showroom-grid h3,
#showroom-grid h3 a {
	text-decoration: none;
    font-size: 1.6rem;
    line-height: 24px;
    color: #000;
    font-weight: 400;
    font-family: 'heldane-display-web-regular', Times New Roman, serif;
	margin: 0;
}

#showroom-grid h4 {
	font-family: 'Roobert-Regular', Arial, sans serif;
	color: #000;
	text-align: left;
	font-size: 1rem;
	letter-spacing: .05em;
	line-height: 1.3;
	margin: 0;
}

#showroom-grid .sr-address,
#showroom-grid .sr-contact,
#showroom-grid .sr-contact a {
	font-family: 'Roobert-Regular', Arial, sans serif;
	color: #000;
	text-align: left;
	font-size: 14px;
	letter-spacing: .05em;
	line-height: 1.3;
}

#showroom-grid .sr-name a:hover,
#showroom-grid .sr-contact a:hover {
	color: #888;
}

iframe.showroom-map {
	width: 100%;
	height: 600px;
	border: 1px solid #eee;
}

#showroom-single {
	padding: 130px 0 0 0;
	width: 100%;
	margin: 10px auto;
}

#showroom-single .showroom {
	width: 35%;
	text-align: right;
}

#showroom-single .sr-caption {
	margin: 0 0 20px 0;
}

#showroom-single .sr-caption,
#showroom-single .sr-caption p,
#showroom-single .sr-caption a {
	font-family: 'Roobert-Regular', Arial, sans serif;
	letter-spacing: .05em;
	color: #fff;
	text-align: right;
	font-size: 1.2rem;
	line-height: 1.3;
	text-shadow: 1px 1px 0 #777;
}

#showroom-single .sr-caption.dark,
#showroom-single .sr-caption.dark p,
#showroom-single .sr-caption.dark a {
	color: #000;
	text-shadow: none;
}

#showroom-single .sr-caption .sr-name {
	margin: 0 0 15px 0;
}

#showroom-single .sr-caption .sr-name a {
	font-size: 2.2rem;
    line-height: 24px;
    font-weight: 400;
    font-family: 'heldane-display-web-regular', Times New Roman, serif;
	margin: 0;
}

#showroom-single .map-image img {
	max-width: 100%;
}


#press-grid {
	padding: 220px 0 0 0;
	width: 100%;
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 10px auto;
}

#press-grid .press {
	position: relative;
	width: 23%;
	margin-bottom: 85px;
	text-align: center;
}

#press-grid h2 {
	text-align: center;
	max-width: 300px;
	margin: 0 auto;
	line-height: 15px;
	
}

#press-grid h2 a {
	font-family: 'Roobert-Regular', Arial, sans serif;
	color: #000;
	text-align: left;
	font-size: 1rem;
	letter-spacing: .05em;
	text-decoration: none;
}

#press-grid h2 a:hover {
	text-decoration: underline;
	color: #888;
}

#press-grid .press img {
	max-width: 300px;
}

#contact {
	padding: 220px 0 0 0;
	width: 70%;
	margin: 0 auto;
}

#faq {
	padding: 220px 0 0 0;
	width: 70%;
	max-width: 1300px;
	margin: 0 auto;
}

#faq .faq-about {
	display: flex;
	justify-content: space-between;
	margin: 0 0 30px 0;
}

#faq .faq-about .photo {
	width: 40%;
}

#faq .faq-about .text {
	width: 55%;
}

#faq .faq-about .photo img {
	border: 0;
}

#faq #faq-care,
#faq #faq-terms,
#faq #faq-privacy {
	display: none;
}

#faq .accordion-column .accordion-controls button {
    font-family: 'Roobert-SemiBold', Arial, sans serif;
    font-size: 1.3rem;
    letter-spacing: .05em;
    line-height: 1.5;
    color: #000;
    text-align: left;
}

#faq .accordion-column {
    width: 100%;
    max-width: none;
    margin: 0 10% 0 0;
}

#faq .accordion-column .accordion-controls li {
	padding: 0;
	
}

#faq .accordion-column .accordion-controls button::after {
    content: '+';
    position: absolute;
    right: auto;
    left: 250px;
}

#faq .accordion-column .accordion-controls .content-block {
	max-width: none;
	padding-top: 30px;
}

#faq .accordion-column .accordion-controls .content-block ul {
    list-style-type: circle;
	margin: 5px 0 20px 7px;
}

#faq .accordion-column .accordion-controls .content-block ul li {
    list-style-type: "-";
	margin-bottom: 10px;
	padding: 0 0 0 12px;
}

#faq .accordion-column .accordion-controls .content-block ul li,
#faq .accordion-column .accordion-controls .content-block p, 
#faq .accordion-column .accordion-controls .content-block a {
    line-height: 1.5;
}

#quote {
	padding: 220px 0 0 0;
	width: 70%;
	margin: 0 auto;
}

#quote .quoteform {
	float: none;
}

#quote .quote_confirmation {
	font-family: 'Roobert-Regular', Arial, sans serif;
	font-size: 14px;
}

#quote .quote_confirmation span {
	display: block;
	margin-top: 5px;
	color: #0c71fa;
	font-size: 22px;
	text-transform: uppercase;
	font-family: 'Roobert-Medium', Arial, sans serif;
}

#quote div.required,
#quote label span {
	color: #0c71fa;
	font-style:italic;
	font-family: 'Roobert-Regular', Arial, sans serif;
	font-weight: normal;
	font-size: 13px;
}

#quote .quoteform input[type="text"], 
#quote .quoteform textarea {
	font-family: 'Roobert-Regular', Arial, sans serif;
}

#tearsheet {
	padding: 220px 0 0 0;
	width: 70%;
	margin: 0 auto;
}

#tearsheet .quoteform {
	float: none;
}

#tearsheet .quote_confirmation {
	font-family: 'Roobert-Regular', Arial, sans serif;
	font-size: 14px;
}

#tearsheet .quote_confirmation span {
	display: block;
	margin-top: 5px;
	color: #0c71fa;
	font-size: 22px;
	text-transform: uppercase;
	font-family: 'Roobert-Medium', Arial, sans serif;
}

#tearsheet div.required,
#tearsheet label span {
	color: #0c71fa;
	font-style:italic;
	font-family: 'Roobert-Regular', Arial, sans serif;
	font-weight: normal;
	font-size: 13px;
}

#tearsheet .quoteform input[type="text"], 
#tearsheet .quoteform textarea {
	font-family: 'Roobert-Regular', Arial, sans serif;
}


/* medium screen, larger laptop */
@media only screen and (min-width: 1500px) and (max-width: 1799px) {

/*	#story {
		width: 80%;
	}
	
	#story .pics .pic1 {
		top: 135px;
	}
	
	#instagram {
		width: 70%;
	} */
	
	#category-menu ul li a {
		font-size: 19px;
	}
	
	/* SHOWROOMS & STATIC */
	
	#showroom-grid h2 {
		font-size: 1.8rem;
	}
	
	#showroom-grid h3 {
		font-size: 1rem;
	}
	
	
}

/* laptop screens */
@media only screen and (min-width: 960px) and (max-width: 1499px) {
	
	
	/*
	#story {
		width: 90%;
	}
	
	#story .text {
    	width: 50%;
	}
	
	#story .pics .pic1,
	#story .pics .pic2 { 
		width: 70%;
	}
	
	#story .pics .pic3 {
		top: 390px;
	}
	
	#instagram {
		width: 80%;
	}
	
	*/

	#main-menu.topleft {			/* alternate pages other than home & category */
		padding: 17% 10% 0 10%;
	}
	
	#category-menu ul li {
		padding: 30px 1%;
	}
	
	#category-menu ul li a {
		font-size: 19px;
	}
	
	#product-grid {
		padding: 250px 0 0 0;
	}
	
	#product-grid .grid-box {
		width: 31%;
	}
	
	/* SHOWROOMS & STATIC */
	
	#showroom-grid .showroom {
		width: 28%;
	}

	#showroom-grid h2 {
		font-size: 1.8rem;
	}
	
	#showroom-grid h3 {
		font-size: .9rem;
	}
	
	iframe.showroom-map {
		height: 500px;
	}
	
	#showroom-single .showroom {
		margin-left: 16%;
	}
	
	#press-grid .press {
		width: 28%;
	}
	
}

/* smaller laptop screens */
@media only screen and (min-width: 960px) and (max-width: 1300px) {
	
	/* 
	#story .pics .pic1 {
		top: 215px;
	}
	
	#story .pics .pic2 {
		top: 40px;
	} */
	
	#about .bio .text {
		width: 50%;
	}

	#about .bio .image {
		width: 45%;
	}
}



@media only screen and (min-width: 960px) and (max-width: 1200px) {
	
	#press-grid .press {
		width: 48%;
	}
	
	.footer-links a {
	  font-size: 19px;
	}
}




/* tablet portrait ONLY */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	
	.footer-links a {
	  font-size: 15px;
	}
	
	/*
	
	#story {
		width: 90%;
	}
	
	#story img.story-hdr {
    	max-width: 280px;
	}
	
	#story .text {
    	width: 60%;
	}
	
	#story h1 {
		max-width: 500px;
	}
	
	#story h2 {
		width: 40%;
		line-height: .8;
	}
	
	#story .pics .pic1 {
		top: 80px;
	}
	
	#story .pics .pic2 {
		top: -100px;
	}
	
	#story .pics .pic3 {
		top: 235px;
	}

	#instagram {
		width: 80%;
		
	}*/
	
	#main-menu.topleft {			/* alternate pages other than home & category */
		padding: 21% 17% 0 10%;
	}
	
	#category-menu ul li {
		padding: 30px 1%;
	}
	
	#category-menu ul li a {
		font-size: 19px;
	}
	
	#product-grid {
		padding: 200px 0 0 0;
	}
	
	#product-grid .grid-box {
		width: 48%;
	}
	
	#product-specs {
		margin: 0;
		padding: 40px 5%;
	}
	
	/* SHOWROOMS & STATIC */
	
	#showroom-grid .showroom {
		width: 48%;
	}
	
	#showroom-grid h3 {
		font-size: 1.2rem;
	}
	
	

	
}

/* tablet portrait AND BELOW */
@media only screen and (max-width: 959px) {
	
	/* home page */
	
	.chevron-down {
	  display: none;
  	}
	
	#about .bio {
		display: block;
	}
	
	#about .bio,
	#about .objets {
		margin: 30px 0 30px 0;
	}

	#about .bio .text {
		width: 100%;
	}

	#about .bio .image {
		width: 100%;
	}
	
	
	/* product page */
	
	#product-detail .text-blurb {
		padding: 7% 5% 0 6%;
	}
	
	#product-detail .text-blurb p {
		font-size: 18px;
		line-height: 1.4;
	}
	
	.sticky-box {
		/*position: static;
		padding-top: 40px;*/
	}
	
	#product-description {
		width: 100%;
		position: relative;
		top: auto;
		right: auto;
		padding: 40px 5%;
	}
	
	#product-description .more-details { display: none; }
	
	#showroom-single .showroom {
		width: 100%;
		margin-left: 0;
	}

	#press-grid .press {
		width: 48%;
	}
	
	#contact,
	#registration,
	#faq,
	#quote {
		width: 90%;
	}


	

}

/* Mobile  */      
@media only screen and (max-width: 767px) {
	
	#login-dropdown {
    	display: none;		
	}
	
	#login-dropdown form {
    	flex-wrap: wrap;
		padding: 5px 0;
	}
	
	
	#login-dropdown .email-input,
	#login-dropdown .password-input,
	#login-dropdown .forgot-password {
		width: 100%;
		justify-content: flex-start;
	}
	
	#login-dropdown input {
    	margin: 0 0 10px 10px;
	}
	
	#login-dropdown .loginlabel {
		width: 25%;
	}
	
	#main-menu,
	#category-menu {
		display: none;
	}
	
	#mobile-menu {
		display: block;
	}
	
	.footer-links {
		flex-wrap: wrap;
	}
	
	.footer-links a,
	.footer-links div {
		width: 100%;
		padding: 10px 20px;
	}
	
	.footer-links .social a:first-child {
		padding-left: 0;
	}
	
	/*
	#story {
		width: 90%;
		margin-top:300px;
		margin-bottom: 150px;
		padding-bottom: 100px;
	}
	
	#story img.story-hdr {
		idth: 100%;max-width: 280px;
    	margin-left: 48px;
	}
	
	#story .pics {
		width: 65%;
	}
	
	#story .pics .pic1 {
		width: 95%;
		top: 55px;
		right: 9%;
	}
	
	#story .pics .pic2 {
		width: 70%;
		top: -215px;
		right: 0;
	}
	
	#story .pics .pic3 {
		width: 106%;
		top: -155px;
		right: 45%;
	}
	
	#story .text {
		width: 100%;
		top:250px;
	}
	
	#story h2 {
		margin: 0 0 45px 60px;
		line-height: .8;
	}
	
	 #instagram {
		width: 90%;
		margin: 350px auto 100px auto;
	}
	
	#instagram .insta-caption a {
		font-size: 28px;
	} */
	
	
	#product-grid {
		padding: 100px 0 0 0;
	}
	
	#product-grid .grid-box {
		width: 100%;
	}
	
	#sort-button {
		top: 0;
	}
	
	#sort-button li {
		line-height: 2;
		margin: 0 10px;
		display: inline-block;
		white-space: normal;
	}
	
	#sort-button li.has-submenu {
		margin-left: 0;
	}
	
	#sort-button a.main {
		padding: 13px 0;
	}
	
	#sort-button ul ul {
		right: 0 !important;
		top: 13px;
		width: 70%;
		margin: 0;
	}
	
	/* for better category nav on mobile */
	
	#sort-button {
		width: 100%;
	}
	
	/* product page */
	
	.sticky-box {
		position: relative;
       padding-top: 100px;
	}
	
	#product-description {
		position: relative;
		padding: 0 5%;
	}
	
	.video {
		width: 100%;
	}

	
	#product-specs {
		flex-wrap: wrap;
		margin-left: 5%;
		margin-right: 5%;
	}
	
	.accordion-controls {
		margin: 0;
	}
	
	.accordion-column {
		width: 100%;
		max-width: none;
		margin: 0;
	}
	
	#action-buttons {
		flex-wrap: wrap;
		margin-left: 5%;
		margin-right: 5%;
	}
	
	#action-buttons .link {
		width: 100%;
		max-width: none;
		margin: 0 0 20px 0;
	}
	
	/* SHOWROOMS & STATIC */
	
	#showroom-grid {
    	width: 90%;
		padding: 35px 0 0 0;
	}

	#showroom-grid .showroom {
       width: 100%;
	}
	
	#press-grid {
		padding: 40px 0 0 0;
	}
	
	#press-grid .press {
		width: 100%;
	}
	
	#contact,
	#registration,
	#faq,
	#quote,
	#tearsheet,
	#search {
		width: 90%;
		padding: 40px 0 0 0;
		
	}
	
	#faq .faq-about {
		flex-wrap: wrap;
	}

	#faq .faq-about .photo,
	#faq .faq-about .text {
		width: 100%;
	}

	

}

/* later smaller screen 

.owl-carousel .owl-nav button.owl-prev {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 25%;
    margin-left: -12px;
    display: block !important;
    border: 0px solid black;
}

.owl-carousel .owl-nav button.owl-next {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 25%;
    right: -16px;
    display: block !important;
    border: 0px solid black;
}  */
