/*
Theme Name: WooHoo
Theme URI: http://woohoo.axiomthemes.com/
Description: WooHoo is a Premium WordPress theme that has built-in support for popular Page Builders, slider with swipe gestures, and is SEO- and Retina-ready. The unique system of inheritance and override options allows setting up individual parameters for different sections of your site and supported plugins.
Author: AxiomThemes
Author URI: http://axiomthemes.com/
Version: 1.30.0
Engine: 1.88.0
Tested up to: 5.5
Requires at least: 5.0
Requires PHP: 5.6.20
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, e-commerce, portfolio, grid-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks
Text Domain: woohoo
*/
/* TABLE OF CONTENTS:

1. Reset tags and predefined classes
2+ See in the active skin styles

-------------------------------------------------------------- */
/* 1. Reset tags
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, video, audio,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, input, textarea, button,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, address, section {
  font-family: inherit;
  font-size: 100%;
  line-height: inherit;
  font-weight: inherit;
  font-style: inherit;
  outline: 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

applet, object, iframe, video, audio,
fieldset, form, label, legend, input, textarea, button,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
}

html {
  font-size: 100%;
  /*62.5%;*/
                	          		/* Corrects text resizing oddly in IE6/7 when body font-size is set using em units
									   http://clagnut.com/blog/348/#c790 */
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%;
                            	/* www.456bereastreet.com/archive/201012/
									   controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html:not(.edit-post-visual-editor) {
  height: 100%;
  overflow-y: scroll !important;
  overflow-x: hidden;
}

html:not(.edit-post-visual-editor),
body:not(.edit-post-visual-editor) {
  margin: 0;
  padding: 0;
  width: 100%;
}

div.ui-widget,
div.ui-widget .ui-widget,
div.ui-widget .ui-widget-header,
div.ui-widget .ui-widget-content,
div.ui-accordion .ui-accordion-header,
div.ui-widget button,
div.ui-widget input,
div.ui-widget select,
div.ui-widget textarea,
div.ui-state-default,
div.ui-widget-content .ui-state-default,
div.ui-widget-header .ui-state-default {
  font-family: inherit;
  font-size: 1em;
  line-height: inherit;
}

div.ui-widget,
div.ui-widget .ui-widget,
div.ui-widget .ui-widget-header,
div.ui-widget .ui-widget-content,
div.ui-accordion .ui-accordion-header,
div.ui-state-default,
div.ui-widget-content .ui-state-default,
div.ui-widget-header .ui-state-default {
  color: inherit;
  background: none;
  border-style: none;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

div.ui-datepicker {
  background-color: #fff;
}

div.ui-accordion .ui-accordion-header {
  padding: 0;
}

div.ui-accordion .ui-accordion-header-icon {
  display: none;
}

div.ui-tabs,
div.ui-tabs .ui-tabs-panel,
div.ui-tabs .ui-tabs-nav {
  padding: 0;
}

div.ui-tabs .ui-tabs-nav li {
  float: none;
  margin: 0;
}

div.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: none;
}

/* Predefined classes for users
-------------------------------------------------------------- */
/* Round object corners */
.rounded_none {
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.rounded_tiny {
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

.rounded_small {
  -webkit-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}

.rounded_medium {
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}

.rounded_large {
  -webkit-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
}

.rounded {
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

/* Overflow hidden */
.overflow_hidden {
  overflow: hidden !important;
}

.overflow_x_hidden {
  overflow-x: hidden !important;
}

.overflow_y_hidden {
  overflow-y: hidden !important;
}

/*# sourceMappingURL=style.css.map */


/*CUSTOM MENU CSS*/
.menu-item-has-children.menu-item-type-custom ul.sub-menu {
    display: block !important;
    position: static !important;
    opacity: 1 !important;
    padding-top: 0;
    padding-bottom: 0;
    margin-left: 0;
}

.menu-item-has-children.menu-item-type-custom a:after{
    display: none;
}


.menu-item-object-product_cat > ul.sub-menu > li {
    width: 50%;
    float: left;
}

.menu-item-object-product_cat > ul.sub-menu {
    width: 30em !important;
}

.menu-item-object-product_cat > ul.sub-menu > li > a {
    font-size: 15px;
    font-weight: bold;
    color: white !important;
}

.menu-item-has-children.menu-item-type-custom ul.sub-menu li a {
    padding-bottom: 6px;
    padding-top: 6px;
}

.woocommerce-page div.product div.images {
    margin-bottom: 0 !important;
}

.woocommerce-page.sidebar_hide div.product div.summary{
    margin-bottom: 0 !important;
}

.woocommerce div.product .woocommerce-tabs {
    margin-top: 50px;
    float: left;
    margin-bottom: 50px;
}

.page_content_wrap {
    padding-top: 40px !important;
}

.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info {
    float: left;
    width: 100%;
}

div#order_review > p {
    margin: 0;
    margin-top: 10px;
    font-size: 15px;
}

span.cart-coupon-inner {
    margin-top: 30px;
    display: block;
}

input#coupon_code {
    padding-top: 20px;
    padding-bottom: 11px;
    padding-left: 15px;
}

.woocommerce > .woocommerce-form-login-toggle {
    display: none !important;
}

.checkout-product {
    display: flex;
    align-items: center; /* vertically center image and title */
    gap: 10px; /* space between image and title */
}

.checkout-thumb img {
    width: 60px;
    height: 60px;
    object-fit: cover; /* ensures image fits nicely */
}

.checkout-title {
    font-weight: 500;
}

td.product-name {
    display: flex;
    align-items: center;
}


article#post-2333 .post_content.entry-content .woocommerce > form.woocommerce-form {
    display: none !important;
}

