/*
Theme Name: Porto Child
Theme URI: https://www.portotheme.com/wordpress/porto
Author: P-THEMES
Author URI: https://www.portotheme.com/
Description: Porto Responsive WordPress + eCommerce Theme.
Version: 1.1
Template: porto
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
Tags: woocommerce, corporate, ecommerce, responsive, blue, black, green, white, light, dark, red, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
*/

/*************** ADD YOUR CUSTOM CSS HERE  ***************/

/* =========== Globals - start =========== */
.mb-0.elementor-widget-text-editor, .mb-0.elementor-widget-text-editor p {
    margin-bottom: 0 !important;
}
span.cstm-txt-hover:hover {
    color: #D85A10;
    cursor: pointer;
}
/* =========== Globals - end =========== */

/* =========== Header - start =========== */
body:has(.aww-header) #main {
    margin-top: 20px;
}
.aww-header .header-search-wrap {
    width: 100%;
    /* max-width: 909px; */
}
.header-search-wrap .e-search-form {
    position: relative;
}
.header-search-wrap .e-search-form .e-search-submit {
    position: absolute;
    right: 10px;
    top: 20%;
}
.header-search-wrap .e-search-input-wrapper {
    width: 100%;
}
.aww-header .main-header-col.right {
    max-width: 425px;
}
.aww-header .main-header-col.right .elementor-widget-button {
    width: 100%;
    max-width: 234px;
}

/* =========== Header - end =========== */

/*
Add this class "banner-no-breadcrumbs" on the banner section
to hide breadcrumbs on the site
*/
body:has(.banner-no-breadcrumbs) .page-top {
    display: none;
}
body:has(.banner-no-breadcrumbs) .main-content {
    padding-top: 20px;
}
body:has(.banner-no-breadcrumbs) #main {
    margin-top: 0 !important;
}

/* =========== Header pop up form - start =========== */
.header-popup-form .select-caret-down-wrapper {
    display: none;
}
/* =========== Header pop up form - end =========== */

/* =========== Home banner slider - start =========== */
.aww-home-banner-slider .swiper-slide > .elementor-element {
    min-height: unset;
    aspect-ratio: 16 / 5;
}
/* =========== Home banner slider - end =========== */

/* =========== Home category cars - start =========== */
.aww-cat-card img {
    aspect-ratio: 16/9;
    object-fit: cover;
}
.aww-cat-card .elementor-icon-wrapper {
    display: flex;
}
.aww-cat-card .shop-now a {
    text-underline-offset: 5px;
}
/* =========== Home category cars - end =========== */

/* =========== Footer - start =========== */
.main-footer .elementor-form .elementor-field {
    height: 100%;
}
/* =========== Footer - end =========== */

/* =========== Shop page - start =========== */
.woocommerce-shop .left-sidebar {
    display: none;
}
.woocommerce-shop .main-content.col-lg-9 {
    width: 100%;
}
/* =========== Shop page - end =========== */

