/*!
 * qTip2 - Pretty powerful tooltips - v2.0.1-4-g
 * http://qtip2.com
 *
 * Copyright (c) 2013 Craig Michael Thompson
 * Released under the MIT, GPL licenses
 * http://jquery.org/license
 *
 * Date: Fri Jan 4 2013 04:05 GMT+0000
 * Plugins: svg ajax tips modal viewport imagemap ie6
 * Styles: basic css3
 */

/* Core qTip styles */
.qtip, .qtip{
	position: absolute;
	left: -28000px;
	top: -28000px;
	display: none;

	max-width: 280px;
	min-width: 50px;

	direction: ltr;
}

	.qtip-content{
		position: relative;
		padding: 5px 9px;
		overflow: hidden;

		text-align: left;
		word-wrap: break-word;
	}

	.qtip-titlebar{
		position: relative;
		padding: 5px 35px 5px 10px;
		overflow: hidden;

		border-width: 0 0 1px;
		font-weight: bold;
	}

	.qtip-titlebar + .qtip-content{ border-top-width: 0 !important; }

	/* Default close button class */
	.qtip-close{
		position: absolute;
		right: -9px; top: -9px;

		cursor: pointer;
		outline: medium none;

		border-width: 1px;
		border-style: solid;
		border-color: transparent;
	}

		.qtip-titlebar .qtip-close{
			right: 4px; top: 50%;
			margin-top: -9px;
		}
	
		* html .qtip-titlebar .qtip-close{ top: 16px; } /* IE fix */

		.qtip-titlebar .ui-icon,
		.qtip-icon .ui-icon{
			display: block;
			text-indent: -1000em;
			direction: ltr;
			vertical-align: middle;
		}

		.qtip-icon, .qtip-icon .ui-icon{
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			border-radius: 3px;
			text-decoration: none;
		}

			.qtip-icon .ui-icon{
				width: 18px;
				height: 14px;

				text-align: center;
				text-indent: 0;
				font: normal bold 10px/13px Tahoma,sans-serif;

				color: inherit;
				background: transparent none no-repeat -100em -100em;
			}


/* Applied to 'focused' tooltips e.g. most recently displayed/interacted with */
.qtip-focus{}

/* Applied on hover of tooltips i.e. added/removed on mouseenter/mouseleave respectively */
.qtip-hover{}

/* Default tooltip style */
.qtip-default{
	border-width: 1px;
	border-style: solid;
	border-color: #F1D031;

	background-color: #FFFFA3;
	color: #555;
}

	.qtip-default .qtip-titlebar{
		background-color: #FFEF93;
	}

	.qtip-default .qtip-icon{
		border-color: #CCC;
		background: #F1F1F1;
		color: #777;
	}
	
	.qtip-default .qtip-titlebar .qtip-close{
		border-color: #AAA;
		color: #111;
	}


/* Add shadows to your tooltips in: FF3+, Chrome 2+, Opera 10.6+, IE9+, Safari 2+ */
.qtip-shadow{
	-webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
	box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
}


/* Add rounded corners to your tooltips in: FF3+, Chrome 2+, Opera 10.6+, IE9+, Safari 2+ */
.qtip-rounded{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.qtip-rounded .qtip-titlebar{
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}


/* IE9 fix - removes all filters */
.qtip:not(.ie9haxors) div.qtip-content,
.qtip:not(.ie9haxors) div.qtip-titlebar{
	filter: none;
	-ms-filter: none;
}


/* Tips plugin */
.qtip .qtip-tip{
	margin: 0 auto;
	overflow: hidden;
	z-index: 10;
}

	.qtip .qtip-tip,
	.qtip .qtip-tip .qtip-vml{
		position: absolute;

		color: #123456;
		background: transparent;
		border: 0 dashed transparent;
	}
	
	.qtip .qtip-tip canvas{ top: 0; left: 0; }

	.qtip .qtip-tip .qtip-vml{
		behavior: url(#default#VML);
		display: inline-block;
		visibility: visible;
	}
/* Modal plugin */
#qtip-overlay{
	position: fixed;
	left: -10000em;
	top: -10000em;
}

	/* Applied to modals with show.modal.blur set to true */
	#qtip-overlay.blurs{ cursor: pointer; }

	/* Change opacity of overlay here */
	#qtip-overlay div{
		position: absolute;
		left: 0; top: 0;
		width: 100%; height: 100%;

		background-color: black;

		opacity: 0.7;
		filter:alpha(opacity=70);
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	}


/* IE6 Modal plugin fix */
.qtipmodal-ie6fix{
	position: absolute !important;
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 104200;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
    filter: alpha(opacity=80); }

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 104300;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden; }

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }

.mfp-align-top .mfp-container:before {
    display: none; }

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto; }

.mfp-ajax-cur {
    cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out; }

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
    cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none; }

.mfp-loading.mfp-figure {
    display: none; }

.mfp-hide {
    display: none !important; }

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044; }
.mfp-preloader a {
    color: #CCC; }
.mfp-preloader a:hover {
    color: #FFF; }

.mfp-s-ready .mfp-preloader {
    display: none; }

.mfp-s-error .mfp-content {
    display: none; }

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none; }

button::-moz-focus-inner {
    padding: 0;
    border: 0; }

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace; }
.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
.mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
    color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%; }

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap; }

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    filter: alpha(opacity=65);
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent; }
.mfp-arrow:active {
    margin-top: -54px; }
.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
.mfp-arrow:after,
.mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
.mfp-arrow:before,
.mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
    left: 0; }
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
    right: 0; }
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
.mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%; }
.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
    line-height: 0; }
.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
.mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto; }

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px; }

.mfp-image-holder .mfp-content {
    max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
         * Remove all paddings around the image on small screen
         */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0; }
    .mfp-img-mobile img.mfp-img {
        padding: 0; }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0; }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px; }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0; }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px; }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0; } }

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75); }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0; }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%; }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px; } }

.mfp-ie7 .mfp-img {
    padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
    padding: 0; }

.mfp-ie7 .mfp-content {
    padding-top: 44px; }

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0; }
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,input,textarea,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 {border:0;margin:0;padding:0;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}/*IE8*/
audio,canvas,video{display:inline-block;}/*IE8/9*/
address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:400;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:400;}
b,strong{font-weight: bold;}
q:before,q:after{content:'';}
table{border-collapse:collapse;border-spacing:0;}
form{display:inline;}
*{outline:none;}
input[type=submit]:hover,input[type=checkbox]:hover,label:hover{cursor:pointer;}
button,input,select,textarea{font-family:inherit;font-size:100%;margin:0;}
textarea{overflow:auto;vertical-align:top;}
ol,ul{list-style:none;}
a{text-decoration:none;}
.clear {clear:both;font-size:0px;height:0px;margin:0px;padding:0px;overflow:hidden;}
* html .clearfix, * html .cf {height: 1%; /* IE5-6 */}
*+html .clearfix, *+html .cf {display: inline-block; /* IE7not8 */}
.clearfix:after, .cf:after { /* FF, IE8, O, S, etc. */content: ".";display: block;height: 0;clear: both;visibility: hidden;overflow: hidden;}
.clear2{clear:both;}
﻿@charset "utf-8";
@import "/assets/css/reset.css";


/* Large desktop */
@media (max-width: 1199px) {  }

/* Portrait tablet to landscape and desktop */
@media (max-width: 979px) {  }

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {  }

/* Landscape phones and down */
@media (max-width: 534px) {  }

/* Landscape phones and down */
@media (max-width: 320px) {  }


@-ms-viewport {
    width: device-width;
}



/***************************************************
Global styles
***************************************************/
html {
    width: 100%;
    height: 100%;
    -ms-text-size-adjust: none;
    box-sizing: border-box;
}
*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    font-family: "Sen", sans-serif;
    font-optical-sizing: auto;
    font-size: 14px;
    color: #343b4a;
    background: #fff;
    margin: 0;
    padding: 150px 0 0 0;
    min-width: 320px;
}
body.sticky {
}

a {
    color: #343b4a;
}
a:hover {
    color: #000;
}


@media (max-width: 979px) {
    body {
        padding-top: 110px;
    }
}
@media (max-width: 534px) {
    body {
        padding-top: 180px;
    }
}


/***************************************************
Szkielet
***************************************************/

.container {
    margin: 0 auto;
    max-width: 1170px;
    position: relative;
    padding: 0 20px;
}