span.cart-coupon-inner.coupon {
    margin-top: 0;
}

button[name="update_cart"] {
    display: none !important;
}

.cart-subtotal-row,
.cart-total-row {
    background: #fafafa;
}

.cart-total-row strong {
    font-size: 18px;
}

.cart-subtotal-row td,
.cart-total-row td {
    padding: 14px;
    text-align: right;
}

.cart-subtotal-row .label,
.cart-total-row .label {
    text-align: left;
}

.woocommerce table.shop_table_responsive tr.cart-subtotal-row td.label, .woocommerce table.shop_table_responsive tr.cart-total-row td.label{
	text-align: right !important;
    padding-right: 30px !important;
}

.woocommerce table.shop_table_responsive tr.cart-subtotal-row td.value{
    text-align: right !important;
}

.woocommerce table.shop_table_responsive tr.cart-subtotal-row td.value span.amount, .woocommerce table.shop_table_responsive tr.cart-total-row td.value strong {
    padding-right: 50px;
} 

.widget_product_size ul {
    padding: 0 !important;
    display: flex;
    flex-wrap: wrap;
    gap: 0 8px;
}

.widget_product_size ul li a {
    color: var(--theme-color-alter_text) !important;
    border: 1px solid var(--theme-color-alter_bd_color) !important;
    background-color: var(--theme-color-alter_bg_color);
    padding: 7px 18px;
    font-size: 14px;
    font-weight: 400;
}

.widget_product_size ul li a:before {
    opacity: 0;
}

.widget_product_size ul li.active a, .widget_product_color ul li.active a {
    color: var(--theme-color-inverse_link) !important;
    border-color: var(--theme-color-alter_link) !important;
    background-color: var(--theme-color-alter_link) !important;
}

.widget_product_color ul {
    padding: 0 !important;
    display: flex;
    flex-wrap: wrap;
    gap: 0 8px;
}

.widget_product_color ul li a:before {
    opacity: 0;
}

.widget_product_color ul li a {
    color: var(--theme-color-alter_text) !important;
    border: 1px solid var(--theme-color-alter_bd_color) !important;
    background-color: var(--theme-color-alter_bg_color);
    padding: 7px 18px;
    font-size: 14px;
    font-weight: 400;
}

/* Accordion base */
.filter-accordion .woocommerce-widget-layered-nav-list {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition:
        max-height 0.35s ease,
        opacity 0.25s ease;
    margin-top: 0;
}

/* Title styling */
.filter-accordion .widget-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    user-select: none;
    font-size: 19px;
}

/* Plus icon */
.filter-toggle {
    font-size: 20px;
    font-weight: 600;
    transition: transform 0.3s ease;
}

.filter-accordion.open .woocommerce-widget-layered-nav-list {
    max-height: 500px; /* enough for all sizes */
    opacity: 1;
    margin-top: 10px;
    padding-bottom: 15px !important;
}

.filter-accordion.open .filter-toggle {
    transform: rotate(45deg); /* + → × */
}

.widget_product_size{
    margin: 0;
}

h4.widget-title{
    margin-bottom: 0;
}

.widget_product_color {
    margin-top: 0 !important;
}

.widget_price_filter {
    margin-top: 28px !important;
}

