/*
 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
------------------------------------------------------------ */

/* 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);
}


