@media (max-width: 1439px) {
	.post-info {
		padding: 25px 15px;
	}
	.post-title a {
		font-size: 18px;
	}

	.banner-tab {
		padding: 10px 25px;
	}
	.banner-tab .tab-content {
		max-height: 112px;
		overflow-y: scroll !important;
	}

	/*page product details*/
	.product-detail-images .product-thumb-box {
		max-height: 450px;
	}
	/*end page product details*/
}

@media (max-width: 1199px) {
	#views_block {
		width: 80px;
		margin-right: 20px;
	}
	.product-detail-images .product-cover {
		width: calc(100% - 100px);
	}
	.product-detail-images .product-images .thumb-container {
		margin-bottom: 15px;
	}
	.jms_ajax_search .search-box {
		padding: 30px 15px;
	}

	.banner-content {
		left: 30px;
	}

	#cart_block .shoppingcart-box {
		right: -10px;
	}
	#cart_block .shoppingcart-box::before {
		right: 25px;
	}
	#cart_block .shoppingcart-box::after {
		right: 27px;
	}

	.banner-video .banner-content {
		width: 100%;
		position: initial;
	}

	.banner-tab {
		padding: 10px 0;
	}
	.banner-tab .tab-content {
		max-height: 100%;
		overflow-y: initial !important;
	}

	.product-tab-title .nav-tabs > li {
		margin-right: 25px;
	}
	.product-tab-title .nav-tabs > li > a {
		font-size: 14px;
	}

	/*/////////////////////////////////////////////////////////////////////////////////*/

	.product_list .list-item {
		width: 50%;
	}
	.product_list .list-item:nth-child(2n+1) {
		clear: both;
	}
	.product_list .list-item:nth-child(3n+1) {
		clear: none;
	}

	/*/////////////////////////////////////////////////////////////////////////////////*/

	.products-list-in-row .product-list-block .list-item {
		width: 100%;
	}
	.products-list-in-row .preview {
		width: 270px;
	}
	.products-list-in-row .product-info {
	  width: calc(100% - 270px);
	}

	/*/////////////////////////////////////////////////////////////////////////////////*/

	/*page product details*/
	.product-detail {
		display: block;
	}
	/*end page product details*/

	/*page blog categories*/
	.blog-widget h6 {
		 white-space: nowrap;
		 overflow: hidden;
		 text-overflow: ellipsis;
	}
	/*end page blog categories*/

	/*/////////////////////////////////////////////////////////////////////////////////*/
}

