/*
Theme Name: H & W WordPress theme
Author URI: https://www.codechameleon.com
Version: 1.0
Text Domain: handw
*/

.wp-content img {
    height: auto;
}

.wp-content h1, .wp-content h2, .wp-content h3, .wp-content h4, .wp-content h5, .wp-content h6 {
    margin: 1rem 0;
    display: block;
    clear: both;
}

.wp-content img.alignnone {
    clear: both;
    display: block;
    margin-bottom: 2rem;
}

.wp-content p {
    text-align: justify;
}

.wp-content div.column {
    overflow: hidden;
}

.red-color-custom {
    color: #a31f35;
}

.blue-color-custom {
    color: #b3dcf4;
}

.wp-content figure.alignleft {
    margin: 2rem 2rem 2rem 0;
}

.wp-content figure.alignright {
    margin: 2rem 0 2rem 2rem;
}

.wp-content figure.alignnone {
    margin: 2rem 0;
}

.wp-content figure.aligncenter img, .wp-content figure.aligncenter, .wp-content img.aligncenter {
    display: block;
    margin: 0 auto;
    padding: 2rem 0;
}

.wp-content figure.aligncenter figcaption {
    text-align: center;
}

.wp-content a {
    display: inline !important;
}

@media (min-width: 52rem) {
    .wp-content figure.alignleft, .wp-content img.alignleft {
        padding-bottom: 2rem;
        padding-right: 2rem;
        float: left;
        max-width: 50%;
    }

    .wp-content figure.alignright, .wp-content img.alignright {
        padding-bottom: 2rem;
        padding-left: 2rem;
        float: right;
        max-width: 50%;
    }

    .wp-content figure.alignnone, .wp-content img.aligncenter, .wp-content figure.alignright img, .wp-content figure.alignleft img, .wp-content figure.alignnone img {
        padding-bottom: 2rem;
    }
}

@media (max-width: 52rem) {
    .wp-content figure.alignleft, .wp-content img.alignleft {
        max-width: 40%;
        padding-bottom: 2rem;
        padding-right: 2rem;
        float: left;
    }

    .wp-content figure.alignright, .wp-content img.alignright {
        max-width: 40%;
        padding-bottom: 2rem;
        padding-left: 2rem;
        float: right;
    }

    .wp-content figure.alignnone, .wp-content img.aligncenter, .wp-content figure.alignright img, .wp-content figure.alignleft img, .wp-content figure.alignnone img {
        padding-bottom: 2rem;
    }
}

@media (max-width: 40rem) {
    .wp-content figure.alignleft, .wp-content img.alignleft {
        display: block;
        max-width: 100%;
        margin-bottom: 2rem;
        padding: 0;
    }

    .wp-content figure.alignright, .wp-content img.alignright {
        display: block;
        max-width: 100%;
        margin-bottom: 2rem;
        padding: 0;
    }

    .wp-content figure.aligncenter, .wp-content img.aligncenter {
        display: block;
        max-width: 100%;
        margin-bottom: 2rem;
    }

    .wp-content figure, .wp-content img {
        display: block;
        max-width: 100%;
    }
}

/* Gravity Forms */
.gform_button {
    /*border-color: #1d1d1d;*/
    background: transparent;
    color: #1d1d1d;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    padding: 14px 35px;
    border-radius: 30px;
    border: 1px solid #1d1d1d;
}

.gform_button:hover {
    background: #1d1d1d;
    color: #fff;
}

