/* BLUE COLOR rgb(255,0,0); */
/* Green Color  #58bb50; */
/* Orange : #ed1b24 */


body
{
	margin			: 0px;
	padding			: 0px;
	height			: 100%;
	background-color: #EEE;
	margin-top		: 280px;
}

.topbar
{
	position		: absolute;
	top				: 0;
	width			: 74%;
	height			: 40px;
	min-width		: 800px;
	line-height		: 40px;
	background		: #ed1b24 ;
	padding			: 0 13%;
	font-family		: 'PT Sans', sans-serif;
	font-weight		: 400;
	font-size		: .8em;
	color			: #FFF;
	display			: flex;
	flex-direction	: row;
	flex-wrap		: nowrap;

	-moz-transition		: 0.6s;
	-o-transition		: 0.6s;
	-webkit-transition	: 0.6s;
	transition			: 0.6s;
}

.topbar div.social-icos
{
	height			: 40px;
	display			: flex;
	flex			: 1 2 auto;
	flex-direction	: row;
}

.topbar div.helper-icos
{
	text-align		: right;
	flex			: 1  2 auto;
}


.topbar span.icomoon,
.topbar a.icomoon
{
	text-align		: left;
	padding 		: 0 5px;
	color			: white;
	text-decoration	: none;
	font-size		: 1em;
}
.topbar a.icomoon
{
	font-size		: 1.5em !important;
	width			: 40px;
	line-height		: 40px;
	padding			: 0;
}

.head-holder
{
	width			: 100%;
	height			: 150px;
	min-width		: 1100px;
	position		: fixed;
	top				: 0px;
	padding-top		: 40px;
	z-index			: 100;
	border-bottom	: 1px solid #EEE;

	-moz-transition		: 0.6s;
	-o-transition		: 0.6s;
	-webkit-transition	: 0.6s;
	transition			: 0.6s;
	background-color	: #FFF;
}
.logo-menu
{
	width			: 80%; 
	height			: 150px;
	position		: relative;
	margin			: 0 10%;
	-moz-transition		: 0.6s;
	-o-transition		: 0.6s;
	-webkit-transition	: 0.6s;
	transition			: 0.6s;

}
.logo
{
	width			: 300px;
	height			: 100px;
	display			: block;
	position		: absolute;
	background		: transparent no-repeat left center;
	background-image: url("/img/Artboya-Logo.png");
	background-size	: contain;
	top 			: 13%;
	left			: 0%;
	-moz-transition		: 0.3s;
	-o-transition		: 0.3s;
	-webkit-transition	: 0.3s;
	transition			: 0.3s;
}
.search-label
{
	width			: 50%;
	height			: auto;
	padding			: 20px;
	position		: absolute;
	left			: 50%;
	top				: 50%;
	transform		: translateX(-50%) translateY(-50%);
	display			: block;
}

.search-input
{
	display			: inline-block;
	font-family		: 'PT Sans', arial;
	font-size		: .9em;
	line-height		: 40px;
	color			: #4B4C4C;
	text-decoration	: none;
	font-weight		: 300;
	border			: 1px solid #EEE;
	padding			: 5px 10px;
	background-color: #FFF;
	width			: 80%;
	vertical-align	: top ;
}
.search-input:focus
{
	border			: 1px solid #ed1b24;
}
.search-btn
{
	display			: inline-block;
	font-family		: 'PT Sans', arial;
	font-size		: 1em;
	line-height		: 40px;
	color			: #FFF;
	background-color: #ed1b24;
	text-decoration	: none;
	font-weight		: 300;
	border			: none;
	padding			: 6px 10px;
	width			: calc(20% - 30px);
	display			: inline-block;
	vertical-align	: top ;
}





.high-menu
{
	width			: 25%;
	padding			: 20px 0px;
	display			: block;
	position		: absolute;
	right			: 0%;
	top				: 50%;
	transform		: translateY(-50%);
	text-align		: right;
	-moz-transition		: 0.6s;
	-o-transition		: 0.6s;
	-webkit-transition	: 0.6s;
	transition			: 0.6s;
}

