/*!
 *  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 PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url(//apple.essecshop.be/wp-content/themes/boxshop/css/fonts/FontTawesome/fontawesome-webfont.eot?v=4.7.0);
  src: url(//apple.essecshop.be/wp-content/themes/boxshop/css/fonts/FontTawesome/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'), url(//apple.essecshop.be/wp-content/themes/boxshop/css/fonts/FontTawesome/fontawesome-webfont.woff2?v=4.7.0) format('woff2'), url(//apple.essecshop.be/wp-content/themes/boxshop/css/fonts/FontTawesome/fontawesome-webfont.woff?v=4.7.0) format('woff'), url(//apple.essecshop.be/wp-content/themes/boxshop/css/fonts/FontTawesome/fontawesome-webfont.ttf?v=4.7.0) format('truetype'), url(//apple.essecshop.be/wp-content/themes/boxshop/css/fonts/FontTawesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');
  font-weight: normal;
  font-style: normal;
}
.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;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.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: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  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;
}
/* Deprecated as of 4.4.0 */
.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: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.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;
}.pe-fw,.pe-li{text-align:center}@font-face{font-family:Pe-icon-7-stroke;src:url(//apple.essecshop.be/wp-content/themes/boxshop/css/fonts/pe-icon-7-stroke/Pe-icon-7-stroke.eot?d7yf1v);src:url(//apple.essecshop.be/wp-content/themes/boxshop/css/fonts/pe-icon-7-stroke/Pe-icon-7-stroke.eot?#iefixd7yf1v) format('embedded-opentype'),url(//apple.essecshop.be/wp-content/themes/boxshop/css/fonts/pe-icon-7-stroke/Pe-icon-7-stroke.woff?d7yf1v) format('woff'),url(//apple.essecshop.be/wp-content/themes/boxshop/css/fonts/pe-icon-7-stroke/Pe-icon-7-stroke.ttf?d7yf1v) format('truetype'),url(//apple.essecshop.be/wp-content/themes/boxshop/css/fonts/pe-icon-7-stroke/Pe-icon-7-stroke.svg?d7yf1v#Pe-icon-7-stroke) format('svg');font-weight:400;font-style:normal}[class*=" pe-7s-"],[class^=pe-7s-]{display:inline-block;font-family:Pe-icon-7-stroke;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}/*! Modified from font-awesome helper CSS classes - PIXEDEN
 *  Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (CSS: MIT License)
 */.pe-lg{font-size:1.33em;line-height:.75em;vertical-align:-15%}.pe-stack,.pe-va{vertical-align:middle}.pe-2x{font-size:2em}.pe-3x{font-size:3em}.pe-4x{font-size:4em}.pe-5x{font-size:5em}.pe-fw{width:1.28571em}.pe-ul{padding-left:0;margin-left:2.14286em;list-style-type:none}.pe-ul>li{position:relative}.pe-li{position:absolute;left:-2.14286em;width:2.14286em;top:.14286em}.pe-li.pe-lg{left:-1.85714em}.pe-border{padding:.2em .25em .15em;border-radius:.1em;border:.08em solid #eaeaea}.pull-right{float:right}.pe.pull-left{float:left;margin-right:.3em;margin-left:.3em}.pe-spin{-webkit-animation:spin 2s infinite linear;animation:spin 2s infinite linear}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.pe-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.pe-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.pe-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.pe-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1,1);-ms-transform:scale(-1,1);transform:scale(-1,1)}.pe-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1,-1);-ms-transform:scale(1,-1);transform:scale(1,-1)}.pe-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em}.pe-stack-1x,.pe-stack-2x{position:absolute;left:0;width:100%;text-align:center}.pe-stack-1x{line-height:inherit}.pe-stack-2x{font-size:2em}.pe-inverse{color:#fff}.pe-7s-album:before{content:"\e6aa"}.pe-7s-arc:before{content:"\e6ab"}.pe-7s-back-2:before{content:"\e6ac"}.pe-7s-bandaid:before{content:"\e6ad"}.pe-7s-car:before{content:"\e6ae"}.pe-7s-diamond:before{content:"\e6af"}.pe-7s-door-lock:before{content:"\e6b0"}.pe-7s-eyedropper:before{content:"\e6b1"}.pe-7s-female:before{content:"\e6b2"}.pe-7s-gym:before{content:"\e6b3"}.pe-7s-hammer:before{content:"\e6b4"}.pe-7s-headphones:before{content:"\e6b5"}.pe-7s-helm:before{content:"\e6b6"}.pe-7s-hourglass:before{content:"\e6b7"}.pe-7s-leaf:before{content:"\e6b8"}.pe-7s-magic-wand:before{content:"\e6b9"}.pe-7s-male:before{content:"\e6ba"}.pe-7s-map-2:before{content:"\e6bb"}.pe-7s-next-2:before{content:"\e6bc"}.pe-7s-paint-bucket:before{content:"\e6bd"}.pe-7s-pendrive:before{content:"\e6be"}.pe-7s-photo:before{content:"\e6bf"}.pe-7s-piggy:before{content:"\e6c0"}.pe-7s-plugin:before{content:"\e6c1"}.pe-7s-refresh-2:before{content:"\e6c2"}.pe-7s-rocket:before{content:"\e6c3"}.pe-7s-settings:before{content:"\e6c4"}.pe-7s-shield:before{content:"\e6c5"}.pe-7s-smile:before{content:"\e6c6"}.pe-7s-usb:before{content:"\e6c7"}.pe-7s-vector:before{content:"\e6c8"}.pe-7s-wine:before{content:"\e6c9"}.pe-7s-cloud-upload:before{content:"\e68a"}.pe-7s-cash:before{content:"\e68c"}.pe-7s-close:before{content:"\e680"}.pe-7s-bluetooth:before{content:"\e68d"}.pe-7s-cloud-download:before{content:"\e68b"}.pe-7s-way:before{content:"\e68e"}.pe-7s-close-circle:before{content:"\e681"}.pe-7s-id:before{content:"\e68f"}.pe-7s-angle-up:before{content:"\e682"}.pe-7s-wristwatch:before{content:"\e690"}.pe-7s-angle-up-circle:before{content:"\e683"}.pe-7s-world:before{content:"\e691"}.pe-7s-angle-right:before{content:"\e684"}.pe-7s-volume:before{content:"\e692"}.pe-7s-angle-right-circle:before{content:"\e685"}.pe-7s-users:before{content:"\e693"}.pe-7s-angle-left:before{content:"\e686"}.pe-7s-user-female:before{content:"\e694"}.pe-7s-angle-left-circle:before{content:"\e687"}.pe-7s-up-arrow:before{content:"\e695"}.pe-7s-angle-down:before{content:"\e688"}.pe-7s-switch:before{content:"\e696"}.pe-7s-angle-down-circle:before{content:"\e689"}.pe-7s-scissors:before{content:"\e697"}.pe-7s-wallet:before{content:"\e600"}.pe-7s-safe:before{content:"\e698"}.pe-7s-volume2:before{content:"\e601"}.pe-7s-volume1:before{content:"\e602"}.pe-7s-voicemail:before{content:"\e603"}.pe-7s-video:before{content:"\e604"}.pe-7s-user:before{content:"\e605"}.pe-7s-upload:before{content:"\e606"}.pe-7s-unlock:before{content:"\e607"}.pe-7s-umbrella:before{content:"\e608"}.pe-7s-trash:before{content:"\e609"}.pe-7s-tools:before{content:"\e60a"}.pe-7s-timer:before{content:"\e60b"}.pe-7s-ticket:before{content:"\e60c"}.pe-7s-target:before{content:"\e60d"}.pe-7s-sun:before{content:"\e60e"}.pe-7s-study:before{content:"\e60f"}.pe-7s-stopwatch:before{content:"\e610"}.pe-7s-star:before{content:"\e611"}.pe-7s-speaker:before{content:"\e612"}.pe-7s-signal:before{content:"\e613"}.pe-7s-shuffle:before{content:"\e614"}.pe-7s-shopbag:before{content:"\e615"}.pe-7s-share:before{content:"\e616"}.pe-7s-server:before{content:"\e617"}.pe-7s-search:before{content:"\e618"}.pe-7s-film:before{content:"\e6a5"}.pe-7s-science:before{content:"\e619"}.pe-7s-disk:before{content:"\e6a6"}.pe-7s-ribbon:before{content:"\e61a"}.pe-7s-repeat:before{content:"\e61b"}.pe-7s-refresh:before{content:"\e61c"}.pe-7s-add-user:before{content:"\e6a9"}.pe-7s-refresh-cloud:before{content:"\e61d"}.pe-7s-paperclip:before{content:"\e69c"}.pe-7s-radio:before{content:"\e61e"}.pe-7s-note2:before{content:"\e69d"}.pe-7s-print:before{content:"\e61f"}.pe-7s-network:before{content:"\e69e"}.pe-7s-prev:before{content:"\e620"}.pe-7s-mute:before{content:"\e69f"}.pe-7s-power:before{content:"\e621"}.pe-7s-medal:before{content:"\e6a0"}.pe-7s-portfolio:before{content:"\e622"}.pe-7s-like2:before{content:"\e6a1"}.pe-7s-plus:before{content:"\e623"}.pe-7s-left-arrow:before{content:"\e6a2"}.pe-7s-play:before{content:"\e624"}.pe-7s-key:before{content:"\e6a3"}.pe-7s-plane:before{content:"\e625"}.pe-7s-joy:before{content:"\e6a4"}.pe-7s-photo-gallery:before{content:"\e626"}.pe-7s-pin:before{content:"\e69b"}.pe-7s-phone:before{content:"\e627"}.pe-7s-plug:before{content:"\e69a"}.pe-7s-pen:before{content:"\e628"}.pe-7s-right-arrow:before{content:"\e699"}.pe-7s-paper-plane:before{content:"\e629"}.pe-7s-delete-user:before{content:"\e6a7"}.pe-7s-paint:before{content:"\e62a"}.pe-7s-bottom-arrow:before{content:"\e6a8"}.pe-7s-notebook:before{content:"\e62b"}.pe-7s-note:before{content:"\e62c"}.pe-7s-next:before{content:"\e62d"}.pe-7s-news-paper:before{content:"\e62e"}.pe-7s-musiclist:before{content:"\e62f"}.pe-7s-music:before{content:"\e630"}.pe-7s-mouse:before{content:"\e631"}.pe-7s-more:before{content:"\e632"}.pe-7s-moon:before{content:"\e633"}.pe-7s-monitor:before{content:"\e634"}.pe-7s-micro:before{content:"\e635"}.pe-7s-menu:before{content:"\e636"}.pe-7s-map:before{content:"\e637"}.pe-7s-map-marker:before{content:"\e638"}.pe-7s-mail:before{content:"\e639"}.pe-7s-mail-open:before{content:"\e63a"}.pe-7s-mail-open-file:before{content:"\e63b"}.pe-7s-magnet:before{content:"\e63c"}.pe-7s-loop:before{content:"\e63d"}.pe-7s-look:before{content:"\e63e"}.pe-7s-lock:before{content:"\e63f"}.pe-7s-lintern:before{content:"\e640"}.pe-7s-link:before{content:"\e641"}.pe-7s-like:before{content:"\e642"}.pe-7s-light:before{content:"\e643"}.pe-7s-less:before{content:"\e644"}.pe-7s-keypad:before{content:"\e645"}.pe-7s-junk:before{content:"\e646"}.pe-7s-info:before{content:"\e647"}.pe-7s-home:before{content:"\e648"}.pe-7s-help2:before{content:"\e649"}.pe-7s-help1:before{content:"\e64a"}.pe-7s-graph3:before{content:"\e64b"}.pe-7s-graph2:before{content:"\e64c"}.pe-7s-graph1:before{content:"\e64d"}.pe-7s-graph:before{content:"\e64e"}.pe-7s-global:before{content:"\e64f"}.pe-7s-gleam:before{content:"\e650"}.pe-7s-glasses:before{content:"\e651"}.pe-7s-gift:before{content:"\e652"}.pe-7s-folder:before{content:"\e653"}.pe-7s-flag:before{content:"\e654"}.pe-7s-filter:before{content:"\e655"}.pe-7s-file:before{content:"\e656"}.pe-7s-expand1:before{content:"\e657"}.pe-7s-exapnd2:before{content:"\e658"}.pe-7s-edit:before{content:"\e659"}.pe-7s-drop:before{content:"\e65a"}.pe-7s-drawer:before{content:"\e65b"}.pe-7s-download:before{content:"\e65c"}.pe-7s-display2:before{content:"\e65d"}.pe-7s-display1:before{content:"\e65e"}.pe-7s-diskette:before{content:"\e65f"}.pe-7s-date:before{content:"\e660"}.pe-7s-cup:before{content:"\e661"}.pe-7s-culture:before{content:"\e662"}.pe-7s-crop:before{content:"\e663"}.pe-7s-credit:before{content:"\e664"}.pe-7s-copy-file:before{content:"\e665"}.pe-7s-config:before{content:"\e666"}.pe-7s-compass:before{content:"\e667"}.pe-7s-comment:before{content:"\e668"}.pe-7s-coffee:before{content:"\e669"}.pe-7s-cloud:before{content:"\e66a"}.pe-7s-clock:before{content:"\e66b"}.pe-7s-check:before{content:"\e66c"}.pe-7s-chat:before{content:"\e66d"}.pe-7s-cart:before{content:"\e66e"}.pe-7s-camera:before{content:"\e66f"}.pe-7s-call:before{content:"\e670"}.pe-7s-calculator:before{content:"\e671"}.pe-7s-browser:before{content:"\e672"}.pe-7s-box2:before{content:"\e673"}.pe-7s-box1:before{content:"\e674"}.pe-7s-bookmarks:before{content:"\e675"}.pe-7s-bicycle:before{content:"\e676"}.pe-7s-bell:before{content:"\e677"}.pe-7s-battery:before{content:"\e678"}.pe-7s-ball:before{content:"\e679"}.pe-7s-back:before{content:"\e67a"}.pe-7s-attention:before{content:"\e67b"}.pe-7s-anchor:before{content:"\e67c"}.pe-7s-albums:before{content:"\e67d"}.pe-7s-alarm:before{content:"\e67e"}.pe-7s-airplay:before{content:"\e67f"}@media only screen and (max-width: 767px){
	body.admin-bar .category-dropdown .select2-dropdown{
		margin-top: 46px;
	}
	/* Home Organic */
	body .slideshow-margin{
		margin-top:-50px !important;
	}
	.header-v7 .shopping-cart-wrapper{
		width: auto;
		float: right;/* rtl */
	}
	/* RESET VISUAL */
	.box-boxshadow{
		padding:0 10px 0 10px;
		margin-top:0;
	}
	.vc_column_container:after{
		display:table;
		content:"";
		clear:both;
	}
	body .dokan-store-sidebar.dokan-w3,
	body .dokan-single-store.dokan-w8{
		width:100%;
		clear:both;
		float:none;
		padding-left:0;
		padding-right:0;
	}
	/* HEADER */
	.header-top .header-left{
		position:absolute;
		left:0;/* rtl */
		top:10px;
		float:none;
		z-index: 900;
	}
	.header-top .header-right{
		width:100%;/* rtl */
	}
	/* Header version 1 */
	.header-v1 .group-meta-header{
		padding-left:10px;
		padding-right:10px;
	}
	body .ic-mobile-menu-button{
		display:inline-block !important;
		float:left; /* rtl */
		width:50px;
		font-size:24px;
		line-height:26px;
		text-align:center;
		cursor:pointer;
		z-index:9;
	}
	.header-v1 .container{
		padding-left:0;
		padding-right:0;
	}
	header .logo-wrapper.logo-vetical-ipad{
		display:inline-block;
		width:100%;
		text-align:center;
		position:relative;
		padding:20px 0;
	}
	.header-v1 .header-top .header-left{
		display:none !important;
	}
	.header-v1 .header-top .header-right{
		width:100%;
		display:inline-block;
		padding-left:0 !important;
		padding-right:0 !important;
	}
	.header-v1 .header-top,
	.header-v1 > .container,
	.header-v1 .header-top, 
	.header-v1 .header-bottom,
	.header-v1 .header-top  > *, 
	.header-v1 .header-bottom  > *{
		display:block;
	}
	.header-v1 .top-right{
		padding-bottom:0;
		padding-top:10px;
	}
	.header-v1 .group-meta-header{
		width:100%;
		border-width:1px 0 0 0;
		border-style:solid;
	}
	.header-v1 .shopping-cart-wrapper{
		display:none !important;
	}
	.header-v1 .header-bottom .header-right{
		padding-top:4px;
		padding-bottom:4px;
	}
	.header-v1 .header-right .menu-wrapper{
		padding:0;
	}
	header .header-v1 .search-wrapper{
		margin-left:0;
		margin-right:0;
		width:100%;
	}
	header .header-v1 .search-wrapper .search-field, 
	header .header-v1 .search-wrapper form, 
	header .header-v1 .search-wrapper input[type="text"]{
		max-width:100%;
	}
	/* Header version 2 */
	.header-v2 .header-middle,
	.header-v5 .header-middle{
		padding-top:20px;
		padding-bottom:20px;
	}
	header .header-v2 .logo-wrapper,
	header .header-v5 .logo-wrapper{
		width:100%;
		text-align:center;
	}
	header .header-v2 .search-wrapper,
	header .header-v5 .search-wrapper{
		margin-top:20px;
	}
	.header-middle .menu-wrapper{
		display:none !important;
	}
	.header-top > .container,
	.page-template-fullwidth-template .ts-header .header-top > .container{
		padding-left:0;
		padding-right:0;
	}
	.layout-fullwidth .header-middle > .container,
	.layout-fullwidth .breadcrumb-title-wrapper .breadcrumb-content,
	.layout-fullwidth .header-top > .container, 
	.layout-fullwidth .header-middle > .container, 
	.layout-fullwidth .header-bottom > .container,
	#main > .fullwidth-template,
	.page-template-fullwidth-template .ts-header .container,
	.page-template-fullwidth-template footer .container{
		padding-left:10px;
		padding-right:10px;
	}
	.layout-fullwidth .container.no-padding,
	.layout-fullwidth #main > .page-container{
		padding-left:0px;
		padding-right:0px;
	}
	.header-top{
		padding-bottom:0;
		padding-top:10px;
	}
	.header-v3 .header-top, 
	.header-v4 .header-top,
	.header-v6 .header-top{
		padding-bottom:0;
	}
	.header-middle{
		padding-top:20px;
		padding-bottom:20px;
	}
	.header-middle > .container{
		display:block
	}
	.header-middle > .container > div{
		display:block;
		text-align:center;
	}
	header .header-v3 .search-wrapper,
	header .header-v4 .search-wrapper{
		margin-bottom:20px;
	}
	header .header-v4 .search-wrapper{
		margin-top:20px;
	}
	header .header-v6 .search-content input[type="text"]{
		padding-top:16px;
		padding-bottom:16px;
	}
	.header-middle > .container > div.shopping-cart-wrapper{
		display:none;
	}
	.header-middle > .container > div.banner-middle-content{
		margin:15px 0;
	}
	.ts-header .logo-wrapper{
		width:100%;
		text-align:center;
	}
	.ts-header .header-v3 .logo-wrapper{
		padding:20px 0;
	}
	header .header-v7 .search-wrapper{
		margin-top:20px;
	}
	.toggle-search{
		display:none !important;
	}
	header .header-v4 .search-wrapper{
		position:relative;
		top:auto !important;
		left:auto !important;
		right:auto !important;
		bottom:auto !important;
		transform:none;
		-webkit-transform:none;
		-moz-transform:none;
	}
	header.ts-header .header-v3 .search-wrapper .ts-search-by-category, 
	header.ts-header .header-v4 .search-wrapper .ts-search-by-category,
	header.ts-header .header-v6 .search-wrapper .ts-search-by-category{
		visibility: visible;
		opacity: 1;
		position:relative;
		top:auto;
		left:auto;
		right:auto;
		bottom:auto;
	}
	.header-v3 .ts-search-by-category .search-table .search-content, 
	.header-v4 .ts-search-by-category .search-table .search-content,
	.header-v6 .ts-search-by-category .search-table .search-content{
		max-width:100%;
		width:100%;
	}
	.ts-header .search-wrapper .search-field, 
	.ts-header .search-wrapper form,
	.ts-header .search-wrapper input[type="text"]{
		width:100%;
	}
	.menu-wrapper > .ts-menu > nav{
		display:none !important;
	}
	.vertical-menu-wrapper{
		width:100%;
	}
	.vertical-menu-wrapper .vertical-menu{
		position:static;
		opacity:1;
		visibility:visible
	}
	.vertical-menu-wrapper:hover .vertical-menu{
		animation:none;
		-webkit-animation:none;
		-moz-animation:none;
		display:none;
	}
	.display-vertical-menu .vertical-menu-wrapper .vertical-menu{
		display:none;
	}
	.menu-wrapper .vertical-menu > ul.menu li:hover > ul.sub-menu, 
	.widget-container .vertical-menu > ul.menu li:hover > ul.sub-menu,
	.menu-wrapper .vertical-menu > ul.menu ul.sub-menu li:hover > ul.sub-menu{
		display:none;
		animation:none;
		-webkit-animation:none;
		-moz-animation:none;
	}
	#page.menu-mobile-active > .menu-wrapper{
		-webkit-transform: translate(-100%,0);/* rtl */
		-moz-transform: translate(-100%,0);/* rtl */
		-ms-transform: translate(-100%,0);/* rtl */
		transform: translate(-100%,0);/* rtl */
	}
	#page.menu-mobile-active:before{
		visibility:hidden;
	}
	/* MENU PHONE */
	.mobile-menu span.ts-menu-drop-icon{
		position:absolute;
		display: inline-block;
		top:4px;
		left:auto;
		bottom:auto;
		right:10px;/* rtl */
		z-index:3;
		cursor:pointer;
		padding:7px 10px;
	}
	.mobile-menu span.ts-menu-drop-icon:before{
		content: "\f0d7";
		font-family: 'FontAwesome';
	}
	.mobile-menu span.ts-menu-drop-icon.active:before{
		 content: "\f0d8";
	}
	.mobile-menu-wrapper ul{
		margin:0;
	}
	.ic-mobile-menu-button{
		width:50px;
		float:left; /* rtl */
		display:inline-block;
		cursor:pointer;
		font-size:24px;
		text-align:center;
	}
	.ic-mobile-menu-close-button{
		width:50px;
		display:inline-block;
		cursor:pointer;
		font-size:24px;
		text-align:center !important;
		padding:7px 0;
	}
	.mobile-menu-wrapper{
		text-align:center;
	}
	.mobile-menu-wrapper > *{
		text-align:left /* rtl */
	}
	.mobile-menu-wrapper .mobile-menu > ul.menu,
	.mobile-menu-wrapper .mobile-menu > ul.menu ul{
		margin:0;padding:0;
	}
	.mobile-menu-wrapper .mobile-menu > ul.menu ul{
		padding-top:10px;
		padding-bottom:15px;
		border-width:1px 0 0 0;
		border-style:solid;
		border-color:rgba(135,135,135,0.2);
	}
	.mobile-menu-wrapper .mobile-menu ul.sub-menu li > a{
		padding-left:30px /* rtl */
	}
	.mobile-menu-wrapper .mobile-menu ul.sub-menu li li > a{
		padding-left:50px /* rtl */
	}
	.mobile-menu-wrapper li{
		list-style:none;
		width:100%;
		padding:0;
		margin:0;
		position:relative;
	}
	.mobile-menu-wrapper li a{
		width:100%;
		padding:11px 20px;
		display:inline-block;
		border-width:1px 0 0 0;
		border-style:solid;
		border-color:rgba(135,135,135,0.2);
		z-index:1;
		position:relative;
		text-transform:uppercase;
	}
	.mobile-menu-wrapper li li a{
		border:0;
		text-transform:none;
		padding-top:8px;
		padding-bottom:8px;
	}
	.mobile-menu-wrapper li a:hover{
		text-decoration:none;
	}
	#page > header,
	#page > #main,
	#page > footer{
		transition: transform 200ms ease 0s;
		-webkit-transition: transform 200ms ease 0s;
		-moz-transition: transform 200ms ease 0s;
	}
	#page.menu-mobile-active .mobile-menu-wrapper{
		-webkit-transform: translate(0,0);
		-moz-transform: translate(0,0);
		-ms-transform: translate(0,0);
		transform: translate(0,0);
	}
	#page:before{
		position:absolute;
		visibility:hidden;
		left:-1px;/* rtl */
		right:0;
		bottom:0;
		top:0;
		content:"";
		background:rgba(0,0,0,0.5);
		z-index:9999;
		transition: all 200ms ease 0s;
		-webkit-transition: all 200ms ease 0s;
		-moz-transition: all 200ms ease 0s;
		-webkit-transform: translate(0,0);
		-moz-transform: translate(0,0);
		-ms-transform: translate(0,0);
		transform: translate(0,0);
	}
	#page.menu-mobile-active:before{
		visibility:visible;
	}
	/* Cart mobile */
	.header-template .shopping-cart-wrapper .ic-cart{
		width:auto;
		position:static;
	}
	.header-template  .shopping-cart-wrapper .ic-cart:before{
		font-family: 'FontAwesome';
		content: "\f290";
		font-size:16px;
		line-height:20px;
		position:relative;
		top:-1px;
		left:auto;/* rtl */
		right:auto;/* rtl */
		bottom:0;
		margin-right:5px /* rtl */
	}
	.shopping-cart-wrapper .ic-cart .cart-number{
		display:none !important;
	}
	.cart-drop-icon{
		display:none !important
	}
	.shopping-cart-wrapper.cart-mobile{
		float:right;/* rtl */
		display: inline-block !important;
		margin: 0 !important;
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		bottom: auto;
		margin: 0 !important;
		padding: 0 !important;
	}
	.shopping-cart-wrapper.cart-mobile:after{
		display:table;
		content:"";
		clear:both;
	}
	.shopping-cart-wrapper.cart-mobile .ts-tiny-cart-wrapper{
		border:0;
		position:relative;
	}
	.shopping-cart-wrapper.cart-mobile a.cart-control{
		padding:0; /* rtl */
	}
	.shopping-cart-wrapper.cart-mobile .ts-tiny-cart-wrapper .ic-cart:after{
		display:none;
	}
	.shopping-cart-wrapper.cart-mobile .ts-tiny-cart-wrapper .ic-cart .ic{
		top:7px;
		left:0 /* rtl */
	}
	.dropdown-container,
	.ts-tiny-account-wrapper:before{
		display:none !important;
	}
	/* Logo mobile */
	.logo-wrapper .normal-logo{
		display:none;
	}
	.logo-wrapper .normal-logo.mobile-logo{
		display:inline-block;
	}
	.fullwidth-template-padding .fullwidth-template{
		padding-left:10px;
		padding-right:10px;
	}
	/* Header version 6 */
	.header-v6 .header-top .shopping-cart-wrapper{
		display:inline-block !important;
		float:right;/* rtl */
	}
	.header-v6 .header-middle > .container > div{
		width:100%;
	}
	header .header-v6 .search-table .search-content input[type="text"]{
		padding-left:0;/* rtl */
		padding-right:35px;/* rtl */
	}
	header .header-v6 .logo-wrapper{
		padding:10px 0;
	}
	.header-v3 .header-middle, 
	.header-v6 .header-middle{
		clear:both;
	}
	header .header-v6 .ts-search-by-category{
		transform:none;
		-webkit-transform:none;
		-moz-transform:none;
	}
	/* HOME SUPERMARKET 1 */
	.home1-fix-columns-slideshow .vc_column_container .vc_col-sm-3,
	.home1-fix-columns-slideshow .vc_column_container .vc_col-sm-8,
	.home1-fix-columns-slideshow .vc_column_container .vc_col-sm-4,
	.home1-fix-columns-slideshow .vc_column_container .vc_col-sm-6{
		width:100%;
	}
	.home1-fix-columns-slideshow .vc_column_container .vc_col-sm-3,
	.home1-fix-columns-slideshow .vc_column_container .vc_col-sm-6{
		margin-bottom:20px;
	}
	.fix-columns-hotdeals .vc_col-sm-4{
		width:calc(100% + 2px);
	}
	.fix-columns-hotdeals .vc_col-sm-8{
		width:100%;
	}
	/* HOME SUPERMARKET 2 */
	.fix-width-col-one-third .vc_col-sm-4{
		display:none;
	}
	.hidden-button-product .woocommerce .ts-product.item-list .products .product{
		margin-bottom:20px;
	}
	.fix-width-col-one-third .vc_col-sm-8{
		width:100%;
		padding-left:10px !important;
		padding-right:10px !important;
	}
	/* FULLWIDTH TEMPLATE */
	#main > .fullwidth-template{
		padding-left:10px;
		padding-right:10px;
	}
	/* HOME FUNITURE */
	.footer-two-column:before{
		display:none;
	}
	.style-2 .mailchimp-subscription{
		max-width:100%;
	}
	.footer-two-column .vc_col-sm-8{
		padding-left:10px; /* rtl */
		padding-right:10px; /* rtl */
	}
	/* HOME ELECTRONIC */
	.vetical-slideshow,
	.fullwidth-tab{
		width:100%;
		margin-left:0 !important;
		margin-right:0 !important;
	}
	.vertical-banner{
		width:100%;
	}
	.fullwidth-deal{
		width:100%;
	}
	/* COMING SOON */
	.blank-page-template .ts-mailchimp-subscription-shortcode{
		padding-left:0;
		padding-right:0;
	}
	/* WISHLIST */
	.show-title-form.button{
		float: none;/* rtl */
	}
	.wishlist-title-with-form h2{
		width: 100%;
		float: none !important;
	}
	ul.wishlist_table li{
		width: 50%;
	}
	ul.wishlist_table li:nth-child(3n + 1){
		clear: none;
	}
	ul.wishlist_table li:nth-child(2n + 1){
		clear: both;
	}
	/* BREADCRUMB */
	.breadcrumb-title-wrapper.breadcrumb-v3 .breadcrumb-content{
		height:auto;
	}
	.breadcrumb-title-wrapper.breadcrumb-v3{
		padding:0;
		position:relative;
	}
	#main > .page-container.show_breadcrumb_v3,
	#main > .fullwidth-template.show_breadcrumb_v3{
		margin-top:0;
	}
	.breadcrumb-title-wrapper.breadcrumb-v3:after{
		display:none;
	}
	.breadcrumb-title-wrapper .breadcrumb-content{
		height:100px;
		padding-top:20px;
		padding-bottom:20px;
	}
	.breadcrumb-title-wrapper.breadcrumb-v2 .breadcrumb-content{
		padding-top:0;
		padding-bottom:0;
	}
	html h2, 
	html .h2, 
	html h1.wpb_heading, 
	html .ts-heading h2, 
	html .breadcrumb-title-wrapper .breadcrumb-title h1{
		font-size:22px;
		line-height:26px;
	}
	html h1,
	html .h1,
	html .ts-heading h1
	{
		font-size:26px;
		line-height:30px;
	}
	html .h1-big, 
	html .h2-big{
		font-size:36px;
		line-height:40px;
	}
	.woocommerce .products.list .product .price, 
	.woocommerce .products.list .product .price .amount{
		font-size:20px;
	}
	/* RESET */
	.ts-columns > .ts-item{
		width:100%;
	}
	#to-top{
		right:0;/* rtl */
		bottom:0;
	}
	.woocommerce table.shop_table_responsive tr td:before, 
	.woocommerce-page table.shop_table_responsive tr td:before{
		float:left;/* rtl */
	}
	.woocommerce table.shop_table_responsive tr td, 
	.woocommerce-page table.shop_table_responsive tr td{
		text-align:right !important /* rtl */
	}
	/* CONTACT US */
	.contact-form .col-1, 
	.contact-form .col-2{
		width:100%;
	}
	/* PORTFOLIO DETAIL */
	.single-portfolio .thumbnails{
		width:100%;
		padding-left:0;/* rtl */
		padding-right:0; /* rtl */
	}
	article.single-portfolio .entry-content{
		width:100%;
		margin-top:30px !important;
	}
	/* MAIN CONTENT */
	.visible-ipad{
		display:none !important
	}
	div#main{
		min-height:200px;
	}
	.tp-leftarrow.tparrows,
	.tp-rightarrow.tparrows,
	.wpb_gallery .wpb_flexslider .flex-direction-nav a,
	.theme-default .nivo-directionNav a,
	.ts-product-category-slider-wrapper.ts-slider .owl-nav > div{
		width:28px !important;
		height:28px !important;
		line-height:28px !important;
		min-height:28px;
		min-width:28px;
	}
	.tp-leftarrow.tparrows:before,
	.tp-rightarrow.tparrows:before,
	.wpb_gallery .wpb_flexslider .flex-direction-nav a:before,
	.theme-default .nivo-directionNav a:before,
	.ts-product-category-slider-wrapper.ts-slider .owl-nav > div:before{
		font-size:18px !important;
		line-height:26px !important;
	}
	body .rev_slider_wrapper .ts-revo-button.tp-button,
	body rs-module-wrap .ts-revo-button.tp-button{
		line-height:14px !important
	}
	.tp-leftarrow,
	.tp-rightarrow,
	.wpb_gallery .wpb_flexslider .flex-direction-nav a,
	.theme-default .nivo-directionNav a{
		width:24px !important;height:24px !important;
		line-height:24px !important;
	}
	.tp-leftarrow:before,
	.tp-rightarrow:before,
	.wpb_gallery .wpb_flexslider .flex-direction-nav a:before,
	.theme-default .nivo-directionNav a:before{
		font-size:20px;
		line-height:24px !important;
	}
	/* WIDGET */
	/* Widget Recomment */
	.comment_list_widget .comment-meta > .avatar{
		width:60px;
	}
	/* Widget Mega Menu */
	.menu-wrapper .vertical-menu > ul.menu > li > .ts-menu-drop-icon{
		display:inline-block !important;
		position:absolute;
		z-index:99;
		left:auto;
		right:0;/* rtl */
		top:9px;
		width:40px;
		height:30px;
		line-height:30px;
		text-align:center;
		cursor:pointer;
		border:0 !important;
	}
	.vertical-menu ul.sub-menu:before{
		background-image:none !important;
	}
	.ts-mega-menu{
		width:100% !important;
	}
	.header-template .menu-wrapper .vertical-menu > ul.menu > li > a, 
	.header-template .menu-wrapper .vertical-menu > ul.menu > li > a:first-child{
		padding-top:20px;
		padding-bottom:20px;
	}
	.header-template .menu-wrapper .vertical-menu > ul.menu > li > a{
		display:inline-block;
		height:auto;
	}
	.menu-wrapper .vertical-menu > ul.menu > li .ts-menu-drop-icon{
		background:transparent !important;
	}
	.menu-wrapper .vertical-menu > ul.menu > li .ts-menu-drop-icon:before{
		content: "\f0d7" !important;
	}
	.menu-wrapper .vertical-menu > ul.menu > li .ts-menu-drop-icon.active:before{
		content: "\f0d8" !important;
	}
	.menu-wrapper .vertical-menu > ul.menu > li ul.sub-menu:before{
		border-width:1px 0 0 0;
	}
	.menu-wrapper .vertical-menu > ul.menu ul li > .ts-menu-drop-icon,
	.ts-menu > nav.pc-menu > ul.menu li ul .ts-menu-drop-icon{
		right:-12px /* rtl */
	}
	.menu-wrapper .vertical-menu > ul.menu ul.sub-menu li ul ul.sub-menu{
		padding:15px 15px 18px 15px;
		margin:10px 0;
	}
	.menu-wrapper .vertical-menu > ul.menu li ul ul.sub-menu:before{
		border-width:1px 0 1px 0;
		right:0 !important;
		left:0 !important;
	}
	.menu-wrapper .vertical-menu > ul.menu ul li > .ts-menu-drop-icon{
		top:6px;
		margin:0;
	}
	.menu-wrapper .vertical-menu > ul.menu li ul.sub-menu{
		left:auto !important;
		right:auto !important;
		top:auto !important;
		bottom:auto !important;
		min-height:0 !important;
		animation: none !important;
		-webkit-animation: none !important;
		-moz-animation: none !important;
		visibility:visible !important;
		opacity:1 !important;
		display:none;
		position:relative !important;
		background-image:none !important;
		width:100% !important;
		max-width:100% !important;
		border:0 !important;
	}
	/* Dropdown widget megamenu */
	.widget-container .ts-mega-menu,
	.widget-container .vertical-menu > ul.menu > li ul li.widget_nav_menu, 
	.widget-container .vertical-menu div.list-link{
		width:100% !important;
	}
	.widget-container .vertical-menu > ul.menu > li.parent > a >.menu-label:after,
	#right-sidebar .widget-container .vertical-menu > ul.menu > li.parent > a >.menu-label:after,
	.widget-container .vertical-menu > ul.menu > li.menu-item-has-children:not(.parent) > a >:before,
	#right-sidebar .widget-container .vertical-menu > ul.menu > li.menu-item-has-children:not(.parent) > a >:before{
		content: "\f107" !important;
	}

	/* Fix Widget For Top Product Categories Widget Area */
	.product-category-top-content .widget-title-wrapper a.block-control{
		display:none !important;
	}
	.product-category-top-content .widget-container > form,
	.product-category-top-content .widget-container > div,
	.product-category-top-content .widget-container > select,
	.product-category-top-content .widget-container > ul{
		display:block !important;
	}
	.ts-sidebar.product-category-top-content .widget-container{
		width:100%;
		margin:0;
		float:none;/* rtl */
	}
	/* Widget Filter Price */
	.widget_price_filter > form{
		width:100%;
	}
	/* Widget Button */
	.ts-widget-main a.block-control{
		display:none !important;
	}
	.ts-widget-main .widget-container > div,
	.ts-widget-main .widget-container > form{
		display:inline-block !important;
	}
	.widget-title-wrapper{
		position:relative;
	}
	.widget-title-wrapper a.block-control:hover{
		text-decoration:none;
	}
	.widget-title:after{
		bottom:-1px;
	}
	.widget-title-wrapper a.block-control{
		position:absolute;
		content:"";
		width:30px;
		height:30px;
		display:inline-block;
		line-height:0;
		right:-15px; /* rtl */
		top:8px;
		text-align:center;
		text-indent:0;
		z-index:999;
	}
	.widget-container.ts-products-widget .widget-title-wrapper a.block-control,
	.widget-container.ts-products-tabs-widget .widget-title-wrapper a.block-control{
		right:5px; /* rtl */
	}
	.widget-container .owl-nav, 
	.widget .owl-nav{
		right:20px;/* rtl */
	}
	.ts-products-widget .widget-title{
		padding-right:90px;/* rtl */
	}
	.wpb_widgetised_column .ts-products-widget .widget-title{
		padding-right:70px;/* rtl */
	}
	.ts-recent-comments-widget .widget-title, 
	.ts-blogs-widget .widget-title{
		padding-right:70px;/* rtl */
	}
	.wpb_widgetised_column .ts-recent-comments-widget .widget-title, 
	.wpb_widgetised_column .ts-blogs-widget .widget-title{
		padding-right:50px;/* rtl */
	}
	.widget-container.ts-products-widget .owl-nav{
		right:24px;/* rtl */
	}
	.wpb_widgetised_column .widget-container.ts-products-widget .owl-nav{
		right:10px;/* rtl */
	}
	.wpb_widgetised_column .widget-container .owl-nav,
	.wpb_widgetised_column .widget .owl-nav{
		right:-10px;/* rtl */
	}
	.mailchimp-subscription .widget-title-wrapper a.block-control,
	.widget_search .widget-title-wrapper a.block-control,
	.widget_product_search .widget-title-wrapper a.block-control,
	.widget_display_search .widget-title-wrapper a.block-control,
	.widget_calendar .widget-title-wrapper a.block-control,
	.widget_calendar:before{
		display:none !important;
	}
	section.widget_display_search > form input[type="text"], 
	section.widget_product_search > form input[type="search"], 
	section.widget_search > form input[type="text"]{
		margin-bottom:20px;
	}
	.widget_calendar .widget-title{
		margin-left:0;
		margin-right:0;
	}
	.widget_calendar .calendar_wrap,
	section.widget_display_search > form, 
	section.widget_product_search > form, 
	section.widget_search > form,
	.mailchimp-subscription .subscribe-widget,
	.mailchimp-subscription img.bg-newsletter{
		display:block !important;
	}
	.mailchimp-subscription{
		max-width:340px;
		margin-left:auto;
		margin-right:auto;
	}
	footer .widget-title-wrapper a.block-control{
		top:0;
	}
	.feedburner-subscription .widget-title-wrapper a.block-control{
		top:-2px;
	}
	.widget-title-wrapper a.block-control:before{
		content: "\f0fe";
		font-family: 'FontAwesome';
		font-size:16px;
		line-height:30px;
		text-indent:0;
	}
	.widget-title-wrapper a.block-control.active:before{
		content: "\f146";
	}
	/* GALLERY */
	.ts-gallery-img.columns-4 li,
	.ts-gallery-img.columns-5 li{
		width:50%;
	}
	.ts-gallery-img.columns-4 li:nth-child(2n+1),
	.ts-gallery-img.columns-5 li:nth-child(2n+1){
		clear:both;
	}
	/* FIX ORDER DISPLAY FLEX */
	.ts-sidebar .widget-container{
		margin-bottom:20px;
	}
	.page-container{
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		flex-flow: row wrap;
		max-width:100%;
		margin-left:0;
		margin-right:0;
	}
	#right-sidebar{ 
		-ms-flex-order: 3;
		order: 3;
		flex: 1 100%;
		flex: 1 1 100%;
		max-width:100%;
	}
	#left-sidebar{ 
		-ms-flex-order: 2;
		order: 2;
		flex: 1 100%;
		flex: 1 1 100%;
		max-width:100%;
	}
	#main-content{ 
		-ms-flex-order: 1;
		order: 1;
		flex: 1 100%;
		flex: 1 1 100%;
		max-width:100%;
	}
	body.archive.woocommerce .page-container{
		display:block;
	}
	body.archive.woocommerce #right-sidebar,
	body.archive.woocommerce #left-sidebar,
	body.archive.woocommerce #main-content{ 
		-ms-flex-order: initial;
		order: initial;
		max-width:100%;
	}
	#main-content.ts-col-24{
		-ms-flex-order: initial;
		order: initial;
	}
	.hidden-phone{display:none !important;}
	.visible-phone{display:block !important}
	/* WOOCOMMERCE */
	.woocommerce .cart-collaterals .cart_totals, 
	.woocommerce .cart-collaterals .cross-sells, 
	.woocommerce .cart-collaterals .shipping_calculator, 
	.woocommerce-page .cart-collaterals .cart_totals, 
	.woocommerce-page .cart-collaterals .cross-sells, 
	.woocommerce-page .cart-collaterals .shipping_calculator{
		text-align:left /* rtl default woocommerce */
	}
	.woocommerce .col2-set .col-1{
		margin-bottom:30px;
	}
	body input, 
	body select, 
	body textarea,
	body input[type="search"], 
	body input[type="text"], 
	body input[type="password"], 
	body input[type="number"], 
	body input[type="email"], 
	body input[type="tel"], 
	body input[type="date"], 
	body select, 
	body textarea{
		width:100%;
		max-width:100%;
	}
	/* CHECK OUT */
	.woocommerce table.cart td.actions .coupon .input-text{
		width:60%;
		float:left;/* rtl */
		max-width:100%;
		margin-right:2%;/* rtl */
	}
	.woocommerce table.cart td.actions .coupon .button {
		width:38%;
		margin:0;
		float:left;/* rtl */
	}
	.woocommerce table.cart td > input.button{
		margin-left:0;
		margin-right:0;
		width:100%;
		display:inline-block
	}
	.woocommerce table.cart td.actions .coupon{
		float:none;/* rtl */
		margin-bottom:0;
		padding-bottom:0;
		width:100%;
		display:inline-block;
	}
	.woocommerce .checkout .col2-set, 
	#order_review_heading, 
	.woocommerce .checkout #order_review{
		float:none;/* rtl */
		width:100%;
	}
	.woocommerce .checkout .col2-set,
	.checkout-login-coupon-wrapper{
		width:100%;
		padding-right:0;/* rtl */
	}
	/* BLOG DETAIL */
	#comment-wrapper{
		margin-bottom:50px;
	}
	/* SHOPPING CART */
	.woocommerce table.cart td.actions .coupon{
		width:100%;
	}
	table.shop_table.cart th{
		font-size:13px;
		line-height:16px;
	}
	table.shop_table.cart th.product-name{
		min-width:100px;
	}
	table.shop_table.cart .amount{
		font-size:14px;
		line-height:16px;
	}
	.woocommerce table.cart td.actions .coupon .input-text{
		width:58%;
		max-width:100%;
		margin-right:2%;/* rtl */
	}
	.woocommerce table.cart td.actions .coupon input[type="submit"]{
		width:40%;
		margin:0;
	}
	.woocommerce table.cart td.actions > [type="submit"]{
		width:100%;
	}

	/* MY ACCOUNT */
	.order-total .amount{
		font-size:13px;
		line-height:20px;
	}
	.woocommerce-account .woocommerce-MyAccount-navigation{
		width:100% !important;
	}
	.woocommerce-account .woocommerce-MyAccount-content{
		margin:20px 0 0 0;/* rtl */
		clear:both;
		padding:0 !important;
		display:inline-block;
		width:100%;
	}
	/* PRODUCT DETAIL */
	.woocommerce div.product:not(.vertical-thumbnail) .product_title{
		padding:0 50px 0 0;/* rtl */
	}
	body div.product p.price .woocommerce-Price-amount, 
	body div.product .single_variation .amount, 
	body.woocommerce div.product .single_variation .amount{
		font-size:20px;
		line-height:24px;
	}
	div.product .summary > .price{
		margin:5px 0 12px 0;
	}
	.woocommerce div.product.vertical-thumbnail div.images-thumbnails div.images{
		margin-left:100px /* rtl */
	}
	.woocommerce div.product.vertical-thumbnail .thumbnails{
		width:90px;
	}
	div.product.vertical-thumbnail .thumbnails li{
		padding-top:10px;
	}
	.woocommerce div.product.vertical-thumbnail .thumbnails{
		margin-top:-10px;
	}
	.vertical-thumbnail .images-thumbnails > .thumbnails .owl-nav > div.owl-next{
		top:11px;
	}
	.woocommerce div.product .woocommerce-tabs ul.tabs li{
		min-width:110px;
	}
	.woocommerce div.product .woocommerce-tabs.accordion-tabs{
		padding-top:20px;
	}
	/* SHOP PAGE */
	body.woocommerce .products .product.product-category.first{
		clear:none;
	}
	body.woocommerce .products .product.product-category{
		width:50% !important;
		float:left/* rtl */
	}
	body.woocommerce .products .product.product-category:nth-child(2n+1){
		clear:both;float:left;/* rtl */
	}
	.woocommerce .products.list .product .product-wrapper .thumbnail-wrapper{
		width:35%;
	}
	.woocommerce .products.list .product .product-wrapper .meta-wrapper{
		width:65%;
		padding:0 0 0 20px; /* rtl */
	}
	.woocommerce .woocommerce-ordering{
		clear:both;
		float:left;/* rtl */
	}
	
	/* SHORTCODE */
	/* Shortcode Tab */
	body.wpb-js-composer .vc_tta.vc_tta-tabs .vc_tta-panel-heading{
		display:none;
	}
	/* Shortcode Tour Section */
	body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tab a:after, 
	body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tab.vc_active a:after, 
	body.wpb-js-composer .vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-left .vc_tta-tab.vc_active > a:after{
		bottom:-4px;
		top:auto;
		right:auto;
		left:50%;
		margin-left:-5px;
		content:"\f0dd";
	}
	body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-tab a:after, 
	body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-tab.vc_active a:after, 
	body.wpb-js-composer .vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-right .vc_tta-tab.vc_active > a:after{
		top:1px;
		bottom:auto;
		right:auto;
		left:50%;
		margin-left:-5px;
		content:"\f0de";
	}
	body.wpb-js-composer .vc_tta.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-panels-container, 
	body.wpb-js-composer .vc_tta.vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-panels-container,
	body.wpb-js-composer .vc_tta.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tabs-container, 
	body.wpb-js-composer .vc_tta.vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-tabs-container{
		width:100%;
	}
	body.wpb-js-composer .vc_tta.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-panels-container{
		margin-top:20px;
	}
	body.wpb-js-composer .vc_tta.vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-panels-container{
		margin-bottom:15px;
	}
	body.wpb-js-composer .vc_tta.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-panels-container, 
	body.wpb-js-composer .vc_tta.vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-panels-container{
		padding-left:0;
		padding-right:0;
	}
	/* Shortcode Video */
	.vc_row.ts-video-bg > .wpb_column{
		padding-top:80px;
		padding-bottom:80px;
	}
	.ts-youtube-video-bg .mb_YTPBar, 
	.ts-hosted-video-bg .video-control{
		display:none !important;
	}
	.ts-youtube-video-bg .loading{
		top:30px;
	}
	/* Shortcode Countdown */
	.ts-countdown.style-border .counter-wrapper > div,
	.ts-countdown .counter-wrapper > div,
	.vc_col-sm-6 .ts-countdown.style-border .counter-wrapper > div, 
	.vc_col-sm-6 .ts-countdown .counter-wrapper > div{
		width:70px;
		padding:7px 5px;
		margin:0 5px;
	}
	.ts-countdown.style-border .counter-wrapper .number-wrapper,
	.vc_col-sm-6 .ts-countdown.style-border .counter-wrapper .number-wrapper{
		padding:17px 5px;
	}
	.vc_col-sm-6 .ts-countdown.style-border .counter-wrapper > div .ref-wrapper,
	.ts-countdown.style-border .counter-wrapper > div .ref-wrapper{
		font-size:14px;
		line-height:16px;
		margin-top:8px;
	}
	.ts-countdown .counter-wrapper .number,
	.vc_col-sm-6 .ts-countdown .counter-wrapper .number{
		font-size:26px;
		line-height:36px;
	}
	.ts-countdown .counter-wrapper > div .ref-wrapper{
		font-size:14px;
		line-height:18px;
	}
	/* Shortcode Team member */
	.ts-team-member .image-thumbnail{
		width:100%;
		display:inline-block;
	}
	.ts-team-member .content-info{
		display:inline-block;
	}
	.ts-team-member header{
		display:inline-block;
		width:100%;
	}
	/* Shortcode Tab Product Categories */
	.horizontal-tab.horizontal-style-2 .column-tabs{
		display:inline-block;
	}
	.horizontal-tab.horizontal-style-2 .column-tabs ul li:last-child{
		margin:0;
	}
	.page-template-fullwidth-template .horizontal-tab.has-banner .column-banners, 
	.page-template-fullwidth-template .horizontal-tab .column-tabs .heading-tab,
	.page-template-fullwidth-template .horizontal-tab .column-banners, 
	.page-template-fullwidth-template .horizontal-tab.has-banner .column-products,
	.page-template-fullwidth-template .horizontal-tab .column-products,
	.horizontal-tab.horizontal-style-2 .column-banners, 
	.horizontal-tab.horizontal-style-2 .column-tabs .heading-tab,
	.horizontal-tab.horizontal-style-2 .column-products{
		width:100%;
		display:inline-block;
	}
	.horizontal-tab.horizontal-style-2 .column-tabs ul{
		padding:15px 0 15px 0;/* rtl */
	}
	.horizontal-style-2.has-slider .column-tabs ul{
		padding:15px 50px 15px 0;/* rtl */
	}
	.horizontal-tab.horizontal-style-2 .column-tabs ul li{
		float:left;/* rtl */
		margin:0 20px 0 0;/* rtl */
	}
	.horizontal-tab.horizontal-style-2 .column-content{
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		flex-flow: row wrap;
		max-width:100%;
		margin-left:0;
		margin-right:0;
	}
	.horizontal-tab.horizontal-style-2 .column-banners{ 
		-ms-flex-order: 3;
		order: 3;
		flex: 1 100%;
		flex: 1 1 100%;
		max-width:100%;
		margin-top:20px !important;
		padding:0 !important;
		border-width:0;
	}
	.horizontal-tab.horizontal-style-2 .see-more-wrapper{ 
		-ms-flex-order: 2;
		order: 2;
		flex: 1 100%;
		flex: 1 1 100%;
		max-width:100%;
		position:relative;
		top:auto;
		left:auto;
		right:auto;
		padding:0;
		text-align:right; /* rtl */
	}
	.horizontal-tab.horizontal-style-2 .column-products{ 
		-ms-flex-order: 1;
		order: 1;
		flex: 1 100%;
		flex: 1 1 100%;
		max-width:100%;
		padding:0 !important;
	}
	.horizontal-tab.horizontal-style-2 .woocommerce.column-products .products{
		padding:1px 0 0 1px;
	}
	.horizontal-style-2:not(.has-slider) .woocommerce.column-products .products{
		padding:1px 1px 0 1px;
	}
	.horizontal-tab.horizontal-style-2 .woocommerce.column-products .products:before{
		right:0;
		left:0;
	}
	.horizontal-style-2:not(.has-slider) .woocommerce.column-products .products:before{
		right:1px;
		left:0;
	}
	.ts-product-in-category-tab-wrapper .column-tabs,
	.vertical-tab.column-3 .column-tabs{
		width:35.828%;
	}
	.vertical-tab .column-content,
	.vertical-tab.column-3 .column-content{
		width:64.172%
	}
	.vertical-tab .column-tabs:before,
	.vertical-tab.column-3 .column-tabs:before{
		left:35.828%;/* rtl */
	}
	.ts-product-in-category-tab-wrapper .woocommerce.columns-4 .products .product.first,
	.ts-product-in-category-tab-wrapper .woocommerce.columns-3 .products .product.first{clear:none;}
	
	.ts-product-in-category-tab-wrapper .woocommerce.columns-4 .products .product,
	.ts-product-in-category-tab-wrapper .woocommerce.columns-3 .products .product{width:50%;float:left/* rtl */}

	.ts-product-in-category-tab-wrapper .woocommerce.columns-4 .products .product:nth-child(2n+1),
	.ts-product-in-category-tab-wrapper .woocommerce.columns-3 .products .product:nth-child(2n+1){
		clear:both;float:left;/* rtl */
	}
	.ts-product-in-category-tab-2-wrapper.horizontal-tab .column-tabs ul{
		margin:10px -10px 20px -10px;
		padding:0;
	}
	.ts-product-in-category-tab-2-wrapper.horizontal-tab .column-tabs{
		text-align:center;
	}
	.ts-product-in-category-tab-2-wrapper.horizontal-tab .see-more-wrapper{
		position:static;
	}
	.ts-product-in-category-tab-2-wrapper.horizontal-tab.has-see-more-button .column-tabs ul{
		padding-left:0;
		padding-right:0;
	}
	/* Shortcode Product */
	.vc_col-sm-6 .woocommerce .ts-shortcode .products .product{
		margin-bottom:45px;
	}
	.ts-product-deals-slider-wrapper.nav-middle[data-columns="1"] .owl-nav > div{
		top:28%;
	}
	/* Shortcode Banner */
	.ts-banner-image.static-top > a,
	.ts-banner-image.static-bottom > a{
		display:inline;
	}
	.ts-banner-image.eff-scale-opacity:hover img.bg-image{
		transform:scale(1,1);
		-webkit-transform:scale(1,1);
		-moz-transform:scale(1,1);
		-ms-transform:scale(1,1);
		opacity:1;
	}
	.ts-banner-image.eff-opacity:hover img.bg-image{
		opacity:1;
	}
	.ts-banner header h2
	{
		font-size:44px;
		line-height:48px;
	}
	/* Shortcode Single Image */
	.eff-image-scale:hover img,
	.ts-banner.background-scale:hover .banner-bg, 
	.ts-banner.background-scale-dark:hover .banner-bg, 
	.ts-banner.background-scale-opacity:hover .banner-bg, 
	.ts-banner.background-scale-opacity-line:hover .banner-bg, 
	.ts-banner.background-scale-dark-line:hover .banner-bg, 
	.ts-banner.background-scale-and-line:hover .banner-bg{
		transform:none;
		-webkit-transform:none;
		-moz-transform:none;
		-ms-transform:none;
	}
	/* BLACK PAGE */
	.blank-page{
		padding:60px 20px 20px 20px
	}
	/* FOOTER */
	footer .widget-title-wrapper{
		margin-top:30px;
	}
	body .ts-footer-block .widget-title{
		margin-bottom:20px;
	}
	.payment-right{
		text-align:left; /* rtl */
		margin-bottom:18px;
	}
}
/*-----------------------------------------------------------------------------------------------------*/
/*- 2. PHONE RESPONSIVE -------------------------------------------------------------------------------*/
@media only screen and (max-width: 639px){
	/* BREADCRUMB */
	.breadcrumb-title-wrapper.breadcrumb-v3 .breadcrumb-title h1, 
	.breadcrumb-title-wrapper.breadcrumb-v3 .breadcrumbs{
		display:inline-block;
		width:100%;
		text-align:center;
	}
	.breadcrumb-title-wrapper.breadcrumb-v3{
		padding:20px 0 20px 0;
	}
	/* CONTENT RESET */
	.ts-sidebar{
		margin-bottom:40px;
	}
	#main > .page-container, 
	.container.no-padding{
		padding-left:0;
		padding-right:0;
	}
	/* PRODUCT DETAIL */
	.woocommerce div.product.vertical-thumbnail div.images-thumbnails div.images{
		margin-left:100px /* rtl */
	}
	.woocommerce div.product.vertical-thumbnail .thumbnails{
		width:90px;
	}
	.vertical-thumbnail .images-thumbnails .thumbnails.loading{
		height:150px;
	}
	.woocommerce div.product .woocommerce-tabs ul.tabs{
		margin-bottom:0;
	}
	.woocommerce div.product .woocommerce-tabs ul.tabs li{
		margin-bottom:10px;
		min-width:100px;
	}
	.woocommerce div.product .woocommerce-tabs ul.tabs li > a{
		padding-left:10px;/* rtl */
		padding-right:10px;/* rtl */
	}
	/* Next Prev Product Detail */
	div.product .single-navigation > a{
		margin:5px 0;
	}
	.woocommerce div.product div.images-thumbnails,
	.woocommerce .ts-col-18 div.product.vertical-thumbnail div.images-thumbnails,
	.woocommerce .ts-col-18 div.product div.images-thumbnails,
	.woocommerce .ts-col-18 div.product div.summary{
		width:100%;
	}
	.woocommerce div.product div.summary,
	.woocommerce .ts-col-18 div.product.vertical-thumbnail div.summary{
		width:100%;
		padding-left:0 !important;
		padding-right:0 !important;
	}
	/* Title */
	.pp_woocommerce div.product .product_title,
	.woocommerce div.product .product_title{
		margin-left:0 !important;
		margin-right:0 !important;
		padding:0 !important
	}
	div.product .summary > .price{
		padding-left:0 !important;
		padding-right:0 !important;
	}
	/* BLOG PAGE */
	.comments-area div.avatar{
		vertical-align:top;
		padding-top:15px;
	}
	.comments-area div.avatar{
		padding-right:10px;/* rtl */
	}
	.comments-area .comment-meta > span{
		padding-left:10px;/* rtl */
		margin-left:10px;/* rtl */
	}
	.comments-area .comment-meta > span:first-child{
		margin:0;
		padding:0;
	}
	.list-posts .entry-bottom .cats-link{
		float:left; /* rtl */
		margin-top:20px;
		clear:both;
	}
	.list-posts .entry-content .author{
		margin:10px 0 0 0;
	}
	.blockquote-meta .author{
		float:left;/* rtl */
	}
	/* SHOPPING CART */
	.woocommerce .cart-collaterals table.shop_table_responsive tr:nth-child(2n) td, 
	.woocommerce-page .cart-collaterals table.shop_table_responsive tr:nth-child(2n) td{
		background:transparent;
	}
	.woocommerce table.my_account_orders tr td:last-child:before{
		display:none !important;
	}
	.woocommerce table.shop_table tr:nth-child(2n) td, 
	.woocommerce-page table.shop_table tr:nth-child(2n) td{
		background:rgba(0,0,0,.025);
	}
	.woocommerce table.shop_table, 
	.woocommerce-page table.shop_table{
		border-width:0;
		display:block;
	}
	#order_review table,
	.woocommerce-cart .cart-collaterals .cart_totals table{
		display:table;
	}
	.woocommerce table.shop_table tr{
		display:inline-block;
		width:100%;
		margin-bottom:20px;
	}
	.woocommerce table.shop_table tr td:before{
		content: attr(data-title) ": ";
		font-weight: 700;
		float: left;/* rtl */
	}
	.woocommerce table.shop_table tr td.product-thumbnail:before,
	.woocommerce table.shop_table .product-remove:before,
	.woocommerce table.shop_table.cart td.actions:before{
		display:none;
	}
	.woocommerce table.shop_table td.product-thumbnail{
		width:100%;
		margin:0 auto;
		display:block;
		max-width:100%;
		text-align:center !important;/* rtl default woocommerce */
	}
	.woocommerce table.shop_table td.product-thumbnail > a{
		display: inline-block;
		width: 80px;
	}
	.woocommerce table.shop_table tbody th, 
	.woocommerce table.shop_table thead{
		display:none !important;
	}
	.woocommerce-cart .cart-collaterals .cart_totals table td{
		padding:15px 20px !important;/* rtl */
		display:table-cell;
	}
	.woocommerce-cart .cart-collaterals .cart_totals table tr{
		display:table-row;
	}
	.woocommerce table.shop_table tr td{
		display:block;
		text-align:right;/* rtl */
		padding:10px;
		border-width:1px 1px 0 1px;
		border-style:solid;
	}
	.woocommerce table.shop_table td.product-name{
		text-align:right;/* rtl */
	}
	.woocommerce table.shop_table td.product-name,
	.woocommerce table.shop_table td.product-thumbnail{
		border-width:1px 1px 0 1px;/* rtl */
		border-style:solid;
	}
	.woocommerce table.shop_table .product-remove{
		border-width:1px;
		border-style:solid;
		padding:20px !important;
		width:100%;
		max-width:100%;
		text-align:center !important;/* rtl default woocommerce */
	}
	.woocommerce table.shop_table.cart td.actions{
		padding:0;
	}
	.woocommerce table.cart td.actions .coupon{
		float:none;/* rtl */
		margin-bottom:0;
		width:100%;
	}
	.woocommerce table.cart td.actions{
		background:transparent !important;
	}
	.woocommerce-cart .cart-collaterals .cart_totals table tr.shipping td{
		text-align:right;/* rtl */
	}
	.woocommerce-cart ul#shipping_method{
		float:right;/* rtl */
		text-align:right/* rtl */
	}
	.woocommerce-cart .woocommerce-shipping-calculator{
		float:right;/* rtl */
	}
	/* CHECK OUT */
	.woocommerce table.shop_table.woocommerce-checkout-review-order-table tr:nth-child(2n) td, 
	.woocommerce-page table.shop_table.woocommerce-checkout-review-order-table tr:nth-child(2n) td{
		background:transparent;
	}
	.woocommerce table.shop_table.woocommerce-checkout-review-order-table tr{
		display:table-row;
	}
	.woocommerce table.shop_table.woocommerce-checkout-review-order-table tr.order-total td{
		border-top-width:0;
	}
	.woocommerce table.shop_table.woocommerce-checkout-review-order-table tr td{
		display:table-cell;
		border-left-width:0;
		border-right-width:0;
	}
	.woocommerce table.shop_table.woocommerce-checkout-review-order-table tr td:before{
		display:none;
	}
	/* MY ACCOUNT */
	.woocommerce table.shop_table.order_details{
		display:table;
	}
	.woocommerce table.shop_table.order_details tbody th,
	.woocommerce table.shop_table.customer_details tbody th{
		display:table-cell !important;
	}
	.woocommerce table.shop_table.order_details thead,
	.woocommerce table.shop_table.customer_details thead{
		display:table-header-group !important;
	}
	.woocommerce table.shop_table.order_details tr,
	.woocommerce table.shop_table.customer_details tr{
		display:table-row !important;
	}
	.woocommerce table.shop_table.order_details tr td,
	.woocommerce table.shop_table.customer_details tr td{
		display:table-cell !important;
	}
	.woocommerce table.shop_table.order_details tr td:before,
	.woocommerce table.shop_table.customer_details tr td:before{
		display:none;
	}
	.woocommerce table.shop_table.order_details td.product-total{
		border-left-width:0;/* rtl */
	}
	.woocommerce table.shop_table.order_details td.product-name{
		border-width:1px 0 0 1px;/* rtl */
		border-style:solid;
	}
	.woocommerce table.shop_table.order_details tr:nth-child(2n) td, 
	.woocommerce-page table.shop_table.order_details tr:nth-child(2n) td,
	.woocommerce table.shop_table.customer_details tr:nth-child(2n) td,
	.woocommerce-page table.shop_table.customer_details tr:nth-child(2n) td{
		background:transparent;
	}
	.woocommerce table.shop_table.customer_details, 
	.woocommerce-page table.shop_table.customer_details{
		border-width:1px;
		display:table;
	}
	.woocommerce table.my_account_orders tbody tr:first-child td:first-child{
		border-top-width:1px;
		border-top-style:solid;
	}
	.woocommerce table.shop_table.order_details tfoot tr td{
		border-width:0;
	}
	.woocommerce table.my_account_orders tr td:last-child{
		border-bottom-width:1px;
		border-bottom-style:solid;
		text-align:center !important;
	}
	.woocommerce table.my_account_orders tr td:last-child .button{
		min-width:120px;
	}
	/* PORTFOLIO DETAIL */
	article.single.single-portfolio .ts-social-sharing{
		float:none;
		width:100%;
		margin-bottom:10px;
	}
	.single-portfolio .portfolio-like{
		float:none;
		clear:both;
	}
	/* BLOG DETAIL */
	.entry-author .author-avatar{
		width:90px;
		height:90px
	}
	article.single .ts-social-sharing{
		float:left;/* rtl */
		margin-top:10px;
		clear:both;
	}
	.comment-respond textarea,
	#commentform textarea{
		height:150px;
	}
	.ts-columns .one_half,
	.ts-columns .one_third,
	.ts-columns .one_fourth{
		width:100%;
	}
	/* FIX REVOLUTION BUTTON */
	body .rev_slider_wrapper .ts-revo-button.tp-button,
	body rs-module-wrap .ts-revo-button.tp-button{
		line-height:10px !important
	}
	
	/* PRODUCT 2 COLUMN RESPONSIVE */	
	.woocommerce .columns-8 .products .product.first,
	.woocommerce.columns-8 .products .product.first,
	.woocommerce .columns-7 .products .product.first,
	.woocommerce.columns-7 .products .product.first,
	.woocommerce .columns-6 .products .product.first,
	.woocommerce.columns-6 .products .product.first,
	.woocommerce .columns-5 .products .product.first,
	.woocommerce.columns-5 .products .product.first,
	.woocommerce .columns-4 .products .product.first,
	.woocommerce.columns-4 .products .product.first,
	.woocommerce .columns-3 .products .product.first,
	.woocommerce.columns-3 .products .product.first{clear:none;}
	
	#main-content .woocommerce .columns-8 .products .product,
	#main-content .woocommerce.columns-8 .products .product,
	#main-content .woocommerce .columns-7 .products .product,
	#main-content .woocommerce.columns-7 .products .product,
	#main-content .woocommerce .columns-6 .products .product,
	#main-content .woocommerce.columns-6 .products .product,
	#main-content .woocommerce .columns-5 .products .product,
	#main-content .woocommerce.columns-5 .products .product,
	#main-content .woocommerce .columns-4 .products .product,
	#main-content .woocommerce.columns-4 .products .product,
	#main-content .woocommerce .columns-3 .products .product,
	#main-content .woocommerce.columns-3 .products .product{width:50%;float:left/* rtl */}
	
	#main-content .woocommerce .columns-8 .products .product:nth-child(2n+1),
	#main-content .woocommerce.columns-8 .products .product:nth-child(2n+1),
	#main-content .woocommerce .columns-7 .products .product:nth-child(2n+1),
	#main-content .woocommerce.columns-7 .products .product:nth-child(2n+1),
	#main-content .woocommerce .columns-6 .products .product:nth-child(2n+1),
	#main-content .woocommerce.columns-6 .products .product:nth-child(2n+1),
	#main-content .woocommerce .columns-5 .products .product:nth-child(2n+1),
	#main-content .woocommerce.columns-5 .products .product:nth-child(2n+1),
	#main-content .woocommerce .columns-4 .products .product:nth-child(2n+1),
	#main-content .woocommerce.columns-4 .products .product:nth-child(2n+1),
	#main-content .woocommerce .columns-3 .products .product:nth-child(2n+1),
	#main-content .woocommerce.columns-3 .products .product:nth-child(2n+1){
		clear:both;float:left;/* rtl */
	}
	/* END PRODUCT 2 COLUMN RESPONSIVE */
	/* Portfolio */
	.ts-portfolio-wrapper.columns-2 .item,
	.ts-portfolio-wrapper.columns-3 .item,
	.ts-portfolio-wrapper.columns-4 .item{
		width:100%;
		float:none;
	}
	/* SHORTCODE */
	/* Shortcode categories slider */
	.title-left > .shortcode-heading-wrapper{
		width:100%;
		margin:20px 0 0 0;
		text-align:center;
		padding:0;
	}
	.title-left.show-nav .shortcode-heading-wrapper .heading-title{
		max-width:100%;
		padding:0 0 30px 0;/* rtl */
	}
	.title-left > .content-wrapper{
		width:100%;
		padding-bottom:50px;
	}
	.ts-shortcode.title-left .products .owl-nav{
		left:50%;
		bottom:0;
		right:auto;
		top:auto;
		transform:translate(-50%,0);
		-webkit-transform:translate(-50%,0);
		-moz-transform:translate(-50%,0);
		-ms-transform:translate(-50%,0);
	}
	/* Shortcode Tab Product Categories */
	.ts-product-in-category-tab-wrapper .owl-controls .owl-nav > div{
		top:27%;
	}
	.column-tabs .heading-tab h3{
		padding:20px 30px 20px 60px;/* rtl */
	}
	.column-tabs .heading-tab .heading-title img,
	.column-tabs .heading-tab i{
		left:10px; /* rtl */
	}
	/* Shortcode Video */
	.vc_row.ts-video-bg > .wpb_column{
		padding-top:80px;
		padding-bottom:80px;
	}
	/* Shortcode Banner */
	.woocommerce .ts-banner .button-banner, 
	.ts-banner .button-banner{
		margin-top:5px;
	}
	.vc_col-sm-12 .ts-banner.responsive-size .description{
		display:none !important;
	}
	.vc_col-sm-12 .ts-banner.responsive-size header h3{
		padding-bottom:0;
	}
	.vc_col-sm-12 .ts-banner.responsive-size .banner-bg img{
		max-width:130%;
	}
	.vc_col-sm-12 .ts-banner.left-top.responsive-size .banner-bg img{
		margin:0 -22% -22% 0;
	}
	.vc_col-sm-12 .ts-banner.left-bottom.responsive-size .banner-bg img{
		margin:-22% -22% 0 0;
	}
	.vc_col-sm-12 .ts-banner.left-center.responsive-size .banner-bg img{
		margin:0 -22% 0 0;
	}
	.vc_col-sm-12 .ts-banner.right-top.responsive-size .banner-bg img{
		margin:0 0 -22% -22%;
	}
	.vc_col-sm-12 .ts-banner.right-bottom.responsive-size .banner-bg img{
		margin:-22% 0 0 -22%;
	}
	.vc_col-sm-12 .ts-banner.right-center.responsive-size .banner-bg img{
		margin:0 0 0 -22%;
	}
	.vc_col-sm-12 .ts-banner.center-top.responsive-size .banner-bg img{
		margin:0 0 -22% 0;
	}
	.vc_col-sm-12 .ts-banner.center-bottom .responsive-size.banner-bg img{
		margin:-22% 0 0 0;
	}
	/* Shortcode Tab */
	body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-tab{
		min-width:110px;
	}
	body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-tabs-list:before{
		display:none;
	}
	body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-panels-container .vc_tta-panels{
		padding-top:18px;
	}
	/* Shortocode Product */
	.nav-middle .owl-nav > div{
		top:25%;
	}
	.woocommerce .ts-product.item-list .products .product .thumbnail-wrapper{
		margin-bottom:10px;
	}
	.woocommerce.columns-4 .ts-product.item-list .products .product .thumbnail-wrapper,
	.woocommerce.columns-4 .ts-product.item-list .products .product .meta-wrapper,
	.woocommerce.columns-3 .ts-product.item-list .products .product .thumbnail-wrapper,
	.woocommerce.columns-3 .ts-product.item-list .products .product .meta-wrapper,
	.woocommerce .ts-product.item-list .products .product .thumbnail-wrapper,
	.woocommerce .ts-product.item-list .products .product .meta-wrapper{
		width:100%;
		float:none !important;
		padding-left:0 !important; /* rtl */
		padding-right:0 !important;
	}
	/* FOOTER */
	.style-fullwidth .feedburner-subscription > *{
		display:inline-block;
		width:100%;
		text-align:center;
	}
	.style-fullwidth .feedburner-subscription > div{
		width:100%;
	}
	body .ts-footer-block .style-fullwidth .widget h2.widgettitle{
		margin-bottom:20px;
	}
}
@media only screen and (max-width: 550px){
	/* HEADER */
	/* Header version 1 */
	header .search-content{
		width:60%;
	}
	header .ts-search-by-category form > .select2, 
	header .ts-search-by-category select{
		width:40% !important;
	}
	.group-meta-header > div{
		margin-right:13px;/* rtl */
	}
	.info-desc{
		display:none;
	}
	/* WOOCOMMERCE */
	.woocommerce form .form-row-first, 
	.woocommerce form .form-row-last{
		width:100%;
	}
	/* PRODUCT DETAIL */
	.woocommerce div.product.vertical-thumbnail div.images-thumbnails div.images{
		margin-left:90px /* rtl */
	}
	.woocommerce div.product.vertical-thumbnail .thumbnails{
		width:80px;
	}
	/* CHECK OUT */
	.woocommerce .checkout-login-coupon-wrapper .checkout_coupon .form-row{
		width:37%;
		float:left;/* rtl */
	}
	.woocommerce .checkout-login-coupon-wrapper .checkout_coupon .form-row-first{
		width:60%;
		float:left;/* rtl */
	}
	/* MY ACCOUNT */
	.woocommerce table.my_account_orders th, 
	.woocommerce table.my_account_orders td{
		padding-top:8px;
		padding-bottom:8px;
	}
	/* BLOG PAGE */
	.comments-area .commentlist > li > div.comment-wrapper div.avatar{
		padding-right:10px;/* rtl */
		width:70px;
	}
	.comments-area div.avatar img{
		width:60px;
		height:60px;
	}
	.comments-area div.avatar {
		padding-right:10px;/* rtl */
		width:70px;
	}
	.comments-area .comment-meta > span:last-child{
		padding:0;
		margin:6px 0 0 0;
		clear:both;
	}
	.comments-area .comment-meta > span:last-child:before{
		display:none;
	}
	/* BLOG DETAIL */
	.commentlist .children{
		padding:10px 0 0 30px; /* rtl */
	}
	.commentlist .children .children{
		padding:10px 0 0 20px;/* rtl */
	}
	/* SHORTCODE */
	/* Shortcode Tab Product Categories */
	.vertical-tab.column-3 .column-tabs,
	.vertical-tab.column-3 .column-content,
	.ts-product-in-category-tab-wrapper .column-tabs,
	.vertical-tab .column-content{
		width:100%;
	}
	.ts-product-in-category-tab-wrapper .column-tabs{
		border-width:0 0 1px 0;
		border-style:solid;
		margin-bottom:20px;
	}
	.horizontal-tab .column-tabs{
		margin-bottom:0;
	}
	.vertical-tab .column-tabs:before{
		display:none !important;
	}
	.column-tabs .heading-tab .heading-title img,
	.column-tabs .heading-tab i{
		left:10px; /* rtl */
	}
	.column-tabs .heading-tab h3{
		padding:20px 30px 20px 80px;/* rtl */
	}
	.column-tabs .heading-tab .heading-title img,
	.column-tabs .heading-tab i{
		left:20px; /* rtl */
	}
	.vertical-tab .column-tabs .tabs li{
		padding:15px 20px;
	}
	.horizontal-tab .column-tabs .heading-tab,
	.horizontal-tab .column-tabs ul,
	.ts-product-in-category-tab-wrapper.horizontal-tab .column-tabs{
		display:inline-block;
	}
	.horizontal-tab:not(.horizontal-style-2) .column-tabs .heading-tab,
	.ts-product-in-category-tab-wrapper.horizontal-tab:not(.horizontal-style-2) .column-tabs{
		width:100%;
		text-align:center;
	}
	.horizontal-tab .column-tabs ul{
		padding-top:15px;
		padding-bottom:15px;
		padding-left:5px;
		padding-right:5px;
	}
	.horizontal-tab:not(.horizontal-style-2) .column-tabs ul li{
		margin:0 0 0 20px;/* rtl */
	}
	.horizontal-tab:not(.horizontal-style-2) .column-tabs ul li:first-child{
		margin:0;
	}
	.ts-product-in-category-tab-2-wrapper.horizontal-tab .column-tabs ul li{
		margin:0 10px !important;
	}
	.horizontal-tab.banner-right .column-banners, 
	.horizontal-tab.banner-left .column-banners,
	.horizontal-tab.banner-right .column-products, 
	.horizontal-tab.banner-left .column-products{
		width:100% !important;
	}
	.vertical-tab.no-banner .woocommerce.column-products{
		padding-top:0;
	}
	.ts-product-in-category-tab-wrapper .column-content{
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		flex-flow: row wrap;
		max-width:100%;
		margin-left:0;
		margin-right:0;
	}
	.ts-product-in-category-tab-wrapper .column-banners{ 
		-ms-flex-order: 3;
		order: 3;
		flex: 1 100%;
		flex: 1 1 100%;
		max-width:100%;
		border-width:1px 0 0 0;
		border-style:solid;
	}
	.horizontal-tab.banner-right .column-banners, 
	.horizontal-tab.banner-left .column-banners{
		padding:20px;
	}
	.ts-product-in-category-tab-wrapper .see-more-wrapper{ 
		-ms-flex-order: 2;
		order: 2;
		flex: 1 100%;
		flex: 1 1 100%;
		max-width:100%;
		position:relative;
		top:auto;
		left:auto;
		right:auto;
		padding:0 20px;
		text-align:right; /* rtl */
	}
	.horizontal-style-2.has-see-more-button .column-products.woocommerce{
		padding-bottom:0 !important;
	}
	.horizontal-tab.banner-left .see-more-wrapper{
		position:relative;
		top:auto;
		left:auto;
		right:auto;
		padding-top:14px;
	}
	.has-see-more-button .column-products.woocommerce{
		padding-bottom:0 !important;
	}
	.ts-product-in-category-tab-wrapper .column-products{ 
		-ms-flex-order: 1;
		order: 1;
		flex: 1 100%;
		flex: 1 1 100%;
		max-width:100%;
	}
	.ts-product-in-category-tab-wrapper .column-products.loading:before, 
	.ts-product-in-category-tab-wrapper .column-banners.loading:before{
		left:0 !important;
		right:0 !important;		
	}
	/* Shortcode Video */
	.vc_row.ts-video-bg > .wpb_column{
		padding-top:80px;
		padding-bottom:80px;
	}
	/* Shortcode Banner */
	.ts-banner header h3{
		font-size:18px;
		line-height:22px;
	}
	.ts-banner header h2
	{
		font-size:26px;
		line-height:30px;
	}
	.left-top header,
	.left-bottom header,
	.left-center header,
	.right-top header,
	.right-bottom header,
	.right-center header{
		max-width:65%;
	}
	.center-top header,
	.center-bottom header,
	.center-center header{
		max-width:90%;
	}
	/* BLACK PAGE */
	.blank-page{
		padding:50px 10px 10px 10px
	}
}
@media only screen and (max-width: 480px){
	/* MEGA MENU */
	.menu-wrapper nav li.ts-megamenu-fullwidth .widget_nav_menu,
	.mg-col-6 > div,
	.menu-wrapper nav li.ts-megamenu-columns-5 .widget_nav_menu,
	.mg-col-5 > div,
	.menu-wrapper nav li.ts-megamenu-columns-4 .widget_nav_menu,
	.mg-col-4 > div,
	.menu-wrapper nav li.ts-megamenu-columns-3 .widget_nav_menu,
	.mg-col-3 > div,
	.menu-wrapper nav li.ts-megamenu-columns-2 .widget_nav_menu,
	.mg-col-2 > div{width:100%;margin-bottom:20px;}
	/* SHOP PAGE */
	.gridlist-toggle{
		padding: 0 10px 0 0;/* rtl */
	}
	.woocommerce .woocommerce-ordering{
		clear:both;
		display:inline-block;
		width:auto;
	}
	.woocommerce .products.list .product .short-description{
		display:none !important;
	}
	.woocommerce .products.list .product .price{
		margin-bottom:10px;
	}
	.woocommerce .before-loop-wrapper .woocommerce-result-count{
		margin-bottom:10px;
		float:left; /* rtl */
		clear:both;
	}
	.woocommerce .products .product.sale .price{
		margin-left:-5px;
		margin-right:-5px;
	}
	.woocommerce .products.list .product .price del .amount,
	.woocommerce .products.list .product .price ins .amount{
		padding:0 5px;
	}
	/* SHORTCODE */
	/* Shortcode Banner */
	.ts-banner header .big-number{
		font-size:30px;
		line-height:34px;
	}
	.ts-banner .button-banner{
		margin-top:0;
	}
	.ts-banner header h3{
		margin-bottom:0;
	}
}
@media only screen and (max-width: 420px){
	/* REVOLUTION */
	.rev-btn{
		padding:5px 10px !important;
	}
	/* HEADER */
	header .select2-container--default .select2-selection--single .select2-selection__rendered, 
	header .ts-search-by-category select{
		padding-left:15px;/* rtl */
		padding-right:25px;/* rtl */
	}
	header .search-content input[type="text"]{
		padding-left:15px;/* rtl */
		padding-right:55px;/* rtl */
	}
	header .header-v2 .search-content input[type="text"],
	header .header-v5 .search-content input[type="text"]{
		padding-left:15px;/* rtl */
		padding-right:45px;/* rtl */
	}
	header .search-table .search-content input[type="text"]{
		padding-left:15px;/* rtl */
		padding-right:25px;/* rtl */
	}
	#ts-search-result-container ul li .thumbnail{
		width:50px;
	}
	#ts-search-result-container ul li .meta{
		margin-left:65px; /* rtl */
	}
	/* HOME SUPERMARKET 1 */
	.home1-fix-columns-slideshow .vc_column_container .vc_col-sm-3,
	.home1-fix-columns-slideshow .vc_column_container .vc_col-sm-6{
		width:100%;
		float:none;
		text-align:center;
		margin-bottom:10px;
	}
	/* 404 Page */
	body.error404 article h1{
		font-size:80px;
		line-height:80px;
	}
	body.error404 #main > .fullwidth-template{
		padding:50px 0;
	}
	/* BREADCRUMB */
	.breadcrumb-title-wrapper.breadcrumb-v2 .breadcrumb-title > *{
		display:inline-block;
		width:100%;
		text-align:left /* rtl */
	}
	.breadcrumb-title-wrapper.breadcrumb-v2 .breadcrumb-title{
		display:block;
		padding-top:15px;
		padding-bottom:15px;
	}
	/* PRODUCT */
	.thumbnail-wrapper .thumbnail-button{
		right:5px !important;/* rtl */
		bottom:5px !important;/* rtl */
	}
	.woocommerce .products .product{
		padding-left:5px;
		padding-right:5px;
	}
	.woocommerce .products{
		margin-left:-5px;
		margin-right:-5px;
	}
	/* REVOLUTION */
	.tp-caption.rev-btn-primary, 
	.rev-btn-primary{
		padding:4px 10px !important;
	}
	/* SHORTCODE */
	/* Shortcode Countdown */
	.ts-countdown.style-border .counter-wrapper > div,
	.ts-countdown .counter-wrapper > div,
	.vc_col-sm-6 .ts-countdown.style-border .counter-wrapper > div, 
	.vc_col-sm-6 .ts-countdown .counter-wrapper > div{
		width:60px;
		padding:5px 3px;
		margin:0 3px;
	}
	.ts-countdown.style-border .counter-wrapper .number-wrapper,
	.vc_col-sm-6 .ts-countdown.style-border .counter-wrapper .number-wrapper{
		padding:14px 3px;
	}
	.ts-countdown .counter-wrapper .number,
	.vc_col-sm-6 .ts-countdown .counter-wrapper .number{
		font-size:24px;
		line-height:36px;
	}
	/* Shortcode Video */
	.vc_row.ts-video-bg > .wpb_column{
		padding-top:40px;
		padding-bottom:40px;
	}
	/* Shortcode Twitter */
	.ts-twitter-slider .twitter-content{
		padding-left:80px; /* rtl */
	}
	.ts-twitter-slider .icon{
		font-size:60px;
	}
	.ts-twitter-slider .owl-dots{
		top:auto;
		bottom:10px;
		left:50%;
		right:auto;
		-webkit-transform: translate(-50%,0);
		-moz-transform: translate(-50%,0);
		-ms-transform: translate(-50%,0);
		transform: translate(-50%,0);
	}
	/* Shortcode Title */
	.ts-heading.style-2 > h1, 
	.ts-heading.style-2 > h2, 
	.ts-heading.style-2 > h3, 
	.ts-heading.style-2 > h4{
		padding:0 50px;
	}
	.ts-heading.style-2 > h1:before, 
	.ts-heading.style-2 > h2:before, 
	.ts-heading.style-2 > h3:before, 
	.ts-heading.style-2 > h4:before,
	.ts-heading.style-2 > h1:after, 
	.ts-heading.style-2 > h2:after, 
	.ts-heading.style-2 > h3:after, 
	.ts-heading.style-2 > h4:after{
		width:36px;
	}
	/* Shortcode Banner */
	.page-template-fullwidth-template .ts-banner header h2{
		font-size:20px;
		line-height:24px;
	}
	.ts-banner header .description{
		font-size:100%;
		line-height:20px;
	}
	.ts-banner header h3{
		font-size:20px;
		line-height:26px;
	}
	.ts-banner header h2
	{
		font-size:34px;
		line-height:38px;
	}
	.ts-banner.responsive-size .banner-bg img{
		max-width:120%;
	}
	.ts-banner.left-top.responsive-size .banner-bg img{
		margin:0 -15% -15% 0;
	}
	.ts-banner.left-bottom.responsive-size .banner-bg img{
		margin:-15% -15% 0 0;
	}
	.ts-banner.left-center.responsive-size .banner-bg img{
		margin:0 -15% 0 0;
	}
	.ts-banner.right-top.responsive-size .banner-bg img{
		margin:0 0 -15% -15%;
	}
	.ts-banner.right-bottom.responsive-size .banner-bg img{
		margin:-15% 0 0 -15%;
	}
	.ts-banner.right-center.responsive-size .banner-bg img{
		margin:0 0 0 -15%;
	}
	.ts-banner.center-top.responsive-size .banner-bg img{
		margin:0 0 -15% 0;
	}
	.ts-banner.center-bottom .responsive-size.banner-bg img{
		margin:-15% 0 0 0;
	}
	
	.vc_col-sm-12 .ts-banner.responsive-size .banner-bg img{
		max-width:150%;
	}
	.vc_col-sm-12 .ts-banner.left-top.responsive-size .banner-bg img{
		margin:0 -30% -30% 0;
	}
	.vc_col-sm-12 .ts-banner.left-bottom.responsive-size .banner-bg img{
		margin:-30% -30% 0 0;
	}
	.vc_col-sm-12 .ts-banner.left-center.responsive-size .banner-bg img{
		margin:0 -30% 0 0;
	}
	.vc_col-sm-12 .ts-banner.right-top.responsive-size .banner-bg img{
		margin:0 0 -30% -30%;
	}
	.vc_col-sm-12 .ts-banner.right-bottom.responsive-size .banner-bg img{
		margin:-30% 0 0 -30%;
	}
	.vc_col-sm-12 .ts-banner.right-center.responsive-size .banner-bg img{
		margin:0 0 0 -30%;
	}
	.vc_col-sm-12 .ts-banner.center-top.responsive-size .banner-bg img{
		margin:0 0 -30% 0;
	}
	.vc_col-sm-12 .ts-banner.center-bottom .responsive-size.banner-bg img{
		margin:-30% 0 0 0;
	}
	
	.ts-banner .button-banner{
		margin-top:0;
	}
	.left-top header{
		left:5%;
		top:5%;
	}
	.left-bottom header{
		left:3%;
		bottom:5%;
	}
	.left-center header{
		left:3%;
	}
	.right-top header{
		right:3%;
		top:5%;
	}
	.right-bottom header{
		right:3%;
		bottom:5%;
	}
	.right-center header{
		right:3%;
	}
	.center-top header{
		top:7%;
	}
	.center-bottom header{
		bottom:5%;
	}
	.button-banner{
		min-width:100px;
		padding:3px 10px;
	}
	.ts-banner .banner-bg img{
		max-width:120%;
	}
	/* Shortcode Product */
	.woocommerce .ts-product.list .product .thumbnail-wrapper{
		width:100%;
	}
	.woocommerce .ts-product.list .product .meta-wrapper{
		width:100%;
		clear:both;
		margin-top:10px;
		padding-left:0 /* rtl */
	}
	/* Shortcode Tab Product Categories */
	.ts-product-in-category-tab-2-wrapper.vertical-tab.column-3 .column-content,
	.ts-product-in-category-tab-2-wrapper.vertical-tab .column-content{
		width:100%;
		margin-left:0 !important;
		margin-right:0 !important;
		float:none;/* rtl */
		clear:both;
	}
	.ts-product-in-category-tab-2-wrapper.vertical-tab .column-tabs > ul{
		width:calc(100% + 10px);
		margin:0 -5px 20px -5px;
		float:none;/* rtl */
		clear:both;
		text-align:center;
		overflow:hidden;
	}
	.ts-product-in-category-tab-2-wrapper.vertical-tab .column-tabs .tabs li{
		margin:5px;
		width:calc(33.333333% - 10px);
		float:left;/* rtl */
	}
	/* SHOP CATEGORIES */
	.woocommerce .products.list .product{
		margin-bottom:40px;
	}
	body.woocommerce .products .product.product-category{
		width:100% !important;
		float:left !important;/* rtl */
		clear:none !important;
	}
	.woocommerce .products.list .product .product-wrapper .meta-wrapper{
		padding:0 0 0 15px;/* rtl */
		width:60%;
	}
	.woocommerce .products.list .product .product-wrapper .thumbnail-wrapper{
		width:40%;
	}
	/* PRODUCT DETAIL */
	.vertical-thumbnail .images-thumbnails .thumbnails.loading{
		height:100px;
	}
	.woocommerce div.product form.cart .button:before,
	.woocommerce div.product p.cart .button:before{
		display:none;
	}
	.woocommerce div.product form.cart .button,
	.woocommerce div.product p.cart .button{
		min-width:120px;
	}
	.woocommerce div.product.vertical-thumbnail div.images-thumbnails div.images,
	.woocommerce #main-content:not(.ts-col-24) div.product.vertical-thumbnail div.images-thumbnails div.images{
		margin-left:80px /* rtl */
	}
	.woocommerce div.product.vertical-thumbnail .thumbnails,
	.woocommerce #main-content:not(.ts-col-24) div.product.vertical-thumbnail .thumbnails{
		width:70px;
	}
	/* SHOPPING CART */
	.woocommerce table.shop_table.order_details{
		display:inline-block;
		overflow:auto;
	}
	.woocommerce-cart .wc-proceed-to-checkout a.checkout-button{
		width:100%;
	}
	.woocommerce table.cart td.actions .coupon .input-text{
		width:100%;
		max-width:100%;
		margin:0 0 10px 0;/* rtl */
	}
	.woocommerce table.cart td.actions .coupon input[type="submit"]{
		width:100%;
	}
	/* CHECKOUT */
	.woocommerce #payment #place_order{
		width:100%;
	}
	.woocommerce .checkout-login-coupon-wrapper .checkout_coupon .form-row{
		width:40%;
		float:left;/* rtl */
	}
	.woocommerce .checkout-login-coupon-wrapper .checkout_coupon .form-row-first{
		width:57%;
		float:left;/* rtl */
	}
	/* BLOG */
	.list-posts article .entry-meta > span, 
	article.single .entry-meta > span{
		padding-right:10px;/* rtl */
		margin-right:10px;/* rtl */
	}
	.list-posts article .entry-meta > span:last-child,
	article.single .entry-meta > span:last-child{
		margin:0;
		padding:0;
	}
	.comments-area .comment-meta > span{
		padding:0;
		margin:6px 0 0 0;
		clear:both;
	}
	.comments-area .comment-meta > span:before{
		display:none;
	}
}
@media only screen and (max-width: 379px){
	/* HEADER */
	.header-currency ul,
	#lang_sel_click ul ul{
		left:0;/* rtl */
		right:auto;/* rtl */
		margin-left:-15px;/* rtl */
	}
	.group-meta-header{
		padding-left:5px;
		padding-right:5px
	}
	/* CATEGORIES PRODUCT */
	.woocommerce .woocommerce-ordering .orderby{
		width:180px;
	}
	/* CHECK OUT */
	.woocommerce .checkout-login-coupon-wrapper .checkout_coupon .form-row{
		width:100%;/* rtl */
	}
	.woocommerce .checkout-login-coupon-wrapper .checkout_coupon .form-row-first{
		width:100%;/* rtl */
		padding-right:0;
		padding-left:0;
		margin-bottom:10px;
	}
	#order_review_heading{
		padding-left:15px;
		padding-right:15px;
	}
	.woocommerce .checkout #order_review{
		padding:50px 15px 0 15px;
	}
	/* PRODUCT DETAIL */
	div.product .ref-wrapper{
		font-size:9px;
		line-height:12px;
	}
	/* BLOG */
	.list-posts article.format-quote{
		padding:10px 20px;
	}
	.list-posts article.format-quote blockquote{
		margin-bottom:10px;
	}
	/* BLOG DETAIL */
	/* Comment */
	.commentlist .children{
		padding:20px 0 0 30px; /* rtl */
	}
	.commentlist .children .children{
		padding:20px 0 0 60px;/* rtl */
	}
	.comments-area .datetime, 
	.comments-area .reply{
		display:inline-block;
		width:100%;
		margin-top:5px;
	}
	/* MY ACCOUNT */
	fieldset{
		padding:10px;
	}
	/* PRODUCT DETAIL */
	.woocommerce div.product form.cart .button{
		padding-left:10px;
		padding-right:10px;
	}
	/* SHORTCODE */
	/* Shortcode Tab */
	body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-tab{
		min-width:80px;
	}
	/* SHORTCODE */
	/* Shortcode Product */
	.ts-product .content-wrapper{
		padding-left:0.5px;
		padding-right:0.5px;
	}
}
@media only screen and (max-width: 359px){
	/* HEADER */
	.group-meta-header{
		padding-left:5px;
		padding-right:5px
	}
	/* BLOG */
	.list-posts article .entry-meta > span, 
	article.single .entry-meta > span{
		padding-right:5px;/* rtl */
		margin-right:5px;/* rtl */
	}
	.list-posts article .entry-meta > span:last-child,
	article.single .entry-meta > span:last-child{
		margin:0;
		padding:0;
	}
	.list-posts article .entry-meta > span.author,
	article.single .entry-meta > span.author{
		font-size:0;
		font-style:normal;
		line-height:0;
	}
	.list-posts article .entry-meta > span.author a,
	article.single .entry-meta > span.author a{
		font-style:italic;
	}
	.list-posts article .entry-meta > span.author:before,
	article.single .entry-meta > span.author:before{
		margin-right:5px;/* rtl */
		content:"\e693";
		font-family: 'Pe-icon-7-stroke';
		font-size:24px;
		line-height:14px;
		top:5px;
		position:relative;
	}
	/* 404 */
	body.error404 .button-404 .button{
		margin-bottom:10px;
	}
	/* SHORTCODE */
	/* Shortcode Widget Product */
	.woocommerce .content-no-border .big-thumbnail ul.product_list_widget li img, 
	.content-no-border .big-thumbnail ul.product_list_widget li img{
		width:130px;
	}
	.content-no-border .big-thumbnail ul.product_list_widget li .ts-wg-meta{
		margin-left:150px;/* rtl */
	}
}