.ginput_container input {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background: transparent;
    padding: 15px !important;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.ginput_container input:focus {
    border-color: #777;
}


.sliderCustomClassFormStyler form {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sliderCustomClassFormStyler form input {
    background: none;
}

.sliderCustomClassFormStyler form input[type="submit"] {
    border: 0;
    margin-bottom: 0 !important;
    border-radius: 5px;
    font-size: 20px;
    font-weight: 300;
    padding: 5px 40px;
    color: #ffffff;
    background-color: #49668d;
}

.sliderCustomClassFormStyler form .gform_footer {
    margin: 0 !important;
    padding: 0 !important;
}

.sliderCustomClassFormStyler form .gform_wrapper.gravity-theme .gform_footer input {
    margin: 0 !important;
}

.carousel-product-bundle .slick-track {
    display: flex !important;
}

.wp-content ul {
    list-style: disc;
    padding-left: 1rem;
}

.wp-content ol {
    list-style: decimal;
    padding-left: 1rem;
}

.img-cover-mode img {
    aspect-ratio: 1;
    object-fit: cover;
    width: 100%;
}

* {
    font-family: 'Roboto Slab', serif !important;
}

.btn {
    border-radius: 5px !important;
    padding: 8px 20px !important;
    font-weight: 400;
}

#addToCartButtonWoo {
    padding: 0 20px !important;
}

button[type='submit'] {
    border-radius: 10px !important;
    padding: 5px 24px !important;
    border: 0 !important;
    text-wrap: nowrap;
}

.qty-val:focus {
    border: none !important;
}

div.mobile-promotion p,
div.header-top.header-top-ptb-1.d-none.d-lg-block p {
    color: #fff !important;
}

div.mobile-promotion a, div.header-top.header-top-ptb-1.d-none.d-lg-block a {
    color: #fff !important;
    text-decoration: underline !important;
}

.hero-slider-1 .slider-content p {
    font-size: 24px;
    font-weight: 300;
    line-height: 30px;
}

.hero-slider-1 .slider-content form {
    border-radius: 5px;
}

input {
    height: 48px;
}

.gform_wrapper.gravity-theme input[type=color], .gform_wrapper.gravity-theme input[type=date], .gform_wrapper.gravity-theme input[type=datetime-local], .gform_wrapper.gravity-theme input[type=datetime], .gform_wrapper.gravity-theme input[type=email], .gform_wrapper.gravity-theme input[type=month], .gform_wrapper.gravity-theme input[type=number], .gform_wrapper.gravity-theme input[type=password], .gform_wrapper.gravity-theme input[type=search], .gform_wrapper.gravity-theme input[type=tel], .gform_wrapper.gravity-theme input[type=text], .gform_wrapper.gravity-theme input[type=time], .gform_wrapper.gravity-theme input[type=url], .gform_wrapper.gravity-theme input[type=week], .gform_wrapper.gravity-theme select, .gform_wrapper.gravity-theme textarea {
    font-size: 20px !important;
    font-weight: 300 !important;
}

.btn-slider-home {
    font-size: 20px !important;
    font-weight: 300 !important;
    border-radius: 5px !important;
}

.img-border-radius {
    border-radius: 20px;
}

.add-cart .add {
    border-radius: 4px !important;
    background-color: #bed4f2 !important;
    color: #49668d !important;
    font-size: 14px;
    font-weight: 700;
    padding: 5px 20px !important;
}

.add-cart .add:hover {
    background-color: #49668d !important;
    color: white !important;
}

.product-cart-wrap:hover {
    border: 1px solid #bed4f2;
}

.min-height-100 {
    min-height: 100%;
}

.product-cart-wrap .product-img-action-wrap .product-action-1 {
    border: 1px solid #bed4f2;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button {
    border: 0 !important;
    margin-bottom: 0 !important;
    border-radius: 5px !important;
    font-size: 20px !important;
    font-weight: 300 !important;
    padding: 10px 40px !important;
    color: #ffffff;
    background-color: #49668d;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:hover {
    background-color: #253D4E !important;
    color: white !important;
}

.shop-product-fillter .sort-by-product-area .sort-by-product-wrap {
    cursor: inherit;
}

.range #slider-range {
    background: #D6D7D9;
}

.custome-checkbox input[type="checkbox"] + .form-check-label::after {
    top: 12px;
}

