/*less / css for category page
Magento_Catalog/layout/catalog_category_view.xml
Magento_Theme/page_layout/parent_category.xml
*/
.columns .column.main {
    overflow:hidden;
    width:100% !important;
    padding-left:0px !important;
}
.page-main{

    background-color:#ffffff;
}

.category-view{

    background: url(../images/category-bg.jpg) no-repeat #0f67a7;
    color:#ffffff;
    overflow:hidden;
    line-height:0;
}
.category-image {
    float: left;
    width: 50%;
    box-sizing: border-box;
    margin-bottom:0px;
    text-align: center;
    padding-top:20px;
}
.category-image .image {
    display: inline;
    height: auto;
    max-width: 100%;
    
}
.category-hero-footer img{

	width:100%;
}

/*catagory title
Magento_Catalog/templates/category/title.phtml
*/


.category-view h1{

	margin-bottom:0;
	padding-left:0px;
	padding-top:20px;
	font-size: 48px;
}

.category-view .page-title-wrapper{

    float:left;
    box-sizing: border-box;
    width:50%;
    margin-top:40px;
}

.category-view h2{

	margin-bottom:5px;
}
.category-view p.tagline{

	font-style:italic;
	font-size:16px;
	padding:8px 0px;
}
.category-description{

	line-height: 28px;
	padding:20px;
	font-size:18px;
	font-weight:300;
}

.category-view div{

	padding-left:40px;
}

/*category view title bar*/
.category-title-bar{

	background-color:#ffffff;
}

.category-title-bar h2{
	font-weight: 300;
	font-size: 18px;
	margin: 0;
	border-bottom: thin solid#cccccc;
    padding: 8px 10px;
    line-height: 28px;
}
.category-title-bar .show-filter-icon{

    cursor:pointer;
    background: url(../images/hide-nav-icon.jpg)no-repeat left center;
    padding-left: 32px;
}

/*catagory left nav
Magento_Catalog/templates/category/cat-left-nav.phtml
*/
.cat-nav{

	float: left;
	width:20%;
}
.left-nav-title {
    width: 91%;
    border-bottom: thin solid #cccccc;
    padding: 12px;
    overflow: hidden;
}

.left-nav-title strong{

	font-weight:300;

}
.left-nav-title strong span.hide-nav {
    float: right;
    background: url(../images/hide-nav-icon.jpg)no-repeat left center;
    padding-left: 32px;
    cursor: pointer;
    display: block;
}
.cat-nav ul{

	margin-left:0;
	padding-left:0px;
}
.cat-nav ul li {
    list-style: none;
	padding: 10px 14px;
	margin-bottom:0;
}

.cat-nav ul li a{
	color: #444;

}
.cat-nav h2 {
    font-weight: 400;
    margin: 0;
    font-size: 16px;
    padding: 10px 18px;
}
.cat-nav ul li.main-category {
    line-height: 1.35;
   
    border-bottom: thin solid #eeeeee;
    list-style: none;
  
} 

