/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	_vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 22px;
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
}

textarea, input{
	font-family: 'Raleway', sans-serif;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* end reset */

strong{
	font-weight: bold;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.noscroll{
	overflow: hidden;
}

.clearfix{
	display: block;
 	height: 0 !important;
  clear: both; 
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

.ws-fs-container{
	
}

.ws-container{
	position: relative;
	max-width: 1140px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 10px;
}

.ws-container[section]{
	margin-top: 15px;
}

body{
	overflow-y: scroll;
}

/* top menu 1 */

#header-normal .menu-1{
	display: block;
}

#header-normal .menu-1 > li{
	float: right;
	height: 55px;
	text-align: center;
	line-height: 55px;
	white-space: nowrap;
	display: block;
}

#header-normal .menu-1 > li:first-child{
	display: inline-block;
	float: none;
}

#header-normal .menu-1 > li:not(:first-child){
	border-left: 1px solid #efefef;
}

#header-normal .menu-1 > li > a{
	display: block;
	height: 100%;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 600;
	color: #969696;	
	text-decoration: none;
	padding: 0 15px 0 15px;
}

#header-normal .menu-1 > li > a:hover{
	color: #77c0d9;
}


.gray-line-bottom{
	border-bottom: 1px solid #efefef; 
}

.gray-line-top{
	border-top: 2px solid #efefef; 
}

/**/
.logo{
	float: left;
	width: 200px;
	height: 75px;
	position: relative;
}

.logo img{
	margin-top: 10px;
}

#header-normal .menu-2{
	display: block;
	margin-left: 200px;
	text-align: right;
	height: 75px;
}

#header-normal .menu-2 > li{
	margin-right: 10px;
	display: inline-block;
	height: 75px;
	position: relative;
}

#header-normal .menu-2 > li > a{
	height: 100%;
	display: block;
	color: #5e5e5e;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
	text-decoration: none;	
	line-height: 75px;
}

#header-normal .menu-2 > li > a:hover{
	color: #77c0d9;
}

#header-normal .menu-2 .search{
	width: 40px;
	background-image: url(../img/search.png);
	background-position: center center;
	background-repeat: no-repeat;
}

#header-normal .menu-2 .submenu{
	display: none;
  position: absolute;
  left: -450px;
  top: 40px;
  background-color: #ffffff;
  width: 630px;
  *min-height: 300px; 
  box-shadow: 2px 0px 6px 0px rgba(0,0,0,0.48);
  z-index: 2000;	
  border-radius: 20px;
  padding: 10px 5px;
  margin-top: 20px;
}

#header-normal .menu-2 .submenu > div{
	width: 25%;
	height: 190px;
	*background-color: #cccccc;
	float: left;
	text-align: center;
}

#header-normal .menu-2 .submenu > div > a{
	display: inline-block;
	width: 100%;
	height: 100%;
}

#header-normal .menu-2 .submenu > div > a > img{
	width: 80%;
	height: auto;
	border: 2px solid #ffffff;
	padding: 5px;
}

#header-normal .menu-2 .submenu > div > a:hover > img{
	border: 2px dashed #83c5dc;
	border-radius: 10px;
}

#header-normal .menu-2 .submenu > div > a > span{
	display: inline-block;
	text-align: center;
	color: #333333;
	font-size: 14px;
	width: 100%;
	line-height: 20px;
}

#header-normal .menu-2 .arrow{
	width: 200px;
	height: 18px;
	background-image: url(../img/submenu-arrow.png);
	position: absolute;
	top: 42px;
	right: -80px; 
	display: none;
	z-index: 3000;
}

/*
.menu-2 > li:first-child .submenu{
	display: block;
}

*/


#header-normal .menu-2 > li.show_submenu .submenu,
#header-normal .menu-2 > li .show_submenu:hover{
	display: block;
}


#header-normal .menu-2 > li.show_submenu .arrow{
	display: block;
}

/**/
.social-facebook,
.social-google,
.social-twitter,
.social-instagram{
	width: 33px;
	height: 33px !important;
	*float:left;
	display: inline-block !important;
	margin-top: 10px;
	background-repeat: no-repeat;
	padding: 0 !important;
}

.social-facebook{
	background-image: url(../img/social-facebook.png);
}

.social-google{
	background-image: url(../img/social-google.png);
}

.social-twitter{
	background-image: url(../img/social-twitter.png);
}

.social-instagram{
	background-image: url(../img/social-instagram.png);
}


/**/
#main-slider,
#main-slider-mobile{
	border: 0 none !important;
}

#main-slider .flex-control-nav,
#main-slider-mobile .flex-control-nav{
	bottom: 20px;
}

#main-slider,
#main-slider-mobile{
	overflow: hidden;
}

#main-slider .flex-direction-nav a:before,
#main-slider-mobile .flex-direction-nav a:before{
	display: none !important;
}

#main-slider .flex-direction-nav li a.flex-prev,
#main-slider-mobile .flex-direction-nav li a.flex-prev{
  left: 30px;
  background: url(../img/prev-arrow.png);
  background-size: contain;
}

#main-slider .flex-direction-nav li a.flex-next,
#main-slider-mobile .flex-direction-nav li a.flex-next {
  right: 30px;
  background: url(../img/next-arrow.png);
  background-size: contain;
}

#main-slider .flex-direction-nav a,
#main-slider-mobile .flex-direction-nav a {
	width: 40px !important;
	height: 80px !important;
	background-repeat: no-repeat !important;
	top: 45% !important;
}

#main-slider .flex-control-nav li,
#main-slider-mobile .flex-control-nav li{
	position: relative;
	*margin: 0 8px !important;
	width: 10px;
}

#main-slider .flex-control-paging li a,
#main-slider-mobile .flex-control-paging li a{
	position: absolute;
	top: 0px;
	right: 0;
}

#main-slider .flex-control-paging li a.flex-active,
#main-slider-mobile .flex-control-paging li a.flex-active{
	background-color: transparent !important;
	width: 18px !important;
  height: 18px !important;
  top: -5px;
  right: -5px;
  border: 2px solid #c7c8cb;
}

#main-slider .flex-control-paging li a,
#main-slider-mobile .flex-control-paging li a{
	width: 10px !important;
  height: 10px !important;
  background-color: #c7c8cb !important;
}
/**/

.product-group-boxes{
	width: 100%;
	float: left;
	margin-top: 30px;
}