@media only screen and (max-width: 768px) {
    .home-slider .hero-slider-1 {
        height: 450px;
    }

    .hero-slider-1 .single-hero-slider {
        height: 450px;
    }

    .hero-slider-1 .single-hero-slider .display-2 {
        font-size: 36px;
    }

    .hero-slider-1 .single-hero-slider .slider-content p {
        font-size: 18px;
    }

    .btn-slider-home {
        font-size: 16px !important;
    }

    .gform_wrapper.gravity-theme input[type=color], .gform_wrapper.gravity-theme input[type=date], .gform_wrapper.gravity-theme input[type=datetime-local], .gform_wrapper.gravity-theme input[type=datetime], .gform_wrapper.gravity-theme input[type=email], .gform_wrapper.gravity-theme input[type=month], .gform_wrapper.gravity-theme input[type=number], .gform_wrapper.gravity-theme input[type=password], .gform_wrapper.gravity-theme input[type=search], .gform_wrapper.gravity-theme input[type=tel], .gform_wrapper.gravity-theme input[type=text], .gform_wrapper.gravity-theme input[type=time], .gform_wrapper.gravity-theme input[type=url], .gform_wrapper.gravity-theme input[type=week], .gform_wrapper.gravity-theme select, .gform_wrapper.gravity-theme textarea {
        font-size: 16px !important;
    }

    .hero-slider-1 .single-hero-slider.rectangle .slider-content {
        top: 25%;
        left: 25%;
        -webkit-transform: translateY(-18%);
        transform: translateY(-18%) translateX(-18%);
        text-align: center;
    }

    .sliderCustomClassFormStyler form {
        display: block;
    }

    .hero-slider-1 .slider-content form {
        background-color: transparent;
    }

    .hero-slider-1 .slider-content .gform-body {
        background-color: white;
    }

    .sliderCustomClassFormStyler form .gform_footer {
        margin-top: 1rem !important;
    }

    .sliderCustomClassFormStyler form input[type="submit"] {
        width: 50%;
        margin: 0 auto;
        font-size: 16px;
        padding: 8px 20px !important;
        height: 42px;
        line-height: 1 !important;
    }
}

@media only screen and (max-width: 480px) {
    .hero-slider-1 .single-hero-slider.rectangle .slider-content {
        width: initial !important;
    }
}

.btn:hover, .button:hover {
    background-color: #bed4f2 !important;
    color: #49668d !important;
}

.hotline a:hover {
    color: #bed4f2 !important;
}

.close-style-wrap .close-style > i::before, .close-style-wrap .close-style > i::after {
    background-color: #FFFFFF !important;
}

.footer-bottom {
    border-top: 1px solid #bed4f2 !important;
}

footer .hotline img {
    min-width: 35px !important;
}

input:focus {
    border: 1px solid #49668d !important;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    display: block !important;
}

#rememberme {
    height: 16px !important;
    width: 16px !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.checkout-button {
    background-color: #49668d !important;
    color: white !important;
}

.place-order .button {
    background-color: #49668d !important;
    color: white !important;
}

.woocommerce-form__input-checkbox {
    display: inline-block !important;
    height: auto !important;
    width: auto !important;
}

.woocommerce-form__label-for-checkbox span {
    font-size: 18px !important;
}

.tab-style3 .nav-tabs li.nav-item a.active {
    border-radius: 5px !important;
    background: #49668d !important;
    color: white !important;
    font-weight: 400 !important;
}

.tab-style3 .nav-tabs li.nav-item a {
    border-radius: 5px !important;
    color: #444 !important;
    background-color: white;
    font-weight: 400 !important;
}

.detail-info .product-price .current-price {
    font-size: 40px !important;
}

@media only screen and (max-width: 480px) {
    .carausel-6-columns, .carausel-4-columns {
        max-width: none !important;
    }

    h2 {
        font-size: 30px !important;
    }
}

.shopping-cart-button a.outline:hover {
    background-color: transparent !important;
    border: 2px solid #49668d !important;
    color: #49668d !important;
}

.shopping-cart-button a:hover {
    background-color: #49668d !important;
    color: #ffffff !important;
}

[name="update_cart"]:disabled {
    color: #000000 !important;
    background-color: #aaaaaa !important;
}

@media only screen and (min-width: 768px) {
    .woocommerce table.cart td.actions .input-text {
        width: 160px !important;
    }
}

@media only screen and (max-width: 768px) {
    .woocommerce table.cart td.actions .input-text {
        margin-right: 10px !important;
        height: 40px !important;
    }
}

.display-2 {
    font-size: 40px !important
}

.hero-slider-1 .single-hero-slider p {
    font-size: 18px !important;
}

@media only screen and (max-width: 768px) {
    .hero-slider-1 .single-hero-slider .display-2 {
        font-size: 28px !important;
    }

    .hero-slider-1 .single-hero-slider p {
        font-size: 16px !important;
        line-height: 24px !important;
    }
}

.section-title.style-1::after {
    height: 5px;
    bottom: -3px;
    background-color: #49668d;
}

