/*======================================
Theme Name: One Graphic Street
Theme URI: https://divicake.com/
Description: Acestă temă copil a fost creată pentru a insera în siguranță fragmente de cod în site. Un update al temei părinte șterge toate modificările făcute la partea de cod. Tema copil păstrează codul modificat, indiferent de actualizările automate ale temei părinte.
Version: 1.0
Author: Cosmin Șerban
Author URI: https://onegraphicstreet.com/
Template: Divi
======================================*/


/* You can add your own CSS styles here. Use !important to overwrite styles if needed. */

/* Start Product Carousel */

.carousel-slider__product h3, .carousel-slider__product .price {
  text-align: center!important;
}

.price {
	color: #e02b20!important;
}

/* End Product Carousel */

/* Start Intro Buttons */

.intro-bottons { 
  min-width: 200px; 
  text-align:center; 
}

/* End Intro Buttons */

/* Start Footer Area */

.footer-widget{
	display:flex;
	flex-direction: column;
	align-items: center;
}
#footer-info { width: 100%; margin:0 auto; text-align: center !important; }
@media only screen and (min-width: 980px) { 
    #footer-bottom .et-social-icons { margin-bottom:-28px; } 
}
#main-footer{
	background-color:#000000!important;
}
#footer-bottom{
		background-color:#000000!important;
}
#footer-info, #footer-info a{
	color: white;
}
#main-footer a:hover{
	text-decoration: underline;
}
.et-social-icon a{
	color: white;
}
.footer-widget{
	display:flex;
	flex-direction: column;
	align-items: center;
}

@media (min-width: 320px) and (max-width: 1024px) {
  
#contactf {
	display: none!important;
	}
	
}

/* End Footer Area */

/* Start Price Styling */

.entry-summary p.price span{
	color: #e02b20!important;
}

/* End Price Styling */

/* Start Back2Top Button */

.et_pb_scroll_top.et-pb-icon {
background-color: transparent;
color: #e02b20!important;
}

/* End Back2Top Button */



