/*
========================================================================================================================
MD
========================================================================================================================
*/



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

.content {
	position: relative;
}

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

	body {
		padding-top: 142px;
	}
	body.catalog {
		padding-top: 125px;
	}
	body.coronavirus-on.catalog {
    padding-top: 135px;
	}
	
}
@media screen and (min-width: 1680px) {
		
	body {
		padding-top: 155px;
	}
	body.coronavirus-on.catalog {
    padding-top: 135px;
	}
	.coronavirus {
		margin-bottom: 15px;
	}

}



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

.header {
	height: 55px;
	line-height: 55px;
}
	.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: 55px;
	height: 80px;
	padding: 15px;
	background: #cbdde8;
}
	.subheader > div {
		padding-right: 15px;
		padding-left: 15px;
	}
	
	.subheader .btn,
	.subheader input {
		height: 50px;
		line-height: 50px;
   }

	.subheader .btn-navigation {
		width: 50px;
	}

	.subheader .searcher {
		margin: 0 10px;
		border-radius: 3px;
	}
		.subheader label {
			top: 18px;
			left: 20px;
		}
		.subheader input {
			padding: 0 15px 0 45px;
		}

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




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

.menu {
	position: relative;
}
	.menu li {
		display: inline-block;
		width: 10%;
	}
		.menu li a {
			border-color: #f6f6f6;
			font-size: 11px;
			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 );
		}

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

	.menu {
		padding: 20px 0 0 0;
	}
		.menu li a {
			height: 100px;
		}
		.menu li a img {
			max-height: 62px;
		}
		.menu li a span {
			height: 34px;
			padding: 4px 0;
			font-size: 11px;
			transition: all 0.1s ease;
		}	
	
}
@media screen and (max-width: 1250px) {
	.menu li a span {
		font-size: 10px;
	}	
}
@media screen and (min-width: 1680px) {
		
	.menu {
		padding: 0 0 5px 0;
	}
		.menu li a {
			height: 155px;
		}
		.menu li a img {
			max-height: 120px;
		}
		.menu li a span {
			height: 31px;
			padding: 3px 0;
			transition: all 0.1s ease;
		}

}



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

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

.items .options {
	float: right;
	padding-top: 14px;
}

.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 {
			/*position: absolute;*/
			left: 15px;
			right: 15px;
			bottom: 78px;
			min-height: 63px;
			padding-top: 5px;
			line-height: 17px;
		}
		.items ul.grid .price {
			/*position: absolute;*/
			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: 23px;
		line-height: 23px;
	}



	/* 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% - 8px);
			}

	}



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

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


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

	#fullscreen .head {
		position: absolute;
		height: 90px;
		padding: 0 165px 0 105px;
		border-bottom: 1px solid #ddd;
	}
		#fullscreen .image {
			width: 90px;
			height: 90px;
			line-height: 86px;
			border-right: 1px solid #ddd;
		}
			#fullscreen .image img {
				max-height: 84px;
				max-width: 84px;
			}

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


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

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


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

	#fullscreen .tabs {
		top: 90px;
		bottom: calc( (100% - 90px) / 5 );
		left: auto; 
		right: 0;
		width: 90px;
	}
		#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% - 90px);
		padding: 30px;
	}

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

		#fullscreen .image_big {
			margin: 30px 0 0 0;
		}		

		#fullscreen .texts {
			margin: 30px auto 0 auto;
		}
			#fullscreen .texts h2 {
				font-size: 24px;
				line-height: 28px;
				font-weight: 500;
				margin-bottom: 15px;
			}
			#fullscreen .texts p {
				font-size: 16px;
				line-height: 22px;
				font-weight: 400;
			}

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

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


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

	#fullscreen button.cart {
		position: fixed;
		z-index: 999;
		top: 0;
		right: 180px;
		width: 90px;
		height: 90px;
		line-height: 90px;
		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: 90px;
		height: calc( ( ( 100% - 90px ) / 5 ) + 2px );
		line-height: calc( ( ( 100% - 90px ) / 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: 50px;
			line-height: 50px;
			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: 25px 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: 24px;
		line-height: 26px;
		border-bottom: 2px solid #ddd;
		padding-bottom: 15px;
	}
	.cart:not(.order) h2.subtitle {
		margin: 0 0 15px 0;
		padding: 15px 0;
		font-size: 18px;
		line-height: 20px;
		font-style: italic;
		font-weight: 400;
	}

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


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



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

.modal {
	top: 55px;
}