/*
Theme Name: Understrap Child
Author: Click Click Media
Author URI: http://clickclick.media/
Template: understrap
Description: This is a custom wordpress child-theme for TFO - Tile Factory Outlet 2020
Version: 7.24.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: custom-theme
*/

#header .menu li:hover > .sub-menu {
    position: absolute;
}

#header .menu > li.menu-item-has-children > a:after {
    top: 12px;
}

/* Locations Template */
.lt-main-content {
    padding: 50px 0 30px;
}
html body.admin-bar #header {
    top: 32px;
}

@media screen and (max-width: 782px) {
    html body.admin-bar #header {
        top: 46px !important;
    }
    html body.admin-bar #header {
        top: 46px !important;
    }
}

.typo h3 {
    display: block;
    margin: 0 0 20px;
    font-weight: bold;
    font-size: 22px;
    line-height: 1.4em;
}

.typo p,
.typo li {
    font-family: "MarkPro";
    font-weight: normal;
    font-size: 18px;
    color: #777777;
    line-height: 1.4em;
}

.typo p,
.typo ul,
.typo ol {
    margin: 0 0 20px;
}

.typo table {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 20px;
    border-top: 1px solid #777777;
    border-left: 1px solid #777777;
}

.typo table th {
    background-color: #0a3055;
    color: #fff;
    padding: 5px 5px;
    line-height: 1.4em;
    font-size: 14px;
    font-weight: 400;
    border-bottom: 1px solid #777777;
    border-right: 1px solid #777777;
}

.typo table td {
    background-color: #fff;
    color: #212529;
    padding: 5px 5px;
    line-height: 1.4em;
    font-size: 14px;
    font-weight: 400;
    border-bottom: 1px solid #777777;
    border-right: 1px solid #777777;
}

.typo.alt,
.typo.alt p,
.typo.alt li {
    color: #fff;
}

.typo.alt table {
    border: none;
}

.typo.alt table th {
    background-color: transparent;
    color: #fff;
    font-size: 20px;
    border: none;
    font-weight: bold;
    padding: 5px 0;
}

.typo.alt table td {
    background-color: transparent;
    color: #fff;
    font-size: 16px;
    border: none;
    padding: 5px 0;
}

@media (min-width: 768px) {
    .typo h3 {
        font-size: 24px;
    }

    .typo table th {
        font-size: 21px;
        padding: 10px 15px;
    }

    .typo table td {
        font-size: 21px;
        padding: 10px 15px;
    }

    .typo.alt table th {
        font-size: 24px;
    }
}

.lt-tiles-shop {
    background-color: #f4f4f4;
    padding: 50px 0 30px;
}

.lt-tiles-shop .wrap {
    margin: 0 -10px;
}

.lt-tiles-shop .title {
    display: block;
    text-align: center;
    margin: 0 0 10px;
    font-weight: bold;
    font-size: 26px;
}

.lt-tiles-shop p {
    text-align: center;
    font-family: "MarkPro";
    font-weight: normal;
    font-size: 18px;
    color: #777777;
    line-height: 1.2em;
    margin-bottom: 40px;
}

.lt-tiles-shop .tiles {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.lt-tiles-shop .tiles .item {
    width: 100%;
    padding: 0 10px;
    margin: 0 0 20px;
}

.lt-tiles-shop .tiles .img-wrap {
    position: relative;
    overflow: hidden;
    padding-bottom: 100%;
    display: block;
}

.lt-tiles-shop .tiles .img-wrap img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
}

.lt-tiles-shop .tiles .content-wrap {
    background-color: #fff;
    padding: 20px;
}

.lt-tiles-shop .tiles .item-title {
    display: block;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
    color: #212529;
}

.lt-tiles-shop .tiles .item-title:hover,
.lt-tiles-shop .tiles .item-title:active,
.lt-tiles-shop .tiles .item-title:focus {
    color: #7fb343;
}

