/*
 *
 *  @2020 - COPT GROUP S.R.L.
 * 
 *  Author: DENALI Golden Core ltd / https://www.denali.eu / Luca Bariani <luca@denali.eu>
 *
 *  Path: assets/css/style-copt.css
 *  Description: Override default framework style and add custom copt classes
 *
 */

/*
 * Define main colors
 */

body {
	background-color: #f2f2f2 !important;
}

.header_wrap{
	background: #f2f2f2 !important;	
}

.main-color{
	color: #FF5400 !important;
}
.main-background-color{
	background-color: #FF5400 !important;
}
.white-color{
	color: #FFFFFF !important;
}
.red-color{
	color: #FF0000 !important;
}
.grey-light-color{
	color: #828282 !important;
}
.grey-verylight-background{
	background-color: #f2f2f2 !important;
}
.grey-halflight-background{
	background-color: #e6e6e6 !important;
}
.grey-halflight-border{
	border: 1px solid #e6e6e6 !important;
}
.grey-dark-color{
	color: #666666 !important;
}
.grey-halfdark-background{
	background-color: #b0b0b0 !important;
}
.grey-dark-background{
	background-color: #666666 !important;
}
.grey-dark-border{
	border: 1px solid #666666 !important;
}
.header_offer{
	color: #FFFFFF !important;
	margin-right: 0px !important;
	padding-right: 0px !important;
}
.small{
	font-size: 12px !important;
}
.green-color{
	color: #00cc33 !important;
}
a.alert-color:link, a.alert-color:hover, a.alert-color:visited {
	color: #ff0000 !important;
	background-color: #ffffff;
	padding: 3px;
	border-radius: 3px;
}
.purple-color{
	color: #ff99ff !important;
}

.purple-background{
	background-color: #ff99ff !important;
}

/*
 * Utility
 */
 
/* Image Zoom in on hover
 * 
 * Utilizzare zoominwrapper nell'elemento wrapper dell'immagine, e zoomin sull'immagine per la quale si
 * vuole attivare l'effetto zoomin
 */

.zoominwrapper{
	overflow: hidden;
}
.zoomin{
	transition: transform .3s ease-in-out;
}
.zoomin:hover{
	transform: scale(1.05);
}
 
/* Padding metà rispetto allo standard */

.sectionpadding30{
	padding: 30px !important;
} 
 
.nooverflow{
	overflow: hidden !important;
}

.visibleoverflow{
	overflow: hidden !important;
}

.nowhitespace{
	white-space: nowrap !important;
}

.nopaddingdown{
	padding-bottom: 0px !important;
}

.blockquote_copt {
	background-color: #FAFAFA;
	padding: 20px;
	border-left: 2px solid #FF5400;
	margin-bottom: 25px;
	font-size: 16px;
	line-height: 28px;
	margin-top: 5px;
	display: inline-block;
	width: 100%;
	position: relative;
}
.blockquote_copt::before {
	/*content: "\f10e";
	position: absolute;
	left: 20px;
	top: 10px;
	color: #000;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 70px;
	opacity: 0.05;
	line-height: normal;
	pointer-events: none;*/
}
.blockquote_copt p {
	line-height: 28px;
}
.pr_flash_2 {
	background-color: #FF9F00;
	position: absolute;
	left: -10px;
	top: 35px;
	text-transform: uppercase;
	color: #fff;
	padding: 2px 8px;
	font-size: 13px;
	z-index: 1;
}

.btn_confirm{
	background-color: #FF5400 !important;
	color: #FFFFFF !important;
}

/*
 * Blur Not readable Price
 */
 
.blur {
	color: transparent;
	text-shadow: 0 0 8px #666666;
}

/*
 * Header
 */

/*
.product_search_form select {
	max-width: 203px;
}
*/

/* 
 * Breadcrumb background
 */
 
.breadcrumb_section {
	background-image: url("/assets/images/background_breadcrumb.png");
	background-position: 20% 30%; 
	background-repeat: no-repeat;
}

/*
 * Partner img (home)
 */ 

.partner_wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 150px;
}

.object-fit_contain {
	object-fit: scale-down;
}

.image {
	float: left;
	width: 50%;
	margin: 0 30px 20px 0;
  
	&:nth-child(2n) {
		clear: left;
	}
  
	&:nth-child(2n+1){
		margin-right: 0;
	}
}

/*
 * Product Page
 */

.product_info {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
}
.product_info_2 {
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
}
.product_info_3 {
	display: flex;
	align-tems: flex-start;
	flex-direction: row;
	justify-content: space-between;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
}
.pr_desc {
	display: block;
	font-size: 12px !important;
}