.high-menu a
{
	display			: inline-block;
	font-family		: 'PT Sans', arial;
	font-size		: .9em;
	line-height		: 15px;
	color			: #4B4C4C;
	text-decoration	: none;
	font-weight		: 300;
	border-left		: 1px solid #666;
	padding			: 0 10px 0 15px;
	margin			: 5px 0;
}
.high-menu a:first-child
{
	border			: none;
}
.high-menu span.cart-count
{
	color			: #FFF;
	background		: #ed1b24;
	padding			: 4px 8px;
	border-radius	: 3px;
	font-size		: .75em;
}

.main-nav
{
	width			: 80%;
	padding			: 0  10% 10px 10%;
	height			: 40px;
	margin			: 0px auto;
	list-style		: none;
	text-align		: center;
	background-color: #EEE;
	display			: flex;
	flex-direction	: row;
	justify-content	: space-between;
	border-bottom		: 1px solid #CCC;
	-moz-transition		: 0.6s;
	-o-transition		: 0.6s;
	-webkit-transition	: 0.6s;
	transition			: 0.6s;
	position			: relative;
}

.main-nav li
{
	display			: inline-block;
	min-width		: 20% ;
	margin			: 0 ;
	padding			: 0 ;
	list-style		: none ;
}
.main-nav a
{
	display			: block ;
	padding			: 10px 0;
	font-family		: 'PT Sans', sans-serif;
	font-size		: .9em;
	color			: #555;
	line-height		: 30px;
	font-weight		: 300;
	text-decoration	: none;
	text-align		: center ;
}
.main-nav li a:hover
{
	background-color: #F3F3F3!important;
	color:#000;
}

.main-nav a.selected
{
	background-color: #F3F3F3!important;
	color			:#000;
	font-weight		: 500;
}

.main-nav li.ondemand:hover  ul
{
	display			: block;
	visibility		: visible ;
}
.main-nav li.ondemand ul
{
	display			: block;
	position		: absolute;
	background		: #FFF;
	text-align		: left ;
	margin			: 0 ;
	padding			: 10px 20px;
	box-shadow		: 0 20px 30px #00000020 ;
	visibility		: hidden ;
	z-index			: 1000 ;

}
.main-nav li ul li
{
	display			: block ;
	height			: auto;
}
.main-nav li ul li span
{
	display			: inline-block ;
	line-height		: 40px ;
}


.search-results
{
	width			: 60%;
	margin			: 0px auto;
	display			:  block;
	font-family		: 'PT Sans', arial;
	font-size		: .9em;
	line-height		: 40px;
	color			: #4C4C4C;
	text-decoration	: none;
	font-weight		: 400;
	transition		: all .25s ease;
	text-align		: center;
}


@media only screen and (max-width: 1100px)
{
	.topbar
	{
		padding		: 0 7%;
		width		: 86%;
	}
	.logo
	{
		top 		: 13%;
		left		: 0%;
		width		: 200px ;
	}
	.main-nav
	{
		right		: 5%;
	}
	.high-menu
	{
		right		: 7%;
	}
	.ButtonTrans
	{
		font-size		: 1.2em;
		line-height		: 20px;
	}
	.information
	{
		font-size		: .8em;
		line-height		: 20px;
	}
}

@media only screen and (max-width: 800px)
{
	.main-nav
	{
		right		: 0;
	}
	.high-menu
	{
		right		: 10px;
	}
	.logo
	{
		left		: 0px;
	}
	.topbar
	{
		padding		: 0 10px;
		width		: calc(100% - 20px);
	}

}


.products
{
	max-width		: 80%;
	min-width		: 800px;
	margin			: 0px auto;
	display			: flex;
	flex-direction	: row;
	flex-wrap		: wrap;
	justify-content: space-around;
}

 

.product
{
	flex			: 0 0 18%;
	max-width		: 20%;
	margin			: 1%;
	min-height		: 420px;
	-moz-transition		: 0.3s;
	-o-transition		: 0.3s;
	-webkit-transition	: 0.3s;
	transition			: 0.3s;
	background-color	: #FFF;
	background-repeat	: no-repeat;
	background-size		: cover;
	background-position	: center top;
}
.product:hover
{
	box-shadow		: 0px 0px 30px rgba(0,0,0, .1);
}
.product:hover > .product-btn
{
	display			: block;
}

