.fe-features {
    position: relative;
    padding: 0 30px;
}

.fe-features-container {
    overflow: hidden;
}

.fe-feature {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #777;
}

.fe-feature-img {
    height: 29px;
    margin-right: 10px;
}

@media (min-width: 1200px) {
    .fe-features {
        padding: 0;
    }

    .fe-feature + .fe-feature {
        margin-left: 30px;
    }
}

/* Swiper */

.fe-features .fe-swiper-control {
    position: absolute;
    top: 50%;
    z-index: 2;
    padding: 10px;
    font-size: 20px;
    background: transparent;
    border: 0;
    transform: translateY(-50%);
}

.fe-features .fe-swiper-control.m--left {
    left: 0;
}

.fe-features .fe-swiper-control.m--right {
    right: 0;
}

.fe-features[data-fe-swiper-status="start"] .fe-swiper-control.m--left,
.fe-features[data-fe-swiper-status="end"] .fe-swiper-control.m--right {
    display: none;
}

@media (min-width: 481px) {
    .fe-features .swiper-slide {
        width: 50%;
    }
}

@media (min-width: 768px) {
    .fe-features .swiper-slide {
        width: 33.3%;
    }
}

@media (min-width: 1200px) {
    .fe-features .swiper-wrapper {
        display: flex;
        justify-content: space-between;
    }

    .fe-features .swiper-slide {
        width: auto;
    }

    .fe-features .fe-swiper-control {
        display: none;
    }
}
/*******************************************************
Product list Styles
********************************************************/


/*******************************************************
Product list Topbar Styles
********************************************************/
.cat-name {
    font-size: 27px;
    margin: 32px 0 11px;
    font-weight: normal;
    letter-spacing: -1px;
    line-height: 40px;
    text-transform: capitalize;
}

.heading-counter {
    font-size: 13px;
    color: #5d5d5d;
    letter-spacing: 0px;
}

.sortPagiBar {
    margin-bottom: 5px;
    padding-left: 15px;
    background-color: #fff;
}

.sortPagiBar ul {
    display: inline-block;
    /* float: right;*/
    margin-top: 10px;
    padding: 0 7px;
    vertical-align: top;
}

.sortPagiBar ul li {
    display: inline-block;
    margin: 0 23px 0 0;
    min-width: 49px;
    vertical-align: top;
}

.sortPagiBar ul li a {
    color: #3d3d3d;
    font-size: 13px;
    font-weight: 600;
}

.sortPagiBar ul li a i {
    color: #ccc;
    font-size: 19px;
    margin-right: 3px;
    vertical-align: bottom;
}

.sortPagiBar ul li.active a {
    font-weight: 700 !important;
}

@media (max-width: 991px) {
    .sortPagiBar {
        margin-bottom: 0;
        padding: 15px 0 0;
    }
}

#popularity-sort {
    height: 32px;
    float: left;
    width: 100%;
}

.products-sort-form {
    margin-left: -15px;
    padding-right: 15px;
}

#search .heading-counter {
    padding-left: 20px;
}

@media (min-width: 992px) {
    .products-sort-form {
        padding-right: 30px;
    }
    #search .products-sort-form {
        display:inline-block;
        padding-right: 0;
    }

    #search .sortPagiBar ul {
        margin-top:0;
    }
    #search .content_sortPagiBar .sortPagiBar {
        padding-left:0;
        margin-bottom:-10px;
    }
}

#item-count {
    width: 90px;
    height: 32px;
}

.product-count {
    padding-top: 30px;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
}

.pagination-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

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

#pagination_bottom {
    margin: 5px 0 0;
}

@media(min-width: 768px) {
    .pagination-container {
        flex-direction: row;
        align-items: center;
    }

    .product-count {
        padding: 30px 0;
        text-align: left;
    }

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

    #pagination_bottom {
        margin: 17px 0;
    }
}

.pagination {
    margin: 10px 0;
}

.pagination li:hover a, .pagination li.current a {
    background-color: #fff;
}

.pagination > li > a, .pagination > li > span {
    border-radius: 0 !important;
    color: #3d3d3d !important;
    font-size: 16px;
    margin: 0 4px 0 0;
    padding: 8px 16px !important;
    text-transform: capitalize;
}

#product_list > #ajax-loader-content {
    border-radius: 10px;
    padding: 10px 0;
    position: absolute;
    text-align: center;
    top: 78px;
    width: 100%;
    z-index: 9999;
}

#ajax-loader-content .loader {
    display: block;
    width: 60px;
    height: 60px;
    margin: auto;
    color: #000;
}

#product_list {
    position: relative;
}

.product-item-holder .ribbon:after {
    width: auto;
    min-width: 80px;
}

@media (max-width: 768px) {
    .product-item-holder .ribbon {
        min-width: 250px;
        margin-right: 10px;
        top: 0;
        padding: 2px 14px 2px 10px;
    }

    .product-item-holder .ribbon:after {
        width: auto;
        min-width: 80px;
        border-top-width: 24px;
    }
}

/* Grid */

@media (min-width: 768px) {
    .pl-grid {
        display: flex;
        flex-wrap: wrap;
        margin: 30px -2% 0;
    }

    .pl-topcategory .pl-grid {
        margin-top: 0;
    }
}

/* Item */

.pl-item {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 360px;
    max-width: 100%;
    margin: 0 auto 20px;
    padding: 15px 15px 8px;
    overflow: hidden;
    border: 1px solid transparent;
    border-radius: 10px;
    transition: box-shadow 0.1s;
    border: 1px solid #e2e2e2;
}

.cd-compatible-devices .pl-item,
.pl-item {
    width: auto;
}

@media (min-width: 992px) {
    .cd-compatible-devices .pl-item {
        width: 360px;
    }
}

body:not(.category-893) .pl-item.m--pro {
    border-color: #949494;
}

body:not(.category-893) .pl-item.m--pro::after,
body:not(.category-905) .pl-item.m--ultra::after {
    position: absolute;
    top: -1px;
    right: -1px;
    width: 68px;
    height: 25px;
    background: url('themes/media-center/img/ultra-pro/pro-v2.svg') right top no-repeat;
    border-bottom-left-radius: 10px;
    content: '';
}

body:not(.category-905) .pl-item.m--ultra {
    border-color: #484848;
}

body:not(.category-905) .pl-item.m--ultra::after {
    width: 78px;
    background-image: url('themes/media-center/img/ultra-pro/ultra-v2.svg');
}

.pl-item a {
    color: #3b3b3b;
}

@media (min-width: 768px) {
    .pl-item {
        width: 40%;
        margin-right: 5%;
        margin-left: 5%;
    }

    .pl-item:hover {
        z-index: 1;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    }

    .pl-grid.--cd .pl-item,
    .pl-grid.--fav .pl-item {
        width: 46%;
        margin-right: 2%;
        margin-left: 2%;
    }
}

@media (min-width: 992px) {
    .pl-item {
        width: 29.3%;
        margin-right: 2%;
        margin-left: 2%;
        padding: 15px 20px;
    }

    .pl-topcategory .pl-item {
        width: 45%;
        margin-right: 2.5%;
        margin-left: 2.5%;
    }
}

@media (min-width: 1200px) {
    .pl-item {
        width: 21%;
        margin-right: 2%;
        margin-left: 2%;
    }

    .pl-topcategory .pl-item {
        width: 29.3%;
        margin-right: 2%;
        margin-left: 2%;
    }

    .pl-grid.--cd .pl-item,
    .pl-grid.--fav .pl-item {
        width: 29%;
        margin-right: 2%;
        margin-left: 2%;
    }

    .pl-grid.--cd.is-logged .pl-item {
        width: 23%;
        margin-right: 1%;
        margin-left: 1%;
    }
}

/* Item: add to cart */
@media (max-width: 768px) {
    .pl-item-addtocart-btn {
        width: 43px !important;
        min-width: 0 !important;
        height: 43px !important;
        background: #fff url('themes/media-center/img/crossselling-icon-buy-off.svg') center / 25px no-repeat;
        border: 1px solid #ff8104 !important;
        border-radius: 50% !important;
    }

    .pl-item-addtocart-btn:hover {
        background-color: #ff8104;
        background-image: url('themes/media-center/img/crossselling-icon-buy.svg');
    }

    .pl-item-addtocart-btn.m--disabled {
        color: #ccc !important;
        background-color: #c6c6c6;
        background-image: url('themes/media-center/img/crossselling-icon-buy.svg');
        border: none !important;
        cursor: not-allowed;
    }

    .pl-item-addtocart-btn > span {
        display: none;
    }
}

/* Item: features */

.pl-item-features {
    margin-bottom: 5px;
    font-size: 12px;
}

.pl-item-feature-label {
    color: #aaa;
}

/* Item: footer container */

.pl-item-footer-addtocart {
    flex: 0;
    order: 3;
    width: 50%;
    margin-left: auto;
    text-align: right;
}

.pl-item-footer-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.pl-item-footer-features {
    flex: 2;
    align-self: flex-start;
    order: 0;
    min-width: 34%;
    margin-bottom: 4px;
}

.pl-item-footer-info {
    flex: 1 0 50%;
    order: 2;
}

.pl-item-footer-price {
    flex: 1;
    align-self: flex-end;
    order: 1;
    margin-bottom: 7px;
    margin-left: 15px;
}

@media (min-width: 768px) {
    .pl-item-footer-addtocart {
        flex: auto;
        align-self: flex-end;
        width: 100%;
        margin-top: 12px;
    }

    .pl-item-footer-container {
        margin-top: auto;
    }

    .pl-item-footer-features {
        flex: 1 0 100%;
        align-self: flex-start;
    }

    .pl-item-footer-info {
        align-self: flex-end;
        order: 1;
        width: auto;
        margin: 0;
    }

    .pl-item-footer-price {
        order: 2;
        margin: 0 0 -3px;
    }
}

/* Item: info */

.pl-item-info {
    position: relative;
    padding-left: 18px;
    font-size: 12px;
}

.pl-item-info .fa {
    position: absolute;
    top: 3px;
    left: 0;
    margin-right: 5px;
    color: #9c0;
}

/* Item: name */

.pl-item-name {
    display: -webkit-box;
    max-height: 2.8em;
    margin-bottom: 8px;
    overflow: hidden;
    font-size: 14px;
    line-height: 1.4em;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

@media (min-width: 768px) {
    .pl-item-name {
        max-height: 4.2em;
        font-size: 18px;
        -webkit-line-clamp: 3;
    }
}

/* Item: price */

.pl-item-price {
    height: 20px;
    color: #aaa;
    text-decoration: line-through;
}

.pl-item-price-container {
    margin-left: auto;
    white-space: nowrap;
    text-align: right;
}

.pl-item-price-current {
    color: #3b3b3b;
    font-size: 27px;
    line-height: 1.2;
}

/* Item: reviews */

.pl-item-reviews {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    font-size: 12px;
}

.pl-item-reviews-stars {
    display: flex;
    margin-right: 5px;
}

.pl-item-reviews-stars > img {
    width: 16px;
    height: 16px;
    margin-right: 2px;
}

/* Item: ribbon */

.pl-item .ribbon {
    top: -1px;
    left: -1px;
}

/* Item: separator */

.pl-item-separator {
    margin: 10px 0 -20px;
    border-bottom: 1px solid #efefef;
}

.pl-item.has-ribbon .pl-item-separator,
.pl-item.m--pro .pl-item-separator,
.pl-item.m--ultra .pl-item-separator {
    display: none;
}

@media (min-width: 768px) {
    .pl-item-separator {
        display: none;
    }
}

/* Item: thumbnail */

.pl-item-thumbnail > img {
    display: block;
    width: 100%;
    max-width: 246px;
    height: auto;
    max-height: 246px;
    margin: 0 auto;
}

/* Home Office */

@media (min-width: 768px) {
    .category-praca-zdalna .tab-pane {
        display: flex;
        flex-grow: 1;
        flex-wrap: wrap;
    }

    .category-praca-zdalna .pl-item {
        display: inline-flex;
    }

    .category-praca-zdalna .pl-item-price-current {
        font-size: 26px;
    }
}
/*!
 *  Font Awesome 4.1.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:FontAwesome;src:url(themes/media-center/css/fonts/fontawesome-webfont.eot?v=4.1.0);src:url(themes/media-center/css/fonts/fontawesome-webfont.eot?#iefix&v=4.1.0) format('embedded-opentype'),url(themes/media-center/css/fonts/fontawesome-webfont.woff?v=4.1.0) format('woff'),url(themes/media-center/css/fonts/fontawesome-webfont.ttf?v=4.1.0) format('truetype'),url(themes/media-center/css/fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular) format('svg');font-weight:400;font-style:normal;font-display: swap;}.fa{display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.3333333333333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.2857142857142858em;text-align:center}.fa-ul{padding-left:0;margin-left:2.142857142857143em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.142857142857143em;width:2.142857142857143em;top:.14285714285714285em;text-align:center}.fa-li.fa-lg{left:-1.8571428571428572em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:spin 2s infinite linear;-moz-animation:spin 2s infinite linear;-o-animation:spin 2s infinite linear;animation:spin 2s infinite linear}@-moz-keyframes spin{0%{-moz-transform:rotate(0deg)}100%{-moz-transform:rotate(359deg)}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg)}}@-o-keyframes spin{0%{-o-transform:rotate(0deg)}100%{-o-transform:rotate(359deg)}}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);-o-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1,1);-moz-transform:scale(-1,1);-ms-transform:scale(-1,1);-o-transform:scale(-1,1);transform:scale(-1,1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1,-1);-moz-transform:scale(1,-1);-ms-transform:scale(1,-1);-o-transform:scale(1,-1);transform:scale(1,-1)}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-square:before,.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}/*
Template:     Media Center
Description:  Responsive Electronics eCommerce Bootstrap 3 Template
Version:    1.0
Author:     Amin & Ibrahim
Demo URI:     http://demo.transvelo.com/media-center
*/

:root {
    --color-brand: #9c0;
    --color-brand-secondary: #ff8104;
    --color-danger: #c82c05;
    --color-link: #0066c0;
    --color-text: #3d3d3d;
    --color-text-light: #777;
}

/* latin-ext */
@font-face {
    font-family: 'Open Sans';
    font-display: swap;
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url('themes/media-center/css/fonts/mem8YaGs126MiZpBA-UFW50bbck.woff2') format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Open Sans';
    font-display: swap;
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url('themes/media-center/css/fonts/mem8YaGs126MiZpBA-UFVZ0b.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
    font-family: 'Open Sans';
    font-display: swap;
    font-style: normal;
    font-weight: 600;
    src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url('themes/media-center/css/fonts/mem5YaGs126MiZpBA-UNirkOXOhpOqc.woff2') format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Open Sans';
    font-display: swap;
    font-style: normal;
    font-weight: 600;
    src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url('themes/media-center/css/fonts/mem5YaGs126MiZpBA-UNirkOUuhp.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
    font-family: 'Open Sans';
    font-display: swap;
    font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url('themes/media-center/css/fonts/mem5YaGs126MiZpBA-UN7rgOXOhpOqc.woff2') format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Open Sans';
    font-display: swap;
    font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url('themes/media-center/css/fonts/mem5YaGs126MiZpBA-UN7rgOUuhp.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
    font-family: 'Open Sans';
    font-display: swap;
    font-style: normal;
    font-weight: 800;
    src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'), url('themes/media-center/css/fonts/mem5YaGs126MiZpBA-UN8rsOXOhpOqc.woff2') format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Open Sans';
    font-display: swap;
    font-style: normal;
    font-weight: 800;
    src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'), url('themes/media-center/css/fonts/mem5YaGs126MiZpBA-UN8rsOUuhp.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: local('Roboto Light'), local('Roboto-Light'),
    url('themes/media-center/css/fonts/roboto-v19-latin_latin-ext-300.woff2') format('woff2'),
    url('themes/media-center/css/fonts/roboto-v19-latin_latin-ext-300.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Roboto'), local('Roboto-Regular'),
    url('themes/media-center/css/fonts/roboto-v19-latin_latin-ext-regular.woff2') format('woff2'),
    url('themes/media-center/css/fonts/roboto-v19-latin_latin-ext-regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-display: swap;
    font-weight: 500;
    src: local('Roboto Medium'), local('Roboto-Medium'),
    url('themes/media-center/css/fonts/roboto-v19-latin_latin-ext-500.woff2') format('woff2'),
    url('themes/media-center/css/fonts/roboto-v19-latin_latin-ext-500.ttf') format('truetype');
}

.light-bg {
    background-color: #f8f8f8;
}

.inner {
    padding-top: 75px;
    padding-bottom: 75px;
}

.m-t-0 {
    margin-top: 0 !important;
}

.m-t-35 {
    margin-top: 35px !important;
}

.semi-bold {
    font-weight: 600 !important;
}

.semi-bold {
    border-bottom: 1px solid #ececec;
}

.title-color {
    color: #434343 !important;
}

.content-color {
    color: #747474 !important;
}

.bold {
    font-weight: 700 !important;
}

.auto-width {
    width: auto !important;
}

.center-block {
    float: none;
}

.inner {
    padding-top: 120px;
    padding-bottom: 120px;
}

.inner-md {
    padding-top: 100px;
    padding-bottom: 100px;
}

.inner-sm {
    padding-top: 80px;
    padding-bottom: 80px;
}

.inner-xs {
    padding-top: 30px;
    padding-bottom: 30px;
}

.inner-top {
    padding-top: 120px;
}

.inner-top-md {
    padding-top: 100px;
}

.inner-top-sm {
    padding-top: 0px;
}

.inner-top-xs {
    padding-top: 20px;
}

.inner-bottom {
    padding-bottom: 120px;
}

.inner-bottom-md {
    padding-bottom: 100px;
}

.inner-bottom-sm {
    padding-bottom: 40px;
}

.inner-bottom-xs {
    padding-bottom: 40px;
}

.inner-left {
    padding-left: 75px;
}

.inner-left-md {
    padding-left: 60px;
}

.inner-left-sm {
    padding-left: 45px;
}

.inner-left-xs {
    padding-left: 30px;
}

.inner-right {
    padding-right: 75px;
}

.inner-right-md {
    padding-right: 60px;
}

.inner-right-sm {
    padding-right: 45px;
}

.inner-right-xs {
    padding-right: 30px;
}

.outer {
    margin-top: 120px;
    margin-bottom: 120px;
}

.outer-md {
    margin-top: 100px;
    margin-bottom: 100px;
}

.outer-sm {
    margin-top: 80px;
    margin-bottom: 80px;
}

.outer-xs {
    margin-top: 40px;
    margin-bottom: 40px;
}

.outer-top {
    margin-top: 120px;
}

.outer-top-md {
    margin-top: 100px;
}

.outer-top-sm {
    margin-top: 80px;
}

.outer-top-xs {
    margin-top: 40px;
}

.outer-bottom {
    margin-bottom: 120px;
}

.outer-bottom-md {
    margin-bottom: 100px;
}

.outer-bottom-sm {
    margin-bottom: 80px;
}

.outer-bottom-xs {
    margin-bottom: 40px;
}

@media (max-width: 767px) {
    .inner {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .inner-md {
        padding-top: 65px;
        padding-bottom: 65px;
    }

    .inner-sm {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .inner-xs {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .inner-top {
        padding-top: 80px;
    }

    .inner-top-md {
        padding-top: 65px;
    }

    .inner-top-sm {
        padding-top: 10px;
    }

    .inner-top-xs {
        padding-top: 0px;
    }

    .inner-bottom {
        padding-bottom: 80px;
    }

    .inner-bottom-md {
        padding-bottom: 65px;
    }

    .inner-bottom-sm {
        /* padding-bottom: 50px; */
    }

    .inner-bottom-xs {
        padding-bottom: 40px;
    }
}

/*===================================================================================*/
/*  GENERAL
/*===================================================================================*/
.fontawesome {
    font-family: fontawesome;
}

.inline {
    display: inline-block;
    vertical-align: top;
}

.thumb-holder {
    float: left;
    display: inline-block;
    background-color: #fff;
    border: 1px solid #e0e0e0;
}

.h1,
h1 {
    font-size: 28px;
    line-height: 52px;
    font-weight: 500 !important;
    color: #3d3d3d;
    letter-spacing: -1px;
}

.h1.border,
h1.border {
    border-bottom: 1px solid #e0e0e0;
    line-height: 50px;
}

h2 {
    font-size: 18px;
    line-height: 37px;
    letter-spacing: -1px;
}

h2.border {
    border-bottom: 1px solid #e0e0e0;
    line-height: 50px;
}

.iconic-link {
    color: #3d3d3d;
    font-size: 12px;
    line-height: 24px;
    display: inline-block;
    vertical-align: top;
    text-transform: capitalize;
}

.iconic-link:before {
    margin: 0 5px 0 0;
    font-size: 18px;
    color: #c6c6c6;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-family: fontawesome;
}

ul {
    list-style: none;
}

.font-opensans {
    font-family: 'Open Sans', sans-serif;
}

.color-bg {
    background-color: #f9f9f9;
}

img {
    width: auto \9;
    max-width: 100%;
}

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

.no-padding {
    padding: 0;
}

@media (min-width: 1200px) {
    .no-padding-lg {
        padding: 0;
    }
}

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

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

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

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

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

a {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.caroufredsel_wrapper {
    margin: 0 !important;
    width: 100% !important;
}

.caroufredsel_wrapper ul {
    padding-left: 0 !important;
}

body {
    font-size: 14px;
    color: #3d3d3d;
    background-color: #fff;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
}

::-moz-selection {
    color: #ffffff;
    text-shadow: none;
    -webkit-text-shadow: none;
    background: #9c0;
}

::selection {
    color: #ffffff;
    text-shadow: none;
    -webkit-text-shadow: none;
    background: #9c0;
}

ul {
    margin: 0;
    padding: 0;
}

a {
    outline: none !important;
}

a:hover,
a:active,
a:focus {
    text-decoration: none;
}

.uppercase {
    text-transform: uppercase;
}

h1,
h2,
h3,
h4,
h5 {
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}

.capital {
    text-transform: capitalize;
}

#loading {
    display: none;
}

*:focus {
    outline: none;
}

.social-icons {
    list-style: none;
    padding: 0;
    margin: 0;
}

.social-icons li {
    display: inline-block;
    font-size: 16px;
    margin-right: 10px;
}

.social-icons li a {
    color: #fff;
    display: inline-block;
    padding: 6px;
    background-color: #3d3d3d;
    border-radius: 100px;
}

.social-icons li a:before {
    width: 16px;
    height: 16px;
    display: inline-block;
    text-align: center;
}

.center-absolute {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.map-holder {
    margin-bottom: 20px;
}

.map-holder #map {
    width: 100%;
    min-height: 545px;
    height: 100%;
}

.map-holder img {
    max-width: none;
}

.map-holder label {
    width: auto;
    display: inline;
}

.get-direction .store-content div {
    display: inline-block;
}

.bold {
    font-weight: 800;
}

label.error {
    color: red;
    font-size: 10px;
}

.green {
    color: #fff;
}

.green.ribbon {
    background-color: transparent;
}

.red {
    background-color: #F8484A;
    color: #fff;
}

.red.ribbon {
    background-color: transparent;
}

.red.ribbon:after {
    border-top-color: #F8484A;
}

.blue {
    color: #fff;
}

.blue.ribbon {
    background-color: transparent;
}

.blue.ribbon::after {
    border-top-color: #407ac5;
}

.label-discount {
    position: absolute;
    top: 264px;
    padding: 0 8px;
    font-weight: 600;
    font-size: 11px;
    line-height: 16px;
    display: table-cell;
    text-transform: uppercase;
    color: #fff;
}

.label-discount.ribbon {
    background-color: transparent;
}

.label-discount.clear {
    height: 16px;
    background-color: transparent;
}

.ribbon {
    position: absolute;
    top: 0;
    z-index: 80;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 100px;
    height: 25px;
    padding: 0 5px;
    font-weight: 700;
    font-size: 11px;
    line-height: 20px;
    text-align: left;
    text-transform: uppercase;
    border-bottom-right-radius: 10px;
}

.ribbon:nth-child(2) {
    top: 25px;
}

.ribbon:nth-child(3) {
    top: 50px;
}

.ribbon:nth-child(4) {
    top: 75px;
}

.ribbon span {
    z-index: 80;
    color: #fff;
}

.ribbon .new-label, .ribbon .sale-label {
    color: #fff;
}

.section-title {
    margin: 29px 0;
    font-size: 34px;
    line-height: 40px;
    letter-spacing: -1px;
    font-weight: normal !important;
}

.pagination {
    margin: 17px 0;
}

.pagination > li.disabled {
    opacity: 0.3;
}

.pagination li:hover a,
.pagination li.current a {
    background-color: #fff;
}

.pagination a {
    border: 1px solid #e0e0e0;
    color: #3d3d3d !important;
    border-radius: 0 !important;
    padding: 9px 17px !important;
    font-size: 18px;
    margin: 0 4px 0 0;
    text-transform: capitalize;
}


.inline-input .placeholder {
    text-transform: capitalize;
}

.inline-input input {
    width: 68% !important;
    border-radius: 3px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    color: #3d3d3d;
    width: 100%;
    padding: 5px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 15px 14px;
    font-size: 13px;
    line-height: 18px;
    border-radius: 5px 0 0 5px;
    display: inline-block;
    vertical-align: top;
    float: left;
}

.inline-input input:focus,
.inline-input input:hover {
    background-color: #e0e0e0;
}

.inline-input .le-button {
    padding: 15px 14px;
    width: 32%;
    float: right;
    border-radius: 0 3px 3px 0;
}

.block {
    display: block;
}

.simple-link {
    color: #3d3d3d;
}

.dropdown-toggle:before,
.dropdown-toggle:after {
    z-index: 100;
}

.blue-text {
    color: #3498db !important;
}

.blue-text:hover {
    background-color: #3498db !important;
    color: #fff !important;
}

.red-text {
    color: #e74c3c !important;
}

.red-text:hover {
    background-color: #e74c3c !important;
    color: #fff !important;
}

.orange-text {
    color: #f27a24 !important;
}

.orange-text:hover {
    background-color: #f27a24 !important;
    color: #fff !important;
}

.navy-text {
    color: #34495e !important;
}

.navy-text:hover {
    background-color: #34495e !important;
    color: #fff !important;
}

.dark-green-text {
    color: #21b68e !important;
}

.dark-green-text:hover {
    background-color: #21b68e !important;
    color: #fff !important;
}

.height-xs {
    height: 30vh;
}

.height-sm {
    height: 44vh;
}

.height-md {
    height: 61vh;
}

.height-lg {
    height: 90vh;
}

.normal-weight {
    font-weight: 400;
}

.semi-bold {
    font-weight: 600;
}

.regular-bold {
    font-weight: 700;
}

.extra-bold {
    font-weight: 800;
}

.ft-length-13 {
    font-size: 12px !important;
}

.ft-length-12 {
    font-size: 13px !important;
}

.ft-length-11 {
    font-size: 14px !important;
}

.ft-length-10 {
    font-size: 15px !important;
}

.ft-length-9 {
    font-size: 18px !important;
}

.ft-length-7 {
    font-size: 20px !important;
}

/*===================================================================================*/
/*  Breadcrumb
/*===================================================================================*/
.breadcrumb-nav-holder {
    display: inline-block;
    float: left;
}

.breadcrumb-nav-holder a.home img {
    margin-right: 2px;
    position: relative;
    top: -2px;
}

.breadcrumb-nav-holder.minimal .breadcrumb-item:not(:first-of-type) span:before {
    content: "/";
    padding: 0 10px;
}

.breadcrumb-nav-holder.minimal li:nth-of-type(2) span:before {
    padding-left: 5px !important;
}

.breadcrumb-nav-holder.minimal .breadcrumb-item  a.home:before {
    display: none;
}

.breadcrumb-nav-holder.minimal .breadcrumb-item > a:hover:before {
    color: #3d3d3d;
}

.breadcrumb-nav-holder.minimal .breadcrumb-item > a {
    background-color: #fff;
    padding: 5px 0;
}

@media(min-width: 768px) {
    .breadcrumb-nav-holder.minimal .breadcrumb-item .noclick {
        padding: 5px 0;
    }
}

.breadcrumb-nav-holder.minimal .breadcrumb-item .noclick {
    display: inline-block;
    background-color: #fff;
}

.breadcrumb-nav-holder .breadcrumb-item {
    display: inline-block !important;
    position: relative !important;
}

.breadcrumb-nav-holder .breadcrumb-item.current:after,
.breadcrumb-nav-holder .breadcrumb-item.current:before {
    display: none;
}

.breadcrumb-nav-holder .breadcrumb-item.current.gray a {
    color: #3d3d3d;
}

.breadcrumb-nav-holder .breadcrumb-item > span.navigation_end {
    display: none;
}

.breadcrumb-nav-holder .breadcrumb-item > a,
.mc-breadcrumb > a {
    display: inline-block;
    padding: 5px 10px;
    color: #3d3d3d;
    position: relative;
}

.breadcrumb-nav-holder .navigation_page {
    display: inline-block;
    color: #3d3d3d;
    position: relative;
    background-color: #fff;
}

.breadcrumb-nav-holder .navigation_page {
    padding: 5px 0;
}

.breadcrumb-nav-holder .navigation_page:last-child {
    border-right: 0 none;
    margin: 0;
    padding: 5px 0;
}

.breadcrumb-nav-holder .navigation_page:empty {
    display: none;
}

.breadcrumb-nav-holder .navigation_page:before {
    content: "/";
    padding: 0 10px;
}

.dropdown.breadcrumb-item:last-child a:last-child {
    margin-right: 18px;
}

#breadcrumb-alt {
    margin-bottom: 0px;
    font-size: 12px;
}

.breadcrumb-nav-holder .mc-breadcrumb > li > span > a,
.breadcrumb-nav-holder .mc-breadcrumb > li > a > a {
    color: #3d3d3d;
}

@media (max-width: 767px) {
    .breadcrumb-nav-holder.minimal .breadcrumb-item a.home {
        padding-right: 1px;
    }

    .breadcrumb-nav-holder.minimal .breadcrumb-item:not(:first-of-type) span:before {
        content: "/";
        padding: 3px 8px;
    }

    .breadcrumb-nav-holder .breadcrumb-item,
    .breadcrumb-nav-holder .navigation_page {
        letter-spacing: -1px;
    }

    #breadcrumb-alt {
        margin-bottom: 2px;
    }
}

/*===================================================================================*/
/*  Sections : Blocks that appear within pages
/*===================================================================================*/

#bestsellers {
    padding: 24px 0 63px 0;
}

#bestsellers .size-medium {
    max-width: 238px;
}

#top-brands {
    padding: 0px 0 84px 0;
}

#recommended-products {
    margin: 7px 0 -72px 0;
}

#recommended-products .title-nav {
    margin: 0 0 21px 0 !important;
}

#recommended-products .size-medium {
    min-height: 311px;
}