.product-group-boxes > div{
	display: block;
	float: left;
	width: 25%;
	*background-color: gray;
	margin-top: 10px;
	margin-bottom: 30px;
}

.product-group-boxes > div > a{
	text-decoration: none;
	text-align: center;
	display: block;
}

.product-group-boxes > div > a:first-child{
	margin: 10px 10px;
	*background-color: red;
	border: 2px dashed #b0abab;
	border-radius: 10px;
	
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center; 
}

.product-group-boxes > div > a:first-child:hover{
	border-color: #44aed3;
}

.product-group-boxes > div > a:nth-child(2){
	color: #333333;
	font-size: 24px;
	height: 40px;
}

.what-we-sell h2,
.exposed-product h2{
	text-align: center;
	font-size: 48px;
	font-weight: 300;
	color: #222222;
}

.exposed-product h2{
	margin-bottom: 50px;
}

.product-subgroups{
	margin-top: 30px;
}

.product-subgroups h2{
	text-align: left;
	font-size: 36px;
	line-height: 38px;
	font-weight: 300;
	color: #222222;
}

.what-we-sell p{
	margin: 25px 0 20px 0;
	text-align: center;
	line-height: 24px;
	font-size: 20px;
}

#hp-help-area{
	margin-top: 20px;
	width: 100%;
	height: 350px;
	background-image: url(../img/help-bg.png);	
	background-repeat: repeat-x;
}

.hp-help-area-block1{
	height: 100%
}

.hp-help-area-block2{
	float: left; 
	height: 100%; 
	width: 100%;
}

.hp-help-area-block2 > div:first-child{
	float: left; 
	width: 35%; 
	height: 100%; 
	background-image: url(../img/help2.png); 
	background-repeat: no-repeat; 
	background-size: contain;
}

.hp-help-area-block2 > div:last-child{
	float: left; 
	width: 65%; 
	height: 100%; 
	text-align: center;
}

.hp-help-area-block2 > div:last-child h2{
	font-size: 35px; 
	color: #ffffff; 
	font-weight: 300; 
	height: 15%;
}

.hp-help-area-block2 > div:last-child p{
	color: #ffffff; 
	font-size: 16px; 
	margin-top: 10px;
}

.hp-help-area-block2 > div:last-child p a{
	color: #ffffff; 
	font-size: 14px; 	
}

.help-btn{
	display: inline-block;
	color: #ffffff;
	font-size: 16px;
	margin-top: 30px;
	border: 2px solid #ffffff;
	padding: 15px 20px;
	border-radius: 20px;
	cursor: pointer; 
	cursor: hand;
	text-decoration: none;
}

.help-btn:hover{
	background-color: #ffffff;
	color: #77c0d9;
}

.hp-cart-btn{
	display: inline-block;
	color: #ffffff;
	font-size: 16px;
	margin-top: 30px;
	margin-left: 20px;
	padding: 15px 20px;
	border-radius: 20px;
	cursor: pointer; 
	cursor: hand;
	background-color: #77c0d9;
}

.hp-cart-btn:hover{
	background-color: #92cde1;
}

.hp-cart-btn:active{
	background-color: #5990a3;
}

.hp-product-title{
	font-size: 35px; 
	color: #1a1a1a;
}

.hp-product-description{
	margin-top: 20px;
}

.hp-product-description{
	color: #666666;
	font-size: 14px;
	line-height: 29px;
}

.hp-product-description li,
#ws-sections div[section=opis] li{
	height: 32px;
	margin: 10px 0; /* not needed, just to add space between the li's */
	background: url(../img/check.png) no-repeat left center;
	list-style: none; /* Get rid of the default bullet points */
	padding-left: 40px; /* Offsets the text. Needs to be at least the width of your image */
	line-height: 30px; /* Might have to play with this value a bit */
}

#ws-sections div[section=opis] strong,
#ws-sections div[section=opis] b{
	font-weight: bold;
}

#ws-sections div[section=opis] p{
	margin: 10px 0;
}

#ws-sections div[section=opis] h2{
	font-size: 20px;
	font-weight: bold;
}

#ws-sections div[section=opis] table{

}

#ws-sections div[section=opis] td{
	*border: 1px solid #cccccc;
	padding: 5px 0;
}

.footer2-links{
	float: left;
	width: 60%;
}

.footer2-links > a{
	display: inline-block;
	padding: 15px;
	color: #666666;
	text-transform: uppercase;
	font-size: 13px;
	text-decoration: none;
}

.footer2-logo{
	float: left;
	width: 40%;	
	text-align: right;
}

.footer1 .social{
	float: left; 
	width: 30%;
}

.footer1 .social span{
	color: #333333; 
	font-weight: bold;
	display: inline-block;
	padding: 0 0 10px 0;
}

.footer1 .social img{
	padding: 2px; 
}

.footer1 h3{
	color: #77c0d9;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
}

.footer1 ul{
	margin-top: 10px;
}

.footer1 li{
	padding: 5px 0 0 0;
}

.footer1 li a{
	color: #666666;
	text-decoration: none;
	font-size: 13px;
	font-weight: 400;
}

.hp-price{
	color: #000000;
	font-size: 24px;
}

.footer-seo-links{
	padding: 45px 0 30px 0;
}

/**/
.cart-link a{
	text-align: left;
}

.cart-link img{
	vertical-align: middle;
}

.cart-link > a > span{
	font-size: 14px;
	display: inline-block;
	padding-left: 10px;
}

.cart-link > a > div{
	display: inline-block;
	position: relative;
}

.cart-link > a > div > b{
	display: block;
	position: absolute;
	width: 20px;
	height: 20px;
	top: 7px;
	right: -7px;
	background-color: #77c0d9;
	color: #ffffff;
	font-weight: bold;
	border-radius: 10px;
	margin-top: 0px;
	font-size: 13px;
	line-height: 20px;
	text-align: center;
}

/**/
.product-boxes{
	width: 100%;
	float: left;
}

.product-boxes > div{
	display: block;
	float: left;
	width: 25%;
	height: 100%;
}

.product-boxes > div > div > a{
	display: block;
	height: 50%;
	text-align: center;	
	background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  text-decoration: none;
}

.product-boxes > div > div > div{
	position: relative;
	display: block;
	height: 25%;
	font-size: 18px;
	color: #1a1a1a;
	padding: 0 10px;
}

