/*@import url("https://fonts.googleapis.com/css?family=Work+Sans:400,500,600,700");*/
/*============================================
* 02. Global and Common Styles
* ============================================ */
.featured_section.product_list_section {
  /*font-family: 'Work Sans';*/
/*  font-family: 'Mulish';*/
}
.global-ajax-loader{
	position: relative;
	display: none;
}
.global-ajax-loader.active{
	position: relative;
	display: block;
}
.global-ajax-loader:after{
	position: fixed;
	content: "";
	top: 0;
	left: 0;
	z-index: 99;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.82);
}
.gal-img{
   width: 56px;
   opacity: 0.65;
   position: fixed;
   left: calc(50% - 28px);
   top: calc(50% - 28px);
   z-index: 100;
}
.product-ajax-loader{
	position: absolute;
	background: #f7f7f7;
	top: 0;
	left: 0;
	z-index: 97;
	width: 100%;
	height: 100%;
	display: none;
}
.product-ajax-loader.active{
	display: block;
}
.pal-img{
   width: 36px;
   opacity: 0.45;
   position: absolute;
   left: calc(50% - 18px);
   top: calc(50% - 18px);
   transform: translate(-50%, -50%);
   z-index: 98;
}
.product-ajax-loader:after {
	content:'';
    position: absolute;
	z-index:1;
    top:0;
	left: 0;
	transform:translateX(100%);
	width:100%;
	height:100%;
	animation: slide-shine 1s infinite;
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, rgba(128,186,232,0) 99%, rgba(125,185,232,0) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(50%,rgba(255,255,255,0.8)), color-stop(99%,rgba(128,186,232,0)), color-stop(100%,rgba(125,185,232,0)));
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%);
	background: -o-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%);
	background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#007db9e8',GradientType=1 );
}
@keyframes slide-shine {
	0% {transform:translateX(-100%);}
	100% {transform:translateX(100%);}
}
.rotate-full {
	 animation: infinite-spinning 0.5s infinite linear;
}
@keyframes infinite-spinning {
 from {
		 transform: rotate(0deg);
	  }
 to {
		 transform: rotate(360deg);
	}
}
.custom-price-wrap {
  padding: 0 15px;
}
.custom-price-wrap label{
  font-weight: 600;
}
.clear-filter{
  visibility: hidden;
  opacity: 0;
  transition: all 0.15s;
}
.category_list:hover .clear-filter{
  visibility: visible;
  opacity: 1;
  transition: all 0.25s;
}
/*body {
  font-family: 'Work Sans';
  font-weight: 400;
  color: #333333;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
}
@media (max-width: 575.98px) {
  body {
    font-size: 16px;
    line-height: normal;
  }
}
section {
  overflow: hidden;
}
p, a {
  color: #333333;
}
hr {
  border-top-color: #e0dcdc;
  margin-top: -1px;
}*/
#mainProducts2 li {
  display: inline-block;
  list-style: none;
}
#mainProducts2 a:hover, #mainProducts2 a:focus {
  color: inherit;
  text-decoration: none;
  outline: 0;
}
ul {
  padding-left: 0;
  margin-bottom: 0;
}
.feature-product-img{
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 300px;
}
.collection_sidebar{
	/*border: 1px solid #eee;*/
    /*background: #f7f7f7;*/
}
.sidebar_global_search{
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.sidebar_global_search .input-addon{
	position: relative;
}
.sidebar_global_search .input-addon .search-icon{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	width: 40px;
	height: 100%;
	background: #f7f7f7;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	border: 1px solid #e5e5e5;
	border-left: 0;
    transition: all 0.15s ease-in-out;
}
.sidebar_global_search .input-addon .search-icon:hover{
	background: #e5e5e5;
}
.sidebar_global_search .form-control.sgs-input:focus + .search-icon{
	border: 1px solid #bbb;
	border-left: 0;
    transition: all 0.15s ease-in-out;
}
.product_list_section .collection-sorting-row .short_by form .form-group .form-control:focus{
    border: 1px solid #bbb;
	transition: all 0.15s ease-in-out;
}
.sidebar_global_search .input-addon .search-icon button{
	outline: none;
	box-shadow: none;
	border: none;
	cursor: pointer;
	background: transparent;
}
.sidebar_global_search .input-addon .search-icon .flaticon-magnifying-glass:before{
	font-size: 15px;
    position: relative;
    top: -1px;
}
.sidebar_global_search .filter_menu .filter-menu-text{
	width: 41px;
    height: 41px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f7f7f7;
    margin-right: 12px;
	cursor: pointer;
}
.sidebar_global_search form .form-group{
	margin-bottom: 0;
}
.sidebar_global_search form{
	width: 100%;
}
.featured_section.product_list_section .text-center{
	text-align: center;
}
.featured_section.product_list_section .text-capitalize{
	text-transform: capitalize;
}
.featured_section.product_list_section .text-uppercase{
	text-transform: uppercase;
}
.featured_section.product_list_section .float-left{
	float: left;
}
.featured_section.product_list_section .float-right{
	float: right;
}
.featured_section.product_list_section .d-none{
	display: none;
}
.featured_section.product_list_section form .form-group .form-control.sgs-input{
	border: 1px solid #e5e5e5;
	padding: 8px 45px 8px 10px;
    font-size: 16px;
	height: auto;
}
.featured_section.product_list_section .rateit{
  display: block;
}
.form-control.sgs-input::placeholder{
	font-size: 14px;
	color: #888888;
}
.sidebar_global_filter{
    padding: 0 10px 12px 10px;
    border-bottom: 1px solid #eee;
    margin-bottom: 0;
}
.featured_section.product_list_section .row{
	margin-left: -10px;
	margin-right: -10px;
	display: flex;
    flex-wrap: wrap;
}
.featured_section.product_list_section [class*="col-"]{
	padding-left: 10px;
	padding-right: 10px;
}
.filter_sidebar_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.product_list_section .collection_sidebar .category_list .category_list_title h5{
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
}
.filter_sidebar_head p{
	 margin: 0;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}
.filter_sidebar_head a {
    color: cornflowerblue;
    font-size: 14px;
	transition: all 0.15s;
}
.filter_sidebar_head a:hover {
    color: #427ade;
	transition: all 0.3s;
}
.fp_mob_price{
	position: absolute;
	bottom: 8px;
	left: 8px;
	background: #fff;
	padding: 2px 7px 3px;
	border-radius: 100px;
	font-size: 13px;
	margin: 0 !important;
	display: none;
}
.product_brand_wrap{
	display: flex;
	align-items: center;
	margin-bottom: 3px;
}
.product_detail_section .product_content .product_title .star {
  font-size: 14px;
  margin-left: 15px;
  display: flex;
  align-items: center;
}
.product_detail_section .product_content .product_title .star img {
  margin-right: 5px;
}
.product_detail_section .product_content .product_title .star a {
  line-height: normal;
	color: cornflowerblue;
	text-decoration: underline;
}
.product_detail_brand_name{
	font-weight: 700;
	margin: 0;
	line-height: normal;
}
.product_detail_name{
	margin: 0;
}
.product_detail_price{
	margin: 15px 0 0 0;
    font-weight: 700;
    line-height: normal;
}
.product_detail_price small{
	color: #7d7d7d;
	font-size: 90%;
	margin-left: 8px;
}
.product_detail_price small span{
	color: #f69871;
	margin-left: 2px;
}
.product_detail_section .product_content .product_title .stock {
  color: #3dc346;
  font-weight: 600;
  display: inline-block;
  font-size: 16px;
  margin: 0;
}
.product_detail_section .owl-theme .owl-controls {
    margin: 0;
    text-align: center;
    position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
}
.product_detail_section .owl-theme .owl-buttons {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.product_detail_section .owl-theme .owl-controls .owl-buttons .owl-prev{
	transform: rotate(180deg);
}
.product_detail_section .owl-theme .owl-controls .owl-buttons div{
	background: transparent;
	color: #000;
}
.product_detail_link{
	display: block;
}
.custom-pagination{
	display: flex;
	justify-content: center;
}
.custom-pagination{
	margin: 30px 0;
}
.custom-pagination ul.pagination{
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin: 0;
	padding: 15px;
}
.qty_number {
  position: relative;
  border: 1px solid #aaa;
  width: 131px;
}
.qty_number input {
  border: 0;
  width: 71px;
  height: 33px;
  text-align: center;
  border-left: 1px solid #aaa;
  border-right: 1px solid #aaa;
  margin: auto;
  display: table;
  padding: 3px;
}
@media (max-width: 575.98px) {
  .qty_number input {
    height: 38px;
  }
}
.qty_number .button {
  cursor: pointer;
  width: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  text-align: center;
}
.qty_number .button span {
  bottom: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 15px;
}
.qty_number .button.inc {
  right: 0;
  left: inherit;
}
.vertical_middle {
  bottom: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* 02.1 From style */
.featured_section.product_list_section form .form-group label {
  margin-bottom: 3px;
}
.featured_section.product_list_section form .form-group .form-control {
  border: 1px solid #aaa;
  border-radius: 0;
  padding: 3px 10px;
  font-size: 18px;
  font-weight: 400;
}
.featured_section.product_list_section .form-custom-label {
    font-size: 14px;
    color: #969696;
/*    font-family: 'Work Sans';*/
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase !important;
    margin: 0 !important;
}
.featured_section.product_list_section form .form-group .form-control:focus {
  border-color: #bbb;
}
@media (max-width: 575.98px) {
  .featured_section.product_list_section form .form-group .form-control {
    padding: 7px 10px 8px;
    font-size: 16px;
  }
}
.featured_section.product_list_section form .form-group select {
  background: url("../images/arrow-down.svg") no-repeat;
  background-position: 96.5% 48.7%;
}
.featured_section.product_list_section form .form-group textarea {
  height: 150px;
  resize: none;
}
@media (max-width: 575.98px) {
  .featured_section.product_list_section form .form-group textarea {
    height: 105px;
  }
}
.featured_section.product_list_section form .background-btn {
  padding: 13px 19px;
  margin-top: 8px;
  font-size: 18px;
  /*font-family: 'Work Sans';*/
}
@media (max-width: 767.98px) {
  .featured_section.product_list_section form .background-btn {
    padding: 7px 10px;
    font-size: 16px;
    margin-top: 5px;
  }
}
.featured_section.product_list_section input, .featured_section.product_list_section button, .featured_section.product_list_section select, .featured_section.product_list_section textarea {
  outline: 0;
  box-shadow: none;
}
.featured_section.product_list_section select.form-control:not([size]):not([multiple]) {
  height: auto;
}
.featured_section.product_list_section .btn:focus, .featured_section.product_list_section .btn.focus, .featured_section.product_list_section button:focus, .featured_section.product_list_section .form-control:focus, .featured_section.product_list_section input:focus {
  outline: 0;
  box-shadow: none;
}
.featured_section.product_list_section .bootstrap-select .dropdown-toggle:focus {
  outline: 0 !important;
}
.featured_section.product_list_section select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
/* 02.2 Heading h1 */
.title_h1 {
  font-size: 32px;
  margin: 0;
}
@media (max-width: 1199.98px) {
  .title_h1 {
    font-size: 30px;
  }
}
@media (max-width: 991.98px) {
  .title_h1 {
    font-size: 26px;
  }
}
@media (max-width: 767.98px) {
  .title_h1 {
    font-size: 24px;
  }
}
@media (max-width: 575.98px) {
  .title_h1 {
    font-size: 20px;
  }
}
@media (max-width: 375px) {
  .title_h1 {
    font-size: 18px;
  }
}
/* 02.3 Heading h2 */
.title_h2 {
  font-size: 48px;
  color: #333333;
  /*font-family: 'Work Sans';*/
  font-style: normal;
  font-weight: 700;
}
@media (max-width: 1199.98px) {
  .title_h2 {
    font-size: 36px;
  }
}
@media (max-width: 991.98px) {
  .title_h2 {
    font-size: 28px;
  }
}
@media (max-width: 767.98px) {
  .title_h2 {
    font-size: 24px;
  }
}
/* 02.4 Heading h3 */
.title_h3 {
  font-size: 30px;
  color: #333333;
}
@media (max-width: 991.98px) {
  .title_h3 {
    font-size: 26px;
  }
}
@media (max-width: 575.98px) {
  .title_h3 {
    font-size: 24px;
  }
}
/* 02.5 Home Page Heading h3 */
.home_title_h3 {
  font-weight: 400;
}
@media (max-width: 991.98px) {
  .home_title_h3 {
    margin-bottom: 0;
  }
}
/* 02.6 Heading h4 */
.title_h4 {
  font-size: 24px;
  color: #333333;
  /*font-family: 'Work Sans';*/
  font-style: normal;
  font-weight: 400;
}
@media (max-width: 991.98px) {
  .title_h4 {
    font-size: 20px;
  }
}
@media (max-width: 575.98px) {
  .title_h4 {
    font-size: 18px;
  }
}
/* 02.7 Heading h5 */
.title_h5 {
  font-size: 18px;
  color: #333333;
  /*font-family: 'Work Sans';*/
  font-style: normal;
  font-weight: 700;
}
@media (max-width: 575.98px) {
  .title_h5 {
    font-size: 16px;
  }
}
/* 02.8 Border Left style */
.border-left {
  border-left: 1px solid #e0dcdc !important;
  padding-left: 19px;
}
/* 02.9 Border Button style */
.border-btn {
  color: #f74f2e;
  border: 1px solid #f74f2e;
  padding: 10px 18px 11px;
  background: transparent;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.border-btn:hover, .border-btn:focus {
  color: #fff;
  background: #f74f2e;
}
@media (max-width: 991.98px) {
  .border-btn {
    padding: 10px;
  }
}
/* 02.10 Background Button style */
.background-btn {
  padding: 15px 19px;
  background-color: #f74f2e;
  color: #fff;
  border: 1px solid transparent;
  border-radius: 0;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.background-btn:hover, .background-btn:focus {
  color: #f74f2e;
  border-color: #f74f2e;
  background: transparent;
}
@media (max-width: 991.98px) {
  .background-btn {
    padding: 10px;
  }
}
.background-btn:hover {
  color: #fff;
  background: #d12807;
  border-color: #d12807;
}
.disable-btn {
  padding: 12px 17px;
  margin-top: 8px;
  font-size: 18px;
  background: #a5a5a5;
  color: #fff;
  border-radius: 0;
  display: table;
  margin-bottom: 40px;
}
.disable-btn:hover, .disable-btn:focus {
  color: #fff;
}
@media (max-width: 1199.98px) {
  .disable-btn {
    margin-bottom: 30px;
  }
}
@media (max-width: 991.98px) {
  .disable-btn {
    margin-bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  .disable-btn {
    padding: 7px 10px;
  }
}
/* 02.11 Padding Top style */
.padding-top-60 {
  padding-top: 60px;
}
@media (max-width: 1199.98px) {
  .padding-top-60 {
    padding-top: 40px;
  }
}
@media (max-width: 991.98px) {
  .padding-top-60 {
    padding-top: 30px;
  }
}
@media (max-width: 575.98px) {
  .padding-top-60 {
    padding-top: 25px;
  }
}
/* 02.12 Padding Top Text style */
.padding-top-text-60 {
  padding-top: 60px;
}
@media (max-width: 1199.98px) {
  .padding-top-text-60 {
    padding-top: 31px;
  }
}
@media (max-width: 991.98px) {
  .padding-top-text-60 {
    padding-top: 22px;
  }
}
@media (max-width: 575.98px) {
  .padding-top-text-60 {
    padding-top: 19px;
  }
}
/* 02.13 Padding bottom style */
.padding-bottom-60 {
  padding-bottom: 60px;
}
@media (max-width: 1199.98px) {
  .padding-bottom-60 {
    padding-bottom: 40px;
  }
}
@media (max-width: 991.98px) {
  .padding-bottom-60 {
    padding-bottom: 30px;
  }
}
@media (max-width: 575.98px) {
  .padding-bottom-60 {
    padding-bottom: 25px;
  }
}
.justify-content-flex-end {
  justify-content: flex-end;
}
/* 02.15 Pagination style */
.pagination .page-item:first-child .page-link, .pagination .page-item:last-child .page-link {
  border-radius: 0;
}
.pagination .page-item:not(:last-child) .page-link {
  margin-right: 5px;
}
.pagination .page-item .page-link {
  width: 36px;
  height: 36px;
  line-height: 36px;
  border: 1px solid #e0dcdc;
  padding: 0;
  color: #333333;
}
@media (max-width: 767.98px) {
  .pagination .page-item .page-link {
    width: 35px;
    height: 35px;
    line-height: 32px;
  }
}
.pagination .page-item .page-link i:before {
  font-size: 16px;
}
.pagination .page-item .page-link:hover {
  color: #fff;
  border-color: #f74f2e;
  background: #f74f2e;
}
.pagination .page-item .page-link:focus {
  box-shadow: none;
}
.pagination .page-item.active .page-link {
  color: #fff;
  border-color: #f74f2e;
  background: #f74f2e;
}
/* 02.16 visible and hidden style */
@media (min-width: 1200px) {
  .visible-xl {
    display: inline-block !important;
  }
  .hidden-xl {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .visible-lg {
    display: inline-block !important;
  }
  .hidden-lg {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .visible-md {
    display: inline-block !important;
  }
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 576px) {
  .visible-sm {
    display: inline-block !important;
  }
  .hidden-sm {
    display: none !important;
  }
}
/* 02.17 filter-overlay style */
.filter-overlay {
  position: fixed;
  width: 100%;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  z-index: 11;
  transition: all 0.3s;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
}
.collection-filter {
    overflow: hidden; 
}
/* 02.19  The Modal  style */
.model_open {
  overflow: hidden;
}
.modal.quick-view-modal {
  display: none;
  position: fixed;
  z-index: 11111;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.8);
}
.modal.quick-view-modal .modal-content {
  background-color: #fff;
  margin: 3% auto;
  padding: 20px 20px 20px;
  border: 0;
  border-radius: 0;
  max-width: 1110px;
}
@media (max-width: 1199.98px) {
  .modal.quick-view-modal .modal-content {
    max-width: 960px;
  }
}
@media (max-width: 991.98px) {
  .modal.quick-view-modal .modal-content {
    max-width: 720px;
    margin: 3% auto;
  }
.collection-filter .filter-overlay {
    opacity: 1;
    filter: alpha(opacity=15);
    visibility: visible; 
}
}
@media (max-width: 767.98px) {
  .modal.quick-view-modal .modal-content {
    max-width: 540px;
    margin: 2% auto;
  }
}
@media (max-width: 575.98px) {
  .modal.quick-view-modal .modal-content {
    max-width: 100%;
    margin: 15px;
    padding: 20px 15px;
    width: -moz-calc(100% - 30px);
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
  }
}
.modal.quick-view-modal .modal-content .product_detail_section {
  padding-bottom: 0;
}
.modal.quick-view-modal .modal-content .product_detail_section .container {
  padding: 0;
}
@media (min-width: 1200px) {
  .modal.quick-view-modal .modal-content .product_detail_section .container .product_content {
    padding-top: 42px;
  }
}
.modal.quick-view-modal .close_popup {
    color: #808080;
    display: flex;
    font-size: 32px;
    width: 32px;
    height: 32px;
    background: #eee;
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 9;
    line-height: 32px;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
}
.modal.quick-view-modal .close_popup span {
    width: 100%;
    height: 100%;
    text-align: center;
}
/* ============================================ *
* 06. Homepage style
* ============================================ */
/* - 06.4 Featured Products Style */
.featured_section .title_h3 {
  margin-bottom: -8px;
}
.featured_section .featured_content {
  position: relative;
  margin-top: 40px;
}
@media (max-width: 1199.98px) {
  .featured_section .featured_content {
    margin-top: 30px;
  }
}
@media (max-width: 991.98px) {
  .featured_section .featured_content {
    margin-top: 25px;
  }
}
@media (max-width: 767.98px) {
  .featured_section .featured_content {
    margin-top: 20px;
  }
}
@media (max-width: 575.98px) {
  .featured_section .featured_content {
    margin-bottom: -7px;
  }
}
.featured_section .featured_content ::i-block-chrome, .featured_section .featured_content .featured_img_content {
  overflow: hidden;
}
.featured_section .featured_content .featured_img_content {
  position: relative;
  margin-bottom: 10px;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .featured_section .featured_content .featured_img_content {
    margin-bottom: 7px;
  }
}
.featured_section .featured_content .featured_product_img{
	transition: all 0.3s ease-in-out;
}
.featured_section .featured_content:hover .featured_product_img{
	transform: scale(1.1);
	transition: all 0.6s ease-in-out;
}
.featured_section .featured_content .featured_img_content .featured_btn {
  z-index: 1;
  position: absolute;
  transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  bottom: -35%;
  width: 100%;
  background: rgba(255,255,255,0.82);
  display: flex;
  justify-content: center;
  align-items: center;
/*  margin-bottom: 15px;*/
}
.featured_section .featured_content .featured_img_content .featured_btn a{
	flex: 50% 0 0;
	text-align: center;
}
.featured_section .featured_content .featured_img_content .featured_btn .sold_out_btn{
	color: #ff0202;
}
.featured_section .featured_content .featured_img_content .featured_btn a, .featured_section .featured_content .featured_img_content .featured_btn .sold_out_btn {
  font-size: 13px;
  font-weight: 700;
  opacity: 0;
  padding: 10px 5px;
  border-right: 1px solid rgba(0,0,0,0.08);	
}
.column4 .featured_content .featured_img_content .featured_btn a, .column4 .featured_content .featured_img_content .featured_btn .sold_out_btn{
	font-size: 12px !important;
}
.featured_section .featured_content .featured_img_content .featured_btn a:last-child, .featured_section .featured_content .featured_img_content .featured_btn .sold_out_btn:last-child{
	border: 0;
	margin-bottom: 0;
}
.featured_section .featured_content .featured_img_content .product-label {
  position: absolute;
  padding: 0 8px;
  z-index: 1;
  top: 10px;
  font-weight: 600;
  font-size: 12px;
}
@media (max-width: 575.98px) {
  .featured_section .featured_content .featured_img_content .product-label {
    padding: 2px 5px 3px;
  }
}
.featured_section .featured_content .featured_img_content .product-label .diamond_shape {
  border-bottom: 8px solid rgba(255,255,255, 0.82);
  border-top: 9px solid rgba(255,255,255, 0.82);
  position: absolute;
  border-right: 5px solid transparent;
  top: 0;
  right: -5px;
}
.featured_section .featured_content .featured_img_content .product-label.new-label {
  background: rgba(255,255,255, 0.82);
  color: #39cd12;
}
.featured_section .featured_content .featured_img_content .product-label.new-label .diamond_shape {
  border-bottom: 8px solid rgba(255,255,255, 0.82);
  border-top: 9px solid rgba(255,255,255, 0.82);
}
.featured_section .featured_content .featured_img_content .product-label.sale-label {
  background: rgba(255,255,255, 0.82);
  color: #ff0202;	
}
.featured_section .featured_content .featured_img_content .product-label.sale-label .diamond_shape {
  border-bottom: 8px solid rgba(255,255,255, 0.82);
  border-top: 9px solid rgba(255,255,255, 0.82);
}
.featured_section .featured_content .featured_img_content .heart {
  position: absolute;
  right: 10px;
  top: 10px;
  border: 1px solid #d2d2d2;
  width: 30px;
  height: 30px;
	border-radius: 100%;
  opacity: 0;
}
@media (max-width: 1024px) {
  .featured_section .featured_content .featured_img_content .heart {
    opacity: 1;
  }
}
.featured_section .featured_content .featured_img_content .heart i {
  color: #a6a6a6;
}
.featured_section .featured_content .featured_img_content .heart i:before {
  font-size: 16px;
}
.featured_section .featured_content .featured_img_content .heart.add_wishlist {
  border-color: #f74f2e;
}
.featured_section .featured_content .featured_img_content .heart.add_wishlist i {
  color: #f74f2e;
}
.featured_section .featured_content .featured_detail_content a {
  display: inline-block;
  width: 100%;
}
.featured_section .featured_content .featured_title {
  font-size: 14px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 3px;
	line-height: normal;
}
.featured_section .featured_content .featured_brand {
  font-size: 14px;
  font-weight: 700;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 3px;
 line-height: normal;
}
.featured_section .featured_content .featured_price {
  font-size: 14px;
  line-height: normal;
}
.featured_section .featured_content .featured_price .fp_net_price{
	font-weight: 700;
}
.featured_section .featured_content .featured_price strike{
	color: #6a6a6a;
	margin: 0 5px;
}
.featured_section .featured_content .featured_price .fp_off_price{
    color: #f69871;
}
@media (max-width: 991.98px) {
  .featured_section .featured_content .featured_title {
    margin-bottom: 0;
  }
}
@media (max-width: 575.98px) {
  .featured_section .featured_content .featured_title {
    margin-bottom: 3px;
  }
}
.featured_section .featured_content .featured_price {
  margin-bottom: 12px;
}
.featured_section .featured_content .featured_variyant .radio {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: -1px;
}
@media (max-width: 575.98px) {
  .featured_section .featured_content .featured_variyant .radio {
    width: 25px;
    height: 28px;
    margin-bottom: 7px;
  }
}
.featured_section .featured_content .featured_variyant .radio label {
  font-size: 12px;
  margin-bottom: 0;
  display: block;
  line-height: 28px;
  border: 1px solid #aaa;
}
@media (max-width: 575.98px) {
  .featured_section .featured_content .featured_variyant .radio label {
    line-height: 25px;
  }
}
.featured_section .featured_content .featured_variyant .radio input {
  position: absolute;
  opacity: 0;
}
.featured_section .featured_content .featured_variyant .radio input[type="radio"]:checked + label {
  color: #f74f2e;
  border-color: #f74f2e;
}
.featured_section .featured_content:hover {
  transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-duration: .2s;
  -ms-transition-duration: .2s;
  -moz-transition-duration: .2s;
  -webkit-transition-duration: .2s;
  -o-transition-duration: .2s;
}
.featured_section .featured_content:hover .featured_img_content .featured_btn {
  bottom: 0;
  transition: all 0.4s ease-in-out;
}
 .featured_section .featured_content:hover .featured_img_content a, .featured_section .featured_content:hover .featured_img_content .sold_out_btn, .featured_section .featured_content:hover .featured_img_content .heart {
  opacity: 1;
  z-index: 1;
}
/*============================================
* 15. Product List Page style
* ============================================ */
.product_list_section .collection-sorting-row {
  display: inline-block;
  width: 100%;
  background: #f7f7f7;
  padding: 4px 8px;
  /*border: 1px solid #eee;*/
}
@media (max-width: 1199.98px) {
  .product_list_section .collection-sorting-row {
    margin-bottom: 0;
  }
}
.product_list_section .collection-sorting-row .short_by {
  display: inline-block;
  vertical-align: middle;
  width: 45.5%;
}
@media (max-width: 1199.98px) {
  .product_list_section .collection-sorting-row .short_by {
    width: 44.9%;
  }
}
@media (max-width: 991.98px) {
  .product_list_section .collection-sorting-row .short_by {
    width: 62%;
	text-align: center;
  }
}
@media (max-width: 575.98px) {
  .product_list_section .collection-sorting-row .short_by {
    width: 65%;
    margin-top: 0;
  }
}
.product_list_section .collection-sorting-row .short_by form .form-group {
  margin-bottom: 0;
}
.product_list_section .collection-sorting-row .short_by form .form-group label {
  display: inline-block;
  vertical-align: middle;
  margin-right: 2px;
  text-transform: capitalize;
}
.product_list_section .collection-sorting-row .short_by form .form-group .form-control {
    width: auto;
    font-size: 15px;
    color: #5d5d5d;
    background-color: #fefefe;
    font-weight: 600;
    min-width: 224px;
    display: inline-block;
    vertical-align: middle;
    background-image: url(../images/shot_arrow.svg);
    background-position: 95% 50%;
    border: 1px solid #eee;
}
@media (max-width: 767.98px) {
  .product_list_section .collection-sorting-row .short_by form .form-group .form-control {
    min-width: 162px;
  }
}
@media (max-width: 575.98px) {
  .product_list_section .collection-sorting-row .short_by form .form-group .form-control {
    min-width: inherit;
    background-position: 97% 50%;
    padding: 5px 10px;
	  width: 100%;
  }
}
@media (max-width: 375px) {
  .product_list_section .collection-sorting-row .short_by form .form-group .form-control {
    background-position: 95% 48%;
  }
}
.product_list_section .collection-sorting-row .short_by.show_product {
  width: 20%;
	float: right;
}
@media (max-width: 1199.98px) {
  .product_list_section .collection-sorting-row .short_by.show_product {
    width: 24%;
  }
}
@media (max-width: 991.98px) {
  .product_list_section .collection-sorting-row .short_by.show_product {
    width: auto;
	  float: right;
  }
}
@media (max-width: 575.98px) {
  .product_list_section .collection-sorting-row .short_by.show_product {
    width: 30%;
    text-align: left !important;
  }
}
.product_list_section .collection-sorting-row .short_by.show_product form .form-group .form-control {
  min-width: 92px;
  background-position: 85% 50%;
}
@media (max-width: 767.98px) {
  .product_list_section .collection-sorting-row .short_by.show_product form .form-group .form-control {
    min-width: 75px;
    background-position: 82% 48%;
  }
}
@media (max-width: 575.98px) {
  .product_list_section .collection-sorting-row .short_by.show_product form .form-group .form-control {
    min-width: inherit;
    background-position: 92% 50%;
  }
}
@media (max-width: 375px) {
  .product_list_section .collection-sorting-row .short_by.show_product form .form-group .form-control {
    background-position: 92% 50%;
  }
}
  .product_list_section .collection-sorting-row .product_grid {
    display: inline-flex;
    align-items: center;
    width: 30%;
}
.product_list_section .collection-sorting-row .product_grid .form-custom-label{
	margin-right: 5px !important;
}
@media (max-width: 1199.98px) {
  .product_list_section .collection-sorting-row .product_grid {
    width: 29.3%;
    text-align: center;
  }
}
.product_list_section .collection-sorting-row .product_grid ul {
  display: inline-flex;
  border: 1px solid #eee;
  padding: 0 8px;
  background: #fefefe;	
}
.product_list_section .collection-sorting-row .product_grid ul li {
  cursor: pointer;
  height: 28px;
}
.product_list_section .collection-sorting-row .product_grid ul li svg{
  position: relative;
  top: 5px;
}
.product_list_section .collection-sorting-row .product_grid ul li:not(:last-child) {
    border-right: 1px solid #eee;
    padding-right: 8px;
    margin-right: 8px;
}
.product_list_section .collection-sorting-row .product_grid ul li:hover svg path, .product_list_section .collection-sorting-row .product_grid ul li.active svg path {
  fill: #5d5d5d;
}
.product_list_section .collection-sorting-row .filter_menu .filter-menu-text{
	font-size: 15px;
    color: #5d5d5d;
    font-weight: 600;
	background: #fefefe;
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 3px 10px;
	border: 1px solid #eee;
}
.product_list_section .collection-sorting-row .filter_menu .filter-menu-text svg{
	margin-right: 7px;
}
@media (max-width: 991.98px) {
  .product_list_section .collection-sorting-row .filter_menu {
    float: left;
    margin-right: 20px;
  }
}
@media (min-width: 992px) {
  .product_list_section .category-products .column2 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .product_list_section .category-products .column3 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .product_list_section .category-products .column4 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .product_list_section .category-products .column5 {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .column5 .feature-product-img {
      height: 170px;
  }
}
@media (max-width: 1199.98px) {
  .product_list_section .category-products .featured_content .featured_variyant .checkbox {
    margin-bottom: 5px;
  }
}
.product_list_section .category-products .featured_content {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (max-width: 991.98px) {
  .product_list_section .collection_sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 325px;
    left: 0;
    background: #f5f5f5;
    z-index: 11111;
    height: 100%;
    padding: 30px 0;
    left: -325px;
  }
}
@media (max-width: 991.98px) and (max-width: 375px) {
  .product_list_section .collection_sidebar {
    padding: 20px 0;
    left: -300px;
    width: 300px;
  }
}
@media (max-width: 991.98px) {
  .product_list_section .collection_sidebar .sidebar_title {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 25px;
    height: 25px;
    background: #e5e5e5;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
  }
  .product_list_section .collection_sidebar .sidebar_title .filter_close{
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
	}
	.sidebar_global_filter{
        padding: 12px 20px;
        margin-bottom: 5px;
        margin-top: 5px;
        border: 0;
	}
	.product_list_section .collection_sidebar .category_list{
		border: 1px solid #eee;
		border-bottom: 0 !important;
	}
	.product_list_section .collection_sidebar .category_list:last-child{
		border-bottom: 1px solid #eee !important;
	}
}
@media (max-width: 991.98px) {
	.product_list_section .collection_sidebar .sidebar_title .filter_close i{
		display: flex;
	}
  .product_list_section .collection_sidebar .sidebar_title .filter_close i:before {
    font-size: 12px;
  }
  .product_list_section .collection_sidebar .filter_content {
    padding: 0 20px 20px 20px;
    position: relative;
	overflow-y: auto;
  }
	.product_list_section .collection_sidebar .category_list .search_tag input{
		padding: 0px 22px 5px 4px;
	}
	.product_list_section .collection-sorting-row{
		padding: 10px;
	}
}
.product_list_section .collection_sidebar .category_list {
  background: #fff;
  overflow: auto;	
  /*border-bottom: 1px solid #eee;*/
}
.product_list_section .collection_sidebar .category_list:last-child {
  border-bottom: 0;
}
.product_list_section .collection_sidebar .category_list .category_list_title {
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product_list_section .collection_sidebar .category_list .category_list_title h5, .product_list_section .collection_sidebar .category_list .category_list_title span {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
.product_list_section .collection_sidebar .category_list .category_list_title span {
  margin-top: 1px;
  height: 16px;
  margin-right: 3px;
  cursor: pointer;
  display: inline-flex;
}
.product_list_section .collection_sidebar .category_list .category_list_title span:before {
  font-size: 12px;
  margin-top: 0;
  display: inline-block;
  vertical-align: top;
}
.product_list_section .collection_sidebar .category_list .category_list_title.open-filter {
  border-bottom: 0;
}
.product_list_section .collection_sidebar .category_list .category_list_title .category_close_icon .fa-plus{
  display:none;
}
.product_list_section .collection_sidebar .category_list .category_list_title.open-filter .category_close_icon .fa-plus{
  display:block;
}
.product_list_section .collection_sidebar .category_list .category_list_title.open-filter .category_close_icon .fa-minus{
  display:none;
}
.product_list_section .collection_sidebar .category_list .search_tag {
  padding: 0 15px;
  position: relative;
}
.product_list_section .collection_sidebar .category_list .search_tag input {
  border: 0;
  width: 100%;
  font-size: 12px;
  border-bottom: 1px solid #eee;
  color: #888888;
  padding: 0px 30px 5px 10px;
}
.product_list_section .collection_sidebar .category_list .search_tag button {
  padding: 0;
  border: 0;
  background: transparent;
  position: absolute;
  right: 20px;
  top: 0;
}
.product_list_section .collection_sidebar .category_list .search_tag button:before {
  font-size: 12px;
  color: #888888;
}
.product_list_section .collection_sidebar .category_list ul {
	padding: 9px 15px 12px;
	max-height: 400px;
	overflow-y: auto;
	scrollbar-width: thin;
	scrollbar-color: #ddd #fff;
}
.product_list_section .collection_sidebar .category_list ul::-webkit-scrollbar {
	width: 6px;
}
.product_list_section .collection_sidebar .category_list ul::-webkit-scrollbar-thumb {
	background: #dddddd;
	border-radius: 6px;
}
.product_list_section .collection_sidebar .category_list ul::-webkit-scrollbar-track {
	background: #fff;
}
.product_list_section .collection_sidebar .category_list ul li .checkbox{
	margin: 0;
}
.product_list_section .collection_sidebar .category_list ul li {
  font-size: 13px;
  width: 100%;
}
.product_list_section .collection_sidebar .category_list ul li:not(:last-child) {
  margin-bottom: 5px;
}
.product_list_section .collection_sidebar .category_list ul li .checkbox input {
  opacity: 0;
  position: absolute;
}
.product_list_section .collection_sidebar .category_list ul li .checkbox label {
  position: relative;
  padding-left: 19px;
  margin-bottom: 0;
  cursor: pointer;
}
.product_list_section .collection_sidebar .category_list ul li .checkbox label:before {
  width: 13px;
  height: 13px;
  content: '';
  border-radius: 50%;
  bottom: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  border: 1px solid #e0dcdc;
}
.product_list_section .collection_sidebar .category_list ul li .checkbox label:after {
  bottom: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  content: '';
  display: block;
  width: 3px;
  height: 6px;
  border: solid transparent;
  border-width: 0 1px 1px 0;
  transform: rotate(45deg);
  top: -2px;
  bottom: 0;
  margin: auto 0;
  left: 5px;
}
.product_list_section .collection_sidebar .category_list ul li .checkbox input:checked ~ label:before, .product_list_section .collection_sidebar .category_list ul li .checkbox input:checked ~ label:after {
  border-color: #f74f2e;
}
.product_list_section .collection_sidebar .category_list ul.men li, .product_list_section .collection_sidebar .category_list ul.women li, .product_list_section .collection_sidebar .category_list ul.filter_category li, .product_list_section .collection_sidebar .category_list ul.filter_brand li {
  display: none;
}
.product_list_section .collection_sidebar .category_list .loadMore {
  margin: -5px 34px 14px;
  color: #f74f2e;
  font-size: 14px;
  cursor: pointer;
  display: table;
}
.product_list_section .collection_sidebar .category_list .claerall {
  color: #f74f2e;
  font-size: 14px;
  margin: 8px 0 -3px;
  display: table;
}
.product_list_section .collection_sidebar .category_list .select_category {
  display: inline-block;
  width: 100%;
  margin-bottom: 3px;
}
.product_list_section .collection_sidebar .category_list .select_category .fill_type {
  display: inline-block;
  width: 100%;
}
.product_list_section .collection_sidebar .category_list .select_category .fill_type .fill_name, .product_list_section .collection_sidebar .category_list .select_category .fill_type .clear {
  font-size: 14px;
  color: #333333;
  display: inline-block;
  width: 50%;
  float: left;
  margin-bottom: 0;
}
.product_list_section .collection_sidebar .category_list .select_category .fill_value {
  margin-top: -7px;
  position: relative;
  display: table;
  width: 85%;
}
@media (max-width: 575.98px) {
  .product_list_section .collection_sidebar .category_list .select_category .fill_value {
    margin-top: 0;
  }
	.product_list_section .collection-sorting-row .short_by form .form-group label{
		display: block;
		text-align: left;
	}
.product_list_section .collection-sorting-row .filter_menu {
	display: none;
    float: none;
    margin: 0;
	max-width: 94px;
  }
}
.product_list_section .collection_sidebar .category_list .select_category .fill_value p {
  font-size: 14px;
  color: #797979;
  margin-bottom: 8px;
  line-height: normal;
  margin-right: 11px;
  float: left;
  display: inline-block;
}
.product_list_section .collection_sidebar .category_list .select_category .fill_value p span {
  width: 13px;
  height: 13px;
  display: inline-block;
  vertical-align: middle;
}
.product_list_section .collection_sidebar .category_list .select_category .fill_value p span.color1 {
  background: #fbcee0;
}
.product_list_section .collection_sidebar .category_list .select_category .fill_value p span.color2 {
  background: #9cb3f1;
}
.product_list_section .collection_sidebar .category_list .select_category .fill_value p span.color3 {
  background: #fda430;
}
.product_list_section .collection_sidebar .category_list .select_category .fill_value a.flaticon-close {
  position: absolute;
  right: -9px;
  top: -8px;
}
.product_list_section .collection_sidebar .category_list .select_category .flaticon-close:before {
  font-size: 9px;
  color: #797979;
}
.product_list_section .collection_sidebar .category_list .shopping_by_select {
  padding: 14px 10px;
}
.product_list_section .collection_sidebar .category_list .range_slider {
  margin: 15px 25px 40px;
}
.product_list_section .collection_sidebar .category_list .range_slider #slider.ui-widget.ui-widget-content {
  border: 0;
  background: #e1dede;
  height: 7px;
  border-radius: 50px;
}
.product_list_section .collection_sidebar .category_list .range_slider #slider .ui-slider-range {
  background: #f74f2e;
	border-radius: 50px;
}
.product_list_section .collection_sidebar .category_list .range_slider #slider .ui-slider-handle {
  width: 13px;
  height: 13px;
	border-radius: 50px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.23);
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.23);
  outline: 0;
  top: -3px;
  margin-left: -12px !important;
  border: 0;
}
.product_list_section .collection_sidebar .category_list .range_slider #slider .ui-slider-handle:nth-last-child(2) {
  margin-left: 0 !important;
}
.product_list_section .collection_sidebar .category_list .range_slider #slider .value {
  color: #333333;
  /*font-family: 'Work Sans';*/
  font-size: 14px;
  font-weight: 600;
  top: 15px;
  position: absolute;
  left: 50%;
  margin: 0 0 0 -20px;
  width: 40px;
  text-align: center;
  display: block;
}
.product_list_section .collection_sidebar .category_list .range_slider #slider .value.price-range-both {
  display: none;
  min-width: 120px;
  margin-left: 0;
  text-align: left;
}
.product_list_section .pagination {
  margin-top: 40px;
}
@media (max-width: 767.98px) {
  .product_list_section .pagination {
    margin-top: 20px;
  }
}
@media (min-width: 992px) {
  .product_list_section.product_list_filter_section .collection_sidebar .filter_content {
    height: auto !important;
  }
}
.product_list_section.product_list_filter_menu_section .collection_sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 325px;
  left: 0;
  background: #f5f5f5;
  z-index: 11111;
  height: 100%;
  padding: 30px 0;
  left: -325px;
}
@media (max-width: 375px) {
  .product_list_section.product_list_filter_menu_section .collection_sidebar {
    padding: 20px 0;
    left: -300px;
    width: 300px;
  }
}
.product_list_section.product_list_filter_menu_section .collection_sidebar .sidebar_title {
  display: inline-block;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 375px) {
  .product_list_section.product_list_filter_menu_section .collection_sidebar .sidebar_title {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.product_list_section.product_list_filter_menu_section .collection_sidebar .sidebar_title .title_h3 {
  display: inline-block;
}
.product_list_section.product_list_filter_menu_section .collection_sidebar .filter_content {
  padding: 0 35px;
  position: relative;
}
@media (max-width: 375px) {
  .product_list_section.product_list_filter_menu_section .collection_sidebar .filter_content {
    padding: 0 20px;
  }
}
.product_list_section.product_list_filter_menu_section .filter_menu {
  border: 1px solid #aaa;
  float: left;
}
.product_list_section.product_list_filter_menu_section .filter_menu a {
  padding: 11px 10px 10px;
  cursor: pointer;
  display: block;
}
.product_list_section.product_list_filter_menu_section .filter_menu a svg {
  margin-right: 3px;
}
@media (max-width: 991.98px) {
  .product_list_section.product_list_filter_menu_section .filter_menu {
    margin-right: 17.1%;
  }
}
@media (max-width: 767.98px) {
  .product_list_section.product_list_filter_menu_section .filter_menu {
    margin-right: 3px;
  }
}
@media (max-width: 575.98px) {
  .product_list_section.product_list_filter_menu_section .filter_menu {
    margin-right: 0;
    width: 100%;
    padding: 7px 0px 8px;
    border: 0;
  }
  .product_list_section.product_list_filter_menu_section .filter_menu a {
    padding: 0;
    display: table;
  }
}
.product_list_section.product_list_filter_menu_section .collection-sorting-row .short_by {
  width: 33.7%;
  margin-left: 8.2%;
}
@media (max-width: 1199.98px) {
  .product_list_section.product_list_filter_menu_section .collection-sorting-row .short_by {
    margin-left: 6%;
  }
	.featured_section .featured_content .featured_img_content .featured_btn a, .featured_section .featured_content .featured_img_content .featured_btn .sold_out_btn{
		font-size: 13px;
	}
}
@media (max-width: 991.98px) {
  .product_list_section.product_list_filter_menu_section .collection-sorting-row .short_by {
    margin-left: 0;
    width: auto;
  }
}
@media (max-width: 767.98px) {
  .product_list_section.product_list_filter_menu_section .collection-sorting-row .short_by {
    float: left;
  }
  .product_list_section.product_list_filter_menu_section .collection-sorting-row .short_by:not(:last-child) {
    margin-right: 5px;
  }
 .product_list_section .collection-sorting-row .short_by {
    width: 52%;
	text-align: center;
  }
}
@media (max-width: 575.98px) {
  .product_list_section.product_list_filter_menu_section .collection-sorting-row .short_by {
    width: 100%;
  }
  .product_list_section.product_list_filter_menu_section .collection-sorting-row .short_by:not(:last-child) {
    margin-right: 0;
  }
	.product_list_section .collection-sorting-row .filter_menu .filter-menu-text{	
	 padding: 7px 10px;
    justify-content: center;
	}
	.featured_section .featured_content .featured_img_content .featured_btn a, .featured_section .featured_content .featured_img_content .featured_btn .sold_out_btn {
    font-size: 12px;
  }
}
.product_list_section.product_list_filter_menu_section .collection-sorting-row .short_by.show_product {
  margin-left: 0;
  width: 15%;
}
@media (max-width: 1199.98px) {
  .product_list_section.product_list_filter_menu_section .collection-sorting-row .short_by.show_product {
    width: 18%;
  }
}
@media (max-width: 991.98px) {
  .product_list_section.product_list_filter_menu_section .collection-sorting-row .short_by.show_product {
    width: auto;
  }
}
@media (max-width: 575.98px) {
  .product_list_section.product_list_filter_menu_section .collection-sorting-row .short_by.show_product {
    width: 100%;
  }
}
/*============================================
* 16. Product Detail Page style
* ============================================ */
.product_detail_section {
  /* 16.1 Product slider style */
  /* 16.2 Product content style */
  /* 16.3 Product description style */
}
@media (min-width: 1200px) {
  .product_detail_section {
    padding-bottom: 85px;
  }
}
.product_detail_section .owl-carousel#sync1 .product_img, .product_detail_section .owl-carousel#q_sync1 .product_img {
  position: relative;
  height: 565px;
  background: #eee;
}
@media (max-width: 1199.98px) {
  .product_detail_section .owl-carousel#sync1 .product_img, .product_detail_section .owl-carousel#q_sync1 .product_img {
    height: 525px;
  }
}
@media (max-width: 575.98px) {
  .product_detail_section .owl-carousel#sync1 .product_img, .product_detail_section .owl-carousel#q_sync1 .product_img {
    height: 600px;
  }
}
.product_detail_section .owl-carousel#sync1 .product_img img, .product_detail_section .owl-carousel#q_sync1 .product_img img {
  width: auto;
  margin: auto;
  max-height: 100%;
}
@media (max-width: 575.98px) {
  .product_detail_section .owl-carousel#sync1 .product_img img, .product_detail_section .owl-carousel#q_sync1 .product_img img {
    padding: 10px;
  }
}
.product_detail_section .product_content {
  padding: 36px 18px 28px;
}
@media (max-width: 1199.98px) {
  .product_detail_section .product_content {
    padding: 20px 15px 25px;
  }
}
@media (max-width: 991.98px) {
  .product_detail_section .product_content {
    margin-top: 30px;
  }
}
@media (max-width: 575.98px) {
  .product_detail_section .product_content {
    margin-top: 25px;
    padding: 15px;
  }
}
.product_detail_section .product_content .product_title {
  border-bottom: 1px solid #eee;
  padding-bottom: 32px;
  margin-bottom: 28px;
}
@media (max-width: 1199.98px) {
  .product_detail_section .product_content .product_title {
    padding-bottom: 19px;
    margin-bottom: 19px;
  }
}
@media (max-width: 575.98px) {
  .product_detail_section .product_content .product_title {
    padding-bottom: 15px;
    margin-bottom: 12px;
  }
}
.product_detail_section .product_content .product_title .product_price {
  font-weight: 700;
  display: inline-block;
  width: 50%;
  float: left;
  line-height: normal;
}

