/*
Theme Name: congtysachbk
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.text-box h1.uppercase {
  	font-size: 34px;
	line-height: 40px;
}
.flickity-prev-next-button.previous {
    left: 90%;
}
 .flickity-prev-next-button {
    opacity: 1;
}
.slider-nav-push:not(.slider-nav-reveal) .flickity-prev-next-button {
    margin-top: -34%;
}
 .slider-nav-circle .flickity-prev-next-button svg {
    border: 0;
    border-radius: 100%;
    background-color: #1070b6;
    border-radius: 0;
    color: white;
	 width: 30px;
}
.sach .product-small.col.has-hover.product.type-product > div {
 	background-color: #fff;
  	border-radius: 10px;
	height: 100%;
}
.sach .product-small.box .box-image {
  	border-radius: 10px 10px 0 0;
}
.box-text.box-text-products {
  	padding-left: 15px;
  	padding-right: 15px;
  	text-align: center;
}













@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}