.product-boxes > div > div > div > div{
	display: block;
	position: absolute;
	bottom: 0px;
	*width: 100%;
	text-align: center;
	line-height: 24px;
	font-weight: 400;
}

.product-boxes > div > div > div > div > span{
	display: inline-block;
	width: 100%;
	font-size: 20px;
	font-weight: bold;
	padding-top: 10px;
}

.product-boxes > div > div{
	display: block;
	border: 2px dashed #b0abab;
	border-radius: 10px;	
	margin: 10px 10px;
	text-align: center;
	position: relative;
}

.product-boxes > div > div:hover{
	border-color: #44aed3;
}

.product-boxes > div > div > p{
	display: block;
	position: absolute;
	bottom: 0px;
	width: 100%;
}

.product-boxes > div > div > p > a{
	display: block;
	margin: 15px 15px;
	text-transform: uppercase;
	font-size: 16px;
	color: #77c0d9;
	font-weight: bold;
	padding: 15px 20px;
	border: 2px solid #77c0d9;
	border-radius: 30px;
	position: relative;
	white-space: nowrap;
	bottom: 0px;
	text-decoration: none;
}

.product-boxes > div > div > p > a:hover{
	cursor: pointer; 
	cursor: hand;
	color: #ffffff;
	background-color: #77c0d9;
}

.product-boxes > div > a:first-child{
	margin: 10px 10px;
	*background-color: red;
	border: 3px dashed #77c0d9;
	border-radius: 10px;
	
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center; 
}

.product-boxes > div > a:first-child:hover{
	border-color: #44aed3;
}

.product-boxes > div > a:nth-child(2){
	color: #333333;
	font-size: 24px;
}


/**/
.product-details .left-col,
.product-details .right-col{
	float: left;
	width: 50%;
}

.product-details .left-col{
	text-align: center;
}

.product-details .left-col > span{
	display: inline-block;
	width: 90%;
	position: relative;
}

.product-details .left-col > span img{
	max-width: 100%;
	height: auto;  	
}

.product-details .right-col > h1{
	color: #333333;
	font-size: 48px;
	line-height: 48px;
}

.product-details .right-col > .short-desc{
	color: #333333;
	font-size: 16px;
	line-height: 30px;
	margin-top: 30px;
	padding-bottom: 15px;
	border-bottom: 3px dashed #77c0d9;
}

.product-details .right-col > .option-box{
	border: 3px dashed #77c0d9;
	border-radius: 20px;
	margin-top: 20px;
}

.product-details .right-col > .option-box > div:not(.clearfix){
	padding: 15px 15px 15px 15px;
}

.product-details .right-col > .option-box > div.option > div:hover > span,
.product-details .right-col > .option-box > div.option > div.active > span{
	-webkit-box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.75);

	cursor: pointer; 
	cursor: hand;	
}

.product-details .right-col > .option-box > div > span{
	color: #1a1a1a;
	font-size: 18px;
	display: block;
	padding: 0 0 10px 0;
}


.dashed-border-bottom{
	border-bottom: 3px dashed #77c0d9;
}

.product-details .right-col > .option-box .option > div:not(.clearfix) {
	/*display: inline-block;*/
	float: left;
	width: 25%;
}

.product-details .right-col > .option-box .option > div > span{
	display: block;
	background-color: #e6e6e6;
	padding: 18px 15px;
	margin: 5px 4px;
	border-radius: 10px;
	text-align: center;
	vertical-align: middle;
	*white-space: nowrap;
	font-size: 12px;
	line-height: 14px;
	background-position: center center;
}


.product-details .right-col > .option-box .color > div:not(.clearfix) {
	width: 45px;
	height: 55px;
}

.product-details .right-col > .option-box .color > div > span{
	border-radius: 25px;
	
}

.fix-to-top{
	position: fixed !important;
  top: 0px;
  width: 100%;
  background-color: #ffffff;
  z-index: 1000;
}

/**/
.detail-price{
	display: inline-block;
	font-size: 24px;
	color: #1a1a1a;
}

.detail-price > i{
	font-weight: normal;
	color: #d4145a;	
}

.add-info,
.normal-price{
	color: #666666;
	font-size: 14px;
	margin-top: 10px;
}

.add-info b,
.normal-price b{
	font-weight: bold;
}

.normal-price i{
	font-style: normal;
}

.normal-price{
	text-decoration: line-through;
}

.detail-add-to-cart{
	display: inline-block;
	background-color: #77c0d9;
	text-transform: uppercase;
	padding: 20px 45px 20px 70px;
	color: #ffffff;
	font-weight: bold;
	border-radius: 30px;
	cursor: pointer; 
	cursor: hand;		
	
	background-image: url(../img/to-cart-bg.png);
	background-repeat: no-repeat;
	background-position: 35px 14px;
}

.detail-add-to-cart:hover{
	background-color: #92cde1;
}

.detail-add-to-cart:active{
	background-color: #5990a3;	
}

#ws-section-selector{
	position: relative;
	height: 75px;
	z-index: 1000;
}

#ws-section-selector > ul{
	display: inline-block;
}

#ws-section-selector > ul > li{
	position: relative;
	font-size: 16px;
	display: inline-block;
	padding: 25px 0;
	margin-right: 25px;
	color: #666666;
	bottom: -2px;
	cursor: pointer; 
	cursor: hand;		
	border-bottom: 3px solid transparent;
}

#ws-section-selector > ul > li:hover,
#ws-section-selector > ul > li.active{
	border-bottom: 3px solid #77c0d9;
}

#ws-sections{
	position: relative;
}

#ws-sections:empty{
	display: none !important;
}

#ws-sections div[section]{
	padding-bottom: 20px; 
}

#ws-sections div[section=opis]{
	line-height: 22px;
	font-size: 14px;
}

#ws-sections div[section] > h1{
	font-size: 36px;
	line-height: 42px;
	color: #1a1a1a;
	margin: 20px 0;
}

.section-title{
	font-size: 36px;
	font-weight: 400;
	color: #1a1a1a;
	margin: 20px 0 30px;
}

.image-section{
	background-color: #77c0d9;
	text-align: center;
}

.image-section .section-title{
	color: #ffffff;
	text-align: center;
}

.image-section{
	padding: 15px;
}

/* details carousel */
#product-images-carusel{
	margin: 0 10px 0 0;
}

#product-images-carusel .slides img{
	border: 1px solid #c8c8c8;
	border-radius: 5px;
}