#recommended-products .size-medium .image {
    padding: 0px 0px 25px 0;
}

#recommended-products .size-medium .ribbon {
    top: 0;
}

#recommended-products .size-medium .body {
    min-height: 80px;
}

#grid-page-banner {
    margin: 18px 0 24px 0;
}

/*===================================================================================*/
/*  Input Controls, Accordion Boxes, Price Slider, Buttons and Star Rating
/*===================================================================================*/

.le-radio {
    opacity: 0;
    margin: 0 !important;
    vertical-align: middle;
    z-index: 100;
    position: absolute;
    width: 30%;
}

td .le-radio {
    height: 80px;
}

.le-radio + .fake-box {
    border-radius: 2px;
    position: relative;
    display: inline-block;
    width: 17px;
    height: 17px;
    margin: 0px 6px 0 0;
    border: 1px solid #868585;
    background-color: #fff;
}

.le-radio:hover,
.le-radio:focus {
    cursor: pointer;
}

.le-radio:checked + .fake-box {
    border: 1px solid #99cc00;
    background-color: #99cc00;
}

.le-radio:checked + .fake-box:after {
    display: inline-block;
    width: 10px;
    height: 10px;
    position: absolute;
    left: -6px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    font-family: FontAwesome;
    content: "\f00c";
    font-size: 14px;
    color: #fff;
    line-height: 11px;
}

.le-checkbox {
    margin: 7px 0 0 0 !important;
    vertical-align: middle;
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 15px;
    z-index: 20;
}

.le-checkbox + .fake-box {
    border-radius: 2px;
    position: relative;
    display: inline-block;
    width: 17px;
    height: 17px;
    margin: 0px 6px 0 0;
    border: 1px solid #c6c6c6;
    background-color: #fff;
}

@media (max-width: 992px) {
    .le-checkbox + .fake-box {
        width: 20px;
        height: 20px;
        margin: 3px 6px 0 0;
    }
}

.le-checkbox:hover,
.le-checkbox:focus {
    cursor: pointer;
}

.le-checkbox:hover + .fake-box:after,
.le-checkbox:focus + .fake-box:after {
    display: inline-block;
    width: 10px;
    height: 10px;
    content: "";
    font-family: FontAwesome;
    font-size: 14px;
    color: #99cc00;
    line-height: 11px;
    position: absolute;
    left: -1px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.le-checkbox:checked + .fake-box {
    border: 1px solid #99cc00;
    background-color: #ffffff;
}

.le-checkbox:checked + .fake-box:after {
    display: inline-block;
    width: 10px;
    height: 10px;
    position: absolute;
    left: -1px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    font-family: FontAwesome;
    content: "\f00c";
    font-size: 12px;
    color: #99cc00;
    line-height: 11px;
}

.slider {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.slider.slider-horizontal {
    width: 100% !important;
    height: 20px;
}

.slider.slider-horizontal .slider-track {
    height: 6px;
    width: 100%;
    margin-top: -5px;
    top: 50%;
    left: 0;
}

.slider.slider-horizontal .slider-selection {
    height: 100%;
    top: 0;
    bottom: 0;
}

.slider.slider-horizontal .slider-handle {
    margin-top: -5px;
}

.slider input {
    display: none;
}

.slider .tooltip-inner {
    white-space: nowrap;
}

.slider-track {
    position: absolute;
    cursor: pointer;
    background-color: #939393;
    width: 94% !important;
    margin: 0 auto;
    background-repeat: repeat-x;
}

.slider-selection {
    position: absolute;
    background-repeat: repeat-x;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.slider-handle {
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 400px;
    background-color: #fff;
    top: -3px;
    background-repeat: repeat-x;
    margin-left: -3px !important;
    opacity: 1;
    border: 5px solid;
}

.star-holder .star {
    display: inline;
}

.le-button {
    border-radius: 4px;
    font-weight: bold;
    padding: 10px 20px;
    display: inline-block;
    line-height: 20px;
    border: none;
    font-size: 15px;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.le-button.huge {
    padding: 18px 52px;
}

.le-button:hover {
    color: #fff;
}

.disabled {
    position: relative;
    z-index: 10;
    color: #fff;
    background-color: #c6c6c6 !important;
    cursor: not-allowed;
}

.le-button.inverse {
    background-color: #e0e0e0;
    color: #3d3d3d;
    font-weight: 100;
}

.le-button.inverse:hover {
    background-color: #ececec;
    color: #3d3d3d;
}

.le-button.big {
    padding: 15px 34px;
}

.dropdown .dropdown-toggle:after {
    content: "\f107";
    font-family: fontawesome;
    color: #e0e0e0;
    display: inline-block;
    font-size: 15px;
    line-height: 15px;
    vertical-align: sub;
    margin: 0 0 0 3px;
}

.dropdown .dropdown-menu {
    border-radius: 0;
    top: 101% !important;
    padding: 0px;
}

/*===================================================================================*/
/*  Product Item, Product List, Product Grid
/*===================================================================================*/
#product_list .product-item .row {
    height: 100%;
    margin: 0;
    padding: 25px;
}

.product-item-holder.hover {
    position: relative;
}

.product-item-holder.hover.size-small .product-item .add-cart-button {
    margin-bottom: 10px;
}

.product-item-holder.hover.size-small .product-item .add-cart-button a {
    padding: 5px 10px !important;
    font-size: 12px !important;
}

.product-item-holder.hover.size-small .product-item .add-cart-button a:before {
    font-size: 12px !important;
}

.add-cart-button {
    align-self: flex-end;
    width: 100%;
    max-width: 260px;
}

.product-item-holder.hover.size-small .product-item .hover-area {
    bottom: 9px;
}

.product-item-holder.hover.size-small .product-item .hover-area .wish-compare a {
    margin: 0 8px;
    font-size: 11px !important;
}

.product-item-holder.hover.size-small .product-item .hover-area .wish-compare a:before {
    font-size: 12px !important;
    margin-right: 3px;
}

.product-item-holder.hover.size-medium .product-item .wish-compare a {
    margin: 0 5px !important;
}

.product-item-holder.hover.size-medium .product-item .add-cart-button {
    margin-bottom: 10px;
}

.product-item-holder.hover.size-medium .product-item .add-cart-button a {
    padding: 5px 10px !important;
    font-size: 12px;
}

.product-item-holder.hover.size-medium .product-item .hover-area {
    bottom: 7px;
}

.product-item-holder.hover .product-item .hover-area {
    text-align: center;
    width: 100%;
    display: none;
}

.product-item-holder.hover .product-item .hover-area .wish-compare a {
    margin: 0 10px;
}

.product-item-holder.hover .product-item .hover-area .wish-compare div {
    display: inline-block;
}

.product-item-holder.hover .product-item .hover-area .add-cart-button {
    position: relative;
    margin-top: 16px;
}

.product-item-holder.hover .product-item .hover-area .add-cart-button a {
    z-index: 10;
    position: relative;
}

.product-item-holder.hover .product-item .hover-area .add-cart-button:before {
    z-index: 0;
    width: 100%;
    height: 1px;
    background-color: #e0e0e0;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
}

.product-item-holder.hover .product-item .hover-area .wish-compare {
    padding: 10px 0 15px;
}

.product-item-holder.hover:hover .product-item,
.product-item-holder.hover.test .product-item {
    width: 100%;
    position: absolute;
    padding-bottom: 2%;
    box-shadow: 0px 0px 5px 0px #c6c6c6;
    z-index: 81;
    background-color: #fff;
}

.product-item-holder.hover:hover .hover-area,
.product-item-holder.hover.test .hover-area {
    display: block;
}

.clearBoth {
    clear: both;
}

.productItem {
    display: flex;
}

.productItem__img {
    width: calc(100% * 1/3);
    position: relative;
}

.productItem__text {
    width: calc(100% * 2/3);
}

@media (min-width: 992px) {
    .productItem {
        flex-direction: column;
    }
    .productItem__img {
        width: 100%;
        position: relative;
    }

    .productItem__text {
        width: 100%;
    }
}

#list .product-item .label-discount {
    position: absolute;
    top: -15px;
}

#product_list .small {
    height: 307px;
}

#product_list .small .label-discount {
    position: absolute;
    top: 205px;
}

#product_list .small .product-item {
    padding: 15px 0;
}

#product_list .small .product-item .image, #product_list .small .product-item .body, #product_list .small .product-item .prices {
    padding-left: 15px;
    padding-right: 15px;
}

#product_list .small .product-item .body {
    margin-top: 20px;
}

#product_list .small .product-item .body .title {
    font-size: 15px;
}

#product_list .small .product-item .body .title a {
    font-size: 85%;
}

#product_list .small .product-item .price-current {
    font-size: 14px;
}

#product_list .small .product-item .price-prev {
    font-size: 12px;
}

#product_list .small .product-item .hover-area .le-button {
    padding: 5px 10px;
    font-size: 12px;
}

#product_list .small .product-item .hover-area .wish-compare {
    padding: 5px 0 10px;
}

#product_list .small .product-item .hover-area .add-cart-button {
    margin-top: -2px;
}

#product_list .small .product-item .hover-area .wish-compare .btn-add-to-wishlist,
#product_list .small .product-item .hover-area .wish-compare .btn-add-to-wishlist:before {
    font-size: 10px;
}

#product_list .small .product-item .hover-area .wish-compare .btn-add-to-compare,
#product_list .small .product-item .hover-area .wish-compare .btn-add-to-compare:before {
    font-size: 10px;
}

.col-md-12 #product_list .small {
    height: 291px;
}

.col-md-12 #product_list .small .product-item .body .title {
    font-size: 15px;
}

.col-md-12 #product_list .small .product-item .hover-area .wish-compare a {
    margin: 0 5px;
}

#product_list .large {
    height: 579px;
}

#product_list .large .product-item {
    padding: 35px 0;
}

#category #product_list .large .product-item {
    padding: 24px 0;
}

#product_list .large .product-item .image, #product_list .large .product-item .body, #product_list .large .product-item .prices {
    padding-left: 35px;
    padding-right: 35px;
}

#category #product_list .large .product-item .image {
    padding-left: 35px;
    padding-right: 35px;
}

#category #product_list .large .product-item .body, #category #product_list .large .product-item .prices {
    padding-left: 18px;
    padding-right: 18px;
}

#product_list .large .product-item .body {
    height: 120px;
}

#category #product_list .large .product-item .body {
    height: 85px;
}

#product_list .large .product-item .body .title a {
    font-size: 20px;
    line-height: 26px;
}

#category #product_list .large .product-item .body .title a {
    font-size: 15px;
    line-height: 19px;
}

#product_list .large .product-item .body .brand {
    font-size: 14px;
}

#category #product_list .large .product-item .body .brand {
    font-size: 10px;
}

#product_list .large .product-item .price-current {
    font-size: 26px;
    padding: 15px 0;
}

