body{
	font-family: 'Raleway', sans-serif;
}

.cookies__page h2,
.cookies__page h3,
.cookies__page h4{
	margin-top: 1.3rem;
	margin-bottom: 0.6rem;
}

.cookies__page h3{
	font-size: 18px;
}

.breadcrumb-title,
.breadcrumb-item a,
 .breadcrumb-item+.breadcrumb-item::before,
 .breadcrumb-list .breadcrumb-item a:hover{
	color: #fff;
}

.breadcrumb-list .breadcrumb-item.active{
	color: #fff !important;
}

.btn-primary{
	color: #fff !important;
} 

.user-wrap > a,
.product-image .product-action .wishlist{
	color: #e2779f;
}

.search-wrap > a{
	color: #a5d051;
}

.shopping-cart-wrap > a{
	color: #92bfe6;
}

.breadcrumb-title,
.breadcrumb-item a,
.btn-primary{
	text-shadow: 0px 2px 0px rgba(0,0,0,0.5);
}

.breadcrumb-item+.breadcrumb-item::before,
.breadcrumb-list .breadcrumb-item a:hover,
.breadcrumb-list .breadcrumb-item.active{
	opacity: 0.5
}

.fa, .fab, .fas{
	font-weight: 600;
}

.breadcrumb-area{
	background-image: none; 
}

.product_details_info>h2{
	font-size: 24px;
	line-height: 1.3;
	font-weight: 600;
}

.section-ptb{
	padding: 20px 0;	
}

.product-content{
	margin-top: 5px;
	margin-bottom: 20px;
}

.product-content .price-box,
.pro_dtl_prize{
    font-size: 20px;
    font-weight: 600;
    font-family: Montserrat;
}

.main-menu-area .sub-menu>li:last-child > a{
	margin-bottom: 0;
}

.top-info li:after{
	width: 3px;
	opacity: 0.3;
}

.top-info__footer li{
	display: block;
}

.top-info__footer li:after{
	display: none !important;
}

.add-to-cart-button{
    line-height: 43px;	
}

@media (max-width: 1199px) {

	.filter-price-cont{

	}
	
}

.login_link a{
	padding: 3px 12px; 
	border-radius: 20px;
	color: #fff;
}

.login_link a i{
	color: #fff;
}

.product-image span.label{
	top: 10px;
	left: -10px;
}

.product-image span.label__right{
	top: 0px;
	left: auto;
	right: 10px;
	background-color: #ca2455;
	border-radius: 0 0 6px 6px;
}

.single-product-wrap .product-image>a{
	/*height: 300px;*/
	display: block;
	height: auto;
	padding-bottom: 100%;
	background-color: #f4f4f4;
	border-radius: 3px;
}

.single-product-wrap .product-image>a img{
	position: absolute;
	object-fit: contain;
	height: 100%;
}

.single-product-wrap .product-image>a{
	border: none !important;
}

.shopping-cart-wrap ul.mini-cart .cart-item .cart-title {
 
    width: calc( 100% - 70px );
}

.shopping-cart-wrap ul.mini-cart .cart-item .cart-image{
	width: 70px;
	height: 70px;

}

	.cart-image a{
		width: 70px;
		height: 70px;
	}

		.cart-image a img{
			object-fit: contain;
			height: 100%;
		}

 

.pagination-box li a{
	border-radius: 30px;
	font-size: 17px;
	font-weight: 500;
	line-height: 2.2;
}

.shopping-cart-wrap ul.mini-cart .cart-item .cart-title h4 {
    font-size: 12px;
    line-height: 1.3;
    font-weight: 600;
    /*height: 45px;*/
    overflow: hidden;
}

.product-image .product-action .wishlist, .product-image .product-action .add-to-cart, .product-image .product-action .quick-view{
	border-radius: 30px;
	background-color: #fff;
	box-shadow: 0 5px 10px -4px rgba(0,0,0,0.7);	
}

.product-content > h3{
	line-height: 1.4;
	overflow: hidden;
	height: 44px;
	margin-bottom: 10px;
}

