/*
Theme Name: Hello Elementor Child theme of hello-elementor
Theme URI: 
Description: Child theme of hello-elementor theme for the Hello Elementor theme
Author: <a href="https://elementor.com/?utm_source=wp-themes&#038;utm_campaign=author-uri&#038;utm_medium=wp-dash">Elementor Team</a>
Author URI: 
Template: hello-elementor
Version: 2.3.0
*/

/* Generated by Orbisius Child Theme Creator (https://orbisius.com/products/wordpress-plugins/orbisius-child-theme-creator/) on Thu, 23 Jul 2020 11:28:09 +0000 */ 
/* The plugin now uses the recommended approach for loading the css files.*/

body,html {
	overflow-x:hidden;
	
}


.circle { 
   width: 20px;
   height:20px;
   margin:0 auto;
   background: #0179b8; 
   -moz-border-radius: 40px; 
   -webkit-border-radius: 40px; 
   border-radius: 40px;
}

.smallCircle{
   width: 10px;
   height: 10px;
   margin:0 auto;
   background: #0179b8; 
   -moz-border-radius: 20px; 
   -webkit-border-radius: 20px; 
   border-radius: 20px;
   margin-top:50px!important;
}



.subcat_section {
	
	background-color:#ececec;
	height:fit-content;
	padding:25px;
	width:100%;
}

.woocommerce-loop-product__title {
	
	border-bottom:5px solid #26a4f2;
	font-size:20px !important;
}


.subcat_section .contain {
	max-width:1200px;
	text-align:left;
	margin:0 auto;
	display:Flex;
	align-items:flex-start;
}

img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
	width:280px;
	height:126px;
}

.side_icon {
	display:Flex;
	align-items:center;
	margin-right:75px;
}


.side_icon img:nth-child(1) {
	width:60px;
	margin-right:-20px;
}

.topcatlinks {
	padding-left:10px;
}


.descriptionproduct li {
	list-style:circle !important;
	
}

.topcatlinks a {
	color:#fff;
	text-transform:capitalize;
	font-size:18px;
	
}

.topcatlinks a:hover {
	color:#fff;
}

.topcatlinks a:after {
	content:'|';
	padding:10px 25px;
}


.subcat_section .subcat_title h2 {
	color:#000 !important;
	text-transform:uppercase;
	font-weight:bold;
	font-size:22px;
}


.product {
	position:relative;
	
}

.supplierproduct {
	
    background-color: #ececec;
    box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.3);
    position: absolute;
    right: -14px;
    top: -15px;
    z-index: 15;
    width: 110px;
    padding: 9px 7px 3px 11px;
    text-align: center;

}


.descriptionproduct ul {
	margin-left:18px !important;
}


.descriptionproduct {
	color:#000;
	margin-top:15px;
	margin-left:8px;
}


.pdflink {
	border: 2px solid #000;
    width: 150px;
    border-radius: 25px;
    text-align: center;
    padding: 5px 10px;
    position: absolute;
    right: 0;
    bottom: 0;
	margin:10px;
}

.product {
	position:relative;
	
}


.elementor-element.elementor-products-grid ul.products li.product {
	height:550px;
}

.pdflink a {
	color:#000;
	text-transform:uppercase;
	font-size:13px;
}

.supplierproduct img {
	width:100px;
}


.suppliers .supplierlogo {
	width:100px;
	margin:0px 10px;
}


.suppliers {
	display:flex;
	align-items:Center;
	margin-top:10px;
	margin-left:50px;
}


.subcat_section .bottom {
	display:flex;
	align-items:Center;
	justify-content:space-between;

}

.subcat_section .subcat_des {
	font-size:16px;
	font-weight:bold;
}

.subcat_section .content {
	display:Flex;
	flex-direction:column;
	align-items:flex-start;
	width:75%;
}

.subcat_section:nth-child(even) {
	background:#fff;
}

.blocks  {
    display:Flex;
    align-items:center;
    justify-content: center;
    flex-wrap:wrap;
    z-index:999;

}


