/**
 * Theme Name:     Hello Elementor Child
 * Author:         Elementor Team
 * Template:       hello-elementor
 * Text Domain:	   hello-elementor-child
 * Description:    Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
 */



/* @font-face {
    font-family: 'Helvetica Neue';
	src: url('helvetica-neue-regular.ttf');
    font-weight: 400;
    font-style: normal;
} */

@font-face {
    font-family: 'Helvetica Neue';
   src: url('HelveticaNeueMedium.ttf');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('HelveticaNeueBold.ttf');
    font-weight: 700;
    font-style: normal;
}

h1,h2,h3,h4,h5,h6,a{
	font-family: 'Helvetica Neue' !important;
}
.dwsp-alert-error{
	color: #ff0000ab;
}

/* Language switcher */
.wpml-dropdown {
    position: relative;
    display: inline-block;
}

.wpml-current {
    display: flex !important;
    align-items: center;
    gap: 6px;
    cursor: pointer;
	font-size: 15px !important;
    font-weight: 500;
}

.wpml-current .arrow{
	width:10px;
}

.wpml-list {
    position: absolute;
    top: 100%;
    left: -8px;
    background: #fff;
    list-style: none;
    padding: 0;
    margin: 0;
    min-width: fit-content;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    z-index: 999;
	font-size:15px;
}

.wpml-list li a{
    padding: 5px 15px;
	color:black;
}

.wpml-list li a:hover{
	background: #2d5971;
	color: #fff;
}

.wpml-dropdown:hover .wpml-list {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
/* Language switcher */

/**** Login, register, myaccount start ****/
.manage_auth_btn a.my-account-btn{
    font-size: 14px;
    font-weight: 500;
    border-style: none;
    border-radius: 8px 8px 8px 8px;
    padding: 13px 31px 13px 31px;
    background: #2d5971;
    color: #fff;
}

.manage_auth_btn a.my-account-btn:hover{
   background: black; 
}

.login_reg_btn_box{
	display: flex;
	gap: 20px;
	align-items: center;
}

.login_reg_btn_box .login-btn{
	font-size: 14px;
	font-weight: 500;
	fill: #020201;
	color: #020201;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #2d5971;
	border-radius: 8px 8px 8px 8px;
	padding: 10px 20px 10px 20px;
}

.login_reg_btn_box .register-btn{
	font-size: 14px;
	font-weight: 500;
	border-style: none;
	border-radius: 8px 8px 8px 8px;
	padding: 13px 31px 13px 31px;
	background: #2d5971;
	color: #fff;
}

.login_reg_btn_box .register-btn:hover{
	background: black; 
}

.register_text_with_btn{
	margin-top: 10px;
	font-size: 16px;
}

.register_text_with_btn a{
	color: #2d5971;
}

/**** Login, register, myaccount end ****/


.custom-products-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
}
 
.custom-product-card {
    border: 1px solid #E7E9EF;
    border-radius: 15px;
    text-align: center;
}
 

.custom-product-card a {
	color: inherit;
	text-decoration: none !important;
}

.custom-product-card .product-thumbnail {
    width: 100%;
    aspect-ratio: 1 / 0.75;
    border-radius: 15px;
    display: flex;
	justify-content: center;
    align-items: center;
	box-shadow: 0px 2px 0px 0px #00000005;
}
 
.product-title{
	text-align: center;
	color: #020201;
	padding: 25px 30px 36px 30px;
	margin: 0;
}

.product-title:hover{
	color: #2D5971;
}
 
.product-actions {
    display: flex;
    justify-content: center;
    gap: 15px;
    align-items: center;
    padding-bottom: 25px;
}

.compare-button .compare.button {
    background-color: #2D5971;
    border: 1px solid #84CAFF;
    border-radius: 10px;
    font-size: 16px;
    padding: 15px 24px 15px 24px;
    font-weight: 500;
    color: #fff;
}
 
 .compare-button .compare.button:hover {
 	background-color: #000;
 	color: #fff;
 }


