/*
========================================================================================================================
LG
========================================================================================================================
*/



/*
========================================================================================================================
LAYOUT
========================================================================================================================
Definición de los contenedores                                                                                        */

body {
	padding-top: 175px;
}
body.coronavirus-on {
	padding-top: 145px;
}

.coronavirus {
	margin-bottom: 30px;
}

.content {
	position: relative;
}



/*
========================================================================================================================
HEADER
========================================================================================================================
Cabecera principal que contiene el logotipo y los botones de navegación                                               */

.header {
	height: 60px;
	line-height: 60px;
}
	.header .logo img {
		height: 25px;
		width: auto;
	}
		.header .trigger {
			display: none;
		}

.sections li i {
	display: none;
}

.sections li.selected:before {
	bottom: -1px;
	border-bottom: 8px solid #cbdde8;
}


/*
========================================================================================================================
SUBHEDADER
========================================================================================================================
*/

.subheader {
	top: 60px;
	height: 85px;
	padding: 15px;
	background: #cbdde8;
}
	.subheader > div {
		padding-right: 30px;
		padding-left: 30px;
	}

	.subheader .btn,
	.subheader input {
		height: 55px;
		line-height: 55px;
   }

	.subheader .btn-navigation {
		width: 50px;
	}
	
	.subheader .searcher {
		margin: 0 10px;
		border-radius: 3px;
	}
		.subheader label {
			top: 20px;
    	left: 19px;
		}
		.subheader input {
			padding: 0 15px 0 45px;
		}

	.subheader .icon-massive,
	.subheader .icon-close,
	.subheader .icon-filter {
    padding: 15px 10px;
	}



/*
========================================================================================================================
MENU
========================================================================================================================
*/

.menu {
	position: relative;
	padding: 0 0 5px 0;
}
	.menu li {
		display: inline-block;
		width: 10%;
	}
		.menu li a {
			height: 160px;
			border-color: #f6f6f6;
			font-size: 12px;
			background: #e1e1e1;
			background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(223,223,223,1) 100%);
			background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(223,223,223,1)));
			background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(223,223,223,1) 100%);
			background: -o-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(223,223,223,1) 100%);
			background: -ms-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(223,223,223,1) 100%);
			background: radial-gradient(ellipse at center, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(223,223,223,1) 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dfdfdf', GradientType=1 );
		}
		.menu li a img {
			max-height: 120px;
		}
		.menu li a span {
			height: 36px;
			padding: 4px 0;
			transition: all 0.1s ease;
		}




/*
========================================================================================================================
ITEMS
========================================================================================================================
*/

.items h2 {
	display: inline-block;
	margin-top: 22px;
	margin-bottom: 10px;
}

.items .options {
	float: right;
	padding-top: 24px;
	padding-bottom: 12px;
}

