/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

.container {
    max-width: 1600px;
    width: 100%;
}

/* .product-miniature .thumbnail-container { */
	/* width: 288px;	 */
/* } */


#callme-form3 {
    border-radius: 25px;
}

.modalClick {
    border-radius: 25px;
}

.rename {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#thankyou #footer > .container {
	display: none;
}

#thanktyou_page {
    height: calc(100vh - 385px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;	
}
.ty_content {
    padding: 40px;
    background: #FFF;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 3px 5px 1px #ccc;	
}
.ty_content h1,
.ty_content h3 {
	margin-bottom: 25px;
	line-height: 1.5;
}
@media (max-width: 768px) {
	#thanktyou_page {
		height: 50vh;	
	}
}