.lt-contact-us {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    padding: 50px 0;
    z-index: 1;
}

.lt-contact-us:after {
    content: "";
    background: rgb(10, 48, 85);
    background: linear-gradient(
        180deg,
        rgba(10, 48, 85, 0.8) 0%,
        rgba(10, 48, 85, 1) 100%
    );
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.lt-contact-us .title {
    display: block;
    text-align: center;
    margin: 0 0 20px;
    font-weight: bold;
    font-size: 26px;
    color: #fff;
}

.lt-contact-us .typo p,
.lt-contact-us .typo li {
    font-size: 16px;
}

.lt-contact-us .form-wrap .gform_wrapper {
    padding: 0;
}

.lt-contact-us .form-wrap {
    background-color: #fff;
    padding: 20px;
    margin: 0 0 20px;
}

.lt-contact-us
    .form-wrap
    .gform_legacy_markup_wrapper
    input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not(
        [type="button"]
    ):not([type="image"]):not([type="file"]),
.lt-contact-us .form-wrap form textarea,
.lt-contact-us .form-wrap form select {
    color: #777;
    border: 1px solid #c7c7c7;
    font-size: 20px;
    padding: 15px;
    line-height: 1.4em;
    display: block;
    max-height: 190px;
    height: auto;
    background-color: #fff;
}

.lt-contact-us .form-wrap .gform_wrapper form .gform_body ul li.gfield {
    max-width: 100%;
}

.lt-contact-us .form-wrap .gform_wrapper form .gform_footer .gform_button {
    width: 100%;
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
}

.lt-contact-us
    .form-wrap
    .gform_wrapper
    form
    .gform_body
    .gform_fields
    .gfield
    .validation_message {
    top: -11px;
    margin: 0;
    height: 19px;
}

@media (min-width: 768px) {
    .lt-tiles-shop {
        padding: 80px 0 60px;
    }

    .lt-tiles-shop .title {
        font-size: 36px;
    }

    .lt-tiles-shop .tiles .item {
        width: 33.33%;
    }

    .lt-contact-us {
        padding: 80px 0 60px;
    }

    .lt-contact-us .title {
        font-size: 36px;
        margin: 0 0 30px;
    }

    .lt-contact-us .lt-flex {
        display: flex;
        flex-wrap: wrap;
    }

    .lt-contact-us .lt-flex .left {
        width: 40%;
        padding-right: 10px;
    }

    .lt-contact-us .lt-flex .right {
        width: 60%;
        padding-left: 10px;
    }
}

@media (min-width: 992px) {
    .lt-contact-us .lt-flex .left {
        width: 35%;
        padding-right: 20px;
    }

    .lt-contact-us .lt-flex .right {
        width: 65%;
        padding-left: 20px;
    }
}

.lt-main-content .title {
    display: block;
    text-align: center;
    margin: 0 0 10px;
    font-weight: bold;
    font-size: 26px;
}

@media (min-width: 768px) {
    .lt-main-content .title {
        font-size: 36px;
    }
}

/* edit by cams */
.df-mobile[data-browser-support~="imagesearch"]
    button[data-role="imagesearch"] {
    padding-right: 40px !important;
}

.default-content ul.validation_message {
    background: unset !important;
    border: unset !important;
}

.gform_validation_errors {
    display: none;
}

.breadcrumbs-section .rank-math-breadcrumb {
    font-family: "MarkPro";
    margin: 0;
}

.breadcrumbs-section .rank-math-breadcrumb p {
    margin: 0;
    text-transform: capitalize;
}

.breadcrumbs-section .rank-math-breadcrumb p a {
    font-weight: normal;
    color: #5e5e5e;
    font-size: 12px;
}

.breadcrumbs-section .rank-math-breadcrumb p .separator {
    padding: 0 0.625rem;
}

.breadcrumbs-section .rank-math-breadcrumb p .last {
    font-weight: 500;
    color: #0a3055;
    font-size: 12px;
}

/* end edit of cams */
.searchform {
    position: relative;
}

.searchform .searchResults {
    background: #efefef;
    max-height: 50vh;
    width: 94%;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 2;
    overflow-y: auto;
    overflow-x: hidden;
    margin: 0 auto;
}

@media (min-width: 576px) {
    .searchform .searchResults {
        width: 100%;
    }
}

.searchResults a,
.searchResults p {
    border-bottom: 1px solid #000;
    display: block;
    text-decoration: none;
    color: #000;
    padding: 5px 10px;
    font-size: 13px;
    transition: all 0.4s ease-in-out;
    margin-bottom: 0;
}

.searchResults a:hover {
    background-color: #7eb343;
    color: #fff;
}

.sidebar-wrapper
    .sidebar
    .filter-menu-wrapper.yith-woocommerce-ajax-product-filter
    ul.yith-wcan-list,
.sidebar-wrapper
    .sidebar
    .widget.yith-woocommerce-ajax-product-filter
    ul.yith-wcan-list {
    display: block;
}

.sidebar-wrapper
    .sidebar
    .filter-menu-wrapper.yith-woocommerce-ajax-product-filter
    .widget-title:after,
.sidebar-wrapper
    .sidebar
    .widget.yith-woocommerce-ajax-product-filter
    .widget-title:after {
    display: none;
}

#top-alert {
    text-align: center;
    background-color: #7fb343;
    padding: 5px 0;
    color: #fff;
}