@media (max-width: 991px) {
	.pb-right-column.product-detail-content {
		margin-top: 30px;
	}
	#search_filter_controls {
		margin-bottom: 30px;
		text-align: center;
	}
	.view-mode.sort-by-box {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
	}
	.view-mode.sort-by-box .filter-button {
		padding: 0;
		text-align: right;
	}
	.logo-box {
		/*width: calc(100% - 220px);*/
	}

	.megamenu-box {
		float: right;
		width: 55px;
		margin-left: 0;
		padding-top: 2px;
		position: relative;
		z-index: 9;
	}
	#open-button {
		font-size: 23px;
		cursor: pointer;
		position: relative;
		top: 1px;
	}
	.menu-wrap {
		/*background-color: #fff;*/
		left: auto;
		right: -300px;
		z-index: 999999999;
		transition: all 400ms;
	}
	.show-menu .menu-wrap {
		left: auto;
		right: 0;
		transition: all 400ms;
	}
	#off-canvas-menu {
		/*background-color: #fff;*/
	}
	.close-button {
		background-color: #000;
		color: #fff;
		font-weight: 700;
		font-size: 20px;
		padding: 10px 15px;
	}
	.close-button:after {
		content: '\e931';
		display: inline-block;
		float: right;
		font-family: 'typo-icon';
	}
	#off-canvas-menu li a {
		font-size: 17px;
		text-transform: uppercase;
		letter-spacing: -0.025em;
		font-weight: 700;
		opacity: 0.8;
		color: #fff;
	}
	#off-canvas-menu li a:focus,
	#off-canvas-menu li.open a,
	#off-canvas-menu li a:hover {
		background: none;
	}
	#off-canvas-menu li a:hover {
		/*color: #ffcea6;*/
		opacity: 1;
	}
	#off-canvas-menu li > a em {
		margin-top: 0;
		position: relative;
		top: 4px;
	}
	#off-canvas-menu .dropdown-menu {
		border: none;
		transition: all 0ms;
		background-color: #000;
		padding: 15px 0;
	}
	#off-canvas-menu .open > .dropdown-menu {
		transition: all 0ms;
	}
	#off-canvas-menu .dropdown-menu > li > a {
		text-transform: capitalize;
		font-size: 14px;
		color: #9f9f9f;
		letter-spacing: -0.025em;
		font-weight: 400;
	}
	#off-canvas-menu .dropdown-menu li > a:hover {
		color: #fff;
	}
	#off-canvas-menu .dropdown-menu > li.group > a {
		font-size: 17px;
		color: #fff;
		font-weight: 600;
		text-transform: uppercase;
		position: relative;
		opacity: 1;
	}
	#off-canvas-menu .dropdown-menu > li.group > a:hover {
	  color: #fff;
	}
	#off-canvas-menu .banner-content {
		position: relative;
		left: auto;
		top: auto;
	}
	#off-canvas-menu .banner-content .content {
		position: absolute;
		left: 20px;
		top: 15px;
	}
	#off-canvas-menu .banner-content .text-1 {
		font-size: 16px;
		margin-bottom: 0;
	}
	#off-canvas-menu .banner-content .text-2 {
		font-size: 13px;
		margin-bottom: 0;
	}

	.menu-box {
		/*width: 165px;*/
		width: auto;
	}

	.s-banner {
		padding: 45px 0;
	}
	.banner-box {
		max-width: 690px;
		margin: 15px auto;
	}
	.banner-content {
		left: 8%;
	}

	.feature-column {
		border: none
	}

	.footer-block .container {
		padding: 98px 15px;
	}
	.footer-layout {
		padding: 20px 15px;
	}

	.slide .btn-slide {
		padding: 0 25px;
	}
	.fraction-slider:hover .prev,
	.fraction-slider:hover .next,
	.fraction-slider .prev,
	.fraction-slider .next {
		display: none;
	}
	.fraction-slider .prev {
		left: 30px;
	}
	.fraction-slider .next {
		right: 30px;
	}

	/*/////////////////////////////////////////////////////////////////////////////////*/

	.facet-title h4,
	.title-block h3 {
		margin-bottom: 0;
		cursor: pointer;
	}
	#search_filters .facet,
	.block-categories {
		padding: 5px 0;
		margin-bottom: 20px;
	}
	.block-categories .title-block,
	#search_filters .facet-title {
		position: relative;
	}
	.block-categories .title-block:after,
	#search_filters .facet-title:after {
	  content: "\f2c2";
	  font-family: 'LineAwesome';
	  display: inline-block;
	  font-weight: 700;
	  font-size: 16px;
	  position: absolute;
	  top: -7px;
	  right: 0;
	  cursor: pointer;
	}
	.block-categories.open .title-block:after,
	#search_filters .open .facet-title:after {
	  content: "\f28e";
	}
	#search_filters .open .flex-box,
	.block-categories.open .category-sub-menu {
		display: block;
	}
	.sidebar-banner {
		max-width: 330px;
		margin: 0 auto 57px;
	}

	/*page my-account*/
	/*order history and details*/
	#history .history-tab {
	    display: none;
	}
	#history .orders {
	    display: block;
	}
	/*end order history and details*/
	/*.................................................*/
	/*my wishlist*/
	.wishlistLinkTop .wlp_bought li {
		width: 33.33333%;
	}
	.wishlistLinkTop .wlp_bought li:nth-child(4n + 1) {
	  clear: none;
	}
	.wishlistLinkTop .wlp_bought li:nth-child(3n + 1) {
	  clear: both;
	}
	/*end my wishlist*/
	/*end page my-account*/

	/*/////////////////////////////////////////////////////////////////////////////////*/

	/*page wishlist*/
	/*.....*/
	/*end page wishlist*/

	/*/////////////////////////////////////////////////////////////////////////////////*/

	/*page login*/
	#authentication .no-account {
		padding: 0 15px;
	}
	/*end page login*/

	/*/////////////////////////////////////////////////////////////////////////////////*/

	/*page contact*/
	#left-column {
		width: 100%;
	}
	/*end page contact*/

	.jms-popup {
		padding: 61px 50px;
	}

	.setting-title {
		display: none;
	}

	.header_bar.active,
	.header_bar {
		padding: 20px 0 !important;
	}

	.faceted-search-box .flex-box .collapse {
		display: block;
		visibility: initial;
	}
}

