.icon {
    display: inline-block;
    background-repeat: no-repeat;
}
.icon-ssl {
    width: 102px;
    height: 35px;
    background-image: url("../../../img/sprite/icon-ssl.png");
}
.icon-pig {
    width: 23px;
    height: 19px;
    background-image: url("../../../img/sprite/icon-pig.png");
}
.icon-eur {
    width: 27px;
    height: 23px;
    background-image: url("../../../img/sprite/icon-eur.png");
}
.icon-truck {
    width: 22px;
    height: 15px;
    background-image: url("../../../img/sprite/icon-truck.png");
}
.icon-auction {
    background-image: url("../../../img/sprite/icon-auction.png");
}
.icon-cart {
    background-image: url("../../../img/sprite/icon-cart.png");
}
.icon-smile {
    background-image: url("../../../img/sprite/icon-smile.png");
}
.icon-chevron-left {
    background-image: url("../../../img/sprite/icon-chevron-left.png");
}
.icon-chevron-right {
    background-image: url("../../../img/sprite/icon-chevron-right.png");
}
.icon-chevron-up {
    background-image: url("../../../img/sprite/icon-chevron-up.png");
}
.icon-chevron-down {
    background-image: url("../../../img/sprite/icon-chevron-down.png");
}
.icon-chevron-lg-left {
    background-image: url("../../../img/sprite/icon-chevron-lg-left.png");
}
.icon-chevron-lg-right {
    background-image: url("../../../img/sprite/icon-chevron-lg-right.png");
}
.icon-chevron-gray-left {
    background-image: url("../../../img/sprite/icon-chevron-gray-left.png");
}
.icon-chevron-gray-right {
    background-image: url("../../../img/sprite/icon-chevron-gray-right.png");
}
.icon-white-tv {
    width: 26px;
    height: 24px;
    background-image: url("../../../img/sprite/icon-white-tv.png");
}

