.live-preview-btn{
	display: block;
    max-width: 150px;
    text-align: center;
    margin: -25px auto 0;
    padding: 10px 10px;
    background: #1a79a8;
    position: relative;
    color: #fff;
    font-size: 16px;
}
.live-preview-btn:hover{
    background-color: #2d4a8a;
    color: #fff;
}

.title-heading.size-l {
    font-size: 28px;
    margin: 15px 0;
}
.box{
    background-color: #fafafa;
    color: #666666;
    margin-bottom: 20px;
    border-radius: 4px;
    border: 1px solid #e1e8ed;
}
.item-preview {
    min-height: 245px;
    padding: 12px;
    position: relative;
    text-align: center;
}
.item-preview__actions{
    display: flex;
    justify-content: center;
    padding: 15px 0 0;
}
.btn, button, [role=button], [type=submit] {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #1a79a8;
    border: none;
    border-radius: 4px;
    color: white;
    cursor: pointer;
    display: inline-block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
    padding: 7px 20px;
    text-align: center;
    text-decoration: none;
}
.item-preview__preview-buttons>a {
    margin: 0 10px;
}
.item-preview__preview-buttons>a:hover,
.item-preview__preview-buttons>a:active{
    color: #ffffff;
    background: #2d4a8a;
}
.btn-icon:after {
    content: "";
    float: right;
    height: 17px;
    margin: 1px 0 0 15px;
    width: 17px;
}
.btn-icon.live-preview:after {
    background-image: url('../images/common.png');
    background-position: 0px -137px;
}
.item-preview__preview-buttons--social {
    display: inline-block;
    background-color: #fafafa;
}
.btn--group-item {
    width: 50px;
    margin-right: 2px;
}
.btn-group>.btn:first-child {
    width: 100px;
}
.btn--group-item:hover{
    color: #ffffff;
}
a.btn--group-item:hover{
    color: #ffffff;
    background: #2d4a8a;
}
.sidebar-box{
    background: white;
    padding: 15px 25px;
    border: 1px solid #e1e8ed;
    border-radius: 4px;
    margin-bottom: 16px;
}
.sidebar-info__selection{
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
    border-bottom: 1px solid #6e6e6e;
    align-items: center;
}
.sidebar-info__license-type {
    font-size: 16px;
    font-weight: bold;
}
.t-heading.-size-xxl {
    font-size: 22px;
    color: #F00;
    text-align: right;
}
b.t-currency{
    display: block;
}
b.t-currency.old-pr{
    font-size: 16px;
    text-decoration: line-through;
    color: #000;
    font-weight: normal;
}
.t-icon-list {
    list-style: none;
    margin: 15px 0 0;
    padding: 0;
}
.btn-buy{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #1a79a8;
    border: none;
    border-radius: 4px;
    color: white;
    cursor: pointer;
    display: inline-block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    margin: 15px 0;
    padding: 5px 20px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase !important;
    width: 100%;
}
.btn-buy {
    -webkit-box-shadow: 0 2px 0 #1a79a8;
    box-shadow: 0 2px 0 #2d4a8a;
    position: relative;
}
.btn-buy {
    font-size: 16px;
    padding: 10px 20px;
}
.btn-buy:hover, .btn-buy:focus, .btn-buy:active{
    background-color: #2d4a8a;
}

