/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

header.entry-header {
    display: none;
}
.page-template h1.entry-title {
    display: none;
}
.filter-box h3 {
    margin: 10px 0;
    font-weight: 600;
    font-size: 20px;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 10px;
}
.pt-se-sn {
    padding-top: 20px !important;
    background: #3fadd417;
}
.links-p a {
    font-size: 16px;
    font-weight: 600;
    color: #0e1b41;
}
.links-p a:hover{
	text-decoration:none;
	color:#3fafd6 ;
}
.pd-infoDiv h5 {
    font-weight: 600;
}
h5 span.ad-direct-item.ad-direct-title {
    font-size: 28px;
    margin: auto;
    text-align: center;
    width: 100%;
    display: block;
    color: #000000;
    font-weight: 600;
}
.links-p {
    margin: 0 0 20px 0;
}
.filter-box ul {
    padding: 0;
    list-style: none;
}
.filter-box ul li a {
    color: #5a5a5a;
    line-height: 32px;
    width: 100%;
    display: inline-block;
}
.filter-box ul li a::before {
    content: "";
    width: 0px;
    height: 3px;
    display: inline-block;
    background:transparent;
    margin-right: 10px;
    position: relative;
    top: -2px;
	transition:all linear .5s;
}
.filter-box ul li a:hover::before{
	width: 20px;transition:all linear .5s; background:#42B8E1;
}
.filter-box input[type="checkbox"] {
    appearance: none !important;
    width: 20px;
    height: 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #ffffff;
    border: 1px solid #ccc;
    border-radius: 0;
    cursor: pointer;
    position: relative;
    margin: 0 10px 0 0;
    top: 5px;
}
.filter-box  input[type="checkbox"]:checked {
    background-color: #0f387a;
    border: 1px solid #0f387a;
}
.filter-box input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    left: 6px;
    top: 2px;
    width: 6px;
    height: 12px;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    border-color: white;
    border-style: solid;
}
.filter-box ul li a:hover{
	text-decoration:none;
	color:#0f387a;
	font-weight:600;
}
.sidebar {
    padding: 8px 12px 10px 12px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
    height: 100%;
}
#Products-Wrap .mix img, .brand-a img{
	border:none !important;
}
.product-box{
	border: 1px solid #e5e5e5; 	
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px; transition: all linear .5s;
}
.products-grid .img {
    width: 100%;
    height: 225px;
    overflow: hidden;transition: all linear .5s;border: 1px solid #e7e7e7;
}
.products-grid .img img {
    width: auto !important; 
    height: 100%;
    object-fit: cover;
    margin: auto;
}
.products-grid .img .overlay{
	display:none;
}
.w-100 {
    width: 100%;
    max-height: 120px;
}
.brd-img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
}
.bdr {
    border: 1px solid #f1f1f1;
}
.img-fluid{
	width:100%;
}
.product-main-i img{
	max-height: 500px;
    width: auto !important;
    margin: auto;
	max-width: 100%;
}
.bg-white{
	background:#fff;
}
.bg-light{
	background:#f1f1f1;
}
.products-grid .mix:hover img {
    opacity: .6;transition: all linear .5s;
}
.pd-infoDiv table tr:first-child {
    background: #0e1d43 !important;
    color: #fff;
}
.prod-bottom h3 {
    color: #fff;
}
.prob-links:hover {
    text-decoration:none;
}
.products-grid .mix {
    margin-bottom: 32px;transition: all linear .5s
}
.products-grid .prod-bottom {
   
    min-height: 95px;
    padding: 10px 15px;
    BACKGROUND: #0f387a; 
}
.products-grid .prod-bottom h3 a {
    color: #ffffff;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
}
.prod-bottom span {
    color: #f9f9f9;
}

#product-filter li.filter.active a {
	background-color:#42b8e1 !important;
}
#product-filter li a:hover {
    color: #0b1339;
}
.products-grid .mix:hover .prod-bottom{
	background:#42b8e1;
	border-bottom:2px solid #0f387a;transition: all linear .5s;
}
section#page-title {
    background: linear-gradient(35deg, #0b1339, #42B8DF);
    border-radius: 0 0 50px 50px;
}
#page-title h1, #page-title span {
    color: #fff;
    line-height: 31px;
}
#page-title .container{
	position:relative;
}
#page-title .container::before {
    content: "";
    width: 5px;
    height: 35px;
    background: #3fafd6;
    position: absolute;
    left: -5px;
}
#product-filter li:first-child a, #product-filter li:last-child a{
	border-radius:0 !important;
}
#product-filter li a, #product-filter li.filter.active a{
	padding:20px 20px;
}
#product-filter{
	border-radius:0;
}
.pd-infoDiv table tr:nth-child(odd) {
    background: #daecf1;
}
.pd-infoDiv table {
    width: 100%;
    margin: 15px 0;
    background: #fff;
}
.pd-infoDiv table td{
	padding:10px;
}
/*.pd-infoDiv img {
    max-height: 180px;
    max-width: 180px;
}*/

.pd-imgDiv img{
	width:100%;
	height:100%;
	object-fit:cover;
}
.pd-infoDiv h1 {
    font-size: 30px;
    font-weight: 600;
    color: #0f387a;
    margin: 25px 0;
}
.pd-infoDiv p {
    line-height: 1.8;
    color: #000;
    font-size: 16px;
}
.pd-infoDiv hr {
    margin-bottom: 0;
    padding-bottom: 0;
    color: #3ba2c9;
    background-color: #0f387a;
    height: 1px;
}
.pd-infoDiv h3 {
    FONT-SIZE: 18px;
    font-weight: 700;
    margin: 15px 0;
}
.pd-infoDiv a {
    color: #3fafd6 !important;
    font-weight: 600;
}
.pt-se-sn {
    padding-top: 40px;
	padding-bottom: 40px;
}
#home-pro .ha-slick-slide.slick-slide .ha-slick-item {
    border: 5px solid #f1f1f1;
    width: 100%;
    text-align: center;
}
#home-pro .ha-slick-slide.slick-slide .ha-slick-item img.ha-slick-img {
    margin: auto;
    max-height: 200px;
    object-fit: cover;
}
#home-pro .ha-slick-content h2 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /* max-width: 250px; */
    font-size: 14px !important;
    line-height: 17px;
}
ul#product-filter {
    display: none;
}
@media only screen and (max-width:767px){
	#page-title {
    padding: 25px 0;
		border-radius:0 0 25px 25px;
	}
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 768px) {
    .container {
        max-width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}

#page-title {
    padding: 50px 0;
    background-color: #f5f5f5;
    border-bottom: 1px solid #eee;
    position: relative;
    margin-bottom: 25px;
}

@media (min-width: 992px) {
    .row {
        display: flex;
        flex-wrap: wrap;
    }

    .col-md-9 {
        width: 73%;
        box-sizing: border-box;
    }

    .col-md-3 {
        width: 24%;
        box-sizing: border-box;
    }
}

.mt-4 {
    margin-top: 25px;
}

.d-flex {
    display: flex;
    gap: 34px;
}

li.product.type-product {
    transition: all linear .5s;
    border: 1px solid #e7e7e7;
}

.button.product_type_simple {
    display: none !important;
}

.prod-bottom {
    min-height: 95px;
    padding: 10px 15px;
    BACKGROUND: #0f387a;
}

.prod-bottom .woocommerce-loop-product__title {
    color: white;
}

.prod-bottom h2 {
    font-size: 19px;
    margin: 0;
    padding: 0;
    font-weight: bold;
}

.set-search-product-design {
    width: 33.33%;
}