/* ===== Start Desktops and laptops
--------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 0px) and (max-width: 1440px) {
	.container {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
}

@media only screen and (min-width: 1024px) and (max-width: 1199px) {
	.category-list li {
	    width: calc(100% / 3 - 10px);
	    margin: 15px 0px 0px;
	}

	.woocommerce .archive-products-list ul.products li.product, .woocommerce-page .archive-products-list ul.products li.product {
	    width: calc(100% / 3 - 10px) !important;
	    margin-right: 15px;
	    margin-bottom: 30px;
	}

	.tax-product_tag .archive-products-list ul.products li.product,
	.search .archive-products-list ul.products li.product,
	.product-page-list.archive-products-list ul.products li.product {
		width: calc(100% / 4 - 45px / 4) !important;
	}

	.product-image {
	    width: 440px;
	    margin-right: 60px;
	}

	.woocommerce .archive-products-list ul.products li.product:nth-child(3n), 
	.woocommerce-page .archive-products-list ul.products li.product:nth-child(3n) {
		margin-right: 15px;
	}

	.default-summary {
    	width: calc(100% - 500px);
	}

	.product-info-container .about-product {
		max-width: 45%;
		margin-right: 5%;
	}

	.product-info-container .product-specification-wrapper {
		max-width: 50%;
	}

	.navbar .menu-cat > li > a {
		padding: 10px;
	}
}


@media only screen and (min-width: 0px) and (max-width: 1023px) {
	.container-small {
		padding: 0px 15px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.default-text-wrapper blockquote {
		padding: 30px 0px 30px 30px;
	}

	.default-text-wrapper blockquote p {
		font-size: 24px;
		line-height: 24px;
	}

	.navbar {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		overflow: auto;
		z-index: 6660;
		background: rgba(0, 0, 0, .1);
		
	}

	.navbar .sub-menu {
		padding: 0px 0px 30px;
		border: 0px;
		border-radius: 0px;
		margin: 0px;
	}

	.navbar .navbar-outer {
		position: fixed;
		width: 320px;
		top: 0;
		left: 0;
		height: 100%;
		background: #fff;
		z-index: 2;
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
		overflow: auto;
		-webkit-transition: all .4s ease-in-out;
		transition: all .4s ease-in-out;
	}

	.navbar.opened .navbar-outer {
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
	}

	.navbar .navbar-inner {
		padding: 40px 0px 0px;
		width: 100%;
		float: right;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.navbar .menu-nav-inner > ul > li:first-child {
		border-top: 1px solid #ddd;
	}

	.navbar .menu-cat > li.menu-item-has-children > .sub-menu {
		position: relative;
		display: block;
	}

	.navbar .menu-cat > li.menu-item-has-children.price-dropdown > .sub-menu {
		display: none;
	}

	.navbar .menu-cat > li.menu-item-has-children.price-dropdown {
		padding-right: 30px;
	}

	.navbar .menu-cat > li.menu-item-has-children.price-dropdown > span {
		position: absolute;
		display: block;
		width: 40px;
		height: 40px;
		right: 0;
		top: 0;
		background: url('../img/bgi/arrow-down.svg') no-repeat center center;
	}

	.navbar .menu-cat > li:hover > a {
		background: transparent;
	}

	.navbar .menu-cat > li.menu-item-has-children:hover > a:after {
	    opacity: 0;
	    visibility: hidden;
	}

	.navbar .menu-nav-inner > ul > li {
		padding: 0px 20px 0px 20px;
		position: relative;
		border-bottom: 1px solid #f0f0f0;
		background: #fff;
		-webkit-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
	}

	.navbar .menu-nav-inner > ul > li.active > a {
		color: #f155b0;
	}

	.navbar .menu-nav-inner > ul > li > a {
		position: relative;
		display: block;
		color: #000;
		line-height: 40px;
		padding: 0px 0px;
		-webkit-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
	}

	.navbar .menu-nav-inner > ul > li:hover {
		background: #fff;
	}

	.navbar .menu-nav-inner > ul > li .sub-menu a {
		font-size: 14px;
		font-weight: 500;
		color: #999;
		text-decoration: none;
		-webkit-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
	}

	.navbar .menu-nav-inner > ul > li .sub-menu a:hover {
		color: #000;
	}

	.navbar .menu-cat > li {
		display: block;
		margin: 0px;
	}

	.navbar ul li a:hover {
		color: #000;
	}

	.menu-nav-inner {
		margin-bottom: 30px;
	}

	.nav-part-title {
		display: block;
	    font-size: 24px;
	    line-height: 48px;
	    color: #fff;
	    font-weight: 300;
	    text-transform: uppercase;
	}

	.close-canvas-menu {
		display: block;
		width: 40px;
		height: 40px;
		position: absolute;
		right: 0px;
		top: 0px;
		background: #f9f9f9 url('../img/bgi/close-black.svg') no-repeat center center;
		cursor: pointer;
	}
}


@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.navbar .menu-cat > li > a {
		padding: 10px 8px;
	}

	header {
	    margin-bottom: 10px;
	}

	.category-list li {
	    width: calc(50% - 5px);
	    margin: 10px 0px 0px;
	}

	.woocommerce .archive-products-list ul.products li.product:nth-child(3n),
	.woocommerce-page .archive-products-list ul.products li.product:nth-child(3n) {
		margin-right: 0px !important;
	}

	.tax-product_tag .archive-products-list ul.products li.product,
	.search .archive-products-list ul.products li.product,
	.product-page-list.archive-products-list ul.products li.product {
		width: calc(100% / 3 - 20px / 3) !important;
		margin-right: 10px !important;
	}

	.product-image {
	    width: 300px;
	    margin-right: 40px;
	}

	.default-summary {
    	width: calc(100% - 340px);
	}

	.article-box h2 {
		font-size: 20px;
	}

	.home-article {
	    width: calc(100% / 3 - 10px);
	}
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
	.navbar .mobile-number {
        display: block;
        float: left;
        width: 100%;
        padding-right: 20px;
        box-sizing: border-box;
	}

	.header-top .mobile-number {
		display: none;
	}

	.desktop-number {
		display: none;
	}

	.logo-img {
		width: 80px;
		position: relative;
	    float: none;
	    top: 0;
	    left: auto;
	    transform: translateX(0);

	}

	.hamburger {
		width: 30px;
		height: 20px;
	}

	.hamburger span {
		width: 30px;
		height: 2px;
    	margin-bottom: 8px;
	}

	.header-top .menu-toggle {
		display: block;
	}

	.category-list li {
	    width: calc(50% - 5px);
	    margin: 10px 0px 0px;
	}

	.white-btn {
		width: 120px;
		height: 30px;
		line-height: 30px;
		font-size: 12px;
	}

	.desktop-slider {
		display: none !important;
	}

	.mobile-slider {
		display: block !important;
	}

	.benefits-list li {
		width: 100%;
		margin-bottom: 10px;
		padding: 20px;
	}

	.archive-products-list.category-page-list {
		width: 100%;
	}

	.woocommerce .archive-products-list ul.products li.product,
	.woocommerce-page .archive-products-list ul.products li.product {
	    width: 100% !important;
	    margin-right: 0px !important;
	}

	.woocommerce .archive-products-list ul.products li.product:nth-child(2n),
	.woocommerce-page .archive-products-list ul.products li.product:nth-child(2n) {
		margin-right: 0px !important;
	}

	.home-article {
		width: 100%;
		margin-bottom: 30px;
	}

	.blog-home-section .container {
		flex-wrap: wrap;
	}

	.page-title .btn {
		display: block;
		height: 30px;
		line-height: 30px;
	}

	.page-title .btn.category-filter-icon {
		display: none;
	}

	.page-title {
		margin: 20px 0px;
	}

	.product-image .product-title {
    	display: block;
    	margin-bottom: 20px;
        text-align: center;
    	font-size: 32px;
    	line-height: 32px;
    	font-weight: 300;
    	font-family: "Crimson Pro", serif;
    	color: #000;
	}

	.product-image .product-title h1 {
		font-weight: 300;
	}

	.product-image {
		width: 100%;
		margin-right: 0px;
	}

	.default-summary {
	    width: 100%;
	}

	.default-summary .product-title {
		display: none;
	}

	.product-info-container .about-product {
		order: 2;
		width: 100%;
		margin-right: 0px;
	}

	.product-info-container .product-specification-wrapper {
		order: 1;
		width: 100%;
	}

	.default-title {
		font-size: 32px;
		line-height: 32px;
	}

	.product-list-content {
		padding: 15px;
	}

	.products-list .slick-slide {
		padding: 0px 5px 10px;
	}

	.products-list {
	    margin: 0px -5px;
	}

	.product-specification ul li .attribute-label {
		font-weight: 500;
	}

	.product-specification ul li {
		padding: 10px;
	}

	.aboutus-inner-section {
		flex-wrap: wrap;
	}

	.aboutus-text,
	.aboutus-img {
		width: 100%;
	}

	#footer {
		position: relative;
	}

	.wrapper {
		padding-bottom: 0px;
	}

	.blog-container .article-box {
		width: 100%;
	}

	.contact-info-col .tel-contact {
		font-size: 24px;
	}
}

@media only screen and (min-width: 0px) and (max-width: 399px) {
	.product-list-content .product-promo-price {
		font-size: 14px;
	}

	.product-list-content .promotion-regular-price {
		font-size: 12px;
	}
}