.product-media
{
	width			: 100%;
	padding-top		: 100%;
	overflow		: hidden;
	position		: relative;
	overflow		: hidden;
	background-color	: #FFF;
	background-repeat	: no-repeat;
	background-position	: center top;
	background-size		: cover;
}

.product-link
{
	font-family		: "PT Sans", arial;
	color			: #333;
	display			: block;
	font-size		: .8em;
	text-decoration	: none;
	text-align		: center;
	padding			: 10px 0 5px 0;
	font-weight		: 400;
	line-height		: 20px;
	max-width		: 90%;
	margin			: 0px auto;
	overflow		: hidden;
}
.product-price
{
	font-family		: "PT Sans", arial;
	color			: #333;
	display			: block;
	font-size		: 1.6em;
	text-decoration	: none;
	text-align		: center;
	font-weight		: 400;
	height			: 10px;
	padding			: 10px 20px;
}
.product-subs
{
	font-family		: "PT Sans", arial;
	color			: #000;
	display			: block;
	font-size		: .8em;
	text-align		: center;
	padding			: 10px 0;
	font-weight		: 200;
}
.product h1
{
	font-family		: "Muli Thin", arial;
	font-size		: 18px;
	font-weight		: 400;
	color			: #FF4;
	padding			: 30px;
}

.product span
{
	font-family		: "PT Sans", arial;
	color			: #FFF;
	display			: block;
	font-size		: .9em;
	text-align		: left;
	padding			: 20px 30px;
	font-weight		: 300;
}

.product-btn
{
	font-family		: "PT Sans", arial;
	color			: #FFF!important;
	display			: none;
	font-size		: 1em;
	text-decoration	: none;
	text-align		: center;
	line-height		: 40px;
	background-color: #ed1b24;
	font-weight		: 200;
	margin			: 10px auto;
	width			: 80%;
	border-radius	: 3px;
	transition		: all .3s ease;
}
.product-btn:hover
{
	box-shadow		: 0px 0px 10px rgba(0,0,0, .1);
	background-color: #E60002;
}
.product-btn span
{
	display			: inline-block;
	padding			: 0;
}
.product-media a
{
	display			: block;
	position		: absolute;
	top				: 0;
	left			: 0;
	right			: 0;
	bottom			: 0;
}



.pagination
{
	width			: auto;
	margin			: 0 auto;
	text-align		: center;
}


.pagination a,
.pagination span
{
	font-family		: "PT Sans", arial;
	color			: #333;
	display			: inline-block;
	font-size		: 1.2em;
	background-color: #FFF;
	text-decoration	: none;
	padding			: 10px 15px;
	margin			: 0 5px;
}

.pagination a:hover,
.pagination span
{
	background-color: rgb(255,0,0);
	color			: #FFF;
}









.schools
{
	max-width		: 80%;
	min-width		: 800px;
	margin			: 0px auto;
	display			: flex;
	flex-direction	: row;
	flex-wrap		: wrap;
	justify-content: space-around;
}



.school
{
	flex			: 0 0 20%;
	max-width		: 20%;
	margin			: 2.5%;
	-moz-transition		: 0.3s;
	-o-transition		: 0.3s;
	-webkit-transition	: 0.3s;
	transition			: 0.3s;
	background-color	: #FFF;
	padding-bottom		: 20px;
}
.school:hover
{
	box-shadow		: 0px 0px 30px rgba(0,0,0, .1);
}

.school-img
{
	width			: 100%;
	padding-top		: 100%;
	overflow		: hidden;
	position		: relative;
	overflow		: hidden;
	background-color	: #FFF;
	background-repeat	: no-repeat;
	background-position	: center center;
	background-size		: auto 90%;
}