.widget_product_color ul li, .widget_product_size ul li {
    margin-top: 10px;
}

.widget_product_categories li a:before {
    opacity: 0;
}

.widget_product_categories li a {
    font-size: 16px;
}

.widget_product_categories li {
    margin: 0 !important;
    margin-bottom: 4px !important;
}

.widget_product_categories ul.product-categories {
    padding-left: 15px;
}

.widget_product_size, .widget_product_color, .widget_product_brand {
    display: none;
}


span.sc_form_field_item span.sc_form_field_item_image {
    display: none !important;
}

.sc_form_field_pa_color span.sc_form_field_item{
	color: var(--theme-color-text);
    border-color: var(--theme-color-bd_color);
    background-color: var(--theme-color-bg_color);
}

.sc_form_field_pa_color  .sc_form_field_items {
    flex-wrap: wrap !important;
}

.sc_form_field_pa_color .sc_form_field_items .sc_form_field_item {
    width: auto !important;
    padding: 10px 20px !important;
}

span.cart-coupon-inner {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
}

span.woocommerce-Price-currencySymbol {
    margin-right: 5px;
}

.trx_addons_attrib_item.trx_addons_attrib_image {
    width: 70px !important;
    height: 70px !important;
    border-radius: 4px !important;
    background-color: transparent !important;
}

.trx_addons_attrib_item.trx_addons_attrib_image img {
    width: 85%;
}

#pa_size_attrib_extended > span {
    width: 47%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 46px;
    padding: 0;
    margin: 0px 10px 10px 0px;
    font-size: 16px;
    color: #111111;
    border: 1px solid #CACACB;
    border-radius: 4px;
    background-color: white;
}

span.trx_addons_attrib_item.trx_addons_attrib_button.trx_addons_tooltip.trx_addons_attrib_selected {
    border-color: #111 !important;
}


div#pa_size_attrib_extended {
    display: flex;
    flex-wrap: wrap;
    width: 80%;
}

.product-short-description {
	margin-top: 20px;
	padding-top: 15px;
	border-top: 1px solid #eee;
}

#pa_size_attrib_extended > span:hover {
    border-color: black !important;
}

.size-chart-link {
    margin-left: 10px;
    font-size: 15px;
    text-decoration: underline;
    cursor: pointer;
}

.size-chart-link:hover {
    color: black;
}

.size-chart-modal {
	display: none;
	position: fixed;
	inset: 0;
	z-index: 9999;
	background: rgba(0,0,0,0.6);
}

.size-chart-content {
    background: #fff;
    max-width: 39%;
    margin-left: auto;
    padding: 20px;
    position: relative;
    overflow-x: auto;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    flex: 0 0 100%;
}

.size-chart-close {
	position: absolute;
	right: 15px;
	top: 10px;
	font-size: 26px;
	cursor: pointer;
}

.size-chart-table {
	width: 100%;
	border-collapse: collapse;
	margin-top: 15px;
}

.size-chart-table th,
.size-chart-table td {
	border: 1px solid #ddd;
	padding: 10px;
	text-align: center;
    font-size: 15px;
}

.size-chart-table th {
    background: #f2f2f2;
    font-weight: 600;
    color: black;
}

.woocommerce div.product form.cart .variations tr + tr .label label {
    width: 77%;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
}

.categories_list_style_6 .categories_list_info_wrap:before {
    background: transparent !important;
}

.categories_list_style_6 .categories_link_more{
    display: none !important;
}

.categories_list_style_6 .categories_list_image img{
    transform: none !important;
}

.categories_list_style_6 .categories_list_info_wrap .categories_list_info {
    padding: 0;
    bottom: 50px;
    left: 0px;
    right: 0;
    text-align: center;
}

.categories_list_style_6 .categories_list_info_wrap .categories_list_info h6 {
    text-align: center;
    display: block;
    width: 100%;
    text-shadow: 1px 1px 4px #000000;
}

ul.products li .post_data {
    padding: 0px 30px !important;
}

ul.eael-tab-inline-icon {
    width: 40%;
    margin: 0 auto;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.eael-tabs-nav {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.brand-slider figcaption.elementor-image-carousel-caption {
    display: block !important;
}

.brand-slider .brand-logo {
    width: 100px;
}

.size-image-logo img {
    width: 120px;
}

div#size-chart-table h3 {
    margin-top: 13px;
    text-align: center;
    font-size: 32px;
}

.size-image-logo {
    text-align: center;
}

.size-chart-table {
    position: relative;
}