/* =========== Product Category Archive page - start =========== */
.aww-prod-cat-items .icons-wrapper {
    top: 16px !important;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
    transform: unset !important;
}
.aww-prod-cat-items .icons-wrapper .porto-tb-woo-link {
    margin: 0;
}
.archive.tax-product_cat #main > .container, .archive.woocommerce-shop #main > .container {
    max-width: 1920px;
    padding-left: 64px;
    padding-right: 64px;
}
.aww-prod-cat-items .porto-tb-item {
    margin-bottom: 30px;
}
.prod-cat-arc-sidebar .sidebar-inner {
    max-width: 260px;
}
.archive.tax-product_cat .mobile-sidebar .sidebar-toggle, .archive.woocommerce-shop .mobile-sidebar .sidebar-toggle {
    display: none !important;
}
.prod-cat-arc-sidebar .widget-title {
    font-size: 16px;
    font-weight: 500;
    text-transform: none;
}
.prod-cat-arc-sidebar .product-categories .cat-item {
    font-size: 14px;
}
.prod-cat-arc-sidebar .product-categories .cat-item:not(:last-child) {
    margin-bottom: 5px;
}
.prod-cat-arc-sidebar .woocommerce-widget-layered-nav-list__item {
    font-size: 14px;
}
.prod-cat-arc-sidebar .product-categories .cat-item a {
    padding-left: 32px;
    position: relative;
}
.prod-cat-arc-sidebar .product-categories .cat-item a:before {
    content: "";
    border: 2px solid #0C2230;
    border-radius: 2px;
    aspect-ratio: 1/1;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.prod-cat-arc-sidebar .product-categories .cat-item.current-cat a:before {
    content: "✔";
    font-size: 15px;
    background: #0C2230;
    color: #fff;
}
/* =========== Product Category Archive page - end =========== */

/* =========== Prod Cat Archive sidebar color filter - start =========== */
.prod-cat-arc-sidebar .filter-item-list .filter-color {
    margin-right: 20px;
    margin-bottom: 20px;
    border: 2px solid #000 !important;
    border-radius: 99999px;
    width: 30px;
    height: 30px;
}
.prod-cat-arc-sidebar .filter-item-list .filter-color span {
    display: block !important;
    justify-content: center;
    position: absolute;
    padding: 2px 4px;
    text-indent: 0;
    width: 80px !important;
    max-width: 80px;
    color: #000;
    background: #fff;
    box-shadow: 0 0 4px 0 rgba(0,0,0, 0.2);
    top: calc(-100% - 6px);
    transform: translateX(-50%);
    left: 50%;
    right: 0;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    transition: all 0.3s ease;
    opacity: 0;
    white-space: normal;
    word-break: break-word;
    overflow-wrap: break-word;
}
.prod-cat-arc-sidebar .filter-item-list .filter-color:hover span {
    opacity: 1;
}
.prod-cat-arc-sidebar .filter-item-list .chosen .filter-color:before {
    border: none;
}
.prod-cat-arc-sidebar .filter-item-list .filter-color.current-color:before {
    content: "";
    position: absolute;
    left: -5px;
    top: -5px;
    right: -5px;
    bottom: -5px;
    border: 2px solid;
    border-color: inherit;
    border-radius: 50%;
}
/* =========== Prod Cat Archive sidebar color filter - end =========== */

/* =========== Single Product page - start =========== */
.woocommerce.single-product #main{
    margin-top: 0;
}
.woocommerce.single-product .main-content{
    padding-top:0;
}