#top-alert a {
    color: #fff;
    transition: 0.3s;
}

#top-alert a:hover {
    color: #0a3055;
}

#getaquoteCalc .gform_body ul li .validation_message {
    width: inherit;
}

#getaquoteCalc form .validation_error {
    position: relative;
    top: inherit;
    right: inherit;
}

.btn-green {
    font-size: 15px !important;
    font-weight: 400 !important;
    width: 100% !important;
    text-align: left !important;
    margin-bottom: 15px;
}

.btn-calculator {
    margin-top: 15px;
    font-size: 15px;
    font-weight: 400;
    width: 100%;
    text-align: left;
    margin-bottom: 15px;
    padding: 0;
    border: 0;
    color: #fff !important;
    background-color: #7fb343;
    text-align: center;
}

.btn-calculator .blue {
    background-color: #0a3055;
    padding: 13px;
    display: block;
}

@media (min-width: 1200px) {
    .btn-calculator .blue {
        display: inline-block;
        float: left;
    }
}

.btn-calculator .green {
    background-color: #7fb343;
    padding: 13px;
    display: inline-block;
}

#getaquoteCalc .btn-close-cart {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 99;
}

#getaquoteCalc .modal-body {
    padding: 50px 30px;
}

.cart .cart-total-wrap,
.cart .shipping {
    display: none !important;
}

.sub-categories ul {
    list-style: none;
    padding: 0;
    justify-content: space-between;
}

.sub-categories ul li a {
    font-family: "MarkPro";
    background: #7fb343;
    color: white;
    line-height: 1em;
    font-size: 1rem;
    padding: 0.9375rem 1.25rem;
    display: inline-block;
    width: auto;
    border: none;
    border-radius: 0;
    font-weight: 700;
    overflow: hidden;
    position: relative;
    font-weight: 700;
    border: 0.0625rem solid #7fb343;
    height: auto;
}

.sub-categories ul li a.active,
.sub-categories ul li a:hover {
    background-color: #2bb8e7;
    border-color: #2bb8e7;
}

/**/
.widget .social-icons {
    padding: 0;
    margin: 0;
    list-style: none;
}

.widget .social-icons li {
    display: inline-block;
    margin: 2.5px;
}

/*content w/ grid*/
.content-grid {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column;
    padding: 0 0 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin: 0 0 30px;
}

