/*Page Website Create*/
.create-website .right-header > div.site__menu > a > i{
	font-size: 40px;
}
.create-website .popup__box li{
	text-align: left;
}
.create-website .popup .popup__button{
	text-align: left;
}
.create-website .popup__box{
	padding: 20px;
}
.create-website .popup__box li a{
	font-size: 18px;
}
.site__brand_mb .site__brand__logo_mb{
	display: block;
    text-align: left;
    padding: 20px 0 0 15px;
}
.site__brand_mb .site__brand__logo_mb img{
	max-height: 25px;
}
.website-brand .place__desc ol{
	margin: 10px;
    padding: 0 20px;
}
.website-brand .place__box p{
	padding-bottom: 10px;
}
.website-brand .site__brand a{
    font-size: 30px;
    font-weight: bold;
}

/*Page Home*/
.create-website .place-item.layout-02 .place-title{
	margin-bottom: 10px;
}
.content-middle{
    vertical-align: middle;
    margin: auto;
}
.create-website .site__brand__logo img {
    max-width: 200px;
}
.create-website .footer__top__info .footer__top__info__logo img {
    max-width: 200px;
    margin-bottom: 20px;
}

/*Checkout*/
.checkout-thanks-area h2{
	margin-bottom: 0px;
}
.checkout-thanks-area h3 {
    margin: 20px 0;
}

@media only screen and (max-width: 992px){

/*Category website*/
.create-website .main-primary{
	padding: 20px 0;
}
.create-website .site__brand__logo img {
    max-width: 150px;
}

.website-brand .site__brand a,.website-brand .site__brand_mb a{
    font-size: 22px;
    font-weight: bold;
}

}

@media only screen and (max-width: 1200px){

	.create-website .right-header > div {
	    margin-right: 0;
	}

}