.school-lnk
{
	font-family		: "PT Sans", arial;
	color			: #333;
	display			: block;
	font-size		: .9em;
	text-decoration	: none;
	text-align		: center;
	padding			: 10px 0 5px 0;
	font-weight		: 400;
	line-height		: 20px;
	max-width		: 90%;
	margin			: 0px auto;
	overflow		: hidden;
}

.school-btn
{
	font-family		: "PT Sans", arial;
	color			: #444444;
	display			: block;
	font-size		: .9em;
	text-decoration	: none;
	text-align		: center;
	line-height		: 40px;
	background-color: #E60002;
	font-weight		: 300;
	margin			: 10px auto;
	width			: 80%;
	border-radius	: 3px;
	transition		: all .3s ease;
}
.school-btn:hover
{
	box-shadow		: 0px 0px 10px rgba(0,0,0, .1);
	background-color: #E60002;
}
.school-img a
{
	display			: block;
	position		: absolute;
	top				: 0;
	left			: 0;
	right			: 0;
	bottom			: 0;
}



/***********/

.product-data
{
	width				: 80%;
	margin				: 0px;
	padding				: 3% 10%;
	position			: relative;
}
.product-detail
{
	display				: inline-block;
	width				: 45%;
	margin-left			: 100px;
	margin-top			: 0px;
	vertical-align		: top ;
}
.product-detail h1
{
	font-family			: "PT Sans", sans-serif;
	font-size			: 30px;
	font-weight			: 600;
	margin				: 0;
	margin-bottom		: 20px;
}
.product-detail h1.product-price
{
	font-family			: "PT Sans", sans-serif;
	font-size			: 30px;
	font-weight			: 600;
	margin				: 40px 0;
	background-color	: #FFF;
	line-height			: 50px!important;
	height				: 50px!important;
	display				: inline-block ;
}
.product-detail h3
{
	opacity				: 0.5;
	font-family			: "PT Sans", sans-serif;
	font-size			: 16px;
	color				: #666;
	font-weight			: 300;
	margin-bottom		: 20px;
}

.product-detail h3 a
{
	color				: #000;
	opacity				: 1;
	text-decoration		: none;
}

.product-detail h2,
.product-detail td,
.product-description
{
	font-family			: "PT Sans", sans-serif;
	font-size			: 16px;
	font-weight			: 300;
	color				: #666;
	margin				: 10px 0;
}
.product-detail td span
{
	color				: rgb(255,0,0);
	display				: inline-block;
	border-radius		: 100%;
	background-color	: #FFF;
	padding				: 10px;
	margin-right		: 10px;
}
*
{
	outline				: none;
}
.product-detail input[type="button"]
{
	width				: 30px;
	height				: 50px;
	line-height			: 50px;
	font-family			: "PT Sans", sans-serif;
	font-size			: 19px;
	font-weight			: 300;
	color				: #FFF;
	background-color	: #BBBBBB;
	border				: 1px solid #BBBBBB;
	transition			: all .2s ease;
}

.product-detail input[type="button"]:hover
{
	background-color	: #58bb50;
}

.product-detail input[type="number"]
{
	width				: 50px;
	line-height			: 48px;
	font-family			: "PT Sans", sans-serif;
	font-size			: 24px;
	font-weight			: 300;
	color				: #000;
	border				: none;
	text-align			: center;
}
.product-detail input[type=number]::-webkit-inner-spin-button,
.product-detail input[type=number]::-webkit-outer-spin-button
{
  	-webkit-appearance	: none;
	appearance			: none;
 	margin				: 0;
}

.product-detail .product-button
{
	line-height			: 50px;
	height				: 50px;
	font-family			: "PT Sans";
	font-size			: 18px;
	font-weight			: 300;
	color				: #FFF;
	background-color	: #ed1b24;
	border				: none;
	text-align			: center;
	display				: inline-block;
	padding				: 0 30px;
	transition			: all .2s ease;
	width				: 120px;
	text-decoration		: none;
	vertical-align		: top;
	margin-left			: 20px ;
}
.product-detail .product-button:hover
{
	background-color	: red;
}

