/*
Theme Name:     My Site: Divi Child-theme
Theme URI:      
Description:    Divi child theme.
Author:         Me
Author URI:     
Template:       Divi
Version:        0.1.0
*/

.tamtam-gradient {
	background: rgb(0, 16, 163);
	background: linear-gradient(180deg, rgba(0, 16, 163, 1) 0%, rgba(38, 39, 241, 1) 50%, rgba(83, 64, 254, 1) 100%);
}

/** Removing the Divi sidebar line **/
.container:before {
	background-color: transparent !important;
}

.et_pb_widget_area_right {
	border-left: 0 !important;
}

.et_pb_widget_area_left {
	border-right: 0 !important;
}

.unfaked {
	font-family: "Simply Rounded";
	color: #2A01FF;
}

/** ETMODULES Icons: https://www.elegantthemes.com/affiliates/idevaffiliate.php?id=35855&url=61611 **/
[class^="top-menu-"] a:after {
	font-family: 'ETMODULES';
	text-align: center;
	margin-left: 10px;
	margin-top: 10px;
	color: #2baaa3;
	/* change icon color here */
	font-size: 1em;
	/* change icon size here */
	transition: all .3s ease;
}

.top-menu-shop a:after {
	content: '\e079';
}

.top-menu-clothing a:after {
	content: '\e323';
}

.top-menu-account a:after {
	content: '\e08a';
}

.top-menu-support a:after {
	content: '\e030';
}

.top-menu-app a:after {
	content: '\e00b';
}


.et-pb-active-slide .et_pb_slide_image::after,
.et_pb_shop_grid ul.products li.product .et_shop_image:hover:after,
.related.products ul li.product_cat-tamtamstreet_apparel .et_shop_image:hover:after {
	position: absolute;
	content: '';
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}

.et_pb_shop_grid ul.products li.product .et_shop_image:hover:after,
.related.products ul li.product_cat-tamtamstreet_apparel .et_shop_image:hover:after {
	border-image-slice: 40%;
	border-image-width: 80px;
	border-image-repeat: stretch;
}

.woocommerce div.product div.images .flex-control-thumbs li {
	border-style: solid !important;
	border-image-width: 40px;
	border-image-repeat: stretch;
	border-image-slice: 40%;
}

.et-pb-active-slide .et_pb_slide_image::after {
	border-image-slice: 20% 20%;
	border-image-width: 75px;
	border-image-repeat: stretch;

}

/** Product page **/
.et_pb_shop_grid ul.products li.product .et_shop_image .et_overlay,
body #page-container .related.products ul li.product_cat-tamtamstreet_apparel .et_shop_image .et_overlay {
	display: none;
}

/*
.woocommerce div.product div.images .flex-control-thumbs li,
.et_pb_shop_grid ul.products li.product .et_shop_image:hover:after,
.related.products ul li.product_cat-tamtamstreet_apparel .et_shop_image:hover:after
 {
	border-style: solid !important;
	border-width: 9px;
	border-image-source: url("https://www.tamtamstreet.com/wp-content/uploads/2021/10/cornice_blu_v2.png");
}

.et-pb-active-slide .et_pb_slide_image::after {
	border-style: solid !important;
	border-image-source: url("https://www.tamtamstreet.com/wp-content/uploads/2021/10/cornice_v2.png");
}
*/

.woocommerce-error {
	background-color: #dc3545 !important;
}

.home .et_pb_slide_image {
	display: block !important;
}

.home .et-pb-controllers {
	bottom: 2% !important;
}