
/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles in this file instead of style.css so it 
is easier to update the theme. Simply copy an existing style 
from style.css to this file, and modify it to your liking. */


/* 
GLOBAL STYLES
----------------
Add styles beneath this line that you want to be applied across your entire site */


/* 
DESKTOP STYLES
-----------------
Add styles inside the media query below that you only want to be applied to the desktop layout of your site */

@media only screen and (min-width: 768px) {
	/* Desktop styles go here */
	.home #sidebar {
		width: 25%;
	}

}

.redBorder
{
	border:1px solid #848421;
}

.bubblewrap{
list-style-type:none;
margin:0;
padding:0;
}

.bubblewrap li{
display:inline-block;
zoom:1; /*Trigger haslayout in IE7 and less*/
*display:inline; /*For IE7 and less*/
position:relative;
}

.bubblewrap li img{
position:absolute;
border:0;
}

.bubblewrap .tooltip{ /*CSS for image tooltip (alt attribute of image)*/
position:absolute;
font:bold 12px Arial;
padding:2px;
width:100px;
text-align:center;
background:white;
}

.bubblewrap .square {
	/*width: 267px; */
        width:30%;
        min-width:226px;
        min-width:225px\0/;
        max-width:280px;
	height: 212px;
	border:1px solid #848421;
	/* margin: 10px; */
        margin-left:3.3%;
        margin-left:3.2%\0/;
        padding-top:0.5px;
}
.bubblewrap .rect {
	width:210px;
	height: auto;
	float:left;
	margin: 10px 0;
}
.bubblewrap .bigsquare {
	width:320px;
	height: 260px;
	
}

.bubblewrap .rectangle-inside > a img
{
	border:1px solid #848421;
}

.rectLi {
	clear:right;
	float: left;
}


.bubblewrap .square a img,
.bubblewrap .rect a img,
.bubblewrap .bigsquare a img {
	-webkit-transition: -webkit-transform 0.5s ease;
	-moz-transition: -moz-transform 0.5s ease;
	transition: transform 0.5s ease;
}

#content {
	/*height:400px*/;
}

.home #main {
	width: 100%;
	text-align:center;
}

#wp-members input {
    width: 95%;
}


body ul.products li.product .img-wrap {
	border-color: #b5b54a;
	border-style: solid;
	border-width: 3px;
        height: 220px !important;
    	width: 200px;
	display: table;
}

ul.products li.product:nth-child(2n) .img-wrap,
ul.products li.product:nth-child(3n) .img-wrap, 
ul.products li.product:nth-child(5n) .img-wrap{
	zoom: 1;
	top: 0px;
	min-height: 220px;
}

ul.products li img, ul.featured-products li img {
	max-height: 200px;
    max-width: 100%;
    width: auto;
}

ul.products li.product h3 {
	width:200px;
}

ul.products li.product {
	width:14%;
}

ul.products li.last {
}

ul.products {	
	overflow: auto;
}

#navigation ul.nav > li:hover, #navigation ul.nav > li.current-menu-ancestor {
    background: none repeat scroll 0 0 #FFFFFF;
    box-shadow: 0 0.23em 0.1em #848421 inset, 0 -0.23em 0.1em #848421 inset;
}


.woocommerce div#fancy_outer {
	/*width: 527px !important;*/
	/*min-height: 422px !important; */
}

#fancy_content #fancy_div table {
	/*width: 518px; */
	height: 249px;
}

#fancy_content #fancy_div h3 {
	text-align: center;
}

/*#fancy_content #fancy_div img {
	max-height: 300px; 
}*/


/*.view .iehand img {
	width: auto;
}
*/

#footer {
	display: inline-block;
    	width: 100%;
    	/*padding-left: 53px;*/
	float:right;
	
}
/*
.home #footer {
	display: inline-block;
    	padding-left: 1px;
    	width: 100%;
}

.home .col-right {
    	padding-right: 54px;
}

*/




/*
 * Revamped website 
 * 
 * author by Ivan 
 * date 07.07.2018
 *
 */

/*** general ***/
html, body { width: 100%; height: 100%; }

#content { min-height: 400px; }


/*** home ***/

.slick-slider { margin-bottom: 1.618em; }
.slick-prev, .slick-next { z-index: 50; width: 60px; height: 60px; }
.slick-prev { left: 25px; } .slick-next { right: 25px; }

	.slick-prev:before, .slick-next:before { 
		font-family: FontAwesome; font-size: 60px; 
		color: rgba(132, 132, 33,.8);
		transition: all .5s ease;

	}
	.slick-arrow:hover:before, .slick-arrow:focus:before {
		color: rgba(132, 132, 33,1); transition: all .5s ease;
	}

	.slick-prev:before { content: "\f104"; }
	.slick-next:before { content: "\f105"; }