.product-image
{
	width				: 40%;
	min-width			: 350px;
	height				: auto;
	display				: block;
	float				: left;
	padding-top			: 0px;
	background-color	: #FFF;
}
.product-image img
{
	width				: 100%;
	height				: auto;
	max-height			: 550px;
	max-width			: auto;
	object-fit			: contain;
}

.product-tools
{
	margin				: 40px 0;
}

.related-content
{
	width				: 100%;
	padding				: 50px 0;
	background-color	: #DDD;
	margin-top			: 60px;
}

.related-content h2.category-header
{
	font-family			: "PT Sans", sans-serif;
	font-size			: 30px;
	font-weight			: 400;
	margin				: 0;
	margin-left			: 10%;
}
/***********/







.remove-btn
{
	background-color: rgb(129, 27, 61)!important;
	color : #FFF!important;
	border-color: rgb(129, 27, 61)!important;
}
.anchor-button
{
	font-family		: 'PT Sans', arial;
	font-size		: .8em;
	font-weight		: 300!important;
	text-align		: center;
	border			: 1px solid #999;
	border-radius	: 0;
	width			: calc(100% - 8px);
	padding			: 0px;
	margin			: 3px;
	color			: #000;
	display			: inline-block;
	line-height		: 35px;
	text-decoration	: none;
}

.clear
{
	width			: 100px;
	border			: 0;
	height			: 0px;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.1));
	margin			: 0px auto;
	margin-bottom	: 30px;
	display			: block;
	clear			: both;
}






/********** FOOTER BLOCK *****************/


footer
{
	width			: 100%;
	background-color: #666;
}

.footer-holder,
.copyright
{
	max-width		: 80%;
	min-width		: 800px;
	margin			: 10% auto;
	margin-bottom	: 0px;
	margin-top		: 5%;
	padding-top		: 50px;
}

.copyright
{
	clear			: both;
	font-family		: 'PT Sans', arial;
	color			: #EEE;
	font-weight		: 300;
	font-size		: .8em;
	display			: block;
	padding			: 3% 5%;
	text-align		: center;
	border-top		: 1px solid #999;
	margin-top		: 5%;
}
.footer-holder div
{
	text-align		: left;
	float			: left;
	padding			: 0px 5%;
}

.footer-links
{
	margin			: 0px;
	padding			: 0px;
	list-style		: none;
}
.footer-links li
{
	margin			: 5px;
	padding			: 0px;
	list-style		: none;
}


.footer-links li a,
.footer-socials a
{
	font-family		: 'PT Sans', arial;
	color			: #EEE;
	display			: block;
	text-decoration	: none;
	font-weight		: 300;
	line-height		: 2em;
	font-size		: .9em;
}
.footer-socials a
{
	display			: inline-block;
	padding			: 5px;
	font-size		: 1.4em;
}
















.Cargo
{
	width			: 760px;
	height			: 200px;
	margin			: 0px auto;
	padding			: 20px;
	background		: #FFF;
	border-radius	: 5px;
	border			: 1px solid #EEE;
	text-align		: center;
}
.Cargo h1
{
	font-family		: "Muli Thin", arial;
	font-size		: 20px;
	font-weight		: bold;
}
.Cargo h3
{
	font-family		: "Muli Thin", arial;
	font-size		: 18px;
	font-weight		: 400;
}
.Cargo input[type=text]
{
	font-family		: "Muli Thin", arial;
	font-size		: 12px;
	font-weight		: 400;
	background-color: rgba(255, 255, 255, .7);
	border			: 1px solid #82193c;
	border-radius	: 2px;
	line-height		: 30px;
	width			: 150px;
}

button#cargoTracking
{
	font-family		: 'PT Sans', arial;
	font-size		: 13px;
	font-weight		: 500;
	text-align		: center;
	border			: none;
	border-radius	: 0;
	background		: #82193c;
	padding			: 0px;
	width			: calc(100% - 5px);
	height			: 35px;
	margin			: 5px 0px;
	border-radius	: 2px;
	color			: #FFF;
	max-width		: 140px;
}

.info-picture
{
	width		: 100%;
	min-width	: 600px;
	max-height	: 60vh;
	min-height	: 400px;
	flex		: 1;
	position	: relative;
}
.info-gallery
{
	width			: 100%;
	height			: 100px;
	text-align		: center;
}