.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem * 2));
}
#modalRegister .modal-content, #modalSuccess .modal-content{
    width: 100%;
    border-radius: 0;
}
#modalRegister .modal-header {
    position: relative;
}
#modalRegister .modal-header .close, #modalSuccess .modal-header .close{
    margin-top: 0;
    position: absolute;
    top: 10px;
    width: 30px;
    height: 30px;
    right: 13px;
}
.form-control {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.modal-title{
    text-transform: uppercase;
}
.btn-primary{
    background: #EF3C26;
    border-color: #EF3C26;
    border-radius: 0;
    outline: none;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #EF3C26;
    border-color: #EF3C26;
}
.btn-primary img{
    width: 16px;
    margin-right: 10px;
}
.error{
    color: #EF3C26;
    font-size: 14px;
    font-weight: normal !important;
}
.loading{
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    visibility: hidden;
    opacity: 0;
    z-index: 99999;
}
.loading.show{
    visibility: visible;
    opacity: 1;
}
.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid blue;
    border-right: 16px solid green;
    border-bottom: 16px solid red;
    border-left: 16px solid pink;
    width: 120px;
    height: 120px;
    margin: 20% auto 0;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.media {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
.pd-15{
    padding: 15px;
}
.t-heading.-size-s {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 12px;
}
.media>div:first-child {
    margin-right: 1em;
}
.media__body {
    -webkit-flex: 1 0;
    -ms-flex: 1 0;
    flex: 1 0;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}
.e-btn--3d.-color-light {
    -webkit-box-shadow: 0 2px 0 #2d4a8a;
    box-shadow: 0 2px 0 #2d4a8a;
    position: relative;
    border: none;
    background-color: #1a79a8;
    width: 100%;
    display: block;
    border-radius: 4px;
    text-align: center;
    padding: 5px;
    color: #ffffff;
}
.meta-attributes__table, table tbody tr, table thead tr{
    border: none;
}
.meta-attributes__table tr td {
    font-size: 14px;
    padding-bottom: 15px;
    vertical-align: top;
}
.meta-attributes__attr-name {
    color: #454545;
    font-weight: 500;
    padding-right: 10px;
    width: 140px;
}
.single-product .related.products {
    margin-bottom: 50px;
}
.single-product .related.products ul.products li.product{
    width: 25%;
}
.item-bookmarking {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
    margin: 0 0 20px 0;
    overflow: auto;
}
.item-bookmarking__control--favorite, .item-bookmarking__control--collection {
    width: 47.5%;
    max-width: 200px;
}
.item-bookmarking__control--favorite:first-of-type, .item-bookmarking__control--collection:first-of-type {
    margin-right: 5%;
}
.item-bookmarking__control--favorite a, .item-bookmarking__control--collection a {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    background: #e0e0e0;
    color: #666666;
    font-size: 14px;
    position: relative;
    text-decoration: none;
    padding: 5px 20px;
    border-radius: 4px;
    line-height: 30px;
    overflow: hidden;
    text-align: left;
}
.yith-wcwl-add-to-wishlist {
    margin-top: 0;
}
.sidebar-stats__icon {
    font-size: 19px;
    float: left;
    margin-right: 10px;
}
.sidebar-stats__number {
    font-size: 24px;
    line-height: 30px;
}
.stars a.active{
    color: #f5cc26!important;
}
p.stars a.active::before {
    content: "\e020";
}
.woocommerce #reviews #comment {
    border: 1px solid #ddd;
}
.shop-cart-content{
    display: block;
    width: 100%;
    max-width: 600px;
    padding: 15px;
    margin: 15px auto;
    background: #fff;
    border: 1px solid #d8d8d8;
    /* -moz-box-shadow: 0 0 20px rgba(0,0,0,.15);
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,.15);
    box-shadow: 0 0 20px rgba(0,0,0,.15); */
}
.product-info{
    display: flex;
    justify-content: space-between;
}
.product-image{
    flex: 0 0 35%;
    width: 35%;
}
.product-image img{
    max-width: 100%;
}
.product-summary{
    flex: 0 0 65%;
    width: 65%;
    text-align: left;
    padding-left: 15px;
}
.product-summary p{
    font-size: 12px;
}
.product-summary p, .product-summary h1{
    margin: 0;
}
.product-summary .price, .price-total .price{
    font-size: 16px;
    color: #EF3C26;
    margin-top: 5px;
}
.price-total{
    display: flex;
    justify-content: space-between;
}
.price-total p{
    margin: 0;
}
.btn-submit{
    max-width: 150px;
    margin: auto;
    display: block !important;
    width: 100%;
    padding: 9px 10px !important;
    text-transform: uppercase;
}
.main-holder .site-content ul.products li.product {
    margin-bottom: 15px !important;
}
.list-promotion{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.list-promotion > li{
    flex: 0 0 50%;
    width: 50%;
}
.list-promotion > li > p{
    color: #ffffff;
    margin-bottom: 5px;
}
.sidebar-stats .widget{
    margin: 0;
}
.sidebar-stats .widget p{
    margin: 0;
}
.meta-attributes__attr-tags a{
    padding: 0 10px;
    border: 1px solid #efefef;
    display: inline-block;
    margin-bottom: 5px;
    border-radius: 5px;
    font-size: 12px;
    color: #00aafb;
    background: #efefef;
}
.bottom-widget ul{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.bottom-widget ul li{
    margin: 0;
    padding: 0 !important;
    flex: 0 0 50%;
}
.bottom-widget ul li a{
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 360px;
    display: block;
    overflow: hidden;
    color: #00aafb;
}
.custom-wishlist .product-item .image{
    position: relative;
}
.custom-wishlist .product-item .image .remove_from_wishlist{
    position: absolute;
    top: 0;
    right: 0;
}
.custom-wishlist .product-item .title{
    margin-top: 15px;
}
.um-form div:before{
    display: none;
}
.login-box{
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
}
.login-box>li>a{
    text-align: center;
    display: block;
    background: #2d4a8a;
}
.login-box>li>a:hover{
    color: #ffffff;
    background: #bc4021;
}
.login-box>li>ul{
    position: absolute;
    width: 150px;
    background: #2d4a8a;
    z-index: 99;
    right: 0;
    padding: 0;
    list-style: none;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
}
.login-box>li:hover>ul{
    opacity: 1;
    visibility: visible;
    transition: all .3s;
}
.login-box>li>ul>li{
    line-height: 40px;
}
.login-box>li>ul>li>a{
    display: block;
    padding: 0 15px;
}
.login-box>li>ul>li>a:hover{
    color: #ffffff;
    background: #bc4021;
}
.um-profile-photo a.um-profile-photo-img {
    width: 140px !important;
    height: 140px !important;
    top: -70px !important;
    left: 25px !important;
}
.um-header .um-profile-meta {
    padding-left: 250px;
}
.item-preview a.img-preview{
    display: block;
    height: 400px;
    overflow: hidden;
}
.tm-product-image-box{
    width: 100%;
    /* height: 183px; */
    overflow: hidden;
}
.tm-product-box-inner {
    border: 1px solid #e1e8ed;
    background: #fafafa;
    padding: 4px;
}
.textwidget.widget-text .form-view, .textwidget.widget-text .form-view * {
    background: none;
    color: #fff;
}
.box-thumbnail-preview{
    width: 80%;
    margin: 0 auto 20px;
}
.box-thumbnail-preview .item-preview{
    min-height: auto;
}
.box-thumbnail-preview .item-preview a.img-preview{
    height: auto;
}
.agile_crm_form_embed form.form-view{
    margin: 0 auto;
}
.sidebar-stats aside.widget{
    padding: 15px;
    background-color: #fafafa;
    color: #666666;
    margin-bottom: 20px;
    border-radius: 4px;
    border: 1px solid #e1e8ed;
}
.tm-ptablebox .tm-ptablebox-price{
    font-size: 30px !important;
}
.themetechmount-ptables-w .ttm-pricetable-column-w {
    flex: 0 0 25% !important;
}
.ttm-pricetable-column-w .ttm-featured-title {
    color: #F00 !important;
    background: #fff !important;
}
.ttm-pricetable-column-w .tm-ptablebox-frequency{
    display: none;
}
.themetechmount-ptables-w .ttm-pricetable-column-w.tm-ptablebox-featured-col{
    padding: 50px 10px 69px !important;
}
.themetechmount-ptables-w .ttm-pricetable-column-w {
    padding: 50px 10px 30px !important;
}
.tm-ptablebox .tm-ptablebox-desc{
    font-size: 13.5px !important;
}
.tm-ptablebox-features .tm-feature-lines li {
    font-size: 13px !important;
}
.ttm-ptablebox-price-w, .tm-ptablebox .themetechmount-ptable-main{
    display: block !important;
    text-align: center;
}
.tm-product-content .price{
    display: none !important;
}


/* Bảng giá */
.price-table-item{
    border: 1px solid rgb(203, 214, 226);
    position: relative;
    width: 100%;
    background-color: rgb(255, 255, 255);
    border-radius: 3px;
    font-family: "Poppins",Tahoma,Geneva,sans-serif;
}
.price-table-top{
    padding: 20px;
    position: relative;
    overflow: hidden;
}
.private-flex{
    display: flex;
    -webkit-box-flex: 1;
    flex-grow: 1;
    align-items: flex-end;
    -webkit-box-pack: justify;
    justify-content: space-between;
    max-width: 100%;
    width: 100%;
}
.private-left{
    margin-left: 10px;
}
.private-right{
    text-align: right;
    line-height: 22px;
}
.private-left h2{
    font-weight: 500;
    font-size: 19px;
    line-height: inherit;
    margin-bottom: 0;
}
.private-right .price{
    color: rgb(0, 189, 165);
    font-size: 20px;
    font-weight: 500;
}
.private-right small span{
    text-decoration: line-through;
}
.private-sale{
    position: absolute;
    background: #F00;
    color: #FFF;
    width: 140px;
    height: 30px;
    top: 12px;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    left: -41px;
    transform: rotate(-45deg);
    opacity: 1;
}
.button-register{
    margin-bottom: 20px;
}
.button-register a{
    display: block;
    background-color: #ff7a59;
    border-color: #ff7a59;
    color: #fff;
    padding: 11px 24px;
    text-align: center;
    margin: 0px auto;
    width: 89%;
    border-radius: 3px;
}
.price-table-tool{
    padding: 0 20px;
    min-height: 795px;
}
.free-tool-label{
    font-size: 14px;
    line-height: 19px;
    padding-bottom: 12px;
}
.tool-group{
    margin-bottom: 30px;
}
.tool-group h6{
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    margin-left: 0px;
    margin-bottom: 4px;
    color: rgb(0, 145, 174);
}
.tool-group ul{
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 13px;
    font-weight: 400;
    color: #000000;
}
.tool-group ul li{
    margin: 8px 0;
}
.tool-group>ul>li:before{
    content: '';
    width: 12px;
    height: 12px;
    display: inline-block;
    background: url('../images/check.svg') no-repeat;
    background-size: 100%;
    margin-right: 6px;
}
.tool-group>ul.no-check{
    font-size: 12px;
    font-weight: 600;
}
.tool-group>ul>li>ul{
    padding-left: 25px;
    font-size: 13px;
}
.price-table-footer{
    border-top: 1px solid  rgb(203, 214, 226);
}
.price-table-footer a, .price-table-footer a:hover{
    color: #FFFFFF;
    display: block;
    text-align: center;
    line-height: 30px;
    padding: 6px 0px;
    text-decoration: none;
    background: #0773bb;
}
/* //Bảng giá */
.text-box .wpb_wrapper{
    padding: 15px;
    border: 1px solid #1a79a8;
    background: #ffffff;
    min-height: 375px;
}
.tm-right-box .tm-col-bgimage-yes{
    margin-left: -105px;
    padding-top: 145px;
    padding-bottom: 25px;
}
.mt-8{
    margin-top: 8px !important;
}
.tm-cta3-content-wrapper{
    text-align: justify;
}
.mt-95 img{
    margin-top: 194px;
    margin-bottom: 100px;
}
/* .tm-highlight-fid-style-1 {
    top: 112px !important;
    left: 126px !important;
} */
.agile_crm_form_embed form.theme5.form-view {
    margin: 0;
    overflow: hidden;
}
.newsletter-ft .theme5 .agile-group{
    float: left;
    margin-left: 0 !important;
    position: relative;
}
.newsletter-ft .agile-group .agile-label, .newsletter-ft .agile-group .agile-label .agile-custom-clear{
    display: none;
}
.newsletter-ft .theme5{
    box-shadow: none !important;
}
.newsletter-ft .theme5 .agile-group .agile-field-xlarge.agile-field {
    width: 100% !important;
}
.newsletter-ft .theme5 .agile-group:last-child .agile-field {
    width: 51px;
}
.newsletter-ft .theme5 .agile-group{
    width: 85%;
}
.newsletter-ft .theme5 .agile-group:last-child{
    width: 51px;
}
.theme5 .agile-form-description {
    margin: 15px 0;
    margin-left: 0 !important;
}
#agile-error-msg {
    position: absolute !important;
    top: auto !important;
    left: auto !important;
    bottom: -15px;
    right: 0;
    width: 350px;
    height: 40px;
    text-align: right;
}
.newsletter-ft .theme5 .agile-field button {
    padding: 0 !important;
    border: none !important;
    margin: 0 !important;
    color: transparent;
    position: relative;
    width: 51px;
    height: 41px;
    overflow: hidden;
    margin-left: -1px;
}
.newsletter-ft .theme5 .agile-field button:before{
    font: normal normal normal 14px FontAwesome;
    position: absolute;
    content: '\f1d9';
    width: 49px;
    height: 41px;
    border: 1px solid #d9d9d9;
    border-left: none;
    color: #FFF;
    top: 0;
    left: 0;
    line-height: 35px;
    z-index: 999;
}
.widget-post-item{
    display: flex;
    justify-content: flex-start;
    margin-bottom: 15px;
}
.widget-post-item .item-thumb{
    flex: 0 0 80px;
    width: 80px;
    margin-right: 15px;
}
.widget-post-item .item-thumb img{
    max-width: 100%;
    height: auto;
}
.widget-post-item .item-title{
    font-weight: 600;
    line-height: 20px;
}
.widget-post-item .item-title p{
    margin: 0;
}
.widget-post-item .item-title p:last-child{
    font-weight: normal;
}

#tidio-chat-iframe{
    bottom: 80px !important;
}
.single-theme.agile_crm_form_embed form.form-view{
    max-width: 100% !important;
}
.single-theme.agile_crm_form_embed .theme1 .agile-field{
    width: 100% !important;
}
#modalRegister .theme1{
    box-shadow: none !important;
}
.siderbar-contact .tm-quicklink-box-2{
    background: transparent;
    border: none;
    padding: 0;
    margin: 15px 0;
}
.siderbar-contact .tm-quicklink-box-2 .tm-righttext-box p {
    font-size: 16px;
}
.siderbar-contact .tm-quicklink-box-2 .tm-righttext-box p:first-child{
    color: #e60808;
}
.siderbar-contact .tm-quicklink-box-2 .tm-lefticon-box{
    background: #e60808;
}
.siderbar-contact .tm-quicklink-box-2 .tm-lefticon-box:before{
    border-left-color: #e60808;
}
.siderbar-contact .tm-quicklink-box-2 .kw_anomica.flaticon-clock{
    color: #FFF;
}

