.description-container {
    margin-top: 25px;
}

.homepage-container ul li {
    list-style-position: inside;
    list-style-type: disc;
}

.certificate h5 {
    text-align: center;
}

.certificate .fa-star {
    font-size: 2em;
    text-align: center;
    color: #23a8cc;
    display: block;
}

.eugrant a {
    padding: 0px;
}

.add-to-cart .btn .btn-primary {
    background: #6AB55D !important;
}


.blog-page li {
    list-style-position: outside;
    margin-left: 25px;
    list-style: disc;
}


/*Homepage*/
/* cart btn */
a.btn.btn-upper.btn-primary.btn-block.m-t-20 {
    background: #59B210;
}

a:hover.btn.btn-upper.btn-primary.btn-block.m-t-20 {
    background: #428bca;
}

/* cart btn */

/* add to cart btn*/
a.add-to-cart.add.btn {
    background: #59B210;
}

a:hover.add-to-cart.add.btn {
    background: #428bca;
}

/* add to cart btn*/


.logo-holder .logo img {
    width: 170px;
}

.main-header .top-search-holder .search-area .search-field {
    width: 90%;
}

.main-header .top-search-holder .contact-row {
    text-align: center;
}


/*Register and Login*/
.form-alert {
    display: none;
    margin-bottom: 10px;
    padding: 5px 15px;
}

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

.logo-slider-inner {
    margin-top: 10px;
    margin-bottom: 10px;
}

/*home page header*/
.divTable {
    display: table;
    width: 100%;
}

.divTableRow {
    display: table-row;
}

.divTableHeading {
    display: table-header-group;
}

.divTableCell, .divTableHead {
    border: 0px;
    display: table-cell;

}

.divTableHeading {
    display: table-header-group;
}

.divTableFoot {
    display: table-footer-group;
}

.divTableBody {
    display: table-row-group;
}

.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .accordion .accordion-group .accordion-heading .accordion-toggle:after {
    content: no-close-quote !important;
    float: right;
    font-family: fontawesome;
}

.logo-slider .owl-controls .owl-prev,
.logo-slider .owl-controls .owl-next {
    top: -10px;
}

.breadcrumb-inner .list-inline li {
    display: initial;
}

/*#### PRODUCTS #####*/

.product .product-info .name {
    text-align: center;
    white-space: nowrap;
    hyphens: manual;
    overflow: hidden;
}

.homepage-container .product .product-info .name {
    font-size: 15px !important;
}

.product .product-info .description {
    font-weight: bolder;
    font-weight: bolder;
    font-size: 16px;
    color: black;
    text-align: center;
}

.product .product-info .product-price {
    text-align: center;
}

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

.image-bg-settings {
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    background-color: #ffffff;
    background-position: center;
    margin: 0 auto;
    width: 70%;
}

/*#### FOOTER ###*/

.media .media-body {
    margin-top: 6px;
}

/*.yamm .dropdown-menu li {*/
/*width: 80%;*/
/*}*/
.yamm .dropdown-menu li {
    width: 80%;
}

.ms-products-menu .yamm .dropdown-menu li {
    width: 100%;
}

/*Color Version*/
.colors-container .color-box {
    display: -webkit-inline-box;
    display: inline-block;
    width: 35px;
    height: 35px;
    border: 1px solid #888;
    border-radius: 4px;
}

.color-title {
    text-decoration: underline;
    font-size: 14px;
    font-weight: bold;
}

/*Nawigacja*/

#filter-tabs .click-list .icon {
    font-size: 25px;
}

#filter-tabs .click-grid .icon {
    font-size: 25px;
}

.pagination-container .list-inline .disabled {
    display: none;
}

.homepage-products-menu .info-box {
    margin-bottom: 20px;
}

.homepage-products-menu .info-box h4 {
    margin-bottom: 25px;
}

.homepage-products-menu .info-box .info-box-heading.green {
    font-size: 25px;
    margin-top: 0px;
    line-height: 42px;
    margin-bottom: -5px;
}