.filter-item-list li a {
    padding: 10px 20px !important;
}
.single-product .single_variation_wrap {
    display: none !important;
}
.workwear-add-to-cart-form-wrapper .size-label {
    font-size: 1em;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px;
}
.workwear-add-to-cart-form-wrapper .qty-selector button {
    background-color: #fff;
    border: 0;
}
.workwear-add-to-cart-form-wrapper .qty-selector input {
    border: 0;
}
.workwear-add-to-cart-form-wrapper {
    border-bottom: 1px solid #c3c3c3;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.workwear-add-to-cart {
    background-color: #0c2230;
    border-color: #0c2230;
    padding: 10px 30px;
}
.single-product .woocommerce-product-rating .star-rating,
.single-product .woocommerce-product-rating .review-link {
    display: none;
}
.single-product .variations_form .variations tr:has(ul[data-name="attribute_size"]) {
    display: none;
}
.product-images.images .zoomWindowContainer,
.product-images.images .zoomContainer,
.product-images.images .owl-stage,
.product-images.images .owl-stage.active,
.product-images.images.zoomContainer {
    width: 100% !important;
}
.summary-before.col-md-5 {
    width: 55% !important;
    padding: 0px;
}
.summary.entry-summary.col-md-7 {
    width: 45% !important;
    padding-left: 60px;
}
.total-price-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0 0;
}
.total-price-wrapper h3,
.total-price-wrapper h4 {
    margin: 0;
}
.total-price-wrapper h3 {
    font-size: 20px;
    font-weight: 700;
    color: #000;
}
.total-price-wrapper h4 {
    font-size: 20px;
    color: #D85A10;
    text-decoration: none !important;
}
span.original-price {
    color: #aaa;
    font-size: 16px;
    font-weight: 300;
    text-decoration: line-through;
    margin-right: 10px;
}
.summary.entry-summary.col-md-7 button.button.alt.workwear-add-to-cart {
    width: 100%;
}
.global-product-info {
    margin: 20px 0px;
}
.shipping-delivery-info {
    display: flex;
    margin-bottom: 10px;
}
.shipping-delivery-info h4 {
    font-size: 16px;
    margin-left: 10px;
    margin-bottom: 0px
}
.shipping-delivery-info svg {
    height: 26px;
    width: 26px;
}
.abw-accordion {
    border-top: 1px solid #e6e1db;
    margin-top: 20px;
}
.abw-accordion-item {
    border-bottom: 1px solid #e6e1db;
}
.abw-accordion-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 12px;
    background: transparent;
    border: 0;
    cursor: pointer;
    font-weight: 600;
    font-size: 16px;
}
.abw-accordion-header:focus {
    outline: 2px solid #c8bfb5;
    outline-offset: 2px;
}
.abw-accordion-panel {
    padding: 0 12px;
    max-height: 0;
    overflow: hidden;
    transition: max-height .28s ease;
    padding-bottom: 0;
}
.abw-accordion-panel.open {
    padding-bottom: 18px;
}
.abw-accordion-panel p {
    margin: 12px 0;
    color: #333;
}
.abw-chevron {
    transition: transform .25s ease-in-out;
}
.abw-accordion-header[aria-expanded="true"] .abw-chevron {
    transform: rotate(180deg);
}
.boxed-info-wrap {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}
.boxed-info-wrap .box-info {
    flex: 1 1 0;
    border: 1px solid #e6e1db;
    border-radius: 1px;
    padding: 20px;
    background: #fff;
    box-shadow: none;
    min-height: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.boxed-info-wrap .box-info.review {
    text-align: center;
}
.boxed-info-wrap .box-info.review p {
    margin: 0 0 10px 0;
    font-weight: 500;
    color: #222;
}
.boxed-info-wrap .box-info.review img {
    max-width: 180px;
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 6px;
}
.boxed-info-wrap .box-info.contact p {
    margin: 0;
    font-size: 12px;
    color: #555;
}
.boxed-info-wrap .box-info.contact b a {
    font-size: 12px;
    display: inline-block;
    color: #111;
    text-decoration: underline;
}
.summary.entry-summary.col-md-7 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start !important;
    gap: 0px;
    height: fit-content;
}
.summary.entry-summary.col-md-7 .woocommerce-product-rating,
.summary.entry-summary.col-md-7 .product_meta,
.summary.entry-summary.col-md-7 .workwear-add-to-cart-form-wrapper {
    width: 100%
}
.summary.entry-summary.col-md-7 * {
    order: 1;
}
.summary.entry-summary.col-md-7 > * {
    margin-bottom: 0;
}
.summary.entry-summary.col-md-7 .description.woocommerce-product-details__short-description {
    margin-top: 20px;
}
.summary.entry-summary.col-md-7 .product-share,
.single-product .product-summary-wrap .yith-wcwl-add-to-wishlist,
.summary.entry-summary.col-md-7 a.compare.yith-compare.button {
    order: 2;
}
.summary.entry-summary.col-md-7 .global-product-info {
    order: 3;
    width: 100%;
}
.summary.entry-summary.col-md-7 span.abw-chevron svg {
    color: #000;
    height: auto;
    width: 20px;
}
/* =========== Single Product page - end =========== */

#custom-login-register .col-md-6.mx-auto.mb-4 {
    width: 100% !important;
}
#custom-login-register #user-registration-form-5859 {
    padding: 0;
    box-shadow: none;
}
#custom-login-register .ur-submit-button.submit {
    background: #000000;
    color: #ffffff;
    width: 100% !important;
    height: 60px;
    border-radius: 0;
}
#custom-login-register .ur-button-container {
    width: 100% !important;
    margin-top: 51px;
}
.logged-in #custom-login-register .elementor-element.elementor-element-f245945 {
    width: 100%;
}
.user-registration.ur-frontend-form input {
    border-radius: 4px;
    max-height: 50px !important;
    line-height: 50px !important;
}
.user-registration .form-row {
    margin: 0;
}
.user-registration .form-row label {margin-bottom: 6px !important;}