/*
 * Pagination
 */

.pagination .page-item{
    min-width: 40px !important;    
}

.page-link{
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.page-item.active .page-link{
    background-color: #FF5400 !important;
    border-color: #FF5400 !important;
    color: #FFFFFF !important;
}

.pagination .page-item a{
    color: #666666 !important;
}

/*
 * Central Dialog Popup
 */

.copt-popup{
	position: relative;
	background: #FFF;
	padding: 25px;
	width:auto;
	max-width: 600px;
	margin: 0 auto; 
	border-bottom: 3px solid #FF5400;
}

/*
 * Cart popup
 */

.cart_box {
	width: 420px !important;
}

.dark_skin .navbar-nav .dropdown-menu{
	box-shadow: 0 13px 42px 11px rgba(0,0,0,0.4) !important;
}

/*
 * Extract PDF
 */
 
.extract_pdf{
	display: inline-block;
	vertical-align: middle;
}

/*
 * Dashboard Menu
 */
 
.dashboard_menu{
	background-color: #ffffff !important;
}

/*
 * Line Target
 */
 
#linetarget {
	margin-top: 30px;
	width: 90%;
	height: 15px;
	position: relative;
}

/*
 * User Menu
 */
 
.user-menu1{
	list-style: none;
	padding: 10px;
}
.cart_box1 {
	width: 80% !important;
}

/*
 * Promo Button
 */
 
.shorting_promo {
	width: 120px !important;
	background-color: #2cb04d !important;
	border: 1px solid #ffffff !important;
}

.totalpages{
	margin-top: 15px !important;
	font-size: 12px !important;
}

/*
 * Promo Banner floating
 */
@media (min-width: 768px) and (max-width: 2000px) {
	
	.promobanner {
		bottom: 15%;
		color: #ffffff;
		font-size: 18px;
		position: fixed;
		right: 20px;
		text-align: center;	
		z-index: 99;
		padding: 10px;
	}
	.livechat {
		bottom: 0px;
		color: #ffffff;
		font-size: 18px;
		position: fixed;
		right: 20px;
		text-align: center;	
		z-index: 99;
		width: 146px;
		height: 60px;
	}
	
}

/* Articolo in promozione */

.on_sale_wide{
	padding: 10px;
	background-color: #00c64f;
	color: #ffffff;
	font-weight: bold;
	border-radius: 5px;
	text-align: center;
}
.on_sale_wide_web{
	padding: 10px;
	background-color: #c600b5;
	color: #ffffff;
	font-weight: bold;
	border-radius: 5px;
	text-align: center;
}

.on_isweb_wide{
	margin-top: 10px;
	padding: 10px;
	background-color: #c600b5;
	color: #ffffff;
	font-weight: bold;
	border-radius: 5px;
	text-align: center;
}

.on_sale {
	padding: 3px;
	background-color: #00c64f;
	color: #ffffff;
	font-weight: bold;
	border-radius: 5px;
	text-align: center;
}

.on_sale_web {
	padding: 3px;
	background-color: #C600B5;
	color: #ffffff;
	font-weight: bold;
	border-radius: 5px;
	text-align: center;
}

/* Fix Wrap categorie per evitare sovrapposizione immagine in zoom */

.categories_wrap{
	z-index: 999;
}

/* Image centered */
.image-centered{
	margin-left: auto;
	margin-right: auto;
}
.aligncenter{
	text-align: center !important;
	margin-left: auto !important;
	margin-right: auto !important;
	display: block !important;
}

/* Marca Button on header */

.copt_search_button {	
	background-color: #FF5400;
	border: 0;
	padding: 10px 30px;	
	z-index: 9;
	color: #ffffff !important;
}

.copt_search_button:hover {	
	background-color: #FF5400;
	border: 0;
	padding: 10px 30px;	
	z-index: 9;
	color: #ffffff !important;
}

.search_form_btn .form-control{
	padding-right: 0!important;
}

#marca_select{
	border-left: 3px solid #f2f2f2;
	text-align: left;
}
.copt_search_button select option{
	text-align: left !important;
	color: #ffffff !important;
	background-color: #ffffff !important;
}
.copt_search_button option{
	text-align: left !important;
	color: #000000 !important;
	background-color: #ffffff !important;
}

.pricestd {
	color: #d2d2d2;
	font-weight: 300;
	font-size: 16px;
	text-decoration: line-through;
}

/*
 *  Wishlist
 */

.wishlistremove{
    background-color: #b2b2b2 !important;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
}