/*Customer- Order*/
table.table-order > tbody > tr > td {
    padding: 15px;
}

/* ------------------------------------------------ print calculate products show view -------------------------*/

#valuation table {
    width: 100%;
    margin-top: 10px;
}

#valuation table tr {
    height: 50px;
}

#valuation table tr select,
#valuation table tr input {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #f2f2f2;
    box-sizing: border-box;
    font-size: 15px;
    height: 35px;
    left: 0;
    padding: 0 20px 0 18px;
    top: 0;
    z-index: 1;
    /*width: 100%;*/
    border-radius: 6px;
}


/*Category and Katalog*/
.categories-title {
    margin-top: -20px;
}


.color-sidebar .ms-sel-ctn, .manufacture-sidebar .ms-sel-ctn {
    overflow: hidden;
}

.color-sidebar .ms-sel-ctn input, .manufacture-sidebar .ms-sel-ctn input {
    height: 25px;
}

.color-box {
    margin-bottom: 5px;
}

.color-box-prev {
    float: left;
    position: relative;
    top: 7px;
    margin-right: 10px;

    width: 20px;
    height: 20px;

    border: 1px solid black;
}

.color-box-prev.country {
    border: 0px;
    top: 2px;
}

.color-sidebar .dropdown-menu {
    z-index: 999;
}

/*FOTORAMA CHECKBOXES*/
.fotorama__html,
.fotorama__stage__frame,
.fotorama__stage__shaft,
.fotorama__video iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.fotorama--fullscreen,
.fotorama__img {
    max-width: 99999px !important;
    max-height: 99999px !important;
    min-width: 0 !important;
    min-height: 0 !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    padding: 0 !important;
}

.fotorama__wrap .fotorama__grab {
    cursor: grab;
}

.fotorama__grabbing * {
    cursor: grabbing;
}

.fotorama__img,
.fotorama__spinner {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
}

.fotorama__img {
    margin: -50% 0 0 -50%;
    width: 100%;
    height: 100%;
}

