/*******************************************************
Product list Styles
********************************************************/
/*  Theme Designed By Bahman Rostampour . www.ipresta.ir */

/*!
 *  Font Awesome 4.7.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('../fonts/fontawesome-webfont.eot?v=4.7.0');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    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.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul > li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
    filter: none
}

.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-remove:before, .fa-close:before, .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, .fa-bar-chart: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-f:before, .fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before, .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, .fa-gratipay: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-pp: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-buoy: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-resistance: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-y-combinator-square:before, .fa-yc-square:before, .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"
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before, .fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-hotel:before, .fa-bed:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-yc:before, .fa-y-combinator:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before {
    content: "\f240"
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before, .fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before, .fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before, .fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-tv:before, .fa-television:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-envira:before {
    content: "\f299"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-wheelchair-alt:before {
    content: "\f29b"
}

.fa-question-circle-o:before {
    content: "\f29c"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
    content: "\f2a4"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-signing:before, .fa-sign-language:before {
    content: "\f2a7"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-google-plus-circle:before, .fa-google-plus-official:before {
    content: "\f2b3"
}

.fa-fa:before, .fa-font-awesome:before {
    content: "\f2b4"
}

.fa-handshake-o:before {
    content: "\f2b5"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-o:before {
    content: "\f2b7"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-book-o:before {
    content: "\f2ba"
}

.fa-vcard:before, .fa-address-card:before {
    content: "\f2bb"
}

.fa-vcard-o:before, .fa-address-card-o:before {
    content: "\f2bc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-circle-o:before {
    content: "\f2be"
}

.fa-user-o:before {
    content: "\f2c0"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-drivers-license:before, .fa-id-card:before {
    content: "\f2c2"
}

.fa-drivers-license-o:before, .fa-id-card-o:before {
    content: "\f2c3"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
    content: "\f2c7"
}

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-thermometer-2:before, .fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-1:before, .fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-0:before, .fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-bathtub:before, .fa-s15:before, .fa-bath:before {
    content: "\f2cd"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-times-rectangle:before, .fa-window-close:before {
    content: "\f2d3"
}

.fa-times-rectangle-o:before, .fa-window-close-o:before {
    content: "\f2d4"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-eercast:before {
    content: "\f2da"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-snowflake-o:before {
    content: "\f2dc"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-meetup:before {
    content: "\f2e0"
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

@media screen and (max-width: 340px) {
    header #header_logo {
        max-width: 130px !important;
    }

    .shop-phone > span, .shop-phone > a {
        margin: 0 !important
    }

    div#order-detail-content table#cart_summary tbody td.cart_description {
        width: 180px;
        padding: 10px 0px 0px 10px;
    }

    #header .cart_block.carttheme-2 {
        width: 100%
    }

    #special_block_center.theme-2 .countdownfree span {
        width: 60px;
        font-size: 23px;
    }

    div.pb-left-column #views_block {
        width: 280px !important;
    }

    div#thumbs_list {
        width: 200px !important;
    }

    div#thumbs_list li {
        width: 60px !important;
        height: 60px !important;
    }

    ul.product_list.grid .product-image-container img {
        max-width: 100% !important;
        width: auto
    }
}

@media screen and (max-width: 480px) {

    header .bar .bar-right .bar-item {
        margin: 0
    }

    .gridtheme-2 div#icategoryproducts .block .title_block a:first-child {
        border-bottom: 0
    }

    ul.product_list.grid.tab-pane.animb0 li .product-container .product-image-container {
        min-height: 148px !important
    }

    .gridtheme-4 ul.product_list.grid > div > div > div > li, .gridtheme-4 ul.product_list.grid > li {
        padding: 5px 1px;
    }

    ul.product_list.grid.tab-pane li .product-container h5 {
        padding: 10px
    }

    #top_column .twin.theme-1, header#header.htheme-2 > .nav {
        padding: 0
    }

    #top_column .twin.theme-1 .twinslider, #top_column .twin.theme-1 .twinslider img {
        margin: 0;
        border: 0;
        border-radius: 0
    }

    div.side_column #productscategory_list li > a {
        width: 90px
    }

    #footer > .container {
        padding-top: 0px;
        padding-bottom: 20px;
    }

    .footertopp {
        padding-top: 0;
        padding-bottom: 10px;
    }

    #product .product_name h1 {
        text-align: right
    }

    #cat-title2, header #header_logo {
        float: none;
        display: inline-block;
        vertical-align: middle
    }

    header#header > .nav.floatnav #header_logo, header#header > .nav.floatnav #cat-title2 {
        display: none !important
    }

    #header_logo.alvaseright, #header_logo.alvaseright img {
        float: right !important;
    }

    #cat-title2.menutwo {
        float: right
    }

    .ibanners {
        margin-top: 20px;
    }

    .titletheme-3 .block.themetitle .title_block a {
        margin-right: 10px
    }

    div.ac_results ul li .name {
        max-width: 100%;
    }

    div.ac_results ul li {
        width: 100% !important;
        float: none;
        text-align: right
    }

    #icategoryproducts ul.product_list.grid .product-image-container img {
        max-width: 176px;
        width: auto
    }

    .home_blog_post_area .home_blog_post .blog_post .post_description {
        display: none
    }

    .gro {
        margin: 0px -10px;
    }

    .cart_voucher fieldset {
        padding: 20px 0
    }

    #voucher .btn, #voucher input, .cart_voucher fieldset #discount_name {
        width: 100%;
        position: static
    }

    .address_title {
        margin: 0px -10px;
        background: #e5fff2
    }

    .address_title h3 {
        margin-top: 0;
        padding: 10px
    }

    #id_address_delivery.form-control {
        width: 100%
    }

    #address_delivery, #address_invoice {
        padding: 0px 10px 10px 10px;
        margin-bottom: 20px;
    }

    #id_address_invoice.form-control, #order .address_add.submit .btn {
        line-height: 24px;
        width: 100%;
        text-align: center;
        padding: 14px;
    }

    #order .address_add.submit .icon-chevron-right:before {
        font-size: 24px;
    }

    #order .address_add.submit .icon-chevron-right {
        top: 0
    }

    .address li.address_update a {
        box-shadow: none;
        border: 0;
        padding: 0
    }

    .cart_navigation .button-exclusive, #address_invoice, .addresses .checkbox.addressesAreEquals, .addresses .select label, #ordermsg textarea,
    .order_carrier_content .delivery_options_address .carrier_title {
        display: none
    }

    .radio-inline, .checkbox {
        padding-right: 10px;
    }

    .radio label, .checkbox label {
        padding-right: 20px;
    }

    .cart_navigation .button-medium {
        float: none;
        width: 100%
    }

    #my-account ul.myaccount-link-list li {
        text-align: right;
        padding: 0
    }

    #my-account ul.myaccount-link-list li:last-child a {
        border: 0
    }

    #my-account ul.myaccount-link-list li a {
        border: 0;
        border-bottom: 1px solid #eee;
    }

    #my-account ul.myaccount-link-list li a i, #my-account ul.myaccount-link-list li a span {
        display: inline-block;
        font-size: 13px
    }

    #view_scroll_left:before, #view_scroll_right:before {
        line-height: 60px
    }

    #product p#loyalty {
        padding: 10px 0px !important
    }

    .pb-left-column #views_block {
        width: 320px !important;
    }

    #thumbs_list {
        width: 240px !important;
    }

    #special_block_center.theme-2 ul.product_list.grid li .product-container {
        border: none
    }

    header#header > .nav, header#header {
        background: #fff
    }

    .panjah ul.product_list.grid li .product-container .old-price, .panjah ul.product_list.grid li .product-container .price {
        display: inline-block
    }

    .block.themetitle .title_block a {
        padding: 10px 10px
    }

    .titletheme-4 .block.themetitle .title_block a, .titletheme-5 .block.themetitle .title_block a {
        padding: 10px 48px 10px 10px
    }

    ul.product_list.grid li .product-container .old-price, ul.product_list.grid li .product-container .price {
        display: block
    }

    #index div#icategoryproducts .products_block.colored .magentabg {
        display: block
    }

    #index div#icategoryproducts .products_block .magentabg {
        display: none
    }

    .cart_delete a.cart_quantity_delete i, a.price_discount_delete i {
        display: block;
        color: rgba(0, 0, 0, 0.5)
    }

    a.price_discount_delete i {
        display: inline-block
    }

    #order-detail-content #cart_summary td.cart_delete {
        position: absolute;
        left: 5px;
        top: 2px;
        line-height: 1px;
        width: 24px;
        padding: 0;
    }

    .cart_delete a.cart_quantity_delete, a.price_discount_delete {
        font-size: 0
    }

    div#order-detail-content #cart_summary td.cart_quantity {
        border: none !important;
        clear: none;
        width: 50%;
        text-align: right !important;
        min-height: 20px
    }

    div#order-detail-content #cart_summary td.cart_unit {
        width: 100%;
        border-left: 0;
        border-right: 0;
        min-height: 10px;
        padding: 0px 10px !important;
        text-align: right !important
    }

    div#order-detail-content #cart_summary td.cart_total {
        width: 100%;
        border: 0 !important;
        min-height: 34px;
        padding: 0px 10px !important;
        text-align: right !important
    }

    div#order-detail-content #cart_summary tbody td .price, div#order-detail-content #cart_summary tbody td .old-price {
        display: inline-block;
        padding: 5px;
        color: #333
    }

    div#order-detail-content #cart_summary td:before {
        display: inline-block
    }

    #index div#icategoryproducts .products_block {
        margin: 0px -10px
    }

    div#icategoryproducts .owl-theme .owl-nav [class*="owl-"] {
        padding: 4px 7px;
    }

    div#icategoryproducts .owl-theme .owl-nav {
        top: -70px;
        left: 0px !important;
    }

    div#icategoryproducts .block .title_block {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        padding: 0px;
        margin-bottom: 20px;
    }

    #index #center_column .block {
        margin-right: -20px;
        margin-left: -20px;

        width: auto;
        float: none;
    }

    .block {
        margin-bottom: 20px;
    }

    div#icategoryproducts .block .title_block a:first-child {
        display: inline-block;
        line-height: 100%;
        color: #555;
        padding: 10px 10px;
        margin-bottom: 15px;
        margin-bottom: -1px;
        border-bottom: 2px solid #777
    }

    .titletheme-2 div#icategoryproducts .block.themetitle .title_block a:first-child {
        padding: 5px 10px;
    }

    div#icategoryproducts .block.themetitle .title_block a, div#icategoryproducts .block.themetitle .title_block {
        border-bottom: 0
    }

    .titletheme-2 div#icategoryproducts .block.themetitle .title_block {
        border-bottom: 1px
    }

    #icategoryproducts .block.themetitle .owl-theme .owl-nav {
        left: 15px;
        top: -67px
    }

    .has_img_br ul.product_list.grid li .product-container {
        box-shadow: none
    }

    .owl-theme .owl-nav {
        left: -10px !Important
    }

    #special_block_center ul.product_list .product-image-container img, .panjah ul.product_list li.middle .product-image-container img {
        max-width: 245px !important
    }

    header#header > .nav {
        border: none;
    }

    #header {
        background: #f2f2f2;
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
        min-width: 320px;
        z-index: 11;
    }

    header#header > .nav {
        padding: 0
    }

    .block .title_block, .block h4 {
        font-size: 15px;
    }

    .moreproduct {
        display: none
    }

    body {
        min-width: 320px
    }

    #thumbs_list li {
        width: 72px !important;
        height: 72px !important
    }


    #index div#icategoryproducts .products_block.nobgcolor ul.product_list.grid div div div li {
        border: 0;
        padding: 1px
    }

    #index div#icategoryproducts .products_block.colored ul.product_list.grid div div div li {
        border: 0;
        padding: 1px
    }

    ul.product_list.grid li .product-container h5 {
        border: 0
    }


    .header_user_info .dropdown-menu {
        width: 320px;
    }

    .header_user_info .dropdown-menu:after {
        left: 54px;
        right: auto;
        top: -7px;
        height: 13px;
        width: 13px;
    }

    .content_sortPagiBar .sortPagiBar #productsSortForm, .content_sortPagiBar .sortPagiBar #productsSortForm .selector, .content_sortPagiBar .sortPagiBar .nbrItemPage {
        width: 50%;
        float: right;
        margin: 0px 0px 5px 0px;
    }

    div.home_blog_post_area .owl-theme .owl-nav {
        left: 0px !important
    }

    .box-cart-bottom .btbt {
        width: 100%;
        position: fixed;
        bottom: 0;
        display: block;
        left: 0;
        z-index: 55;
        background: #fff;
        box-shadow: 0px -3px 6px rgba(0, 0, 0, 0.2);
    }

    #add_to_cart {
        display: block;
        margin: 0;

    }

    .box-info-product .exclusive {
        width: 100%;
        text-align: center;
        max-width: 100% !important;
        padding: 10px 6px 15px 6px;
        border-radius: 0
    }

    #attributes .attribute_list .form-control {
        box-shadow: none;
        color: #333;
        padding: 0px 10px;
        height: 33px;
        border: 1px solid #ccc;
        margin-top: 10px;
        position: relative;
        background: url(../img/jquery/uniform/sprite.png) -1px -166px
    }


    div#cat-title {
        background: none
    }

    #order #footer, #module-bankwire-payment #footer, #order .footerbottomtop, #module-bankwire-payment .footerbottomtop {
        display: none
    }

    #order .delivery_option > div > table.resume td.delivery_option_radio, #order-opc .delivery_option > div > table.resume td.delivery_option_radio {
        width: 25px
    }

    #order .delivery_option > div > table.resume td.delivery_option_logo, #order-opc .delivery_option > div > table.resume td.delivery_option_logo {
        padding: 5px
    }

    #create-account_form .page-subheading:before, #login_form .page-subheading:before {
        font-size: 24px;
        margin-left: 10px;
        display: inline-block;
        width: 26px
    }

    #create-account_form, #create-account_form .page-subheading, #login_form .page-subheading {
        padding: 5px !important;
        margin: 0 !important;
        min-height: 1px
    }

    #create-account_form {
        padding-bottom: 20px !important
    }

    #login_form .form-control, #create-account_form .form-control {
        text-align: left;
        direction: ltr
    }

    #cart_voucher h4 {
        padding: 10px;
    }

    #cart_summary .price, #cart_summary tbody td.cart_unit, #cart_summary tbody td.cart_total, #cart_summary tbody td.cart_unit .price {
        font-weight: 400
    }

    #order #center_column > .block.row, #authentication #center_column > .block.row, #module-bankwire-payment #center_column > .block.row {
        margin: 0px;
        padding: 0px
    }

    .overb .standard-checkout {
        position: fixed !important;
        bottom: 0;
        width: 100%;
        z-index: 5;
        text-align: center;
        right: 0;
        line-height: 36px;
        border: 0;
        letter-spacing: 1px
    }

    #order #center_column > .block.row .proz {
        padding: 0 15px
    }


    .page-heading {
        text-align: center !important;
        font-size: 13px !important;
        padding-bottom: 0;
        padding-top: 60px
    }


    .cart_quantity .cart_quantity_input {
        line-height: 24px;
        height: 24px
    }

    #order-detail-content #cart_summary tbody td.cart_product {
        padding: 10px
    }

    #order-detail-content #cart_summary tbody td .price {
        color: #4caf50
    }

    .cart_unit, .cart_quantity, .cart_total {
        text-align: center !important;
        padding: 5px 0px !important
    }

    div#order-detail-content #cart_summary tbody td .price {
        text-align: center !important
    }

    div#order-detail-content #cart_summary tbody td.cart_description {
        width: 220px;
        padding: 0px 0px 0px 10px
    }

    div#order-detail-content #cart_summary tbody td.cart_description a {
        display: inline-block;
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .page-heading {
        font-size: 17px !important;
        padding-bottom: 10px;
        margin: 0;
        border: 0;
        padding-top: 0px;
        text-align: right !important;
    }


    #block_contact_infos > div, #footer #socials, #order-detail-content #cart_summary tbody td .price {
        text-align: center !important
    }

    #block_contact_infos li {
        float: none !important;
    }

    #block_various_links_footer2 {
        border: 0 !important
    }

    #usefull_link_block li a:before, #usefull_link_block li:before {
        font-size: 18px !important
    }

    #header .cart_block {
        width: 320px;
        z-index: 999999
    }

    #socials {
        padding: 0
    }

    #emspecials li {
        width: 100%
    }

    #index ul.product_list.grid li .product-container .button-container {
        height: auto
    }


    div#product_reference > div:before {
        top: -17px !important
    }

    h3.page-product-heading:after {
        bottom: -32px !important;
    }

    .page-heading span.heading-counter {
        float: none;
        display: block;
        padding-top: 5px;
    }

    .top-pagination-content .compare-form, .bottom-pagination-content .compare-form {
        float: right;
        width: 100%;
        text-align: right;
        padding-bottom: 10px;
        clear: both;
    }

    .cart_navigation > span {
        display: block;
        width: 100%;
        padding-bottom: 15px;
    }

    .sf-menu > li > ul {
        height: auto;
    }

    ul.sf-menu li:hover ul, ul.sf-menu li.sfHover ul {
        height: auto
    }

    #page .rte img {
        clear: both !important;
        float: none !important;
        display: block;
        width: 100% !important;
        height: auto !important
    }

    .footcopyright, .ajax_cart_quantity {
        display: none
    }

    div.box-info-product .exclusive, #new_comment_form label {
        width: 100%
    }

    #index ul.product_list.grid li .product-container .button-container .ajax_add_to_cart_button,
    #index ul.product_list.grid li .product-container .button-container span.button,
    #index ul.product_list.grid li .product-container .button-container .lnk_view {
        display: block
    }


    .topbarss, .content_sortPagiBar .sortPagiBar .nbrItemPage .clearfix > span {
        display: none
    }

    .top-pagination-content .compare-form, .bottom-pagination-content .compare-form {
        text-align: center
    }

    .content_sortPagiBar .sortPagiBar #productsSortForm select, .content_sortPagiBar .sortPagiBar .nbrItemPage select {
        max-width: 100% !important
    }

    .top-pagination-content {
        margin-top: 10px
    }

    #subcategories ul li {
        width: 50%
    }

    #center_column .block.products_block {
        border: none
    }

    .owl-theme .owl-controls {
        display: none !important
    }

    #special_block_center .block_content, #new-products_block_center .block_content, #tmspecials .block_content, .man-block .block_content, #best-sellers_block_center .block_content, #featured-products_block_center .block_content, #custom-center .block_content, #featured-products_block_center2 .block_content {
        padding: 0 10px
    }

    #header .shopping_cart, .header_user_info {
        padding-top: 0;
        padding-bottom: 0
    }


    a.rslides_nav {
        font-size: 16px;
        top: 26%;
        height: 40%;
        opacity: 0.8
    }

    #new_comment_form #criterions_list .star_content {
        float: none;
        width: 100%
    }

    #criterions_list .star:after {
        width: 48px
    }

    .rslides_nav:before {
        left: -40px;
        transform: scale(-1);
        -webkit-transform: scale(-1);
        -moz-transform: scale(-1);

    }

    .rslides_nav.next:before {
        right: -40px;
        transform: scale(-1);
        -webkit-transform: scale(-1);
        -moz-transform: scale(-1);
    }


    #attributes fieldset label, #attributes .attribute_list {
        width: 100%;
        display: block
    }

    .collapse, .page-product-box > div {
        border: none;
    }

    h3.page-product-heading {
        background: none;
        border-right: 0;
        border-left: 0;
        font-weight: 600
    }

    .columns-container {
        padding-top: 20px;
    }

    #module-xipblog-main .columns-container {
        padding: 0
    }

    #product .columns-container, #index .columns-container {
        padding-top: 0px;
    }

    #index .columns-container {
        padding-top: 0
    }

    .fullslider .twinslider {
        margin: 0
    }

    .pb-left-column #views_block {
        width: 360px;
        height: 72px;
        overflow: hidden;
        margin: 10px auto;
    }

    #thumbs_list {
        width: 280px;
        height: 80px;
        display: inline-block
    }

    span.view_scroll_spacer, span.view_scroll_spacerr {
        width: 36px;
        display: inline-block;
        height: 80px;
        margin: 0;
        overflow: hidden
    }

    #thumbs_list li {
        float: left;
        margin: 0px 13px 0px 0px
    }

    #view_scroll_left:before {
        content: "";
        font-size: 24px;
        line-height: 80px
    }

    #view_scroll_right:before {
        content: "";
        font-size: 24px;
        line-height: 80px
    }

    #view_scroll_left, #view_scroll_right {
        width: 38px;
        height: 72px;
        line-height: 72px;
        margin: 0
    }

    .view_scroll_spacer i, .view_scroll_spacerr i {
        width: 38px;
        height: 80px;
    }

    #attributes .attribute_list #color_to_pick_list li a.color_pick i {
        display: none
    }

    .xs-space-s {
        padding-top: 10px;
        padding-bottom: 10px;
        margin-top: 10px;
        margin-bottom: 10px
    }

    .xs-space-m {
        padding-top: 20px;
        padding-bottom: 20px;
        margin-top: 20px;
        margin-bottom: 20px
    }

    .xs-space-l {
        padding-top: 40px;
        padding-bottom: 40px;
        margin-top: 40px;
        margin-bottom: 40px
    }

    .xs-tspace-s {
        padding-top: 10px;
        margin-top: 10px
    }

    .xs-tspace-m {
        padding-top: 20px;
        margin-top: 20px
    }

    .xs-tspace-l {
        padding-top: 40px;
        margin-top: 40px
    }

    .xs-bspace-s {
        padding-bottom: 10px;
        margin-bottom: 10px
    }

    .xs-bspace-m {
        padding-bottom: 20px;
        margin-bottom: 20px
    }

    .xs-bspace-l {
        padding-bottom: 40px;
        margin-bottom: 40px
    }

    .xs-tborder-l {
        border-top: 1px solid rgba(255, 255, 255, 0.3)
    }

    .xs-tborder-d {
        border-top: 1px solid rgba(0, 0, 0, 0.1)
    }

    .xs-bborder-l {
        border-bottom: 1px solid rgba(255, 255, 255, 0.3)
    }

    .xs-bborder-d {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1)
    }

    .xs-lefted {
        text-align: left
    }

    .xs-righted {
        text-align: right
    }

    .xs-centered {
        text-align: center
    }
}


@media screen and (min-width: 480px) {

}


@media screen and (max-width: 767px) {
    #cat-title-blog {
        float: left;
        line-height: 60px
    }

    ul.product_list.grid li .product-container .product-image-container .inner, ul.product_list.grid .color-list-container {
        display: none !important
    }

    ul.product_list.grid li:hover div.product-container h5 {
        opacity: 1
    }

    .top-pagination-content _c.pagination, .bottom-pagination-content div.pagination {
        float: none
    }

    .floatnav #layer_cart .cross {
        right: 10px;
        top: 12px;
    }

    .news-content {
        border: none
    }

    #layer_cart .cross {
        left: 10px;
    }

    #header_logo.alvaseright, #header_logo.alvaseright img {
        float: right !important
    }

    .floatnav .mobilelogoinmenu {
        text-align: right;
        display: block !important
    }

    .floatnav .mobilelogoinmenu i {
        text-align: right;
        margin: 0 0 0 20px
    }

    .floatnav {
        padding: 0 !important
    }

    .floatnav nav {
        padding: 10px !important
    }

    .floatnav .container {
        padding: 0
    }

    .floatnav div.tops {
        display: none
    }

    .floatnav #pts_search_block_top {
        display: block !important;
        position: static;
        width: 100%
    }

    .infloatnav .dropdown, #header .infloatnav .cart_block:after {
        display: none
    }

    .floatnav .topuser {
        width: 100% !important;
        height: auto !important
    }

    .floatnav .topcart {
        width: 100% !important;
        height: auto !important
    }

    #header .floatnav .cart_block {
        position: static;
    }

    #header .floatnav .shopping_cart, .floatnav .header_user_info {
        text-align: right;
        width: 100%
    }

    #header .floatnav .cart_block {
        border: 0;
    }

    .floatnav .shopping_cart > a:first-child {
        background: #f5f5f5;
        border: 1px solid rgba(0, 0, 0, 0.1);
        border-bottom: 0
    }

    #header .floatnav .cart_block dt {
        padding: 20px 0px;
    }

    .floatnav .cart_block .cart-info {
        padding: 0;
        margin: 0
    }

    #header .floatnav .cart_block .cart-prices {
        border: 1px solid rgba(0, 0, 0, 0.1);
        border-radius: 3px;
    }

    .floatnav .cart_block .cart_block_list .remove_link {
        position: absolute;
        left: 0px;
        top: 20px;
    }

    .floatnav .cart_block .cart-info .product-name a {
        vertical-align: middle;
        display: inline-block;
        max-width: 70%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .floatnav .cart_block .cart-images img {
        padding: 0;
        max-width: 64px;
    }

    .floatnav .shopping_cart > a:first-child b {
        display: block !important
    }

    .floatnav .header_user_info {
        text-align: right
    }

    .floatnav .header_user_info li {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1)
    }

    .floatnav .header_user_info li:last-child {
        border: 0
    }

    .floatnav .header_user_info a {
        font: 400 13px/22px IRANSans, "tahoma", sans-serif
    }

    #product .columns-container {
        padding-bottom: 20px;
    }

    .primary_block {
        margin: 0
    }

    .mobia:after {
        font-size: 24px;
    }

    .mobia {
        padding: 20px 10px;
    }

    .last-cc {
        margin: 20px -10px;
        background: #f2f2f2;
        padding-bottom: 5px
    }

    #special_block_center.theme-2 .countdownfree .dato {
        border: none;
        display: inline-block;
        padding: 0;
        width: auto;
    }

    #special_block_center ul.product_list .product-image-container img {
        max-width: 245px !important
    }

    .floatnav .header_user_info a i {
        padding-left: 5px;
        font-size: 24px;
        vertical-align: middle;
    }

    .man-block .owl-theme .owl-nav {
        top: -70px !important;
        left: 0px !important;
    }

    .man-block {
        margin-bottom: 20px;
        padding: 0px 10px;
    }

    .jcarousel-skin-tango {
        padding: 0
    }

    .owl-theme .owl-nav {
        top: -67px
    }

    .panjah ul.product_list.grid li {
        padding: 10px 0px;
    }

    .block.themetitle .title_block {
        margin-bottom: 20px !important;
        margin-top: 0;
        padding-top: 20px;
    }

    .home_blog_post {
        padding-right: 10px;
        padding-left: 10px;
    }

    .home_blog_post_area .home_blog_post .blog_post {
        text-align: right
    }

    .home_blog_post_area .home_blog_post .blog_post .post_thumbnail img {
        margin: auto auto 20px auto;
        max-width: 100%;
        width: 100%;
    }

    .home_blog_post_area .home_blog_post .blog_post .post_thumbnail, .home_blog_post_area .home_blog_post .blog_post .post_title {
        margin: 0
    }

    .home_blog_post_area .home_blog_post .blog_post .post_thumbnail a {
        margin: auto
    }

    .icp_hook {
        padding: 0
    }

    #icategoryproducts .products_block, #emhomeblocks, #emfooterblocks {
        padding: 20px 0px;
    }

    .titletheme-1 div#custom-center {
        padding-top: 20px !important
    }

    #icategoryproducts .block .title_block {
        padding: 0 10px 20px
    }

    .block .title_block, .block h4 {
        padding: 0
    }

    .panjah ul.product_list .product-image-container img {
        max-width: 98px !important;
        padding-left: 10px;
        margin: 0
    }

    .panjah ul.product_list.grid.tab-pane li.middle .product-image-container img {
        max-width: 245px !important
    }

    div#emhomeblocks li {
        text-align: right;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        padding: 4px 0px;
    }

    div#emhomeblocks li:last-child {
        border: 0;
        display: block !important
    }

    div#layer_cart .cross:before {
        font-size: 32px;
        line-height: 40px;
    }

    #attributes .attribute_list #color_to_pick_list li a.color_pick span {
        min-height: 35px;
        min-width: 35px;
    }

    #attributes .attribute_list #color_to_pick_list li a.color_pick {
        height: 37px;
    }

    #attributes .attribute_list #color_to_pick_list li.selected a.color_pick span:before {
        font-size: 24px;
        line-height: 34px
    }

    #layer_cart .layer_cart_cart .button-container .btn {
        width: 100%
    }

    div#layer_cart {
        height: 100%;
        top: -100%
    }

    div.pb-left-column {
        border-bottom: 1px solid #ddd
    }

    .mobitab {
        margin: 0 -10px;
    }

    #reduction_percent, #reduction_amount {
        border-radius: 0;
        margin-top: 0px;
        margin-right: -20px;
        margin-left: -20px;
        width: 120%;
        text-align: right
    }

    .table tbody > tr > td.cart_delete, .table tbody > tr > td.price_discount_del {
        background: #fff
    }

    .copyrightipresta {
        text-align: center;
        padding: 10px
    }

    header #header_logo {
        text-align: right
    }

    .header-container {
        border: 0;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.3)
    }


    ul.step {
        display: none
    }

    #ifootercategories > div > a {
        position: relative;
        margin-bottom: 0;
        padding-bottom: 0px;
    }

    #ifootercategories > div > a:after {
        display: block;
        content: "\f107";
        font-family: "FontAwesome";
        position: absolute;
        left: 5px;
        color: #999;
        cursor: pointer;
        font-size: 24px;
        top: 3px;
    }


    #ifootercategories > div > a.active:after {
        content: "\f068";
    }

    .twinslider {
        margin-right: -10px;
        margin-left: -10px;
    }

    .sf-menu > li.sfHover > a, .sf-menu > li > a:hover, .sf-menu > li.sfHoverForce > a {
        background: #fff;
        color: #555;
        box-shadow: none
    }

    #header .cart_block {
        right: auto;
        left: 0
    }

    #search_block_top #search_query_top {
        background: #fff
    }

    ul.product_list.grid li .product-container .old-price, ul.product_list.grid li .product-container .price {
        text-align: center
    }

    .table-data-sheet label {
        background: #f8f8f8
    }

    .table-data-sheet label, .table-data-sheet span {
        border: 0;
        padding: 3px 10px !important;
        border-bottom: 2px solid #fff
    }

    #new_comment_form .new_comment_form_content {
        padding: 0
    }

    #product p#loyalty {
        width: 100%;
        text-align: center !important
    }

    #product p#loyalty:after {
        float: none
    }

    .dropdown-menu {
        right: auto;
        left: 0
    }

    .ajax_cart_quantity {
        display: none !important
    }


    #header .shopping_cart, .header_user_info {
        padding: 0;
        text-align: center
    }

    #header.htheme-2 #menn .header_user_info {
        text-align: right;
        padding: 10px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    }

    .tops i {
        margin: 0
    }

    ul.sf-menu .bb > li > a {
        color: #555 !important;
        line-height: 32px;
        padding: 5px 20px;
        width: 80%;
        display: inline-block !important;
    }

    .table-data-sheet label:before {
        display: none !important
    }

    .nav-tabs > li {
        width: 100%
    }

    ul.nav-tabs.hitabs li a {
        margin-top: 2px
    }

    #top_column2 .sliderback {
        margin-bottom: 30px
    }

    .owl-theme .owl-controls .owl-buttons div {
        margin: 2px 0px 0px 0px;
        padding: 7px 20px 7px
    }

    .ajax_cart_quantity {
        background: rgba(0, 0, 0, 0.3);
        color: #fff
    }

    .rslides_nav {
        font-size: 16px;
        top: 35%;
        height: 30%;
        left: -35px;
        opacity: 1
    }

    .rslides_nav.next {
        right: -35px
    }

    #index #top_column2 #icategorymenu {
        margin-bottom: 0
    }


    #product_reference2 > div {
        display: none
    }

    #product_reference2 > div:before {
        display: none
    }

    #product div.breadcrumb {
        border-bottom: 1px solid #ddd;
    }

    .header-container {
        position: fixed;
        z-index: 99;
        top: 0;
        left: 0;
        width: 100%;
        background: #fff;
    }


    .aytu {
        border: none;
        border-bottom: 1px solid #ddd;
    }

    div.ac_results {
        text-align: right;
        margin: 0;
        left: 0 !important;
        width: 100% !Important;
    }

    .owl-pagination {
        display: none
    }

    .ohyesdiscount div {
        clear: both;
        float: none;
        padding-top: 0px
    }

    .immgs {
        position: relative
    }

    .news-preview img {
        width: 100% !important;
        float: none !important;
        clear: both !important
    }

    #newsletter_block_footer {
        clear: both
    }

    .footertop #emhomeblocks li > h2 {
        display: block
    }

    .footertop #emhomeblocks li {
        display: inline-block;
        clear: none;
        width: 33.33% !important
    }

    #header nav {
        padding: 0
    }

    #index #columns {
        padding-top: 0px
    }

    ul.sf-menu > li > ul {
        min-height: 140px;
        padding-right: 20px
    }

    .sf-menu > li > ul > li.category-thumbnail > div img {
        max-width: 50% !important
    }

    .top-pagination-content .compare-form, .bottom-pagination-content .compare-form {
        padding: 0
    }

    .top-pagination-content {
        padding-bottom: 5px;
    }

    .title_block.prezo, .comments_note {
        display: none
    }

    #short_description_block #emhomeblocks li > a {
        width: auto;
        height: auto
    }

    #short_description_block #emhomeblocks .borrr {
        display: none
    }

    h3.page-product-heading:after {
        bottom: -36px
    }

    div#product_reference > div:before {
        top: -14px
    }

    .socialsharing_product {
        text-align: center
    }

    #index ul.product_list.grid li .product-container .button-container .ajax_add_to_cart_button,
    #index ul.product_list.grid li .product-container .button-container span.button,
    #index ul.product_list.grid li .product-container .button-container .lnk_view {
        margin: 5px 5px
    }

    .footerbottom {
        padding: 0px
    }

    #footer.blog .footerbottom {
        padding: 20px 0 20px 0
    }

    .socialsharing_product button span, .bbb {
        display: none
    }

    .block .list-block .form-group select {
        width: 270px;
    }

    ul.step li {
        width: 100%;
        border-right-width: 1px;
    }


    .pb-center-column {
        margin-bottom: 10px
    }

    .pb-right-column {
        background: none;
        min-height: 100px
    }

    .sf-menu > li > ul > li.category-thumbnail > div img {
        max-width: 100%;
        max-height: 100%
    }

    #page .rte img {
        clear: both;
        display: block;
        float: none !important;
        height: auto;
        margin: auto;
        max-width: 100%;
    }

    .comment_details > li {
        clear: both;
        display: block !important;
        text-align: center;
        float: none !important;
        padding-right: 0 !important;
    }

    .table-data-sheet > div:last-child {
        border: none
    }

    .table-data-sheet > div.odd label, .table-data-sheet > div.even label {
        background: #f1f1f1;
    }

    .table-data-sheet > div.odd span, .table-data-sheet > div.even span {
        background: #f1f1f1;
    }

    .table-data-sheet span {
        padding-right: 5px
    }

    .table-data-sheet > div:hover label {
        box-shadow: none;
    }

    .table-data-sheet > div:hover span {
        box-shadow: none;
    }

    #send_friend_form .form_container {
        padding: 10px 0px
    }

    #cmsinfo_block > div.col-xs-12 {
        text-align: center !important
    }

    #cmsinfo_block > div.col-xs-12 img {
        clear: both;
        float: none !important;
        max-width: 100%;
        height: auto !important
    }

    .sliderback .legend {
        display: none
    }


    ul.product_list .availability span {
        width: 100%
    }

    ul.product_list.grid li .product-container .content_price, #index ul.product_list.grid li .product-container .content_price {
        height: 48px
    }

    .spacerr {
        height: 48px;
    }

    ul.sf-menu > li > ul > li.category-thumbnail {
        display: none !important
    }

    section#block_contact_infos ol {
        text-align: center;
        padding: 20px 0px;
    }

    div#emfooterblocks li:nth-last-child(2) {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1)
    }

    .shop-phone span span {
        margin: 0
    }

    #emhomeblocks li .ptext, #emhomeblocks li p {
        display: none
    }
}

@media only screen and (min-width: 769px) and (max-width: 992px) {
    .sm-space-s {
        padding-top: 10px;
        padding-bottom: 10px;
        margin-top: 10px;
        margin-bottom: 10px
    }

    .sm-space-m {
        padding-top: 20px;
        padding-bottom: 20px;
        margin-top: 20px;
        margin-bottom: 20px
    }

    .sm-space-l {
        padding-top: 40px;
        padding-bottom: 40px;
        margin-top: 40px;
        margin-bottom: 40px
    }

    .sm-tspace-s {
        padding-top: 10px;
        margin-top: 10px
    }

    .sm-tspace-m {
        padding-top: 20px;
        margin-top: 20px
    }

    .sm-tspace-l {
        padding-top: 40px;
        margin-top: 40px
    }

    .sm-bspace-s {
        padding-bottom: 10px;
        margin-bottom: 10px
    }

    .sm-bspace-m {
        padding-bottom: 20px;
        margin-bottom: 20px
    }

    .sm-bspace-l {
        padding-bottom: 40px;
        margin-bottom: 40px
    }

    .sm-tborder-l {
        border-top: 1px solid rgba(255, 255, 255, 0.3)
    }

    .sm-tborder-d {
        border-top: 1px solid rgba(0, 0, 0, 0.1)
    }

    .sm-bborder-l {
        border-bottom: 1px solid rgba(255, 255, 255, 0.3)
    }

    .sm-bborder-d {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1)
    }

    .sm-lefted {
        text-align: left
    }

    .sm-righted {
        text-align: right
    }

    .sm-centered {
        text-align: center
    }

}

@media screen and (min-width: 767px) {

    header.theme-0 {
        border-bottom: 0px solid rgba(0, 0, 0, 0.1)
    }
}

@media screen and (max-width: 992px) {
    header .bar .topcart, header .bar .topuser {
        display: block !important;
        padding: 0;
        height: 1px;
    }

    #header .cart_block:after, .header_user_info ul:after {
        display: none
    }

    #footer #block_contact_infos li {
        margin-top: 10px
    }

    #ifootercategories.nopa > div {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .bar .item > div > a {
        display: none !important
    }

    #header .bar ul.usertheme-0.open, #header .bar .cart_block.carttheme-0.open {
        top: 90px
    }

    #header .bar ul.usertheme-0:after, #header .bar .cart_block.carttheme-0:after {
        display: none
    }

    .sf-contener.theme-2 ul.sf-menu > li.has-img > a {
        padding: 18px 12px !important
    }

    #header .shopping_cart {
        float: none
    }

    .htheme-2 .mobile-bar .item {
        display: none
    }

    .htheme-2 .mobile-bar .item.cart {
        display: block
    }

    .nav {
        box-shadow: none !important;
        border: 0 !important;
        height: 0
    }

    #menn {
        height: 0
    }

    #header .cart_block:after, .header_user_info .dropdown-menu:after {
        left: 14px
    }

    #header .vcenter > div {
        padding: 0;
        width: 100%;
        display: block
    }

    #header .vcenter {
        margin: 0
    }

    .topcart, .topuser, .topuser2, div.tops {
        padding: 10px 0px;
        width: auto
    }

    div.tops {
        width: 42px;
        padding: 0 5px !important;
    }

    #header .shopping_cart > a:first-child:after, .nav .shopping_cart > a:first-child, .nav #usercp {
        display: none
    }

    .top-left > .item, .top-bottom > .item, .top-right > .item {
        height: auto;
        padding: 0;
        display: block
    }

    #header .vcenter .header-logo {
        width: 100%
    }

    #header .header-left .vcenter {
        min-width: 146px
    }

    #right_column .block, #left_column .block {
        display: none
    }

    #category_filter {
        display: none
    }

    #special_block_center.theme-2 .countdownfree {
        border: 0;
        background: #fff
    }

    #special_block_center.theme-2 .countdownfree {
        position: static
    }

    .has_img_br, .has_img_brr {
        float: none !important;
        padding: 0;
        margin: 0
    }

    #emhomeblocks li:last-child {
        display: none
    }

    ul.sf-menu > li > img {
        display: inline-block
    }

    ul.sf-menu > li.has-img > a, ul.sf-menu > li > a {
        padding: 18px 12px
    }

    .sf-menu > li > img {
        margin-right: 10px
    }

    ul.sf-menu > li > ul > div > li > a.sf-with-ul:before {
        font-family: "FontAwesome";
        color: #333;
        font-weight: 400;
        content: "\f104";
        display: inline-block;
        line-height: 20px;
        padding-left: 8px;
        font-size: 16px;
        vertical-align: middle;

    }

    ul.sf-menu > li > ul > div > li > a.sf-with-ul {
        padding: 5px 10px 5px 10px;
        color: #333;
    }

    ul.sf-menu li ul {
        display: none !important
    }

    header .nav {
        border: 0
    }

    #search_block_top .btn.button-search:after {
        display: none
    }

    div#search_block_top .btn.button-search {
        border: 0;
        border-radius: 75px 0 0 75px;
        color: #555;
        box-shadow: none !important;

        padding: 4px 10px;
        width: 50px;
        background: none;
    }

    #search_block_top .btn.button-search:before {
        color: #555;
        content: "";
        font-size: 24px;
    }

    #search_block_top #search_query_top {
        border: medium none;
        height: 42px;
        line-height: 42px;
        padding-left: 58px;

    }

    #search_block_top, #pts_search_block_top {
        display: none;
        left: 0;
        overflow: hidden;
        BACKGROUND: #fff;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        margin: 0;
        padding: 30px 20px;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 9999;
    }

    #menn #pts_search_block_top {
        display: block;
        position: static;
        padding: 20px;
    }

    #usefull_link_block li {
        padding: 0
    }


    #socials {
        text-align: center
    }

    #socials li {
        margin: 0
    }

    #htmlcontent_home .htmlcontent-item-1, #htmlcontent_home .htmlcontent-item-3, #htmlcontent_home .htmlcontent-item-4 {
        display: none
    }

    #htmlcontent_home .htmlcontent-item-6 {
        width: 100%
    }

    #search_block_top {
        margin-top: 0
    }

    .slimScrollDiv {
        display: none !important
    }

    #usefull_link_block {
        text-align: right
    }

    #usefull_link_block li {
        margin: 0
    }

    #footer #block_contact_infos li {
        padding: 0
    }


    .footertop #emhomeblocks li h2 {
        width: 100%
    }

    ul.sf-menu > li > a {
        font-size: 15px
    }

    .category-thumbnail {
        opacity: 1;
        transform: rotate(0deg) scale(1);
        -webkit-transform: rotate(0deg) scale(1);
        -moz-transform: rotate(0deg) scale(1);


    }

    #product_reference > div:before {
        top: -10px
    }

    #product h1 {
        text-align: center;
    }

    .page-product-heading:after {
        bottom: -40px;
    }

    ul.sf-menu li ul {
        transform: scaleY(1);
        -webkit-transform: scaleY(1);
        -moz-transform: scaleY(1);
        border-bottom: 1px solid #ddd
    }

    .sf-menu > li > a {
        color: #555
    }

    .sf-menu {
        background: #fff;
        border-radius: 0;
        position: absolute;
        z-index: 1
    }


    .header_user_info {
        float: none;
    }

    .sf-contener {
        border: none;
        box-shadow: none;
        background: none
    }


    .sf-menu > li {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        display: block;
        text-align: right
    }

    .sf-menu > li:last-child {
        border-bottom: 0
    }

    .sf-menu > li > ul > li > a {
        color: #555;
        padding: 0 10px
    }

    .sf-menu > li > ul > li.category-thumbnail > div img {
        height: 128px
    }

    .sf-menu > li > ul > li.category-thumbnail > div {
        height: 128px
    }

    ul.sf-menu li ul {
        border: none;
        min-height: 50px;
        border-radius: 0px;
        padding-bottom: 10px;
        background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0.04) 100%);
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0.04) 100%);
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0.04) 100%);

    }

    .sf-contener:after, .sf-contener:before {
        display: none
    }

    #footer .account ul li {
        padding: 0 5px
    }

    #block_contact_infos > div {
        background: none;
        border: 0;
        margin-top: 0;
        padding: 0
    }

    #block_contact_infos > div, #block_various_links_footer {
        text-align: right
    }


    .sf-menu > li > a:hover, .sf-menu > li > a {
        background: none !Important
    }

    #thumbs_list {
        text-align: center;
    }

    .pb-right-column {
        border-radius: 0 !important;
        border: none !important
    }

    #product p#loyalty {
        text-align: right;
        padding-right: 20px;
    }

    .block .title_block, .block h4 {
        position: relative;
    }

    #right_column .block .title_block:after, #right_column .block h4:after, #left_column .block .title_block:after, #left_column .block h4:after {
        display: none;
        font-family: "FontAwesome";
        content: "";
        position: absolute;
        left: -2px;
        right: auto;
        border: none;
        top: 13px;
        height: 36px;
        width: 25px;
        font-size: 19px;
        font-weight: normal;
    }

    #right_column .block .title_block.active:after, #right_column .block h4.active:after {
        content: "\f068";
    }

    .content_sortPagiBar .sortPagiBar #productsSortForm select {
        max-width: 160px;
    }

    .top-pagination-content div.pagination .showall, .bottom-pagination-content div.pagination .showall {
        margin-left: 0;
    }

    .sf-menu > li > ul, .sf-menu > li > ul > li.category-thumbnail {
        display: block;
        visibility: visible !important;
        top: 0 !important;
        opacity: 1 !important
    }

    .sf-menu > li > ul > li {
        clear: both;
        padding: 0;
        width: 100%
    }

    .sf-with-ul:after, .sf-menu > li span:after {
        display: none !important
    }

    .sf-menu > li > ul {
        min-height: 220px;
        border: none;
        box-shadow: none
    }

    .sf-menu > li > a {
        font-size: 21px;
    }

    .sf-menu > li > ul > li.category-thumbnail > div img {
        max-width: 100%
    }

    .underheader, #layer_cart .layer_cart_cart h2 {
        display: none
    }

    .box-info-product {
        border: none
    }

    ul.product_list.grid > li .product-container .functional-buttons div {
        text-align: center
    }

    #right_column, #left_column {
        width: 100%
    }

    #footer h4 {
        position: relative;
        margin-bottom: 0;
        padding-bottom: 13px;
    }

    #footer h4:after, #footer p.title_block:after {
        display: block;
        content: "\f107";
        font-family: "FontAwesome";
        position: absolute;
        left: 5px;
        color: #999;
        font-weight: 400;
        font-size: 24px;
        top: 3px;
    }

    #ifootercategories > div > a:after {
        display: block;
        content: "\f107";
        font-family: "FontAwesome";
        position: absolute;
        left: 5px;
        color: #999;
        font-size: 24px;
        top: 3px;
    }

    #footer {
        padding-bottom: 0;
    }

    #footer h4.active:after, #footer p.title_block.active:after {
        content: "\f068";
    }

    .footertop .inner:before, .footertop .inner:after {
        display: none
    }

    #footer h4 {
        display: block;
        padding: 2px 0px
    }

    #socials li {
        float: none !important;
        display: inline-block
    }

    #footer h4 i {
        display: none
    }

    #footer .container .footer-block {
        width: 100%
    }

    .footcopyright {
        text-align: center
    }

    #columns {
        border: none
    }

    .sf-menu > li > a {
        line-height: 24px
    }

    .sf-menu > li > ul {
        background: #fff !important
    }

    #thumbs_list ul#thumbs_list_frame {
        float: none;
        margin: auto
    }

    #emfooterblocks li h4 {
        margin-top: 0px;
    }

    #emfooterblocks li {
        text-align: right;
        padding: 20px 10px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1)
    }

    #emfooterblocks li:last-child {
        border: none
    }

    #emfooterblocks li:nth-last-child(2) {
        border: none
    }

    #emfooterblocks li .imgg {
        float: right;
        width: 96px;
        margin-left: 10px;
    }

    header#header > .nav {
        padding: 0px !important
    }

    #cat-title {
        display: inline-block
    }
}

@media screen and (min-width: 992px) {
    .htheme-3 .mobile-bar-right, .htheme-4 .mobile-bar-right {
        min-width: 95px
    }

    #header .bar-right .cart_block.carttheme-0, #header .bar-right ul.usertheme-0 {
        right: 0;
        left: auto
    }

    #header .bar-right .cart_block.carttheme-0:after, #header .bar-right ul.usertheme-0:after {
        right: 20px;
        left: auto
    }

    #footer.blog .footertop {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .htheme-3 .mobile-bar .item.topsو .htheme-4 .mobile-bar .item.tops {
        padding: 5px
    }

    .htheme-3 #cat-title, .htheme-4 #cat-title {
        display: inline-block;
    }

    #header .htheme-3 .shopping_cart > a:first-child:after, .htheme-3 .nav .shopping_cart > a:first-child, .htheme-3 .nav #usercp,
    #header .htheme-4 .shopping_cart > a:first-child:after, .htheme-4 .nav .shopping_cart > a:first-child, .htheme-4 .nav #usercp {
        display: none
    }

    .htheme-3 #search_block_top, .htheme-3 #pts_search_block_top, .htheme-4 #search_block_top, .htheme-4 #pts_search_block_top {
        display: none;
        left: 0;
        overflow: hidden;
        BACKGROUND: #fff;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        margin: 0;
        padding: 30px 20px;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 9999;
    }

    .htheme-3 .vcenter > div, .htheme-4 .vcenter > div {
        width: 100%
    }

    .htheme-3 .nav, .htheme-4 .nav {
        padding: 0 !important;
        height: 0
    }

    .htheme-3 .top-left > .item, .htheme-3 .top-bottom > .item, .htheme-3 .top-right > .item,
    .htheme-4 .top-left > .item, .htheme-4 .top-bottom > .item, .htheme-4 .top-right > .item {
        height: auto;
        padding: 0;
        width: 100%;
        float: none;
        display: block
    }
}

@media only screen and (min-width: 993px) and (max-width: 1200px) {
    .md-space-s {
        padding-top: 10px;
        padding-bottom: 10px;
        margin-top: 10px;
        margin-bottom: 10px
    }

    .md-space-m {
        padding-top: 20px;
        padding-bottom: 20px;
        margin-top: 20px;
        margin-bottom: 20px
    }

    .md-space-l {
        padding-top: 40px;
        padding-bottom: 40px;
        margin-top: 40px;
        margin-bottom: 40px
    }

    .md-tspace-s {
        padding-top: 10px;
        margin-top: 10px
    }

    .md-tspace-m {
        padding-top: 20px;
        margin-top: 20px
    }

    .md-tspace-l {
        padding-top: 40px;
        margin-top: 40px
    }

    .md-bspace-s {
        padding-bottom: 10px;
        margin-bottom: 10px
    }

    .md-bspace-m {
        padding-bottom: 20px;
        margin-bottom: 20px
    }

    .md-bspace-l {
        padding-bottom: 40px;
        margin-bottom: 40px
    }

    .md-tborder-l {
        border-top: 1px solid rgba(255, 255, 255, 0.3)
    }

    .md-tborder-d {
        border-top: 1px solid rgba(0, 0, 0, 0.1)
    }

    .md-bborder-l {
        border-bottom: 1px solid rgba(255, 255, 255, 0.3)
    }

    .md-bborder-d {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1)
    }

    .md-lefted {
        text-align: left
    }

    .md-righted {
        text-align: right
    }

    .md-centered {
        text-align: center
    }
}

@media screen and (max-width: 1200px) {
    .sf-contener.theme-2 .sf-menu > li.has-img > a {
        padding: 10px 12px !Important
    }

    .magentabgfff {
        display: none
    }

    #layer_cart .layer_cart_product .product-image-container img {
        max-width: 100%
    }

    #emhomeblocks.hbtheme-4 li div > a {
        float: none
    }

    .side_column #productscategory_list li > a {
        width: 100px
    }

    #productscategory_list li img {
        max-width: 80px
    }

    ul.product_list .product-image-container img {
        max-width: 263px;
        width: 100%
    }

    #emhomeblocks li {
        text-align: center
    }

    .magentabg {
        background-image: none !important
    }

    .sf-menu > li > img {
        display: none
    }

    #block_contact_infos ol {
        text-align: left
    }

    #wishlist_button1, ul.product_list li div.product-container div.button-container .ajax_add_to_cart_button, .box-info-product .exclusive {
        max-width: 256px
    }

    ul.sf-menu > li > ul > li.category-thumbnail {
        display: none
    }


    .pb-left-column {
        border: 0
    }


    #layer_cart .layer_cart_product h2 {
        font-size: 13px
    }

    .sf-menu > li > a {
        padding: 8px 12px;
        font-size: 12px
    }

    .htheme-2 #pts_search_block_top {
        display: none;
        left: 0;
        overflow: hidden;
        BACKGROUND: #fff;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        margin: 0;
        padding: 30px 20px;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 9999;
    }
}

@media screen and (min-width: 1200px) {
    #module-xipblog-main .blog-nav {
        display: block
    }

    .blogtop > .container {
        padding-right: 270px
    }

    .lg-space-s {
        padding-top: 10px;
        padding-bottom: 10px;
        margin-top: 10px;
        margin-bottom: 10px
    }

    .lg-space-m {
        padding-top: 20px;
        padding-bottom: 20px;
        margin-top: 20px;
        margin-bottom: 20px
    }

    .lg-space-l {
        padding-top: 40px;
        padding-bottom: 40px;
        margin-top: 40px;
        margin-bottom: 40px
    }

    .lg-tspace-s {
        padding-top: 10px;
        margin-top: 10px
    }

    .lg-tspace-m {
        padding-top: 20px;
        margin-top: 20px
    }

    .lg-tspace-l {
        padding-top: 40px;
        margin-top: 40px
    }

    .lg-bspace-s {
        padding-bottom: 10px;
        margin-bottom: 10px
    }

    .lg-bspace-m {
        padding-bottom: 20px;
        margin-bottom: 20px
    }

    .lg-bspace-l {
        padding-bottom: 40px;
        margin-bottom: 40px
    }

    .lg-tborder-l {
        border-top: 1px solid rgba(255, 255, 255, 0.3)
    }

    .lg-tborder-d {
        border-top: 1px solid rgba(0, 0, 0, 0.1)
    }

    .lg-bborder-l {
        border-bottom: 1px solid rgba(255, 255, 255, 0.3)
    }

    .lg-bborder-d {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1)
    }

    .lg-lefted {
        text-align: left
    }

    .lg-righted {
        text-align: right
    }

    .lg-centered {
        text-align: center
    }

    .side_column #emproductboxs ul > div {
        width: 100%;
        float: none
    }

    #icategoryproducts .icp_product_list.has_img_br.nomarr .owl-controls {
        top: -4px
    }

    @media screen and (max-width: 1300px) {
        div.sf-contener.theme-2 ul.sf-menu > li.has-img > a {
            padding: 5px 22px
        }

    }

    @media screen and (max-width: 1400px) {
        div.sf-contener.theme-2 .sf-menu > li.has-img > a {
            padding: 5px 30px
        }

    }
}