@media (max-width: 767px) {

	.header-top {
		display: none;
	}

	#cart_block .shoppingcart-box {
		width: 280px;
		position: fixed;
		top: 0;
		right: -100%;
		margin: 0;
		transform: translateY(0px);
	}
	.header_bar.active #cart_block .shoppingcart-box {
		top: 0;
		margin: 0;
	}
	#cart_block.open .shoppingcart-box {
		right: 0;
	}
	#cart_block .shoppingcart-box::after{
		display: none;
	}
	#cart_block .shoppingcart-box::before {
		content: "\e931";
		font-family: 'typo-icon' !important;
		top: -1px;
		left: -35px;
		right: auto;
		width: 35px;
		height: 35px;
		text-align: center;
		line-height: 35px;
		border: 1px solid #000;
		cursor: pointer;
		background-color: #000;
		color: #fff;
	}
	#cart_block .shoppingcart-box:hover:before {
		color: #f8981d;
	}

	.blog-item {
		max-width: 500px;
		margin: 0 auto;
	}

	.copyright {
		text-align: center;
	}

	#social_block ul {
		justify-content: center;
	}

	.video-box .jms-video {
		width: 600px;
	}
	.video-box iframe {
		width: 100%;
	}

	.slide .btn-slide {
		line-height: 3.2;
	}

	/*/////////////////////////////////////////////////////////////////////////////////*/

	.products-list-in-row .product-info {
		padding: 5px 15px 0 !important;
	}
	.products-list-in-row .content_price {
		margin-bottom: 0;
		padding-bottom: 10px;
	}
	.products-list-in-row .short_specification {
		margin-bottom: 20px;
	}

	/*/////////////////////////////////////////////////////////////////////////////////*/

	/*page product details*/
	.product-detail-images .page-content {
		padding-left: 0;
	}
	.product-detail-images .product-thumb-box {
		width: 100%;
		padding: 30px 45px 0;
		position: relative;
	}
	.product-detail-images .product-thumb-box .js-qv-mask {
		height: auto;
	}
	.product-detail-images .product-images li {
		display: inline-block;
		margin: 0 7px 0 0;
		max-width: 124px;
	}
	.product-detail-images .scroll-box-arrows {
		width: 100%;
	}
	.product-detail-images .scroll-box-arrows i {
		bottom: 38px !important;
		top: auto;
		left: 0;
	}
	.product-detail-images .scroll-box-arrows .right {
		left: auto;
		right: 0;
	}
	#more_info_block .tab-title {
		display: none;
	}
	#more_info_block .tab-content {
		padding: 15px;
	}
	#more_info_block .tab-content .tab-title {
		border-width: 0;
		border-style: solid;
		border-color: #ebebeb;
		border-top-width: 1px;
		display: block;
		padding: 10px 0;
	}
	#more_info_block .tab-content .tab-title .title-link {
		display: block;
	}
	#more_info_block .tab-content .tab-pane {
		display: block;
		opacity: 1;
		position: initial;
		height: auto;
		visibility: initial;
	}
	#more_info_block .tab-pane > div:not(.tab-title) {
		display: none;
		padding: 20px 0;
		border-width: 0;
		border-style: solid;
		border-color: #ebebeb;
		border-top-width: 1px;
	}
	#more_info_block .tab-pane.active > div:not(.tab-title) {
		display: block;
	}
	#more_info_block .tab-content .tab-title .title-link::after {
		float: right;
	}
	/*end page product details*/

	/*/////////////////////////////////////////////////////////////////////////////////*/

	/*page check out*/
	#main .cart-box .product-line-grid {
		display: block;
	}
	#main .cart-box .product-line-grid > div {
		min-width: 50%;
		width: 50%;
	}
	#main .cart-box .product-line-grid > div.left {
		min-width: 100%;
		width: 100%;
	}
	/*end page check out*/

	/*/////////////////////////////////////////////////////////////////////////////////*/

	/*page blog categories*/
	/*.....*/
	/*end page blog categories*/

	/*/////////////////////////////////////////////////////////////////////////////////*/

	/*page blog category, tag, archives*/
	/*.....*/
	/*end page blog category, tag, archives*/

	/*/////////////////////////////////////////////////////////////////////////////////*/

	/*page blog post*/
	/*.....*/
	/*end page blog post*/

	/*/////////////////////////////////////////////////////////////////////////////////*/

	/*page my-account*/
	/*order history and details*/
	#history .history-tab {
		display: none;
	}
	#history .orders {
		 display: block;
	}
	/*end order history and details*/
	/*.................................................*/
	/*my wishlist*/
	.wishlist-history {
		overflow-x: scroll;
		margin-bottom: 25px;
	}
	.wishlist-history #block-history {
		width: 720px;
	}

	.wishlistLinkTop .wlp_bought li {
		width: 50%;
	}
	.wishlistLinkTop .wlp_bought li:nth-child(3n + 1) {
	  clear: none;
	}
	.wishlistLinkTop .wlp_bought li:nth-child(2n + 1) {
	  clear: both;
	}
	.wishlistLinkTop .wishlisturl input {
		margin-left: 0;
	}
	/*end my wishlist*/
	/*end page my-account*/

	/*/////////////////////////////////////////////////////////////////////////////////*/

	/*page wishlist*/
	/*.....*/
	/*end page wishlist*/

	/*/////////////////////////////////////////////////////////////////////////////////*/

	/*page login*/
	/*.....*/
	/*end page login*/

	/*/////////////////////////////////////////////////////////////////////////////////*/

	/*page contact*/
	/*.....*/
	/*end page contact*/

	/*/////////////////////////////////////////////////////////////////////////////////*/

	/*page 404*/
	/*.....*/
	/*end page 404*/

	/*/////////////////////////////////////////////////////////////////////////////////*/

	/*page about*/
	/*.....*/
	/*end page about*/

	/*/////////////////////////////////////////////////////////////////////////////////*/

	/*page sitemap*/
	/*.....*/
	/*end page sitemap*/

	/*/////////////////////////////////////////////////////////////////////////////////*/
}

