/*
Theme Name: Hello Elementor Child
Description: Child theme for Hello Elementor
Author: Haroon Yamin
Author URI: http://linkedin.com/in/haroon.webdev
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
*/

/* Add your custom styles below */
.custom-wc-results-count {
    font-size: 24px;
    color: #fff;
    line-height: 1.2em;
}
.woocommerce .woocommerce-ordering {
    margin: 0;
}
.woocommerce .woocommerce-ordering select {
    background-color: #000;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 0;
}
.woocommerce .price {
    color: var( --e-global-color-primary ) !important;
}
.added_to_cart:hover{
	background-color: #BFC3C7 !important;
	border-color: #BFC3C7 !important;
}
.woocommerce.single input.qty::-webkit-outer-spin-button,
.woocommerce.single input.qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.woocommerce-cart input.qty {
    -moz-appearance: textfield;
    appearance: textfield;
}

/* Single Page */
.product-img-wrapper .flex-control-nav {
    margin-top: 10px !important;
    display: flex;
    flex-direction: row ;
    gap: 8px;
}
.woocommerce.single .cart {
	display: flex;
	flex-direction: column;
}
.product-quantity-label {
	color: #fff;
	margin: 0 0 10px 0;
}
.custom-qty-wrap {
	display: flex;
	width: fit-content;
}
.custom-qty-wrap .qty-btn {
	margin: 0 !important;
	background-color: transparent !important;
	border: 1px solid #FFFFFF29 !important;
}
.custom-qty-wrap .input-text {
	border-radius: 0 !important;
}
.custom-qty-wrap .input-text:focus {
	outline: 0 !important;
}
.product-note {
	color: #fff;
	font-size: 20px;
}
.woocommerce.single .single_add_to_cart_button {
	margin: 0 !important;
	width: fit-content !important;
    padding: 16px 68px !important;
}

@media screen and (min-width: 1024px) {
    .product-img-wrapper .woocommerce-product-gallery {
        display: flex;
        flex-direction: row-reverse;
        gap: 20px;
    }
    .product-img-wrapper .flex-control-nav {
        margin-top: 0 !important;
        flex-direction: column;
        gap: 14px;
        width: calc( 25% - 10px );
    }
    .product-img-wrapper .flex-control-nav li {
        width: 100% !important;
    }
    .product-img-wrapper .flex-viewport {
        width: calc( 75% - 10px );
    }
}
@media screen and (max-width: 576px) {
    .hy-related-products .swiper {
        overflow: visible !important;
    }
}

/* Cart Page */
:root {
    --hy-heading-bg: rgba(255, 255, 255, 0.15);
    --hy-heading-color: #ffffff;
}
.woocommerce-cart .woocommerce {
	display: flex;
	flex-wrap: wrap;
	column-gap: 120px;
}
.woocommerce-cart .woocommerce .woocommerce-notices-wrapper {
	width: 100%;
}
/* Cart Columns */
.woocommerce-cart .woocommerce .woocommerce-cart-form {
	width: calc( 65% - 60px );
}
.woocommerce-cart .woocommerce .cart-collaterals {
	width: calc( 35% - 60px );
}
/* left column*/

/* Cart Reset CSS */
.woocommerce-cart table.shop_table,
.woocommerce-cart .woocommerce table.shop_table th,
.woocommerce-cart table.shop_table td {
    border: none;
    background-color: transparent;
    padding: 0;
}
.woocommerce .cart-collaterals .cart_totals, 
.woocommerce-page .cart-collaterals .cart_totals {
    width: 100%;
}

/* Cart Shop Row */
.woocommerce-cart table.shop_table tr {
    /*margin: 20px 0;*/
    display: block;
}
.woocommerce-cart table.shop_table td {
    padding: 15px 20px;
}
.woocommerce-cart table.shop_table thead {
    background-color: var(--hy-heading-bg);
    color: white;
}
.woocommerce-cart .woocommerce table.woocommerce-cart-form__contents th {
    font-size: 24px;
    font-weight: 500;
    padding: 20px;
}

