/*
Theme Name: UK Stamps
Theme URI: https://freshdigital.co.th/web-design/
Template: hello-elementor
Author: Fresh Digital
Author URI: https://freshdigital.co.th/
Description: Theme for Hose Center
Version: 1.0.0.1668417399
Updated: 2025-01-11 09:16:39

*/

html,
body {
    overflow-x: hidden;
}

#head-sticky {
    transition: all 0.3s ease-out;
}

#head-sticky.head-sticky-active {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 0px 4px 11px 0px rgba(0, 0, 0, 0.24);
}

#head-sticky .site-logo img {
    transition: all 0.2s ease;
}

#head-sticky.head-sticky-active .site-logo img {
    max-width: 60px !important;
}

.elementor-widget-heading:not(.default-font) h1,
.elementor-widget-heading:not(.default-font) h2,
.elementor-widget-heading:not(.default-font) h3
{
    font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
}

a.contact-detail {
    color: inherit;
}

.contact-box .elementor-icon-box-wrapper {
    align-items: center;
}

.contact-box svg,
.contact-box svg path {
    fill: inherit;
}

.phone-box svg,
.phone-box svg path {
    fill: inherit;
}

.float-icon {
    opacity: 0.35 !important;
}

.number-icon-box .elementor-icon-box-title {
    position: absolute;
    top: 0;
    right: 0;
}

.price-cta-box {
    transition: all 0.2s ease;
}

.price-cta-box:hover {
    box-shadow: 0px 32px 80px -32px rgba(0, 0, 0, 0.24);
}

.price-cta-box a.elementor-cta__button:after {
    content: "" !important;
    display: inline-block !important;
    width: 15px;
    height: 15px;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3C!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--%3E%3Cpath fill='%23fd0000' d='M310.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L242.7 256 73.4 86.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l192 192z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    margin-left: 3px;
    transition: all 0.2s ease;
}

.price-cta-box a.elementor-cta__button:hover:after {
    margin-left: 10px;
}

.section-content.stamp-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 25px;
}

.section-content.stamp-grid article {
    background: #FFFFFF;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 10px;
}

.section-content.stamp-grid article .entry-content {
    text-align: center;
    padding: 20px;
}

.section-content.stamp-grid article .entry-title {
    font-size: 18px;
    color: var(--e-global-color-primary);
}

.section-content.stamp-grid article .entry-title a {
    color: inherit;
}

.section-content.stamp-grid article .entry-image {
    height: 250px;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
}

.section-content.stamp-grid article .entry-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.stamp-item-box .elementor-image-box-wrapper {
    background: #FFFFFF;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.2s ease;
    height: 100%;
}

.stamp-item-box:hover .elementor-image-box-wrapper {
    box-shadow: 0px 32px 80px -32px rgba(0, 0, 0, 0.24)
}

.stamp-item-box .elementor-image-box-content {
    padding: 0 20px 30px;
}

.stamp-item-box figure.elementor-image-box-img {
    height: 200px;
    overflow: hidden;
    transition: all 0.2s ease;
}

.stamp-item-box figure.elementor-image-box-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.2s ease;
}

.stamp-item-box:hover figure.elementor-image-box-img img {
    transform: scale(1.05);
}

.calculator-wrapper table thead th,
.calculator-wrapper table tfoot td  {
    background-color: #E8E8E8;
    border: 0 !important;
    padding: 18px 10px;
    font-size: 16px;
    color: #363636;
    vertical-align: middle;
}

.calculator-wrapper table tbody td {
    border: 0 !important;
    vertical-align: middle;
}

.calculator-wrapper table tbody .product-name-img {
    display: flex;
    align-items: center;
    gap: 10px;
}

.calculator-wrapper table tbody td.product-img img,
.calculator-wrapper table tbody td.name img {
    max-width: 45px;
}

.calculator-wrapper table tbody td.name .entry-title {
    font-size: 14px;
    font-weight: 400;
    word-wrap: break-word;
}

.calculator-wrapper table tbody td.qty input {
    min-width:70px;
    max-width: 80px;
    border: 1px solid #BFBFBF !important;
    background-color: #EBEBEB !important;
    outline: unset;
    border-radius: 6px;
}

.calculator-wrapper table tbody td.subtotal input {
    background-color: transparent !important;
    border: unset !important;
    max-width: 100px;
    outline: unset;
}

.calculator-wrapper table .price,
.calculator-wrapper table .rate,
.calculator-wrapper table .qty,
.calculator-wrapper table .subtotal {
    text-align: center;
}