#product-images-carusel .flex-direction-nav a{
	overflow: visible;
	top: 60px;
}

/**/
#files-download > div{
	display: inline-block;
	padding: 20px;
	border: 1px solid #eeeeee;
	text-align: center;
}

#files-download > div > a{
	display: block;
	width: 100%;
	padding-top: 10px;
	color: #1a1a1a;
	font-size: 14px;
	text-decoration: none;
}

#files-download > div > a:hover{
	text-decoration: underline;
}

.gallery-thumb{
	display: inline-block;
	padding: 10px;
	width: 120px;
	height: 120px;
}

.gallery-thumb img{
	width: 100%;
	height: auto;
}

/**/
.video-block{
	/*
	margin-bottom: 10px;
	border: 15px solid #ffffff;
	display: inline-block;
	background-color: #ffffff;
	*/

	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}

.video-block iframe,
.contact-google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/**/

.contact-google-maps{
	position: relative;
	padding-bottom: 36%;
	height: 0;
	margin-top: 40px;
}

/**/
.exposed-product-block{
	margin-top: 100px;
}

.exposed-product-block > div{
	float: left; 
	width: 50%;
}

/**/
/* border radius around fancybox */
/*
.fancybox-image{
	border-radius: 5px;
}
*/

.btn-configure{
	position: absolute;
	display: inline-block;
	right: 0px;
	top: 10px;
}

.btn-configure[gotopurchase]{
	display: none;
}

.fix-to-top .btn-configure[gotopurchase]{
	display: inline-block;
}

.btn-configure span{
	display: inline-block;
	padding: 17px 45px;
	background-color: #77c0d9;
	color: #ffffff;
	border-radius: 25px;
	font-weight: bold;
	text-transform: uppercase;
}

.btn-configure:hover span{
	background-color: #92cde1;
}

.btn-configure:active span{
	background-color: #5990a3;
}

/**/
.add-to-cart-err-msg{
	background-color: #ffdf5e;
	padding: 15px;
	margin: 20px 0 10px 0;
	color: #5e4e34;
	font-size: 14px;
	border-radius: 15px;
	display: none;
}

/**/
/* cart */

.cart{}

.cart-table,
.invoice-table{
	width: 100%;
	border: 1px solid #ebebeb;
  border-radius: 15px;
  border-collapse: separate;
}

.cart-table tr:not(:last-child) td{
	border-bottom: 1px solid #ebebeb;
}

.cart-table td:first-child{
	border-right: 1px solid #ebebeb;
}

.cart-table td{
	vertical-align: middle;
	padding: 10px;
}

.invoice-row td{
	vertical-align: middle;
	padding: 10px 10px 10px 10px;	
}

.invoice-row td:last-child,
.invoice-header td:last-child{
	text-align: right;
}

.cart-table td:first-child{
	text-align: center;
}

.invoice-header td{
	padding: 10px;
}

.cart-header td,
.invoice-header td{
	font-size: 16px;
	color: 333333;
	padding-bottom: 10px; 
	font-weight: bold;
}

.cart-row td,
.cart-row td a,
.invoice-row td,
.invoice-row td a{
	font-size: 16px;
	color: #1d130f;
	text-decoration: none;
}

.cart-row-name a,
.cart-row-name i{
	display: block;
	padding-top: 5px;
}

.cart-row i a{
	display: inline !important;
}

.cart-row td a:hover{
	color: #e32227;
}

.cart-row td i,
.invoice-row td i,
.cart-row i a,
.invoice-row i a{
	font-size: 12px;
	color: #1d130f;
	font-style: italic;
}

.cart-row-image{
	width: 65px;
}

.cart-row-remove a{
	display: block;
	padding: 5px;
}

.cart-row-remove a:hover{
	color: #e32227;
}

.cart-table .cart-row-qty{
	white-space: nowrap;
}

.cart-table .cart-row-qty a,
.cart-row-qty-mobile a{
	display: inline-block;
	padding: 4px;
	cursor: pointer;
	cursor: hand;
	user-select: none;
	-moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */      	
}

.cart-row-qty img,
.cart-row-remove img,
.cart-row-qty-mobile img{
	vertical-align: middle !important;
	width: 25px;
	height: auto;
}

.cart-row-qty input,
.cart-row-qty-mobile input{
	border: 0 none !important;
	background-color: transparent !important;
	text-align: center;
	font-size: 16px;
}

.cart-row-qty span,
.cart-row-qty-mobile span{
	display: inline-block;
	padding: 3px 5px;
	background-color: #f2f2f2; 
	border-radius: 20px;
}

.cart-title{
	display: inline-block;
	font-weight: bold;
	font-size: 24px;
	color: #1d130f;
}

.cart-taxbase,
.cart-taxvalue,
.cart-total{
	overflow: hidden;
	color: #1d130f;
	font-size: 16px;
	font-size: normal;
	padding: 3px;
}

.cart-taxbase > span,
.cart-taxvalue > span,
.cart-total > span{
	display: block;
	float: right;
	
}

.cart-total{
	font-size: 24px;
	font-weight: 400;
}

/* mobile cart table */
.cart-table .mobile {
	margin-top: 20px;	
}

.cart-table .mobile > div{
	margin-top: 5px;
}

.cart-row-qty-mobile{
	margin-top: 20px !important;
}

.cart-table .mobile > div:not(.cart-row-qty-mobile) > span{
	font-weight: bold;
	display: inline-block;
	width: 70px;
}

.cart-table .mobile{
	display: none;
}



/**/
.btn{
	display: inline-block;
}

.btn span{
	display: inline-block;
	padding: 20px 50px;
	background-color: #77c0d9;
	color: #ffffff;
	border-radius: 20px;
	font-weight: bold;
	text-transform: uppercase;
}

.btn:hover span{
	background-color: #92cde1;
}

.btn:active span{
	background-color: #5990a3;
}

/**/
/* customerdata */
.customerdata{
	
}

.customerdata .cart-info,
.userdata .cart-info,
.shipping-payment .cart-info{
	float: right;
	width: 400px;
}

.customerdata .form-data,
.userdata .form-data,
.shipping-payment .form-data{
	margin-right: 400px;
}

.cart-summary{
	
}

.cart-summary table{
	width: 100%;
}

.cart-summary table td{
	padding: 5px 0;
	line-height: 22px;
	font-size: 16px;
}

.cart-summary table td:last-child,
.cart-summary table td:first-child{
	white-space: nowrap;
	text-align: right;
}