main {
    min-height: 300px;
}

.header-wrapper {
    height: 150px;
    background: #fff;
    z-index: 9999;
    transition: height .25s linear;
    -moz-transition: height .25s linear;
    -webkit-transition: height .25s linear;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    border-bottom: 1px solid #f4f4f4;
}
.header-wrapper .container {
    height: 100%;
}


.logo {
}
.logo img {
    position: absolute;
    left: 20px;
    top: 35px;
    width: 250px;
    transition: all .25s linear;
    -moz-transition: all .25s linear;
    -webkit-transition: all .25s linear;
}

@media (max-width: 979px) {
    .header-wrapper {
        height: 110px;
    }
    .logo img {
        left: 50px;
    }
}
@media (max-width: 767px) {
    .logo img {
        width: 150px;
        top: 42px;
    }
}
@media (max-width: 534px) {
    .header-wrapper {
        height: 180px;
        padding: 0 10px;
    }
    .header-wrapper .container {
        padding-top: 83px;
        padding-bottom: 53px;
    }
    .logo img {
        top: 22px;
        left: 50%;
        margin-left: -100px;
        width: 200px;
    }
}




.sticky .header-wrapper {
    height: 90px;
    box-shadow: 0 0 3px rgba(0,0,0,0.1);
}
.sticky .header-wrapper .container {
    padding-top: 0;
}
.sticky .logo img {
    left: 0;
    top: 13px;
    width: 150px;
    margin-left: 0;
}
.sticky .form-control-search {
    display: none;
}

@media (max-width: 979px) {
    .sticky .header-wrapper {
        height: 50px;
    }
    .sticky .logo img {
        left: 50px;
    }
}
@media (max-width: 534px) {
    .sticky .logo img {
        display: none;
    }
}


.header-nav {
    position: absolute;
    top: 40px;
    right: 20px;
    text-align: right;
    transition: top .25s linear;
    -moz-transition: top .25s linear;
    -webkit-transition: top .25s linear;
    z-index: 998;
}

.header-nav > * {
    margin-left: 20px;
    display: inline-block;
    vertical-align: middle;
}

.header-nav .header-nav-heart {
}

.header-nav .header-nav-cart {
}
.header-nav span.icon-cart {
    vertical-align: -9px;
}
.header-nav span#box-cart {
    margin-right: 5px;
}

.header-nav-profile {
    position: relative;
}
.header-nav-profile .icon-user {
    vertical-align: -9px;
}
.header-nav-profile-a {
    vertical-align: middle;
}

.header-nav-profile-sub {
    display: none;
    background: #000;
    position: absolute;
    top: 30px;
    right: 0;
    width: 200px;
    padding: 15px 0;
    z-index: 9;
}
.header-nav-profile-sub.opened {
    display: block;
}
.header-nav-profile-sub li {
    padding: 5px 15px;
}
.header-nav-profile-sub li a {
    color: #fff;
}
.header-nav-profile-sub li a:hover {
    color: #a343f7;
}

@media (max-width: 534px) {
    .header-nav {
        position: static;

        text-align: center;
    }
    .header-nav > div:last-child {
        margin-left: 10px;
    }

    .header-nav > * {
        margin-left: 10px;
    }
}

.sticky .header-nav {
    top: 12px;
    position: absolute;
    text-align: right;
}
/*.sticky .header-nav #box-cart {*/
/*    display: none;*/
/*}*/
/*.sticky .header-nav-profile {*/
/*    display: none;*/
/*}*/


.header-nav-search {
    display: inline-block;
    position: relative;
    z-index: 999;
}
.header-nav-search-control {
    border: 1px solid #343b4a;
    background: #fff;
    width: 210px;
    height: 44px;
    padding: 10px;
    transition: all .15s linear;
    -moz-transition: all .15s linear;
    -webkit-transition: all .15s linear;
    position: absolute;
    top: 35px;
    right: -10px;
    display: none;
    z-index: 999;
}
.header-nav-search-control:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7.5px 8px 7.5px;
    border-color: transparent transparent #343b4a transparent;
    position: absolute;
    top: -8px;
    right: 15px;
}
.header-nav-search-control input {
    width: calc(100% - 22px);
    float: left;
    height: 22px;
    line-height: 22px;
    border: 0;
}
.header-nav-search-control .icon-search {
    margin-top: 1px;
}
.header-nav-search.opened .header-nav-search-control {
    display: block;
}

@media (max-width: 534px) {
    .header-nav-search-control {
        right: auto;
        left: -10px;
    }
    .header-nav-search-control:after {
        right: auto;
        left: 15px;
    }
}





.footer-wrapper {
    margin: 50px 0 0 0;
    background: #f8f8f8;
    width: 100%;
}
.footer-wrapper .container {
    padding: 50px 20px;
    box-sizing: border-box;
}
.footer-wrapper h4 {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 25px 0 15px 0;
}
.footer-wrapper h4:first-child {
    margin-top: 0;
}

.footer-links li {
    margin: 0 0 5px 0;
}
.footer-links a {
    margin-right: 20px;
    font-size: 13px;
}

.footer-info {
    font-size: 13px;
}
.footer-info h3 {
    font-size: 22px;
    font-weight: 500;
    margin: 15px 0;
}
.footer-info h3 span {
    margin-right: 5px;
}
.footer-info strong {
    font-weight: 500;
    font-size: 16px;
}

.footer-social span {
    margin-right: 5px;
}

.footer-representatives .form-group .form-label {
    width: 100%;
    padding-bottom: 5px;
}
.footer-representatives .form-group .form-control {
    width: 100%;
}

.footer-newsletter form {
    max-width: 400px;
    display: inline-block;
}
.footer-newsletter p {
    font-size: 12px;
    line-height: 1.5em;
}
.footer-newsletter input[type=text] {
    width: 100%;
    margin: 10px 0;
}
.footer-newsletter .form-group {
    text-align: left;
    clear: none;
}
.footer-newsletter .form-group-checkbox input[type=checkbox] {
    left: 0;
}
.footer-newsletter .btn {
    color: #000;
    background: #c7c7c7;
    padding: 7px 10px;
}

.footer-copy {
    color: #c2c2c2;
    float: left;
}
.footer-make {
    float: right;
}
.footer-make .studiomh {
    display: inline-block;
}


@media (max-width: 534px) {
    .footer-newsletter, .footer-representatives {
        text-align: center;
    }
    .footer-newsletter input[type=text] {
        text-align: center;
    }
    .footer-info {
        text-align: center;
    }
}



.g-grid {
    padding: 0 10px;
    width: 100%;
    margin: 0 auto;
    max-width: 1200px;
}

.g-row {
    clear: both;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-left: -30px;
}
.g-row > [class*="g-col-"] {
    padding-left: 30px;
}

.g-row-reverse {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
}

.g-row-top {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
}

.g-row-middle {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}

.g-row-bottom {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    -ms-grid-row-align: flex-end;
    align-items: flex-end;
}