#category #product_list .large .product-item .price-current {
    font-size: 21px;
    padding: 15px 0;
}

#product_list .large .product-item .price-prev {
    font-size: 21px;
    padding: 15px 0;
}

#product_list .large .product-item .hover-area .le-button {
    font-size: 20px;
    padding: 18px 52px;
}

#category #product_list .large .product-item .hover-area .le-button {
    font-size: 15px;
    padding: 10px 20px;
}

#product_list .large .product-item .hover-area .wish-compare {
    padding: 15px 0 25px;
}

#category #product_list .large .product-item .hover-area .wish-compare {
    display: none;
}

#product_list .large .product-item .hover-area .add-cart-button {
    margin-top: 8px;
}

#product_list .large .product-item .hover-area .wish-compare .btn-add-to-wishlist,
#product_list .large .product-item .hover-area .wish-compare .btn-add-to-wishlist:before {
    font-size: 16px;
}

#product_list .large .product-item .hover-area .wish-compare .btn-add-to-compare,
#product_list .large .product-item .hover-area .wish-compare .btn-add-to-compare:before {
    font-size: 16px;
}

#product_list .large .label-discount {
    position: absolute;
    top: 275px;
}

.col-md-12 #product_list .large {
    height: 546px;
}

#category .col-md-12 #product_list .large {
    height: 380px;
}

.col-md-12 #product_list .large .product-item .hover-area .add-cart-button {
    margin-top: 7px;
}

.product-item-holder {
    position: relative;
    min-height: 200px;
    margin-bottom: 20px;
    background-color: #fff;
    border-radius: 10px;
}

.product-item-holder .ribbon {
    position: absolute;
}

.product-item-holder .image {
    text-align: center;
    padding-left: 34.05px;
    padding-right: 34.05px;
}

.product-item-holder .prices {
    border-top: 1px solid #ececec;
    padding-left: 34.05px;
    padding-right: 34.05px;
}

.product-item .checked:before {
    content: "";
}

.product-item .body {
    height: 85px;
    margin-top: 24px;
    padding-left: 18px;
    padding-right: 18px;
}

.product-item-holder .price-prev {
    float: right;
    font-size: 14px;
    color: #d3d3d3;
    font-weight: 800;
}

.product-item-holder .price-current {
    color: #3b3b3b;
    font-weight: 100;
    font-size: 21px;
}

.product-item-holder .price-prev, .product-item-holder .price-current {
    padding: 16px 0;

}

.product-item-holder .price-prev {
    display: none;
}

.product-item-holder .body .title {
    line-height: 1.5em;
    max-height: 4em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow:hidden;
}
@media(max-width:992px) {
    .product-item-holder .body .title.three-lines-title {
        max-height: 5em;
        -webkit-line-clamp: 3;
    }
}

.product-item-holder .body .title a {
    color: #3b3b3b;
    font-weight: normal;
    font-size: 18px;
}

.product-item-holder .body .brand {
    font-size: 10px;
    line-height: 30px;
    color: #3d3d3d;
    text-transform: uppercase;
}

.product_list_home .product-item .label-discount, #product_list_bestsellerhome .product-item .label-discount {
    position: absolute;
    top: 218px;
}

#productscategory_list .product-item-holder {
    height: 406px;
}

.grid-list-products {
    margin: 0 0 59px 0;
}

.grid-list-products .result-counter {
    padding: 30px 0;
    font-size: 13px;
    line-height: 20px;
    text-align: right;
}

.grid-list-products .section-title {
    margin: 32px 0 11px;
    font-size: 27px;
}

.grid-list-products .control-bar {
    background-color: #f9f9f9;
    border-radius: 5px;
    padding: 13px;
}

.grid-list-products .control-bar #popularity-sort {
    width: 190px;
    margin: 0 18px 0 0;
}

.grid-list-products .grid-list-buttons {
    padding: 7px;
    float: right;
    display: inline-block;
    vertical-align: top;
}

.grid-list-products .grid-list-buttons ul li {
    min-width: 49px;
    margin: 0 23px 0 0;
    display: inline-block;
    vertical-align: top;
}

.grid-list-products .grid-list-buttons ul li:last-child {
    margin: 0;
}

.grid-list-products .grid-list-buttons ul li.active a {
    font-weight: 800;
}

.grid-list-products .grid-list-buttons ul li a {
    font-size: 13px;
    color: #3d3d3d;
    font-weight: 600;
}

.grid-list-products .grid-list-buttons ul li a i {
    font-size: 19px;
    color: #ccc;
    vertical-align: bottom;
}

.products-list {
    margin: 36px 0 27px 0;
}

.products-list .product-item {
    position: relative;
    height: 210px;
    overflow: hidden;
    border: 1px solid #e2e2e2;
}

.products-list .product-item:hover {
    z-index: 1;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.products-list .product-item .body {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin: 0;
    padding: 0;
}

.products-list .product-item-holder .image {
    height: 100%;
    padding-left: 0px;
    padding-right: 0px;
}

.products-list .product-item:last-child {
    border-bottom: 1px solid #e0e0e0;
}

.products-list .product-item .row {
    padding: 0;
    margin: 0;
}

.products-list .product-item .row .image-holder {
    width: 29%;
    height: 100%;
    padding-right: 19px;
}

.products-list .product-item .row .body-holder {
    width: 40%;
    height: 100%;
}

.products-list .product-item .row .body-holder .body .title .product-title {
    margin-bottom: 5px;
    color: #1257ab;
    font-size: 15px;
    line-height: 25.2px;
}

.products-list .product-item .row .body-holder .body .brand {
    padding-bottom: 5px;
}

.products-list .product-item .row .body-holder .body .excerpt {
    color: #aaa;
    font-size: 12px;
    line-height: 17px;
}

.products-list .product-item .row .body-holder .body .excerpt .star-holder {
    margin: -4px 0 6px 0;
}

.products-list .product-item .row .body-holder .body .excerpt .star-holder img {
    width: 16px;
    height: 16px;
}

.products-list .product-item .row .price-area {
    width: 31%;
    height: 100%;
    padding-left: 27px;
}

.products-list .product-item .row .price-area .price-current {
    display: inline-block;
    align-self: flex-end;
    font-size: 27px;
    line-height: 33px;
    text-align: right;
}

.products-list .product-item .row .price-area .price-prev {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 4px;
    padding-right: 5px;
    padding-top: 18px;
}

.products-list .product-item .row .price-area .le-button {
    padding: 13px 28px;
    margin: 0 0 18px 0;
    text-align: center;
    width: 100%;
}

@media (max-width: 767px) {
    .products-list .product-item .row .image-holder {
        width: 100%;
        padding-right: 0px;
    }

    .products-list .product-item .row .body-holder {
        width: 100%;
    }

    .products-list .product-item .row .price-area {
        width: 100%;
    }
}

.our_standard_price {
    font-size: 18px;
    text-decoration: none;
}

.our_promotional_price {
    margin-left: 10px;
    color: #f90;
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
}

.our_promotional_price span {
    color: #5d5d5d;
    font-weight: 400;
    font-size: 10px;
}

.our_promotional_price_list {
    color: #3b3b3b;
}

.pp_name {
    display: inline-block;
    margin-top: 5px;
    padding: 2px 7px;
    color: #fff;
    font-size: 12px;
    background-color: #496101;
}

/*===================================================================================*/
/*  Single Product Page
/*===================================================================================*/

#owl-single-product .single-product-gallery-item > a {
    display: inline;
}

#owl-single-product-thumbnails .owl-item .horizontal-thumb {
    border: 1px solid #e0e0e0;
    display: block;
    border-right-width: 0;
}

#owl-single-product-thumbnails .owl-item:last-child .horizontal-thumb {
    border-right-width: 1px;
}

/*===================================================================================*/
/*  Shopping Cart Page
/*===================================================================================*/

.cart_product .product-name a {
    text-transform: capitalize;
}

.cart-quantity-input,
.cart-quantity-select {
    position: relative;
    top: -5px;
    padding: 5px 7px;
    background: white;
    border: 1px solid #a09e9eab;
    border-radius: 4px;
}

.cart-quantity-input {
    width: 50px;
    padding: 6px 8px;
    text-align: right;
}

.widget_body #total_product1, .widget_body #total_wrapping1, .widget_body #total_shipping1, .widget_body #total_discount1, .widget_body #total_discount3, .widget_body #total_price_without_tax1, .widget_body #total_tax1, .widget_body #order_total {
    float: left;
    clear: both;
}

.widget_body #total_product1, .widget_body .total_product2, .widget_body #total_product3, .widget_body #total_wrapping1, .widget_body #total_shipping1, .widget_body .total_shipping2, .widget_body #total_shipping3, .widget_body #total_discount1, .widget_body #total_price_without_tax1, .widget_body #total_tax1, .widget_body #order_total {
    line-height: 20px;
    color: #434343;
    font-size: 14px;
    padding: 1px 0;
}

.widget_body #total_product, .widget_body #total_wrapping, .widget_body #total_shipping, .widget_body #total_discount, .widget_body #total_price_without_tax, .widget_body #total_tax {
    line-height: 20px;
    color: #686868;
    font-size: 14px;
    padding: 1px 0;
    font-weight: 700;
}

.widget_body #order_total_price_container {
    border-top: 1px solid #e0e0e0;
    padding: 18px 0 0;
    font-size: 25px;
    font-weight: bold;
    line-height: 25px;
    margin-top: 16px;
}

.widget_body #order_total {
    padding: 22px 0 0;
    font-weight: 700;
    font-size: 15px;
}

/*===================================================================================*/
/*  Checkout Page
/*===================================================================================*/

#checkout-page .billing-address .le-checkbox {
    display: inline-block;
    vertical-align: top;
}

#checkout-page .billing-address .placeholder {
    text-transform: capitalize;
}

#checkout-page .billing-address form {
    margin: 23px 0 0 0;
}

#checkout-page .billing-address .le-input {
    padding: 9px;
}

#checkout-page .billing-address .field-row {
    margin-bottom: 25px;
}

#checkout-page #create-account {
    font-size: 13px;
    line-height: 24px;
}

#checkout-page #shipping-address {
    margin: 66px 0 0 0;
}

#checkout-page #shipping-address form {
    margin: 24px 0 0 0;
    font-size: 14px;
}

#checkout-page #your-order {
    margin: 58px 0 0 0;
}

#checkout-page #your-order .order-item {
    border-bottom: 1px solid #e0e0e0;
    padding: 24px 0 25px 0;
}

#checkout-page #your-order .order-item:first-child {
    margin-top: 16px;
}

#checkout-page #your-order .order-item .qty {
    font-weight: 700;
    font-size: 18px;
    display: block;
    margin: 14px 0 0 0;
    color: #3d3d3d;
}

#checkout-page #your-order .order-item .title {
    font-weight: 600;
    text-transform: capitalize;
}

#checkout-page #your-order .order-item .title a {
    margin: 0 0 0 -42px;
}

#checkout-page #your-order .order-item .title,
#checkout-page #your-order .order-item .title a {
    line-height: 27px;
    color: #3d3d3d;
}

#checkout-page #your-order .order-item .brand {
    margin: 0 0 0 -42px;
    font-size: 10px;
    line-height: 18px;
    text-transform: uppercase;
}

#checkout-page #your-order .order-item .price {
    text-align: right;
    font-weight: 800;
    font-size: 17px;
    line-height: 46px;
}

#checkout-page #subtotal-holder {
    margin: 44px 0 0 0;
}

#checkout-page #subtotal-holder .radio-group .radio-label {
    margin-bottom: 12px;
}

#checkout-page #subtotal-holder .tabled-data li label {
    min-width: 230px;
}

#checkout-page #subtotal-holder .tabled-data li .value {
    width: 140px;
}

#checkout-page #total-field {
    margin-top: 11px;
}

#checkout-page #total-field label {
    line-height: 24px;
}

#checkout-page #total-field .value {
    font-size: 21px;
    line-height: 30px;
}

#checkout-page .place-order-button {
    text-align: right;
    margin: 23px 0 52px 0;
}

#payment-method-options {
    margin: 90px 0 0 0;
}

#payment-method-options .payment-method-option {
    padding: 26px 0 25px;
    border-bottom: 1px solid #e0e0e0;
}

#payment-method-options .payment-method-option:first-child {
    padding-top: 0;
}

#payment-method-options .payment-method-option .radio-label {
    vertical-align: top;
    margin-top: -3px;
    font-size: 16px;
    text-transform: capitalize;
}

#payment-method-options .payment-method-option .fake-box {
    margin-right: 20px;
}

#payment-method-options .payment-method-option .value {
    text-transform: capitalize;
}

#payment-method-options .payment-method-option .value p {
    text-transform: none;
}

#order-detail-content .order_payment_footer > tr:first-child > td {
    margin-top: 44px;
}

#order-detail-content .order_payment_footer tr > td {
    border: none;
    padding: 7px 0;
    font-weight: 700;
    color: #747474;
    font-size: 16px;
}

#order-detail-content .order_payment_footer tr:last-child > td {
    border-top: 1px solid #e0e0e0;
}

#order-detail-content .order_payment_footer tr > td:first-child {
    color: #434343;
    font-size: 14px;
    font-weight: bold !important;
    text-transform: uppercase;
}

#order-detail-content .order_payment_footer #total_product, .order_payment_footer #total_wrapping, .order_payment_footer #total_shipping, .order_payment_footer #total_discount, .order_payment_footer #total_price_without_tax, .order_payment_footer #total_tax, .order_payment_footer #total_price_container {
    text-align: center;
}

.payment-method-option {
    padding: 0;
}

.payment-method-option:first-child {
    padding-top: 0;
}

/*===================================================================================*/
/*  Footer
/*===================================================================================*/
#footer {
    padding: 0;
    border-top: 8px solid #eaeaea;
}

#footer .customizer-grid.clearfix {
    border-top: 1px solid #e6e6e6;
}

#footer.color-bg {
    background-color: #f8f8f8;
}

#footer .link-list-row {
    padding-top: 30px;
    margin: 0 -15px;
    display: flex;
    flex-wrap: wrap;
}

@media(min-width: 768px) {
    #footer .link-list-row > div:first-of-type {
        order: 2;
    }

    #footer .link-list-row > div:last-of-type {
        order: 1;
    }
}

#footer .link-list-row > .col-md-3.col-xs-12 {
    margin: 0 -15px;
}

#footer .copyright-bar {
    padding: 17px 0;
    background-color: #fff;
    border-top: 1px solid #fff;
}

#footer .copyright-bar .copyright {
    font-size: 12px;
    color: #8a8a8a;
    line-height: 14px;
    text-align: center;
}

@media (min-width: 768px) {
    #footer .copyright-bar {
        border-color: #ededed;
    }

    #footer .copyright-bar .copyright {
        font-size: 14px;
        text-align: left;
    }
}

#footer .copyright-bar .copyright a {
    color: #333;
    font-weight: 600;
}

.socials {
    margin-right: 10px;
}

@media (min-width: 768px) {
    .socials {
        margin-right: 5px;
    }
}

.contact-table {
    width: 100%;
    margin: 10px 0 0;
}
.contact-table-hours{
    padding: 0 10px 9px;
    color: #777;
    font-size: 14px;
}
.contact-table-icon {
    padding: 5px 0 5px;
    width: 30px;
}
.contact-table-data {
    padding: 5px 10px;
    font-size: 20px;
}
@media (min-width: 768px) {
    .contact-table-data {
        font-size: 14px;
    }
}
.contact-table-data.__phone {
    color: #3d3d3d;
    font-size: 14px;
}
.contact-table-data a {
    color: #3d3d3d;
}
.contact-table-icon .fa {
    font-size: 16px;
}
@media (max-width: 767px) {
    .contact-table {
        margin:0 auto;
    }
    .contact-table-icon {
        padding: 5px 0 5px;
    }
    .contact-table-hours{
        padding: 0 10px 9px;
    }
    .contact-table-data {
        font-weight: 600;
        font-size: 15px;
        padding: 5px 10px;
    }
}

/*===================================================================================*/
/*  Responsive Layout
/*===================================================================================*/

/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
    #home-slider {
        margin-bottom: 0px;
        margin-top: 30px;
    }

    .top-bar > .container > div > div {
        margin: 10px 0;
    }

    .top-bar ul.right,
    .top-bar {
        text-align: center !important;
    }

    .top-bar > .container > div > div > ul > li > a {
        font-size: 11px !important;
        padding: 0 9px !important;
    }

    .top-bar > .container > div a {
        font-size: 11px !important;
        padding: 0 9px !important;
    }

    .logo > a {
        display: block;
        margin-bottom: 20px;
    }

    .logo > a > svg {
        display: block;
        margin: 0 auto;
    }

    #owl-main .caption .big-text {
        font-size: 30px;
        line-height: 30px;
    }

    #owl-main .caption .big-text .bg {
        font-size: 50px;
        line-height: 60px;
    }

    .header-item .logo-holder .header-wrap {
        text-align: center;
    }

    .header-item .top-search-holder {
        margin: 0;
        padding-left: 15px;
        padding-right: 15px;
    }

    .header-item .top-search-holder .contact-row {
        text-align: center;
        margin-bottom: 20px;
    }

    .header-item .top-search-holder .contact-row > div,
    .header-item .top-search-holder .contact-row .phone,
    .header-item .top-search-holder .contact-row .contact {
        margin: 0;
        margin-bottom: 5px;
        display: block !important;
    }

    .header-item .top-search-holder .search-area .search-field,
    .header-item .top-search-holder .search-area .search_query {
        border-radius: 5px 0 0 5px;
        border: none;
        padding: 11px;
    }

    .header-item .top-search-holder .search-area .search-button:after {
        line-height: 18px;
        vertical-align: middle !important;
    }

    .header-item .top-search-holder .search-area {
        border: 2px solid #c6c6c6;
        border-radius: 7px;
    }

    .header-item .top-search-holder .search-area .search-category-controls .search-button {
        border-radius: 0 0 5px 0;
    }

    .header-item .top-search-holder .search-area .categories-filter {
        border-top: 1px solid #e0e0e0;
        border-left: none;
        width: 100%;
        padding-top: 3px;
        padding-bottom: 3px;
    }

    .header-item .top-cart-holder .basket .dropdown-menu {
        width: 300px;
        left: -136px;
    }

    .header-item .top-cart-holder .basket .checkout .le-button {
        width: 100%;
        margin-bottom: 10px;
        text-align: center;
    }

    .top-cart-row {
        text-align: center;
    }

    .sidemenu-holder {
        width: 100% !important;
        margin-bottom: 20px;
    }

    #hero .caption {
        background-color: rgba(255, 255, 255, 0.5);
    }

    #owl-recently-viewed .size-small,
    #owl-recently-viewed-2 .size-small {
        max-width: 100% !important;
    }

    #owl-recently-viewed .owl-stage-outer .owl-item .product-item-holder,
    #owl-recently-viewed-2 .owl-stage-outer .owl-item .product-item-holder {
        border-right-width: 1px;
    }

    .megamenu-horizontal .dropdown-menu {
        left: 0 !important;
        max-width: 100%;
        top: 100% !important;
        min-width: 0 !important;
    }

    .megamenu-horizontal .dropdown-menu .yamm-content .dropdown-banner-holder {
        position: relative !important;
    }

    .product-item-holder.hover .product-item .hover-area {
        display: block;
    }

    #product_list .product-item-holder {
        height: 475px;
    }

    #productscategory_list .product-item-holder {
        height: 517px;
    }

    #productscategory_list .label-discount {
        position: absolute;
        top: 235px;
    }

    .comment-item .comment-body {
        margin-top: 10px;
    }

    .comment-item .comment-body:before, .comment-item .comment-body:after {
        content: none;
    }

    #footer .widgets-row > div {
        margin-left: 0;
        padding-left: 0;
    }

    #footer .sub-form-row:before {
        content: none;
    }

    #footer .sub-form-row input {
        border-radius: 5px;
        display: block;
        margin: 0 auto;
        width: 100%;
    }

    #footer .sub-form-row button {
        margin: 0 auto;
        width: 100%;
        border-radius: 5px;
        margin-top: 5px;
    }

    #footer .link-list-row {
        margin-bottom: 30px;
    }

    #footer .link-list-row .link-widget h3 {
        margin-bottom: 15px;
        padding-bottom: 0;
        margin-top: 30px;
    }

    #footer .copyright-bar .container > div {
        text-align: center;
    }

    #footer .copyright-bar .container > div > div:first-child {
        margin-bottom: 10px;
    }

    #footer .copyright-bar .container > div .payment-methods {
        text-align: center;
    }

    #footer .copyright-bar .container > div .payment-methods > ul {
        text-align: center;
    }

    #footer .copyright-bar .container > div .payment-methods > ul > li {
        display: inline-block;
    }

    .sidebar {
        width: 100% !important;
    }

    #cart_summary > thead > tr > th, #cart_summary > tbody > tr > th, #cart_summary > tfoot > tr > th, #cart_summary > thead > tr > td, #cart_summary > tbody > tr > td, #cart_summary > tfoot > tr > td {
        padding-right: 30px;
    }

    #cart_summary .cart_quantity > div {
        width: 111px;
    }

    .payment-confirmation button, .payment-confirmation a {
        display: block;
        float: none;
        margin-bottom: 20px;
        text-align: center;
        width: 100%;
    }
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
    .top-bar > .container > div {
        margin: 10px 0;
    }

    .top-bar > .container > div > ul > li > a {
        font-size: 12px !important;
        padding: 0 9px !important;
    }

    .logo > a {
        display: block;
        margin-bottom: 20px;
    }

    .logo > a > svg {
        display: block;
        margin: 0 auto;
    }

    .header-item .logo-holder .header-wrap {
        text-align: center;
    }

    .header-item .top-search-holder {
        margin: 0;
        padding-left: 15px;
        padding-right: 15px;
    }

    .header-item .top-search-holder .contact-row {
        text-align: center;
        margin-bottom: 20px;
    }

    .header-item .top-search-holder .contact-row > div,
    .header-item .top-search-holder .contact-row .phone,
    .header-item .top-search-holder .contact-row .contact {
        margin: 0;
        margin-bottom: 5px;
        display: block !important;
    }

    .header-item .top-cart-row .wishlist-compare-holder {
        display: block;
        margin-right: 23%;
    }

    .header-item .top-cart-row .top-cart-holder {
        position: absolute;
        left: 50%;
    }

    .header-item .top-cart-holder .basket .dropdown-menu {
        width: 300px;
        left: -136px;
    }

    .header-item .top-cart-holder .basket .checkout .le-button {
        width: 100%;
        margin-bottom: 10px;
        text-align: center;
    }

    .top-cart-row {
        text-align: center;
    }

    #owl-main {
        background-color: #f4f4f4;
    }

    #owl-main .owl-item {
        height: 480px !important;
    }

    #owl-recently-viewed .owl-item .product-item-holder,
    #owl-recommended-products .owl-item .product-item-holder {
        max-width: none !important;
        width: 100%;
    }

    #footer .sub-form-row input {
        width: 70%;
    }

    #footer .link-list-row .container > div:first-child {
        margin-bottom: 20px;
    }

    .sidebar {
        width: 100% !important;
    }

    #single-product .gallery-holder .single-product-gallery-item {
        width: 100%;
    }

    .products-list .product-item .row .body-holder {
        width: 41%;
    }

    .products-list .product-item .row .price-area {
        width: 28%;
    }

    #bestsellershome .product-item-holder {
        height: 336px;
    }

    #productscategory_list .product-item-holder {
        height: 444px;
    }

    .product_list_home .product-item .label-discount, #product_list_bestsellerhome .product-item .label-discount {
        position: absolute;
        top: 235px;
    }

    #hero .caption {
        background-color: rgba(255, 255, 255, 0.5);
    }

    .blockModulesFooter .box-heading .title_block {
        font-size: 17px;
    }

    #product_list .product-item-holder {
        min-height: 208px;
    }
}

