/*Add Css Custom Here*/

div.tshirtecommerce-btn-group{ 

	display: inline-block; 

	background-color: #ff3c20;

    border-radius: 3px;

    margin: 0 5px;

    padding: 0 10px;

   

    width: auto;

    vertical-align: top;

}

div.tshirtecommerce-btn-group > a{ color: white; text-transform: uppercase;}

/*====== Fix bugs Megamenu not showing icon font (26/1/2018) =====*/

@media (min-width: 992px)  {

	.common-home .navbar-compact.typeheader-1 .container-megamenu.vertical #menuHeading .megamenuToogle-pattern:before,

	.common-home .navbar-compact.typeheader-1 .container-megamenu.vertical #menuHeading .megamenuToogle-pattern:after{display: none;}

	.common-home .navbar-compact.typeheader-1 .container-megamenu.vertical .vertical-wrapper{

      visibility: hidden;

      opacity: 0;

    }   

    .common-home .navbar-compact.typeheader-1 .container-megamenu.vertical:hover .vertical-wrapper{

      visibility: visible;

      opacity: 1;

      top: 40px; } 

}

@media (min-width: 992px){

	/*.menu-vertical .container-megamenu.vertical .vertical-wrapper ul.megamenu > li > a {    padding: 9px 0; line-height: 24px; height: auto;}

	.menu-vertical .container-megamenu.vertical .vertical-wrapper ul.megamenu > li > a i,

	.menu-vertical .container-megamenu.vertical .vertical-wrapper ul.megamenu > li > a b {

	    display: inline-block;

	}

	.menu-vertical .container-megamenu.vertical .vertical-wrapper ul.megamenu > li.with-sub-menu > a:before{display: none;} */

	.menu-vertical .container-megamenu.vertical .vertical-wrapper ul.megamenu > li > a img{position: static; transform: inherit;}



}



.typeheader-12 .navbar-logo .logo{

	min-height: 40px;

}

.info-contact .text-left{
	text-align: left;
}


/*.information-information .breadcrumb{
	display: none;
}*/

.info-banner{
    height: 500px;
	padding: 50px 20px;
	vertical-align: middle;
}


.banner-title{
	text-align: center;
    color: #fff;
    font-size: 22px;
    font-weight: 300;
    vertical-align: middle;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; 
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.banner-title h2{
	font-size: 42px;
	font-weight: bold;
	color: #fff;
	line-height: 48px;
	margin-bottom: 0px;
	margin-top: 0px;
	letter-spacing: 4px;
}

.banner-title h2:nth-of-type(2){
	margin-top: 20px;
	letter-spacing: 3px;
}


.banner-title h3{
	font-size: 42px;
	margin-top: 0px;
	font-weight: bold;
	color: #fff;
	line-height: 46px;
	letter-spacing: 4px;
	
}