/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         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;
}
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list{
    background: #fff url('../../frontend/Alothemes/expert4_multisort/pl_PL/Magiccart_Magicproduct/css/ajax-loader.gif') center center no-repeat;}
/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('../../frontend/Alothemes/expert4_multisort/pl_PL/Magiccart_Magicproduct/css/fonts/slick.eot');
    src: url('../../frontend/Alothemes/expert4_multisort/pl_PL/Magiccart_Magicproduct/css/fonts/slick.eot?#iefix') format('embedded-opentype'), url('../../frontend/Alothemes/expert4_multisort/pl_PL/Magiccart_Magicproduct/css/fonts/slick.woff') format('woff'), url('../../frontend/Alothemes/expert4_multisort/pl_PL/Magiccart_Magicproduct/css/fonts/slick.ttf') format('truetype'), url('../../frontend/Alothemes/expert4_multisort/pl_PL/Magiccart_Magicproduct/css/fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,.slick-next{
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
    border-style: solid;
    border-width: 1px;
	border-color: #888;
    font-size: 0;
    line-height: 39px;
    position: absolute;
    top: 35%;
    display: block;
    height: 49px;
    width: 37px;
    padding: 0;
    margin-top: -10px\9; /*lte IE 8*/
    cursor: pointer;
    color: #727272;
    outline: none;
    background: transparent;
	z-index: 10;
    transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
}
.slick-arrow:focus,.slick-arrow:hover{border-width: 1px !important;}
.slick-prev{ -webkit-transform: translate(50px, 0px);-ms-transform: translate(50px, 0px);transform: translate(50px, 0px);}
.slick-next{ -webkit-transform: translate(-50px, 0px);-ms-transform: translate(-50px, 0px);transform: translate(-50px, 0px);}
.slick-prev:hover,.slick-next:hover{ background-color: #ff5555;border-color: #ff5555;color: #ffffff;}
.slick-prev:before,.slick-next:before{font-family: "FontAwesome";font-size: 20px;line-height: 49px;}
.slick-prev{left: -25px;}
/* [dir='rtl'] .slick-prev{right: -25px;left: auto;} */
.slick-prev:before{content: "\f104";}
/* [dir='rtl'] .slick-prev:before{content: "\f105";} */
.slick-next{right: -25px;}
/* [dir='rtl'] .slick-next{right: auto;left: -25px;} */
.slick-next:before{content: "\f105";}
/* [dir='rtl'] .slick-next:before{content: '\f104';} */
/* Dots */
.slick-slider{ margin-bottom: 30px;}
.slick-dots{position: absolute;bottom: 20px;display: block;width: 100%;padding: 0;margin: 0;list-style: none;text-align: center;}
.slick-dots li{position: relative;display: inline-block;margin: 0 2px;padding: 0;cursor: pointer;}
.slick-dots li button{ text-indent: -999em;width: 10px;height: 10px;line-height: normal;margin:0 ;padding: 0;text-align: center;border-radius: 50%;border-width:2px;border-color: #fff;border-style: solid;font-size: 12px;vertical-align: middle;}
.slick-dots li.slick-active  button{width: 12px;height: 12px;}
/**
 * Copyright © 2015 Magento. All rights reserved.
 * See COPYING.txt for license details.
 */

.swatch-attribute-options {
    display: inline-block;
    vertical-align: middle;
}

.product-info-main .swatch-attribute-options {
    display: block;
    margin: 15px 0;
}

.swatch-attribute-label {
    font-weight: bold;
    position: relative;
	color: #2b2929;
    font-size: 15px;
}
.swatch-attribute-label:after {
    content: ":";
}
.swatch-attribute-label.required {
    padding-right: 10px;
}

.swatch-attribute-label[data-required="1"]:after {
    content: '*';
    color: red;
    position: absolute;
    right: -11px;
    top: -2px;
    font-weight: bold;
    font-size: 1em;
}
.swatch-attribute-selected-option {
    color: #646464;
    padding-left: 17px;
}
.swatch-option {
    border: 1px solid transparent;
    padding: 3px;
    width: 30px;
    height: 15px;
    float: left;
    margin: 0 18px 15px 0;
    text-align: center;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product-items .swatch-option {
    min-width: 30px;
    height: 30px;
    margin: 0 5px 5px 0;
}

.swatch-option:last-child {
    margin-right: 0;
}

.swatch-option-link-layered .swatch-option {
    margin-right: 10px;
}
.swatch-option.text {
    color: #333;
    font-size: 14px;
    font-weight: normal;
    line-height: normal;
    padding: 2px 5px;
    height: auto;
    width: auto;
    margin-right: 10px;
    background-color: #eeeeee;
}
.product-items .swatch-option.text {
    margin-right: 5px;
}
.swatch-option.selected {
    outline: 1px solid #dfdfdf;
    border-color: #dfdfdf;
    color: #333;
}

.swatch-option.text.selected {
    background-color: #FFF !important;
}

.clearfix:after {
    content: " "; /* Older browser do not support empty content */
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}
.swatch-attribute.size .swatch-option.selected, .swatch-attribute.manufacturer .swatch-option.selected {
    color: black;
    background: #fff;
    border-color: #ff5555;
}

.swatch-option:not(.disabled):hover {
    background-color: #333;
    border-color: #333;
    color: #fff;
}

.swatch-option.image:not(.disabled):hover,
.swatch-option.color:not(.disabled):hover {
    border-color: #dfdfdf;
    /* outline: 1px solid #dfdfdf; */
}

.swatch-option.disabled {
    cursor: default;
}

.swatch-option.disabled:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top:0;
    bottom: 0;
    background: -moz-linear-gradient(to left top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0) 42%, rgba(255,255,255,1) 43%, rgba(255,255,255,1) 46%, rgba(255,82,22,1) 47%, rgba(255,82,22,1) 53%, rgba(255,255,255,1) 54%, rgba(255,255,255,1) 57%, rgba(255,255,255,0) 58%, rgba(255,255,255,0) 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(42%,rgba(255,255,255,0)), color-stop(43%,rgba(255,255,255,1)), color-stop(46%,rgba(255,255,255,1)), color-stop(47%,rgba(255,82,22,1)), color-stop(53%,rgba(255,82,22,1)), color-stop(54%,rgba(255,255,255,1)), color-stop(57%,rgba(255,255,255,1)), color-stop(58%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,0)));
    background: -webkit-linear-gradient(to left top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 42%,rgba(255,255,255,1) 43%,rgba(255,255,255,1) 46%,rgba(255,82,22,1) 47%,rgba(255,82,22,1) 53%,rgba(255,255,255,1) 54%,rgba(255,255,255,1) 57%,rgba(255,255,255,0) 58%,rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(to left top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 42%,rgba(255,255,255,1) 43%,rgba(255,255,255,1) 46%,rgba(255,82,22,1) 47%,rgba(255,82,22,1) 53%,rgba(255,255,255,1) 54%,rgba(255,255,255,1) 57%,rgba(255,255,255,0) 58%,rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(to left top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 42%,rgba(255,255,255,1) 43%,rgba(255,255,255,1) 46%,rgba(255,82,22,1) 47%,rgba(255,82,22,1) 53%,rgba(255,255,255,1) 54%,rgba(255,255,255,1) 57%,rgba(255,255,255,0) 58%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to left top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 42%,rgba(255,255,255,1) 43%,rgba(255,255,255,1) 46%,rgba(255,82,22,1) 47%,rgba(255,82,22,1) 53%,rgba(255,255,255,1) 54%,rgba(255,255,255,1) 57%,rgba(255,255,255,0) 58%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 );
}

.swatch-option-tooltip {
    max-width: 142px;
    /*max-height: 160px;*/
    max-height: 100%;
    min-height: 20px;
    min-width: 20px;
    position: absolute;
    padding: 5px;
    background: #fff;
    color: rgb(148, 148, 148);
    border: 1px solid #ccc;
    display: none;
    z-index: 999;
    text-align: center;
}

.swatch-option-tooltip .corner,
.swatch-option-tooltip-layered .corner {
    left: 40%;
    position: absolute;
    bottom: 0px;
    height: 8px;
}
/* .catalog-product-view .swatch-option-tooltip .corner,.catalog-product-view .swatch-option-tooltip-layered .corner{height: 8px;} */
.swatch-option-tooltip .corner:after,
.swatch-option-tooltip-layered .corner:after {
    content: '';
    position: relative;
    top: 0px;
    left: -15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 7.5px 0 7.5px;
    border-color: #fff transparent transparent transparent;
    font-size: 1px;
    display: none;
}

.swatch-option-tooltip .corner:before,
.swatch-option-tooltip-layered .corner:before {
    content: '';
    position: relative;
    top: 1px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 8.5px 0 8.5px;
    border-color: #adadad transparent transparent transparent;
    font-size: 1px;
    display: none;
}

.swatch-option-tooltip .image,
.swatch-option-tooltip-layered .image {
    display: block;
    height: 130px;
    width: 130px;
    /*margin: 0 0 5px;*/
    margin: 0 auto;
}

.swatch-option-tooltip .title {
    max-width: 140px;
    min-height: 20px;
    max-height: 200px;
    color: rgb(40, 40, 40);
    text-align: center;
    display: block;
    overflow: hidden;
}

.swatch-opt {
    margin: 20px 0;
}

.product-info-main .swatch-opt {
    margin: 0;
}

.swatch-more {
    display: inline-block;
    margin: 2px 0;
    text-decoration: none !important;
    position: static;
    z-index: 1;
}

/* Layered Features */
.swatch-option-link-layered {
    position: relative;
    margin: 0 !important;
    padding: 0 !important;
}

.swatch-option-tooltip-layered {
    width: 140px;
    position: absolute;
    background: #fff;
    color: rgb(148, 148, 148);
    border: 1px solid #adadad;
    display: none;
    z-index: 999;
    left: -47px;
}

.swatch-visual-tooltip-layered {
    height: 160px;
    top: -170px;
}

.swatch-textual-tooltip-layered {
    height: 30px;
    top: -40px;
}

.swatch-option-link-layered:hover > .swatch-option-tooltip-layered {
    display: block;
}

.swatch-attribute-options .swatch-option-tooltip-layered .title {
    width: 100%;
    height: 20px;
    position: absolute;
    bottom: -5px;
    left: 0;
    color: rgb(40, 40, 40);
    text-align: center;
    margin-bottom: 10px;
}

.swatch-option-disabled:after {
    content: '';
    position: absolute;
    width: 42px;
    height: 2px;
    background: red;
    transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    z-index: 995;
    left: -4px;
    top: 10px;
}

.swatch-option-disabled {
    outline: none !important;
    cursor: default;
    border: 0;
}

/* Bugfix for Add To Cart button */
div[class^="swatch-opt-"] {
    margin-bottom: 10px;
}

.swatch-option-loading {
    content: url("../../frontend/Alothemes/expert4_multisort/pl_PL/Magento_Swatches/images/loader-2.gif");
}
.swatch-input {
    left: -1000px;
    position: absolute;
    visibility: hidden;
}