.cart-summary > div{
	margin: 10px 0;
	width: 100%;
}

.cart-summary > div > span{
	display: block;
	float: right;
}

/* */
.order-progress{
	padding: 0px 30px 30px;
	font-size: 16px;
	color: #555555;
}

.order-progress a{
	color: #555555;
	margin: 0 15px 0 15px;
	text-decoration: none;
}

.order-progress a:first-child{
	margin: 0 15px 0 0px;
}

.order-progress a:hover{
	color: #e32227;	
}

.order-progress a.active{
	color: #e32227;
	font-weight: bold;
}


/*forms*/
.form-wrap{
	*padding: 30px 30px 30px 0px;
}

.basic-form{
	width: 100%;
}

.basic-form label span{
	color: #ff0000;
}

.basic-form fieldset:not(:first-child){
	margin-top: 30px;
}

.basic-form legend{
	color: #1d130f;
	padding: 0 0 10px 0;
	font-weight: bold;
	font-size: 24px;
}

.basic-form label:not(.radiolabel):not(.checkboxlabel){
	display: block;
	margin: 30px 0;
	font-size: 15px;
	width: 100%;
	position: relative;
}

.shipping-payment .basic-form label:not(.radiolabel):not(.checkboxlabel){
	margin: 10px 0;
}

.basic-form label > div{
	position: absolute; 
	top: -9px; 
	left: 20px; 
	background-color: #ffffff;
	padding: 2px 5px;
	color: #949494;
	border-radius: 10px;
}

.basic-form label input,
.basic-form label textarea,
.basic-form label select{
	display: block;
	margin: 5px 0;
	color: #000000;
	font-weight: normal;
	padding: 15px 10px 15px 22px;
	font-size: 14px;
	border: 1px solid #d4d4d4;
	width: 350px;
	border-radius: 10px;
	background-color: #ffffff;
}

.ws-contact .basic-form label input,
.ws-contact .basic-form label textarea,
.ws-contact .basic-form label select{
	width: 250px;
}

.basic-form label input:focus,
.basic-form label textarea:focus,
.basic-form label select:focus {
	outline: none;
	border: 1px solid #7ac2da;
}

.basic-form label input[type=radio]{
	display: inline-block;
	width: auto;
	margin-right: 5px;
}

.basic-form label input[type=text],
.basic-form label textarea{
	
}

.basic-form .missingdata input,
.basic-form .missingdata textarea,
.basic-form .missingdata select{
	border: 1px solid #d20952 !important;	
}
 
.basic-form label input[type=checkbox]{
	display: inline-block;
	width: auto;
}

.customerdata .cart-info{
	padding-top: 50px;
}

.page-title{
	font-size: 46px;
	padding: 20px 0px;
	color: #333333;
}

/**/

input[type=submit]{
	display: inline-block;
	background-color: #77c0d9;
	color: #ffffff;
	border: 0;
	border-radius: 30px;
	font-weight: bold;
	text-transform: uppercase;	
	padding: 20px 30px;
	font-size: 16px;
}

input[type=submit]:hover{
	background-color: #92cde1;
}

input[type=submit]:active{
	background-color: #5990a3;
}

input[type=submit]:focus{
	outline: none;
}
	
/**/
/**/
.order-header-table,
.order-footer-table{
	width: 100%;
	margin: 30px 0 15px 0;
}

.order-header-table td,
.order-footer-table td{
	padding: 10px;
	vertical-align: top;
	line-height: 20px;
}

.invoice-bottom-html{
	padding: 20px;
}

.order-title{
	color: #333333;
	text-align: left;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 48px;
	margin: 10px 0 50px 0;
}

.invoice-custom-header,
.invoice-custom-footer{
	padding: 5px;
	vertical-align: top;
	line-height: 20px;
	font-size: 15px;	
}

.invoice-section{
	background-color: #ffffff; 
	padding: 20px; 
	border-bottom: 2px solid #333333;
}

.invoice-section:not(:first-child){
	margin-top: 20px;
}

.invoice-section .lbl{
	color: #777777;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
}

.invoice-section .lbl a{
	color: #ee9596;
	text-transform: none;
}

.invoice-section .lbl:not(:first-child){
	margin-top: 20px;
}

.invoice-section .val{
	color: #1d130f;
	font-size: 16px;
	font-weight: normal;
	margin-top: 5px;
}

.invoice-table{
	width: 100%;
}


/**/
#header-mobile{
	display: none;
	float: left;
	width: 100%;
	padding-top: 15px;
}

#header-mobile .logo{
	width: 50%;
	float: left;
}

#header-mobile .logo img{
	height: 40px;
	width: auto;
	margin-left: 15px;
}

#header-mobile .cart-menu-placeholder{
	width: 50%;
	float: left;
	text-align: right;
	padding-top: 15px;
}

#header-mobile .cart-link,
#header-mobile .mobile-menu-btn{
	display: inline-block;
	margin-right: 25px;
}

.mobile-menu-btn{
	width: 26px; 
	height: 20px;
	background-image: url(../img/mobile-menu-btn.png);
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;

	cursor: pointer; 
	cursor: hand;	
}

#header-mobile .cart-link > a > div > b{
	top: -5px;
}

#header-mobile .search{
	display: inline-block; 
	padding: 10px;
	background-image: url(../img/search.png);
	background-position: center center;
	background-repeat: no-repeat;	
	margin-right: 20px;
}

/**/

.mobile-menu{
	position: absolute; 
	display: none;
	width: 300px;
	right: 0px;
	top: 30px;
	background-color: #ffffff;
	z-index: 100;
	border: 1px solid #cccccc;
}

.mobile-menu > div{
	text-align: left;
}

.mobile-menu > div:not(:last-child){
	border-bottom: 1px solid #ffffff;
}

.mobile-menu > div > a{
	display: block;
	padding: 15px 15px;	
	text-decoration: none;
	color: #ffffff;
	font-size: 14px;
	line-height: 22px;
}

.mobile-menu > div:not(.shop) > a{
	background-color: #a6c7d2;
}

.mobile-menu > div.shop > a{
	background-color: #77c0d9;
}


.mobile-menu > div > a:hover{
	background-color: #92cde1;
}
	
.mobile-menu > div > a:active{
	background-color: #5990a3;
}


.mobile-menu > div.shop > a{
	text-transform: UPPERCASE;
	font-size: 14px;
}

