/*
Theme Name: Hello Elementor Child
Author: 
Description: Your description goes here
Version: 1.0
Template: hello-elementor

This is the child theme for Hello Elementor theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

body {
    background: #000 !important;
}
p {
    margin: 0 !important;
}
.site_btn a:hover {
    background: #fff !important;
}
.home_sec_2 img {
    width: 100%;
}
.sec_2_col .e-con-inner {
    width: 65% !important;
}
.home_sec_3:after {
    content: '' !important;
    width: 100%;
    height: 40%;
    position: absolute;
    top: 0;
    left: 0;
    background: #232323;
    z-index: -1;
}
@keyframes floatUpDown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(0);
  }
}
.home_sec_3 img {
  animation: floatUpDown 3s ease-in-out infinite;
}
.prod_sec  .woocommerce-product-gallery {
    opacity: 1 !important;
    width: 100% !important;
}
.prod_sec .woocommerce-product-gallery__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.prod_sec .woocommerce-product-gallery__image:first-child {
    width: 85%;
    background: #121212;
}
.prod_sec .woocommerce-product-gallery__image:last-child {
    width: 15% !important;
}
.custom-qty button.qty-btn {
    border: unset !important;
    color: #5a5a5a !important;
    font-size: 1.5rem;
    line-height: 0;
}
.custom-qty button.qty-btn:hover, .custom-qty button.qty-btn:focus {
    background: #0000 !important;
}
.custom-qty input:focus-visible {
    outline: none !important;
}
.custom-qty {
  display: flex;
  align-items: center;
  border: 1px solid #444;
  background: #000;
  height: 56px;
}
.custom-qty input.qty {
  width: 60px;
  text-align: center;
  border: none;
  background: transparent;
  color: #fff;
}
.qty-btn {
  width: 40px;
  height: 45px;
  background: transparent;
  border: none;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
}
/* Chrome, Safari, Edge */
input.qty::-webkit-outer-spin-button,
input.qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input.qty {
  -moz-appearance: textfield;
}
.prod_sec .add_to_cart_button, .news_letter .tnp-subscription input.tnp-submit, .contact_sec button.elementor-button, .elementor-menu-cart__main a.elementor-button, .wc-block-cart__submit a.wc-block-components-button, .wc-block-checkout__actions_row button.wc-block-components-checkout-place-order-button, form#wc-block-components-totals-coupon__form button.wc-block-components-button,
.woocommerce-button {
    width: 70% !important;
    font-family: "Rubik", Sans-serif !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    text-shadow: unset !important;
    color: var(--e-global-color-secondary) !important;
    background-image: linear-gradient(280deg, #A67836 30%, #F2E6B8 100%) !important;
    border-radius: 0px 0px 0px 0px !important;
    padding: 20px 49px 20px 49px !important;
    transition: 0.5s !important;
}
.prod_sec .add_to_cart_button:hover, .news_letter .tnp-subscription input.tnp-submit:hover, .contact_sec button.elementor-button:hover, .elementor-menu-cart__main a.elementor-button:hover,
.wc-block-cart__submit a.wc-block-components-button:hover, .wc-block-checkout__actions_row button.wc-block-components-checkout-place-order-button:hover, form#wc-block-components-totals-coupon__form button.wc-block-components-button:hover, .woocommerce-button:hover {
    background: #fff !important;
}
.prod_sec form.cart {
    width: 100% !important;
	padding-top: 30px !important;
}
.prod_sec form.cart:before {
    content: 'Quantity:' !important;
    font-family: "Rubik", Sans-serif !important;
    font-size: 16px !important;
    color: #fff;
    position: absolute !important;
    display: block !important;
    top: 0;
    left: 0;
}
.prod_sec form.cart:after {
    content: "Free Shipping" !important;
    font-family: "Rubik", Sans-serif !important;
    font-size: 20px !important;
    color: #fff;
    position: absolute !important;
    display: block !important;
    top: -10px;
    right: -55px;
    width: 100%;
    text-align: center;
}
.main_footer ul.e-n-menu-heading {
    display: block !important;
}
.main_footer ul.e-n-menu-heading li div {
    padding: 0 !important;
}
.main_footer ul.e-n-menu-heading li:not(:last-child) {
    padding-bottom: 10px !important;
}
.footer_col {
    display: flex !important;
    align-items: center !important;
}
.footer_col .elementor-element {
    width: auto !important;
}
body .news_letter .tnp-subscription input.tnp-submit {
    width: 100% !important;
    height: 50px !important;
    padding: 0 !important;
}
.news_letter .tnp-subscription {
    margin: 0 !important;
}
.news_letter .tnp-subscription label {
    display: none !important;
}
.news_letter .tnp-subscription form {
    display: flex !important;
}
.news_letter .tnp-subscription input.tnp-email {
    color: #ffffff;
    background-color: #26262b;
    border: 1px solid #26262b;
	height: 50px !important;
	color: #fff;
	font-family: "Rubik", Sans-serif !important;
    font-size: 18px !important
}
.news_letter .tnp-subscription .tnp-field-email {
    width: 50% !important;
}
.news_letter .tnp-subscription .tnp-field-button {
    width: 30%;
    margin-left: 5px;
}
.news_letter .tnp-subscription input.tnp-email::placeholder {
    color: #fff;
	font-family: "Rubik", Sans-serif !important;
    font-size: 18px !important;
}
.bread_banner p a {
    color: #fff !important;
}
.bread_banner p a:hover {
    text-decoration: underline !important;
}
a#elementor-menu-cart__toggle_button span.elementor-button-icon-qty {
    background: #fff !important;
    color: #000 !important;
}
.contact_sec input.elementor-field {
    height: 56px;
    color: #000 !important;
}
.contact_sec textarea {
    height: 250px;
    color: #000 !important;
}
button.elementor-button.elementor-size-sm {
    flex-basis: auto !important;
    width: 40% !important;
}
a.added_to_cart.wc-forward {
    color: #fff !important;
}
a.added_to_cart.wc-forward, .elementor-menu-cart__main .product-name a, .elementor-menu-cart__main .elementor-menu-cart__subtotal {
    color: #fff !important;
}
.elementor-menu-cart__main {
    background: #121212 !important;
}
body .elementor-menu-cart__main a.elementor-button {
	width: auto !important;
	padding: 20px 0 !important;
	font-size: 14px !important;
}
.elementor-menu-cart__close-button:before, .elementor-menu-cart__close-button:after {
	background: #fff !important;
}
.elementor-menu-cart__footer-buttons:before {
    content: "Free Shipping";
    color: #fff;
    background: #000;
    width: 100%;position: absolute;
    top: 10px;
    text-align: center;
    left: 0;
    height: 55px;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.elementor-menu-cart__footer-buttons {
    position: relative;
    padding-top: 80px !important;
}
body .wc-block-cart__submit a.wc-block-components-button {
	width: 100% !important;
}
.wp-block-woocommerce-empty-cart-block ul.wc-block-grid__products {
    display: none !important;
}
body .wc-block-checkout__actions_row button.wc-block-components-checkout-place-order-button,
body form#wc-block-components-totals-coupon__form button.wc-block-components-button, body .woocommerce-button {
	width: auto !important; 
	border: none !important;
}
.wc-block-components-order-summary-item__quantity span {
    color: #000 !important;
}
.wc-block-cart-items a.wc-block-components-product-name {
    color: #fff !important;
}
.woocommerce-mini-cart__empty-message {
    color: #fff !important;
}
body form#wc-block-components-totals-coupon__form button.wc-block-components-button { 
	padding: 0 45px !important;
}
.my_account_sec form.woocommerce-form {
    margin-bottom: 0 !important;
}
.my_account_sec h2 {
    margin-top: 0;
    text-align: center;
    font-family: 'Rubik' !important;
}
.my_account_sec form.woocommerce-form.register a {
    pointer-events: none !important;
}
.my_account_sec form.woocommerce-form.login a {
    text-decoration: underline !important;
}
.woocommerce-privacy-policy-text {
    padding-bottom: 10px;
}
.logged-in nav.woocommerce-MyAccount-navigation ul {
    padding-left: 0 !important;
    list-style: none !important;
}
.logged-in nav.woocommerce-MyAccount-navigation ul li a br {
    display: none;
}
.logged-in nav.woocommerce-MyAccount-navigation ul li a {
    border: 1px solid #A67836 !important;
    width: 100%;
    display: block;
    padding: 15px;
    color: #fff !important;
    font-weight: 500;
    transition: 0.5s;
}
.logged-in nav.woocommerce-MyAccount-navigation ul li:not(:last-child) {
    padding-bottom: 10px;
}
.logged-in nav.woocommerce-MyAccount-navigation ul li.is-active a, 
.logged-in nav.woocommerce-MyAccount-navigation ul li a:hover {
    background-image: linear-gradient(280deg, #A67836 30%, #F2E6B8 100%) !important;
    color: #000 !important;
}
.woocommerce-info {
    border-top-color: #A67836  !important;
}
.woocommerce-info::before {
    color: #A67836 !important;
}
.logged-in .button, body.e-wc-info-notice .woocommerce-MyAccount-content .woocommerce-info .button, body.e-wc-info-notice .wc-block-components-notice-banner.is-info .woocommerce-MyAccount-content .button {
    background-image: linear-gradient(280deg, #A67836 30%, #F2E6B8 100%) !important;
    color: #000 !important;
    border: 1px solid #A67836 !important;   
    border-radius: 0 !important;
    font-weight: 400 !important;
    transition: 0.5s;
}
.logged-in .button:hover, body.e-wc-info-notice .woocommerce-MyAccount-content .woocommerce-info .button:hover, body.e-wc-info-notice .wc-block-components-notice-banner.is-info .woocommerce-MyAccount-content .button:hover {
    background: #fff !important;
    color: #000 !important;
    text-decoration: unset !important;
}
.logged-in form.woocommerce-EditAccountForm .button {
    margin-top: 10px !important;
}
.logged-in form.woocommerce-EditAccountForm br, .my_account_sec form.woocommerce-form br {
    display: none !important;
}
.woocommerce-MyAccount-content a {
    color: #fff;
    font-weight: 500;
}
.my_account_sec header.woocommerce-Address-title h2 {
    text-align: left !important;
    font-size: 30px !important;
}
.my_account_sec header.woocommerce-Address-title p a {
    float: left !important;
}
.logged-in .my_account_sec .e-con-inner {
    padding-bottom: 60px !important;
}
.logged-in .my_account_sec a:hover {
    text-decoration: underline !important;
}
.my_account_sec form.woocommerce-form label.woocommerce-form__label {
    width: 100% !important;
}





