@media (min-width: 768px) {
    .content-grid {
        flex-direction: row;
    }

    .content-grid .content-image {
        width: 25%;
        margin-bottom: 0;
    }

    .content-grid .content-wrap {
        width: 71%;
    }

    .content-grid.left .content-image {
        order: 2;
    }
}

.content-grid .content-image {
    margin-bottom: 15px;
}

/*category product add to cart*/
#toast-container .toast.toast-success {
    box-shadow: none !important;
    opacity: 1;
    border-radius: 0;
    border: 0;
    background-color: #7fb343;
}

.category-product-add-to-cart-wrap {
    display: flex;
    align-items: center;
}

.category-product-add-to-cart-wrap input.category-product-input {
    width: 75px !important;
    padding: 0 10px !important;
    height: 38px !important;
    margin-right: 5px;
}

.category-product-add-to-cart {
    background-color: #0a3055;
    position: relative;
    font-size: 0.75em;
    font-weight: bold;
    text-transform: uppercase;
    color: white;
    text-align: center;
    padding: 10px;
}

.category-product-add-to-cart:hover {
    background-color: #7fb343;
    color: white;
}

.category-product-add-to-cart img {
    display: none;
    width: 25px;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
}

.category-product-add-to-cart.loading img {
    display: block;
}

.category-product-add-to-cart.added {
    /*background-color: #7fb343; //green*/
    background-color: #eb1c40;
    /*red */
}

/* edit by gian */
#subcat-8483 {
    display: none;
}

.fp-book-now {
    display: block !important;
}

/*new hours modal*/
@media (max-width: 991px) {
    #openingHoursModal .modal-dialog {
        display: block;
    }
}

#openingHoursModal .close {
    line-height: 25px;
    width: 25px;
    height: 25px;
    color: red !important;
    border-color: red !important;
}

@media (min-width: 992px) {
    #openingHoursModal .close {
        color: white !important;
        border-color: white !important;
    }
}

#openingHoursModal .modal-body .modal-hours-content {
    padding: 20px;
    width: 100%;
    background: #0d275c;
    color: white;
}

@media (min-width: 992px) {
    #openingHoursModal .modal-body .modal-hours-content {
        padding: 30px;
        width: 60%;
    }
}

#openingHoursModal .modal-body .hour-table {
    display: table;
    width: 100%;
    border-bottom: 1px solid #2bb8e7;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

#openingHoursModal .modal-body .hour-table:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

#openingHoursModal .modal-body .hour-row {
    display: table-row;
}

#openingHoursModal .modal-body .hour-row.hr-head div {
    font-weight: 500;
    padding: 0 5px 10px 0;
    vertical-align: bottom;
}

#openingHoursModal .modal-body .hour-row.hr-head div:first-child {
    font-size: 20px;
    font-weight: bold;
    color: #2bb8e7;
    padding-right: 20px;
    line-height: normal;
}

@media (min-width: 992px) {
    #openingHoursModal .modal-body .hour-row.hr-head div:first-child {
        font-size: 23px;
    }
}

#openingHoursModal .modal-body .hour-row div {
    display: table-cell;
    font-size: 14.5px;
    width: 25%;
    padding: 0 5px 5px 0;
}

#openingHoursModal .modal-body .hour-row div:first-child {
    width: 50%;
    padding-right: 10px;
}

#openingHoursModal .modal-body .hour-row div:nth-child(2) {
}

#openingHoursModal .modal-body .hour-row div:last-child {
}

#openingHoursModal .modal-body .hour-bottom-text {
    font-size: 12px;
}

#openingHoursModal .modal-body .modal-form-content {
    padding: 30px 25px !important;
    width: 100% !important;
}

@media (min-width: 992px) {
    #openingHoursModal .modal-body .modal-form-content > a {
        padding: 0 !important;
    }
}

@media (min-width: 992px) {
    #openingHoursModal .modal-body .modal-form-content {
        width: 40% !important;
    }
}

/*inspiration packages edit*/
body.term-8483 .gallery-subcat-grid {
    font-size: 0;
    padding: 0 15px !important;
}