.items ul.subcategories .title {
	line-height: 17px;
	padding-top: 5px;
	position: absolute;
	left: 15px;
	right: 15px;
}


	/* ITEMS > MODO GRID
	====================================================================================================================*/

	.items ul.grid li:not(.group) {
		height: 340px;
		margin: 3px;
	}
		.items ul.grid .title {
			left: 15px;
			right: 15px;
			bottom: 78px;
			min-height: 63px;
			padding-top: 5px;
			line-height: 17px;
		}
		.items ul.grid .price {
			bottom: 40px;
			left: 15px;
			right: 15px;
			height: 40px;
		}


	/* ITEMS > MODO LISTA
	====================================================================================================================*/

	.items ul.list li:not(.group) {
		min-height: 340px;
		padding: 5px;
		margin: 8px 3px -2px 3px;
	}
		.items ul.list .on {
			position: absolute;
			top: 0;
			left: 0;
		}
			.items ul.list .title {
				height: 63px;
				line-height: 17px;
				margin-left: 5px;
				margin-right: 5px;
			}
			.items ul.list .price {
				height: 40px;
				margin-left: 5px;
				margin-right: 5px;
			}
			.items ul.list .buttons {
				top: 296px;
				right: auto;
				bottom: auto;
			}



	/* ITEMS > PRECIO NETO Y PRECIO POR UNIDAD
	===================================================================================================================*/	

	.items .netprice {
		position: relative;
		font-size: 12px;
	}
		.cart .items .netprice {
			position: relative;
			bottom: initial;
		}

	.items ul.grid .show_net_price .price,
	.items ul.list .show_net_price .price {
		bottom: 56px;
		height: 26px;
		line-height: 26px;
	}




	/* ITEMS > RESPONSIVE
	====================================================================================================================*/

	@media screen and (max-width: 1199px) {

		.items ul.grid li:not(.group) {
			width: calc( 25% - 6px );
		}
		.items ul.subcategories li {
			width: calc( 25% - 6px );
		}
		.items ul.list li:not(.group) {
			padding-left: calc( 25% + 15px );
		}
			.items ul.list .on,
			.items ul.list .buttons {
				width: calc( 25% - 7px );
			}

	}
	@media screen and (min-width: 1200px) and (max-width: 1599px) {

		.items ul.grid li:not(.group) {
			width: calc( 20% - 6px );
		}
		.items ul.subcategories li {
			width: calc( 20% - 6px );
		}
		.items ul.list li:not(.group) {
			padding-left: calc( 20% + 15px );
		}
			.items ul.list .on,
			.items ul.list .buttons {
				width: calc( 20% - 8px );
			}

	}
	@media screen and (min-width: 1600px) {

		.items ul.grid li:not(.group) {
			width: calc( 16.66% - 6px);
		}
		.items ul.subcategories li {
			width: calc( 16.66% - 6px);
		}
		.items ul.list li:not(.group) {
			padding-left: calc( 16.66% + 15px );
		}
			.items ul.list .on,
			.items ul.list .buttons {
				width: calc( 16.66% - 9px);
			}

	}



/*
========================================================================================================================
FULLSCREEN
========================================================================================================================
*/

body.fullscreen-open .content {
	padding-top: 105px;
	padding-bottom: 15px;
}


	/* FULLSCREEN > CABECERA
	====================================================================================================================*/

	#fullscreen .head {
		position: absolute;
		height: 115px;
		padding: 0 245px 0 145px;
		border-bottom: 1px solid #ddd;
	}
		#fullscreen .image {
			width: 115px;
			height: 115px;
			line-height: 115px;
			border-right: 1px solid #ddd;
		}
			#fullscreen .image img {
				max-height: 111px;
				max-width: 111px;
			}

		#fullscreen .ref {
			line-height: 23px;
			font-size: 18px;
			padding: 30px 15px 0 0;
		}
		#fullscreen .title {
			font-size: 24px;
			line-height: 28px;
		}


	/* FULLSCREEN > NAVIGATION
	====================================================================================================================*/

	#fullscreen .navigation {
		position: fixed;
		top: 0;
		right: 0;
		z-index: 888;
	}
	#fullscreen .navigation button {
		height: 115px;
		width: 115px;
		background: #333;
	}
		#fullscreen button.prev {
			right: 115px;
			border-left: 1px solid #222;
		}
		#fullscreen button.next {
			right: 0;
		}
			#fullscreen .navigation i {
				line-height: 115px;
			}


	/* FULLSCREEN > TABS
	====================================================================================================================*/

	#fullscreen .tabs {
		top: 115px;
		bottom: calc( (100% - 115px) / 5 );
		left: auto;
		right: 0;
		width: 115px;
	}
		#fullscreen .tabs button {
			width: 100%;
			height: 25%;
			font-size: 20px;
			line-height: 25%;
			text-align: center;
			border-right: 0;
			border-left: 1px solid rgba(0,0,0,0.1);
		}
		#fullscreen .tabs button.actived {
			border-left: 1px solid #fff;
			border-bottom: 1px solid #ddd;
			background: #fff;
			color: #000;
		}
			#fullscreen .tabs button i.icon-360 {
				font-size: 30px;
			}
			#fullscreen .tabs button span {
				display: none;
			}


	/* FULLSCREEN > TAB
	====================================================================================================================*/

	#fullscreen .tab {
		width: calc(100% - 115px);
		padding: 45px;
	}

		#fullscreen table.stock {
			margin: 15px auto 30px auto;
		}

		#fullscreen .image_big {
			margin: 45px 15px 15px 15px;
		}

		#fullscreen .texts {
			margin: 45px auto 15px auto;
		}
			#fullscreen .texts h2 {
				font-size: 26px;
				line-height: 30px;
				font-weight: 500;
				margin-bottom: 15px;
			}
			#fullscreen .texts p {
				font-size: 20px;
				line-height: 24px;
				font-weight: 400;
			}

		#fullscreen .tab.gallery {
			padding: 45px 30px 30px 30px;
		}

		#fullscreen .tab.view360,
		#fullscreen .tab.video {
			top: 115px;
			bottom: 0;
		}


	/* FULLSCREEN > ACCIONES
	====================================================================================================================*/

	#fullscreen button.cart {
		position: fixed;
		z-index: 999;
		top: 0;
		right: 230px;
		width: 115px;
		height: 115px;
		line-height: 115px;
		background: #fff;
		color: #333;
		border-bottom: 1px solid #ddd;
		border-left: 1px solid rgba(0,0,0,0.15);
	}
		#fullscreen button.cart span {
			display: none;
		}
		#fullscreen button.cart i:before {
			position: relative;
			top: 3px;
			content: "\e300";
			font-size: 20px;
		}

	#fullscreen button.minimize {
		font-size: 20px;
		position: fixed;
		z-index: 999;
		bottom: 0;
		right: 0;
		width: 115px;
		height: calc( ( ( 100% - 115px ) / 5 ) + 2px );
		line-height: calc( ( ( 100% - 115px ) / 5 ) + 2px );
		background: #e7e7e7;
		color: #333;
		border-left: 1px solid #ddd;
	}
		#fullscreen button.minimize span {
			display: none;
		}
		#fullscreen button.minimize i:before {
			content: "\e202";
		}