.calculator-wrapper table .subtotal-text {
    font-size: 16px;
    font-weight: 700;
    padding-right: 20px !important;
}

.text-right {
    text-align: right;
}

p.gform_required_legend {
    display: none;
}

#gform_page_1_2 .gform_page_fields {
    background-color: #F8F8F8;
    padding: 35px 25px;
}

#gform_page_1_1 .gform-page-footer {
    justify-content: flex-end;
}

#gform_page_1_2 .gform-page-footer {
    justify-content: space-between;
}

#gform_previous_button_1_19,
#gform_next_button_1_19,
#gform_previous_button_1,
#gform_next_button_1_13,
#gform_submit_button_1{
    background-color: var(--e-global-color-primary);
    color: #fff;
    outline: unset;
    border-color: var(--e-global-color-primary);
    padding: 17px 35px;
    border-radius: 26px;
}

#gform_previous_button_1 {
    background-color: var(--e-global-color-secondary);
    border-color: var(--e-global-color-secondary);
    color: #fff;
}

#gform_next_button_1_13:hover,
#gform_submit_button_1:hover {
    background-color: transparent;
    color: var(--e-global-color-primary);
}

#gform_previous_button_1:hover {
    background-color: transparent;
    color: var(--e-global-color-secondary);
    border-color: var(--e-global-color-secondary);
}

.calculator-wrapper .desc {
    width: 35%;
}

.calculator-wrapper .price,
.calculator-wrapper .rate,
.calculator-wrapper .qty,
.calculator-wrapper .subtotal {
    width: 10%;
}

table#frm-fixed_rate {
    margin-bottom: 40px;
}

.table-wrapper {
    overflow-x: auto;
}

input#form-field-field_3793162 {
    width: 100%;
}

.trust-logo {
    display: inline-flex;
    font-size: 20px;
    font-weight: 700;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 15px 0 0;
    line-height: 1;
}

.trust-logo svg {
    width: 35px;
}

.show-only-head .sb-feed-posts,
.show-only-head .sb-feed-header-heading,
.show-only-head .trust-logo {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
}

.show-only-head #sb-reviews-container-1 .sb-feed-header-rating,
.show-only-head #sb-reviews-container-1 .sb-feed-header-rating-subtext {
    color: #fff;
}

.trustpilot-slide-home .sb-feed-header-content {
    text-align: center;
}

.trustpilot-slide-home .sb-feed-header-content .sb-feed-header-average {
    float: unset !important;
}

.sbr-owl-nav .sbr-owl-prev {
    margin-left: -20px;
}

.sbr-owl-nav .sbr-owl-next {
    margin-right: -20px;
}

.summary-form-sell-stamps .form-title {
    text-align: center;
    margin-bottom: 30px;
}

.summary-form-sell-stamps .form-info {
    display: block;
    background-color: #f6f6f6;
    padding: 30px 30px 20px;
    margin-bottom: 20px;
    border-radius: 25px 25px 0 0;
}

.summary-form-sell-stamps  .form-info strong {
    display: inline-block;
    font-size: 15px;
    text-transform: uppercase;
    color: #000;
    min-width: 150px;
    margin-right: 10px;
}

@media screen and (min-width: 768px){
    .list-col-2 ul.elementor-icon-list-items {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    #head-sticky .elementor-social-icon-phone-square {
        display: none;
    }

    .section-content.stamp-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (min-width: 1024px){
    .section-content.stamp-grid {
        grid-template-columns: repeat(4, 1fr);
    }

    header .elementor-nav-menu--main .menu-item-560 {
        display: none !important;
    }
    
    .trustpilot-slide-home .sb-carousel-wrap {
        display: flex;
        align-items: center;
    }

    .trustpilot-slide-home .sb-carousel-wrap .sb-feed-header {
        width: 25%;
    }

    .trustpilot-slide-home .sb-carousel-wrap .sb-feed-posts {
        width: 75%;
    }

    .sbr-owl-nav .sbr-owl-prev {
        margin-left: -33px;
    }

    .sbr-owl-nav .sbr-owl-next {
        margin-right: -33px;
    }

    .trustpilot-slide-home .sb-feed-header-content {
        padding: 0 30px 0 0;
    }
}

@media screen and (max-width: 767px){

    .home-paymemt-gallery .gallery {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .home-contact-form,
    .column-inner-absolute {
        position: relative !important;
        margin-bottom: -10px;
    }

    .summary-form-sell-stamps  .form-info strong {
        width: 100%;
        margin: 0 0 4px;
    }
}