body.term-8483 .gallery-subcat-grid li {
    vertical-align: top;
    display: inline-block !important;
    width: 49.5% !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.term-8483 .gallery-subcat-grid li:nth-child(2n + 2) {
    margin: 0 0 0 1% !important;
}

@media (max-width: 767px) {
    body.term-8483 .gallery-subcat-grid li {
        width: 100% !important;
    }

    body.term-8483 .gallery-subcat-grid li:nth-child(2n + 2) {
        margin: 0 !important;
    }
}

body.term-8483 .gallery-subcat-grid .cat-grid {
    width: 100% !important;
    padding: 0 !important;
}

/*virtual assistant modal and frontpage virtual assist*/
#virtualAssist .modal-content {
    border-radius: 0;
    border: 0;
}

#virtualAssist .modal-body {
    padding: 30px 20px 20px;
    position: relative;
}

#virtualAssist .modal-body .close {
    position: absolute;
    right: 5px;
    top: 10px;
    line-height: 11px;
    outline: 0;
}

#virtualAssist .am-step-booking-catalog {
    margin: 0 !important;
    border-radius: 0 !important;
    border: 0 !important;
    bottom: 0;
}

.fp-virtual-assistant {
    background-color: #0a3055;
    color: white;
    overflow: hidden;
}

.fp-virtual-assistant .fpva-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 30px 0;
}

@media (min-width: 992px) {
    .fp-virtual-assistant .fpva-wrap {
        padding: 0;
    }
}

.fp-virtual-assistant .fpva-text {
    width: 100%;
    position: relative;
    font-size: 16px;
    line-height: normal;
    text-align: center;
    margin: 0 0 15px;
}

@media (min-width: 992px) {
    .fp-virtual-assistant .fpva-text {
        width: 55%;
        font-size: 18px;
        background-color: #114272;
        padding: 25px 60px 25px 60px;
        text-align: left;
        margin: 0;
    }
}

@media (min-width: 1400px) {
    .fp-virtual-assistant .fpva-text {
        padding: 25px 30px 25px 110px;
    }
}

.fp-virtual-assistant .fpva-text:before {
    content: "";
    top: 0;
    position: absolute;
    right: 100%;
    padding-left: 9999px;
    background-color: #114272;
    height: 100%;
    display: none;
}

@media (min-width: 992px) {
    .fp-virtual-assistant .fpva-text:before {
        display: block;
    }
}

.fp-virtual-assistant .fpva-text:after {
    display: none;
    content: "";
    position: absolute;
    top: 50%;
    right: -35px;
    border-left: 80px solid #114272;
    border-top: 110px solid transparent;
    border-bottom: 110px solid transparent;
    height: 100%;
    z-index: 10;
    transform: translateY(-50%);
}

@media (min-width: 992px) {
    .fp-virtual-assistant .fpva-text:after {
        display: block;
        border-left: 40px solid #114272;
    }
}

@media (min-width: 1200px) {
    .fp-virtual-assistant .fpva-text:after {
        border-left: 60px solid #114272;
    }
}

.fp-virtual-assistant .fpva-button-wrap {
    width: 100%;
    text-align: center;
}

@media (min-width: 992px) {
    .fp-virtual-assistant .fpva-button-wrap {
        width: 45%;
        text-align: left;
        padding-left: 70px;
    }
}

.fp-virtual-assistant .fpva-button-wrap .fpva-button {
    background-color: #e34525;
    outline: 0;
    border: 0;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
}

@media (min-width: 992px) {
    .fp-virtual-assistant .fpva-button-wrap .fpva-button {
        font-size: 18px;
        min-width: 316px;
    }
}

.fp-virtual-assistant .fpva-button-wrap .fpva-button:focus,
.fp-virtual-assistant .fpva-button-wrap .fpva-button:hover {
    color: white;
    background-color: #7fb343;
}