/* Cart Remove item */
.woocommerce-cart table.shop_table thead th:first-child,
.woocommerce-cart table.shop_table tbody td.product-remove {
    width: 60px;
}
.woocommerce-cart table.shop_table tbody td.product-remove a {
    font-size: 40px;
    margin: 0 auto;
    font-weight: 400;
    color: white !important; 
}
.woocommerce-cart table.shop_table tbody td.product-remove a:hover {
    background-color: transparent;
    opacity: 0.7;
}

/* Cart Item Thumbnail */
.woocommerce-cart table.shop_table thead th:nth-child(2),
.woocommerce-cart tbody .product-thumbnail {
    width: 15%;
}
.woocommerce-cart tbody .product-thumbnail a {
    display: grid;
}
.woocommerce-cart table.cart tbody img {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

/* Cart Item Title */
.woocommerce-cart table.shop_table thead th:nth-child(3),
.woocommerce-cart tbody .product-name {
    width: 40%;
}
.woocommerce-cart tbody .product-name a {
    color: #fff;
    font-size: 24px;
}

/* Cart Item Price */
.woocommerce-cart table.shop_table thead th:nth-child(4),
.woocommerce-cart table.shop_table thead th:nth-child(6){
    width: 10%;
}
.woocommerce-cart tbody .product-subtotal,
.woocommerce-cart tbody .product-price {
    width: 10%;
    font-size: 18px;
    color: #fff;
}

/* Cart Quantity */
.woocommerce-cart-form .custom-qty-wrap {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid rgba(555, 255, 255, 0.3);
    border-radius: 4px;
    padding: 4px;
    background: transparent;
}
.woocommerce-cart-form .custom-qty-wrap .quantity {
    margin: 0;
    border: none;
}
.woocommerce-cart-form .custom-qty-wrap input.qty {
    width: 60px;
    text-align: center;
    border: none;
    padding: 8px 4px;
    font-size: 16px;
    -moz-appearance: textfield;
    background-color: transparent;
    color: #fff;
}
.woocommerce-cart-form .custom-qty-wrap input.qty::-webkit-outer-spin-button,
.woocommerce-cart-form .custom-qty-wrap input.qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.woocommerce-cart-form .qty-btn {
    background: #01c0e9;
    border: none !important;
    color: #fff;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 4px;
    transition: all 0.3s ease;
    padding: 0;
}
.woocommerce-cart-form .qty-btn:hover {
    background: #0099bd;
    transform: scale(1.05);
}
.woocommerce-cart-form .qty-btn svg {
    pointer-events: none;
}
.woocommerce-cart button[name="update_cart"] {
    display: none !important;
}

/* Cart Coupon */
.woocommerce-cart .coupon {
	display: flex;
	gap: 10px;
	align-items: center;
}
.woocommerce-cart-form__cart-item{
	display: flex !important;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
	width: 100%;
	background-color: transparent;
	color: #fff;
	border-radius: 0;
	padding: 16px 28px;
	font-size: 18px;
}.woocommerce-cart .wc-proceed-to-checkout a.checkout-button{
	background-color: #BFC3C7!important;
    color: #000;
    padding: 20px 60px;
    font-size: 20px;
    font-weight: 500;
	border-radius: 0;
	transition: all 0.3s ease;
}
.woocommerce-cart table.cart td.actions .coupon button {
	background-color: var( --e-global-color-primary );
    color: #000;
    padding: 20px 60px;
    font-size: 20px;
    font-weight: 500;
	border-radius: 0;
	transition: all 0.3s ease;
	border: 1px solid #BFC3C7;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-cart table.cart td.actions .coupon button:hover {
	background-color: #ffffff00 !important;
	color: #fff;
	border: 1px solid #BFC3C7;
}

/* Cart Totals Column */
.woocommerce-page .cart-collaterals .cart_totals {
	background-color: var(--hy-heading-bg);
    color: white;
	padding: 24px 30px;
}
.woocommerce-page .cart-collaterals .cart_totals tr {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
}
.woocommerce-page .cart-collaterals .cart_totals th {
	font-size: 26px;
	font-weight: 500;
}
.woocommerce-page .cart-collaterals .cart_totals td {
	border: none !important;
	font-size: 22px;
	font-weight: 500 !important;
}

@media screen and (max-width: 1400px) {
	.woocommerce-cart .woocommerce {
		column-gap: 60px;
		row-gap: 24px;
	}
	.woocommerce-cart table.shop_table td {
		padding: 10px;
		display: block !important;
	}
	.woocommerce-cart tbody .product-name a {
		font-size: 20px;
	}
}
@media screen and (max-width: 1024px) {
	.woocommerce-cart .woocommerce {
		flex-direction: column;
	}
	.woocommerce-cart .woocommerce .woocommerce-cart-form,
	.woocommerce-cart .woocommerce .cart-collaterals {
		width: 100%;
	}
	.woocommerce-cart-form__cart-item{
		width: 100%;
		display: flex !important;
	}
	.checkout.woocommerce-checkout{
		display: block !important;
	}
}
@media screen and (max-width: 768px) {
	.woocommerce-cart .woocommerce-notices-wrapper * {
		margin: 0;
	}
	.woocommerce-page .cart-collaterals .cart_totals td,
	.woocommerce-cart table.woocommerce-cart-form__contents tr {
		position: relative;
		padding: 10px 0;
	}
	.woocommerce-cart table.woocommerce-cart-form__contents tr .product-remove {
		position: absolute;
		top: 5px;
		right: -10px;
		z-index: 1;
	}
	.woocommerce-cart table.woocommerce-cart-form__contents tr .product-remove a {
		margin: 0;
	}
	.woocommerce-cart table.woocommerce-cart-form__contents tr td {
		text-align: center !important;
		width: 100%;
		padding: 10px 0;
	}
	.woocommerce-cart table.woocommerce-cart-form__contents tr td::before {
		content: none ;
	}
	.woocommerce-page .cart-collaterals .cart_totals {
		padding: 10px 16px;
	}
	.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
		padding: 20px;
	}
	.woocommerce-page .cart-collaterals .cart_totals tr td {
		display: flex;
		justify-content: space-between;
		width: 100%;
	}
}
@media screen and (max-width: 576px) {
	.woocommerce-cart table.cart td.actions .coupon .input-text {
		padding: 8px;
	}
	.woocommerce-cart table.cart td.actions .coupon button {
		padding: 12px 16px;
	}
	.woocommerce-cart-form__cart-item{
		display: block !important;
	}
}