@media (max-width: 639px) {
	.jms_ajax_search .search-box {
		min-width: 380px;
	}

	.video-box .jms-video {
		width: 460px;
	}

	.slide .text-1 span {
		margin-top: 9px;
	}

	/*/////////////////////////////////////////////////////////////////////////////////*/

	/*.filters-panel .row {*/
	.pagination .row {
		display: block;
		text-align: center;
	}
	.pagination-list ul {
		margin-top: 10px;
		text-align: center;
	}

	/*/////////////////////////////////////////////////////////////////////////////////*/

	.products-list-in-row .preview {
		width: 180px;
	}
	.products-list-in-row .product-info {
		width: calc(100% - 180px);
	}
	.products-list-in-row .product-link {
		margin-bottom: 5px;
	}
	.products-list-in-row .short_specification {
		padding-top: 5px;
		margin-bottom: 10px;
		max-height: 55px;
		overflow: hidden;
	}

	/*/////////////////////////////////////////////////////////////////////////////////*/

	/*page product details*/
	/*.....*/
	/*end page product details*/

	/*/////////////////////////////////////////////////////////////////////////////////*/

	/*page check out*/
	#checkout #conditions-to-approve .custom-checkbox {
		top: 3px;
	}
	#checkout #conditions-to-approve .condition-label {
		padding-left: 20px;
	}
	#order-confirmation .order-confirmation-table .order-line {
		display: block;
	}
	#order-confirmation .order-confirmation-table .order-line > div {
		width: 100%;
	}
	#order-confirmation .order-confirmation-table .order-line > div.details,
	#order-confirmation .order-confirmation-table .order-line > div.qty {
		width: 50%;
		margin-top: 10px;
	}
	.cat-post-list .item {
		width: 100%;
	}
	.jms-popup {
		padding: 48px 15px;
	}
}
@media (max-width: 479px) {
	.pd-left-content .images-container{
		flex-wrap: wrap;
	}
	.product-detail-images .product-cover {
		width: 100%;
	}
	.product-detail-images .product-images .thumb-container {
		margin-bottom: 0;
		margin-left: 6px;
		margin-right: 6px;
	}
	.product-images .slick-arrow {
		bottom: 50%;
		-webkit-transform: translateY(50%);
	  -moz-transform: translateY(50%);
	  transform: translateY(50%);
	}
	#views_block {
		width: 100%;
		margin-right: 0;
		margin-top: 20px;
	}
	.jms_ajax_search .search-box {
		min-width: 280px;
		right: -100px;
	}

	.banner-content {
		top: 15%;
	}
	.banner-content .text-1 {
		font-size: 18px;
		margin-bottom: 0;
	}
	.banner-content .text-2 {
		font-size: 14px;
		margin-bottom: 5px;
	}

	.post-meta li::after {
		display: none;
	}
	.post-meta li {
		margin-right: 5px;
	}
	.post-meta li:last-child {
		margin-right: 0;
	}
	.post-title {
		margin-bottom: 0;
	}

	.footer-layout {
		width: 100%;
	}

	.setting-content .container {
		width: 300px;
		height: 100%;
		padding: 195px 10px 130px;
		overflow-x: hidden;
		overflow-y: scroll;
	}
	.instagram-images {
		padding: 0 10px;
	}

	.banner-tab .tab-title h4 {
		font-size: 15px;
	}
	.banner-tab .tab-title h4::after {
		top: -2px;
		font-size: 16px;
	}

	.slide .text-1 span {
		margin-top: 3px;
	}

	/*/////////////////////////////////////////////////////////////////////////////////*/

	.product_list .list-item {
		width: 100%;
	}


	.filters-panel .row {
		display: block;
		text-align: center;
	}
	.sort-by-box {
		float: none;
		margin-top: 10px;
	}

	/*/////////////////////////////////////////////////////////////////////////////////*/

	.products-list-in-row .product-preview {
		display: block;
	}
	.products-list-in-row .product-info,
	.products-list-in-row .preview {
		width: 100%;
	}
	.products-list-in-row .short_specification {
		max-height: 100%;
	}

	/*/////////////////////////////////////////////////////////////////////////////////*/

	/*page product details*/
	.product-quantity {
		display: block;
	}
	.product-detail-content h2 {
		font-size: 24px;
	}

	.product-variants {
		flex-direction: column-reverse;
	}
	.product-variants .select {
		width: 140px;
	}
	.product-variants select {
		width: 150px;
	}

	.product-quantity {
		padding: 0;
	}
	.product-quantity .qty {
		margin: 0 0 20px;
	}
	/*end page product details*/

	/*/////////////////////////////////////////////////////////////////////////////////*/

	/*page check out*/
	#checkout .checkout-step .step-title {
		font-size: 14px;
	}
	#checkout .checkout-step .step-title .step-edit,
	#checkout .checkout-step.-complete .step-title .text-muted {
		font-size: 12px;
	}
	#checkout #payment-confirmation button.continue,
	#checkout #payment-confirmation .btn-default {
		padding: 0 15px;
		width: 100%;
	}
	#order-confirmation .order-confirmation-table .order-line > div.details,
	#order-confirmation .order-confirmation-table .order-line > div.qty {
		width: 100%;
	}
	/*end page check out*/

	/*/////////////////////////////////////////////////////////////////////////////////*/

	/*page blog categories*/
	.blog-categories {
		width: 100%;
	}
	.cat-post-list {
		margin: 0 -15px 30px;
		float: none;
	}
	.cat-post-list .item {
		float: none;
	}
	.cat-post-list .post-info {
		padding: 25px 0;
	}
	.single-blog .post-title {
		font-size: 24px;
	}
	.single-blog .post-meta {
	    display: block;
	}
	.single-blog .post-meta li {
		margin-right: 0;
		width: calc(50% - 3px);
		display: inline-block;
	}
	.single-blog .post-meta li::after {
		display: none;
	}
	.wishlistLinkTop .wlp_bought li {
		width: 100%;
	}

	.jms-popup {
		padding: 30px 15px;
	}
	.jms-popup h2 {
		font-size: 24px;
	}
}