#gform_41
    .gform_body
    .gfield
    .ginput_container_fileupload
    .validation_message--hidden-on-empty {
    display: none;
}

#gform_41 .gform_body .gfield .ginput_container_fileupload .gform_drop_area {
    text-align: center;
    border: 3px dashed rgba(0, 0, 0, 0.2);
    padding: 30px 15px;
    background-color: rgba(0, 0, 0, 0.05);
}

#gform_41
    .gform_body
    .gfield
    .ginput_container_fileupload
    .gform_fileupload_rules {
    font-size: 12px;
}

.product-list .reduced.gray {
    color: rgba(108, 101, 101, 0.74);
    font-size: 24px;
}

/*//FEEDBACK SECTION SUCCESS ORDER*/
.feedback-wrapper {
    text-align: center;
    margin: 40px 0;
}

.feedback-wrapper .exp-btn-wrapper {
    margin-top: 40px;
}

.feedback-wrapper .exp-btn-wrapper .exp-btn {
    margin: 0 20px 25px;
    position: relative;
    display: inline-block;
    width: 200px;
    height: 200px;
    padding: 0 0 50px;
}

.feedback-wrapper .exp-btn-wrapper .exp-btn img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 70%;
    height: 100%;
    object-fit: contain;
    object-fit: center;
    margin: 0 auto;
}

.feedback-wrapper .exp-btn-wrapper .exp-btn span {
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.feedback-wrapper .exp-btn-wrapper .bad-exp span {
    color: #fe5603;
    transition: all 0.6s;
}

.feedback-wrapper .exp-btn-wrapper .bad-exp:hover span {
    color: #0056b3 !important;
    transition: all 0.6s;
}

#feedbackForm .modal-header {
    background-color: #7fb343;
}

#feedbackForm .modal-header .modal-title {
    font-weight: bold;
    color: white;
    font-size: 20px;
}

#feedbackForm .modal-body .gform_wrapper {
    padding: 0;
}

#feedbackForm .modal-body .gform_footer input {
    width: 100%;
}

#feedbackForm .modal-body .gfield_required {
    display: none;
}

@media (min-width: 768px) {
    .feedback-wrapper .exp-btn-wrapper .exp-btn img {
        width: 100%;
    }

    .feedback-wrapper .exp-btn-wrapper .exp-btn {
        height: 280px;
    }
}

/*visualiser page css*/
.visualizer-rooms .cust-col {
    padding: 0 0.625rem;
    margin-bottom: 0.875rem;
}

.visualizer-rooms .cust-col a {
    display: inline-block;
    width: 100%;
    height: 23.3125rem;
    position: relative;
}

.visualizer-rooms .cust-col a img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    z-index: 1;
}

.visualizer-rooms .cust-col a span {
    position: absolute;
    left: 50%;
    margin: 0 auto;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    font-family: "MarkPro";
    font-weight: 300;
    font-size: 1.125rem;
    text-transform: uppercase;
    background-color: #0a3055;
    padding: 0.5rem 1rem;
    display: inline-block;
    letter-spacing: 0.5625rem;
    color: #fff;
    z-index: 3;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.visualizer-rooms .cust-col a:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0a3055;
    opacity: 0;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    z-index: 2;
}