@media (max-width: 991px) {
    #page .header-item .top-cart-row .shopping_cart {
        display: none;
    }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px) {
    #owl-recently-viewed .owl-item .product-item-holder,
    #owl-recently-viewed-2 .owl-item .product-item-holder,
    #owl-recommended-products .owl-item .product-item-holder {
        max-width: none !important;
        width: 100%;
    }

    #single-product .gallery-holder .single-product-gallery-item {
        width: 100%;
    }

    #footer .sub-form-row input {
        width: 75% !important;
    }

    #footer .link-list-row .link-widget {
        width: 30.33% !important;
    }

    .header-item .logo-holder .header-wrap {
        text-align: center;
    }

    .header-item .logo svg {
        width: 100% !important;
    }

    .header-item .top-search-holder {
        margin: 0;
        width: 41.6667% !important;
    }

    .header-item .top-search-holder .search-field {
        width: 50% !important;
    }

    .header-item .top-cart-row {

    }

    .products-list .product-item .row .body-holder {
        width: 42%;
    }

    .products-list .product-item .row .price-area {
        width: 27%;
    }

    h1.border {
        line-height: 40px;
    }

    .sidebar .widget .product-list li .row > div:first-child {
        margin-right: 5px !important;
    }

    .sidebar .widget .product-list li .row > div:last-child {
        width: 63.667% !important;
    }

    .sidebar .widget .product-list li .row .thumb-holder {
        width: 100%;
    }

    #hero .caption {
        background-color: rgba(255, 255, 255, 0.5);
    }

    .blockModulesFooter .box-heading .title_block {
        margin-top: 20px;
        font-size: 17px;
    }

    #category #product_list .product-item .body {
        height: 90px;
    }

    #product_list .product-item-holder .body .brand {
        line-height: 20px;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .owl-buttons {
        display: block;
    }
}

.columns-container {
    margin-bottom: 35px;
}

.section h2 {
    color: #434343;
    font-size: 28px;
    font-weight: normal !important;
    line-height: 36px;
    margin-bottom: 12px;
    padding-bottom: 14px;
}

.section p, .section li {
    color: #747474;
    font-size: 16px;
    line-height: 28px;
}

.section .page-title {
    margin-bottom: 0 !important;
}

.page-header {
    border: medium none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.page-header .page-title {
    color: #434343;
    font-size: 40px;
    font-weight: 400;
    line-height: 50px;
}

.page-header .page-subtitle {
    color: #979797;
    font-size: 14px;
    font-weight: 400;
    line-height: 15px;
    margin: 0;
}

.page-subheading {
    margin-bottom: 10px;
}

#contact-us .bordered, #authentication .bordered, #opc_new_account .bordered {
    margin-left: -15px;
    margin-right: -15px;
}

.unvisible {
    display: none;
}

.list-benefits > li {
    color: #747474;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
}

.entry-content {
    padding: 30px;

}

.entry-content ul {
    padding-left: 10px;
}

.entry-content p, .entry-content ol, .entry-content ul {
    margin-bottom: 20px;
}

.entry-content dt, .entry-content dd, .entry-content p, .entry-content li, .entry-content address {
    color: #747474;
    font-size: 14px;
    line-height: 20px;
}

.entry-content p, .entry-content ul, .entry-content ol {
    color: #747474;
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 20px;
}

.entry-content h3 {
    color: #434343;
    font-size: 20px;
    font-weight: normal !important;
    line-height: 28px;
    margin-bottom: 7px;
    padding-bottom: 8px;
}

.entry-content h2 {
    color: #434343;
    font-size: 28px;
    font-weight: normal !important;
    line-height: 36px;
    margin-bottom: 12px;
    padding-bottom: 14px;
}

.entry-content h3 {
    font-size: 18px;
}

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
    color: #434343;
    font-weight: normal !important;
    margin-bottom: 16px;
    padding-bottom: 14px;
    padding-top: 15px;
}

.entry-content .highlight {
    font-weight: 600 !important;
}

.address header {
    margin-bottom: 15px;
    border-bottom: medium none;
    padding: 0;
}

.address header h3 {
    color: #3d3d3d;
    font-weight: 400 !important;
    font-size: 18px;
}

.address header .edit {
    padding: 15px 0 0 15px;
    line-height: 28px;
}

.address header .delete {
    float: right;
    margin-right: 10px;
    color: #434343;
    line-height: 28px;
}

.manufacturerslist ul li,
.supplierslist ul li {
    border-bottom: 1px solid #e0e0e0;
}

.manufacturerslist .middle-side h3,
.supplierslist .middle-side h3 {
    padding-top: 15px;
}

.manufacturerslist .middle-side h3 > a,
.supplierslist .middle-side h3 > a {
    color: #434343;
}

.manufacturerslist ul li .right-side-content,
.supplierslist ul li .right-side-content {
    padding: 40px;
}

.customerprivacy {
    margin: 20px 0;
}

.customerprivacy .dataprivacy {
    padding: 20px;
}

.customerprivacy .dataprivacy h3 {
    color: #434343;
    font-size: 18px;
    font-weight: normal !important;
    text-transform: capitalize;
    padding-bottom: 10px;
}

@media (max-width: 991px) {
    .blockModules {
        margin-bottom: 75px !important;
    }
}

.blockModules h4 {
    border-bottom: 1px solid #ececec;
    color: #434343;
    font-size: 24px;
    font-weight: 400 !important;
    letter-spacing: -1px;
    line-height: 30px;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.blockModules h4 a {
    color: #3d3d3d;
}

.blockModules .modulebox-content {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.blockModules ul {
    margin-left: 0px !important;
}

.blockModules .modulebox-content li {
    padding: 6px 0;
}

.blockModules .modulebox-content ul li {
    border-bottom: none !important;
}

.blockModules .modulebox-content .price-box {
    line-height: 28px;
}

.blockModules li h5 {
    color: #3d3d3d;
    display: inline-block;
    font-size: 14px;
    font-weight: 600 !important;
    line-height: 20px;
    margin: 0 0 5px;
}

.blockModules li div {
    overflow: hidden;
}

.blockModules li div .info {
    color: #8f8f8f;
    font-size: 12px;
    display: block;
}

.blockModules h5 a, .blockModules li a {
    color: #686868;
}

.blockModules .modulebox-content li a {
    color: #434343;
}

.blockModules .modulebox-content .image {
    float: left;
    margin-right: 10px;
}

.blockModules .list-block ul li a:after {
    content: "";
    float: right;
    font-family: fontawesome;
}

.blockModules .list-block li a {
    font-weight: 600;
}

.blockModules .list-block ul li {
    border-bottom: 1px solid #ececec;
    line-height: 36px;
}

.blockModules .tag-block a {
    color: #686868;
}

.blockModules .modulebox-content .price-box ins {
    font-size: 15px;
    font-weight: 700 !important;
    text-decoration: none;
}

.blockModules .modulebox-content .price-box del {
    color: #c6c6c6;
    font-size: 11px;
    text-decoration: line-through;
}

.blockModules .modulebox-content ul {
    list-style-type: none;
    margin-left: 5px;
    margin-bottom: 0px;
}

.blockModules .modulebox-content ul li a {
    font-size: 15px;
}

.blockModules .modulebox-content .tel i {
    font-size: 23px;
    line-height: 23px;
    margin: 0 8px 0 0;
    vertical-align: middle;
}

.footer-module {
    margin-bottom: 0 !important;
}

.footer-contact-header{
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    color: #3d3d3d;
}

.footer-socials {
    padding-top: 14px;
    padding-bottom: 15px;
    padding-left: 33px;
}

@media (min-width: 768px) {
    .footer-socials {
        padding-bottom: 25px;
        padding-left: 0;
    }
}

.footer-socials img {
    box-sizing: content-box;
}

@media (min-width: 768px) {
    .footer-socials img {
        border-radius: 50%;
        border: 4px solid #f8f8f8;
    }

    .footer-socials img:hover {
        border-color: #e8e8e8;
    }
}

.footer-contact-details{
    margin-top:7px;
    margin-left:0;
}

@media (max-width: 767px) {
    .footer-contact-details{
        margin-top:7px;
        margin-left:50px;
    }
}

.fo-features {
    padding: 28px 7px;
    border-top: 1px solid #ededed;
}

@media (min-width: 1200px) {
    .fo-features {
        margin: 0 -30px;
    }
}

.blockModulesFooter {
    margin-right: 50px;
    vertical-align: top;
}

.blockModulesFooter:last-child {
    margin-right: 0;
}

.blockModulesFooter .box-heading .title_block {
    font-size: 16px;
    color: #3d3d3d;
    letter-spacing: -1px;
    margin-bottom: 5px;
    padding-bottom: 7px;
}

.mobile-title .fa.fa-angle-down{
    display: none;
    font-weight: 700;
}

.mobile-title .fa-angle-up {
    font-weight: 700;
}

@media (max-width: 991px) {
    .blockModulesFooter .box-heading .title_block {
        margin: 17px 0;
        line-height: 15px;
        padding-bottom: 0;
    }
    .mobile-title .fa.fa-angle-down{
        display: inline-block;
        float: right;
    }
    .mobile-title .fa-angle-up{
        display: inline-block;
        float: right;
    }
    .mobile-title {
        border-top: 1px solid #ededed;
    }
}

@media (max-width: 991px) {
    .mobile-links {
        display: none;
    }
}

.modulebox-content .module-body .modulebox-content {
    line-height: 14px;
}

.blockModulesFooter .modulebox-content ul > li {
    margin: 0 0 5px;
}

@media (max-width: 767px) {
    .blockModulesFooter .modulebox-content ul > li {
        margin: 0 0 10px;
    }
}

.blockModulesFooter .modulebox-content ul > li a {
    color: #777;
    font-weight: normal;
    font-size: 13px;
}

.blockModulesFooter .modulebox-content ul > li a:hover {
    color: #3d3d3d;
}

.info-404 h2 {
    font-size: 200px;
    font-weight: 700 !important;
    line-height: 200px;
}

.info-404 h2 {
    font-size: 200px;
    font-weight: 700 !important;
    line-height: 200px;
}

.info-404 p {
    font-weight: 500;
}

.info-404 .sub-form-row input {
    border: 1px solid #e0e0e0;
    border-radius: 5px 0 0 5px;
    color: #3d3d3d;
    padding: 18px;
    width: 82%;
}

.info-404 .sub-form-row .le-button {
    border-radius: 0 5px 5px 0;
    margin: 0 0 0 -5px;
    padding: 19px 31px 20px;
}

#block-categories .tree .grower {
    float: right;
    cursor: pointer;
}

#block-categories .tree .grower:before {
    content: "";
    font-family: fontawesome;
    font-size: 18px;
}

#block-categories .tree .grower.OPEN:before {
    content: "";
    font-weight: bold;
}

#block-categories .tree > li ul {
    padding-left: 15px;
}

#block-categories .tree > li ul li a:before {
    content: "";
    font-family: fontawesome;
    margin: 0 5px 0 0;
    transition: all 0.3s ease 0s;
}

#block-categories ul li a.selected {
    font-weight: bold;
}

.alert {
    padding: 0;
    font-size: 15px;
}

.alert ol {
    padding: 5px;
    margin: 0;
    border-radius: 3px;
}

.alert li {
    list-style: none;
}

.alert-danger ol {
    background: #fff;
    border: 1px solid #7a163c;
}

.alert-danger li {
    position: relative;
    padding-right: 5px;
    padding-left: 25px;
    color: #7a163c;
    font-size: 13px;
    line-height: 1.2;
}

.alert-danger li + li {
    margin-top: 5px;
}

.alert-danger li::before {
    position: absolute;
    top: 1px;
    left: 0;
    padding-right: 5px;
    padding-left: 5px;
    font-family: FontAwesome;
    content: "\f071";
}

.alert-danger, .alert-success, .alert-info {
    background-color: transparent !important;
    border-color: transparent !important;
}

.alert-success li, .alert-info li {
    padding-right: 5px;
    font-size: 13px;
}

.category-page-title .section-title {
    font-size: 27px;
    margin: 0 0 20px;
}

@media (max-width: 767px){
    .category-page-title .section-title {
        margin: 0 0 10px;
    }
}

#scrollUp {
    border-radius: 3px;
    bottom: 120px;
    color: #fff;
    font-size: 36px;
    height: 42px;
    line-height: 100%;
    opacity: 0.5;
    padding: 3px;
    right: 20px;
    text-align: center;
    width: 42px;
}

#scrollUp:hover {
    opacity: 1;
}

.stuck {
    position: fixed !important;
    top: 0;
}

.cart_block .products .cart-images {
    float: left;
    margin-right: 10px;
    border: 1px solid #e0e0e0;
}

.cart_block .products .remove_link > a:after {
    color: #3D3D3D;
    content: "";
    font-family: fontawesome;
}

.cart_block .products .remove_link {
    margin-top: -12px;
    position: absolute;
    right: 20px;
    top: 50%;
}

.cart_block .cart-info {
    margin-left: 81px;
}

.cart_blcok {
    display: none;
}

.product-item.loading-cart {
    cursor: wait;
    opacity: 0.2;
}

.product-item.loading-cart * {
    cursor: wait;
}

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

#home-slider {
    margin-bottom: 0;
}

#order-opc ul.bullet {
    margin-bottom: 10px;
}

#order-opc #login_form {
    margin-bottom: 35px;
}

#order-opc #login_form_content .field-row {
    margin-bottom: 25px;
}

#order-opc #login_form_content .lost_password {
}

#order-opc #login_form_content .submit {
    margin-top: 10px;
}

.single-product-grid .owl-controls {
    display: none;
}

.primary-bg {
    color: #fff;
}

/* revolution slider */
body .tparrows {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    opacity: 0.3;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    -webkit-transform: translateZ(5px);
}

body .tparrows.tp-leftarrow.hidearrows {
    left: 10px !important;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

body .tparrows.tp-rightarrow.hidearrows {
    right: 10px !important;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

body .tp-bullets.simplebullets.round.hidebullets {
    bottom: 0 !important;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

body .tp-bullets.simplebullets.round {
    background: #FFF;
    line-height: inherit;
    position: relative;
    bottom: -40px;
    padding: 10px;
    display: inline-block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: auto;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

body .tp-bullets.simplebullets.round .bullet {
    display: block;
    width: 15px;
    height: 15px;
    background: #d3d3d3;
    border: none;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin: 0 5px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

body .tp-rightarrow.default,
body .tp-leftarrow.default {
    background-image: none;
    width: 30px;
    height: 30px;
    font-size: 21px;
    color: #FFF;
    background-color: #d3d3d3;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

body .tp-rightarrow.default:before,
body .tp-leftarrow.default:before {
    font-family: fontawesome;
    content: "\f053";
    left: 20%;
    position: relative;
}

body .tp-rightarrow.default:before {
    content: "\f054";
    left: 30%;
}

body .tp-leftarrow.default:hover,
body .tp-rightarrow.default:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}

/* OPISY BATERII*/

.rte .row {
    margin-left: 0px;
    margin-right: 0px;
}

#content_battery .logo img {
    margin-top: 45px;
}

#content_battery .logo2 {
    background: #393939;
    height: 120px;
}

#content_battery .logo2 img {
    margin-top: 45px;
}

#content_battery .top {
    margin-top: 50px;
}

#content_battery .top img {
    margin: 40px 0px 40px 0px;
}

@media (max-width: 767px) {
    #content_battery .top img {
        margin: 7px 0px 7px 0px;
    }

    #content_battery .top {
        margin-top: 15px;
    }
}

#content_battery .top ul {
    margin-left: 20px;
}

#content_battery .top ul li {
    list-style-type: square;
    margin: 5px 0px;
}

#content_battery .tech {
    margin-top: 50px;
    background-color: #f9f9f9;
    /*background:url('img/contents/background1.png');*/
    background-size: cover;
    min-height: 405px;
}

#content_battery .ultra {
    margin-top: 50px;
    background: url('img/contents/background2.png');
    background-size: cover;
    min-height: 405px;
}

#content_battery .pt {
    margin-top: 50px;
    background: url('img/contents/background3.png');
    background-size: cover;
    min-height: 478px;
}

#content_battery .tech .col-md-6 .pkt {
    margin: 45px 20px;
    color: #867e7e;
    min-height: 73px;
}

#content_battery .pt .col-md-6 .pkt {
    margin: 45px 20px;
    color: #fff;
    min-height: 73px;
}

#content_battery .ultra .col-md-6 .pkt {
    min-height: 88px;
}

#content_battery .tech .col-md-6 .pkt .col-md-3 {

}

#content_battery .addapters {
    /*background:url('img/contents/addapters.png');*/
    background-size: cover;
}

#content_battery .keyboard {
    /*background:url('img/contents/keyboard_bg.png');*/
    background-size: cover;
}

#content_battery .tech .col-md-6 .pkt h3 {
    font-size: 17px;
    font-weight: bold;
}

#content_battery .tech .col-md-6 .pkt h4 {
    margin-top: 8px;
    font-size: 15px;
    font-weight: normal;
}

.h3-bullet {
    font-size: 17px;
    font-weight: bold;
    line-height: 1.2;
}

.h4-bullet {
    margin-top: 8px;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.2;
}

.h1-bullet {
    font-size: 28px;
    line-height: 52px;
    font-weight: 500 !important;
    color: #3d3d3d;
    letter-spacing: -1px;
}

#content_battery .info {
    padding: 35px 0;
}

#content_battery .info img {
    margin: 20px 0;
}

#content_battery .info .line {
    border-bottom: #95cc05 solid 3px;
    width: 90px;
    height: 10px;
    margin: 0 auto;
}

.title .line {
    border-bottom: #95cc05 solid 3px;
    width: 90px;
    height: 10px;
    margin: 0 auto;
    margin-bottom: 20px;
}