.cat-nav ul li.main-category.selected{border-left:6px solid #1856b4;}
.cat-nav ul li.main-category.selected a.parent{color:#1856b4;}
.cat-nav ul li.selected span.category-dropdown-arrow {
    background: url(../images/category-dropdown-arrow-open.png) no-repeat center center;
}
.category-dropdown-btn{

	float:right;
}
.cat-nav span.category-dropdown-arrow {
    padding: 10px;
    cursor: pointer;
    background: url(../images/category-dropdown-arrow-closed.png) no-repeat center center;
}
.cat-nav .subCats{

	display:none;
}

.cat-nav .main-category.selected .subCats{

	display:block;
}
.cat-nav .subCats li{

	line-height: 1.35;
	font-size:12px;
	padding:10px;
	margin-top:10px;
	border-bottom: thin solid #eeeeee;
	list-style: none;
}
.cat-nav ul li.sub-category.selected-sub a{color:#1856b4;}
.cat-nav .subCats li:last-child, .cat-nav ul li.main-category:last-child{

	border-bottom: none;
}


/*catagory list
Magento_Catalog/templates/category/cat-children.phtml
*/
.cat-children{

	float:left;
	overflow:hidden;
	width:79%;
	padding-bottom:20px;
}

.cat-children .CatCard{

	float:left;
	width:23.8%;
	box-sizing: border-box;
	padding:10px;
	background: linear-gradient(0deg, rgb(243, 243, 243) 5%, rgb(255, 255, 255) 90%);
	border-radius:10px;
	
	margin-left:1%;
	margin-top:10px;
}	
.cat-children .CatCard {
    min-height: 272px;
}
.cat-children .CatCard.pcat{

	min-height: 340px;

}

.cat-children .CatCard h3 {
    font-weight: 400;
    font-size: 18px;
    margin: 0;
    padding: 8px;
    background: url(../images/drop-arrow-blue.png) no-repeat right center;
}
.cat-children .CatCard h3 a{
	color:#333333;

}
.cat-children .CatCard h3 span{

	font-size: 14px;
	font-style:italic;
	font-weight:300;
}

/*category products list and videos
Magento_Catalog/layout/catalog_category_view.xml
*/
.cat-products {
    width: 80%;
    float: left;
    box-sizing: border-box;
    background-color:#efefef;
}

.cat-products .products{

	
	margin:0!important;
	padding-top:5px;
}
.cat-products .product-item {
    margin-left: 1% !important;
    width: 23.8% !important;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 10px !important;
    box-sizing: border-box;
    margin-bottom: 10px;
}

.cat-products .product-item-info {
    width: 100%!important;
}
.cat-products .product-item-name {
    font-size: 18px;
    line-height: 22px;
    font-weight: 300;
    font-style: normal;
}

.cat-products .product-price--buy {
    padding: 10px;
    background-color: #f9f9f9;
    border-radius: 5px;
    overflow: hidden;
    min-height: 50px;
}

.cat-products .product-price--buy ul {
    padding: 0;
}
.cat-products .product-price--buy .vat{

    color:#cccccc;
}
.cat-products .product-price--buy ul li {
    display: inline-block;
    width: 50%;
    float: left;
    margin-bottom: 0;
}
.cat-products .product-price--buy.contact-for-pricing ul li{

    width:100%;
    float:none;
}

.cat-products .product-price--buy .price-box {
    margin: 0;
 }
.cat-products .product-item .price-box .price-label {
    font-size: 14px;
}
.cat-products .product-item .minimal-price{

	padding-bottom:0px;
	margin-bottom:0px;
}
.cat-products .product-item .minimal-price .price-container {
    display: inline;
}
.cat-products .product-item .price-box .price {
    font-size: 18px;
    color: #1856b4;
}
 .cat-products .product-price--buy .product-item-inner {
    float: right;
}
.cat-products .product-price--buy.contact-for-pricing .product-item-inner {

    float:none;

}
 .cat-products .products-grid .product-item-actions {
    margin: 0;
}
.cat-products .actions .actions-primary {
    background-color: #1856b4;
	padding: 10px;
	border-radius: 5px;
	color:#ffffff;
}
.cat-products .actions .actions-primary a{

    color:#ffffff;
    text-decoration: none;
}

.cat-products .product-price--buy.contact-for-pricing .actions-primary{

    display:block;
}

.offline-text{

    display:block;
    padding:1px;
}




/*catagory list
Magento_Catalog/templates/category/cat-videos.phtml
*/
.youtube {
    width: 1400px;
    height: 787px;
    z-index: 999;
    border: 10px solid #ffffff;
    background-color:#111111;
}

.youtube .close-btn {
    box-shadow: none;
    border: none;
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: #cccccc;
    top: 0;
    right: 0;
    margin-top: -44px;
    margin-right: -44px;
    display: block;
    cursor: pointer;
    background: url(../images/video-close-btn.jpg);
}

.tutorial-overlay {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 998;
}


.cat-videos{

	width:100%;
	float:left;
	overflow:hidden;
    margin-top:20px;
}

.cat-videos .vid{

	margin-left: 13px;
	width: 363px;
	height: auto;
	float: left;
	line-height:0;
	
}

.cat-videos .vid img {
    cursor: pointer;
    width: 100%;
}

.cat-videos .vid h6 {
    font-weight: 400;
    margin-top: 0px;
    background: rgb(24, 86, 180);
    background: linear-gradient(0deg, rgb(24, 86, 180) 5%,rgb(20, 54, 152) 90%);
	padding: 10px;
	color:#fcf7f7;
	font-size: 14px;
	min-height: 48px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-top: 4px solid #122489;
	line-height: 20px;
}



/*mobile css*/
@media screen and (max-width: 1500px){

    /*videos*/
    .cat-videos .vid {width: 31.5%;}
}
@media screen and (max-width: 1305px){


    /*category lists*/
    .cat-children .CatCard.pcat{min-height: 294px;}
    .cat-children .CatCard {min-height: 234px;}

}

@media screen and (max-width: 1200px){

    /*products*/
    .cat-products .product-price--buy .vat {font-size: 12px;}

    /*videos*/
    .cat-videos .vid h6{min-height:70px;}

}
@media screen and (max-width: 1050px){

    /*products*/
    .cat-products .product-item {width: 32% !important;}

}

@media screen and (max-width: 960px){

    /*category header*/
    .category-view .page-title-wrapper {margin-top: 0px;}
    .category-view div {padding-left: 20px;}

    /*category lists*/
    .cat-children .CatCard.pcat{min-height: 264px;}
    .cat-children .CatCard {min-height: 212px;}

    /*videos*/
    .cat-videos .vid {width: 47.5%;margin-left: 10px;}
}


@media screen and (max-width: 820px){


    /*category lists*/
    .cat-children .CatCard h3 {font-size: 16px;padding: 0px 10px 0px 0px;}
    .cat-children .CatCard.pcat{min-height: 240px;}
    .cat-children .CatCard {min-height: 184px;}

    /*cat navigation*/
    .cat-nav{display:none!important;}
    .cat-children{float:none;width:96%!important;margin:0 auto;}

    /*products*/
    .cat-products {width: 100%;}
    .cat-products .products-grid .product-item-actions {margin-top: 14px;}

}

@media screen and (max-width: 780px){


    /*category header*/
    .category-view h1 {font-size: 32px;}
    .category-view p.tagline {margin-top: 10px;line-height:21px;margin-bottom:0;}

    .category-title-bar h2 {font-size: 16px;}

    /*category description*/
    .category-description {font-size: 14px;line-height: 20px;}

    /*category lists*/
    .cat-children .CatCard.pcat{width:32%;min-height: 272px;}
    .cat-children .CatCard{width:32%;min-height: 210px;}
}


@media screen and (max-width: 620px){


    /*category header*/
    .category-view .page-title-wrapper {width: 100%;}
    .category-view h1{text-align:center;}
    .category-view p.tagline {text-align:center;}
    .category-image{width:70%;margin:0 auto;float:none;}



    /*category lists*/
    .cat-children .CatCard.pcat {min-height: 242px;}
    .cat-children .CatCard{width:32%;min-height: 190px;}

    /*products*/
    .cat-products .product-item {width: 48.5% !important;}
    
}

@media screen and (max-width: 480px){


    .category-view div {padding-left: 10px;}

    /*category lists*/
    .cat-children .CatCard.pcat{width:48.5%;min-height: 262px;}
    .cat-children .CatCard{width:48.5%;}

    /*products*/
    .cat-products .product-price--buy ul li {width: 92%;float: none;}
    .cat-products .product-price--buy .product-item-inner {float: none;}

    /*videos*/
    .cat-videos .vid {width: 97.5%;margin-left: 8px;}
    .cat-videos .vid h6{min-height:auto;padding-bottom:10px;}
}


@media screen and (max-width: 380px){

    .category-view h1 {font-size: 26px;}

    /*category lists*/
    .cat-children .CatCard.pcat {width: 97.5%;min-height: 330px;}
    .cat-children .CatCard {width: 97.5%;padding-bottom: 20px;}

    /*products*/
    .cat-products .product-item {
        width: 96% !important;
        float: none;
        margin: 0 auto;
        margin-bottom:10px;
        display: block;
        margin-left: 2% !important;
    }
    .cat-products .product-price--buy ul li {width: 94%;}
    .cat-products .product-item-name {font-size: 22px;}
    .cat-products .product-item .price-box .price {font-size: 26px;}


    /*videos*/
    .cat-videos{width:95%;margin:0 auto;float:none;}
    .cat-videos .vid{width:100%;margin-left:0;}
}



@media screen and (max-width: 320px){

    /*category lists*/
    .cat-children .CatCard {min-height: auto;padding-bottom: 20px;}


}