.icon-check-grey {
    background: url(../../../img/icon/check-black.svg) no-repeat center;
    height: 20px;
    width: 20px;
}
i.icon-svg {
    display: inline-block;
    vertical-align: middle;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
i.alarm {
    background-image: url(../../../img/icon/alarm.svg);
    width: 25px;
    height: 24px;
}
i.alarm.active {
    background-image: url(../../../img/alarm-active.png);
    width: 25px;
    height: 24px;
}
i.arrow-right-black {
    background-image: url(../../../img/icon/arrow-right-black.svg);
    width: 7px;
    height: 12px;
}
i.dhl-logo {
    background-image: url(../../../img/icon/dhl-logo.svg);
    width:78px;
    height:18px;
}
i.edit {
    background-image: url(../../../img/icon/edit.svg);
    width:20px;
    height:20px;
}
i.edit.white {
    background-image: url(../../../img/icon/edit-white.svg);
    width:20px;
    height:20px;
}
i.favorite.white {
    background-image: url(../../../img/icon/favorite-white.png);
    width:20px;
    height:20px;
}
i.favorite.white:hover {
    background-image: url(../../../img/icon/favorite-white-filled.png);
}
i.trash {
    background-image: url(../../../img/icon/trash.svg);
    width:20px;
    height:20px;
}
i.trash-chat {
    background-image: url(../../../img/icon/trash-chat.svg);
    width:24px;
    height:24px;
}
i.truck {
    background-image: url(../../../img/icon/delivery.svg);
    width:20px;
    height:20px;
}
i.calendar {
    background-image: url(../../../img/icon/calendar.svg);
    width:25px;
    height:24px;
}
i.check-white {
    background-image: url(../../../img/icon/check-white.svg);
    width:20px;
    height:20px;
}
i.check-green {
    background-image: url(../../../img/icon/check-green.svg);
    width:20px;
    height:20px;
}
i.shipping-free {
    background-image: url(../../../img/icon/shipping-free.svg);
    width: 24px;
    height: 24px;
    position: absolute;
    background-repeat: no-repeat;
    background-position: 0 5px;
}
i.phone {
    background-image: url(../../../img/icon/phone.svg);
    width:24px;
    height:24px;
}
i.print {
    background-image: url(../../../img/icon/print.svg);
    width:32px;
    height:32px;
}
i.send-message {
    background: url(../../../img/icon/send-message.svg) no-repeat;
    width: 30px;
    height: 30px;
}
i.smile {
    background: url(../../../img/icon/smile.svg?ts1) no-repeat;
    width: 24px;
    height: 24px;
}
i.close-grey {
    background-image: url(../../../img/close-narrow.svg);
}
i.close-narrow-blue {
    background-image: url(../../../img/close-narrow-blue.svg);
}
i.magic {
    background-image: url(../../../img/icon/magic.svg);
    width:22px;
    height:22px;
}
i.strike {
    background-image: url(../../../img/icon/strike.svg);
    width:22px;
    height:22px;
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: "Glyphicons Halflings", sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
    content: "*";
}
.glyphicon-plus:before {
    content: "+";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
    content: "€";
}
.glyphicon-minus:before {
    content: "−";
}
.glyphicon-cloud:before {
    content: "☁";
}
.glyphicon-envelope:before {
    content: "✉";
}
.glyphicon-pencil:before {
    content: "✏";
}
.glyphicon-glass:before {
    content: "";
}
.glyphicon-music:before {
    content: "";
}
.glyphicon-search:before {
    content: "";
}
.glyphicon-heart:before {
    content: "";
}
.glyphicon-star:before {
    content: "";
}
.glyphicon-star-empty:before {
    content: "";
}
.glyphicon-user:before {
    content: "";
}
.glyphicon-film:before {
    content: "";
}
.glyphicon-th-large:before {
    content: "";
}
.glyphicon-th:before {
    content: "";
}
.glyphicon-th-list:before {
    content: "";
}
.glyphicon-ok:before {
    content: "";
}
.glyphicon-remove:before {
    content: "";
}
.glyphicon-zoom-in:before {
    content: "";
}
.glyphicon-zoom-out:before {
    content: "";
}
.glyphicon-off:before {
    content: "";
}
.glyphicon-signal:before {
    content: "";
}
.glyphicon-cog:before {
    content: "";
}
.glyphicon-trash:before {
    content: "";
}
.glyphicon-home:before {
    content: "";
}
.glyphicon-file:before {
    content: "";
}
.glyphicon-time:before {
    content: "";
}
.glyphicon-road:before {
    content: "";
}
.glyphicon-download-alt:before {
    content: "";
}
.glyphicon-download:before {
    content: "";
}
.glyphicon-upload:before {
    content: "";
}
.glyphicon-inbox:before {
    content: "";
}
.glyphicon-play-circle:before {
    content: "";
}
.glyphicon-repeat:before {
    content: "";
}
.glyphicon-refresh:before {
    content: "";
}
.glyphicon-list-alt:before {
    content: "";
}
.glyphicon-lock:before {
    content: "";
}
.glyphicon-flag:before {
    content: "";
}
.glyphicon-headphones:before {
    content: "";
}
.glyphicon-volume-off:before {
    content: "";
}
.glyphicon-volume-down:before {
    content: "";
}
.glyphicon-volume-up:before {
    content: "";
}
.glyphicon-qrcode:before {
    content: "";
}
.glyphicon-barcode:before {
    content: "";
}
.glyphicon-tag:before {
    content: "";
}
.glyphicon-tags:before {
    content: "";
}
.glyphicon-book:before {
    content: "";
}
.glyphicon-bookmark:before {
    content: "";
}
.glyphicon-print:before {
    content: "";
}
.glyphicon-camera:before {
    content: "";
}
.glyphicon-font:before {
    content: "";
}
.glyphicon-bold:before {
    content: "";
}
.glyphicon-italic:before {
    content: "";
}
.glyphicon-text-height:before {
    content: "";
}
.glyphicon-text-width:before {
    content: "";
}
.glyphicon-align-left:before {
    content: "";
}
.glyphicon-align-center:before {
    content: "";
}
.glyphicon-align-right:before {
    content: "";
}
.glyphicon-align-justify:before {
    content: "";
}
.glyphicon-list:before {
    content: "";
}
.glyphicon-indent-left:before {
    content: "";
}
.glyphicon-indent-right:before {
    content: "";
}
.glyphicon-facetime-video:before {
    content: "";
}
.glyphicon-picture:before {
    content: "";
}
.glyphicon-map-marker:before {
    content: "";
}
.glyphicon-adjust:before {
    content: "";
}
.glyphicon-tint:before {
    content: "";
}
.glyphicon-edit:before {
    content: "";
}
.glyphicon-share:before {
    content: "";
}
.glyphicon-check:before {
    content: "";
}
.glyphicon-move:before {
    content: "";
}
.glyphicon-step-backward:before {
    content: "";
}
.glyphicon-fast-backward:before {
    content: "";
}
.glyphicon-backward:before {
    content: "";
}
.glyphicon-play:before {
    content: "";
}
.glyphicon-pause:before {
    content: "";
}
.glyphicon-stop:before {
    content: "";
}
.glyphicon-forward:before {
    content: "";
}
.glyphicon-fast-forward:before {
    content: "";
}
.glyphicon-step-forward:before {
    content: "";
}
.glyphicon-eject:before {
    content: "";
}
.glyphicon-chevron-left:before {
    content: "";
}
.glyphicon-chevron-right:before {
    content: "";
}
.glyphicon-plus-sign:before {
    content: "";
}
.glyphicon-minus-sign:before {
    content: "";
}
.glyphicon-remove-sign:before {
    content: "";
}
.glyphicon-ok-sign:before {
    content: "";
}
.glyphicon-question-sign:before {
    content: "";
}
.glyphicon-info-sign:before {
    content: "";
}
.glyphicon-screenshot:before {
    content: "";
}
.glyphicon-remove-circle:before {
    content: "";
}
.glyphicon-ok-circle:before {
    content: "";
}
.glyphicon-ban-circle:before {
    content: "";
}
.glyphicon-arrow-left:before {
    content: "";
}
.glyphicon-arrow-right:before {
    content: "";
}
.glyphicon-arrow-up:before {
    content: "";
}
.glyphicon-arrow-down:before {
    content: "";
}
.glyphicon-share-alt:before {
    content: "";
}
.glyphicon-resize-full:before {
    content: "";
}
.glyphicon-resize-small:before {
    content: "";
}
.glyphicon-exclamation-sign:before {
    content: "";
}
.glyphicon-gift:before {
    content: "";
}
.glyphicon-leaf:before {
    content: "";
}
.glyphicon-fire:before {
    content: "";
}
.glyphicon-eye-open:before {
    content: "";
}
.glyphicon-eye-close:before {
    content: "";
}
.glyphicon-warning-sign:before {
    content: "";
}
.glyphicon-plane:before {
    content: "";
}
.glyphicon-calendar:before {
    content: "";
}
.glyphicon-random:before {
    content: "";
}
.glyphicon-comment:before {
    content: "";
}
.glyphicon-magnet:before {
    content: "";
}
.glyphicon-chevron-up:before {
    content: "";
}
.glyphicon-chevron-down:before {
    content: "";
}
.glyphicon-retweet:before {
    content: "";
}
.glyphicon-shopping-cart:before {
    content: "";
}
.glyphicon-folder-close:before {
    content: "";
}
.glyphicon-folder-open:before {
    content: "";
}
.glyphicon-resize-vertical:before {
    content: "";
}
.glyphicon-resize-horizontal:before {
    content: "";
}
.glyphicon-hdd:before {
    content: "";
}
.glyphicon-bullhorn:before {
    content: "";
}
.glyphicon-bell:before {
    content: "";
}
.glyphicon-certificate:before {
    content: "";
}
.glyphicon-thumbs-up:before {
    content: "";
}
.glyphicon-thumbs-down:before {
    content: "";
}
.glyphicon-hand-right:before {
    content: "";
}
.glyphicon-hand-left:before {
    content: "";
}
.glyphicon-hand-up:before {
    content: "";
}
.glyphicon-hand-down:before {
    content: "";
}
.glyphicon-circle-arrow-right:before {
    content: "";
}
.glyphicon-circle-arrow-left:before {
    content: "";
}
.glyphicon-circle-arrow-up:before {
    content: "";
}
.glyphicon-circle-arrow-down:before {
    content: "";
}
.glyphicon-globe:before {
    content: "";
}
.glyphicon-wrench:before {
    content: "";
}
.glyphicon-tasks:before {
    content: "";
}
.glyphicon-filter:before {
    content: "";
}
.glyphicon-briefcase:before {
    content: "";
}
.glyphicon-fullscreen:before {
    content: "";
}
.glyphicon-dashboard:before {
    content: "";
}
.glyphicon-paperclip:before {
    content: "";
}
.glyphicon-heart-empty:before {
    content: "";
}
.glyphicon-link:before {
    content: "";
}
.glyphicon-phone:before {
    content: "";
}
.glyphicon-pushpin:before {
    content: "";
}
.glyphicon-usd:before {
    content: "";
}
.glyphicon-gbp:before {
    content: "";
}
.glyphicon-sort:before {
    content: "";
}
.glyphicon-sort-by-alphabet:before {
    content: "";
}
.glyphicon-sort-by-alphabet-alt:before {
    content: "";
}
.glyphicon-sort-by-order:before {
    content: "";
}
.glyphicon-sort-by-order-alt:before {
    content: "";
}
.glyphicon-sort-by-attributes:before {
    content: "";
}
.glyphicon-sort-by-attributes-alt:before {
    content: "";
}
.glyphicon-unchecked:before {
    content: "";
}
.glyphicon-expand:before {
    content: "";
}
.glyphicon-collapse-down:before {
    content: "";
}
.glyphicon-collapse-up:before {
    content: "";
}
.glyphicon-log-in:before {
    content: "";
}
.glyphicon-flash:before {
    content: "";
}
.glyphicon-log-out:before {
    content: "";
}
.glyphicon-new-window:before {
    content: "";
}
.glyphicon-record:before {
    content: "";
}
.glyphicon-save:before {
    content: "";
}
.glyphicon-open:before {
    content: "";
}
.glyphicon-saved:before {
    content: "";
}
.glyphicon-import:before {
    content: "";
}
.glyphicon-export:before {
    content: "";
}
.glyphicon-send:before {
    content: "";
}
.glyphicon-floppy-disk:before {
    content: "";
}
.glyphicon-floppy-saved:before {
    content: "";
}
.glyphicon-floppy-remove:before {
    content: "";
}
.glyphicon-floppy-save:before {
    content: "";
}
.glyphicon-floppy-open:before {
    content: "";
}
.glyphicon-credit-card:before {
    content: "";
}
.glyphicon-transfer:before {
    content: "";
}
.glyphicon-cutlery:before {
    content: "";
}
.glyphicon-header:before {
    content: "";
}
.glyphicon-compressed:before {
    content: "";
}
.glyphicon-earphone:before {
    content: "";
}
.glyphicon-phone-alt:before {
    content: "";
}
.glyphicon-tower:before {
    content: "";
}
.glyphicon-stats:before {
    content: "";
}
.glyphicon-sd-video:before {
    content: "";
}
.glyphicon-hd-video:before {
    content: "";
}
.glyphicon-subtitles:before {
    content: "";
}
.glyphicon-sound-stereo:before {
    content: "";
}
.glyphicon-sound-dolby:before {
    content: "";
}
.glyphicon-sound-5-1:before {
    content: "";
}
.glyphicon-sound-6-1:before {
    content: "";
}
.glyphicon-sound-7-1:before {
    content: "";
}
.glyphicon-copyright-mark:before {
    content: "";
}
.glyphicon-registration-mark:before {
    content: "";
}
.glyphicon-cloud-download:before {
    content: "";
}
.glyphicon-cloud-upload:before {
    content: "";
}
.glyphicon-tree-conifer:before {
    content: "";
}
.glyphicon-tree-deciduous:before {
    content: "";
}
.glyphicon-cd:before {
    content: "";
}
.glyphicon-save-file:before {
    content: "";
}
.glyphicon-open-file:before {
    content: "";
}
.glyphicon-level-up:before {
    content: "";
}
.glyphicon-copy:before {
    content: "";
}
.glyphicon-paste:before {
    content: "";
}
.glyphicon-alert:before {
    content: "";
}
.glyphicon-equalizer:before {
    content: "";
}
.glyphicon-king:before {
    content: "";
}
.glyphicon-queen:before {
    content: "";
}
.glyphicon-pawn:before {
    content: "";
}
.glyphicon-bishop:before {
    content: "";
}
.glyphicon-knight:before {
    content: "";
}
.glyphicon-baby-formula:before {
    content: "";
}
.glyphicon-tent:before {
    content: "⛺";
}
.glyphicon-blackboard:before {
    content: "";
}
.glyphicon-bed:before {
    content: "";
}
.glyphicon-apple:before {
    content: "";
}
.glyphicon-erase:before {
    content: "";
}
.glyphicon-hourglass:before {
    content: "⌛";
}
.glyphicon-lamp:before {
    content: "";
}
.glyphicon-duplicate:before {
    content: "";
}
.glyphicon-piggy-bank:before {
    content: "";
}
.glyphicon-scissors:before {
    content: "";
}
.glyphicon-bitcoin:before {
    content: "";
}
.glyphicon-btc:before {
    content: "";
}
.glyphicon-xbt:before {
    content: "";
}
.glyphicon-yen:before {
    content: "¥";
}
.glyphicon-jpy:before {
    content: "¥";
}
.glyphicon-ruble:before {
    content: "₽";
}
.glyphicon-rub:before {
    content: "₽";
}
.glyphicon-scale:before {
    content: "";
}
.glyphicon-ice-lolly:before {
    content: "";
}
.glyphicon-ice-lolly-tasted:before {
    content: "";
}
.glyphicon-education:before {
    content: "";
}
.glyphicon-option-horizontal:before {
    content: "";
}
.glyphicon-option-vertical:before {
    content: "";
}
.glyphicon-menu-hamburger:before {
    content: "";
}
.glyphicon-modal-window:before {
    content: "";
}
.glyphicon-oil:before {
    content: "";
}
.glyphicon-grain:before {
    content: "";
}
.glyphicon-sunglasses:before {
    content: "";
}
.glyphicon-text-size:before {
    content: "";
}
.glyphicon-text-color:before {
    content: "";
}
.glyphicon-text-background:before {
    content: "";
}
.glyphicon-object-align-top:before {
    content: "";
}
.glyphicon-object-align-bottom:before {
    content: "";
}
.glyphicon-object-align-horizontal:before {
    content: "";
}
.glyphicon-object-align-left:before {
    content: "";
}
.glyphicon-object-align-vertical:before {
    content: "";
}
.glyphicon-object-align-right:before {
    content: "";
}
.glyphicon-triangle-right:before {
    content: "";
}
.glyphicon-triangle-left:before {
    content: "";
}
.glyphicon-triangle-bottom:before {
    content: "";
}
.glyphicon-triangle-top:before {
    content: "";
}
.glyphicon-console:before {
    content: "";
}
.glyphicon-superscript:before {
    content: "";
}
.glyphicon-subscript:before {
    content: "";
}
.glyphicon-menu-left:before,
#article-pictures-owl-carousel:not(.cd-slider) .owl-prev:before {
    content: "";
}
.glyphicon-menu-right:before,
#article-pictures-owl-carousel:not(.cd-slider) .owl-next:before {
    content: "";
}
.glyphicon-menu-down:before {
    content: "";
}
.glyphicon-menu-up:before {
    content: "";
}

.icon-auction,
.icon-cart,
.icon-smile {
    width: 48px;
    height: 48px;
}
.icon-chevron-left,
.icon-chevron-right {
    width: 8px;
    height: 15px;
}
.icon-chevron-up,
.icon-chevron-down {
    width: 15px;
    height: 8px;
}
.icon-chevron-lg-left,
.icon-chevron-lg-right {
    width: 20px;
    height: 39px;
}
.icon-chevron-gray-left,
.icon-chevron-gray-right {
    width: 11px;
    height: 21px;
}