#content_battery .info p {
    margin: 40px;
}

.pb-bullet {
    line-height: 30px;
    padding-bottom: 15px;
    padding-top: 30px;
    font-size: 25px;
    padding-left: 30px;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400;
}

.yamm-fw .dropdown-menu {
    border: none;
    top: 103%;
}

#accessories .products-list {
    margin: 0px;
}

#homefutured .product-item {

}

#homefutured .product-item-holder {
    height: 412px;
}

#homefeatured .tab-content .tab-pane .product-item-holder.hover:hover .product-item {
    padding-bottom: 34.05px;
}

.impresum h1 {
    font-size: 29px;
    font-weight: bold;
}

.impresum h2 {
    font-size: 18px;
}

.impresum table {
    margin: 0 auto;
    margin-top: 20px;
}

.impresum table td {
    border-right: 1px solid #c6c6c6;
    width: 250px;
}

.impresum table td:last-of-type {
    border: none;
}

.payment_module a {
    color: #5d5d5d;
}

.noborder div table {
    border: none;
    border-top: 1px solid #ddd;
    margin-bottom: 0px;
}

.noborder div table td {
    border: none;
    vertical-align: middle;
}

#opc_payment_methods {
    margin-top: 5px;
}

.delivery_option_logo img {
    max-height: 50px;
}

.panel1 {
    background-color: #f7f7f7;
    border-color: #cccccc;
    color: #7a7a7a;
}

.delivery_cost h1 {
    font-size: 29px;
    font-weight: bold;
}

.delivery_cost h2 {
    font-size: 18px;
}

.delivery_cost table {
    width: 800px;
    margin: 0 auto;
    margin-top: 20px;
}

.delivery_cost table td {
    border-right: 1px solid #c6c6c6;
}

.delivery_cost table td:nth-of-type(2) {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

.delivery_cost table tr:first-child td:nth-of-type(2) {
    text-align: center;
    font-size: 15px;
    font-weight: normal;
}

.delivery_cost table tr:first-child {
    font-size: 17px;
}

.delivery_cost table td:last-of-type {
    border: none;
}

.delivery_cost table {
    border-spacing: 10px;
    border-collapse: separate;
}

.payment_data h1 {
    font-size: 29px;
    font-weight: bold;
}

.payment_data h2 {
    font-size: 18px;
}

.payment_data table {
    width: 800px;
    margin: 0 auto;
    margin-top: 20px;
}

.payment_data table td {
    border-right: 1px solid #c6c6c6;
}

.payment_data table td:nth-of-type(2) {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

.payment_data table td:nth-of-type(3) {
    width: 400px;
}


.payment_data table td:last-of-type {
    border: none;
}

.payment_data table {
    border-spacing: 10px;
    border-collapse: separate;
}

.products-list .product-item .tr {
    padding: 5px;
    text-align: center;
    font-size: 16px;
}

.products-list .product-item .tr:nth-of-type(2n+1) {
    background: #f7f5f5;
}

.products-list .product-item .tr:first-of-type {
    background: none;
}

#product_list2 .product-item {
    border: none;
}

#product_list2 .product-item-holder {
    height: 100%;
    border-top: none;
    border-bottom: none;
}

#product_list2 .product-item {
    border-left: 1px solid #e0e0e0;
}

#content_battery .camera {
    margin-top: 50px;
    background: url('img/contents/backgroundcamera.jpg');
    background-size: cover;
    min-height: 405px;
}

#content_battery .phone {
    margin-top: 50px;
    background: url('img/contents/phonebackground.jpg');
    background-size: cover;
    min-height: 405px;
}

#content_battery .cameracharger {
    margin-top: 50px;
    background: url('img/contents/backgroundcameracharger.jpg');
    background-size: cover;
    min-height: 405px;
}

#content_battery .electapplcharger {
    margin-top: 50px;
    background: url('img/contents/backgroundelectricapplcharger.jpg');
    background-size: cover;
    min-height: 405px;
}

#content_battery .carcharger {
    margin-top: 50px;
    background: url('img/contents/backgroundcarcharger.jpg');
    background-size: cover;
    min-height: 405px;
}

/* MEDIA QUERIES */

/* -------------------------------------------------------------------------------- HEADER */
.prdct_row .price {
    position: relative !important;
    left: 20px !important;
}

.prdct_row .price {

    float: right;
}

.cart_total_price {
    font-weight: 700;
}

.prdct_row {

    border-top: 1px solid #cecece;
    margin-top: 10px;
    padding-top: 10px;
}

.prdct_row .price {
    font-size: 14px;
}

.prdct_row .cart_ref {
    visibility: hidden;
}

.ukryj {
    display: none !important;
}

.mobile_cart {
    float: right;
}

.mobile_cart .total-price-basket {
    display: none;
}

.basket-item-count .count {
    position: absolute;
    color: #fff;
    top: 5px;
    right: 12px;
    border-radius: 100px;
    width: 21px;
    height: 21px;
    line-height: 21px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    background-color: #99cc00;
}

.basket-item-count {
    position: relative;
    display: inline-block;
    vertical-align: top;
}

#telephone-icon {
    display: none;
}

#order_step li a, #order_step li span {
    font-size: 18px;
    display: block;
    width: 100px;
    margin-top: 10px;
}

#order_step li a em, #order_step li span em {
    display: none;
}

#order_step {
    opacity: 0.6;
    margin-bottom: 40px;
}

.cart_total {
    float: right;
}

.item_total {
    float: right;
}

.cart_total .price {
    margin-right: 15px;
    float: right;
    text-align: right;
    margin-top: 16px;
}


.cart_delete {
    float: right;
    line-height: 12px;
    position: relative;
    top: 6px;
}

@media (max-width: 1199px) {
    .cart_delete {
        float: none;
        position: relative;
        top: 10px;
    }
}

@media (max-width: 991px) {
    .cart_product .product-name a {
        font-size: 13px;
    }

    .item_total {
        position: relative;
        right: 10px;
    }

    .cart_total .price {
        position: relative;
        right: 10px;
        font-size: 22px;
        margin-top: 0;
        float: unset !important;
        margin-right: unset;
    }

    .cart_quantity_delete {
        display: block;
        text-align: right;
        float: unset !important;
        margin-right: 6% !important;
        margin-top: unset !important;
    }

    .cart_delete {
        position: relative;
        right: 10px;
    }

    .add {
        float: left;
    }

    .header-item .logo-holder .logo {
        width: 250px !important;
        height: auto !important;
    }

    .shopping_cart {
        color: red;
        z-index: 999 !important;

    }

    .header-item .top-cart-row .top-cart-holder .total-price-basket {
        display: none !important;
    }

    #telephone-icon {
        display: block;
    }

    #contact-link {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .cart_quantity {
        padding: 0 !important;
    }

    .cart_quantity_centering {
        display: flex !important;
        width: 90%;
        padding: 10px 0;
        align-items: center;
        justify-content: center;
    }

    .cart_quantity_delete {
        margin: 5px 0 0 15px !important;
        font-size: 12px !important;
        text-align: left;
    }

    .cart_quantity_delete > span {
        position: relative;
        top: 1px;
        font-size: 20px;
    }

    .cart-quantity-label {
        font-size: 12px;
        margin-top: -8px;
        margin-right: 15px;
    }

    .cart_total {
        margin-top: -10px !important;
    }

    .ps-cart-item {
        padding-top: 20px;
    }

    .ps-cart-item-container {
        padding-right: 15px;
        padding-left: 15px;
    }

    .ps-cart-item-container:last-of-type .ps-cart-item {
        border-bottom: 1px solid #ededed;
    }

    .ps-cart-item .product-name {
        text-align: left;
    }

    #order-detail-content .cart-title {
        margin-bottom: 0 !important;
    }
}

.ps-cart-item .product-name a {
    color: #333 !important;
}

@media (min-width: 768px) {
    .ps-cart-item {
        padding: 20px 0;
    }
}

/* KROKI W KOSZYKU ------------------------------------------------------------------------------------------------------------------------------ */

/* --------------------------------

Basic Style

-------------------------------- */
#order-detail-content .cart-title {
    border-bottom: 1px solid #ededed;
    padding-bottom: 10px;
}

.cd-breadcrumb li > *, .cd-multi-steps li > * {
    font-size: 12px !important;
    display: inline-block !important;
}

.cd-multi-steps li::after {
    position: relative;
    right: 20px;
}

.cd-breadcrumb, .cd-multi-steps {
    width: 100%;
    max-width: 1200px;
    padding: 0.5em 1em;
    padding-top: 0px;
    padding-bottom: 0px;
    margin: 1em auto;
    background-color: #e1e1e1;
    border-radius: .25em;
}

.cd-breadcrumb:after, .cd-multi-steps:after {
    content: "";
    display: table;
    clear: both;
}

.cd-breadcrumb li, .cd-multi-steps li {
    display: inline-block;
    float: left;
    margin: 0.5em 0;
}

.cd-breadcrumb li::after, .cd-multi-steps li::after {
    /* this is the separator between items */
    display: inline-block;
    content: '\00bb';
    margin: 0 .6em;
    color: #959fa5;
}

.cd-breadcrumb li:last-of-type::after, .cd-multi-steps li:last-of-type::after {
    /* hide separator after the last item */
    display: none;
}

.cd-breadcrumb li > *, .cd-multi-steps li > * {
    /* single step */
    display: inline-block;
    font-size: 1.4rem;
    color: #2c3f4c;
}

.cd-breadcrumb li.step_current > *, .cd-multi-steps li.step_current > * {
    /* selected step */
    color: #96c03d;
}

.no-touch .cd-breadcrumb a:hover, .no-touch .cd-multi-steps a:hover {
    /* steps already step_done */
    color: #96c03d;
}

.cd-breadcrumb.custom-separator li::after, .cd-multi-steps.custom-separator li::after {
    /* replace the default arrow separator with a custom icon */
    content: '';
    height: 16px;
    width: 16px;
    background: url(themes/media-center/img/cd-custom-separator.svg) no-repeat center center;
    vertical-align: middle;
}

.cd-breadcrumb.custom-icons li > *::before, .cd-multi-steps.custom-icons li > *::before {
    /* add a custom icon before each item */
    content: '';
    display: inline-block;
    height: 20px;
    width: 20px;
    margin-right: .4em;
    margin-top: -2px;
    background: url(themes/media-center/img/cd-custom-icons-01.svg) no-repeat 0 0;
    vertical-align: middle;
}

.cd-breadcrumb.custom-icons li:not(.step_current):nth-of-type(2) > *::before, .cd-multi-steps.custom-icons li:not(.step_current):nth-of-type(2) > *::before {
    /* change custom icon using image sprites */
    background-position: -20px 0;
}

.cd-breadcrumb.custom-icons li:not(.step_current):nth-of-type(3) > *::before, .cd-multi-steps.custom-icons li:not(.step_current):nth-of-type(3) > *::before {
    background-position: -40px 0;
}

.cd-breadcrumb.custom-icons li:not(.step_current):nth-of-type(4) > *::before, .cd-multi-steps.custom-icons li:not(.step_current):nth-of-type(4) > *::before {
    background-position: -60px 0;
}

.cd-breadcrumb.custom-icons li.step_current:first-of-type > *::before, .cd-multi-steps.custom-icons li.step_current:first-of-type > *::before {
    /* change custom icon for the step_current item */
    background-position: 0 -20px;
}

.cd-breadcrumb.custom-icons li.step_current:nth-of-type(2) > *::before, .cd-multi-steps.custom-icons li.step_current:nth-of-type(2) > *::before {
    background-position: -20px -20px;
}

.cd-breadcrumb.custom-icons li.step_current:nth-of-type(3) > *::before, .cd-multi-steps.custom-icons li.step_current:nth-of-type(3) > *::before {
    background-position: -40px -20px;
}

.cd-breadcrumb.custom-icons li.step_current:nth-of-type(4) > *::before, .cd-multi-steps.custom-icons li.step_current:nth-of-type(4) > *::before {
    background-position: -60px -20px;
}

/* --------------------------------

Multi steps indicator

-------------------------------- */
.cd-multi-steps {
    /* reset style */
    background-color: transparent;
    padding: 0;
    text-align: center;
}

.cd-multi-steps li {
    position: relative;
    float: none;
    margin: 0.4em 40px 0.4em 0;
}

.cd-multi-steps li:last-of-type {
    margin-right: 0;
}

.cd-multi-steps li::after {
    /* this is the line connecting 2 adjacent items */
    position: absolute;
    content: '';
    height: 1px;
    background: #000;
    /* reset style */
    margin: 0;
}

.cd-multi-steps li.step_done::after {
    background-color: #99cc00;
}

.cd-multi-steps li > *, .cd-multi-steps li.step_current > * {
    position: relative;
    color: #2c3f4c;
}

.cd-multi-steps.custom-separator li::after {
    /* reset style */
    height: 4px;
    background: #e1e1e1;
}

.cd-multi-steps.text-center li::after {
    width: 100%;
    top: 50%;
    left: 100%;
    -webkit-transform: translateY(-50%) translateX(-1px);
    -moz-transform: translateY(-50%) translateX(-1px);
    -ms-transform: translateY(-50%) translateX(-1px);
    -o-transform: translateY(-50%) translateX(-1px);
    transform: translateY(-50%) translateX(-1px);
}

.cd-multi-steps.text-center li > * {
    z-index: 1;
    padding: .6em 1em;
    border-radius: .25em;
    background-color: #e1e1e1;
}

.no-touch .cd-multi-steps.text-center a:hover {
    background-color: #2c3f4c;
}

.cd-multi-steps.text-center li.step_current > *, .cd-multi-steps.text-center li.step_done > * {
    color: #ffffff;
    background-color: #96c03d;
}

.cd-multi-steps.text-center.custom-icons li.step_done a::before {
    /* change the custom icon for the step_done item - check icon */
    background-position: 0 -60px;
}

.cd-multi-steps.text-top li, .cd-multi-steps.text-bottom li {

    text-align: center;
}

.cd-multi-steps.text-top li::after, .cd-multi-steps.text-bottom li::after {
    /* this is the line connecting 2 adjacent items */
    position: absolute;
    left: 50%;
    /* 40px is the <li> right margin value */
    width: calc(100% + 40px);
}

@media (max-width: 768px) {
    .cd-multi-steps.text-top li::after, .cd-multi-steps.text-bottom li::after {
        /* this is the line connecting 2 adjacent items */
        position: absolute;
        left: 50%;
        /* 40px is the <li> right margin value */
        width: 100%;
    }

    .cd-multi-steps li {
        margin: 0.4em 0px 0.4em 0;
        width: 29%;
    }

    #order_step li a, #order_step li span {
        width: 100%;
    }
}

.cd-multi-steps.text-top li > *::before, .cd-multi-steps.text-bottom li > *::before {
    /* this is the spot indicator */
    content: '';
    position: absolute;
    z-index: 1;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 12px;
    width: 12px;
    border-radius: 4px;
    border: 2px solid #d7d7d7;
    background-color: #fff;
}

.cd-multi-steps.text-top .step_todo > *::before, .cd-multi-steps.text-bottom .step_todo > *::before {
    border: 2px solid #99cc00;
}

.cd-multi-steps.text-top li.step_done > *::before,
.cd-multi-steps.text-top li.step_current > *::before, .cd-multi-steps.text-bottom li.step_done > *::before,
.cd-multi-steps.text-bottom li.step_current > *::before {
    background-color: #99cc00;
    border: 2px solid #99cc00;
}

.no-touch .cd-multi-steps.text-top a:hover, .no-touch .cd-multi-steps.text-bottom a:hover {
    color: #96c03d;
}

.no-touch .cd-multi-steps.text-top a:hover::before, .no-touch .cd-multi-steps.text-bottom a:hover::before {
    box-shadow: 0 0 0 3px rgba(150, 192, 61, 0.3);
}

.cd-multi-steps.text-top li::after {
    /* this is the line connecting 2 adjacent items */
    bottom: 4px;
}

.cd-multi-steps.text-top li > * {
    padding-bottom: 20px;
}

.cd-multi-steps.text-top li > *::before {
    /* this is the spot indicator */
    bottom: 0;
}

.cd-multi-steps.text-bottom li::after {
    /* this is the line connecting 2 adjacent items */
    top: 3px;
}

.cd-multi-steps.text-bottom li > * {
    padding-top: 20px;
}

.cd-multi-steps.text-bottom li > *::before {
    /* this is the spot indicator */
    top: 0;
}

/* --------------------------------

Add a counter to the multi-steps indicator

-------------------------------- */
.cd-multi-steps.count li {
    counter-increment: steps;
}

.cd-multi-steps.count li > *::before {
    /* content: counter(steps) " - ";*/
}


.cd-multi-steps.text-top.count li > *::before,
.cd-multi-steps.text-bottom.count li > *::before {
    /* this is the spot indicator */
    content: counter(steps);
    height: 40px;
    width: 40px;
    line-height: 35px;
    font-size: 24px;
    color: #000;
    top: -12px;
}

.cd-multi-steps.text-top.count li.step_done > *::before,
.cd-multi-steps.text-bottom.count li.step_done > *::before {
    /* this is the spot indicator */
    content: "\f00c";
    font-family: FontAwesome;
    height: 40px;
    width: 40px;
    line-height: 35px;
    font-size: 24px;
    color: #fff;
    top: -12px;
}

.cd-multi-steps.text-top.count li:not(.step_current) em::before,
.cd-multi-steps.text-bottom.count li:not(.step_current) em::before {
    /* steps not step_done yet - counter color */
    color: #2c3f4c;
}

.cd-multi-steps.text-top.count li::after {
    bottom: 11px;
}

.cd-multi-steps.text-top.count li > * {
    padding-bottom: 34px;
}

.cd-multi-steps.text-bottom.count li::after {
    top: 17px;
}

.cd-multi-steps.text-bottom.count li > * {
    padding-top: 34px;
}

@media (max-width: 768px) {
    .cart_delete {
        position: relative;
        right: 10px;
    }

    .cart_delete {
        float: none;
        display: table;
        width: 300px;
        position: relative;
        top: 20px;
        right: 50px;
    }

    #order-detail-content .cart-title {
        border-bottom: 0px !important;
    }

    .prdct_row .cart_quantity {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .prdct_row .cart_quantity::before {
        content: "Ilość: ";
    }

    .prdct_row .price::before {
        content: "Cena: ";
    }
}

.inv-addr {
    display: inline-block;
    width: 100%;
    padding-top: 3%;
}

@media (max-width: 768px) {
    .bottom-fix {
        position: fixed;
        bottom: 3px;
        width: 100%;
        margin: 0;
        z-index: 300;
        opacity: 0.9;
    }

    #step2 h2 {
        margin-top: 2%;
    }

    .product_img img.img-responsive {
        display: table;
        margin: 0 auto;
    }

    .cart_quantity div.cart_quantity_centering {
        display: table;
        float: left;
        margin-left: 6%;
    }

    #order-detail-content2 .cart_total {
        margin-top: -1% !important;
    }

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

    .cart_total {
        font-size: 34px;
        text-align: right;
        font-weight: 100;
        margin-top: -9%;
    }
}

.landing .col-md-3 {
    margin-top: 20px;
    border-right: 1px solid #ccc;
}

@media (min-width: 994px) {
    .landing :nth-child(4n) {
        border-right: none;
    }
}

@media (max-width: 993px) and (min-width: 768px) {
    .landing :nth-child(3n) {
        border-right: none;
    }
}

@media (max-width: 767px) {
    .landing :nth-child(2n) {
        border-right: none;
    }
}

@media (max-width: 767px) {
    .chat-product {
        bottom: 7% !important;
        right: 6% !important;
    }

    .cart_boxing {
        padding: 15px !important;
    }

    .widget_body #order_total_price_container {
        font-size: 20px !important;
    }

    .widget_body #order_total_price_container {
        padding: 17px 0 !important;
    }

    #total_shipping, .cart-price {
        font-size: 14px !important;
    }

    .bb-mobile {
        padding-top: 1% !important;
    }

    .tp-bullets {
        display: none;
    }

    .products-list .product-item .row .price-area {
        padding-left: 0px;
    }

    #content_battery .top .col-md-6 h1 {
        font-size: 23px;
        line-height: 35px;
    }
}

@media (max-width: 767px) {
    .new-product-gallery {
        border: unset !important;
    }

    .single-product-gallery .gallery-thumbs .item a, .single-product-gallery .gallery-thumbs li a {
        border: unset !important;
    }
}

.single-product-gallery-item-product {
    padding-bottom: 0px !important;
}

.new-product-gallery .owl-controls {
    display: none;
}

.new-product-gallery {
    border: 1px solid #dbdbdb;
}

/* NOWY KOSZYK */
.order-sign-in-section {
    border-top: 1px solid #ededed;
    padding-top: 20px;
}

.log-reg.order-sign-in-section {
    border-top: 1px solid #ededed;
    padding: 0 15px;
}