.siderbar-contact .tm-quicklink-box-2.zalo .tm-lefticon-box{
    background: #0180c7;
    line-height: 47px;
    padding-left: 0;
}
.siderbar-contact .tm-quicklink-box-2.zalo .tm-lefticon-box:before{
    border-left-color: #0180c7;
}
.agile_crm_form_embed.single-theme{
    position: relative;
}
.agile_crm_form_embed.single-theme #agile-error-msg{
    position: relative !important;
    bottom: 0;
}
.sticky-social {
    position: fixed;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 999;
}
/*.sticky-social a, .sticky-social a:hover {
    margin: 0 0 5px;
    text-align: center;
    background-color: #0773bb;
    color: #fff;
    display: block;
    height: 60px;
    width: 60px;
    line-height: 60px;
    font-size: 40px;
    box-shadow: 0 0 5px rgba(0,0,0,.4);
}*/
.sticky-social li img {
    width: 52px;
    height: auto;
    margin: 10px;

}
.sticky-social li .zalo img {
 
    border-radius: 100%;
    background: #fff;
}
.sticky-social li {
    display: block;
}
@media (min-width: 1201px) and (max-width: 1366px) {
    .text-box .wpb_wrapper{
        min-height: 375px;
    }
}
@media (min-width: 1024px) and (max-width: 1200px) {
    .text-box .wpb_wrapper{
        min-height: 430px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .newsletter-ft .theme5 .agile-group {
        width: 75%;
    }
    .themetechmount-ptables-w .ttm-pricetable-column-w {
        flex: 0 0 100% !important;
    }
    .tm-right-box .tm-col-bgimage-yes{
        margin-left: 0;
        padding-bottom: 15px;
        padding-bottom: 5px;
    }
    .mt-95 img{
        margin-top: 0;
        margin-bottom: 30px;
    }
    .tm-titlebar-wrapper .tm-titlebar-main h1.entry-title, .tm-custom-heading {
        font-size: 20px !important;
    }
    .tm-custom-heading {
        font-size: 20px !important;
        line-height: 34px !important;
    }
    body.themetechmount-page-full-width #content .site-main .entry-content>.wpb_row.vc_row-fluid {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .tm-sbox .tm-custom-heading {
        font-size: 16px !important;
        line-height: 26px !important;
    }
    .price-table-tool {
        min-height: auto;
    }
    .private-left h2 {
        font-size: 17px;
    }
    .theme1 .agile-field {
        width: 100% !important;
    }
    .agile-group:last-child label, .tm-highlight-fid-style-1{
        display: none;
    }
}