/* Archive Support styles */
body:has(.support-banner-row) .porto-block:has(.elementor-widget-porto_page_header) {
    display: none;
}
body:has(.support-banner-row) #main {
    margin-top: 0;
}
body:has(.support-banner-row) #main > .container {
    max-width: 100%;
    padding: 0;
}
body:has(.support-banner-row) #main > .container .main-content {
    padding-top: 0;
    padding-bottom: 0;
}
.support-home-cards-loop-item .elementor-image-box-img {
    display: flex !important;
    justify-content: center;
}
body:has(.support-banner-row) .sidebar {
    display: none;
}
body:has(.support-banner-row).single-post #main > .container .main-content {
    width: 100%;
}
/* Custom Search - Starts */
.custom-search-filter {
    position: relative;
}
.custom-search-filter .search-results {
    position: absolute;
    background-color: #ffffff;
    z-index: 1;
    width: 100%;
    border-radius: 0 0 3px 3px;
    border: 1px solid #CBD6E2;
    border-top: 0px;
}
.custom-search-filter .item-wrap {
    padding: 20px;
}
.custom-search-filter .item-wrap a {
    color: #33475b;
}
.custom-search-filter .item-wrap:hover {
    background: #2d3e501a;
}
.custom-search-filter .item-wrap .title {
    font-size: 16px;
}
.custom-search-filter .item-wrap  .excerpt {
    font-size: 14px;
}
.custom-search-filter .search-content {
    position: relative;
}
.custom-search-filter .search-close {
    position: absolute;
    right: 10px;
    z-index: 1;
    top: 7px;
    cursor: pointer;
}
.custom-search-filter .search-icon-wrap {
    position: absolute;
    top: 18%;
    left: 18px;
}
.custom-search-filter .search-close i,
.custom-search-filter .search-icon-wrap i {
    font-size: 14px;
    color: #7c98b6;
    fill: #7c98b6;
}
.custom-search-filter .custom-search-input {
    padding: 12px 45px;
    height: 50px;
    font-size: 16px;
    color: #7c98b6;
    border-radius: 3px;
    border-color: transparent;
    width: 100%;
}
.custom-search-filter .custom-search-input:focus {
    border-color: #CBD6E2;
    outline: none;
    border-radius: 3px 3px 0 0;
}

/* New Homepage */
body:has(.home-banner) .page-top {
    display: none !important;
}

/* New Homepage category cards */
.cat-card-btn-wrap .elementor-icon-box-content {
    width: auto;
    flex: unset;
}
.cat-card-btn-wrap .elementor-icon-box-wrapper {
    justify-content: center;
}
.new-cat-card .cat-card-btn-wrap {
    background: radial-gradient(circle, #231f20 60%, #231f20cd 80%) !important;
}
.aww-cat-card.new-cat-card:hover .elementor-icon-box-title {
    color: #d85a10 !important;
}
.aww-cat-card.new-cat-card .elementor-icon-box-title {
    transition: all 0.3s ease;
}
.aww-cat-card.new-cat-card .cat-image {
    background-image: url('/wp-content/uploads/2026/02/AW-favicon-gray.png');
    background-position: center;
    background-size: 90%;
    background-repeat: no-repeat;
    background-color: #E6E6E6;
}

/* Home Below Banner logos - on responsive only */
.below-banner-carousel .swiper-wrapper {
    transition-timing-function: linear !important;
}

/* ====================== Responsive ====================== */
@media screen and (max-width: 1024px) {
    .archive.tax-product_cat #main > .container, .archive.woocommerce-shop #main > .container {
        padding-left: 30px;
        padding-right: 30px;
    }
    .boxed-info-wrap {
        flex-direction: column;
    }
    .summary.entry-summary.col-md-7 {
        padding-left: 40px;
    }
}
@media (max-width: 768px) {
    .product-summary-wrap .row {
        flex-direction: column;
    }
    .boxed-info-wrap .box-info {
        width: 100%;
    }
    .summary-before.col-md-5 {
        width: 100% !important;
    }
    .summary.entry-summary.col-md-7 {
        width: 100% !important;
        padding-left: 0px;
    }
    .summary.entry-summary.col-md-7 button.button.alt.workwear-add-to-cart {
        width: auto;
    }
}
@media screen and (max-width: 767px) {
    .archive.tax-product_cat #main > .container, .archive.woocommerce-shop #main > .container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .prod-cat-arc-sidebar .sidebar-inner {
        max-width: 500px;
        margin: 0 auto;
    }
    .aww-cat-card.new-cat-card .elementor-widget-image {
        aspect-ratio: 16/9;
        height: auto;
        width: 100%;
    }
    .aww-cat-card.new-cat-card .elementor-icon-box-icon {
        display: none;
    }
    .aww-cat-card.new-cat-card {
        flex-wrap: nowrap;
    }
    .aww-cat-card.new-cat-card .cat-card-btn-wrap {
        height: 100%;
        justify-content: center;
        padding: 8px 12px;
    }
    span.hide-mobile {
        display: none;
    }
}
@media screen and (max-width: 425px) {
    .summary.entry-summary.col-md-7 button.button.alt.workwear-add-to-cart {
        width: 100%;
    }
}