.log-reg.order-sign-in-section .sign-in-divider {
    position: relative;
}

.log-reg.order-sign-in-section .sign-in-divider span {
    top: -13px;
}

.sign-in-divider {
    text-align: center;
}

.sign-in-divider span {
    position: absolute;
    top: -10px;
    left: 48%;
    padding: 2px 8px;
    font-size: 13px;
    background-color: white;
    color: #747474;
}

@media (max-width: 992px) {
    #step2 .social-register {
        padding-bottom: 0;
        padding-top: 15px;
        font-size: 18px;
    }
}

#sl_connector_szybkie-zakupy {
    padding-bottom: 25px;
}

.sign-in-block {
    padding: 10px 60px 20px 20px;
}

.register-block {
    padding: 10px 20px 20px 60px;
}

.registration-benefits-list {
    min-height: 215px;
    padding-left: 15px;
    list-style-type: none;
}

.registration-benefits-list li {
    display: flex;
    align-items: center;
    padding-bottom: 5px;
    font-size: 13px;
    line-height: 18px;
}

.registration-benefits-list li img {
    margin-right: 20px;
}

.registration-benefits-list-login {
    min-height: 205px;
}

@media (max-width: 992px) {
    .sign-in-block,
    .register-block {
        padding: 0;
        border-bottom: 1px solid #ededed;
        margin-bottom: 20px;
        margin-top: 16px;
    }

    .sign-in .registration-benefits-list {
        min-height: auto;
        margin-bottom: 28px;
    }

    .sign-in-divider span {
        left: 46%;
    }

    .log-reg.order-sign-in-section .sign-in-divider span {
        top: -13px;
    }
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.register-form .form-control,
.validate.--email,
.validate.--password {
    height: 42px;
    box-shadow: none;
    border: 1px solid #ddd;
}

.order-sing-in-subheader {
    display: block;
    font-size: 14px;
    text-align: center;
    padding-bottom: 10px;
}

.cart_total .price {
    float: left;
}

.cart_quantity_delete {
    color: #a09e9e;
    font-size: 13px;
    float: left;
    margin-top: 13px;
}

.price #total_price {
    color: #c82d05;
}


.cart_navigation .le-button {
    background-color: #ff8104;
}

.order-menu {
    padding: 8px 0px;
    background-color: #99cc00;
    display: none;
}

.order-sing-in .bordered {
    font-weight: normal !important;
    line-height: 22px;
    color: #434343;
    margin-bottom: 15px;
}

@media (max-width: 992px) {
    .order-sing-in .bordered {
        margin-bottom: 16px;
    }
}

.order-sing-in h2 {
    padding-bottom: 0px;
    font-size: 26px;
    text-align: center;
}

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

.register-form .form_info {
    font-size: 12px;
}

.register-form .checkbox {
    padding-left: 0px;
}

.register-form .checkbox label {
    font-size: 12px;
}

.register-form a {
    color: var(--color-link);
}

/* CROSS SELLING */

#crossselling {
    padding: 15px 0px;

}

#crossselling .row .title_block {
    padding-left: 15px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 16px;
}

#crossselling .s_title_block {
    font-size: 13px;
    font-weight: normal;
    color: #ccc;
}

#crossselling .s_title_block a {
    color: #3a3838;
}

#crossselling .star-holder img{
    width: 14px;
}

#crossselling .ajax_add_to_cart_button {
    margin-top: 10px;
    text-transform: uppercase;
    font-size: 12px;
    color: #ff8104;
}

#crossselling .min_price {
    font-size: 11px;
    line-height: 11px;
    text-decoration: line-through;
    color: #5d5d5d;
    text-align: right;
}

#crossselling .price_container {
    color: #c82d05;
    font-weight: 100;
    font-size: 18px;
    text-align: right;
}

.big.next {
    background-color: #ff8104;
}

.summary_del {
    list-style: none;
}

#summary_del .address_title, #summary_del .address_update, #summary_inv .address_title, #summary_inv .address_update {
    display: none;
}

#summary_inv .address_phone, summary_del .address_vat_number {
    display: none;
}

#summary_dotpay {
    max-width: 100px;
    border-radius: 3px;
    border: none !important;
    margin: 0;
    margin-left: 20px;
    background: #fff;
    padding: 0;
}

.summary_p24 {
    min-width: 100px;
    max-height: 50px;
    background-repeat: no-repeat !important;
    background-size: contain !important;
}

#summary_dotpay .input-container {
    display: none;
}

#summary_dotpay .image-container {
    display: block;
    width: 100%;
    text-align: center;
    top: 3px;
}

#summary_dotpay .image-container img {
    width: 110px;
}

#summary_dotpay .label-container {
    text-align: center;
    font-size: 12px;
    line-height: 14px;
}

#summary_pay {
    text-align: center;
}

#summary_delivery--img img, #summary_pay img {
    max-width: 55px;
}

#dotpay-row {
    padding-top: 0px;
}

/* Order confirmation */

.order-confirmation-container {
    display: flex;
    flex-direction: column;
    max-width: 750px;
    margin: 10px auto 20px;
    padding: 15px 20px;
    color: #3d3d3d;
    border: 1px solid #e5ebee;
    border-radius: 5px;
}

.order-confirmation-head h2 {
    margin: 10px 0 15px;
    color: #3d3d3d;
    font-weight: 100;
    font-size: 20px;
    text-align: center;
}

.order-confirmation-subtitle {
    max-width: 90%;
    margin: 0 auto 20px;
    font-size: 14px;
    text-align: center;
}

.order-confirmation-container h3 {
    display: flex;
    align-items: center;
    padding-bottom: 5px;
    font-weight: 300;
    font-size: 19px;
    border-bottom: 1px solid #f1f1f1;
}

.order-confirmation-container h3 span {
    margin-left: 10px;
    color: #9c0;
    font-weight: 700;
    font-size: 24px;
    letter-spacing: 2px;
}

.order-confirmation-separator {
    width: 150px;
    height: 2px;
    margin: 0 auto 25px;
    background-color: #9c0;
}

.oc-bullet-point {
    display: flex;
    align-items: center;
    padding: 7px 0;
    font-size: 13px;
}

.oc-bullet-point img {
    align-self: start;
    max-width: 30px;
    margin-top: 6px;
    margin-right: 15px;
}

.oc-bullet-point:last-of-type img {
    max-width: 27px;
}

.oc-bullet-point:last-of-type span {
    margin-left: 4px;
}

.oc-footer-content {
    margin-top: 40px;
    font-weight: 300;
    font-size: 13px;
}

.oc-footer-important-info {
    border-bottom: 2px solid #9c0;
}

.oc-footer-link {
    color: #0066c0;
    text-decoration: underline;
}

.oc-footer-btn {
    order: 1;
    width: 100%;
    margin-bottom: 15px;
    padding: 0.9rem;
    text-align: center;
    background-color: #ff9205;
    border-radius: 3px;
}

.oc-footer-btn:hover {
    background-color: #ff8104;
}

.oc-footer-btn a {
    display: flex;
    align-items: center;
    justify-content: space-around;
    color: #fff !important;
    font-weight: 600;
}

.oc-footer-btn span {
    width: 90%;
}

.oc-footer-btn i {
    font-size: 13px;
}

.order-confirmation-btn {
    order: 2;
}

.order-confirmation-btn,
.order-confirmation-btn a {
    width: 100%;
}

.order-confirmation-btn a {
    display: flex;
    align-items: center;
    padding: 10px 16px;
    color: #5d5d5d !important;
    font-weight: 100;
    background-color: #f7f6f6 !important;
    border: none;
    border-radius: 4px;
}

.order-confirmation-btn a:hover,
.order-confirmation-btn a:focus {
    color: #5d5d5d;
    font-weight: 100;
}

.order-confirmation-btn a i {
    width: 25%;
    padding-right: 7px;
    color: #5d5d5d !important;
    font-size: 12px;
    text-align: left;
}

.order-confirmation-btn,
.oc-footer-btn {
    display: inline-block;
}

.oc-footer-buttons {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 750px;
    margin: 0 auto;
}

@media (min-width: 480px) {
    .oc-bullet-point img {
        align-self: center;
        margin-top: unset;
    }

    .oc-footer-buttons {
        flex-direction: row;
    }

    .oc-footer-btn {
        order: 2;
        width: 18rem;
        margin-bottom: 0;
    }

    .order-confirmation-btn {
        order: 1;
        width: unset;
    }

    .order-confirmation-btn a i {
        width: 25%;
        text-align: left;
    }
}

/* Order confirmation with bank transfer option */

.bank-transfer-details {
    margin-top: 10px;
}

.oc-main-content {
    margin-top: 20px;
}

.bank-transfer-data {
    display: flex;
    justify-content: space-between;
    padding: 3px 0;
    border-top: 1px solid #f1f1f1;
}

.bank-transfer-data div {
    padding: 3px;
}

.bank-transfer-data div:last-child {
    font-weight: 700;
    font-size: 14px;
}

.bank-transfer-details-header {
    padding: 10px 0 5px;
    font-size: 20px;
}

.bank-transfer-footer {
    margin-top: 25px;
    margin-bottom: 5px;
    font-weight: 300;
    font-size: 14px;
}

.bank-transfer-footer div {
    margin-top: 5px;
}

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

@media (max-width: 360px) {
    .order-confirmation-head h2 {
        font-size: 16px;
    }

    .order-confirmation-subtitle {
        max-width: none;
        margin: 0 0 15px;
        font-size: 13px;
    }
}

@media (min-width: 768px) {
    .order-confirmation-subtitle {
        font-size: 16px;
    }

    .oc-bullet-point {
        font-size: 14px;
    }

    .bank-transfer-data div:last-child {
        font-size: 15px;
    }

    .bank-transfer-footer {
        font-size: 16px;
    }
}

@media (min-width: 1024px) {
    .order-confirmation-container {
        padding: 30px 45px;
    }

    .bank-transfer-section {
        font-size: 14px;
    }

    .bank-transfer-section h3 {
        font-weight: 100;
        font-size: 20px;
        text-align: center;
    }

    .bank-transfer-details {
        margin: 0 auto;
        padding: 20px 0;
    }
}

@media (min-width: 1200px) {
    .order-confirmation-subtitle {
        max-width: 70%;
    }
}

.order-complete p {
    font-size: 14px;
    margin-bottom: 10px;
}

.order-complete h1 {
    padding-top: 0px;
}

.sing-in-button {
    width: 100%;
    background-color: #ff8104;
    border-radius: 4px;
    border: 2px solid #ff8104;
    font-weight: 600;
    padding: 10px 20px;
    display: inline-block;
    line-height: 20px;
    font-size: 15px;
    color: #fff;
    margin-bottom: 20px;
    margin-top: 10px;
}

.sing-in-button:hover, .sing-in-button:active, .sing-in-button:focus {
    background: #ef580b;
    color: #ffffff;
    border: 2px solid #ef580b;
    box-shadow: none;
    outline: none !Important;
}

.next-register-button {
    width: 100%;
    border-radius: 3px;
    border: 1px solid #ccc;
    color: #434343;
    background: #fff;
}

.next-register-button:hover {
    background: #fbfbfb;
    color: #434343;
}

.lost_password {
    text-align: right;
    font-size: 13px;
    margin-top: 15px;
}

.lost_password a {
    color: #5d5d5d;
}

.register-form {
    display: none;
}

#zalogujnext {
    display: none;
}

#step1done, #step4done {
    cursor: pointer;
}

[data-disabled] {
    cursor: not-allowed !important;
}

@media (max-width: 767px) {
    .order-menu img {
        transform: scale(0.85);
    }
}

#apk {
    color: #fff;
    border: medium none;
    border-radius: 2px;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    margin-top: 10px;
    padding: 10px 43px;
    text-transform: uppercase;
    background-color: #99cc00;
}

.bullpoint {
    padding: 55px;
}

.add-padding {
    padding: 40px;
}

.description-title {
    padding: 60px;
}

@media screen and (max-width: 767px) {
    #product-tab-indivdual {
        padding-left: 0px;
    }

    .bullpoint, .add-padding, .description-title {
        padding: 10px
    }
}

.disable-step-3-checkout {
    pointer-events: none;
    cursor: not-allowed !important;
}

.category_link {
    color: #0E53A5;
    margin: 10px;
}

.category_hx {
    color: #3D3D3D;
}

.category_sub {
    color: #333;
    font-size: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.orange-button {
    background: #ff8104;
    color: white;
    font-weight: 600;
    transition: 0.3s;
}

.white-orange-button {
    background-color: #fff;
    color: #ff8104;
    border-radius: 3px;
    border: 1px solid #ff8104;
    font-weight: 600;
    transition: 0.3s;
    padding: 10px 20px;
}

.white-orange-button:hover, .white-orange-button:focus {
    color: #434343;
    border: 1px solid #ff8104;
    background-color: white;
    box-shadow: none;
    outline: none;
}

.white-orange-button:active {
    border: 1px solid #e45106;
    outline: none !Important;
    background-color: white;
    box-shadow: none;
}

.orange-button:hover {
    background: #60c011;
    color: #FFF;
}

div.section.section-page-title.inner-xs > div.page-header > h2.page-title {
    margin-right: -15px;
    margin-left: -15px;
}

#myaddress-sort-parent, .address_add {
    padding-left: 0px;
    padding-right: 0px;
}

@media (max-width: 767px) {
    #id_address_invoice-parent,
    #address_add-parent {
        padding-left: 15px;
        padding-right: 15px;
    }
}

#ordermsg {
    margin-left: 0px;
}

.address-invoice-center-block {
    padding-left: 11px;
    padding-right: 11px;
}

@media screen and (max-width: 991px) {
    .payment-method, .delivery-method {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #myaddress-sort-parent {
        padding-left: 30px;
        padding-right: 30px;
    }

    #ordermsg {
        padding-right: 25px;
    }

    p.dotpay_unsigned_channel.payment_module {
        margin-left: 2px;
    }

    #opc_delivery_methods > div.order_carrier_content.box.col-md-12 > div.delivery_options_address > div.delivery_options > div:last-child > div > div {
        border-bottom: none;
    }
}

.category-add-to-cart-btn {
    background: #ff8104 !important;
}

.section.inner-top-xs, .section.my-address.inner-top-xs {
    border: 1px solid #E0E0E0 !important;
    padding: 10px 20px;
    margin: 5px 0;
}

.inner-top-xs > h2 {
    text-align: center;
    color: #99cc00;
    margin-bottom: 0;
    padding-top: 5px;
}

.acc-box {
    padding: 0 10px;
}

.acc-button {
    background-color: white;
    border: 2px solid #e0e0e0;
    padding: 8px 50px;
    display: inline-block;
    line-height: 20px;
    font-size: 15px;
    margin-bottom: 10px;
}

.acc-button:hover {
    color: black;
    border: 2px solid #9c0;
    background-color: white;
}

.acc-button a:hover {
    color: black;
}

.inner-top-xs > .myaccount_address {
    line-height: 20px;
    text-align: center;
}

.section.order-history.inner-top-xs > p.myaccount_order {
    line-height: 20px;
    text-align: center;
}

.inner-top-xs > .myaccount_order-slips {
    line-height: 20px;
    text-align: center;
}

.resetpass--label {
    width: 70%;
    margin: 10px 0 10px 30px;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

/* Brand buttons */

.btn-brand {
    width: 264px;
    margin: 2px;
    padding: 6px 0 10px;
    font-size: 15px;
    border-radius: 10px;
    transition: 0.2s;
}

.btn-brand-primary {
    color: #8c0;
    background: white;
    border: 1px solid #8c0;
}

.btn-brand-primary:hover {
    color: #690;
    border-color: #690;
}

.btn-brand-secondary {
    color: white;
    background: #8c0;
    border: 1px solid #8c0;
}

.btn-brand-secondary:hover {
    background: #690;
    border-color: #690;
}

/* Wide screen */

@media (min-width: 1330px) {
    .container {
        width: 1300px;
    }
}

/* Stickers */

.sticker-container {
    position: relative;
}

.sticker {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    width: 100%;
    max-width: 160px;
    background-repeat: no-repeat;
    background-position: center right;
    background-size: contain;
}

.sticker.--type-product.--mikolajki-10 {
    background-image: url('themes/media-center/img/stickers/mikolajki/10.png');
}

.sticker.--type-product.--mikolajki-15 {
    background-image: url('themes/media-center/img/stickers/mikolajki/15.png');
}

.sticker.--type-product.--mikolajki-20 {
    background-image: url('themes/media-center/img/stickers/mikolajki/20.png');
}

.sticker.--type-product.--mikolajki-25 {
    background-image: url('themes/media-center/img/stickers/mikolajki/25.png');
}

@media (min-width: 768px) {
    .sticker {
        background-position: bottom right;
    }
}

@media (max-width: 768px) {
    .sticker {
        bottom: -50px;
    }
}

/* Stickers: list */

.product-item-holder.--type-list {
    z-index: 89;
    border-color: transparent !important;
    margin-right: 0;
}

.product-item-holder:hover {
    z-index: 90;
}

.product-item-holder.--type-list .product-item,
#list .product-item-holder.--type-list .row,
.product-item-holder.--type-list-mobile {
    border: 2px solid #b02024 !important;
    border-radius: 8px;
    margin-top: -2px;
}

.product-item-holder.--type-list .ribbon {
    display: none;
}

.sticker.--type-list {
    top: -2px;
    right: -2px;
    bottom: auto;
    left: -2px;
    z-index: 80;
    width: unset;
    max-width: unset;
    height: 50px;
    background-position: top;
}

@media (min-width: 992px) {
    .sticker.--type-list {
        top: -26px;
    }
}

#list .sticker.--type-list {
    top: -27px;
    left: -27px;
}

.product-item-holder.--type-list-mobile {
    margin-bottom: 2px;
    padding-top: 10%;
}

.product-item-holder.--type-list-mobile .sticker {
    max-width: 400px;
}

@media (min-width: 420px) {
    .product-item-holder.--type-list-mobile {
        padding-top: 0;
    }

    .product-item-holder.--type-list-mobile .sticker {
        top: auto;
        right: 5px;
        bottom: 5px;
        left: 36%;
        background-position: bottom;
    }

    .product-item-holder.--type-list-mobile .star-holder {
        padding-bottom: 12%;
    }
}

.sticker.--type-list.--mikolajki-10 {
    background-image: url('themes/media-center/img/stickers/mikolajki/list-10.png');
}

.sticker.--type-list.--mikolajki-15 {
    background-image: url('themes/media-center/img/stickers/mikolajki/list-15.png');
}

.sticker.--type-list.--mikolajki-20 {
    background-image: url('themes/media-center/img/stickers/mikolajki/list-20.png');
}

.sticker.--type-list.--mikolajki-25 {
    background-image: url('themes/media-center/img/stickers/mikolajki/list-25.png');
}

/* Custom modal */

.cu-modal {
    z-index: 2147483601;
    background: rgba(0, 0, 0, 0.35);
}

.cu-modal.m--basic .modal-content {
    background: transparent;
    box-shadow: none;
}

.cu-modal.m--basic .modal-dialog {
    margin-top: 70px;
}

.cu-modal .modal-header,
.modal-header2 {
    padding: 12px 15px;
    background: transparent !important;
    border-radius: 10px 10px 0 0;
}

.cu-modal .modal-header .close,
.modal-header2 .close {
    position: static;
    color: #5d5d5d !important;
    font-weight: 100;
    font-size: 32px;
    line-height: 26px;
    transform: translate(14px, -5px);
    opacity: 1;
}

.cu-modal .modal-body {
    margin: 0;
    padding: 10px;
    padding-bottom: 0;
}

.cu-modal .modal-content {
    width: 750px;
    max-width: 96%;
    margin: 0 auto;
    padding: 0 12px;
    border: 0;
}

@media (min-width: 768px) {
    .cu-modal .modal-body {
        padding: 20px;
    }

    .cu-modal.m--basic .modal-dialog {
        width: auto;
        margin-top: 0;
    }

    .cu-modal .modal-header .close,
    .modal-header2 .close {
        transform: translate(10px, 8px);
    }
}

/* Add to cart pop-up */

.ca-popup {
    padding-top: 0 !important;
}

.ca-popup-details {
    display: flex;
    margin-right: auto;
}

.ca-popup .modal-footer {
    text-align: center;
    border-radius: 0 0 10px 10px;
    padding: 19px 0px 20px;
}

.ca-popup .modal-footer .btn {
    min-width: 280px;
    line-height: 36px;
    margin: 2px 10px;
    padding: 0 10px;
    font-weight: 500;
    font-size: 14px;
}

@media screen and (max-width: 359px) {
    .ca-popup .modal-footer .btn {
        min-width: 235px;
    }
}

.ca-popup .modal-footer .btn-default {
    border-color: #9c0;
    font-weight: 500;
}

