@font-face {
font-family: 'FontAwesome';
src: url(//www.jorwear.com/wp-content/themes/gon/css/fonts/FontTawesome/fontawesome-webfont.eot?v=4.5.0);
src: url(//www.jorwear.com/wp-content/themes/gon/css/fonts/FontTawesome/fontawesome-webfont.eot?#iefix&v=4.5.0) format('embedded-opentype'), url(//www.jorwear.com/wp-content/themes/gon/css/fonts/FontTawesome/fontawesome-webfont.woff2?v=4.5.0) format('woff2'), url(//www.jorwear.com/wp-content/themes/gon/css/fonts/FontTawesome/fontawesome-webfont.woff?v=4.5.0) format('woff'), url(//www.jorwear.com/wp-content/themes/gon/css/fonts/FontTawesome/fontawesome-webfont.ttf?v=4.5.0) format('truetype'), url(//www.jorwear.com/wp-content/themes/gon/css/fonts/FontTawesome/fontawesome-webfont.svg?v=4.5.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;
} .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;
} .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 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
.fa-rotate-180 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.fa-rotate-270 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
-webkit-transform: rotate(270deg);
-ms-transform: rotate(270deg);
transform: rotate(270deg);
}
.fa-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);
}
.fa-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);
}
: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;
} .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: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-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-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";
}@media print { }
.bypostauthor,
.commentlist li{
list-style:none
}
.wp-caption{
max-width:100%;
}
p:empty{
display: none;
}
.vc_separator .vc_sep_holder .vc_sep_line{
border-color: rgba(155,155,155,0.2);
}
.edit-link,
.drop-icon,
.screen-reader-text{
display:none;
}
.first{
clear:both;
}
.visible-phone{
display:none !important
}
.visible-ipad{
display:none !important;
}
div.pp_pic_holder{
z-index:99997 !important;
}
div.pp_overlay,
#cboxOverlay {
z-index:99996 !important;
background: #000000 !important;
opacity:0.75 !important
}
.google-map-container img{
max-width:none
}
.pswp--open{
z-index: 100000;
}
body .pswp__button{
background-image: url(//www.jorwear.com/wp-content/themes/gon/images/default-skin.png) !important;
background-color: transparent !important;
}
body .pswp__button--arrow--left, 
body .pswp__button--arrow--right{
background: none !important;
}
.owl-carousel .owl-stage-outer,
.owl-carousel .owl-stage-outer .owl-stage{
height:auto !important;
}
.owl-carousel .owl-stage-outer .owl-stage{
display: flex;
}
.gallery-caption {
font-weight:bold;
}
.wp-caption{
max-width:100%;
}
.wp-caption.alignnone {
margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
margin: 5px 0 20px 20px;
}
.wp-caption img {
border: 0 none;
height: auto;
margin: 0;
max-width: 98.5%;
padding: 0;
width: auto;
}
.wp-caption p.wp-caption-text {
font-size: 11px;
line-height: 17px;
margin: 0;
padding: 0 4px 5px;
} .screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; }  .owl-carousel .product-wrapper .meta-wrapper *{
backface-visibility:hidden;
-webkit-backface-visibility:hidden;
}
*
{
margin:0;
padding:0;
box-sizing:border-box;
}
*:before,
*:after {
box-sizing: border-box;
}
html, body 
{
text-align:left; font-weight:normal;
font-style:normal;
vertical-align: baseline;
float:left;
width:100%;
-webkit-text-size-adjust: none;
-webkit-font-smoothing: antialiased;
word-break:normal;
background:#fff;
letter-spacing:0;
background-size:container;
}
html
{ 
-webkit-text-size-adjust:none; 
}
body .fa {
font-family:"FontAwesome";
}
img
{
border:0;
vertical-align:top;
margin:0 0 0;
max-width:100%;
height:auto;
}
a
{
text-decoration:none;
cursor:pointer;
background:transparent;
transition:all 200ms ease 0s;
}
a:hover
{	
text-decoration:underline;
}
a:focus{
text-decoration:none;
}
a:focus, input[type="submit"] {
outline:none!important;
}
a.button:hover,
.revo-button:hover,
.revo-button-2:hover,
.woocommerce .product .product-wrapper a.added_to_cart:hover, 
.woocommerce-page .product .product-wrapper a.added_to_cart:hover
{
text-decoration:none;
}
abbr[title], 
acronym[title]{
text-decoration:none;
}
input:-webkit-autofill {
-webkit-box-shadow:0 0 0 50px white inset !important; }
input:-webkit-autofill:focus {
-webkit-box-shadow: ,0 0 0 50px white inset !important;
}
::-webkit-input-placeholder { color:#cecaca;
}
:-moz-placeholder { color:#cecaca;
}
::-moz-placeholder { color:#cecaca;
}
:-ms-input-placeholder { color:#cecaca;
}
input[type^="text"]:focus
{
outline:0;
-webkit-tap-highlight-color:transparent;
-moz-tap-highlight-color:transparent;
-webkit-appearance:none;
}
select:focus 
{
outline:0;
}
p,
address
{
margin:0 0 14px;
display:block;
}
strong 
{
font-weight:bold;
}
em 
{
font-style:italic;
}
ins 
{
text-decoration:none;
}
big{
font-size:150%;
} h1,h2,h3,h4,h5,h6 ,
.h1,.h2,.h3,.h4,.h5,.h6
{
font-weight:400;
margin:0 0 20px 0;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover{
text-decoration:none;
} form
{
display:inline-block;
width:100%;
} table
{
border-collapse:collapse;
border-spacing:0;
empty-cells:show;
font-size:100%;
width:100%;
word-wrap:break-word
}
table td, 
table th {
text-align:left; }
table label 
{
white-space:normal;
vertical-align:top;
}
label a{
text-transform:none;
} legend {
border:0;
margin:0 0 10px;
} label ,
.wpcf7 p{
line-height:18px;
padding:0 0 10px 0;
display:block;
} .ol-style{
counter-reset:list;
}
.ol-style li{
list-style:none;
}
.ol-style ol{
counter-reset:listsub;
}
.ol-style ol ol{
counter-reset:listsub2;
}
.ol-style li:before{
counter-increment: list;
content: counter(list) ". ";
margin-right:15px; font-weight:bold;
}
.ol-style ol li:before{
counter-increment: listsub;
content: counter(list) ". " counter(listsub);
}
.ol-style ol ol li:before{
counter-increment: listsub2;
content: counter(list) ". " counter(listsub) ". " counter(listsub2);
}
.ul-style li{
list-style:none;
}
.ul-style li:before{
font-family:FontAwesome;
content: "\f00c";
margin-right:15px; }
.ul-style.circle li:before{
font-family:FontAwesome;
content: "\f111";
margin-right:15px; font-size:10px;
}
.ul-style.remove li:before{
font-family:FontAwesome;
content: "\f00d";
margin-right:15px; }
.ul-style.remove li:before,
.ul-style li:before{
font-size:13px;
line-height:14px;
}
ol, 
ul
{
margin-bottom:15px;
}
ol li, 
ul li 
{
line-height:20px;
padding:8px 0;
}
ol ol, 
ol ul, 
ul ul,
ul ol
{
margin:8px 0 0 30px; }
ol ol ol, 
ol ul ol, 
ul ul ol,
ul ol ol,
ol ol ul, 
ol ul ul, 
ul ul ul,
ul ol ul
{
margin:8px 0 0 20px; }
ol li, 
ul ol li 
{
list-style:decimal inside none;
}
ul li 
{
list-style:disc inside none
}
ol ul > li, 
ul ul > li
{
list-style:disc inside none
}
ol ol ol > li
{
list-style:decimal inside none;
}
ol ol li{
list-style:decimal inside none;
} dl 
{
margin-bottom:20px;
}
dt, 
dd 
{
line-height:18px;
}
dt 
{
font-weight:bold;
}
dd 
{
margin:12px 0 30px 0;
} .price del,
.product-price del{
text-decoration:none;
}
.price del .amount,
.product-price del .amount{
text-decoration:line-through;
}
del 
{
text-decoration:line-through;
} blockquote {
overflow:hidden;
font-style:normal;
margin:0 0 25px 0;
padding:40px 40px 40px 100px;
border-width:1px;
border-style:solid;
min-height:100px;
background:rgba(102,102,102,0.05);
position:relative;
}
blockquote.blockquote-bg{
border:0;
}
blockquote.blockquote-bg:after{
display:none;
}
blockquote.blockquote-bg:before{
background-position:-80px -82px;
}
blockquote:before{
background:url(//www.jorwear.com/wp-content/themes/gon/images/image.png) 0 -82px no-repeat;
position:absolute;
left:50px; top:20px;
width:80px;
height:52px;
z-index:1;
display:inline-block;
content:"";
}
blockquote:after{
position:absolute;
content:"";
left:0; top:0;
bottom:0;
right:auto;
border-width:0 10px 0 0;
border-style:solid;
z-index:1;
display:inline-block;
}
blockquote p{margin:0;} body code
{
overflow:hidden;
display:inline-block;
padding:0 5px;
background:#f7f7f7;
line-height:18px;
position:relative;
top:3px;
margin:0;
-ms-word-wrap: break-word;
word-wrap: break-word;
word-break:break-all;
white-space:normal;
clear:both;
border-radius:0;
}
body code:hover 
{
background-color:#f8f7f7;
}
body table code 
{
white-space:normal
} table{
border-width:1px;
border-style:solid;
border-collapse:separate;
}
table thead th{
text-transform:uppercase;
border-width:0 0 1px 1px;
border-style:solid;
padding:12px 20px;
font-weight:bold;
}
table td,
table th {
border-width:0 0 1px 1px;
border-style:solid;
padding:15px 20px;
font-weight:bold;
}
table tr:nth-child(2n+1){
background:rgba(102,102,102,0.05);
}
table tfoot tr,
table tfoot th{
background:transparent;
}
table thead th:first-child {
border-width:0 0 1px 0;
}
table td:first-child{
border-width:0 0 1px 0;
} input[type="search"] {
border-radius:0;
}
body input[type="search"],
body input[type="text"],
body input[type="password"],
body input[type="number"],
body input[type="email"],
body input[type="date"],
body select,
body textarea
{
vertical-align:middle;
max-width:360px;
}
body input[type="search"],
body input[type="text"],
body input[type="password"],
body input[type="number"],
body input[type="email"],
body input[type="date"],
body textarea{
-webkit-appearance: none;
-moz-appearance:none;
appearance: none;
outline:0;
}
body input[type="number"] { 
-webkit-appearance: none;
-moz-appearance:textfield;
appearance: none;
}
.wpcf7 p input[type="search"],
.wpcf7 p input[type="text"],
.wpcf7 p input[type="password"],
.wpcf7 p input[type="number"],
.wpcf7 p input[type="email"],
.wpcf7 p input[type="date"],
.wpcf7 p select,
.wpcf7 p textarea{
width:100%;
max-width:100%;
}
.wpcf7 p textarea{
height:150px;
}
.woocommerce #content table.shop_table input, 
.woocommerce table.shop_table input, 
.woocommerce-page #content table.shop_table input, 
.woocommerce-page table.shop_table input{
line-height:16px;
}
.woocommerce form.login input, 
.woocommerce form.register input, 
.woocommerce-page form.login input, 
.woocommerce-page form.register input,
.woocommerce form.login select, 
.woocommerce form.register select, 
.woocommerce-page form.login select, 
.woocommerce-page form.register select,
.woocommerce form.login textarea, 
.woocommerce form.register textarea, 
.woocommerce-page form.login textarea, 
.woocommerce-page form.register textarea{
max-width:350px;
} html input
{
box-shadow:none;
width:100%;
border-width:1px;
border-style:solid;
margin:0 0 10px;
padding:7px 15px;
}
input, button
{
transition:all 120ms ease-out 0s;
}
fieldset{
border-width:1px;
border-style:solid;
padding:20px;
margin-bottom:20px;
}
#payment fieldset{
border:0;
padding:0;
}
fieldset legend{
padding:10px 10px 0 10px;
}
.woocommerce > form > fieldset legend{
padding:0;
}
html input.button,
input[type^="submit"],
input[type^="radio"],
input[type^="check"] {
width:auto;
margin:0;
}
input[type^="radio"]{
position:relative;
top:2px;
}
.form-row small{
clear:both;
display:inline-block;
width:100%;
}
html input:focus:invalid:focus, 
html select:focus:invalid:focus 
{
color:#999;
}
select,
tearea,
html input[type^="search"],
html input[type^="text"], 
html input[type^="email"],
html input[type^="password"],
#bbpress-forums #bbp-your-profile fieldset input, 
#bbpress-forums #bbp-your-profile fieldset textarea,
.bbp-login-form .bbp-username input, 
.bbp-login-form .bbp-email input, 
.bbp-login-form .bbp-password input,
.chosen-container a.chosen-single,
.woocommerce-checkout .form-row .chosen-container-single .chosen-single,
.woocommerce form .form-row input.input-text, 
.woocommerce form .form-row textarea, 
.woocommerce-page form .form-row input.input-text, 
.woocommerce-page form .form-row textarea,
.woocommerce #content table.cart td.actions .coupon .input-text, 
.woocommerce table.cart td.actions .coupon .input-text, 
.woocommerce-page #content table.cart td.actions .coupon .input-text, 
.woocommerce-page table.cart td.actions .coupon .input-text,
body .select2-container .select2-selection--single .select2-selection__rendered
{
filter:none !important;
border-radius:0;
display:inline-block;
border-width:1px;
border-style:solid;
background:#fff;
margin:0;
padding:11px 15px;
width:100%;
text-align:left; width:100%;
box-shadow:none;
}
.woocommerce form .form-row .input-text, 
.woocommerce form .form-row select{
font-size: inherit;
line-height: inherit;
font-weight: inherit;
padding:11px 15px;
line-height: 18px;
border-radius: 0;
}
body > .select2-container{
width: auto;
}
body .select2-container .select2-results__option[aria-selected=true]{
background:transparent;
}
body .select2-container .select2-results__option--highlighted[aria-selected]{
background:rgba(153,153,153,0.1);
}
body .select2-container .select2-selection--single .select2-selection__rendered{
border-width:0;
min-height:42px;
}
body .select2-container .select2-search--dropdown .select2-search__field{
max-width:100%;
background-image:url(//www.jorwear.com/wp-content/themes/gon/images/icon-search.png) !important; background-position:right center !important; background-repeat:no-repeat !important;
background-size:30px !important;
}
body .select2-container .select2-results > .select2-results__options li{
list-style:none;
}
body .select2-container .select2-selection--single{
height:auto;
line-height: 0;
border-radius:0;
overflow:hidden;
position: relative;
}
body .select2-container--open .select2-dropdown,
body .select2-dropdown{
border-radius:0;
}
body .select2-container .select2-selection--single .select2-selection__arrow{
top:0;
right:5px; height: 100%;
width: 20px;
}
body .select2-container .select2-selection--single .select2-selection__arrow b {
background: transparent;
border-color: #888 transparent transparent transparent;
border-style: solid;
border-width: 5px 4px 0 4px;
height: 0;
left: 50%;
margin-left: -4px;
margin-top: -2px;
position: absolute;
top: 50%;
width: 0;
}
body .select2-search input[type="search"]{
padding:6px 25px 6px 10px !important; }
body .select2-results li{
padding:5px 10px;
margin:0;
}
body .select2-search--dropdown{
padding:7px;
}
body .select2-results{
padding:0;
margin:0;
line-height:0;
}
body .select2-container--classic .select2-results > .select2-results__options, 
body .select2-container .select2-results > .select2-results__options{
max-height:215px;
}
textarea,
#bbpress-forums #bbp-your-profile fieldset textarea,
.woocommerce form .form-row textarea,
.woocommerce-page form .form-row textarea,
.woocommerce form .form-row textarea.input-text {
height:140px;
}
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 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 textarea:focus,
html input:focus:invalid:focus, 
html select:focus:invalid:focus,
.woocommerce form .form-row textarea:hover, 
.woocommerce-page form .form-row textarea:hover,
.woocommerce form .form-row textarea:focus, 
.woocommerce-page form .form-row textarea:focus,
#bbpress-forums #bbp-your-profile fieldset input:hover, 
#bbpress-forums #bbp-your-profile fieldset textarea:hover,
#bbpress-forums #bbp-your-profile fieldset input:focus, 
#bbpress-forums #bbp-your-profile fieldset textarea:focus,
.bbp-login-form .bbp-username input:hover, 
.bbp-login-form .bbp-email input:hover, 
.bbp-login-form .bbp-password input:hover,
.bbp-login-form .bbp-username input:focus, 
.bbp-login-form .bbp-email input:focus, 
.bbp-login-form .bbp-password input:focus{
box-shadow:none;
background-image:none;
}
input:hover,
input:focus {
outline:none!important;
}
html.ie10 input[type^="text"], 
html.ie10 input[type^="email"],
html.ie10 input[type^="password"] {
box-shadow:none!important;
} 
html input[type^="button"],
html input[type^="submit"] 
{
-webkit-appearance:none
}
html input[type^="button"]:focus,
html input[type^="submit"]:focus
{
outline:none!important;
}
input[type='number'] {
-moz-appearance:textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button 
{
-webkit-appearance: none;
} html input[type^="radio"] 
{
border:0;
padding-left:0;
padding-right:0;
padding-top:0;
}
html input[type^="checkbox"]
{
border:0;
padding:0
}
label input[type^="checkbox"]{
position:relative;
top:1px;
margin-right:4px; }
textarea 
{
background:#fff;
border-width:1px;
border-style:solid;
padding:12px 15px;
width:100%;
-webkit-appearance:none;
-webkit-border-radius:0!important;
transition:all 200ms ease 0s;
-webkit-appearance:none;
border-radius:0;
overflow:auto;
}
select
{
background:#fff;
border-width:1px;
border-style:solid;
padding:10px 30px 10px 15px; max-width:400px;
filter:none !important;
position:relative;
appearance:none;
-webkit-appearance:none;
-moz-appearance:none;
background-image:url(//www.jorwear.com/wp-content/themes/gon/images/icon-select.png);
background-position:right center; background-repeat:no-repeat;
}
.ie select{
background-image:none;
padding:6px 8px 6px 8px;
}
select option 
{
padding:5px 8px;
}
table 
{
max-width:100%;
table-layout:fixed;
margin-bottom:20px;
}
form table{
margin-bottom:0;
}
table tbody, 
table tfood,
table thead
{
max-width:100%;
}
html pre {
background:#f7f7f7;
border:0;
border-radius:0;
padding:20px 20px;
line-height:32px;
margin:10px 0 25px 0;
word-break:break-word;
} br 
{
margin:0 0 5px;
} button,
button:hover,
button:focus{
outline:0;
}
button.button::-moz-focus-inner 
{
padding:0;
border:0;
}
input:-webkit-autofill, 
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus 
{
-webkit-box-shadow:0 0 0 50px #fff inset; 
}
.woocommerce ul.products li.product .button{
margin:0;
}
.woocommerce ul.products li.product .price ins{
font-weight:normal;
}
a.button
{
display:inline-block;
}
.revo-button,
.revo-button-2{
line-height:18px !important
}
.revo-button,
.revo-button-2,
a.button,
.button-banner,
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 .wishlist_table .product-add-to-cart a{
text-transform:uppercase;
font-weight:bold;
padding:10px 24px 10px 24px;
box-shadow:none;
text-shadow:none;
border-radius:0;
filter:none;
cursor:pointer;
text-align:center;
background-image:none;
border-width:2px;
border-style:solid;
text-align:center;
}
.woocommerce #respond input#submit.loading, 
.woocommerce a.button.loading, 
.woocommerce button.button.loading, 
.woocommerce input.button.loading,
.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]{
padding:10px 24px 10px 24px;
}
.revo-button:hover,
.revo-button-2:hover,
.button-banner:hover,
a.button:hover,
button:hover, 
input[type^="submit"]:hover, 
.shopping-cart p.buttons a:hover, 
.woocommerce #content input.button:hover, 
.woocommerce #respond input#submit:hover, 
.woocommerce a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce input.button:hover, 
.woocommerce-page #content input.button:hover, 
.woocommerce-page #respond input#submit:hover, 
.woocommerce-page a.button:hover, 
.woocommerce-page button.button:hover, 
.woocommerce-page input.button:hover, 
.woocommerce #content input.button.alt:hover, 
.woocommerce #respond input#submit.alt:hover, 
.woocommerce a.button.alt:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover, 
.woocommerce-page #content input.button.alt:hover, 
.woocommerce-page #respond input#submit.alt:hover, 
.woocommerce-page a.button.alt:hover, 
.woocommerce-page button.button.alt:hover, 
.woocommerce-page input.button.alt:hover, 
#content button.button:hover{
text-shadow:none;
filter:none;
top:0;
background-image:none;
outline:none;
}
.pswp__button--arrow--left:hover, 
.pswp__button--arrow--right:hover{
top:50%;
}
.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{background-color:inherit;color:inherit;}
.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]{color:inherit;cursor:not-allowed;opacity:.5;}
.woocommerce #respond input#submit.disabled:hover,
.woocommerce #respond input#submit:disabled:hover,
.woocommerce #respond input#submit:disabled[disabled]:hover,
.woocommerce a.button.disabled:hover,
.woocommerce a.button:disabled:hover,
.woocommerce a.button:disabled[disabled]:hover,
.woocommerce button.button.disabled:hover,
.woocommerce button.button:disabled:hover,
.woocommerce button.button:disabled[disabled]:hover,
.woocommerce input.button.disabled:hover,
.woocommerce input.button:disabled:hover,
.woocommerce input.button:disabled[disabled]:hover{color:inherit;background-color:inherit;}
.woocommerce #respond input#submit.added:after, 
.woocommerce a.button.added:after, 
.woocommerce button.button.added:after, 
.woocommerce input.button.added:after{
vertical-align:initial;
display:none;
}
body #wp-link-wrap{
height:280px
}
body #wp-link .query-results{
bottom:auto;
top:100%
}
body #wp-link-wrap.search-panel-visible #search-panel{
position:relative;
}
body #wp-link-wrap #wp-link{
position:relative;
display:inline-block;
width:100%;
}
body #wp-link-wrap.search-panel-visible{
height:500px;
}
body #wp-link-wrap.search-panel-visible #wp-link ul{
max-height:100px;
overflow:auto;
} .rev_slider embed, .rev_slider iframe, .rev_slider object, .rev_slider video{
border:0;
outline:0;
}  .clear 
{
clear:both;
min-height:1px;
width:100%;
position:relative;
z-index:-1;
margin-bottom:-1px;
}
.clearboth 
{
clear:both;
}
.clearleft 
{
clear:left;
}
.noimage
{
margin-left:0;
}
.alignnone 
{
margin: 5px 20px 20px 0;
}
.alignleft 
{
float:left!important;
margin:0 20px 10px 0 !important;
max-width:100%;
height:auto;
}
.alignright
{
float:right;
margin:0 0 20px 10px !important;
max-width:100%;
height:auto;
}
.aligncenter 
{
display:block;
margin:0 auto 20px;
max-width:100%;
height:auto;
}
iframe html 
{
position:relative;
z-index:1;
}
.mapp-layout 
{
max-width:100%;
}
.thumbnail {
border-radius:0;
display:inline-block;
margin-bottom:15px;
position:relative;
}   body .flexslider:hover .flex-prev{
left:20px;
}
body .flexslider:hover .flex-next{
right:20px;
}
body .flexslider .slides,
body .wpb_gallery_slides.wpb_slider_nivo{
padding:5px;
margin:0;
}
body .wpb_gallery_slides.wpb_flexslider,
body .wpb_gallery .wpb_flexslider .flex-control-nav li{
margin:0;
}
body .wpb_gallery .wpb_flexslider .flex-control-nav{
bottom:0;
top:auto;
}
body .theme-default .nivo-caption{
opacity:0.6;
} #pp_full_res .pp_inline{
text-align:right;
}
body .pp_nav,
div.pp_woocommerce .pp_nav{
float:left;
margin:0 20px 0 0;
position:relative;
z-index:2;
}
body div.pp_woocommerce .pp_description{
position:relative;
z-index:1;
}
body div.pp_woocommerce.pp_pic_holder .pp_content{
max-width:100%;
}
body .pp_loaderIcon{
margin:0;
transform: translate(-50%,-50%);
left:50%;
right:auto;
}
div.pp_woocommerce.pp_pic_holder .pp_loaderIcon:before{
display:none !important
}
.woocommerce #respond input#submit.loading, 
.woocommerce a.button.loading, 
.woocommerce button.button.loading, 
.woocommerce input.button.loading{
opacity:1;
position:relative;
}
a.button.loading .blockOverlay{
display:none !important;
}
body div.pp_woocommerce.pp_pic_holder .pp_content_container,
body .pp_content_container{
border-radius:0;
padding:30px 0 30px !important;
}
body div.pp_woocommerce.pp_pic_holder .pp_content_container{
padding:30px !important;
}
body div.pp_woocommerce.pp_pic_holder .pp_hoverContainer{
display:none !important;
}
body div.pp_woocommerce.pp_pic_holder a.pp_expand,
body div.pp_woocommerce.pp_pic_holder a.pp_contract,
body div.pp_default a.pp_expand,
body div.pp_default a.pp_contract{
width:30px !important;
height:30px !important;
position: absolute;
left: -30px ;
right:auto;
top: 5px ;
display: block;
line-height: 30px;
border:0;
text-indent: -10000px;
text-shadow:none !important;
background-image:none;
border-radius:0;
box-shadow:none;
}
body div.pp_woocommerce.pp_pic_holder a.pp_expand,
body div.pp_woocommerce.pp_pic_holder a.pp_contract{
left: -30px ;
right:auto;
top: 0 ;
}
body div.pp_default a.pp_expand,
body div.pp_default a.pp_contract{
left: auto ;
right:15px;
top: -7px ;
}
body div.pp_woocommerce.pp_pic_holder a.pp_expand:before,
body div.pp_woocommerce.pp_pic_holder a.pp_contract:before,
body div.pp_default a.pp_expand:before,
body div.pp_default a.pp_contract:before{
content: "\f047";
display: block;
position: absolute;
font-family:FontAwesome !important;
top: 0;
left: 0;
right: 0;
bottom: 0;
text-align: center;
text-indent: 0;
line-height: 30px !important;
font-size:14px !important;
font-weight:300 !important;
text-shadow:none !important;
transition:all 200ms ease 0s;
}
div.pp_default .pp_close,
body div.pp_woocommerce.pp_pic_holder .pp_close,
body div.ts-product-video.pp_pic_holder .pp_close,
body .ts-lightbox.pp_pic_holder a.pp_close{
bottom:auto;
z-index:9;
top:0;
right:-30px; position:absolute !important;
background-image:none;
width:30px;height:30px;
text-indent:-99999px;
font-size:0;
background:#fff;
background-image:none !important;
transition:all 150ms ease 0s;
}
body div.pp_woocommerce.pp_pic_holder .pp_close:before ,
div.pp_default .pp_close:before,
body .ts-lightbox.pp_pic_holder a.pp_close:before,
body div.ts-product-video.pp_pic_holder .pp_close:before{
content: "\00d7";
display: block;
position: absolute;
font-family:open sans-serif !important;
top: 0;
left: 0;
right: 0;
bottom: 0;
text-align: center;
line-height: 30px;
text-shadow:none !important;
text-indent:0 !important;
font-size:26px !important;
font-weight:300;
transition:all 150ms ease 0s;
}
body div.pp_default a.pp_close:hover,
body div.pp_woocommerce.pp_pic_holder .pp_close:hover,
body div.ts-product-video.pp_pic_holder .pp_close:hover,
body div.pp_woocommerce.pp_pic_holder a.pp_expand:hover,
body div.pp_woocommerce.pp_pic_holder a.pp_contract:hover,
body div.pp_default a.pp_expand:hover,
body div.pp_default a.pp_contract:hover{
background-image:none !important;
text-decoration:none;
}
body div.pp_woocommerce.pp_pic_holder .pp_details,
body div.pp_default .pp_details{
padding:0;
margin:0;
}
body div.pp_woocommerce.pp_pic_holder #pp_full_res > img{
margin-bottom:20px;
height:auto !important;
}
body div.pp_default .pp_nav{
width:150px;
margin:0;
height:26px;
}
body .pp_nav .currentTextHolder{
position:static !important;
margin:0 !important;
padding:3px 8px 0 8px !important;
line-height:18px !important;
font-size:14px !important;
font-style:normal !important;
}
body div.pp_default .pp_arrow_previous, 
body div.pp_default .pp_arrow_next,
body div.pp_woocommerce.pp_pic_holder .pp_arrow_previous, 
body div.pp_woocommerce.pp_pic_holder .pp_arrow_next{
background-image:none !important;
text-shadow:none !important;
box-shadow:none !important;
position:relative;
line-height:22px;
width:18px !important;
height:22px !important;
border:0;
font-size:0;
border-radius:0;
position:relative;
left:auto !important;
right:auto !important;
bottom:auto !important;
top:auto !important;
margin-top:0 !important;
background:transparent;
}
body div.pp_default .pp_arrow_previous:before, 
body div.pp_default .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{
position:absolute;
left:0;top:0;
right:0;bottom:0;
font-size:16px !important;
text-shadow:none !important;
box-shadow:none !important;
text-indent:0 !important;
font-family:FontAwesome !important;
line-height:22px !important;
text-align:center;
font-weight: 400 !important;
}
body div.pp_default .pp_arrow_previous:hover, 
body div.pp_default .pp_arrow_next:hover,
body div.pp_woocommerce.pp_pic_holder .pp_arrow_previous:hover, 
body div.pp_woocommerce.pp_pic_holder .pp_arrow_next:hover{
background:none;
}
body div.pp_default .pp_arrow_previous:before, 
body div.pp_woocommerce.pp_pic_holder .pp_arrow_previous:before{
content: "\f104";
} 
body div.pp_default .pp_arrow_next:before,
body div.pp_woocommerce.pp_pic_holder .pp_arrow_next:before{
content: "\f105";
}
body div.pp_default .pp_nav .pp_play, 
body .pp_nav .pp_pause{
background:none !important;
position:relative !important;
width:30px !important;
height:30px !important;
margin-right:10px !important; display:none !important;
}
body div.pp_default .pp_nav .pp_play:hover, 
body div.pp_default .pp_nav .pp_pause:hover{
background:none !important;
opacity:1 !important;
}
body div.pp_default .pp_nav .pp_play:before, 
body div.pp_default .pp_nav .pp_pause:before{
position:absolute;
left:0;top:0;
right:0;bottom:0;
width:30px;
height:30px;
line-height:30px;
content:"";
display:inline-block;
text-align:center;
font-family: 'FontAwesome';
font-weight:300;
font-size:16px;
text-indent:0;
transition:all 200ms ease 0s;
}
body div.pp_default .pp_nav .pp_pause:before{
content: "\f04c";
}
body div.pp_default .pp_nav .pp_play:before{
content: "\f04b";
} .ts-lightbox .ppt,
.ts-lightbox .pp_top,
.ts-lightbox .pp_bottom{
display:none !important;
}
.ts-lightbox .pp_details{
padding:0 !important;
}
body .ts-lightbox{
padding:30px 0 !important;
}
.ts-lightbox.loaded:after{
background:url(//www.jorwear.com/wp-content/themes/gon/images/bg-newsletter-coming-soon.jpg) left top repeat;
left:-20px;
right:-20px;
top:-20px;
bottom:-20px;
content:"";
position:absolute;
z-index:-2;
}
body div.pp_pic_holder.ts-lightbox:before,
body div.pp_pic_holder.ts-lightbox.loaded:before{
left:0;
right:0;
top:0;
bottom:0;
content:"";
position:absolute;
z-index:-1;
height:auto;
width:auto;
display:block;
background:transparent;
}
.ts-lightbox .pp_content{
padding:20px !important;
margin-left:auto;
margin-right:auto;
}
.ts-lightbox .pp_content_container{
padding:0 !important;
}
.ts-lightbox #pp_full_res .pp_inline{
text-align:center;
}
.ts-lightbox .feedburner-subscription p{
max-width:80%;
margin-left:auto !important;
margin-right:auto !important;
margin-bottom:0 !important
}
.ts-lightbox .feedburner-subscription input[type="text"]{
border-width:1px;
border-style:solid;
width:420px;
max-width:100%;
}
body .ts-lightbox.pp_pic_holder a.pp_close{
font-size:0;
top:-50px;
right:-50px;
}  .page-container,
.page-fullwidth-template .ts-row-boxed,
.container,
.breadcrumb-title-wrapper .breadcrumb-content,
.ts-row-wide .ts-logo-slider-wrapper,
.ts-row-wide .ts-testimonial-wrapper,
.ts-row-wide .ts-twitter-slider{
margin-right: auto;
margin-left: auto;
}
.breadcrumb-title-wrapper .breadcrumb-content{
padding-left: 30px;
padding-right: 30px;
}
.row {
margin-left: -15px;
margin-right: -15px;
}
.hidden{display:none !important} .ts-columns:after{
display:table;
content:"";
clear:both;
}
.ts-columns{
margin-left:-15px;
margin-right:-15px;
}
.ts-columns > .ts-item{
float:left;
padding:15px;
}
.ts-columns.ts-columns-1 > .ts-item{
width:100%;
float:left;
}
.ts-columns.ts-columns-2 > .ts-item{
width:50%;
}
.ts-columns.ts-columns-3 > .ts-item{
width:33.33333%;
}
.ts-columns.ts-columns-4 > .ts-item{
width:25%;
}
.ts-columns.ts-columns-5 > .ts-item{
width:20%;
}
.ts-columns.ts-columns-6 > .ts-item{
width:16.6%;
}
.ts-columns.ts-columns-7 > .ts-item{
width:14.285%;
}
.ts-columns.ts-columns-8 > .ts-item{
width:12.5%;
}
.ts-col-1, .ts-col-2, .ts-col-3, .ts-col-4, .ts-col-5, .ts-col-6, .ts-col-7, .ts-col-8, .ts-col-9, .ts-col-10, .ts-col-11, .ts-col-12, .ts-col-13, .ts-col-14, .ts-col-15, .ts-col-16, .ts-col-17, .ts-col-18, .ts-col-19, .ts-col-20, .ts-col-21, .ts-col-22, .ts-col-23, .ts-col-24 {
width:100%;float:none;min-height:1px;
padding:0 15px;
}
.no-padding{
padding-left:0;
padding-right:0;
} .page-fullwidth-template article .ts-row-boxed{
margin-left:-15px;
margin-right:-15px;
}
.page-fullwidth-template article > .ts-row-boxed{
margin-left:auto;
margin-right:auto;
padding-left:15px;
padding-right:15px;
}
.page-fullwidth-template .ts-row-boxed[data-vc-full-width="true"]{
max-width:initial;
}
.vc_row{
margin-left:-15px;
margin-right:-15px;
}
.vc_col-xs-1, .vc_col-sm-1, .vc_col-md-1, .vc_col-lg-1, .vc_col-xs-2, .vc_col-sm-2, .vc_col-md-2, .vc_col-lg-2, .vc_col-xs-3, .vc_col-sm-3, .vc_col-md-3, .vc_col-lg-3, .vc_col-xs-4, .vc_col-sm-4, .vc_col-md-4, .vc_col-lg-4, .vc_col-xs-5, .vc_col-sm-5, .vc_col-md-5, .vc_col-lg-5, .vc_col-xs-6, .vc_col-sm-6, .vc_col-md-6, .vc_col-lg-6, .vc_col-xs-7, .vc_col-sm-7, .vc_col-md-7, .vc_col-lg-7, .vc_col-xs-8, .vc_col-sm-8, .vc_col-md-8, .vc_col-lg-8, .vc_col-xs-9, .vc_col-sm-9, .vc_col-md-9, .vc_col-lg-9, .vc_col-xs-10, .vc_col-sm-10, .vc_col-md-10, .vc_col-lg-10, .vc_col-xs-11, .vc_col-sm-11, .vc_col-md-11, .vc_col-lg-11, .vc_col-xs-12, .vc_col-sm-12, .vc_col-md-12, .vc_col-lg-12{
padding-left:15px;
padding-right:15px;
}
.vc_column_container >.vc_column-inner{
padding-left:0;
padding-right:0;
}
@media (min-width: 768px) { .vc_col-xs-1, .vc_col-sm-1, .vc_col-md-1, .vc_col-lg-1, .vc_col-xs-2, .vc_col-sm-2, .vc_col-md-2, .vc_col-lg-2, .vc_col-xs-3, .vc_col-sm-3, .vc_col-md-3, .vc_col-lg-3, .vc_col-xs-4, .vc_col-sm-4, .vc_col-md-4, .vc_col-lg-4, .vc_col-xs-5, .vc_col-sm-5, .vc_col-md-5, .vc_col-lg-5, .vc_col-xs-6, .vc_col-sm-6, .vc_col-md-6, .vc_col-lg-6, .vc_col-xs-7, .vc_col-sm-7, .vc_col-md-7, .vc_col-lg-7, .vc_col-xs-8, .vc_col-sm-8, .vc_col-md-8, .vc_col-lg-8, .vc_col-xs-9, .vc_col-sm-9, .vc_col-md-9, .vc_col-lg-9, .vc_col-xs-10, .vc_col-sm-10, .vc_col-md-10, .vc_col-lg-10, .vc_col-xs-11, .vc_col-sm-11, .vc_col-md-11, .vc_col-lg-11, .vc_col-xs-12, .vc_col-sm-12, .vc_col-md-12, .vc_col-lg-12{
padding-left:15px;
padding-right:15px;
}
.ts-col-1, .ts-col-2, .ts-col-3, .ts-col-4, .ts-col-5, .ts-col-6, .ts-col-7, .ts-col-8, .ts-col-9, .ts-col-10, .ts-col-11, .ts-col-12, .ts-col-13, .ts-col-14, .ts-col-15, .ts-col-16, .ts-col-17, .ts-col-18, .ts-col-19, .ts-col-20, .ts-col-21, .ts-col-22, .ts-col-23, .ts-col-24 {
float: left;
}
.ts-col-24 {
width: 100%;
}
.ts-col-23 {
width: 95.83333333%;
}
.ts-col-22 {
width: 91.66666667%;
}
.ts-col-21 {
width: 87.5%;
}
.ts-col-20 {
width: 83.33333333%;
}
.ts-col-19 {
width: 79.16666667%;
}
.ts-col-18 {
width: 75%;
}
.ts-col-17 {
width: 70.83333333%;
}
.ts-col-16 {
width: 66.66666667%;
}
.ts-col-15 {
width: 62.5%;
}
.ts-col-14 {
width: 58.33333333%;
}
.ts-col-13 {
width: 54.16666667%;
}
.ts-col-12 {
width: 50%;
}
.ts-col-11 {
width: 45.83333333%;
}
.ts-col-10 {
width: 41.66666667%;
}
.ts-col-9 {
width: 37.5%;
}
.ts-col-8 {
width: 33.33333333%;
}
.ts-col-7 {
width: 29.16666667%;
}
.ts-col-6 {
width: 25%;
}
.ts-col-5 {
width: 20.83333333%;
}
.ts-col-4 {
width: 16.66666667%;
}
.ts-col-3 {
width: 12.5%;
}
.ts-col-2 {
width: 8.33333333%;
}
.ts-col-1 {
width: 4.16666667%;
}
}
@media (min-width: 768px) {
.page-container,
.breadcrumb-title-wrapper .breadcrumb-content,
.container{
width: 740px;
}
.page-fullwidth-template .ts-row-boxed,
body.boxed header.ts-header,
body.boxed #main,
body.boxed footer#colophon,
body.boxed header.ts-header .header-sticky,
body.dokan-store.wide #main{
max-width: 740px;
} body.header-v7 .page-container,
body.header-v7 .breadcrumb-title-wrapper .breadcrumb-content,
body.header-v7 .container{
width: 100%;
}
body.header-v7 .page-fullwidth-template .ts-row-boxed,
body.boxed.header-v7 header.ts-header,
body.boxed.header-v7 #main,
body.boxed.header-v7 footer#colophon,
body.boxed.header-v7 header.ts-header .header-sticky{
max-width: 100%;
}
}
@media (min-width: 992px) {
.page-container,
.breadcrumb-title-wrapper .breadcrumb-content,
.container{
width: 980px;
}
.page-fullwidth-template .ts-row-boxed,
body.boxed header.ts-header,
body.boxed #main,
body.boxed footer#colophon,
body.boxed header.ts-header .header-sticky,
body.dokan-store.wide #main{
max-width: 980px;
} body.header-v7 .page-container,
body.header-v7 .breadcrumb-title-wrapper .breadcrumb-content,
body.header-v7 .container{
width: 100%;
}
body.header-v7 .page-fullwidth-template .ts-row-boxed,
body.boxed.header-v7 header.ts-header,
body.boxed.header-v7 #main,
body.boxed.header-v7 footer#colophon,
body.boxed.header-v7 header.ts-header .header-sticky{
max-width: 100%;
}
}
@media (min-width: 1240px) {
.page-container,
.breadcrumb-title-wrapper .breadcrumb-content,
.container{
width: 1240px;
}
.page-fullwidth-template .ts-row-boxed,
body.boxed header.ts-header,
body.boxed #main,
body.boxed footer#colophon,
body.boxed header.ts-header .header-sticky,
body.dokan-store.wide #main{
max-width: 1240px;
} body.header-v7 .page-container,
body.header-v7 .breadcrumb-title-wrapper .breadcrumb-content,
body.header-v7 .container{
width: 100%;
}
body.header-v7 .page-fullwidth-template .ts-row-boxed,
body.boxed.header-v7 header.ts-header,
body.boxed.header-v7 #main,
body.boxed.header-v7 footer#colophon,
body.boxed.header-v7 header.ts-header .header-sticky{
max-width: 100%;
}
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
background-color: #e8e8e8;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
background-image: -webkit-linear-gradient(top, #428bca 0%, #357ebd 100%);
background-image: -o-linear-gradient(top, #428bca 0%, #357ebd 100%);
background-image: linear-gradient(to bottom, #428bca 0%, #357ebd 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0);
background-color: #357ebd;
}
.navbar-default {
background-image: -webkit-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
background-image: -o-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
background-image: linear-gradient(to bottom, #ffffff 0%, #f8f8f8 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
}
.navbar-default .navbar-nav > .active > a {
background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f3f3f3 100%);
background-image: -o-linear-gradient(top, #ebebeb 0%, #f3f3f3 100%);
background-image: linear-gradient(to bottom, #ebebeb 0%, #f3f3f3 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff3f3f3', GradientType=0);
-webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
}
.navbar-brand,
.navbar-nav > li > a {
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}
.navbar-inverse {
background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222222 100%);
background-image: -o-linear-gradient(top, #3c3c3c 0%, #222222 100%);
background-image: linear-gradient(to bottom, #3c3c3c 0%, #222222 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.navbar-inverse .navbar-nav > .active > a {
background-image: -webkit-linear-gradient(top, #222222 0%, #282828 100%);
background-image: -o-linear-gradient(top, #222222 0%, #282828 100%);
background-image: linear-gradient(to bottom, #222222 0%, #282828 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff282828', GradientType=0);
-webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
}
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
border-radius: 0;
}
.alert {
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.alert-success {
background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
background-image: -o-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
border-color: #b2dba1;
}
.alert-info {
background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
background-image: -o-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
border-color: #9acfea;
}
.alert-warning {
background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
background-image: -o-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
border-color: #f5e79e;
}
.alert-danger {
background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
background-image: -o-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
border-color: #dca7a7;
}
.progress {
background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
background-image: -o-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
}
.progress-bar {
background-image: -webkit-linear-gradient(top, #428bca 0%, #3071a9 100%);
background-image: -o-linear-gradient(top, #428bca 0%, #3071a9 100%);
background-image: linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3071a9', GradientType=0);
}
.progress-bar-success {
background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%);
background-image: -o-linear-gradient(top, #5cb85c 0%, #449d44 100%);
background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
}
.progress-bar-info {
background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
background-image: -o-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
}
.progress-bar-warning {
background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
background-image: -o-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
}
.progress-bar-danger {
background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%);
background-image: -o-linear-gradient(top, #d9534f 0%, #c9302c 100%);
background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
}
.progress-bar-striped {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.products.grid div[itemprop="description"]{
display:none
}
.chosen-container a.chosen-single{
border-radius:0;
}
.chosen-container{
width:100% !important
}
.chosen-container-single .chosen-single div b,
.woocommerce-checkout .form-row .chosen-container-single .chosen-single div b{
background-position:0 8px;
}
.chosen-container-single .chosen-drop,
.woocommerce-checkout .form-row .chosen-container-single .chosen-drop{
margin-top:-4px;
}
.chosen-container-active.chosen-with-drop .chosen-single div b,
.woocommerce-checkout .form-row .chosen-container-single .chosen-single div b{
background-position:-16px 9px
}
.woocommerce-checkout .form-row .chosen-container-single .chosen-single div b{
background-position:0 7px!important;
}   body.boxed .page-fullwidth-template article > .ts-row-boxed{
padding-left:0;
padding-right:0;
}
body.boxed .page-fullwidth-template article > .ts-row-wide{
padding-left:10px;
padding-right:10px;
}
body.wide .page-fullwidth-template #main-content{
padding-left:0;
padding-right:0;
}
html #page{
position:relative;
overflow:hidden;
}
body.boxed #page{
overflow:hidden;
box-shadow:0 0 10px rgba(0,0,0,0.2);
}
body.boxed header.ts-header,
body.boxed #main,
body.boxed footer#colophon{
margin-left:auto;
margin-right:auto;
}
body.boxed.layout-fullwidth #page,
body.boxed.layout-fullwidth header.ts-header .header-menu{
box-shadow:none;
max-width:100%;
}  .woocommerce p.stars a:hover{
text-decoration:none;
}
body .pp_woocommerce *{
backface-visibility:hidden;
-moz-backface-visibility:hidden;
-webkit-backface-visibility:hidden;
}
.woocommerce form.login, 
.woocommerce form.register, 
.woocommerce-page form.checkout_coupon,
.woocommerce-page form.login, 
.woocommerce-page form.register{
border:0;
overflow:hidden;
display:inline-block;
padding:0;
width:100%;
margin:0 0 30px 0;
border-radius:0;
}
.woocommerce-page form.checkout_coupon{
margin-bottom:0;
}
.woocommerce form .form-row, 
.woocommerce-page form .form-row{
padding:0;
margin:0 0 25px 0;
}
.woocommerce form .form-row-first, 
.woocommerce form .form-row-last, 
.woocommerce-page form .form-row-first, 
.woocommerce-page form .form-row-last{
width:49%;
}
.woocommerce form .form-row-first, 
.woocommerce-page form .form-row-first{
margin-right:2%; }
.woocommerce form .form-row .select2-container{
line-height:0;
}
.woocommerce form.login .button, 
.woocommerce form.register .button, 
.woocommerce-page form.login .button, 
.woocommerce-page form.register .button{
margin:0 30px 0 0; min-width:100px;
}
.woocommerce form .form-row label.inline, 
.woocommerce-page form .form-row label.inline{
position:relative;
top:0;
}
.woocommerce table.shop_table, 
.woocommerce-page table.shop_table{
border-width:1px;
border-style:solid;
table-layout:auto;
border-radius:0;
box-shadow:none;
}
.woocommerce table.shop_table.my_account_orders, 
.woocommerce-page table.shop_table.my_account_orders{
table-layout:fixed;
}
.woocommerce table.shop_table td, 
.woocommerce-page table.shop_table td{
border-top:0;
}
.woocommerce table.shop_table tfoot th, 
.woocommerce-page table.shop_table tfoot th{
border-width:0;
}
.woocommerce table.shop_table tfoot td, 
.woocommerce-page table.shop_table tfoot td{
border-width:0 0 0 1px;
}
.woocommerce #content table.cart img, 
.woocommerce table.cart img, 
.woocommerce-page #content table.cart img, 
.woocommerce-page table.cart img{
width:auto;
}
.woocommerce td.product-name dl.variation dd, 
.woocommerce-page td.product-name dl.variation dd{
padding:0;
margin:0;
}
.woocommerce td.product-name dl.variation, 
.woocommerce-page td.product-name dl.variation{
font-size:90%;
}  .wpb_widgetised_column:after{
display:table;
content:"";
clear:both;
} h1.wpb_heading,
h2.wpb_heading,
h3.wpb_heading,
h4.wpb_heading,
h5.wpb_heading,
h6.wpb_heading{
margin:15px 0 20px 0;
}
.vc_message_box {
font-weight:bold;
}
.vc_row.fix-column-no-margin{
margin-left:0;
margin-right:0;
}
.vc_row.fix-column-no-margin .wpb_column.vc_column_container{
padding-left:0;
padding-right:0;
} div.pp_default .pp_content{
width:100% !important;
min-height:100px;
}
div.pp_default .pp_content img{
margin:0 auto;
display:block;
}
body div.ppt{
text-transform:uppercase;
margin:0 0 -43px 0; padding:14px 0 10px 0;
box-sizing:border-box;
background:#fff;
font-weight:bold;
text-indent:15px; width:100% !important;
}
body .pp_woocommerce div.ppt{
display:none !important;
}
div.pp_default a.pp_arrow_previous, 
div.pp_default a.pp_arrow_next{
margin:0;
}
body div.pp_pic_holder .pp_content_container .pp_details{
padding:8px 15px;
min-height: 46px;
width:100% !important;
margin:0;
}
body div.pp_pic_holder.pp_woocommerce .pp_content_container .pp_details{
padding:0 ;
}
body div.pp_pic_holder a.pp_close{
right:15px;
top:6px;
}
body .wpb_flexslider.flexslider{
box-sizing:content-box;
-webkit-box-sizing:content-box;
-moz-box-sizing:content-box;
}
body .wpb_flexslider.flexslider,
body .wpb_slider_nivo {
border-radius:0;
padding:0;
border:0;
box-shadow:none;
}
body .wpb_flexslider img,
body .wpb_slider_nivo img{
width:auto !important;
margin:0 auto;
}
.pp_previous,
.pp_next,
.pp_gallery{display:none !important}
body .wpb_slider_nivo .nivoSlider,
body .theme-default .nivoSlider{
box-shadow:none;
border-radius:0;
}
.wpb_gallery_slides.wpb_image_grid ul li{
padding:5px;
border-width:1px;
border-style:solid;
}
div.pp_pic_holder .pp_close:hover,
div.pp_pic_holder .pp_nav .pp_play:hover,
div.pp_pic_holder .pp_nav .pp_pause:hover,
div.pp_pic_holder .pp_arrow_next:hover,
div.pp_pic_holder .pp_arrow_previous:hover{
opacity:1 !important;
}
body div.pp_pic_holder .pp_top .pp_left,
body div.pp_pic_holder .pp_top .pp_right,
body div.pp_pic_holder .pp_bottom .pp_left,
body div.pp_pic_holder .pp_bottom .pp_right,
body div.pp_pic_holder .pp_top .pp_middle,
body div.pp_pic_holder .pp_bottom .pp_middle,
body div.pp_pic_holder .pp_content_container .pp_left,
body div.pp_pic_holder .pp_content_container .pp_right{
background:none !important;
padding:0 !important;
}
body div.pp_pic_holder .pp_top .pp_left{
border-width:0 0 0 0;
border-style:solid;
border-color:transparent;
}
body div.pp_pic_holder .pp_top .pp_right{
border-width:0 0 0 0;
border-style:solid;
border-color:transparent;
}
body div.pp_pic_holder .pp_bottom .pp_left{
border-width:0 0 0 0;
border-style:solid;
border-color:transparent;
}
body div.pp_pic_holder .pp_bottom .pp_right{
border-width:0 0 0 0;
border-style:solid;
border-color:transparent;
}
body div.pp_pic_holder .pp_top .pp_middle{
border-width:0 0 0 0;
border-style:solid;
border-color:transparent;
}
body div.pp_pic_holder .pp_bottom .pp_middle{
border-width:0 0 0 0;
border-style:solid;
border-color:transparent;
}
body div.pp_pic_holder .pp_content_container .pp_left{
border-width:0 0 0 0;
border-style:solid;
border-color:transparent;
}
body div.pp_pic_holder .pp_content_container .pp_right{
border-width:0 0 0 0;
border-style:solid;
border-color:transparent;
}
body div.pp_pic_holder .pp_top .pp_middle, 
body div.pp_pic_holder .pp_bottom .pp_middle{
left:0;right:0;
}
body div.pp_pic_holder .pp_woocommerce div.ppt{
display:none !important;
} body .wpb_row, 
body .wpb_content_element,
body.wpb-js-composer .vc_tta-container{
margin-bottom:30px;
}
ul.wpb_thumbnails-fluid > li, 
.last_toggle_el_margin, 
.wpb_button{
margin-bottom:0;
}
.vc_column_container .vc_btn, 
.vc_column_container .wpb_button{
text-transform:uppercase;
}
.wpb_button{
padding:9px 24px 9px 24px;
border-radius:0;
}
button.wpb_btn-mini, 
span.wpb_btn-mini,
button.wpb_btn-small, 
span.wpb_btn-small{
padding:7px 15px 6px 15px;
}
.vc_call_to_action.vc_cta_btn_pos_right .vc_cta_btn{
position:relative;
z-index:1;
}
.vc_row-no-padding > .vc_column_container {
padding-left:0;
padding-right:0;
}
html.full-page .vc_row{
margin:0
}
html.full-page .wpb_column {
padding:0;
}
body.full-page #main > .fullwidth-template{
padding-top:0
}  .quantity input[type=number]::-webkit-outer-spin-button,
.quantity input[type=number]::-webkit-inner-spin-button,
.quantity input[type=number]{
-moz-appearance:textfield;
}
.sub-menu.hide{
display:none !important;
} ul.list-icon li{
list-style:none;
position:relative;
}
ul.list-icon li:before{
content: "\f105"; margin-right:8px; font-family: 'FontAwesome';
}
.aligncenter,
.ts-aligncenter {
text-align:center;
}
.ts-hover-underline:hover{
text-decoration:underline;
}
.drop-icon{
left:0;
right:0;
bottom:0;
top:0;
content:"";
position:absolute;
display:none;
z-index:2;
cursor:pointer;
}
.container:after{
display:table;content:"";clear:both;
} #left-sidebar,
#right-sidebar{
float:left;
padding:0 15px;
min-height:1px;
}
#main-content{
padding:0 15px 0 15px;
}
.footer-area  .container > .ts-col-24{
min-height:0;
} .group-button .button{
margin:0 5px !important;
}
h3.product-title > a{
text-transform:none;
}
h3 > a:hover{
text-decoration:none;
}
div.content-wrapper:after,
.page-container:after{
content:"";display:table;clear:both;
} .single-product .page-container{
overflow:visible;
} sr7-module[data-alias='home-supermarket'] sr7-module-bg,
sr7-module[data-alias='home-supermarket-3'] sr7-module-bg,
sr7-module[data-alias='classic-box'] sr7-module-bg {
left: 0 !important;
width: 100% !important;
}