.visualizer-rooms .cust-col a:hover span {
    background-color: #7fb343;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.visualizer-rooms .cust-col a:hover:before {
    opacity: 0.3;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.this-is-a-clearance-item .inner-wrapper-prod .prod-price {
    color: red !important;
}

.prod-post-list .prod-link {
    position: relative;
}

.prod-post-list .prod-link .promo-icon {
    position: absolute;
    z-index: 1;
    right: 0;
    top: 17px;
    width: 35% !important;
    height: auto;
}

.product-list.layout-1 .prod-link {
    position: relative;
}

.product-list.layout-1 .prod-link img.promo-icon {
    position: absolute;
    z-index: 1;
    right: 0;
    top: 17px;
    width: 35% !important;
    height: auto;
}

.product-list.layout-2 .prod-link {
    position: relative;
}

.product-list.layout-2 .prod-link img.promo-icon {
    position: absolute;
    z-index: 1;
    right: 0;
    top: 17px;
    width: 35% !important;
    height: auto;
}

.single_pro_box a {
    postion: relative;
}

.single_pro_box a img.promo-icon {
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
    width: 35% !important;
    height: auto;
}

/* YITH WISHLIST */
.yith-wcwl-popup-content .form-row {
    margin: 0;
}
.yith-wcwl-popup-footer a {
    padding: 5px 10px;
    background-color: #7fb343;
    color: white !important;
}
.wishlist-privacy-radio label {
    display: block;
    width: 100%;
}
.create-wishlist-button {
    background-color: #7fb343;
    color: white;
    border: 0;
    font-size: 12px;
    text-transform: uppercase;
    height: 35px;
    line-height: normal;
    padding: 0 10px;
}

@media screen and (min-width: 1200px) {
    #header .middle-header .middle-inner-wrapper .mid-right #searchform {
        max-width: 400px !important;
    }
}

.inner-registration-page .woocommerce-error {
    color: red;
    margin-bottom: 0.5rem;
}

.inner-registration-page .woocommerce-error:last-child {
    margin-bottom: 2rem;
}

.archive.tax-product_cat#room-slug #yith-woo-ajax-navigation-3 {
    display: none !important;
}

/* .single-product .single-left-content .cust-f-btn-simple.btn.btn-green,  */
.fp-book-now {
    display: none !important;
}

.yith-wcwl-add-to-wishlist {
    text-align: center;
    margin: 0 0 20px;
}

table.wishlist_table .product-price {
    display: none;
}

/* 6/4/2024 */
.faq-wrap h1 {
    margin: 0 0 30px;
}
.faq-wrap .item {
    margin: 0 0 40px;
}
.faq-item {
    border-bottom: 1px solid #0a3055;
    margin: 0 0 15px;
}
.faq-item:hover {
    border-color: #7fb343;
}
.faq-item .faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    color: #0a3055;
    padding: 8px 0;
    font-weight: 500;
}
.faq-item .faq-question.active,
.faq-item .faq-question:hover {
    color: #7fb343;
}
.faq-question:hover {
    cursor: pointer;
}
.faq-item .faq-question .icon-less {
    display: none;
}
.faq-item .faq-question.active .icon-more {
    display: none;
}
.faq-item .faq-question.active .icon-less {
    display: block;
}

.faq-item .faq-answer {
    padding: 8px 0 0;
}

@media screen and (min-width: 1200px) {
    #woocommerce-wrapper
        .single_pro_box
        .amp_progallery_thum
        .single_pro_gallery_box
        .product-thumbnail
        .product-thumbnail-img {
        display: block;
    }
}

/* Hide footer VIP subscribe form */
#footer .top-footer {
    display: none !important;
    opacity: 0 !important;
    height: 0 !important;
}

.woocommerce-address-fields__field-wrapper {
    padding: 6px;
}

.woocommerce-address-fields__field-wrapper .form-row label.control-label {
    width: 100%;
}

.woocommerce-address-fields__field-wrapper
    .form-row
    span.woocommerce-input-wrapper {
    width: 100%;
}

.hfeed
    .account-page
    .woocommerce
    .woocommerce-MyAccount-content
    .woocommerce-EditAccountForm
    .form-row {
    padding: 6px;
}

.payment_method_stripe > fieldset:nth-child(3) {
    margin-top: 10px;
}