.show_mobile_submenu{
	display: block;
}

/**/
.mod-document *{
	color: #000000;
	line-height: 25px;
	font-size: 16px;
}

.search-desktop{
	position: absolute; 
	top: 0px; 
	right: 60px;
	width: 0px;
	display: none;
	z-index: 100;
	overflow: visible !important;
	padding: 20px 0px;
}

.search-desktop input[type=text]{
	padding: 10px 0 10px 15px;
	width: 100%;
	border-radius: 20px;
	border: 1px solid #cccccc;
}

.search-desktop input[type=text]:focus{
	border: 1px solid #77c0d9;
	outline: none;
  box-shadow: 2px 0px 6px 0px rgba(0,0,0,0.48);		
}

.footer-seo-links2{
	padding-top: 20px;
}

.search-mobile{
	margin: 0px 10px 10px;
	text-align: center;
	display: none;
}

.search-mobile input[type=text]{
	padding: 15px 10px;
	width: 90%;
	border-radius: 20px;
	border: 1px solid #cccccc;
	font-size: 16px;
}

.search-mobile input[type=text]:focus{
	border: 1px solid #77c0d9;
	outline: none;
  box-shadow: 2px 0px 6px 0px rgba(0,0,0,0.48);		
}

.ws-contact{
	width: 100%;
	float: left;
}

.ws-contact > div:first-child{
	width: 50%;
	float: left;
}

.ws-contact > div:last-child{
	width: 50%;
	float: left;
}

/**/
.flexslider .slides > li{
	position: relative;
}


.flexslider .slides > li > div{
	display: block;
	position: absolute;
	color: #ffffff;
	left: 5%;
}

.flexslider.homepage .slides > li > div{
	top: 12%;
}

.flexslider.product .slides > li > div,
.flexslider.modularni .slides > li > div{
	top: 20%;
}

.flexslider .slides > li > div > span{
	display: block;
}

.flexslider.homepage .slides > li > div > .title1{
	font-size: 30px;
	font-weight: 300;
}

.flexslider.homepage .slides > li > div > .title1 strong{
	display: inline-block;
	border-bottom: 2px solid #ffffff;
	padding-bottom: 10px;
}

.flexslider.homepage .slides > li > div > .title2,
.flexslider.modularni .slides > li > div > .title1,
.flexslider.product .slides > li > div > .title1{
	margin-top: 40px;
	font-size: 70px;
	line-height: 70px;
	font-weight: 300;
}

.flexslider.homepage .slides > li > div > .title3,
.flexslider.modularni .slides > li > div > .title2,
.flexslider.product .slides > li > div > .title2{
	margin-top: 40px;
	font-size: 20px;
	line-height: 25px;
	font-weight: 300;
}

.flexslider.homepage .moreinfo-button,
.flexslider.modularni .moreinfo-button{
	margin-top: 40px;
	display: inline-block;
  color: #ffffff;
  font-size: 16px;
  margin-top: 30px;
  padding: 15px 20px;
  border-radius: 20px;
  cursor: pointer;
  cursor: hand;
  background-color: #77c0d9;
  text-decoration: none;
  text-transform: uppercase;
  display: none;
}

.flexslider.modularni .moreinfo-button{
	display: inline-block;
}

.flexslider.homepage .moreinfo-button:hover,
.flexslider.modularni .moreinfo-button:hover{
	background-color: #92cde1;
}

.flexslider.homepage .moreinfo-button:active,
.flexslider.modularni .moreinfo-button:active{
	background-color: #5990a3;
}

.flex-viewport{
	max-height: 800px !important;
	_min-height: 300px !important;
}

/**/
.ws-table-properties2 td{
	color: #666666;
	position: relative;
}

.ws-table-properties2 table{
	
}

.ws-table-exposed-product td li{
	height: 22px;
	margin: 10px 0; /* not needed, just to add space between the li's */
	background: url(../img/check.png) no-repeat left center;
	background-size: 22px 22px;
	list-style: none; /* Get rid of the default bullet points */
	padding-left: 40px; /* Offsets the text. Needs to be at least the width of your image */
	line-height: 30px; /* Might have to play with this value a bit */
	color: #666666;
}

.ws-table-exposed-product td{
	vertical-align: top;
}

/**/
.flexslider.modularni .slides > li > div > .title1{
	*display: none;
}

.flexslider.product{
	margin: 0 0 0 !important;
}

.ws-container.product-details{
	margin-top: 40px;
}

/**/
.modularni-povzetek-blok{
	float: left;
	width: 100%;
}

.modularni-povzetek-blok > div{
	width: 50%;
	float: left;
	font-size: 17px;
	line-height: 30px;
	color: #666666;
}

.modularni-povzetek-blok > div:last-child{
	text-align: center;
}

.modularni-povzetek-blok > div:last-child img{
	.width: 100%;
	max-width: 100%;
}

.kosara-sedez-btn,
.kosara-sedez-btn span{
	display: inline-block;
	font-size: 16px;
	cursor: pointer; 
	cursor: hand;	
}

.kosara-sedez-btn{
	border: 1px solid #cccccc;
	border-radius: 25px;
	overflow: hidden;
}

.kosara-sedez-btn > span{
	padding: 5px 30px;
	color: #66666a;
	background-color: #ffffff;
}

.kosara-sedez-btn > span:hover,
.kosara-sedez-btn > span.active{
	color: #ffffff;
	background-color: #77c0d9;
}

/**/
.detail-image-loader-icon{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-image: url(../img/loading5.gif);
	background-position: center center;
	background-repeat: no-repeat;	
	display: none;
}

/**/
.mobile-menu-btn2{
	display: none;
}

#ws-section-selector > ul.mobile{
	position: absolute;
	top: 55px;
	left: 10px;
	background-color: #77c0d9;
	display: none;
}

#ws-section-selector > ul.mobile > li{
	display: list-item;
	width: 180px;
	padding: 10px 10px;
	color: #ffffff;
	margin-right: 0;
}

#ws-section-selector > ul.mobile > li:not(last-child){
	border-bottom: 1px solid #ffffff;
}

#ws-section-selector > ul.mobile > li:hover,
#ws-section-selector > ul.mobile > li:active{
	border-bottom: 1px solid #ffffff;
	background-color: #92cde1;
}

/**/
.kaj_vsebuje{
	text-align: center;
	overflow: hidden;
	padding: 10px;
}