.ca-popup .modal-footer .btn-default:focus,
.ca-popup .modal-footer .btn .btn-default:active,
.ca-popup .modal-footer .btn-default:hover {
    background-color: white;
    border-color: #60c011;
    box-shadow: none!important;
}

.ca-popup .modal-title {
    color: #1f1f1f !important;
    font-weight: 600;
    font-size: 14px;
}

.ca-popup .modal-title .fa {
    margin-right: 10px;
    color: #9c0 !important;
}

.ca-popup .cross-selling-title {
    color: #1f1f1f;
    font-size: 18px;
    text-align: center;
    text-transform: none;
}

.ca-popup .cs-thumbnail {
    max-width: 96%;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .ca-popup .cs-thumbnail {
        max-width: 99%;
        max-height: 100px;
    }

    .ca-popup .cross-selling .swiper-container {
        width: 100%;
        height: 230px;
    }

    .ca-popup .cross-selling .swiper-slide {
        justify-content: flex-start;
    }

    .carousel--price {
        font-size: 13px;
    }

    .carousel--strike-price {
        font-size: 11px;
    }
}

.ca-popup-frequently-title {
    font-size: 16px;
}

.ca-popup-hr {
    margin: 10px -20px;
    border-color: #e5e5e5;
}

.ca-popup-info {
    display: flex;
}

.ca-popup-product .layer_cart_img {
    flex: 0 0 70px;
    margin-right: 20px;
}

.ca-popup-product-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
    font-size: 13px;
}

.ca-popup-product-price {
    font-weight: 600;
    font-size: 16px;
    white-space: nowrap;
    margin-left: 20px;
    text-align: right;
}

.ca-popup-product-quantity {
    font-size: 11px;
}

@media (min-width: 768px) {
    .ca-popup-product-quantity {
        padding-bottom: 7px;
    }
}

.ca-popup-product-title {
    display: -webkit-box;
    margin-bottom: 5px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.ca-popup-product {
    padding-top: 5px;
}

@media (min-width: 768px) {
    .ca-popup .modal-title {
        font-size: 16px;
        text-align: center;
    }

    .ca-popup-product {
        display: flex;
        padding: 9px 0;
    }

    .ca-popup-product-price {
        margin-top: 0;
        margin-left: 20px;
        text-align: right;
    }
}

/* Styled inputs */

.styled-label {
    display: inline-block !important;
    margin-top: 5px;
    font-weight: normal;
    cursor: default;
}

.styled-control {
    position: absolute;
    left: -9999px;
    visibility: hidden;
}

.styled-element {
    position: relative;
    top: -1px;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 6px;
    vertical-align: middle;
    background: #fff;
    border: 1px solid #999;
    border-radius: 2px;
    transition: 0.2s;
}

.fm-container.m--touched.m--invalid .styled-element {
    border-color: var(--color-danger);
}

.styled-radio {
    width: 13px;
    height: 13px;
    border-radius: 50%;
}

.styled-control:checked + .styled-radio,
.styled-control:checked + label .styled-radio {
    border: 1px solid #000;
}

.styled-control:disabled + .styled-element {
    background: #ddd;
    cursor: not-allowed;
    opacity: 0.3;
}

.styled-checkbox::after {
    position: absolute;
    top: 2px;
    left: 5px;
    width: 4px;
    height: 8px;
    border: 1px solid transparent;
    border-top-width: 0;
    border-left-width: 0;
    transform: rotate(45deg) skew(10deg);
    transition: 0.2s;
    content: '';
}

.styled-control:checked + .styled-checkbox::after,
.styled-control:checked + label .styled-checkbox::after {
    border-color: #555;
}

.styled-radio::after {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 7px;
    height: 7px;
    background: transparent;
    border-radius: 50%;
    transition: 0.2s;
    content: '';
}

.styled-control:checked + .styled-radio::after,
.styled-control:checked + label .styled-radio::after {
    background: #000;
}

/* SVG images */

.sv-white {
    filter: brightness(0) invert(1);
}

/* Toast */

.ts-toast {
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 150;
    display: none;
    width: auto;
    min-width: 120px;
    height: auto !important;
    padding: 15px 18px;
    color: #3d3d3d;
    font-size: 12px;
    line-height: 10px;
    text-align: center;
    background: #fff;
    border-radius: 0.4em;
    box-shadow: 0 0 1em #9999995c;
    transform: translateX(-50%);
}

.ts-toast::after {
    position: absolute;
    top: 0;
    left: 50%;
    width: 0;
    height: 0;
    margin-top: -7px;
    margin-left: -7px;
    border: 7px solid transparent;
    border-top: 0;
    border-bottom-color: #fff;
    content: '';
}

#wz-device-model .ts-toast {
    top: 54px;
}

.to-container:not(.st-sticky) #to-topnav-cart .ts-toast {
    top: 85%;
}

/* Misc */

.dd_add_to_cart_button {
    padding: 12px 80px;
    color: white;
    background: #ff9205;
    border: 0;
    border-radius: 10px;
}
.dd_add_to_cart_button:hover {
    background: #ef580b;
    color: white;
}

.highlight-brand {
    color: #8c0;
}

.highlight-brand.--bold {
    font-weight: 500;
}

.loader-full {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    display: none;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.8);
}

.loader-full.--visible {
    display: flex;
}

.loader-full-text {
    margin-top: 5px;
}

.nocopy {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.scrolling-anchor {
    position: relative;
}

@media screen and (max-width: 991px) {
    .resetpass--label {
        width: 100%;
        margin-left: 0;
        margin-top: 10px;
    }
}

.comment_note-category {
    width: 15px;
    margin-right: 1px;
}

.select2 {
    font-size: 12px !important;
}

.select2-selection {
    border-color: #ddd !important;
}

.select2-dropdown {
    border-color: #ddd !important;
}

.select2-basic2 {
    z-index: 9999999999;
    text-align: center;
}

.select2-basic2 .select2-results__option {
    color: #3d3d3d !important;
    font-size: 12px;
    background: #fff !important;
}

.select2-basic2 .select2-results__option--highlighted {
    background: #eee !important;
}

.select2-basic2 .select2-selection--single {
    height: 35px !important;
}

.select2-basic2 .select2-selection__rendered {
    line-height: 35px !important;
}

.select2-basic2 .select2-selection__arrow {
    height: 35px !important;
}

.select2-primary .select2-results__option--highlighted {
    color: #3d3d3d !important;
    background: #eee !important;
}

.select2-primary .select2-selection--single {
    height: 40px !important;
    padding-left: 10px;
    font-size: 15px;
    border-color: #d2d2d2 !important;
    border-radius: 0 !important;
}

.select2-primary .select2-selection__rendered {
    color: #777 !important;
    line-height: 40px !important;
}

.select2-primary .select2-selection__arrow {
    top: 50% !important;
    width: 16px;
    transform: translateY(-50%);
}

.select2-primary .select2-selection__arrow::after {
    color: #606060;
    font-size: 11px;
    font-family: 'FontAwesome', sans-serif;
    content: '\f078';
}

.select2-primary .select2-selection__arrow b {
    display: none;
}

@media (max-width: 991px) {
    .h--noscroll-mobile {
        overflow: hidden;
    }

    .select2-dropdown {
        z-index: 10000004 !important;
    }
}

/* dodaj do ulubionych */

.wishlist__btn {
    color: #5d5d5d;
    text-align: center;
    font-weight: bold;
    padding: 10px 5px 0 5px!important;
    margin: 0 !important;
    display: block;
    font-size: 13px;
    cursor: pointer;
}

.wishlist__btn:hover, .wishlist__btn:focus, .wishlist__btn:active {
    color: #000;
}
/* OPISY - KATEGORIE */

.rte .additional-description-block {
    font-size: 13px;
    padding-bottom: 15px;
    text-align: justify;
}

.additional-description-block__title {
    color: #3D3D3D;
    font-size: 18px;
    line-height: 1.6;
}

.inline-text {
    display: inline;
    font-size: 13px;
    font-weight: unset;
    color: #5d5d5d;
    line-height: unset;
    letter-spacing: unset;
}

/* Kolumny z popularnymi kategoriami */

.additionalLinks {
    padding-top: 15px;
    text-align: left;
}
.additionalLinks__title {
    margin-bottom: 12px;
    font-size: 16px;
    margin-top: 12px;
    text-align: left;
    color: #3d3d3d;
}
.additionalLinks__link{
    margin-bottom: 3px;
    padding-left: 0;
    text-align: left;
    color:#0066c0;
}
@media (max-width: 768px) {
    #additionalLinks {
        padding-top: 10px;
        padding-left: 0;
    }
}

@media (max-width: 768px) {
    .product-item-holder .product_img_link > .replace-2x.img-responsive {
        padding-top: 25px;
    }
}

.register-button {
    color: white;
    background-color: #ff8104;
}

.register-button:hover,
.register-button:active,
.register-button:focus {
    background: #ef580b;
    color: #ffffff;
    border: 1px solid #ef580b;
    box-shadow: none;
    outline: none !Important;
}

.error-message ul {
    margin-bottom: 5px;
    list-style-type: square;
}

.error-message ul li {
    font-size: 13px;
    color: red;
}

.success-message {
    margin-left: 5px;
    font-size: 13px;
    color: #8c0;
}

.regulation-change-modal {
    border-color: #e0e0e0;
    box-shadow: 0 0 8px #e0e0e0;
}

.regulation-change-modal .close {
    margin-top: -25px;
}

.regulation-change-modal .modal-header {
    margin-left: 15px;
}

.regulation-change-modal .modal-body {
    padding: 20px 30px 5px;
}

.regulation-change-modal .modal-footer {
    margin-top: 5px;
    padding: 15px 20px;
}

/* Password Checker */

.passchecker {
    margin: 5px 0;
}

.passchecker-element-invalid {
    border-color: var(--color-danger) !important;
}

.passchecker-label {
    margin-top: 2px;
    margin-right: 15px;
    font-size: 13px;
    text-align: right;
}

.passchecker-invalid .passchecker-label {
    color: var(--color-danger);
}

.passchecker-meter {
    display: flex;
    align-items: center;
    height: 2px;
    margin: 0 15px;
    background: #eee;
    border-radius: 10px;
}

.passchecker-value {
    height: 100%;
    background: #000;
    border-radius: 10px;
}

.reset-password-header {
    font-size: 36px;
    text-align: center;
}

.reset-password-info {
    margin-bottom: 20px;
    text-align: center;
}

.reset-password-footer {
    margin: 30px;
}

.go-back-btn {
    padding: 7px 16px;
    color: #5d5d5d;
    font-size: 13px;
    background-color: #f7f6f6;
    border: none;
    border-radius: 4px;
}

.reset-password-btn {
    width: 100%;
    background-color: #99cc00;
    border-radius: 4px;
    font-weight: 600;
    padding: 10px 20px;
    display: inline-block;
    line-height: 20px;
    font-size: 15px;
    color: #fff;
    margin-bottom: 20px;
    margin-top: 10px;
}

.reset-password-btn:hover,
.reset-password-btn:active {
    color: #fff;
    background: #7b0;
}

.single_article_col {
    border-right: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
}

.single_article_col:first-of-type {
    border-left: none;
}

.single_article_col:last-of-type {
    border-right: none;
}

.single_article_title {
    font-weight: 600;
    font-size: 16px;
    line-height: 17px;
}

.single_article_title img {
    width: 100%;
    margin-bottom: 10px;
    border-radius: 5px;
}

.single_article_title a {
    color: #0066c0;
}

.single_article_content {
    font-size: 14px;
    line-height: 15px;
}

.single_article_more {
    color: #0066c0;
    font-size: 14px;
}

.home-office-banner,
.picturesincategories-mobile,
.picturesincategories-desktop {
    margin: 20px 0;
    padding: 0;
}

.picturesincategories-desktop {
    display: flex;
}

.picturesincategories-desktop div {
    width: 100%;
    min-width: 50%;
    padding: 10px;
    text-align: center;
}

.home-office-banner img,
.picturesincategories-mobile img,
.picturesincategories-desktop img {
    margin: 10px 0;
}

@media (min-width: 768px) {
    .home-office-banner,
    .picturesincategories-mobile,
    .picturesincategories-desktop {
        margin: 0px 0;
    }
}

#pnWeb * {
    fill: #ecec04 !Important;
    stroke: #d6d601;
    stroke-width: 1px;
}

#pnWeb.f790 ._40fd.b728 {
    opacity: .3 !important;
    stroke: #777 !important;
    stroke-width: 1px;
}

/* Model designation info */

.designation-info-btn {
    margin-top: 7px;
    color: #5d5d5d;
    font-size: 11px;
    text-align: right;
    cursor: pointer;
}
#top-landing-section {
    position: relative;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.discount-btn {
    position: absolute;
    bottom: -16%;
    left: 45%;
    width: 145px;
    padding: 6px 10px;
    color: #fff;
    font-weight: bold;
    background: #ff8104;
    border: 2px solid #ff8104;
    border-radius: 20px;
}

.discount-btn.--copied {
    color: #fff;
    background: #ef580b;
    border: 4px solid #ef580b;
    pointer-events: none;
}

@media (max-width: 767px) {
    .discount-btn {
        width: 130px;
        padding: 4px 10px;
    }
}

/* footer */

.footer-container .about-us-icons-wrapper {
    background: #fff;
    border-top: 1px solid #ededed;
}

.footer-container .about-us-icons-container {
    display: flex;
    justify-content: space-between;
    max-width: 1300px;
    margin: 0 auto;
    padding: 20px 15px;
}

.footer-container .about-us-item {
    text-align: center;
}

.about-us-icon-title {
    font-size: 12px;
}

@media (min-width: 992px) {
    .about-us-icon-title {
        font-size: 13px;
        display: flex;
        align-items: center;
    }
}

.footer-container .about-us-icons-container img {
    display: block;
    width: 40px;
    height: 40px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .footer-container .about-us-item {
        display: flex;
        justify-content: space-evenly;
        width: 150px;
        height: 50px;
        margin: 10px 0;
        text-align: left;
    }

    .about-us-icon-title {
        font-size: 14px;
        line-height: 19px;
    }

    .footer-container .about-us-icons-container img {
        width: 51px;
        height: 51px;
    }
}

/* blog battery */

.blog-articles {
    margin-bottom: 30px;
    background-color: #f9f9f9;
}

.blog-articles-content {
    margin: 0 auto;
    padding: 35px 15px;
}

.blog-articles-head {
    display: flex;
    color: #3d3d3d;
    font-size: 20px;
}

@media (min-width: 992px) {
    .blog-articles-head {
        font-size: 26px;
    }
}

.blog-articles-subtitle {
    font-weight: 600;
}

@media (min-width: 992px) {
    .blog-articles-subtitle {
        display: inline-block;
    }
}

/* Single blog article */

.article-head {
    border-bottom: 1px solid #e9e9e9;
}

.col-lg-3:last-of-type > .article-head {
    border-bottom: none;
}

@media (min-width: 992px) {
    .article-head {
        border-bottom: none;
    }
}

.article-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 60px;
    color: #777;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
}

.article-title .icon-chevron-right {
    color: #9c0;
}

@media (min-width: 992px) {
    .article-title {
        align-items: unset;
        height: unset;
        padding: 10px 0;
        color: #3d3d3d;
        font-size: 18px;
    }
}

.article-img {
    width: 295px;
}

.article-content {
    min-height: 165px;
}

.article-text {
    color: #777;
    font-size: 13px;
    line-height: 19px;
}

.article-link {
    color: #0066c0;
    font-size: 14px;
}

.lic-header {
    margin-bottom: 8px;
    padding-top: 14px;
    color: #9c0;
    font-size: 18px;
}

.lic-link {
    margin: 0;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

.lic-link:last-of-type {
    border-bottom: none;
}

.lic-link a {
    display: inline-flex;
    align-items: center;
    color: #3d3d3d;
    font-size: 14px;
}

.lic-link img {
    margin-right: 15px;
}

.lic-link i {
    padding-left: 10px;
    color: #9c0;
}

/* Sticky */

.st-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.st-placeholder {
    display: none;
}

.st-sticky + .st-placeholder {
    display: block;
}

.st-placeholder.m--hidden {
    display: none;
}

/* Top */

.to-container {
    z-index: 2147483001;
    width: 100%;
    padding: 10px 0;
    color: #3d3d3d;
    font-size: 12px;
    background: #fff;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
}

.to-container a {
    color: #3d3d3d;
    transition: none;
}

.to-container-inner {
    position: relative;
    padding: 0 20px;
}

.to-wrapper {
    display: flex;
    align-items: center;
}

.to-mobile-close-btn {
    position: fixed;
    color: #fff;
    font-size: 50px;
    background: transparent;
    border: none;
}

@media (min-width: 992px) {
    .to-container {
        position: relative;
        padding: 0;
        box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
        transition: all 0.3s ease;
    }

    .to-container.st-sticky {
        position: fixed;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    }

    .to-container-inner {
        padding: 0;
    }
}

/* Logo */

.to-logo {
    width: 135px;
}

.to-logo img {
    display: block;
}

@media (min-width: 992px) {
    .to-logo {
        width: 195px;
        margin-right: 45px;
        transition: width 0.3s ease;
    }

    .st-sticky .to-logo {
        width: 172px;
    }
}

/* Main navigation */

.to-mainnav {
    position: fixed;
    top: 0;
    right: 100%;
    bottom: 0;
    z-index: 1000000000;
    width: 100%;
    overflow: auto;
    font-size: 16px;
    /*background: rgba(0, 0, 0, .5);*/
    visibility: hidden;
    transition: 0.4s;
}

@media (max-width: 991px) {
    .iqitmegamenu-mobile-small {
        position: relative;
        display: flex;
        width: 100%;
        height: 100%;
        min-height: 100vh;
        background-color: transparent;
        transition: background 1s ease;
    }
}

.cbp-mobilesubmenu {
    width: 85%;
    background: #fff;
}

.cbp-mobilesubmenu .container {
    width: 100%;
    background: #fff;
}

.cbp-mobilesubmenu-close-btn {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 15%;
    min-height: 100%;
}

.to-mainnav.m--visible {
    display: block !important;
    right: 0;
    width: 100%;
    visibility: visible;
}

.to-mainnav-btn-container {
    display: none;
    margin-right: 27px;
}

.to-mainnav-btn-container .hamburger:hover {
    opacity: 1;
}

.to-mainnav-btn-container .hamburger-inner,
.to-mainnav-btn-container .hamburger-inner::after,
.to-mainnav-btn-container .hamburger-inner::before {
    width: 26px;
    height: 2px;
    background-color: #3d3d3d;
}

.to-mainnav-btn-container .hamburger-inner::after {
    bottom: -9px;
    width: 24px;
    height: 2px;
}

.to-mainnav-btn-container .hamburger-inner::before {
    top: -9px;
    width: 28px;
    height: 2px;
}

.to-mainnav-btn-container .hamburger.is-active .hamburger-inner::after {
    width: 26px;
}

.to-mainnav-mobile-btn {
    position: relative;
    width: 35px;
    height: 27px;
    background: transparent;
    border: 0;
}

.to-mainnav-mobile-btn > span,
.to-mainnav-mobile-btn > span::after,
.to-mainnav-mobile-btn > span::before {
    position: absolute;
    left: 0;
    display: inline-block;
    width: 26px;
    height: 2px;
    background: #3d3d3d;
}

.to-mainnav-mobile-btn > span::after,
.to-mainnav-mobile-btn > span::before {
    content: '';
}

.to-mainnav-mobile-btn > span::after {
    bottom: -9px;
    width: 24px;
}

.to-mainnav-mobile-btn > span::before {
    top: -9px;
    width: 28px;
}

.to-mainnav-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 102;
    display: none;
    background: rgba(0, 0, 0, 0.3);
}

@media (min-width: 992px) {
    .to-mainnav {
        position: absolute;
        top: 90%;
        right: auto;
        bottom: auto;
        display: none;
        overflow: visible;
        font-size: 13px;
        background: transparent;
        visibility: visible;
        transition: none;
        pointer-events: none;
    }

    .to-mainnav-btn-container {
        display: block;
    }
}

/* Search */

@media (max-width: 991px) {
    .to-search {
        position: fixed;
        bottom: 100%;
        left: 0;
        z-index: 103;
        width: 100%;
        height: 100%;
        padding: 25px 0;
        background: #f5f5f5;
        visibility: hidden;
        transition: 0.4s;
    }

    .to-search.m--visible {
        bottom: 0;
        visibility: visible;
    }
}

@media (min-width: 992px) {
    .to-search {
        position: relative;
        display: block;
        flex: 1;
        margin-right: 20px;
    }
}

/* Top navigation */

.to-topnav {
    margin-left: auto;
}

.to-topnav-menu {
    display: flex;
    align-items: flex-start;
}

.to-topnav-item {
    position: relative;
    display: none;
}

.to-topnav-item.m--cart {
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
}