.info-gallery:first-child
{
	margin-left		: 0px;
}
.info-gallery:last-child
{
	margin-right	: 0px;
}
.info-gallery img
{
	margin			: 0 5px;
	overflow		: hidden;
	object-fit		: contain;
	max-height 		: 100%;
	border			: 5px solid #EEE;
}
.opacited
{
	border			: 5px solid rgb(226,240,51)!important;
	-moz-transition		: 0.4s;
	-o-transition		: 0.4s;
	-webkit-transition	: 0.4s;
	transition			: 0.4s;
}

#info-first-image
{
	width			: 100%;
	height			: calc(70vh - 120px);
	min-height		: 280px;
	margin-bottom	: 10px;
	background-color: #DDD;
	text-align		: center;
	overflow		: hidden;
}
#info-first-image img
{
	height		: 100%;
	max-height	: calc(70vh - 120px);
	min-height	: 280px;
	margin		: 0 auto;
	-moz-transition		: 0.4s;
	-o-transition		: 0.4s;
	-webkit-transition	: 0.4s;
	transition			: 0.4s;
}
.sliderHolder
{
	position	: fixed;
	width		: 60vw;
	height		: 70vh;
	min-width	: 600px;
	min-height	: 400px;
	top			: 15vh;
	background	: #FFF;
	left		: 20vw;
	z-index		: 1000;
	box-shadow	: 0px 0px 0px 500px rgba(0,0,0, .7)
}







.select-css
{
    display			: block;
    font-size		: .9em;
    font-family		: 'PT Sans', sans-serif;
    font-weight		: 300;
    color			: #444;
    padding			: 10px;
    width			: calc(100% - 40px);
    max-width		: calc(100% - 40px);
    box-sizing		: border-box;
	border			:none;
    border-bottom	: 1px solid #EAEAEA;
    -moz-appearance	: none;
    -webkit-appearance: none;
    appearance		: none;
    background-color: #fff;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size	: .65em auto, 100%;
	border-radius	: 0;
	margin			: 10px 20px;
	line-height		: 30px;
}
.select-css::-ms-expand
{
    display			: none;
}

.select-css:focus,
.select-css:hover
{
    border-bottom	: 1px solid rgb(255,0,0);
	outline			: none;
}
.select-css option
{
    font-weight:normal;
}




.check-label input
{
	display			: none;
}

.check-label
{
	display			: inline-block;
	padding-left	: 30px;
	position		: relative;
	cursor			: pointer;
	user-select		: none;
}

.check-label .checkmark
{
	display			: inline-block;
	width			: 20px;
	height			: 20px;
	background		: white;
	position		: absolute;
	left			: 0;
	top				: 0;
	border			: 1px solid black;
}

.check-label input:checked + .checkmark
{
  background-color	: rgb(255,0,0);
  border			: 1px solid rgb(255,0,0);
}

.check-label  input:checked + .checkmark:after
{
	content			: "";
	position		: absolute;
	height			: 6px;
	width			: 11px;
	border-left		: 2px solid white;
	border-bottom	: 2px solid white;
	top				: 45%;
	left			: 50%;
	transform		: translate(-50%, -50%) rotate(-45deg);
}


.waiting
{
	width			: 30px;
	height			: 30px;
	right			: calc(50% - 15px);
	bottom			: calc(50% - 15px);
	position		: fixed;
	display			: block;
	border-radius	: 100%;
	z-index			: 1000000;
	background 		: url(/img/tools/waiter.gif) no-repeat center center;
	background-size	: 30px;
}




@media only screen and (max-width: 1368px)
{
	.product
	{
		flex			: 0 0 22%;
		max-width		: 25%;
	}
}

@media only screen and (max-width: 1024px)
{
	.product
	{
		flex			: 0 0 30%;
		max-width		: 32%;
	}
}