.kaj_vsebuje > span{
	max-width: 50%;
	display: inline-block;
	position: relative;
}

.kaj_vsebuje > span > img{
	max-width: 100%;
}

.kaj_vsebuje .kaj-vsebuje-plus{
	display: inline-block;
	position: absolute;
	background-image: url(../img/kaj-vsebuje-plus.png);
	background-repeat: no-repeat;
	padding: 3px 0;
	cursor: pointer; 
	cursor: hand;
}

.kaj_vsebuje .kaj-vsebuje-plus > i{
	font-size: 18px;
	color: #1a1a1a;
	line-height: 25px;
	white-space: nowrap;
}

.kaj_vsebuje .kaj-vsebuje-plus.text-left{
	text-align: right;
	background-position: right top; 
	padding-right: 37px;
}

.kaj_vsebuje .kaj-vsebuje-plus.text-right{
	text-align: left;
	background-position: left top; 
	padding-left: 37px;
}

.kaj-vsebuje-popup-container{
	position: fixed !important;
  top: 0px;
  width: 100%;
  z-index: 1100;	
	display: none;
	background-color: #ffffff;
	padding-top: 40px;	
}

.kaj-vsebuje-popup-container .ws-container{
}

.kaj-vsebuje-popup{
	display: none;	
	float: left;
	-webkit-box-shadow: 0px 0px 36px -7px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 36px -7px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 36px -7px rgba(0,0,0,0.75);
	width: 100%;
}

.kaj-vsebuje-popup > div:first-child,
.kaj-vsebuje-popup > div:last-child{
	float: left;
	width: 50%;
	text-align: left;
}

.kaj-vsebuje-popup > div:first-child > img{
	max-width: 100%;
}

.kaj-vsebuje-popup > div:first-child{
	background-color: #e5bd9a;
}

.kaj-vsebuje-popup > div:last-child{
	background-color: #77c0d9;
	overflow-x: hidden;
	overflow-y: auto;
}

.kaj-vsebuje-popup > div:last-child br{
	_line-height: 300%;
}

.kaj-vsebuje-popup > div:last-child > div{
	padding: 20px;
	color: #ffffff;	
}

.kaj-vsebuje-popup > div:last-child h1{
	font-size: 36px;
	line-height: 40px;
	font-weight: 300;
	color: #ffffff;	
}

.kaj-vsebuje-popup > div:last-child p{
	margin-top: 30px;
	font-size: 14px;
	line-height: 25px;
	color: #ffffff;
}

.kaj-vsebuje-popup > div:last-child li{
	font-size: 14px;
	line-height: 25px;
	color: #ffffff;	
	display: list-item;


	margin: 10px 0; /* not needed, just to add space between the li's */
	background: url(../img/check.png) no-repeat left center;
	list-style: none; /* Get rid of the default bullet points */
	padding-left: 50px; /* Offsets the text. Needs to be at least the width of your image */
		
}

.popup-close{
	display: block;
	position: absolute;
	background-image: url(../img/popup-close.png);
	background-repeat: no-repeat;
	cursor: pointer; 
	cursor: hand;	
	top: -20px;
	right: -20px;
	width: 48px;
	height: 48px;
}

/**/
.kaj-vsebuje-popup.mobile > div:first-child{
	text-align: center;
}

.kaj-vsebuje-popup.mobile > div:first-child > img{
	max-height: 100%;
}

.kaj-vsebuje-popup.mobile > div:first-child,
.kaj-vsebuje-popup.mobile > div:last-child{
	width: 100%;
}
	
#ws-sections > .ws-container[section],
#ws-sections > .ws-fs-container[section]{
	padding-top: 10px;	
}	

#contact-form-error{
	padding: 10px;
	background-color: #fff1a1;
	color: #000000;
	margin: 0px 0 20px;
	display: none;
}

.fancybox-bg{
	background: #ffffff !important;
}

.fancybox-container--ready .fancybox-bg{
	opacity: 1 !important;
}

.hide-cart-btn > div > div > p{
	display: none;
}

.cart-coupon a{
	display: inline-block;
	width: 100%;
	text-align: right;
	margin-top: 20px;
	color: #77c0d9;
	font-weight: bold;
	text-decoration: underline;
}

#cart-coupon-popup {
	display: none;
  _position: absolute;
  width: 400px;
  height: 250px;
  *top: 50%;
  *left: 50%;
  margin-top: 20px;
  background: #ffffff;
  border: 3px solid #77c0d9; 
}

#cart-coupon-popup table{
	width: 100%;
}

#cart-coupon-popup table td{
	padding: 10px;
	text-align: center;
}

#cart-coupon-popup table input[type=text]{
	padding: 5px;
	font-size: 16px;
	font-weight: bold;
	color: gray;
	border-radius: 10px;
	border: 1px solid #000000;
}

#cart-coupon-popup > a{
	float: right;
	display: block;
	padding: 10px 15px;
	font-size: 20px;
	color: #000000;
}


#coupon-input-label{
	font-size: 18px;
}

#main-slider-mobile{
	display: none;
}

#main-slider .slides > li > a.img-container,
#main-slider-mobile .slides > li > a.img-container{
	display: block;
	padding-bottom: 43.075%;
	width: 100%;
	background-size:contain;
	background-position: center center; 
}

/**/
.tehnicne-znacilnosti-img-description{
	position: absolute;
	width: 100%;	
	top: 0px;
	left: 0px;
	text-align: left;
	background-color:rgba(255,255,255,0.5);
}

.tehnicne-znacilnosti-img-description span{
	font-size: 20px;
	display: block;
	padding: 0 0 10px 0;
	color: #000000;
}

.tehnicne-znacilnosti-img-description i{
	color: #666666;
	font-size: 14px;
	display: block;
}

/**/

#ws-sections div[section] .col-1,
#ws-sections div[section] .col-2{
	float:left;
	width: 50%;
	position: relative;
}

#ws-sections div[section] .col-1{
	text-align: center;
}

#ws-sections div[section] .col-2 > div{
	margin-top: 200px;
}

div[section=sestavi_si_komplet] .col-1 img{
	width: 80%;
	height: auto;
	vertical-align: middle;
}

span.sestavi-si-title{
	display: block;
	padding: 10px 0;
	font-size: 36px;
  color: #1a1a1a;
  line-height: 44px;  
}


span.sestavi-si-description{
	display: block;
	font-size: 16px;
	line-height: 20px;
	color: #666666;
}