.product_detail_section .product_content .product_variant {
  border-bottom: 1px solid #eee;
  padding-bottom: 34px;
  margin-bottom: 36px;
}
@media (max-width: 1199.98px) {
  .product_detail_section .product_content .product_variant {
    padding-bottom: 19px;
    margin-bottom: 19px;
  }
}
@media (max-width: 575.98px) {
  .product_detail_section .product_content .product_variant {
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
}
.product_detail_section .product_content .product_variant .title_h5 {
  display: block;
}
.product_detail_section .product_content .product_variant .form-group {
  margin-bottom: 5px;
}
.product_detail_section .product_content .product_variant .form-group.color_box .radio {
  display: inline-block;
  position: relative;
  margin: 0;
}
.product_detail_section .product_content .product_variant .form-group.color_box .radio input {
  opacity: 0;
  position: relative;
  width: 37px;
  height: 37px;
  z-index: 11;
  margin: 0;
}
.product_detail_section .product_content .product_variant .form-group.color_box .radio label {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 37px;
  height: 37px;
  border: 1px solid #e0dcdc;
  padding-left: 0;
}
.product_detail_section .product_content .product_variant .form-group.color_box .radio label:before {
  content: '';
  display: inline-block;
  width: 31px;
  height: 31px;
  padding: 0;
  margin: 2px;
}
.product_detail_section .product_content .product_variant .form-group.color_box .radio label.color1:before {
  background: #002d74;
}
.product_detail_section .product_content .product_variant .form-group.color_box .radio label.color2:before {
  background: #9cb3f1;
}
.product_detail_section .product_content .product_variant .form-group.color_box .radio label.color3:before {
  background: #fda430;
}
.product_detail_section .product_content .product_variant .form-group.color_box .radio label.color4:before {
  background: #a746d9;
}
.product_detail_section .product_content .product_variant .form-group.color_box .radio [type="radio"]:checked + label {
  border-color: #f74f2e;
}
.product_detail_section .product_content .product_variant .form-group.size_box {
  width: 205px;
  display: inline-block;
  margin-right: 14px;
}
.product_detail_section .product_content .product_variant .form-group.size_box select {
  background-image: url(../images/shot_arrow.svg);
  background-position: 92% 50%;
}
.product_detail_section .product_content .product_variant .form-group.quantity_box {
  display: inline-block;
}
.product_detail_section .product_content .product_btns a{
	font-size: 16px;
}
.product_detail_section .product_content .product_btns .bag_btn {
  padding: 10px 15px;
  margin-right: 14px;
  display: inline-block;
  cursor: pointer;
  line-height: normal;
}
@media (max-width: 575.98px) {
  .product_detail_section .product_content .product_btns .bag_btn {
    padding: 9px 10px 10px;
    margin-bottom: 15px;
  }
}
.product_detail_section .product_content .product_btns .cart_btn {
  border: 0;
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px;
  margin-top: 0;
  line-height: normal;
}
@media (max-width: 575.98px) {
  .product_detail_section .product_content .product_btns .cart_btn {
    padding: 10px 10px 11px;
    margin-bottom: 15px;
  }
}
@media (max-width: 575.98px) {
  .product_detail_section .product_description {
    margin-top: -5px;
  }
}
.product_detail_section .product_description #accordion {
  padding-top: 36px;
  margin-bottom: -13px;
}
@media (max-width: 991.98px) {
  .product_detail_section .product_description #accordion {
    padding-top: 26px;
  }
	.product_list_section .collection_sidebar .category_list .category_list_title{
		padding: 10px 15px 13px 15px;
	}
		.product_list_section .collection-sorting-row .product_grid{
		display: none;
	}
}
@media (max-width: 575.98px) {
  .product_detail_section .product_description #accordion {
    padding-top: 5px;
  }
}
.product_detail_section .product_description #accordion .card {
  border: 0;
}
.product_detail_section .product_description #accordion .card .card-header {
  padding: 0;
  background: transparent;
  border-radius: 0;
  border: 0;
}
.product_detail_section .product_description #accordion .card .card-header .btn-link {
  width: 100%;
  border: 0;
  border-top: 1px solid #e0dcdc;
  padding: 16px 0 15px;
  color: #333333;
  text-decoration: none;
  cursor: pointer;
  position: relative;
}
@media (max-width: 575.98px) {
  .product_detail_section .product_description #accordion .card .card-header .btn-link {
    padding: 12px 0;
  }
}
.product_detail_section .product_description #accordion .card .card-header .btn-link:before {
  content: '';
  background: #333333;
  width: 13px;
  height: 2px;
  display: inline-block;
  bottom: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  left: inherit;
  right: 18px;
  transform: translateY(-50%) rotate(-45deg);
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -moz-transform: translateY(-50%) rotate(-45deg);
}
.product_detail_section .product_description #accordion .card .card-header .btn-link:after {
  content: '';
  background: #333333;
  width: 2px;
  height: 13px;
  display: inline-block;
  bottom: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  left: inherit;
  right: 23px;
  transform: translateY(-50%) rotate(-45deg);
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -moz-transform: translateY(-50%) rotate(-45deg);
}
.product_detail_section .product_description #accordion .card .card-header .btn-link.collapsed:before {
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}
.product_detail_section .product_description #accordion .card .card-header .btn-link.collapsed:after {
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}
.product_detail_section .product_description #accordion .card .card-body {
  padding: 14px 0;
}
.product_detail_section .product_description #accordion .card .card-body h4 {
  margin-bottom: 10px;
}
.product_detail_section .product_description #accordion .card .card-body .star {
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
}
.product_detail_section .product_description #accordion .card .card-body .star img {
  margin-right: 19px;
  margin-top: -3px;
}
.product_detail_section .product_description #accordion .card .card-body .write_review_text {
  float: right;
  font-size: 14px;
  color: #f74f2e;
}
.product_detail_section .product_description #accordion .card .card-body .review_content {
  border-top: 1px solid #f1f1f1;
  margin-top: 10px;
  padding-top: 19px;
  border-bottom: 1px solid #e0dcdc;
  padding-bottom: 36px;
}
@media (max-width: 575.98px) {
  .product_detail_section .product_description #accordion .card .card-body .review_content {
    padding: 15px 0;
  }
}
.product_detail_section .product_description #accordion .card .card-body .review_content .user_img {
  background: #eee;
  width: 65px;
  height: 65px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
}
@media (max-width: 575.98px) {
  .product_detail_section .product_description #accordion .card .card-body .review_content .user_img {
    width: 55px;
    height: 55px;
  }
}
.product_detail_section .product_description #accordion .card .card-body .review_content .user_detail {
  display: inline-block;
  vertical-align: top;
  width: -moz-calc(100% - 75px);
  width: -webkit-calc(100% - 75px);
  width: calc(100% - 75px);
  padding-left: 26px;
  margin-top: -3px;
}
@media (max-width: 575.98px) {
  .product_detail_section .product_description #accordion .card .card-body .review_content .user_detail {
    width: -moz-calc(100% - 61px);
    width: -webkit-calc(100% - 61px);
    width: calc(100% - 61px);
    padding-left: 10px;
  }
	.featured_section .featured_content .featured_price .fp_off_price{
		display: none;
	}
	.featured_section .featured_content .featured_price.fp_mob_price, .featured_section .featured_content .featured_price.fp_mob_price .fp_off_price{
		display: block !important;
	}
	.product_list_section .collection-sorting-row .short_by {
    width: 66%;
  }
}
.product_detail_section .product_description #accordion .card .card-body .review_content .user_detail .review__date {
  margin: 6px 0 7px;
  font-size: 14px;
  display: block;
}
.product_detail_section .product_description #accordion .card .card-body .review_content .user_detail p {
  letter-spacing: -0.066px;
}
.product_detail_section .product_description #accordion .card .card-body .review_content .user_detail p:last-child {
  margin-bottom: 0;
}
.product_detail_section .product_description #accordion .card .card-body p:last-child {
  margin-bottom: 0;
}
.product_detail_section .featured_section {
  padding-top: 55px;
}
.product_detail_section .featured_section .title_h3 {
  font-weight: 400;
}
.row-flex {
  display: flex;
  flex-wrap: wrap;
}
.category-products .col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}
@media (min-width: 660px){
.category-products .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}
@media (max-width: 480px){
        .feature-product-img{
            height: 260px;
        }
}
@media (max-width: 420px){
	.featured_section .featured_content .featured_img_content .featured_btn a, .featured_section .featured_content .featured_img_content .featured_btn .sold_out_btn{
		font-size: 9px;
		padding: 10px 2px;
	}
	.featured_section .featured_content .featured_price.fp_mob_price{
		font-size: 12px;
		padding: 2px 6px 2px;
	}
        .feature-product-img{
            height: 240px;
        }
}
@media (max-width: 360px){
        .feature-product-img{
            height: 200px;
        }
}

#mainProducts2 { 
  margin-top: 25px;
}
.popup_btn
{
cursor: pointer;
}
.category-products.active .featured_btn {
	bottom: 0 !important;
	transition: all 0.4s ease-in-out !important;
}
.category-products.active .featured_btn a {
	opacity: 1 !important;
	z-index: 1 !important;
}