@media only screen and (max-width:540px)
{

	body
	{
		margin-top		: 25vh;
	}

	.topbar
	{

		display			: none;

	}

	.topbar div.social-icos
	{
		height			: 40px;
		display			: flex;
		flex			: 1 2 auto;
		flex-direction	: row;
	}

	.topbar div.helper-icos
	{
		text-align		: right;
		flex			: 1  2 auto;
	}


	.topbar span.icomoon,
	.topbar a.icomoon
	{
		text-align		: left;
		padding 		: 0 5px;
		color			: white;
		text-decoration	: none;
		font-size		: 1em;
	}
	.topbar a.icomoon
	{
		font-size		: 1.5em !important;
		width			: 40px;
		line-height		: 40px;
		padding			: 0;
	}

	.head-holder
	{
		width			: 100%;
		height			: 20vh;
		min-width		: 100%;
		position		: fixed;
		top				: 0px;
		padding-top		: 0px;

	}
	.logo-menu
	{
		width			: 100%;
		height			: 10vh;
		position		: relative;
		margin			: 0 0;
		-moz-transition		: 0.6s;
		-o-transition		: 0.6s;
		-webkit-transition	: 0.6s;
		transition			: 0.6s;

	}
	.logo
	{
		width			: 30%;
		height			: 7vh;
		top 			: 15%;
		left			: 5%;
	}
	.search-label
	{
		width			: 90%;
		height			: auto;
		padding			: 0;
		position		: absolute;
		left			: 5%;
		top				: 10vh;
		transform		: none;
		display			: block;
	}

	.search-input
	{
		display			: inline-block;
		font-family		: 'PT Sans', arial;
		font-size		: .9em;
		line-height		: 30px;
		color			: #4B4C4C;
		text-decoration	: none;
		font-weight		: 300;
		border			: 1px solid #EEE;
		padding			: 5px 10px;
		background-color: #FFF;
		width			: 70%;
	}
	.search-input:focus
	{
		border			: 1px solid #ed1b24;
	}
	.search-btn
	{
		display			: inline-block;
		font-family		: 'PT Sans', arial;
		font-size		: 1em;
		line-height		: 30px;
		color			: #FFFFFF;
		background-color: #ed1b24;
		text-decoration	: none;
		font-weight		: 300;
		border			: 1px solid #ed1b24;
		padding			: 5px 10px 4px 10px;
		width			: 20% ;
		display			: inline-block;
	}


	.high-menu
	{
		width			: 100%;
		padding			: 0px;
		display			: block;
		position		: absolute;
		right			: 5%;
		top				: 8vh;
		text-align		: right;
		height			: 10vh;
		-moz-transition		: 0.6s;
		-o-transition		: 0.6s;
		-webkit-transition	: 0.6s;
		transition			: 0.6s;
	}

	.high-menu a
	{
		display			: inline-block;
		font-family		: 'PT Sans', arial;
		font-size		: .9em;
		line-height		: 15px;
		color			: #4B4C4C;
		text-decoration	: none;
		font-weight		: 300;
		border-left		: 1px solid #666;
		padding			: 0 10px 0 15px;
		margin			: 5px 0;
	}
	.high-menu a:first-child
	{
		border			: none;
	}
	.high-menu span.cart-count
	{
		color			: #FFF;
		background		: #ed1b24;
		padding			: 4px 8px;
		border-radius	: 3px;
		font-size		: .75em;
	}

	.main-nav
	{
		display			: none;
	}


	.main-nav li
	{
		padding			: 0px;
		margin			: 0px 0px;
		z-index			: 10;
		flex			: 1 auto;
		border-left		: 1px solid rgba(37,194,234, .5);
	}
	.main-nav li:first-child
	{
		border			: none;
	}

	.main-nav li a
	{
		display			:  block;
		font-family		: 'PT Sans', arial;
		font-size		: .9em;
		line-height		: 40px;
		color			: #4C4C4C;
		text-decoration	: none;
		font-weight		: 400;
		transition		: all .25s ease;
	}
	.main-nav li a:hover
	{
		color			: rgb(255,0,0);
	}


	.main-nav li ul li a
	{
		font-size		: .9em;
	}

	.products
	{
		max-width		: 100%;
		min-width		: auto;
		margin			: 0px auto;
		display			: block;
	}

	.product
	{
		flex			: none;
		max-width		: 90%;
		margin			: 5%;
		min-height		: 72vh;
		display			: block;
	}
	.product:hover
	{
		box-shadow		: 0px 0px 30px rgba(0,0,0, .1);
	}
	.product:hover > .product-btn
	{
		display			: block;
	}
	.product-btn
	{
		display			: block;
	}
	.product-data
	{
		width				: 80%;
		margin				: 0px;
		padding				: 0px 10%;
		position			: relative;
	}
	.product-detail
	{
		display				: block;
		width				: 100%;
		margin-left			: 0;
		margin-top			: 10vh;
	}
	.product-detail h1
	{
		font-family			: "PT Sans", sans-serif;
		font-size			: 30px;
		font-weight			: 600;
		margin				: 0;
		margin-bottom		: 30px;
	}
	.product-detail h1.product-price
	{
		font-family			: "PT Sans", sans-serif;
		font-size			: 30px;
		font-weight			: 600;
		margin				: 40px 0;
		background-color	: #FFF;
		line-height			: 50px!important;
		height				: 50px!important;
	}
	.product-detail h3
	{
		opacity				: 0.5;
		font-family			: "PT Sans", sans-serif;
		font-size			: 16px;
		color				: #666;
		font-weight			: 300;
		margin-bottom		: 20px;
	}

	.product-detail h3 a
	{
		color				: #000;
		opacity				: 1;
		text-decoration		: none;
	}

	.product-detail h2,
	.product-detail td,
	.product-description
	{
		font-family			: "PT Sans", sans-serif;
		font-size			: 16px;
		font-weight			: 300;
		color				: #666;
		margin				: 10px 0;
	}
	.product-detail td span
	{
		color				: rgb(255,0,0);
		display				: inline-block;
		border-radius		: 100%;
		background-color	: #FFF;
		padding				: 10px;
		margin-right		: 10px;
	}
	*
	{
		outline				: none;
	}
	.product-detail input[type="number"]
	{
		width				: 30px;
		line-height			: 40px;
		border-radius		: 0 ;
	}
	.product-detail input[type="button"]
	{
		width				: 25px;
		border-radius		: 0;
		text-align			: center ;
	}
	.product-detail .product-button
	{
		padding				: 0 20px;
		margin-left			: 0px ;
		float				: right ;
	}

	.product-image
	{
		width				: 90%;
		min-width			: auto;
		height				: auto;
		display				: block;
		float				: none;
		padding-top			: 0;
		background-color	: #FFF;
	}
	.product-image img
	{
		width				: 100%;
		height				: auto;
		max-height			: 550px;
		max-width			: auto;
		object-fit			: contain;
	}

	footer
	{
		width			: 100%;
		background-color: #666;
	}

	.footer-holder,
	.copyright
	{
		max-width		: 80%;
		min-width		: 80%;
		margin			: 10% auto;
		margin-bottom	: 0px;
		margin-top		: 5%;
		padding-top		: 50px;
	}

	.copyright
	{
		clear			: both;
		font-family		: 'PT Sans', arial;
		color			: #EEE;
		font-weight		: 300;
		font-size		: .8em;
		display			: block;
		padding			: 3% 5%;
		text-align		: center;
		border-top		: 1px solid #999;
		margin-top		: 5%;
	}
	.footer-holder div
	{
		text-align		: left;
		float			: left;
		padding			: 0px 5%;
	}

	.footer-links
	{
		margin			: 0px;
		padding			: 0px;
		list-style		: none;
	}
	.footer-links li
	{
		margin			: 5px;
		padding			: 0px;
		list-style		: none;
	}


	.footer-links li a,
	.footer-socials a
	{
		font-family		: 'PT Sans', arial;
		color			: #EEE;
		display			: block;
		text-decoration	: none;
		font-weight		: 300;
		line-height		: 2em;
		font-size		: .9em;
	}
	.footer-socials a
	{
		display			: none;
		padding			: 5px;
		font-size		: 1.4em;
	}


}