.to-topnav-item.m--mobile {
    display: block;
    margin-left: 10px;
    font-size: 9px;
}

.to-topnav-item > a {
    position: relative;
    z-index: 102;
    display: block;
    color: #3d3d3d !important;
    text-align: center;
    background: #fff;
}

.to-has-links a:hover,
.to-has-links a:focus {
    color: #9c0;
}

.to-topnav-item-img {
    position: relative;
    width: 30px;
    height: 22px;
    margin: 0 auto;
}

.to-topnav-item-img img {
    height: 30px;
}

.to-topnav-item.m--mobile .to-topnav-item-img img {
    height: 19px;
}

.to-topnav-item.m--cart .to-topnav-item-img img,
.to-topnav-item.m--devices .to-topnav-item-img img {
    height: 35px;
    width: 30px;
}

.to-topnav-item-label {
    display: none;
}

.to-topnav-submenu {
    position: absolute;
    top: 100%;
    z-index: 101;
    width: 200px;
    padding: 10px 20px;
    background: #fff;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
}

.to-topnav-submenu-help {
    z-index: 101;
    background: #fff;
    border-radius: 0 0 8px 8px;
}

.to-topnav-submenu-help li {
    padding: 15px 0;
}

.to-topnav-submenu-help .to-topnav-info {
    padding: 25px 0;
}

.to-topnav-item:focus-within .to-topnav-submenu {
    visibility: visible;
    opacity: 1;
    pointer-events: all;
}

.to-topnav-item:hover .to-topnav-submenu {
    visibility: visible;
    opacity: 1;
    pointer-events: all;
}

.to-topnav-submenu li {
    margin-bottom: 5px;
    padding: 5px 0 5px 3px;
}

@media (max-width: 359px) {
    .to-topnav-item.m--cart-mobile {
        margin-right: 7px;
    }

    .m--cart-mobile .to-badge {
        right: -8px;
    }
}

@media (min-width: 360px) {
    .to-topnav-item-img {
        width: 50px;
    }
}

@media (min-width: 992px) {
    .to-topnav-item {
        display: block;
        border-radius: 10px;
    }

    .to-topnav-item.m--cart {
        width: auto;
        height: auto;
        overflow: unset;
    }

    .to-topnav-item.m--has-submenu {
        border-radius: 10px 10px 0 0;
    }

    .to-topnav-item.m--mobile {
        display: none;
    }

    .to-topnav-item:hover {
        z-index: 104;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    }

    .to-topnav-item:focus-within {
        z-index: 104;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    }

    .to-topnav-item > a {
        min-width: 90px;
        padding: 10px 10px;
        border-radius: 10px;
    }

    .to-topnav-item.m--has-submenu > a {
        padding-bottom: 20px;
        border-radius: 10px 10px 0 0;
    }

    .to-topnav-item-img {
        width: 50px;
        height: 42px;
    }

    .st-sticky .to-topnav-item-img {
        height: 30px;
    }

    .to-topnav-item-label {
        display: block;
    }

    .st-sticky .to-topnav-item-label {
        display: none;
    }

    .to-topnav-menu {
        padding-top: 10px;
    }

    .st-sticky .to-topnav-menu {
        padding: 0;
    }

    .st-sticky .to-topnav-item > a {
        padding: 8px 0;
    }
}

/* Top navigation: account */

.to-topnav-submenu.m--account-guest {
    right: -80px;
    width: 240px;
}

.to-topnav-account {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 60px 0;
}

.to-topnav-account-content {
    margin: 20px 0;
    font-size: 16px;
}

/* Top navigation: badge */

.to-badge {
    position: absolute;
    top: -2px;
    right: -1px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    padding-left: 0.5px;
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    background: #9c0;
    border: 1px solid #fff;
    border-radius: 50%;
}

.m--cart-mobile .to-badge {
    width: 20px;
    height: 20px;
    font-size: 10px;
}

.to-badge.m--hidden {
    visibility: hidden;
}

.to-badge.m--secondary {
    background: #9c0;
}

.to-badge.mobile--secondary {
    top: -5px;
    right: 21px;
    width: 20px;
    height: 20px;
    background: #9c0;
}

.to-badge.m--updated {
    animation: badge-updated 1s 2;
}

@keyframes badge-updated {
    0%,
    100% {
        box-shadow: 0 0 0 4px rgba(153, 204, 0, 0);
    }

    40%,
    60% {
        box-shadow: 0 0 0 4px rgba(153, 204, 0, 0.5);
    }
}

/* Top navigation: info */

.to-topnav-info {
    margin-top: 10px;
    line-height: 1.6;
}

.to-topnav-info a {
    font-weight: 600;
}

.to-topnav-info-hours {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
    color: #777;
}

.to-topnav-info-hours > div {
    width: 50%;
}

.to-topnav-info-hours > div:nth-child(even) {
    text-align: right;
}

.to-topnav-item.m--cart .to-topnav-submenu {
    right: 0;
    width: 310px;
    max-height: 70vh;
    overflow: auto;
    padding: 10px;
    user-select: none;
    scrollbar-width: thin;
}

.to-topnav-item.m--cart .to-topnav-submenu::-webkit-scrollbar {
    width: 10px;
}

.to-topnav-item.m--cart .to-topnav-submenu::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.to-topnav-item.m--cart .to-topnav-submenu::-webkit-scrollbar-thumb {
    background: #cecece;
}

.to-topnav-item.m--cart .to-topnav-submenu::-webkit-scrollbar-thumb:hover {
    background: #a7a7a7;
}

.to-topnav.m--menu {
    margin-left: 0;
}

.to-topnav.m--menu .to-topnav-item {
    margin-right: 20px;
    margin-left: 0;
}

.to-topnav-item-cart {
    display: flex;
    border-bottom: 1px solid #ececec;
}

.to-topnav-item-cart-img {
    width: 80px;
}

.to-topnav-item-cart-img img {
    padding-right: 10px;
}

.to-topnav-discount,
.to-topnav-total {
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 5px 0;
}

.to-topnav-discount {
    font-size: 14px;
}

.to-topnav-discount span:last-of-type {
    color: #8c0;
    font-weight: 700;
}

.to-topnav-total {
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 16px;
}

.to-topnav-item-cart-name {
    display: block;
    margin-bottom: 20px;
    font-size: 14px;
    color: #3d3d3d;
}

.to-topnav-item-cart-count {
    float: left;
    color: #777;
    font-size: 12px;
}

.to-topnav-item-cart-price {
    float: right;
    color: #3d3d3d;
    font-size: 16px;
}

.to-topnav-item-cart-price-strike {
    padding: 0 5px;
    color: #777;
    font-size: 12px;
    text-decoration: line-through;
}

.to-mainnav-mobile-lang {
    padding: 10px 5px;
}

#languages-block-top-a {
    font-weight: 600;
    font-size: 14px;
}

#languages-block-top-a i {
    font-weight: 600;
    font-size: 18px;
}

#languages-block-top-bg {
    display: none;
}

#languages-block-top-bg.--open {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);

}
#languages-block-top-bg > div {
    display: flex;
    flex-direction: column;
    padding: 20px 40px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

#languages-block-top-bg a {
    position: relative;
    padding: 20px 0;
    font-weight: 400;
    font-size: 14px;
    border-bottom: 1px solid #f4f4f4;
}

#languages-block-top-bg a:hover,
#languages-block-top-bg a:active {
    color: #3d3d3d !important;
}

#languages-block-top-bg a:hover .languages-block-top-radio::after,
#languages-block-top-bg a:active .languages-block-top-radio::after{
    background-color: #9c0;
}

.languages-block-top-label {
    padding-right: 40px;
    white-space: nowrap;
}

.languages-block-top-radio {
    position: absolute;
    top: calc(50% - 8px);
    right: 0;
    width: 16px;
    height: 16px;
    background-color: #f4f4f4;
    border-radius: 50%;
}

.languages-block-top-radio::after {
    position: absolute;
    top: calc(50% - 6px);
    right: 2px;
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 50%;
    content: '';
}

#languages-block-top-bg a:last-of-type {
    border-bottom: none;
}

@media (max-width: 767px) {
    .homeslider-section {
        margin-right: 0;
        margin-left: 0;
    }
}

#languages-footer {
    display: none;
}

@media (min-width: 992px) {
    #languages-footer {
        display: flex;
        justify-content: flex-end;
    }
}

#languages-desktop {
    position: relative;
}

#languages-desktop .languages-desktop-select {
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    cursor: pointer;
    user-select: none;
}

#languages-desktop .languages-desktop-select i {
    padding-left: 10px;
    font-weight: 700;
}

#languages-block-desktop {
    position: absolute;
    right: 0;
    bottom: 33px;
    z-index: 10000002;
    display: none;
    padding: 20px 40px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

@media (min-width: 1500px) {
    #languages-block-desktop {
        right: unset;
    }
}

#languages-block-desktop a {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    padding: 10px 0;
    color: #3d3d3d;
    font-weight: 400;
    font-size: 14px;
    border-bottom: 1px solid #f4f4f4;
}

#languages-block-desktop a:last-of-type {
    border: none;
}

#languages-block-desktop a:hover,
#languages-block-desktop a:active {
    color: #3d3d3d !important;
}

#languages-block-desktop a:hover .languages-block-top-radio::after,
#languages-block-desktop a:active .languages-block-top-radio::after {
    background-color: #9c0;
    transition: background-color 0.2s ease;
}

#languages-block-desktop .fa-angle-down {
    font-weight: 600;
}

.order__history--table tr td h2 {
    margin-bottom: 0;
    padding: 20px 0 10px;
    color: #3d3d3d;
    font-size: 16px;
    line-height: 18px;
}

@media (min-width: 992px) {
    .order__history--table tr td h2 {
        padding: 20px 0 15px;
    }
}

.footable.breakpoint > tbody > tr > td > span.footable-toggle {
    display: none;
}

/* Navigation */

#cbp-hrmenu .cbp-hrmenu-tab-4 .col-xs-2 {
    width: 20% !important;
}

/* Modal */

.mo-modal {
    padding-top: 0;
    color: #3d3d3d;
    border-radius: 0;
}

.mo-modal .modal-content {
    padding: 25px 12px;
    animation: none;
}

.mo-modal .modal-dialog {
    top: 46px;
    transform: none !important;
}

.mo-modal .modal-header {
    min-height: unset;
    margin-bottom: -35px;
    border-bottom: 0;
}

.mo-modal .modal-header .close {
    position: absolute !important;
    top: -30px;
    right: 22px;
    z-index: 1;
    margin-top: -2px !important;
    color: #fff !important;
}

.mo-back-btn {
    position: absolute;
    top: 14px;
    left: 10px;
    z-index: 1;
    display: none;
    padding: 5px 10px;
    color: #3d3d3d;
    font-size: 28px;
    background: transparent;
    border: 0;
    cursor: pointer;
}

.mo-state:not(.m--default) {
    display: none;
}

.mo-title {
    margin-bottom: 5px;
    font-size: 22px;
    text-align: center;
}

.mo-state:not(.m--default) .mo-title {
    padding: 0 20px;
}

.mo-size {
    max-width: 785px;
}

.mo-size-box {
    max-width: 680px;
}

@media (max-width: 767px) {
    .cu-modal .mo-out-of-stock {
        padding: 10px 10px 20px;
    }
}

@media (min-width: 768px) {
    .mo-modal .modal-dialog {
        top: 20%;
    }

    .mo-modal .modal-header {
        margin-bottom: -50px;
    }

    .mo-modal .modal-header .close {
        top: 15px;
        right: 30px;
        color: #3d3d3d !important;
        font-size: 35px;
    }

    .mo-back-btn {
        top: 8px;
    }

    .mo-title {
        font-size: 25px;
    }
}

/* Page Buttons */

.bt {
    display: inline-block;
    min-width: 130px;
    padding: 0;
    font-weight: 700;
    font-size: 15px;
    line-height: 36px;
    text-align: center;
    border: 2px solid transparent;
    border-radius: 8px;
    transition: 0.2s;
}

.bt.m--primary {
    color: #fff;
    background-color: #ff8104;
}

.bt.m--primary:hover {
    background-color: #ef580b;
}

.bt.m--primary-desktop-menu {
    min-width: 110px;
    font-size: 13px;
    line-height: 26px;
}

.bt.m--inverted-primary {
    color: #ff8104;
    background-color: #fff;
    border-color: #ff8104;
}

.bt.m--inverted-primary:hover {
    color: #fff !important;
    background-color: #ff8104;
}

.bt.m--disabled {
    color: #fff;
    background-color: #c6c6c6;
    cursor: not-allowed;
}

@media (max-width: 756px) {
    .ap5-product_pack {
        width: 100%;
    }

    .bt.m--inverted-primary-mobile {
        width: 100%;
        color: #ff8104;
        background-color: #fff;
        border-color: #ff8104;
    }

    .bt.m--inverted-primary-mobile:hover {
        color: #fff;
        background-color: #ff8104;
    }
}

.bt.m--secondary {
    color: #fff;
    background-color: #9c0;
}

.bt.m--secondary:hover {
    background-color: #8b0;
}

.bt.m--inverted-secondary {
    color: #3d3d3d;
    background-color: #fff;
    border-color: #9c0;
}

.bt.m--inverted-secondary:hover {
    color: #fff;
    background-color: #9c0;
}

@media (min-width: 768px) {
    .bt.m--secondary-top-space {
        margin-top: 30px;
        width: 225px;
    }
}

.bt.m--go-to-basket {
    width: 40%;
    margin: 0 1.5%;
}

@media (max-width: 991px) {
    .bt.m--go-to-basket-mobile {
        width: 90%;
        margin: 10px 0;
    }
}

.bt.m--basket-sum-up {
    line-height: 46px;
    border-radius: 8px;
}

.bt.m--back {
    min-width: 245px;
    padding: 0 15px;
    color: #777;
    font-weight: normal;
    background-color: #fff;
    border-color: #c6c6c6;
}

.bt.m--back:hover {
    color: #fff !important;
    background-color: #c6c6c6;
}

@media (max-width: 465px) {
    .bt.m--back {
        width: 100%;
    }
}

@media (min-width: 370px) {
    .add-new-address {
        width: 50%;
    }
}

.bt.m--login {
    width: 100%;
    margin-top: 10px;
}

.bt.m--fullwidth {
    width: 100%;
}

.bt.m--about-us {
    min-width: 215px;
    padding: 0 15px;
    text-transform: uppercase;
}

@media (min-width: 450px) {
    .bt.m--max-width-fav {
        max-width: 295px;
    }
}

@media (min-width: 992px) {
    .bt.m--my-account-btn {
        width: 295px;
    }
}

@media (min-width: 466px) and (max-width: 767px) {
    .bt.m--position-center {
        margin-left: 50%;
        transform: translateX(-50%);
    }
}

.bt.m--bottom-space {
    margin-bottom: 10px;
}

.bt.m--top-sticky {
    margin-top: 25px;
}

@media (min-width: 768px) {
    .bt.m--back-first {
        margin-left: -15px;
    }
}

.bt.m--high-btn {
    padding: 9px 10px;
    line-height: normal;
}

.bt.m--my-devices {
    position: absolute;
    bottom: 0;
    left: 50%;
    min-height: 30px;
    font-size: 13px;
    line-height: 30px;
    transform: translate(-50%, 50%);
}

.bt.m--search {
    width: 250px;
    color: #9c0;
}

@media (max-width: 767px) {
    .bt.m--search {
        width: 100%;
        height: 50px;
    }
}

/* List of products */

.stars-rate {
    margin-top: 12px;
}

.right-clmn {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
}

.send-order {
    flex: 0;
    order: 0;
    margin: 12px 0;
}

.img-for-list {
    width: auto;
    max-height: 100%;
}

.pc-show-review-form-btn {
    width: 100%;
}

/* Form */

:root {
    --fm-color-control-border: #ddd;
}

.fm-container {
    position: relative;
    margin-top: -20px;
    padding-top: 10px;
}

.fm-container.m--nolabel {
    padding-top: 0;
}

/* Form: control */

.fm-control,
.fm-container .select2-selection {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    min-height: 40px;
    padding: 10px 15px 8px;
    color: #3d3d3d;
    font-size: 14px;
    background: #fff;
    border: 1px solid var(--fm-color-control-border);
    border-radius: 8px;
}

.fm-control:focus,
.select2-container--focus .select2-selection {
    border-color: #929292 !important;
}

select.fm-control {
    background: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='30' height='30' fill='%3d3d3d'><polygon points='0 0, 4 0, 4 11, 15 11, 15 15, 0 15' transform='translate(5 11) rotate(-45)' /></svg>") right 8px center / 13px 13px no-repeat !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

select.fm-control::-ms-expand {
    display: none;
}

.fm-container.m--touched.m--invalid .fm-control,
.fm-container.m--touched.m--invalid .select2-selection {
    border-color: var(--color-danger) !important;
}

.fm-container.m--touched.m--valid.m--valid-active .fm-control,
.fm-container.m--touched.m--valid.m--valid-active .select2-selection {
    border-color: var(--color-brand) !important;
}

/* Form: control container */

.fm-control-container {
    position: relative;
}

.fm-control-container.m--choice {
    padding: 0;
}

@media (min-width: 768px) {
    .fm-control-container.m--choice {
        padding: 0 5px;
    }
}

.fm-container.--consents .m--choice {
    display: flex;
    margin-top: 5px;
    font-weight: normal;
    font-size: 13px;
    cursor: default;
}

/* Form: control status */

.fm-control-status {
    position: absolute;
    top: 10px;
    right: 3px;
    z-index: 2;
    display: none;
    width: 20px;
    height: 20px;
    pointer-events: none;
}

.fm-control-status.m--date {
    right: -2px;
}

.fm-container.m--nolabel .fm-control-status {
    top: 15px;
}

.fm-container.m--touched .fm-control-status {
    display: block;
}

.fm-container.m--touched .fm-control-status {
    display: block;
}

.fm-control-status::after {
    font-family: 'FontAwesome', sans-serif;
}

.fm-container.m--invalid .fm-control-status::after {
    color: var(--color-danger);
    content: '\f00d';
}

.fm-container.m--valid .fm-control-status::after {
    color: var(--color-brand);
    content: '\f00c';
}

/* Form: errors */

.fm-errors {
    position: relative;
    margin: 0 2px;
    padding: 3px 15px;
    color: var(--color-danger);
    font-size: 10px;
}

.fm-form-errors {
    display: none;
}

/* Form: format */

.fm-control[data-psformat] {
    letter-spacing: 1px;
}

.fm-format-placeholder {
    position: absolute;
    top: 10px;
    left: 0;
    z-index: 2;
    padding-left: 15px;
    color: #777;
    letter-spacing: 1px;
    border: 1px solid transparent;
    pointer-events: none;
}

.fm-format-placeholder-value {
    color: transparent;
}

/* Form: info */

.fm-info {
    padding: 4px 15px;
    color: #777;
    font-size: 10px;
}

/* Form: label */

.fm-label {
    position: relative;
    z-index: 2;
    display: inline-block;
    margin: 0 10px;
    padding: 2px 5px;
    color: #777;
    font-weight: 400;
    font-size: 13px;
    line-height: 1;
    background: #fff;
    transform: translateY(8px);
}

@supports (width: fit-content) {
    .fm-container {
        margin-top: 0;
    }

    .fm-label {
        display: block;
        width: fit-content;
        margin: -20px 10px 0;
    }
}

/* Form: passviewer */

.fm-passviewer {
    position: absolute;
    top: 10px;
    right: 25px;
    z-index: 1;
    display: none;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.fm-passviewer::after {
    color: #bbb;
    font-size: 16px;
    font-family: 'FontAwesome', sans-serif;
    content: '\f06e';
}

.fm-passviewer.m--active::after {
    color: #777;
}

.fm-control[type="password"]::-ms-reveal,
.fm-control[type="password"]::-ms-clear {
    display: none;
}

/* Form: select2 */

.fm-container .select2-selection__rendered {
    padding: 0 !important;
    line-height: 1.4 !important;
}

.fm-container .select2-selection__arrow::after {
    position: absolute;
    top: 18px;
    right: 8px;
    font-weight: 700;
    font-size: 15px;
    font-family: 'FontAwesome', sans-serif;
    line-height: 0;
    content: "\f107";
}

.fm-container .select2-selection__arrow > b {
    display: none;
}

.fm-select2 .select2-dropdown {
    border-radius: 0 0 8px 8px;
}

.fm-select2 .select2-results__option {
    color: #3d3d3d !important;
}

.fm-select2 .select2-results__option[aria-disabled=true] {
    color: #999 !important;
}

.fm-select2 .select2-results__option[aria-selected=true] {
    background: #ddd !important;
}

.fm-select2 .select2-results__option--highlighted {
    background: #eee !important;
}

.fm-select2 .select2-results__option--highlighted:last-child {
    border-radius: 0 0 8px 8px;
}
