.heading-left {
    text-align: left;
}

.heading-center {
    text-align: center;
}

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

.tgs-heading, .heading{
    font-family: var(--main-font);
    font-weight: normal;
    text-transform: uppercase;
    line-height: 1.5;
    letter-spacing: 3px;
    margin-bottom: 0px;
    word-wrap: anywhere;
}
.heading-wrap .tgs-heading{
	font-family: var(--secondary-font);
}
.font-maison .tgs-heading {
    font-family: var(--secondary-font);
}
.category-heading{
	
}
.product-category-item .shop-now {
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-align: center;
    display: block;
}
.class-collections .tgs-heading {
    font-weight: bold
}

.class-collections .heading-medium {
    font-size: var(--heading-size-large);
}

.heading-dark {
    color: var(--dark-light);
}

.text-bold {
    font-weight: bold;
}

.heading_large, .heading-large {
    font-size: var(--heading-size-large);
    line-height: 1.5;
    text-transform: uppercase;
    letter-spacing: 5px;
}

.heading_medium, .page-template-page-tc-page h2, .page-template-page-tc-page ol, .heading-medium {
    font-size: var(--heading-size-medium);
    line-height: var(--heading-line-height);
}

.heading_small, .heading-small {
    font-size:  var(--heading-size-small);
    letter-spacing: 3px;
}

.heading-subtitle {
    text-transform: uppercase;
    font-weight: 900;
}

.hero-heading .tgs-heading {
    margin-bottom: 0px;
}

div, p {
    font-size: 16px;
    letter-spacing: 0.5px;
}

@media (max-width: 991px) {
    .heading_large, .heading-large {
        font-family: var(--main-font);
        /*font-size: 30px; */
        letter-spacing: 1.5;
        letter-spacing: 5px;
        text-align: center;
    }

    .heading-medium {
        /*font-size: 24px;*/
        line-height: 1.3;
        letter-spacing: var(--sm-letter-spacing);
    }

    .tgs-heading {
        margin-bottom: 15px;
    }

    .hero-title, .hero-subtitle, .hero-description {
        text-align: center;
    }

}
@media (min-width: 992px) and (max-width: 1199px){
    .heading-medium {
        font-size: 24px;
        line-height: 1.3;
        letter-spacing: var(--sm-letter-spacing);
    }
}
@media (max-width: 767px) {
    .class-collections .heading-large {
        /*font-size: 38px;*/
        margin-bottom: 20px;
    }

    .tgs-heading {
        margin-bottom: 0px;
    }

    .content-col .tgs-heading {
        margin-bottom: 0px;
    }

    .heading-large-sm {
        letter-spacing: 4px;
    }

    .heading-medium {
        /*font-size: 24px;*/
        line-height: 30px;
        letter-spacing: var(--sm-letter-spacing);
    }
    .heading-large-sm, .page-template-page-tc-page h2, .page-template-page-tc-page ol {
        /*font-size: 24px;*/
    }

    .heading_small, .heading-small {
        /*font-size: 14px;*/
    }

    .hero-right .heading-large, .hero-right .hero-title, .hero-right .hero-subtitle, .hero-right .hero-description {
        text-align: center;
    }

    .category-heading {
        /*font-size: 10px !important;*/
    }

    .heading-large, .heading_large {
        font-family: var(--main-font);
        /*font-size: 24px;*/
        letter-spacing: 4px;
    }

    .heading-large-sm {
        /*font-size: 30px;*/
        letter-spacing: 4px;
    }

    .heading_medium, .heading-medium, .page-template-page-tc-page h2, .page-template-page-tc-page ol {
        /*font-size: 22px;*/
    }

    .heading_small, .heading-small {
        /*font-size: 17px;*/
        /*padding-top: 10px;*/
    }

    .class-collections .heading-medium {
        /*font-size: 32px;*/
    }
}

.home .content-col .tgs-heading {
    margin-bottom: 0px;
}


@media screen and (min-width: 768px) and (max-width: 1199px) {
    .class-collections .heading-large {
        font-size: 70px;
    }
}

@media screen and (min-width: 1200px) {
    .class-collections .heading-large {
        font-size: 110px;
    }
}


.tgs-heading, .heading-subtitle{
	line-height: var(--heading-line-height) !important;
}

@media(max-width: 991px){
	.heading-subtitle{
		text-align: center !important;
	}
    .mobile-align-left .heading-left.heading-subtitle {
        text-align: left !important
    }
    .mobile-align-right .heading-right.heading-subtitle {
        text-align: right !important
    }
}

.category-heading{
    font-size: var(--tile-heading-size);
	font-weight: bold;
}