/**/
.sestavi-si-btn-configure{
	display: inline-block;
	margin-top: 30px;
}

.sestavi-si-btn-configure span{
	display: inline-block;
	padding: 17px 45px;
	background-color: #77c0d9;
	color: #ffffff;
	border-radius: 25px;
	font-weight: bold;
	text-transform: uppercase;
}

.sestavi-si-btn-configure:hover span{
	background-color: #92cde1;
}

.sestavi-si-btn-configure:active span{
	background-color: #5990a3;
}

/**/
.img-align-helper{
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

/**/
.ui-widget-content a{
	font-family: 'Raleway', sans-serif;
}


/**/
#header-info-line{
	display: none;
	text-align: center;
	padding: 10px;
	font-size: 14px;
	background-color: #eeeeee;
}

/*
@media screen and (max-width: 1875px){
	padding-bottom: 43.075%;
}*/

/* navigator */
#navigator{
	overflow: hidden;
	margin-bottom: 20px;
	padding: 5px 0 5px 10px;
	line-height: 22px;
}


#navigator a,#navigator span{
	color: #b3a38b;
	font-size: 15px;
	font-weight: normal;
	text-decoration: none;
}

#navigator{
	color: #d4145a;
	font-size: 15px;
}


@media screen and (max-width: 790px){
	#main-slider .slides > li > a.img-container{
		padding-bottom: 110.83%;
		background-size:auto 100%;
	}
}


@media screen and (max-width: 1400px){
	.flexslider.homepage .slides > li > div > .title2,
	.flexslider.homepage .slides > li > div > .title3,
	.flexslider.homepage .moreinfo-button{
		margin-top: 20px;
	}
	
	.flexslider.homepage .slides > li > div > .title2{
		font-size: 60px;
	}
	
	#main-slider .flex-direction-nav a,
	#main-slider-mobile .flex-direction-nav a {
		width: 20px !important;
		height: 40px !important;
	}
}

@media screen and (max-width: 980px){
	.kaj_vsebuje .kaj-vsebuje-plus > i{
		visibility: hidden;
	}
}

@media screen and (max-width: 870px){
	.customerdata .cart-info,
	.shipping-payment .cart-info{
		width: 100%;
		margin-bottom: 30px;
		padding-top: 0;
	}
	
	.customerdata .form-data,
	.shipping-payment .form-data{
		margin-right: 0;
	}
	
	.footer-seo-links{
		display: none;
	}
	
	.footer-seo-links2{
		margin-top: 30px;
	}
	
	.hp-help-area-block2 h2{
		font-size: 25px !important;
	}
	
	.hp-help-area-block2 p{
		display: none;
	}


	.flexslider.homepage .slides > li > div > .title1{
		font-size: 25px;
	}
	
	.flexslider.homepage .slides > li > div > .title2{
		font-size: 45px;
		line-height: 45px;
	}	
	
	/**/
	.mobile-menu-btn2{
		display: inline-block;
		position: absolute;
		width: 26px;
		height: 20px;
		top: 25px;
		left: 10px;
	}
		
	#ws-section-selector > ul.desktop{
		display: none;
	}
	
	#ws-sections div[section] .col-1{
		display: none;
	}
	
	#ws-sections div[section] .col-2{
		width: 100%;
	}

	#ws-sections div[section] .col-2 > div{
		margin-top: 0px;
		text-align: center;
	}
	
	#main-slider .flex-direction-nav a,
	#main-slider-mobile .flex-direction-nav a {
		display: none;
	}

}

._mobile{
	display: none;
}

._desktop{
	display: block;	
}

@media screen and (max-width: 790px){
	.product-boxes > div,
	.product-group-boxes > div{
		width: 33%;
	}

	._mobile{
		display: block;
	}
	
	._desktop{
		display: none;	
	}
	
	.product-boxes > div > div > div{
		font-size: 14px;
	}
	
	.exposed-product-block > div{
		width: 100%;
	}
	
	.exposed-product-block{
		margin-top: 50px;
	}
	
	.exposed-product-block > div:last-child{
		margin-top: 40px;
	}
	
	.product-details .left-col,
	.product-details .right-col{
		width: 100%;
	}
	
	.product-details .right-col{
		margin-top: 30px;
	}
	
	.cart-table td:nth-child(5){
		display: none;
	}
	
	.cart-header{
		display: none;
	}
	
	.cart-table .mobile{
		display: block;
	}
	
	.cart-row-price,
	.cart-row-taxrate,
	.cart-row-qty,
	.cart-row-pricetotal{
		display: none;
	}
	
	#header-mobile{
		display: block;
	}
	
	#header-normal{
		display: none;
	}

/*
	.flexslider.homepage .slides > li > div > .title3{
		display: none;
	}	*/	

	.flexslider.modularni .slides > li > div > .title1,
	.flexslider.product .slides > li > div > .title1{
		*font-size: 50px;
		*line-height: 50px;
	}

	.flexslider.modularni .slides > li > div > span,
	.flexslider.product .slides > li > div > span{
		margin-top: 20px !important;
	}

	.flexslider.product .slides > li > div,
	.flexslider.modularni .slides > li > div{
		top: 10%;
	}	
	
	
	.modularni-povzetek-blok > div{
		width: 100%;
	}

	.ws-contact > div:first-child,
	.ws-contact > div:last-child{
		width: 100%;
	}
	
	/**/
	/*
	#main-slider.flexslider,
	#main-slider-mobile.flexslider {
	  width: 100%;
	  height: 250px;
	  overflow: hidden;
	  position: relative;
	}
	
	
	#main-slider.flexslider .slides img,
	#main-slider-mobile.flexslider .slides img {
		height: 250px;
		width: 1000px;
	}*/
	
	.footer2-logo{
		display: none;
	}
	
	.footer2-links{
		width: 100%;
		text-align: center;
	}
	
	#header-info-line{
		display: block;
	}
	
	
	
}


@media screen and (max-width: 590px){
	.product-boxes > div,
	.product-group-boxes > div{
		width: 50%;
	}

	.hp-help-area-block2 h2{
		display: none;
	}	

/*
	.flexslider.homepage .slides > li > div > .title3,
	.flexslider.homepage .slides > li > div > .title2,
	.flexslider.product .slides > li > div > .title2,
	.flexslider.modularni .slides > li > div > .title2{
		display: none;
	}		*/
	
}
