/*
Theme Name: OT Distribuzione
Description: This is a child theme for Flatsome Theme
Author: Fama Digital Agency
Template: flatsome
Version: 3.0
*/


/* paginazione */

.nav-pagination > li > a,
.nav-pagination > li > span {
	border: none;
	border-radius: 0;
	line-height: 2.25em;
}

/* box text prodotto catalogo */

.box-text {
	font-size: 1em;
}

.box-image .out-of-stock-label {
	top: 60%;
	font-weight: normal;
	text-transform: capitalize;
}

/* titoli globali e titoli sezioni */
h1, .h1 {
	font-size: 2em;
}

.section-title-normal {
	border-bottom: none;
}

.section-title-normal span {
	border-bottom: none;
}

.section-title-center {
	border-bottom: 2px solid rgba(0,0,0,.1);
	padding-bottom: 8px;
}

.section-title-center span {
	text-align: center;
	margin: 0 auto;
}

.section-title b {
	display: none;
}

.is-divider {
	max-width: 100%;
	background-color: rgb(247, 247, 247);
}

/* shop page */

.select2-container .select2-selection--single {
	height: 35px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #333;
	line-height: 35px;
}

/* icona carrello */
.icon-shopping-cart
[data-icon-label]:after {
	color: #fff;
}


/* bullets slider */

.row-slider .flickity-page-dots {
	bottom: -15px;
}

.row-slider .flickity-page-dots .dot {
	width: 25px;
	height: 5px;
	border-radius: 0;
}


/* link */
.dark .widget > ul > li.active > a,
.dark .widget > ul > li.current-cat > a,
.dark .widget > ul > li > a:hover,
.dark ul.menu > li.active > a,
.dark ul.menu > li.current-cat > a,
.dark ul.menu > li > a:hover {
    color: #E30715;
}

/* carrello */

.wc-block-cart__submit-container .wp-element-button {
	background-color: #BF0612;
}

.wc-block-cart__submit-container .wp-element-button:hover {
	background-color: #E30715;
	color: #fff;
}

/* footer */
.footer {
	padding: 60px 0;
}

.absolute-footer {
	padding: 20px 0;
}