.process_number {
    width: 110px;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.elementor-widget-shortcode:has(.custom-products-grid) {
    width: 100%;
}

.home_pro_sec_two {
    width: 100%;
}

.topbar_icon_list ul {
    row-gap: 8px;
}




@media(max-width:1024px){
	.custom-products-grid{
		grid-template-columns:repeat(2,1fr);
	}

	.custom_header nav {
		overflow: hidden;
	}
}

@media(max-width:767px){
	.custom-products-grid{
		grid-template-columns: 1fr;
	}

	.process_number {
		width: 100px;
		height: 100px;
	}
}



/* Test Home */
.wholesale_network{
	background: radial-gradient(73.58% 97.47% at 50% 110.4%, #2C5971 0%, #020201 100%);
}

.home_pro_sec_two .hfe-product-title a{
	text-decoration:none;
}
.home_pro_sec_two .hfe-product-title h2 {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Inter' !important;
}


.home_pro_sec_two .hfe-product-image{
	border-radius:10px !important;
	margin-bottom: -5px;
}

.home_pro_sec_two .hfe-product-item{
	border-radius: 12px !important;
}


.home_pro_sec_two .hfe-product-item:hover .hfe-product-content{
	background: #020201;
	 transition: background-image 0.5s ease;
}
.home_pro_sec_two .hfe-product-item:hover .hfe-product-content .hfe-product-title a{
	color:#fff;
}

.home_pro_sec_two .hfe-product-add-to-cart a{
    display: block !important;
    border: 1px solid black !important;
}
.home_pro_sec_two .hfe-product-item:hover .hfe-product-add-to-cart a{
	background: #FFFFFF4D !important;
	border: 1px solid #FFFFFF4D;
}



/* Test Home */



/* Footer Start */

.privacy_policy ul{
	display: flex;
	gap: 30px;
	padding-left: 0px;
	font-size: 16px;
	justify-content: flex-end;
}

.privacy_policy ul li:first-child{
	list-style: none;
}

.privacy_policy ul li a{
	text-decoration:underline;
	text-underline-offset: 4px;
	color:#9EA2AE;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	line-height: 24px;
} 

.manage_newslatter form{
    display: flex;
    width: 100%;
    gap:17px;
	color:#fff;
}

.manage_newslatter form .tnp-field-email{
    margin-bottom: 0px !important;
}
.manage_newslatter form .tnp-field-email label{
    display: none;
}

.manage_newslatter form .tnp-field-button{
     margin-bottom: 0px !important;
}

.manage_newslatter form .tnp-field-button .tnp-submit{
    border: solid 1px transparent;
    border-image-source: linear-gradient(360deg, #2D5971 0%, #84CAFF 100%);
    background: radial-gradient(65.09% 199.04% at 50% 213.46%, #D1E9FF 0%, #2D5971 100%);
}

.manage_newslatter form .tnp-field-email .tnp-email{
    border: 1px solid #FFFFFF59;
    background: #000000;
    border-radius: 10px;
}


/* Footer End */

@media screen and (max-width: 768px) {
	.mobile_full_width {
		width:100%;
	}
	.mobile_full_width a{
		display:block;
	}
}



/*   History Page */
.custom_breadcrumb a {
    text-decoration: none !important;
}

/* .custom_timeline .twae-timeline{
    overflow:hidden;
} */

    /* Progress Line */
   .custom_timeline .timeline-progress-line{
    position:absolute;
    top:0;
    left:calc(50% - 2px);
    width:4px;
    background:#2D5971;
    height:0;
}

.custom_timeline .twae-vertical .twae-start {
	background-color: #2D5971;
}

.custom_timeline .twae-vertical .twae-start:after {
	background-color: #2D5971;
} 

@media screen and (max-width: 767px) {
	.custom_timeline .timeline-progress-line {
    left: calc(0px - var(--tw-line-width) / 2 + var(--tw-ibx-size) / 2);
}
}


/*   History Page */


/*   Shop Page Start */
.woocommerce-shop ul.products {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    margin-bottom: 40px;
}
 
.woocommerce-shop ul.products:before, .woocommerce-shop ul.products:after {
	display: none;
}
 
.woocommerce-shop ul.products li.product {
	  width: 100% !important;
    margin: 0 !important;
    background: #ffffff;
    border: 1px solid #f0f0f0;
    border-radius: 12px;
    padding-bottom: 5px;
}
 
.woocommerce-shop ul.products li.product img {
    border-radius: 10px !important;
    padding: 12px;
    box-shadow: 0px 2px 0px 0px #00000005 !important;
    aspect-ratio: 1;
    object-fit: contain;
}
 
.woocommerce-shop ul.products li.product h2.woocommerce-loop-product__title {
    color: #020201;
    padding: 0 15px !important;
}
 
.woocommerce-shop ul.products li.product .price {
	color: #2D5971;
	font-weight: 600;
	padding: 10px 15px;
	text-align: center;
}
 
.woocommerce-shop ul.products li.product a.button {
    background-color: #2D5971;
    padding: 8px 20px 8px 20px;
    color: var(--e-global-color-tertiary);
    font-family: "Inter" !important;
    font-size: 16px;
    font-weight: 500;
    margin: 10px 15px;
    line-height: 1.5;
    display: flex;
    justify-content: center;
}
 
.woocommerce nav.woocommerce-pagination ul {
	border: none;
}
 
.woocommerce nav.woocommerce-pagination ul li {
    border: none;
    margin: 0 5px;
}
 
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #2D5971;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    color: #2D5971;
}
 
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
    background: #2D5971;
    color: #fff;
}
 
.custom_catalogues a {
	text-decoration: none;
}
 
@media screen and (min-width:320px ) {
.woocommerce-shop #main.site-main {
    max-width: 1270px !important;
    width: 100% !important;
    padding: 0 15px;
  }
}
 
@media screen and (max-width: 1023px) {
	.woocommerce-shop ul.products {
    grid-template-columns: repeat(3, 1fr);
}
}
 
@media screen and (max-width: 767px) {
	.woocommerce-shop ul.products {
    grid-template-columns: 1fr;
}
}
 
 
/*   Shop Page End */







/****  Contact Page Start ****/
.icon_contact a {
    text-decoration: none !important;
    color: inherit;
}

.icon_contact a:hover {
    color: #2D5971;
}

.contact_form label {
    line-height: 24px;
    font-weight: 500;
    font-family: 'Helvetica Neue';
    margin-bottom: 10px;
    width: 100%;
}

.contact_form input, .contact_form textarea {
    border-radius: 8px !important;
    border: 1px solid #6D717F !important;
    padding: 12px 20px !important;
    color: #6D717F;
    font-size: 16px;
    line-height: 21px;
    margin-top: 5px;
}

.contact_form textarea {
	height: 150px;
}

.contact_form span.wpcf7-list-item {
    margin: 0;
    font-size: 16px;
}


/****  Contact Page End ****/



/******** Custome Product css ***********/
.cp-project-grid{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.cp-project-card{
	border: 1px solid #E7E9EF;
	border-radius:15px;
}

.cp-thumb a{
	display:block;
}

.cp-content{
	padding:15px;
}

.cp-thumb img{
	border-radius:15px;
	aspect-ratio: 1 / 0.7;
    object-fit: cover;
	width: 100%;
}

.cp-title a{
	color:#020201 !important;
}

.cp-title{
	margin:0px;
	text-align: center;
}

.cp-project-grid h3.cp-title {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}

.cp-pagination {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    gap: 20px;
}

.cp-pagination a {
    color: #020201;
}

.cp-pagination .current {
    color: #2D5971;
    font-weight: 700;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    background: #2D5971;
    color: #fff;
    border-radius: 50%;
    align-items:  center;
}

@media screen and (max-width: 1024px) {
	.cp-project-grid {
    grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 767px) {
    .cp-project-grid {
        grid-template-columns: 1fr;
    }
}

/******** Custome Product css ***********/


/* Project Page */

.title_bar {
    background: radial-gradient(73.58% 97.47% at 50% 110.4%, #2C5971 0%, #020201 100%);
    padding: 90px 15px;
    text-align: center;
    color: #fff;
}

.title_bar .container {
	max-width: 1240px;
	margin: 0 auto;
}

.title_bar .breadcrumb svg {
	width: 20px;
	fill: #fff;
}

.title_bar .breadcrumb a {
	color: #fff;
}

.title_bar h1 {
	margin: 0 0 20px 0;
}


/* Projects Archive */

.projects_archive {
    max-width: 1240px;
    margin: 0 auto;
    padding: 90px 15px;
}

@media screen and (max-width: 767px) {
	.projects_archive {
    padding: 70px 15px;
}

}



/********  Shop Single Page ********/

.single-product #main {
    max-width: 100%;
}

.single-product .site-main > nav.woocommerce-breadcrumb {
    display: none;
}

.custom-product-breadcrumb nav.woocommerce-breadcrumb, .custom-product-breadcrumb nav.woocommerce-breadcrumb a {
    color: #fff;
}

.single-product .site-main > .product {
    max-width: 1240px;
    margin: 0 auto;
    padding: 90px 15px;
}

.single-product .site-main > .product .woocommerce-product-gallery {
    position: relative;
    border: 1px solid #eee;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.single-product .product_meta a {
	color: #2D5971;
}

.single-product .stars {
	margin-top: 16px !important;
}

.single-product .stars a {
	color: #2D5971;
}

.single-product #respond #commentform .form-submit input[type="submit"] {
    left: auto;
    font-size: 14px;
    font-weight: 500;
    border-style: none;
    border-radius: 8px 8px 8px 8px;
    padding: 13px 31px 13px 31px;
    background-color: #2d5971;
    color: #fff;
}

.single-product #respond #commentform .form-submit input[type="submit"]:hover {
    background-color: #000;
}

.related.products ul.products {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    margin-bottom: 0;
}

.related.products ul.products li.product {
    width: 100% !important;
    margin: 0 !important;
    background: #ffffff;
    border: 1px solid #f0f0f0;
    border-radius: 12px;
    padding-bottom: 5px;
}

.related.products ul.products li.product img {
    border-radius: 10px !important;
    padding: 12px;
    box-shadow: 0px 2px 0px 0px #00000005 !important;
    aspect-ratio: 1;
    object-fit: contain;
}

.related.products ul.products li.product h2.woocommerce-loop-product__title {
    color: #020201;
    padding: 0 15px !important;
}

.related.products ul.products li.product a.button {
    background-color: #2D5971;
    padding: 8px 20px 8px 20px;
    color: var(--e-global-color-tertiary);
    font-family: "Inter" !important;
    font-size: 16px;
    font-weight: 500;
    margin: 10px 15px;
    line-height: 1.5;
    display: flex;
    justify-content: center;
}

.related.products ul.products:before, .related.products ul.products:after {
	display: none;
}

.cp-project-tags a.cp-tag-item {
    background-color: rgba(2, 1, 1, 0);
    font-size: 14px;
    font-weight: 500;
    color: #020201;
    border: 1px solid #2D5971;
    border-radius: 8px;
    padding: 8px 12px 8px 12px;
    display: inline-block;
    margin: 4px 8px 4px 0;
}

.cp-project-tags a.cp-tag-item:hover {
    background: #2D5971;
    color: #fff;
}

@media screen and (max-width: 1024px) {
	.related.products ul.products {
       grid-template-columns: repeat(2, 1fr);
}
}

@media screen and (max-width: 767px) {
	.related.products ul.products {
       grid-template-columns: 1fr;
}
	.single-product #main{
		padding: 0;
	}
	
	.single-product .site-main > .product {
    padding: 70px 15px;
}
}

/********  Shop Single Page End ********/

