/* 
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 */

.tab_body{
    display: none;
}
.tab_body.active{
    display: block;
}

.tab_btn.active a{
	background: blue;
	color: red !important;
}
span.elementor-button-content-wrapper {
    align-items: center;
}
.elementor-custom-embed-play svg {
    opacity: 1;
}
body p:last-child{margin-bottom: 0px;}
.e-con-boxed .e-con-inner {
    padding-left: 30px !important;
    padding-right: 30px !important;
}
.site-header-menu .elementor-nav-menu li{
    border-radius: 25px;
}
.site-header-menu .elementor-nav-menu li .sub-menu li{
    border-radius: 0;
}
.site-header-menu .elementor-nav-menu li:hover {
    background-color: #151820;
}
.site-header-menu .elementor-nav-menu li .sub-menu li:hover {
    background-color: inherit;
}
.site-header-menu .elementor-nav-menu {
    gap: 7px;
}
.elementor-button path {
    fill: #FAC300;
}
.elementor-button:hover path {
    fill: #000;
}
/* Home card slider CSS */
.home-card-slider {
    padding: 0 60px;
}
.home-card-slide:not(.swiper-slide-active) img {
    /* display: none; */
    opacity: 0;
}
.swiper-3d .swiper-slide-shadow {
    background: rgba(0,0,0,.15);
    border-radius: 15px !important;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.home-card-arrow-wrapper .home-card-prev, 
.home-card-arrow-wrapper .home-card-next {
    border-radius: 38px;
    cursor: pointer;
}
.home-card-arrow-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 3px;
    margin-bottom: 16px;
}
.home-card-slider .home-card-slide img {
    width: 100%;
}
body .rtl-home-card-slider .swiper-slide-shadow {
    background: rgba(49,51,59,.4);
}
body .rtl-home-card-slider .home-card-arrow-wrapper {
    justify-content: flex-start;
}
body .rtl-home-card-slider .home-card-arrow-wrapper .home-card-next, 
body .rtl-home-card-slider .home-card-arrow-wrapper .home-card-prev {
    background: rgb(194 196 203 / 14%);
}
body .home-card-slider .home-card-arrow-wrapper .home-card-next:hover, 
body .home-card-slider .home-card-arrow-wrapper .home-card-prev:hover {
    background: #fac300;
}
body .rtl-home-card-slider .home-card-arrow-wrapper .home-card-next img, 
body .rtl-home-card-slider .home-card-arrow-wrapper .home-card-prev img {
    filter: brightness(0) invert(1);
}
/* Newsletter CSS */
.footer-copyright a {
    color: inherit;
}
.footer-news-form form {
    display: flex;
    align-items: center;
    background: #31333B;
    border-radius: 38px;
    padding: 5px;
    max-width: 430px;
}
.footer-news-form .tnp-field-email {
    width: calc(100% - 60px);
}
.footer-news-form .tnp-subscription {
    margin: 0px;
}
.footer-news-form .tnp-field label {
    display: none;
}
.footer-news-form .tnp-subscription div.tnp-field, 
.footer-news-form .tnp-profile div.tnp-field {
    margin-bottom: 0;
    border: 0;
    padding: 0;
}
.footer-news-form .tnp-field-button {
    width: 60px;
    height: 60px;
}
.footer-news-form .tnp-field-button input.tnp-submit {
    width: 100%;
    height: 100%;
    font-size: 0;
    border-radius: 50%;
    background: #151820 url(./images/white-arrow.png) no-repeat center center;
    background-size: 10px auto;
}
.footer-news-form form input[type=email]:focus-visible, 
.footer-news-form form input[type=email]:focus, .footer-news-form form input[type=email]:focus-within {
    outline: none;
    border: none;
}
.footer-news-form .tnp-field-button input.tnp-submit:hover {
	background-color: #fac300 !important;
}
.footer-news-form form input[type=email] {
    background: transparent;
    padding: 20px 35px;
    color: #fff;
    font-family: 'Kiwari-Regular' !important;
}
/* Black slider CSS */
.custom-black-slider .swiper-slide {
    border-radius: 30px;
    overflow: hidden;
}
/* Contact Page CSS */
.custom-contact-form .elementor-field-label {
    margin-bottom: 12px;
}
.custom-contact-form .elementor-upload-field {
    background: #fff;
    border-radius: 10px;
    border: none;
}
/* SEO page CSS */
.yellow-list .elementor-icon-list-items .elementor-icon-list-item {
    padding: 20px 80px 20px 20px;
    background: linear-gradient(80deg, #31333B 0%, #31333B 53.29%, #151820 100%);
    border-radius: 10px;
	margin-bottom: 5px;
}
.red-list .elementor-icon-list-items .elementor-icon-list-item {
    padding: 20px 80px 20px 20px;
    background: linear-gradient(260deg, #31333B 0%, #31333B 53.29%, #151820 100%);
    border-radius: 10px;
	margin-bottom: 5px;
}
.has-submenu svg.e-fas-caret-down {
    fill: #fff !important;
}
.custom-product-price span{
	color: #FAC300;
}
.product-item {
    padding: 6px;
    background: #3d3f46;
    border-radius: 15px;
    color: white;
    text-align: center;
    margin-top: 30px;
	padding: 5px !important;
}

.product-item a img {
    Border-radius: 10px;
	height:400px !important;
}
.product-items h2 {
    height: auto !important;
    margin-top: 30px;
    font-size: 28px;
}
.product-item a:last-child {
    display: block;
    color: #f2c443;
    background: #23252a;
    width: 160px;
    padding: 10px;
    border-radius: 30px;
    margin: 10px auto 30px auto;
}
.list-product-tag .tag-title{ color:#FFF; }

.nk-filter #product-list {
	clear:both;
}
.nk-filter #category-list {
	float: left;
    list-style: none;
    display: inline-block;
    color: white;
    padding: 0;
}
.nk-filter #category-list .category-item {
	background:#23252a;
	padding:16px 15px;
	border-radius:50px;
	color:#fff;
	margin: 0 5px 0 0;
	display: inline-block;
	font-weight:500;
	cursor:pointer;
}
.nk-filter #category-list .category-item:hover, .nk-filter #category-list .category-item.active {
	background:#f2c443;
	color:#23252a;
}
.nk-filter .orderby {
	float: right;
    max-width: 200px;
    width: 100%;
	height: 56px;
    border-radius: 56px;
}
.custom-product-price {
	font-size: 34px;
    line-height: 34px;
    font-weight: 600;
    letter-spacing: -1.34px;
}
.variations_form.cart {
	display:flex;
}
.variations_form.cart table tbody>tr:nth-child(odd)>td, .variations_form.cart table tbody>tr:nth-child(odd)>th {
    background-color: transparent;
    display: block;
    text-align: left;
	margin: 0;
	padding:0;
}
.woocommerce div.product form.cart .variations {
	width:200px;
	margin-bottom:0;
	margin-right: 20px;
}
.woocommerce div.product form.cart .variations select {
	height: 56px;
    border-radius: 56px;
    background: #31333c;
    color: #fff;
    border: none;
}
:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart) .quantity .qty {
    vertical-align: middle;
    margin-right: 10px;
    width: 78px;
    height: 56px;
    border-radius: 56px;
    margin-top: 25px;
    background: #31333c;
    border: none;
    text-align: center;
    color: white;
}
:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--layout-auto .e-atc-qty-button-holder button{
	background: #fac301;
    height: 56px;
    border-radius: 56px;
    color: #1f2125;
}
:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--layout-auto .e-atc-qty-button-holder .button, :is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--layout-auto .e-atc-qty-button-holder button {
	margin-top:25px;
}
@media (max-width: 1024px){
    body .elementor-nav-menu--dropdown.elementor-nav-menu__container .elementor-sub-item {
        font-size: 14px;
        line-height: 16px;
    }
}
@media (max-width: 767px){
    .home-card-slider {
        padding: 0 50px;
        margin: 0 -20px;
    }
	.e-con-boxed .e-con-inner {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
}