/* ===== Start Desktops and laptops
--------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 1200px) and (max-width: 1367px) {
	.container {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.featured-section {
		padding: 0px 25px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.container {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.hubpage-categories li a figure {
		height: 200px;
	}

	.hubpage-categories li a h3 {
		height: 32px;
		overflow: hidden;
	}

	.featured-section {
		padding: 0px 25px;
	}

	.product-image {
		width: 360px;
	}

	.product-info {
		width: calc(100% - 420px);
	}

	.navbar .menu-main > li > ul > li {
		margin-right: 60px;
	}
}
/* ===== End Desktops and laptops
--------------------------------------------------------------------------------------------------*/

/* ===== Start tabs
--------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 0px) and (max-width: 1230px) {
	.navbar .navbar-inner {
		padding: 0px 30px;
		width: 100%;
		float: right;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.navbar .navbar-inner > ul {
		display: block;
		float: left;
		width: 100%;
	}

	.navbar .navbar-inner > ul > li {
		position: relative;
		padding-left: 30px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.navbar .navbar-inner > ul > li > span {
		position: absolute;
		left: 0;
		top: 2px;
		width: 30px;
	    height: 40px;
	    cursor: pointer;
	    z-index:3;
	    margin-left: 0px;
        background: #e90030;
	}

	.navbar .navbar-inner > ul > li > span:after {
		content: '';
		position: absolute;
	    left: 0px;
	    top: 0px;
	    width: 100%;
	    height: 100%;
	    cursor: pointer;
	    background: url(../img/bgi/arrow-right-white.svg) no-repeat center center;
	}

	.navbar .menu-main > li > ul > li {
	    position: relative;
	    padding-left: 25px;
	}

	.navbar .menu-main > li > ul {
	    padding: 0px 0px 10px;
	}

	.navbar .menu-main > li > ul li ul {
	    display: none;
	    padding: 10px 0px 10px 15px;
	}

	.navbar .menu-main > li > ul > li.menu-item-has-children > span {
	    position: absolute;
	    left: 0px;
	    top: 5px;
	    width: 20px;
	    height: 20px;
	    cursor: pointer;
	    background: url(../img/bgi/arrow-right-black.svg) no-repeat center center;
	}

	.navbar .menu-main > li > ul > li.menu-item-has-children > span.active,
	.navbar .menu-main > li.menu-item-has-children > span.active:after {
	    -webkit-transform: rotate(90deg);
	    transform: rotate(90deg);
	}

	.navbar .menu-main > li > ul > li a {
	    display: block;
	    text-decoration: none;
	    color: #444444;
	    line-height: 20px;
	    font-size: 13px;
	    padding: 5px 0;
	}

	.navbar .navbar-inner > ul > li {
		border-bottom: 1px solid #ddd;
	}

	.navbar .navbar-inner > ul > li > a {
		position: relative;
		display: block;
		line-height: 24px;
		padding: 10px 0px 10px 0px;
		font-size: 14px;
		text-decoration: none;
		color: #444;
		font-weight: 500;
		-webkit-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
	}

	.navbar .navbar-inner > ul > li ul {
		display: none;
	}

	.menu-toggle-2 {
		display: block;
	}

	.secondary-menu-desktop {
		display: none;
	}

	/*.navbar {
		opacity: 0;
		visibility: hidden;
	}*/

	.navbar .navbar-outer {
		left: auto;
		right: 0;
		max-width: 480px;
		width: 100%;
		-webkit-transform: translateX(100%);
    	transform: translateX(100%);
	}

	.navbar .menu-main > li.menu-item-has-children.active > ul {
		display: none;
	}

	.navbar .menu-main > li > ul,
	.navbar .menu-main > li.active ul {
		opacity: 1;
		visibility: visible;
	}

	.navbar .navbar-inner > ul > li > ul li ul {
		position: relative;
		opacity: 1;
		visibility: visible;
		display: none;
		-webkit-transition: none;
    	transition: none;
    	-webkit-transform: translateX(0%);
    	transform: translateX(0%);
    	-webkit-box-shadow: none;
    	box-shadow: none;
	}

	.navbar-overlay {
		opacity: 0;
		visibility: hidden;
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		z-index: 999;
		height: 100%;
		background: rgba(0,0,0, .15);
		-webkit-transition: all .1s ease-in-out;
		transition: all .1s ease-in-out;
	}

	.navbar-overlay.active {
		opacity: 1;
		visibility: visible;
	}

	.navbar {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: #fff;
		overflow: auto;
		z-index: 9990;
		background: rgba(0, 0, 0, .15);
		display: none;
	}

	.navbar .navbar-inner > ul > li:hover > ul {
		display: none;
	}

	.navbar .navbar-inner > ul > li > ul li:hover ul {
	    opacity: 1;
	    visibility: visible;
	}

	.navbar .navbar-outer {
		position: fixed;
		width: 480px;
		top: 0;
		right: 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%);
	}

	.header-top,
	.header-bottom {
		z-index: auto;
	}

	.header-bottom {
		border: 0px;
	}

	.navbar .navbar-inner > ul > li {
		display: block;
		float: none;
	}

	/*.navbar.opened {
		opacity: 1;
		visibility: visible;
	}*/

