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

.readmoreGroup {
    position: relative;
}
.readmoreGroup.mona_cate_top_desc{
    margin-bottom: 20px;
}
.short-description-wrapper {
  /* max-height: 200px; */
  overflow: hidden;
  position: relative;
  /* transition: max-height 0.5s ease; */
  -webkit-transition: all ease-out .5s;
  transition: all ease-out .5s;

}

/* .short-description-wrapper:not(.expanded):after {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff0), color-stop(90%, rgb(255 255 255 / .6)), to(#fff));
  background: linear-gradient(180deg, #fff0 0%, rgb(255 255 255 / .6) 90%, #fff 100%);
} */
.short-description-wrapper.expanded {
  max-height: 100%;
  padding-bottom: 30px;
}

.see-more-btn {
        display: block;
    margin-top: 10px;
    cursor: pointer;
    text-align: center;
    margin: auto;
    background: var(--theme-color-text_link);
    max-width: fit-content;
    padding: 5px 20px;
    color: #fff;
    border-radius: 5px;
    font-weight: 700;
    margin-top: 10px;
    z-index: 10;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    font-size: 14px;
}
  


.see-more-btn:hover {opacity: 1;}

.short-description-wrapper h2 {
    font-size: 30px;
}

.short-description-wrapper h3 {
    font-size: 28px;
}

.short-description-wrapper h4 {
    font-size: 25px;
}

.short-description-wrapper h5 {
    font-size: 22px;
}
.readmoreGroup.mona_cate_bottom_desc {
    margin-top: 20px;
}