.g-row-left {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.g-row-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.g-row-right {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.g-row-around {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.g-row-between {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

[class*="g-col-"] {
    min-height: 1px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
}

.g-col-center {
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.g-col-content {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.g-col-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0%;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
}

.g-col-top {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.g-col-middle {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}

.g-col-bottom {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.g-col-right {
    margin-left: auto;
}

.g-col-1 {
    -webkit-flex-basis: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%;
}

.g-col-2 {
    -webkit-flex-basis: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%;
}

.g-col-3 {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
}

.g-col-4 {
    -webkit-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
}

.g-col-5 {
    -webkit-flex-basis: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%;
}

.g-col-6 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
}

.g-col-7 {
    -webkit-flex-basis: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%;
}

.g-col-8 {
    -webkit-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%;
}

.g-col-9 {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
}

.g-col-10 {
    -webkit-flex-basis: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%;
}

.g-col-11 {
    -webkit-flex-basis: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%;
}

.g-col-12 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
}

.g-gutter-reset {
    margin-left: 0;
}

.g-gutter-reset > [class*="g-col-"] {
    padding-left: 0;
}

.g-pddY-30 {
    margin-top: -30px;
}
.g-pddY-30 > [class*="g-col-"] {
    padding-top: 30px;
}
.g-pdd-10 {
    margin-top: -10px;
    margin-left: -10px;
}
.g-pdd-10 > [class*="g-col-"] {
    padding-top: 10px;
    padding-left: 10px;
}
.g-pdd-50 {
    margin-top: -50px;
    margin-left: -50px;
}
.g-pdd-50 > [class*="g-col-"] {
    padding-top: 50px;
    padding-left: 50px;
}



@media (min-width: 535px) {
    .g-col-s-1 {
        -webkit-flex-basis: 8.33333%;
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
        max-width: 8.33333%;
    }
    .g-col-s-2 {
        -webkit-flex-basis: 16.66667%;
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
        max-width: 16.66667%;
    }
    .g-col-s-3 {
        -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }
    .g-col-s-4 {
        -webkit-flex-basis: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%;
    }
    .g-col-s-5 {
        -webkit-flex-basis: 41.66667%;
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
        max-width: 41.66667%;
    }
    .g-col-s-6 {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }
    .g-col-s-7 {
        -webkit-flex-basis: 58.33333%;
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
        max-width: 58.33333%;
    }
    .g-col-s-8 {
        -webkit-flex-basis: 66.66667%;
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
        max-width: 66.66667%;
    }
    .g-col-s-9 {
        -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }
    .g-col-s-10 {
        -webkit-flex-basis: 83.33333%;
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
        max-width: 83.33333%;
    }
    .g-col-s-11 {
        -webkit-flex-basis: 91.66667%;
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
        max-width: 91.66667%;
    }
    .g-col-s-12 {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
    .g-col-s-content {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .g-col-s-auto {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 0%;
        -ms-flex: 1 1 0%;
        flex: 1 1 0%;
    }
}

@media (min-width: 768px) {
    .g-col-m-1 {
        -webkit-flex-basis: 8.33333%;
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
        max-width: 8.33333%;
    }
    .g-col-m-2 {
        -webkit-flex-basis: 16.66667%;
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
        max-width: 16.66667%;
    }
    .g-col-m-3 {
        -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }
    .g-col-m-4 {
        -webkit-flex-basis: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%;
    }
    .g-col-m-5 {
        -webkit-flex-basis: 41.66667%;
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
        max-width: 41.66667%;
    }
    .g-col-m-6 {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }
    .g-col-m-7 {
        -webkit-flex-basis: 58.33333%;
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
        max-width: 58.33333%;
    }
    .g-col-m-8 {
        -webkit-flex-basis: 66.66667%;
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
        max-width: 66.66667%;
    }
    .g-col-m-9 {
        -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }
    .g-col-m-10 {
        -webkit-flex-basis: 83.33333%;
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
        max-width: 83.33333%;
    }
    .g-col-m-11 {
        -webkit-flex-basis: 91.66667%;
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
        max-width: 91.66667%;
    }
    .g-col-m-12 {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
    .g-col-m-content {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .g-col-m-auto {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 0%;
        -ms-flex: 1 1 0%;
        flex: 1 1 0%;
    }
}

@media (min-width: 980px) {
    .g-col-l-1 {
        -webkit-flex-basis: 8.33333%;
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
        max-width: 8.33333%;
    }
    .g-col-l-2 {
        -webkit-flex-basis: 16.66667%;
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
        max-width: 16.66667%;
    }
    .g-col-l-3 {
        -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }
    .g-col-l-4 {
        -webkit-flex-basis: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%;
    }
    .g-col-l-5 {
        -webkit-flex-basis: 41.66667%;
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
        max-width: 41.66667%;
    }
    .g-col-l-6 {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }
    .g-col-l-7 {
        -webkit-flex-basis: 58.33333%;
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
        max-width: 58.33333%;
    }
    .g-col-l-8 {
        -webkit-flex-basis: 66.66667%;
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
        max-width: 66.66667%;
    }
    .g-col-l-9 {
        -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }
    .g-col-l-10 {
        -webkit-flex-basis: 83.33333%;
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
        max-width: 83.33333%;
    }
    .g-col-l-11 {
        -webkit-flex-basis: 91.66667%;
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
        max-width: 91.66667%;
    }
    .g-col-l-12 {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
    .g-col-l-content {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .g-col-l-auto {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 0%;
        -ms-flex: 1 1 0%;
        flex: 1 1 0%;
    }
}

[class*="g-hide-"] {
    display: block;
}

[class*="g-show-"] {
    display: none;
}

@media (min-width: 980px) {
    .g-show-l {
        display: block;
    }
    .g-hide-l {
        display: none;
    }
}

@media (min-width: 768px) {
    .g-show-m {
        display: block;
    }
    .g-hide-m {
        display: none;
    }
}

@media (min-width: 535px) {
    .g-show-s {
        display: block;
    }
    .g-hide-s {
        display: none;
    }
}

/***************************************************
content
***************************************************/


.content p {
    margin: 15px 0;
    line-height: 1.5em;
}


h1, h2 {
    font-weight: normal;
    font-size: 36px;
    text-transform: uppercase;
    text-align: left;
    letter-spacing: 2px;
    margin: 40px 0;
}

.content h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 35px 0 30px 0;
    position: relative;
}

.content h4 {
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    margin: 15px 0 10px 0;
}

.content ul {
    display: block;
    list-style-type: none;
    margin: 10px 0;
    padding: 0;
    line-height: 1.5em;
}
.content ul li {
    position: relative;
    padding-left: 20px;
}
.content ul li:before {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 3px;
    background: #a343f7;
    position: absolute;
    left: 0;
    top: 8px;
}

.content ol {
    display: block;
    list-style-position: outside;
    list-style-type: decimal;
    margin: 10px 0;
    padding-left: 20px;
    line-height: 1.5em;
}

.content ol.rules {
}
.content ol.rules, .content ol.rules ol {
    counter-reset: item;
    position: relative;
}
.content ol.rules ol {
    padding-left: 30px;
}
.content ol.rules > li, .content ol.rules ol > li {
    display: block;
}
.content ol.rules > li:before, .content ol.rules ol > li:before {
    content: counters(item, ".") ".";
    counter-increment: item;
    position: absolute;
    left: 0;
}

.content p:first-child, .content h1:first-child, .content h2:first-child, .content h3:not(.sec):first-child {
    margin-top: 0;
}
.content p:last-child {
    margin-bottom: 0;
}


.content-white {
    background: #fff;
    padding: 50px;
}


@media (max-width: 767px) {
    h2 {
        font-size: 22px;
        margin: 30px 0;
    }
}
@media (max-width: 534px) {
    .content-white {
        padding: 30px 20px;
    }
    h1, h2 {
        font-size: 28px;
    }
}


/***************************************************
menu
***************************************************/

.navbar {
    position: absolute;
    bottom: 0;
    left: 0; right: 0;
    transition: bottom .25s linear;
    -moz-transition: bottom .25s linear;
    -webkit-transition: bottom .25s linear;
    z-index: 997;
}
.navbar > ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}
.navbar > ul > li {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    height: 50px;
    position: relative;
    transition: height .25s linear;
    -moz-transition: height .25s linear;
    -webkit-transition: height .25s linear;
}
.navbar > ul > li > a {
    /*color: #fff;*/
    font-size: 14px;
    font-weight: normal;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    height: 100%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: center;

    z-index: 9999;
    position: relative;
}
.navbar ul li a:hover {
    text-decoration: none;
    color: #a343f7;
}
.navbar ul li.current > a {
    color: #a343f7;
}

.navbar-btn {
    background: #a343f7;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    line-height: 50px;
    text-align: center;
    height: 30px!important;
    margin: 10px;
    transition: margin .25s linear;
    -moz-transition: margin .25s linear;
    -webkit-transition: margin .25s linear;
}
.navbar-btn:hover {
    background: #000;
    color: #fff!important;
}

.navbar-sub {
    position: absolute;
    top: 100%;
    left: 0;
    width: 250px;
    background: #000;
    z-index: 999;
    padding: 20px;
    display: none;
    box-shadow: 0 0 10px rgba(0,0,0,0.04);
}
.navbar-sub .link-u {
    font-size: 14px;
    text-transform: none;
}
.navbar-sub .navbar-h {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.8em;
    margin-bottom: 10px;
}
.sidr-class-navbar-h {
    padding: 5px 15px 5px 25px
}
.navbar-sub li {
    position: relative;
    margin: 3px 0;
    padding: 0;
}
.navbar-sub li.isSub {
    background: url("data:image/svg+xml,%3Csvg id='_6f1d44a8089c67c0d68fdb217ef60d92' data-name='6f1d44a8089c67c0d68fdb217ef60d92' xmlns='http://www.w3.org/2000/svg' width='13' height='10' viewBox='0 0 13 10'%3E%3Cpath id='Path_1' data-name='Path 1' d='M22.889,122.023l-3.3,3.261h0l-.556.548-.623.613a.54.54,0,0,1-.381.155.55.55,0,0,1-.385-.157.525.525,0,0,1-.046-.7l.958-.943h0l2.69-2.654H10.581a.533.533,0,1,1,0-1.067h10.66L18.8,118.666l-.155-.15-1.14-1.124a.531.531,0,0,1,.472-.792.615.615,0,0,1,.432.18l.3.293.821.81.155.15,3.2,3.16a.52.52,0,0,1,.151.4v.021A.52.52,0,0,1,22.889,122.023Z' transform='translate(-10.041 -116.6)'/%3E%3C/svg%3E%0A") 210px center no-repeat;
}
.navbar-sub li a {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.5em;
    color: #fff;
}
.sidr .sidr-class-sub {
    display: none;
}

.navbar-groups {
    left: 20px;
    right: 20px;
    width: auto;
}
.navbar-groups > div {
    display: flex;
    justify-content: space-between;
}
.navbar-groups .navbar-group {
    flex: 1;
}
.navbar-groups h5 {
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.5em;
}
.navbar-groups h5 span {
    vertical-align: -6px;
    margin-right: 3px;
}
.navbar-groups ul {
    margin-left: 27px;
}

.sticky .navbar {
    bottom: 5px;
}
.sticky .navbar > ul > li {
    height: 40px;
}
.sticky .navbar > ul > li > a {
}
.sticky .navbar-btn {
    margin: 5px 10px;
}


@media (max-width: 979px) {
    .navbar {
        left: 0;
        right: auto;
        bottom: 35px;
        padding: 0 20px;
    }
    .navbar .mobile-nav {
        text-align: left;
    }
    .navbar ul {
        display: none;
    }
}

@media (max-width: 979px) {
    .sticky .navbar ul {
        display: none;
    }
}
@media (max-width: 534px) {
    .navbar {
        left: 0;
        right: 0;
        bottom: 15px;
    }
    .navbar .mobile-nav {
        text-align: center;
    }
    .sticky .navbar {
        left: 0;
        right: auto;
        padding: 0 20px;
    }
}

.mobile-overlay {
    display: none;
    position: fixed;
    top: -200px;
    right: -200px;
    bottom: -200px;
    left: -200px;
    background: rgba(68, 68, 68, 0.5);
    z-index: 999998;
}

.sidr-animating .mobile-overlay,
.sidr-open .mobile-overlay {
    display: block;
}

.mobile-offcanvas {
    display: none;
}

@media (min-width: 980px) {
    .mobile-offcanvas {
        display: block;
    }
}
@media (min-width: 980px) {
    .sticky .mobile-offcanvas {
        display: block;
    }
}

.mobile-nav {
    display: none;
    height: 40px;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    transition: top .25s linear;
    -moz-transition: top .25s linear;
    -webkit-transition: top .25s linear;
}

@media (max-width: 979px) {
    .mobile-nav {
        display: block;
    }
}
@media (max-width: 979px) {
    .sticky .mobile-nav {
        display: block;
    }
}



.mobile-nav:hover {
    text-decoration: none;
}

.mobile-nav span {
    position: relative;
    padding-left: 25px;
    /*color: #fff;*/
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
}

.mobile-nav span::after {
    display: block;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    left: 0;
    width: 25px;
    height: 3px;
    background: #343b4a;
    box-shadow: 0 6px 0 #343b4a,
    0 -6px 0 #343b4a;
    content: '';
}


.sidr {
    display: block;
    position: fixed;
    top: 0;
    width: 250px;
    height: 100%;
    background: #fff;
    z-index: 999999;
    overflow-x: hidden;
    overflow-y: auto;
}

.sidr ul {
    margin: 30px 0;
    padding: 0;
    list-style: none;
}
.sidr a {
    display: block;
    padding: 7px 15px;
    color: #000;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
}
.sidr a:hover {
    text-decoration: underline;
}

.sidr-class-navbar-sub {
    margin: 0!important;
    display: none;
}
.sidr-class-navbar-sub ul {
    margin: 0!important;
}
.sidr-class-navbar-sub li {
    border-bottom: 0;
}
.sidr-class-navbar-sub a {
    font-size: 13px;
    text-transform: none;
    padding-left: 30px;
}
.sidr-class-navbar-subsub a {
    padding-left: 50px;
}

.sidr-inner > a, .sidr-inner > h3 {
    display: none;
}


.sidr.right {
    right: -250px;
    left: auto;
}

.sidr.left {
    right: auto;
    left: -200px;
}

.sidr-open .sidr {
    box-shadow: 1px 0 0 #ccc;
}


/***************************************************
			        SLIDER
***************************************************/


.slider-wrapper {
    margin: 0;
}
.slider {
    margin: 0 auto;
    max-width: 1800px;
}

.slider-item {
    position: relative;
}

.slider-item img {
    width: 100%;
}

.slider-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.slider-nav {
    position: absolute;
    top: 50%;
    left: 30px;
    margin-top: -26px;
}
.slider-nav.icon-arrow-light-right {
    left: auto;
    right: 30px;
}

@media (max-width: 534px) {
    .slider-wrapper {

    }
}

.slider-item header {
    color: #ffffff;
    position: absolute;
    z-index: 9;
    top: 60%;
    left: calc(50% - 600px);
    right: calc(50% - 600px);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0 20px;
}
.slider-item h1 {
    font-size: 42px;
    color: #ffffff;
    text-align: left;
    letter-spacing: 2px;
    font-weight: bold;
    margin: 0 0 10px 0;
    text-transform: uppercase;
}
.slider-item h1 strong {

}
.slider-item header p {
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    letter-spacing: 2px;
}
.slider-item a.btn, .slider-item a.btn-thm2 {
    margin: 40px 20px 0 0;
}

@media (max-width: 1350px) {
    .slider-item header {
        left: 70px;
        right: 70px;
    }
}
@media (max-width: 767px) {
    .slider-item header h1 {
        font-size: 32px;
    }
    .slider-item a.btn {
        margin: 30px 15px 0 0;
    }
}

@media (max-width: 700px) {
    .slider-item header {
        top: 50%;
    }
}

@media (max-width: 479px) {
    .slider-item h1 {
        font-size: 24px;
    }
    .slider-item header {
        left: 0px;
        right: 0px;
    }
    .slider-item header p {
        font-size: 15px;
    }
    .slider-item .slick-arrow {
        display: none!important;
    }
}

/***************************************************
			        producers
***************************************************/


.logos-wrapper {
    margin: 50px 0;
}
.logos-wrapper > * {
    float: left;
}
.logos-wrapper > a {
    width: 40px;
    margin-top: 5px;
}
.logos-wrapper .icon-arrow-right {
    float: right;
}
.logos-carousel {
    width: calc(100% - 80px);
}
.logos-carousel li {
    height: 65px;
    line-height: 65px;
    text-align: center;
}
.logos-carousel img {
    vertical-align: middle;
    display: inline;
    max-width: 230px;
}


/***************************************************
			        boxy na głównej
***************************************************/

.boxes-wrapper div {
    position: relative;
    margin-bottom: 30px;
}
.boxes-wrapper img {
    width: 100%;
    display: block;
}
.boxes-wrapper a:hover img {
    opacity: 0.8;
}
.boxes-wrapper span {
    position: absolute;
    top: 15px;
    left: 30px;
    right: 0;
    padding: 15px;
    font-size: 15px;
    text-transform: uppercase;
    text-align: center;
    background: #fff;
}





/***************************************************
Specifics
***************************************************/

.right {
    float: right!important;
}
.left {
    float: left!important;
}
.center {
    float: none!important;
    margin-left: auto!important;
    margin-right: auto!important;
}

.txt-left {
    text-align: left;
}
.txt-right {
    text-align: right;
}
.txt-center {
    text-align: center;
}

.color1 {
    color: #a343f7!important;
}
.color2 {
    color: #a343f7!important;
}

hr {
    background: #d3d3d3;
    height: 1px;
    border: 0;
    margin: 20px 0;
    clear: both;
}



.img-6-right, .img-6-left, .img-4-right, .img-4-left {
    width: 100%;
    margin: 20px 0;
}
p img {
    margin-top: 0!important;
}
@media (min-width: 534px) {
    .img-6-right {
        width: 50%;
        float: right;
        margin: 20px 0 20px 40px;
    }
    .img-6-left {
        width: 50%;
        float: left;
        margin: 20px 40px 20px 0;
    }
    .img-4-right {
        width: 33%;
        float: right;
        margin: 20px 0 20px 40px;
    }
    .img-4-left {
        width: 33%;
        float: left;
        margin: 20px 40px 20px 0;
    }
}


.pagination {
    text-align: center;
    margin: 30px 0;
}
.pagination a {
    margin: 0 2px;
}


.loader {
    background: url(/assets/img/loader.gif) no-repeat center;
    position: absolute;
    z-index: 9999;
    height: 100%;
    padding: 10px;
    margin: -10px;
}



#cookies {
    position: fixed;
    bottom: 0;
    left: 0;
    background: #ececec;
    padding: 5px;
    width: 100%;
    font-size: 12px;
    color: #000;
    text-align: center;
    z-index: 999;
}
#cookies .ok {
    background: #000;
    color: #fff;
    padding: 1px 3px;
    margin: 0 5px;
}
body.hasCookies {
    margin-bottom: 20px;
}

/***************************************************
Zewnętrzne pluginy
***************************************************/

.qtip-error{
    background-color: #ff0000 !important;
    border-color: #ff0000!important;
    color: #fff!important;
    border-radius: 0;
}
.qtip-error .qtip-content {
    padding: 2px 5px;
}
.qtip-info{
    background-color: #a343f7!important;
    border-color: #a343f7!important;
    color: #fff!important;
    border-radius: 4px;
}


/***************************************************
Dialog
***************************************************/

/* Add some nice box-shadow-ness to the dialogues */
.qtip.qtip-dialogue{
    max-width: 600px;
    min-width: 210px;

    -moz-box-shadow: 0 0 10px 1px rgba(0,0,0,.5);
    -webkit-box-shadow: 0 0 10px 1px rgba(0,0,0,.5);
    box-shadow: 0 0 10px 1px rgba(0,0,0,.5);
    padding: 0;

    background: #fff;
    border: 1px solid #eee;
}

.qtip.qtip-dialogue .qtip-titlebar{
    padding: 20px;
    background: #eee;
}
.qtip.qtip-dialogue .qtip-content{
    padding: 10px 20px 20px 20px;
}
.qtip.qtip-dialogue .qtip-content p {
    text-align: center;
}

.qtip.qtip-dialogue button{
    float: left;
    width: 47%;
    margin-top: 20px;
    margin-right: 10px;
}

.qtip.qtip-dialogue button:only-of-type {
    float: none;
    margin-left: auto;
    margin-right: auto;
}

.qtip.qtip-dialogue button + button{
    float: right;
    margin-right: 0;
}



.qtip .product-added {
    text-align: left;
}
.qtip .product-added img {
    width: 80px;
    margin-right: 10px;
    float: left;
}
.qtip .product-added p {
    float: left;
    text-align: left!important;
    margin: 22px 0;
}


@media (max-width: 534px) {
    .qtip.qtip-dialogue{
        min-width: 320px;
    }
}


/***************************************************
Forms
***************************************************/

fieldset.form {
    border: 0;
    padding: 0;
    margin: 0;
}
fieldset.form-center {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
}


/* wiersz */
.form-group {
    clear: both;
    margin-bottom: 10px;
}
fieldset.form-info .form-group {
    margin-bottom: 0;
}


/* buttony */
fieldset.form .form-btns {
    text-align: center;
    margin-top: 20px;
}


/* podpis */
.form-label {
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
}


/* gwiazdka */
.form-req {
    color: #ff0000;
    margin-left: 3px;
}


/* grupa kontolek */
.form-control-group {
    max-width: 600px;
    margin: 6px 0;
    float: left;
}

.form-error {
    display: none;
}


/* kontrolka */
.form-control {
    background: #fff;
    padding: 10px 12px;
    margin: 0;
    border: 1px solid #cecece;
    width: 100%;
}
.form-control:hover {
    border-color: #000;
}
.form-control:focus {
    box-shadow: 0 0 5px 0 rgba(120,90,190,0.3);
}
select.form-control {
}
textarea.form-control {
    height: 60px;
}

.form-control-lg {
    width: 400px;
}
.form-control-sm {
    width: 100px;
}

.form-control-checkbox {
    margin-right: 5px;
}

.form-control-number .form-control {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    width: calc(100% - 98px);
    margin: 0 10px;
}
.form-control-number > * {
    float: left;
}

.form-control-range input {
    float: left;
    width: 40%;
}
.form-control-range span {
    width: 20%;
    float: left;
    text-align: center;
    margin: 9px 0;
}


.form-control-info {
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
}
.form-control-info strike {
    font-weight: normal;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #b2b2b2;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #b2b2b2;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #b2b2b2;
}
:-moz-placeholder { /* Firefox 18- */
    color: #b2b2b2;
}





/***************************************************
Messages
***************************************************/

.msg {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
    padding: 15px;
    margin-bottom: 15px;

    color: #fff;
    background: #a343f7;
 }

.msg.msg-info {
    color: #3A87AD;
    border-radius: 3px;
    border: 1px solid #9acfea;
    background: #e2f1f9; /* Old browsers */
    background: -moz-linear-gradient(top,  #e2f1f9 0%, #b9def0 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2f1f9), color-stop(100%,#b9def0)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #e2f1f9 0%,#b9def0 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #e2f1f9 0%,#b9def0 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #e2f1f9 0%,#b9def0 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #e2f1f9 0%,#b9def0 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2f1f9', endColorstr='#b9def0',GradientType=0 ); /* IE6-9 */
}

.msg.msg-danger {
    color: #fff;
    background: #dd5653;
}

.msg.msg-success {
    color: #468847;
    border-radius: 3px;
    border: 1px solid #B2DBA1;
    background: #def0d7; /* Old browsers */
    background: -moz-linear-gradient(top,  #def0d7 0%, #c9e5bd 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#def0d7), color-stop(100%,#c9e5bd)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #def0d7 0%,#c9e5bd 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #def0d7 0%,#c9e5bd 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #def0d7 0%,#c9e5bd 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #def0d7 0%,#c9e5bd 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#def0d7', endColorstr='#c9e5bd',GradientType=0 ); /* IE6-9 */
}


/***************************************************
Buttons
***************************************************/

.btn {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;

    vertical-align: middle;
    white-space: nowrap;
    cursor: pointer;

    display: inline-block;
    padding: 17px 25px;
    border: 0;

    background: #000;
    transition: background .15s linear;
    -moz-transition: background .15s linear;
    -webkit-transition: background .15s linear;
}
.btn:hover {
    color: #fff;
    background: #343b4a;
}

.btn-thm2 {
    display: inline-block;
    border: 2px solid #fff;
    padding: 15px 25px;
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
    margin: 20px 0 0 0;
    -webkit-transition: border-color 0.2s linear 0s, color 0.2s linear 0s;
    transition: border-color 0.2s linear 0s, color 0.2s linear 0s;
    letter-spacing: 2px;
    vertical-align: middle;
}
.btn-thm2:hover {
    background: #fff;
    color: #000;
}


.btn-s {
    text-align: center;
    min-width: 39px;
    padding: 11px 12px;
}
.btn-s [class*="icon-"] {
    margin: 0 auto;
}

.btn-block {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.btn-disabled {
    opacity: 0.7;
}


.btns {
    margin-top: 30px;
    clear: both;
}


@media (max-width: 767px) {
    .btn {
        text-transform: none;
    }
}

@media (max-width: 534px) {
    .btns a {
        width: 100%;
        display: block;
        margin-top: 10px;
    }
}

/***************************************************
Links
***************************************************/

.link {
    text-transform: uppercase;
}
.link:hover {
    text-decoration: none;
    color: #a343f7;
}
.link .icon-arrow-s-right {
    margin: -5px 0 -5px 10px;
    vertical-align: initial;
}
.link .icon-arrow-s-left {
    margin: -5px 10px -5px 0;
    vertical-align: initial;
}
.link-u {
    text-decoration: underline;
}
.link-info {
    color: #2AABD2;
}
.link-success {
    color: #419741;
}
.link-danger {
    color: #C12F2B;
}

/***************************************************
Icons
***************************************************/

[class*="icon-"] {
    display: inline-block;
    vertical-align: middle;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    content:'';
}

.icon-search {
    width: 28px;
    height: 28px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-search' width='24' height='24' viewBox='0 0 24 24' stroke-width='1.9' stroke='%232c3e50' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Ccircle cx='10' cy='10' r='7'/%3E%3Cline x1='21' y1='21' x2='15' y2='15'/%3E%3C/svg%3E");
}
a:hover .icon-search {

}
.icon-cart {
    width: 28px;
    height: 30px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-shopping-cart' width='44' height='44' viewBox='0 0 24 24' stroke-width='1.5' stroke='%232c3e50' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M6 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0' /%3E%3Cpath d='M17 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0' /%3E%3Cpath d='M17 17h-11v-14h-2' /%3E%3Cpath d='M6 5l14 1l-1 7h-13' /%3E%3C/svg%3E");
}
a:hover .icon-cart {

}

.icon-user {
    width: 28px;
    height: 28px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-user' width='44' height='44' viewBox='0 0 24 24' stroke-width='1.5' stroke='%232c3e50' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M8 7a4 4 0 1 0 8 0a4 4 0 0 0 -8 0' /%3E%3Cpath d='M6 21v-2a4 4 0 0 1 4 -4h4a4 4 0 0 1 4 4v2' /%3E%3C/svg%3E");
}

.icon-cart-small {
    width: 25px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-shopping-cart' width='44' height='44' viewBox='0 0 24 24' stroke-width='1.5' stroke='%23ffffff' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M6 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0' /%3E%3Cpath d='M17 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0' /%3E%3Cpath d='M17 17h-11v-14h-2' /%3E%3Cpath d='M6 5l14 1l-1 7h-13' /%3E%3C/svg%3E");
}
.btn .icon-cart-small {
    margin: -5px 10px -5px 0;
    vertical-align: text-top;
}

.icon-heart {
    width: 30px;
    height: 30px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' width='36' height='36' stroke-width='1.25' stroke-linejoin='round' stroke-linecap='round' stroke='currentColor'%3E%3Cpath d='M19.5 12.572l-7.5 7.428l-7.5 -7.428a5 5 0 1 1 7.5 -6.566a5 5 0 1 1 7.5 6.572'%3E%3C/path%3E%3C/svg%3E");
}
a:hover .icon-heart {

}

.icon-arrow-light-right, .icon-arrow-light-left {
    width: 26px;
    height: 52px;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='80.593px' height='122.88px' fill='%23ffffff' viewBox='0 0 80.593 122.88' enable-background='new 0 0 80.593 122.88' xml:space='preserve'%3E%3Cg%3E%3Cpolygon points='80.593,0 49.771,0 0,61.44 49.771,122.88 80.593,122.88 30.82,61.44 80.593,0'/%3E%3C/g%3E%3C/svg%3E");
    display: block;
}
.icon-arrow-light-right {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.icon-arrow-right, .icon-arrow-left {
    width: 17px;
    height: 17px;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='80.593px' height='122.88px' fill='%23ffffff' viewBox='0 0 80.593 122.88' enable-background='new 0 0 80.593 122.88' xml:space='preserve'%3E%3Cg%3E%3Cpolygon points='80.593,0 49.771,0 0,61.44 49.771,122.88 80.593,122.88 30.82,61.44 80.593,0'/%3E%3C/g%3E%3C/svg%3E");
    display: block;
}
.icon-arrow-right {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.icon-arrow-s-right, .icon-arrow-s-left {
    width: 11px;
    height: 21px;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='80.593px' height='122.88px' fill='%23000000' viewBox='0 0 80.593 122.88' enable-background='new 0 0 80.593 122.88' xml:space='preserve'%3E%3Cg%3E%3Cpolygon points='80.593,0 49.771,0 0,61.44 49.771,122.88 80.593,122.88 30.82,61.44 80.593,0'/%3E%3C/g%3E%3C/svg%3E");
}
.icon-arrow-s-right {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.icon-newsletter {
    width: 42px;
    height: 41px;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg viewBox='2 4 20 16' width='20' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22 7.535v9.465a3 3 0 0 1 -2.824 2.995l-.176 .005h-14a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-9.465l9.445 6.297l.116 .066a1 1 0 0 0 .878 0l.116 -.066l9.445 -6.297z' stroke-width='0' fill='%23a343f7' transform='matrix(0.9999999999999999, 0, 0, 0.9999999999999999, 4.440892098500626e-16, -4.440892098500626e-16)'/%3E%3Cpath d='M19 4c1.08 0 2.027 .57 2.555 1.427l-9.555 6.37l-9.555 -6.37a2.999 2.999 0 0 1 2.354 -1.42l.201 -.007h14z' stroke-width='0' fill='%23a343f7' transform='matrix(0.9999999999999999, 0, 0, 0.9999999999999999, 4.440892098500626e-16, -4.440892098500626e-16)'/%3E%3C/svg%3E");
}
.icon-fb {
    width: 32px;
    height: 32px;
    background-color: #343b4a;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' width='17' height='17' viewBox='0 0 17 17'><g></g> <path d='M12.461 5.57l-0.309 2.93h-2.342v8.5h-3.518v-8.5h-1.753v-2.93h1.753v-1.764c0-2.383 0.991-3.806 3.808-3.806h2.341v2.93h-1.465c-1.093 0-1.166 0.413-1.166 1.176v1.464h2.651z' fill='%23ffffff'/></svg>");
    background-size: 18px;
}
.icon-insta {
    width: 32px;
    height: 32px;
    background-color: #343b4a;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' width='36' height='36' stroke-width='1.25'%3E%3Cpath d='M4 4m0 4a4 4 0 0 1 4 -4h8a4 4 0 0 1 4 4v8a4 4 0 0 1 -4 4h-8a4 4 0 0 1 -4 -4z'%3E%3C/path%3E%3Cpath d='M12 12m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0'%3E%3C/path%3E%3Cpath d='M16.5 7.5l0 .01'%3E%3C/path%3E%3C/svg%3E ");
    background-size: 28px;
}

.icon-home {
    width: 20px;
    height: 17px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='17' viewBox='0 0 20 17'%3E%3Cg id='_3a09a524440d44d7f19870070a5ad42f' data-name='3a09a524440d44d7f19870070a5ad42f' transform='translate(-10.05 -77.45)'%3E%3Cg id='Group_1' data-name='Group 1' transform='translate(10.05 77.45)'%3E%3Cpath id='Path_1' data-name='Path 1' d='M158.971,538.2a.594.594,0,0,0-.6.587v5.965H146.2v-5.963a.6.6,0,0,0-1.2,0v6.553a.594.594,0,0,0,.6.587h13.374a.594.594,0,0,0,.6-.587v-6.553A.6.6,0,0,0,158.971,538.2Z' transform='translate(-142.286 -528.929)'/%3E%3Cpath id='Path_2' data-name='Path 2' d='M29.874,86.89l-9.4-9.268a.6.6,0,0,0-.843,0l-9.4,9.268a.582.582,0,0,0,0,.831.6.6,0,0,0,.845,0l8.98-8.851,8.982,8.851a.6.6,0,0,0,.843,0A.578.578,0,0,0,29.874,86.89Z' transform='translate(-10.05 -77.45)'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

.icon-free-delivery {
    width: 49px;
    height: 38px;
    background: url('/assets/img/icons.png?3') 0 -181px;
}
.icon-gratis {
    width: 33px;
    height: 38px;
    background: url('/assets/img/icons.png?3') -63px -181px;
    margin-left: 16px;
}
.icon-24h {
    width: 33px;
    height: 38px;
    background: url('/assets/img/icons.png?3') -111px -181px;
    margin-left: 16px;
}

.icon-grp1 {
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23a343f7' stroke-linecap='round' stroke-linejoin='round' width='36' height='36' stroke-width='1.25'%3E%3Cpath d='M3 8m0 1a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-16a1 1 0 0 1 -1 -1z'%3E%3C/path%3E%3Cpath d='M12 8l0 13'%3E%3C/path%3E%3Cpath d='M19 12v7a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-7'%3E%3C/path%3E%3Cpath d='M7.5 8a2.5 2.5 0 0 1 0 -5a4.8 8 0 0 1 4.5 5a4.8 8 0 0 1 4.5 -5a2.5 2.5 0 0 1 0 5'%3E%3C/path%3E%3C/svg%3E ");
}

.icon-phone {
    width: 30px;
    height: 30px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30.049' viewBox='0 0 30 30.049'%3E%3Cg id='_59f26ee71705f27b5c2c57c7f1966020' data-name='59f26ee71705f27b5c2c57c7f1966020' transform='translate(-9.957 -16.189)'%3E%3Cpath id='Path_1' data-name='Path 1' d='M38.657,39a42.121,42.121,0,0,0-6.126-3.341,2.626,2.626,0,0,0-1.1-.257,2.349,2.349,0,0,0-2.088,1.377,3.222,3.222,0,0,1-1.234,1.563,1.205,1.205,0,0,1-.523.1h0a2.978,2.978,0,0,1-.793-.124c-.129-.062-.288-.13-.471-.208a14.018,14.018,0,0,1-5.584-4.023c-2.222-2.64-2.584-3.518-2.642-3.719a1.722,1.722,0,0,1-.1-1.9,6.206,6.206,0,0,1,1.393-1.362c2.042-1.489,1.714-3.179,1.056-4.786-.438-1.067-1.277-2.6-1.953-3.831-.272-.5-.517-.81-.692-1.148a2.35,2.35,0,0,0-2-1.1,3.29,3.29,0,0,0-1.212,0,5.922,5.922,0,0,0-2.721,2.3C8.893,22.4,9.392,27.485,13.353,33.71c2.685,4.222,10.185,11.1,15.817,12.274a12.067,12.067,0,0,0,2.455.254,9.8,9.8,0,0,0,8.195-4.3C39.851,41.89,40.5,40.5,38.657,39Zm.077,2.379A8.615,8.615,0,0,1,31.628,45a10.814,10.814,0,0,1-2.21-.239c-5.247-1.1-12.527-7.8-15.037-11.747-3.7-5.816-4.206-10.187-1.546-13.639,1.053-1.368,1.84-1.787,2.057-1.787.589-.257,1.619-.065,1.824.332.178.344.429.732.707,1.238.661,1.2,1.482,2.668,1.892,3.67.618,1.511.673,2.333-.643,3.291A7.446,7.446,0,0,0,17,27.755a2.717,2.717,0,0,0-.141,2.6c.239.832.631,1.79,2.948,4.541a15.323,15.323,0,0,0,6.037,4.355c.184.081.34.146.462.2l.067.028a4.013,4.013,0,0,0,1.212.2h0a2.375,2.375,0,0,0,1.071-.23,4.422,4.422,0,0,0,1.788-2.131,1.183,1.183,0,0,1,.989-.679,1.447,1.447,0,0,1,.594.146,42.227,42.227,0,0,1,5.865,3.179C38.844,40.736,38.752,41.291,38.734,41.378Z'/%3E%3C/g%3E%3C/svg%3E%0A");
}

/***************************************************
Table
***************************************************/
table.table {
    margin: 10px auto;
    clear: both;
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #C2C2C2;
}

table.table thead tr {
    background: #f9f9f9; /* Old browsers */
    background: -moz-linear-gradient(top,  #f9f9f9 0%, #e6e6e6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#e6e6e6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f9f9f9 0%,#e6e6e6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f9f9f9 0%,#e6e6e6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f9f9f9 0%,#e6e6e6 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f9f9f9 0%,#e6e6e6 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#e6e6e6',GradientType=0 ); /* IE6-9 */
}

table.table thead th {
    font-weight: bold;
    padding: 8px 10px;
    border-right: 1px solid #C2C2C2;
    border-bottom: 1px solid #C2C2C2;
}
table.table thead th[data-sort] {
    cursor: pointer;
    *cursor: hand;
}
table.table thead th span {
    margin: 0 0 0 2px;
}


table.table td {
    padding: 6px 10px;
    border-right: 1px solid #C2C2C2;
    border-bottom: 1px solid #C2C2C2;
}

table.table tr:nth-child(odd) { background-color: #fff; }
table.table tr:nth-child(even) { background-color: #f6f6f6; }

table.table tr:hover {
    background-color: #ebebeb;
}

table.table tr td.sub {
    padding-left: 30px;
}

table.table input[type=text] {
    margin: -4px -5px;
    padding: 2px;
}
table.table input[type=text].act-order {
    width: 30px;
    text-align: center;
}


/***************************************************
nawigacja
***************************************************/

.breadcrumb {
    font-size: 12px;
    text-transform: uppercase;
    margin: 25px 0 -15px 0;
}
.breadcrumb span {
    margin: 0 10px;
}
.breadcrumb span.icon-home {
    margin: -2px 0 0 0;
}
.breadcrumb a {
}
.breadcrumb a:hover {
    text-decoration: underline;
}
.breadcrumb .sort {
    text-align: right;
    float: right;
    width: 340px;
    margin: -13px 0 0 0;
}
.breadcrumb .sort select {
    width: 215px;
    margin-left: 20px;
}

@media (max-width: 767px) {
    .breadcrumb {
        text-align: center;
    }
    .breadcrumb .sort {
        text-align: center;
        float: none;
        width: 100%;
        margin: 20px 0 -15px 0;
    }
}



/***************************************************
podstrona - kontakt
***************************************************/

@media (max-width: 767px) {
    .wrapper-contact .g-col-6:first-child {
        margin-bottom: 50px;
    }
}



/***************************************************
główna
***************************************************/


.boxes-wrapper .boxes-item {
    text-align: center;
}
.boxes-wrapper h3 {
    font-size: 24px;
    margin: 10px 0;
}


/***************************************************
podstrona - galeria
***************************************************/

/*.p-gallery article {*/
    /*float: left;*/
    /*margin: 0 0 20px 20px;*/
    /*width: 210px;*/
/*}*/
/*.p-gallery article:nth-child(4n+1) {*/
    /*margin-left: 0;*/
/*}*/


/***************************************************
podstrona - galeria szczegóły
***************************************************/

/*.p-gallery-show article {*/
    /*float: left;*/
    /*margin: 0 0 15px 15px;*/
    /*width: 210px;*/
/*}*/
/*.p-gallery-show article:nth-child(3n+1) {*/
    /*margin-left: 0;*/
/*}*/


/***************************************************
moduł - news
***************************************************/

/*.m-news article {
    margin-bottom: 15px;
}
.m-news article header {
    margin-bottom: 10px;
    height: 100%;
    overflow: hidden;
}
.m-news article header h2 {
    margin: 0;
    float: left;
}
.m-news article header h2 a {
    text-decoration: none;
}
.m-news article header time {
    color: #999;
    float: right;
}
.m-news article figure {
    float: left;
    margin-right: 10px;
}
.m-news article figure img {
    width: 90px;
    display: block;
}
.m-news article section time {
    color: #999;
}
.m-news article section p {
    margin: 10px 0;
}*/


/***************************************************
box - oferta na głównej
***************************************************/

.b-carouse {
    margin: -10px -10px 40px -10px;
}
.b-carouse .item {
    padding: 0 10px;
    margin: 10px 0;
}


/***************************************************
moduł - katogorie
***************************************************/

.offers-filters .g-col-m-12 {
    margin-bottom: 20px;
}
.offers-filters-h {
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
    border-top: 1px solid #d3d3d3;
    padding: 15px 0 0 0;
    margin: 25px 0 15px 0;
}
.offers-filters-h:first-child {
    margin-top: 0;
}
.offers-filters ul li {
    position: relative;
    margin-bottom: 5px;
    padding-left: 20px;
}
.offers-filters ul li:before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background: #000;
    position: absolute;
    left: 0;
    top: 4px;

}

.offers-filters ul > span {
    display: block;
    margin-bottom: 15px;
}

.offers-filters ul a:hover, .offers-filters ul li.current a {
    text-decoration: underline;
}

.offers-filters-attrs-hide {
    display: none;
}
.offers-filters-attrs-more {
    display: none;
}


.offers-filters-nav {
    margin: -10px 0 20px 0;
}



.mobile-cat {
    display: block;
    height: 52px;
    line-height: 52px;
    text-align: center;
    text-decoration: none;
    transition: top .25s linear;
    -moz-transition: top .25s linear;
    -webkit-transition: top .25s linear;
}

@media (min-width: 768px) {
    .mobile-cat {
        display: none;
    }
}

.mobile-cat:hover {
    text-decoration: none;
}

.mobile-cat span {
    position: relative;
    padding-left: 35px;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
}

.mobile-cat span::after {
    display: block;
    position: absolute;
    top: 24px;
    left: 0;
    width: 25px;
    height: 3px;
    background: #000;
    box-shadow: 0 6px 0 #000,
    0 -6px 0 #000;
    content: '';
}


/***************************************************
moduł - oferta
***************************************************/

.offers-producerText {
    margin-bottom: 50px;
}

.offers-item {
    display: block;
    background: #fff;
    text-align: center;
    padding: 0;
    margin-bottom: 30px;
}
.offers-item figure {
    text-align: center;
    height: 312px;
    position: relative;
}
.offers-item figure img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 8;
}

.offers-title {
    color: #343b4a;
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
    margin: 15px 0 5px 0;
}
.offers-item p {
    margin: 0;
}
.offers-item:hover .offers-title a {
    font-weight: bold;
}
.price {
    font-size: 18px;
}
.price-prom {
    color: #a343f7;
}
.price-prom strike {
    font-size: 14px;
    color: #a1a5ae;
}
.price-min {
    display: block;
    margin-top: 10px;
}

.label-promotion, .label-new {
    display: inline-block;
    padding: 5px;
    color: #fff;
    float: left;
    margin: 3px;
    background: #a343f7;
    z-index: 9;
    position: relative;
}
.label-new {
    background: #a343f7;
}


/***************************************************
strona - główna
***************************************************/

.mainInfo-wrapper {
    text-align: center;
    border-bottom: 1px solid #f4f4f4;
    padding-bottom: 40px;
}
.mainInfo-wrapper h1 {
    font-size: 22px;
    text-align: center;
    text-transform: none;
    margin: 40px 0 20px 0;
}
.mainInfo-item {
    padding: 40px 0 0 0;
    font-size: 16px;
    position: relative;
    display: inline-block;
    text-align: left;
}
.mainInfo-item span {
    float: left;
    margin-right: 20px;
}

@media (max-width: 767px) {
    .mainInfo-item {
        width: 250px;
    }
}




/***************************************************
strona - szczegóły oferty
***************************************************/

.offer-wrapper figure {
    text-align: center;
}
.offer-wrapper figure a {
    background: #fff;
    margin-bottom: 40px;
}
.offer-wrapper figure img {
    max-width: 100%;
    display: inline-block;
}
.offer-photosSmall {
    padding: 0 40px;
    position: relative;
}
.offer-photosSmall-item {
    cursor: pointer;
    padding: 10px;
    border: 2px solid #fff;
}
.offer-photosSmall-item.slick-current {
    border-color: #d3d3d3;
}
.offer-photosSmall .slick-arrow {
    cursor: pointer;
    font-size: 0;
    line-height: 0;
    border: 0;
    width: 15px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -15px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='30' viewBox='0 0 15 30'%3E%3Cg id='b5af04794ac7478ac23942a99f9b7d4d' transform='translate(-269.735 -10.026)'%3E%3Cpath id='Path_1' data-name='Path 1' d='M270.877,40.026a1.191,1.191,0,0,1-.736-.251A1.029,1.029,0,0,1,270,38.263l12.1-13.5L270.561,11.789a1.029,1.029,0,0,1,.143-1.512,1.192,1.192,0,0,1,1.609.135l12.156,13.663a1.025,1.025,0,0,1,0,1.381L271.75,39.644A1.164,1.164,0,0,1,270.877,40.026Z' transform='translate(0 0)'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.offer-photosSmall .slick-prev {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.offer-photosSmall .slick-next {
    left: auto;
    right: 0;
}

.offer-producer {
    max-height: 34px;
}

.offer-wrapper .price {
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 20px;
}
.offer-wrapper .price strike {
    font-weight: normal;
}


.offer-description {
    margin: 50px 0;
}

.offer-size {
    text-align: center;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 8px 5px 8px 0;
    border: 2px solid #f2f2f2;
    cursor: pointer;
}
.offer-size.sel {
    border: 2px solid #a343f7;
}

.offer-color {
    display: inline-block;
    width: 21px;
    height: 21px;
    margin: 8px 5px 8px 0;
    border: 2px solid #f2f2f2;
    cursor: pointer;
}
.offer-color.sel {
    border: 2px solid #a343f7;
}





/***************************************************
podstrona - koszyk
***************************************************/

.cart-list {
    margin-bottom: 40px;
}
.cart-item:first-child {
    border-top: 1px solid #d3d3d3;
}
.cart-item {
    border-bottom: 1px solid #d3d3d3;
    padding: 20px 0;
    position: relative;
}

.cart-item figure {
    height: 175px;
    position: relative;
}
.cart-item figure img {
    max-width: 80%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 8;
}

.cart-item h3 {
    margin: 10px 0;
}
.cart-item .price {
    font-weight: bold;
    font-size: 18px;
}
.cart-item .act-del {
    position: absolute;
    top: 20px;
    right: 0;
}

.cart-item .offer-color {
    margin: -2px 5px -5px 0;
}

@media (max-width: 767px) {
    .cart-item .act-del {
        padding: 5px 10px;
    }
}



.cart-summary {
    font-size: 18px;
    background: #fff;
    float: right;
    max-width: 400px;
    width: 100%;
    margin-bottom: 40px;
}
.cart-summary dt {
    width: 60%;
    float: left;
    margin-bottom: 5px;
    margin-right: 20px;
    text-align: right;
}
.cart-summary dd {
    margin-bottom: 5px;
    font-weight: bold;
}
.cart-summary strike {
    font-weight: normal;
}
.cart-summary p {
    font-size: 14px;
    text-align: center;
}

.cart-settings {
    margin: 10px 0;
    padding-bottom: 0;
}
.cart-settings .g-col-m-4 {
    margin-bottom: 40px;
}
.cart-settings label span {
    float: right;
}
.cart-settings .shipping .form-group {
    max-width: 300px;
}



.cash-login-wrapper > .g-row > .g-col-m-4 {
    margin-bottom: 30px;
}
.cash-login-wrapper .cash-login-box .btns {
    text-align: center;
    margin-top: 30px;
}


.cash-wrapper .g-row > .g-col-m-6 {
    margin-bottom: 30px;
}


#inpostPaczkomaty {
    margin-bottom: 20px;
}

.easypack-widget.mobile .map-list-row .map-list-flex {
    min-height: 300px!important;
}


.cartBonus {
    background: #f8f8f8;
    padding: 30px;
    font-size: 20px;
    display: none;
    margin: -20px 0 30px 0;
}
.cartBonus h3 {
    font-size: 30px;
    margin: 20px 0;
}
.cartBonus a img {
    transition: transform .15s linear;
    -moz-transition: transform .15s linear;
    -webkit-transition: transform .15s linear;
    float: left;
    margin-right: 20px;
}


/***************************************************
podstrona - historia
***************************************************/

.orders-item {
    margin-bottom: 10px;
    position: relative;
    border-bottom: 1px solid #d3d3d3;
    padding: 20px 0;
}
.orders-item:first-child {
    border-top: 1px solid #d3d3d3;
}
.orders-item h3 {
    margin-top: 20px;
}
.orders-item .price {
    font-weight: bold;
    font-size: 18px;
}
.orders-item .form-group {
    margin-bottom: 0;
}
.orders-item .btn {
}

.orders-wrapper .btns {
    margin: 0;
}

.orders-wrapper .btns a {
    margin: 5px 0;
}


.order-wrapper .form-info {
    margin-top: 50px;
}


@media (max-width: 767px) {
    .orders-wrapper .btns a {
        width: 100%;
        text-align: center;
        padding-left: 0;
        padding-right: 0;
    }
    .orders-wrapper .btns br {
        display: none;
    }
}



.producers-wrapper h3 {
    margin: 20px 0 10px 0!important;
    padding-bottom: 10px;
    border-bottom: 1px solid #d3d3d3;
}


/***************************************************
podstrona - blog
***************************************************/

.blog-item {
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid #d3d3d3;
}
.blog-name {
    color: #343b4a;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 5px 0;
}
.blog-item time {
    color: #919191;
    font-size: 12px;
    display: block;
}

.blog-item figure {
    margin: 0 0 20px 0;
    text-align: center;
}
.blog-item img {
    width: 100%;
    max-width: 400px;
}

.blog-item-link {
    text-align: right;
}



.blog-item.blog-show {
    padding-bottom: 0;
    border-bottom: none;
}
.blog-item.blog-show img {
    max-width: 100%;
    height: auto!important;
}