@media (max-width: 767px){
    .themetechmount-ptables-w .ttm-pricetable-column-w {
        flex: 0 0 100% !important;
    }
    .tm-right-box .tm-col-bgimage-yes{
        margin-left: 0;
        padding-top: 15px;
        padding-bottom: 15px;
        padding-bottom: 5px;
    }
    .mt-95 img{
        margin-top: 0;
        margin-bottom: 30px;
    }
    .tm-titlebar-wrapper .tm-titlebar-main h1.entry-title, .tm-custom-heading {
        font-size: 20px !important;
    }
    .tm-custom-heading {
        font-size: 20px !important;
        line-height: 34px !important;
    }
    body.themetechmount-page-full-width #content .site-main .entry-content>.wpb_row.vc_row-fluid {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .tm-sbox .tm-custom-heading {
        font-size: 16px !important;
        line-height: 26px !important;
    }
    .price-table-tool {
        min-height: auto;
    }
    .private-left h2 {
        font-size: 17px;
    }
    .theme1 .agile-field {
        width: 100% !important;
    }
    .agile-group:last-child label, .tm-highlight-fid-style-1{
        display: none;
    }
    .sticky-social {
        right: auto;
        top: auto;
        bottom: -5px;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        display: flex;
        justify-content: flex-start;
    }
    .preview-link{
        margin-right: -10px;
        margin-bottom: 10px;
        display: block;
    }
    .single-product .related.products {
        padding: 0 15px;
    }
    .single-product .related.products ul.products li.product {
        width: 100%;
    }
    .hidden-mobile{
        display: none;
    }
    .show-mobile{
        display: block;
    }
    .newsletter-ft .theme5 .agile-group {
        width: 75%;
    }
    .box-thumbnail-preview {
        width: 100%;
    }
    .mb-button img{
        width: 100%;
        height: auto;
    }
    .mb-no-padding{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .text-box .wpb_wrapper{
        margin-bottom: 20px;
    }

   
    
    rs-layer#slider-3-slide-6-layer-4 {
        display: none;
    }
    h1#slider-3-slide-6-layer-11 {
        font-size: 2.3em !important;
        line-height: 1.5em !important;
        padding: 12px;
    }
}
 .main-holder .site-content ul.products li.product .woocommerce-loop-product__title
     {
        display: block !important;
        padding-top: 12px !important;
       
    }
  .widget-post-item .item-title p:last-child {
    font-weight: lighter;
    font-size: 13px;
    line-height: 18px;
    color: #777;
}
.widget-post-item .item-title p {
    margin: 0;
    font-weight: 700;
}
button.close {
    z-index: 999;
    position: absolute;
    right: 18px;
    top: 18px;
}

/* Login */
.wrapper-login{
    width: 500px;
    margin: 0 auto 50px;
}
.input-error{
    color: #bc4021;
}
.wrapper-login .input[type="text"]{
    border-radius: 0 !important;
    padding: 9px 15px;
    box-shadow: none !important;
}
.input-success{
    color: #1a79a8;
}

/* Affiliate */
.affiliate-cate{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.affiliate-cate li{
    flex: 0 0 25%;
    width: 25%;
}
.affiliate-cate li label{
    font-weight: normal;
}
.entry-content h3 {
    font-size: 18px;
}
.entry-content h2 {
    font-size: 24px;
}

.entry-content img {
    margin: auto;
    display: block;
}
.crp_related.crp-text-only {
    background: antiquewhite;
    padding: 5px 20px;
}
#chaty-widget-0 .chaty-widget {
    bottom: 85px !important;
}
.tm-featured-wrapper img {
    height: auto;
    margin: auto;
    display: block;
}
@media (max-width: 767px){
    .single .site-content #content-inner img{
        width: 100% !important;
    }
    .wpcf7 .tm-contact-form-1 input[type="submit"] {
        width: 100%;
        background: yellowgreen;
    }
}