/* WooCommerce Checkout */
.woocommerce-checkout .woocommerce-info:has(.showcoupon) {
    border-color: var( --e-global-color-primary );
    background-color: var(--hy-heading-bg);
    color: #fff;
    margin: 0;
}
.woocommerce-form-coupon-toggle .woocommerce-info{
	background-color: #222 !important;
	border-top-color: #ffffff00 !important;
}
.woocommerce-checkout .woocommerce-info:has(.showcoupon):before {
    color: white;
}
.woocommerce-checkout .woocommerce-info .showcoupon {
    color: white;
	font-weight: 500 !important;
}
.woocommerce-checkout form.checkout_coupon {
    padding-top: 0;
    margin: 0;
    background-color: var(--hy-heading-bg);
    border: none;
    border-radius: 0;
    display: flex;
    gap: 10px;
}
.woocommerce-checkout .select2-container--default .select2-search--dropdown .select2-search__field,
.woocommerce-checkout .select2-container.select2-container--open .select2-dropdown--below,
.woocommerce-checkout form .form-row .select2-selection,
.woocommerce-checkout form .form-row .input-text {
    background-color: #262626;
    color: #fff;
    border-radius: 0;
    border-color: rgba(255, 255, 255, 0.3);
}
.woocommerce-checkout .select2-container--default .select2-search--dropdown .select2-search__field:focus,
.woocommerce-checkout form .form-row .input-text:focus {
    border-color: var(--e-global-color-primary) !important;
    outline: none;
}
.woocommerce-checkout form .form-row button {
    font-weight: 500;
    font-size: 18px;
    border-radius: 0;
    background: var(--e-global-color-primary) !important;
    color: #fff;
}
.woocommerce-checkout form .form-row button:hover {
    background: var(--e-global-color-accent);
}

