@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
/*
	Theme Name: Select Stone

*/
/*------------------------------------*\
    MAIN
\*------------------------------------*/
/* global box-sizing */

*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font-family: 'Montserrat', serif;
	color:#444;
	font-size:16px;
	line-height:normal;
	font-weight:300;
}

/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}
.clear:after { clear:both;}

.clear {*zoom:1; clear:both;}

img {max-width:100%;	vertical-align:bottom;}

a {	color:#444;	text-decoration:none;}

a:hover {text-decoration:none;}

a:focus {outline:0;text-decoration:none;}

a:hover, a:active {	outline:0;}

input:focus, textarea:focus, button:focus {	outline:0;	}

ul,li,h1,h2,h3,h4 {list-style-type:none;margin:0;padding:0;}

h1,h2,h3,h4{font-family: 'Freshman', serif;}

.d-flex {  display:flex; }

.align-items-center {align-items:center;}


/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
/* wrapper */
/* header */
.header {
    background: linear-gradient(to right, #747575 , #c0c0c0 31%, #c0c0c0 70% , #747575 );
    color: #fff;
	box-shadow: 0 2px 10px rgba(0,0,0,0.8);
    z-index: 2;
    position: relative;
}

.header .logo img {    position: relative;    top: 35px;       z-index: 11;  }

.header .container {    width: 100%;    max-width: 1900px;    margin: 0 auto;    }

.contact-details {    text-align: right;   }

.contact-details a {
    background: #000;
    color: #fff;
    padding: 8px 15px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
	margin:0 2px;
}

.contact-details #mini-cart-count { display: inline-block; position:relative;  margin-right: 15px; vertical-align: middle; }

.contact-details #mini-cart-count  i {font-size:35px;}

.contact-details #mini-cart-count span {
    display: block;
    width: 30px;
    height: 30px;
    font-size: 14px;
    background: rgba(0, 0, 0, 0.58) ;
    border-radius: 100%;
    text-align: center;
    line-height: 30px;
    font-weight: 500;
	position:absolute;
	top:-10px;
	right:-10px;
}

.contact-details a.user-link {
    background: transparent;
    padding: 0;
    font-size: 30px;
    display: inline-block;
    vertical-align: middle;
    color: #000;
}

.phone-link i {padding-right:10px;}

.searchform {
    position: absolute;
    max-width: 300px;
    width: 100%;
    margin-top: 27px;
    padding: 15px 10px;
    background: #f4f4f4;
    transition: all .4s;
    transform-origin: 50% 0;
    transform: scaleY(0) translateZ(0);
    opacity: 0;
    transition: transform 0.3s, opacity 0.3s;z-index: 99;
}

.searchform.search-open {
    transform: scaleY(1) translateZ(0);
    opacity: 1;
}

a.search-link {
    padding: 0;
    background: transparent;
    color: #000;
    font-size: 25px;
    vertical-align: middle;
    padding-right: 5px;
}

.sticky {
position: fixed;
top: 0;
width: 100%;
z-index:9;
background:transparent;
box-shadow:none;
}

.sticky:hover {    background: linear-gradient(to right, #747575 , #c0c0c0 31%, #c0c0c0 70% , #747575 );  box-shadow: 0 2px 10px rgba(0,0,0,0.8); } 

.sticky .menu-side, .sticky .contact-side {opacity: 0;  transition:all .2s;}
.sticky:hover .menu-side, .sticky:hover .contact-side {opacity: 1; }

a.cartlink {
    background: transparent;
    padding: 0;
}

@keyframes smoothScroll {
0% {
transform: translateY(-40px);
}
100% {
transform: translateY(0px);
}
}

/*Menu Icon style */
	.menu-side { position: initial;}
.toggle{
	z-index: 100;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
	margin: 0;
	display: inline-block;
	position: relative;
	width: 35px;	
	vertical-align:middle;
    height: 23px;
    margin: 20px 0;
}

label.toggle span{
	display: block;
	height: 4px;
	width: 100%;
	background: #000;
	border-radius: 9px;
	opacity: 1;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

label.toggle span:nth-child(1) {top: 0px;}

label.toggle span:nth-child(2), label.toggle span:nth-child(3) {margin-top: 5px;}

label.toggle.open span:nth-child(1) {
	margin-top: 11px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}

label.toggle.open span:nth-child(2) {opacity: 0;}

label.toggle.open span:nth-child(3) {
	margin-top: -13px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

/* End Menu Icon style */

/* logo */
.logo {}
.logo-img {}


/* nav */

.nav_area ul li{display:inline-block;}
.nav_area ul li a {
    padding: 5px 10px;
    color: #000;
    font-size: 15px;
    text-transform: uppercase;
    display: block;
    font-weight: bold;
	line-height: normal;
}


@media only screen and (min-width:1025px) and (max-width:1351px) {
	.nav_area ul.menu > li > a {padding: 5px 6px !important;}
	.contact-details a{font-size:14px;padding: 6px 6px;margin: 0 1px;}
	a.search-link{font-size:20px}
	.contact-details a.user-link{font-size:22px}
	.contact-details #mini-cart-count i{font-size:26px}
	.contact-details #mini-cart-count{margin-right:10px;}
	.contact-details #mini-cart-count span{width: 25px;height: 25px;font-size: 12px;line-height: 26px;}
}
@media only screen and (max-width:1024px) {
	a.phone-link .fa.fa-phone{display:none;}
	a.search-link{font-size:20px;}
	a.cartlink{padding:0px 5px 0px 0px !important;}
	.contact-details a.user-link{font-size:22px !important;}
	.contact-details #mini-cart-count i{font-size:26px;}
	.contact-details #mini-cart-count{margin-right:10px;}
	.contact-details #mini-cart-count span{width: 25px;height: 25px;font-size: 12px;line-height: 26px;}
}


@media(min-width:768px){	
	.header .logo img {height:92px;}
	
	li.regular-menu {    position: relative;  }
	
	.regular-menu .sub-container {
    width: auto;
    min-width: 250px;
    background: #fff;
    text-align: left;
	}
	
	li.regular-menu .sub-container .sub-menu li {
    padding: 5px 0;
    display: block;
	}
	li.regular-menu .sub-container .sub-menu {    padding: 0 10px;   }
	
	.nav_area ul.menu > li > a {margin:25px 0;}
	.nav_area ul li.product-menu ul.sub-menu {    display: flex;  flex-wrap:wrap; justify-content:space-between;  position: relative;    background: #fff;    padding: 2px;  }
	
	.nav_area li.product-menu ul.sub-menu li:last-child {    width: 100%;       }
	
	.nav_area li.product-menu ul.sub-menu li {padding:2px;  vertical-align: top;  display: inline-block;    width: 16.6%;  }
	
	li.product-menu ul.sub-menu li a {  height:350px;  color: #fff; 	font-size: 24px;  font-family: 'Freshman', serif;    font-weight: 500;	line-height:32px;	text-shadow: 0 0 5px #000;  }
	
	li.product-menu ul.sub-menu li a span {
    position: absolute;
    bottom: 25px;
    width: 100%;
    display: block;
    min-height: 60px;
    left: 0;
	padding: 0 15px;
}
	
	ul.sub-menu li  .content .menu-inner{display: flex;    align-items: center;
    justify-content: space-between;
    max-width: 900px;
    margin: 0 auto;
    right: 0;
    left: 0;
    text-align: left;}
	
	ul.sub-menu li  .content {	background-size:cover;    padding: 100px 0;  background-position: top center; }
	
	.nav_area ul.sub-menu li a img{height:300px; object-fit:cover;}
	
	
	.nav_area ul li.current_page_item > a, .nav_area > ul > li:hover > a {background: #fff;	box-shadow: 5px 5px #000;border: 1px solid;	}

	ul.sub-menu li a {    position: relative; }
	
	li.product-menu ul.sub-menu li a.custom-button {    height: auto;    font-family: Montserrat, sans-serif;  }



	.sub-container {
		position: absolute;
		width: 100%;
		left: 0;
		background: rgba(32, 32, 32, 0.85);
		display: none; 
		z-index:10;
	}	
	
.nav_area ul li:hover .sub-container {
    display: Block;
  }	
	


.nav_area > ul > li .sub-container {
    transform-origin: 50% 0;
    transform: scaleY(0) translateZ(0);
    opacity: 0;
    transition: transform 0.3s, opacity 0.3s;
    display: block;
}

.nav_area > ul > li:hover .sub-container{
    transform: scaleY(1) translateZ(0);
    opacity: 1;
    display: block !important;
}
	
.header ul.menu{display:block !important;    text-align: center; }
	
	li.showroom-menu ul li.map-menu {    display: flex;    width: 100%;  }
	
	li.showroom-menu ul li.map-menu .content {width:100%;}
	
	ul.sub-menu li.map-menu .content .menu-inner {
		max-width: 1170px;
		margin: 0 auto;
		width: 100%;
	}	
	ul.sub-menu li.map-menu .content .menu-inner .row {    width: 100%; 
    margin: 0; }
	
	ul.sub-menu li.map-menu .content .menu-inner .map-col {
    background: #fff;
    padding: 25px;
    color: #000;
    min-height: 285px;
}
	
	
	ul.sub-menu li.map-menu .content .row > *:first-child .map-col p {
    font-weight: 600;
    display: flex;
    justify-content: space-between;
	}
	
	ul.sub-menu li.map-menu .content .row > *:first-child .map-col p b {
		width: 100px;
		display: inline-block;
		font-weight: 400;
		text-transform: uppercase;
		font-size: 15px;
	}
	
	
	ul.sub-menu li.map-menu .content .row > *:last-child .map-col {    text-align: center;  }
	
	ul.sub-menu li.map-menu .content .map-col .footer-address {text-align:left;max-width: 200px;
    margin: 0 auto;}
	
	ul.sub-menu li.map-menu .content .map-col .footer-address p b {
    position: absolute;
    left: 0;
    top: 8px;
    opacity: .6;
	}
	
	ul.sub-menu li.map-menu .content .map-col .custom-button {
    border: 1px solid #000;
    box-shadow: 5px 5px #000;
    text-shadow: none;
    font-size: 20px;
    line-height: normal;
	}
	
	.direction-btn{    text-align: center;    padding-top: 4%;  }
	
	.direction-btn:before {
    content: '';
    background: url(../../../wp-content/uploads/2020/07/arow.png) no-repeat center;
    color: #000;
    display: block;
    font-size: 50px;
    margin-bottom: 25px;
    background-size: 50px;
    height: 92px;
}
	
	
}

/* sidebar */
.sidebar {}
/**Footer**/
.footer {
    background: url(../../../wp-content/uploads/2020/07/footer-bg.png) no-repeat center ;
	background-size:cover;
    padding: 80px 0 15px 0;
	color:#fff;
}

.copyright img {    vertical-align: middle;  }

.copyright {    font-size: 10px;    padding-top: 80px;    opacity: .6;  }

ul#menu-footer-menu li a {    color: #fff;      display: inline-block;     line-height: 28px;  }

ul#menu-footer-menu {    column-count: 2;      font-weight: 300;  }

ul#menu-footer-menu li:before { content: '\f105'; font-family: Fontawesome; display: inline-block;  padding-right: 15px; 	opacity: .6;  }

.footer-address {    line-height: 30px;  }

.footer-address p i {  position: absolute;  left: 0;  top: 8px;    opacity: .6;  }

.footer-address p {    padding-left: 35px;    position: relative;  }

.footer-address p a {    color: #fff;  }



/*------------------------------------*\
	404 PAGE
\*------------------------------------*/
.letters {
    line-height: 155px;
    font-size: 150px;
    font-weight: 700;
    display: block;
    width: 100%;
}

.letters strong {
    color: #5f636b;
    transform: rotate(24deg);
    display: inline-block;
    padding: 0 10px 0 17px;
}

.error-page h2 {
    color: #000;
    padding: 0 0 20px 0;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 40px;
}

a.home-btn {
    display: inline-block;
    padding: 0 40px;
    background: #0c5156;
    height: 50px;
    line-height: 50px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
    margin: 25px 0 40px 0;
}
/*------------------------------------*\
    PAGES
\*------------------------------------*/


.home-banner {    position: relative;  }

.home-banner:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.4);
    opacity: 0;
	transition:all .3s;
}

.home-banner-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
	transition:all .3s;
	opacity:0;
}

a.slider-btn {
    display: inline-block;
    font-size: 24px;
    font-weight: 300;
    background: #000;
    padding: 15px 25px;
    box-shadow: 7px 7px 0px #fff;
    color: #fff;
    margin-top: 25px;	
}

.home-banner{    position: relative;  }

.back-option iframe, .back-option img, .back-option video {  height:85vh;    }

.back-option iframe {     width: 100%;   }

.back-option img {     object-fit: cover;   width: 100%; }

.back-option video {   width: 100%;    object-fit: cover;   }

.home-banner:hover:before, .home-banner:hover .home-banner-content {opacity:1; }

.home-banner-content h2 {    font-size: 60px;    color: #fff;  }

a.slide-next i {    line-height: 50px;  }
a.slide-next {
    background: #1d55b3;
    color: #fff;
    font-size: 34px;
    width: 50px;
    height: 50px;
    display: block;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0px 0px 0 9px rgba(29, 85, 179, 0.18);
    position: absolute;
    bottom: -25px;
    z-index: 1;
    max-width: 100%;
    right: 0;
    margin: 0 auto;
    left: 0;
}



.short-content p {    font-size: 18px;    font-weight: 500;    line-height: 36px;  }

.about-section {    padding: 80px 0;   }

.post-section {    padding: 80px 0;    background: #e0e0e0;   }

.post-item {   box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);  }

.post-bottom h5 {    font-size: 24px;    font-weight: 300;  }

.post-bottom p {    font-size: 14px;    font-weight: 500;  }

.post-bottom {    background: #fff;    padding: 20px 60px 20px 25px;    position: relative;  }

.post-bottom > a {
    background: #363636;
    color: #fff;
    display: inline-block;
    padding: 15px 20px;
    margin: 10px 0 0 0;
    font-size: 16px;
}

a.read-more:after {    content: '\f0da';    font-family: FontAwesome;    padding-left: 20px;  }

.post-bottom ul li a {
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    border-radius: 100%;
    margin-bottom: 10px;
}

.post-bottom ul {    position: absolute;    top: 50%;     right: 20px;      transform: translateY(-50%);   }

li.post-facebook a {   background: #071b74;    }

li.post-twit a {  background: #598dca;  }

li.post-pint a {   background: #bd081c;   }


.box-row {    padding: 0 2px;  }
.box-item {    border: 2px solid #fff;    height: 50vh;      background-size: cover;    object-position: center;
    position: relative;    background-repeat: no-repeat;   }
  
.box-item a { display: block;  width: 100%;  height: 100%;  position: absolute;  left: 0;
	background: linear-gradient(to bottom, transparent, rgba(0,0,0,.5));      text-shadow: 1px 5px 0 #000; }

.box-item h4 { color: #fff;  position: absolute;  bottom: 20px;  left: 0;  padding-left: 25px;  font-size: 30px;  } 

.subpage .post-bottom p {
    line-height: normal;
    font-size: 14px;
}

/*------------------------------------*\
    SUB PAGES
\*------------------------------------*/
.sub-banner {position:relative;}
.sub-back-option > *, .woocommerce .sub-back-option img {
    height: 400px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.sub-banner .page-title{  position:absolute; top:0; text-align:center; width:100%; height:100%; display:flex; 
justify-content:center; background:rgba(0,0,0,0.65);  align-items:center;  }

.sub-banner .page-title h1{  color:#fff; font-size:60px;  }

h2.section-title {    font-size: 40px;    padding-bottom: 30px;  }
.subpage p {font-size:18px; font-weight:300; line-height:37px;}

.testimonial-section {  color: #fff;    padding: 130px 0;    background-size: cover;    background-position: center;     text-align: center;   }

.testi-item {    padding: 0 50px;  }

.testimonial-section .owl-theme .owl-nav { display: flex;  width: 100%; justify-content: space-between; position: absolute;
    margin: auto;    top: 0;  }

.testimonial-section .owl-theme .owl-nav [class*=owl-] {    background: transparent;    font-size: 40px;  }

.testi-item h5 {    font-size: 20px;  }

.gal-item {    padding: 0; padding: 4px 2px;  }

.gallery-section { padding: 0 2px;      }

.gallery-slider.owl-carousel .owl-item img {width:100%; }

.woocommerce table.wishlist_table  th {    text-align: center;  }
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {    border-radius: 0; background:#000;  text-transform: uppercase;  font-size: 16px;  padding: 15px 25px; }

a.remove.remove_from_wishlist:before {
    content: "\f1f8";
    font-family: FontAwesome;
    font-weight: normal;
    font-size: 25px;
    position: relative;
    top: -12px;
}

a.remove.remove_from_wishlist {    font-size: 0;    }

/*------------------------------------*\
    PROJECT 
\*------------------------------------*/

.header-content{padding:80px 0;background-size: contain;background-position: right center;position: relative;background-repeat: no-repeat;}
.header-content:before{
	content:'';
	display:block;
	width:100%;
	height:100%;
	background:#000;
	position:absolute;
	top:0;
	left:0;
	opacity:.5;
}

.header-content > * {    color: #fff;    position: relative;  }

.header-content .section-title{font-size:60px; padding-bottom:30px;}

.header-content p{font-size:14px; line-height:20px; font-weight:400; }


a.custom-button.short-btn {
    display: inline-block;
    color: #fff;
    background: #000;
    padding: 13px 25px;
    font-weight: 400;
    text-transform: capitalize;
    box-shadow: 5px 5px 0 #fff;
}

.full.gal-section .row {    display: flex;  margin:0;   }
.full.gal-section .row > * {       width: 50%;    display: flex;  position: relative;      align-items: center;  }

.img-txt.gal-section img {    visibility: visible;     width: 100%;     object-fit: cover;   }

.gal-div .owl-carousel ,.gal-div .owl-carousel * {    height: 100%;   }

.gallery-inner.owl-theme .owl-nav {
    position: absolute;
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 0 50px;
    bottom: 25px;	
    height: auto;
}

.gallery-inner.owl-theme .owl-nav [class*=owl-] {
    background: #000;
    border-radius: 0;
    padding: 0;
    margin: 0;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 35px;
}

main p:not(:last-child) {margin-bottom:25px; }

.gal-section p {font-size:14px; line-height:20px; }

.image-section {    padding: 80px 0;  }
.image-item {    padding: 0 .5%;  }

/*------------------------------------*\
    CONTACT 
\*------------------------------------*/
.map-section iframe {    height: 450px;    width: 100%;    border: 0;   }

.contact-section {    padding: 70px 0;   }

.contact-form-details i {
    font-size: 25px;
    display: block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    max-width: 100%;
    margin: 0 auto 15px;
    border: 2px solid #000;
    border-radius: 100%;
	color:#000;  
}


.contact-form-details a{  color:#000;  }

.contact-form-details p, .contact-form-details a {    font-size: 18px;    font-weight: 500;  	margin:0;   }

.contact-form-details .text-center {    padding-top: 20px;     padding-bottom: 20px;   }

.contact-form-details i:hover {   background: #000; color:#fff;  transition: all .5s; -o-transition: all .5s;
	 -webkit-transition: all .5s;	 -moz-transition: all .5s;  }

.gform_wrapper label.gfield_label:empty {    display: none;   }

.contact-form  .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    border: 1px solid #d5d5d5;
    padding: 10px 20px;
    margin-bottom: 10px;
}

.contact-form  .gform_wrapper  textarea{	 border: 1px solid #d5d5d5;	 padding: 10px 20px;  }

.gform_wrapper .gform_footer {    margin: 0;    padding-top: 0;   }

.gform_wrapper .gform_footer input[type=submit] {
    max-width: 100%;
    margin: 0 auto;
    display: table;
    background: #000;
    border: 0;
    color: #fff;
    height: 50px;
    font-weight: 500;
    padding: 0 35px;
    text-transform: uppercase;  
}

.gform_wrapper .top_label .gfield_label {    font-weight: normal;  }

.contact-form .gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text] {
	margin-bottom:0;
}

.contact-form .gform_wrapper li.hidden_label input {    margin-top: 0; }

.map-section p {    margin-bottom: -10px;  }

/*------------------------------------*\
	   WOOCOMMERCE
\*------------------------------------*/
.woo-content{padding:80px 0;}

.woocommerce-page .sub-banner .sub-back-option img {    height: 200px;  }

.woocommerce-page .sub-banner .page-title h1 {font-size:50px;}

.ur-frontend-form {     border: 0;    padding: 0;   }

.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item {    margin-bottom: 0;  }

.ur-frontend-form .ur-form-row .ur-form-grid label, .ur-frontend-form .ur-form-row .ur-form-grid legend {  margin: 0; }

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {   min-height: 36px;
    line-height: 1.5;    border-radius: 0;   }

form.register {   position: relative;  }

.ur-frontend-form .ur-button-container {    position: absolute;    bottom: 40px;      right: 25px;  }

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
	background-color:#000;	color:#fff;   }

#customer_login {    padding-top: 30px;  }

.accordion-item {    margin-bottom: 25px;   }

.acco-content {    display: none;     padding: 25px 30px;  }

.acco-title { background: #b8b8b8;    padding: 25px 20px; cursor:pointer;   }

.acco-title h5 {
    display: flex;
    width: 100%;
    font-size: 24px;
    color: #000;
    font-weight: 700;
    max-width: 800px;
    margin: 0 auto;
    justify-content: space-between;
	align-items:center;
}

.acco-title .fa {
    height: 45px;
    width: 45px;
    text-align: center;
    background: #000;
    color: #fff;
    line-height: 45px;
    font-size: 20px;
}

.acco-title .fa.active-acco:before {    content: "\f068";   }

.acco-content ul li label {    width: 50%;    opacity: .8;  }
.acco-content ul li:nth-child(even) {    float: right;  }
.acco-content ul li {
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
    display: inline-block;
    width: 48.5%;
    margin-bottom: 10px;
}

.single-pro h1.product_title.entry-title {    font-family: Monteserrat, sans-serif;    font-size: 24px;    font-weight: 700;    margin-bottom: 25px;  }

p.breadcrumbs span:first-child {    padding-left: 0;   }

.summary p.breadcrumbs span {color:#000; font-size:14px;     font-weight: 400; }

.pro-content{ font-size:15px;    font-weight: 400;    margin-bottom: 25px;    line-height: 22px;   }

.woocommerce .single-pro div.product .price {  font-weight:600; font-size:22px;  color:#000; margin-bottom:5px;  }

.woocommerce div.product p.stock {    font-size: 16px;    font-weight: 400;    color: #000;  }

.woocommerce .quantity .qty {    height: 46px;    border-radius: 0;    border: 1px solid #ccc;  }

.meta-table ul li label {    width: 55%;  }

.meta-table ul li {   padding: 8px 0;    border-bottom: 1px solid #ddd;    margin-bottom: 10px;   }

.woocommerce div.product div.images .wpgis-slider-for img{ height:350px; object-fit:cover;}

div#wpgis-gallery {    padding: 0 50px;  }

#wpgis-gallery .slick-slide {  padding: 0 8px;  }

#wpgis-gallery .slick-slide:focus {    outline: 0;  }

#wpgis-gallery .btn-prev, #wpgis-gallery .btn-next {
    position: absolute;
    top: 50%;
    z-index: 999;
    width: 40px;
    height: 35px;
    line-height: 37px;
    border-radius: 0px;
    padding: 0;
    font-size: 25px;
    border: none;
    text-align: center;
	transform: translateY(-50%);
}

.tab {    padding: 50px 0;   }

.meta-table {    padding-top: 20px;  }

.single-pro .summary  .yith-wcwl-add-button a {  background: #000;  color: #fff;  text-transform: uppercase;
    font-weight: 600;    padding: 15px 25px;    display: inline-block;   }

.single-pro .summary  .yith-wcwl-add-button {    margin-bottom: 30px;} 

.single-pro section.products h2 {    text-align: center;    font-family: Montserrat, sans-serif;    font-weight: 700;    margin-bottom: 30px;   }

.woocommerce ul.products li.product .button, .woocommerce ul.products li.product .price {    margin: 1em;     display: none;  }

.btn-list .dkpdf-button-container{ position: absolute;  bottom: 0;  padding: 0;  width: auto;    right: 0;   }

.btn-list {    position: relative;     padding-top: 25px;  }

.btn-list .dkpdf-button-container a {
    display: inline-block;
    background: #000;
    color: #fff;
    padding: 10px 25px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
}

.sale-unit{text-transform:uppercase;    padding-left: 5px; }

.woocommerce ul.products li.product .woocommerce-loop-product__title { font-family: Montserrat, sans-serif;
    text-align: center;  }

.woocommerce .cat-list.list-view ul.products li { width: 100%;  float: none;  margin: 0 0 40px;  padding: 0 0 40px;
    border-bottom: 1px solid #ddd;   }

.grid-view .cat-desc, .list-view .short-desc, .woocommerce .woocommerce-result-count {    display: none;  }

.view-filtr {    margin-bottom: 20px;  }

.woocommerce .cat-list.list-view ul.products li img {  float: left;  width: 25%;  border: 8px solid #fff;  box-shadow: 0 0 5px #ededed;    margin-right: 25px;    margin-bottom: 0;  }

.woocommerce .cat-list.list-view ul.products li:after { content: '';  display: block;    clear: both;   }

.view-filtr span {    cursor: pointer;    font-size: 24px;    color: #cccccc;    padding-left: 10px;   }

.view-filtr span.active {    color: #000;  }

.list-view h2.woocommerce-loop-category__title { text-align: left; font-size: 28px !important;  font-weight: 600;
    color: #000;  }

.cat-desc {    font-size: 14px;    font-weight: 400;    line-height: 20px; display:none;  }

.list-view .cat-desc {display:block;}

.woocommerce ul.products.owl-carousel .owl-item li.product {    width: 100%;   }

.filter-sidebar h3.widget-title { font-size: 18px; font-family: Montserrat, sans-serif;  margin-bottom: 20px;  text-transform: uppercase;    font-weight: 700;    color: #000;  }

.searchandfilter ul li h4 {
    font-size: 16px;
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
	display: flex;
    justify-content: space-between;
    align-items: center;
	padding:0; 
}

.filter-sidebar .searchandfilter > ul > li > h4 span {
    display: inline-block;
    text-align: center;
    line-height: 25px;
    border-radius: 100%;
    font-size: 32px;
    cursor: pointer;
	width:25px;
	height:25px;
}

.filter-sidebar .searchandfilter > ul > li > h4 span.active-plus:before {    content: '-';  }

.filter-sidebar .searchandfilter > ul > li > h4 span:before {    content: '+';  }

.filter-sidebar .searchandfilter ul > li > ul {    display: none;    padding-top: 30px;   }

.searchandfilter > ul > li {    border-bottom: 3px solid #a4a4a4;	padding:22px 0;   }

.filter-sidebar h3.widget-title {    border-bottom: 6px solid #a4a4a4;    padding-bottom: 20px;  }
 
.searchandfilter ul li.sf-field-sort_order select {  text-transform: uppercase;  border: 0;  width: 100%;  font-weight: 500;    color: #444;    background: transparent;  }

.searchandfilter ul li.sf-field-sort_order label {    width: 100%;     }

#prod {    padding-left: 35px;   }

.filter-sidebar .searchandfilter > ul > li > ul > li{position:relative;}

.filter-sidebar .searchandfilter label.sf-label-checkbox:before {
    content: '';
    display: block;
    width: 22px;
    height: 22px;
    border: 2px solid #ddd;
    position: absolute;
    left: 0;
	top:2px;
	cursor:pointer; 
}

.filter-sidebar .searchandfilter input[type="checkbox"]{opacity:0; position:absolute;    width: 25px;
    height: 25px;    margin: 0;}

.filter-sidebar .searchandfilter li[data-sf-field-input-type=checkbox] label{padding-left:35px;}

.filter-sidebar .searchandfilter  input:checked + .sf-label-checkbox:before {
        content: "\f00c";
        color: #000;
        font-size: 14px;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        line-height: 16px;
        text-decoration: inherit;
        text-align: center;
	    position:absolute;			
}

div#prod .filter-title {
    display: none;
}


/*------------------------------------*\
	CATEGORY
\*------------------------------------*/
nav.woocommerce-breadcrumb {    display: none;   }

.filter-sidebar > * {    padding-right: 30px;  }

.active-sidebar #primary:before {
    content: '';
    display: block;
    width: calc(290px + calc(100% - 1170px) / 2);
    height: 100%;
    background: #b2b2b2;
    position: absolute;
    left: 0;
    top: 0;
}

#main {    max-width: 1170px;    margin: 0 auto;    width: 100%;	padding: 60px 15px;   }

#primary {  position:relative; }

h2.woocommerce-loop-category__title {    font-family: Montserrat , sans-serif;    font-size: 14px;    line-height: normal;    text-align: center;    font-weight: 400;  }

.header-content p.breadcrumbs {    opacity: .8;  margin-bottom:30px; }
.header-content p.breadcrumbs span {    display: inline-block;    padding: 0 5px; color: #fff;   }
.header-content p.breadcrumbs a {    color: #fff;   }

.header-content h1.section-title.woo-title {    padding-bottom: 0;   }

.woocommerce ul.products li.product-category.product img {
    min-height: 220px;
    object-fit: contain;
    width: auto;
    max-height: 220px;
    margin: 0 auto 1em;
}

a.wpgis-popup {
    background: #fff;
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    padding: 0;
    border-radius: 3px;
    color: #000;
	opacity:1;
}

/*------------------------------------*\
	BLOG
\*------------------------------------*/
.post-part {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #ddd;
}

.post-part .social-share ul li a i,  #stone-blog-post .social-share ul li a  i {    line-height: 40px;  }

.post-part .social-share ul li a, #stone-blog-post .social-share ul li a {
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 20px;
    border-radius: 50%;
}
.post-part .social-share ul li,  #stone-blog-post .social-share ul li {    display: inline-block;      margin: 0 5px 0 0;  }

.read-more-link a {
    display: inline-block;
    background: #000;
    color: #fff;
    padding: 15px 25px;
    font-weight: 400;
    text-transform: uppercase;
    font-weight: 600;
}

.read-more-link {    margin-right: 25px; }

.blog-single h1 {    font-family: Montserrat, sans-serif;    font-weight: 700;    font-size: 30px;} 

.read-more-link a i{ margin-left:10px; font-size:18px;}

.rp-bottom {    display: flex;    padding: 25px 0;    align-items: center;  }

.news-section {    padding: 50px 0;  }

.short-height .sub-back-option img {    height: 200px;}  

h4.post-title {    font-size: 26px;    font-family: Montserrat, sans-serif;    font-weight: 600;    margin-bottom: 5px; }

.post-part .date {
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 10px;
    opacity: .5;
}

.rp-desc {
    font-weight: 400;
    color: #000;
}


#stone-blog-post img.attachment-post-thumbnail {padding-left: 25px;    float: right;    max-width: 500px !important; }

#stone-blog-post {padding:50px 0;}

#stone-blog-post .date {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
    opacity: .5;
}
.single-post p.breadcrumbs, .single-post p.breadcrumbs * {    color: #fff;  }

#stone-blog-post  .desc {    font-weight: 400;    line-height: 22px;   }

#stone-blog-post .desc p {    margin-bottom: 25px;  }

.single-post .short-height .sub-back-option img {
    height: 100px;
}

.up-slider.owl-theme .owl-nav [class*=owl-] {
    height: 40px;
    width: 40px;
    background: #000;
    padding: 0;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
}


.team-section {
    padding: 80px 0;
}

.team-section h2 {
    margin-bottom: 30px;
}

.team-item {
    padding-bottom: 25px;
}

.team-item h4 {
    padding-top: 15px;
}

.team-item h6 {
    font-size: 14px;
    line-height: normal;
}
.team-section .row {
    display: flex;
    flex-wrap: wrap;
}


/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/
@font-face {
	font-family:'Freshman';
	src:url('fonts/Freshman.ttf');
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/


@media (min-width:1150px){
ul.sub-menu li .content .menu-inner h2{ font-size:50px; }
	
}


@media (min-width:768px){
	
	.mobile-img{display:none;}
	.right-image .inner {    padding: 0 60px 0 15px;  }
	.left-image .inner {    padding: 0 15px 0 60px;  }
    
.toggle , span.arrow{    display: none;}
    
.full .row {display:table; width:100%; margin: 0; } 
.full .content-div, .full .image-div{    width: 50%;    display: table-cell;    vertical-align: middle;  }


.full .content-div > *{    max-width: calc(1170px / 2);    }
	
.right-gallery .content-div > * { right: 0;  position: absolute;  padding: 0 60px 0 15px;  }
	
.full .content-div {   padding-top: 80px;    padding-bottom: 80px;}
	
.right-image .inner {    float: right;  }

.full .image-div{    background-size: cover;    background-repeat: no-repeat;    background-position: center;     height: 100%; }

.full-section {    padding: 80px 0;  }
	
.inner {    padding: 0 60px;   }

.img-txt img {    visibility: hidden;  }

}


@media (max-width:1050px){
	
	.video-shortcode {    width: auto;    height: 100%;   }	
	.active-sidebar #primary:before {width:25%; }
	
	.right-gallery .content-div > * {position:relative;}
	
	
}




@media (max-width:1024px){    
  
    .menu-side {    padding: 0; }
	.contact-side {    position: absolute;    width: 100%;    left: 0;   top: 12px;   }
	.contact-details {    text-align: center;  }
	header.header {    padding: 50px 0 0 0;  }
	.menu-side{width:75%;}
	.header ul.menu {text-align:right; }
	.box-item {    height: 350px;  }
	.header .logo img {top:25px; height: auto;   }
	
	.back-option iframe, .back-option img, .back-option video {    height: 550px;   }
	
	
		
}

@media (max-width:992px){  
	.box-item h4 {font-size:25px;}
	.box-item {    height: 280px;  }
	.right-image .inner {    padding: 0 15px;  }
	.post-bottom ul {right:15px; }
	
	#stone-blog-post img.attachment-post-thumbnail {
    float: none;
    display: table;
    margin: 0 auto;
    max-width: 100% !important;
    padding: 25px 0;
}
}


@media only screen and (max-width:767px) {
	
	.contact-details a {    padding: 4px 7px;   }
	
    
    header.header {    padding: 40px 0 0 0;  }
    .content-div {    padding: 40px 15px;   }
    .right-image .row {    display: grid;}
    .right-image .content-div {    order: 2;  }
 	 .full-section{    padding: 40px 0;   }
    
    
    .menu-side {    padding-right: 15px;  }
	.header.sticky {    position: relative;  }
	.header .menu-side {    order: 3;  }
    .header .row {   align-items: flex-end; }
    label.toggle span {background:#fff; }
    .contact-details {padding-top:0; text-align: center;}
	.header ul.menu {    text-align: left;	 }

	.nav_area { position: initial; text-align:right;}
	.sub-container {    display: none;  }
	
	.nav_area  .menu {
		display: none;
		width: 100%;
		position: absolute;
		right: 0;
		background: #000;
		z-index: 999;
		text-align:left;
	}

	span.arrow {
		display: inline-block;
		width: 10%;
		text-align: center;
		cursor:pointer;
		color:#fff;
	}

	.nav_area ul li { display: block;}
	.nav_area ul li img {    display: none;   }
	
	.nav_area ul li a {
		padding: 10px 15px;
		color: #FFF;
		text-decoration: none;
		line-height: normal;
		float: none;
		clear: both;
	}

	ul.sub-menu li a{	border-bottom:0px; font-size:14px;    background-image: none !important; }

	.nav_area ul li ul.sub-menu li.cat-last-item {
    display: none;
}
	
 	ul.sub-menu {position: relative; background:#000; padding: 0 15px;}
	ul.sub-menu li .content {    background-image: none !important;   }
	
	ul.sub-menu li.map-menu {    display: none !important;  }
	.nav_area ul.menu > li:nth-child(4) span.arrow {    display: none;  }
	

	.nav_area > ul > li > a {display:inline-block; width:90%;}
	img.menu-image.menu-image-title-below {    display: none; }
	.menu-image-title.menu-image-title-below {    text-align: left;  }
	
	ul#menu-footer-menu {    column-count: 1; max-width:140px; margin:0 auto;  }
	.footer-address {    padding: 50px 0;    max-width: 220px;    margin: 0 auto;  }
	.copyright.text-right {    text-align: center;    padding-top: 40px;   }
	
	
	
	.active-sidebar #primary:before {display:none;  } 
	
	.menu-side {    width: 25%;   }
	
	.back-option iframe, .back-option img, .back-option video {    height: 400px;   }
	.mobile-img {    display: none;  }
	
	.home-banner-content h2 {    font-size: 30px;  }
	.home-banner-content {    opacity: 1;    }
	.home-banner:before {opacity:1;}
	
	.post-section .row > *:not(:first-child) {    display: none;  }
	.full.gal-section .row {    display: block;    margin: 0;   }
	.full.gal-section .row > * {    width: 100%;    display: block;  }	
	
	.full.gal-section.right-gallery .row {
    display: flex;
    margin: 0;
    flex-wrap: wrap;
    flex-direction: column-reverse;
}
	
	.image-section .d-flex {    display: block;   }
	.image-section .d-flex .image-item {    margin-bottom: 25px;   }
	
	.header-content .section-title, h2.section-title , .sub-banner .page-title h1{    font-size: 30px;  }
	.sub-back-option > *, .woocommerce .sub-back-option img {    height: 280px;  }
	
	#prod {    padding-left: 15px;    padding-top: 40px;  }
	.filter-sidebar > * {    padding-right: 0;    }
	
	.woocommerce-page .header-content .content {    display: none;  }
	.woocommerce-page .header-content  {padding:40px 0; }
	.acco-title {    padding: 15px 10px;  }
	.acco-content ul li {width:100%;}
	.acco-content ul li:nth-child(even) {    float: none;  }
	.acco-content {    padding: 15px 0 0 0;  }
	
	.post-img {    margin-bottom: 20px; }
	
	
}
@media only screen and (max-width:500px) {
   .sub-back-option > *, .woocommerce .sub-back-option img {    height: 200px;   }
	header.header {    padding: 50px 0 0 0;  }
	.header .logo img {    top: 20px;  }
	
	.btn-list .dkpdf-button-container { position: relative; display: table; text-align: left !important;
	width:100%;    margin-bottom: 25px;  	}
	
	.contact-details a {    font-size: 12px;   } 
	.contact-details a.user-link {    font-size: 26px;   } 
	.contact-details #mini-cart-count i {    font-size: 26px;  }
	.contact-side {padding:0;}
	.contact-details #mini-cart-count {margin-right:0;}
	
	.contact-details #mini-cart-count span {
    width: 25px;
    height: 25px;
    line-height: 25px;
}
    a.search-link {
    font-size: 21px;
    padding: 0;
}
    
}
@media only screen and (min-width:480px) {
}
@media only screen and (min-width:1024px) {
}
@media only screen and (min-width:1140px) {
}
@media only screen and (min-width:1280px) {
}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {
}
/*------------------------------------*\
    MISC\*------------------------------------*/
::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/
@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}