
/* ============================================================== 
     # product 
=================================================================== */

.product-area .product-items.product-carousel {
    margin-bottom: -8px;
  }
  
  .product-area .product-items .item {
    background: #ffffff none repeat scroll 0 0;
    -moz-box-shadow: 0 0 10px #cccccc;
    -webkit-box-shadow: 0 0 10px #cccccc;
    -o-box-shadow: 0 0 10px #cccccc;
    box-shadow: 0 0 10px #cccccc;
    margin-bottom: 30px;
  }
  
  .product-area.full-width .product-items .item {
    margin-bottom: 0;
  }
  
  .product-area .product-items .info {
    padding: 16px;
  }
  
  .product-area.full-width .product-items .equal-height {
    margin-bottom: 50px;
  }
  
  .product-area .info .meta li {
    color: #999999;
    display: inline-block;
    font-family: "Poppins",sans-serif;
    font-weight: 400;
    margin-right: 10px;
  }
  
  .product-area .info .meta li a {
    color: #999999;
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
  }
  
  .product-area .info .meta li i {
    margin-right: 5px;
  }
  
  /* .product-area .info .meta {
    margin-bottom: 15px;
  } */
  
  .product-area .info a:hover {
    color: #ff5700;
  }
  
  .product-area .info .meta a:hover {
    color: #ff5700;
  }
  
  .product-area .info > a {
    margin-top: 20px;
  }
  
  .product-area .info h2 a,
  .product-area .info h3 a,
  .product-area .info h4 a {
    font-weight: 600;
    line-height: 1.4;
    text-transform: capitalize;
  }
  
  .product-area .info h2,
  .product-area .info h3,
  .product-area .info h4 {
    font-weight: 600;
    line-height: 1.4;
    text-transform: capitalize;
    margin-bottom: 10px;
  }
  .product-cat-list span {
    display: block;
    padding-top: 5px;
  }
  blockquote {
    border-left: 3px solid #ff5700;
    color: #323a45;
    font-size: 17.5px;
    margin: 0 0 20px;
    padding: 10px 20px;
  }
  
  .product-area .item .thumb {
    position: relative;
    z-index: 1;
  }
  
  .product-area .item .thumb .tags {
    bottom: 15px;
    left: 30px;
    position: absolute;
  }
  
  .product-area .item .thumb .tags a {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    color: #ffffff;
    float: left;
    font-size: 12px;
    margin-right: 5px;
    padding: 2px 15px;
    text-align: center;
    text-transform: uppercase;
    z-index: 1;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
  }
  
  .more-btn {
    background: #ffffff none repeat scroll 0 0;
    color: #ff5700;
    font-weight: 600;
    padding-left: 11px;
    text-transform: uppercase;
  }
  
  .product-area .read-more {
    position: relative;
    text-align: right;
    z-index: 1;
    margin-top: 15px;
  }
  
  .product-area .read-more a::after {
    background: #e7e7e7 none repeat scroll 0 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: -1;
  }
  
  .product-area.single .form-group.submit {
    margin-bottom: 0;
  }
  
  /* Pagination */
  
  .product-area .pagi-area {
    margin-bottom: -10px;
  }
  
  .product-area .pagi-area .pagination {
    margin: 0;
  }
  
  .product-area .pagi-area .pagination a {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #323a45;
    font-weight: 600;
    margin-right: 10px;
    margin-top: 5px;
    padding: 15px 25px;
  }
  
  .product-area .pagi-area .pagination li.active a {
    background-color: #ff5700;
    color: #ffffff;
    border: 1px solid transparent;
  }
  
  .product-area.single .product-tags a {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    display: inline-block;
    margin: 5px 10px 5px 5px;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
  }
  
  .product-area.single .product-tags a::after {
    content: ",";
    font-family: "Times New Roman";
    font-size: 20px;
    position: absolute;
    right: -5px;
    top: 0;
  }
  
  .product-area.single .product-tags a:last-child::after {
    display: none;
  }
  
  .product-tags {
    display: block;
    padding-top: 10px;
    width: 100%;
  }
  
  .product-tags span {
    display: inline-block;
    font-family: "Montserrat",sans-serif;
    font-size: 18px;
    font-weight: 600;
    margin-right: 15px;
    text-transform: capitalize;
  }
  
  .product-area.full-product.single-product .product-items .info {
    margin: 0;
    padding: 30px 0 0;
  }
  
  .product-area .product-items.product-carousel .owl-dots .owl-dot span {
    background: #ffffff none repeat scroll 0 0;
    border: 2px solid;
    height: 15px;
    margin: 0 5px;
    width: 15px;
  }
  
  .product-area .product-items.product-carousel .owl-dots .owl-dot.active span {
    background: #ff5700 none repeat scroll 0 0;
    border-color: #ff5700;
    cursor: default;
  }
  
  .product-area.single .product-pagi-area {
    border-top: 1px solid #e7e7e7;
    margin-top: 25px;
    overflow: hidden;
    padding-top: 30px;
  }
  
  .product-area.single .product-pagi-area a {
    border: 1px solid #e7e7e7;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    color: #323a45;
    display: inline-block;
    font-weight: 400;
    padding: 5px 25px;
    text-transform: uppercase;
  }
  
  .product-area.single .product-pagi-area a:hover {
    color: #ff5700;
  }
  
  .product-area.single .product-pagi-area a:last-child {
    float: right;
  }
  
  .product-area.single .product-pagi-area a:first-child i {
    margin-right: 3px;
  }
  
  .product-area.single .product-pagi-area a:last-child i {
    margin-left: 3px;
  }
  
  .product-area.single .product-content .item-box {
    margin-bottom: 0;
  }
  
  .product-area.single .product-content .item-box .form-group.submit {
    margin-bottom: 0;
  }
  
  .product-area .contact-comments .comments {
    margin-top: 20px;
  }
  
  .product-area.single .product-items .item .contact-comments .col-md-6 {
    float: left;
    padding: 0 15px;
  }
  