.checkout.woocommerce-checkout {
    margin-top: 24px;
    display: flex;
    gap: 20px;
}
.checkout.woocommerce-checkout #customer_details {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.checkout.woocommerce-checkout #customer_details > * {
    width: 100%;
}
.checkout.woocommerce-checkout h3 {
    color: #fff;
}
.checkout.woocommerce-checkout #order_review_heading {
    display: none !important;
}
.checkout.woocommerce-checkout label {
    color: #fff;
}
.woocommerce-checkout form .form-row .select2-selection__arrow b {
    filter: invert(1);
}
.woocommerce-checkout form .form-row .select2-selection__rendered {
    color: #fff;
}
/* My Account Page */
/* WooCommerce Account */
:root {
	--hy-field-bg: rgba(0,0,0,0.03);
    --hy-heading-bg: rgba(0, 0, 0, 0.1);
    --hy-heading-color: #1E1E1E;
	--hy-text-color: #1E1E1E;
}
.woocommerce-account .woocommerce-MyAccount-navigation br {
	display: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 8px;
	list-style: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul a {
	padding: 12px 16px;
	color: #ffffff;
	display: block;
	background-color: var(--hy-field-bg);
	font-size: 18px;
	border: solid 1px #BFC3C7;
	border-radius: 6px;
	line-height: 1.2em;
	text-decoration: none;
	transition: all 0.3s ease
}
.woocommerce-account .woocommerce-MyAccount-navigation ul a:hover,
.woocommerce-account .woocommerce-MyAccount-navigation ul .is-active a{
	background-color: var(--e-global-color-primary);
	color: #000;
}
.woocommerce-account .woocommerce-MyAccount-content *:not(a) {
	color: var(--hy-text-color);
}
.woocommerce-account .woocommerce-MyAccount-content p {
	margin: 0 0 10px 0;
	font-size: 20px;
	color: white;
}
.woocommerce-account .woocommerce-MyAccount-content p strong{
	color: white;
}
.woocommerce-account .woocommerce-MyAccount-content p br {
	display: none;
}
.woocommerce-account .woocommerce-MyAccount-content .edit {
	font-size: 14px;
	font-weight: 500;
}
.woocommerce-account:has(.woocommerce-form-login) p a,
.woocommerce-account .woocommerce-MyAccount-content .edit,
.woocommerce-account .woocommerce-MyAccount-content p a ,.select2-results__option,
.input-text::placeholder{
	color: white !important;
}
.woocommerce-checkout .select2-container--default .select2-search--dropdown .select2-search__field{
	color: #000;
	background-color: white;
}
.woocommerce-checkout-review-order{
	color: white;
}
.woocommerce-checkout-payment{
	background-color: #222 !important;
}
.woocommerce-account:has(.woocommerce-form-login) p a:hover,
.woocommerce-account .woocommerce-MyAccount-content .edit:hover,
.woocommerce-account .woocommerce-MyAccount-content p a:hover {
	text-decoration: underline;
}
/* .wc-forward{
	background-color:#000000 !important;
	color: white !important;
} */
.woocommerce form .show-password-input::before, .woocommerce-page form .show-password-input::before{
	background-color: white;	
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address-title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 20px;
	margin-top: 20px;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address-title h2 {
	margin: 0;
	font-size: 24px;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address-title:before,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address-title:after {
	content: none;
}
.select2-dropdown{
	background-color: #A0A0A0 !important;
}
.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
	background-color: #000 !important;
}
.select2-container--default .select2-results__option[data-selected=true]{
	background-color: #000 !important;
}
.woocommerce-Button{
	background-color:#000000 !important;
	color: white !important;
}
.woocommerce-Button:hover{
	background-color:#000000 !important;
}
.woocommerce-info{
	background-color:#A0A0A0;
	border-top-color:#ffffff00;
	color: white;
}
.wc-backward{
	background-color: wc-backward !important;
	color: black !important;
	font-weight: 400  !important;
}
.woocommerce-account .woocommerce-MyAccount-content *:not(a){
		color: white;
}
.woocommerce-info::before{
	color: white;
}

/* Cart Account Login */
.woocommerce-account:has(.woocommerce-ResetPassword),
.woocommerce-account:has(.woocommerce-form-login) {
	color: var(--hy-text-color);
}
.woocommerce-account:has(.woocommerce-ResetPassword) .woocommerce p,
.woocommerce-account:has(.woocommerce-form-login) .woocommerce p {
	color: var(--hy-text-color);
}
.woocommerce-account:has(.woocommerce-ResetPassword) label,
.woocommerce-account:has(.woocommerce-form-login) label {
	color: white;
}
.woocommerce-account:has(.woocommerce-form-login) form.checkout_coupon, 
.woocommerce-account:has(.woocommerce-form-login) form.login, 
.woocommerce-account:has(.woocommerce-form-login) form.register {
	border-radius: 0;
	border-color: rgba(0, 0, 0, 0.15);
}
.woocommerce-account .woocommerce-form-register.register .button,
.woocommerce-account .woocommerce-ResetPassword.lost_reset_password .button,
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit,
.woocommerce-account .woocommerce-MyAccount-content .button[type="submit"] {
	background-color: #000 !important;
	border: solid 1px #BFC3C7;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	margin: 10px 0;
}
.woocommerce-account .woocommerce-MyAccount-content .button[type="submit"],
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit{
	font-weight: 400 !important;
}
.woocommerce-account .woocommerce-form-register.register .button,
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
	margin: 0;
}
.woocommerce-password-strength.bad,.woocommerce-password-strength.short,.woocommerce-password-strength.good,.woocommerce-password-strength.strong{
	background-color: #BFC3C7;
	color: #000 !important;
}
.woocommerce-error{
	background-color:#C6B290BF;
	border-top-color:#ffffff00;
}
.woocommerce-account .woocommerce-form-register.register .button:hover,
.woocommerce-account .woocommerce-ResetPassword.lost_reset_password .button:hover,
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit:hover,
.woocommerce-account .woocommerce-MyAccount-content .button[type="submit"]:hover {
	color: #000 !important;
	background-color: #BFC3C7 !important;
	border-color: #000;
}
/* :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button{
	background-color: #000 !important;
	color: #fff;
}
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:hover{
	color: #fff;
} */
.select2-selection--single{
	background-color: transparent !important;
	border-color: white !important;
}
.select2-container .select2-selection--single .select2-selection__arrow b{
	background-color:#ffffff;
}
.select2-container .select2-selection--single .select2-selection__placeholder,.select2-container .select2-selection--single .select2-selection__rendered{
	color: white !important;
}
.woocommerce-account form p.form-row {
	margin-bottom: 14px;
}
.woocommerce-account form .form-row .input-text {
	background-color: rgba(0, 0, 0, 0.02);
	border-color: white;
	color: white;
}
.woocommerce-account form .form-row label {
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 6px;
}
#account_display_name_description {
	font-size: 14px;
    font-weight: 400;
}
.woocommerce-account .woocommerce-MyAccount-content legend {
	padding: 0 8px;
}
.woocommerce-account .woocommerce-MyAccount-content .select2 {
	font-size: 16px;
}
.woocommerce-account .woocommerce-form-register.register br,
.woocommerce-account .woocommerce-ResetPassword.lost_reset_password br,
.woocommerce-account .woocommerce-form.woocommerce-form-login.login br {
	display: none;
}
.woocommerce-form-login__rememberme {
    margin: 4px 0 0 16px !important;
}
@media screen and (max-width: 768px) {
	.woocommerce-account .woocommerce-MyAccount-content {
		margin-top: 48px;
	}
}