.hero-slider-1 .single-hero-slider.rectangle .slider-content {
    width: 75% !important;
}

.img-landscape-mode img {
    aspect-ratio: 3/2;
    object-fit: cover;
    width: 100%;
}

.woocommerce .woocommerce-MyAccount-navigation {
    width: 24.5%
}

.woocommerce .woocommerce-MyAccount-navigation ul {
    padding: 0;
    margin: .75em 0 0;
    border-top: 1px solid rgba(0, 0, 0, .08)
}

.woocommerce .woocommerce-MyAccount-navigation ul li {
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, .08);
    margin: 0;
    padding: 0;
    position: relative
}

.woocommerce .woocommerce-MyAccount-navigation ul li a {
    display: block;
    padding: .5em
}

.woocommerce .woocommerce-MyAccount-navigation ul li.is-active a:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    border: 1px solid transparent;
    border-top-color: inherit;
    border-right-color: inherit;
    width: 15px;
    height: 15px;
    transform: rotate(45deg);
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -9px
}

@media (max-width: 760px) {
    .woocommerce .woocommerce-MyAccount-content,
    .woocommerce .woocommerce-MyAccount-navigation {
        float: none;
        width: auto;
        clear: both
    }

    .woocommerce .woocommerce-MyAccount-content {
        margin-top: 2em
    }
}

.woocommerce .woocommerce-MyAccount-content {
    padding-left: 2rem;
    width: 68%;
}

.wc_payment_method input[type=radio] {
    width: auto;
    height: auto;
}

.woocommerce-input-wrapper label.checkbox {
    display: inline-flex;
    align-items: center;
}

.woocommerce-input-wrapper label.checkbox input[type="checkbox"] {
    width: auto;
    height: auto;
    font-size: initial;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.5em; /* Adjust spacing between checkbox and label text */
}

.woocommerce ul#shipping_method li input[type='radio'] {
    width: auto;
    height: 16px;
}

/* Custom filtering styles */
.btn-primary-custom {
    border: 2px solid #49668d;
    margin-bottom: 20px;
    font-size: 1rem;
    height: 2.6rem !important;
}

@media (max-width: 768px) {
    .btn-primary-custom {
        height: 2.4rem !important;
    }
}

.btn-primary-custom:hover {
    border: 2px solid #bed4f2 !important;
    background-color: #bed4f2 !important;
    color: #fff !important;
}

.btn-primary-custom.active, .btn-primary-custom.show {
    background-color: #49668d !important;
    border: 2px solid #49668d;
    margin-bottom: 20px;
    color: #fff !important;
}

.offcanvas-body {
    display: flex;
    flex-direction: column;
    padding: 0;
}

.filters-body {
    flex-grow: 1;
    overflow-y: auto;
    padding: 1rem;
}

.applied-filters-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #49668d;
    color: white;
    padding: 10px 15px;
    margin-bottom: 10px;
}

.applied-filters-header span {
    font-weight: bold;
}

.clear-all-filters {
    color: white;
    text-decoration: none;
}

.applied-filters-tags {
    padding: 0 15px 15px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.filter-tag {
    background-color: #f0f0f0;
    padding: 5px 10px;
    border-radius: 4px;
    display: flex;
    align-items: center;
}

.filter-tag a {
    margin-left: 8px;
    color: #ff0000;
    text-decoration: none;
    font-weight: bold;
}

.category-filter-list {
    list-style: none;
    padding-left: 0;
}

.category-filter-list .list-unstyled {
    padding-left: 20px;
}

.category-filter-list a.category-toggle {
    color: #333;
}

.category-filter-list a.category-toggle[aria-expanded="true"] .fi-rs-angle-down {
    transform: rotate(180deg);
}

.no-filters-applied {
    background-color: #49668d;
    color: white;
    padding: 10px 15px;
    margin-bottom: 20px;
}

.filters-footer {
    padding: 15px 20px;
    border-top: 1px solid #eee;
    background: #fff;
}

.btn-lg {
    padding: 0.5rem 1rem !important;
    font-size: 1rem !important;
}

.btn-grey {
    background-color: #6B6B6B !important;
    color: #fff !important;
}

.btn-grey:hover {
    background-color: #909090 !important;
    color: #fff !important;
}

.no-dropdown-toggle::after {
    display: none;
}