.gallery {
}
.gallery .previews, .gallery .full, .gallery .desc {
float: left;
margin-right: 10px;
}
.gallery .desc, .gallery .full {
	/*width:400px;*/
font-size: 12px;
}

.gallery .previews a {
display: block;
margin-bottom: 9px;
cursor: pointer;
}


.gallery .previews.two {
	width:450px;
}

.gallery .previews.two a {
	float:left;
	margin-right:8px;
	margin-top:15px;
}



.gallery .full, .gallery .full img {
height: 555px;
}
.gallery .previews a, .gallery .full {
border: 1px solid #eaeaea;
}
.gallery .previews a:hover, .gallery .previews a.selected {
border: 1px solid #e32028;
}
.gallery .full img:hover {
cursor: pointer;
}
.clearfix:after {
content: ".";
visibility: hidden;
display: block;
height: 0;
clear: both;
}


.gallery .previews.two {
	width:450px;
}

.gallery .previews.two a {
	float:left;
	margin-right:8px;
	margin-top:15px;
}

@media only screen and (min-width: 1000px) and (max-width: 1169px){
	
.gallery .full, .gallery .full img {
    height: 450px;
}
	}

@media only screen and (min-width: 480px) and (max-width: 639px){
	
.gallery .full, .gallery .full img {
    height: 600px;
}

.gallery .previews a {
    cursor: pointer;
    display: inline;
	float:left;
    margin:20px 5px 5px 0;
}

	}
		
	
@media only screen and (max-width: 479px){
	
.gallery .full, .gallery .full img {
    height: 350px;
}

.gallery .previews a {
    cursor: pointer;
    display: inline;
	float:left;
    margin:20px 5px 5px 0;
}

	}
	
	
@media only screen and (max-width:360px) {
	
		.gallery .previews.two {
    width: 100%;
}
	
	}	
	
	
  .gallery .full {
    height: 400px;
}

.gallery .full img {
    max-width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
}

.gallery .previews a {
    height: 100px;
    width: 100px;
    align-items: center;
    text-align: center;
    float: left
}

.gallery .previews img {
    max-width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    object-position: center;
    align-items: center;
    vertical-align: middle;
    text-align: center;
}

.product-image-box {
    display: block;
    height: 300px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    /* border: 1px solid #000;   */
    /* border-color: #8ac700; */
    background-color: #e5e5e5;
}
.gallery .previews { margin-top: 20px; }
.gallery .previews a { margin-right: 8px; }
@media  only screen and (max-width: 479px) {

    .gallery .full {
        height: 240px;
    }

    .gallery .previews a {
        height: 80px;
        width: 80px;
        align-items: center;
        text-align: center;
    }
}
	

ul.filter { padding: 0px; }
.filter label {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-weight: 300;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
  }
  
  /* Hide the browser's default checkbox */
  .filter label input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
  }
  
  /* Create a custom checkbox */
  .filter label span {
	position: absolute;
	top: 0;
	left: 0;
	height: 23px;
	width: 23px;
	background-color: #eee;
  }
  
  /* On mouse-over, add a grey background color */
  .filter label:hover input ~ span {
	background-color: #ccc;
  }
  
  /* When the checkbox is checked, add a blue background */
  .filter label input:checked ~ span {
	background-color: #ff5700;
  }
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .filter label span:after {
	content: "";
	position: absolute;
	display: none;
  }
  
  /* Show the checkmark when checked */
  .filter label input:checked ~ span:after {
	display: block;
  }
  
  /* Style the checkmark/indicator */
  .filter label span:after {
	left: 9px;
	top: 5px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
  }

  li.active > a{
    color: #ff5700;
    font-weight: bold;
  }


  