/*** product ***/
*, *:focus, *:hover { outline: none; }

.fancybox-container .fancybox-close-small,
.fancybox-container .fancybox-close-small:after,
.fancybox-container .fancybox-close-small:focus,
.fancybox-container .fancybox-close-small:hover { outline: none; }

.fancybox-container .fancybox-close-small:after {
	color: #fff; background: #b5b54a;
}

.fancybox-container .fancybox-close-small:hover:after {
	background: #848421;
}


.fancybox-container .fancybox-slide  > * {
	display: inline-block; padding: 25px;
	width: 90%; max-width: 500px;
	height: auto;
}

.fancybox-container .fancybox-slide  > * > .product_container {
	width: 100%; height: 400px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}


.fancybox-container .fancybox-slide  > * > h3 { 
	text-align: center; margin-top: 30px;
}

.woo-pagination .current,
.woo-pagination a { font-style: normal !important; font-weight: normal !important; }

@media(max-width: 767px) {
	.fancybox-container .fancybox-slide  > * {
		height: auto; min-height: auto;
	}
	.fancybox-container .fancybox-slide > * > .product_container {
		height: 300px;
	}

	.fancybox-container .fancybox-slide  > * > h3 { 
		font-size: 12px;
	}

}


/*** trade access ***/
	#wpmem_login input[type="checkbox"] { margin: 0; }
	#wpmem_login .button_div, #wpmem_login .link-text { text-align: left; }
	#wpmem_login .button_div input[type="submit"] {
		font-family: Arial,sans-serif; background-color: #848421; 
		color: #fff; padding: 3px 25px;
	}

/*** gallery ***/

body.page-id-11 #fancy_overlay,
body.page-id-11 #fancy_loading,
body.page-id-11 #fancy_outer,
body.page-id-11 #mbOverlay,
body.page-id-11 #mbCenter { display: none !important; }
body.page-id-11 .easymedia_center * { cursor: default; }
body.page-id-11 .easymedia_center .view.da-thumbs {
	height: 152px; overflow: hidden;
}

.product_container { text-align: center; }

/*** product ***/
	ul.products li.product {
		width: 19%; margin-right: 1.25%;
	}

	ul.products > li.product:last-child {
		margin-right: 0;
	}

	ul.products li.product.first { clear: none; }

	body ul.products li.product .img-wrap { width: 100%; }
	ul.products li.product h3 { 
		width: 100%; height: auto;
		padding: 15px 0; display: block; 
	}

@media (max-width: 991px) {

	ul.products li.product {
		width: 24%; margin-right: 1.3333% !important;
	}

	ul.products > li.product:nth-child(4n) {
		margin-right: 0 !important;
	}

	ul.products li.product.first { clear: none; }

	#content { min-height: 0; }

}

@media (max-width: 767px) {

	ul.products li.product { 
		width: 32%; margin-right: 2%; clear: none; 
	}

	ul.products > li.product:nth-child(4n) {
		margin-right: 2% !important;
	}

	ul.products > li.product:nth-child(3n) {
		margin-right: 0 !important;
	}

	ul.products li:nth-child(2n), ul.featured-products li:nth-child(2n) { float: left; }

	ul.products li.product .product_container img { max-height: 350px; }
}

@media (max-width: 540px) {

	ul.products li.product { 
		width: 49%; margin-right: 2%; clear: none; 
	}

	ul.products > li.product:nth-child(4n) {
		margin-right: 2% !important;
	}

	ul.products > li.product:nth-child(3n) {
		margin-right: 2% !important;
	}

	ul.products > li.product:nth-child(2n) {
		margin-right: 0 !important;
	}

	ul.products li:nth-child(2n), ul.featured-products li:nth-child(2n) { float: left; }
}


@media(max-width: 767px) {

/*** header ***/
	
	/* make logo smaller */
	header #logo { width: 100%; max-width: 140px; }
	header h3.nav-toggle { float: right; }

	/* adjust burger menu styles */
	header nav#navigation li a {
		color: #fff; text-align: left; padding: .53em 0;
	}

	header nav#navigation > ul > li.home.first {
		display: none;
	}

	header nav#navigation li.menu-item-has-children > a {
		border-bottom: 1px solid rgba(255,255,255,.2);
	}

	header nav#navigation ul.nav > li:hover, 
	header nav#navigation ul.nav > li.current-menu-ancestor { background: none; }


}







