.woocommerce ul.products li.product .button,
.woocommerce ul.products li.product .add_to_cart_button {
    display: none !important;
}

.woocommerce-loop-product__title {
    font-size: 14px !important;
    text-transform: uppercase;
    color: #000;
    margin: 0 !important;
    padding: 0 !important;
}

.woocommerce ul.products li.product .price {
    font-size: 12px !important;
    margin-top: 5px;
    color: #000;
}

.woocommerce ul.products li.product .price ins {
    font-weight: 500;
    text-decoration: none;
}


.elementor-widget-video .elementor-custom-embed-image-overlay img {
    aspect-ratio: unset !important;
}
 .elementor-wrapper {
    --video-aspect-ratio: unset !important;
}

body:not([class*=elementor-page-]) .site-main {
    max-width: 1280px;
    padding-top: 50px;
}

.woocommerce .woocommerce-result-count {
    position: relative;
    top: 10px;
}

.entry-summary .woocommerce-Price-amount {
    font-size: 30px;
    color: #000;
}

table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th {
    background: transparent;
    padding: 0;
}

li.variable-item {
    min-width: 40px !important;
    height: 40px !important;
    max-width: unset !important;
    max-height: unset !important;
    width: auto ! important;
}

.single_add_to_cart_button {
    padding: 0  40px !important;
    font-weight: normal !important;
    height: 45px;
    background: var(--e-global-color-secondary) !important;
}

.woocommerce .quantity .qty {
    height: 45px !important;
    width: 65px;
    background: transparent;
    border: 1px solid hsl(0deg 0% 0% / 30%);
}

.single_add_to_cart_button:hover {
    background: black !important;
}

.related.products {
    padding-top: 50px;
}

.related.products > h2 {
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 40px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    background: transparent;
    padding: 7px 30px;
\    border-radius: 0 !IMPORTANT;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: var(--e-global-color-secondary);
    color: #fff;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding-left: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-weight: normal;
}

.woocommerce #review_form #respond .form-submit input {
    padding: 15px 30px;
    background: #9c1f21;
    color: #fff;
    font-weight: normal;
}

.alignwide {
    margin: auto;
}

.page-header .entry-title {
    max-width: 1280px;
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link) {
    text-decoration: none;
    background: var(--e-global-color-secondary);
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):hover {
    background: black;
    color: #fff;
}


.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce h2 {
    margin-bottom: 0;
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .u-columns {
    margin-top: 0;
}


.woocommerce-error, .woocommerce-info, .woocommerce-message {
    border-top-color: var(--e-global-color-secondary);
    background: rgb(156 30 33 / 5%);
}

.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
    color: #9C1E21;
}

span.sku_wrapper {
    display: none;
}

@media (min-width:1280px) {
    .woocommerce ul.products li.product a img {
        height: 424px;
        object-fit: cover;
        object-position: top;
    }
}

@media (max-width:767px) {
	.elementor-nav-menu--main .elementor-nav-menu ul {
		position: static;
		margin: 0 !important;
	}
	
	.woocommerce .woocommerce-ordering select {
		padding: 6px;
		font-size: 12px;
	}
	
	.woocommerce ul.products {
		margin-top: 80px !important;
	}
	
	.entry-summary .woocommerce-Price-amount {
		font-size: 21px;
	}
}
