#imagelightbox{border-radius:10px;cursor:pointer;position:fixed;z-index:10000;-ms-touch-action:none;touch-action:none;-webkit-box-shadow:0 0 3.125em rgba(0,0,0,.25);box-shadow:0 0 3.125em rgba(0,0,0,.25);background:#FFF}#imagelightbox-loading,#imagelightbox-loading div{border-radius:50%}#imagelightbox-loading{background-color:#444;background-color:rgba(0,0,0,.5);padding:.5em;margin:-1em 0 0 -1em;position:fixed;z-index:10003;top:50%;left:50%;-webkit-box-shadow:0 0 2.5em rgba(0,0,0,.25);box-shadow:0 0 2.5em rgba(0,0,0,.25)}#imagelightbox-loading div{width:1.5em;height:1.5em;background-color:#fff;-webkit-animation:imagelightbox-loading .5s ease infinite;animation:imagelightbox-loading .5s ease infinite}@-webkit-keyframes imagelightbox-loading{from{opacity:.5;-webkit-transform:scale(.75)}50%{opacity:1;-webkit-transform:scale(1)}to{opacity:.5;-webkit-transform:scale(.75)}}@keyframes imagelightbox-loading{from{opacity:.5;transform:scale(.75)}50%{opacity:1;transform:scale(1)}to{opacity:.5;transform:scale(.75)}}#imagelightbox-overlay{background-color:#fff;background-color:rgba(255,255,255,.9);position:fixed;z-index:9998;top:0;right:0;bottom:0;left:0}#imagelightbox-close{width:2.5em;height:2.5em;text-align:left;background-color:#666;border-radius:50%;border:0;cursor:pointer;position:fixed;z-index:10002;top:2.5em;right:2.5em;-webkit-transition:color .3s ease;transition:color .3s ease}#imagelightbox-close:hover,#imagelightbox-close:focus{background-color:#111}#imagelightbox-close:before,#imagelightbox-close:after{width:2px;background-color:#fff;content:'';position:absolute;top:20%;bottom:20%;left:50%;margin-left:-1px}#imagelightbox-close:before{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}#imagelightbox-close:after{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}#imagelightbox-caption{text-align:center;color:#fff;background-color:#0A9FBB;position:fixed;z-index:10001;left:0;right:0;bottom:0;padding:.625em}.imagelightbox-arrow{border-radius:3px;width:3.75em;height:7.5em;background-color:#e92700;vertical-align:middle;display:none;border:0;cursor:pointer;position:fixed;z-index:10001;top:50%;margin-top:-3.75em}.imagelightbox-arrow:hover,.imagelightbox-arrow:focus{background-color:#e92700}.imagelightbox-arrow:active{background-color:#e92700}.imagelightbox-arrow-left{left:2.5em}.imagelightbox-arrow-right{right:2.5em}.imagelightbox-arrow:before{width:0;height:0;border:1em solid transparent;content:'';display:inline-block;margin-bottom:-0.125em}.imagelightbox-arrow-left:before{border-left:0;border-right-color:#fff;margin-left:-0.313em}.imagelightbox-arrow-right:before{border-right:0;border-left-color:#fff;margin-right:-0.313em}#imagelightbox-loading,#imagelightbox-overlay,#imagelightbox-close,#imagelightbox-caption,#imagelightbox-nav,.imagelightbox-arrow{-webkit-animation:fade-in .25s linear;animation:fade-in .25s linear}@-webkit-keyframes fade-in{from{opacity:0}to{opacity:1}}@keyframes fade-in{from{opacity:0}to{opacity:1}}@media only screen and (max-width:41.250em){#container{width:100%}#imagelightbox-close{top:1.25em;right:1.25em}#imagelightbox-nav{bottom:1.25em}.imagelightbox-arrow{width:2.5em;height:3.75em;margin-top:-2.75em}.imagelightbox-arrow-left{left:1.25em}.imagelightbox-arrow-right{right:1.25em}}@media only screen and (max-width:20em){.imagelightbox-arrow-left{left:0}.imagelightbox-arrow-right{right:0}}
/*************** SCROLLBAR BASE CSS ***************/

.scroll-wrapper {
    overflow: hidden !important;
    padding: 0 !important;
    position: relative;
}

.scroll-wrapper > .scroll-content {
    border: none !important;
    box-sizing: content-box !important;
    height: auto;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none !important;
    overflow: scroll !important;
    padding: 0;
    position: relative !important;
    top: 0;
    width: auto !important;
}

.scroll-wrapper > .scroll-content::-webkit-scrollbar {
    height: 0;
    width: 0;
}

.scroll-element {
    display: none;
}
.scroll-element, .scroll-element div {
    box-sizing: content-box;
}

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
    display: block;
}

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
    cursor: default;
}

.scroll-textarea {
    border: 1px solid #cccccc;
    border-top-color: #999999;
}
.scroll-textarea > .scroll-content {
    overflow: hidden !important;
}
.scroll-textarea > .scroll-content > textarea {
    border: none !important;
    box-sizing: border-box;
    height: 100% !important;
    margin: 0;
    max-height: none !important;
    max-width: none !important;
    overflow: scroll !important;
    outline: none;
    padding: 2px;
    position: relative !important;
    top: 0;
    width: 100% !important;
}
.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
    height: 0;
    width: 0;
}









/*************** SIMPLE INNER SCROLLBAR ***************/

.scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div
{
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scrollbar-inner > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-x {
    bottom: 2px;
    height: 8px;
    left: 0;
    width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-y {
    height: 100%;
    right: 2px;
    top: 0;
    width: 8px;
}

.scrollbar-inner > .scroll-element .scroll-element_outer {
    overflow: hidden;
}

.scrollbar-inner > .scroll-element .scroll-element_outer,
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    opacity: 0.4;
}

.scrollbar-inner > .scroll-element .scroll-element_track { background-color: #e0e0e0; }
.scrollbar-inner > .scroll-element .scroll-bar { background-color: #c2c2c2; }
.scrollbar-inner > .scroll-element:hover .scroll-bar { background-color: #919191; }
.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar { background-color: #919191; }


/* update scrollbar offset if both scrolls are visible */

.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track { left: -12px; }
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track { top: -12px; }


.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -12px; }
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -12px; }










/*************** SIMPLE OUTER SCROLLBAR ***************/

.scrollbar-outer > .scroll-element,
.scrollbar-outer > .scroll-element div
{
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scrollbar-outer > .scroll-element {
    background-color: #ffffff;
}

.scrollbar-outer > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scrollbar-outer > .scroll-element.scroll-x {
    bottom: 0;
    height: 12px;
    left: 0;
    width: 100%;
}

.scrollbar-outer > .scroll-element.scroll-y {
    height: 100%;
    right: 0;
    top: 0;
    width: 12px;
}

.scrollbar-outer > .scroll-element.scroll-x .scroll-element_outer { height: 8px; top: 2px; }
.scrollbar-outer > .scroll-element.scroll-y .scroll-element_outer { left: 2px; width: 8px; }

.scrollbar-outer > .scroll-element .scroll-element_outer { overflow: hidden; }
.scrollbar-outer > .scroll-element .scroll-element_track { background-color: #eeeeee; }

.scrollbar-outer > .scroll-element .scroll-element_outer,
.scrollbar-outer > .scroll-element .scroll-element_track,
.scrollbar-outer > .scroll-element .scroll-bar {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.scrollbar-outer > .scroll-element .scroll-bar { background-color: #d9d9d9; }
.scrollbar-outer > .scroll-element .scroll-bar:hover { background-color: #c2c2c2; }
.scrollbar-outer > .scroll-element.scroll-draggable .scroll-bar { background-color: #919191; }


/* scrollbar height/width & offset from container borders */

.scrollbar-outer > .scroll-content.scroll-scrolly_visible { left: -12px; margin-left: 12px; }
.scrollbar-outer > .scroll-content.scroll-scrollx_visible { top:  -12px; margin-top:  12px; }

.scrollbar-outer > .scroll-element.scroll-x .scroll-bar { min-width: 10px; }
.scrollbar-outer > .scroll-element.scroll-y .scroll-bar { min-height: 10px; }


/* update scrollbar offset if both scrolls are visible */

.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track { left: -14px; }
.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track { top: -14px; }

.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -14px; }
.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -14px; }










/*************** SCROLLBAR MAC OS X ***************/

.scrollbar-macosx > .scroll-element,
.scrollbar-macosx > .scroll-element div
{
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scrollbar-macosx > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scrollbar-macosx > .scroll-element .scroll-element_track { display: none; }
.scrollbar-macosx > .scroll-element .scroll-bar {
    background-color: #6C6E71;
    display: block;

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

    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;

    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}
.scrollbar-macosx:hover > .scroll-element .scroll-bar,
.scrollbar-macosx > .scroll-element.scroll-draggable .scroll-bar {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity: 0.7;
}


.scrollbar-macosx > .scroll-element.scroll-x {
    bottom: 0px;
    height: 0px;
    left: 0;
    min-width: 100%;
    overflow: visible;
    width: 100%;
}

.scrollbar-macosx > .scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 0px;
    top: 0;
    width: 0px;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-macosx > .scroll-element.scroll-x .scroll-bar { height: 7px; min-width: 10px; top: -9px; }
.scrollbar-macosx > .scroll-element.scroll-y .scroll-bar { left: -9px; min-height: 10px; width: 7px; }

.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_outer { left: 2px; }
.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_size { left: -4px; }

.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_outer { top: 2px; }
.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_size { top: -4px; }

/* update scrollbar offset if both scrolls are visible */
.scrollbar-macosx > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -11px; }
.scrollbar-macosx > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -11px; }










/*************** SCROLLBAR LIGHT ***************/

.scrollbar-light > .scroll-element,
.scrollbar-light > .scroll-element div {
    border: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scrollbar-light > .scroll-element {
    background-color: #ffffff;
}

.scrollbar-light > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scrollbar-light > .scroll-element .scroll-element_outer {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.scrollbar-light > .scroll-element .scroll-element_size {
    background: #dbdbdb;
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGU4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+');
    background: -moz-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#dbdbdb), color-stop(100%,#e8e8e8));
    background: -webkit-linear-gradient(left, #dbdbdb 0%,#e8e8e8 100%);
    background: -o-linear-gradient(left, #dbdbdb 0%,#e8e8e8 100%);
    background: -ms-linear-gradient(left, #dbdbdb 0%,#e8e8e8 100%);
    background: linear-gradient(to right, #dbdbdb 0%,#e8e8e8 100%);

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.scrollbar-light > .scroll-element.scroll-x {
    bottom: 0;
    height: 17px;
    left: 0;
    min-width: 100%;
    width: 100%;
}

.scrollbar-light > .scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 0;
    top: 0;
    width: 17px;
}

.scrollbar-light > .scroll-element .scroll-bar {
    background: #fefefe;
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+');
    background: -moz-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#fefefe), color-stop(100%,#f5f5f5));
    background: -webkit-linear-gradient(left, #fefefe 0%,#f5f5f5 100%);
    background: -o-linear-gradient(left, #fefefe 0%,#f5f5f5 100%);
    background: -ms-linear-gradient(left, #fefefe 0%,#f5f5f5 100%);
    background: linear-gradient(to right, #fefefe 0%,#f5f5f5 100%);

    border: 1px solid #dbdbdb;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

/* scrollbar height/width & offset from container borders */

.scrollbar-light > .scroll-content.scroll-scrolly_visible { left: -17px; margin-left: 17px; }
.scrollbar-light > .scroll-content.scroll-scrollx_visible { top:  -17px; margin-top:  17px; }

.scrollbar-light > .scroll-element.scroll-x .scroll-bar { height: 10px; min-width: 10px; top: 0px; }
.scrollbar-light > .scroll-element.scroll-y .scroll-bar { left: 0px; min-height: 10px; width: 10px; }

.scrollbar-light > .scroll-element.scroll-x .scroll-element_outer { height: 12px; left: 2px; top: 2px; }
.scrollbar-light > .scroll-element.scroll-x .scroll-element_size { left: -4px; }

.scrollbar-light > .scroll-element.scroll-y .scroll-element_outer { left: 2px; top: 2px; width: 12px; }
.scrollbar-light > .scroll-element.scroll-y .scroll-element_size { top: -4px; }

/* update scrollbar offset if both scrolls are visible */

.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -19px; }
.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -19px; }

.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track { left: -19px; }
.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track { top: -19px; }










/*************** SCROLLBAR RAIL ***************/

.scrollbar-rail > .scroll-element,
.scrollbar-rail > .scroll-element div
{
    border: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scrollbar-rail > .scroll-element {
    background-color: #ffffff;
}

.scrollbar-rail > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scrollbar-rail > .scroll-element .scroll-element_size {
    background-color: #999;
    background-color: rgba(0, 0, 0, 0.3);
}

.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-element_size {
    background-color: #666;
    background-color: rgba(0, 0, 0, 0.5);
}

.scrollbar-rail > .scroll-element.scroll-x {
    bottom: 0;
    height: 12px;
    left: 0;
    min-width: 100%;
    padding: 3px 0 2px;
    width: 100%;
}

.scrollbar-rail > .scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    padding: 0 2px 0 3px;
    right: 0;
    top: 0;
    width: 12px;
}

.scrollbar-rail > .scroll-element .scroll-bar {
    background-color: #d0b9a0;

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;

    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-bar {
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

/* scrollbar height/width & offset from container borders */

.scrollbar-rail > .scroll-content.scroll-scrolly_visible { left: -17px; margin-left: 17px; }
.scrollbar-rail > .scroll-content.scroll-scrollx_visible { margin-top: 17px; top: -17px; }

.scrollbar-rail > .scroll-element.scroll-x .scroll-bar { height: 10px; min-width: 10px; top: 1px; }
.scrollbar-rail > .scroll-element.scroll-y .scroll-bar { left: 1px; min-height: 10px; width: 10px; }

.scrollbar-rail > .scroll-element.scroll-x .scroll-element_outer { height: 15px; left: 5px; }
.scrollbar-rail > .scroll-element.scroll-x .scroll-element_size { height: 2px; left: -10px; top: 5px; }

.scrollbar-rail > .scroll-element.scroll-y .scroll-element_outer { top: 5px; width: 15px; }
.scrollbar-rail > .scroll-element.scroll-y .scroll-element_size { left: 5px; top: -10px; width: 2px; }

/* update scrollbar offset if both scrolls are visible */

.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -25px; }
.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -25px; }

.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track { left: -25px; }
.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track { top: -25px; }










/*************** SCROLLBAR DYNAMIC ***************/

.scrollbar-dynamic > .scroll-element,
.scrollbar-dynamic > .scroll-element div
{
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scrollbar-dynamic > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scrollbar-dynamic > .scroll-element.scroll-x {
    bottom: 2px;
    height: 7px;
    left: 0;
    min-width: 100%;
    width: 100%;
}

.scrollbar-dynamic > .scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 2px;
    top: 0;
    width: 7px;
}

.scrollbar-dynamic > .scroll-element .scroll-element_outer {
    opacity: 0.3;

    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}
.scrollbar-dynamic > .scroll-element .scroll-element_size {
    background-color: #cccccc;
    opacity: 0;

    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;

    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    -ms-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.scrollbar-dynamic > .scroll-element .scroll-bar {
    background-color: #6c6e71;

    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

/* scrollbar height/width & offset from container borders */

.scrollbar-dynamic > .scroll-element.scroll-x .scroll-bar {
    bottom: 0;
    height: 7px;
    min-width: 24px;
    top: auto;
}
.scrollbar-dynamic > .scroll-element.scroll-y .scroll-bar {
    left: auto;
    min-height: 24px;
    right: 0;
    width: 7px;
}

.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_outer {
    bottom: 0;
    top: auto;
    left: 2px;

    -webkit-transition: height 0.2s;
    -moz-transition: height 0.2s;
    -o-transition: height 0.2s;
    -ms-transition: height 0.2s;
    transition: height 0.2s;
}

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_outer {
    left: auto;
    right: 0;
    top: 2px;

    -webkit-transition: width 0.2s;
    -moz-transition: width 0.2s;
    -o-transition: width 0.2s;
    -ms-transition: width 0.2s;
    transition: width 0.2s;
}

.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_size { left: -4px; }
.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_size { top: -4px; }


/* update scrollbar offset if both scrolls are visible */

.scrollbar-dynamic > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -11px; }
.scrollbar-dynamic > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -11px; }


/* hover & drag */

.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer {
    overflow: hidden;

    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity: 0.7;
}
.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-element_size,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-element_size {
    opacity: 1;
}
.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-bar,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-bar {
    height: 100%;
    width: 100%;

    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}

.scrollbar-dynamic > .scroll-element.scroll-x:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-x.scroll-draggable .scroll-element_outer {
    height: 20px;
    min-height: 7px;
}
.scrollbar-dynamic > .scroll-element.scroll-y:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-y.scroll-draggable .scroll-element_outer {
    min-width: 7px;
    width: 20px;
}










/*************** SCROLLBAR GOOGLE CHROME ***************/

.scrollbar-chrome > .scroll-element,
.scrollbar-chrome > .scroll-element div
{
    border: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scrollbar-chrome > .scroll-element {
    background-color: #ffffff;
}

.scrollbar-chrome > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scrollbar-chrome > .scroll-element .scroll-element_outer {}

.scrollbar-chrome > .scroll-element .scroll-element_track {
    background: #f1f1f1;
    border: 1px solid #dbdbdb;
}

.scrollbar-chrome > .scroll-element.scroll-x {
    bottom: 0;
    height: 16px;
    left: 0;
    min-width: 100%;
    width: 100%;
}

.scrollbar-chrome > .scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 0;
    top: 0;
    width: 16px;
}

.scrollbar-chrome > .scroll-element .scroll-bar {
    background-color: #d9d9d9;
    border: 1px solid #bdbdbd;
    cursor: default;

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.scrollbar-chrome > .scroll-element .scroll-bar:hover {
    background-color: #c2c2c2;
    border-color: #a9a9a9;
}

.scrollbar-chrome > .scroll-element.scroll-draggable .scroll-bar {
    background-color: #919191;
    border-color: #7e7e7e;
}

/* scrollbar height/width & offset from container borders */

.scrollbar-chrome > .scroll-content.scroll-scrolly_visible { left: -16px; margin-left: 16px; }
.scrollbar-chrome > .scroll-content.scroll-scrollx_visible { top:  -16px; margin-top:  16px; }

.scrollbar-chrome > .scroll-element.scroll-x .scroll-bar { height: 8px; min-width: 10px; top: 3px; }
.scrollbar-chrome > .scroll-element.scroll-y .scroll-bar { left: 3px; min-height: 10px; width: 8px; }

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_outer { border-left: 1px solid #dbdbdb; }
.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_track { height: 14px; left: -3px; }
.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_size { height: 14px; left: -4px; }

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_outer { border-top: 1px solid #dbdbdb; }
.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_track { top: -3px; width: 14px; }
.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_size { top: -4px; width: 14px; }

/* update scrollbar offset if both scrolls are visible */

.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -19px; }
.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -19px; }

.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track { left: -19px; }
.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track { top: -19px; }








@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/**
  Nahrada za built-in compass image-url
 */
/**
 * Vypocet sirky stlpca.
 * $number je 1-12 (podla bootstrap gridu)
 */
/**
 * Vypocet sirky stlpca.
 * $number Pocet stlpcov.
 */
/* ==========================================================================
   Grid
   ========================================================================== */
.articles__list-container {
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 0; }

.articles__list-pager {
  min-height: 35px; }
  .articles__list-pager > .pager {
    padding-top: 5px; }
    .articles__list-pager > .pager > a {
      background-color: #ffffff; }
      .articles__list-pager > .pager > a:last-child {
        margin-right: 0; }

.articles__list-item {
  margin-top: 25px; }

.articles__list-item-header {
  display: -webkit-box;
  max-width: 100%;
  height: 38.4px;
  font-size: 16px;
  line-height: 1.2;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis; }

.articles__list-item-description {
  display: -webkit-box;
  max-width: 100%;
  height: 62.4px;
  font-size: 13px;
  line-height: 1.2;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis; }

.articles__list-item-footer {
  font-size: 12px;
  border-bottom: 1px solid #EAEFF2;
  padding-bottom: 10px; }

.articles__list-item-footer-left {
  width: auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 10px; }

.articles__list-item-footer-right {
  float: right;
  width: auto; }

.articles__list-pager--bottom {
  margin-top: 10px; }

#hp-articles .col-article:nth-of-type(1) {
  margin-top: 0; }

.article-tables__tr--header {
  font-weight: 700;
  font-size: .75rem;
  text-transform: uppercase;
  text-align: left;
  display: none; }

.article-tables__tr--body {
  display: block;
  margin-top: 15px; }
  .article-tables__tr--body:first-child {
    margin-top: 0; }

.article-tables__th {
  background-color: #f2f6f8;
  vertical-align: middle; }
  .article-tables__th:first-child {
    border-top-left-radius: 4px; }
  .article-tables__th:last-child {
    border-top-right-radius: 4px; }

.article-tables__td {
  display: block;
  padding: 3px 0; }
  .article-tables__td:first-child {
    border-top: none; }

.article-tables__td-label {
  display: block;
  width: 50%;
  float: left;
  font-weight: 700; }

.article-tables__td-content {
  display: block;
  width: 50%;
  float: left; }

.article-tables__td-content--delivery-date {
  white-space: nowrap; }

.order-unlogged-address {
  width: 100%; }

.order-step-unlogged-2__buttons {
  background-color: #f2f6f8;
  border-top: 1px solid #DAE0E4;
  vertical-align: middle;
  padding: 7.5px; }

.order-step-unlogged-2__button {
  text-transform: uppercase; }

.order-unlogged-2__form-h2 {
  margin: 15px 7.5px 7.5px;
  padding-bottom: 7.5px;
  border-bottom: 0.875px solid #EAEFF2; }

.order-unlogged-2__form-customer-type {
  padding: 15px 7.5px; }

.order-unlogged-2__form-h3 {
  color: #5b6672;
  font-style: italic;
  font-weight: normal;
  font-size: 1rem;
  margin-bottom: 15px;
  padding-left: 7.5px;
  padding-right: 7.5px; }

.order-unlogged-2__form-h3--address {
  display: none; }

.order-unlogged-2__form-h3--name {
  margin-top: 25px; }

.order-step-unlogged-2__alternatives {
  margin-top: 35px; }

.order-step-unlogged-2__alternative {
  margin-top: 15px;
  margin-bottom: 15px;
  padding-bottom: 15px; }

.order-step-unlogged-2__alternative--login {
  border-bottom: 0.875px solid #EAEFF2; }

@font-face {
  font-family: 'sosicons';
  src: url("../fonts/sosicons.eot?jkdsciu");
  src: url("../fonts/sosicons.eot?jkdsciu#iefix") format("embedded-opentype"), url("../fonts/sosicons.ttf?jkdsciu") format("truetype"), url("../fonts/sosicons.woff?jkdsciu") format("woff"), url("../fonts/sosicons.svg?jkdsciu#sosicons") format("svg");
  font-weight: normal;
  font-style: normal; }

.icon {
  font-family: 'sosicons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: relative;
  top: -1px;
  vertical-align: middle; }

.icon-sm {
  font-size: .75em; }

.icon-lg {
  font-size: 1.25em; }

.icon-x2 {
  font-size: 2em; }

.icon-x3 {
  font-size: 3em; }

.icon-x4 {
  font-size: 4em; }

.icon-add-to-cart:before {
  content: ""; }

.icon-bug:before {
  content: ""; }

.icon-calc:before {
  content: ""; }

.icon-calc-circle:before {
  content: ""; }

.icon-caret-down:before {
  content: ""; }

.icon-caret-left:before {
  content: ""; }

.icon-caret-right:before {
  content: ""; }

.icon-caret-up:before {
  content: ""; }

.icon-cart:before {
  content: ""; }

.icon-cart-alt:before {
  content: ""; }

.icon-cart-circle:before {
  content: ""; }

.icon-check:before {
  content: ""; }

.icon-check-circle:before {
  content: ""; }

.icon-checkbox:before {
  content: ""; }

.icon-checkbox-checked:before {
  content: ""; }

.icon-chevron-double-down:before {
  content: ""; }

.icon-chevron-double-left:before {
  content: ""; }

.icon-chevron-double-right:before {
  content: ""; }

.icon-chevron-double-up:before {
  content: ""; }

.icon-chevron-down:before {
  content: ""; }

.icon-chevron-left:before {
  content: ""; }

.icon-chevron-right:before {
  content: ""; }

.icon-chevron-right-copy:before {
  content: ""; }

.icon-chevron-thin-down:before {
  content: ""; }

.icon-chevron-thin-left:before {
  content: ""; }

.icon-chevron-thin-right:before {
  content: ""; }

.icon-chevron-thin-up:before {
  content: ""; }

.icon-chevron-up:before {
  content: ""; }

.icon-comment:before {
  content: ""; }

.icon-comment-circle:before {
  content: ""; }

.icon-cross:before {
  content: ""; }

.icon-cross-circle:before {
  content: ""; }

.icon-dog:before {
  content: ""; }

.icon-dog-circle:before {
  content: ""; }

.icon-dot:before {
  content: ""; }

.icon-download:before {
  content: ""; }

.icon-download2:before {
  content: ""; }

.icon-edit:before {
  content: ""; }

.icon-euro:before {
  content: ""; }

.icon-facebook:before {
  content: ""; }

.icon-factory:before {
  content: ""; }

.icon-fav:before {
  content: ""; }

.icon-fav-circle:before {
  content: ""; }

.icon-google-plus:before {
  content: ""; }

.icon-info:before {
  content: ""; }

.icon-linkedin:before {
  content: ""; }

.icon-list:before {
  content: ""; }

.icon-list-alt:before {
  content: ""; }

.icon-location:before {
  content: ""; }

.icon-loop:before {
  content: ""; }

.icon-magnifier:before {
  content: ""; }

.icon-menu:before {
  content: ""; }

.icon-pdf:before {
  content: ""; }

.icon-pencil:before {
  content: ""; }

.icon-phone:before {
  content: ""; }

.icon-pinterest:before {
  content: ""; }

.icon-play-circle:before {
  content: ""; }

.icon-plus:before {
  content: ""; }

.icon-refresh:before {
  content: ""; }

.icon-rss:before {
  content: ""; }

.icon-scale:before {
  content: ""; }

.icon-send:before {
  content: ""; }

.icon-share:before {
  content: ""; }

.icon-sign-out:before {
  content: ""; }

.icon-sign-out1:before {
  content: ""; }

.icon-slash:before {
  content: ""; }

.icon-slash-thin:before {
  content: ""; }

.icon-sort:before {
  content: ""; }

.icon-sort-alpha-asc:before {
  content: ""; }

.icon-sort-alpha-desc:before {
  content: ""; }

.icon-sort-amount-asc:before {
  content: ""; }

.icon-sort-amount-desc:before {
  content: ""; }

.icon-sos1:before {
  content: ""; }

.icon-sos2:before {
  content: ""; }

.icon-sphere:before {
  content: ""; }

.icon-th-list:before {
  content: ""; }

.icon-trash:before {
  content: ""; }

.icon-twitter:before {
  content: ""; }

.icon-user:before {
  content: ""; }

.icon-youtube:before {
  content: ""; }

.icon-sos-logo {
  width: 1em;
  height: 2em;
  position: relative; }
  .icon-sos-logo:before {
    content: "";
    position: absolute;
    color: #0060A8; }
  .icon-sos-logo:after {
    content: "";
    position: absolute;
    color: #D43620; }

html {
  font-size: 100%;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent; }
  html ::-moz-selection {
    background: #0060A8;
    color: white; }
  html ::selection {
    background: #0060A8;
    color: white; }

*,
*:before,
*:after {
  box-sizing: inherit; }

*:focus {
  outline: none; }

body {
  background-color: #EAEFF2;
  color: #5b6672;
  font-family: "PT Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  cursor: default; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #0060A8;
  text-decoration: none; }
  a:hover {
    color: #004375;
    text-decoration: underline; }
  a:focus {
    outline: none; }

.link-underline {
  text-decoration: underline; }

.link-alt:hover {
  text-decoration: none; }

.link-default {
  color: #D43620;
  text-decoration: underline; }
  .link-default:hover {
    color: #922516;
    text-decoration: underline; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle; }

strong {
  font-weight: 700; }

em {
  font-style: italic; }

hr {
  margin-top: 21px;
  margin-bottom: 21px;
  border: 0;
  border-top: 0.875px solid #EAEFF2; }

.separator {
  border-bottom: 1px solid #EAEFF2;
  padding-bottom: 15px; }

.separator:last-child {
  border-bottom: none;
  padding-bottom: 0; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.pull-right {
  display: block !important;
  float: right !important; }

.pull-left {
  display: block !important;
  float: left !important; }

.block {
  display: block !important; }

.inline-block {
  display: inline-block !important; }

.hidden {
  display: none; }

.color-primary {
  color: #0060A8; }

.color-primary-light, .form-popup__label-subtitle-text {
  color: #0CB0E6; }

.color-secondary {
  color: #D43620; }

.color-success {
  color: #4CAF50; }

.color-warning {
  color: #f0ad4e; }

.color-error {
  color: #A94442; }

.color-black {
  color: #232323; }

.color-white {
  color: #ffffff; }

.color-muted {
  color: #CBD2DB; }

.bg-primary {
  background-color: #0060A8; }

.bg-primary-light {
  background-color: #0CB0E6; }

.bg-secondary {
  background-color: #D43620; }

.bg-success {
  background-color: #4CAF50; }

.bg-warning {
  background-color: #f0ad4e; }

.bg-error {
  background-color: #A94442; }

.bg-black {
  background-color: #232323; }

.bg-white {
  background-color: #ffffff; }

.bg-muted {
  background-color: #CBD2DB; }

.alert {
  margin-top: 5px;
  font-size: 14px;
  padding: 6px 12px;
  border: 1px solid transparent;
  border-radius: 4px; }

.alert-success {
  background-color: #dff0d8;
  color: #128714;
  border-color: #d6e9c6; }

.alert-error {
  background-color: #f2dede;
  color: #a94442;
  border-color: #ebccd1; }

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin: 15px 0; }
  .videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 700;
  line-height: 1.2;
  color: #0060A8;
  margin-bottom: 10.5px; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: 400; }

.h1,
.h2,
.h3 {
  letter-spacing: 2px;
  /*  margin-top: $line-height-computed;
  margin-bottom: $line-height-computed/2;*/ }

.h4,
.h5,
.h6 {
  letter-spacing: 1px;
  /*  margin-top: $line-height-computed/2;
  margin-bottom: $line-height-computed/2;*/ }
  .h4 .icon,
  .h5 .icon,
  .h6 .icon {
    top: -3px; }

.h1 {
  font-size: 35px !important; }

.h2 {
  font-size: 29.4px !important; }

.h3 {
  font-size: 23.8px !important; }

.h4 {
  font-size: 17.5px !important; }

.h5 {
  font-size: 14px !important; }

.h6 {
  font-size: 11.9px !important; }

p {
  margin: 0 0 10.5px; }
  p.nomargin {
    margin: 0; }

small,
.small {
  font-size: 13px; }

mark,
.mark {
  background-color: #f0ad4e;
  padding: .2em; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-top {
  vertical-align: top; }

.text-middle {
  vertical-align: middle; }

.text-bottom {
  vertical-align: bottom; }

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.font-xxs, .form-popup__label-subtitle-text {
  font-size: 10px; }

.font-xs, .form-popup__icon-close {
  font-size: 12px; }

.font-sm {
  font-size: 13px; }

.font-md {
  font-size: 14px; }

.font-lg {
  font-size: 16px; }

.font-xl {
  font-size: 18px; }

.font-xxl {
  font-size: 20px; }

.font-xxxl {
  font-size: 22px; }

.text-muted {
  color: #CBD2DB; }

ul,
ol {
  margin-top: 0;
  padding-left: 21px;
  margin-bottom: 10.5px;
  list-style: disc; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.list-unstyled {
  list-style: none; }

.list-unstyled-alt {
  list-style: none;
  padding-left: 0; }

.list-icon {
  list-style: none;
  padding-left: 0; }
  .list-icon > li {
    padding-left: 21px;
    position: relative; }
    .list-icon > li > .icon {
      position: absolute;
      vertical-align: middle;
      top: 3px;
      left: 0; }
      .list-icon > li > .icon.font-xs, .list-icon > li > .icon.form-popup__icon-close {
        top: 5px; }
      .list-icon > li > .icon.font-sm {
        top: 3px; }

.list-inline {
  list-style: none;
  margin-left: -4.375px; }
  .list-inline > li {
    display: inline-block;
    padding-left: 4.375px;
    padding-right: 4.375px; }

.list {
  list-style: none;
  padding-left: 0; }
  .list li:before {
    font-family: 'sosicons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    position: relative;
    top: -1px;
    vertical-align: middle;
    content: "";
    vertical-align: middle;
    padding-right: 5px;
    position: relative;
    top: -2px; }

dl {
  margin-top: 0;
  margin-bottom: 21px; }

dt,
dd {
  line-height: 1.5; }

dt {
  font-weight: 700; }

dd {
  margin-left: 0; }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 0.875px; }

blockquote {
  padding: 10.5px 21px;
  margin: 0 0 21px;
  font-size: 17.5px;
  border-left: 5px solid #EAEFF2; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.5;
    color: #DAE0E4; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 13.125px;
  padding-left: 0;
  border-right: 4.375px solid #EAEFF2;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

address {
  margin-bottom: 21px;
  font-style: normal;
  line-height: 1.5; }

code,
kbd,
pre,
samp {
  font-family: "Roboto Mono"; }

code {
  padding: 1.75px 1.75px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px; }

kbd {
  padding: 1.75px 1.75px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: rgba(0, 0, 0, 0.25) -0.875px 0 inset; }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
    box-shadow: none; }

pre {
  display: block;
  padding: 10px;
  margin: 20px 0 10.5px;
  font-size: 13.9375px;
  line-height: 1.5;
  word-break: break-all;
  word-wrap: break-word;
  color: #000000;
  background-color: #f5f5f5;
  border: 1.7421875px solid #ddd;
  border-radius: 4px; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px; }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px; }

.container-old {
  padding-left: 30px;
  padding-right: 30px; }

.col {
  display: block;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
  float: left; }
  .col.half {
    padding-right: 7.5px;
    padding-left: 7.5px; }
  @media only screen and (max-width: 1024px) {
    .col {
      padding-right: 7.5px;
      padding-left: 7.5px; }
      .col.half {
        padding-right: 3.75px;
        padding-left: 3.75px; } }

.row {
  margin: 0 -15px; }
  .row.half {
    margin: 0 -7.5px; }

.col-1 {
  width: 8.3333333333%; }

.col-2 {
  width: 16.6666666667%; }

.col-3 {
  width: 25%; }

.col-4 {
  width: 33.3333333333%; }

.col-5 {
  width: 41.6666666667%; }

.col-6 {
  width: 50%; }

.col-7 {
  width: 58.3333333333%; }

.col-8 {
  width: 66.6666666667%; }

.col-9 {
  width: 75%; }

.col-10 {
  width: 83.3333333333%; }

.col-11 {
  width: 91.6666666667%; }

.col-12 {
  width: 100%; }

@media only screen and (max-width: 1024px) {
  .col {
    padding-right: 7.5px;
    padding-left: 7.5px; }
  .row {
    margin: 0 -7.5px; } }

@media only screen and (max-width: 1200px) {
  .container {
    width: 100%; } }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-1-fifth, .col-xs-2-fifth, .col-xs-3-fifth, .col-xs-4-fifth, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-1-fifth, .col-sm-2-fifth, .col-sm-3-fifth, .col-sm-4-fifth, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-1-fifth, .col-md-2-fifth, .col-md-3-fifth, .col-md-4-fifth, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-1-fifth, .col-lg-2-fifth, .col-lg-3-fifth, .col-lg-4-fifth, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-1-fifth, .col-xl-2-fifth, .col-xl-3-fifth, .col-xl-4-fifth {
  display: block;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
  float: left; }
  .col-xs-1.half, .col-xs-2.half, .col-xs-3.half, .col-xs-4.half, .col-xs-5.half, .col-xs-6.half, .col-xs-7.half, .col-xs-8.half, .col-xs-9.half, .col-xs-10.half, .col-xs-11.half, .col-xs-12.half, .col-xs-1-fifth.half, .col-xs-2-fifth.half, .col-xs-3-fifth.half, .col-xs-4-fifth.half, .col-sm-1.half, .col-sm-2.half, .col-sm-3.half, .col-sm-4.half, .col-sm-5.half, .col-sm-6.half, .col-sm-7.half, .col-sm-8.half, .col-sm-9.half, .col-sm-10.half, .col-sm-11.half, .col-sm-12.half, .col-sm-1-fifth.half, .col-sm-2-fifth.half, .col-sm-3-fifth.half, .col-sm-4-fifth.half, .col-md-1.half, .col-md-2.half, .col-md-3.half, .col-md-4.half, .col-md-5.half, .col-md-6.half, .col-md-7.half, .col-md-8.half, .col-md-9.half, .col-md-10.half, .col-md-11.half, .col-md-12.half, .col-md-1-fifth.half, .col-md-2-fifth.half, .col-md-3-fifth.half, .col-md-4-fifth.half, .col-lg-1.half, .col-lg-2.half, .col-lg-3.half, .col-lg-4.half, .col-lg-5.half, .col-lg-6.half, .col-lg-7.half, .col-lg-8.half, .col-lg-9.half, .col-lg-10.half, .col-lg-11.half, .col-lg-12.half, .col-lg-1-fifth.half, .col-lg-2-fifth.half, .col-lg-3-fifth.half, .col-lg-4-fifth.half, .col-xl-1.half, .col-xl-2.half, .col-xl-3.half, .col-xl-4.half, .col-xl-5.half, .col-xl-6.half, .col-xl-7.half, .col-xl-8.half, .col-xl-9.half, .col-xl-10.half, .col-xl-11.half, .col-xl-12.half, .col-xl-1-fifth.half, .col-xl-2-fifth.half, .col-xl-3-fifth.half, .col-xl-4-fifth.half {
    padding-right: 7.5px;
    padding-left: 7.5px; }
  @media only screen and (max-width: 1024px) {
    .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-1-fifth, .col-xs-2-fifth, .col-xs-3-fifth, .col-xs-4-fifth, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-1-fifth, .col-sm-2-fifth, .col-sm-3-fifth, .col-sm-4-fifth, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-1-fifth, .col-md-2-fifth, .col-md-3-fifth, .col-md-4-fifth, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-1-fifth, .col-lg-2-fifth, .col-lg-3-fifth, .col-lg-4-fifth, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-1-fifth, .col-xl-2-fifth, .col-xl-3-fifth, .col-xl-4-fifth {
      padding-right: 7.5px;
      padding-left: 7.5px; }
      .col-xs-1.half, .col-xs-2.half, .col-xs-3.half, .col-xs-4.half, .col-xs-5.half, .col-xs-6.half, .col-xs-7.half, .col-xs-8.half, .col-xs-9.half, .col-xs-10.half, .col-xs-11.half, .col-xs-12.half, .col-xs-1-fifth.half, .col-xs-2-fifth.half, .col-xs-3-fifth.half, .col-xs-4-fifth.half, .col-sm-1.half, .col-sm-2.half, .col-sm-3.half, .col-sm-4.half, .col-sm-5.half, .col-sm-6.half, .col-sm-7.half, .col-sm-8.half, .col-sm-9.half, .col-sm-10.half, .col-sm-11.half, .col-sm-12.half, .col-sm-1-fifth.half, .col-sm-2-fifth.half, .col-sm-3-fifth.half, .col-sm-4-fifth.half, .col-md-1.half, .col-md-2.half, .col-md-3.half, .col-md-4.half, .col-md-5.half, .col-md-6.half, .col-md-7.half, .col-md-8.half, .col-md-9.half, .col-md-10.half, .col-md-11.half, .col-md-12.half, .col-md-1-fifth.half, .col-md-2-fifth.half, .col-md-3-fifth.half, .col-md-4-fifth.half, .col-lg-1.half, .col-lg-2.half, .col-lg-3.half, .col-lg-4.half, .col-lg-5.half, .col-lg-6.half, .col-lg-7.half, .col-lg-8.half, .col-lg-9.half, .col-lg-10.half, .col-lg-11.half, .col-lg-12.half, .col-lg-1-fifth.half, .col-lg-2-fifth.half, .col-lg-3-fifth.half, .col-lg-4-fifth.half, .col-xl-1.half, .col-xl-2.half, .col-xl-3.half, .col-xl-4.half, .col-xl-5.half, .col-xl-6.half, .col-xl-7.half, .col-xl-8.half, .col-xl-9.half, .col-xl-10.half, .col-xl-11.half, .col-xl-12.half, .col-xl-1-fifth.half, .col-xl-2-fifth.half, .col-xl-3-fifth.half, .col-xl-4-fifth.half {
        padding-right: 3.75px;
        padding-left: 3.75px; } }

.col-xs-1 {
  width: 8.3333333333%; }

.col-xs-2 {
  width: 16.6666666667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.3333333333%; }

.col-xs-5 {
  width: 41.6666666667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.3333333333%; }

.col-xs-8 {
  width: 66.6666666667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.3333333333%; }

.col-xs-11 {
  width: 91.6666666667%; }

.col-xs-12 {
  width: 100%; }

@media screen and (min-width: 480px) {
  .col-sm-1 {
    width: 8.3333333333%; }
  .col-sm-2 {
    width: 16.6666666667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.3333333333%; }
  .col-sm-5 {
    width: 41.6666666667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.3333333333%; }
  .col-sm-8 {
    width: 66.6666666667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.3333333333%; }
  .col-sm-11 {
    width: 91.6666666667%; }
  .col-sm-12 {
    width: 100%; } }

@media screen and (min-width: 768px) {
  .col-md-1 {
    width: 8.3333333333%; }
  .col-md-2 {
    width: 16.6666666667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.3333333333%; }
  .col-md-5 {
    width: 41.6666666667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.3333333333%; }
  .col-md-8 {
    width: 66.6666666667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.3333333333%; }
  .col-md-11 {
    width: 91.6666666667%; }
  .col-md-12 {
    width: 100%; } }

@media screen and (min-width: 1024px) {
  .col-lg-1 {
    width: 8.3333333333%; }
  .col-lg-2 {
    width: 16.6666666667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.3333333333%; }
  .col-lg-5 {
    width: 41.6666666667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.3333333333%; }
  .col-lg-8 {
    width: 66.6666666667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.3333333333%; }
  .col-lg-11 {
    width: 91.6666666667%; }
  .col-lg-12 {
    width: 100%; } }

@media screen and (min-width: 1170px) {
  .col-xl-1 {
    width: 8.3333333333%; }
  .col-xl-2 {
    width: 16.6666666667%; }
  .col-xl-3 {
    width: 25%; }
  .col-xl-4 {
    width: 33.3333333333%; }
  .col-xl-5 {
    width: 41.6666666667%; }
  .col-xl-6 {
    width: 50%; }
  .col-xl-7 {
    width: 58.3333333333%; }
  .col-xl-8 {
    width: 66.6666666667%; }
  .col-xl-9 {
    width: 75%; }
  .col-xl-10 {
    width: 83.3333333333%; }
  .col-xl-11 {
    width: 91.6666666667%; }
  .col-xl-12 {
    width: 100%; } }

.col-xs-1-fifth {
  width: 20%; }

.col-xs-2-fifth {
  width: 40%; }

.col-xs-3-fifth {
  width: 60%; }

.col-xs-4-fifth {
  width: 80%; }

@media screen and (min-width: 480px) {
  .col-sm-1-fifth {
    width: 20%; }
  .col-sm-2-fifth {
    width: 40%; }
  .col-sm-3-fifth {
    width: 60%; }
  .col-sm-4-fifth {
    width: 80%; } }

@media screen and (min-width: 768px) {
  .col-md-1-fifth {
    width: 20%; }
  .col-md-2-fifth {
    width: 40%; }
  .col-md-3-fifth {
    width: 60%; }
  .col-md-4-fifth {
    width: 80%; } }

@media screen and (min-width: 1024px) {
  .col-lg-1-fifth {
    width: 20%; }
  .col-lg-2-fifth {
    width: 40%; }
  .col-lg-3-fifth {
    width: 60%; }
  .col-lg-4-fifth {
    width: 80%; } }

@media screen and (min-width: 1170px) {
  .col-xl-1-fifth {
    width: 20%; }
  .col-xl-2-fifth {
    width: 40%; }
  .col-xl-3-fifth {
    width: 60%; }
  .col-xl-4-fifth {
    width: 80%; } }

.col-xs-offset-1 {
  margin-left: 8.3333333333%; }

.col-xs-offset-2 {
  margin-left: 16.6666666667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.3333333333%; }

.col-xs-offset-5 {
  margin-left: 41.6666666667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.3333333333%; }

.col-xs-offset-8 {
  margin-left: 66.6666666667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.3333333333%; }

.col-xs-offset-11 {
  margin-left: 91.6666666667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media screen and (min-width: 480px) {
  .col-sm-offset-1 {
    margin-left: 8.3333333333%; }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%; }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%; }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%; }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media screen and (min-width: 768px) {
  .col-md-offset-1 {
    margin-left: 8.3333333333%; }
  .col-md-offset-2 {
    margin-left: 16.6666666667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.3333333333%; }
  .col-md-offset-5 {
    margin-left: 41.6666666667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.3333333333%; }
  .col-md-offset-8 {
    margin-left: 66.6666666667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.3333333333%; }
  .col-md-offset-11 {
    margin-left: 91.6666666667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media screen and (min-width: 1024px) {
  .col-lg-offset-1 {
    margin-left: 8.3333333333%; }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%; }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%; }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%; }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

@media screen and (min-width: 1170px) {
  .col-xl-offset-1 {
    margin-left: 8.3333333333%; }
  .col-xl-offset-2 {
    margin-left: 16.6666666667%; }
  .col-xl-offset-3 {
    margin-left: 25%; }
  .col-xl-offset-4 {
    margin-left: 33.3333333333%; }
  .col-xl-offset-5 {
    margin-left: 41.6666666667%; }
  .col-xl-offset-6 {
    margin-left: 50%; }
  .col-xl-offset-7 {
    margin-left: 58.3333333333%; }
  .col-xl-offset-8 {
    margin-left: 66.6666666667%; }
  .col-xl-offset-9 {
    margin-left: 75%; }
  .col-xl-offset-10 {
    margin-left: 83.3333333333%; }
  .col-xl-offset-11 {
    margin-left: 91.6666666667%; }
  .col-xl-offset-12 {
    margin-left: 100%; } }

.col-xs-offset-1-fifth {
  margin-left: 20%; }

.col-xs-offset-2-fifth {
  margin-left: 40%; }

.col-xs-offset-3-fifth {
  margin-left: 60%; }

.col-xs-offset-4-fifth {
  margin-left: 80%; }

@media screen and (min-width: 480px) {
  .col-sm-offset-1-fifth {
    margin-left: 20%; }
  .col-sm-offset-2-fifth {
    margin-left: 40%; }
  .col-sm-offset-3-fifth {
    margin-left: 60%; }
  .col-sm-offset-4-fifth {
    margin-left: 80%; } }

@media screen and (min-width: 768px) {
  .col-md-offset-1-fifth {
    margin-left: 20%; }
  .col-md-offset-2-fifth {
    margin-left: 40%; }
  .col-md-offset-3-fifth {
    margin-left: 60%; }
  .col-md-offset-4-fifth {
    margin-left: 80%; } }

@media screen and (min-width: 1024px) {
  .col-lg-offset-1-fifth {
    margin-left: 20%; }
  .col-lg-offset-2-fifth {
    margin-left: 40%; }
  .col-lg-offset-3-fifth {
    margin-left: 60%; }
  .col-lg-offset-4-fifth {
    margin-left: 80%; } }

@media screen and (min-width: 1170px) {
  .col-xl-offset-1-fifth {
    margin-left: 20%; }
  .col-xl-offset-2-fifth {
    margin-left: 40%; }
  .col-xl-offset-3-fifth {
    margin-left: 60%; }
  .col-xl-offset-4-fifth {
    margin-left: 80%; } }

.no-right-padding {
  padding-right: 0; }

.no-left-padding {
  padding-left: 0; }

table {
  background-color: transparent; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #CBD2DB;
  text-align: left; }

th {
  text-align: left; }

td img {
  margin: 0 auto; }

table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 21px; }
  table > thead > tr > th,
  table > thead > tr > td,
  table > tbody > tr > th,
  table > tbody > tr > td,
  table > tfoot > tr > th,
  table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.5;
    vertical-align: top;
    border-top: 1px solid #DAE0E4; }
  table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 1px solid #DAE0E4; }
  table > caption + thead > tr:first-child > th,
  table > caption + thead > tr:first-child > td,
  table > colgroup + thead > tr:first-child > th,
  table > colgroup + thead > tr:first-child > td,
  table > thead:first-child > tr:first-child > th,
  table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  table > tbody + tbody {
    border-top: 1px solid #DAE0E4; }
  table table {
    background-color: #EAEFF2; }

.table-products {
  margin-bottom: 0; }
  .table-products > thead > tr > th,
  .table-products > thead > tr > td,
  .table-products > tbody > tr > th,
  .table-products > tbody > tr > td,
  .table-products > tfoot > tr > th,
  .table-products > tfoot > tr > td {
    vertical-align: middle;
    border-top: 1px solid #DAE0E4; }
    .table-products > thead > tr > th.vat,
    .table-products > thead > tr > td.vat,
    .table-products > tbody > tr > th.vat,
    .table-products > tbody > tr > td.vat,
    .table-products > tfoot > tr > th.vat,
    .table-products > tfoot > tr > td.vat {
      vertical-align: top; }
    .table-products > thead > tr > th.no-border,
    .table-products > thead > tr > td.no-border,
    .table-products > tbody > tr > th.no-border,
    .table-products > tbody > tr > td.no-border,
    .table-products > tfoot > tr > th.no-border,
    .table-products > tfoot > tr > td.no-border {
      border-top: none; }
    .table-products > thead > tr > th.basket-price-summary,
    .table-products > thead > tr > td.basket-price-summary,
    .table-products > tbody > tr > th.basket-price-summary,
    .table-products > tbody > tr > td.basket-price-summary,
    .table-products > tfoot > tr > th.basket-price-summary,
    .table-products > tfoot > tr > td.basket-price-summary {
      vertical-align: top; }
      .table-products > thead > tr > th.basket-price-summary p.label,
      .table-products > thead > tr > td.basket-price-summary p.label,
      .table-products > tbody > tr > th.basket-price-summary p.label,
      .table-products > tbody > tr > td.basket-price-summary p.label,
      .table-products > tfoot > tr > th.basket-price-summary p.label,
      .table-products > tfoot > tr > td.basket-price-summary p.label {
        line-height: 1.875; }
    .table-products > thead > tr > th p,
    .table-products > thead > tr > td p,
    .table-products > tbody > tr > th p,
    .table-products > tbody > tr > td p,
    .table-products > tfoot > tr > th p,
    .table-products > tfoot > tr > td p {
      margin: 0; }
      .table-products > thead > tr > th p.basket-bonus,
      .table-products > thead > tr > td p.basket-bonus,
      .table-products > tbody > tr > th p.basket-bonus,
      .table-products > tbody > tr > td p.basket-bonus,
      .table-products > tfoot > tr > th p.basket-bonus,
      .table-products > tfoot > tr > td p.basket-bonus {
        margin-top: 15px; }
      .table-products > thead > tr > th p.basket-price-big,
      .table-products > thead > tr > td p.basket-price-big,
      .table-products > tbody > tr > th p.basket-price-big,
      .table-products > tbody > tr > td p.basket-price-big,
      .table-products > tfoot > tr > th p.basket-price-big,
      .table-products > tfoot > tr > td p.basket-price-big {
        margin-bottom: 45px; }
  .table-products > thead > tr.product td:last-child,
  .table-products > tbody > tr.product td:last-child,
  .table-products > tfoot > tr.product td:last-child {
    width: 245px; }
  .table-products > thead > tr.product td .btn-basket,
  .table-products > tbody > tr.product td .btn-basket,
  .table-products > tfoot > tr.product td .btn-basket {
    margin: 0; }
  .table-products > thead > tr > th,
  .table-products > tfoot > tr > td {
    background-color: #f2f6f8;
    vertical-align: middle;
    border-bottom: 1px solid #DAE0E4; }
  .table-products > thead > tr > th {
    font-size: 12px;
    letter-spacing: 1px; }
  .table-products > thead > tr:first-child > th:first-child {
    border-top-left-radius: 4px; }
  .table-products > thead > tr:first-child > th:last-child {
    border-top-right-radius: 4px; }
  .table-products > tbody > tr:last-child > td:first-child {
    border-bottom-left-radius: 4px; }
  .table-products > tbody > tr:last-child > td:last-child {
    border-bottom-right-radius: 4px; }
  .table-products > tfoot > tr:last-child > td {
    border-bottom: 0; }
  .table-products > tfoot > tr:last-child .summary {
    margin-top: 15px;
    margin-bottom: 15px; }
  .table-products > tfoot > tr:last-child > td:first-child {
    border-bottom-left-radius: 4px; }
  .table-products > tfoot > tr:last-child > td:last-child {
    border-bottom-right-radius: 4px; }

.table-product-desc {
  margin-bottom: 0; }
  .table-product-desc > thead > tr > th,
  .table-product-desc > thead > tr > td,
  .table-product-desc > tbody > tr > th,
  .table-product-desc > tbody > tr > td,
  .table-product-desc > tfoot > tr > th,
  .table-product-desc > tfoot > tr > td {
    padding: 2px;
    font-size: 13px;
    vertical-align: middle;
    border-top: 0px none; }
    .table-product-desc > thead > tr > th p,
    .table-product-desc > thead > tr > td p,
    .table-product-desc > tbody > tr > th p,
    .table-product-desc > tbody > tr > td p,
    .table-product-desc > tfoot > tr > th p,
    .table-product-desc > tfoot > tr > td p {
      margin: 0; }
  .table-product-desc > thead > tr > th,
  .table-product-desc > tbody > tr > th,
  .table-product-desc > tfoot > tr > th {
    font-weight: 700; }
  .table-product-desc > thead > tr .price,
  .table-product-desc > tbody > tr .price,
  .table-product-desc > tfoot > tr .price {
    color: #D43620;
    text-align: right; }
  .table-product-desc > thead > tr > th {
    font-size: 18px; }
  .table-product-desc > thead > tr > th,
  .table-product-desc > tfoot > tr > td {
    border-bottom: 0px none; }
  .table-product-desc.secondary > thead > tr > th {
    color: #D43620; }

.table-detailed-desc {
  margin: 0; }
  .table-detailed-desc > thead > tr > th,
  .table-detailed-desc > thead > tr > td,
  .table-detailed-desc > tbody > tr > th,
  .table-detailed-desc > tbody > tr > td,
  .table-detailed-desc > tfoot > tr > th,
  .table-detailed-desc > tfoot > tr > td {
    padding: 2px;
    line-height: 1.5;
    border: 0px none;
    font-size: 14px; }
  .table-detailed-desc > thead > tr > th,
  .table-detailed-desc > tbody > tr > th,
  .table-detailed-desc > tfoot > tr > th {
    font-weight: bold; }
  .table-detailed-desc > thead > tr > th {
    font-size: 14px;
    font-weight: 700;
    padding: 2px 2px 10px; }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #DAE0E4; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #DAE0E4; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 1px; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

.table-product-desc thead th {
  font-size: 16px;
  color: #4CAF50; }

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

.table-form {
  margin-top: 10px; }

.table-input,
.table-button {
  display: block;
  float: left; }

.table-input {
  margin-right: 5px;
  width: 73px !important; }

.table-button {
  width: 60px !important; }

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }
  @media screen and (max-width: 468px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 15.75px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #DAE0E4; }
      .table-responsive > .table {
        margin-bottom: 0; }
        .table-responsive > .table > thead > tr > th,
        .table-responsive > .table > thead > tr > td,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > th,
        .table-responsive > .table > tfoot > tr > td {
          white-space: nowrap; }
      .table-responsive > .table-bordered {
        border: 0; }
        .table-responsive > .table-bordered > thead > tr > th:first-child,
        .table-responsive > .table-bordered > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th:first-child,
        .table-responsive > .table-bordered > tfoot > tr > td:first-child {
          border-left: 0; }
        .table-responsive > .table-bordered > thead > tr > th:last-child,
        .table-responsive > .table-bordered > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th:last-child,
        .table-responsive > .table-bordered > tfoot > tr > td:last-child {
          border-right: 0; }
        .table-responsive > .table-bordered > tbody > tr:last-child > th,
        .table-responsive > .table-bordered > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .table-responsive > .table-bordered > tfoot > tr:last-child > td {
          border-bottom: 0; } }

.form-popup__label {
  margin-bottom: 1px;
  font-weight: bold; }
  .form-popup__label:after {
    content: ':'; }
  .form-popup__label.required:after {
    content: ': *'; }

.form-popup__label--subtitle {
  margin-bottom: 7.5px; }

.form-popup__label-subtitle-text {
  display: block;
  position: relative;
  top: -14px;
  margin-bottom: -14px; }

.form-popup__icon-close {
  color: #D43620;
  cursor: pointer;
  position: absolute;
  top: 5px;
  right: 5px; }
  .form-popup__icon-close:hover {
    color: #922516; }

.form-popup__delivery-addresses {
  width: 92%;
  border: 1px solid #ccc;
  background: #fff;
  position: absolute;
  top: 33px;
  left: 14px;
  z-index: 2;
  border-radius: 5px;
  box-shadow: 0 0 10px #aaa;
  box-sizing: border-box;
  display: none; }

.form-popup__delivery-addresses--right {
  right: 10px; }

.form-popup__delivery-addresses-container {
  height: 200px;
  margin-top: 22px;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  overflow-y: auto;
  overflow-x: hidden; }

.form-popup__delivery-addresses-address {
  background: #f5f5f5;
  border: 1px solid #ddd;
  margin-bottom: 10px;
  padding: 5px;
  cursor: pointer;
  /* Safari */
  transition: box-shadow 0.4s; }
  .form-popup__delivery-addresses-address:hover {
    box-shadow: 0 0 5px #ccc; }
  .form-popup__delivery-addresses-address.label {
    font-weight: bold; }

.form-samples__header {
  margin-top: 20px; }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 21px;
  font-size: 21px;
  line-height: inherit;
  color: #A5B1BF;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 4.375px;
  font-weight: 400;
  cursor: pointer; }

input[type="radio"],
input[type="checkbox"] {
  margin: 3.5px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

output {
  display: block;
  padding-top: 6px;
  font-size: 14px;
  line-height: 1.5;
  color: #717171; }

.input, .form-popup__input {
  display: block;
  width: 100%;
  color: #717171;
  background-color: #EAEFF2;
  background-image: none;
  border: 1px solid #DAE0E4;
  border-radius: 3px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 4px;
  transition-property: border-color;
  transition-duration: .2s; }
  .input.white, .white.form-popup__input {
    background-color: #ffffff; }
  .input::-moz-placeholder, .form-popup__input::-moz-placeholder {
    color: #5b6672;
    font-style: italic;
    opacity: 1; }
  .input:-ms-input-placeholder, .form-popup__input:-ms-input-placeholder {
    color: #5b6672;
    font-style: italic; }
  .input::-webkit-input-placeholder, .form-popup__input::-webkit-input-placeholder {
    color: #5b6672;
    font-style: italic; }
  .input[disabled], [disabled].form-popup__input, .input[readonly], [readonly].form-popup__input,
  fieldset[disabled] .input,
  fieldset[disabled] .form-popup__input {
    color: #A5B1BF;
    background-color: #EAEFF2;
    opacity: 1; }
  .input[disabled], [disabled].form-popup__input,
  fieldset[disabled] .input,
  fieldset[disabled] .form-popup__input {
    cursor: not-allowed; }
  .input:focus, .form-popup__input:focus {
    border-color: #0060A8; }

.input-blank {
  display: block;
  width: 100%;
  padding: 6px 12px;
  vertical-align: middle; }

.select {
  position: relative; }
  .select .input, .select .form-popup__input {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    padding-right: 40px; }
    .select .input::-ms-expand, .select .form-popup__input::-ms-expand {
      display: none; }
    .select .input + .icon, .select .form-popup__input + .icon {
      position: absolute;
      font-size: 10px;
      top: 14px;
      right: 14px;
      pointer-events: none; }
  .select.select-sm .input, .select.select-sm .form-popup__input {
    padding: 5px 10px;
    font-size: 13px;
    line-height: 1.4;
    border-radius: 3px;
    padding-right: 30px; }
    .select.select-sm .input + .icon, .select.select-sm .form-popup__input + .icon {
      top: 10px; }

.input-xs {
  padding: 1px 5px;
  font-size: 13px;
  line-height: 1.4;
  border-radius: 3px; }

.input-sm {
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.4;
  border-radius: 3px; }

.input-lg {
  padding: 10px 16px;
  font-size: 16px;
  line-height: 1.3;
  border-radius: 6px; }

.input-xl {
  padding: 20px 32px;
  font-size: 16px;
  line-height: 1.3;
  border-radius: 6px; }

.input + .input, .form-popup__input + .input, .input + .form-popup__input, .form-popup__input + .form-popup__input,
.input + .input-btn, .form-popup__input + .input-btn,
.input + .input-icon, .form-popup__input + .input-icon,
.input-icon + .input-icon,
.input-icon + .input-btn,
.input-btn + .input-icon,
.input-btn + .input-btn {
  margin-top: 12px; }

textarea.input, textarea.form-popup__input {
  resize: none; }

input[type="search"] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 35px; }
    input[type="date"].input-sm,
    .input-group-sm input[type="date"],
    input[type="time"].input-sm,
    .input-group-sm
    input[type="time"],
    input[type="datetime-local"].input-sm,
    .input-group-sm
    input[type="datetime-local"],
    input[type="month"].input-sm,
    .input-group-sm
    input[type="month"] {
      line-height: 43px; }
    input[type="date"].input-lg,
    .input-group-lg input[type="date"],
    input[type="time"].input-lg,
    .input-group-lg
    input[type="time"],
    input[type="datetime-local"].input-lg,
    .input-group-lg
    input[type="datetime-local"],
    input[type="month"].input-lg,
    .input-group-lg
    input[type="month"] {
      line-height: 33px; } }

.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 8.75px;
  margin-bottom: 8.75px; }
  .radio label,
  .checkbox label {
    min-height: 21px;
    padding-left: 17.5px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -17.5px;
  margin-top: 3.5px \9; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: 4.375px; }

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 17.5px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 8.75px; }

input[type="radio"][disabled], input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed; }

.input-static {
  padding-top: 6px;
  padding-bottom: 6px;
  margin-bottom: 0;
  min-height: 35px; }
  .input-static.input-lg, .input-static.input-sm {
    padding-left: 0;
    padding-right: 0; }

.input-btn {
  position: relative; }
  .input-btn .input, .input-btn .form-popup__input {
    padding-right: 30px; }
  .input-btn .btn {
    background-color: transparent;
    color: #5b6672;
    border-color: transparent;
    padding: 0;
    position: absolute;
    font-size: 18px;
    top: 3px;
    right: 7px; }
    .input-btn .btn:hover, .input-btn .btn:focus {
      background-color: transparent;
      border-color: transparent; }
    .input-btn .btn .icon {
      padding: 0; }

.input-icon {
  position: relative; }
  .input-icon .input, .input-icon .form-popup__input {
    padding-right: 30px; }
  .input-icon .icon {
    position: absolute;
    font-size: 18px;
    top: 8px;
    right: 7px; }

.form-group-sm .input, .form-group-sm .form-popup__input {
  height: 43px;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.4;
  border-radius: 3px; }

.form-group-sm select.input, .form-group-sm select.form-popup__input {
  height: 43px;
  line-height: 43px; }

.form-group-sm textarea.input, .form-group-sm textarea.form-popup__input,
.form-group-sm select[multiple].input,
.form-group-sm select[multiple].form-popup__input {
  height: auto; }

.form-group-sm .input-static {
  height: 43px;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.4;
  min-height: 34px; }

.form-group-lg .input, .form-group-lg .form-popup__input {
  height: 33px;
  padding: 10px 16px;
  font-size: 16px;
  line-height: 1.3;
  border-radius: 4px; }

.form-group-lg select.input, .form-group-lg select.form-popup__input {
  height: 33px;
  line-height: 33px; }

.form-group-lg textarea.input, .form-group-lg textarea.form-popup__input,
.form-group-lg select[multiple].input,
.form-group-lg select[multiple].form-popup__input {
  height: auto; }

.form-group-lg .input-static {
  height: 33px;
  padding: 10px 16px;
  font-size: 16px;
  line-height: 1.3;
  min-height: 37px; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #9ca6b0; }

.form__section-header {
  color: #0060A8;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 10px; }

@media (min-width: 468px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .select {
    display: inline-block; }
  .form-inline .input, .form-inline .form-popup__input {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .input-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .input,
    .form-inline .input-group .form-popup__input {
      width: auto; }
  .form-inline .input-group > .input, .form-inline .input-group > .form-popup__input {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .input-feedback {
    top: 0; } }

.form-inline.form-inline-sm {
  font-size: 12px;
  position: relative; }
  .form-inline.form-inline-sm label:after {
    top: 1px; }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 6px; }

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px; }

@media (min-width: 468px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 6px; } }

.form-horizontal .has-feedback .input-feedback {
  right: 15px; }

@media (min-width: 468px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 13px; } }

@media (min-width: 468px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 5px; } }

.checkbox {
  display: none; }
  .checkbox + label {
    cursor: pointer;
    padding-left: 20px;
    position: relative; }
    .checkbox + label:after {
      position: absolute;
      top: 2px;
      left: 0;
      content: "";
      width: 15px;
      height: 15px;
      background-image: url('../img/checkbox-unchecked.png');
      background-size: 15px 15px; }
      @media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        .checkbox + label:after {
          background-image: url('../img/checkbox-unchecked@2x.png');
          background-size: 15px 15px; } }
  .checkbox:checked + label::after {
    background-image: url('../img/checkbox-checked.png');
    background-size: 15px 15px; }
    @media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .checkbox:checked + label::after {
        background-image: url('../img/checkbox-checked@2x.png');
        background-size: 15px 15px; } }
  .checkbox.form-input + label {
    font-size: 14px;
    padding: 6px 0 0 20px;
    margin: 0;
    line-height: 1.5; }
    .checkbox.form-input + label:after {
      top: 8px; }
  .checkbox.sm + label {
    font-size: 12px; }
    .checkbox.sm + label:after {
      top: 1px; }

.checkbox2 {
  display: none; }
  .checkbox2 + label {
    cursor: pointer;
    padding-left: 20px;
    position: relative; }
    .checkbox2 + label:after {
      position: absolute;
      top: 2px;
      left: 0;
      content: "";
      width: 15px;
      height: 15px;
      background-image: url('../img/checkbox-unchecked.png');
      background-size: 15px 15px; }
      @media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        .checkbox2 + label:after {
          background-image: url('../img/checkbox-unchecked@2x.png');
          background-size: 15px 15px; } }
  .checkbox2:checked + label::after {
    background-image: url('../img/checkbox2-checked.png');
    background-size: 15px 15px; }
    @media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .checkbox2:checked + label::after {
        background-image: url('../img/checkbox2-checked@2x.png');
        background-size: 15px 15px; } }
  .checkbox2.form-input + label {
    font-size: 14px;
    padding: 6px 0 0 20px;
    margin: 0;
    line-height: 1.5; }
    .checkbox2.form-input + label:after {
      top: 8px; }
  .checkbox2.sm + label {
    font-size: 12px; }
    .checkbox2.sm + label:after {
      top: 1px; }

.radio {
  display: none; }
  .radio + label {
    cursor: pointer;
    padding-left: 20px;
    position: relative; }
    .radio + label:after {
      position: absolute;
      top: 2px;
      left: 0;
      content: "";
      width: 15px;
      height: 15px;
      background-image: url('../img/radio.png');
      background-size: 15px 15px; }
      @media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        .radio + label:after {
          background-image: url('../img/radio@2x.png');
          background-size: 15px 15px; } }
  .radio:checked + label::after {
    background-image: url('../img/radio-selected.png');
    background-size: 15px 15px; }
    @media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .radio:checked + label::after {
        background-image: url('../img/radio-selected@2x.png');
        background-size: 15px 15px; } }
  .radio.form-input + label {
    font-size: 14px;
    padding: 6px 0 0 20px;
    margin: 0;
    line-height: 1.5; }
    .radio.form-input + label:after {
      top: 8px; }
  .radio.sm + label {
    font-size: 12px; }
    .radio.sm + label:after {
      top: 1px; }

.radio2 {
  display: none; }
  .radio2 + label {
    cursor: pointer;
    padding-left: 20px;
    position: relative; }
    .radio2 + label:after {
      position: absolute;
      top: 2px;
      left: 0;
      content: "";
      width: 15px;
      height: 15px;
      background-image: url('../img/radio2.png');
      background-size: 15px 15px; }
      @media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        .radio2 + label:after {
          background-image: url('../img/radio2@2x.png');
          background-size: 15px 15px; } }
  .radio2:checked + label::after {
    background-image: url('../img/radio2-selected.png');
    background-size: 15px 15px; }
    @media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .radio2:checked + label::after {
        background-image: url('../img/radio2-selected@2x.png');
        background-size: 15px 15px; } }
  .radio2.form-input + label {
    font-size: 14px;
    padding: 6px 0 0 20px;
    margin: 0;
    line-height: 1.5; }
    .radio2.form-input + label:after {
      top: 8px; }
  .radio2.sm + label {
    font-size: 12px; }
    .radio2.sm + label:after {
      top: 1px; }

.radio3 {
  display: none; }
  .radio3 + label {
    cursor: pointer;
    padding-left: 20px;
    position: relative; }
    .radio3 + label:after {
      position: absolute;
      top: 2px;
      left: 0;
      content: "";
      width: 15px;
      height: 15px;
      background-image: url('../img/radio3.png');
      background-size: 15px 15px; }
      @media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        .radio3 + label:after {
          background-image: url('../img/radio3@2x.png');
          background-size: 15px 15px; } }
  .radio3:checked + label::after {
    background-image: url('../img/radio3-selected.png');
    background-size: 15px 15px; }
    @media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .radio3:checked + label::after {
        background-image: url('../img/radio3-selected@2x.png');
        background-size: 15px 15px; } }
  .radio3.form-input + label {
    font-size: 14px;
    padding: 6px 0 0 20px;
    margin: 0;
    line-height: 1.5; }
    .radio3.form-input + label:after {
      top: 8px; }
  .radio3.sm + label {
    font-size: 12px; }
    .radio3.sm + label:after {
      top: 1px; }

.checkboxicon {
  display: none; }
  .checkboxicon + label {
    cursor: pointer;
    padding-left: 20px;
    position: relative; }
    .checkboxicon + label:after {
      font-family: 'sosicons';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      position: relative;
      top: -1px;
      vertical-align: middle;
      position: absolute;
      top: 2px;
      left: 0;
      content: ""; }
  .checkboxicon:checked + label::after {
    content: ""; }
  .checkboxicon.form-input + label {
    font-size: 14px;
    padding: 6px 0 0 20px;
    margin: 0;
    line-height: 1.5; }
    .checkboxicon.form-input + label:after {
      top: 8px; }

.radioicon {
  display: none; }
  .radioicon + label {
    cursor: pointer;
    padding-left: 20px;
    position: relative; }
    .radioicon + label:after {
      font-family: 'sosicons';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      position: relative;
      top: -1px;
      vertical-align: middle;
      position: absolute;
      top: 2px;
      left: 0; }
  .radioicon.form-input + label {
    font-size: 14px;
    padding: 6px 0 0 20px;
    margin: 0;
    line-height: 1.5; }
    .radioicon.form-input + label:after {
      top: 8px; }

.radioicon2 {
  display: none; }
  .radioicon2 + label {
    cursor: pointer;
    padding-left: 20px;
    position: relative; }
    .radioicon2 + label:after {
      font-family: 'sosicons';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      position: relative;
      top: -1px;
      vertical-align: middle;
      position: absolute;
      top: 2px;
      left: 0; }
  .radioicon2.form-input + label {
    font-size: 14px;
    padding: 6px 0 0 20px;
    margin: 0;
    line-height: 1.5; }
    .radioicon2.form-input + label:after {
      top: 8px; }

.radioicon3 {
  display: none; }
  .radioicon3 + label {
    cursor: pointer;
    padding-left: 20px;
    position: relative; }
    .radioicon3 + label:after {
      font-family: 'sosicons';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      position: relative;
      top: -1px;
      vertical-align: middle;
      position: absolute;
      top: 2px;
      left: 0; }
  .radioicon3.form-input + label {
    font-size: 14px;
    padding: 6px 0 0 20px;
    margin: 0;
    line-height: 1.5; }
    .radioicon3.form-input + label:after {
      top: 8px; }

.checkbox.premium + label {
  font-size: 12px;
  padding-right: 10px; }
  .checkbox.premium + label:after {
    top: 0; }

.checkbox.premium:checked + label {
  color: #0CB0E6; }

.form-five-cols .checkbox + label,
.form-five-cols .radio1 + label,
.form-five-cols .radio2 + label,
.form-five-cols .radio3 + label {
  display: block;
  display: block;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
  float: left;
  padding-left: 20px; }
  .form-five-cols .checkbox + label.half,
  .form-five-cols .radio1 + label.half,
  .form-five-cols .radio2 + label.half,
  .form-five-cols .radio3 + label.half {
    padding-right: 7.5px;
    padding-left: 7.5px; }
  @media only screen and (max-width: 1024px) {
    .form-five-cols .checkbox + label,
    .form-five-cols .radio1 + label,
    .form-five-cols .radio2 + label,
    .form-five-cols .radio3 + label {
      padding-right: 7.5px;
      padding-left: 7.5px; }
      .form-five-cols .checkbox + label.half,
      .form-five-cols .radio1 + label.half,
      .form-five-cols .radio2 + label.half,
      .form-five-cols .radio3 + label.half {
        padding-right: 3.75px;
        padding-left: 3.75px; } }

.form-five-cols .checkbox + label,
.form-five-cols .radio1 + label,
.form-five-cols .radio2 + label,
.form-five-cols .radio3 + label {
  width: 20%; }

.form-input-notice {
  font-size: 12px;
  margin-top: 2px; }
  .form-input-notice span {
    margin-left: 5px; }

@media only screen and (max-width: 768px) {
  .form-five-cols .checkbox + label,
  .form-five-cols .radio1 + label,
  .form-five-cols .radio2 + label,
  .form-five-cols .radio3 + label {
    width: 33.3333333333%; } }

@media only screen and (max-width: 530px) {
  .form-five-cols .checkbox + label,
  .form-five-cols .radio1 + label,
  .form-five-cols .radio2 + label,
  .form-five-cols .radio3 + label {
    width: 50%; } }

@media only screen and (max-width: 400px) {
  .form-five-cols .checkbox + label,
  .form-five-cols .radio1 + label,
  .form-five-cols .radio2 + label,
  .form-five-cols .radio3 + label {
    width: 100%; } }

.btn {
  display: inline-block;
  text-decoration: none;
  margin-bottom: 0;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 4px;
  color: #5b6672;
  background-color: #CBD2DB;
  border-color: #CBD2DB;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition-property: background-color, border-color;
  transition-duration: .2s, .2s; }
  .btn::-moz-focus-inner {
    padding: 0;
    border: 0; }
  .btn:hover, .btn:focus, .btn.focus, .btn:active, .btn.active,
  .open > .btn.dropdown-toggle {
    color: #5b6672;
    background-color: #adb8c6;
    border-color: #a7b3c2; }
  .btn:active, .btn.active,
  .open > .btn.dropdown-toggle {
    background-image: none; }
  .btn.disabled, .btn.disabled:hover, .btn.disabled:focus, .btn.disabled.focus, .btn.disabled:active, .btn.disabled.active, .btn[disabled], .btn[disabled]:hover, .btn[disabled]:focus, .btn[disabled].focus, .btn[disabled]:active, .btn[disabled].active,
  fieldset[disabled] .btn,
  fieldset[disabled] .btn:hover,
  fieldset[disabled] .btn:focus,
  fieldset[disabled] .btn.focus,
  fieldset[disabled] .btn:active,
  fieldset[disabled] .btn.active {
    background-color: #CBD2DB;
    border-color: #CBD2DB; }
  .btn .badge {
    color: #CBD2DB;
    background-color: #5b6672; }
  .btn:hover {
    color: #5b6672;
    text-decoration: none; }
  .btn:active, .btn.active {
    outline: 0;
    background-image: none; }
  .btn.disabled, .btn[disabled],
  fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .65;
    box-shadow: none; }
  .btn .icon {
    padding-right: 6px;
    padding-left: 6px; }
  .btn.has-badge {
    position: relative;
    padding-right: 30px; }
    .btn.has-badge::before {
      position: absolute;
      display: block;
      content: attr(data-badge);
      top: -13px;
      right: -11px;
      background-color: #D43620;
      line-height: 1;
      padding: 6px 8px;
      border-radius: 12px;
      z-index: 1; }
  .btn.badge-alt::before {
    background-color: #ffffff;
    color: #A5B1BF; }

.btn-default {
  color: #ffffff;
  background-color: #CBD2DB;
  border-color: #CBD2DB; }
  .btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    color: #ffffff;
    background-color: #adb8c6;
    border-color: #a7b3c2; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active,
  fieldset[disabled] .btn-default,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .btn-default.focus,
  fieldset[disabled] .btn-default:active,
  fieldset[disabled] .btn-default.active {
    background-color: #CBD2DB;
    border-color: #CBD2DB; }
  .btn-default .badge {
    color: #CBD2DB;
    background-color: #ffffff; }

.btn-default-alt {
  color: #ffffff;
  background-color: #A5B1BF;
  border-color: #A5B1BF; }
  .btn-default-alt:hover, .btn-default-alt:focus, .btn-default-alt.focus, .btn-default-alt:active, .btn-default-alt.active,
  .open > .btn-default-alt.dropdown-toggle {
    color: #ffffff;
    background-color: #8797aa;
    border-color: #8192a6; }
  .btn-default-alt:active, .btn-default-alt.active,
  .open > .btn-default-alt.dropdown-toggle {
    background-image: none; }
  .btn-default-alt.disabled, .btn-default-alt.disabled:hover, .btn-default-alt.disabled:focus, .btn-default-alt.disabled.focus, .btn-default-alt.disabled:active, .btn-default-alt.disabled.active, .btn-default-alt[disabled], .btn-default-alt[disabled]:hover, .btn-default-alt[disabled]:focus, .btn-default-alt[disabled].focus, .btn-default-alt[disabled]:active, .btn-default-alt[disabled].active,
  fieldset[disabled] .btn-default-alt,
  fieldset[disabled] .btn-default-alt:hover,
  fieldset[disabled] .btn-default-alt:focus,
  fieldset[disabled] .btn-default-alt.focus,
  fieldset[disabled] .btn-default-alt:active,
  fieldset[disabled] .btn-default-alt.active {
    background-color: #A5B1BF;
    border-color: #A5B1BF; }
  .btn-default-alt .badge {
    color: #A5B1BF;
    background-color: #ffffff; }

.btn-primary {
  color: #ffffff;
  background-color: #0060A8;
  border-color: #0060A8; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #ffffff;
    background-color: #004375;
    border-color: #003d6b; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active,
  fieldset[disabled] .btn-primary,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary.focus,
  fieldset[disabled] .btn-primary:active,
  fieldset[disabled] .btn-primary.active {
    background-color: #0060A8;
    border-color: #0060A8; }
  .btn-primary .badge {
    color: #0060A8;
    background-color: #ffffff; }

.btn-primary-light {
  color: #ffffff;
  background-color: #0CB0E6;
  border-color: #0CB0E6; }
  .btn-primary-light:hover, .btn-primary-light:focus, .btn-primary-light.focus, .btn-primary-light:active, .btn-primary-light.active,
  .open > .btn-primary-light.dropdown-toggle {
    color: #ffffff;
    background-color: #098bb6;
    border-color: #0983ac; }
  .btn-primary-light:active, .btn-primary-light.active,
  .open > .btn-primary-light.dropdown-toggle {
    background-image: none; }
  .btn-primary-light.disabled, .btn-primary-light.disabled:hover, .btn-primary-light.disabled:focus, .btn-primary-light.disabled.focus, .btn-primary-light.disabled:active, .btn-primary-light.disabled.active, .btn-primary-light[disabled], .btn-primary-light[disabled]:hover, .btn-primary-light[disabled]:focus, .btn-primary-light[disabled].focus, .btn-primary-light[disabled]:active, .btn-primary-light[disabled].active,
  fieldset[disabled] .btn-primary-light,
  fieldset[disabled] .btn-primary-light:hover,
  fieldset[disabled] .btn-primary-light:focus,
  fieldset[disabled] .btn-primary-light.focus,
  fieldset[disabled] .btn-primary-light:active,
  fieldset[disabled] .btn-primary-light.active {
    background-color: #0CB0E6;
    border-color: #0CB0E6; }
  .btn-primary-light .badge {
    color: #0CB0E6;
    background-color: #ffffff; }

.btn-secondary {
  color: #ffffff;
  background-color: #D43620;
  border-color: #D43620; }
  .btn-secondary:hover, .btn-secondary:focus, .btn-secondary.focus, .btn-secondary:active, .btn-secondary.active,
  .open > .btn-secondary.dropdown-toggle {
    color: #ffffff;
    background-color: #a82b19;
    border-color: #9f2818; }
  .btn-secondary:active, .btn-secondary.active,
  .open > .btn-secondary.dropdown-toggle {
    background-image: none; }
  .btn-secondary.disabled, .btn-secondary.disabled:hover, .btn-secondary.disabled:focus, .btn-secondary.disabled.focus, .btn-secondary.disabled:active, .btn-secondary.disabled.active, .btn-secondary[disabled], .btn-secondary[disabled]:hover, .btn-secondary[disabled]:focus, .btn-secondary[disabled].focus, .btn-secondary[disabled]:active, .btn-secondary[disabled].active,
  fieldset[disabled] .btn-secondary,
  fieldset[disabled] .btn-secondary:hover,
  fieldset[disabled] .btn-secondary:focus,
  fieldset[disabled] .btn-secondary.focus,
  fieldset[disabled] .btn-secondary:active,
  fieldset[disabled] .btn-secondary.active {
    background-color: #D43620;
    border-color: #D43620; }
  .btn-secondary .badge {
    color: #D43620;
    background-color: #ffffff; }

.btn-success {
  color: #ffffff;
  background-color: #4CAF50;
  border-color: #4CAF50; }
  .btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #ffffff;
    background-color: #3d8b40;
    border-color: #39843c; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active,
  fieldset[disabled] .btn-success,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success.focus,
  fieldset[disabled] .btn-success:active,
  fieldset[disabled] .btn-success.active {
    background-color: #4CAF50;
    border-color: #4CAF50; }
  .btn-success .badge {
    color: #4CAF50;
    background-color: #ffffff; }

.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #f0ad4e; }
  .btn-warning:hover, .btn-warning:focus, .btn-warning.focus, .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #ffffff;
    background-color: #ec971f;
    border-color: #eb9316; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled].active,
  fieldset[disabled] .btn-warning,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] .btn-warning.focus,
  fieldset[disabled] .btn-warning:active,
  fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #f0ad4e; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #ffffff; }

.btn-error {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #f0ad4e; }
  .btn-error:hover, .btn-error:focus, .btn-error.focus, .btn-error:active, .btn-error.active,
  .open > .btn-error.dropdown-toggle {
    color: #ffffff;
    background-color: #ec971f;
    border-color: #eb9316; }
  .btn-error:active, .btn-error.active,
  .open > .btn-error.dropdown-toggle {
    background-image: none; }
  .btn-error.disabled, .btn-error.disabled:hover, .btn-error.disabled:focus, .btn-error.disabled.focus, .btn-error.disabled:active, .btn-error.disabled.active, .btn-error[disabled], .btn-error[disabled]:hover, .btn-error[disabled]:focus, .btn-error[disabled].focus, .btn-error[disabled]:active, .btn-error[disabled].active,
  fieldset[disabled] .btn-error,
  fieldset[disabled] .btn-error:hover,
  fieldset[disabled] .btn-error:focus,
  fieldset[disabled] .btn-error.focus,
  fieldset[disabled] .btn-error:active,
  fieldset[disabled] .btn-error.active {
    background-color: #f0ad4e;
    border-color: #f0ad4e; }
  .btn-error .badge {
    color: #f0ad4e;
    background-color: #ffffff; }

.btn-link {
  color: #0060A8;
  font-weight: normal;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
  fieldset[disabled] .btn-link {
    background-color: transparent;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #004375;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus,
  fieldset[disabled] .btn-link:hover,
  fieldset[disabled] .btn-link:focus {
    color: #DAE0E4;
    text-decoration: none; }

.btn-white {
  color: #0060A8;
  background-color: #ffffff;
  border-color: #0060A8;
  font-weight: 400; }
  .btn-white:hover, .btn-white:focus, .btn-white.focus, .btn-white:active, .btn-white.active,
  .open > .btn-white.dropdown-toggle {
    color: #0060A8;
    background-color: #e6e6e6;
    border-color: #003d6b; }
  .btn-white:active, .btn-white.active,
  .open > .btn-white.dropdown-toggle {
    background-image: none; }
  .btn-white.disabled, .btn-white.disabled:hover, .btn-white.disabled:focus, .btn-white.disabled.focus, .btn-white.disabled:active, .btn-white.disabled.active, .btn-white[disabled], .btn-white[disabled]:hover, .btn-white[disabled]:focus, .btn-white[disabled].focus, .btn-white[disabled]:active, .btn-white[disabled].active,
  fieldset[disabled] .btn-white,
  fieldset[disabled] .btn-white:hover,
  fieldset[disabled] .btn-white:focus,
  fieldset[disabled] .btn-white.focus,
  fieldset[disabled] .btn-white:active,
  fieldset[disabled] .btn-white.active {
    background-color: #ffffff;
    border-color: #0060A8; }
  .btn-white .badge {
    color: #ffffff;
    background-color: #0060A8; }
  .btn-white:hover {
    color: #ffffff;
    background-color: #0060A8; }

a.btn:hover {
  color: #ffffff; }

a.btn-transparent:hover {
  color: #0060A8; }

.btn-wide {
  padding: 6px 24px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 4px; }

.btn-wide2 {
  padding: 6px 48px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 4px; }

.btn-xxs {
  font-weight: 400;
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.4;
  border-radius: 3px; }

.btn-xxs-wide {
  font-weight: 400;
  padding: 0.25px 15px;
  font-size: 12px;
  line-height: 1.4;
  border-radius: 3px; }

.btn-xs {
  font-weight: 400;
  padding: 1px 5px;
  font-size: 13px;
  line-height: 1.4;
  border-radius: 3px; }

.btn-xs-wide {
  font-weight: 400;
  padding: 1px 10px;
  font-size: 13px;
  line-height: 1.4;
  border-radius: 3px; }

.btn-xs-wide2 {
  font-weight: 400;
  padding: 1px 20px;
  font-size: 13px;
  line-height: 1.4;
  border-radius: 3px; }

.btn-sm {
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.4;
  border-radius: 3px; }

.btn-sm-wide {
  padding: 5px 20px;
  font-size: 13px;
  line-height: 1.4;
  border-radius: 3px; }

.btn-sm-wide2 {
  padding: 5px 40px;
  font-size: 13px;
  line-height: 1.4;
  border-radius: 3px; }

.btn-lg {
  padding: 10px 16px;
  font-size: 16px;
  line-height: 1.3;
  border-radius: 6px; }

.btn-lg-wide {
  padding: 10px 32px;
  font-size: 16px;
  line-height: 1.3;
  border-radius: 6px; }

.btn-lg-wide2 {
  padding: 10px 64px;
  font-size: 16px;
  line-height: 1.3;
  border-radius: 6px; }

.btn-xl {
  padding: 15px 15px;
  font-size: 16px;
  line-height: 1.3;
  border-radius: 6px; }

.btn-xl-wide {
  padding: 15px 30px;
  font-size: 16px;
  line-height: 1.3;
  border-radius: 6px; }

.btn-xl-wide2 {
  padding: 15px 60px;
  font-size: 16px;
  line-height: 1.3;
  border-radius: 6px; }

.btn-thin {
  padding: 2px 10px; }

.btn-zero {
  padding: 0; }

.btn-social {
  padding: 15px 15px;
  font-size: 14px;
  line-height: 1.3;
  border-radius: 6px;
  width: 202px;
  margin-top: 10px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.2;
  white-space: normal;
  text-align: left; }
  .btn-social .icon {
    float: left; }
  .btn-social span {
    position: relative;
    top: 5px; }
  .btn-social .icon-facebook {
    font-size: 35px;
    line-height: 35px;
    margin-right: 20px; }
  .btn-social .icon-google-plus {
    font-size: 45px;
    line-height: 35px;
    margin-right: 30px; }

.btn-facebook {
  color: #ffffff;
  background-color: #3b5998;
  border-color: #3b5998; }
  .btn-facebook:hover, .btn-facebook:focus, .btn-facebook.focus, .btn-facebook:active, .btn-facebook.active,
  .open > .btn-facebook.dropdown-toggle {
    color: #ffffff;
    background-color: #2d4373;
    border-color: #2a3f6c; }
  .btn-facebook:active, .btn-facebook.active,
  .open > .btn-facebook.dropdown-toggle {
    background-image: none; }
  .btn-facebook.disabled, .btn-facebook.disabled:hover, .btn-facebook.disabled:focus, .btn-facebook.disabled.focus, .btn-facebook.disabled:active, .btn-facebook.disabled.active, .btn-facebook[disabled], .btn-facebook[disabled]:hover, .btn-facebook[disabled]:focus, .btn-facebook[disabled].focus, .btn-facebook[disabled]:active, .btn-facebook[disabled].active,
  fieldset[disabled] .btn-facebook,
  fieldset[disabled] .btn-facebook:hover,
  fieldset[disabled] .btn-facebook:focus,
  fieldset[disabled] .btn-facebook.focus,
  fieldset[disabled] .btn-facebook:active,
  fieldset[disabled] .btn-facebook.active {
    background-color: #3b5998;
    border-color: #3b5998; }
  .btn-facebook .badge {
    color: #3b5998;
    background-color: #ffffff; }

.btn-google {
  color: #ffffff;
  background-color: #dc4e41;
  border-color: #dc4e41; }
  .btn-google:hover, .btn-google:focus, .btn-google.focus, .btn-google:active, .btn-google.active,
  .open > .btn-google.dropdown-toggle {
    color: #ffffff;
    background-color: #c63224;
    border-color: #bd3023; }
  .btn-google:active, .btn-google.active,
  .open > .btn-google.dropdown-toggle {
    background-image: none; }
  .btn-google.disabled, .btn-google.disabled:hover, .btn-google.disabled:focus, .btn-google.disabled.focus, .btn-google.disabled:active, .btn-google.disabled.active, .btn-google[disabled], .btn-google[disabled]:hover, .btn-google[disabled]:focus, .btn-google[disabled].focus, .btn-google[disabled]:active, .btn-google[disabled].active,
  fieldset[disabled] .btn-google,
  fieldset[disabled] .btn-google:hover,
  fieldset[disabled] .btn-google:focus,
  fieldset[disabled] .btn-google.focus,
  fieldset[disabled] .btn-google:active,
  fieldset[disabled] .btn-google.active {
    background-color: #dc4e41;
    border-color: #dc4e41; }
  .btn-google .badge {
    color: #dc4e41;
    background-color: #ffffff; }

.btn-block {
  display: block;
  width: 100%; }

.btn-big-icon .icon {
  font-size: 26px; }

.btn-big-icon span {
  font-size: 10px;
  font-weight: 400; }

.btn-transparent {
  color: #5b6672;
  background-color: transparent;
  border-color: transparent; }
  .btn-transparent:hover, .btn-transparent:focus, .btn-transparent.focus, .btn-transparent:active, .btn-transparent.active,
  .open > .btn-transparent.dropdown-toggle {
    color: #5b6672;
    background-color: transparent;
    border-color: transparent; }
  .btn-transparent:active, .btn-transparent.active,
  .open > .btn-transparent.dropdown-toggle {
    background-image: none; }
  .btn-transparent.disabled, .btn-transparent.disabled:hover, .btn-transparent.disabled:focus, .btn-transparent.disabled.focus, .btn-transparent.disabled:active, .btn-transparent.disabled.active, .btn-transparent[disabled], .btn-transparent[disabled]:hover, .btn-transparent[disabled]:focus, .btn-transparent[disabled].focus, .btn-transparent[disabled]:active, .btn-transparent[disabled].active,
  fieldset[disabled] .btn-transparent,
  fieldset[disabled] .btn-transparent:hover,
  fieldset[disabled] .btn-transparent:focus,
  fieldset[disabled] .btn-transparent.focus,
  fieldset[disabled] .btn-transparent:active,
  fieldset[disabled] .btn-transparent.active {
    background-color: transparent;
    border-color: transparent; }
  .btn-transparent .badge {
    color: transparent;
    background-color: #5b6672; }

.btn-primary-transparent {
  color: #0060A8;
  background-color: transparent;
  border-color: transparent; }
  .btn-primary-transparent:hover, .btn-primary-transparent:focus, .btn-primary-transparent.focus, .btn-primary-transparent:active, .btn-primary-transparent.active,
  .open > .btn-primary-transparent.dropdown-toggle {
    color: #0060A8;
    background-color: transparent;
    border-color: transparent; }
  .btn-primary-transparent:active, .btn-primary-transparent.active,
  .open > .btn-primary-transparent.dropdown-toggle {
    background-image: none; }
  .btn-primary-transparent.disabled, .btn-primary-transparent.disabled:hover, .btn-primary-transparent.disabled:focus, .btn-primary-transparent.disabled.focus, .btn-primary-transparent.disabled:active, .btn-primary-transparent.disabled.active, .btn-primary-transparent[disabled], .btn-primary-transparent[disabled]:hover, .btn-primary-transparent[disabled]:focus, .btn-primary-transparent[disabled].focus, .btn-primary-transparent[disabled]:active, .btn-primary-transparent[disabled].active,
  fieldset[disabled] .btn-primary-transparent,
  fieldset[disabled] .btn-primary-transparent:hover,
  fieldset[disabled] .btn-primary-transparent:focus,
  fieldset[disabled] .btn-primary-transparent.focus,
  fieldset[disabled] .btn-primary-transparent:active,
  fieldset[disabled] .btn-primary-transparent.active {
    background-color: transparent;
    border-color: transparent; }
  .btn-primary-transparent .badge {
    color: transparent;
    background-color: #0060A8; }

.btn-primary-light-transparent {
  color: #0CB0E6;
  background-color: transparent;
  border-color: transparent; }
  .btn-primary-light-transparent:hover, .btn-primary-light-transparent:focus, .btn-primary-light-transparent.focus, .btn-primary-light-transparent:active, .btn-primary-light-transparent.active,
  .open > .btn-primary-light-transparent.dropdown-toggle {
    color: #0CB0E6;
    background-color: transparent;
    border-color: transparent; }
  .btn-primary-light-transparent:active, .btn-primary-light-transparent.active,
  .open > .btn-primary-light-transparent.dropdown-toggle {
    background-image: none; }
  .btn-primary-light-transparent.disabled, .btn-primary-light-transparent.disabled:hover, .btn-primary-light-transparent.disabled:focus, .btn-primary-light-transparent.disabled.focus, .btn-primary-light-transparent.disabled:active, .btn-primary-light-transparent.disabled.active, .btn-primary-light-transparent[disabled], .btn-primary-light-transparent[disabled]:hover, .btn-primary-light-transparent[disabled]:focus, .btn-primary-light-transparent[disabled].focus, .btn-primary-light-transparent[disabled]:active, .btn-primary-light-transparent[disabled].active,
  fieldset[disabled] .btn-primary-light-transparent,
  fieldset[disabled] .btn-primary-light-transparent:hover,
  fieldset[disabled] .btn-primary-light-transparent:focus,
  fieldset[disabled] .btn-primary-light-transparent.focus,
  fieldset[disabled] .btn-primary-light-transparent:active,
  fieldset[disabled] .btn-primary-light-transparent.active {
    background-color: transparent;
    border-color: transparent; }
  .btn-primary-light-transparent .badge {
    color: transparent;
    background-color: #0CB0E6; }

.btn-secondary-transparent {
  color: #D43620;
  background-color: transparent;
  border-color: transparent; }
  .btn-secondary-transparent:hover, .btn-secondary-transparent:focus, .btn-secondary-transparent.focus, .btn-secondary-transparent:active, .btn-secondary-transparent.active,
  .open > .btn-secondary-transparent.dropdown-toggle {
    color: #D43620;
    background-color: transparent;
    border-color: transparent; }
  .btn-secondary-transparent:active, .btn-secondary-transparent.active,
  .open > .btn-secondary-transparent.dropdown-toggle {
    background-image: none; }
  .btn-secondary-transparent.disabled, .btn-secondary-transparent.disabled:hover, .btn-secondary-transparent.disabled:focus, .btn-secondary-transparent.disabled.focus, .btn-secondary-transparent.disabled:active, .btn-secondary-transparent.disabled.active, .btn-secondary-transparent[disabled], .btn-secondary-transparent[disabled]:hover, .btn-secondary-transparent[disabled]:focus, .btn-secondary-transparent[disabled].focus, .btn-secondary-transparent[disabled]:active, .btn-secondary-transparent[disabled].active,
  fieldset[disabled] .btn-secondary-transparent,
  fieldset[disabled] .btn-secondary-transparent:hover,
  fieldset[disabled] .btn-secondary-transparent:focus,
  fieldset[disabled] .btn-secondary-transparent.focus,
  fieldset[disabled] .btn-secondary-transparent:active,
  fieldset[disabled] .btn-secondary-transparent.active {
    background-color: transparent;
    border-color: transparent; }
  .btn-secondary-transparent .badge {
    color: transparent;
    background-color: #D43620; }

.btn-success-transparent {
  color: #4CAF50;
  background-color: transparent;
  border-color: transparent; }
  .btn-success-transparent:hover, .btn-success-transparent:focus, .btn-success-transparent.focus, .btn-success-transparent:active, .btn-success-transparent.active,
  .open > .btn-success-transparent.dropdown-toggle {
    color: #4CAF50;
    background-color: transparent;
    border-color: transparent; }
  .btn-success-transparent:active, .btn-success-transparent.active,
  .open > .btn-success-transparent.dropdown-toggle {
    background-image: none; }
  .btn-success-transparent.disabled, .btn-success-transparent.disabled:hover, .btn-success-transparent.disabled:focus, .btn-success-transparent.disabled.focus, .btn-success-transparent.disabled:active, .btn-success-transparent.disabled.active, .btn-success-transparent[disabled], .btn-success-transparent[disabled]:hover, .btn-success-transparent[disabled]:focus, .btn-success-transparent[disabled].focus, .btn-success-transparent[disabled]:active, .btn-success-transparent[disabled].active,
  fieldset[disabled] .btn-success-transparent,
  fieldset[disabled] .btn-success-transparent:hover,
  fieldset[disabled] .btn-success-transparent:focus,
  fieldset[disabled] .btn-success-transparent.focus,
  fieldset[disabled] .btn-success-transparent:active,
  fieldset[disabled] .btn-success-transparent.active {
    background-color: transparent;
    border-color: transparent; }
  .btn-success-transparent .badge {
    color: transparent;
    background-color: #4CAF50; }

.btn-warning-transparent {
  color: #f0ad4e;
  background-color: transparent;
  border-color: transparent; }
  .btn-warning-transparent:hover, .btn-warning-transparent:focus, .btn-warning-transparent.focus, .btn-warning-transparent:active, .btn-warning-transparent.active,
  .open > .btn-warning-transparent.dropdown-toggle {
    color: #f0ad4e;
    background-color: transparent;
    border-color: transparent; }
  .btn-warning-transparent:active, .btn-warning-transparent.active,
  .open > .btn-warning-transparent.dropdown-toggle {
    background-image: none; }
  .btn-warning-transparent.disabled, .btn-warning-transparent.disabled:hover, .btn-warning-transparent.disabled:focus, .btn-warning-transparent.disabled.focus, .btn-warning-transparent.disabled:active, .btn-warning-transparent.disabled.active, .btn-warning-transparent[disabled], .btn-warning-transparent[disabled]:hover, .btn-warning-transparent[disabled]:focus, .btn-warning-transparent[disabled].focus, .btn-warning-transparent[disabled]:active, .btn-warning-transparent[disabled].active,
  fieldset[disabled] .btn-warning-transparent,
  fieldset[disabled] .btn-warning-transparent:hover,
  fieldset[disabled] .btn-warning-transparent:focus,
  fieldset[disabled] .btn-warning-transparent.focus,
  fieldset[disabled] .btn-warning-transparent:active,
  fieldset[disabled] .btn-warning-transparent.active {
    background-color: transparent;
    border-color: transparent; }
  .btn-warning-transparent .badge {
    color: transparent;
    background-color: #f0ad4e; }

.btn-error-transparent {
  color: #A94442;
  background-color: transparent;
  border-color: transparent; }
  .btn-error-transparent:hover, .btn-error-transparent:focus, .btn-error-transparent.focus, .btn-error-transparent:active, .btn-error-transparent.active,
  .open > .btn-error-transparent.dropdown-toggle {
    color: #A94442;
    background-color: transparent;
    border-color: transparent; }
  .btn-error-transparent:active, .btn-error-transparent.active,
  .open > .btn-error-transparent.dropdown-toggle {
    background-image: none; }
  .btn-error-transparent.disabled, .btn-error-transparent.disabled:hover, .btn-error-transparent.disabled:focus, .btn-error-transparent.disabled.focus, .btn-error-transparent.disabled:active, .btn-error-transparent.disabled.active, .btn-error-transparent[disabled], .btn-error-transparent[disabled]:hover, .btn-error-transparent[disabled]:focus, .btn-error-transparent[disabled].focus, .btn-error-transparent[disabled]:active, .btn-error-transparent[disabled].active,
  fieldset[disabled] .btn-error-transparent,
  fieldset[disabled] .btn-error-transparent:hover,
  fieldset[disabled] .btn-error-transparent:focus,
  fieldset[disabled] .btn-error-transparent.focus,
  fieldset[disabled] .btn-error-transparent:active,
  fieldset[disabled] .btn-error-transparent.active {
    background-color: transparent;
    border-color: transparent; }
  .btn-error-transparent .badge {
    color: transparent;
    background-color: #A94442; }

.btn-black-transparent {
  color: #000000;
  background-color: transparent;
  border-color: transparent; }
  .btn-black-transparent:hover, .btn-black-transparent:focus, .btn-black-transparent.focus, .btn-black-transparent:active, .btn-black-transparent.active,
  .open > .btn-black-transparent.dropdown-toggle {
    color: #000000;
    background-color: transparent;
    border-color: transparent; }
  .btn-black-transparent:active, .btn-black-transparent.active,
  .open > .btn-black-transparent.dropdown-toggle {
    background-image: none; }
  .btn-black-transparent.disabled, .btn-black-transparent.disabled:hover, .btn-black-transparent.disabled:focus, .btn-black-transparent.disabled.focus, .btn-black-transparent.disabled:active, .btn-black-transparent.disabled.active, .btn-black-transparent[disabled], .btn-black-transparent[disabled]:hover, .btn-black-transparent[disabled]:focus, .btn-black-transparent[disabled].focus, .btn-black-transparent[disabled]:active, .btn-black-transparent[disabled].active,
  fieldset[disabled] .btn-black-transparent,
  fieldset[disabled] .btn-black-transparent:hover,
  fieldset[disabled] .btn-black-transparent:focus,
  fieldset[disabled] .btn-black-transparent.focus,
  fieldset[disabled] .btn-black-transparent:active,
  fieldset[disabled] .btn-black-transparent.active {
    background-color: transparent;
    border-color: transparent; }
  .btn-black-transparent .badge {
    color: transparent;
    background-color: #000000; }

.btn-muted-transparent {
  color: #CBD2DB;
  background-color: transparent;
  border-color: transparent; }
  .btn-muted-transparent:hover, .btn-muted-transparent:focus, .btn-muted-transparent.focus, .btn-muted-transparent:active, .btn-muted-transparent.active,
  .open > .btn-muted-transparent.dropdown-toggle {
    color: #CBD2DB;
    background-color: transparent;
    border-color: transparent; }
  .btn-muted-transparent:active, .btn-muted-transparent.active,
  .open > .btn-muted-transparent.dropdown-toggle {
    background-image: none; }
  .btn-muted-transparent.disabled, .btn-muted-transparent.disabled:hover, .btn-muted-transparent.disabled:focus, .btn-muted-transparent.disabled.focus, .btn-muted-transparent.disabled:active, .btn-muted-transparent.disabled.active, .btn-muted-transparent[disabled], .btn-muted-transparent[disabled]:hover, .btn-muted-transparent[disabled]:focus, .btn-muted-transparent[disabled].focus, .btn-muted-transparent[disabled]:active, .btn-muted-transparent[disabled].active,
  fieldset[disabled] .btn-muted-transparent,
  fieldset[disabled] .btn-muted-transparent:hover,
  fieldset[disabled] .btn-muted-transparent:focus,
  fieldset[disabled] .btn-muted-transparent.focus,
  fieldset[disabled] .btn-muted-transparent:active,
  fieldset[disabled] .btn-muted-transparent.active {
    background-color: transparent;
    border-color: transparent; }
  .btn-muted-transparent .badge {
    color: transparent;
    background-color: #CBD2DB; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.btn-group {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 15px; }
  .btn-group .btn {
    background-color: #EAEFF2;
    color: #5b6672;
    font-weight: 400;
    border-color: #DAE0E4;
    border-right-width: 0;
    position: relative;
    float: left;
    border-radius: 0; }
    .btn-group .btn:first-child {
      border-bottom-left-radius: 4px;
      border-top-left-radius: 4px; }
    .btn-group .btn:last-child {
      border-right-width: 1px;
      border-top-right-radius: 4px;
      border-bottom-right-radius: 4px; }
    .btn-group .btn.active {
      background-color: #0CB0E6;
      border-color: #0CB0E6;
      color: #ffffff; }

.btn-remove {
  color: #D43620;
  background-color: transparent;
  border-color: transparent;
  padding: 0;
  position: relative;
  top: 0; }
  .btn-remove:hover, .btn-remove:focus, .btn-remove.focus, .btn-remove:active, .btn-remove.active,
  .open > .btn-remove.dropdown-toggle {
    color: #D43620;
    background-color: transparent;
    border-color: transparent; }
  .btn-remove:active, .btn-remove.active,
  .open > .btn-remove.dropdown-toggle {
    background-image: none; }
  .btn-remove.disabled, .btn-remove.disabled:hover, .btn-remove.disabled:focus, .btn-remove.disabled.focus, .btn-remove.disabled:active, .btn-remove.disabled.active, .btn-remove[disabled], .btn-remove[disabled]:hover, .btn-remove[disabled]:focus, .btn-remove[disabled].focus, .btn-remove[disabled]:active, .btn-remove[disabled].active,
  fieldset[disabled] .btn-remove,
  fieldset[disabled] .btn-remove:hover,
  fieldset[disabled] .btn-remove:focus,
  fieldset[disabled] .btn-remove.focus,
  fieldset[disabled] .btn-remove:active,
  fieldset[disabled] .btn-remove.active {
    background-color: transparent;
    border-color: transparent; }
  .btn-remove .badge {
    color: transparent;
    background-color: #D43620; }
  .btn-remove i.icon-cross {
    font-size: 0.6em;
    font-weight: bold; }

.tabs {
  position: relative;
  display: inline-block;
  list-style: none;
  vertical-align: middle;
  margin: 7.5px 0 0;
  padding-left: 0; }
  .tabs li {
    float: left;
    padding-right: 5px; }
    .tabs li li a {
      color: #5b6672;
      background-color: #DAE0E4;
      transition-property: background-color;
      transition-duration: .2s; }
      .tabs li li a:hover, .tabs li li a:active, .tabs li li a.active {
        color: #5b6672;
        background-color: #bdc7ce; }
    .tabs li li:active, .tabs li li.active {
      background-image: none; }
    .tabs li li.disabled .tabs li li[disabled] a, .tabs li li.disabled .tabs li li[disabled]:hover a, .tabs li li.disabled .tabs li li[disabled]:focus a, .tabs li li.disabled .tabs li li[disabled].focus a, .tabs li li.disabled .tabs li li[disabled]:active a, .tabs li li.disabled .tabs li li[disabled].active a,
    fieldset[disabled] .tabs li li a,
    fieldset[disabled] .tabs li li:hover a,
    fieldset[disabled] .tabs li li:focus a,
    fieldset[disabled] .tabs li li.focus a,
    fieldset[disabled] .tabs li li:active a,
    fieldset[disabled] .tabs li li.active a {
      background-color: #DAE0E4; }
    .tabs li li a:hover, .tabs li li a:focus {
      text-decoration: none; }
    .tabs li:last-child {
      padding-right: 0; }
  .tabs a {
    display: block;
    color: inherit;
    padding: 10px 25px;
    font-size: 13px;
    line-height: 1.5;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    font-weight: 700; }
    .tabs a .icon {
      font-size: 1.1em; }
    .tabs a span {
      padding-left: 10px; }
  .tabs.justify {
    width: 100%; }
    .tabs.justify > li {
      float: none; }
    .tabs.justify li {
      display: table-cell;
      width: 1%; }
  .tabs.bottom a {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px; }
  .tabs li a {
    color: #5b6672;
    background-color: #DAE0E4;
    transition-property: background-color;
    transition-duration: .2s; }
    .tabs li a:hover, .tabs li a:active, .tabs li a.active {
      color: #5b6672;
      background-color: #bdc7ce; }
  .tabs li:active, .tabs li.active {
    background-image: none; }
  .tabs li.disabled .tabs li[disabled] a, .tabs li.disabled .tabs li[disabled]:hover a, .tabs li.disabled .tabs li[disabled]:focus a, .tabs li.disabled .tabs li[disabled].focus a, .tabs li.disabled .tabs li[disabled]:active a, .tabs li.disabled .tabs li[disabled].active a,
  fieldset[disabled] .tabs li a,
  fieldset[disabled] .tabs li:hover a,
  fieldset[disabled] .tabs li:focus a,
  fieldset[disabled] .tabs li.focus a,
  fieldset[disabled] .tabs li:active a,
  fieldset[disabled] .tabs li.active a {
    background-color: #DAE0E4; }
  .tabs li a:hover, .tabs li a:focus {
    text-decoration: none; }
  .tabs.tabs-sm {
    margin-top: 7.5px; }
    .tabs.tabs-sm li {
      margin-right: 1px; }
    .tabs.tabs-sm a {
      font-weight: 400;
      padding: 5px 20px;
      font-size: 12px;
      line-height: 1.4; }
      .tabs.tabs-sm a .icon {
        padding-right: 10px; }

.tabs + .tabs-content,
.tabs-content + .tabs-content {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  margin-top: 0; }

.tabs-default li a {
  color: #5b6672;
  background-color: #DAE0E4;
  transition-property: background-color;
  transition-duration: .2s; }
  .tabs-default li a:hover, .tabs-default li a:active, .tabs-default li a.active {
    color: #ffffff;
    background-color: #0060A8; }

.tabs-default li:active, .tabs-default li.active {
  background-image: none; }

.tabs-default li.disabled .tabs-default li[disabled] a, .tabs-default li.disabled .tabs-default li[disabled]:hover a, .tabs-default li.disabled .tabs-default li[disabled]:focus a, .tabs-default li.disabled .tabs-default li[disabled].focus a, .tabs-default li.disabled .tabs-default li[disabled]:active a, .tabs-default li.disabled .tabs-default li[disabled].active a,
fieldset[disabled] .tabs-default li a,
fieldset[disabled] .tabs-default li:hover a,
fieldset[disabled] .tabs-default li:focus a,
fieldset[disabled] .tabs-default li.focus a,
fieldset[disabled] .tabs-default li:active a,
fieldset[disabled] .tabs-default li.active a {
  background-color: #DAE0E4; }

.tabs-default li a:hover, .tabs-default li a:focus {
  text-decoration: none; }

.tabs-primary li a {
  color: #ffffff;
  background-color: #0060A8;
  transition-property: background-color;
  transition-duration: .2s; }
  .tabs-primary li a:hover, .tabs-primary li a:active, .tabs-primary li a.active {
    color: #ffffff;
    background-color: #004375; }

.tabs-primary li:active, .tabs-primary li.active {
  background-image: none; }

.tabs-primary li.disabled .tabs-primary li[disabled] a, .tabs-primary li.disabled .tabs-primary li[disabled]:hover a, .tabs-primary li.disabled .tabs-primary li[disabled]:focus a, .tabs-primary li.disabled .tabs-primary li[disabled].focus a, .tabs-primary li.disabled .tabs-primary li[disabled]:active a, .tabs-primary li.disabled .tabs-primary li[disabled].active a,
fieldset[disabled] .tabs-primary li a,
fieldset[disabled] .tabs-primary li:hover a,
fieldset[disabled] .tabs-primary li:focus a,
fieldset[disabled] .tabs-primary li.focus a,
fieldset[disabled] .tabs-primary li:active a,
fieldset[disabled] .tabs-primary li.active a {
  background-color: #0060A8; }

.tabs-primary li a:hover, .tabs-primary li a:focus {
  text-decoration: none; }

.tabs-primary-light li a {
  color: #ffffff;
  background-color: #0CB0E6;
  transition-property: background-color;
  transition-duration: .2s; }
  .tabs-primary-light li a:hover, .tabs-primary-light li a:active, .tabs-primary-light li a.active {
    color: #ffffff;
    background-color: #098bb6; }

.tabs-primary-light li:active, .tabs-primary-light li.active {
  background-image: none; }

.tabs-primary-light li.disabled .tabs-primary-light li[disabled] a, .tabs-primary-light li.disabled .tabs-primary-light li[disabled]:hover a, .tabs-primary-light li.disabled .tabs-primary-light li[disabled]:focus a, .tabs-primary-light li.disabled .tabs-primary-light li[disabled].focus a, .tabs-primary-light li.disabled .tabs-primary-light li[disabled]:active a, .tabs-primary-light li.disabled .tabs-primary-light li[disabled].active a,
fieldset[disabled] .tabs-primary-light li a,
fieldset[disabled] .tabs-primary-light li:hover a,
fieldset[disabled] .tabs-primary-light li:focus a,
fieldset[disabled] .tabs-primary-light li.focus a,
fieldset[disabled] .tabs-primary-light li:active a,
fieldset[disabled] .tabs-primary-light li.active a {
  background-color: #0CB0E6; }

.tabs-primary-light li a:hover, .tabs-primary-light li a:focus {
  text-decoration: none; }

.tabs-secondary li a {
  color: #ffffff;
  background-color: #D43620;
  transition-property: background-color;
  transition-duration: .2s; }
  .tabs-secondary li a:hover, .tabs-secondary li a:active, .tabs-secondary li a.active {
    color: #ffffff;
    background-color: #a82b19; }

.tabs-secondary li:active, .tabs-secondary li.active {
  background-image: none; }

.tabs-secondary li.disabled .tabs-secondary li[disabled] a, .tabs-secondary li.disabled .tabs-secondary li[disabled]:hover a, .tabs-secondary li.disabled .tabs-secondary li[disabled]:focus a, .tabs-secondary li.disabled .tabs-secondary li[disabled].focus a, .tabs-secondary li.disabled .tabs-secondary li[disabled]:active a, .tabs-secondary li.disabled .tabs-secondary li[disabled].active a,
fieldset[disabled] .tabs-secondary li a,
fieldset[disabled] .tabs-secondary li:hover a,
fieldset[disabled] .tabs-secondary li:focus a,
fieldset[disabled] .tabs-secondary li.focus a,
fieldset[disabled] .tabs-secondary li:active a,
fieldset[disabled] .tabs-secondary li.active a {
  background-color: #D43620; }

.tabs-secondary li a:hover, .tabs-secondary li a:focus {
  text-decoration: none; }

.tabs-success li a {
  color: #ffffff;
  background-color: #4CAF50;
  transition-property: background-color;
  transition-duration: .2s; }
  .tabs-success li a:hover, .tabs-success li a:active, .tabs-success li a.active {
    color: #ffffff;
    background-color: #3d8b40; }

.tabs-success li:active, .tabs-success li.active {
  background-image: none; }

.tabs-success li.disabled .tabs-success li[disabled] a, .tabs-success li.disabled .tabs-success li[disabled]:hover a, .tabs-success li.disabled .tabs-success li[disabled]:focus a, .tabs-success li.disabled .tabs-success li[disabled].focus a, .tabs-success li.disabled .tabs-success li[disabled]:active a, .tabs-success li.disabled .tabs-success li[disabled].active a,
fieldset[disabled] .tabs-success li a,
fieldset[disabled] .tabs-success li:hover a,
fieldset[disabled] .tabs-success li:focus a,
fieldset[disabled] .tabs-success li.focus a,
fieldset[disabled] .tabs-success li:active a,
fieldset[disabled] .tabs-success li.active a {
  background-color: #4CAF50; }

.tabs-success li a:hover, .tabs-success li a:focus {
  text-decoration: none; }

.tabs-warning li a {
  color: #ffffff;
  background-color: #f0ad4e;
  transition-property: background-color;
  transition-duration: .2s; }
  .tabs-warning li a:hover, .tabs-warning li a:active, .tabs-warning li a.active {
    color: #ffffff;
    background-color: #ec971f; }

.tabs-warning li:active, .tabs-warning li.active {
  background-image: none; }

.tabs-warning li.disabled .tabs-warning li[disabled] a, .tabs-warning li.disabled .tabs-warning li[disabled]:hover a, .tabs-warning li.disabled .tabs-warning li[disabled]:focus a, .tabs-warning li.disabled .tabs-warning li[disabled].focus a, .tabs-warning li.disabled .tabs-warning li[disabled]:active a, .tabs-warning li.disabled .tabs-warning li[disabled].active a,
fieldset[disabled] .tabs-warning li a,
fieldset[disabled] .tabs-warning li:hover a,
fieldset[disabled] .tabs-warning li:focus a,
fieldset[disabled] .tabs-warning li.focus a,
fieldset[disabled] .tabs-warning li:active a,
fieldset[disabled] .tabs-warning li.active a {
  background-color: #f0ad4e; }

.tabs-warning li a:hover, .tabs-warning li a:focus {
  text-decoration: none; }

.tabs-error li a {
  color: #ffffff;
  background-color: #A94442;
  transition-property: background-color;
  transition-duration: .2s; }
  .tabs-error li a:hover, .tabs-error li a:active, .tabs-error li a.active {
    color: #ffffff;
    background-color: #843534; }

.tabs-error li:active, .tabs-error li.active {
  background-image: none; }

.tabs-error li.disabled .tabs-error li[disabled] a, .tabs-error li.disabled .tabs-error li[disabled]:hover a, .tabs-error li.disabled .tabs-error li[disabled]:focus a, .tabs-error li.disabled .tabs-error li[disabled].focus a, .tabs-error li.disabled .tabs-error li[disabled]:active a, .tabs-error li.disabled .tabs-error li[disabled].active a,
fieldset[disabled] .tabs-error li a,
fieldset[disabled] .tabs-error li:hover a,
fieldset[disabled] .tabs-error li:focus a,
fieldset[disabled] .tabs-error li.focus a,
fieldset[disabled] .tabs-error li:active a,
fieldset[disabled] .tabs-error li.active a {
  background-color: #A94442; }

.tabs-error li a:hover, .tabs-error li a:focus {
  text-decoration: none; }

.tabs-slider li a {
  color: #ffffff;
  background-color: #0060A8;
  transition-property: background-color;
  transition-duration: .2s; }
  .tabs-slider li a:hover, .tabs-slider li a:active, .tabs-slider li a.active {
    color: #ffffff;
    background-color: #0CB0E6; }

.tabs-slider li:active, .tabs-slider li.active {
  background-image: none; }

.tabs-slider li.disabled .tabs-slider li[disabled] a, .tabs-slider li.disabled .tabs-slider li[disabled]:hover a, .tabs-slider li.disabled .tabs-slider li[disabled]:focus a, .tabs-slider li.disabled .tabs-slider li[disabled].focus a, .tabs-slider li.disabled .tabs-slider li[disabled]:active a, .tabs-slider li.disabled .tabs-slider li[disabled].active a,
fieldset[disabled] .tabs-slider li a,
fieldset[disabled] .tabs-slider li:hover a,
fieldset[disabled] .tabs-slider li:focus a,
fieldset[disabled] .tabs-slider li.focus a,
fieldset[disabled] .tabs-slider li:active a,
fieldset[disabled] .tabs-slider li.active a {
  background-color: #0060A8; }

.tabs-slider li a:hover, .tabs-slider li a:focus {
  text-decoration: none; }

.tabs-content {
  border: 1px solid #cbd2db;
  border-radius: 4px;
  padding: 15px 10px;
  margin: 10px 0; }

.breadcrumbs {
  float: left;
  list-style: none;
  margin: 15px 0;
  padding-left: 0;
  font-size: 13px; }
  .breadcrumbs li {
    float: left;
    font-style: italic;
    margin-right: 20px;
    position: relative; }
    .breadcrumbs li:after {
      font-family: 'sosicons';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      position: relative;
      top: -1px;
      vertical-align: middle;
      color: #CBD2DB;
      content: "";
      font-size: 8px;
      position: absolute;
      top: 6px;
      right: -16px; }
    .breadcrumbs li:first-child, .breadcrumbs li:last-child {
      margin-right: 10px; }
      .breadcrumbs li:first-child:after, .breadcrumbs li:last-child:after {
        display: none; }
    .breadcrumbs li:last-child {
      color: #0060A8; }
  .breadcrumbs a {
    color: #5b6672; }
  .breadcrumbs + .btn {
    float: right;
    position: relative;
    top: 17px;
    margin-bottom: 22px; }

.pager a {
  display: block;
  color: #b7b7b7;
  float: left;
  width: 25px;
  height: 25px;
  line-height: 22px;
  text-align: center;
  border: 1px solid #b7b7b7;
  border-radius: 4px;
  font-size: 12px;
  margin-right: 5px; }
  .pager a .icon {
    top: -1px; }
  .pager a:hover {
    text-decoration: none;
    border-color: #0060A8;
    color: #0060A8; }
  .pager a.active {
    background-color: #0060A8;
    color: #ffffff;
    border-color: #0060A8; }

.row-products {
  margin: 0 -10px; }

.col-products-two,
.col-products-four {
  padding-left: 10px;
  padding-right: 10px; }

.col-products-two {
  width: 50%; }

.col-products-four {
  width: 25%; }

section.main.product-one-fourth, section.main.product-one-half, section.main.margin-top {
  margin-top: 15px; }

section.main.margin-top-half, section.main.form-popup__row {
  margin-top: 10px; }

.product-one-fourth p,
.premium-product p {
  margin: 0; }

.product-one-fourth .product-title,
.premium-product .product-title {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 13px; }

.product-one-fourth .info,
.premium-product .info {
  font-size: 12px;
  padding-top: 5px;
  padding-bottom: 10px;
  border-top: 1px solid #CBD2DB;
  border-bottom: 1px solid #CBD2DB; }

.product-one-fourth .manufacturer,
.premium-product .manufacturer {
  font-weight: 700;
  text-align: center;
  font-size: 13px;
  letter-spacing: 1px;
  padding-top: 10px;
  padding-bottom: 15px; }

.product-one-fourth .price .left,
.product-one-fourth .price .right,
.premium-product .price .left,
.premium-product .price .right {
  display: block;
  float: left;
  width: 50%;
  line-height: 1.4em; }

.product-one-fourth .price .left,
.premium-product .price .left {
  clear: both;
  font-size: 12px;
  text-align: right;
  padding-top: 1px;
  padding-right: 5px; }

.product-one-fourth .price .right,
.premium-product .price .right {
  color: #D43620;
  font-weight: 700; }

.product-one-fourth .form,
.premium-product .form {
  padding-top: 20px; }
  .product-one-fourth .form .amount,
  .product-one-fourth .form .input,
  .product-one-fourth .form .form-popup__input,
  .product-one-fourth .form .amount2,
  .product-one-fourth .form .btn,
  .premium-product .form .amount,
  .premium-product .form .input,
  .premium-product .form .form-popup__input,
  .premium-product .form .amount2,
  .premium-product .form .btn {
    float: left; }
  .product-one-fourth .form .amount,
  .premium-product .form .amount {
    width: 25%;
    text-align: right;
    font-size: 12px;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-right: 10px; }
  .product-one-fourth .form .input, .product-one-fourth .form .form-popup__input,
  .premium-product .form .input,
  .premium-product .form .form-popup__input {
    width: 33%; }
  .product-one-fourth .form .amount2,
  .premium-product .form .amount2 {
    font-size: 12px;
    width: 15%;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-right: 10px;
    padding-left: 10px; }
  .product-one-fourth .form .btn,
  .premium-product .form .btn {
    width: 27%; }

.product-one-half p {
  margin: 0; }

.product-one-half .col-image {
  text-align: center;
  width: 25%;
  padding: 0; }

.product-one-half .amount {
  color: #4CAF50;
  margin-top: 10px; }

.product-one-half .col-desc {
  padding: 0 0 0 10px;
  width: 42%; }

.product-one-half .product-title {
  font-weight: 700;
  font-size: 13px; }

.product-one-half .product-category {
  font-size: 12px;
  color: #0CB0E6; }

.product-one-half .product-info {
  font-size: 13px;
  margin-top: 22px; }

.product-one-half .product-number {
  font-size: 13px; }

.product-one-half .product-manufacturer {
  font-size: 13px;
  font-weight: 700;
  color: #0060A8;
  margin-top: 20px; }

.product-one-half .table-form {
  margin-top: 62px; }

.product-one-half .col-price {
  width: 33%;
  padding: 0; }
  .product-one-half .col-price p {
    line-height: 1.2; }

.products-related__wrapper--cartadd {
  max-width: 800px; }

.products-related__container-cartadd {
  max-width: 800px;
  padding-left: 0;
  padding-right: 0; }

.pricerequest-add__button,
.products-related__cartadd-button {
  width: 100%;
  text-transform: uppercase;
  margin-top: 15px; }

.products-related__section {
  display: none;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  margin-top: 35px; }
  .products-related__section p {
    font-size: 13px; }

.products-related__section--r {
  background-color: #ffffff;
  border-radius: 4px;
  border: 1px solid #CBD2DB;
  margin-top: 25px; }

.products-related__header {
  text-align: center;
  background-color: #A5B1BF;
  color: #fff;
  padding: 3px 10px;
  font-weight: bold;
  border-radius: 4px 4px 0 0; }

.products-related__content {
  background-color: #ffffff;
  border: 1px solid #A5B1BF;
  border-radius: 0 0 4px 4px;
  padding: 10px 0 10px 0; }
  .products-related__content table.table-products tbody > tr:first-child td {
    border-top: none; }
  .products-related__content table.table-products td {
    vertical-align: top; }

.premium-filter__label {
  line-height: 36px;
  margin-bottom: 0; }
  .premium-filter__label:after {
    content: ':'; }

.premium-filter__button {
  width: 100%;
  margin-top: 10px; }

.product__price-alternative {
  margin-top: 15px;
  padding: 7.5px;
  font-size: .875rem;
  border: 1px solid #f0ebb6;
  border-radius: 4px;
  background-color: #fff9c4; }

.product__price-alternative-label:after {
  content: ':'; }

.product__price-alternative-name {
  display: block;
  font-size: 1rem;
  font-weight: bold; }

.product__price-alternative-availability {
  color: #4CAF50; }

.product__why-choose-sos {
  padding: 15px 7.5px; }

@media only screen and (max-width: 1000px) {
  .product-one-fourth .form .amount,
  .premium-product .form .amount {
    width: 25%; }
  .product-one-fourth .form .input, .product-one-fourth .form .form-popup__input,
  .premium-product .form .input,
  .premium-product .form .form-popup__input {
    width: 50%; }
  .product-one-fourth .form .amount2,
  .premium-product .form .amount2 {
    width: 25%; }
  .product-one-fourth .form .btn,
  .premium-product .form .btn {
    width: 100%; }
  /*.col-products-two {
      width: 50%;
    }
    .col-products-four {
      width: 25%;
    }*/ }

@media only screen and (max-width: 860px) {
  .col-products-four {
    width: 50%; }
  .product-one-fourth .form .amount,
  .premium-product .form .amount {
    width: 25%; }
  .product-one-fourth .form .input, .product-one-fourth .form .form-popup__input,
  .premium-product .form .input,
  .premium-product .form .form-popup__input {
    width: 33%; }
  .product-one-fourth .form .amount2,
  .premium-product .form .amount2 {
    width: 15%; }
  .product-one-fourth .form .btn,
  .premium-product .form .btn {
    width: 27%; }
  .col-products-two {
    width: 100%; } }

@media only screen and (max-width: 512px) {
  .col-products-four {
    width: 100%; }
  .col-products-two .col-image {
    width: 100%; }
  .col-products-two .col-desc {
    width: 66.666666667%;
    margin-top: 15px; }
  .col-products-two .col-price {
    width: 33.333333333%; } }

@media only screen and (max-width: 400px) {
  .col-products-two .col-desc,
  .col-products-two .col-price {
    width: 100%;
    margin-top: 15px; } }

.user-items__not-found {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  margin: 16px 0; }

.user-items__tr--header {
  z-index: 4; }
  .user-items__tr--header a {
    color: #5b6672;
    font-weight: 700; }
  .user-items__tr--header i {
    opacity: .3; }
  .user-items__tr--header.fixed {
    position: fixed;
    opacity: 0.9; }
  .user-items__tr--header .check-product label {
    padding-left: 0; }
  .user-items__tr--header .check-product label::after {
    left: 0; }

.user-items__th {
  font-weight: 700;
  text-transform: uppercase;
  text-align: left; }

.user-items__th--nowrap {
  white-space: nowrap; }

.user-items__td--max-200 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 200px; }

.canvas {
  background-color: #ffffff;
  border: 1px solid #CBD2DB;
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }

.nowrap-of {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.user-items-b__not-found {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  margin-top: 16px;
  padding: 16px; }

.user-items-b__list .canvas {
  margin-top: 16px; }

.user-items-b__list-tr--header {
  z-index: 4; }
  .user-items-b__list-tr--header a {
    color: #5b6672;
    font-weight: 700; }
  .user-items-b__list-tr--header i {
    opacity: .3; }
  .user-items-b__list-tr--header.fixed {
    position: fixed;
    opacity: 0.9; }
  .user-items-b__list-tr--header .check-product label {
    padding-left: 0; }
  .user-items-b__list-tr--header .check-product label::after {
    left: 0; }

.user-items-b__list-th {
  font-weight: 700;
  text-transform: uppercase;
  text-align: left; }

.user-items-b__list-th--nowrap {
  white-space: nowrap; }

.user-items-b__list-td--max-200 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 200px; }

.user-items-b__list--inverted {
  border: 1px solid #DAE0E4;
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }

.user-items-b__list-r-col {
  padding-left: 7.5px;
  padding-right: 7.5px;
  width: 100%; }

.user-items-b__list-r-item {
  margin-top: 12px;
  margin-bottom: 6px;
  padding: 6px; }

.user-items-b__list-r-item-row label {
  margin-bottom: 0;
  float: left;
  width: 50%;
  font-weight: 700; }
  .user-items-b__list-r-item-row label:after {
    content: ':'; }

.user-items-b__list-r-item-row > span {
  float: left;
  width: 50%; }

.user-items-b__list-r-item {
  position: relative; }

.user-items-b__list-r-item .btn-remove {
  color: #ffffff;
  background-color: #D43620;
  border-color: transparent;
  position: absolute;
  top: 4px;
  right: 4px;
  font-size: 13px;
  line-height: 1.4; }
  .user-items-b__list-r-item .btn-remove:hover, .user-items-b__list-r-item .btn-remove:focus, .user-items-b__list-r-item .btn-remove.focus, .user-items-b__list-r-item .btn-remove:active, .user-items-b__list-r-item .btn-remove.active,
  .open > .user-items-b__list-r-item .btn-remove.dropdown-toggle {
    color: #ffffff;
    background-color: #a82b19;
    border-color: transparent; }
  .user-items-b__list-r-item .btn-remove:active, .user-items-b__list-r-item .btn-remove.active,
  .open > .user-items-b__list-r-item .btn-remove.dropdown-toggle {
    background-image: none; }
  .user-items-b__list-r-item .btn-remove.disabled, .user-items-b__list-r-item .btn-remove.disabled:hover, .user-items-b__list-r-item .btn-remove.disabled:focus, .user-items-b__list-r-item .btn-remove.disabled.focus, .user-items-b__list-r-item .btn-remove.disabled:active, .user-items-b__list-r-item .btn-remove.disabled.active, .user-items-b__list-r-item .btn-remove[disabled], .user-items-b__list-r-item .btn-remove[disabled]:hover, .user-items-b__list-r-item .btn-remove[disabled]:focus, .user-items-b__list-r-item .btn-remove[disabled].focus, .user-items-b__list-r-item .btn-remove[disabled]:active, .user-items-b__list-r-item .btn-remove[disabled].active,
  fieldset[disabled] .user-items-b__list-r-item .btn-remove,
  fieldset[disabled] .user-items-b__list-r-item .btn-remove:hover,
  fieldset[disabled] .user-items-b__list-r-item .btn-remove:focus,
  fieldset[disabled] .user-items-b__list-r-item .btn-remove.focus,
  fieldset[disabled] .user-items-b__list-r-item .btn-remove:active,
  fieldset[disabled] .user-items-b__list-r-item .btn-remove.active {
    background-color: #D43620;
    border-color: transparent; }
  .user-items-b__list-r-item .btn-remove .badge {
    color: #D43620;
    background-color: #ffffff; }

.claims-request__form label:after {
  content: ':'; }

.claims-request__form-col #search-orders-button {
  float: right; }

.claims-request__form-description {
  height: 123px; }

.sos-products__wrapper {
  padding-left: 7.5px;
  padding-right: 7.5px; }

.sos-products__filters {
  margin-top: 15px; }

.sos-products__filters--compare {
  text-align: right; }

.sos-products__filters-item {
  padding: 7.5px; }

.sos-products__filters-item--search-entry-add,
.sos-products__filters-item--export-to-csv,
.sos-products__filters-item--show-vat {
  display: none; }

.sos-products__filters-item--availability {
  text-align: center; }
  .sos-products__filters-item--availability > label:first-of-type {
    margin-right: 15px; }

.sos-products__filters-item--compare-link {
  text-transform: uppercase;
  font-size: .75rem;
  color: #0060A8;
  cursor: pointer;
  text-align: center; }

.sos-products__filters-item-label,
.sos-products__filters-item-value {
  width: 50%;
  float: left; }

.sos-products__filters-item-label {
  text-align: right;
  line-height: 2rem;
  padding-right: 5px; }
  .sos-products__filters-item-label:after {
    content: ':'; }

.sos-products__filters-item-value .select {
  display: inline-block; }

.sos-products__items-pager {
  padding: 7.5px;
  text-align: center;
  margin-top: 15px; }

.sos-products__items-pager-inside {
  display: inline-block; }

.sos-products__item {
  width: 100%;
  padding: 7.5px; }

.sos-products__item--header,
.sos-products__item--footer {
  display: none; }

.sos-products__item-block:first-child {
  border-top: 1px solid #DAE0E4; }

.sos-products__item-block--image {
  text-align: center;
  margin-top: 7.5px;
  padding-top: 7.5px; }
  .sos-products__item-block--image img {
    width: auto;
    max-width: 110px;
    max-height: 110px; }

.sos-products__item-image-link {
  display: block;
  width: 110px;
  min-width: 110px;
  margin-left: auto;
  margin-right: auto; }

.sos-products__item-block--information {
  text-align: center;
  margin-top: 15px; }

.sos-products__item-block--brand-desktop {
  display: none; }

.sos-products__item-block--new-from {
  display: none;
  text-align: center; }

.sos-products__item-header,
.sos-products__item-header-icons {
  display: inline-block; }

.sos-products__item-header {
  font-weight: 700; }

.sos-products__item-tags-label,
.sos-products__item-tags-item {
  margin-top: 3px; }

.sos-products__item-category-link {
  font-size: .8125rem;
  color: #0CB0E6; }

.sos-products__item-alternatives-item {
  text-decoration: underline; }

.sos-products__item-block--parameters {
  display: none; }

.sos-products__item-label {
  width: 50%;
  display: block;
  float: left;
  text-align: right; }
  .sos-products__item-label:after {
    content: ':';
    margin-right: 5px; }

.sos-products__item-value {
  width: 50%;
  display: block;
  float: left;
  text-align: left; }

.sos-products__item-value--ordernr {
  font-weight: 700; }

.sos-products__item-ordernr {
  font-size: .75rem;
  margin-top: 15px; }

.sos-products__item-brand {
  font-size: .75rem; }

.sos-products__item-product-type {
  display: none;
  font-size: .8125rem; }

.sos-products__item-product-type-text {
  color: #D43620;
  font-weight: 700;
  text-align: center; }

.sos-products__item-availability {
  text-align: center;
  margin-top: 15px;
  white-space: nowrap; }

.sos-products__item-availability-count {
  display: inline;
  color: #4caf50; }

.sos-products__item-availability-count--nostock {
  color: #666666; }

.sos-products__item-availability-count-value {
  font-weight: 700; }

.sos-products__item-availability-to-order {
  display: inline-block;
  white-space: nowrap; }

.sos-products__item-availability-op,
.sos-products__item-availability-state,
.sos-products__item-availability-on-stock-delivery {
  font-size: 12px;
  text-align: center;
  white-space: nowrap; }

.sos-products__item-availability-external {
  text-align: center; }

.sos-products__item-availability-external--empty {
  display: none; }

.sos-products__item-pricelist {
  margin-top: 15px; }

.sos-products__item-pricelist-row {
  font-size: .8125rem;
  margin-top: 1px; }

.sos-products__item-pricelist-row-quantity {
  float: left;
  width: 50%;
  text-align: right;
  padding-right: 5px; }

.sos-products__item-pricelist-row-price {
  width: 50%;
  float: left;
  font-weight: 700;
  color: #D43620; }

.sos-products__item-pricerequest-button {
  text-align: center; }

.sos-products__item-price-get-quote {
  text-align: center; }

.sos-products__item-price-orderform {
  text-align: center; }
  .sos-products__item-price-orderform .add-to-cart-input {
    width: 73px !important; }

.sos-products__item-price-alternative {
  font-size: .8125rem;
  text-align: center; }

.sos-products__item--header-related {
  font-weight: 400; }

.sos-products__items--related .sos-products__item:first-child .sos-products__item-block:first-child {
  border-top: none; }

.sos-products-4__item {
  margin-top: 10px; }
  .sos-products-4__item:first-child {
    margin-top: 0; }

.sos-products-4__item--image,
.sos-products-4__item--name,
.sos-products-4__item--description,
.sos-products-4__item--category {
  text-align: center; }

.sos-products-4__item--image {
  display: block;
  height: 110px;
  line-height: 110px; }

.sos-products-4__item--name {
  font-weight: 700; }

.sos-products-4__item--category a {
  color: #0CB0E6; }

.sos-products-4__item--ordernr,
.sos-products-4__item--product-type-description,
.sos-products-4__item--brand {
  font-size: .75rem; }

.sos-products-4__item--product-type-description {
  text-align: center;
  margin-top: 0; }

.sos-products-4__item--brand {
  margin-top: 0; }

.sos-products-4__item--availability {
  color: #4CAF50;
  text-align: center; }

.sos-products-4__item-label,
.sos-products-4__item-value {
  display: block;
  width: 50%;
  float: left; }

.sos-products-4__item-label {
  text-align: right;
  padding-right: 5px; }
  .sos-products-4__item-label:after {
    content: ':'; }

.sos-products-4__item-value--ordernr {
  font-weight: 700; }

.availability-popup {
  text-align: left; }

.canvas {
  background-color: #ffffff;
  border: 1px solid #CBD2DB;
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }

.canvas__inside {
  padding: 15px 10px; }

.user-favorites__buttons-button {
  width: 100%;
  margin-top: 10px; }

.user-favorites__groups,
.user-favorites__group-products {
  display: none; }

.user-favorites__not-found {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  margin-top: 16px;
  padding: 16px; }

.user-favorites__groups-main {
  margin-top: 16px;
  padding: 16px; }

.user-favorites__groups-r-col,
.user-favorites__group-products-r-col {
  padding-left: 7.5px;
  padding-right: 7.5px;
  width: 100%; }

.user-favorites__groups-r-item {
  margin-top: 12px;
  margin-bottom: 6px;
  padding: 6px; }

.user-favorites__groups-r-item-row label {
  margin-bottom: 0;
  float: left;
  width: 50%;
  font-weight: 700; }
  .user-favorites__groups-r-item-row label:after {
    content: ':'; }

.user-favorites__groups-r-item-row > span {
  float: left;
  width: 50%; }

.user-favorites__groups-r-item-row--buttons {
  margin-top: 10px; }

.user-favorites__groups-r-item-row--availability {
  text-align: center;
  margin-top: 10px; }

.user-favorites__groups-r--detail .user-favorites__groups-r-col {
  width: 100%; }

.user-favorites__group-products-r .product-details-left {
  float: left;
  width: 90px;
  position: relative;
  overflow: hidden; }

.user-favorites__group-products-r .product-details-right {
  float: left;
  width: 100%;
  padding-left: 90px;
  margin-left: -90px; }

.user-favorites__group-products-r div.product-details-right p {
  margin: 0; }

.user-favorites__group-products-r div.product-details-right span.text-primary {
  margin-bottom: 3px;
  display: inline-block; }

.user-favorites__group-products-r div.product-details-right .color-primary-light, .user-favorites__group-products-r div.product-details-right .form-popup__label-subtitle-text {
  font-size: 12px; }

.user-favorites__group-products-r .pricelist {
  margin: 10px 0; }

.user-favorites__group-products-r .pricelist-left,
.user-favorites__group-products-r .pricelist-right {
  width: 50%;
  float: left;
  padding: 0 3px; }

.table-products > tbody > tr.product td.pricelist-only {
  min-width: 200px; }

.table-products > tbody > tr.product td:last-child {
  width: auto; }

#header-placeholder {
  height: 115px;
  display: none; }

#header {
  transition: .3s;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  width: 100%; }
  #header .row {
    background-color: #ffffff; }
  #header .header-main,
  #header .row-navigation {
    transition: .3s;
    background-color: #ffffff;
    width: 100%;
    position: relative; }
  #header .navbar-container {
    transition: .3s;
    position: relative; }
  #header .headlangs {
    position: absolute;
    top: 0;
    left: 25%;
    margin: 0;
    padding: 10px 5px 15px 5px;
    font-size: 12px; }
    #header .headlangs li {
      display: block;
      float: left; }
      #header .headlangs li.active a {
        color: #D43620;
        font-weight: 700; }
      #header .headlangs li:last-child a:after {
        content: ""; }
    #header .headlangs a {
      color: #5b6672;
      margin: 0 5px; }
      #header .headlangs a:after {
        content: "/";
        color: #5b6672;
        font-weight: 400;
        margin-left: 5px; }
      #header .headlangs a:hover, #header .headlangs a:focus {
        text-decoration: none !important; }
  #header .col-header {
    width: 75%;
    transition: .3s;
    padding-top: 35px; }
  #header .col-headsearch {
    width: 33.333333333%;
    padding-right: 0;
    padding-left: 0; }
  #header .col-headuser {
    color: #0060A8;
    width: 33.333333333%;
    padding: 0; }
  #header .col-headcart {
    color: #D43620;
    width: 33.333333333%;
    padding: 0; }
  #header .col-headusericon,
  #header .col-headcarticon {
    width: 43%; }
    #header .col-headusericon .icons,
    #header .col-headcarticon .icons {
      float: right; }
    #header .col-headusericon .icon-slash-thin,
    #header .col-headcarticon .icon-slash-thin {
      display: block;
      float: left;
      font-size: 36px; }
  #header .col-headusericon a {
    color: #0060A8; }
  #header .col-headusericon .icon-user {
    display: block;
    float: left;
    font-size: 19px;
    margin: 10px 0; }
  #header .col-headcarticon .icon-cart-alt {
    display: block;
    float: left;
    font-size: 24px;
    margin: 8px 0; }
  #header .col-headusername,
  #header .col-headcartname {
    width: 57%; }
  #header .headusername,
  #header .headcartname {
    margin: 0;
    letter-spacing: 1px;
    line-height: 1.2;
    text-transform: uppercase;
    padding-top: 5px;
    font-weight: 700; }
  #header .headcartname a {
    color: #D43620; }
  #header .headusermeta {
    line-height: 1;
    color: #5b6672;
    padding-top: 0;
    font-size: 12px; }
    #header .headusermeta a {
      color: #5b6672; }
  #header .headcartmeta {
    line-height: 1;
    padding-top: 0;
    font-size: 14px;
    color: #5b6672; }
    #header .headcartmeta .headcartmore {
      line-height: 1em; }
  #header .headprice {
    font-weight: 700;
    color: #D43620;
    white-space: nowrap;
    padding-right: 5px; }
  #header .headamount {
    white-space: nowrap;
    padding-left: 5px; }
  #header .headusermore,
  #header .headcartmore {
    font-size: 14px;
    float: right; }
  #header .headusermore {
    color: #0060A8; }
    #header .headusermore:hover, #header .headusermore:focus {
      color: #0060A8; }
  #header .headcartmore {
    color: #D43620; }
    #header .headcartmore:hover, #header .headcartmore:focus {
      color: #D43620; }
  #header .col-headusershowmore,
  #header .col-headcartshowmore {
    display: none; }
  #header .col-obchodny-zastupca {
    position: relative;
    width: 53.333333333%;
    margin-left: 46.666666667%;
    font-size: 12px;
    transition: .3s; }
    #header .col-obchodny-zastupca > div {
      position: absolute;
      top: 30px;
      left: 15px;
      background: #EAEFF2;
      border-radius: 5px;
      border: 1px solid #CBD2DB;
      padding: 10px;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }
      #header .col-obchodny-zastupca > div table.consultant-table {
        margin: 0; }
        #header .col-obchodny-zastupca > div table.consultant-table tr {
          background: #EAEFF2; }
          #header .col-obchodny-zastupca > div table.consultant-table tr td {
            border: none;
            padding: 2px 10px; }
  #header .tabs-secondary {
    float: right;
    margin: 0; }
    #header .tabs-secondary li a {
      border-radius: 4px;
      padding: 6px 15px; }
      #header .tabs-secondary li a .icon {
        top: -2px; }
      #header .tabs-secondary li a .navtabstext {
        padding-left: 10px; }
    #header .tabs-secondary li i.icon {
      padding-left: 0;
      padding-right: 0; }
    #header .tabs-secondary li span .navtabstext {
      padding-left: 10px; }
  #header .col-headsearch2 {
    display: none;
    position: relative;
    z-index: 20;
    background-color: #ffffff; }
  #header .row-navigation-tabs {
    transition: .3s;
    position: relative;
    background-color: #ffffff;
    border-bottom: 5px solid #0060A8; }
  #header .navigation-border {
    width: 100%;
    height: 6px;
    position: absolute;
    bottom: 0;
    background-color: #D43620; }
  #header .col-navigation {
    transition: .3s;
    padding-right: 0;
    padding-left: 0;
    padding-top: 3px; }
    #header .col-navigation .icon-menu {
      display: none; }
  #header .headtab {
    margin: 0;
    font-weight: 700; }
    #header .headtab li {
      padding-bottom: 6px; }
      #header .headtab li a {
        border-radius: 4px;
        padding: 6px 25px; }
        #header .headtab li a span {
          padding: 0; }
      #header .headtab li.open {
        padding-bottom: 0; }
        #header .headtab li.open a {
          border-radius: 4px 4px 0 0;
          padding: 9px 25px; }
  #header.homepage .headtab li {
    padding-bottom: 0; }
    #header.homepage .headtab li a {
      border-radius: 4px 4px 0 0;
      padding: 9px 25px; }
      #header.homepage .headtab li a:hover {
        background: #0060A8; }
  #header .nav-links {
    display: inline-block; }
    #header .nav-links a {
      padding-left: 20px;
      font-size: 13px; }
  #header .row-navigation {
    background: linear-gradient(#0060A8, #005493);
    max-height: 350px;
    overflow: hidden; }
    #header .row-navigation .container-navigation {
      background: linear-gradient(#0060A8, #005493); }
    #header .row-navigation .nav {
      list-style: none;
      margin-bottom: 0;
      padding: 4px 0 10px; }
      #header .row-navigation .nav li {
        float: left;
        font-weight: 700;
        padding: 5px 25px; }
      #header .row-navigation .nav a {
        display: block;
        color: #ffffff;
        position: relative;
        padding-right: 15px; }
        #header .row-navigation .nav a:after {
          font-family: 'sosicons';
          speak: none;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          position: relative;
          top: -1px;
          vertical-align: middle;
          content: "";
          font-size: 10px;
          color: #0CB0E6;
          position: absolute;
          right: 0;
          top: 6px; }
    #header .row-navigation.open {
      max-height: 350px; }
  #header .col-logo {
    transition: .3s;
    width: 25%;
    padding-left: 0;
    padding-top: 15px; }
    #header .col-logo a {
      transition: .3s;
      background: url("/dist/svg/logo-sk.svg") no-repeat left center;
      display: block;
      height: 80px; }
      #header .col-logo a span {
        display: none; }
    #header .col-logo.logo-cz a {
      background: url("/dist/svg/logo-cz.svg") no-repeat left center; }
    #header .col-logo.logo-de a {
      background: url("/dist/svg/logo-de.svg") no-repeat left center; }
    #header .col-logo.logo-en a {
      background: url("/dist/svg/logo-en.svg") no-repeat left center; }
    #header .col-logo.logo-hu a {
      background: url("/dist/svg/logo-hu.svg") no-repeat left center; }
    #header .col-logo.logo-pl a {
      background: url("/dist/svg/logo-pl.svg") no-repeat left center; }
    #header .col-logo.logo-ro a {
      background: url("/dist/svg/logo-ro.svg") no-repeat left center; }
    #header .col-logo.logo-it a {
      background: url("/dist/svg/logo-it.svg") no-repeat left center; }
    #header .col-logo.logo-es a {
      background: url("/dist/svg/logo-es.svg") no-repeat left center; }
  #header.smaller {
    position: fixed;
    z-index: 20;
    width: 100%;
    top: 0; }
    #header.smaller .nav {
      padding: 0 !important;
      margin: 0; }
    #header.smaller .headlangs {
      display: none; }
    #header.smaller .navbar-container .col-obchodny-zastupca {
      font-size: 0;
      padding: 0; }
      #header.smaller .navbar-container .col-obchodny-zastupca p {
        padding: 0;
        margin: 0; }
      #header.smaller .navbar-container .col-obchodny-zastupca div {
        display: none; }
    #header.smaller .navbar-container .col-logo {
      width: 16.666666667%;
      padding-top: 5px; }
      #header.smaller .navbar-container .col-logo a {
        width: 90%;
        height: 50px; }
    #header.smaller .navbar-container .col-header {
      width: 83.333333333%;
      padding-top: 10px; }
      #header.smaller .navbar-container .col-header .col-headsearch {
        width: 32.854209446%; }
      #header.smaller .navbar-container .col-header .col-headspace {
        width: 10%; }
      #header.smaller .navbar-container .col-header .col-headuser,
      #header.smaller .navbar-container .col-header .col-headcart {
        width: 28.333333333%; }
    #header.smaller .col-navigation {
      padding-top: 10px; }
    #header.smaller .row-navigation {
      max-height: 0;
      overflow: hidden; }
      #header.smaller .row-navigation.open {
        max-height: 350px; }
  #header.page .row-navigation {
    max-height: 0;
    overflow: hidden; }
    #header.page .row-navigation.open {
      max-height: 350px; }

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #header.smaller .navbar-container .col-header .col-headuser,
  #header.smaller .navbar-container .col-header .col-headcart {
    width: 70px; }
  #header.smaller .navbar-container .col-header .col-headusername,
  #header.smaller .navbar-container .col-header .col-headcartname {
    display: none; }
  #header.smaller .navbar-container .col-header .col-headusericon,
  #header.smaller .navbar-container .col-header .col-headcarticon {
    width: 100%; }
  #header.smaller .navbar-container .col-header .col-headusericon .icon-user {
    margin: 12px 0 10px 0; } }

@media only screen and (min-width: 1200px) {
  #header.smaller .navbar-container .col-header .col-headuser,
  #header.smaller .navbar-container .col-header .col-headcart {
    width: 252px; }
  #header.smaller .navbar-container .col-header .col-headusericon, #header.smaller .navbar-container .col-header .col-headcarticon {
    width: 35%; }
  #header.smaller .navbar-container .col-header .col-headusername, #header.smaller .navbar-container .col-header .col-headcartname {
    width: 65%; } }

@media only screen and (max-width: 3400px) {
  #header.smaller .navbar-container .col-header {
    padding-top: 17px; }
    #header.smaller .navbar-container .col-header .col-headusershowmore,
    #header.smaller .navbar-container .col-header .col-headcartshowmore {
      display: none;
      padding-top: 5px;
      width: 30%; }
    #header.smaller .navbar-container .col-header .col-headspace {
      width: 0; }
    #header.smaller .navbar-container .col-header .btn-sortiment {
      display: block; }
    #header.smaller .navbar-container .col-header #search-products-form .position-absolute {
      display: none; }
    #header.smaller .navbar-container .col-header .user-cart-icons {
      float: right; }
  #header.smaller .col-navigation {
    display: none; }
  #header.smaller div.col-logo {
    margin-bottom: 10px; } }

@media only screen and (max-width: 1200px) {
  #header .row-navigation .nav li {
    padding: 5px 12.5px; } }

@media only screen and (max-width: 1050px) {
  #header .row-navigation .nav li {
    padding: 5px 8.3333333333px; } }

@media only screen and (min-width: 1000px) {
  #header .row-navigation .nav li {
    width: 33.3333333333%; }
  #header .row-navigation .nav.nav-hu li:nth-child(3n+1) {
    width: 38%; }
  #header .row-navigation .nav.nav-hu li:nth-child(3n+2) {
    width: 34%; }
  #header .row-navigation .nav.nav-hu li:nth-child(3n+3) {
    width: 27%; }
  #header .row-navigation .nav.nav-en li:nth-child(3n+1) {
    width: 36%; }
  #header .row-navigation .nav.nav-en li:nth-child(3n+2) {
    width: 32%; }
  #header .row-navigation .nav.nav-en li:nth-child(3n+3) {
    width: 32%; }
  #header .row-navigation .nav.nav-ro li:nth-child(3n+1) {
    width: 36%; }
  #header .row-navigation .nav.nav-ro li:nth-child(3n+2) {
    width: 32%; }
  #header .row-navigation .nav.nav-ro li:nth-child(3n+3) {
    width: 32%; } }

@media only screen and (max-width: 1000px) {
  #header .col-logo,
  #header .col-beforelangs {
    width: 30%; }
  #header .col-header {
    width: 70%; }
  #header .col-headsearch {
    width: 50%; }
  #header .col-headuser,
  #header .col-headcart {
    width: 25%; }
  #header .headlangs {
    left: 30%; }
  #header .row-navigation {
    max-height: 0;
    overflow: auto; }
    #header .row-navigation.open {
      max-height: 600px;
      overflow: hidden; }
    #header .row-navigation .nav li {
      width: 50%; }
    #header .row-navigation .nav a {
      padding-left: 20px; }
      #header .row-navigation .nav a:after {
        font-family: 'sosicons';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        position: relative;
        top: -1px;
        vertical-align: middle;
        content: "";
        font-size: 10px;
        color: #0CB0E6;
        position: absolute;
        right: 0;
        top: 6px;
        left: 0; }
  #header .headtab li a span {
    padding-left: 10px; }
  #header.homepage .headtab li {
    padding-bottom: 6px; }
    #header.homepage .headtab li a {
      border-radius: 4px;
      padding: 6px 25px; }
      #header.homepage .headtab li a:hover {
        background: #005493; }
    #header.homepage .headtab li.open {
      padding-bottom: 0; }
      #header.homepage .headtab li.open a {
        border-radius: 4px 4px 0 0;
        padding: 9px 25px; }
  #header .col-obchodny-zastupca,
  #header .nav-links {
    display: none; }
  #header .col-navigation .icon-menu {
    display: inline-block;
    top: -2px; }
  #header .col-headusername,
  #header .col-headcartname {
    display: none; }
  #header .col-headusericon,
  #header .col-headcarticon {
    width: 70%; }
  #header .col-headusershowmore,
  #header .col-headcartshowmore {
    display: block;
    padding-top: 5px;
    width: 30%; } }

@media only screen and (max-width: 810px) {
  #header .col-logo {
    width: 35%; }
  #header .col-header {
    width: 65%; }
  #header .headlangs {
    left: 35%; } }

@media only screen and (max-width: 767px) {
  #header .col-headsearch {
    display: none; }
  #header .col-headsearch2 {
    display: block;
    padding: 0 15px 10px 15px; }
  #header .col-logo {
    width: 50%;
    padding-top: 15px; }
  #header .col-header {
    width: 50%; }
  #header .col-headuser,
  #header .col-headcart {
    width: 50%; }
  #header .headlangs {
    left: auto;
    right: 10px; }
  #header .navtabstext {
    display: none; }
  #header .row-navigation-tabs {
    padding-top: 5px; }
  #header .navbar-container {
    padding-bottom: 20px; } }

@media only screen and (max-width: 720px) {
  #header .row-navigation .nav li {
    width: 100%; } }

@media only screen and (max-width: 480px) {
  #header .tabs-secondary a {
    padding: 10px 15px; }
  #header .col-logo {
    width: 100%;
    padding-top: 10px;
    text-align: center; }
    #header .col-logo a {
      height: 80px; }
    #header .col-logo.logo-cz a {
      background-position: center center; }
    #header .col-logo.logo-de a {
      background-position: center center; }
    #header .col-logo.logo-en a {
      background-position: center center; }
    #header .col-logo.logo-hu a {
      background-position: center center; }
    #header .col-logo.logo-pl a {
      background-position: center center; }
    #header .col-logo.logo-ro a {
      background-position: center center; }
    #header .col-logo.logo-it a {
      background-position: center center; }
    #header .col-logo.logo-es a {
      background-position: center center; }
  #header .col-header {
    padding-top: 15px;
    width: 100%; }
  #header .col-headuser,
  #header .col-headcart {
    width: 34%; }
    #header .col-headuser .icons,
    #header .col-headcart .icons {
      float: none; }
  #header .col-headuser {
    float: left; }
  #header .col-headcart {
    float: right; }
  #header .headlangs {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    display: block;
    text-align: center; }
    #header .headlangs li {
      display: inline-block;
      float: none; } }

.sidebar {
  width: 35%; }
  .sidebar .title {
    margin: 0; }

.sidebar-content {
  border: 1px solid #cbd2db;
  border-radius: 4px;
  padding: 10px;
  margin: 15px 0; }
  .sidebar-content.product-one-fourth {
    padding: 15px 15px; }

.sidebar-manufacturer .row {
  margin-bottom: 10px; }
  .sidebar-manufacturer .row:last-child {
    margin-bottom: 0; }

.sidebar-manufacturer .col-image {
  text-align: center;
  width: 38.888888889%;
  border-right: 1px solid #DAE0E4; }

.sidebar-manufacturer .col-text {
  width: 61.111111111%; }
  .sidebar-manufacturer .col-text a {
    display: block;
    display: -webkit-box;
    color: #5b6672;
    font-size: 13px;
    line-height: 1.2;
    height: 31.2px;
    margin: 0;
    -webkit-line-clamp: 2; }

.relevant-products .col-image {
  display: inline-block;
  text-align: center;
  padding-right: 7.5px;
  width: 25%;
  border-right: 1px solid #DAE0E4; }

.relevant-products .col-text {
  display: inline-block;
  width: 70%;
  vertical-align: middle;
  padding-left: 15px;
  line-height: 1; }
  .relevant-products .col-text a {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px; }

.list-popular {
  list-style: none;
  padding-left: 0;
  font-size: 12px;
  line-height: 1.3; }
  .list-popular > li {
    padding: 0 50px 0 15px;
    margin-bottom: 10px;
    position: relative; }
    .list-popular > li:last-child {
      margin-bottom: 0; }
    .list-popular > li > .icon {
      position: absolute;
      vertical-align: middle;
      font-size: 10px;
      top: 2px;
      left: 0; }
    .list-popular > li span {
      display: block;
      padding: 0 0 0 7px;
      height: 100%;
      width: 40px;
      border-left: 1px solid #DAE0E4;
      float: right;
      position: absolute;
      top: 0;
      right: 0; }
  .list-popular a {
    color: #5b6672; }
    .list-popular a:hover {
      color: #394047; }

.list-archive {
  list-style: none; }
  .list-archive ul {
    display: none;
    list-style: none; }
  .list-archive > li.open > ul {
    display: block; }
  .list-archive > li.open:before {
    content: ""; }

.list-archive li {
  position: relative;
  cursor: pointer;
  color: #0060A8;
  font-weight: 700; }
  .list-archive li:before {
    font-family: 'sosicons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    position: relative;
    top: -1px;
    vertical-align: middle;
    position: absolute;
    content: "";
    left: -16px;
    font-size: 8px;
    line-height: 22px; }

.list-archive li li {
  font-size: 13px;
  color: #717171; }
  .list-archive li li:before {
    line-height: 18px; }
  .list-archive li li.open > ul {
    padding-left: 0;
    display: block; }
  .list-archive li li.open:before {
    content: ""; }

.list-archive li li li {
  line-height: 1.2;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 400; }
  .list-archive li li li a {
    color: #A5B1BF; }
  .list-archive li li li:before {
    content: ''; }

@media only screen and (max-width: 768px) {
  .col-homepage-sidebar .tabs-sm {
    width: 100%; }
    .col-homepage-sidebar .tabs-sm li {
      width: 32.333333333%;
      text-align: center; }
    .col-homepage-sidebar .tabs-sm a {
      padding-left: 0;
      padding-right: 0; } }

@media only screen and (max-width: 350px) {
  .tabs-sidebar {
    width: 100%; }
    .tabs-sidebar li {
      width: 100%;
      padding: 0;
      margin-bottom: 1px; } }

section.main {
  background-color: #ffffff;
  border: 1px solid #CBD2DB;
  border-radius: 4px;
  margin-top: 0;
  padding: 30px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  line-height: 1.285714286; }
  section.main p {
    font-size: 13px; }
  section.main.padding-half {
    padding: 15px; }
  section.main.no-padding {
    padding: 0; }
  section.main.margin {
    margin-top: 15px; }

.title {
  color: #ffffff;
  padding: 8px 10px;
  margin: 15px 0 0;
  letter-spacing: 1px;
  border-radius: 4px;
  font-weight: 700; }
  .title .icon {
    padding-right: 10px;
    top: -3px; }
  .title small {
    font-weight: 700;
    font-size: .7em;
    letter-spacing: 0px; }
  .title:first-of-type {
    margin-top: 0; }
  .title.small {
    color: #0060A8;
    padding: 0;
    margin: 0; }
  .title.thin {
    padding: 7px;
    font-size: 0.9em !important; }
  .title.margin {
    margin-bottom: 15px; }
  .title + p {
    margin-top: 10.5px; }

.content {
  width: 65%; }

.description-box {
  background-color: #EAEFF2;
  border-radius: 4px;
  padding: 12px 12px;
  margin: 15px 0; }

.post {
  width: 50%; }

.strip {
  background-color: #0CB0E6;
  color: #ffffff;
  font-size: 20px;
  padding: 5px 0; }
  .strip span {
    display: inline-block;
    margin-right: 60px; }
    .strip span:last-child {
      margin-right: 0; }
  .strip h1, .strip h2 {
    padding: 0;
    display: inline-block;
    margin: 0;
    color: #ffffff;
    font-weight: 300; }
  .strip .inactive {
    color: #0060A8;
    cursor: not-allowed; }
  .strip .form-group {
    margin-bottom: 0; }
  .strip a {
    color: #ffffff; }
    .strip a:hover {
      color: #ffffff; }
  .strip .color-primary {
    color: #0060A8; }
    .strip .color-primary:hover {
      color: #0060A8; }
  .strip .cancel {
    margin-left: 15px; }
  .strip .icon {
    top: 0; }

.page-header__left {
  line-height: 30px; }

.page-header__right {
  width: 100%;
  text-align: center; }

.layout__content {
  margin-top: 20px; }

.col-homepage-posts {
  width: 64.583333333%; }

.col-homepage-sidebar {
  width: 35.416666667%; }

.row-posts {
  margin-top: 15px; }

.col-post {
  width: 50%;
  margin-bottom: 20px; }
  .col-post:nth-child(2n + 1) {
    clear: both; }

.thirdpost .col-post {
  width: 33.333333333%; }
  .thirdpost .col-post:nth-child(2n + 1) {
    clear: none; }
  .thirdpost .col-post:nth-child(3n + 1) {
    clear: both; }

.posts-title {
  float: left; }

.col-homepage-posts .btn-group {
  float: right; }

.post-image {
  display: block;
  border: 1px solid #ccc;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 15px; }

.post-title {
  display: block;
  display: -webkit-box;
  font-size: 16px;
  -webkit-line-clamp: 2;
  margin-top: 0;
  margin-bottom: 15px; }

.post-description {
  display: block;
  display: -webkit-box;
  font-size: 16px;
  overflow: hidden; }

.post-category {
  padding-top: 8px;
  width: 50%; }
  .post-category a {
    white-space: nowrap; }

.post-metadata {
  border-bottom: 1px solid #EAEFF2;
  padding-bottom: 10px; }

.post-meta {
  width: 50%;
  text-align: right;
  padding-top: 8px; }

.post-description,
.post-category,
.post-meta {
  font-size: 12px;
  line-height: 1.2; }

.post-video {
  color: #D43620;
  border-left: 1px solid #DAE0E4;
  padding-left: 10px;
  margin-left: 10px; }

.post-list {
  white-space: nowrap; }

.post-list-link {
  white-space: nowrap;
  color: #0CB0E6; }

.col-headspace {
  width: 0%;
  padding: 0; }

.linecards-title .radio3 + label {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
  margin-right: 15px;
  margin-left: 15px; }
  .linecards-title .radio3 + label:after {
    top: 0; }

.linecards-title .radio3:checked + label {
  font-weight: 700; }

.btn-all-posts {
  padding: 5px 30px;
  font-size: 13px;
  line-height: 1.4;
  border-radius: 3px;
  color: #ffffff;
  background-color: #D43620;
  border-color: #D43620;
  margin-bottom: 30px; }
  .btn-all-posts:hover, .btn-all-posts:focus, .btn-all-posts.focus, .btn-all-posts:active, .btn-all-posts.active,
  .open > .btn-all-posts.dropdown-toggle {
    color: #ffffff;
    background-color: #a82b19;
    border-color: #9f2818; }
  .btn-all-posts:active, .btn-all-posts.active,
  .open > .btn-all-posts.dropdown-toggle {
    background-image: none; }
  .btn-all-posts.disabled, .btn-all-posts.disabled:hover, .btn-all-posts.disabled:focus, .btn-all-posts.disabled.focus, .btn-all-posts.disabled:active, .btn-all-posts.disabled.active, .btn-all-posts[disabled], .btn-all-posts[disabled]:hover, .btn-all-posts[disabled]:focus, .btn-all-posts[disabled].focus, .btn-all-posts[disabled]:active, .btn-all-posts[disabled].active,
  fieldset[disabled] .btn-all-posts,
  fieldset[disabled] .btn-all-posts:hover,
  fieldset[disabled] .btn-all-posts:focus,
  fieldset[disabled] .btn-all-posts.focus,
  fieldset[disabled] .btn-all-posts:active,
  fieldset[disabled] .btn-all-posts.active {
    background-color: #D43620;
    border-color: #D43620; }
  .btn-all-posts .badge {
    color: #D43620;
    background-color: #ffffff; }

.col-homeslider {
  width: 65%; }

.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center; }
  .owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline;
    /*IE7 life-saver */ }
    .owl-theme .owl-controls .owl-page span {
      display: block;
      width: 12px;
      height: 12px;
      margin: 5px;
      border-radius: 50%;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      background: #EAEFF2; }
    .owl-theme .owl-controls .owl-page.active span {
      background: #0CB0E6; }

.owl-theme.clickable .owl-page:hover span {
  background: #0CB0E6; }

.homeslider {
  height: 320px;
  position: relative; }
  .homeslider .owl-item,
  .homeslider .owl-wrapper-outer,
  .homeslider .owl-wrapper {
    height: 295px;
    overflow: hidden; }
  .homeslider .owl-item img {
    border-radius: 4px;
    max-height: 295px; }

.homeslide {
  position: absolute;
  max-height: 295px;
  height: 100%;
  width: 100%; }
  .homeslide .description {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    width: 100%;
    box-sizing: border-box;
    padding: 15px 15px;
    background-color: rgba(0, 96, 168, 0.9);
    color: #fff;
    position: absolute;
    bottom: 0; }
    .homeslide .description p.title {
      font-size: 20px;
      font-weight: 700;
      padding: 0 0 5px;
      color: #fff;
      line-height: 1em; }
      .homeslide .description p.title a {
        color: #fff; }
    .homeslide .description p {
      margin: 0;
      line-height: 1.2;
      font-size: 13px; }

.tabs-homeslider-border {
  width: 100%;
  background-color: #0CB0E6;
  height: 2px; }

.tabs-slider {
  margin: 0; }
  .tabs-slider li {
    padding-right: 2px; }

.col-ads {
  width: 35%; }

.banner {
  margin-bottom: 10px; }

.col-ads img {
  border-radius: 4px; }

.banner-sm-right,
.banner-sm-left {
  width: 50%; }

.banner-sm-left {
  padding-right: 1px; }

.banner-sm-right {
  padding-left: 1px; }

.linecards-container {
  position: relative;
  padding-right: 60px !important;
  padding-left: 60px !important; }
  .linecards-container .left,
  .linecards-container .right {
    position: absolute;
    top: 40%;
    color: #D43620;
    font-size: 20px; }
    .linecards-container .left:hover,
    .linecards-container .right:hover {
      color: #a82b19;
      text-decoration: none; }
  .linecards-container .left {
    left: 15px; }
  .linecards-container .right {
    right: 15px; }

#linecards-slider .owl-item {
  padding: 0 15px;
  text-align: center; }
  #linecards-slider .owl-item a {
    height: 80px;
    line-height: 80px; }
    #linecards-slider .owl-item a img {
      max-height: 80px; }

@media only screen and (max-width: 1024px) {
  .col-homepage-posts .btn-group .btn {
    padding: 5px 20px;
    font-size: 13px;
    line-height: 1.4;
    border-radius: 3px;
    border-radius: 0; }
    .col-homepage-posts .btn-group .btn:first-child {
      border-bottom-left-radius: 4px;
      border-top-left-radius: 4px; }
    .col-homepage-posts .btn-group .btn:last-child {
      border-right-width: 1px;
      border-top-right-radius: 4px;
      border-bottom-right-radius: 4px; }
  .post-list,
  .post-list-link,
  .post-date,
  .post-video {
    display: block;
    border: 0 none;
    margin-bottom: 3px; }
  .col-homeslider {
    width: 63.6%; }
  .col-ads {
    width: 36.4%; } }

@media only screen and (max-width: 1000px) {
  .col-homeslider {
    width: 100%; }
  .col-ads {
    display: none; } }

@media only screen and (max-width: 800px) {
  .thirdpost .col-post {
    width: 50%; }
    .thirdpost .col-post:nth-child(2n + 1) {
      clear: both; }
    .thirdpost .col-post:nth-child(3n + 1) {
      clear: none; }
  .col-post {
    width: 100%; }
  .btn-all-posts {
    padding-right: 40px;
    padding-left: 40px; } }

@media only screen and (max-width: 768px) {
  .col-post {
    width: 100%;
    padding-right: 7.5px;
    padding-left: 7.5px; } }

@media only screen and (max-width: 760px) {
  .col-homepage-posts {
    width: 100%; }
  .col-homepage-sidebar {
    width: 100%; } }

@media only screen and (max-width: 575px) {
  .thirdpost .col-post {
    width: 100%; }
  .container-homeslider {
    display: none; } }

@media only screen and (max-width: 550px) {
  .col-homepage-posts .posts-title {
    float: none;
    text-align: center;
    padding-bottom: 15px; }
  .col-homepage-posts .btn-group {
    display: block;
    float: none;
    margin-bottom: 10px; }
    .col-homepage-posts .btn-group .btn {
      width: 25%;
      padding-left: 0;
      padding-right: 0;
      text-align: center; }
  .btn-all-posts {
    display: block; } }

@media only screen and (max-width: 480px) {
  .post-list,
  .post-list-link,
  .post-date,
  .post-video {
    display: inline-block;
    padding-left: 0; }
  .post-list {
    padding-right: 5px; } }

@media only screen and (max-width: 430px) {
  .post-category,
  .post-meta {
    width: 100%;
    text-align: left; }
  .post-meta {
    padding-top: 0; } }

.col-gallery {
  width: 27%; }

.col-description {
  width: 73%; }

.row-description1 .col-desc-right,
.row-description2 .col-desc-right {
  border-left: 1px solid #EAEFF2; }

.row-description1 .col-desc-left,
.row-description1 .col-desc-right,
.row-description2 .col-desc-left,
.row-description2 .col-desc-right {
  margin: 15px 0 15px; }

.row-description1 {
  border-bottom: 1px solid #EAEFF2; }

.col-desc-left {
  width: 62%; }
  .col-desc-left .product-title {
    font-size: 18px;
    margin-bottom: 5px; }
  .col-desc-left .product-desc {
    font-size: 18px;
    margin-bottom: 0; }

.col-desc-right {
  width: 38%; }

.product-label {
  font-size: 16px;
  color: #0060A8;
  font-weight: 700;
  margin-bottom: 0; }

.thumbnail, .article__photogallery-thumbnail, .article__photogallery-thumbnail-r {
  display: block;
  border: 1px solid #DAE0E4;
  border-radius: 4px;
  padding: 15px;
  margin-bottom: 10px; }

.container-order {
  margin-top: 3px; }
  .container-order .text-order {
    font-weight: 700;
    color: #D43620;
    letter-spacing: 1px; }
  .container-order .input, .container-order .form-popup__input {
    width: 72px; }
  .container-order .text-price {
    font-size: 18px;
    font-weight: 700;
    color: #D43620;
    padding: 0 20px;
    position: relative;
    top: 2px; }

.description-box .col-cart {
  display: block;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
  float: left;
  width: 33.333333333333%;
  position: relative;
  top: 0; }
  .description-box .col-cart.half {
    padding-right: 7.5px;
    padding-left: 7.5px; }
  @media only screen and (max-width: 1024px) {
    .description-box .col-cart {
      padding-right: 7.5px;
      padding-left: 7.5px; }
      .description-box .col-cart.half {
        padding-right: 3.75px;
        padding-left: 3.75px; } }
  .description-box .col-cart .amount-in-cart {
    color: #4CAF50;
    font-size: 12px;
    position: relative;
    top: 2px;
    padding-left: 15px; }

.description-box .col-form {
  display: block;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
  float: left;
  width: 41.3333333333333%;
  position: relative;
  top: 3px; }
  .description-box .col-form.half {
    padding-right: 7.5px;
    padding-left: 7.5px; }
  @media only screen and (max-width: 1024px) {
    .description-box .col-form {
      padding-right: 7.5px;
      padding-left: 7.5px; }
      .description-box .col-form.half {
        padding-right: 3.75px;
        padding-left: 3.75px; } }
  .description-box .col-form .text-order {
    font-weight: 700;
    color: #D43620;
    letter-spacing: 1px;
    padding-right: 10px;
    position: relative;
    top: 2px; }
  .description-box .col-form .input, .description-box .col-form .form-popup__input {
    display: inline-block;
    width: 72px; }
  .description-box .col-form .text-price {
    font-size: 18px;
    font-weight: 700;
    color: #D43620;
    position: relative;
    margin-left: 15px;
    top: 4px; }

.description-box .col-button {
  display: block;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
  float: left;
  width: 25.333333333333%;
  text-align: right; }
  .description-box .col-button.half {
    padding-right: 7.5px;
    padding-left: 7.5px; }
  @media only screen and (max-width: 1024px) {
    .description-box .col-button {
      padding-right: 7.5px;
      padding-left: 7.5px; }
      .description-box .col-button.half {
        padding-right: 3.75px;
        padding-left: 3.75px; } }

.additional-text {
  font-size: 10px;
  line-height: 1.2; }

.eye-catcher {
  border-radius: 6px;
  background-color: #0CB0E6;
  color: #ffffff; }

.col-eye-text {
  display: block;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
  float: left;
  width: 60%; }
  .col-eye-text.half {
    padding-right: 7.5px;
    padding-left: 7.5px; }
  @media only screen and (max-width: 1024px) {
    .col-eye-text {
      padding-right: 7.5px;
      padding-left: 7.5px; }
      .col-eye-text.half {
        padding-right: 3.75px;
        padding-left: 3.75px; } }
  .col-eye-text .icon-euro {
    display: block;
    float: left;
    font-size: 24px;
    padding: 20px 10px 0 15px; }
  .col-eye-text p {
    margin-left: 54px;
    line-height: 1; }
    .col-eye-text p.text-prices {
      margin-top: 18px;
      margin-bottom: 0;
      font-weight: 700;
      font-size: 16px; }
    .col-eye-text p.text-register {
      font-size: 12px; }

.col-eye-button {
  display: block;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
  float: left;
  width: 40%; }
  .col-eye-button.half {
    padding-right: 7.5px;
    padding-left: 7.5px; }
  @media only screen and (max-width: 1024px) {
    .col-eye-button {
      padding-right: 7.5px;
      padding-left: 7.5px; }
      .col-eye-button.half {
        padding-right: 3.75px;
        padding-left: 3.75px; } }
  .col-eye-button .btn {
    display: block;
    white-space: normal;
    margin: 10px; }

.product__eye-catcher {
  border-radius: 6px;
  background-color: #0CB0E6;
  color: #ffffff; }

.product__eye-catcher--pricelist {
  padding: 10px 7.5px; }

.product__eye-catcher--pricelist-text {
  text-align: center; }

.product__eye-catcher--pricelist-buttons {
  text-align: center;
  margin-top: 5px; }

.description-cart {
  float: left;
  position: relative;
  top: 5px; }
  .description-cart .icon-check-circle {
    vertical-align: middle;
    color: #4CAF50;
    font-size: 24px; }
  .description-cart .amount-in-cart {
    padding-left: 15px;
    color: #4CAF50;
    font-size: 12px;
    position: relative;
    top: 2px; }

.description-title {
  font-size: 13px;
  font-weight: 700; }

.description {
  font-size: 12px;
  line-height: 1; }

.tabs-content .col-4 {
  border-right: 1px solid #EAEFF2; }
  .tabs-content .col-4:last-child {
    border-right: 0px none; }

.col-checkboxes {
  width: 70%; }

.col-button-after-checkboxes {
  text-align: right;
  width: 30%; }

.product-row__amount-in-cart {
  color: #4CAF50;
  font-size: .75rem; }

.product-row__amount-in-cart-item {
  margin-top: 1px; }

.search-products__no-products {
  font-weight: 700;
  text-align: center;
  font-size: 1.09375rem;
  text-transform: uppercase; }

.search-products__suggestions {
  text-align: center;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #DAE0E4; }

.search-products__suggestions-item {
  margin-top: 5px; }

@media only screen and (max-width: 1024px) {
  .col-gallery {
    width: 30%; }
  .col-description {
    width: 70%;
    padding-left: 20px; }
  .col-desc-left,
  .col-desc-right {
    width: 100%; }
  .row-description1 .col-desc-right,
  .row-description2 .col-desc-right {
    border-left: 0px none;
    border-top: 1px solid #EAEFF2; }
  .row-description1 .col-desc-left,
  .row-description1 .col-desc-right,
  .row-description2 .col-desc-left,
  .row-description2 .col-desc-right {
    padding: 15px 0 15px;
    margin: 0; }
  .row-description1 {
    border-bottom: 1px solid #EAEFF2; }
  .col-checkboxes {
    width: 100%; }
  .col-button-after-checkboxes {
    padding-top: 15px;
    width: 100%; }
    .col-button-after-checkboxes .btn {
      display: block;
      float: right; }
  .row-parameters-documents .col {
    padding-left: 7.5px;
    padding-right: 7.5px; } }

@media only screen and (max-width: 1190px) {
  .col-eye-button {
    padding: 5px 19.5px 5px 0; } }

@media only screen and (max-width: 1140px) {
  .description-box .col-cart {
    width: 100%;
    text-align: center;
    margin-bottom: 20px; }
  .description-box .col-form {
    width: 60%; }
  .description-box .col-button {
    width: 40%; }
  .col-eye-button {
    padding: 5px 19.5px 5px 0; } }

@media only screen and (max-width: 992px) {
  .row-parameters-documents > .col {
    width: 100%; }
  .row-parameters-documents > .col:first-child {
    margin-bottom: 15px; } }

@media only screen and (max-width: 940px) {
  .col-eye-text {
    width: 100%; }
  .col-eye-button {
    padding: 0px 12.5px 5px;
    width: 100%;
    text-align: center; }
    .col-eye-button .btn {
      display: block;
      padding: 10px 0; } }

@media only screen and (max-width: 890px) {
  .description-box .col-form {
    width: 100%;
    margin-bottom: 10px;
    text-align: center; }
  .description-box .col-button {
    width: 100%;
    text-align: center; } }

@media only screen and (max-width: 850px) {
  .col-gallery {
    width: 40%; }
  .col-description {
    width: 60%; } }

@media only screen and (max-width: 768px) {
  .col-description {
    width: 100%;
    padding-left: 0; }
  .col-gallery {
    width: 100%;
    padding: 0 18%;
    text-align: center; }
  .col-thumbnail {
    width: 100%; }
    .col-thumbnail .thumbnail, .col-thumbnail .article__photogallery-thumbnail, .col-thumbnail .article__photogallery-thumbnail-r {
      display: inline-block; }
  .col-gallery .col-4 {
    width: 22.5%; }
  .row-product-tabs ul {
    width: 100%; }
  .row-product-tabs li {
    padding: 0;
    width: 100%;
    margin-bottom: 1px; }
  .row-product-tabs a {
    border-radius: 4px; }
  .description-box .col-form {
    width: 60%; }
  .description-box .col-button {
    width: 40%; }
  .description-box .col-eye-button {
    padding: 0px 30px 5px; }
  .tabs-content .col-4 {
    width: 100%;
    border-bottom: 1px solid #EAEFF2;
    border-right: 0px none;
    padding-top: 10px;
    padding-bottom: 10px; }
    .tabs-content .col-4:last-child {
      border-bottom: 0px none; }
  .col-eye-text {
    width: 60%; }
  .col-eye-button {
    margin-top: 10px;
    padding: 0 15px 7.5px;
    width: 40%;
    text-align: center; }
    .col-eye-button .btn {
      display: block; } }

@media only screen and (max-width: 650px) {
  .col-gallery {
    padding: 0 12%; }
  .description-box .col-form {
    width: 100%;
    margin-bottom: 10px; }
  .description-box .col-button {
    width: 100%; }
  .col-eye-text {
    width: 100%; }
  .col-eye-button {
    width: 100%; } }

@media only screen and (max-width: 430px) {
  .col-thumbnail {
    width: 100%; }
  .col-gallery {
    padding: 0; }
    .col-gallery .col-4 {
      width: 33.333333333%; }
  .col-button-after-checkboxes .btn {
    float: none;
    white-space: normal; } }

.col-profile {
  display: block;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
  float: left;
  width: 16.6666666667%;
  min-height: 145px;
  border-right: 1px solid #EAEFF2;
  padding-top: 10px; }
  .col-profile.half {
    padding-right: 7.5px;
    padding-left: 7.5px; }
  @media only screen and (max-width: 1024px) {
    .col-profile {
      padding-right: 7.5px;
      padding-left: 7.5px; }
      .col-profile.half {
        padding-right: 3.75px;
        padding-left: 3.75px; } }
  .col-profile:last-child {
    border: none; }
  .col-profile .title {
    margin-bottom: 15px; }
  .col-profile ul {
    font-size: 12px; }
    .col-profile ul li {
      line-height: 1;
      padding: 4px 4px 7px 13px;
      position: relative; }
      .col-profile ul li .icon:before {
        content: "";
        font-size: 10px;
        color: #0CB0E6; }
      .col-profile ul li span.absolute {
        color: #444;
        position: absolute;
        right: 0;
        top: 4px; }
    .col-profile ul a {
      color: #444; }
    .col-profile ul li.muted .icon:before {
      color: #CBD2DB; }
    .col-profile ul li.muted a {
      color: #CBD2DB; }

.thirdnews .col-news {
  width: 33.333333333%; }

.row-news {
  margin-top: 15px; }

.col-news {
  width: 50%; }

.news-title {
  display: block;
  font-size: 16px;
  text-align: justify;
  margin-top: 0;
  margin-bottom: 15px; }

.news-description {
  display: block;
  display: -webkit-box;
  font-size: 12px;
  line-height: 1.2;
  text-align: justify;
  -webkit-line-clamp: 4;
  overflow: hidden; }

.news-meta {
  font-size: 12px;
  color: #D43620;
  text-align: right; }

@media only screen and (max-width: 1200px) and (min-width: 649px) {
  .col-profile {
    width: 33.3333333333%; }
    .col-profile:nth-child(3n) {
      border: none; } }

@media only screen and (max-width: 800px) {
  .thirdnews .col-news {
    width: 100%; } }

@media only screen and (max-width: 650px) {
  .col-profile {
    width: 50%;
    border-right: 1px solid #EAEFF2; }
    .col-profile:nth-child(2n) {
      border: none; } }

@media only screen and (max-width: 460px) {
  .col-profile {
    width: 100%;
    border: none;
    border-bottom: 1px solid #EAEFF2;
    min-height: auto; }
    .col-profile:nth-child(2n) {
      border-bottom: 1px solid #EAEFF2; } }

.category-compare {
  display: block;
  float: left;
  margin-right: 20px;
  position: relative;
  top: 3px; }

.category-form-radio {
  float: left;
  position: relative;
  top: 9px; }
  .category-form-radio label {
    margin-right: 25px; }
    .category-form-radio label:last-child {
      margin-right: 0; }

.category-select {
  margin: 0 40px 0 15px; }

.pager-category {
  position: relative;
  top: 9px; }

.filter-manufacturers {
  display: none;
  background-color: #f2f6f8;
  padding: 20px 10px;
  border-bottom: 1px solid #DAE0E4; }

.checkbox.manufacturer + label {
  margin: 10px 60px 0px 15px;
  color: #0CB0E6;
  position: relative;
  padding-right: 45px;
  width: 220px; }
  .checkbox.manufacturer + label span {
    color: #717171;
    font-size: 13px;
    position: absolute;
    top: -1px;
    right: 0; }

.filters-container {
  padding: 10px 20px;
  box-sizing: border-box;
  background-color: #ffffff;
  overflow: hidden; }
  .filters-container .container-fluid {
    padding-top: 5px; }

.filter {
  width: 12.5%;
  float: left;
  padding: 0 15px;
  position: relative;
  min-height: 75px;
  line-height: 130%;
  box-sizing: border-box; }
  .filter img {
    float: left;
    margin-top: 0;
    margin-right: 10px;
    max-height: 75px;
    max-width: 75px; }
  .filter span {
    color: #717171; }
  .filter p {
    color: #0CB0E6;
    font-size: 16px;
    line-height: 1.2;
    margin: 15px 0 15px 80px; }
  .filter ul {
    font-size: 12px;
    margin-left: 80px;
    margin-bottom: 40px; }
    .filter ul li {
      line-height: 1;
      padding: 4px 20px 4px 13px;
      position: relative; }
      .filter ul li .icon:before {
        content: "";
        font-size: 10px;
        color: #0CB0E6; }
      .filter ul li span {
        color: #A5B1BF;
        position: absolute;
        right: 0;
        bottom: 0; }
    .filter ul a {
      color: #444; }

.filter-active-container {
  float: left;
  width: 280px;
  padding: 0 15px;
  margin-bottom: 15px; }

.filter-active {
  background-color: #ffffff;
  border: 1px solid #CBD2DB;
  border-radius: 5px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1); }

.filter-header {
  position: relative; }
  .filter-header p {
    font-weight: 700;
    color: #717171;
    padding: 5px 30px 5px 10px;
    margin-bottom: 5px; }
  .filter-header .btn.enlarge-parameter,
  .filter-header .btn.remove-parameter {
    position: absolute;
    color: #D43620;
    right: 2px;
    top: 6px;
    font-size: 11px; }

.filter-body {
  position: relative;
  background-color: #f2f6f8;
  padding: 5px 10px;
  height: 140px; }
  .filter-body > div.category-filter-scrollbar {
    max-height: 130px;
    overflow: auto; }
  .filter-body label {
    display: block;
    overflow: hidden;
    padding-right: 40px; }

.filter-body--slider {
  height: 110px; }

#filters-inline .filter-body--slider .category-filter-scrollbar {
  max-height: 100px; }

#filters-inline div.filter-active.large .filter-body--slider .category-filter-scrollbar {
  max-height: 253px; }

div.filter-active.large .filter-body--slider {
  max-height: 253px; }

.filter-footer {
  padding: 5px; }
  .filter-footer .btn {
    float: right; }

.active-filters {
  display: inline-block;
  font-weight: 700;
  color: #0060A8;
  letter-spacing: 1px;
  margin-bottom: 30px;
  margin-right: 15px;
  margin-bottom: 0; }

.inactive-filters {
  display: inline-block;
  font-weight: 700;
  color: #0060A8;
  letter-spacing: 1px;
  margin-top: 6px;
  position: relative;
  top: 2px;
  margin-right: 15px; }

.cat-show-more {
  position: absolute;
  left: 185px;
  bottom: 0px;
  color: #D43620; }
  .cat-show-more:hover {
    color: #a82b19;
    text-decoration: none; }

.cat-description img {
  float: left; }

.cat-description p {
  margin-left: 220px;
  line-height: 1.4;
  font-size: 13px;
  padding: 5px 0 0; }

section.main.cat-description {
  padding: 15px 30px; }

.category-description__image,
.category-description__text {
  padding-top: 20px; }

.category-description__image {
  margin-left: auto;
  margin-right: auto;
  width: 100px; }

.sortiment__wrapper {
  margin-top: 21px; }

.sortiment__categories--special {
  margin-top: 25px; }

.sortiment__item {
  width: 100%; }

.sortiment__item-image {
  overflow: initial; }

.sortiment__item-header {
  margin-top: 0;
  margin-bottom: 0; }

.sortiment__item-link {
  color: #0cb0e6;
  font-weight: 600;
  width: calc(100% - 85px);
  overflow: hidden;
  text-overflow: ellipsis;
  float: left; }

.sortiment__brand {
  margin-top: 6px;
  width: 50%; }

.sortiment__brand-image {
  width: 156px;
  height: 85px;
  padding: 4px;
  border-radius: 4px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  overflow: hidden; }
  .sortiment__brand-image img {
    max-height: 80px; }

.col-post-content {
  width: 73.076923077%; }

.post-data {
  position: relative;
  padding-left: 115px; }
  .post-data .post-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px; }

.post-content p,
.post-content ul {
  font-size: 13px;
  line-height: 1.3;
  margin-bottom: 15px; }

.post-content li {
  margin-bottom: 15px; }

.post-content .list li:before {
  top: 0; }

.post-description-big {
  font-size: 16px;
  font-style: italic; }

.col-post-sidebar {
  width: 26.923076923%; }

.post-title-big {
  letter-spacing: -1px; }

.post-gallery {
  display: block;
  float: left;
  padding-right: 30px;
  max-width: 300px; }

.post-competition-question {
  color: #D43620;
  font-size: 16px;
  font-weight: 700; }

.col-post-video {
  margin-top: 15px;
  width: 60%; }

.col-post-video-desc {
  margin-top: 15px;
  width: 40%; }
  .col-post-video-desc p {
    letter-spacing: 0px; }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }

.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.article__photogallery-container {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto; }

.article__photogallery-more {
  display: none; }

.article__photogallery-thumbnail {
  display: none; }

@media only screen and (max-width: 860px) {
  .col-post-content {
    width: 100%; }
  .col-post-sidebar {
    width: 100%; } }

@media only screen and (max-width: 769px) {
  .post-gallery {
    float: none;
    margin: 0 auto;
    padding: 0; }
  .col-post-video,
  .col-post-video-desc {
    width: 100%; } }

#linecards-tab-table {
  margin: 15px 0 25px 0; }
  #linecards-tab-table .cell {
    width: 3.7%;
    float: left;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    font-size: 1.5em; }
    #linecards-tab-table .cell span {
      cursor: pointer; }

.linecards-description {
  margin: 0 20px 20px 20px; }
  .linecards-description .image {
    float: left; }
    .linecards-description .image img {
      padding: 30px 0 0; }
  .linecards-description p {
    margin-left: 173px;
    line-height: 1.4;
    font-size: 13px;
    padding: 30px 0 0; }

.linecards-filters {
  border-top: 1px solid #EAEFF2;
  padding-top: 20px; }
  .linecards-filters .filter p {
    margin: 15px 0 0 80px; }
  .linecards-filters .filter a {
    color: #0CB0E6; }
    .linecards-filters .filter a:hover {
      color: #08789d; }
  .linecards-filters .filter .amount {
    color: #A5B1BF;
    font-size: 12px;
    margin-top: 0; }

#linecards-list h2 {
  margin: 1px 0; }

.page-header__linecards-logo {
  display: inline-block;
  max-height: 30px; }

.linecards-detail__logo {
  text-align: center;
  margin-bottom: 10px; }

.linecards-detail__perex {
  margin-bottom: 10px; }

.linecards-detail__about-block {
  width: 100%;
  margin-top: 10px; }

.linecards-detail__about-block--image,
.linecards-detail__about-block--video {
  text-align: center;
  margin-bottom: 10px; }

.linecards-detail__about-block-video-wrapper {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  padding-top: 25px; }
  .linecards-detail__about-block-video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.linecards-detail__about-block-video-url {
  display: inline-block;
  position: relative;
  width: 100%; }
  .linecards-detail__about-block-video-url:hover span {
    opacity: 1;
    visibility: visible; }
  .linecards-detail__about-block-video-url img {
    border-radius: 4px;
    width: 100%; }
  .linecards-detail__about-block-video-url span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    color: #ffffff;
    border-radius: 4px;
    font-size: 24px;
    padding-top: 31%;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: .3s; }

.linecards-detail__categories--sidebar,
.linecards-detail__categories-header--sidebar {
  display: none; }

@media only screen and (max-width: 480px) {
  #linecards-tab-table {
    display: none; } }

.input-webinar {
  width: 295px;
  float: right;
  margin-right: 30px; }

.webinar {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #DAE0E4; }
  .webinar .post-video {
    border-left: none;
    margin-left: 0; }

.webinar-thumb {
  float: left;
  margin-right: -180px; }
  .webinar-thumb img {
    border-radius: 4px;
    border: 1px solid #DAE0E4; }

.webinar-post-title {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 15px; }

.webinar-content {
  float: left;
  margin-left: 180px; }
  .webinar-content .btn {
    float: right; }
  .webinar-content .post-video {
    border-left: none;
    margin-left: 0; }

.webinar-image {
  float: left;
  margin-right: -120px; }
  .webinar-image img {
    border: 1px solid #DAE0E4;
    border-radius: 4px; }

.webinar-title {
  font-size: 18px;
  color: #0060A8;
  font-weight: 700; }

.webinar-subtitle {
  margin-top: 15px;
  font-size: 16px; }

.webinar-desc {
  font-size: 12px;
  line-height: 1.2;
  padding-right: 200px; }

.webinar-term {
  font-size: 12px;
  color: #D43620;
  margin-bottom: 0; }

.webinar-details {
  margin-top: 30px;
  margin-bottom: 30px; }

.webinar-post-description {
  margin-left: 120px;
  float: left;
  font-size: 12px;
  line-height: 1.2; }

.col-webinar-detail {
  display: block;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
  float: left;
  width: 50%; }
  .col-webinar-detail.half {
    padding-right: 7.5px;
    padding-left: 7.5px; }
  @media only screen and (max-width: 1024px) {
    .col-webinar-detail {
      padding-right: 7.5px;
      padding-left: 7.5px; }
      .col-webinar-detail.half {
        padding-right: 3.75px;
        padding-left: 3.75px; } }
  .col-webinar-detail p {
    margin: 0;
    line-height: 1.2; }
  .col-webinar-detail .h5 {
    margin-bottom: 15px; }

.webinar-text {
  float: left; }

.webinar-btn {
  float: right; }

@media only screen and (max-width: 630px) {
  .webinar-thumb {
    float: none;
    text-align: center;
    margin-right: 0;
    margin-bottom: 10px; }
    .webinar-thumb img {
      border-radius: 4px;
      border: 1px solid #DAE0E4; }
  .webinar-content {
    float: none;
    margin-left: 0; }
    .webinar-content .btn {
      float: right; }
  .col-webinar-detail {
    width: 100%;
    margin-bottom: 15px; }
    .col-webinar-detail:last-child {
      margin-bottom: 0; } }

@media only screen and (max-width: 480px) {
  .webinar-desc {
    padding-right: 0; } }

.col-login {
  display: block;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
  float: left;
  padding-top: 20px;
  width: 50%; }
  .col-login.half {
    padding-right: 7.5px;
    padding-left: 7.5px; }
  @media only screen and (max-width: 1024px) {
    .col-login {
      padding-right: 7.5px;
      padding-left: 7.5px; }
      .col-login.half {
        padding-right: 3.75px;
        padding-left: 3.75px; } }
  .col-login:first-child {
    border-right: 1px solid #EAEFF2; }
  .col-login .title {
    padding-bottom: 15px; }
  .col-login .col-login-form {
    display: block;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
    float: left;
    width: 55%;
    padding-bottom: 20px; }
    .col-login .col-login-form.half {
      padding-right: 7.5px;
      padding-left: 7.5px; }
    @media only screen and (max-width: 1024px) {
      .col-login .col-login-form {
        padding-right: 7.5px;
        padding-left: 7.5px; }
        .col-login .col-login-form.half {
          padding-right: 3.75px;
          padding-left: 3.75px; } }
    .col-login .col-login-form .input + .input, .col-login .col-login-form .form-popup__input + .input, .col-login .col-login-form .input + .form-popup__input, .col-login .col-login-form .form-popup__input + .form-popup__input {
      margin-top: 4px; }
  .col-login .col-login-desc {
    display: block;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
    float: left;
    width: 45%;
    padding-bottom: 20px; }
    .col-login .col-login-desc.half {
      padding-right: 7.5px;
      padding-left: 7.5px; }
    @media only screen and (max-width: 1024px) {
      .col-login .col-login-desc {
        padding-right: 7.5px;
        padding-left: 7.5px; }
        .col-login .col-login-desc.half {
          padding-right: 3.75px;
          padding-left: 3.75px; } }

.description-text {
  font-size: 13px;
  line-height: 1.2;
  margin-top: 5px;
  padding-right: 15px; }

.col-login-desc {
  display: block;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
  float: left;
  width: 50%; }
  .col-login-desc.half {
    padding-right: 7.5px;
    padding-left: 7.5px; }
  @media only screen and (max-width: 1024px) {
    .col-login-desc {
      padding-right: 7.5px;
      padding-left: 7.5px; }
      .col-login-desc.half {
        padding-right: 3.75px;
        padding-left: 3.75px; } }
  .col-login-desc .title {
    padding-bottom: 15px; }
  .col-login-desc .text-center {
    margin-bottom: 0; }
  .col-login-desc .btn {
    margin-top: 10px;
    margin-bottom: 0; }

@media only screen and (max-width: 860px) {
  .col-login,
  .col-login-desc {
    width: 100%; }
    .col-login .col,
    .col-login-desc .col {
      display: block;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px;
      width: 100%;
      float: left;
      width: 50%; }
      .col-login .col.half,
      .col-login-desc .col.half {
        padding-right: 7.5px;
        padding-left: 7.5px; } }
    @media only screen and (max-width: 860px) and (max-width: 1024px) {
      .col-login .col,
      .col-login-desc .col {
        padding-right: 7.5px;
        padding-left: 7.5px; }
        .col-login .col.half,
        .col-login-desc .col.half {
          padding-right: 3.75px;
          padding-left: 3.75px; } }

@media only screen and (max-width: 860px) {
  .col-login:first-child {
    border-right: none;
    padding-bottom: 10px;
    border-bottom: 1px solid #EAEFF2; } }

@media only screen and (max-width: 550px) {
  .col-login .col-login-form,
  .col-login .col-login-desc {
    width: 100%; }
  .col-login,
  .col-login-desc {
    width: 100%; }
    .col-login .col,
    .col-login-desc .col {
      width: 100%; } }

.premium-menu {
  margin-bottom: 0; }
  .premium-menu li {
    display: block;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
    float: left;
    width: 16.6666666667%; }
    .premium-menu li.half {
      padding-right: 7.5px;
      padding-left: 7.5px; }
    @media only screen and (max-width: 1024px) {
      .premium-menu li {
        padding-right: 7.5px;
        padding-left: 7.5px; }
        .premium-menu li.half {
          padding-right: 3.75px;
          padding-left: 3.75px; } }
    .premium-menu li.active a {
      color: #0060A8;
      font-weight: 700; }
  .premium-menu a {
    color: #5b6672;
    display: block;
    padding-left: 15px; }
    .premium-menu a .icon {
      position: absolute;
      top: 4px;
      left: 10px;
      color: #0CB0E6;
      font-size: 10px; }

.col-premium-filters {
  display: block;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
  float: left;
  width: 75%;
  border-right: 1px solid #EAEFF2; }
  .col-premium-filters.half {
    padding-right: 7.5px;
    padding-left: 7.5px; }
  @media only screen and (max-width: 1024px) {
    .col-premium-filters {
      padding-right: 7.5px;
      padding-left: 7.5px; }
      .col-premium-filters.half {
        padding-right: 3.75px;
        padding-left: 3.75px; } }

.col-premium-cart {
  display: block;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
  float: left;
  width: 25%; }
  .col-premium-cart.half {
    padding-right: 7.5px;
    padding-left: 7.5px; }
  @media only screen and (max-width: 1024px) {
    .col-premium-cart {
      padding-right: 7.5px;
      padding-left: 7.5px; }
      .col-premium-cart.half {
        padding-right: 3.75px;
        padding-left: 3.75px; } }
  .col-premium-cart .icon {
    display: block;
    margin-bottom: 30px;
    font-size: 22px; }

.row-premium-cart p {
  margin-bottom: 2px; }

.premium-pager {
  border-top: 1px solid #EAEFF2;
  border-bottom: 1px solid #EAEFF2;
  margin-top: 20px;
  margin-right: -30px;
  margin-left: -30px;
  padding: 10px 0; }
  .premium-pager .pager {
    top: 2px;
    float: right; }
  .premium-pager.pager-footer {
    border-bottom: none; }

.col-premium-product {
  display: block;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
  float: left;
  width: 25%;
  margin-top: 30px; }
  .col-premium-product.half {
    padding-right: 7.5px;
    padding-left: 7.5px; }
  @media only screen and (max-width: 1024px) {
    .col-premium-product {
      padding-right: 7.5px;
      padding-left: 7.5px; }
      .col-premium-product.half {
        padding-right: 3.75px;
        padding-left: 3.75px; } }

.premium-product {
  padding: 0 15px 15px 15px;
  border: 1px solid #DAE0E4;
  text-align: center;
  border-radius: 4px; }

.premium-product-title {
  font-size: 14px;
  margin-bottom: 1em !important; }
  .premium-product-title a {
    color: #0060A8 !important;
    text-decoration: none !important; }

.premium-product-description {
  text-align: justify;
  font-size: 12px !important;
  line-height: 16px !important;
  height: 48px;
  margin-bottom: 10px !important; }

.premium-product-detail {
  font-size: 12px !important; }

.premium-product-points {
  color: #D43620;
  font-size: 16px !important; }

@media only screen and (max-width: 1170px) {
  .premium-menu li {
    width: 33.3333333333%;
    margin-bottom: 5px; } }

@media only screen and (max-width: 1024px) {
  .col-premium-filters {
    width: 70%; }
  .col-premium-cart {
    width: 30%; } }

@media only screen and (min-width: 860px) {
  .col-premium-product:nth-child(4n+1) {
    clear: both; } }

@media only screen and (max-width: 860px) {
  .col-premium-product {
    width: 50%; } }

@media only screen and (max-width: 800px) {
  .premium-menu li {
    width: 50%; } }

@media only screen and (max-width: 768px) {
  .col-premium-filters {
    width: 60%; }
  .col-premium-cart {
    width: 40%; } }

@media only screen and (min-width: 512px) and (max-width: 859px) {
  .col-premium-product:nth-child(2n+1) {
    clear: both; } }

@media only screen and (max-width: 512px) {
  .col-premium-filters,
  .col-premium-cart,
  .col-premium-product {
    width: 100%;
    border: none; }
  .col-premium-cart {
    margin-top: 15px; } }

@media only screen and (max-width: 467px) {
  .premium-pager .form-inline {
    margin-bottom: 10px; }
    .premium-pager .form-inline .select {
      margin: 0; }
  .premium-menu li {
    width: 100%; } }

.search-manufacturers {
  background-color: #ffffff; }
  .search-manufacturers .h5 {
    padding-top: 30px; }

.search-container {
  background-color: #ffffff;
  overflow: hidden; }
  .search-container .h5 {
    padding-top: 15px; }

.summary {
  font-size: 12px;
  color: #232323;
  line-height: 1.2;
  text-transform: none !important; }
  .summary a {
    color: #D43620;
    text-decoration: underline; }

.eye-search-catcher {
  border-radius: 6px;
  background-color: #0CB0E6;
  color: #ffffff;
  margin-top: 15px; }

.col-eye-search-text {
  display: block;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
  float: left;
  width: 70%; }
  .col-eye-search-text.half {
    padding-right: 7.5px;
    padding-left: 7.5px; }
  @media only screen and (max-width: 1024px) {
    .col-eye-search-text {
      padding-right: 7.5px;
      padding-left: 7.5px; }
      .col-eye-search-text.half {
        padding-right: 3.75px;
        padding-left: 3.75px; } }
  .col-eye-search-text .icon-euro {
    display: block;
    float: left;
    font-size: 38px;
    padding: 18px 10px 0 15px; }
  .col-eye-search-text p {
    margin-left: 54px;
    line-height: 1; }
    .col-eye-search-text p.text-prices {
      margin-top: 15px;
      margin-bottom: 0;
      font-weight: 700;
      font-size: 22px;
      letter-spacing: 2px; }
    .col-eye-search-text p.text-register {
      font-size: 16px; }

.col-eye-search-button {
  display: block;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
  float: left;
  width: 30%; }
  .col-eye-search-button.half {
    padding-right: 7.5px;
    padding-left: 7.5px; }
  @media only screen and (max-width: 1024px) {
    .col-eye-search-button {
      padding-right: 7.5px;
      padding-left: 7.5px; }
      .col-eye-search-button.half {
        padding-right: 3.75px;
        padding-left: 3.75px; } }
  .col-eye-search-button .btn {
    display: block;
    white-space: normal;
    font-size: 22px; }

#search-products-wrapper {
  min-height: 150px; }

@media only screen and (max-width: 1024px) {
  .col-eye-search-button {
    padding-right: 7.5px; } }

@media only screen and (max-width: 860px) {
  .col-eye-search-text {
    width: 60%; }
  .col-eye-search-button {
    width: 40%;
    padding: 10px 15px 10px 0; } }

@media only screen and (max-width: 820px) {
  .col-eye-search-text,
  .col-eye-search-button {
    width: 100%; }
  .col-eye-search-button {
    padding: 10px 15px; } }

.basket-input {
  width: 70px;
  text-align: center;
  margin: auto; }

.basket-price {
  font-size: 18px; }

.basket-remove-row {
  font-size: 9px; }

.btn-basket {
  margin: 15px 15px 15px 0; }
  .btn-basket:first-child {
    margin: 15px; }

.col-form-basket-left,
.col-form-basket-right {
  display: block;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
  float: left; }
  .col-form-basket-left.half,
  .col-form-basket-right.half {
    padding-right: 7.5px;
    padding-left: 7.5px; }
  @media only screen and (max-width: 1024px) {
    .col-form-basket-left,
    .col-form-basket-right {
      padding-right: 7.5px;
      padding-left: 7.5px; }
      .col-form-basket-left.half,
      .col-form-basket-right.half {
        padding-right: 3.75px;
        padding-left: 3.75px; } }

.col-form-basket-left {
  width: 40%; }

.col-form-basket-right {
  width: 60%;
  margin-bottom: 10px; }

.basket-name-surname {
  display: block;
  position: relative;
  top: -14px;
  margin-bottom: -14px; }

.btn-basket-more {
  font-size: 9px;
  padding: 3px 6px; }
  .btn-basket-more .icon {
    padding: 0;
    top: 1px; }

.order-buttons-left {
  float: left; }

.order-buttons-right {
  float: right; }

.col-form-order-left,
.col-form-order-middle,
.col-form-order-right {
  display: block;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
  float: left; }
  .col-form-order-left.half,
  .col-form-order-middle.half,
  .col-form-order-right.half {
    padding-right: 7.5px;
    padding-left: 7.5px; }
  @media only screen and (max-width: 1024px) {
    .col-form-order-left,
    .col-form-order-middle,
    .col-form-order-right {
      padding-right: 7.5px;
      padding-left: 7.5px; }
      .col-form-order-left.half,
      .col-form-order-middle.half,
      .col-form-order-right.half {
        padding-right: 3.75px;
        padding-left: 3.75px; } }

.col-form-order-left {
  width: 30%; }

.col-form-order-middle {
  width: 50%;
  margin-bottom: 10px; }

.col-form-order-right {
  padding-left: 0;
  width: 20%;
  margin-bottom: 10px; }

.btn-order {
  padding: 1px 4px 5px 6px; }
  .btn-order .icon {
    font-size: 20px;
    padding: 0; }

.grid-padding {
  padding: 15px; }

.basket-terms {
  color: #D43620;
  text-decoration: underline; }
  .basket-terms:hover {
    color: #922516; }

@media only screen and (max-width: 780px) {
  .order-buttons-left,
  .order-buttons-right {
    float: none; }
  .btn-basket {
    display: block;
    margin: 0 0 15px;
    width: 100%; }
    .btn-basket:first-child {
      margin: 0 0 15px; } }

.container-cinema .col-cinema {
  width: 67.1052631579%; }

.container-cinema .col-cinema-aside {
  width: 32.8947368421%; }

.social-meta .fb-like {
  float: right; }

.social-meta .uploaded {
  font-weight: 700;
  color: #0060A8;
  font-size: 14px;
  display: inline-block; }
  .social-meta .uploaded span {
    color: #5b6672;
    font-weight: 400; }

.col-post-cinema {
  width: 50%; }

.uploaded-detail {
  font-size: 12px;
  margin-left: 85px;
  margin-bottom: 0; }

.post-cinema {
  padding: 18px;
  border: 1px solid #DAE0E4;
  border-radius: 4px;
  margin-top: 15px; }
  .post-cinema:hover .cinema-play span {
    opacity: 1;
    visibility: visible; }
  .post-cinema .post-title-cinema {
    margin-left: 85px;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 5px;
    height: 30px; }
    .post-cinema .post-title-cinema a {
      color: #0060A8;
      text-decoration: none; }
      .post-cinema .post-title-cinema a:hover {
        color: #D43620;
        text-decoration: underline; }

.tabs-content .col-post-cinema {
  width: 100%;
  margin-top: 10px; }

.tabs-content .post-cinema {
  border: none;
  padding: 0; }
  .tabs-content .post-cinema:first-child {
    margin-top: 0; }

.cinema-play {
  display: block;
  float: left;
  position: relative; }
  .cinema-play img {
    border-radius: 4px; }
  .cinema-play span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    color: #ffffff;
    border-radius: 4px;
    font-size: 24px;
    padding-top: 10px;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: .3s; }

.col-cinema-filter {
  width: 50%; }

@media only screen and (max-width: 1024px) {
  .col-cinema-filter {
    width: 100%;
    margin-bottom: 10px; }
    .col-cinema-filter:last-child {
      margin-bottom: 0; } }

@media only screen and (max-width: 860px) {
  .container-cinema .col-cinema {
    width: 100%; }
  .container-cinema .col-cinema-aside {
    width: 100%; }
  .tabs-content .col-post-cinema {
    width: 50%; }
  .col-cinema-filter {
    width: 50%;
    margin-bottom: 0; }
    .col-cinema-filter:last-child {
      margin-bottom: 0; } }

@media only screen and (max-width: 700px) {
  .tabs-content .col-post-cinema {
    width: 100%; }
  .col-post-cinema {
    width: 100%; } }

.footer {
  margin-top: 30px;
  background-color: #ffffff;
  border-top: 1px solid #CBD2DB;
  border-bottom: 1px solid #CBD2DB; }
  .footer .list-unstyled-alt a {
    color: #717171;
    font-size: 13px; }
  .footer .input-group {
    margin-bottom: 30px; }
    .footer .input-group .radio + label {
      font-size: 12px;
      padding-left: 20px;
      padding-right: 10px; }
      .footer .input-group .radio + label::after {
        top: 2px; }
  .footer .col .h5 {
    padding: 15px 0; }

.col-footer-profil {
  width: 25%; }

.col-footer-sprievodca {
  width: 25%; }

.col-footer-produkty {
  width: 20%; }

.col-footer-newsletter {
  width: 30%;
  padding-right: 0; }

.newsletter-register {
  line-height: 1.2; }

.col-footer-profil,
.col-footer-sprievodca,
.col-footer-produkty,
.col-footer-newsletter {
  margin-top: 15px;
  margin-bottom: 15px; }

.newsletter-language {
  font-size: 12px; }

.footericons {
  float: left;
  padding: 25px 0 15px;
  list-style: none; }
  .footericons > li {
    display: block;
    float: left;
    font-size: 17px;
    padding-right: 20px; }
  .footericons a {
    color: #A5B1BF; }
    .footericons a:hover {
      text-decoration: none; }

.bart-meta {
  float: right;
  text-align: right;
  padding: 25px 0 15px;
  font-size: 13px; }
  .bart-meta .bartsk a {
    color: #5b6672; }

.footer-sos {
  margin-bottom: 0; }

.footer__icon-social {
  text-decoration: none; }

.footer__icon-social__facebook:hover {
  color: #4267b2; }

.footer__icon-social__rss:hover {
  color: #f26522; }

.footer__icon-social__youtube {
  font-size: 22px;
  line-height: 17px; }
  .footer__icon-social__youtube:hover {
    color: #ff0000; }

.footer__icon-social__linkedin:hover {
  color: #0077b5; }

@media only screen and (max-width: 1024px) {
  .bart-meta {
    font-size: 12px;
    padding: 8px 0 0; }
  .footericons {
    margin-bottom: 0; } }

@media only screen and (max-width: 768px) {
  .footer .container {
    padding-right: 15px;
    padding-left: 15px; }
  .footer .input-group {
    margin-bottom: 30px; }
    .footer .input-group .radio + label {
      font-size: 12px;
      margin-top: 20px;
      padding-left: 20px;
      padding-right: 8px; }
      .footer .input-group .radio + label::after {
        top: 2px; }
  .col-footer-profil,
  .col-footer-sprievodca,
  .col-footer-produkty {
    width: 33.333333333%; }
  .col-footer-sprievodca {
    float: right; }
  .col-footer-sprievodca,
  .col-footer-produkty {
    border-left: 1px solid #DAE0E4;
    padding-left: 20px; }
  .col-footer-newsletter {
    margin-top: 15px;
    padding-top: 10px;
    padding-right: 10px;
    border-top: 1px solid #DAE0E4;
    width: 100%; }
    .col-footer-newsletter .h5 {
      padding-bottom: 15px; }
  .col-newsletter-left,
  .col-newsletter-right {
    width: 50%; } }

@media only screen and (min-width: 480px) {
  .footer .col .h5 .icon {
    display: none; }
  .footer .col ul li i.icon {
    display: none; } }

@media only screen and (max-width: 479px) {
  .col-footer-profil,
  .col-footer-sprievodca,
  .col-footer-produkty {
    width: 100%;
    border-left: 0 none;
    padding-left: 7.5px;
    margin-top: 0;
    margin-bottom: 0; }
    .col-footer-profil ul,
    .col-footer-sprievodca ul,
    .col-footer-produkty ul {
      display: none; }
      .col-footer-profil ul.expanded,
      .col-footer-sprievodca ul.expanded,
      .col-footer-produkty ul.expanded {
        display: block; }
      .col-footer-profil ul li,
      .col-footer-sprievodca ul li,
      .col-footer-produkty ul li {
        line-height: 1.75; }
        .col-footer-profil ul li i.icon,
        .col-footer-sprievodca ul li i.icon,
        .col-footer-produkty ul li i.icon {
          font-size: 8px; }
  .col-footer-newsletter {
    border-top: 0 none;
    margin: 0;
    padding-top: 0; }
    .col-footer-newsletter .block-newsletter {
      display: none;
      margin-bottom: 10px;
      text-align: center; }
      .col-footer-newsletter .block-newsletter.expanded {
        display: block; }
  .col-newsletter-left,
  .col-newsletter-right {
    width: 100%; }
  .newsletter-register {
    font-size: 13px; }
  .newsletter-language {
    margin: 0; }
  .footer {
    padding-top: 10px;
    padding-bottom: 10px; }
    .footer .container {
      padding-left: 7.5px;
      padding-right: 7.5px; }
    .footer .col .h5 {
      padding-top: 10px;
      padding-bottom: 10px;
      border-top: 1px solid #DAE0E4;
      cursor: pointer;
      margin-bottom: 0; }
      .footer .col .h5 .icon {
        top: 1px;
        float: right; }
    .footer .col:first-child .h5 {
      border-top: none; }
    .footer .input-group {
      margin-bottom: 10px; }
      .footer .input-group .checkbox + label {
        margin-top: 0;
        width: 16.666666667%; }
  .footericons {
    padding: 15px 0 10px; }
    .footericons li {
      display: inline;
      float: none;
      padding-right: 10px;
      padding-left: 10px; }
  .bart-meta {
    padding: 0; }
  .footericons,
  .bart-meta {
    text-align: center;
    width: 100%; } }

.footer-credit-cards {
  width: 100%; }

.footer-credit-cards__header {
  text-align: center;
  margin-bottom: 5px;
  font-size: 12px; }

.footer-credit-cards__logos {
  font-size: 0; }
  .footer-credit-cards__logos img {
    height: 23px;
    margin-left: 1px; }

.footer-credit-cards__col {
  width: 100%;
  float: left;
  text-align: center;
  margin-bottom: 10px;
  display: inline-block; }

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden {
  display: none !important; }

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before, .article-tables__td:before, .container:before, .container-fluid:before, .row:before, .table-form:before, .btn-social:before, .btn-group:before, .breadcrumbs:before, .pager:before, .product-one-fourth:before,
.premium-product:before, .product-one-fourth .info:before,
.premium-product .info:before, .product-one-fourth .price:before,
.premium-product .price:before, .product-one-fourth .form:before,
.premium-product .form:before, .product-one-half:before, #header .col-headusericon:before,
#header .col-headcarticon:before, #header .col-headusericon .icons:before,
#header .col-headcarticon .icons:before, #header .row-navigation-tabs:before, #header .row-navigation .nav:before, .description-box:before, .linecards-title:before, .banners-sm:before, .eye-catcher:before, .product__eye-catcher:before, .news-meta:before, .filters-container .scrollbar-inner:before, .filter:before, .filter-footer:before, .cat-description:before, .linecards-description:before, .webinar:before, .premium-menu:before, .eye-search-catcher:before, .social-meta:before, .footericons:before,
.clearfix:after,
.article-tables__td:after,
.container:after,
.container-fluid:after,
.row:after,
.table-form:after,
.btn-social:after,
.btn-group:after,
.breadcrumbs:after,
.pager:after,
.product-one-fourth:after,
.premium-product:after,
.product-one-fourth .info:after,
.premium-product .info:after,
.product-one-fourth .price:after,
.premium-product .price:after,
.product-one-fourth .form:after,
.premium-product .form:after,
.product-one-half:after,
#header .col-headusericon:after,
#header .col-headcarticon:after,
#header .col-headusericon .icons:after,
#header .col-headcarticon .icons:after,
#header .row-navigation-tabs:after,
#header .row-navigation .nav:after,
.description-box:after,
.linecards-title:after,
.banners-sm:after,
.eye-catcher:after,
.product__eye-catcher:after,
.news-meta:after,
.filters-container .scrollbar-inner:after,
.filter:after,
.filter-footer:after,
.cat-description:after,
.linecards-description:after,
.webinar:after,
.premium-menu:after,
.eye-search-catcher:after,
.social-meta:after,
.footericons:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after, .article-tables__td:after, .container:after, .container-fluid:after, .row:after, .table-form:after, .btn-social:after, .btn-group:after, .breadcrumbs:after, .pager:after, .product-one-fourth:after,
.premium-product:after, .product-one-fourth .info:after,
.premium-product .info:after, .product-one-fourth .price:after,
.premium-product .price:after, .product-one-fourth .form:after,
.premium-product .form:after, .product-one-half:after, #header .col-headusericon:after,
#header .col-headcarticon:after, #header .col-headusericon .icons:after,
#header .col-headcarticon .icons:after, #header .row-navigation-tabs:after, #header .row-navigation .nav:after, .description-box:after, .linecards-title:after, .banners-sm:after, .eye-catcher:after, .product__eye-catcher:after, .news-meta:after, .filters-container .scrollbar-inner:after, .filter:after, .filter-footer:after, .cat-description:after, .linecards-description:after, .webinar:after, .premium-menu:after, .eye-search-catcher:after, .social-meta:after, .footericons:after {
  clear: both; }

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */ }

@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }

/*
* ellipsis
*/
.text-ellipsis, .sidebar-manufacturer .col-text a, .post-title, .post-description, .news-description, .premium-product-description, .post-cinema .post-title-cinema, .text-ellipsis-nowrap, #header .headusername,
#header .headcartname, .filter-header p, .filter-body label {
  overflow: hidden;
  text-overflow: ellipsis; }

.text-ellipsis-nowrap, #header .headusername,
#header .headcartname, .filter-header p, .filter-body label {
  white-space: nowrap; }

span.label {
  font-weight: 700; }
  span.label:after {
    content: ':'; }

#orders-pending {
  display: none; }

#uncomplete-order-warning {
  display: none; }

#no-inactive-filters {
  display: inline-block; }

#inactive-filters button {
  margin: 1px 1px 1px 10px; }
  #inactive-filters button:first-child {
    margin-left: 0; }

#cart-popup {
  min-width: 500px;
  min-height: 100px;
  position: absolute;
  z-index: 400;
  top: 46px;
  right: 15px;
  display: none;
  background-color: #ffffff;
  border: 1px solid #cbd2db;
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }

#cart-popup .close-button {
  position: absolute;
  right: 10px;
  top: 8px;
  cursor: pointer;
  font-size: 10px; }

div.loader-64 {
  background: url("/loading-32.gif") no-repeat center center;
  display: block;
  width: 64px;
  height: 64px; }

div.loader-64.absolute-center {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  margin: -32px 0 0 -32px; }

div.loader-16 {
  background: url("/loading-16.gif");
  display: block;
  width: 16px;
  height: 16px; }

div.loader-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 2; }

#cart-popup table tr td, #cart-popup table tr th {
  padding: 10px;
  white-space: nowrap; }

#cart-popup table tbody {
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden; }

#cart-popup div.buttons {
  padding: 15px; }

#cart-popup div.empty-cart {
  font-size: 1.3em;
  font-weight: bold;
  text-align: center;
  color: #D43620;
  line-height: 100px; }

.margin-auto {
  margin: auto auto; }

.text-right {
  text-align: right; }

.text-left {
  text-align: left; }

.float-left {
  float: left; }

.float-right {
  float: right; }

#confirm-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  display: none; }

div.noty_buttons {
  padding: 5px; }

div.noty_buttons button {
  margin: 3px 20px 3px 0;
  width: 80px; }

#navbar1 {
  z-index: 22; }

.clear {
  clear: both; }

p.active-filters {
  margin-bottom: 13px; }

#filters-inline {
  margin: 17px 0 10px 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

#filters-inline .filter-active-container {
  box-sizing: border-box; }

.filter-slider__inputs {
  padding: 0 5px 3px 5px; }

.filter-slider__input {
  width: 34%;
  float: left;
  background: white;
  font-size: .75rem;
  padding: 2px 4px;
  text-align: center; }

.filter-slider__dash {
  width: 10%;
  float: left;
  text-align: center; }

.filter-slider__button {
  margin-left: 5px;
  float: right;
  font-size: 0.857em;
  padding-bottom: 3px; }

.btn.filter-slider__button .icon {
  padding: 0; }

tr.table-header {
  z-index: 4; }

tr.table-header.fixed {
  position: fixed;
  opacity: 0.9; }

/************* SCROLLBAR PRE FILTRE *************/
#filters-inline .category-filter-scrollbar {
  max-height: 130px; }
  #filters-inline .category-filter-scrollbar label {
    margin-bottom: 1px; }

#parameter-filter-manufacturer label {
  width: 155px; }

.articles-block__list > .scroll-element,
.articles-block__list > .scroll-element div,
#filters-inline .category-filter-scrollbar > .scroll-element,
#filters-inline .category-filter-scrollbar > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 2; }

.articles-block__list > .scroll-element div,
#filters-inline .category-filter-scrollbar > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%; }

.articles-block__list > .scroll-element.scroll-x,
#filters-inline .category-filter-scrollbar > .scroll-element.scroll-x {
  bottom: 2px;
  height: 8px;
  left: 0;
  width: 100%; }

.articles-block__list > .scroll-element.scroll-y,
#filters-inline .category-filter-scrollbar > .scroll-element.scroll-y {
  height: 100%;
  right: 0px;
  top: 0;
  width: 8px; }

.articles-block__list > .scroll-element .scroll-element_outer,
#filters-inline .category-filter-scrollbar > .scroll-element .scroll-element_outer {
  overflow: hidden; }

.articles-block__list > .scroll-element .scroll-element_outer,
.articles-block__list > .scroll-element .scroll-element_track,
.articles-block__list > .scroll-element .scroll-bar,
#filters-inline .category-filter-scrollbar > .scroll-element .scroll-element_outer,
#filters-inline .category-filter-scrollbar > .scroll-element .scroll-element_track,
#filters-inline .category-filter-scrollbar > .scroll-element .scroll-bar {
  border-radius: 8px; }

.articles-block__list > .scroll-element .scroll-element_track,
.articles-block__list > .scroll-element .scroll-bar,
#filters-inline .category-filter-scrollbar > .scroll-element .scroll-element_track,
#filters-inline .category-filter-scrollbar > .scroll-element .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  opacity: 0.4; }

.articles-block__list > .scroll-element .scroll-element_track,
#filters-inline .category-filter-scrollbar > .scroll-element .scroll-element_track {
  background-color: #aaa; }

.articles-block__list > .scroll-element .scroll-bar,
#filters-inline .category-filter-scrollbar > .scroll-element .scroll-bar {
  background-color: #666;
  min-height: 25px; }

.articles-block__list > .scroll-element:hover .scroll-bar,
#filters-inline .category-filter-scrollbar > .scroll-element:hover .scroll-bar {
  background-color: #333; }

.articles-block__list > .scroll-element.scroll-draggable .scroll-bar,
#filters-inline .category-filter-scrollbar > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #333; }

.articles-block__list > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track,
#filters-inline .category-filter-scrollbar > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -12px; }

.articles-block__list > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track,
#filters-inline .category-filter-scrollbar > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -12px; }

.articles-block__list > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size,
#filters-inline .category-filter-scrollbar > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -12px; }

.articles-block__list > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size,
#filters-inline .category-filter-scrollbar > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -12px; }

/************* SCROLLBAR PRE PARAMETRICKE FILTRE *************/
#filters-panel .category-all-filters-scrollbar > .scroll-wrapper {
  height: auto; }
  #filters-panel .category-all-filters-scrollbar > .scroll-wrapper > .scroll-element,
  #filters-panel .category-all-filters-scrollbar > .scroll-wrapper > .scroll-element div {
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 4; }
  #filters-panel .category-all-filters-scrollbar > .scroll-wrapper > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%; }
  #filters-panel .category-all-filters-scrollbar > .scroll-wrapper > .scroll-element.scroll-x {
    bottom: 2px;
    height: 10px;
    left: 0;
    width: 100%; }
  #filters-panel .category-all-filters-scrollbar > .scroll-wrapper > .scroll-element.scroll-y {
    height: 100%;
    right: 0px;
    top: 0;
    width: 3px; }
  #filters-panel .category-all-filters-scrollbar > .scroll-wrapper > .scroll-element .scroll-element_outer {
    overflow: hidden; }
  #filters-panel .category-all-filters-scrollbar > .scroll-wrapper > .scroll-element .scroll-element_outer,
  #filters-panel .category-all-filters-scrollbar > .scroll-wrapper > .scroll-element .scroll-element_track,
  #filters-panel .category-all-filters-scrollbar > .scroll-wrapper > .scroll-element .scroll-bar {
    border-radius: 5px; }
  #filters-panel .category-all-filters-scrollbar > .scroll-wrapper > .scroll-element .scroll-element_track {
    background-color: #eaeef2;
    height: 5px;
    top: 2px; }
  #filters-panel .category-all-filters-scrollbar > .scroll-wrapper > .scroll-element .scroll-bar {
    background-color: #0060a8;
    height: 10px; }
  #filters-panel .category-all-filters-scrollbar > .scroll-wrapper > .scroll-element:hover .scroll-bar {
    background-color: #00467a; }
  #filters-panel .category-all-filters-scrollbar > .scroll-wrapper > .scroll-element.scroll-draggable .scroll-bar {
    background-color: #00467a; }
  #filters-panel .category-all-filters-scrollbar > .scroll-wrapper > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
    left: -12px;
    height: 5px;
    top: 2px; }
  #filters-panel .category-all-filters-scrollbar > .scroll-wrapper > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
    top: -12px;
    display: none; }
  #filters-panel .category-all-filters-scrollbar > .scroll-wrapper > .scroll-element.scroll-y.scroll-scrollx_visible {
    display: none; }
  #filters-panel .category-all-filters-scrollbar > .scroll-wrapper > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -12px; }
  #filters-panel .category-all-filters-scrollbar > .scroll-wrapper > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -12px; }

/************ SCROLLBAR PRE VSETKY FILTRE **************/
#filters-panel .category-all-filters-scrollbar > .scroll-element,
#filters-panel .category-all-filters-scrollbar > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10; }

#filters-panel .category-all-filters-scrollbar > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%; }

#filters-panel .category-all-filters-scrollbar > .scroll-element.scroll-x {
  bottom: 2px;
  height: 9px;
  left: 0;
  width: 100%; }

#filters-panel .category-all-filters-scrollbar > .scroll-element.scroll-y {
  height: 100%;
  right: 0px;
  top: 0;
  width: 3px; }

#filters-panel .category-all-filters-scrollbar > .scroll-element .scroll-element_outer {
  overflow: hidden; }

#filters-panel .category-all-filters-scrollbar > .scroll-element .scroll-element_outer,
#filters-panel .category-all-filters-scrollbar > .scroll-element .scroll-element_track,
#filters-panel .category-all-filters-scrollbar > .scroll-element .scroll-bar {
  border-radius: 5px; }

#filters-panel .category-all-filters-scrollbar > .scroll-element .scroll-element_track {
  background-color: #eaeef2;
  height: 5px;
  top: 2px; }

#filters-panel .category-all-filters-scrollbar > .scroll-element .scroll-bar {
  background-color: #b7bfc9;
  height: 9px; }

#filters-panel .category-all-filters-scrollbar > .scroll-element:hover .scroll-bar {
  background-color: #9da5af; }

#filters-panel .category-all-filters-scrollbar > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #9da5af; }

#filters-panel .category-all-filters-scrollbar > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -12px;
  height: 5px;
  top: 2px; }

#filters-panel .category-all-filters-scrollbar > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -12px; }

#filters-panel .category-all-filters-scrollbar > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -12px; }

#filters-panel .category-all-filters-scrollbar > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -12px; }

/*************  Scrollbar pre parametre pri produktoch  *************/
.table-bottom-scrollbar {
  height: auto; }

.table-bottom-scrollbar > .scroll-element,
.table-bottom-scrollbar > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10; }

.table-bottom-scrollbar > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%; }

.table-bottom-scrollbar > .scroll-element.scroll-x {
  bottom: 2px;
  height: 9px;
  left: 0;
  top: 10px;
  width: 100%; }

.table-bottom-scrollbar > .scroll-element.scroll-y {
  height: 100%;
  right: 0px;
  top: 0;
  width: 3px; }

.table-bottom-scrollbar > .scroll-element .scroll-element_outer {
  overflow: hidden; }

.table-bottom-scrollbar > .scroll-element .scroll-element_outer,
.table-bottom-scrollbar > .scroll-element .scroll-element_track,
.table-bottom-scrollbar > .scroll-element .scroll-bar {
  border-radius: 5px; }

.table-bottom-scrollbar > .scroll-element .scroll-element_track {
  background-color: #eaeef2;
  height: 5px;
  top: 2px; }

.table-bottom-scrollbar > .scroll-element .scroll-bar {
  background-color: #0060a8;
  height: 9px; }

.table-bottom-scrollbar > .scroll-element:hover .scroll-bar {
  background-color: #00467a; }

.table-bottom-scrollbar > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #00467a; }

.table-bottom-scrollbar > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -12px;
  height: 5px;
  top: 2px; }

.table-bottom-scrollbar > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -12px;
  display: none; }

.table-bottom-scrollbar > .scroll-element.scroll-y.scroll-scrollx_visible {
  display: none; }

.table-bottom-scrollbar > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -12px; }

.table-bottom-scrollbar > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -12px; }

.td-parameters-table {
  padding: 0;
  width: 500px; }

td.td-parameters-table {
  background: #EAEFF2; }

td.td-parameters-table.bottom-scroll {
  background: #FFF; }

.td-parameters-table > div {
  overflow: hidden;
  max-width: 500px;
  position: relative; }

td.td-parameters-table > div {
  min-height: 110px; }

td.td-parameters-table.bottom-scroll > div {
  min-height: auto; }

th.td-parameters-table table th {
  font-weight: bold; }

td.td-quantity-info {
  width: 110px !important; }

.table-bottom-scroller-tr.fixed {
  position: fixed;
  bottom: 0;
  opacity: 0.9;
  background-color: #EAEFF2;
  height: 32px;
  z-index: 10; }

.table-bottom-scroller-tr.fixed .td-parameters-table.bottom-scroll {
  background: #EAEFF2; }

.table-bottom-scroller-tr.fixed .table-bottom-scrollbar > .scroll-element .scroll-element_track {
  background: #B4BBC3; }

.table-bottom-scroller-tr.fixed div.table-bottom-scrollbar table td {
  background: #EAEFF2; }

table.parameters-table {
  height: 100%;
  box-sizing: border-box;
  border: none;
  margin: 0;
  top: 0;
  left: 0;
  position: absolute; }

td.td-parameters-table > div > table.parameters-table {
  height: 110px; }

td.td-parameters-table.bottom-scroll > div > table.parameters-table {
  height: 100%; }

table.parameters-table td, table.parameters-table th {
  vertical-align: middle;
  border: none;
  min-width: 150px; }

table.parameters-table th {
  padding: 0 12px; }

table.bottom-slider-table td, table.bottom-slider-table th {
  min-width: 150px; }

table tr.no-border-top td {
  border-top: none; }

tr.table-bottom-scrollbar-tr td.td-parameters-table table {
  background: none; }

tr.table-bottom-scrollbar-tr td.td-parameters-table td {
  background: inherit;
  border: none; }

div.table-bottom-scrollbar table td {
  padding: 0;
  border-top-width: 0;
  height: 1px;
  background-color: #fff; }

#filters-inline .sortable-placeholder {
  width: 100%;
  padding: 0 12px;
  height: 202px;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  border: 2px dashed #cbd2db;
  border-radius: 5px;
  float: left; }

#filters-inline .filter-header {
  cursor: move; }

#filters-container {
  transition: margin 0.4s linear; }

#workshop-popup, #change-group-name-popup, #favorites-multiplicator-popup {
  position: absolute;
  top: 15%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 550px;
  min-height: 200px;
  background-color: #fff;
  z-index: 101;
  border-radius: 5px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  padding: 15px 30px;
  display: none; }

#universal-popup {
  position: absolute;
  min-width: 200px;
  min-height: 200px;
  background-color: #fff;
  z-index: 101;
  border-radius: 5px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  padding: 15px 15px;
  display: none; }

#universal-popup .popup-content {
  margin-top: 15px; }

#favorites-multiplicator-popup {
  position: fixed; }

.search-entry__add {
  margin-bottom: 10px; }

.search-entry__add-input {
  max-width: 150px; }

@media screen and (max-width: 1120px) {
  .td-parameters-table {
    display: none; }
  #header .headusermeta {
    max-width: 160px; } }

@media screen and (max-width: 1024px) {
  .td-parameters-table {
    display: none; } }

@media screen and (max-width: 468px) {
  .td-parameters-table {
    display: none; }
  #workshop-popup, #change-group-name-popup, #favorites-multiplicator-popup {
    width: 100%; } }

.message h3 {
  margin: 0 0 5px 0; }

.message p {
  margin: 0; }

.no-margin {
  margin: 0; }

/* --------------------- */
.filter-active-container label span {
  color: #aaa;
  font-size: 13px;
  position: absolute;
  right: 15px;
  top: -1px; }

div.filter-active-container {
  /*float: none;*/
  width: 12.5%;
  padding: 0 12px; }

div.filter-active-container:nth-child(8n+1) {
  clear: both; }

#reset-button {
  margin-right: 5px; }

tr.table-header a {
  color: #5b6672;
  font-weight: 700; }

tr.table-header i {
  opacity: .3; }

#filters-panel {
  position: relative; }

table.table-products .remove-product i.icon.icon-cross {
  color: #D43620;
  font-size: 0.6em;
  font-weight: bold; }

.table-products > tfoot > tr > td {
  font-size: 12px; }

.table-products > thead > tr.buttons > td {
  background-color: #f2f6f8;
  vertical-align: middle; }

.filter-active-container .filter-body label {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: 60px; }

.filter-manufacturers {
  background-color: #F2F6F8;
  border-bottom: 1px solid #dae0e4;
  display: none;
  padding: 10px 10px 20px 10px; }

#subcategories-inline h2 {
  margin-bottom: 0; }

#subcategories-inline a {
  color: #0cb0e6;
  font-weight: 600;
  width: calc(100% - 85px);
  overflow: hidden;
  text-overflow: ellipsis;
  float: left; }

#subcategories-inline a.category-image {
  overflow: initial; }

#header .row-navigation .nav a.category-image {
  overflow: initial;
  padding-right: 0; }

.category-image-sortiment {
  max-width: 75px;
  max-height: 75px;
  margin-right: 10px; }

.category-image-sortiment img {
  max-width: 60px;
  max-height: 60px;
  margin-right: 0; }

p.active-filters {
  margin-bottom: 0; }

.filters-container .container-fluid {
  padding-top: 5px; }

.breadcrumbs {
  margin: 12px 0; }

.strip {
  padding: 5px 0; }

#used-filters,
#inactive-filters {
  background-color: #ffffff;
  overflow: hidden;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 8px; }
  #used-filters .used-filters-header,
  #inactive-filters .used-filters-header {
    border-bottom: 1px solid #ddd;
    padding: 0; }
  #used-filters .used-filters-header h5,
  #inactive-filters .used-filters-header h5 {
    padding-top: 0; }
  #used-filters .list,
  #inactive-filters .list {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 10px;
    color: #717171; }
  #used-filters .used-param,
  #inactive-filters .used-param {
    display: inline-block;
    margin-right: 20px; }
  #used-filters .used-param .value,
  #inactive-filters .used-param .value {
    border-right: 1px solid #bbb;
    padding: 0 10px; }
  #used-filters .used-param .value:last-child,
  #inactive-filters .used-param .value:last-child {
    border-right: none; }
  #used-filters .buttons .btn-primary,
  #inactive-filters .buttons .btn-primary {
    margin-right: 10px; }
  #used-filters .buttons .btn-secondary,
  #inactive-filters .buttons .btn-secondary {
    margin-right: 0; }
  #used-filters .filter-active-remove,
  #inactive-filters .filter-active-remove {
    font-size: 10px;
    color: #D43620;
    padding: 1px 3px 1px 0; }
    #used-filters .filter-active-remove i.icon,
    #inactive-filters .filter-active-remove i.icon {
      padding: 0; }

.white-background {
  background-color: #fff; }

.nowrap {
  white-space: nowrap; }

.valign-top {
  vertical-align: top !important; }

label.disabled {
  opacity: 0.4; }

.col-login {
  float: none;
  margin: 0 auto; }

.col-login:first-child {
  border-right: none; }

.margin-top {
  margin-top: 20px; }

.margin-top-half, .form-popup__row {
  margin-top: 10px; }

.margin-top-tiny {
  margin-top: 5px; }

.margin-top-none {
  margin-top: 0; }

.margin-bottom {
  margin-bottom: 20px; }

.margin-bottom-half {
  margin-bottom: 10px; }

.margin-bottom-tiny {
  margin-bottom: 5px; }

.margin-bottom-none {
  margin-bottom: 0; }

.margin-left {
  margin-left: 20px; }

.margin-left-half {
  margin-left: 10px; }

.margin-left-double {
  margin-left: 40px; }

.margin-right {
  margin-right: 20px; }

.margin-right-double {
  margin-right: 40px; }

#registration-form h1 {
  font-size: 1.5em;
  color: #888;
  text-transform: uppercase;
  margin-bottom: 1em; }

#registration-form h3 {
  color: #5b6672;
  font-style: italic;
  font-weight: normal;
  font-size: 1.143em;
  margin-bottom: 15px; }

#registration-form hr {
  margin: 5px 0; }

#registration-form label {
  font-weight: bold; }

#gdpr-form label {
  font-weight: bold; }
  #gdpr-form label:after {
    content: ':'; }
  #gdpr-form label.required:after {
    content: ': *'; }

.form-note {
  font-weight: normal;
  font-style: italic; }

.form-note-bottom {
  margin-top: 20px; }

#user-dashboard-menu .col-profile a.active {
  color: #D43620; }

#favorite-products-groups > tbody > tr {
  border-bottom: 1px solid #dae0e4; }

#favorite-products-groups table.table-products tbody tr td {
  background: #fff; }

#favorite-products-groups table.table-products tbody tr td.product-image img {
  width: auto;
  max-width: 50px;
  max-height: 50px; }

#favorite-products-without-group tbody tr td.product-image img {
  width: auto;
  max-width: 50px;
  max-height: 50px; }

.pointer {
  cursor: pointer; }

.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

#webinars-list {
  position: relative; }

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

.alert-warning {
  background-color: #f0ebd8;
  border-color: #e9e2c6;
  color: #876f12; }

div.contest-box .contact-box .with-border, div.contest-box .answer-box .with-border {
  border: 1px solid #ccc; }

div.contest-box .contact-box label {
  font-weight: bold; }

div.contest-box .contact-box input {
  width: 100%;
  box-sizing: border-box;
  text-align: left;
  margin: 3px; }

div.contest-box .answer-box .contest-title {
  margin-top: 10px;
  font-weight: bold; }

div.contest-box .answer-box input {
  width: 90%;
  margin: 15px; }

div.contest-box select.country {
  background: #fff;
  border: 1px solid #999; }

div.contest-box .answer-box .conditions {
  margin-top: 20px;
  line-height: 120%; }

div.contest-box .contact-box .tip {
  margin-top: 20px; }

.position-relative {
  position: relative; }

.row-navigation.scrolled {
  z-index: 5; }

.category-form-radio {
  top: 3px;
  padding-right: 25px;
  margin-right: 25px;
  border-right: 1px solid #ccc; }

.category-sel > div {
  float: left;
  padding-left: 16px;
  padding-right: 16px;
  border-left: 1px solid #CBD2DB; }
  .category-sel > div:first-child {
    border-left: none; }
  .category-sel > div.category-sel-onstock {
    margin-top: 3px; }
    .category-sel > div.category-sel-onstock label {
      margin-left: 10px; }
      .category-sel > div.category-sel-onstock label:first-child {
        margin-left: 0; }
  .category-sel > div.category-sel-perpage span {
    margin-right: 10px; }
  .category-sel > div:last-child {
    padding-right: 0; }

.padding-half {
  padding: 15px; }

a.change-product-label,
a.product-compare-name {
  text-decoration: none; }

a.product-compare-name.active {
  color: #D43620; }

.product-detail__alternatives {
  margin-top: 10px; }

.product-detail__alternatives-item {
  font-size: 1rem;
  font-weight: bold; }

table.table-products .product-label,
.product-details-block .product-label,
.order-list-row .product-label {
  color: #D43620;
  font-size: 0.9em; }

table.table-products a.change-product-label,
table.table-products a.product-compare-name,
.product-details-block a.change-product-label,
.product-details-block a.product-compare-name,
.order-list-row a.change-product-label,
.order-list-row a.product-compare-name {
  text-decoration: none;
  margin: 0 2px; }

#product .product-header {
  margin-bottom: 5px; }

#product h1 {
  display: inline; }

#product .product-label {
  color: #D43620; }

#product a.change-product-label,
#product a.product-compare-name {
  text-decoration: none;
  margin-left: 3px;
  margin-bottom: 10px; }
  #product a.change-product-label i,
  #product a.product-compare-name i {
    top: -3px; }

#product .table-product-desc th, #product .table-product-desc td {
  width: 55%;
  vertical-align: top; }
  #product .table-product-desc th:first-child, #product .table-product-desc td:first-child {
    width: 45%; }

#section-product-responsive {
  display: none; }
  #section-product-responsive .product-title {
    font-size: 18px;
    margin-bottom: 3px;
    color: #0060A8;
    font-weight: 700; }
  #section-product-responsive .product-label {
    color: #D43620; }
  #section-product-responsive .product-desc {
    font-size: 18px;
    margin-bottom: 0; }
  #section-product-responsive .product-brand a {
    float: right; }
  #section-product-responsive .product-brand span {
    display: none; }
  #section-product-responsive .photogallery {
    text-align: center;
    border-top: 1px solid #EAEFF2;
    padding-top: 10px; }
  #section-product-responsive .product-availability {
    border-top: 1px solid #EAEFF2;
    padding-top: 10px; }
  #section-product-responsive .product-availability th, #section-product-responsive .product-availability td,
  #section-product-responsive .product-description th,
  #section-product-responsive .product-description td {
    width: 55%;
    text-align: right;
    vertical-align: top; }
    #section-product-responsive .product-availability th:first-child, #section-product-responsive .product-availability td:first-child,
    #section-product-responsive .product-description th:first-child,
    #section-product-responsive .product-description td:first-child {
      text-align: left;
      width: 45%; }
  #section-product-responsive .product-price {
    border-top: 1px solid #EAEFF2; }
  #section-product-responsive .product-buy .description-box {
    margin-top: 6px;
    padding-top: 5px; }
    #section-product-responsive .product-buy .description-box .col-cart {
      width: 100%;
      text-align: left;
      margin-bottom: 10px; }
    #section-product-responsive .product-buy .description-box .col-form {
      width: 75%;
      text-align: left; }
    #section-product-responsive .product-buy .description-box .col-button {
      width: 25%;
      text-align: right; }
  #section-product-responsive .product-buy .additional-text {
    margin-bottom: 0; }

section.product-one-half .product-label, section.product-one-fourth .product-label {
  color: #D43620;
  font-size: 0.9em; }

section.product-one-half a.change-product-label, section.product-one-fourth a.change-product-label {
  text-decoration: none; }

section.product-one-fourth {
  padding-left: 22px;
  padding-right: 22px; }

.input.error, .error.form-popup__input {
  border-color: #D43620; }

label.required {
  font-weight: bold; }

#favorites-popup {
  position: absolute;
  background-color: #fff;
  z-index: 101;
  border-radius: 5px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  overflow: auto;
  max-width: 600px;
  min-height: 150px;
  margin: 0 auto;
  padding: 15px 30px; }

#favorites-popup .contents h1 {
  font-size: 1.5em; }

#favorites-popup .contents {
  padding: 20px; }

#watched-popup {
  position: fixed;
  top: 15%;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 101;
  border-radius: 5px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  overflow: auto;
  max-width: 600px;
  min-height: 150px;
  margin: 0 auto;
  padding: 15px 30px; }

#watched-popup .contents h1 {
  font-size: 1.5em; }

#watched-popup .contents {
  padding: 20px; }

#user-items #table-products-body-responsive {
  display: none; }

#delete-popup {
  position: fixed;
  top: 15%;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 101;
  border-radius: 5px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  overflow: auto;
  max-width: 600px;
  min-height: 150px;
  margin: 0 auto;
  padding: 15px 30px; }

#delete-popup .contents h1 {
  font-size: 1.5em; }

#delete-popup .contents {
  padding: 20px; }

#overlay {
  position: fixed;
  background: #000;
  opacity: 0.3;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100; }

#login-popup {
  position: fixed;
  top: 15%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 750px;
  min-height: 200px;
  background-color: #fff;
  z-index: 101;
  border-radius: 5px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  padding: 15px 30px;
  display: none; }

#report-bug-popup {
  position: absolute;
  top: 15%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 550px;
  min-height: 200px;
  background-color: #fff;
  z-index: 101;
  border-radius: 5px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  padding: 12px 16px;
  display: none; }
  #report-bug-popup div.row {
    margin-top: 6px; }

#login-popup .col-login {
  width: 100%;
  padding: 0; }

#login-popup .col-login .title {
  padding-bottom: 8px; }

#login-popup .col-login .col-login-form {
  padding-bottom: 0; }

.remove-button {
  color: #D43620;
  text-decoration: none !important; }

.remove-button:hover {
  color: #D43620; }

p.color-primary-light a, p.form-popup__label-subtitle-text a {
  color: #0cb0e6 !important;
  text-decoration: none !important; }

p.color-primary-light a:hover, p.form-popup__label-subtitle-text a:hover {
  color: #0cb0e6 !important;
  text-decoration: underline !important; }

#delivery-addresses-panel {
  width: 300px;
  height: 200px;
  border: 1px solid #ccc;
  background: #fff;
  position: absolute;
  padding: 10px;
  top: 50px;
  right: 10px;
  z-index: 2;
  border-radius: 5px;
  box-shadow: 0 0 10px #aaa;
  overflow-y: auto;
  overflow-x: hidden;
  box-sizing: border-box;
  display: none; }

#delivery-addresses-panel-mobile {
  max-height: 200px;
  min-height: 100px;
  border: 1px solid #ccc;
  background: #fff;
  padding: 10px;
  border-radius: 3px;
  overflow-y: auto;
  overflow-x: hidden;
  box-sizing: border-box;
  display: none;
  margin: 15px 0; }
  #delivery-addresses-panel-mobile div.delivery-address {
    background: #f5f5f5;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    padding: 5px;
    cursor: pointer;
    /* Safari */
    transition: box-shadow 0.4s; }

#delivery-addresses-panel div.delivery-address {
  background: #f5f5f5;
  border: 1px solid #ddd;
  margin-bottom: 10px;
  padding: 5px;
  cursor: pointer;
  /* Safari */
  transition: box-shadow 0.4s; }

#delivery-addresses-panel div.delivery-address:hover {
  box-shadow: 0 0 5px #ccc; }

#delivery-addresses-panel div.delivery-address .label {
  font-weight: bold; }

#autocomplete-panel {
  position: absolute;
  background: #eaeff2;
  border: 1px solid #dae0e4;
  border-radius: 4px;
  top: 38px;
  padding: 10px;
  width: 750px;
  font-size: 0.9em;
  display: none;
  z-index: 100;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  overflow-y: auto;
  overflow-x: hidden; }
  #autocomplete-panel #suggestions {
    padding-top: 6px; }
    #autocomplete-panel #suggestions a {
      color: #0bb9dc !important; }

#autocomplete-panel hr {
  border-color: #dae0e4;
  margin: 5px 0; }

#autocomplete-panel .part .headline {
  color: #5b6672;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 5px; }

#autocomplete-panel .part-row .part-col:nth-child(3n-2) {
  margin-left: 0; }

#autocomplete-panel .part-col {
  width: 210px;
  margin-left: 40px;
  float: left;
  margin-top: 3px;
  margin-bottom: 3px; }

#autocomplete-panel .part-col .name {
  float: left;
  max-width: 170px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

#autocomplete-panel .part-col .name a {
  color: #5b6672 !important; }

#autocomplete-panel .part-col .product-label {
  color: #d43620;
  font-size: 0.9em;
  max-width: 170px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 93%; }

#autocomplete-panel .part-col .count {
  float: right;
  color: #999; }

#autocomplete-panel .part-col.product {
  margin-top: 5px;
  margin-bottom: 5px;
  min-height: 50px; }

#autocomplete-panel .part-col.product .img {
  float: left;
  border: 1px solid #ccc;
  background: #FFF;
  width: 43px;
  height: 43px;
  line-height: 39px;
  text-align: center; }

#autocomplete-panel .part-col.product .img img {
  max-width: 41px !important;
  max-height: 41px !important;
  width: auto !important;
  height: auto !important; }

#autocomplete-panel .part-col.product .info {
  float: left;
  padding-left: 10px; }

#autocomplete-panel .part-col.product .name {
  color: #0bb9dc;
  font-weight: bold;
  float: none;
  max-width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

#autocomplete-panel .part-col.product .name a {
  color: #0bb9dc !important; }

#autocomplete-panel .part-col.product .info .descr {
  max-width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

#autocomplete-panel .folder-icon {
  background-image: url(/img/folder.png);
  background-repeat: no-repeat;
  background-position: 0 center;
  padding-left: 23px; }

.autocomplete-item-current {
  background-color: #DAE0E4; }

table.table-products .check-product {
  width: 30px; }

table.table-products tr.table-header .check-product label {
  padding-left: 0; }

table.table-products tr.table-header .check-product label::after {
  left: 0; }

table.table-products .checkbox2 + label {
  display: inline; }

table.table-products tr.product td.check-product {
  text-align: center; }

table.table-products tr.product td.product-image {
  width: 120px; }

table.table-products tr.product td.product-image img {
  width: auto;
  max-width: 110px;
  max-height: 110px; }

table.table-products tr.product td.product-image img.default {
  max-width: 70px;
  max-height: 70px; }

.product-one-half .col-image img {
  width: auto;
  max-width: 110px;
  max-height: 110px; }

#product .col-thumbnail {
  text-align: center; }

#product .col-thumbnail img {
  max-width: 253px;
  max-height: 253px;
  width: auto;
  margin: 0 auto; }

.product-one-fourth .product-image, .premium-product .product-image {
  display: block;
  text-align: center;
  height: 110px;
  line-height: 110px; }

.product-one-fourth .product-image img, .premium-product .product-image img {
  width: auto;
  max-width: 110px;
  max-height: 110px; }

#cart table.table-products img.product-image {
  max-width: 60px;
  max-height: 60px;
  width: auto;
  margin: 0 auto; }

.loading-16 {
  background: url("/loading-16.gif") no-repeat center center #FFF; }

.loading-24 {
  background: url("/loading-24.gif") no-repeat center center #FFF; }

.loading-32 {
  background: url("/loading-32.gif") no-repeat center center #FFF; }

.loading-64 {
  background: url("/loading-64.gif") no-repeat center center #FFF; }

.loading-top {
  background-position: top center; }

.widget {
  position: relative; }

.shipping-charges-content {
  min-height: 32px; }

/* WIDGETY OD KAMILA */
.reported-bugs {
  margin: auto; }

@media screen and (max-width: 552px) {
  .grid-padding {
    padding: 0; } }

#paytypeBlock {
  display: none; }

.margin-bottom {
  margin-bottom: 20px !important; }

.calendar {
  max-width: 400px !important;
  margin: auto !important; }

.images-thumb {
  padding: 0px !important;
  margin: 0px 0px 15px 0px !important;
  box-sizing: border-box !important;
  width: 100% !important; }

.images-thumb img {
  padding: 0px !important;
  margin: 0px !important;
  width: 20% !important;
  max-width: 20% !important;
  float: left;
  cursor: pointer; }

.calendar-headline {
  width: 40%;
  text-align: left;
  float: left;
  box-sizing: border-box;
  padding-left: 10px; }

.calendar-date {
  width: 60%;
  text-align: left;
  float: left; }

.col-checkboxes-cariers {
  width: 100%; }

.calendar-buttons {
  position: absolute;
  right: 30px;
  top: 15px; }

#download .tab-content {
  background: #eee;
  padding: 15px;
  border: 1px solid #cd728f;
  border-radius: 0 3px 3px 3px; }

#calendar .ui-tabs-active a {
  background-color: #0CB0E6 !important;
  border-color: #0CB0E6 !important;
  color: #ffffff !important; }

#contact .tab-content {
  padding: 15px;
  border: 1px solid #DAE0E4;
  border-radius: 0 3px 3px 3px; }

#contact .ui-tabs-active a {
  background-color: #0060A8 !important;
  border-color: #0060A8 !important;
  color: #ffffff !important; }

#orders {
  padding-bottom: 0; }
  #orders .tab-content {
    padding: 0 15px;
    border: 1px solid #DAE0E4;
    border-radius: 0 3px 3px 3px; }
  #orders .ui-tabs-active a {
    background-color: #0060A8 !important;
    border-color: #0060A8 !important;
    color: #ffffff !important; }

#orders-res {
  display: none; }

.table-responsive-2 span.label {
  display: none;
  width: 100%; }
  .table-responsive-2 span.label:after {
    content: ':'; }

.table-responsive-2 a.show-details-responsive {
  display: none; }

.order-detail div.order-header,
.invoice-detail div.order-header {
  font-size: 13px; }
  .order-detail div.order-header .row,
  .invoice-detail div.order-header .row {
    margin-top: 6px; }

.order-detail table.table-products span.label,
.invoice-detail table.table-products span.label {
  display: none; }

.order-detail div.order-summary,
.invoice-detail div.order-summary {
  float: right; }

.order-search input {
  width: 200px;
  margin-left: 6px;
  margin-right: 6px; }

.filter-invoices input[type=text] {
  width: 250px; }

.filter-invoices label {
  margin-left: 12px; }
  .filter-invoices label:first-child {
    margin-left: 0; }

.btn-group a {
  text-decoration: none; }

.btn-watchdog-inactive {
  opacity: 0.5; }

/*.description-box .btn-watchdog-inactive {*/
/*opacity: 0.5;*/
/*}*/
.btn-watchdog-inactive .icon-dog-circle {
  opacity: 0.3; }

@media screen and (max-width: 700px) {
  .calendar-buttons {
    position: relative;
    display: block;
    clear: both;
    margin: 0px 0px 0px 10px; }
  .calendar-headline {
    width: 50%; }
  .calendar-date {
    width: 50%; } }

@media screen and (max-width: 428px) {
  .btn-group li {
    margin-left: 12px;
    border-width: 1px !important;
    border-radius: 4px !important;
    min-width: 100% !important; }
  .images-thumb img {
    padding: 0px !important;
    margin: 0px !important;
    width: 50% !important;
    max-width: 50% !important;
    float: left; } }

@media screen and (max-width: 1024px) {
  .col-checkboxes-cariers {
    clear: both;
    display: block; } }

@media screen and (max-width: 820px) {
  .irrelevant {
    display: none; } }

@media screen and (max-width: 700px) {
  section.main {
    padding: 15px; }
  .margin-top {
    margin-top: 15px; }
  .pull-left:first-child {
    margin-top: 0px !important; }
  hr {
    margin-bottom: 5px; } }

/*
@media only screen and (max-width: 768px) {
    .col-1,.col-2,.col-3,.col-4,.col-5,.col-6 {
        width: 50%!important;
    }
    .col-7,.col-8,.col-9,.col-10,.col-11,.col-12 {
        width: 100%!important;
    }
    .tablet{
        width: 100%!important;
    }
}

@media only screen and (max-width: 552px) {
    .col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10 {
        width: 100%!important;
        margin-top: 5px;
    }
}

@media only screen and (max-width: 400px) {
    .tablet .pull-left{
        width: 100%!important;
        margin-left: 0px!important;
    }
}
*/
.list-articles > li {
  padding-right: 0;
  margin-bottom: 5px; }

.list-popular > li span {
  padding-top: 0; }

.sidebar-content hr {
  margin: 10px 0px; }

#street-autocomplete, #city-autocomplete {
  position: relative; }

#street-autocomplete .results, #city-autocomplete .results {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #ccc;
  min-width: 300px;
  z-index: 10; }

#street-autocomplete .results .data-row, #city-autocomplete .results .data-row {
  width: 100%;
  padding: 5px;
  border: 1px solid #ccc;
  border-width: 1px 0 0 0;
  box-sizing: border-box;
  cursor: pointer;
  transition: all 0.1s;
  min-width: 300px; }

#street-autocomplete .results .data-row:hover, #city-autocomplete .results .data-row:hover, #city-autocomplete .results .data-row-current {
  background-color: #0060a8;
  color: #fff; }

.webinar-content {
  box-sizing: border-box;
  width: 100%;
  margin-left: 115px;
  padding-right: 115px; }

#banners {
  margin-bottom: 10px; }
  #banners iframe {
    width: 100%;
    height: 100%;
    overflow: hidden; }

#product-detail-image {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  z-index: 100;
  display: none; }

#header .tabs-secondary {
  position: relative;
  z-index: 21; }

#header .col-navigation .tabs-secondary .icon-menu {
  display: inline-block; }

#header .tabs-secondary span.btn {
  padding: 4px 20px 4px 15px;
  min-height: 32px; }

#header .tabs-secondary a.btn-primary-light {
  background-color: #0cb0e6;
  padding: 5px 10px; }

.onleft {
  padding: 7px 15px 7px 0; }

.onright {
  padding: 7px 0 7px 15px; }

div.col.col-4.half .thumbnail, div.col.col-4.half .article__photogallery-thumbnail, div.col.col-4.half .article__photogallery-thumbnail-r {
  padding: 0px; }

div.col.col-4.half a.thumbnail.more-photos, div.col.col-4.half a.more-photos.article__photogallery-thumbnail, div.col.col-4.half a.more-photos.article__photogallery-thumbnail-r {
  padding: 15px 0 5px 0; }

div.col.col-4.half a.thumbnail.more-photos:hover, div.col.col-4.half a.more-photos.article__photogallery-thumbnail:hover, div.col.col-4.half a.more-photos.article__photogallery-thumbnail-r:hover {
  text-decoration: none; }

div.col.col-4.half a.thumbnail.more-photos div, div.col.col-4.half a.more-photos.article__photogallery-thumbnail div, div.col.col-4.half a.more-photos.article__photogallery-thumbnail-r div {
  color: #c0c0c0;
  margin-top: 6px;
  font-size: 16px;
  font-weight: bold; }

div.col.col-4.half.small-thumbnail a {
  height: 76px;
  line-height: 72px;
  text-align: center; }

div.col.col-4.half.small-thumbnail a img {
  max-height: 72px; }

div.col.col-4.half.small-thumbnail a.more-photos {
  line-height: 100%; }

div.title.bg-primary i.icon.icon-cross {
  position: absolute;
  top: 12px;
  right: 3px;
  cursor: pointer; }

#autocomplete-panel button.btn.show-more {
  position: relative;
  top: auto;
  right: auto;
  background-color: #0060a8;
  border-color: #0060a8;
  color: #ffffff;
  display: inline-block;
  margin-top: 5px;
  font-size: 14px;
  padding: 5px 20px; }

#autocomplete-panel a.show-more {
  color: #5b6672; }

#autocomplete-panel div.row {
  background-color: inherit; }

#autocomplete-panel i.icon-cross {
  cursor: pointer; }

a.add-to-favorites-button:hover {
  color: #8a2315;
  transition: color 1s ease;
  text-shadow: 1px 1px 1px #ccc;
  cursor: pointer; }

.text-underline {
  text-decoration: underline; }

.text-no-underline {
  text-decoration: none !important; }

table.table-products tr.border-top {
  border-top: 1px solid #dae0e4; }

table.table-products tr.border-bottom {
  border-bottom: 1px solid #dae0e4; }

ul.section-menu li {
  width: 25%;
  margin: 5px 0; }
  ul.section-menu li a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  ul.section-menu li.header {
    display: none;
    color: #0060A8;
    font-weight: 700; }
    ul.section-menu li.header .icon {
      position: inherit; }

ul.section-menu-articles.expanded li {
  display: block; }

ul.section-menu-articles li {
  width: 100%;
  cursor: pointer;
  display: none; }
  ul.section-menu-articles li.header {
    display: block; }

.articles-filter-wrapper {
  min-height: 50px; }

.articles-block {
  display: none;
  border: 1px solid #CBD2DB;
  border-radius: 0 4px 4px 4px;
  padding: 15px 10px; }
  .articles-block ul {
    margin-bottom: 0; }

#articles-block-categories {
  display: block; }

.articles-block__tab {
  background-color: #ffffff; }

.articles-block__search {
  width: 100%;
  margin-bottom: 10px; }

.articles-block__list {
  min-height: 295px;
  max-height: 295px; }

b {
  font-weight: bold !important; }

#bottom-floating-panel {
  position: fixed;
  bottom: 10px;
  left: 10px;
  z-index: 100; }
  #bottom-floating-panel > * {
    margin-left: 5px; }
  #bottom-floating-panel > *:first-child {
    margin-left: 0; }
  #bottom-floating-panel a {
    color: #fff; }
    #bottom-floating-panel a i.icon {
      padding-left: 0; }

.small-padding {
  padding: 5px; }

.no-padding {
  padding: 0; }

div.legend div {
  display: inline-block;
  padding: 5px 15px;
  border-radius: 3px; }

.legend-skladovy {
  background-color: #eeeeee; }

.legend-na-objednavku, .legend-unpaid-before {
  background-color: #FEFED1; }

.legend-nekompletna, .legend-unpaid-after {
  background-color: #ffbeae; }

.legend-paid {
  background-color: #abfebc; }

.legend-current-status {
  background-color: #f2f6f8; }

.legend-in-stock {
  background-color: #eeeeee; }

#delivery-address .choose-another-address {
  display: none; }

#delivery-address .hint {
  font-size: 0.8em;
  padding-top: 5px; }

#delivery-address .hint > span {
  color: #d43620;
  font-size: 1.2em;
  font-weight: bold; }

#delivery-address .hint .hint-items ul {
  margin-bottom: 0; }

#delivery-address .hint .hint-items li {
  cursor: pointer;
  font-weight: bold; }

#delivery-address .hint .hint-items li.show-more {
  color: #0060a8; }

#delivery-address .hint .hint-items li:hover {
  color: #0060a8; }

#delivery-address .hint .hint-item {
  margin: 0 3px; }

.sidebar-manufacturer .about-manufacturer .col-image {
  border-right: none;
  display: inline-block;
  vertical-align: middle;
  width: 33%;
  padding-right: 3px; }

.sidebar-manufacturer .about-manufacturer .col-text {
  border-left: 1px solid #dae0e4;
  display: inline-block;
  vertical-align: middle;
  width: 60%;
  padding-left: 7px; }

.sidebar-manufacturer .about-manufacturer .col-text a {
  height: auto;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px; }

.border-secondary {
  border-color: #d43620; }

.border-warning {
  border-color: #f0ad4e; }

.border-info {
  border-color: #0060a8; }

.border-none {
  border: none; }

.color-info {
  color: #0060a8; }

.position-absolute {
  position: absolute; }

.col-post {
  margin-bottom: 25px; }

.post-meta, .post-category {
  padding-top: 5px; }

.pcn-info-popup {
  position: absolute;
  width: 500px;
  left: 0;
  top: -5px;
  z-index: 5;
  display: none;
  font-size: 14px;
  font-weight: normal;
  padding: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: #FFF;
  white-space: normal;
  border: 1px solid #dddddd; }

.availability-popup {
  position: absolute;
  width: 300px;
  right: 0;
  top: -5px;
  z-index: 5;
  display: none;
  font-size: 13px;
  padding: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: #FFF;
  white-space: normal;
  border: 1px solid #dddddd; }

.availability-popup table {
  background-color: #fff;
  margin-bottom: 0;
  border-collapse: collapse; }

.availability-popup tr:first-child {
  border: none; }

.availability-popup tr {
  border-top: 1px solid #ccc; }

.availability-popup tr td {
  width: auto !important;
  border: none !important;
  background: inherit !important;
  color: #333; }

.cart-item-popup {
  text-align: left; }

.cart-item-popup .margin-left {
  margin-left: 5px; }

div.col-post img.brand-logo-blue {
  margin-top: 4px;
  max-width: 70px;
  padding-left: 5px; }

div.col-post img.brand-logo-blue.small-logo {
  max-width: 55px; }

div.noty_close {
  opacity: 1 !important;
  display: block !important; }

div.neskladove-polozky-nadpis {
  padding: 15px;
  color: #0060a8; }

div.neskladove-polozky-nadpis span.nadpis {
  font-size: 1.5em;
  font-weight: bold; }

div.neskladove-polozky-nadpis span.small {
  font-size: 1.1em;
  font-weight: bold;
  padding-left: 5px; }

#cart-popup div.neskladove-polozky-nadpis {
  padding: 5px 10px;
  color: #0060a8; }

#cart-popup div.neskladove-polozky-nadpis span.nadpis {
  font-size: 1.3em;
  font-weight: bold; }

#cart-popup div.neskladove-polozky-nadpis span.small {
  font-size: 1.1em;
  font-weight: bold;
  padding-left: 5px; }

.description-box .col-cart {
  width: 29%; }

.description-box .col-form {
  width: 50%; }

.description-box .col-button {
  width: 21%; }

.article-description-box {
  font-size: 1.07143em;
  line-height: 1.375em; }

section.main .article-description-box p {
  font-size: 1em;
  line-height: 1.375em; }

.col-webinar-detail .h5 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

div.webinar-details hr {
  margin: 5px 0; }

div.webinar-details .col-webinar-detail p {
  margin-bottom: 3px; }

.table-products button.add-to-cart-button,
button.list-add-to-favorites-button,
button.list-basket-add-to-favorites-button,
button.basket-offer-button,
.product-one-half button.add-to-cart-button,
.product-one-fourth button.add-to-cart-button,
button.list-add-to-watched-button,
a.list-add-to-pricerequest {
  width: 33px !important;
  padding-left: 0;
  padding-right: 0; }

.table-products button.add-to-cart-button,
button.basket-offer-button,
.product-one-half button.add-to-cart-button,
.product-one-fourth button.add-to-cart-button,
button.list-add-to-favorites-button,
a.list-add-to-pricerequest {
  margin-right: 5px; }

div.col-post-content p a {
  text-decoration: underline; }
  div.col-post-content p a.btn-tag {
    text-decoration: none; }

p.post-description-big {
  font-weight: bold;
  font-size: 16px !important;
  line-height: 1.375em; }

.display-inline-block {
  display: inline-block; }

section.main p.article-perex {
  margin-bottom: 22.5px; }

div.article-body {
  text-align: justify;
  font-size: 1.07143em;
  line-height: 1.375em; }

section.main div.section-body i,
section.main div.article-body i {
  font-style: italic; }
  section.main div.section-body i.icon,
  section.main div.article-body i.icon {
    font-style: normal; }

section.main div.section-body p,
section.main div.article-body p {
  font-size: 1em; }

section.main div.section-body strike,
section.main div.article-body strike {
  text-decoration: line-through; }

section.main div.section-body sub, section.main div.section-body sup,
section.main div.article-body sub,
section.main div.article-body sup {
  font-size: 75%;
  line-height: 0; }

section.main div.section-body sub,
section.main div.article-body sub {
  vertical-align: sub; }

section.main div.section-body sup,
section.main div.article-body sup {
  vertical-align: super; }

section.main div.section-body u,
section.main div.article-body u {
  text-decoration: underline; }

section.main div.section-body h2,
section.main div.article-body h2 {
  font-size: 1.6875rem; }

section.main div.section-body h3,
section.main div.article-body h3 {
  font-size: 1.5rem; }

section.main div.section-body h4,
section.main div.article-body h4 {
  font-size: 1.3125rem; }

section.main div.section-body h5,
section.main div.article-body h5 {
  font-size: 1.125rem; }

section.main div.section-body h6,
section.main div.article-body h6 {
  font-size: .9375rem; }

div.article-footer {
  color: #000;
  font-style: italic;
  margin-bottom: 10px;
  margin-top: 25px;
  line-height: 150%;
  font-size: 13px; }

div.not-active-filters {
  margin-bottom: 10px;
  padding-top: 10px !important; }

div.premium-product div.premium-image {
  width: 120px;
  height: 120px;
  margin: 10px auto; }

div.premium-product img {
  height: auto;
  max-height: 100%; }

div.premium-category {
  font-size: 1.5em;
  margin: 18px 0 -20px 0;
  font-weight: bold;
  color: #0060a8; }

span.input-empty {
  color: #717171;
  display: block;
  font-size: 14px;
  line-height: 1.5;
  padding: 7px 0;
  transition-duration: 0.2s;
  transition-property: border-color;
  width: 100%; }

div.basket-offer {
  margin: 10px; }
  div.basket-offer div.basket-offer-top {
    background-color: #A5B1BF;
    color: #fff;
    padding: 3px 10px;
    font-weight: bold;
    border-radius: 3px 3px 0 0; }
  div.basket-offer div.basket-offer-content {
    border: 1px solid #A5B1BF;
    padding: 10px; }
  div.basket-offer div.basket-offer-left {
    float: left;
    margin-right: 15px;
    width: 110px;
    text-align: center; }
  div.basket-offer div.basket-offer-left img {
    margin-top: 5px;
    max-height: 110px;
    max-width: 110px;
    width: auto; }
  div.basket-offer div.basket-offer-middle .product-name {
    color: #0060a8;
    font-weight: bold; }
  div.basket-offer div.basket-offer-middle .offer-text {
    font-size: 0.9em;
    padding-right: 20px;
    text-align: justify;
    margin-top: 5px; }
  div.basket-offer div.basket-offer-right {
    float: right;
    width: 200px;
    text-align: right; }
  div.basket-offer div.basket-offer-right .in-stock {
    float: left; }

div.order-user-row section > div {
  margin-top: 15px;
  min-height: 220px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center; }

.btn.toggle-vat-visibility {
  display: block;
  margin-right: 20px; }

#headusermorepopup {
  background: #fff;
  border-radius: 4px;
  border: 1px solid #cbd2db;
  position: absolute;
  top: 36px;
  left: 0;
  white-space: nowrap;
  z-index: 401;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }

#headusermorepopup a {
  display: block;
  width: 100%;
  padding: 15px;
  text-align: center;
  border-top: 1px solid #e7eef7; }

#headusermorepopup a:first-child {
  border-top: none; }

.col-headusershowmore {
  position: relative; }

div.contest-box div.row div.row div.col {
  line-height: 32px; }

section.notice {
  margin-bottom: 5px;
  padding: 0; }

section.notice-login {
  margin-bottom: 0; }

section.notice > div:first-child {
  margin-top: 0; }

section.notice h3 {
  border-radius: 4px 4px 0 0;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1px;
  margin: 0;
  padding: 5px 10px; }

section.notice h3 .icon {
  padding-right: 5px; }

section.notice div.notice-panel {
  padding: 15px;
  border: 1px solid #d43620;
  border-radius: 0 0 4px 4px; }

section.notice div.notice-panel-primary {
  border-color: #0060a8; }

.color-default {
  color: #5b6672; }

div.facebook-panel {
  overflow-x: hidden; }

.checkbox.manufacturer + label {
  width: 16.66%;
  margin: 3px 0;
  float: left;
  padding-right: 35px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.checkbox + label {
  padding-left: 35px; }

.checkbox + label::after {
  left: 15px; }

.checkbox.manufacturer + label span {
  right: 15px; }

#btn-top {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Fixed/sticky position */
  bottom: 10px;
  right: 10px;
  z-index: 100; }

.profile th {
  font-weight: 700; }

.profile div.row .col {
  margin-top: 10px; }
  .profile div.row .col.margin-top-none {
    margin-top: 0; }

.profile > div.row:first-child {
  margin-top: 0; }

.profile-responsive {
  max-width: 100%;
  overflow-x: scroll; }
  .profile-responsive table {
    min-width: 640px; }

#table-products-body {
  display: block;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto; }
  #table-products-body table {
    max-width: 1600px; }

#table-products-body-responsive {
  display: none;
  padding: 7.5px; }
  #table-products-body-responsive section {
    padding: 10px; }
  #table-products-body-responsive img {
    width: 80px; }
  #table-products-body-responsive div.product-details-left {
    float: left;
    width: 50%;
    text-align: right; }
  #table-products-body-responsive div.product-details-right {
    width: 50%;
    float: left;
    text-align: left; }
  #table-products-body-responsive div.product-details-right p {
    margin: 0; }
  #table-products-body-responsive div.product-details-right span.text-primary {
    margin-bottom: 3px;
    display: inline-block; }
  #table-products-body-responsive div.product-details-right .color-primary-light, #table-products-body-responsive div.product-details-right .form-popup__label-subtitle-text {
    font-size: 12px; }
  #table-products-body-responsive button.add-to-cart-button {
    width: 33px !important;
    padding-left: 0;
    padding-right: 0; }
  #table-products-body-responsive input.add-to-cart-input {
    width: 100px !important; }
  #table-products-body-responsive div.pricelist {
    margin: 10px 0; }
  #table-products-body-responsive div.pricelist-left {
    width: 50%;
    float: left;
    padding: 0 3px; }
  #table-products-body-responsive div.pricelist-right {
    width: 50%;
    float: left;
    padding: 0 3px; }
  #table-products-body-responsive hr {
    margin: 20px 0;
    border-color: #ccc; }

#cart {
  display: block; }

#cart-responsive {
  display: none; }

#cart-products .responsive {
  display: none; }

#cart-products .non-responsive {
  display: block; }

#cart-products .cart-pricerequest {
  display: block; }

#cart-products .cart-pricerequest-res {
  display: none; }

div.order-details-block {
  padding: 10px; }

div.order-details-left {
  float: left;
  width: 50%; }

div.order-details-right {
  float: right;
  width: 30%; }

div.order-details-right-bottom {
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid #ccc; }

div.col-form-order-middle {
  width: 70%; }

#order-summary-details .responsive {
  display: none; }

#summary {
  display: block; }
  #summary .table-products td {
    vertical-align: top; }

#summary-responsive {
  display: none; }

div.pager.white a:not(.active) {
  background: #fff; }

ul.download {
  margin-top: 10px;
  list-style-type: square;
  margin-left: 15px; }

ul.download li {
  padding: 3px; }

ul.download li span.file-size,
div.pcn span.file-size {
  margin-left: 20px;
  color: #888; }

section.technical-parameters div.col-4 {
  border-right: 1px solid #eaeff2; }

.color-black {
  color: #666 !important; }

#product a.product-detail-brand-logo {
  position: absolute;
  right: 10px;
  top: 0; }

.col-desc-right {
  width: 45%; }

.col-desc-left {
  width: 55%; }

section.technical-parameters div.col-md-4 {
  border-right: 1px solid #eaeff2; }

section.technical-parameters div.col-md-4:last-child {
  border-right: none; }

#login-popup div.input-group label {
  padding-right: 20px; }

.filter-header .btn.enlarge-parameter {
  font-size: 11px;
  position: absolute;
  right: 27px;
  top: 6px;
  color: #0060a8; }

.filter-header p {
  padding-right: 50px; }

div.filter-body {
  transition: height 0.5s ease; }

div.filter-active.large .filter-body {
  height: 280px; }

#filters-inline div.filter-active.large .category-filter-scrollbar {
  max-height: 270px; }

.info-popup {
  position: absolute;
  width: 400px;
  left: 25px;
  top: 0;
  z-index: 5;
  display: none;
  font-size: 13px;
  padding: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: #FFF;
  white-space: normal;
  border: 1px solid #dddddd; }

.article-private .newsletter-link, .article-private .login-link {
  display: none; }

div.col-post-content section.product-one-half {
  box-shadow: none; }

div.col-post-content section.product-one-half div.col-article-product-left {
  float: left;
  width: 125px; }

div.col-post-content section.product-one-half div.col-article-product-left div.text-center {
  height: 125px;
  width: 125px;
  display: table-cell;
  vertical-align: middle; }

div.col-post-content section.product-one-half div.col-article-product-left img {
  max-width: 125px;
  max-height: 125px; }

div.col-post-content section.product-one-half .product-title a:first-child {
  font-size: 18px; }

div.col-post-content section.product-one-half .product-title a.change-product-label {
  float: right; }

div.col-post-content section.product-one-half div.col-article-product-right {
  float: right;
  width: 210px; }

div.col-post-content section.product-one-half .table-form {
  margin-top: 10px; }

div.col-post-content section.product-one-half .product-info {
  height: 67px;
  overflow: hidden;
  text-align: justify; }

div.col-post-content section.product-one-half .pricelist {
  margin-top: 15px; }

div.col-post-content section.product-one-half button.add-to-cart-button {
  width: auto !important;
  padding-left: 25px;
  padding-right: 25px;
  margin-right: 0; }

#cookies-usage-message {
  text-align: center;
  display: none;
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: 300px;
  background: #0060a8;
  border: 1px solid #000;
  z-index: 999999;
  box-sizing: border-box;
  padding: 5px 15px;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  border-radius: 5px; }
  #cookies-usage-message span.fr {
    display: inline-block;
    margin: 10px 0 5px 0; }

table.table-dark {
  background-color: #eaeff2; }

div.input-with-loader {
  position: relative; }

div.input-with-loader div.loader-16 {
  right: 12px;
  top: 10px; }

a.show-details {
  text-decoration: none;
  color: #5b6672; }

.color-disabled {
  color: #aaa; }

div.linecards-filters #subcategories-inline > .filter {
  width: 25%; }

#price-request-order-button {
  margin-top: 15px; }

table.table-products td.product-information {
  min-width: 200px; }

table.table-products .external-stock {
  white-space: normal; }

table.table-products .stock {
  min-width: 150px; }

div.table-form {
  margin-top: 15px; }

.table-res .table-res-header {
  background-color: #f2f6f8;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom: 1px solid #DAE0E4;
  padding: 8px; }

.table-res .table-res-body {
  padding: 8px; }

.table-res .table-res-footer {
  padding: 10px 8px 16px 8px;
  background-color: #f2f6f8;
  border-top: 1px solid #DAE0E4;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px; }

.table-res label {
  display: none;
  margin-bottom: 1px;
  font-weight: bold; }
  .table-res label:after {
    content: ':'; }
  .table-res label.required:after {
    content: ': *'; }

#price-request-detail .comment-responsive {
  display: none; }

#pricerequest-detail hr {
  border-color: #ccc;
  margin: 20px 0; }

.pricerequest_table-wrapper {
  border-radius: 4px;
  margin-bottom: 15px; }
  .pricerequest_table-wrapper:last-child {
    margin-bottom: 0; }

.pricerequest__item-clone,
.pricerequest__item-remove {
  cursor: pointer;
  line-height: 30px;
  color: #4CAF50; }

.pricerequest__item-remove {
  color: #D43620; }

.pricerequest__table-h2 {
  margin-top: 25px;
  font-size: 1.125rem; }

.pricerequest__table-h3 {
  margin-bottom: 7.5px; }

.cart-item__image {
  display: block;
  width: 60px;
  height: 60px;
  overflow: hidden; }

#pricerequest-responsive-items {
  display: none; }

#price-request-list .responsive-title {
  display: none; }

#price-request-confirm-responsive {
  display: none; }

#table-products-body-responsive .sort-by .pull-left {
  width: 50%;
  text-align: right;
  padding-right: 5px; }

#table-products-body-responsive .sort-by .pull-right {
  width: 50%;
  text-align: left;
  padding-left: 5px; }

#table-products-body-responsive .limit .pull-left {
  width: 50%;
  text-align: right;
  padding-right: 5px; }

#table-products-body-responsive .limit .pull-right {
  width: 50%;
  text-align: left;
  padding-left: 5px; }

.table-products > tbody > tr.product td.price-info {
  min-width: 245px; }

.table-products .sorter-arrow,
.sos-products__items .sorter-arrow {
  cursor: pointer; }
  .table-products .sorter-arrow:hover,
  .sos-products__items .sorter-arrow:hover {
    color: #D43620;
    opacity: 1; }

.table-products .sorter-nowrap,
.sos-products__items .sorter-nowrap {
  display: block;
  white-space: nowrap; }

#login-popup-nick {
  margin-bottom: 10px; }

.fb-like.fb_iframe_widget {
  max-width: 100%;
  overflow: hidden;
  display: inline-block; }

.products-panel-response {
  padding: 15px 0 0 0 !important; }
  .products-panel-response hr:first-child {
    display: none; }

.btn-tag,
.btn-tag-list,
.btn-new,
.btn-new-list,
.btn-sample,
.btn-sample-list {
  padding: 0 5px;
  font-weight: normal;
  font-size: 13px;
  margin-left: 4px; }

.btn-tag:first-child {
  margin-left: 0; }

.btn-tag-list {
  color: #0060A8;
  background-color: #ffffff;
  border-color: #0060A8; }

.btn-tag-list:hover {
  color: #ffffff;
  background-color: #004375;
  border-color: #003d6b; }

.btn-new-list {
  color: #D43620;
  background-color: #ffffff;
  border-color: #D43620; }
  .btn-new-list:hover, .btn-new-list:focus, .btn-new-list.focus, .btn-new-list:active, .btn-new-list.active,
  .open > .btn-new-list.dropdown-toggle {
    color: #D43620;
    background-color: #e6e6e6;
    border-color: #9f2818; }
  .btn-new-list:active, .btn-new-list.active,
  .open > .btn-new-list.dropdown-toggle {
    background-image: none; }
  .btn-new-list.disabled, .btn-new-list.disabled:hover, .btn-new-list.disabled:focus, .btn-new-list.disabled.focus, .btn-new-list.disabled:active, .btn-new-list.disabled.active, .btn-new-list[disabled], .btn-new-list[disabled]:hover, .btn-new-list[disabled]:focus, .btn-new-list[disabled].focus, .btn-new-list[disabled]:active, .btn-new-list[disabled].active,
  fieldset[disabled] .btn-new-list,
  fieldset[disabled] .btn-new-list:hover,
  fieldset[disabled] .btn-new-list:focus,
  fieldset[disabled] .btn-new-list.focus,
  fieldset[disabled] .btn-new-list:active,
  fieldset[disabled] .btn-new-list.active {
    background-color: #ffffff;
    border-color: #D43620; }
  .btn-new-list .badge {
    color: #ffffff;
    background-color: #D43620; }
  .btn-new-list:hover {
    color: #ffffff;
    background-color: #a82b19;
    border-color: #9f2818; }

.btn-sample-list {
  color: #0060A8;
  background-color: #ffffff;
  border-color: #0060A8; }
  .btn-sample-list:hover, .btn-sample-list:focus, .btn-sample-list.focus, .btn-sample-list:active, .btn-sample-list.active,
  .open > .btn-sample-list.dropdown-toggle {
    color: #0060A8;
    background-color: #e6e6e6;
    border-color: #003d6b; }
  .btn-sample-list:active, .btn-sample-list.active,
  .open > .btn-sample-list.dropdown-toggle {
    background-image: none; }
  .btn-sample-list.disabled, .btn-sample-list.disabled:hover, .btn-sample-list.disabled:focus, .btn-sample-list.disabled.focus, .btn-sample-list.disabled:active, .btn-sample-list.disabled.active, .btn-sample-list[disabled], .btn-sample-list[disabled]:hover, .btn-sample-list[disabled]:focus, .btn-sample-list[disabled].focus, .btn-sample-list[disabled]:active, .btn-sample-list[disabled].active,
  fieldset[disabled] .btn-sample-list,
  fieldset[disabled] .btn-sample-list:hover,
  fieldset[disabled] .btn-sample-list:focus,
  fieldset[disabled] .btn-sample-list.focus,
  fieldset[disabled] .btn-sample-list:active,
  fieldset[disabled] .btn-sample-list.active {
    background-color: #ffffff;
    border-color: #0060A8; }
  .btn-sample-list .badge {
    color: #ffffff;
    background-color: #0060A8; }
  .btn-sample-list:hover {
    color: #ffffff;
    background-color: #004375;
    border-color: #003d6b; }

.frm-samples-note {
  height: 50px; }

#togglesearch {
  display: none; }

#footer-container .headlangs {
  margin: 0;
  padding: 10px 5px 5px;
  font-size: 12px;
  text-align: center; }
  #footer-container .headlangs li {
    display: inline-block; }
    #footer-container .headlangs li.active a {
      color: #D43620;
      font-weight: 700; }
  #footer-container .headlangs a {
    color: #5b6672;
    margin: 0 5px; }
  #footer-container .headlangs a::after {
    content: "/";
    color: #5b6672;
    font-weight: 400;
    margin-left: 5px; }

#footer-container .footer-langs {
  display: none; }

div.filter-active-container {
  width: auto !important;
  float: none;
  display: inline-block;
  clear: none !important;
  vertical-align: top;
  min-width: 150px; }

#filters-container {
  overflow-x: scroll; }

#filters-inline {
  white-space: nowrap; }

.headcart_header {
  padding-right: 30px; }

.headcart__icon {
  color: #0060A8; }

.headcart__count:after {
  width: 18px;
  height: 18px;
  content: attr(data-count);
  font-size: 10px;
  background: #D43620;
  border-radius: 50%;
  color: #fff;
  font-weight: bold;
  position: absolute;
  right: -10px;
  top: -7px;
  padding: 2px 0;
  border: 2px solid #D43620;
  vertical-align: middle;
  text-align: center;
  font-family: Sans-Serif; }

.headcart__count[data-count="0"]:after {
  display: none; }

.headcart__pricerequest-count:after {
  width: 18px;
  height: 18px;
  content: attr(data-count);
  font-size: 10px;
  background: #D43620;
  border-radius: 50%;
  color: #fff;
  font-weight: bold;
  position: absolute;
  right: -10px;
  top: -7px;
  padding: 2px 0;
  border: 2px solid #D43620;
  vertical-align: middle;
  text-align: center;
  font-family: Sans-Serif;
  padding: 0;
  right: -12px; }

.headcart__pricerequest-count[data-count="0"]:after {
  display: none; }

.mobile-menu__pricerequest-count {
  float: right;
  background: #D43620;
  border-radius: 50%;
  display: inline-block;
  height: 25px;
  width: 25px;
  text-align: center;
  vertical-align: top;
  font-size: 16px;
  margin-top: 2px;
  color: #fff;
  font-weight: bold; }
  .mobile-menu__pricerequest-count[data-count="0"] {
    display: none; }

#header .row-navigation .nav li {
  transition: none;
  border-radius: 3px 3px 0 0; }
  #header .row-navigation .nav li > a:after {
    transition: transform 0.3s linear; }
  #header .row-navigation .nav li.active {
    transition: all 0.3s linear;
    background: #fff;
    color: #ccc !important; }
    #header .row-navigation .nav li.active > a {
      color: #004375; }
      #header .row-navigation .nav li.active > a:after {
        transform: rotate(180deg); }
    #header .row-navigation .nav li.active div.submenu {
      opacity: 1; }

#navbar3 div.submenu.visible, #subcategories-inline div.submenu.visible {
  opacity: 0; }

#navbar3 div.submenu a:after, #subcategories-inline div.submenu a:after {
  display: none; }

#navbar3 div.submenu .item, #subcategories-inline div.submenu .item {
  width: 33%;
  display: inline-block;
  padding: 10px 25px;
  vertical-align: top; }
  #navbar3 div.submenu .item .image, #subcategories-inline div.submenu .item .image {
    float: left;
    margin-right: 10px; }
    #navbar3 div.submenu .item .image div.cat-image,
    #navbar3 div.submenu .item .image img, #subcategories-inline div.submenu .item .image div.cat-image,
    #subcategories-inline div.submenu .item .image img {
      max-width: 100%;
      max-height: 100%; }
  #navbar3 div.submenu .item .right, #subcategories-inline div.submenu .item .right {
    float: left;
    width: calc(100% - 70px);
    min-height: 60px; }
    #navbar3 div.submenu .item .right .name, #subcategories-inline div.submenu .item .right .name {
      transition: color 0.2s linear;
      display: inline-block;
      font-size: 15px; }
      #navbar3 div.submenu .item .right .name a, #subcategories-inline div.submenu .item .right .name a {
        color: #0CB0E6 !important;
        padding-right: 5px !important; }
    #navbar3 div.submenu .item .right .quantity, #subcategories-inline div.submenu .item .right .quantity {
      font-size: 11px;
      color: #aaa;
      display: inline-block; }
  #navbar3 div.submenu .item:hover .right .name a, #subcategories-inline div.submenu .item:hover .right .name a {
    color: #D43620 !important; }
  #navbar3 div.submenu .item .subsubcategory a, #subcategories-inline div.submenu .item .subsubcategory a {
    color: #555 !important;
    font-size: 13px;
    display: inline-block !important;
    padding-right: 5px !important;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: calc(100% - 60px);
    white-space: nowrap;
    vertical-align: middle; }
  #navbar3 div.submenu .item .subsubcategory span, #subcategories-inline div.submenu .item .subsubcategory span {
    font-weight: normal;
    color: #aaa;
    vertical-align: middle;
    font-size: 13px; }
  #navbar3 div.submenu .item div.subcategories-more, #subcategories-inline div.submenu .item div.subcategories-more {
    display: none; }
  #navbar3 div.submenu .item a.more, #subcategories-inline div.submenu .item a.more {
    color: #0060A8;
    font-weight: 600;
    text-decoration: underline;
    font-size: 13px; }
  #navbar3 div.submenu .item div.no-subcategories, #subcategories-inline div.submenu .item div.no-subcategories {
    color: #ddd;
    font-weight: normal;
    font-size: 13px; }

#navbar3 div.submenu {
  background: #fff;
  margin: 5px 16px 5px 15px;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 5;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  border-radius: 0 0 3px 3px;
  display: none;
  padding: 15px 0;
  opacity: 0;
  transition: opacity 0.3s linear;
  overflow-y: auto; }

#subcategories-inline div.submenu .item {
  width: 24.7%;
  padding: 10px 10px 10px 10px; }
  #subcategories-inline div.submenu .item .subsubcategory a {
    max-width: calc(100% - 40px); }
  #subcategories-inline div.submenu .item .right .quantity {
    vertical-align: top;
    font-size: 12px;
    font-weight: bold; }

#subcategories-inline div.submenu a {
  width: auto; }

#subcategories-inline div.submenu a.category-image {
  width: 60px;
  height: 60px;
  text-align: center; }

#ajax-filters-panel {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto; }

#ajax-filters-panel.without-parameter-filters .category-all-filters-scrollbar {
  display: inline-block;
  width: auto !important;
  position: relative; }

#ajax-filters-panel.without-parameter-filters .scroll-wrapper {
  display: inline-block; }

#ajax-filters-panel.without-parameter-filters .not-active-filters {
  display: none !important; }

#ajax-filters-panel.without-parameter-filters .aktivne-filtre {
  display: none !important; }

#ajax-filters-panel.without-parameter-filters #subcategories-panel {
  display: inline-block !important;
  width: calc(100% - 310px);
  vertical-align: top;
  padding: 20px 0 0 0; }

#ajax-filters-panel.without-parameter-filters #filters-panel {
  display: inline-block;
  vertical-align: top;
  max-width: 305px;
  overflow-x: hidden; }

#ajax-filters-panel.without-parameter-filters .filter {
  width: 33%; }

#ajax-filters-panel.without-parameter-filters a.enlarge-parameter {
  display: none; }

#ajax-filters-panel.without-parameter-filters a.remove-parameter {
  display: none; }

#ajax-filters-panel.without-parameter-filters #filters-panel .category-all-filters-scrollbar > .scroll-wrapper > .scroll-element.scroll-y {
  display: none; }

#ajax-filters-panel.without-parameter-filters #filters-panel .category-all-filters-scrollbar > .scroll-wrapper > .scroll-element.scroll-x {
  display: none; }

@media screen and (min-width: 1000px) {
  #header.homepage:not(.smaller) .row-navigation {
    overflow: inherit !important; }
  #header .row-navigation.open {
    overflow: inherit !important; } }

#currency-select {
  position: relative;
  text-transform: none;
  display: inline-block; }
  #currency-select.opened div.custom-select i.icon {
    /* IE 9 */
    /* Chrome, Safari, Opera */
    transform: rotate(180deg); }
  #currency-select div.custom-select {
    background: #0060A8;
    color: #fff;
    font-weight: 600;
    font-size: 13px;
    padding: 6px 15px;
    display: inline-block;
    border-radius: 4px;
    cursor: pointer; }
    #currency-select div.custom-select i.icon {
      display: inline-block;
      transition: transform 0.2s linear; }
    #currency-select div.custom-select span {
      min-width: 15px;
      display: inline-block;
      margin-right: 5px; }
  #currency-select ul {
    display: none;
    position: absolute;
    background: #fff;
    right: 0;
    left: 0;
    border-radius: 0 0 3px 3px;
    border: 1px solid #ccc;
    padding: 1px; }
    #currency-select ul li {
      display: block;
      float: none;
      padding: 5px;
      text-align: left;
      font-size: 12px;
      font-weight: bold;
      cursor: pointer;
      margin: 0;
      list-style-type: none; }
      #currency-select ul li:hover {
        background-color: #0060A8;
        color: #fff; }

.operation-select {
  position: relative;
  text-transform: none;
  display: inline-block; }
  .operation-select div.btn-product-add-to-cart {
    float: left;
    margin-right: 1px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .operation-select .add-to-cart-input {
    background-color: transparent; }
  .operation-select button.add-to-cart-button {
    width: 33px !important;
    padding-left: 0;
    padding-right: 0;
    margin-right: 1px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .operation-select div.operation-select2 {
    display: inline-block; }
    .operation-select div.operation-select2.opened button.op-menu {
      border-bottom-right-radius: 0; }
    .operation-select div.operation-select2.opened button.op-menu-detail {
      border-bottom-right-radius: 0; }
  .operation-select button.op-menu {
    padding-left: 2px;
    padding-right: 1px;
    margin-right: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
    .operation-select button.op-menu .icon {
      padding-left: 4px;
      padding-right: 4px; }
  .operation-select button.op-menu-detail {
    padding: 9px 3px 10px 4px;
    margin-right: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
    .operation-select button.op-menu-detail .icon {
      padding-left: 4px;
      padding-right: 4px; }
  .operation-select div.custom-select {
    font-weight: 600;
    font-size: 13px;
    display: inline-block;
    border-radius: 4px;
    padding: 0;
    cursor: pointer; }
    .operation-select div.custom-select i.icon {
      display: inline-block;
      transition: transform 0.2s linear; }
    .operation-select div.custom-select span.op-add-to-cart {
      width: 33px !important;
      display: inline-block;
      padding: 5px 10px 6px 10px;
      border-right: 1px solid #fff; }
    .operation-select div.custom-select span.op-menu {
      padding: 5px 10px 6px 10px; }
  .operation-select ul {
    display: none;
    position: absolute;
    background: #fff;
    right: 0;
    border-radius: 3px 0 3px 3px;
    border: 1px solid #0060A8;
    padding: 0;
    z-index: 2;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
    .operation-select ul li {
      display: block;
      float: none;
      padding: 5px;
      text-align: left;
      font-size: 14px;
      font-weight: normal;
      cursor: pointer;
      margin: 0;
      list-style-type: none;
      white-space: nowrap; }
      .operation-select ul li:hover {
        background-color: #0060A8;
        color: #fff; }
      .operation-select ul li i.icon {
        margin-right: 5px;
        top: -2px; }

#filter-finish-without-parametric-filter {
  margin: -20px 20px 20px 20px; }
  #filter-finish-without-parametric-filter.fixed {
    position: fixed;
    bottom: -10px;
    right: 0px; }

#ajax-filters-panel.padding-bottom {
  padding-bottom: 60px; }

#mobile-header {
  display: none;
  height: 60px;
  position: fixed;
  top: 0;
  width: 100%;
  padding: 15px;
  background: #fff;
  z-index: 5; }
  #mobile-header .menu-icon {
    margin-top: 3px;
    margin-right: 5px;
    vertical-align: top; }
  #mobile-header .logo {
    background: url(/dist/svg/logo-sk.svg) no-repeat left center;
    width: 90px;
    height: 30px;
    vertical-align: top; }
  #mobile-header .logo-cz {
    background-image: url(/dist/svg/logo-cz.svg); }
  #mobile-header .logo-hu {
    background-image: url(/dist/svg/logo-hu.svg); }
  #mobile-header .logo-en {
    background-image: url(/dist/svg/logo-en.svg); }
  #mobile-header .logo-de {
    background-image: url(/dist/svg/logo-de.svg); }
  #mobile-header .logo-ro {
    background-image: url(/dist/svg/logo-ro.svg); }
  #mobile-header .logo-pl {
    background-image: url(/dist/svg/logo-pl.svg); }
  #mobile-header .logo-it {
    background-image: url(/dist/svg/logo-it.svg); }
  #mobile-header .logo-es {
    background-image: url(/dist/svg/logo-es.svg); }
  #mobile-header i.icon {
    color: #0060A8;
    font-size: 28px; }
  #mobile-header div.search-icon {
    margin-right: 10px; }
  #mobile-header a:active, #mobile-header a:hover {
    text-decoration: none; }
  #mobile-header span.badge {
    float: right;
    background: #D43620;
    border-radius: 50%;
    display: inline-block;
    height: 25px;
    width: 25px;
    text-align: center;
    vertical-align: top;
    font-size: 16px;
    margin-top: 2px;
    color: #fff;
    font-weight: bold; }
  #mobile-header i.icon.icon-cart::after {
    width: 18px;
    height: 18px;
    content: attr(data-count);
    font-size: 10px;
    background: #D43620;
    border-radius: 50%;
    color: #fff;
    font-weight: bold;
    position: absolute;
    right: -10px;
    top: -7px;
    padding: 2px 0;
    border: 2px solid #D43620;
    vertical-align: middle;
    text-align: center;
    font-family: Sans-Serif; }
  #mobile-header .search-container {
    width: calc(100% - 195px);
    position: absolute;
    transition-duration: .2s;
    z-index: 5;
    background-color: #0060A8;
    top: 10px;
    right: 50px;
    border-radius: 4px; }
    #mobile-header .search-container i.icon {
      font-size: 16px;
      padding: 0;
      color: white; }
    #mobile-header .search-container .search-container-inner {
      margin: 2px; }
    #mobile-header .search-container input {
      width: calc(100% - 33px);
      padding-right: 12px;
      background-color: white; }
      #mobile-header .search-container input:focus {
        outline: none; }
  #mobile-header .search-container-focus {
    width: calc(100% - 150px);
    transition-duration: .2s; }

#sos-sidebar {
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  overflow: visible;
  z-index: 1000; }
  #sos-sidebar .sidebar {
    z-index: 2;
    position: fixed;
    top: 0;
    bottom: 0;
    will-change: transform;
    overflow-y: auto;
    left: 0;
    right: 0;
    transform: translateX(-100%);
    box-shadow: transparent 2px 2px 4px;
    width: 90%;
    background: #fff; }
  #sos-sidebar .overlay {
    z-index: 1;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease-out, visibility 0.3s ease-out;
    background-color: rgba(0, 0, 0, 0.5); }
  #sos-sidebar.visible .sidebar {
    transform: translateX(0%);
    box-shadow: rgba(0, 0, 0, 0.15) 2px 2px 4px; }
  #sos-sidebar.visible .overlay {
    opacity: 1;
    visibility: visible; }

#mobile-menu-sidebar .header-strip {
  height: 60px;
  position: absolute;
  top: 0;
  width: 100%;
  padding: 15px;
  background: #fff;
  border-bottom: 1px solid #0060A8;
  z-index: 4; }
  #mobile-menu-sidebar .header-strip .menu-icon {
    margin-top: 3px;
    margin-right: 5px;
    vertical-align: top; }
  #mobile-menu-sidebar .header-strip .logo {
    background: url(/dist/svg/logo-sk.svg) no-repeat left center;
    width: 90px;
    height: 30px;
    vertical-align: top; }
  #mobile-menu-sidebar .header-strip .logo-cz {
    background-image: url(/dist/svg/logo-cz.svg); }
  #mobile-menu-sidebar .header-strip .logo-hu {
    background-image: url(/dist/svg/logo-hu.svg); }
  #mobile-menu-sidebar .header-strip .logo-en {
    background-image: url(/dist/svg/logo-en.svg); }
  #mobile-menu-sidebar .header-strip .logo-de {
    background-image: url(/dist/svg/logo-de.svg); }
  #mobile-menu-sidebar .header-strip .logo-ro {
    background-image: url(/dist/svg/logo-ro.svg); }
  #mobile-menu-sidebar .header-strip .logo-pl {
    background-image: url(/dist/svg/logo-pl.svg); }
  #mobile-menu-sidebar .header-strip .logo-it {
    background-image: url(/dist/svg/logo-it.svg); }
  #mobile-menu-sidebar .header-strip .logo-es {
    background-image: url(/dist/svg/logo-es.svg); }
  #mobile-menu-sidebar .header-strip i.icon {
    color: #0060A8;
    font-size: 28px; }
  #mobile-menu-sidebar .header-strip a:active, #mobile-menu-sidebar .header-strip a:hover {
    text-decoration: none; }

#mobile-menu-sidebar ul.menu {
  margin-top: 60px;
  padding: 0; }
  #mobile-menu-sidebar ul.menu i.icon {
    color: #ddd;
    margin-right: 15px;
    text-shadow: 1px 1px #aaa;
    font-size: 22px; }
  #mobile-menu-sidebar ul.menu li {
    border-bottom: 1px solid #eee; }
    #mobile-menu-sidebar ul.menu li.logout {
      background-color: #eee; }
    #mobile-menu-sidebar ul.menu li a {
      padding: 15px;
      display: inline-block;
      color: #000;
      font-size: 18px;
      width: 100%; }
      #mobile-menu-sidebar ul.menu li a:hover, #mobile-menu-sidebar ul.menu li a:active {
        text-decoration: none; }
      #mobile-menu-sidebar ul.menu li a.disabled {
        color: #A5B1BF; }
    #mobile-menu-sidebar ul.menu li:last-child {
      border-bottom: none; }
    #mobile-menu-sidebar ul.menu li span.badge {
      float: right;
      background: #D43620;
      border-radius: 50%;
      display: inline-block;
      height: 25px;
      width: 25px;
      text-align: center;
      vertical-align: top;
      font-size: 16px;
      margin-top: 2px;
      color: #fff;
      font-weight: bold; }

#payment-delivery-table h2.pd-header {
  display: none; }

.anchor {
  color: #0060A8;
  cursor: pointer; }

.cart-bottom-buttons div.anchor {
  display: inline-block;
  color: #0060A8;
  text-transform: uppercase;
  cursor: pointer;
  margin-left: 12px; }
  .cart-bottom-buttons div.anchor i {
    top: -2px; }
  .cart-bottom-buttons div.anchor span {
    margin-left: 2px; }
  .cart-bottom-buttons div.anchor:hover {
    color: #005493; }
    .cart-bottom-buttons div.anchor:hover span {
      text-decoration: underline; }

.table-products-compare .anchor {
  font-size: 12px; }

body.no-scroll {
  overflow: hidden; }

#header button.btn-sortiment {
  display: none;
  float: left;
  margin-right: 30px; }

#profile-subusers span.label,
#delivery-addresses-table span.label {
  display: none; }

#profile-subusers .responsive,
#delivery-addresses-table .responsive {
  display: none; }

#applications-tags .col-tag {
  width: 25%;
  margin-bottom: 6px; }
  #applications-tags .col-tag a {
    color: #0CB0E6;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis; }

#applications .col-application {
  width: 25%;
  margin-bottom: 6px; }
  #applications .col-application a {
    color: #0CB0E6;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis; }

#mobile-buttons {
  display: none;
  margin-top: 10px; }
  #mobile-buttons .col {
    margin-bottom: 6px;
    width: 50%; }

.form-up label {
  margin-bottom: 1px;
  font-weight: bold; }
  .form-up label:after {
    content: ':'; }
  .form-up label.required:after {
    content: ': *'; }

#registration-form .col-email {
  padding-right: 0; }

#button-export i {
  padding-left: 0; }

.article-tabs {
  display: inline-block;
  margin: 7.5px 0 0 0;
  padding: 0;
  vertical-align: middle; }
  .article-tabs li {
    display: inline-block;
    float: left;
    margin-left: 1px;
    padding-left: 5px;
    cursor: pointer;
    list-style: none; }
    .article-tabs li:first-child {
      margin-left: 0;
      padding-left: 0; }
    .article-tabs li span {
      display: block;
      padding: 5px 10px;
      font-size: 12px;
      background-color: #DAE0E4;
      transition-property: background-color;
      transition-duration: .2s;
      border-top-right-radius: 4px;
      border-top-left-radius: 4px; }
    .article-tabs li.active span, .article-tabs li:hover span {
      color: #ffffff;
      background-color: #0060A8; }

#header .col-headsearch {
  background-color: #0060A8;
  border-radius: 4px; }
  #header .col-headsearch form button {
    right: 10px;
    top: 2px; }
    #header .col-headsearch form button i {
      color: #ffffff; }
  #header .col-headsearch > div {
    margin: 2px; }
  #header .col-headsearch #searchquery {
    padding-right: 12px;
    border: none;
    width: 85%;
    background-color: #ffffff; }
  #header .col-headsearch button {
    background: transparent; }

#header .col-headuser > .row {
  margin-left: 0; }

#slogans {
  background-color: #f2f6f8;
  line-height: 45px;
  font-size: 13px;
  color: #0060A8; }
  #slogans .col {
    width: 25%; }
  #slogans i.icon-slogan {
    font-size: 16px; }
  #slogans span.icon-years {
    font-weight: bold;
    font-size: 22px;
    color: #0060A8;
    opacity: 0.9;
    position: relative;
    top: 2px;
    line-height: 1; }
  #slogans .point {
    display: inline-block;
    height: 24px;
    width: 24px;
    background-color: #0060a8;
    opacity: .15;
    vertical-align: middle; }
  #slogans .text {
    padding-left: 6px; }
  #slogans .col-1 .text {
    padding-left: 0; }
  #slogans .container {
    position: relative; }
    #slogans .container .icon-cross {
      cursor: pointer;
      position: absolute;
      top: 15px;
      right: 20px;
      font-size: 12px;
      opacity: .5; }
      #slogans .container .icon-cross:hover {
        opacity: 1; }

.index-slogans-mobile {
  padding-left: 0;
  margin-bottom: 0; }

.index-slogans-mobile__item {
  margin-top: 10.5px;
  list-style: none; }

.index-slogans-mobile__item-icon {
  font-size: 16px;
  color: #0060A8; }

.index-slogans-mobile__item-text {
  padding-left: 6px; }
  .index-slogans-mobile__item-text:first-child {
    padding-left: 0; }
  .index-slogans-mobile__item-text .icon-years {
    font-weight: bold;
    font-size: 16px;
    color: #0060A8;
    opacity: 0.9;
    position: relative;
    top: 2px;
    line-height: 1; }

div.notice h3 {
  position: relative; }
  div.notice h3 .icon-cross {
    cursor: pointer;
    position: absolute;
    top: 8px;
    right: 4px;
    font-size: 12px;
    opacity: .7; }
    div.notice h3 .icon-cross:hover {
      opacity: 1; }

.col-hp-about-us #contact {
  display: none; }

section.main .col-hp-about-us * {
  font-size: 14px;
  line-height: 1.3; }

.col-hp-brands .col {
  margin-top: 6px; }

.col-hp-brands .image {
  width: 156px;
  height: 85px;
  padding: 4px;
  border-radius: 4px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  overflow: hidden; }
  .col-hp-brands .image img {
    max-height: 80px; }

.col-hp-brands .name {
  padding-left: 55px;
  margin-left: -45px;
  float: left;
  text-transform: uppercase;
  margin-top: 5px;
  cursor: pointer;
  color: #717171; }

#hp-articles .col-article {
  margin-top: 25px; }
  #hp-articles .col-article .article-hp-footer {
    font-size: 12px;
    border-bottom: 1px solid #EAEFF2;
    padding-bottom: 10px; }
  #hp-articles .col-article .article-footer-left {
    width: auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 10px; }
  #hp-articles .col-article .article-footer-right {
    float: right;
    width: auto; }

#layout-buttons {
  float: right;
  height: 32px;
  display: inline-block; }
  #layout-buttons .layout-button {
    margin-left: 12px;
    display: inline-block;
    vertical-align: baseline;
    z-index: 2;
    position: relative; }
    #layout-buttons .layout-button:first-child {
      margin-left: 0; }
    #layout-buttons .layout-button:hover span.text {
      text-decoration: underline; }
    #layout-buttons .layout-button a {
      text-decoration: none; }
    #layout-buttons .layout-button i.icon {
      position: relative;
      top: -2px; }
    #layout-buttons .layout-button span.text {
      padding-left: 5px; }

#dashboard-menu-button {
  text-transform: uppercase;
  padding: 4px 15px 4px 10px;
  min-height: 32px; }
  #dashboard-menu-button span {
    padding-left: 5px; }

#header .col-navigation #dashboard-menu-button .icon-menu {
  display: inline-block; }

.container-sortiment {
  background-color: #ffffff; }

#hp-sortiment {
  padding-top: 5px;
  padding-bottom: 15px; }
  #hp-sortiment .col-category {
    text-align: center;
    margin-top: 10px; }
    #hp-sortiment .col-category .image {
      display: inline-block;
      width: 60px;
      height: 60px;
      padding: 0;
      border: 1px solid #DAE0E4;
      border-radius: 4px;
      overflow: hidden; }
    #hp-sortiment .col-category .text {
      display: -webkit-box;
      max-width: 100%;
      height: 28.8px;
      font-size: 12px;
      line-height: 1.2;
      -webkit-line-clamp: 2;
      overflow: hidden;
      text-overflow: ellipsis;
      color: #5b6672;
      display: block; }

.show-pcn-info-popup {
  display: inline-block; }

.container-1600 {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto; }

.collapsible-control-u {
  cursor: pointer;
  color: #0060A8; }

.order-list__button {
  width: 100%;
  margin-top: 6px; }

.order-cart-2__comment {
  min-height: 75px; }

#search-params-wrapper .loading {
  opacity: 0.5;
  width: 100%;
  height: 315px; }

.delivery-options__note {
  padding-top: 5px;
  margin-bottom: 0; }
  .delivery-options__note span {
    font-size: 12px; }

.filters-mobile__button-wrapper {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: right; }

.filters-mobile__button-count,
.filters-mobile__button-show {
  width: 100%; }

.filters-mobile__button-count {
  text-transform: uppercase; }

.filters-desktop__loader {
  display: none; }

img.lazy {
  opacity: 0;
  transition: opacity .3s ease-in; }

@media screen and (max-width: 1799px) {
  div.filter-active-container, #subcategories-inline > .filter {
    width: 16.66%; }
  div.filter-active-container:nth-child(8n+1) {
    clear: none; }
  div.filter-active-container:nth-child(6n+1) {
    clear: both; }
  #subcategories-inline div.submenu .item {
    width: 33%; } }

@media only screen and (min-width: 1600px) {
  .search-entry__add {
    margin-bottom: 0; } }

@media screen and (max-width: 1599px) {
  table.table-products .external-stock {
    white-space: normal; } }

@media screen and (max-width: 1399px) {
  div.filter-active-container, #subcategories-inline > .filter {
    width: 20%; }
  div.filter-active-container:nth-child(6n+1) {
    clear: none; }
  div.filter-active-container:nth-child(5n+1) {
    clear: both; }
  .checkbox.manufacturer + label {
    width: 25%; }
  table.table-products .stock {
    white-space: normal; } }

@media screen and (max-width: 1299px) {
  table.table-products .stock {
    min-width: 0; }
  #subcategories-inline div.submenu .item {
    width: 49.5%; } }

@media only screen and (max-width: 1199px) {
  .user-items-b__list {
    display: none; }
  table.table-products .external-stock {
    white-space: normal;
    padding: 10px; }
  div.filter-active-container, #subcategories-inline > .filter, div.linecards-filters #subcategories-inline > .filter {
    width: 25%; }
  div.filter-active-container:nth-child(5n+1) {
    clear: none; }
  div.filter-active-container:nth-child(4n+1) {
    clear: both; }
  .checkbox.manufacturer + label {
    width: 33.33%; }
  .order-buttons-left .btn, .order-buttons-right .btn {
    padding: 8px 14px;
    font-size: 14px; }
  ul.section-menu li {
    width: 50%; }
  #applications .col-application {
    width: 33.33%; }
  #applications-tags .col-tag {
    width: 33.33%; }
  #orders {
    display: none; }
    #orders #order-list tbody tr td a {
      white-space: nowrap; }
  .order-list-row .col {
    padding-left: 7.5px;
    padding-right: 7.5px; }
  #orders-res {
    display: block;
    padding-left: 7.5px;
    padding-right: 7.5px; }
    #orders-res > section {
      margin-left: 7.5px;
      margin-right: 7.5px; }
    #orders-res section.order-item {
      margin-top: 10px;
      padding: 6px 6px; }
      #orders-res section.order-item .legend {
        margin: 6px; }
      #orders-res section.order-item .image {
        width: 60px;
        height: 60px;
        float: left;
        position: relative;
        z-index: 1;
        overflow: hidden; }
      #orders-res section.order-item .description {
        float: left;
        font-size: 13px;
        width: 100%;
        margin-left: -60px;
        padding-left: 72px;
        padding-right: 0;
        line-height: 1.3; }
        #orders-res section.order-item .description > div {
          margin-bottom: 6px;
          display: block; }
        #orders-res section.order-item .description p {
          margin-bottom: 6px; }
        #orders-res section.order-item .description .legend-res {
          padding: 1px 2px; }
      #orders-res section.order-item .item-row {
        padding: 1px 2px;
        line-height: 1;
        clear: both; }
        #orders-res section.order-item .item-row label {
          float: left;
          width: 50%;
          display: block;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap; }
          #orders-res section.order-item .item-row label:after {
            content: ':'; }
        #orders-res section.order-item .item-row > span {
          float: left;
          width: 50%;
          display: block;
          text-align: right;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis; }
      #orders-res section.order-item .buttons {
        margin-top: 6px;
        text-align: right; }
  #order-list,
  .order-list {
    display: none; }
  .table-responsive-2 {
    margin-top: 10px;
    margin-bottom: 10px; }
    .table-responsive-2 thead {
      display: none; }
    .table-responsive-2 tbody tr {
      display: block;
      float: left;
      width: 31.3333%;
      margin-top: 16px;
      margin-left: 1%;
      margin-right: 1%;
      padding-left: 5px;
      padding-right: 5px;
      border: 1px solid #DAE0E4;
      border-radius: 4px;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.05); }
      .table-responsive-2 tbody tr:first-child {
        margin-top: 0; }
      .table-responsive-2 tbody tr.clear {
        border: none; }
      .table-responsive-2 tbody tr td {
        box-sizing: border-box;
        margin: 0;
        padding: 0;
        display: block;
        width: 100%;
        float: left;
        border: none;
        padding: 3px;
        text-align: left;
        overflow-x: hidden; }
        .table-responsive-2 tbody tr td span.label {
          display: block; }
        .table-responsive-2 tbody tr td.image {
          text-align: center;
          overflow: inherit; }
        .table-responsive-2 tbody tr td.buttons {
          text-align: center;
          padding-bottom: 6px; }
        .table-responsive-2 tbody tr td a.show-details {
          display: none; }
        .table-responsive-2 tbody tr td a.show-details-responsive {
          display: inline-block; }
  .filter-invoices .col {
    width: 100%;
    padding-top: 6px; }
    .filter-invoices .col:first-child {
      padding-top: 0; }
  #hp-brands {
    margin-top: 20px; }
  #hp-articles-right {
    margin-top: 20px; }
  .col-hp-brands .col {
    width: 50%; }
  #user-items .table-products {
    display: none; }
  #user-items #table-products-body-responsive {
    display: block; }
  #table-products-body-responsive div.product-details-left > a {
    padding-right: 16px; } }

@media screen and (min-width: 600px) and (max-width: 1199px) {
  #orders ul.tabs {
    width: 100%; }
    #orders ul.tabs li {
      width: 50%; }
      #orders ul.tabs li:nth-child(2n) {
        padding-right: 0; }
      #orders ul.tabs li:nth-child(1), #orders ul.tabs li:nth-child(2) {
        padding-bottom: 1px; } }

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .footer-credit-cards__col {
    width: 33.3333%; }
  .table-responsive-2 tbody tr:nth-child(2), .table-responsive-2 tbody tr:nth-child(3) {
    margin-top: 0; }
  .col-hp-brands .col {
    width: 25%; }
  #slogans .col {
    width: 50%; } }

@media only screen and (min-width: 480px) and (max-width: 1199px) {
  #hp-articles .col-article:nth-of-type(1), #hp-articles .col-article:nth-of-type(2) {
    margin-top: 0; }
  .articles__list-item {
    width: 50%; }
    .articles__list-item:nth-of-type(1), .articles__list-item:nth-of-type(2) {
      margin-top: 0; }
    .articles__list-item:nth-child(2n + 1) {
      clear: both; }
  .footer-credit-cards {
    width: 95%;
    position: absolute;
    top: 65px; }
  .footer-credit-cards__col-delivery {
    max-width: 240px; }
  .sortiment__brand {
    width: 25%; }
  .table-responsive-2 tbody tr:nth-child(2) {
    margin-top: 0; }
  .table-responsive-2 tbody tr td > * {
    white-space: nowrap; }
  .table-responsive-2 tbody tr td.image {
    height: 80px; }
  #hp-articles-left .col {
    width: 50%; }
  #hp-articles-right .col {
    width: 50%; } }

@media only screen and (min-width: 1024px) {
  .claims-request__form-col {
    width: 50%; }
  .claims-request__form-col--buttons {
    width: 100%; }
  .order-unlogged-address > .row {
    margin-left: 0;
    margin-right: 0; }
  .order-unlogged-2__form-h2 {
    margin-left: 0;
    margin-right: 0; }
  .order-unlogged-2__form-customer-type {
    padding-left: 0;
    padding-right: 0; }
  .order-unlogged-2__form-h3 {
    padding-left: 0;
    padding-right: 0; }
  .order-step-unlogged-2__alternative--login {
    padding-left: 15px; }
  .order-step-unlogged-2__alternative--registration {
    padding-right: 15px; } }

@media only screen and (max-width: 1023px) {
  .claims-request__form-col > .row > .col {
    padding-left: 7.5px;
    padding-right: 7.5px; }
  .container-old {
    padding-left: 22.5px;
    padding-right: 22.5px; }
  #orders div.tab-content {
    padding-left: 7.5px;
    padding-right: 7.5px; }
  .order-detail .description-box,
  .invoice-detail .description-box {
    padding-left: 0;
    padding-right: 0; } }

@media screen and (max-width: 999px) {
  div.filter-active-container, #subcategories-inline > .filter, div.linecards-filters #subcategories-inline > .filter {
    width: 33.33%; }
  div.filter-active-container:nth-child(4n+1) {
    clear: none; }
  div.filter-active-container:nth-child(3n+1) {
    clear: both; }
  .checkbox.manufacturer + label {
    width: 50%; }
  a.post-image img {
    margin: 0 auto; }
  a.post-image {
    text-align: center; }
  #cookies-usage-message {
    bottom: 0;
    right: 0;
    left: 0;
    width: auto;
    border-radius: 0;
    border-width: 1px 0 0 0; }
  #header .icon.icon-cart-alt::after {
    display: block; }
  #navbar3 div.submenu {
    display: none; }
  #subcategories-inline div.submenu .item {
    width: 100%; }
  #registration-email .row-container > .col {
    width: 100%; } }

@media screen and (max-width: 799px) {
  #cart {
    display: none; }
  #cart-responsive {
    display: block; }
    #cart-responsive .summary-line {
      border-top: 1px solid #ccc;
      padding-top: 15px; }
  #price-request-order-button {
    margin-bottom: 15px;
    float: none !important;
    width: 100%; }
  #cart-responsive table.table-products tbody td {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color #dadada;
    -o-border-image: none;
       border-image: none;
    border-radius: 0;
    border-style: none solid;
    border-width: 0 1px;
    display: block;
    text-align: center; }
  #cart-responsive table.table-products tbody td:first-child {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #dadada #dadada -moz-use-text-color;
    -o-border-image: none;
       border-image: none;
    border-style: solid solid none;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-width: 1px 1px 0;
    padding-top: 10px; }
  #cart-responsive table.table-products tbody td:last-child {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-color: -moz-use-text-color #dadada #dadada;
    -o-border-image: none;
       border-image: none;
    border-style: none solid solid;
    border-width: 0 1px 1px;
    padding-bottom: 10px; }
  #cart-responsive table.table-products thead {
    display: none; }
  #cart-responsive table.table-products tbody td {
    padding: 5px;
    background: #fff; }
  #cart-responsive table.table-products {
    border-collapse: separate;
    border-spacing: 0 7px; }
  #cart-responsive td.favorite-checkbox {
    display: none !important; }
  #cart-responsive .cart-item {
    position: relative;
    padding: 6px 12px; }
    #cart-responsive .cart-item .remove-product {
      position: absolute;
      top: 4px;
      right: 4px;
      padding: 0; }
      #cart-responsive .cart-item .remove-product i.icon.icon-cross {
        font-size: 0.6em;
        font-weight: bold; }
    #cart-responsive .cart-item .image {
      width: 60px;
      height: 60px;
      float: left;
      position: relative;
      z-index: 1; }
    #cart-responsive .cart-item .description {
      float: left;
      font-size: 13px;
      width: 100%;
      margin-left: -60px;
      padding-left: 72px;
      padding-right: 22px;
      line-height: 1.3; }
      #cart-responsive .cart-item .description > div {
        margin-bottom: 6px;
        display: block; }
      #cart-responsive .cart-item .description p {
        margin-bottom: 6px; }
    #cart-responsive .cart-item .quantity {
      margin-top: 6px; }
      #cart-responsive .cart-item .quantity button {
        font-size: 12px; }
    #cart-responsive .cart-item .price {
      margin-top: 6px; }
    #cart-responsive .cart-item .show-availability-popup {
      position: inherit; }
      #cart-responsive .cart-item .show-availability-popup .availability-popup {
        left: 0;
        right: inherit;
        width: 100%; }
  div.order-details-left {
    width: 60%; }
  #summary {
    display: none; }
  #summary-responsive {
    display: block; }
  .info-popup-icon {
    display: none; }
  #price-request-confirm-desktop {
    display: none; }
  #price-request-confirm-responsive {
    display: block; }
  #applications .col-application {
    width: 50%; }
  #applications-tags .col-tag {
    width: 50%; } }

@media only screen and (max-width: 767px) {
  .filters-desktop__wrapper #ajax-filters-panel {
    display: none; }
    .filters-desktop__wrapper #ajax-filters-panel.without-parameter-filters {
      display: block; }
  #used-filters {
    padding: 10px 0 0 0; }
  #inactive-filters {
    padding: 10px 0 0 0; }
  #parameter-filter-manufacturer label {
    width: auto; }
  .filters-mobile__wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
    overflow: visible;
    z-index: 1000;
    width: 100%; }
  .filters-mobile__background {
    z-index: 1000;
    position: fixed;
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 35px;
    will-change: transform;
    transform: translateX(-110%);
    box-shadow: transparent 2px 2px 4px;
    width: calc(100% - 20px);
    background: #fff;
    border-radius: 5px;
    padding: 5px; }
  .filters-mobile__header {
    position: absolute;
    height: 35px;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 0; }
  .filters-mobile__footer {
    text-align: right;
    position: absolute;
    height: 35px;
    left: 5px;
    right: 5px;
    bottom: 10px; }
  div.title.bg-primary i.icon.icon-cross.filters-mobile__close {
    top: 10px; }
  .filters-mobile__content {
    position: absolute;
    left: 0;
    right: 0;
    top: 46px;
    bottom: 57px;
    min-height: 60px;
    overflow: auto;
    border-radius: 5px; }
  .filters-mobile__overlay {
    z-index: 1;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease-out, visibility 0.3s ease-out;
    background-color: rgba(0, 0, 0, 0.5); }
  .filters-mobile__wrapper--visible .filters-mobile__background {
    transform: translateX(0%);
    box-shadow: rgba(0, 0, 0, 0.15) 2px 2px 4px; }
  .filters-mobile__wrapper--visible .filters-mobile__overlay {
    opacity: 1;
    visibility: visible; }
  #filters-inline {
    white-space: normal; }
    #filters-inline .filter-active-container {
      display: block;
      width: 100%; }
  .filters-container {
    padding-left: 0;
    padding-right: 0; }
  .container-res.container-old {
    padding-left: 22.5px;
    padding-right: 22.5px; }
  #togglesearch {
    display: inline-block;
    text-transform: uppercase; }
  #header .col-headsearch2 {
    padding-bottom: 0; }
  #header .input-btn {
    padding-bottom: 10px; }
  #header .navbar-container {
    padding-bottom: 10px; }
  #ajax-filters-panel.without-parameter-filters #subcategories-panel {
    width: 100%;
    display: block;
    padding: 0 15px; }
  #ajax-filters-panel.without-parameter-filters .category-all-filters-scrollbar {
    display: block !important; }
  #ajax-filters-panel.without-parameter-filters .scroll-content {
    display: block; }
  #ajax-filters-panel.without-parameter-filters .scroll-wrapper {
    display: block; }
  #ajax-filters-panel.without-parameter-filters #filters-panel {
    display: block;
    max-width: none;
    overflow-x: auto; }
  #ajax-filters-panel.without-parameter-filters div.filter-active-container {
    display: block; }
  #subcategories-inline div.submenu .item {
    padding: 0 15px;
    width: 33.33%;
    min-height: 77px;
    display: block;
    float: left; }
    #subcategories-inline div.submenu .item .image {
      float: left;
      margin: 0 10px 0 0; }
    #subcategories-inline div.submenu .item a.more,
    #subcategories-inline div.submenu .item .subsubcategory,
    #subcategories-inline div.submenu .item .no-subcategories {
      display: none; }
    #subcategories-inline div.submenu .item .right {
      float: left;
      margin: 0;
      min-height: 0;
      width: calc(100% - 70px);
      text-overflow: ellipsis; }
      #subcategories-inline div.submenu .item .right .name {
        display: block;
        width: 100%;
        float: left;
        line-height: 1.3; }
        #subcategories-inline div.submenu .item .right .name a {
          padding-right: 0;
          font-size: 14px; }
      #subcategories-inline div.submenu .item .right .quantity {
        display: block;
        width: 100%;
        float: left;
        font-weight: 400; }
  #filter-finish-without-parametric-filter {
    margin-top: 20px; }
  #header {
    display: none; }
  #mobile-header {
    display: block; }
  ul.section-menu li {
    width: 100%;
    display: none; }
    ul.section-menu li.header {
      display: block; }
  ul.section-menu.expanded li {
    display: block; }
  #section-product {
    display: none; }
  #section-product-responsive {
    display: block; }
  .forgot-password div.col {
    margin-top: 6px;
    text-align: right; }
    .forgot-password div.col:first-child {
      margin-top: 0;
      text-align: left; }
  .profile .btn {
    margin-top: 10px; }
  #profile-subusers thead,
  #delivery-addresses-table thead {
    display: none; }
  #profile-subusers tr,
  #delivery-addresses-table tr {
    display: block;
    width: 50%;
    float: left;
    padding-top: 6px; }
  #profile-subusers td,
  #delivery-addresses-table td {
    display: inline-block;
    width: 100%;
    padding: 0 0 5px 0;
    border: none; }
    #profile-subusers td:last-child,
    #delivery-addresses-table td:last-child {
      padding-bottom: 0; }
    #profile-subusers td.buttons,
    #delivery-addresses-table td.buttons {
      margin-bottom: 10px; }
      #profile-subusers td.buttons a,
      #delivery-addresses-table td.buttons a {
        margin-top: 6px;
        display: none; }
        #profile-subusers td.buttons a.responsive,
        #delivery-addresses-table td.buttons a.responsive {
          display: inline-block; }
    #profile-subusers td span.label,
    #delivery-addresses-table td span.label {
      display: inline-block; }
      #profile-subusers td span.label:after,
      #delivery-addresses-table td span.label:after {
        content: ":"; }
    #profile-subusers td span.input-empty,
    #delivery-addresses-table td span.input-empty {
      padding: 0;
      line-height: 1; }
  #mobile-buttons {
    display: block; }
  body {
    padding-top: 60px; }
  .table-responsive-2 tbody tr {
    width: 48%; }
  .order-detail table.table-products,
  .invoice-detail table.table-products {
    background-color: transparent; }
    .order-detail table.table-products thead,
    .invoice-detail table.table-products thead {
      display: none; }
    .order-detail table.table-products tbody,
    .invoice-detail table.table-products tbody {
      padding-bottom: 10px; }
      .order-detail table.table-products tbody tr,
      .invoice-detail table.table-products tbody tr {
        width: 48%;
        display: block;
        float: left;
        margin-top: 10px;
        margin-left: 1%;
        margin-right: 1%;
        border: 1px solid #DAE0E4;
        border-radius: 4px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.05); }
        .order-detail table.table-products tbody tr:first-child,
        .invoice-detail table.table-products tbody tr:first-child {
          margin-top: 0; }
        .order-detail table.table-products tbody tr td,
        .invoice-detail table.table-products tbody tr td {
          display: inline-block;
          width: 100%;
          border: none;
          text-align: left;
          padding-top: 3px;
          padding-bottom: 0; }
          .order-detail table.table-products tbody tr td span.label,
          .invoice-detail table.table-products tbody tr td span.label {
            display: block;
            width: 100%; }
  #registration-email .row-email .col {
    padding-left: 7.5px;
    padding-right: 7.5px; }
  #registration-email .row-email button {
    margin-top: 6px; }
  #registration-form .row-email .col {
    padding-left: 7.5px;
    padding-right: 7.5px; }
  #registration-form .row-email button {
    margin-top: 10px; }
  .table-res .table-res-header {
    display: none; }
  .table-res .col {
    padding-top: 10px; }
    .table-res .col:first-child {
      padding-top: 0; }
  .table-res label {
    display: inline-block; }
  .table-res .input-blank {
    text-align: left;
    padding-left: 0; }
  .container-res {
    padding-left: 7.5px;
    padding-right: 7.5px;
    border-left: 0;
    border-right: 0; }
  #cart-products .cart-pricerequest {
    display: none; }
  #cart-products .cart-pricerequest-res {
    display: block; }
    #cart-products .cart-pricerequest-res .cart-item {
      position: relative;
      padding: 6px 12px; }
      #cart-products .cart-pricerequest-res .cart-item:first-child {
        margin-top: 10px; }
      #cart-products .cart-pricerequest-res .cart-item .remove-product {
        position: absolute;
        top: 4px;
        right: 4px;
        padding: 0; }
        #cart-products .cart-pricerequest-res .cart-item .remove-product i.icon.icon-cross {
          font-size: 0.6em;
          font-weight: bold; }
      #cart-products .cart-pricerequest-res .cart-item .image {
        width: 60px;
        height: 60px;
        float: left;
        position: relative;
        z-index: 1; }
      #cart-products .cart-pricerequest-res .cart-item .description {
        float: left;
        font-size: 13px;
        width: 100%;
        margin-left: -60px;
        padding-left: 72px;
        padding-right: 22px;
        line-height: 1.3; }
        #cart-products .cart-pricerequest-res .cart-item .description > div {
          margin-bottom: 6px;
          display: block; }
        #cart-products .cart-pricerequest-res .cart-item .description p {
          margin-bottom: 6px; }
      #cart-products .cart-pricerequest-res .cart-item .quantity button {
        font-size: 12px; }
      #cart-products .cart-pricerequest-res .cart-item .comment {
        margin-top: 6px; }
      #cart-products .cart-pricerequest-res .cart-item .show-availability-popup {
        position: inherit; }
        #cart-products .cart-pricerequest-res .cart-item .show-availability-popup .availability-popup {
          left: 0;
          right: inherit;
          width: 100%; }
  #orders-res {
    padding-left: 0;
    padding-right: 0; }
  #slogans {
    display: none; }
  .collapsible-control {
    cursor: pointer; }
    .collapsible-control i.collapsible-icon {
      float: right;
      top: 2px; } }

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .footer-credit-cards__col {
    width: 50%; }
  .order-detail table.table-products tbody tr:nth-child(2),
  .invoice-detail table.table-products tbody tr:nth-child(2) {
    margin-top: 0; }
  #registration-email .row-email button {
    width: auto;
    float: right; }
  #hp-sortiment .col-category {
    width: 25%; }
  .col-hp-brands .col {
    width: 25%; } }

@media screen and (max-width: 639px) {
  .order-search input {
    width: 100%;
    margin: 6px 0 6px 0; }
  .order-search button {
    float: right; } }

@media only screen and (min-width: 640px) and (max-width: 959px) {
  .sos-products__item {
    width: 50%;
    float: left; }
    .sos-products__item:nth-child(2n+1) {
      clear: both; }
    .sos-products__item .sos-products__items--related .sos-products__item:nth-child(2) .sos-products__item-block:first-child {
      border-top: none; } }

@media only screen and (min-width: 960px) and (max-width: 999px) {
  .sos-products__item {
    width: 33.3333%;
    float: left; }
    .sos-products__item:nth-child(3n+1) {
      clear: both; }
    .sos-products__item .sos-products__items--related .sos-products__item:nth-child(2) .sos-products__item-block:first-child,
    .sos-products__item .sos-products__items--related .sos-products__item:nth-child(3) .sos-products__item-block:first-child {
      border-top: none; } }

@media only screen and (min-width: 600px) {
  .page-header__left {
    float: left; }
  .page-header__right {
    width: auto;
    float: right; } }

@media only screen and (min-width: 480px) and (max-width: 599px) {
  .sortiment__item {
    width: 50%; } }

@media only screen and (min-width: 600px) and (max-width: 999px) {
  .sortiment__item {
    width: 33.33333%; } }

@media only screen and (min-width: 1000px) and (max-width: 1199px) {
  .sortiment__item {
    width: 25%; } }

@media screen and (max-width: 599px) {
  div.filter-active-container, #subcategories-inline > .filter, div.linecards-filters #subcategories-inline > .filter {
    width: 50%; }
  div.filter-active-container:nth-child(3n+1) {
    clear: none; }
  div.filter-active-container:nth-child(2n+1) {
    clear: both; }
  .checkbox.manufacturer + label {
    width: 50%; }
  #universal-popup {
    min-width: auto;
    left: 10px;
    right: 10px; }
  #universal-popup > div.popup-content > div {
    width: auto !important; }
  #universal-popup .text-right {
    text-align: left; }
  div.strip.order-steps span {
    display: block;
    text-align: center;
    margin-right: 0; }
  .order-steps__step {
    white-space: nowrap; }
  #payment-delivery-table h2.pd-header {
    display: block; }
  #payment-delivery-table tbody td, table.responsive-table tbody td {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-width: 0;
    display: block;
    text-align: center;
    width: auto !important; }
  #payment-delivery-table tbody td:first-child, table.responsive-table tbody td:first-child {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-width: 0;
    padding-top: 10px; }
  #payment-delivery-table tbody td:last-child, table.responsive-table tbody td:last-child {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-width: 0;
    padding-bottom: 10px; }
  #delivery-address div.row:after, #delivery-address div.row:before {
    display: block !important; }
  table.responsive-table tbody td:last-child {
    border-bottom: 1px solid #CBD2DB; }
  table.responsive-table tbody tr:last-child td:last-child {
    border-bottom: none; }
  #payment-delivery-table thead, table.responsive-table thead {
    display: none; }
  #payment-delivery-table tbody td, table.responsive-table tbody td {
    padding: 20px;
    background: #fff; }
  #payment-delivery-table, table.responsive-table {
    border-collapse: separate;
    border-spacing: 0 7px; }
  table.responsive-table tbody td {
    padding: 5px 10px; }
  table.responsive-table tbody td:last-child {
    padding-bottom: 10px; }
  #price-request-detail tbody tr td {
    background: inherit;
    border-bottom: none;
    padding: 5px 10px; }
  #price-request-detail tbody tr td.comment {
    display: none; }
  #price-request-detail .comment-responsive {
    display: block; }
  #cart-products .responsive {
    display: block; }
  #cart-products .non-responsive {
    display: none; }
  #report-bug-open-popup-button {
    display: none !important; }
  div.order-details-left {
    float: none;
    width: 100%; }
  div.order-details-right {
    float: none;
    width: 100%; }
  div.order-details-right-bottom {
    margin-top: 20px;
    padding-top: 20px; }
  #confirm-order {
    white-space: normal; }
  #order-summary-details tbody td {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-width: 0;
    display: block;
    text-align: center;
    width: auto !important; }
  #order-summary-details tbody td:first-child {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-width: 0;
    padding-top: 10px; }
  #order-summary-details tbody td:last-child {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-width: 0;
    padding-bottom: 10px; }
  #order-summary-details thead {
    display: none; }
  #order-summary-details tbody td {
    padding: 20px;
    background: #fff; }
  #order-summary-details {
    border-collapse: separate;
    border-spacing: 0 7px; }
  #order-summary-details .responsive {
    display: block; }
  a.btn-basket {
    white-space: normal; }
  .row-description1 .col-desc-left, .row-description1 .col-desc-right, .row-description2 .col-desc-left, .row-description2 .col-desc-right {
    padding: 15px 10px; }
  section.technical-parameters div.col-md-4 {
    border-right: none; }
  #price-request-list .responsive-title {
    display: inline-block;
    font-weight: bold;
    margin-right: 5px; }
  #delivery-address .choose-another-address {
    display: block;
    margin-bottom: 20px; }
  #subcategories-inline div.submenu .item {
    width: 50%; }
  .linecards-description {
    margin: 10px 10px 20px; }
    .linecards-description .image {
      width: 100%;
      text-align: center; }
      .linecards-description .image img {
        padding-top: 10px; }
    .linecards-description p {
      margin-left: 0;
      margin-bottom: 0;
      padding-top: 6px; }
  #report-bug-popup {
    width: 97%;
    padding: 12px 5px; }
  #orders ul.tabs {
    width: 100%; }
    #orders ul.tabs li {
      width: 100%;
      padding-right: 0;
      padding-bottom: 1px; }
      #orders ul.tabs li:last-child {
        padding-bottom: 0; }
  #orders-res > div.col {
    width: 100%; }
  .filter-invoices label {
    width: 100%; } }

@media screen and (max-width: 499px) {
  #table-products-body-responsive div.product-details-left {
    float: left;
    width: auto;
    text-align: left; }
  #table-products-body-responsive div.product-details-right {
    width: 100%;
    float: none;
    padding-left: 100px; }
  #category-name div.category-name-block {
    width: 100%;
    text-align: center; }
  #category-name form {
    width: 100%;
    text-align: center; }
  #show-filters {
    display: inline-block;
    width: auto;
    margin: 10px auto 0; } }

@media only screen and (min-width: 480px) {
  .claims-request__form-col #search-orders-button {
    float: none; }
  .form-popup__delivery-addresses {
    width: 320px; }
  .show-availability-popup {
    position: relative; } }

@media only screen and (max-width: 479px) {
  #header .col-logo {
    width: 100px;
    overflow-x: hidden; }
    #header .col-logo a {
      width: 200px; }
  #header .col-header {
    width: calc(100% - 100px); }
    #header .col-header .col-headuser {
      margin-bottom: 5px; }
    #header .col-header .col-headcart, #header .col-header .col-headuser {
      width: 55%;
      float: right;
      min-width: 120px; }
  #header .headlangs {
    display: none; }
  #header .headtab li a {
    text-transform: uppercase; }
  #header .col-headcarticon .icon-slash-thin, #header .col-headusericon .icon-slash-thin {
    font-size: 28px; }
  #header .col-headusericon .icon-user {
    font-size: 20px;
    margin-top: 5px; }
  #header .col-headcarticon .icon-cart-alt {
    font-size: 20px;
    margin-top: 5px; }
  #header .col-headcartshowmore, #header .col-headusershowmore {
    padding-top: 2px; }
  #footer-container .footer-langs {
    display: block; }
  #section-product-responsive .product-brand img {
    display: none; }
  #section-product-responsive .product-brand span {
    display: block;
    margin-top: 5px; }
  #section-product-responsive .product-brand a {
    float: none; }
  #profile-subusers tr,
  #delivery-addresses-table tr {
    width: 100%; }
  #mobile-buttons .col {
    width: 100%; }
  #report-bug-popup .buttons {
    text-align: center; }
  #orders div.tab-content {
    overflow-x: hidden; }
  #orders-res {
    display: block; }
    #orders-res section.order-item {
      margin-top: 10px;
      padding: 6px 6px; }
      #orders-res section.order-item .legend {
        margin: 6px; }
      #orders-res section.order-item .image {
        width: 60px;
        height: 60px;
        float: left;
        position: relative;
        z-index: 1;
        overflow: hidden; }
      #orders-res section.order-item .description {
        float: left;
        font-size: 13px;
        width: 100%;
        margin-left: -60px;
        padding-left: 72px;
        padding-right: 0;
        line-height: 1.3; }
        #orders-res section.order-item .description > div {
          margin-bottom: 6px;
          display: block; }
        #orders-res section.order-item .description p {
          margin-bottom: 6px; }
        #orders-res section.order-item .description .legend-res {
          padding: 1px 2px; }
      #orders-res section.order-item .item-row {
        padding: 1px 2px;
        line-height: 1;
        clear: both; }
        #orders-res section.order-item .item-row label {
          float: left;
          width: 50%;
          display: block;
          overflow: hidden;
          white-space: nowrap; }
          #orders-res section.order-item .item-row label:after {
            content: ':'; }
        #orders-res section.order-item .item-row > span {
          float: left;
          width: 50%;
          display: block;
          text-align: right; }
      #orders-res section.order-item .buttons {
        margin-top: 6px;
        text-align: right; }
  .table-responsive-2 tbody tr {
    width: 98%; }
  .order-detail table.table-products tbody tr,
  .invoice-detail table.table-products tbody tr {
    width: 100%; }
  .order-detail div.order-summary,
  .invoice-detail div.order-summary {
    float: none;
    padding-left: 10px;
    padding-right: 10px; }
  .table-res-footer button {
    width: 100%; }
  #hp-sortiment .col-category {
    width: 33.3333%; }
  .col-hp-brands .col {
    width: 50%; }
  .product-details-right {
    position: relative; }
  .availability-popup {
    right: -25px; } }

@media screen and (max-width: 399px) {
  div.filter-active-container, #subcategories-inline > .filter, div.linecards-filters #subcategories-inline > .filter {
    width: 100%; }
  div.filter-active-container:nth-child(2n+1) {
    clear: both; }
  .checkbox.manufacturer + label {
    width: 100%; }
  #togglemenu span {
    display: none; }
  #togglesearch span {
    display: none; }
  div.legend {
    margin: 10px; }
    div.legend > div {
      width: 100%;
      margin-top: 1px; }
  .order-detail .buttons .btn,
  .invoice-detail .buttons .btn {
    width: 100%;
    margin-top: 6px; }
  #orders-res > section {
    padding: 7.5px; } }

@media only screen and (min-width: 360px) {
  .filters-mobile__button-show,
  .filters-mobile__button-count {
    width: auto; }
  .user-favorites__buttons-button {
    width: auto;
    margin-left: 10px; }
    .user-favorites__buttons-button:first-child {
      margin-left: 0; } }

@media screen and (max-width: 359px) {
  #subcategories-inline div.submenu .item {
    width: 100%; }
  .forgot-password button.btn {
    width: 100%; }
  .profile .btn {
    width: 100%; }
  #applications .col-application {
    width: 100%; }
  #applications-tags .col-tag {
    width: 100%; }
  #report-bug-popup button {
    width: 100%; }
  .order-search button {
    width: 100%; }
  .filter-invoices input {
    width: 100%; } }

@media screen and (max-width: 574px) {
  .hidden-xs-down {
    display: none !important; }
  #section-product-responsive .product-buy .description-box .col-cart {
    text-align: center; }
  #section-product-responsive .product-buy .description-box .col-form {
    width: 100%;
    text-align: center; }
  #section-product-responsive .product-buy .description-box .col-button {
    width: 100%; }
  .filter-invoices input[type=text] {
    width: 100%; } }

@media screen and (min-width: 576px) {
  .hidden-sm-up {
    display: none !important; } }

@media screen and (max-width: 766px) {
  .hidden-sm-down {
    display: none !important; } }

@media only screen and (min-width: 768px) {
  .article__photogallery-more,
  .article__photogallery-thumbnail {
    display: block; }
  .article__photogallery-more-r,
  .article__photogallery-thumbnail-r {
    display: none; }
  .article-tables__tr {
    display: table-row; }
  .article-tables__td {
    display: table-cell;
    padding: 8px; }
    .article-tables__td:first-child {
      border-top: 1px solid #DAE0E4; }
  .article-tables__td-label {
    display: none; }
  .article-tables__td-content {
    float: none;
    width: 100%; }
  .article-tables__th--weight,
  .article-tables__th--price,
  .article-tables__th--delivery-date,
  .article-tables__th--comment {
    text-align: center; }
  .article-tables__td-content--weight,
  .article-tables__td-content--price,
  .article-tables__td-content--delivery-date,
  .article-tables__td-content--comment {
    text-align: center; }
  .category-description {
    padding-bottom: 10px; }
  .category-description__image,
  .category-description__text {
    float: left; }
  .category-description__text {
    margin-left: 10px;
    width: calc(100% - 110px); }
  .form-samples__header--contact {
    margin-top: 50px; }
  .form-samples__delivery-address-select {
    position: absolute;
    top: 20px;
    right: 20px; }
  .user-favorites__groups-r-col,
  .user-favorites__group-products-r-col {
    width: 50%; }
    .user-favorites__groups-r-col:nth-child(2n + 1),
    .user-favorites__group-products-r-col:nth-child(2n + 1) {
      clear: both; }
  .index-slogans-mobile {
    display: none; }
  .order-unlogged-2__form-h3--name {
    margin-top: 0; }
  .order-step-unlogged-2__button {
    width: auto;
    display: inline-block; }
  .order-step-unlogged-2__button--back {
    margin-left: 15px; }
  .order-step-unlogged-2__button--send {
    float: right; }
  .order-step-unlogged-2__alternative--login {
    border-bottom: none;
    border-right: 0.875px solid #EAEFF2; }
  .pricerequest_table-wrapper {
    border: 1px solid #DAE0E4; }
  .products-related__section {
    display: block; }
  .products-related__section--r {
    display: none; }
  .products-related__header {
    text-align: left; }
  .pricerequest-add__button,
  .products-related__cartadd-button {
    width: auto; }
  .pricerequest-add__button--to-cart,
  .products-related__cartadd-button--to-cart {
    margin-left: 10px;
    float: right; }
  .premium-filter__label {
    width: auto;
    float: left;
    margin-right: 10px; }
  .premium-filter__input {
    width: auto;
    float: left; }
  .premium-filter__button {
    width: auto;
    margin-top: 0;
    float: left;
    margin-left: 10px; }
  .filters-mobile__wrapper {
    display: none; }
  .filters-mobile__button-wrapper {
    display: none; }
  .filters-desktop__loader {
    display: block; }
  .filters-mobile__header,
  .filters-mobile__footer {
    display: none; }
  .filters-mobile__wrapper,
  .filters-mobile__background,
  .filters-mobile__content {
    position: relative; }
  .hidden-md-up {
    display: none !important; }
  .collapsible-control i.collapsible-icon {
    display: none; }
  #hp-sortiment {
    display: none; } }

@media screen and (max-width: 990px) {
  .hidden-md-down {
    display: none !important; } }

@media screen and (min-width: 992px) {
  .user-items-b__list-r-col {
    width: 33.3333333333%; }
    .user-items-b__list-r-col:nth-child(3n + 1) {
      clear: both; }
  .hidden-lg-up {
    display: none !important; }
  .order-list-row .col {
    width: 33.3333333333%; }
    .order-list-row .col:nth-child(3n + 4) {
      clear: both; } }

@media screen and (min-width: 600px) and (max-width: 991px) {
  .user-items-b__list-r-col {
    width: 50%; }
    .user-items-b__list-r-col:nth-child(2n + 1) {
      clear: both; }
  .order-list-row .col {
    width: 50%; }
    .order-list-row .col:nth-child(2n + 3) {
      clear: both; } }

@media screen and (max-width: 1198px) {
  .hidden-lg-down {
    display: none !important; } }

@media only screen and (min-width: 1200px) {
  .layout__content--left {
    width: 66%;
    padding-right: 0; }
  .layout__content--right {
    width: 34%; }
  #hp-articles .col-article.articles__list-item:nth-of-type(1), #hp-articles .col-article.articles__list-item:nth-of-type(2) {
    margin-top: 0; }
  #hp-articles .col-article.articles__list-item--cols-3:nth-of-type(1), #hp-articles .col-article.articles__list-item--cols-3:nth-of-type(2), #hp-articles .col-article.articles__list-item--cols-3:nth-of-type(3) {
    margin-top: 0; }
  .articles__list-item {
    width: 50%;
    padding-left: 23px;
    padding-right: 23px; }
    .articles__list-item:nth-child(2n + 1) {
      clear: both; }
  .articles__list-item--cols-3 {
    width: 33.3333%;
    padding-left: 25px;
    padding-right: 25px; }
    .articles__list-item--cols-3:nth-of-type(1), .articles__list-item--cols-3:nth-of-type(2), .articles__list-item--cols-3:nth-of-type(3) {
      margin-top: 0; }
    .articles__list-item--cols-3:nth-child(2n + 1) {
      clear: none; }
    .articles__list-item--cols-3:nth-child(3n + 1) {
      clear: both; }
  .linecards-detail__logo {
    width: 173px;
    text-align: left; }
  .linecards-detail__perex {
    margin-left: -173px;
    padding-left: 183px; }
  .linecards-detail__about-block {
    width: 50%; }
    .linecards-detail__about-block:nth-of-type(2n + 1) {
      clear: both; }
  .linecards-detail__categories--sidebar,
  .linecards-detail__categories-header--sidebar {
    display: block; }
  .linecards-detail__categories,
  .linecards-detail__categories-header {
    display: none; }
  .user-items-b__list-r {
    display: none; }
  .user-favorites__groups,
  .user-favorites__group-products {
    display: block; }
  .user-favorites__groups-r,
  .user-favorites__group-products-r {
    display: none; }
  .order-list__button {
    width: auto; }
  .product__why-choose-sos {
    padding-left: 15px;
    padding-right: 15px; }
  .footer-credit-cards {
    width: 720px;
    left: 50%;
    margin-left: -350px;
    position: absolute;
    top: 20px; }
  .footer-credit-cards--hu {
    width: 450px;
    margin-left: -100px; }
  .footer-credit-cards__col {
    width: auto; }
  .footer-credit-cards__col-delivery {
    max-width: 240px; }
  .footer-credit-cards__col-card--sk,
  .footer-credit-cards__col-card--hu,
  .footer-credit-cards__col-card--pl {
    float: right; }
  .footer-credit-cards__col-payment--sk,
  .footer-credit-cards__col-payment--pl {
    margin-left: 50px; }
  .sortiment__wrapper {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto; }
  .sortiment__item {
    width: 20%; }
  .sortiment__brand {
    width: 12.5%; }
  .hidden-xl-up {
    display: none !important; }
  .col-hp-left {
    width: 66%;
    padding-right: 0; }
  .col-hp-right {
    width: 34%; }
  #hp-articles-left .col-article {
    width: 50%; }
    #hp-articles-left .col-article:nth-of-type(1), #hp-articles-left .col-article:nth-of-type(2) {
      margin-top: 0; }
    #hp-articles-left .col-article:nth-of-type(2n + 3) {
      clear: both; }
  #hp-articles-right .col-article {
    width: 100%; }
    #hp-articles-right .col-article:first-child {
      margin-top: 0; }
  .flex-container {
    display: -ms-flexbox;
    display: flex; }
  .flex-item section {
    height: calc(100% - 47px); }
  .col-hp-brands .col {
    width: 50%; }
  #slogans .col-1 {
    width: 20%; }
  #slogans .col-2 {
    width: 24%; }
  #slogans .col-3 {
    width: 24%; }
  #slogans .col-4 {
    width: 32%; } }

@media screen and (min-width: 1000px) {
  .sos-products__wrapper {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px; }
  .sos-products__filters {
    margin-top: 0;
    padding-top: 5px;
    padding-bottom: 3px;
    vertical-align: middle; }
  .sos-products__filters-item {
    padding-bottom: 0;
    line-height: 40px; }
  .sos-products__filters-item--search-entry-add,
  .sos-products__filters-item--export-to-csv,
  .sos-products__filters-item--availability,
  .sos-products__filters-item--sort-type,
  .sos-products__filters-item--limit-per-page,
  .sos-products__filters-item--compare-link,
  .sos-products__filters-item--show-vat {
    display: inline-block;
    padding-top: 0;
    padding-left: 15px;
    padding-right: 15px; }
  .sos-products__filters-item-label {
    width: auto;
    display: inline-block;
    float: none; }
  .sos-products__filters-item-value {
    width: auto;
    display: inline-block;
    float: none; }
  .sos-products__filters-item-label--sort-type {
    display: none; }
  .sos-products__filters-item--availability,
  .sos-products__filters-item--sort-type,
  .sos-products__filters-item--limit-per-page,
  .sos-products__filters-item--show-vat {
    border-left: 1px solid #DAE0E4; }
  .sos-products__filters-item--availability label {
    display: inline; }
  .sos-products__items-pager {
    text-align: right; }
  .sos-products__items-pager--top {
    margin-top: 0;
    float: right; }
  .sos-products__items-pager--bottom {
    padding-top: 0; }
  .sos-products__items {
    display: table;
    width: 100%; }
  .sos-products__items--related .sos-products__item:first-child .sos-products__item-block:first-child {
    border-top: 1px solid #DAE0E4; }
  .sos-products__item {
    display: table-row;
    width: 100%;
    padding: 0; }
    .sos-products__item:first-child .sos-products__item-block:first-child {
      border-top: 1px solid #DAE0E4; }
  .sos-products__item--header {
    display: table-row;
    font-size: .75rem;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase; }
    .sos-products__item--header i {
      opacity: .3; }
    .sos-products__item--header.fixed {
      position: fixed;
      opacity: 0.9;
      z-index: 4; }
      .sos-products__item--header.fixed .sos-products__item-th {
        border-bottom: 1px solid #DAE0E4; }
  .sos-products__item--header-compare .sorter-arrow,
  .sos-products__item--header-related .sorter-arrow {
    display: none; }
  .sos-products__item--footer {
    padding: 0; }
    .sos-products__item--footer .sos-products__item-block {
      padding-top: 0; }
  .sos-products__item-block--new-from {
    display: table-cell; }
  .sos-products__item-th {
    display: table-caption;
    background-color: #f2f6f8;
    letter-spacing: 1px;
    line-height: 18px; }
    .sos-products__item-th a {
      color: #5b6672; }
    .sos-products__item-th th {
      text-align: center; }
  .sos-products__item-th--new-from {
    max-width: 150px; }
  .sos-products__item-th--external-stock {
    max-width: 150px; }
  .sos-products__items-tbody {
    display: table-row-group; }
  .sos-products__item-block {
    border-top: 1px solid #DAE0E4;
    display: table-cell;
    padding: 7.5px;
    vertical-align: middle; }
  .sos-products__item-th--parameters {
    padding-top: 0;
    padding-bottom: 0; }
  .sos-products__item-block--information {
    text-align: left; }
  .sos-products__item-document {
    font-size: 0.8125rem; }
  .sos-products__item-label--document {
    display: inline-block;
    width: auto;
    float: none; }
  .sos-products__item-value--document {
    display: inline-block;
    width: auto;
    float: none; }
  .sos-products__item-category {
    font-size: 0.8125rem; }
  .sos-products__item-label--alternatives,
  .sos-products__item-value--alternatives {
    width: auto; }
  .sos-products__item-block--parameters {
    display: table-cell;
    background-color: #EAEFF2;
    text-align: center; }
  .sos-products__item-parameters {
    min-height: 110px; }
  .sos-products__item-block--brand-desktop {
    display: table-cell; }
  .sos-products__item-label--ordernr,
  .sos-products__item-label--brand {
    display: none; }
  .sos-products__item-ordernr {
    text-align: center;
    font-size: 0.8125rem;
    margin-top: 0; }
  .sos-products__item-value--ordernr {
    text-align: center;
    font-weight: 400;
    width: 100%; }
  .sos-products__item-product-type {
    display: block;
    text-align: center; }
  .sos-products__item-brand {
    display: block; }
  .sos-products__item-brand--responsive {
    display: none; }
  .sos-products__item-value--brand {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 0.8125rem; }
  .sos-products__item-availability {
    margin-top: 0; }
  .sos-products__item-availability-external--empty {
    display: block; }
  .sos-products__item-block--pricelist {
    text-align: right; }
  .sos-products__item-product-type-text {
    text-align: right; }
  .sos-products__item-pricelist {
    margin-top: 7.5px; }
  .sos-products__item-pricelist-row {
    min-width: 245px; }
  .sos-products__item-pricelist-row-quantity {
    float: none;
    display: inline; }
  .sos-products__item-pricelist-row-price {
    float: none;
    display: inline; }
  .sos-products__item-pricerequest-button,
  .sos-products__item-price-get-quote,
  .sos-products__item-price-orderform,
  .sos-products__item-price-alternative {
    text-align: right; }
  .sos-products__item-price-orderform {
    white-space: nowrap; }
  .hidden-1000-up {
    display: none !important; } }

@media screen and (max-width: 998px) {
  .hidden-1000-down {
    display: none !important; } }

@media (min-width: 768px) {
  .container {
    width: 750px; } }

@media (min-width: 992px) {
  .container {
    width: 970px; } }

@media (min-width: 1200px) {
  .container {
    width: 1200px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-12 {
  width: 100%; }

.col-xs-11 {
  width: 91.66666667%; }

.col-xs-10 {
  width: 83.33333333%; }

.col-xs-9 {
  width: 75%; }

.col-xs-8 {
  width: 66.66666667%; }

.col-xs-7 {
  width: 58.33333333%; }

.col-xs-6 {
  width: 50%; }

.col-xs-5 {
  width: 41.66666667%; }

.col-xs-4 {
  width: 33.33333333%; }

.col-xs-3 {
  width: 25%; }

.col-xs-2 {
  width: 16.66666667%; }

.col-xs-1 {
  width: 8.33333333%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-pull-11 {
  right: 91.66666667%; }

.col-xs-pull-10 {
  right: 83.33333333%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-8 {
  right: 66.66666667%; }

.col-xs-pull-7 {
  right: 58.33333333%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-5 {
  right: 41.66666667%; }

.col-xs-pull-4 {
  right: 33.33333333%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-2 {
  right: 16.66666667%; }

.col-xs-pull-1 {
  right: 8.33333333%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-push-11 {
  left: 91.66666667%; }

.col-xs-push-10 {
  left: 83.33333333%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-8 {
  left: 66.66666667%; }

.col-xs-push-7 {
  left: 58.33333333%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-5 {
  left: 41.66666667%; }

.col-xs-push-4 {
  left: 33.33333333%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-2 {
  left: 16.66666667%; }

.col-xs-push-1 {
  left: 8.33333333%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-0 {
  margin-left: 0%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-11 {
    width: 91.66666667%; }
  .col-sm-10 {
    width: 83.33333333%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-8 {
    width: 66.66666667%; }
  .col-sm-7 {
    width: 58.33333333%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-5 {
    width: 41.66666667%; }
  .col-sm-4 {
    width: 33.33333333%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-2 {
    width: 16.66666667%; }
  .col-sm-1 {
    width: 8.33333333%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-pull-11 {
    right: 91.66666667%; }
  .col-sm-pull-10 {
    right: 83.33333333%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-8 {
    right: 66.66666667%; }
  .col-sm-pull-7 {
    right: 58.33333333%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-5 {
    right: 41.66666667%; }
  .col-sm-pull-4 {
    right: 33.33333333%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-2 {
    right: 16.66666667%; }
  .col-sm-pull-1 {
    right: 8.33333333%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-push-11 {
    left: 91.66666667%; }
  .col-sm-push-10 {
    left: 83.33333333%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-8 {
    left: 66.66666667%; }
  .col-sm-push-7 {
    left: 58.33333333%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-5 {
    left: 41.66666667%; }
  .col-sm-push-4 {
    left: 33.33333333%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-2 {
    left: 16.66666667%; }
  .col-sm-push-1 {
    left: 8.33333333%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-offset-12 {
    margin-left: 100%; }
  .col-sm-offset-11 {
    margin-left: 91.66666667%; }
  .col-sm-offset-10 {
    margin-left: 83.33333333%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-8 {
    margin-left: 66.66666667%; }
  .col-sm-offset-7 {
    margin-left: 58.33333333%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-5 {
    margin-left: 41.66666667%; }
  .col-sm-offset-4 {
    margin-left: 33.33333333%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-2 {
    margin-left: 16.66666667%; }
  .col-sm-offset-1 {
    margin-left: 8.33333333%; }
  .col-sm-offset-0 {
    margin-left: 0%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-12 {
    width: 100%; }
  .col-md-11 {
    width: 91.66666667%; }
  .col-md-10 {
    width: 83.33333333%; }
  .col-md-9 {
    width: 75%; }
  .col-md-8 {
    width: 66.66666667%; }
  .col-md-7 {
    width: 58.33333333%; }
  .col-md-6 {
    width: 50%; }
  .col-md-5 {
    width: 41.66666667%; }
  .col-md-4 {
    width: 33.33333333%; }
  .col-md-3 {
    width: 25%; }
  .col-md-2 {
    width: 16.66666667%; }
  .col-md-1 {
    width: 8.33333333%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-pull-11 {
    right: 91.66666667%; }
  .col-md-pull-10 {
    right: 83.33333333%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-8 {
    right: 66.66666667%; }
  .col-md-pull-7 {
    right: 58.33333333%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-5 {
    right: 41.66666667%; }
  .col-md-pull-4 {
    right: 33.33333333%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-2 {
    right: 16.66666667%; }
  .col-md-pull-1 {
    right: 8.33333333%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-push-11 {
    left: 91.66666667%; }
  .col-md-push-10 {
    left: 83.33333333%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-8 {
    left: 66.66666667%; }
  .col-md-push-7 {
    left: 58.33333333%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-5 {
    left: 41.66666667%; }
  .col-md-push-4 {
    left: 33.33333333%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-2 {
    left: 16.66666667%; }
  .col-md-push-1 {
    left: 8.33333333%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-offset-12 {
    margin-left: 100%; }
  .col-md-offset-11 {
    margin-left: 91.66666667%; }
  .col-md-offset-10 {
    margin-left: 83.33333333%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-8 {
    margin-left: 66.66666667%; }
  .col-md-offset-7 {
    margin-left: 58.33333333%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-5 {
    margin-left: 41.66666667%; }
  .col-md-offset-4 {
    margin-left: 33.33333333%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-2 {
    margin-left: 16.66666667%; }
  .col-md-offset-1 {
    margin-left: 8.33333333%; }
  .col-md-offset-0 {
    margin-left: 0%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-11 {
    width: 91.66666667%; }
  .col-lg-10 {
    width: 83.33333333%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-8 {
    width: 66.66666667%; }
  .col-lg-7 {
    width: 58.33333333%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-5 {
    width: 41.66666667%; }
  .col-lg-4 {
    width: 33.33333333%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-2 {
    width: 16.66666667%; }
  .col-lg-1 {
    width: 8.33333333%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-pull-11 {
    right: 91.66666667%; }
  .col-lg-pull-10 {
    right: 83.33333333%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-8 {
    right: 66.66666667%; }
  .col-lg-pull-7 {
    right: 58.33333333%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-5 {
    right: 41.66666667%; }
  .col-lg-pull-4 {
    right: 33.33333333%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-2 {
    right: 16.66666667%; }
  .col-lg-pull-1 {
    right: 8.33333333%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-push-11 {
    left: 91.66666667%; }
  .col-lg-push-10 {
    left: 83.33333333%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-8 {
    left: 66.66666667%; }
  .col-lg-push-7 {
    left: 58.33333333%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-5 {
    left: 41.66666667%; }
  .col-lg-push-4 {
    left: 33.33333333%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-2 {
    left: 16.66666667%; }
  .col-lg-push-1 {
    left: 8.33333333%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-offset-12 {
    margin-left: 100%; }
  .col-lg-offset-11 {
    margin-left: 91.66666667%; }
  .col-lg-offset-10 {
    margin-left: 83.33333333%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-8 {
    margin-left: 66.66666667%; }
  .col-lg-offset-7 {
    margin-left: 58.33333333%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-5 {
    margin-left: 41.66666667%; }
  .col-lg-offset-4 {
    margin-left: 33.33333333%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-2 {
    margin-left: 16.66666667%; }
  .col-lg-offset-1 {
    margin-left: 8.33333333%; }
  .col-lg-offset-0 {
    margin-left: 0%; } }

.clearfix:before, .article-tables__td:before, .container:before, .container-fluid:before, .row:before, .table-form:before, .btn-social:before, .btn-group:before, .breadcrumbs:before, .pager:before, .product-one-fourth:before,
.premium-product:before, .product-one-fourth .info:before,
.premium-product .info:before, .product-one-fourth .price:before,
.premium-product .price:before, .product-one-fourth .form:before,
.premium-product .form:before, .product-one-half:before, #header .col-headusericon:before,
#header .col-headcarticon:before, #header .col-headusericon .icons:before,
#header .col-headcarticon .icons:before, #header .row-navigation-tabs:before, #header .row-navigation .nav:before, .description-box:before, .linecards-title:before, .banners-sm:before, .eye-catcher:before, .product__eye-catcher:before, .news-meta:before, .filters-container .scrollbar-inner:before, .filter:before, .filter-footer:before, .cat-description:before, .linecards-description:before, .webinar:before, .premium-menu:before, .eye-search-catcher:before, .social-meta:before, .footericons:before,
.clearfix:after,
.article-tables__td:after,
.container:after,
.container-fluid:after,
.row:after,
.table-form:after,
.btn-social:after,
.btn-group:after,
.breadcrumbs:after,
.pager:after,
.product-one-fourth:after,
.premium-product:after,
.product-one-fourth .info:after,
.premium-product .info:after,
.product-one-fourth .price:after,
.premium-product .price:after,
.product-one-fourth .form:after,
.premium-product .form:after,
.product-one-half:after,
#header .col-headusericon:after,
#header .col-headcarticon:after,
#header .col-headusericon .icons:after,
#header .col-headcarticon .icons:after,
#header .row-navigation-tabs:after,
#header .row-navigation .nav:after,
.description-box:after,
.linecards-title:after,
.banners-sm:after,
.eye-catcher:after,
.product__eye-catcher:after,
.news-meta:after,
.filters-container .scrollbar-inner:after,
.filter:after,
.filter-footer:after,
.cat-description:after,
.linecards-description:after,
.webinar:after,
.premium-menu:after,
.eye-search-catcher:after,
.social-meta:after,
.footericons:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table; }

.clearfix:after, .article-tables__td:after, .container:after, .container-fluid:after, .row:after, .table-form:after, .btn-social:after, .btn-group:after, .breadcrumbs:after, .pager:after, .product-one-fourth:after,
.premium-product:after, .product-one-fourth .info:after,
.premium-product .info:after, .product-one-fourth .price:after,
.premium-product .price:after, .product-one-fourth .form:after,
.premium-product .form:after, .product-one-half:after, #header .col-headusericon:after,
#header .col-headcarticon:after, #header .col-headusericon .icons:after,
#header .col-headcarticon .icons:after, #header .row-navigation-tabs:after, #header .row-navigation .nav:after, .description-box:after, .linecards-title:after, .banners-sm:after, .eye-catcher:after, .product__eye-catcher:after, .news-meta:after, .filters-container .scrollbar-inner:after, .filter:after, .filter-footer:after, .cat-description:after, .linecards-description:after, .webinar:after, .premium-menu:after, .eye-search-catcher:after, .social-meta:after, .footericons:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both; }

.form-group {
  margin-bottom: 1rem; }

.row.no-half {
  margin-right: -15px;
  margin-left: -15px; }
