/*! custom.css v1.0 */

/* ==========================================================================

   Custom CSS Stylesheet. This is where you should add your own styles!

   ========================================================================== */

/*
* Simple style overrides or custom adds
*/



.some-css-selector {font-size:13px;}


.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.embed-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
	
	
}




/* ==========================================================================
   ** Responsive styles custom rules
   * These rules are ready to be used for either overrides
   * or just your own custom rules.
   ========================================================================== */

@media only screen and (min-width : 1921px){

}

@media only screen and (max-width : 1440px){

}

@media only screen and (min-width : 1200px) and (max-width : 1440px){

}

@media only screen and (min-width : 1200px){

}

@media only screen and (max-width: 1199px){


}

@media only screen and (min-width: 992px) and (max-width: 1199px){

}

@media only screen and (min-width: 992px){


}

@media only screen and (max-width: 991px) {

}

@media only screen and (min-width: 768px) and (max-width: 991px){

}

@media only screen and (min-width: 768px) {
	

}

@media only screen and (max-width: 767px) {
	

}

@media only screen and (max-width : 480px) {
	
	.kl-store-page ul.products li.product { margin: 0 0 30px; padding: 0 15px; width: 50%;}
    .product-list-item .kw-details,
.kl-store-page ul.products li.product .product-list-item .kw-details { padding:20px 20px 20px; position: relative; -webkit-transition: all 0.2s ease-out; transition: all 0.2s ease-out; background:#fff;}
.product-list-item .kw-details-title,
.kl-store-page ul.products li.product .product-list-item .kw-details-title {
	font-size: 14px;
	line-height:1.3;
	margin:0 0 10px;
	padding: 0;
	font-weight: 300;
	min-height: 40px;
	}
.product-list-item .kw-details-title ,
.kl-store-page ul.products li.product .product-list-item .kw-details-title ,
.product-list-item .kw-details-title a,
.kl-store-page ul.products li.product .product-list-item .kw-details-title a {color:#2f2f2f; -webkit-transition: all 0.2s ease-out; 
	transition: all 0.2s ease-out;}

}

@media only screen and (max-width : 320px) {
	
	.kl-store-page ul.products li.product { margin: 0 0 30px; padding: 0 15px; width: 50%;}
    .product-list-item .kw-details,
.kl-store-page ul.products li.product .product-list-item .kw-details { padding:20px 20px 20px; position: relative; -webkit-transition: all 0.2s ease-out; transition: all 0.2s ease-out; background:#fff;}
.product-list-item .kw-details-title,
.kl-store-page ul.products li.product .product-list-item .kw-details-title {
	font-size: 14px;
	line-height:1.3;
	margin:0 0 10px;
	padding: 0;
	font-weight: 300;
	min-height: 40px;
	}
.product-list-item .kw-details-title ,
.kl-store-page ul.products li.product .product-list-item .kw-details-title ,
.product-list-item .kw-details-title a,
.kl-store-page ul.products li.product .product-list-item .kw-details-title a {color:#2f2f2f; -webkit-transition: all 0.2s ease-out; 
	transition: all 0.2s ease-out;}

}