.sidebar-tag>a{
	font-size: 13px;
	border-radius: 4px 20px 20px 4px;
	border: none !important;
	background-color: #eaeaea;
}

.main-menu-area .sub-menu,
.main-menu-area .mega-menu{
	box-shadow: 0 5px 10px -3px rgba(0,0,0,0.9);
	border-radius: 0 0 6px 6px;
}

.main-menu-area .mega-menu>li>a{
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
}

.credits_link{
	color: #38B5E6 !important;
	font-weight: 700;
	font-family: sans-serif;
}

.credits_link:hover{
	color: #163b8e !important;
}

	.credits_link:before{
		content: "";
		vertical-align: middle;
		width:16px;
		height: 16px;
		display: inline-block;
		margin-right: 5px;
		margin-left: 5px;
		background-image: url(https://www.clion.it/favicon-96x96.png);
		background-repeat: no-repeat;
		-webkit-background-size: contain;
		background-size: contain;
		background-position: center center;

		transition: all 450ms ease;
	}

		.credits_link:hover:before{
			transform: scale(1.5) rotateZ(360deg) rotateY(360deg);
		}


.side_menu{
	list-style-type: none;
	padding-left: 0;
	margin: 15px 0;
	/*border-right: 1px solid #eeeeee;*/
	position: relative;
	z-index: 10;
	font-size: 16px;
	/*	font-family: "Courgette";*/
	padding-bottom: 30px;
}

	.side_menu li{
		/*padding-left: 10px;*/
	}

		.side_menu li > a{
			display: block;
			padding: 10px;
			padding-left: 20px;
			position: relative;
			background-color: rgba(255,255,255,0.7);
		}

		.side_menu > li {
			/*border-bottom: 2px solid #ddd;*/
		}

		.side_menu > li > a{
			/*font-family: "Playfair Display";*/
			font-weight: 700;
			/*font-style: italic;*/
		}

			.side_menu li.opened > a{				
				/*text-decoration: line-through;*/
				 
			}

			.side_menu li:hover > a, .side_menu li.active > a{
				 
			}

			.side_menu li.has_child > a:after{
				font-family: "Font Awesome 5 Free";
				content: "\f054";
				font-style: normal;

				position: absolute;
				right: 14px;
    			top: 25%;

    			-webkit-transition: all 350ms ease;
				-moz-transition: all 350ms ease;
				-ms-transition: all 350ms ease;
				-o-transition: all 350ms ease;
				transition: all 350ms ease;
			}

			.side_menu li.opened.has_child > a:after{
				transform: rotateZ(90deg);
			}

			.side_menu > li > .submenu > li > a{
				/*text-transform: uppercase;*/
				font-weight: normal;
				/*background-color: rgba(236, 226, 176, 0.52);*/
			}

			.side_menu > li > .submenu > li:hover > a{
				 
				/*background-color: rgba(189, 177, 113, 0.52);*/
			}

			.side_menu > li > .submenu > li.opened > a{
				/*background-color: rgba(236, 226, 176, 1) !important;*/
			 
			}

			.submenu{
				display: none;
				list-style-type: none;
				/*padding-left: 25px;*/
				font-size: 15px;
				/*background-color: rgba(0,0,0,0.1);*/
			}

				.submenu li a{
					display: block;
					padding: 6px;
					padding-left: 25px;
				}

				 

.sidebar{
	padding: 14px;
}

.close_sidebar{
	margin-right: 15px;
	cursor: pointer;
	text-align: center;
	width: 32px;
	height: 32px;
	line-height: 1.8;
	background-color: #000;
	color: #fff;
	border-radius: 30px;
	display: none;
}

.btn_showsidebar{
	margin: 10px auto;
	display: none;
	max-width: 240px;
	background-color: #000;
	border-color: #000;
	color: #fff !important;
	font-weight: 600;
}

.bg-light {
    background-color: #f0f1f3!important;
}

.pro_dtl_prize{
	border-radius: 3px;
}

.portfolio-full-image,
.pot-small-img{
	border: none;
	background-color: #f4f4f4;
}

.pot-small-img{
	padding: 10px;
}

.btn-info{
    color: #fff;
    background-color: #9da0a0;
    border-color: #6d6d6d;
}

.btn-default{
    color: #222;
    background-color: #eaeaea;
    border-color: #eaeaea;
}

@media (max-width: 767px) {

	.single-product-wrap .product-action{
		    opacity: 1;
		    -ms-filter: 1;
		    -webkit-transform: translateY(-50%);
		    -ms-transform: translateY(-50%);
		    transform: translateY(-50%);
	}

	h3,
	h2{
	    font-size: 24px;
	    line-height: 28px;
	}

	.btn, .btn-2{
	    padding: 10px 20px;
		font-size: 15px;
	}

	.shop-top-bar{
		display: block !important;
	}

	.product-short{
		margin-bottom: 10px;
	}

	.breadcrumb-area.section-ptb{
		padding: 6px 0;
	}

	.breadcrumb-area h2 {
	    font-size: 18px;
	    line-height: 2;
	    margin: 0;
	}

	.breadcrumb-list{
		display: none;
	}
	
}



@media (max-width: 991px) {


	.sidebar{
		margin-top: 0 !important;
	}


	.btn_showsidebar{
		display: block;
		position: fixed;
		right: 10px;
		bottom: 10px;
		z-index: 10000;
		font-size: 13px;
		padding: 6px 12px;
	}

	.close_sidebar{
		display: block;
	}

	html.opened_sidebar{
		overflow: hidden;
	}

	.brand_search{
		transform: scale(0.9);
	}

	.col__sidebar{
		position: fixed !important;
		width: 100% !important;
		height: 100vh;
		z-index: 10000;
		left: 0;
		top: 0;
		background-color: #fff;
		max-width: none !important;
		padding: 0 !important;
		transform: translateX(-100%);
		transition: all 350ms ease;
	}

	html.opened_sidebar .col__sidebar{
		transform: translateX(0%);
	}

	.side_menu{		
		overflow-y: auto;
		height: calc( 100vh - 60px);
	}
	
}

.main-content-wrap{
	min-height: 40vh;
}


.slick_singleslide .single_slick{
	background-color: #f4f4f4;
}

.img-popup,
.pot-small-img a{
	display: block;
	height: auto;
	padding-bottom: 80%;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}

.desc_estesa *{
	font-size: 15px !important;	
	line-height: 1.5 !important;
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
}

@media (min-width: 992px) {

	.col__sidebar{
		background-color: #f4f4f4
	}
	
}

.p__thumb{
	display: block;
	height: auto;
	padding-bottom: 80%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

.imgs_container .slick-list, .imgs_container .slick-track{
	height: 100%;
}

.social-top ul li{
	margin-right: 10px;
}

.main-menu-area ul>li.active>a{
	font-weight: 600;
}

.social-top   a{
	width: 43px;
	text-align: center;
	padding: 10px;
	border-radius: 30px;
	font-size: 22px;
	color: #fff; 
}

.social-top   i{
	font-weight: 500 !important;
}

.link__whatsapp{
	width: auto !important;
	min-width: 43px !important;
}

.link__whatsapp{
	background-color: #25d366;
}

.link__facebook{
	background-color: #3b5998;
}

.link__twitter{
	background-color: #1da1f2;
}

.link__instagram{
	background-color: #e1306c;
}

.top-info {
    padding: 16px 0;
}

.mobile-navigation {
 
    max-height: calc( 100vh - 200px );
}

.social-top ul li a:hover,
.login_link a:hover{
	color: #fff !important;
	opacity: 0.6;
}


@media (max-width: 479px) {

	h3, h2 {
	    font-size: 18px;
	    line-height: 20px;
	}

	.container{
		width: 100%;
	}

	.btn, .btn-2{
	    padding: 10px 10px;
		font-size: 15px;
	}

	.btn_showsidebar{
		font-size: 13px;
		padding: 6px 10px;
	}

	.social-top a {
    font-size: 18px;
    width: 34px;
    height: 34px;
    margin-right: 7px;
    line-height: 1.7;
    padding: 3px;
}
	
}