/*	.navbar {
	    position: fixed;
	    max-width: 360px;
	    background: #fff;
	    width: 100%;
	    left: auto;
	    bottom: 0;
	    right: 0;
	    top: 0%;
	    height: 100%;
	    overflow: auto;
	    z-index: 9999;
	    text-align: left;
	    -webkit-transition: all .2s ease-in-out;
	    transition: all .2s ease-in-out;
	    -webkit-transform: translate(100%, 0%);
	    transform: translate(100%, 0%);
	}*/

	.navbar.active {
		opacity: 1;
		visibility: visible;
		-webkit-transform: translate(0%, 0%);
	    transform: translate(0%, 0%);
	}

	.navbar .menu-main > li > ul {
		margin-bottom: 10px;
		position: relative;
		-webkit-box-shadow: none;
		box-shadow: none;
		top: 0;
		padding: 20px;
		background: #f7f7f7;
		-webkit-box-sizing: border-box;
    	box-sizing: border-box;
	}

	.navbar .navbar-inner > ul > li:last-child > ul > li > ul {
	    -webkit-transform: translateX(0%);
    	transform: translateX(0%);
	}

	.navbar .menu-main > li > ul > li:hover,
	.navbar .navbar-inner > ul > li > ul li ul li:hover {
		background: #fff;
	}

	.navbar .navbar-inner > ul > li > ul li ul li {
		padding: 0px;
	}

	.navbar .navbar-inner > ul > li > ul {
		position: relative;
		padding: 15px;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	.navbar .navbar-inner > ul > li {
		padding: 0px 0px 0px 40px;
	}

	.navbar .menu-main > li {
		display: block;
	}

	.navbar .menu-main > li > a {
		font-size: 18px;
	}

	.close-canvas-menu {
		display: block;
		position: relative;
		width: 40px;
		height: 40px;
		margin: 20px 0px;
		-webkit-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
		cursor: pointer;
	}

	.navbar .menu-main > li > ul > li {
		display: block;
		margin-right: 0;
		margin-bottom: 10px;
	}

	.close-canvas-menu:after {
		content: '';
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		opacity: .6;
		border-radius: 50%;
		background: url('../img/bgi/close-black.svg') no-repeat center center;
	}

	.section-title h3 br {
		display: none;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.container {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.header-contact > span {
		display: none;
	}

	.search-wrapper {
		max-width: 340px;
	}

	.hubpage-categories li {
		width: calc(100% / 3 - 20px);
		margin-right: 30px;
	}

	.hubpage-categories li:nth-child(4n) {
		margin-right: 30px;
	}

	.hubpage-categories li:nth-child(3n) {
		margin-right: 0px;
	}

	.hubpage-categories li a figure {
		height: 240px;
	}

	.hubpage-categories li a figure img {
		height: initial;
	}

	.hubpage-categories li a h3 {
		height: 32px;
		overflow: hidden;
	}

	.featured-section {
		padding: 0px 25px;
	}

	.product-image {
		float: none;
		width: 80%;
		margin: 0 auto 30px;
	}

	.thumbnails {
		justify-content: center;
	}

	.product-info {
		width: 100%;
		text-align: center;
	}

	.product-info-row {
		text-align: left;
	}

	.footer-newsletter-subscribe {
		flex-wrap: wrap;
	}

	.newsletter-text {
		width: 100%;
		text-align: center;
	}

	.footer-newsletter-subscribe form {
		max-width: 390px;
		margin: 0 auto;
	}

	.footer-col p, .footer-col ul li, .footer-col ul li a {
		font-size: 12px;
	}

	.product-list li {
		width: calc(25% - 15px);
    	margin-right: 20px;
	}

	.product-list li:nth-child(5n) {
		margin-right: 20px;
	}

	.product-list li:nth-child(4n) {
		margin-right: 0px;
	}

	.section-title h3 {
		font-size: 24px;
	}

	.home-slider .slick-dots {
		right: 40px;
		bottom: 30px;
	}

	.section-text p br {
		display: none;
	}
}
/* ===== End tabs
--------------------------------------------------------------------------------------------------*/

/* ===== Start mobiles
--------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 0px) and (max-width: 767px) {
	footer {
		position: relative;
	}

	.wrapper {
		padding-bottom: 0px;
	}

	.newsletter-container {
		height: auto;
		padding: 20px;
	}

	.newsletter-subscribe {
		flex-wrap: wrap;
	}

	.footer-newsletter-subscribe {
		height: auto;
		flex-wrap: wrap;
	}

	.newsletter-email-input {
		width: 100%;
		margin-bottom: 1px;
	}

	.newsletter-email-input input,
	.newsletter-submit-input input {
		border-radius: 5px;
	}

	.newsletter-submit-input {
		width: 100%;
	}

	.newsletter-text {
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}

	.footer-newsletter-subscribe form {
		max-width: 390px;
		margin: 0 auto;
	}

	.footer-cols-container {
		flex-wrap: wrap;
	}

	.footer-col {
		width: 48%;
		margin-bottom: 20px;
	}

	.footer-col p, .footer-col ul li, .footer-col ul li a {
		font-size: 12px;
	}

	.container {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.header-contact > span {
		display: none;
	}

	.header-top .container {
		flex-wrap: wrap;
	}

	.header-contact {
		top: 150px;
	}

	.header-contact ul li {
		font-size: 12px;
	}

	.header-contact ul li:last-child {
		padding-right: 0px;
	}

	.search-textbox {
		border-top: 1px solid #ddd;
	}

	.default-title {
		font-size: 20px;
	}

	.hubpage-categories {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.hubpage-categories li {
		width: 100%;
		float: none;
		margin-right: 0px;
	}

	.hubpage-categories li a figure {
		height: auto;
		padding: 10px;
	}

	.hubpage-categories li {
		margin-bottom: 20px;
	}

	.product-list li {
		width: 48%;
    	margin-right: 0px;
    	float: none;
    	margin-bottom: 20px;
	}

	.product-list {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		align-items: top;
	}

	.kimet-pagination {
	    margin: 0px 0px 20px;
	}

	.featured-section {
		padding: 0px 25px;
	}

	.product-image {
		float: none;
		width: 100%;
		margin: 0 auto 30px;
	}

	.thumbnails {
		justify-content: center;
	}

	.product-info {
		width: 100%;
		text-align: center;
	}

	.product-info-row {
		text-align: left;
	}

	.specifications ul li .spec-label {
		width: 100%;
		border: 0px;
		font-weight: 600;
		padding-bottom: 10px;
	}

	.specifications ul li .spec-value {
		padding-top: 0px;
		width: 100%;
	}

	.featured-section .slick-dots li {
	    margin: 0px 5px;
	}

	.thumbnails div {
		width: calc(20% - 40px / 5);
	}

	.contact-tel, .contact-email {
		width: 100%;
	    margin-bottom: 30px;
	}

	.contact-infromation {
		width: 100%;
	}

	.contact-col {
		width: 100%;
		margin-bottom: 30px;
	}

	.mobile-slider {
		display: block !important;
	}

	.desktop-slider {
		display: none !important;
	}

	.section-title h3 {
		font-size: 18px;
    	line-height: 24px;
    	margin-bottom: 30px;
	}

	.category-list ul li {
		flex-wrap: wrap;
	}

	.category-list ul li figure,
	.category-list ul li .category-text {
		width: 100%;
		text-align: center;
	}

	.category-list ul li:nth-child(2n) figure {
	    margin-left: 0;
	    order: 0;
	}

	.category-text h2 {
		margin: 20px 0px;
		text-align: center;
	}

	.navbar .navbar-outer {
		width: 95%;
	}

	.difference-list {
		flex-wrap: wrap;
	}

	.difference-list li {
		width: 100%;
	}

	.certificate-footer a {
		text-align: center;
	}

	.search-wrapper {
		display: block;
		max-width: 100%;
		margin-top: 0px;
	}

	.search-text {
		max-width: 100%;
	}
}
/* ===== End mobiles
--------------------------------------------------------------------------------------------------*/