/*
========================================================================================================================
CART
========================================================================================================================
*/

	/* CART > BREADCRUMB
	===================================================================================================================*/

	.breadcrumb li:first-child {
		width: calc( 20% + 15px);
	}
		.budget .breadcrumb li:first-child {
			width: calc( 33.33% + 15px);
		}

	.breadcrumb li:last-child {
		width: calc( 20% - 15px);
	}
		.budget .breadcrumb li:last-child {
			width: calc( 33.33% - 15px);
		}

		.breadcrumb li a {
			height: 54px;
			line-height: 54px;
			margin-right: 23px;
			padding: 0 10px 0 5px;
		}
		.breadcrumb li:first-child a {
			-moz-border-radius: 4px 0 0 4px;
			-webkit-border-radius: 4px;
			border-radius: 4px 0 0 4px;
			padding-left: 15px;
		}
		.breadcrumb li:last-child a {
			padding-right: 15px;
			-moz-border-radius: 0 4px 4px 0;
			-webkit-border-radius: 0;
			border-radius: 0 4px 4px 0;
		}
		.breadcrumb li a:before,
		.breadcrumb li a:after {
			border-width: 27px 10px;
		}
		.breadcrumb li a:before {
			left: -10px;
		}

	@media screen and (max-width: 1023px) {

		.breadcrumb li span {
			display: none;
		}

	}


	/* CART > TITLE AND SUBTITLE
	===================================================================================================================*/

	.cart:not(.order) h1.title {
    font-size: 28px;
    line-height: 30px;
    border-bottom: 2px solid #ddd;
    padding-bottom: 15px;
	}
	.cart:not(.order) h2.subtitle {
    margin: 0 0 20px 0;
    padding: 20px 0;
    font-size: 20px;
    line-height: 22px;
    font-style: italic;
    font-weight: 400;
	}

	.cart.order h1.title {
    font-size: 28px;
    line-height: 30px;
		padding: 15px 15px 0 15px;
		margin-bottom: 0;
	}
	.cart.order h2.subtitle {
		margin: 0 0 20px 0;
		padding: 15px;
		font-size: 20px;
		line-height: 22px;
		font-weight: 400;
	}


	/* CART > TABLE PRODUCTS
	===================================================================================================================*/
	table.products tbody .text span {
		padding: 0 50px;
	}



/*
========================================================================================================================
MODAL
========================================================================================================================
*/

.modal {
	top: 60px;
}