@media 
only screen and (max-width: 767px)	and (min-width: 640px){
	/* Shortcode Tab Product Categories */
	.woocommerce .ts-product-in-category-tab-2-wrapper .columns-8 .products .product.first,
	.ts-product-in-category-tab-2-wrapper .woocommerce.columns-8 .products .product.first,
	.woocommerce .ts-product-in-category-tab-2-wrapper .columns-7 .products .product.first,
	.ts-product-in-category-tab-2-wrapper .woocommerce.columns-7 .products .product.first,
	.woocommerce .ts-product-in-category-tab-2-wrapper .columns-6 .products .product.first,
	.ts-product-in-category-tab-2-wrapper .woocommerce.columns-6 .products .product.first,
	.woocommerce .ts-product-in-category-tab-2-wrapper .columns-5 .products .product.first,
	.ts-product-in-category-tab-2-wrapper .woocommerce.columns-5 .products .product.first,
	.woocommerce .ts-product-in-category-tab-2-wrapper .columns-4 .products .product.first,
	.ts-product-in-category-tab-2-wrapper .woocommerce.columns-4 .products .product.first{
		clear:none;
	}
	
	#main-content .ts-product-in-category-tab-2-wrapper .woocommerce.columns-8 .products .product,
	#main-content .ts-product-in-category-tab-2-wrapper .woocommerce.columns-7 .products .product,
	#main-content .ts-product-in-category-tab-2-wrapper .woocommerce.columns-6 .products .product,
	#main-content .ts-product-in-category-tab-2-wrapper .woocommerce.columns-5 .products .product,
	#main-content .ts-product-in-category-tab-2-wrapper .woocommerce.columns-4 .products .product{width:50%;float:left/* rtl */}
	
	#main-content .ts-product-in-category-tab-2-wrapper .woocommerce.columns-8 .products .product:nth-child(2n+1),
	#main-content .ts-product-in-category-tab-2-wrapper .woocommerce.columns-7 .products .product:nth-child(2n+1),
	#main-content .ts-product-in-category-tab-2-wrapper .woocommerce.columns-6 .products .product:nth-child(2n+1),
	#main-content .ts-product-in-category-tab-2-wrapper .woocommerce.columns-5 .products .product:nth-child(2n+1),
	#main-content .ts-product-in-category-tab-2-wrapper .woocommerce.columns-4 .products .product:nth-child(2n+1){
		clear:both;float:left;/* rtl */
	}
	/* PRODUCT 2 COLUMN RESPONSIVE */	
	.woocommerce .columns-8 .products .product.first,
	.woocommerce.columns-8 .products .product.first,
	.woocommerce .columns-7 .products .product.first,
	.woocommerce.columns-7 .products .product.first,
	.woocommerce .columns-6 .products .product.first,
	.woocommerce.columns-6 .products .product.first,
	.woocommerce .columns-5 .products .product.first,
	.woocommerce.columns-5 .products .product.first{
		clear:none;
	}
	
	#main-content .woocommerce .columns-8 .products .product,
	#main-content .woocommerce.columns-8 .products .product,
	#main-content .woocommerce .columns-7 .products .product,
	#main-content .woocommerce.columns-7 .products .product,
	#main-content .woocommerce .columns-6 .products .product,
	#main-content .woocommerce.columns-6 .products .product,
	#main-content .woocommerce .columns-5 .products .product,
	#main-content .woocommerce.columns-5 .products .product{width:25%;float:left/* rtl */}
	
	#main-content .woocommerce .columns-8 .products .product:nth-child(4n+1),
	#main-content .woocommerce.columns-8 .products .product:nth-child(4n+1),
	#main-content .woocommerce .columns-7 .products .product:nth-child(4n+1),
	#main-content .woocommerce.columns-7 .products .product:nth-child(4n+1),
	#main-content .woocommerce .columns-6 .products .product:nth-child(4n+1),
	#main-content .woocommerce.columns-6 .products .product:nth-child(4n+1),
	#main-content .woocommerce .columns-5 .products .product:nth-child(4n+1),
	#main-content .woocommerce.columns-5 .products .product:nth-child(4n+1){
		clear:both;float:left;/* rtl */
	}
	/* END PRODUCT 2 COLUMN RESPONSIVE */
	/* PRODUCT DETAIL */
	.woocommerce div.product div.images-thumbnails, 
	.woocommerce div.product div.summary{
		float:left;/* rtl */
	}
	.woocommerce div.product div.images-thumbnails{
		width:50%;
	}
	.woocommerce div.product div.summary{
		width:50%;
	}
	div.product .summary .ts-social-sharing{
		padding: 10px 0 0 0;
		margin: 10px 0 0 0;
	}
	.woocommerce div.product.vertical-thumbnail  div.images-thumbnails,
	.woocommerce .ts-col-18 div.product.vertical-thumbnail div.images-thumbnails{
		width:100%;
	}
	.woocommerce div.product.vertical-thumbnail div.summary,
	.woocommerce .ts-col-18 div.product.vertical-thumbnail div.summary{
		width:100%;
		padding-left:0; /* rtl */
		float:none;/* rtl */
	}
	.pp_woocommerce div.product.vertical-thumbnail div.images-slider-wrapper,
	.woocommerce .pp_woocommerce div.product.vertical-thumbnail div.images-slider-wrapper{
		width:100%;
		float:none;/* rtl */
		clear:both;
	}
	.woocommerce div.product.vertical-thumbnail div.images{
		width:auto;
		float:none;/* rtl */
	}
	.woocommerce div.product:not(.vertical-thumbnail) form.cart .button,
	.woocommerce div.product:not(.vertical-thumbnail) p.cart .button{
		min-width:130px;
	}
	.woocommerce div.product.type-product:not(.vertical-thumbnail) form.cart, 
	.woocommerce div.product:not(.vertical-thumbnail) p.cart{
		margin-bottom:20px
	}
	.woocommerce div.product div.summary{
		padding-left:15px /* rtl */
	}
	div.product:not(.vertical-thumbnail) .summary .button:before{
		display:none !important;
	}
	/* SHORTCODE */
	/* Shortcode categories slider */
	.title-left > .shortcode-heading-wrapper{
		width:210px;
		padding:0 20px 0 0;/* rtl */
	}
	.title-left.show-nav .shortcode-heading-wrapper .heading-title{
		max-width:100%;
	}
	.title-left > .content-wrapper{
		width:calc(100% - 220px)
	}
	/* Shortcode Banner */
	.left-top header,
	.left-bottom header,
	.left-center header,
	.right-top header,
	.right-bottom header,
	.right-center header{
		max-width:60%;
	}
	.center-top header,
	.center-bottom header,
	.center-center header{
		max-width:90%;
	}
	/* Portfolio */
	.ts-portfolio-wrapper.columns-3 .item,
	.ts-portfolio-wrapper.columns-4 .item{
		width:50%;
		float:left;/* rtl */
	}
	.ts-portfolio-wrapper.columns-3 .item:nth-child(2n+1),
	.ts-portfolio-wrapper.columns-4 .item:nth-child(2n+1){
		clear:both;
	}
	/* MY ACCOUNT */
	.woocommerce table.my_account_orders tr td:before{
		display:none;
	}
	body .woocommerce table.my_account_orders td, 
	body .woocommerce table.my_account_orders th,
	body .woocommerce table.my_account_orders .order-number{
		text-align:center !important /* rtl */
	}
	body .woocommerce table.my_account_orders tr td:last-child{
		text-align:center !important /* rtl */
	}
	.woocommerce table.my_account_orders tr, 
	.woocommerce-page table.my_account_orders tr{
		display:table-row;
	}
	.woocommerce table.my_account_orders tr:nth-child(2n) td, 
	.woocommerce-page table.my_account_orders tr:nth-child(2n) td{
		background:transparent;
	}
	.woocommerce table.my_account_orders tr td{
		display:table-cell;
	}
	.woocommerce table.my_account_orders thead, 
	.woocommerce-page table.my_account_orders thead{
		display:table-header-group;
	}
	.woocommerce table.my_account_orders tbody th,
	.woocommerce-page table.my_account_orders tbody th{
		display:table-cell;
	}
	/* SHOPPING CART */
	.woocommerce .cart-collaterals table.shop_table_responsive tr:nth-child(2n) td, 
	.woocommerce-page .cart-collaterals table.shop_table_responsive tr:nth-child(2n) td{
		background:transparent;
	}
	.woocommerce table.my_account_orders tr, 
	.woocommerce-page table.shop_table_responsive tr{
		display:table-row;
	}
	.woocommerce table.shop_table_responsive tr td, 
	.woocommerce-page table.shop_table_responsive tr td{
		display:table-cell;
	}
	.woocommerce-cart .cart-collaterals .cart_totals table td{
		padding:15px 20px !important /* rtl */
	}
	.woocommerce-cart .cart-collaterals .cart_totals table tr.shipping td{
		text-align:right;/* rtl */
	}
	.woocommerce-cart ul#shipping_method{
		float:right;/* rtl */
		text-align:right/* rtl */
	}
	.woocommerce-cart .woocommerce-shipping-calculator{
		float:right;/* rtl */
	}
	/* SHORTCODE */
	/* Shortcode Tab Product Categories */
	.ts-product-in-category-tab-2-wrapper.horizontal-tab .see-more-wrapper{
		top:80px;
	}
	.horizontal-tab:not(.shorizontal-style-2) .column-tabs .heading-tab .heading-title{
		font-size:18px !important;
	}
	.horizontal-tab .column-tabs .heading-tab,
	.horizontal-tab.banner-right .column-banners, 
	.horizontal-tab.banner-left .column-banners{
		width:40% !important;
	}
	.horizontal-tab.banner-right .column-products, 
	.horizontal-tab.banner-left .column-products{
		width:60% !important;
	}
}
@media 
only screen and (max-width: 767px)	and (min-width: 360px){
	/* HOT DEAL */
	.counter-wrapper > div{
		width:36px;
		padding:4px 2px;
	}
	.counter-wrapper .ref-wrapper{
		font-size:10px;
		line-height:14px;
	}
	.ts-product-deals-slider-wrapper[data-columns="1"] .counter-wrapper > div{
		width:45px;
		padding:6px 2px;
	}
	.ts-product-deals-slider-wrapper[data-columns="1"] .counter-wrapper .ref-wrapper{
		font-size:11px;
		line-height:14px;
	}
}
@media 
only screen and (max-width: 600px)	and (min-width: 420px)	{
	/* PRODUCT 2 COLUMN RESPONSIVE */
	 .woocommerce .columns-8 .products .product.first,
	 .woocommerce.columns-8 .products .product.first,
	 .woocommerce .columns-7 .products .product.first,
	 .woocommerce.columns-7 .products .product.first,
	 .woocommerce .columns-6 .products .product.first,
	 .woocommerce.columns-6 .products .product.first,
	 .woocommerce .columns-5 .products .product.first,
	 .woocommerce.columns-5 .products .product.first,
	 .woocommerce .columns-4 .products .product.first,
	 .woocommerce.columns-4 .products .product.first,
	 .woocommerce .columns-3 .products .product.first,
	 .woocommerce.columns-3 .products .product.first{clear:none;}
	
	#main-content .woocommerce .columns-8 .products .product,
	#main-content .woocommerce.columns-8 .products .product,
	#main-content .woocommerce .columns-7 .products .product,
	#main-content .woocommerce.columns-7 .products .product,
	#main-content .woocommerce .columns-6 .products .product,
	#main-content .woocommerce.columns-6 .products .product,
	#main-content .woocommerce .columns-5 .products .product,
	#main-content .woocommerce.columns-5 .products .product,
	#main-content .woocommerce .columns-4 .products .product,
	#main-content .woocommerce.columns-4 .products .product,
	#main-content .woocommerce .columns-3 .products .product,
	#main-content .woocommerce.columns-3 .products .product{width:50%;float:left/* rtl */}
	
	#main-content .woocommerce .columns-8 .products .product:nth-child(2n+1),
	#main-content .woocommerce.columns-8 .products .product:nth-child(2n+1),
	#main-content .woocommerce .columns-7 .products .product:nth-child(2n+1),
	#main-content .woocommerce.columns-7 .products .product:nth-child(2n+1),
	#main-content .woocommerce .columns-6 .products .product:nth-child(2n+1),
	#main-content .woocommerce.columns-6 .products .product:nth-child(2n+1),
	#main-content .woocommerce .columns-5 .products .product:nth-child(2n+1),
	#main-content .woocommerce.columns-5 .products .product:nth-child(2n+1),
	#main-content .woocommerce .columns-4 .products .product:nth-child(2n+1),
	#main-content .woocommerce.columns-4 .products .product:nth-child(2n+1),
	#main-content .woocommerce .columns-3 .products .product:nth-child(2n+1),
	#main-content .woocommerce.columns-3 .products .product:nth-child(2n+1){
		clear:both;float:left;/* rtl */
	}
	/* END PRODUCT 2 COLUMN RESPONSIVE */
}div.pp_default .pp_top,div.pp_default .pp_top .pp_middle,div.pp_default .pp_top .pp_left,div.pp_default .pp_top .pp_right,div.pp_default .pp_bottom,div.pp_default .pp_bottom .pp_left,div.pp_default .pp_bottom .pp_middle,div.pp_default .pp_bottom .pp_right{height:13px}
div.pp_default .pp_top .pp_left{background:url(//apple.essecshop.be/wp-content/themes/boxshop/images/prettyPhoto/default/sprite.png) -78px -93px no-repeat}
div.pp_default .pp_top .pp_middle{background:url(//apple.essecshop.be/wp-content/themes/boxshop/images/prettyPhoto/default/sprite_x.png) top left repeat-x}
div.pp_default .pp_top .pp_right{background:url(//apple.essecshop.be/wp-content/themes/boxshop/images/prettyPhoto/default/sprite.png) -112px -93px no-repeat}
div.pp_default .pp_content .ppt{color:#f8f8f8}
div.pp_default .pp_content_container .pp_left{background:url(//apple.essecshop.be/wp-content/themes/boxshop/images/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;padding-left:13px}
div.pp_default .pp_content_container .pp_right{background:url(//apple.essecshop.be/wp-content/themes/boxshop/images/prettyPhoto/default/sprite_y.png) top right repeat-y;padding-right:13px}
div.pp_default .pp_next:hover{background:url(//apple.essecshop.be/wp-content/themes/boxshop/images/prettyPhoto/default/sprite_next.png) center right no-repeat;cursor:pointer}
div.pp_default .pp_previous:hover{background:url(//apple.essecshop.be/wp-content/themes/boxshop/images/prettyPhoto/default/sprite_prev.png) center left no-repeat;cursor:pointer}
div.pp_default .pp_expand{background:url(//apple.essecshop.be/wp-content/themes/boxshop/images/prettyPhoto/default/sprite.png) 0 -29px no-repeat;cursor:pointer;width:28px;height:28px}
div.pp_default .pp_expand:hover{background:url(//apple.essecshop.be/wp-content/themes/boxshop/images/prettyPhoto/default/sprite.png) 0 -56px no-repeat;cursor:pointer}
div.pp_default .pp_contract{background:url(//apple.essecshop.be/wp-content/themes/boxshop/images/prettyPhoto/default/sprite.png) 0 -84px no-repeat;cursor:pointer;width:28px;height:28px}
div.pp_default .pp_contract:hover{background:url(//apple.essecshop.be/wp-content/themes/boxshop/images/prettyPhoto/default/sprite.png) 0 -113px no-repeat;cursor:pointer}
div.pp_default .pp_close{width:30px;height:30px;background:url(//apple.essecshop.be/wp-content/themes/boxshop/images/prettyPhoto/default/sprite.png) 2px 1px no-repeat;cursor:pointer}
div.pp_default .pp_gallery ul li a{background:url(//apple.essecshop.be/wp-content/themes/boxshop/images/prettyPhoto/default/default_thumb.png) center center #f8f8f8;border:1px solid #aaa}
div.pp_default .pp_social{margin-top:7px}
div.pp_default .pp_gallery a.pp_arrow_previous,div.pp_default .pp_gallery a.pp_arrow_next{position:static;left:auto}
div.pp_default .pp_nav .pp_play,div.pp_default .pp_nav .pp_pause{background:url(//apple.essecshop.be/wp-content/themes/boxshop/images/prettyPhoto/default/sprite.png) -51px 1px no-repeat;height:30px;width:30px}
div.pp_default .pp_nav .pp_pause{background-position:-51px -29px}
div.pp_default a.pp_arrow_previous,div.pp_default a.pp_arrow_next{background:url(//apple.essecshop.be/wp-content/themes/boxshop/images/prettyPhoto/default/sprite.png) -31px -3px no-repeat;height:20px;width:20px;margin:4px 0 0}
div.pp_default a.pp_arrow_next{left:52px;background-position:-82px -3px}
div.pp_default .pp_content_container .pp_details{margin-top:5px}
div.pp_default .pp_nav{clear:none;height:30px;width:110px;position:relative}
div.pp_default .pp_nav .currentTextHolder{font-family:Georgia;font-style:italic;color:#999;font-size:11px;left:75px;line-height:25px;position:absolute;top:2px;margin:0;padding:0 0 0 10px}
div.pp_default .pp_close:hover,div.pp_default .pp_nav .pp_play:hover,div.pp_default .pp_nav .pp_pause:hover,div.pp_default .pp_arrow_next:hover,div.pp_default .pp_arrow_previous:hover{opacity:0.7}
div.pp_default .pp_description{font-size:11px;font-weight:700;line-height:14px;margin:5px 50px 5px 0}
div.pp_default .pp_bottom .pp_left{background:url(//apple.essecshop.be/wp-content/themes/boxshop/images/prettyPhoto/default/sprite.png) -78px -127px no-repeat}
div.pp_default .pp_bottom .pp_middle{background:url(//apple.essecshop.be/wp-content/themes/boxshop/images/prettyPhoto/default/sprite_x.png) bottom left repeat-x}
div.pp_default .pp_bottom .pp_right{background:url(//apple.essecshop.be/wp-content/themes/boxshop/images/prettyPhoto/default/sprite.png) -112px -127px no-repeat}
div.pp_default .pp_loaderIcon{background:url(//apple.essecshop.be/wp-content/themes/boxshop/images/prettyPhoto/default/loader.gif) center center no-repeat}
div.light_rounded .pp_top .pp_left{background:url(//apple.essecshop.be/wp-content/themes/boxshop/images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat}
div.light_rounded .pp_top .pp_right{background:url(//apple.essecshop.be/wp-content/themes/boxshop/images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat}
div.light_rounded .pp_next:hover{background:url(//apple.essecshop.be/wp-content/themes/boxshop/images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.light_rounded .pp_previous:hover{background:url(//apple.essecshop.be/wp-content/themes/boxshop/images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_rounded .pp_expand{background:url(//apple.essecshop.be/wp-content/themes/boxshop/images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_rounded .pp_expand:hover{background:url(//apple.essecshop.be/wp-content/themes/boxshop/images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_rounded .pp_contract{background:url(//apple.essecshop.be/wp-content/themes/boxshop/images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_rounded .pp_contract:hover{background:url(//apple.essecshop.be/wp-content/themes/boxshop/images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_rounded .pp_close{width:75px;height:22px;background:url(//apple.essecshop.be/wp-content/themes/boxshop/images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.light_rounded .pp_nav .pp_play{background:url(//apple.essecshop.be/wp-content/themes/boxshop/images/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_nav .pp_pause{background:url(//apple.essecshop.be/wp-content/themes/boxshop/images/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_arrow_previous{background:url(//apple.essecshop.be/wp-content/themes/boxshop/images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat}
div.light_rounded .pp_arrow_next{background:url(//apple.essecshop.be/wp-content/themes/boxshop/images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat}
div.light_rounded .pp_bottom .pp_left{background:url(//apple.essecshop.be/wp-content/themes/boxshop/images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat}
div.light_rounded .pp_bottom .pp_right{background:url(//apple.essecshop.be/wp-content/themes/boxshop/images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_top .pp_left{background:url(//apple.essecshop.be/wp-content/themes/boxshop/images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat}
div.dark_rounded .pp_top .pp_right{background:url(//apple.essecshop.be/wp-content/themes/boxshop/images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat}
div.dark_rounded .pp_content_container .pp_left{background:url(//apple.essecshop.be/wp-content/themes/boxshop/images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y}
div.dark_rounded .pp_content_container .pp_right{background:url(//apple.essecshop.be/wp-content/themes/boxshop/images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y}
div.dark_rounded .pp_next:hover{background:url(//apple.essecshop.be/wp-content/themes/boxshop/images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_rounded .pp_previous:hover{background:url(//apple.essecshop.be/wp-content/themes/boxshop/images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.dark_rounded .pp_expand{background:url(//apple.essecshop.be/wp-content/themes/boxshop/images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_expand:hover{background:url(//apple.essecshop.be/wp-content/themes/boxshop/images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract{background:url(//apple.essecshop.be/wp-content/themes/boxshop/images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract:hover{background:url(//apple.essecshop.be/wp-content/themes/boxshop/images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_close{width:75px;height:22px;background:url(//apple.essecshop.be/wp-content/themes/boxshop/images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.dark_rounded .pp_description{margin-right:85px;color:#fff}
div.dark_rounded .pp_nav .pp_play{background:url(//apple.essecshop.be/wp-content/themes/boxshop/images/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_nav .pp_pause{background:url(//apple.essecshop.be/wp-content/themes/boxshop/images/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_arrow_previous{background:url(//apple.essecshop.be/wp-content/themes/boxshop/images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat}
div.dark_rounded .pp_arrow_next{background:url(//apple.essecshop.be/wp-content/themes/boxshop/images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat}
div.dark_rounded .pp_bottom .pp_left{background:url(//apple.essecshop.be/wp-content/themes/boxshop/images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat}
div.dark_rounded .pp_bottom .pp_right{background:url(//apple.essecshop.be/wp-content/themes/boxshop/images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_loaderIcon{background:url(//apple.essecshop.be/wp-content/themes/boxshop/images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat}
div.dark_square .pp_left,div.dark_square .pp_middle,div.dark_square .pp_right,div.dark_square .pp_content{background:#000}
div.dark_square .pp_description{color:#fff;margin:0 85px 0 0}
div.dark_square .pp_loaderIcon{background:url(//apple.essecshop.be/wp-content/themes/boxshop/images/prettyPhoto/dark_square/loader.gif) center center no-repeat}
div.dark_square .pp_expand{background:url(//apple.essecshop.be/wp-content/themes/boxshop/images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_square .pp_expand:hover{background:url(//apple.essecshop.be/wp-content/themes/boxshop/images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_square .pp_contract{background:url(//apple.essecshop.be/wp-content/themes/boxshop/images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_square .pp_contract:hover{background:url(//apple.essecshop.be/wp-content/themes/boxshop/images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_square .pp_close{width:75px;height:22px;background:url(//apple.essecshop.be/wp-content/themes/boxshop/images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.dark_square .pp_nav{clear:none}
div.dark_square .pp_nav .pp_play{background:url(//apple.essecshop.be/wp-content/themes/boxshop/images/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_nav .pp_pause{background:url(//apple.essecshop.be/wp-content/themes/boxshop/images/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_arrow_previous{background:url(//apple.essecshop.be/wp-content/themes/boxshop/images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat}
div.dark_square .pp_arrow_next{background:url(//apple.essecshop.be/wp-content/themes/boxshop/images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat}
div.dark_square .pp_next:hover{background:url(//apple.essecshop.be/wp-content/themes/boxshop/images/prettyPhoto/dark_square/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_square .pp_previous:hover{background:url(//apple.essecshop.be/wp-content/themes/boxshop/images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_square .pp_expand{background:url(//apple.essecshop.be/wp-content/themes/boxshop/images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_square .pp_expand:hover{background:url(//apple.essecshop.be/wp-content/themes/boxshop/images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_square .pp_contract{background:url(//apple.essecshop.be/wp-content/themes/boxshop/images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_square .pp_contract:hover{background:url(//apple.essecshop.be/wp-content/themes/boxshop/images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_square .pp_close{width:75px;height:22px;background:url(//apple.essecshop.be/wp-content/themes/boxshop/images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.light_square .pp_nav .pp_play{background:url(//apple.essecshop.be/wp-content/themes/boxshop/images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_nav .pp_pause{background:url(//apple.essecshop.be/wp-content/themes/boxshop/images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_arrow_previous{background:url(//apple.essecshop.be/wp-content/themes/boxshop/images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat}
div.light_square .pp_arrow_next{background:url(//apple.essecshop.be/wp-content/themes/boxshop/images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat}
div.light_square .pp_next:hover{background:url(//apple.essecshop.be/wp-content/themes/boxshop/images/prettyPhoto/light_square/btnNext.png) center right no-repeat;cursor:pointer}
div.light_square .pp_previous:hover{background:url(//apple.essecshop.be/wp-content/themes/boxshop/images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_top .pp_left{background:url(//apple.essecshop.be/wp-content/themes/boxshop/images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat}
div.facebook .pp_top .pp_middle{background:url(//apple.essecshop.be/wp-content/themes/boxshop/images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x}
div.facebook .pp_top .pp_right{background:url(//apple.essecshop.be/wp-content/themes/boxshop/images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat}
div.facebook .pp_content_container .pp_left{background:url(//apple.essecshop.be/wp-content/themes/boxshop/images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y}
div.facebook .pp_content_container .pp_right{background:url(//apple.essecshop.be/wp-content/themes/boxshop/images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y}
div.facebook .pp_expand{background:url(//apple.essecshop.be/wp-content/themes/boxshop/images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.facebook .pp_expand:hover{background:url(//apple.essecshop.be/wp-content/themes/boxshop/images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.facebook .pp_contract{background:url(//apple.essecshop.be/wp-content/themes/boxshop/images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.facebook .pp_contract:hover{background:url(//apple.essecshop.be/wp-content/themes/boxshop/images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.facebook .pp_close{width:22px;height:22px;background:url(//apple.essecshop.be/wp-content/themes/boxshop/images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.facebook .pp_description{margin:0 37px 0 0}
div.facebook .pp_loaderIcon{background:url(//apple.essecshop.be/wp-content/themes/boxshop/images/prettyPhoto/facebook/loader.gif) center center no-repeat}
div.facebook .pp_arrow_previous{background:url(//apple.essecshop.be/wp-content/themes/boxshop/images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_previous.disabled{background-position:0 -96px;cursor:default}
div.facebook .pp_arrow_next{background:url(//apple.essecshop.be/wp-content/themes/boxshop/images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_next.disabled{background-position:-32px -96px;cursor:default}
div.facebook .pp_nav{margin-top:0}
div.facebook .pp_nav p{font-size:15px;padding:0 3px 0 4px}
div.facebook .pp_nav .pp_play{background:url(//apple.essecshop.be/wp-content/themes/boxshop/images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_nav .pp_pause{background:url(//apple.essecshop.be/wp-content/themes/boxshop/images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_next:hover{background:url(//apple.essecshop.be/wp-content/themes/boxshop/images/prettyPhoto/facebook/btnNext.png) center right no-repeat;cursor:pointer}
div.facebook .pp_previous:hover{background:url(//apple.essecshop.be/wp-content/themes/boxshop/images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_bottom .pp_left{background:url(//apple.essecshop.be/wp-content/themes/boxshop/images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat}
div.facebook .pp_bottom .pp_middle{background:url(//apple.essecshop.be/wp-content/themes/boxshop/images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x}
div.facebook .pp_bottom .pp_right{background:url(//apple.essecshop.be/wp-content/themes/boxshop/images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat}
div.pp_pic_holder a:focus{outline:none}
div.pp_overlay{background:#000;display:none;left:0;position:absolute;top:0;width:100%;z-index:9500}
div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:10000}
.pp_content{height:40px;min-width:40px}
* html .pp_content{width:40px}
.pp_content_container{position:relative;text-align:left;width:100%}
.pp_content_container .pp_left{padding-left:20px}
.pp_content_container .pp_right{padding-right:20px}
.pp_content_container .pp_details{float:left;margin:10px 0 2px}
.pp_description{display:none;margin:0}
.pp_social{float:left;margin:0}
.pp_social .facebook{float:left;margin-left:5px;width:55px;overflow:hidden}
.pp_social .twitter{float:left}
.pp_nav{clear:right;float:left;margin:3px 10px 0 0}
.pp_nav p{float:left;white-space:nowrap;margin:2px 4px}
.pp_nav .pp_play,.pp_nav .pp_pause{float:left;margin-right:4px;text-indent:-10000px}
a.pp_arrow_previous,a.pp_arrow_next{display:block;float:left;height:15px;margin-top:3px;overflow:hidden;text-indent:-10000px;width:14px}
.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000}
.pp_gallery{display:none;left:50%;margin-top:-50px;position:absolute;z-index:10000}
.pp_gallery div{float:left;overflow:hidden;position:relative}
.pp_gallery ul{float:left;height:35px;position:relative;white-space:nowrap;margin:0 0 0 5px;padding:0}
.pp_gallery ul a{border:1px rgba(0,0,0,0.5) solid;display:block;float:left;height:33px;overflow:hidden}
.pp_gallery ul a img{border:0}
.pp_gallery li{display:block;float:left;margin:0 5px 0 0;padding:0}
.pp_gallery li.default a{background:url(//apple.essecshop.be/wp-content/themes/boxshop/images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;display:block;height:33px;width:50px}
.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next{margin-top:7px!important}
a.pp_next{background:url(//apple.essecshop.be/wp-content/themes/boxshop/images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:right;height:100%;text-indent:-10000px;width:49%}
a.pp_previous{background:url(//apple.essecshop.be/wp-content/themes/boxshop/images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:left;height:100%;text-indent:-10000px;width:49%}
a.pp_expand,a.pp_contract{cursor:pointer;display:none;height:20px;position:absolute;right:30px;text-indent:-10000px;top:10px;width:20px;z-index:20000}
a.pp_close{position:absolute;right:0;top:0;display:block;line-height:22px;text-indent:-10000px}
.pp_loaderIcon{display:block;height:24px;left:50%;position:absolute;top:50%;width:24px;margin:-12px 0 0 -12px}
#pp_full_res{line-height:1!important}
#pp_full_res .pp_inline{text-align:left}
#pp_full_res .pp_inline p{margin:0 0 15px}
div.ppt{color:#fff;display:none;font-size:17px;z-index:9999;margin:0 0 5px 15px}
div.pp_default .pp_content,div.light_rounded .pp_content{background-color:#fff}
div.pp_default #pp_full_res .pp_inline,div.light_rounded .pp_content .ppt,div.light_rounded #pp_full_res .pp_inline,div.light_square .pp_content .ppt,div.light_square #pp_full_res .pp_inline,div.facebook .pp_content .ppt,div.facebook #pp_full_res .pp_inline{color:#000}
div.pp_default .pp_gallery ul li a:hover,div.pp_default .pp_gallery ul li.selected a,.pp_gallery ul a:hover,.pp_gallery li.selected a{border-color:#fff}
div.pp_default .pp_details,div.light_rounded .pp_details,div.dark_rounded .pp_details,div.dark_square .pp_details,div.light_square .pp_details,div.facebook .pp_details{position:relative}
div.light_rounded .pp_top .pp_middle,div.light_rounded .pp_content_container .pp_left,div.light_rounded .pp_content_container .pp_right,div.light_rounded .pp_bottom .pp_middle,div.light_square .pp_left,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content,div.facebook .pp_content{background:#fff}
div.light_rounded .pp_description,div.light_square .pp_description{margin-right:85px}
div.light_rounded .pp_gallery a.pp_arrow_previous,div.light_rounded .pp_gallery a.pp_arrow_next,div.dark_rounded .pp_gallery a.pp_arrow_previous,div.dark_rounded .pp_gallery a.pp_arrow_next,div.dark_square .pp_gallery a.pp_arrow_previous,div.dark_square .pp_gallery a.pp_arrow_next,div.light_square .pp_gallery a.pp_arrow_previous,div.light_square .pp_gallery a.pp_arrow_next{margin-top:12px!important}
div.light_rounded .pp_arrow_previous.disabled,div.dark_rounded .pp_arrow_previous.disabled,div.dark_square .pp_arrow_previous.disabled,div.light_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}
div.light_rounded .pp_arrow_next.disabled,div.dark_rounded .pp_arrow_next.disabled,div.dark_square .pp_arrow_next.disabled,div.light_square .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}
div.light_rounded .pp_loaderIcon,div.light_square .pp_loaderIcon{background:url(//apple.essecshop.be/wp-content/themes/boxshop/images/prettyPhoto/light_rounded/loader.gif) center center no-repeat}
div.dark_rounded .pp_top .pp_middle,div.dark_rounded .pp_content,div.dark_rounded .pp_bottom .pp_middle{background:url(//apple.essecshop.be/wp-content/themes/boxshop/images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat}
div.dark_rounded .currentTextHolder,div.dark_square .currentTextHolder{color:#c4c4c4}
div.dark_rounded #pp_full_res .pp_inline,div.dark_square #pp_full_res .pp_inline{color:#fff}
.pp_top,.pp_bottom{height:20px;position:relative}
* html .pp_top,* html .pp_bottom{padding:0 20px}
.pp_top .pp_left,.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}
.pp_top .pp_middle,.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}
* html .pp_top .pp_middle,* html .pp_bottom .pp_middle{left:0;position:static}
.pp_top .pp_right,.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}
.pp_fade,.pp_gallery li.default a img{display:none}/*
	1. FONT FAMILY
	2. GENERAL COLORS
	3. HEADER COLORS
	4. MENU COLORS
	5. FOOTER COLORS
	6. PRODUCT COLORS
	7. CUSTOM FONT SIZE
	8. RESPONSIVE
	9. FULLWIDTH LAYOUT
	10. DISABLED REPONSIVE
	*/
	/* ============= 1. FONT FAMILY ============== */
		html, 
	body,
	label,
	input, 
	textarea, 
	keygen, 
	select, 
	button,
	.mc4wp-form-fields label,
	.font-body,
	.ts-banner .heading-body,
	.ts-button.fa,
	li.fa,
	h3.product-name > a, 
	h3.product-name,
	#order_review_heading,
	.woocommerce-cart .cart-collaterals .cart_totals > h2,
	body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tab a,
	body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-tab a,
	.ts-testimonial-wrapper.text-light .testimonial-content h4.name a,
	.ts-twitter-slider.text-light .twitter-content h4.name > a,
	.vc_toggle_default .vc_toggle_title h4,
	.vc_tta-accordion .vc_tta-panel .vc_tta-panel-title,
	.ts-milestone h3.subject, 
	.cart_totals table th,
	.woocommerce #order_review table.shop_table tfoot td, 
	.woocommerce table.shop_table.order_details tfoot th, 
	.woocommerce #order_review table.shop_table tfoot th, 
	body.wpb-js-composer .vc_tta-accordion .vc_tta-panel .vc_tta-panel-title > a,
	body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-tab > a,
	body div.pp_default .pp_nav .currentTextHolder,
	body .theme-default .nivo-caption,
	.dokan-category-menu .sub-block h3,
	.menu-wrapper nav > ul.menu li .menu-desc{
		font-family:Roboto, sans-serif;
	}
	.h1-big,
	.h2-big,
	h1,h2,h3,h4,h5,h6,
	.h1,.h2,.h3,.h4,.h5,.h6,
	h1.wpb_heading,
	h2.wpb_heading,
	h3.wpb_heading,
	h4.wpb_heading,
	h5.wpb_heading,
	h6.wpb_heading
	{
		font-family:Roboto, sans-serif;
	}
	
	/* FONT MENU */
	.menu-wrapper nav > ul.menu > li > a,
	.vertical-menu-wrapper .vertical-menu-heading,
	/* Sub menu */
	.menu-wrapper nav > ul.menu ul.sub-menu > li > a,
	.menu-wrapper nav div.list-link li > a,
	.menu-wrapper nav > ul.menu li.widget_nav_menu li > a{
		font-family: Roboto, sans-serif;
	}

	/* ============= 2. GENERAL COLORS ============== */
	
	/* Background Content Color */
	body #main,
	body.header-boxed header,
	body.dokan-store #main:before,
	body div.pp_pic_holder,
	.woocommerce .woocommerce-ordering .orderby ul:before,
	form.checkout div.create-account,
	#main > .page-container,
	#main > .fullwidth-template,
	.thumbnails.loading:before,
	.ts-testimonial-wrapper.loading:before,
	.ts-twitter-slider.loading:before,
	.ts-logo-slider-wrapper.loading .content-wrapper:before,
	.related-posts.loading .content-wrapper:before,
	.ts-portfolio-wrapper.loading:before,
	.ts-blogs-wrapper.loading .content-wrapper:before,
	article .tags-link a:after,
	header .header-v5 .header-bottom,
	.content-no-border .widget.ts-products-widget .owl-nav:after,
	.ts-product-in-category-tab-2-wrapper .column-products.loading:before,
	header .header-v7 .is-sticky .header-bottom,
	.ts-compare-popup{
		background-color:#ffffff;
	}
	/* Widget & Shortcode Background */
	footer .widget-container,
	footer .ts-shortcode,
	footer .vc_tta-container,
	footer .vc_tta-panels{
		background:transparent;
	}
	.widget.ts-products-widget,
	.woocommerce .no-margin:not(.thumbnail-no-border) .product .product-wrapper,
	.shopping-cart-wrapper .dropdown-container .form-content:after,
	.my-account-wrapper .form-content:after,
	#lang_sel_click:after,
	body .wpml-ls-legacy-dropdown > ul > li:before,
	body .wpml-ls-legacy-dropdown .wpml-ls-sub-menu:after,
	body .wpml-ls-legacy-dropdown-click > ul > li:before,
	body .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu:after,
	.header-currency > div:before,
	.shopping-cart-wrapper .dropdown-container:after,
	.my-account-wrapper .dropdown-container:after,
	#lang_sel_click ul ul:after,
	.header-currency ul:after,
	.shopping-cart-wrapper .dropdown-container:before,
	.my-account-wrapper .dropdown-container:before,
	#lang_sel_click ul ul:before,
	body .wpml-ls-legacy-dropdown .wpml-ls-sub-menu:before,
	body .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu:before,
	.header-currency ul:before,
	.product-category-top-content:before,
	.woocommerce .widget_price_filter .ui-slider .ui-slider-handle:before,
	body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-tabs-container,
	.ts-product-in-category-tab-wrapper .column-products .owl-nav > div,
	.images-thumbnails >.thumbnails .owl-nav > div,
	body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-tab,
	.widget-container,
	.ts-products-tabs-widget .widget-title-wrapper,
	.vc_tta-container .vc_general,
	table.shop_table,
	.single-navigation .product-info:before,
	body .select2-container .select2-selection--single,
	body .select2-dropdown,
	html input[type="search"],
	html input[type="text"], 
	html input[type="password"],
	html input[type="email"], 
	html input[type="number"], 
	html input[type="date"],  
	html input[type="tel"], 
	html textarea,
	.woocommerce form .form-row input.input-text, 
	.woocommerce form .form-row textarea, 
	.woocommerce table.cart td.actions .coupon .input-text, 
	.widget-container .gallery.loading figure:before,
	.list-posts article .gallery.loading:before,
	.thumbnail.loading:before,
	.images.loading:before,
	.ts-product-category-slider-wrapper .content-wrapper.loading:before,
	.ts-product-in-category-tab-wrapper .column-banners.loading:before,
	.ts-product-in-category-tab-wrapper .column-products.loading:before,
	.woocommerce .product figure.loading:before,
	.ts-product .content-wrapper.loading:before,
	.tab-contents.loading:before,
	.ts-products-widget .ts-products-widget-wrapper.loading:before,
	.ts-blogs-widget .ts-blogs-widget-wrapper.loading:before,
	.ts-recent-comments-widget .ts-recent-comments-widget-wrapper.loading:before,
	.blogs article a.gallery.loading:before,
	.single .gallery.loading:before,
	.ts-portfolio-wrapper.loading:before,
	body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-panels-container .vc_tta-panels,
	body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tab.vc_active a,
	body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tab a:hover,
	body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-tab.vc_active a,
	body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-tab a:hover,
	.woocommerce #payment div.payment_box, 
	.ts-blogs article .content-meta,
	.list-posts article,
	.ts-team-member .content-info,
	.vc_toggle,
	.ts-product-in-category-tab-wrapper,
	body .flexslider .slides,
	body .wpb_gallery_slides.wpb_slider_nivo,
	.woocommerce div.product .woocommerce-tabs ul.tabs li > a{
		background-color:#ffffff;
	}

	.tab-content.loading:before,
	.wishlist .loading:after,
	.compare .loading:after{
		background-color:#ffffff;
		opacity:0.7;
	}

	.woocommerce-checkout #payment div.payment_box:before{
		border-bottom-color:#ffffff;
	}

	/* BODY COLOR */

	body,
	.gridlist-toggle a,
	.widget-container .tagcloud a,
	.product-categories a,
	body.wpb-js-composer .vc_toggle .vc_toggle_icon:before,
	body .star-rating.no-rating:before,
	.pp_woocommerce div.product .summary .woocommerce-product-details__short-description, 
	.woocommerce div.product.summary .woocommerce-product-details__short-description, 
	.entry-bottom .ts-social-sharing li a,
	.ts-feature-wrapper .feature-icon,
	.vc_tta-accordion .vc_tta-panel .vc_tta-panel-title > a i,
	/* Widget */
	p.lost_password a,
	.ts-product-attribute > div a,
	.comment_list_widget .comment-body,
	header .header-template .my-account-wrapper .forgot-pass a,
	.woocommerce .woocommerce-ordering ul li a, 
	article .social-sharing li a, 
	div.product .social-sharing li a,
	.woocommerce table.shop_attributes td, 
	.woocommerce table.shop_attributes th, 
	.woocommerce p.stars a,
	.woocommerce-product-rating .woocommerce-review-link,
	table tfoot th,
	.ts-team-member .image-thumbnail .social,
	.woocommerce-checkout #payment div.payment_box,
	body div.pp_default .pp_nav .currentTextHolder,
	.dashboard-widget.products ul li a,
	.single-portfolio .cat-links > a,
	.ts-list-of-product-categories-wrapper .list-categories li a,
	.list-cats li a,
	.woocommerce .widget-container .price_slider_amount .price_label,
	.widget-container ul li > a,
	.dokan-widget-area .widget ul li > a,
	.dokan-orders-content .dokan-orders-area ul.order-statuses-filter li a,
	.dokan-dashboard .dokan-dashboard-content ul.dokan_tabs li.active > a,
	.dokan-dashboard .dokan-dashboard-content ul.dokan_tabs li > a:hover,
	.dokan-dashboard .dokan-dashboard-content a,
	.dokan-dashboard .dokan-dashboard-content a.dokan-btn-default:hover,
	.product-categories span.count,
	#lang_sel_click ul ul a,
	.header-currency ul li a:not(.button),
	header.top-header-transparent .header-top .header-currency ul li a:not(.button),
	.ts-wishlist-table-wrapper .items span.product-stock-status,
	.ts-compare-table-wrapper .out-of-stock,
	.ts-compare-table-wrapper .in-stock,
	body.wpb-js-composer .ts-products-tabs-widget .vc_tta-accordion .vc_tta-panel .vc_tta-panel-title > a,
	.ts-product-in-category-tab-2-wrapper .see-more-button,
	.woocommerce table.shop_table tbody th.product-name:before{
		color:#848484;
	}
	.ts-social-icons .social-icons.style-vertical .ts-tooltip,
	.ts-social-sharing .sharing-title,
	.cats-link,
	.tags-link,
	.cats-link a,
	.tags-link a{
		color:#5d5d5d; 
	}
	/* Quick view */
	select,
	textarea,
	html input[type="search"],
	html input[type="text"], 
	html input[type="email"],
	html input[type="password"],
	html input[type="date"],
	html input[type="number"],
	html input[type="tel"],
	body .select2-container .select2-selection--single,
	body .select2-container .select2-search--dropdown .select2-search__field,
	.woocommerce form .form-row.woocommerce-validated .select2-container, 
	.woocommerce form .form-row.woocommerce-validated input.input-text, 
	.woocommerce form .form-row.woocommerce-validated select,
	body .select2-container .select2-selection--multiple,
	.woocommerce form .form-row .input-text, 
	.woocommerce form .form-row select{
		color:#848484;
		border-color:#e5e5e5;
	}
	body .select2-container .select2-selection--single .select2-selection__rendered{
		color:#848484;
	}
	header .header-v3 .ts-search-by-category input[type="text"], 
	header .header-v4 .ts-search-by-category input[type="text"]{
		border-color:#e5e5e5;
	}
	html input[type="search"]:hover,
	html input[type="text"]:hover, 
	html input[type="email"]:hover,
	html input[type="password"]:hover,
	html input[type="date"],
	html input[type="number"]:hover,
	html input[type="tel"]:hover,
	html textarea:hover,
	html input[type="search"]:focus,
	html input[type="text"]:focus, 
	html input[type="email"]:focus,
	html input[type="password"]:focus,
	html input[type="date"]:focus,
	html input[type="number"]:focus,
	html input[type="tel"]:focus,
	input:-webkit-autofill, 
	textarea:-webkit-autofill, 
	select:-webkit-autofill,
	html textarea:focus,
	.woocommerce form .form-row textarea:hover, 
	.woocommerce form .form-row textarea:focus, 
	body .select2-container.select2-container--focus .select2-selection--multiple,
	.woocommerce form .form-row.woocommerce-validated .select2-container, 
	.woocommerce form .form-row.woocommerce-validated input.input-text, 
	.woocommerce form .form-row.woocommerce-validated select,
	body .select2-container--open .select2-selection--single,
	.woocommerce form .form-row .input-text:focus, 
	.woocommerce form .form-row select:focus{
		color:#666666;
		border-color:#c0c0c0;
	}
	.select2-container .select2-dropdown, 
	.select2-container .select2-selection {
		border-color:#c0c0c0;
	}
	body .select2-container--open .select2-selection--single .select2-selection__rendered{
		color:#666666;
	}
	body .theme-default .nivo-controlNav a:before{
		border-color:#848484;
	}
	body .theme-default .nivo-controlNav a:hover:before,
	body .theme-default .nivo-controlNav a.active:before{
		border-color:#848484;
		background-color:#848484;
	}

	/* HEADING COLOR */

	h1,h2,h3,h4,h5,h6,
	.h1,.h2,.h3,.h4,.h5,.h6,
	.woocommerce > form > fieldset legend{
		color:#535353;
	}

	/* LINK COLOR */

	a{
		color:#e72304;
	}
	a:hover,
	a:active{
		color:#e72304;
	}


	/* PRIMARY TEXT COLOR */

	table thead th,
	label ,
	p > label,
	fieldset div > label,
	.wpcf7 p,
	.primary-text,
	.banner-fullwidth-wrapper .banner_detail a.banner-button,
	/* Widget */
	.widget-container .tagcloud a:hover,
	/* Product Detail */
	h3.heading-title > a,
	.vc_tta-accordion .vc_tta-panel .vc_tta-panel-title > a,
	body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-tab > a,
	.ts-heading h1,
	.ts-heading h2,
	.ts-heading h3,
	.ts-heading h4,
	.avatar-name a,
	h1 > a,
	h2 > a,
	h3 > a,
	h4 > a,
	h5 > a,
	h6 > a,
	a.view-more,
	.secondary-color,
	.cart_list span.quantity,
	.widget-title,
	.widget.ts-products-widget > .widgettitle,
	.ts-product-in-category-tab-2-wrapper .column-tabs .heading-tab h3,
	.ts-product-categories-widget ul.product-categories span.icon-toggle,
	.ts-product-category-slider-wrapper .category-name h3 > a,
	.widget_categories > ul li.cat-parent > span.icon-toggle,
	.ts-product-categories-widget ul.product-categories > li >a,
	.widget_categories > ul > li > a,
	.ts-team-member .content-thumbnail .member-social a,
	body.error404 article h2,
	.ts-countdown.text-light .counter-wrapper > div,
	.total .total-title,
	.cart_list .quantity,
	.cart_list .icon,
	blockquote:before,
	.woocommerce div.product .woocommerce-tabs ul.tabs li > a,
	.pp_woocommerce div.product .product_title,
	.woocommerce div.product .product_title,
	.woocommerce-product-rating .woocommerce-review-link,
	/* Portfolio */
	.ts-portfolio-wrapper .filter-bar li,
	.portfolio-inner .item a,
	.widget-container .post_list_widget > li a.post-title,
	.entry-author .author-info .role,
	.vc_progress_bar .vc_single_bar .vc_label,
	.vc_progress_bar .vc_single_bar .vc_bar:before,
	.vc_toggle .vc_toggle_icon:before,
	.vc_toggle_default .vc_toggle_title h4,
	.vc_tta-accordion .vc_tta-panel .vc_tta-panel-title,
	.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta,
	.woocommerce p.stars a:hover,
	.woocommerce-cart .cart-collaterals .cart_totals table td, 
	.woocommerce-cart .cart-collaterals .cart_totals table th,
	.shipping-calculator-button,
	.woocommerce-billing-fields > h3,
	.woocommerce-shipping-fields > h3,
	#customer_login .col-1 > h2,
	#customer_login .col-2 > h2,
	.heading-wrapper > h2,
	.heading-shortcode > h3,
	.theme-title > h3,
	.cross-sells > h2,
	.upsells > h2,
	.related > h2,
	.cart_totals h2,
	.mc4wp-form-fields h2.title,
	.wp-caption p.wp-caption-text,
	.sku-wrapper,
	#order_review_heading,
	#ship-to-different-address, 
	.woocommerce form.login, 
	.woocommerce form.register, 
	.woocommerce .checkout #order_review table th,
	.desc-big,
	.mailchimp-subscription .widgettitle,
	.column-tabs .tabs li,
	.woocommerce .ts-product-deals-slider-wrapper.list .products .product .short-description,
	.dashboard-widget.products ul li a,
	.row-heading-tabs ul li,
	.row-heading-tabs ul li a,
	.widget-container .tagcloud a:hover,
	.heading-title,
	body div.pp_woocommerce .pp_description,
	.woocommerce-account .woocommerce-MyAccount-navigation li a,
	.woocommerce .products .product.product-category h3,
	.woocommerce .widget_layered_nav ul li a,
	.cats-link span:not(.cat-links),
	.tags-link span:not(.tags-links),
	.ts-product-social-sharing li a,
	.woocommerce-MyAccount-content > h2,
	.woocommerce-customer-details > h2,
	.woocommerce-order-details > h2,
	.woocommerce-account .addresses h3,
	.woocommerce-account .addresses h2,
	.woocommerce-customer-details .addresses h2,
	.woocommerce table.shop_table.order_details tfoot th,
	.woocommerce table.shop_table.customer_details th,
	.comments-area .reply a,
	.pp_woocommerce table .quantity .minus, 
	.pp_woocommerce table .quantity .plus, 
	.woocommerce table .quantity .minus, 
	.woocommerce table .quantity .plus,
	.mailchimp-subscription.text-default .widget-title-wrapper h3,
	.woocommerce #reviews #reply-title,
	.woocommerce .ts-product-category-slider-wrapper .product.product-category h3,
	.ts-gravatar-profile-widget .meta h4,
	.widget-container .social-icons li > a,
	.woocommerce .products .product.product-category h3,
	.ts-social-icons .social-icons.style-vertical .ts-tooltip,
	fieldset legend,
	.woocommerce ul.order_details li strong,
	.ts-compare-table-wrapper > div .heading,
	/* Portfolio */
	.portfolio-info p,
	.single-portfolio .info-content .entry-title,
	.vc_pie_chart .vc_pie_chart_value,
	/* Team */
	.ts-team-member header > h3 a{
		color:#000000;
	}
	body div.ppt,
	.woocommerce table.shop_table .product-remove a,
	.cart_list li .cart-item-wrapper a.remove,
	.woocommerce .widget_shopping_cart .cart_list li a.remove, 
	.woocommerce.widget_shopping_cart .cart_list li a.remove,
	body .pp_nav .pp_play:before, 
	body .pp_nav .pp_pause:before,
	body .pp_arrow_previous:before, 
	body .pp_arrow_next:before,
	body div.pp_woocommerce.pp_pic_holder .pp_arrow_previous:before, 
	body div.pp_woocommerce.pp_pic_holder .pp_arrow_next:before{
		color:#000000 !important;
	}
	footer .widget_product_tag_cloud .tagcloud a:hover,
	footer .widget_tag_cloud .tagcloud a:hover,
	/* Header */
	header .ts-search-by-category .search-content input[type="submit"]:hover{
		background:#000000;
	}
	.cats-portfolio:before,
	.ts-product-attribute > div.color a:before,
	.ts-product-attribute > div.selected:before,
	.product-filter-by-color ul li a:before{
		border-color:#000000;
	}
	.text-light .owl-dots > div > span:before,
	body .flex-control-paging li a:before,
	body .theme-default .nivo-controlNav a:before,
	body #fp-nav ul li a span:before, 
	body .fp-slidesNav ul li a span:before,
	body div.pp_woocommerce .pp_gallery ul li a:hover, 
	body div.pp_woocommerce .pp_gallery ul li.selected a,
	body div.pp_default .pp_gallery ul li a:hover, 
	body div.pp_default .pp_gallery ul li.selected a{
		border-color:#ffffff;
	}
	.woocommerce div.product .woocommerce-tabs ul.tabs li > a:hover,
	.woocommerce div.product .woocommerce-tabs ul.tabs li.active > a,
	/* Pagination */
	.woocommerce nav.woocommerce-pagination ul li a.next:hover, 
	.woocommerce nav.woocommerce-pagination ul li a.prev:hover, 
	.ts-pagination ul li a.prev:hover,
	.ts-pagination ul li a.next:hover,

	.woocommerce nav.woocommerce-pagination ul li a.next:focus, 
	.woocommerce nav.woocommerce-pagination ul li a.prev:focus, 
	.ts-pagination ul li a.prev:focus,
	.ts-pagination ul li a.next:focus,

	.dokan-pagination-container .dokan-pagination li:hover a,
	.dokan-pagination-container .dokan-pagination li.active a,
	.ts-pagination ul li a:hover,
	.ts-pagination ul li a:focus,
	.ts-pagination ul li span.current,
	.woocommerce nav.woocommerce-pagination ul li a:hover, 
	.woocommerce nav.woocommerce-pagination ul li span.current, 
	.woocommerce nav.woocommerce-pagination ul li a:focus, 
	 
	.woocommerce nav.woocommerce-pagination ul li a.next:focus 
	.woocommerce nav.woocommerce-pagination ul li a.prev:focus, 

	.woocommerce nav.woocommerce-pagination ul li a.next:hover, 
	.woocommerce nav.woocommerce-pagination ul li a.prev:hover{
		background:#000000;
		color:#ffffff;
		border-color:#000000;
	}
	.woocommerce div.product .woocommerce-tabs ul.tabs li.active > a:after{
		color:#000000;
	}
	.portfolio-inner .icon-group a,
	.single-portfolio .ic-like{
		border-color:#000000;
		color:#000000;
		background-color:#ffffff;
	}
	div.product .summary .print a,
	div.product .summary .email a,
	div.product .summary .wishlist a,
	div.product .summary .compare a,
	.woocommerce .button.button-secondary.transparent,
	body .button.button-secondary.transparent,
	.woocommerce .widget_price_filter .price_slider_amount .button,
	.woocommerce table.cart td.actions .coupon .button,
	.pp_woocommerce div.product form.cart table .button, 
	.woocommerce div.product form.cart table .button,
	.woocommerce table.my_account_orders tr td:last-child .button,
	.woocommerce .checkout_coupon input[type="submit"],
	.woocommerce .woocommerce-shipping-calculator .button,
	body .single-post .single-navigation > a{
		border-color:#cccccc;/* color border + - */
		color:#000000;
		background-color:#ffffff;
	}
	.quantity input[type="number"],
	.pp_woocommerce .quantity input.qty,
	.woocommerce .quantity input.qty, 
	.pp_woocommerce .quantity .minus, 
	.pp_woocommerce .quantity .plus,
	.woocommerce .quantity .minus, 
	.woocommerce .quantity .plus,
	.gridlist-toggle a,
	.ts-product-social-sharing li a,
	.woocommerce .woocommerce-ordering ul.orderby,
	.prod-cat-show-top-content-button{
		border-color:#cccccc;/* color border + - */
	}
	.mc4wp-form-fields input[type="submit"],
	.pp_woocommerce div.product p.cart .button:hover, 
	.woocommerce div.product p.cart .button:hover,
	.pp_woocommerce div.product form.cart .button:hover, 
	.woocommerce div.product form.cart .button:hover,
	.ts-stick-compare-button:hover,
	.ts-compare-table-wrapper.woocommerce .product-add-to-cart .button:hover,
	.woocommerce-account .woocommerce-MyAccount-navigation li:hover a,
	.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a,
	body .rev_slider .rev-btn-secondary,
	body rs-module-wrap .rev-btn-secondary,
	body sr7-module .rev-btn-secondary,
	a.button.button-border-secondary:hover,
	input.button.button-border-secondary:hover,
	.woocommerce-page a.button.button-border-secondary:hover,
	.woocommerce-page input.button.button-border-secondary:hover,
	.woocommerce .button.button-transparent:hover,
	body .button.button-transparent:hover,
	body .button.button-secondary,
	.woocommerce .cart_totals a.continue-shopping.button,
	.woocommerce .button.button-secondary,
	.woocommerce .button.button-primary:hover,
	body .button.button-primary:hover,
	body footer .style-1 .mailchimp-subscription button.button:hover,
	.woocommerce footer .style-1 .mailchimp-subscription button.button:hover,
	body input.wpcf7-submit,
	.woocommerce #respond input#submit.disabled, 
	.woocommerce #respond input#submit:disabled, 
	.woocommerce #respond input#submit:disabled[disabled], 
	.woocommerce a.button.disabled, 
	.woocommerce a.button:disabled, 
	.woocommerce a.button:disabled[disabled], 
	.woocommerce button.button.disabled, 
	.woocommerce button.button:disabled, 
	.woocommerce button.button:disabled[disabled], 
	.woocommerce input.button.disabled, 
	.woocommerce input.button:disabled, 
	.woocommerce input.button:disabled[disabled],
	.woocommerce .woocommerce-ordering:hover ul.orderby,
	.woocommerce .button.button-secondary.transparent:hover,
	body .button.button-secondary.transparent:hover,
	.woocommerce .widget_price_filter .price_slider_amount .button:hover,
	.woocommerce table.my_account_orders tr td:last-child .button:hover,
	.woocommerce table.cart td.actions .coupon .button:hover,
	.woocommerce .checkout_coupon input[type="submit"]:hover,
	.pp_woocommerce div.product form.cart table .button:hover, 
	.woocommerce div.product form.cart table .button:hover,
	body .single-post .single-navigation > a:hover,
	.widget_calendar caption{
		background-color:#3f3f3f;
		color:#ffffff;
		border-color:#3f3f3f;
	}
	body .rev_slider .rev-btn-secondary:hover,
	body rs-module-wrap .rev-btn-secondary:hover,
	body sr7-module .rev-btn-secondary:hover,
	a.button.button-border-secondary,
	input.button.button-border-secondary,
	.woocommerce-page a.button.button-border-secondary,
	.woocommerce-page input.button.button-border-secondary,
	body .button.button-secondary:hover,
	.woocommerce .button.button-secondary:hover,
	.woocommerce .cart_totals a.continue-shopping.button:hover{
		background-color:transparent;
		color:#3f3f3f;
		border-color:#3f3f3f;
	}
	/* Button Dots Slider */
	.owl-nav > div,
	div.product .single-navigation > div >  a,
	/* Slider Icon Thumbnail */
	.images-thumbnails > .thumbnails .owl-nav > div{
		border-color:#cccccc;
		color:#bbbbbb;
		background:#ffffff;
	}
	/* Slider Icon Thumbnail */
	.images-thumbnails > .thumbnails .owl-nav > div:hover,
	div.product .single-navigation > div >  a:hover,
	.single-navigation > a:hover,
	.owl-nav > div:hover{
		border-color:#000000;
		color:#000000;
		background:#ffffff;
	}
	/* PRIMARY COLOR */
	table thead th,
	.ts-products-tabs-widget .vc_tta-accordion .vc_tta-panels > div .vc_tta-panel-heading a:before,
	.ts-products-widget-shortcode.title-background-color .widgettitle,
	.list-posts article:not(.format-quote) .entry-meta .date-time, 
	article.single .entry-meta .date-time, 
	.ts-blogs article:not(.quote) .entry-meta .date-time,
	.ts-dropcap.style-2,
	.ts-social-icons .ts-tooltip,
	.product-group-button .button-tooltip{
		color:#ffffff;
	}
	.primary-color,
	.cart_list .amount,
	.total .amount,
	.column-tabs .tabs li:hover,
	.column-tabs .tabs li.current,
	.ol-style ol li:before,
	.ol-style li:before,
	.ul-style li:before,
	.office-address:before,
	.phone-numbers:before,
	.email-address:before,
	.fax-numbers:before,
	.office-address:after,
	.phone-numbers:after,
	.email-address:after,
	.fax-numbers:after,
	.ts-dropcap,
	h1 > a:hover,
	h2 > a:hover,
	h3 > a:hover,
	h4 > a:hover,
	h5 > a:hover,
	h6 > a:hover,
	.comments-area .reply a:hover,
	.ts-product-in-category-tab-2-wrapper .see-more-button:hover,
	ul.product_list_widget li .product-categories a:hover,
	.ts-product-category-slider-wrapper .category-name h3 > a:hover,
	.cats-link a:hover,
	.tags-link a:hover,
	.woocommerce .checkout #order_review table thead th,
	.woocommerce-product-rating .woocommerce-review-link:hover,
	body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-tab.vc_active > a:after,
	body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tab.vc_active a:after, 
	body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-tab.vc_active a:after, 
	body.wpb-js-composer .vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-left .vc_tta-tab.vc_active > a:after, 
	body.wpb-js-composer .vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-right .vc_tta-tab.vc_active > a:after,
	body.wpb-js-composer .vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top .vc_tta-tab.vc_active > a:after,
	body .vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-panel-title > a i,
	body .vc_tta-accordion .vc_tta-panel .vc_tta-panel-title > a:hover i,
	body.wpb-js-composer .ts-products-tabs-widget .vc_tta-accordion .vc_tta-panel .vc_tta-panel-title > a:hover,
	body.wpb-js-composer .ts-products-tabs-widget .vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-panel-title > a,
	body.wpb-js-composer .vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-panel-title > a,
	body.wpb-js-composer .vc_tta-accordion .vc_tta-panel .vc_tta-panel-title > a:hover,
	body.wpb-js-composer .vc_toggle_default.vc_toggle_active .vc_toggle_title h4,
	body.wpb-js-composer .vc_toggle_default .vc_toggle_title:hover h4,
	body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-tab.vc_active > a,
	body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-tab > a:hover,
	body.wpb-js-composer .vc_toggle_active .vc_toggle_icon:before,
	/* Portfolio */
	.ts-portfolio-wrapper .filter-bar li:hover,
	.ts-portfolio-wrapper .filter-bar li.current,
	.portfolio-inner .item a:hover,
	.widget-container ul.product_list_widget li .ts-wg-meta > a:hover,
	.woocommerce .widget-container ul.product_list_widget li .ts-wg-meta > a:hover,
	.ts-social-icons li.custom .ts-tooltip:before,
	body .style-3 .mailchimp-subscription.text-light button.button:hover,
	a.view-more:hover,
	/* Product Detail */
	.order-number a,
	label a:hover,
	.widget-container ul > li a:hover,
	.dokan-widget-area .widget ul li > a:hover,
	.dokan-orders-content .dokan-orders-area ul.order-statuses-filter li.active a,
	.dokan-orders-content .dokan-orders-area ul.order-statuses-filter li:hover a,
	.dokan-dashboard .dokan-dashboard-content a:hover,
	.dokan-dashboard .dokan-dashboard-content li.active > a,
	span.author a,
	section.widget_nav_menu > div > ul > li > a:hover,
	.widget-container ul ul li > a:hover,
	.list-posts .heading-title a:hover,
	p.lost_password a:hover,
	.products .product.product-category a:hover h3, 
	.woocommerce .products .product.product-category a:hover h3, 
	header .header-template .my-account-wrapper .forgot-pass a:hover,
	.woocommerce .products .product .product-categories a:hover, 
	.woocommerce .widget-container il li .product-categories a:hover,
	.widget-container ul li .product-categories a:hover,
	.widget.ts-products-widget .product-categories a:hover,
	.woocommerce .widget_layered_nav ul li:hover a,
	.woocommerce .widget_layered_nav ul li:hover span.count,
	.woocommerce .widget_layered_nav ul li.chosen a,
	.woocommerce .widget_layered_nav ul li.chosen span.count,
	.ts-feature-wrapper .feature-icon:hover,
	.ts-product-attribute > div:hover a,
	.ts-product-categories-widget ul.product-categories span.icon-toggle:hover,
	.widget_categories > ul li.cat-parent > span.icon-toggle:hover,
	.ts-product-categories-widget ul.product-categories li.current > a,
	.ts-product-categories-widget ul.product-categories li a:hover,
	.widget_categories > ul li.current-cat > a,
	.widget_categories > ul li a:hover,
	.ts-testimonial-wrapper.text-light .testimonial-content h4.name a:hover,
	.ts-twitter-slider.text-light .twitter-content h4.name > a:hover,
	.woocommerce .ts-product-deals-slider-wrapper .products .product .product-categories a:hover,
	.woocommerce .ts-product-deals-slider-wrapper .products .center .product-name a:hover,
	.gridlist-toggle a:hover,
	.gridlist-toggle a.active,
	.woocommerce .woocommerce-ordering ul li a:hover, 
	.shipping-calculator-button:hover,
	.widget-container .post_list_widget > li a.post-title:hover,
	.single-portfolio .cat-links > a:hover,
	body.error404 article h1,
	body.error404 .icon-404 i,
	.ts-tiny-cart-wrapper .ic-cart:before,
	footer#colophon .ts-social-icons .social-icons.style-vertical li.custom:hover a span,
	body .select2-container .select2-results__option[aria-selected=true],
	body .select2-container .select2-results__option--highlighted[aria-selected],
	/* Header */
	.ic-mobile-menu-close-button:hover,
	a.ic-home:hover i,
	/* Menu phone */
	.mobile-menu-wrapper li:hover > a,
	.mobile-menu-wrapper li .ts-menu-drop-icon:hover,
	.mobile-menu-wrapper li.current-menu-item > a,
	.mobile-menu-wrapper li.current_page_item > a,
	.mobile-menu-wrapper li:hover:before,
	.mobile-menu-wrapper li.current-menu-item:before,
	.mobile-menu-wrapper li.current_page_item:before,
	/* Team */
	.ts-team-member header > h3 a:hover,
	/* Product detail */
	.pp_woocommerce div.product form.cart .variations td .reset_variations,
	.woocommerce div.product form.cart .variations td .reset_variations, 
	/* Product */
	#ts-search-result-container .view-all-wrapper a:hover,
	#ts-search-result-container ul li a:hover,
	.pp_woocommerce table .quantity .minus:hover, 
	.pp_woocommerce table .quantity .plus:hover, 
	.woocommerce table .quantity .minus:hover, 
	.woocommerce table .quantity .plus:hover,
	/* Product name */
	.list-cats li a:hover,
	.widget-container .product_list_widget li a:hover,
	.woocommerce .widget-container .product_list_widget li a:hover,
	.widget.ts-products-widget .ts-wg-meta > a:hover,
	.woocommerce .ts-recently-viewed-products-wrapper li .ts-wg-meta > a:hover,
	.ts-header .header-top h3.product-name > a:hover, 
	h3.product-name > a:hover, 
	h3.product-name:hover,
	.product-name a:hover,
	.group_table a:hover,
	.ts-feature-wrapper.active-feature .feature-header h3 > a,
	.dashboard-widget.products ul li a:hover{
		color:#e72304;
	}
	/* Slider Icon Thumbnail */
	.text-light .owl-nav > div:hover:before,
	.text-light .owl-nav > div:hover,
	.style-light .owl-nav > div:hover,
	.owl-dots > div > span:hover:before,
	.owl-dots > div.active > span:before{
		border-color:#e72304;
		background-color:#e72304;
	}
	.woocommerce .product figure .color-image.active span:before,
	.woocommerce .product figure .color.active span:before{
		border-color:#e72304;
	}
	body .pp_nav .pp_play:hover:before, 
	body .pp_nav .pp_pause:hover:before,
	body .pp_arrow_previous:hover:before, 
	body .pp_arrow_next:hover:before,
	body div.pp_woocommerce.pp_pic_holder .pp_arrow_previous:hover:before, 
	body div.pp_woocommerce.pp_pic_holder .pp_arrow_next:hover:before{
		color:#e72304 !important;
	}
	.tp-bullets.simplebullets .bullet:hover:after, 
	.tp-bullets.simplebullets .bullet.selected:after,
	body .rev_slider .tp-bullets .tp-bullet:hover:after, 
	body .rev_slider .tp-bullets .tp-bullet.selected:after,
	body rs-module-wrap .tp-bullets .tp-bullet:hover:after, 
	body rs-module-wrap .tp-bullets .tp-bullet.selected:after,
	body sr7-module sr7-bullets sr7-bullet:hover:after, 
	body sr7-module sr7-bullets sr7-bullet.selected:after,
	.widget-container:before,
	.menu-wrapper > .ic-close-menu-button:hover,
	.woocommerce div.product div.thumbnails li:hover a img,
	.pp_woocommerce div.product div.thumbnails li:hover a img,
	.ts-footer-block .widget-container ul li.custom:hover > a,
	footer#colophon .ts-social-icons li.custom:hover a,
	.ts-social-icons li.custom:hover a,
	footer#colophon .ts-social-icons .style-vertical li.custom:hover a i:after,
	.gridlist-toggle a:hover,
	.gridlist-toggle a.active,
	.shopping-cart-wrapper .ts-tiny-cart-wrapper,
	body.wpb-js-composer .vc_general.vc_tta-style-2 .vc_tta-tabs-container{
		border-color:#e72304;
	}
	table thead th,
	.ts-dropcap.style-2,
	.ts-products-widget-shortcode.title-background-color .widgettitle,
	.list-posts article:not(.format-quote) .entry-meta .date-time,
	article.single .entry-meta .date-time,
	.ts-blogs article:not(.quote) .entry-meta .date-time,
	.ts-products-tabs-widget .vc_tta-accordion .vc_tta-panels > div .vc_tta-panel-heading a:after,
	.title-background-color .shortcode-heading-wrapper .heading-title,
	.woocommerce table.cart th,
	.ts-wishlist-table-wrapper .heading-row,
	/* Team icon custom */
	.ts-team-member .image-thumbnail .social a.custom:hover,
	/* Social */
	.ts-social-icons .style-vertical li.custom:hover a i:after,
	footer#colophon .ts-social-icons .style-vertical li.c:hover a i:after,
	.ts-social-icons li.custom:hover a,
	footer#colophon .ts-social-icons li.custom:hover a,
	.ts-social-icons li.custom  .ts-tooltip,
	footer#colophon .ts-social-icons li.custom .ts-tooltip,
	/* Header */
	.ts-tiny-cart-wrapper .ic-cart:after,
	header .ts-search-by-category .search-content input[type="submit"]{
		background-color:#e72304;
	}
	.cart_list li .cart-item-wrapper a.remove:hover,
	.woocommerce .widget_shopping_cart .cart_list li a.remove:hover, 
	.woocommerce.widget_shopping_cart .cart_list li a.remove:hover{
		color:#e72304 !important;
	}

	/* INPUT COLOR */

	*,
	* :before,
	* :after,
	.woocommerce table.shop_table, 
	.woocommerce-page table.shop_table,
	.woocommerce ul.order_details li,
	#add_payment_method table.cart td.actions .coupon .input-text, 
	.woocommerce-cart table.cart td.actions .coupon .input-text, 
	.woocommerce-checkout table.cart td.actions .coupon .input-text, 
	body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-tab > a, 
	body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tab a, 
	body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-tab a,
	body.wpb-js-composer .vc_tta-accordion .vc_tta-panel .vc_tta-panel-title > a,
	body.wpb-js-composer .vc_toggle_default .vc_toggle_content, 
	body.wpb-js-composer .vc_toggle_size_md.vc_toggle_default .vc_toggle_content, 
	body.wpb-js-composer .vc_tta-accordion .vc_tta-panels-container .vc_tta-panel-body,
	body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-tab > a,
	.widget.ts-products-widget li > a.ts-wg-thumbnail,
	.woocommerce ul.product_list_widget li > a.ts-wg-thumbnail,
	.dokan-dashboard .dokan-dashboard-content .edit-account fieldset,
	.woocommerce table.my_account_orders tbody tr:first-child td:first-child,
	body .woocommerce table.my_account_orders td.order-actions,
	body div.pp_woocommerce .pp_gallery ul li a, 
	body.wpb-js-composer .vc_separator.border-color .vc_sep_line,
	.woocommerce table.shop_attributes th, 
	.woocommerce table.shop_attributes td, 
	.woocommerce .widget_layered_nav ul, 
	.woocommerce table.shop_table, 
	.woocommerce table.shop_table td, 
	body .wpb_flexslider.flexslider,
	.widget_product_search, 
	.widget_search, 
	.widget-container.widget_calendar,
	.entry-bottom .ts-social-sharing li a,
	.woocommerce p.stars a.star-1, 
	.woocommerce p.stars a.star-2, 
	.woocommerce p.stars a.star-3, 
	.woocommerce p.stars a.star-4, 
	.woocommerce p.stars a.star-5,
	.woocommerce #reviews #comments ol.commentlist li .comment-text,
	.woocommerce table.shop_attributes, 
	.woocommerce #reviews #comments ol.commentlist li ,
	.woocommerce div.product div.thumbnails li a img,
	.pp_woocommerce div.product div.images-slider-wrapper img,
	.woocommerce div.product div.images-thumbnails img,
	.woocommerce ul.cart_list li img, 
	.woocommerce ul.product_list_widget li img,
	body.thumbnail-no-border div.product div.images-thumbnails div.thumbnails li:hover img{
		border-color:#ebebeb;
	}
	.ts-product-attribute > div:before{
		background-color:#ebebeb;
		border-color:#ebebeb;
	}

	/* REVOLUTION SLIDER */

	.vc_images_carousel .vc_left .icon-prev:after, 
	.vc_images_carousel .vc_right .icon-next:after,
	.tp-leftarrow.tparrows:after,
	.sr7-leftarrow.sr7-arrows:after,
	.tp-rightarrow.tparrows:after,
	.sr7-rightarrow.sr7-arrows:after,
	.wpb_gallery .wpb_flexslider .flex-direction-nav a:after,
	.theme-default .nivo-directionNav a:after{
		background-color:#ffffff !important;
	}
	.vc_images_carousel .vc_left .icon-prev:before, 
	.vc_images_carousel .vc_right .icon-next:before,
	.tp-leftarrow.tparrows:before,
	.tp-rightarrow.tparrows:before,
	.sr7-leftarrow.sr7-arrows:before,
	.sr7-rightarrow.sr7-arrows:before,
	.wpb_gallery .wpb_flexslider .flex-direction-nav a:before,
	.theme-default .nivo-directionNav a:before{
		color:#000000 !important;
	}
	.vc_images_carousel .vc_left:hover .icon-prev:after, 
	.vc_images_carousel .vc_right:hover .icon-next:after,
	.tp-leftarrow.tparrows:hover:after,
	.tp-rightarrow.tparrows:hover:after,
	.sr7-leftarrow.sr7-arrows:hover:after,
	.sr7-rightarrow.sr7-arrows:hover:after,
	.wpb_gallery .wpb_flexslider .flex-direction-nav a:hover:after,
	.theme-default .nivo-directionNav a:hover:after{
		background-color:#000000 !important;
	}
	.vc_images_carousel .vc_left:hover .icon-prev:before, 
	.vc_images_carousel .vc_right:hover .icon-next:before,
	.tp-leftarrow.tparrows:hover:before,
	.tp-rightarrow.tparrows:hover:before,
	.sr7-leftarrow.sr7-arrows:hover:before,
	.sr7-rightarrow.sr7-arrows:hover:before,
	.wpb_gallery .wpb_flexslider .flex-direction-nav a:hover:before,
	.theme-default .nivo-directionNav a:hover:before{
		color:#ffffff !important;
	}

	/* BUTTON */

	#to-top a:hover,
	a.button:hover,
	button:hover, 
	input[type="submit"]:hover, 
	.shopping-cart p.buttons a:hover, 
	.woocommerce #respond input#submit:hover, 
	.woocommerce a.button:hover, 
	.woocommerce button.button:hover, 
	.woocommerce input.button:hover, 
	.woocommerce #respond input#submit.alt:hover, 
	.woocommerce a.button.alt:hover, 
	.woocommerce button.button.alt:hover, 
	.woocommerce input.button.alt:hover, 
	.woocommerce #respond input#submit.alt.disabled,
	.woocommerce #respond input#submit.alt.disabled:hover,
	.woocommerce #respond input#submit.alt:disabled,
	.woocommerce #respond input#submit.alt:disabled:hover,
	.woocommerce #respond input#submit.alt:disabled[disabled],
	.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
	.woocommerce a.button.alt.disabled,
	.woocommerce a.button.alt.disabled:hover,
	.woocommerce a.button.alt:disabled,
	.woocommerce a.button.alt:disabled:hover,
	.woocommerce a.button.alt:disabled[disabled],
	.woocommerce a.button.alt:disabled[disabled]:hover,
	.woocommerce button.button.alt.disabled,
	.woocommerce button.button.alt.disabled:hover,
	.woocommerce button.button.alt:disabled,
	.woocommerce button.button.alt:disabled:hover,
	.woocommerce button.button.alt:disabled[disabled],
	.woocommerce button.button.alt:disabled[disabled]:hover,
	.woocommerce input.button.alt.disabled,
	.woocommerce input.button.alt.disabled:hover,
	.woocommerce input.button.alt:disabled,
	.woocommerce input.button.alt:disabled:hover,
	.woocommerce input.button.alt:disabled[disabled],
	.woocommerce input.button.alt:disabled[disabled]:hover,
	body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-tab.vc_active > a,
	body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-style-2 .vc_tta-tab.vc_active > a:hover,
	body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-tab > a:hover,
	body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tab.vc_active a, 
	body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-tab.vc_active a, 
	body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tab:hover a, 
	body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-tab:hover a, 
	body.wpb-js-composer .vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-left .vc_tta-tab.vc_active > a, 
	body.wpb-js-composer .vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-right .vc_tta-tab.vc_active > a,
	.mc4wp-form-fields input[type="submit"]:hover,
	.woocommerce .cart_totals a.checkout-button.button,
	body .mailchimp-subscription.text-default button.button,
	.woocommerce .mailchimp-subscription.text-default button.button,
	a.button.button-border-primary:hover,
	input.button.button-border-primary:hover,
	.woocommerce a.button.button-border-primary:hover,
	.woocommerce input.button.button-border-primary:hover,
	.woocommerce .button.button-primary,
	body .button.button-primary,
	body footer .style-1 .mailchimp-subscription button.button,
	.woocommerce footer .style-1 .mailchimp-subscription button.button,
	body input.wpcf7-submit:hover,
	.portfolio-inner .icon-group a:hover,
	.woocommerce .button.button-primary.transparent:hover,
	body .button.button-primary.transparent:hover,
	.summary .quickshop .button-tooltip,
	.summary .wishlist .button-tooltip,
	.summary .compare .button-tooltip,
	div.product .summary .wishlist a:hover,
	div.product .summary .compare a:hover,
	div.product .summary .print a:hover,
	div.product .summary .email a:hover,
	.pp_woocommerce div.product form.cart .button, 
	.woocommerce div.product form.cart .button,
	.pp_woocommerce div.product p.cart .button, 
	.woocommerce div.product p.cart .button,
	.pp_woocommerce div.product form.cart .group_table .button:hover, 
	.woocommerce div.product form.cart .group_table .button:hover,
	.woocommerce #content table.shop_table input.button-secondary:hover, 
	.woocommerce table.shop_table input.button-secondary:hover, 
	.woocommerce-page #content table.shop_table input.button-secondary:hover, 
	.woocommerce-page table.shop_table input.button-secondary:hover,
	body .mfp-close-btn-in .mfp-close:hover,
	.woocommerce ul.product_list_widget li .loop-add-to-cart a:hover,
	/* Quick view hover */
	#ts-search-popup .search-button input:hover,
	#ts-search-popup .ts-button-close:hover,
	body div.ts-product-video.pp_pic_holder .pp_close:hover,
	body .pp_nav .pp_play:hover, 
	body .pp_nav .pp_pause:hover,
	body div.pp_default .pp_close:hover,
	body div.pp_woocommerce.pp_pic_holder .pp_close:hover,
	body div.pp_woocommerce.pp_pic_holder .pp_expand:hover,
	body div.pp_woocommerce.pp_pic_holder .pp_contract:hover,
	body div.pp_default .pp_expand:hover,
	body div.pp_default.pp_contract:hover,
	.ts-stick-compare-button,
	.ts-compare-table-wrapper.woocommerce .product-add-to-cart .button,
	.woocommerce #payment #place_order:hover{
		background-color:#e72304;
		border-color:#e72304;
		color:#ffffff;
	}
	.woocommerce .cart_totals a.checkout-button.button:hover,
	.woocommerce .button.button-primary.transparent,
	body .button.button-primary.transparent,
	a.button.button-border-primary,
	input.button.button-border-primary,
	.woocommerce a.button.button-border-primary,
	.woocommerce input.button.button-border-primary,
	.woocommerce .woocommerce-shipping-calculator .button:hover{
		background:transparent;
		border-color:#e72304;
		color:#e72304;
	}
	.woocommerce .woocommerce-shipping-calculator .button:hover{
		background:#ffffff;
	}
	#to-top a,
	a.button,
	button,
	input[type="submit"],
	.shopping-cart p.buttons a,
	.woocommerce #payment #place_order,
	.woocommerce #respond input#submit,
	.woocommerce a.button,
	.woocommerce button.button,
	.woocommerce input.button,
	.woocommerce #respond input#submit.alt,
	.woocommerce a.button.alt,
	.woocommerce button.button.alt,
	.woocommerce input.button.alt,
	body .mailchimp-subscription.text-default button.button:hover,
	.woocommerce .mailchimp-subscription.text-default button.button:hover,
	body .mailchimp-subscription.text-default button.button:focus,
	.woocommerce .mailchimp-subscription.text-default button.button:focus{
		background-color:#3f3f3f;
		border-color:#3f3f3f;
		color:#ffffff;
	}
	/* Pagination */
	.ts-pagination ul li a,
	.dokan-pagination-container .dokan-pagination li a,
	.woocommerce nav.woocommerce-pagination ul li a, 
	.woocommerce nav.woocommerce-pagination ul li span{
		background-color:#ffffff;
		color:#666666;/* color text strong */
		border-color:#cccccc;/* color border + - */
	}
	/* Breadcrumb */
	.breadcrumb-title-wrapper.breadcrumb-v2{
		border-color:#ebebeb;
	}
	.breadcrumb-title-wrapper{
		background-color:#ffffff;
	}
	.breadcrumb-title-wrapper .breadcrumb-title *{
		color:#ffffff;
	}
	.breadcrumb-title-wrapper .breadcrumb-title a:hover{
		color:#e72304;
	}
	.breadcrumb-title-wrapper .breadcrumb-title h1{
		color:#ffffff;
	}

	/* ============= 3. HEADER COLORS ============== */

	/* Header top */
	.header-v1 .top-right,
	.header-top{
		border-color:#ebebeb;
	}
	.header-v1 .top-logo,
	.header-v1 .logo-vetical-ipad{
		background-color:#e72304;
	}
	.header-top,
	.header-v1 .header-top .header-right:before{
		background-color:#ffffff;
	}
	.header-top a:not(.button),
	.header-top,
	.header-v2 .header-top .shopping-cart-wrapper a.cart-control,
	.header-v7 .header-top .header-right .shopping-cart-wrapper a{
		color:#848484;
	}
	/* Text Hover header top */
	#lang_sel_click ul ul a:hover,
	.header-currency ul li:hover a:not(.button),
	.header-top .my-account-wrapper .account-control > a:hover,
	.header-top .my-wishlist-wrapper > a:hover,
	.header-top #lang_sel_click > ul > li > a:hover,
	.header-top .wpml-ls a:hover, 
	.header-top .wpml-ls a:focus, 
	.header-top .wpml-ls ul ul li a:hover,
	.header-top .wpml-ls ul ul li a:focus,
	header.top-header-transparent .header-top .wpml-ls ul ul li a:hover,
	header.top-header-transparent .header-top .wpml-ls ul ul li a:focus,
	header.top-header-transparent .header-top .header-currency ul li a:not(.button):hover,
	.header-top .wpml-ls .wpml-ls-current-language > a,
	.header-top .header-currency > div > a:hover,
	header.top-header-transparent .header-top .my-account-wrapper .account-control > a:hover,
	header.top-header-transparent .header-top .my-wishlist-wrapper > a:hover,
	header.top-header-transparent .header-top #lang_sel_click > ul > li > a:hover,
	header.top-header-transparent .header-top .wpml-ls a:hover, 
	header.top-header-transparent .header-top .wpml-ls a:focus, 
	header.top-header-transparent .header-top .wpml-ls .wpml-ls-current-language > a,
	header.top-header-transparent .header-top .header-currency > div > a:hover,
	.header-template .shopping-cart-wrapper .ic-cart:before{
		color:#e72304;/* primary color */
	}
	/* Header middle */
	.header-middle{
		background-color:#ffffff;
	}
	/* Header bottom */
	header .header-bottom,
	header .header-v5 .header-bottom .header-left,
	.header-v1 .header-bottom .header-right:before,
	header .header-v7 .header-bottom .menu-wrapper{
		background-color:#f1f1f1;
	}

	/* Header Search */
	body .category-dropdown .select2-dropdown,
	header .ts-search-by-category{
		background-color:#ffffff;
	}
	body .category-dropdown .select2-dropdown,
	body .category-dropdown .select2-search--dropdown .select2-search__field,
	body .category-dropdown .select2-container--open .select2-dropdown--below,
	.header-v1 .ts-search-by-category:before,
	.header-v2 .ts-search-by-category:before,
	.header-v5 .ts-search-by-category:before,
	.header-v7 .ts-search-by-category:before{
		border-color:#e5e5e5;
	}
	.category-dropdown li,
	header .select2-container .select2-selection--single .select2-selection__rendered,
	.ts-header .ts-search-by-category select{
		color:#000000;
	}
	header .select2-container .select2-selection--single .select2-selection__arrow b{
		border-top-color:#000000;
	}
	header .select2-container.select2-container--open .select2-selection--single .select2-selection__arrow b{
		border-bottom-color:#000000;
	}
	header .search-content input[type="text"]{
		color:#666666;
		background-color#ffffff;
	}
	body .category-dropdown .select2-results__option[aria-selected=true], 
	body .category-dropdown .select2-results__option--highlighted[aria-selected]{
		color:#000000;
	}

	/* Shopping Cart */
	header.top-header-transparent .shopping-cart-wrapper a.cart-control,
	.shopping-cart-wrapper a.cart-control{
		color:#000000;
	}
	.shopping-cart-wrapper a.cart-control .amount{
		color:#e72304;
	}
	.header-v3 .header-top .shopping-cart-wrapper:before, 
	.header-v4 .header-top .shopping-cart-wrapper:before,
	header .header-v5 .header-bottom .header-right,
	.header-v7 .header-middle .shopping-cart-wrapper{
		background:#ffffff;
	}
	
	/* ============= 4. MENU COLORS ============== */
	.header-v4 .header-bottom,
	.header-v6 .header-bottom{
		border-color:#ebebeb;
	}
	/* Color Vertical Menu */
	.vertical-menu-wrapper .vertical-menu-heading,
	.widget-container.ts-menus-widget .widget-title,
	.header-v1 .header-bottom .header-left{
		background-color:#202020;
		color:#ffffff;
	}
	/* End Color Vertical Menu */

	header .header-v3 .toggle-search:before,
	header .header-v4 .toggle-search:before,
	.ts-menu > nav.pc-menu > ul.menu > li >.ts-menu-drop-icon,
	.menu-wrapper nav > ul.menu > li > a,
	.menu-wrapper nav > ul.menu li.fa:before{
		color:#848484;
	}
	.ts-menu > nav.pc-menu > ul.menu li:hover >.ts-menu-drop-icon,
	.ts-menu > nav.pc-menu > ul.menu li.current_page_item >.ts-menu-drop-icon,
	.ts-menu > nav.pc-menu > ul.menu li.current-menu-item >.ts-menu-drop-icon,
	.ts-menu > nav.pc-menu > ul.menu li.current_page_parent >.ts-menu-drop-icon,
	.ts-menu > nav.pc-menu > ul.menu li.current-menu-parent >.ts-menu-drop-icon,
	.ts-menu > nav.pc-menu > ul.menu li.current-menu-ancestor >.ts-menu-drop-icon,
	.ts-menu > nav.pc-menu > ul.menu li.current-product_cat-ancestor >.ts-menu-drop-icon,
	.ic-close-menu-button:hover,
	.menu-wrapper nav > ul.menu > li:hover > a,
	.menu-wrapper nav > ul.menu li.fa:hover:before,
	.menu-wrapper nav > ul.menu > li.fa.current-menu-parent:before,
	.menu-wrapper nav > ul.menu > li.fa.current_page_item:before,
	.menu-wrapper nav > ul.menu > li.fa.current-menu-item:before,
	.menu-wrapper nav > ul.menu > li.fa.current_page_parent:before,
	.menu-wrapper nav > ul.menu > li.fa.current-menu-parent:before,
	.menu-wrapper nav > ul.menu > li.fa.current-menu-ancestor:before,
	.menu-wrapper nav > ul.menu > li.current_page_item > a,
	.menu-wrapper nav > ul.menu > li.current-menu-item > a,
	.menu-wrapper nav > ul.menu > li.current_page_parent > a,
	.menu-wrapper nav > ul.menu > li.current-menu-parent > a,
	.menu-wrapper nav > ul.menu > li.current-menu-ancestor > a,
	.menu-wrapper nav > ul.menu li.current-product_cat-ancestor > a,
	.ts-menu-drop-icon.active:before,
	.ts-menu-drop-icon:hover:before,
	header .search-wrapper.active .toggle-search:before{
		color:#e72304;
	}
	/* Vertical sub menu */
	.menu-wrapper .vertical-menu-wrapper nav > ul.menu li.fa:before{
		color:#000000;
	}
	.menu-wrapper .vertical-menu > ul.menu > li > .ts-menu-drop-icon,
	.menu-wrapper .vertical-menu-wrapper nav > ul.menu > li > a,
	header .ts-menu .vertical-menu-wrapper > ul.menu > ul > li > a{
		color:#000000;
		background-color:#f9f9f9;
	}
	.vertical-menu-small .menu-wrapper .vertical-menu > ul.menu{
		background-color:#f9f9f9;
	}
	.menu-wrapper .vertical-menu > ul.menu > li:hover > .ts-menu-drop-icon,
	.menu-wrapper .vertical-menu-wrapper nav > ul.menu > li.current-product_cat-ancestor > .ts-menu-drop-icon,
	.menu-wrapper .vertical-menu-wrapper nav > ul.menu > li.current_page_item > .ts-menu-drop-icon,
	.menu-wrapper .vertical-menu-wrapper nav > ul.menu > li.current-menu-item > .ts-menu-drop-icon,
	.menu-wrapper .vertical-menu-wrapper nav > ul.menu > li.current_page_parent > .ts-menu-drop-icon,
	.menu-wrapper .vertical-menu-wrapper nav > ul.menu > li.current-menu-parent > .ts-menu-drop-icon,
	.menu-wrapper .vertical-menu-wrapper nav > ul.menu > li.current-menu-ancestor > .ts-menu-drop-icon,
	.menu-wrapper .vertical-menu-wrapper nav > ul.menu > li:hover > a,
	header .ts-menu .vertical-menu-wrapper > ul.menu > ul > li:hover > a,
	.menu-wrapper .vertical-menu-wrapper nav > ul.menu > li.current_page_item > a,
	.menu-wrapper .vertical-menu-wrapper nav > ul.menu > li.current-menu-item > a,
	.menu-wrapper .vertical-menu-wrapper nav > ul.menu > li.current_page_parent > a,
	.menu-wrapper .vertical-menu-wrapper nav > ul.menu > li.current-menu-parent > a,
	.menu-wrapper .vertical-menu-wrapper nav > ul.menu > li.current-menu-ancestor > a,
	.menu-wrapper .vertical-menu-wrapper nav > ul.menu > li.current-product_cat-ancestor > a{
		color:#e72304;
		background-color:#ffffff;
	}
	.menu-wrapper .vertical-menu-wrapper nav > ul.menu li.fa:hover:before,
	.menu-wrapper .vertical-menu-wrapper nav > ul.menu > li.fa.current-menu-parent:before,
	.menu-wrapper .vertical-menu-wrapper nav > ul.menu > li.fa.current_page_item:before,
	.menu-wrapper .vertical-menu-wrapper nav > ul.menu > li.fa.current-menu-item:before,
	.menu-wrapper .vertical-menu-wrapper nav > ul.menu > li.fa.current_page_parent:before,
	.menu-wrapper .vertical-menu-wrapper nav > ul.menu > li.fa.current-menu-parent:before,
	.menu-wrapper .vertical-menu-wrapper nav > ul.menu > li.fa.current-menu-ancestor:before,
	.menu-wrapper .vertical-menu-wrapper nav > ul.menu li.fa:hover:before,
	.menu-wrapper .vertical-menu-wrapper nav > ul.menu > li.fa:hover:before,
	.menu-wrapper .vertical-menu-wrapper nav > ul.menu > li.fa:hover:before,
	.menu-wrapper .vertical-menu-wrapper nav > ul.menu > li.fa:hover:before,
	.menu-wrapper .vertical-menu-wrapper nav > ul.menu > li.fa:hover:before,
	.menu-wrapper .vertical-menu-wrapper nav > ul.menu > li.fa:hover:before,
	.menu-wrapper .vertical-menu-wrapper nav > ul.menu > li.fa:hover:before{
		color:#e72304;
	}
	.menu-wrapper nav > ul.menu li ul.sub-menu:before,
	.menu-wrapper .ts-menu > nav > ul.menu > li:after,
	.menu-wrapper .ts-menu > nav > ul.menu > li > a:after,
	.menu-wrapper .vertical-menu > ul.menu > li li ul.sub-menu:before,
	.vertical-menu-wrapper .vertical-menu{
		background-color:#ffffff;
	}

	/* Menu sub heading */
	.menu-wrapper nav > ul.menu ul.sub-menu h1,
	.menu-wrapper nav > ul.menu ul.sub-menu h2,
	.menu-wrapper nav > ul.menu ul.sub-menu h3,
	.menu-wrapper nav > ul.menu ul.sub-menu h4,
	.menu-wrapper nav > ul.menu ul.sub-menu h5,
	.menu-wrapper nav > ul.menu ul.sub-menu h6,
	.menu-wrapper nav > ul.menu ul.sub-menu .h1,
	.menu-wrapper nav > ul.menu ul.sub-menu .h2,
	.menu-wrapper nav > ul.menu ul.sub-menu .h3,
	.menu-wrapper nav > ul.menu ul.sub-menu .h4,
	.menu-wrapper nav > ul.menu ul.sub-menu .h5,
	.menu-wrapper nav > ul.menu ul.sub-menu .h6,
	h1.wpb_heading,
	h2.wpb_heading,
	h3.wpb_heading,
	h4.wpb_heading,
	h5.wpb_heading,
	h6.wpb_heading{
		color:#000000;
	}

	/* Menu sub text */
	.menu-wrapper nav > ul.menu ul.sub-menu > li > a,
	.menu-wrapper nav div.list-link li > a,
	.menu-wrapper nav > ul.menu li.widget_nav_menu li > a{
		color:#848484;
	}
	.ts-menu > nav.pc-menu > ul.menu ul li >.ts-menu-drop-icon{
		color:#848484;
	}
	/* Menu sub a hover */
	.ts-menu > nav.pc-menu > ul.menu ul li:hover >.ts-menu-drop-icon,
	.ts-menu > nav.pc-menu > ul.menu ul li.current_page_item >.ts-menu-drop-icon,
	.ts-menu > nav.pc-menu > ul.menu ul li.current-menu-item >.ts-menu-drop-icon,
	.ts-menu > nav.pc-menu > ul.menu ul li.current_page_parent >.ts-menu-drop-icon,
	.ts-menu > nav.pc-menu > ul.menu ul li.current-menu-parent >.ts-menu-drop-icon,
	.ts-menu > nav.pc-menu > ul.menu ul li.current-menu-ancestor >.ts-menu-drop-icon,
	.ts-menu > nav.pc-menu > ul.menu ul li.current-product_cat-ancestor >.ts-menu-drop-icon,
	.vertical-menu-wrapper > .vertical-menu > ul.menu ul li:hover >.ts-menu-drop-icon,
	.vertical-menu-wrapper > .vertical-menu > ul.menu li.current_page_item >.ts-menu-drop-icon,
	.vertical-menu-wrapper > .vertical-menu > ul.menu li.current-menu-item >.ts-menu-drop-icon,
	.vertical-menu-wrapper > .vertical-menu > ul.menu li.current_page_parent >.ts-menu-drop-icon,
	.vertical-menu-wrapper > .vertical-menu > ul.menu li.current-menu-parent >.ts-menu-drop-icon,
	.vertical-menu-wrapper > .vertical-menu > ul.menu li.current-menu-ancestor >.ts-menu-drop-icon,
	.vertical-menu-wrapper > .vertical-menu > ul.menu ul li.current-product_cat-ancestor >.ts-menu-drop-icon,
	.menu-wrapper nav > ul.menu ul.sub-menu > li > a:hover,
	.menu-wrapper nav div.list-link li > a:hover,
	.menu-wrapper nav > ul.menu li.widget_nav_menu li > a:hover,
	.menu-wrapper nav > ul.menu li.widget_nav_menu li.current-menu-item > a,
	.menu-wrapper nav > ul.menu ul.sub-menu li.current-menu-item > a,
	.menu-wrapper nav > ul.menu ul.sub-menu li.current_page_parent > a,
	.menu-wrapper nav > ul.menu ul.sub-menu li.current-menu-parent > a,
	.menu-wrapper nav > ul.menu ul.sub-menu li.current_page_item > a,
	.menu-wrapper nav > ul.menu ul.sub-menu li.current-menu-ancestor > a,
	.menu-wrapper nav > ul.menu ul.sub-menu li.current-product_cat-ancestor > a{
		color:#e72304;
	}

	/* ============= 5. FOOTER COLORS ============== */

	/* Social */
	.ts-social-icons li a,
	footer#colophon .ts-social-icons a{
		border-color:#848484;
		color:#ffffff;
	}
	footer .ts-social-icons li a:before{
		border-color:#848484;
	}
	ul.info-content li:after,
	footer .box-office-address:after,
	footer .box-phone-numbers:after,
	footer .box-email-address:after,
	footer .box-fax-numbers:after{
		border-color:#848484;
	}
	.ts-social-icons .style-fill-bg li a,
	footer#colophon .ts-social-icons .style-fill-bg li a{
		background:#848484;
		color:#ffffff;
	}
	footer .end-footer{
		background-color:#202020;
	}
	footer .footer-container{
		background-color:#202020;
	}
	footer .widget_calendar caption{
		color:#202020;
	}
	footer#colophon,
	footer#colophon a,
	footer#colophon dt,
	footer .mc4wp-form-fields label{
		color:#999999;
	}
	footer#colophon h1,
	footer#colophon h2,
	footer#colophon h3,
	footer#colophon h4,
	footer#colophon h5,
	footer#colophon h6,
	footer#colophon .h1,
	footer#colophon .h2,
	footer#colophon .h3,
	footer#colophon .h4,
	footer#colophon .h5,
	footer#colophon .h6,
	footer#colophon h1.wpb_heading,
	footer#colophon h2.wpb_heading,
	footer#colophon h3.wpb_heading,
	footer#colophon h4.wpb_heading,
	footer#colophon h5.wpb_heading,
	footer#colophon h6.wpb_heading{
		color:#ffffff;
	}
	.box-office-address,
	.box-phone-numbers,
	.box-email-address,
	.box-fax-numbers,
	footer .ts-social-icons .social-icons.style-vertical .ts-tooltip,
	footer .mc4wp-form-fields h2.title,
	footer#colophon a:hover,
	footer#colophon .wp-caption p.wp-caption-text,
	footer#colophon .woocommerce ul.cart_list li span.amount, 
	footer#colophon .woocommerce ul.product_list_widget li span.amount, 
	footer#colophon .ts-blogs-widget-wrapper ul li a,
	footer#colophon .ts-recent-comments-widget-wrapper ul li a,
	.info-company li,
	footer .widget_product_tag_cloud .tagcloud a:hover,
	footer .widget_tag_cloud .tagcloud a:hover{
		color:#ffffff;
	}
	footer .ts-social-icons .social-icons.style-vertical li a i:after{
		border-color:#ffffff;
	}
	footer .widget_calendar caption{
		background:#ffffff;
	}
	footer#colophon .end-footer,
	footer#colophon .end-footer a,
	footer#colophon .end-footer dt{
		color:#999999;
	}

	/* ============= 6. PRODUCT COLORS ============== */
	
	.ts-product-deals-slider-wrapper .counter-wrapper > div,
	.counter-wrapper > div{
		background-color:#f7f7f7;
		border-color:#f1f1f1;
		color:#666666;
	}
	/* Rating Product */
	.ts-price-table .rating:before,
	.star-rating:before, 
	.pp_woocommerce .star-rating:before, 
	.woocommerce .star-rating:before, 
	.testimonial-content .rating:before{
		color:#ffad00;
	}
	.ts-price-table .rating span:before,
	.star-rating span:before,
	.pp_woocommerce .star-rating span:before, 
	.woocommerce .star-rating span:before, 
	.testimonial-content .rating span:before{
		color:#ffad00;
	}
	/* Name Product */
	#ts-search-result-container ul li a,
	#ts-search-result-container .view-all-wrapper a,
	.widget-container ul.product_list_widget li .ts-wg-meta > a,
	.woocommerce .widget-container ul.product_list_widget li .ts-wg-meta > a,
	.widget.ts-products-widget .ts-wg-meta > a,
	.woocommerce .ts-recently-viewed-products-wrapper li .ts-wg-meta > a,
	.ts-header .header-top h3.product-name > a,
	h3.product-name > a,
	h3.product-name,
	.product-name a,
	.woocommerce #order_review table.shop_table tbody td.product-name, 
	.woocommerce #order_review table.shop_table tfoot td.product-name,
	.single-navigation .product-info,
	.group_table a{
		color:#202020;
	}
	/* Button Product */
	.woocommerce .product .thumbnail-wrapper .product-group-button > div a,
	.meta-wrapper div.wishlist a,
	.meta-wrapper div.compare a,
	.woocommerce .product .meta-wrapper a.added_to_cart,
	.woocommerce .product .meta-wrapper a.button{
		background-color:#ffffff;
		border-color:#e8e8e8;
		color:#666666;
	}
	.woocommerce .product .thumbnail-wrapper .loop-add-to-cart a.button:hover,
	.woocommerce .product .thumbnail-wrapper .button-in:hover a,
	.button-in a:hover,
	.meta-wrapper .button-in.wishlist a:hover,
	.meta-wrapper .button-in.compare a:hover,
	.woocommerce .product .thumbnail-wrapper .product-group-button > div a:hover,
	.woocommerce .product .meta-wrapper a.added_to_cart:hover, 
	.woocommerce .product .meta-wrapper a.button:hover,
	.woocommerce .product .meta-wrapper a.added_to_cart:focus, 
	.single-portfolio .ic-like:hover,
	.product-group-button .button-tooltip,
	.quickshop .button-tooltip,
	.wishlist .button-tooltip,
	.compare .button-tooltip{
		background-color:#e72304;
		border-color:#e72304;
		color:#ffffff;
	}
	.quickshop .button-tooltip:after, 
	.wishlist .button-tooltip:after, 
	.compare .button-tooltip:after{
		color:#e72304;
	}
	body .product-group-button .button-tooltip:after{
		border-left-color:#e72304;
	}
	body .product-group-button .button-tooltip:after{
		border-right-color:#e72304;
	}

	/* Label Product */
	.woocommerce .product .product-label .onsale,
	.pp_woocommerce div.product .images .product-label span.onsale{
		color:#ffffff;
		background:#e72304;
	}
	.woocommerce .product .product-label .onsale.amount,
	.pp_woocommerce div.product .images .product-label span.onsale.amount{
		color:#ffffff;
	}
	.woocommerce .product .product-label .onsale:before,
	.pp_woocommerce div.product .images .product-label .onsale:before{
		border-top-color:#e72304;
	}
	.woocommerce .product .product-label .onsale:after,
	.pp_woocommerce div.product .images .product-label .onsale:after{
		border-bottom-color:#e72304;
	}
	.woocommerce .product .product-label .new,
	.pp_woocommerce div.product .images .product-label span.new{
		color:#ffffff;
		background:#3a93ca;
	}
	.woocommerce .product .product-label .new:before,
	.pp_woocommerce div.product .images .product-label .new:before{
		border-top-color:#3a93ca;
	}
	.woocommerce .product .product-label .new:after,
	.pp_woocommerce div.product .images .product-label .new:after{
		border-bottom-color:#3a93ca;
	}
	.woocommerce .product .product-label .featured,
	.pp_woocommerce div.product .images .product-label span.featured{
		color:#ffffff;
		background:#72b728;
	}
	.woocommerce .product .product-label .featured:before,
	.pp_woocommerce div.product .images .product-label .featured:before{
		border-top-color:#72b728;
	}
	.woocommerce .product .product-label .featured:after,
	.pp_woocommerce div.product .images .product-label .featured:after{
		border-bottom-color:#72b728;
	}
	.woocommerce .product .product-label .out-of-stock,
	.pp_woocommerce div.product .images .product-label span.out-of-stock{
		color:#ffffff;
		background:#d4d4d4;
	}
	.woocommerce .product .product-label .out-of-stock:before,
	.pp_woocommerce div.product .images .product-label .out-of-stock:before{
		border-top-color:##d4d4d4;
	}
	.woocommerce .product .product-label .out-of-stock:after,
	.pp_woocommerce div.product .images .product-label .out-of-stock:after{
		border-bottom-color:#d4d4d4;
	}
	/* Amount Product */
	.amount,
	.woocommerce .products .product .price,
	.woocommerce .products .product .amount,
	.woocommerce div.product p.price, 
	.woocommerce div.product span.price, 
	.single-navigation .product-info .price{
		color:#000000;
	}
	del .amount,
	.woocommerce .products .product del .amount{
		color:#000000;
	}
	ins .amount,
	.woocommerce .products .product ins .amount{
		color:#000000;
	}
	/* Has Responsive */
	@media only screen and (max-width: 767px){
		.ic-mobile-menu-button,
		.ts-group-meta-icon-toggle,
		.ts-header .header-template .shopping-cart-wrapper.cart-mobile a{
			color:#848484;
		}
		.ic-mobile-menu-button:hover,
		.ts-group-meta-icon-toggle:hover,
		.header-template .shopping-cart-wrapper a.cart-control .amount{
			color:#e72304;
		}
	}
	@media 
	only screen and (max-width: 991px)	and (min-width: 768px){
		.header-v2 .header-right .shopping-cart-wrapper a.cart-control .amount, 
		.header-v5 .header-right .shopping-cart-wrapper a.cart-control .amount{
			color:#e72304;
		}
	}
	
	
	/* ============= 7. CUSTOM FONT SIZE ============== */
	/* FONT WEIGHT */
	/* Font weight heading */
	h1,h2,h3,h4,h5,h6 ,
	.h1,.h2,.h3,.h4,.h5,.h6,
	.ts-feature-wrapper .feature-header h3 > a,
	.widget.ts-products-widget > .widgettitle,
	.ts-banner header .discount,
	.widget-title,
	body.woocommerce > h1{
		font-weight:500;
	}

	/* Font weight body */
	h4.heading-title > a,
	h3.product-name > a,
	h3.product-name,
	body h3.entry-title > a,
	.header-template .menu-wrapper .vertical-menu > ul.menu > li > a,
	.woocommerce .pp_woocommerce div.product .product_title,
	.pp_woocommerce div.product .product_title,
	.woocommerce div.product .product_title,
	.pp_woocommerce table .quantity .minus, 
	.pp_woocommerce table .quantity .plus,
	.woocommerce table .quantity .minus, 
	.woocommerce table .quantity .plus,
	.woocommerce #order_review table.shop_table tfoot td,
	.woocommerce table.shop_table.order_details tfoot th,
	.woocommerce #order_review table.shop_table tfoot th,
	.woocommerce table.shop_attributes td,
	.woocommerce table.shop_attributes th, 
	.woocommerce table.shop_attributes .alt td, 
	.woocommerce table.shop_attributes .alt th,
	.ts-product-attribute > div a,
	.pp_woocommerce div.product form.cart .variations label, 
	.woocommerce div.product form.cart .variations label,
	div.product .summary .wishlist a,
	div.product .summary .compare a,
	.product-group-button .button-tooltip,
	.comment_list_widget .comment-body,
	.widget_calendar th, 
	.widget_calendar td,
	.woocommerce.widget_recent_reviews ul.product_list_widget li a,
	.widget.ts-products-widget .ts-wg-meta > a,
	.woocommerce .ts-recently-viewed-products-wrapper li .ts-wg-meta > a,
	.widget-container ul.product_list_widget li .ts-wg-meta > a,
	.woocommerce .widget-container ul.product_list_widget li .ts-wg-meta > a,
	.woocommerce ul.cart_list li a, 
	.woocommerce ul.product_list_widget li a,
	.woocommerce .widget-container .price_slider_amount .price_label span,
	.widget-container .tagcloud a,
	.dokan-category-menu .sub-block h3,
	.woocommerce a.button.added:before, 
	.woocommerce button.button.added:before, 
	.woocommerce input.button.added:before, 
	.woocommerce #respond input#submit.added:before, 
	.woocommerce #respond input#submit.added:before, 
	.woocommerce .meta-wrapper .loop-add-to-cart a:first-child:before,
	body .style-3 .mailchimp-subscription button.button,
	.woocommerce .ts-product-category-slider-wrapper .product.product-category h3,
	.ts-banner header div,
	.ts-compare-table-wrapper h6 > a{
		font-weight:400;
	}
	.woocommerce-account .woocommerce-MyAccount-navigation li a,
	.ts-banner header .discount,
	.wp-caption p.wp-caption-text,
	.product-subtotal .amount,
	body div.ppt,
	.woocommerce #reviews #reply-title,  
	.widget_shopping_cart_content p.total strong,
	.row-heading-tabs .heading-tab .heading-title,
	.wp-caption p.wp-caption-text,
	body div.ppt,
	a.button, 
	button, 
	input[type^="submit"], 
	.shopping-cart p.buttons a, 
	.woocommerce #content input.button, 
	.woocommerce #respond input#submit, 
	.woocommerce a.button, 
	.woocommerce button.button, 
	.woocommerce input.button, 
	.woocommerce-page #content input.button, 
	.woocommerce-page #respond input#submit, 
	.woocommerce-page a.button, 
	.woocommerce-page button.button, 
	.woocommerce-page input.button, 
	.woocommerce #content input.button.alt, 
	.woocommerce #respond input#submit.alt, 
	.woocommerce a.button.alt, 
	.woocommerce button.button.alt, 
	.woocommerce input.button.alt, 
	.woocommerce-page #content input.button.alt, 
	.woocommerce-page #respond input#submit.alt, 
	.woocommerce-page a.button.alt, 
	.woocommerce-page button.button.alt, 
	.woocommerce-page input.button.alt, 
	#content button.button, 
	.woocommerce .widget_price_filter .price_slider_amount .button, 
	.woocommerce-page .widget_price_filter .price_slider_amount .button, 
	body .single-post .single-navigation > a,
	.woocommerce div.product .images .product-label span,
	.pp_woocommerce div.product .images .product-label span,
	.woocommerce .products .product .product-label .onsale,
	.woocommerce .products .product .product-label .new,
	.woocommerce .products .product .product-label .featured,
	.woocommerce .products .product .product-label .out-of-stock,
	.list-posts article:not(.format-quote) .entry-meta .date-time > span:first-child,
	article.single .entry-meta .date-time > span:first-child,
	.ts-blogs article:not(.quote) .entry-meta .date-time > span:first-child,
	article.single .ts-social-sharing .sharing-title,
	.summary .ts-social-sharing .sharing-title,
	.images-thumbnails .ts-social-sharing .sharing-title,
	.entry-author .author-info .author,
	.comments-area .comment-meta > span.author a,
	.avatar-name a,
	.comments-area .reply a,
	.portfolio-info p,
	.woocommerce > form > fieldset legend,
	.cloud-zoom-title,
	.woocommerce table.shop_table th,
	.ts-wishlist-table-wrapper .heading-row,
	.woocommerce-cart .cart-collaterals .cart_totals .order-total th,
	.woocommerce-cart .cart-collaterals .cart_totals table td:before,
	.woocommerce-cart .cart-collaterals .cart_totals table,
	.woocommerce-cart .cart-collaterals .cart_totals table th,
	.woocommerce-cart .cart-collaterals .cart_totals table td,
	.shopping-cart-wrapper .total > span.total-title,
	.widget_shopping_cart .total-title,
	.ts-wishlist-table-wrapper .items span.product-stock-status .in-stock,
	.ts-compare-table-wrapper .in-stock,
	.ts-compare-table-wrapper .out-of-stock,
	.ts-products-tabs-widget .vc_tta-accordion .vc_tta-panels > div .vc_tta-panel-heading a:before,
	.widget_calendar #today,
	.widget_calendar caption,
	body .product-edit-new-container .dokan-btn-lg,
	#ts-search-result-container .view-all-wrapper,
	#ts-search-result-container li a span.hightlight,
	.cart_list span.quantity,
	.ts-product-in-category-tab-wrapper .see-more-button:hover,
	.ts-countdown.style-border .counter-wrapper > div .ref-wrapper,
	.ts-milestone .number,
	.ts-price-table .desc-price,
	.ts-price-table .table-title,
	.ts-price-table .table-price span,
	.vc_pie_chart .vc_pie_chart_value,
	.vc_progress_bar .vc_single_bar .vc_label,
	.ts-button.fa,
	.ts-button,
	.vc_column_container .vc_btn, 
	.vc_column_container .wpb_button,
	.counter-wrapper .number,
	body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-tab > a,
	body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tab a, 
	body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-tab a,
	.ts-product-in-category-tab-2-wrapper.horizontal-tab .column-tabs ul li,
	.ts-stick-compare-button,
	.ts-compare-table-wrapper > div .heading{
		font-weight:500;
	}

	.woocommerce div.product .woocommerce-tabs ul.tabs li > a,
	.woocommerce-account .woocommerce-MyAccount-navigation li a,
	.woocommerce-cart .cart-collaterals .cart_totals table td:before,
	.cart_list li .cart-item-wrapper a.remove,
	.woocommerce .widget_shopping_cart .cart_list li a.remove,
	.ts-milestone h3.subject,
	body.wpb-js-composer .vc_tta-accordion .vc_tta-panel .vc_tta-panel-title > a,
	body.wpb-js-composer .vc_toggle_title h4{
		font-weight:400 !important;
	}

	/* Font weight menu */
	.menu-wrapper nav > ul.menu > li > a,
	.menu-wrapper nav > ul.menu li:before,
	.menu-wrapper .vertical-menu ul.menu > li > a,
	.vertical-menu-wrapper .vertical-menu-heading,
	.nav > ul.menu > ul > li > a{
		font-weight:400;
	}

	/* FONT SIZE */
	
	html, 
	body,
	.woocommerce div.product p.price, 
	.woocommerce div.product span.price,
	.mc4wp-form-fields label,
	ul li .ts-megamenu-container,
	.comment-text,
	.shopping-cart-wrapper .ts-tiny-cart-wrapper,
	.woocommerce .order_details li,  
	.woocommerce table.my_account_orders td, 
	.comment_list_widget .comment-body,
	.woocommerce ul.products li.product .price del,
	.woocommerce ul.products li.product .price,
	.shopping-cart-wrapper .form-content > label,
	.widget_calendar th, 
	.widget_calendar td,
	.woocommerce .widget-container .price_slider_amount .price_label,
	#ts-search-result-container ul li a,
	#ts-search-result-container .view-all-wrapper a,
	#lang_sel_click > ul li a,
	body .wpml-ls-legacy-dropdown .wpml-ls-sub-menu a,
	body .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a,
	.header-currency ul li a:not(.button),
	select option,
	.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta,
	.woocommerce-cart .cart-collaterals .cart_totals table td, 
	.woocommerce-cart .cart-collaterals .cart_totals table th,
	h3 > label,
	body.wpb-js-composer .vc_tta.vc_general,
	.dokan-category-menu .sub-block h3,
	.woocommerce table.shop_table.my_account_orders,
	.feature-content .feature-excerpt,
	.woocommerce div.product .woocommerce-tabs .panel,
	.woocommerce .products.list .product .short-description,
	#page .wc-block-components-notice-banner{
		font-size:14px;
		line-height:26px;
	}
	.ts-blogs .entry-meta > span.author a,
	.list-posts article .entry-meta > span.author a,
	article.single .entry-meta > span.author a{
		font-size:14px;
	}
	.ts-shortcode{
		line-height:26px;
	}
	.list-posts article.format-quote blockquote{
		font-size:14px;
		line-height:30px;
	}
	.woocommerce .products .product .short-description,
	body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-tab > a,
	.woocommerce form .form-row input.input-text, 
	.woocommerce form .form-row textarea,
	.dokan-form-control,
	.feature-content .feature-header,
	.font-normal .description,
	.single-navigation .product-info > div > span:first-child,
	input, 
	textarea, 
	keygen, 
	#add_payment_method table.cart td.actions .coupon .input-text, 
	.woocommerce-cart table.cart td.actions .coupon .input-text, 
	.woocommerce-checkout table.cart td.actions .coupon .input-text, 
	h3.product-name > a, 
	h3.product-name,
	.ts-compare-table-wrapper .product-thumbnail > div h6,
	.widget.ts-products-widget .ts-wg-meta > a,
	.woocommerce .ts-recently-viewed-products-wrapper li .ts-wg-meta > a,
	.widget-container ul.product_list_widget li .ts-wg-meta > a,
	.woocommerce .widget-container ul.product_list_widget li .ts-wg-meta > a,
	.woocommerce ul.cart_list li a, 
	.woocommerce ul.product_list_widget li a,
	body .style-3 .mailchimp-subscription.text-light button.button{
		font-size:14px;
		line-height:18px;
	}
	body .select2-container .select2-selection--single .select2-selection__rendered,
	select{
		font-size:14px;
	}
	.widget_product_tag_cloud .tagcloud a,
	.widget_tag_cloud .tagcloud a{
		font-size:14px;
		line-height:18px !important;
	}
	.ts-portfolio-wrapper .filter-bar li,
	.pp_woocommerce table .quantity input.qty, 
	.woocommerce table .quantity input.qty{
		font-size:14px;
	}
	h4 > a,
	.amount,
	.portfolio-inner h3,
	.cats-portfolio,
	.woocommerce-account .addresses h3,
	.woocommerce-account .addresses h2,
	.woocommerce-customer-details .addresses h2,
	.woocommerce .ts-product-category-slider-wrapper .product.product-category h3,
	.woocommerce .products .product.product-category h3,
	.woocommerce .checkout #order_review table thead th,
	.mailchimp-subscription .newsletter,
	body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tab a, 
	body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-tab a,
	.vc_tta-accordion .vc_tta-panel .vc_tta-panel-title a,
	.vc_toggle_default .vc_toggle_title h4,
	body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-tab > a,
	.column-tabs .tabs li,
	.font-big .description,
	.list-cats li a,
	.list .product h3.product-name > a,
	.vc_progress_bar .vc_single_bar .vc_label,
	.ts-team-member header > h3,
	.ts-team-member header > h3 a,
	.woocommerce-columns > h3,
	.mc4wp-form-fields .mailchimp-input input[type="email"],
	.mc4wp-form-fields .mailchimp-input input[type="tel"]{
		font-size:14px;
		line-height:20px;
	}
	h1,
	.h1,
	.ts-heading h1
	{
		font-size:40px;
		line-height:48px;
	}
	h2,
	.h2,
	h1.wpb_heading,
	.ts-heading h2,
	.breadcrumb-title-wrapper .breadcrumb-title h1,
	div.product p.price .woocommerce-Price-amount, 
	div.product .single_variation .amount, 
	.woocommerce div.product .single_variation .amount
	{
		font-size:36px;
		line-height:42px;
	}
	h3,
	.h3,
	h2.wpb_heading,
	.theme-title > h3,
	.ts-heading h3,
	.ts-mailchimp-subscription-shortcode .widgettitle,
	.woocommerce .cross-sells > h2,
	.woocommerce .upsells > h2,
	.woocommerce .related > h2,
	body .ts-footer-block .ts-mailchimp-subscription-shortcode.style-1 .widget .widgettitle,
	.heading-wrapper > h2,
	.ts-product-in-category-tab-2-wrapper .column-tabs .heading-tab h3,
	.ts-product-in-category-tab-2-wrapper.horizontal-tab .column-tabs .heading-tab h3
	{
		font-size:30px;
		line-height:36px;
	}
	.woocommerce div.product .woocommerce-tabs ul.tabs li > a,
	.ts-feature-wrapper .feature-header h3 > a,
	.ts-banner header .discount,
	.ts-list-of-product-categories-wrapper .heading-title,
	.wp-caption p.wp-caption-text,
	.product-subtotal .amount,
	.woocommerce-account div.woocommerce > h2,
	.cart-collaterals .cart_totals > h2,
	.heading-shortcode > h3,
	.related > h2,
	body.woocommerce > h1,
	body div.ppt,
	.entry-content h1.blog-title,
	.widget.ts-products-widget > .widgettitle,
	.woocommerce-account .woocommerce-MyAccount-navigation li a,
	.woocommerce #reviews #reply-title, 
	.woocommerce #reviews #comments > h2, 
	.widget_shopping_cart_content p.total strong,
	.widget-title,
	.row-heading-tabs .heading-tab .heading-title,
	#order_review_heading,
	h3.wpb_heading,
	.style-normal .mailchimp-subscription h2,
	.mc4wp-form-fields > h2.title,
	.ts-compare-table-wrapper > div .heading{
		font-size:16px;
	}
	h4,
	.h4,
	.ts-heading h4,
	h3.entry-title > a,
	.woocommerce-billing-fields > h3,
	.widget.ts-products-widget > .widgettitle,
	.breadcrumb-title-wrapper.breadcrumb-v2 .breadcrumb-title > h1,
	.ts-recently-viewed-products-wrapper .shortcode-heading-wrapper .heading-title,
	.title-background-color .shortcode-heading-wrapper .heading-title,
	.mailchimp-subscription .widget-title-wrapper h3,
	.mc4wp-form-fields .mailchimp-wrapper h2.title,
	.woocommerce-MyAccount-content > h2,
	.woocommerce-customer-details > h2,
	.woocommerce-order-details > h2,
	.single-portfolio .info-content .entry-title,
	.pp_woocommerce div.product .product_title, 
	.woocommerce div.product .product_title,
	.horizontal-tab .column-tabs .heading-tab h3,
	.horizontal-tab .column-tabs .heading-tab i,
	#customer_login .col-1 > h2,
	#customer_login .col-2 > h2,
	.banner-content h4{
		font-size:24px;
		line-height:30px;
	}
	h5,
	.h5,
	h4.wpb_heading,
	h5.wpb_heading,
	body .ts-footer-block .widget .widgettitle,
	body .ts-footer-block .widget-title,
	.column-tabs .heading-tab h3,
	.breadcrumb-title-wrapper.breadcrumb-v2 .breadcrumbs-container,
	body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-style-2 .vc_tta-tab > a,
	.ts-products-widget-shortcode:not(.title-background-color ) .widgettitle{
		font-size:18px;
		line-height:24px;
	}
	h6,.h6,
	.vc_message_box .h4,
	h6.wpb_heading,
	.woocommerce table.shop_table thead th,
	.ts-wishlist-table-wrapper .heading-row > span,
	.breadcrumb-title-wrapper .breadcrumbs-container,
	.member-name h3,
	.ts-milestone h3.subject,
	.ts-testimonial-wrapper.text-light .testimonial-content h4 > a,
	.ts-twitter-slider.text-light .twitter-content h4 > a,
	.horizontal-tab.horizontal-style-2 .column-tabs .tabs li{
		font-size:16px;
		line-height:22px;
	}
	/*----------------------------------------------------------------*/
	/*- HEADER -------------------------------------------------------*/
	.info-desc,
	.my-account-wrapper .account-control > a,
	.my-wishlist-wrapper a,
	#lang_sel_click > ul > li > a,
	.header-currency .wcml_currency_switcher > a,
	.group-meta-header .shopping-cart-wrapper a.cart-control span.amount{
		font-size:14px;
		line-height:26px;
	}
	.my-account-wrapper .dropdown-container{
		line-height:26px;
	}

	/*----------------------------------------------------------------*/
	/*- MENU ---------------------------------------------------------*/
	.menu-wrapper nav > ul.menu > li > a,
	.menu-wrapper nav > ul.menu li:before,
	.vertical-menu-wrapper .vertical-menu-heading,
	.widget-container.ts-menus-widget .widget-title,
	header .vertical-menu-wrapper .vertical-menu-heading:before,
	.widget-container.ts-menus-widget .widget-title:before{
		font-size:15px;
		line-height:20px;
	}
	.header-template .menu-wrapper .vertical-menu > ul.menu > li > a{
		font-size:15px;
	}
	/* WIDGET CUSTOM MENU FOR MEGAMENU */
	.menu-wrapper nav li.widget > .widgettitle,
	.menu-wrapper nav div.list-link > .widgettitle{
		font-size:14px;
	}
	/*----------------------------------------------------------------*/
	/*- PRODUCT ------------------------------------------------------*/
	.total .total-title,
	.total .amount,
	.product .amount,
	.woocommerce .menu ul.product_list_widget li span.amount,
	.menu .woocommerce ul.product_list_widget li span.amount,
	.woocommerce ul.product_list_widget li ins .amount,
	.woocommerce ul.product_list_widget li .price > .amount{
		font-size:18px;
	}
	.woocommerce .products .product .product-label .onsale,
	.woocommerce .products .product .product-label .new,
	.woocommerce .products .product .product-label .featured,
	.woocommerce .products .product .product-label .out-of-stock{
		font-size:14px;
	}
	.woocommerce div.product .images .product-label span,
	.pp_woocommerce div.product .images .product-label span{
		font-size:18px;
	}
	.woocommerce a.button.added:before, 
	.woocommerce button.button.added:before, 
	.woocommerce input.button.added:before, 
	.woocommerce #respond input#submit.added:before, 
	.woocommerce #respond input#submit.added:before, 
	.woocommerce .meta-wrapper .loop-add-to-cart a:first-child:before,
	a.view-more,
	a.ts-button,
	a.button,
	button,
	body .single-post .single-navigation > a,
	input[type="submit"], 
	.shopping-cart p.buttons a, 
	.woocommerce #respond input#submit, 
	.woocommerce a.button, 
	.woocommerce button.button, 
	.woocommerce input.button, 
	.woocommerce #respond input#submit.alt, 
	.woocommerce a.button.alt, 
	.woocommerce button.button.alt, 
	.woocommerce input.button.alt, 
	.woocommerce table.shop_table input, 
	body .product-edit-new-container .dokan-btn-lg,
	.button-banner,
	.woocommerce .product .meta-wrapper .has-wishlist.has-compare.has-add-to-cart a.added_to_cart:before,
	.woocommerce .product .meta-wrapper .has-wishlist.has-compare.has-add-to-cart a.button:before, 
	.ts-stick-compare-button,
	/* Dokan */
	input[type="submit"].dokan-btn, 
	a.dokan-btn, 
	.dokan-btn{
		font-size:16px;
		line-height:20px;
	}
	
	/* ============= 8. RESPONSIVE ============== */
	
		
	/* ============= 9. FULLWIDTH LAYOUT ============== */
		
	/* ============= 10. DISABLED REPONSIVE ============== */
		
	/* Custom CSS */