.fotorama__wrap--css3 .fotorama__arr,
.fotorama__wrap--css3 .fotorama__fullscreen-icon,
.fotorama__wrap--css3 .fotorama__nav__shaft,
.fotorama__wrap--css3 .fotorama__stage__shaft,
.fotorama__wrap--css3 .fotorama__thumb-border,
.fotorama__wrap--css3 .fotorama__video-close,
.fotorama__wrap--css3 .fotorama__video-play {
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.fotorama__caption,
.fotorama__nav:after,
.fotorama__nav:before,
.fotorama__stage:after,
.fotorama__stage:before,
.fotorama__wrap--css3 .fotorama__html,
.fotorama__wrap--css3 .fotorama__nav,
.fotorama__wrap--css3 .fotorama__spinner,
.fotorama__wrap--css3 .fotorama__stage,
.fotorama__wrap--css3 .fotorama__stage .fotorama__img,
.fotorama__wrap--css3 .fotorama__stage__frame {
    -webkit-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

.fotorama__wrap--video .fotorama__stage,
.fotorama__wrap--video .fotorama__stage__frame--video,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,
.fotorama__wrap--video .fotorama__stage__shaft {
    -webkit-transform: none !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -o-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
}

.fotorama__wrap--css3 .fotorama__nav__shaft,
.fotorama__wrap--css3 .fotorama__stage__shaft,
.fotorama__wrap--css3 .fotorama__thumb-border {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-transition-timing-function: cubic-bezier(0.1, 0, 0.25, 1);
    -webkit-transition-timing-function: cubic-bezier(0.1, 0, 0.25, 1);
    -moz-transition-timing-function: cubic-bezier(0.1, 0, 0.25, 1);
    -o-transition-timing-function: cubic-bezier(0.1, 0, 0.25, 1);
    -ms-transition-timing-function: cubic-bezier(0.1, 0, 0.25, 1);
    transition-timing-function: cubic-bezier(0.1, 0, 0.25, 1);
    -webkit-transition-duration: 0ms;
    -webkit-transition-duration: 0ms;
    -moz-transition-duration: 0ms;
    -o-transition-duration: 0ms;
    -ms-transition-duration: 0ms;
    transition-duration: 0ms;
}

.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__no-select,
.fotorama__video-close,
.fotorama__video-play,
.fotorama__wrap {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fotorama__select {
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

.fotorama__nav,
.fotorama__nav__frame {
    margin: 0;
    padding: 0;
}

.fotorama__caption__wrap,
.fotorama__nav__frame,
.fotorama__nav__shaft {
    -moz-box-orient: vertical;
    display: inline-block;
    vertical-align: middle;
    *display: inline;
    *zoom: 1;
}

.fotorama__wrap * {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.fotorama__caption__wrap {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.fotorama--hidden,
.fotorama__load {
    position: absolute;
    left: -99999px;
    top: -99999px;
    z-index: -1;
}

.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__nav,
.fotorama__nav__frame,
.fotorama__nav__shaft,
.fotorama__stage__frame,
.fotorama__stage__shaft,
.fotorama__video-close,
.fotorama__video-play {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.fotorama__arr:before,
.fotorama__fullscreen-icon:before,
.fotorama__video-close:before,
.fotorama__video-play:before {
    font-family: 'FontAwesome';
}

.fotorama__thumb {
    background-color: rgba(127, 127, 127, 0.2);
}

.fotorama {
    min-width: 1px;
    overflow: hidden;
}

.fotorama:not(.fotorama--unobtrusive) > :not(:first-child) {
    display: none;
}

.fullscreen {
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    background: #000;
}

.fotorama--fullscreen {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    float: none !important;
    z-index: 2147483647 !important;
    background: #000;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
}

.fotorama--fullscreen .fotorama__nav,
.fotorama--fullscreen .fotorama__stage {
    background: #000;
}

.fotorama__wrap {
    -webkit-text-size-adjust: 100%;
    position: relative;
    direction: ltr;
}

.fotorama__wrap--rtl .fotorama__stage__frame {
    direction: rtl;
}

.fotorama__nav,
.fotorama__stage {
    overflow: hidden;
    position: relative;
    max-width: 100%;
}

.fotorama__wrap--pan-y {
    -ms-touch-action: pan-y;
}

.fotorama__wrap .fotorama__pointer {
    cursor: pointer;
}

.fotorama__wrap--slide .fotorama__stage__frame {
    opacity: 1 !important;
    -ms-filter: none;
    filter: none;
}

.fotorama__stage__frame {
    overflow: hidden;
}

.fotorama__stage__frame.fotorama__active {
    z-index: 8;
}

.fotorama__wrap--fade .fotorama__stage__frame {
    display: none;
}

.fotorama__wrap--fade .fotorama__fade-front,
.fotorama__wrap--fade .fotorama__fade-rear,
.fotorama__wrap--fade .fotorama__stage__frame.fotorama__active {
    display: block;
    left: 0;
    top: 0;
}

.fotorama__wrap--fade .fotorama__fade-front {
    z-index: 8;
}

.fotorama__wrap--fade .fotorama__fade-rear {
    z-index: 7;
}

.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active {
    z-index: 9;
}

.fotorama__wrap--fade .fotorama__stage .fotorama__shadow {
    display: none;
}

.fotorama__img {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    border: none !important;
}

.fotorama__error .fotorama__img,
.fotorama__loaded .fotorama__img {
    opacity: 1;
    -ms-filter: none;
    filter: none;
}

.fotorama--fullscreen .fotorama__loaded--full .fotorama__img,
.fotorama__img--full {
    display: none;
}

.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full {
    display: block;
}

.fotorama__wrap--only-active .fotorama__nav,
.fotorama__wrap--only-active .fotorama__stage {
    max-width: 99999px !important;
}

.fotorama__wrap--only-active .fotorama__stage__frame {
    visibility: hidden;
}

.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active {
    visibility: visible;
}

.fotorama__nav {
    font-size: 0;
    line-height: 0;
    text-align: center;
    display: none;
    white-space: nowrap;
    z-index: 5;
}

.fotorama__nav__shaft {
    position: relative;
    left: 0;
    top: 0;
    text-align: left;
}

.fotorama__nav__frame {
    position: relative;
    cursor: pointer;
}

.fotorama__nav--dots {
    display: block;
    position: absolute;
    bottom: 0;
}

.fotorama__nav--dots .fotorama__nav__frame {
    width: 18px;
    height: 30px;
}

.fotorama__nav--dots .fotorama__nav__frame--thumb,
.fotorama__nav--dots .fotorama__thumb-border {
    display: none;
}

.fotorama__nav--thumbs {
    display: block;
}

.fotorama__nav--thumbs .fotorama__nav__frame {
    padding-left: 0 !important;
}

.fotorama__nav--thumbs .fotorama__nav__frame:last-child {
    padding-right: 0 !important;
}

.fotorama__nav--thumbs .fotorama__nav__frame--dot {
    display: none;
}

.fotorama__dot {
    display: block;
    width: 6px;
    height: 6px;
    position: relative;
    top: 12px;
    left: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background: #fff;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
}

.fotorama__nav__frame.fotorama__active {
    pointer-events: none;
    cursor: default;
}

.fotorama__nav__frame.fotorama__active .fotorama__dot {
    opacity: 1;
    -ms-filter: none;
    filter: none;
}

.fotorama__active .fotorama__dot {
    background-color: #fff;
}

.fotorama__thumb {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
}

.fotorama__thumb-border {
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    border-style: solid;
    border-color: #2a8fbd;
}

.fotorama__caption {
    position: absolute;
    z-index: 12;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 14px;
    line-height: 1.5;
    color: #000;
}

.fotorama__caption a {
    text-decoration: none;
    color: #000;
    border-bottom: 1px solid;
    border-color: rgba(0, 0, 0, 0.5);
}

.fotorama__caption a:hover {
    color: #333;
    border-color: rgba(51, 51, 51, 0.5);
}

.fotorama__wrap--rtl .fotorama__caption {
    left: auto;
    right: 0;
}

.fotorama__wrap--no-captions .fotorama__caption,
.fotorama__wrap--video .fotorama__caption {
    display: none;
}

.fotorama__caption__wrap {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 5px 10px;
}

.fotorama__wrap--css3 .fotorama__spinner {
    -webkit-animation: spinner 24s infinite linear;
    -webkit-animation: spinner 24s infinite linear;
    -moz-animation: spinner 24s infinite linear;
    -o-animation: spinner 24s infinite linear;
    -ms-animation: spinner 24s infinite linear;
    animation: spinner 24s infinite linear;
}

.fotorama__wrap--css3 .fotorama__html,
.fotorama__wrap--css3 .fotorama__stage .fotorama__img {
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    -ms-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

.fotorama__select {
    cursor: auto;
}

.fotorama__video {
    top: 32px;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: 10;
}

.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close,
.fotorama__video-play {
    position: absolute;
    z-index: 11;
    cursor: pointer;
}

.fotorama__arr {
    text-align: center;
    display: block;
    position: absolute;
    width: 32px;
    height: 32px;
    line-height: 32px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    top: 50%;
    margin: -16px 10px 0 10px;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    font-size: 20px;
}

.fotorama__arr:hover {
    background: rgba(0, 0, 0, 0.6);
}

.fotorama__arr--prev {
    left: 0;
}

.fotorama__arr--prev:before {
    content: '\f104';
}

.fotorama__arr--next {
    right: 0;
}

.fotorama__arr--next:before {
    content: '\f105';
}

.fotorama__arr--disabled {
    pointer-events: none;
    cursor: default;
    *display: none;
    opacity: 0.3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
}

.fotorama__fullscreen-icon {
    width: 32px;
    height: 32px;
    line-height: 32px;
    top: 0;
    right: 0;
    z-index: 20;
    color: #fff;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.2);
    text-align: center;
    margin: 10px;
}

.fotorama__fullscreen-icon:hover {
    opacity: 1;
    -ms-filter: none;
    filter: none;
}

.fotorama__fullscreen-icon:before {
    content: '\f065';
}

.fotorama--fullscreen .fotorama__fullscreen-icon:before {
    content: '\f066';
}

.fotorama__video-play {
    width: 96px;
    height: 96px;
    left: 50%;
    top: 50%;
    margin-left: -48px;
    margin-top: -48px;
    background-position: 0 -64px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

.fotorama__wrap--css2 .fotorama__video-play,
.fotorama__wrap--video .fotorama__stage .fotorama__video-play {
    display: none;
}

.fotorama__error .fotorama__video-play,
.fotorama__loaded .fotorama__video-play {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    display: block;
}

.fotorama__nav__frame .fotorama__video-play {
    width: 32px;
    height: 32px;
    margin-left: -16px;
    margin-top: -16px;
    background-position: -64px -32px;
}

.fotorama__video-close {
    width: 32px;
    height: 32px;
    top: 0;
    right: 0;
    background-position: -64px 0;
    z-index: 20;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

.fotorama__wrap--css2 .fotorama__video-close {
    display: none;
}

.fotorama__wrap--css3 .fotorama__video-close {
    -webkit-transform: translate3d(32px, -32px, 0);
    -moz-transform: translate3d(32px, -32px, 0);
    -o-transform: translate3d(32px, -32px, 0);
    -ms-transform: translate3d(32px, -32px, 0);
    transform: translate3d(32px, -32px, 0);
}

.fotorama__wrap--video .fotorama__video-close {
    display: block;
    opacity: 1;
    -ms-filter: none;
    filter: none;
}

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__video-close {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon,
.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--video .fotorama__fullscreen-icon {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

.fotorama__wrap--css2.fotorama__wrap--no-controls .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--no-controls .fotorama__fullscreen-icon,
.fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon {
    display: none;
}

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon,
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon {
    -webkit-transform: translate3d(32px, -32px, 0);
    -moz-transform: translate3d(32px, -32px, 0);
    -o-transform: translate3d(32px, -32px, 0);
    -ms-transform: translate3d(32px, -32px, 0);
    transform: translate3d(32px, -32px, 0);
}

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev,
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev {
    -webkit-transform: translate3d(-48px, 0, 0);
    -moz-transform: translate3d(-48px, 0, 0);
    -o-transform: translate3d(-48px, 0, 0);
    -ms-transform: translate3d(-48px, 0, 0);
    transform: translate3d(-48px, 0, 0);
}

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next,
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next {
    -webkit-transform: translate3d(48px, 0, 0);
    -moz-transform: translate3d(48px, 0, 0);
    -o-transform: translate3d(48px, 0, 0);
    -ms-transform: translate3d(48px, 0, 0);
    transform: translate3d(48px, 0, 0);
}

.fotorama__wrap--css3 .fotorama__arr,
.fotorama__wrap--css3 .fotorama__fullscreen-icon,
.fotorama__wrap--css3 .fotorama__video-close,
.fotorama__wrap--css3 .fotorama__video-play {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    transition-property: transform, opacity;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.fotorama__nav:after,
.fotorama__nav:before,
.fotorama__stage:after,
.fotorama__stage:before {
    content: "";
    display: block;
    position: absolute;
    text-decoration: none;
    top: 0;
    bottom: 0;
    width: 10px;
    height: auto;
    z-index: 10;
    pointer-events: none;
    background-repeat: no-repeat;
    -webkit-background-size: 1px 100%, 5px 100%;
    -moz-background-size: 1px 100%, 5px 100%;
    background-size: 1px 100%, 5px 100%;
}

.fotorama__nav:before,
.fotorama__stage:before {
    background-position: 0 0, 0 0;
    left: -10px;
}

.fotorama__nav.fotorama__shadows--left:before,
.fotorama__stage.fotorama__shadows--left:before {
    left: 0;
}

.fotorama__nav:after,
.fotorama__stage:after {
    background-position: 100% 0, 100% 0;
    right: -10px;
}

.fotorama__nav.fotorama__shadows--right:after,
.fotorama__stage.fotorama__shadows--right:after {
    right: 0;
}

.fotorama--fullscreen .fotorama__nav:after,
.fotorama--fullscreen .fotorama__nav:before,
.fotorama--fullscreen .fotorama__stage:after,
.fotorama--fullscreen .fotorama__stage:before,
.fotorama__wrap--fade .fotorama__stage:after,
.fotorama__wrap--fade .fotorama__stage:before,
.fotorama__wrap--no-shadows .fotorama__nav:after,
.fotorama__wrap--no-shadows .fotorama__nav:before,
.fotorama__wrap--no-shadows .fotorama__stage:after,
.fotorama__wrap--no-shadows .fotorama__stage:before {
    display: none;
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-ms-keyframes spinner {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/**css pod dane handlowcow strona kontakt*!*/
#one-tree {
    margin-bottom: 50px;
    float: left;
    margin-right: 0px;
    width: 33%;
    min-width: 160px;
}

.create-new-account .text-input {
    -moz-box-shadow: 2px 1px 5px 1px #ccc;
    -webkit-box-shadow: 2px 1px 5px 1px #ccc;
    box-shadow: 2px 1px 5px 1px #ccc;
}

.bg_load.load {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(238, 238, 238, 0.5);
}

/*home page fix*/
.homepagegrid {
}

.homepage-products-menu .info-box h4 {
    margin-bottom: 5px;
}

/*megamenu color*/
.yamm .dropdown-menu {
    border-right: 5px solid #abd07e;
    border-bottom: 2px solid #abd07e;
    /*    border-top: 2px solid #abd07e;*/
    background-color: #eeeeee !important;

}

/*navi  belka*/
.categorybar {
    background-color: #ffffff !important;
    width: 100%;
    min-height: 40px;
}

.categorybartxt {
    color: #555 !important;
    padding: 10px;
    margin-bottom: 0px;
    font-size: 24px;
}

.navbar-toggle {
    width: 95%;
}

/*.main-header .top-search-holder .search-area .search-field {*/
/*width: 75%;*/
/*}*/

#register-form-country .ms-helper {
    display: none;
}

.register-subtitle {
    font-size: 16px;
    font-family: 'LatoBold';
    padding-bottom: 14px;
    border-bottom: 1px solid #ddd;
    text-transform: uppercase;
}

.contact-timing .table-responsive {
    border: none;
}

#register-form #send-data {
    display: none;
}

.products-flags {
    position: absolute;
    top: 12px;
    left: 15px;
}

.products-flags div {
    list-style: none;
    text-align: left;
    color: #ffffff;
    padding: 6px;
    margin-bottom: 5px;
    font-weight: bold;
    display: inline-block;
    height: 30px;
}

.products-flags div {
    position: relative;
    display: block;
}

.products-flags div:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    width: 40px;
    height: 20px;
    border-top: 0px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 30px solid #0A3C73;
    left: 100%;
}

.products-flags .news {
    background-color: #5e79b9;
}

.products-flags .news:after {
    border-left: 30px solid #5e79b9;
}

.products-flags .promotion {
    background-color: #eb4a49;
}

.products-flags .promotion:after {
    border-left: 30px solid #eb4a49;
}

.products-flags .bestseller {
    background-color: #73bb0d;
}

.products-flags .bestseller:after {
    border-left: 30px solid #73bb0d;
}

.categories-title .categorybartxt {

}

.categories-title .products-count {
    font-size: 16px;
    margin-top: 33px;
    text-align: right;
}

.search-advence {
    float: right;
}

.section-register-form-info p {
    padding-top: 0px !important;
}

#one-tree .trader-lang-list {
    padding-left: 0px;
    display: table;
    margin: 0 auto;
}

.trader-lang-list {
    padding-left: 0px;
    display: block;
    margin: 0 auto;
}

.trader-lang-list li:first-child {
    padding-left: 0px;
}

.trader-lang-list li {
    list-style: none;
    display: table-cell;
    padding: 0px 5px;
}

.trader-lang-list li img.trader-lang-list-img {
    width: 20px;
    border: 1px solid black;
}

.product-info h2 {
    font-size: 16px;
}

.homepage-products-menu .info-box .info-box-heading.green {
    font-size: 22px !important;
}

.yamm .dropdown-menu {
    top: 100%;
    border-right: 5px solid #000000;
    border-bottom: 2px solid #000000;
    background-color: #ffffff !important;
}

#mc-horizontal-menu-collapse .eugrant a img {
    max-height: 55px;
    margin-top: 3px;
    margin-right: 14px;
}

.container {
    width: 85% !important;
}

#footer {
    margin-bottom: 100px;
}

#owl-main .full-width-slider .item {
    height: 250px;
}

#Thumb post list
.thumb-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.thumb-list > li {
    margin-bottom: 7px;
    padding-bottom: 7px;
    border-bottom: 1px dashed #e6e6e6;
    overflow: hidden;
}

.thumb-list > li img {
    float: left;
    width: 70px;
    margin-right: 10px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.thumb-list > li .thumb-list-item-caption {
    display: table;
}

.thumb-list > li .thumb-list-item-caption .icon-list-rating {
    font-size: 9px;
    color: #48aad6;
    margin-bottom: -3px;
}

.thumb-list > li .thumb-list-item-caption .icon-list-rating.icon-list-non-rated {
    color: #858585 !important;
}

.thumb-list > li .thumb-list-item-caption .thumb-list-item-title {
    font-size: 13px;
    margin-bottom: 3px;
    margin-top: 2px;
}

.thumb-list > li .thumb-list-item-caption .thumb-list-item-title a {
    color: #5c5c5c;
}

.thumb-list > li .thumb-list-item-caption .thumb-list-item-title a:hover {
    text-decoration: underline;
}

.thumb-list > li .thumb-list-item-caption .thumb-list-item-desciption {
    font-size: 12px;
    margin: 0;
    color: #8c8c8c;
}

.thumb-list > li .thumb-list-item-caption .thumb-list-item-meta {
    margin-bottom: 5px;
    line-height: 1em;
    font-size: 11px;
    color: #858585;
    font-style: italic;
}

.thumb-list > li .thumb-list-item-caption .thumb-list-item-price {
    font-size: 16px;
    color: #757575;
    margin-bottom: 0;
}

.thumb-list > li .thumb-list-item-caption .thumb-list-item-author {
    font-size: 11px;
    color: #858585;
    font-style: italic;
}

.thumb-list > li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}

.thumb-list.thumb-list-right > li img {
    float: right;
    margin-right: 0;
    margin-left: 10px;
}

.sidebar-box {
    margin-bottom: 30px;
    padding: 15px 20px;
    background: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #e6e6e6;
}

.hover-img {
    z-index: 1;
    display: block;
    position: relative;
    overflow: hidden;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}

.ms-blog-view img {
    width: auto;
    margin: 0 auto;
    max-width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

#cookie-section {
    position: fixed;
    bottom: 0px;
    background-color: #000000;
    color: #ffffff;
    font-size: 12px;
    width: 100%;
    z-index: 999;
    padding: 2px;
}

#cookie-section p {
    width: 80%;
    margin-bottom: 0px;
    float: left;
    padding: 4px;
}


#cookie-section .close-cookie {
    background-color: #23a8cc;
    cursor: pointer;
    color: #000000;
    padding: 5px;
    font-size: 12px !important;
    float: left;
    margin: 2px;
}