.block a {
    border-radius:25px;
    border:2px solid #000;
    color:#000;
    padding:5px 55px;
    font-size:20px;
	position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 25px;
  
}

.block {
    flex-direction:column;
    margin:0 17px;
    display:flex;
    align-items:center;
    justify-content: center;
    width:370px;
    
}

.blocks .topborder img {
    transform:rotate(-90deg);
    width:85px;
}

.blocks .text {
    padding:15px;
}


.imagefull .halfcircle {
   width: 100px;
    height: 186px;
    margin-left: -81px;

}
.imagefull {
	display:Flex;
	align-items:center;
	justify-content: center;

}

#aboutusslider .elementor-image-carousel-caption {
	
	margin-top:15px;
	
}

.blocks .blockcontent {
    background:#fff;
    box-shadow:0px 2px 8px 2px rgba(0,0,0,0.5);
    margin:0 auto;
    text-align:center;
    width:85%;
    height:460px;
	position:relative;
    margin-top:-48px;
}


.floating {  
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    margin-left: 30px;
    margin-top: 5px;
}

@keyframes floating {
    from { transform: translate(0,  0px); }
    65%  { transform: translate(0, 5px); }
    to   { transform: translate(0, -0px); }    
}

.blocks .blockcontent .circleicon {
    background:#fff;
    box-shadow:0px 2px 9px 2px rgba(0,0,0,0.5);
    border-radius:50%;
    width:105px;
    height:105px;
    margin:0 auto;
    padding:18px 15px 0px ;
    margin-top:-55px;
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    
}


@media(max-width:767px) {
    
    .blocks {
        flex-direction:column;
    }
    
    .block {
    margin:0px;
    flex-direction:column;
    display:flex;
    align-items:center;
    justify-content: center;
    width:95%;
    }
	
	.blocks .blockcontent {
    background:#fff;
    box-shadow:0px 2px 8px 2px rgba(0,0,0,0.5);
    margin:0 auto;
    text-align:center;
    width:85%;
    height:490px;
    margin-top:-48px;
}


.subcat_section .bottom {
	display:flex;
	flex-direction:column;
	align-items:Center;
	justify-content:center;
	

}

.subcat_section .suppliers {
	margin:0px;
	margin-top:15px;
	flex-wrap:wrap;
	justify-content:center;
}

    
}



.jet-list-tree__parent , .openchildren {
	border-bottom: 2px solid #b5b5b5;
    padding-bottom: 10px;
}



.openchildren:last-child {
	border-bottom: 0px;
    padding-bottom: 10px;
}

.block .title {
	
	text-transform:uppercase;
	font-weight:bold;
	font-size:18px;
	margin-top:25px;
}

.subcat_section .viewproducts {
	border-radius: 19px;
	transition:all 0.3s;
    width: fit-content;
    font-size: 14px;
    padding: 8px 43px;
    font-weight: bold;
    text-transform: uppercase;
    border: 2px solid #000;
    color: #000;
}


.subcat_section .viewproducts:hover {
	background-color:unset;
	transform:scale(1.05);
}





.jet-list-tree__children .jet-checkboxes-list__row {
	padding-bottom:5px;
}


.jet-list-tree__parent .jet-checkboxes-list__decorator {
	display:none !important;
}

.iconparent {
	margin-left:15px;
}


.jet-list-tree__parent{ 
	display:flex !important;
	justify-content: space-between;
	position:relative;
}

.jet-list-tree__children {
	display:none !important;
}


.openchildren {
	display:block !important;
}



@media(max-width:767px) {

.supplierproduct {
	right:0;
}


.side_icon {
	margin-right:0px;
}

.subcat_section .contain {
    max-width: 1200px;
    text-align: left;
    margin: 0 auto;
    flex-direction: column;
    justify-content: center;
    display: Flex;
    align-items: center;
}

.subcat_section .subcat_des ,.subcat_section .subcat_title h2  {
    text-align: center;
}


.subcat_section .content {
    display: Flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
} 


.topcatlinks {
	text-align:center;
}

#topbar img {
	width:60%;
}

}