/* 26 Nov 2024 */
.page-template-checkout-cart-account-page .cart_totals .left-cart-total h2 {
    display: none;
}
@media (max-width: 768px) {
    .page-template-checkout-cart-account-page table.cart .product-thumbnail {
        display: flex;
        width: 78px !important;
        align-items: center;
    }
    .page-template-checkout-cart-account-page
        .hfeed
        .cart
        .woocommerce
        .woocommerce-cart-form
        .shop_table
        tbody
        tr.woocommerce-cart-form__cart-item
        .product-remove {
        width: 32px;
    }
    .page-template-checkout-cart-account-page
        .hfeed
        .cart
        .woocommerce
        .woocommerce-cart-form
        .shop_table
        tbody
        tr.woocommerce-cart-form__cart-item
        td.product-name {
        display: flex;
        align-items: center;
        width: calc(100% - 110px);
    }
    .page-template-checkout-cart-account-page
        .hfeed
        .cart
        .woocommerce
        .woocommerce-cart-form
        .shop_table
        tbody
        tr.woocommerce-cart-form__cart-item
        .product-thumbnail
        img {
        width: auto;
        height: auto;
    }
    .page-template-checkout-cart-account-page
        .woocommerce
        table.shop_table_responsive
        tr
        td::before {
        margin-right: 10px;
    }
    .page-template-checkout-cart-account-page
        .woocommerce
        table.shop_table_responsive
        tr
        td.product-thumbnail::before {
        display: none;
    }
    .page-template-checkout-cart-account-page
        .hfeed
        .cart
        .woocommerce
        .woocommerce-cart-form
        .shop_table
        tbody
        tr.woocommerce-cart-form__cart-item
        .product-ordered
        .right
        .quantity_tfo_box
        input {
        width: 150px !important;
    }
}

@media screen and (min-width: 991px) {
    .hfeed
        .cart
        .woocommerce
        .cart-collaterals
        .cart_totals
        .right-cart-total
        .wc-proceed-to-checkout
        a.checkout-button,
    .hfeed
        .cart
        .woocommerce
        .cart-collaterals
        .cart_totals
        .right-cart-total
        .wc-proceed-to-checkout
        a.btn-continue-shopping {
        max-width: 100%;
    }
}

@media screen and (min-width: 992px) {
    .hfeed
        .cart
        .woocommerce
        .cart-collaterals
        .cart_totals
        .right-cart-total
        .wc-proceed-to-checkout
        .wc-cart-btn-wrap
        a:not(:last-child) {
        margin-right: 0;
    }
}

@media screen and (min-width: 992px) {
    .hfeed .cart .woocommerce .cart-collaterals .cart_totals .right-cart-total {
        width: calc(30% - 0.3125rem);
    }
}

@media screen and (min-width: 1200px) {
    .checkout #payment div.form-row.place-order .wc-terms-and-conditions {
        margin-top: 0.0625rem;
    }
}

.checkout #payment div.form-row.place-order {
    background-color: #eee;
    padding: 2rem;
}

#kl_newsletter_checkbox {
    opacity: 1;
    position: relative;
}

.kl_newsletter_checkbox_field .custom-control {
    padding-left: 0;
}

/* Pagination */
.blogs-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin: 2rem 0;
    font-family: sans-serif;
}

.blogs-pagination .prev,
.blogs-pagination .next {
    font-size: 14px;
}

.blogs-pagination .page-numbers {
    display: inline-block;
    padding: 8px 12px;
    text-decoration: none;
    color: #333;
    border: 1px solid #7fb343;
    border-radius: 4px;
    font-size: 14px;
    transition: all 0.2s ease;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blogs-pagination .page-numbers:hover {
    background-color: #f0f0f0;
    border-color: #999;
}

.blogs-pagination .current {
    background-color: #7fb343;
    color: #fff;
    border-color: #7fb343;
    cursor: default;
}

.blogs-pagination .dots {
    padding: 8px 12px;
    color: #666;
    border: none;
    background: none;
    cursor: default;
}

.blogs-pagination .prev,
.blogs-pagination .next {
    font-size: 16px;
}

.blogs-pagination .prev:hover,
.blogs-pagination .next:hover {
    background-color: #d5e7bf;
    border-color: #7fb343;
    color: #7fb343;
}
