/*
 Theme Name:   Printy Child Theme
 Theme URI:    https://printy.themerex.net/
 Description:  Printy Child Theme
 Author:       ThemeREX
 Author URI:   https://themerex.net/
 Template:     printy
 Version:      1.0
 Tags:         flexible-header, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, microformats, post-formats, theme-options, threaded-comments, translation-ready
 Text Domain:  printy
*/


/* =Theme customization starts here
------------------------------------------------------------ */
@import './assets/css/base.css';

/* hidden */
.mona-sec-header .mona-account .menu-item .sc_layouts_login_details,
.mona-sec-header .mona-account .menu-item ul .menu-item.trx_addons_icon-wpforms,
.mona-sec-header .mona-account .menu-item ul .menu-item.trx_addons_icon-cog,
.mona-sec-header .mona-account .menu-item ul .menu-item.menu-delimiter {
    display: none !important;
}

/* header */
.mona-sec-header .mona-account .menu-item ul {
    top: 3em;
}

/* footer */
.mona-footer-media img {
    height: 14px;
    padding-left: 5px;
}

@media (max-width: 450px) {
    .mona-footer-media {
        font-size: 12px;
    }

    .mona-footer-media img {
        height: 12px;
        margin-top: 2px;
    }
}

.form-dang-ky .column-1_1>p {
    position: relative;
}

.form-dang-ky .column-1_1 .wpcf7-submit-style {
    position: absolute;
    top: 0px;
    right: 0px;
}

div.wpcf7 .form-dang-ky.form-style-3 .columns_wrap>[class*="column-"] {
    padding-bottom: 0px;
}

.form-dang-ky .wpcf7-submit-style .wpcf7-submit {
    box-shadow: unset;
    padding-right: 0px !important;
}

.form-dang-ky .wpcf7-submit-style .submit-style-in {
    background: transparent !important;
}

div.wpcf7 .form-dang-ky .wpcf7-email {
    padding-right: 100px !important;
}

/* single service */
.sidebar-single-service .wpcf7-form .wpcf7-form-control-wrap input,
.sidebar-single-service .wpcf7-form .wpcf7-form-control-wrap textarea {
    width: 100%;
    padding-left: 0px;
}

.sidebar-single-service .wpcf7-form .wpcf7-submit {
    margin-top: 30px;
}

/* blog */
.post_header_wrap_style_style-3 .post_header .content_wrap {
    max-width: var(--theme-var-page);
}

/* product */
.single_product_custom_text_style .custom_icons_2 [class*="icon-"] {
    margin-right: 24px;
}

@media (max-width: 1024px) {
    .woocommerce div.product div.images.woocommerce-product-gallery--without-thumbs {
        margin-left: 0px !important;
    }
}

/* wishlist */
.tinv-wishlist table td {
    padding: 16px;
    font-size: 16px;
}

/* scrollbar */
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px transparent;
    background-color: #F5F5F5;
}

body::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

body::-webkit-scrollbar-thumb {
    background-color: var(--theme-color-text_link);
}

span.sc_form_field_selected_items {
    display: none !important;
}

/* single post */
.button-contact-post {
    margin-top: 30px;
}

@media only screen and (max-width: 1023px) {
    .post_header_wrap_style_style-3 .post_featured+.post_header_single {
        margin-top: 20px;
    }
}

/* footer */
.gsb-buttons {
    bottom: 5.3em;
}

.gsb-buttons.right-side {
    right: 2em;
}

.gsb-buttons .chat-button,
.gsb-buttons .gsb-trigger,
.gsb-buttons .gsb-trigger-button {
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
}

.gsb-buttons .chat-button-link {
    width: 2.8em !important;
    height: 2.8em !important;
    padding: .7em !important;
}

.gsb-buttons .chat-button-icon {
    width: 100% !important;
    height: 100% !important;
}

.gsb-buttons [data-hover-scb="Facebook"] .chat-button-icon::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: url('assets/images/ic-fb.svg') no-repeat;
    background-size: 100%;
}

.gsb-buttons [data-hover-scb="Facebook"] .chat-button-icon svg {
    display: none;
}

@media only screen and (max-width: 1023px) {
    .gsb-buttons {
        bottom: 4.2em;
    }

    .gsb-buttons.right-side {
        right: 1em;
    }
}

@media (max-width: 991px) {
    .button-banner {
        text-align: center;
    }

    .button-phone {
        padding-left: 6rem;
        padding-top: 2rem;
    }

    .sc_icons.sc_align_left .sc_icons_item {
        text-align: center;
    }

    .card {
        flex-direction: column;
    }

    .card-img {
        flex-shrink: 0;
        width: unset;
        object-fit: cover;
        padding: 2rem;
    }

    .slide-custom .swiper-slide img {
        height: 300px;
    }
}