@charset "UTF-8";
/*!
 *  Font Awesome 4.1.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url(//gir-vds.fr/wp-content/plugins/dhvc-form/assets/fonts/font-awesome/fonts/fontawesome-webfont.eot?v=4.1.0);
  src: url(//gir-vds.fr/wp-content/plugins/dhvc-form/assets/fonts/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.1.0) format('embedded-opentype'), url(//gir-vds.fr/wp-content/plugins/dhvc-form/assets/fonts/font-awesome/fonts/fontawesome-webfont.woff?v=4.1.0) format('woff'), url(//gir-vds.fr/wp-content/plugins/dhvc-form/assets/fonts/font-awesome/fonts/fontawesome-webfont.ttf?v=4.1.0) format('truetype'), url(//gir-vds.fr/wp-content/plugins/dhvc-form/assets/fonts/font-awesome/fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular) format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -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;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #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-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-square:before,
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}.dhvc-form-clearfix{*zoom:1}.dhvc-form-clearfix:after,.dhvc-form-clearfix:before{display:table;content:""}.dhvc-form-clearfix:after{clear:both}.dhvc-form-sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.dhvc-form-container *,.dhvc-form-container :after,.dhvc-form-container :before{-webkit-box-sizing:border-box;box-sizing:border-box}.dhvc-form-checkbox,.dhvc-form-radio{*zoom:1}.dhvc-form-checkbox:after,.dhvc-form-checkbox:before,.dhvc-form-radio:after,.dhvc-form-radio:before,.dhvc-form-rate:after,.dhvc-form-rate:before{display:table;content:""}.dhvc-form-opening{overflow:hidden}.dhvc-form-checkbox:after,.dhvc-form-radio:after,.dhvc-form-rate:after{clear:both}.dhvc-form-container ::-webkit-input-placeholder{color:#999;opacity:1}.dhvc-form-container ::-moz-placeholder{color:#999;opacity:1}.dhvc-form-container :-ms-input-placeholder{color:#999;opacity:1}.dhvc-form-container ::-ms-input-placeholder{color:#999;opacity:1}.dhvc-form-container ::placeholder{color:#999;opacity:1}.dhvc-form-container :-ms-input-placeholder{color:#999}.dhvc-form-container ::-ms-input-placeholder{color:#999}.dhvc-form-flat .dhvc-form-select select option.dhvc-select-placeholder,.dhvc-form-flat .dhvc-form-select select.dhvc-select-with-placeholder.dhvc-select-not-selected{color:#999!important}.dhvc-form-container *{line-height:1.42857}.dhvc-form-container .wpb_row{margin-bottom:15px}span.dhvc-form-error{clear:both;color:#d40707;display:block;float:none;font-size:12px;width:100%;font-weight:normal;padding-top:5px}@media (max-width:768px){.dhvc-form-container .wpb_row .wpb_column{margin-bottom:15px}}.dhvc-form-group{position:relative}.dhvc-form-group .dhvc-form-label,.dhvc-form-group label{display:inline-block;font-weight:bold;font-size:14px;line-height:1.42857;margin-bottom:5px}.dhvc-form-group label .required{color:#d40707!important;font-weight:normal;font-size:12px}.dhvc-form-group .dhvc-form-control{background-color:#ffffff;background-image:none;border:1px solid #cccccc;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset;-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.075) inset;display:block;font-size:14px;height:40px;line-height:1.42857;padding:8px;-webkit-transition:border-color 0.15s ease-in-out 0s,-webkit-box-shadow 0.15s ease-in-out 0s;transition:border-color 0.15s ease-in-out 0s,-webkit-box-shadow 0.15s ease-in-out 0s;transition:border-color 0.15s ease-in-out 0s,box-shadow 0.15s ease-in-out 0s;transition:border-color 0.15s ease-in-out 0s,box-shadow 0.15s ease-in-out 0s,-webkit-box-shadow 0.15s ease-in-out 0s;-webkit-transition:border-color 0.15s ease-in-out 0s,box-shadow 0.15s ease-in-out 0s;width:100%;border-radius:0;margin:0}.dhvc-form-group select.dhvc-form-control{padding-right:28px}.dhvc-form-group select[multiple].dhvc-form-control,.dhvc-form-group select[size].dhvc-form-control{height:auto}.dhvc-form-group input[type=file]{display:block;font-size:14px;line-height:1.42857;padding:0;margin:0}.dhvc-form-group .dhvc-form-control:focus{border-color:#66afe9;outline:0 none;border-radius:0;margin:0}.dhvc-form-group .dhvc-form-control[disabled],.dhvc-form-group .dhvc-form-control[readonly]{cursor:not-allowed;opacity:1}.dhvc-form-group .dhvc-form-help{display:block;font-size:0.9em;font-style:italic;margin-top:5px;opacity:0.7}.dhvc-form-file,.dhvc-form-input,.dhvc-form-select,.dhvc-form-textarea{position:relative}.dhvc-form-select select{position:relative!important;z-index:1!important}.dhvc-form-group .dhvc-form-control.dhvc-form-datepicker,.dhvc-form-group .dhvc-form-control.dhvc-form-datetimepicker,.dhvc-form-group .dhvc-form-control.dhvc-form-timepicker{position:relative;z-index:1}.xdsoft_datetimepicker div.xdsoft_calendar td{font-size:14px;height:30px}.xdsoft_datetimepicker div.xdsoft_calendar th{font-size:13px;height:30px;color:#777}.xdsoft_datetimepicker div.xdsoft_datepicker{width:250px}.xdsoft_datetimepicker div.xdsoft_calendar td.xdsoft_other_month{opacity:1;-ms-filter:"alpha(opacity=100)";cursor:pointer}.xdsoft_datetimepicker div.xdsoft_calendar td.xdsoft_other_month>div{opacity:0.7;-ms-filter:"alpha(opacity=7)"}.xdsoft_datetimepicker div.xdsoft_calendar td.xdsoft_disabled,.xdsoft_datetimepicker div.xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled,.xdsoft_datetimepicker div.xdsoft_time_box>div>div.xdsoft_disabled{opacity:0.2;-ms-filter:"alpha(opacity=20)";cursor:not-allowed}.dhvc-form-group .dhvc-form-checkbox,.dhvc-form-group .dhvc-form-radio{display:block}.dhvc-form-group .dhvc-form-checkbox label,.dhvc-form-group .dhvc-form-radio label{cursor:pointer;display:inline-block;font-weight:400;padding-left:20px;vertical-align:middle;margin:0 10px 0 0;float:left}.dhvc-form-group .dhvc-form-checkbox input,.dhvc-form-group .dhvc-form-radio input{float:left;margin:4px 0 0 -20px;line-height:normal;border:none}.dhvc-form-inner{margin-bottom:15px}.dhvc-form-input.dhvc-form-has-add-on .dhvc-form-control{padding-right:42.5px}.dhvc-form-group .dhvc-form-add-on{display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;line-height:40px;position:absolute;right:0;text-align:center;top:0;width:40px;font-size:14px;font-style:normal;font-weight:400;margin:0;padding:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.dhvc-form-add-on i{display:inline-block!important}.button.dhvc-form-submit,.dhvc-form-submit:active,.dhvc-form-submit:disabled,.dhvc-form-submit:disabled:hover,.dhvc-form-submit:focus,.dhvc-form-submit:hover{position:relative;border:0 none;color:#fff;cursor:pointer;margin:0;outline:medium none;overflow:hidden;padding:10px 25px;text-decoration:none;background:#222;border-radius:0;font-weight:700;-webkit-box-shadow:none;box-shadow:none}.dhvc-form-submit:active,.dhvc-form-submit:disabled,.dhvc-form-submit:disabled:hover,.dhvc-form-submit:focus,.dhvc-form-submit:hover{opacity:1!important}.dhvc-form-submit-label{opacity:1}.dhvc-form-submit-label-hidden{opacity:0}@-webkit-keyframes circleLoading{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes circleLoading{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.dhvc-form-submit-spinner{display:none;position:absolute;z-index:1;top:50%;width:18px;height:18px;margin-top:-9px;left:50%;margin-left:-9px}.dhvc-form-submit-spinner svg{-webkit-animation:circleLoading 1s linear infinite;animation:circleLoading 1s linear infinite;-webkit-transform-origin:center center;transform-origin:center center}.dhvc-form-action:after,.dhvc-form-action:before{display:table;content:""}.dhvc-form-action:after{clear:both}.dhvc-form-group .dhvc-form-file label{display:block;margin:0;padding:0;position:relative}.dhvc-form-group .dhvc-form-file label label{background:rgba(0,0,0,0) none repeat scroll 0 0!important;cursor:pointer;height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.dhvc-form-group .dhvc-form-file .dhvc-form-control{cursor:text;background:none}.dhvc-form-file-button{background-color:#222;bottom:0;color:#fff;float:none;font-size:90%;font-weight:300;overflow:hidden;margin:4px;padding:0 20px;position:absolute;right:0;top:0;z-index:10;cursor:pointer}.dhvc-form-file-button i{display:inline-block;height:40px;line-height:40px;margin-top:-4px;vertical-align:middle;font-style:normal;color:#fff}.dhvc-form-group .dhvc-form-file input[type=file]{cursor:pointer;opacity:0;padding:0;position:absolute;left:0;bottom:0;appearance:none;-moz-appearance:none;-webkit-appearance:none;background:none repeat scroll 0 0 #fff;outline:medium none;box-shadow:none;-moz-box-shadow:none;-webkit-box-shadow:none;z-index:-1;width:100%;height:40px}.dhvc-form-hidden{display:none!important}.dhvc-form-show{display:block!important}@media (min-width:767px){.dhvc-form-horizontal .dhvc-form-group{*zoom:1}.dhvc-form-horizontal .dhvc-form-group:after,.dhvc-form-horizontal .dhvc-form-group:before{display:table;content:""}.dhvc-form-horizontal .dhvc-form-group:after{clear:both}.dhvc-form-horizontal .dhvc-form-label{width:33.33%;float:left;padding-top:7px;padding-right:20px}.dhvc-form-horizontal .dhvc-form-submit{float:none;display:table;margin:0 auto}.dhvc-form-horizontal .button.dhvc-form-submit,.dhvc-form-horizontal .dhvc-form-submit:active,.dhvc-form-horizontal .dhvc-form-submit:disabled,.dhvc-form-horizontal .dhvc-form-submit:disabled:hover,.dhvc-form-horizontal .dhvc-form-submit:focus,.dhvc-form-horizontal .dhvc-form-submit:hover{margin:0 auto}.dhvc-form-horizontal span.dhvc-form-error{padding-left:33.33%}.dhvc-form-horizontal .dhvc-form-captcha,.dhvc-form-horizontal .dhvc-form-checkbox,.dhvc-form-horizontal .dhvc-form-file,.dhvc-form-horizontal .dhvc-form-input,.dhvc-form-horizontal .dhvc-form-radio,.dhvc-form-horizontal .dhvc-form-rate,.dhvc-form-horizontal .dhvc-form-recaptcha,.dhvc-form-horizontal .dhvc-form-select,.dhvc-form-horizontal .dhvc-form-slider,.dhvc-form-horizontal .dhvc-form-textarea{float:left;width:66.67%}}.dhvc-form-flat .dhvc-form-captcha input,.dhvc-form-flat .dhvc-form-file input[type=text],.dhvc-form-flat .dhvc-form-input input,.dhvc-form-flat .dhvc-form-select select,.dhvc-form-flat .dhvc-form-textarea textarea{appearance:none;-moz-appearance:none;-webkit-appearance:none;background:none repeat scroll 0 0 #fff;border-radius:0;border-style:solid;border-width:2px;box-shadow:none;-moz-box-shadow:none;-webkit-box-shadow:none;color:#404040;display:block;height:40px;outline:none;width:100%;position:relative;min-height:auto}.dhvc-form-flat .dhvc-form-captcha input:focus,.dhvc-form-flat .dhvc-form-file input[type=text]:focus,.dhvc-form-flat .dhvc-form-input input:focus,.dhvc-form-flat .dhvc-form-select select:focus,.dhvc-form-flat .dhvc-form-textarea textarea:focus{-webkit-box-shadow:none;box-shadow:none}.dhvc-form-flat .dhvc-form-select i{font-size:18px;position:absolute;right:12px;top:50%;padding:0;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.dhvc-form-flat .dhvc-form-checkbox input[disabled]+i,.dhvc-form-flat .dhvc-form-radio input[disabled]+i,.dhvc-form-flat .dhvc-form-select select[disabled]+i{background:none repeat scroll 0 0 #eeeeee;cursor:not-allowed}.dhvc-form-flat .dhvc-form-select select[multiple]{height:auto!important}.dhvc-form-flat .dhvc-form-select select[multiple] option{padding-inline:0}.dhvc-form-flat .dhvc-form-select select[multiple]+i{display:none}.dhvc-form-flat .minicolors-theme-bootstrap .minicolors-input{padding-left:40px}.dhvc-form-flat .dhvc-form-checkbox label,.dhvc-form-flat .dhvc-form-radio label{color:#404040;cursor:pointer;display:block;font-size:15px;line-height:27px;margin-bottom:4px;padding-left:24px;position:relative}.dhvc-form-flat .dhvc-form-checkbox input,.dhvc-form-flat .dhvc-form-radio input{opacity:0;position:absolute;visibility:hidden;margin:0}.dhvc-form-flat .dhvc-form-checkbox i,.dhvc-form-flat .dhvc-form-radio i{background:none repeat scroll 0 0 #fff;border-style:solid;border-width:2px;display:block;height:18px;left:0;outline:medium none;position:absolute;top:5px;width:18px}.dhvc-form-flat .dhvc-form-radio i{border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%}.dhvc-form-flat .dhvc-form-checkbox input+i:after,.dhvc-form-flat .dhvc-form-radio input+i:after{opacity:0;position:absolute;transition:opacity 0.1s ease 0s;-moz-transition:opacity 0.1s ease 0s;-webkit-transition:opacity 0.1s ease 0s}.dhvc-form-flat .dhvc-form-radio input+i:after{border-radius:50%;content:"";height:7px;left:50%;top:50%;width:7px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.dhvc-form-flat .dhvc-form-checkbox input+i:after{content:"\f00c";font:12px/16px FontAwesome;height:17px;left:50%;text-align:center;top:50%;width:17px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.dhvc-form-flat .dhvc-form-checkbox input:checked+i:after,.dhvc-form-flat .dhvc-form-radio input:checked+i:after{opacity:1}.dhvc-form-flat .dhvc-form-checkbox:after,.dhvc-form-flat .dhvc-form-radio:after{clear:both;content:"";display:table}.dhvc-form-flat .dhvc-form-checkbox label,.dhvc-form-flat .dhvc-form-radio label{cursor:pointer;float:left;font-size:15px;line-height:27px;margin-right:30px}.dhvc-form-flat .dhvc-form-captcha input,.dhvc-form-flat .dhvc-form-checkbox i,.dhvc-form-flat .dhvc-form-file input[type=text],.dhvc-form-flat .dhvc-form-input input,.dhvc-form-flat .dhvc-form-radio i,.dhvc-form-flat .dhvc-form-select select,.dhvc-form-flat .dhvc-form-textarea textarea{border-color:#e5e5e5;transition:border-color 0.3s ease 0s;-moz-transition:border-color 0.3s ease 0s;-webkit-transition:border-color 0.3s ease 0s}.dhvc-form-flat .dhvc-form-captcha:hover input,.dhvc-form-flat .dhvc-form-checkbox label:hover i,.dhvc-form-flat .dhvc-form-file:hover input[type=text],.dhvc-form-flat .dhvc-form-input:hover input,.dhvc-form-flat .dhvc-form-radio label:hover i,.dhvc-form-flat .dhvc-form-select:hover select,.dhvc-form-flat .dhvc-form-textarea:hover textarea{border-color:#909090}.dhvc-form-flat .dhvc-form-radio input+i:after{background-color:#222}.dhvc-form-flat .dhvc-form-checkbox input+i:after{color:#222}.dhvc-form-flat .dhvc-form-captcha input:focus,.dhvc-form-flat .dhvc-form-checkbox input:checked+i,.dhvc-form-flat .dhvc-form-file:hover input[type=text]:focus,.dhvc-form-flat .dhvc-form-input input:focus,.dhvc-form-flat .dhvc-form-radio input:checked+i,.dhvc-form-flat .dhvc-form-select select:focus,.dhvc-form-flat .dhvc-form-textarea textarea:focus{border-color:#222}.dhvc-form-flat .dhvc-form-textarea textarea,.dhvc-form-group textarea.dhvc-form-control{height:auto;min-height:150px}.dhvc-form-flat .ui-slider{background:none repeat scroll 0 0 #fff;border:3px solid #e5e5e5;height:3px;margin:10px 0 20px;position:relative}.dhvc-form-flat .ui-slider-handle{background:none repeat scroll 0 0 #fff;border:2px solid #e5e5e5;height:18px;margin:-8px 0 0 -8px;outline:medium none;position:absolute;-webkit-transition:border-color 0.3s ease 0s;transition:border-color 0.3s ease 0s;width:18px;z-index:20;cursor:-webkit-grab;cursor:grab}.dhvc-form-flat .ui-slider-range{display:block;font-size:0.7em;position:absolute;z-index:10;top:-3px;left:-3px;border:3px solid #909090}.dhvc-form-flat .dhvc-form-rate{float:right}.dhvc-form-flat .dhvc-form-rate input{left:-9999px;position:absolute}.dhvc-form-flat .dhvc-form-rate-star{cursor:pointer;display:block;float:right;font-size:20px;height:17px;line-height:17px;margin-top:3px;padding:0 2px;-webkit-transition:color 0.3s ease 0s;transition:color 0.3s ease 0s;color:#e5e5e5}.dhvc-form-flat .dhvc-form-rate-star i{line-height:1}.dhvc-form-flat .dhvc-form-rate input+.dhvc-form-rate-star:hover,.dhvc-form-flat .dhvc-form-rate input+.dhvc-form-rate-star:hover~.dhvc-form-rate-star{color:#fd7337}.dhvc-form-flat .dhvc-form-rate input:checked~.dhvc-form-rate-star{color:#fd7337}.dhvc-form-captcha{position:relative}.dhvc-form-captcha .dhvc-form-captcha-img{right:4px;position:absolute;top:4px;bottom:4px;background:url(//gir-vds.fr/wp-content/plugins/dhvc-form/assets/images/captcha-bg.png) repeat scroll 0 0 rgba(0,0,0,0);width:100px}.dhvc-form-captcha .dhvc-form-captcha-img:before{border:1px solid #e5e5e5;bottom:0;content:"";display:block;height:100%;left:0;position:absolute;right:0;top:0;z-index:1}.dhvc-form-flat .dhvc-form-input input:focus~.dhvc-form-captcha-img,.dhvc-form-flat .dhvc-form-input input:hover~.dhvc-form-captcha-img{border-color:#222}.dhvc-form-captcha .dhvc-form-captcha-img img{border-radius:0;-moz-border-radius:0;-webkit-border-radius:0;box-shadow:none;-moz-box-shadow:none;-webkit-box-shadow:none;margin-top:-15px;position:absolute;top:50%}.dhvc-form-input .minicolors-theme-bootstrap .minicolors-swatch{bottom:4px;display:block;height:auto;left:4px;position:absolute;right:0;top:4px}.dhvc-form-input .minicolors-theme-bootstrap .minicolors-swatch:before{border:1px solid #e5e5e5;bottom:0;content:"";display:block;height:100%;left:0;position:absolute;right:0;top:0;z-index:1}.dhvc-form-message{padding:0px 0 15px}.dhvc-form-pop-overlay{background:none repeat scroll 0 0 rgba(0,0,0,0.6);height:100%;left:0;position:fixed;top:0;transition:all 0.3s ease 0s;-moz-transition:all 0.3s ease 0s;-webkit-transition:all 0.3s ease 0s;width:100%;z-index:1000;display:none}.dhvc-form-popup{position:fixed;top:0;left:0;right:0;bottom:0;z-index:2000;overflow-x:hidden;overflow-y:auto}.dhvc-form-popup-container{background:none repeat scroll 0 0 #fff;margin:40px auto 30px;position:relative;width:600px;overflow:hidden}@media (max-width:767px){.dhvc-form-popup-container{background:none repeat scroll 0 0 #fff;margin:10px;position:relative;width:auto!important}}.dhvc-form-popup-header{position:relative;padding:0 0 20px 0;margin:0}.dhvc-form-popup-header h3{border-bottom:1px solid rgba(0,0,0,0.1);font-size:20px;font-weight:normal;padding:20px}.dhvc-form-popup-close{color:#000;font-size:21px;font-weight:700;line-height:1;-moz-opacity:0.2;-khtml-opacity:0.2;-ms-filter:"progid: DXImageTransform.Microsoft.Alpha(Opacity=20)";filter:alpha(opacity=20);opacity:0.2;border:0 none;cursor:pointer;padding:0;position:absolute;top:6px;right:10px}.dhvc-form-popup-close:hover{-moz-opacity:0.5;-khtml-opacity:0.5;-ms-filter:"progid: DXImageTransform.Microsoft.Alpha(Opacity=50)";filter:alpha(opacity=50);opacity:0.5}.dhvc-form-popup-body{margin:0;padding:0 20px 20px}.dhvc-form-icon-pos-left .dhvc-form-add-on{right:auto;left:0}.dhvc-form-icon-pos-left .dhvc-form-input.dhvc-form-has-add-on .dhvc-form-control{padding-right:6px;padding-left:35px}.dhvc-form-message{padding:10px 0}.dhvc-form-message-bottom{padding:0}.dhvc-form-message .error{color:#a94442;font-weight:bold}.dhvc-form-not-valid{border-color:#a94442!important}.dhvc-form-errors,.dhvc-form-spam,.dhvc-form-validation-errors{color:#a94442}.dhvc-form-success{color:#81b240}.dhvc-form-image-label img{max-width:80px;display:inline-block;border-radius:0;-moz-border-radius:0;-webkit-border-radius:0;box-shadow:none;-moz-box-shadow:none;-webkit-box-shadow:none}.dhvc-form-flat .dhvc-form-checkbox label:last-child,.dhvc-form-flat .dhvc-form-checkbox.dhvc-form-checkbox__custom_w label,.dhvc-form-flat .dhvc-form-radio label:last-child,.dhvc-form-flat .dhvc-form-radio.dhvc-form-radio__custom_w label{margin-right:0px}@media (max-width:767px){.dhvc-form-flat .dhvc-form-checkbox.dhvc-form-checkbox__custom_w label,.dhvc-form-flat .dhvc-form-radio.dhvc-form-radio__custom_w label{width:50%!important}}.dhvc-form-flat .dhvc-form-checkbox.dhvc-form-checkbox__custom_w label img,.dhvc-form-flat .dhvc-form-radio.dhvc-form-radio__custom_w label img{max-width:90%}.dhvc-form-radio__image{display:block;text-align:center}.dhvc-form-image-label i{margin-right:5px;vertical-align:sub}.dhvc-form-flat .dhvc-form-checkbox .dhvc-form-image-label,.dhvc-form-flat .dhvc-form-radio .dhvc-form-image-label{padding:0;text-align:center}.dhvc-form-flat .dhvc-form-checkbox .dhvc-form-image-label>i,.dhvc-form-flat .dhvc-form-radio .dhvc-form-image-label>i{position:relative;left:auto;right:auto;display:inline-block;top:auto;margin-top:5px}.dhvc-form-steps{overflow:hidden;position:relative;margin-top:20px}.dhvc-form-step{text-align:center;position:relative;float:left;padding:0 5px}.dhvc-form-step-line{width:100%;position:absolute;height:1px;background-color:#aaa;right:0;top:12px;z-index:1;top:24px}.dhvc-form-step:first-child .dhvc-form-step-line,.dhvc-form-step:last-child .dhvc-form-step-line{width:50%}.dhvc-form-step:last-child .dhvc-form-step-line{left:0}.dhvc-form-2-steps .dhvc-form-step{width:50%}.dhvc-form-3-steps .dhvc-form-step{width:33.33%}.dhvc-form-4-steps .dhvc-form-step{width:25%}.dhvc-form-step-icon{display:inline-block;width:40px;height:40px;margin-top:4px;background:#ddd;font-size:16px;color:#fff;line-height:40px;border-radius:50%;position:relative;z-index:2}.dhvc-form-step.active .dhvc-form-step-icon{width:48px;height:48px;margin-top:0;font-size:22px;line-height:48px}.dhvc-form-step-title{margin-top:5px}.dhvc-form-step-content{display:none}.dhvc-form-step-content.active{display:block}.dhvc-form-step.actived{cursor:pointer}.dhvc-form-step.actived .dhvc-form-step-icon{background:#fff;border:1px solid}.dhvc-form-step.active .dhvc-form-step-icon{background:#1788d6}.dhvc-form-step.actived .dhvc-form-step-icon{border-color:#1788d6}.dhvc-form-step.actived .dhvc-form-step-icon,.dhvc-form-step.actived .dhvc-form-step-title{color:#1788d6}.dhvc-form-paypal-table td,.dhvc-form-paypal-table th{padding:12px 8px}.dhvc-form-paypal-table td,.dhvc-form-paypal-table th,.dhvc-form-paypal-table tr{background:none!important}.dhvc-form-paypal-table .paypal-order-total-text,.dhvc-form-paypal-table th,.paypal-total-value{font-weight:bold}.dhvc-form-paypal-table tbody td{border-top:1px solid #ececec}.dhvc-form-paypal-table tfoot td{border-top:2px solid #ececec}@media (max-width:767px){.dhvc-form-paypal-table thead{display:none}.dhvc-form-paypal-table tbody tr{display:list-item;list-style:none}.paypal-order-total-text{display:none}.dhvc-form-paypal-table tbody td:before,.paypal-total-value:before{content:attr(data-title) ": ";font-weight:bold;float:left}.dhvc-form-paypal-table tbody tr td,.paypal-total-value{display:block;text-align:right}}.dhvc-form-steps-final{text-align:center;padding:30px;overflow:hidden}.dhvc-form-steps-final .dhvc-form-message{display:block!important}.flatpickr-calendar input,.flatpickr-calendar input:focus,.flatpickr-calendar select,.flatpickr-calendar select:focus{-webkit-box-shadow:none!important;box-shadow:none!important;min-height:auto!important}

/************************************************************************
* New Woo GAllery
*************************************************************************/
/* WooCommerce 3.0 Gallery */

.woocommerce td,
.woocommerce th{
    border:none;
}
.woocommerce .pswp{
    z-index: 2500;
}
.wbc-woocommerce-wrapper{
    position: relative;
}
.wbc-woocommerce-wrapper .wbc-content-loader{
    display: none;
}
.woocommerce-product-gallery {
position: relative;
margin-bottom: 3em
}

.woocommerce-product-gallery figure {
margin: 0
}

.woocommerce-product-gallery .woocommerce-product-gallery__image:nth-child(n+2) {
width: 25%;
display: inline-block
}

.woocommerce-product-gallery .flex-control-thumbs li {
list-style: none;
float: left;
cursor: pointer
}

.woocommerce-product-gallery .flex-control-thumbs img {
opacity: .5
}

.woocommerce-product-gallery .flex-control-thumbs img.flex-active,.woocommerce-product-gallery .flex-control-thumbs img:hover {
opacity: 1
}

.woocommerce-product-gallery img {
display: block
}

.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
width: 33.3333%
}

.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
width: 25%
}

.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
width: 20%
}

.woocommerce-product-gallery__trigger {
position: absolute;
top: 1em;
right: 1em;
z-index: 99;
}

a.woocommerce-product-gallery__trigger {
text-decoration: none;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    position: absolute;
    top: .875em;
    right: .875em;
    display: block;
    height: 2em;
    width: 2em;
    border-radius: 3px;
    z-index: 99;
    text-align: center;
    text-indent: -999px;
    overflow: hidden;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
background-color: #fa8322;
color: #ffffff;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:hover {
background-color: #fa8322;
border-color: #fa8322;
color: #ffffff;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:before {
font: normal normal normal 1em/1 "Font Awesome 5 Free";
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: block;
content: "";
line-height: 2;
text-indent: 0;
font-weight: 900;
}

.woocommerce-product-gallery__trigger,
.woocommerce-product-gallery__trigger:hover,
.woocommerce-product-gallery__trigger:focus{
text-decoration: none;
}

/************************************************************************
* Woo Layouts
*************************************************************************/
.woocommerce-account .woocommerce-MyAccount-navigation {
    float: left;
    width: 25%
}

.woocommerce-account .woocommerce-MyAccount-content {
    float: right;
    width: 73%
}

.woocommerce-MyAccount-navigation ul {
    margin-left: 0;
    border-top: 1px solid rgba(0, 0, 0, .05);
    padding-left: 0
}

.woocommerce-MyAccount-navigation ul li {
    list-style: none;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    position: relative
}

.woocommerce-MyAccount-navigation ul li.is-active a:before {
    opacity: 1
}

.woocommerce-MyAccount-navigation ul li a {
    padding: .875em 0;
    display: block
}

.woocommerce-MyAccount-navigation ul li a:before {
    display: inline-block;
    font: normal normal normal 1em/1 "Font Awesome 5 Free";
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0f6";
    line-height: 1.618;
    margin-left: .5407911001em;
    width: 1.41575em;
    text-align: right;
    float: right;
    opacity: .7;
    font-weight: 900;
}

.woocommerce-MyAccount-navigation ul li a:hover:before {
    opacity: 1
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a:before {
    content: ""
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:before {
    content: ""
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a:before {
    content: ""
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a:before {
    content: ""
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--payment-methods a:before {
    content: ""
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a:before {
    content: ""
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:before {
    content: ""
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--subscriptions a:before {
    content: ""
}

@media (max-width:800px) {
    .woocommerce-account .woocommerce-MyAccount-navigation {
        width: 17.6470588235%;
        float: left;
        margin-right: 5.8823529412%
    }
    .woocommerce-account .woocommerce-MyAccount-content {
        width: 76.4705882353%;
        float: right;
        margin-right: 0
    }
}

@media (max-width:620px) {
    .woocommerce-account .woocommerce-MyAccount-navigation {
        width: 100%;
        float: none
    }
    .woocommerce-account .woocommerce-MyAccount-content {
        width: 100%;
        float: none;
        margin-right: 0;
        margin-top: 30px
    }
}
.woocommerce .variations_form.cart{
    background-color: #fff;
    border-bottom:1px solid rgba(0, 0, 0, 0.05);
    padding:20px 30px;
}
.woocommerce div.product form.cart .variations{
    width: 100%;
    margin: 0 !important;
}
.woocommerce .col2-set, .woocommerce-page .col2-set {
    width: 100%
}
.woocommerce .col2-set:after, .woocommerce .col2-set:before, .woocommerce-page .col2-set:after, .woocommerce-page .col2-set:before {
    content: " ";
    display: table;
}
.woocommerce .col2-set:after, .woocommerce-page .col2-set:after {
    clear: both;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    float: left;
    width: 48%;
    max-width: none;
    padding:0;
}
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    float: right;
    width: 48%;
    max-width: none;
    padding:0;
}
.woocommerce img, .woocommerce-page img {
    height: auto;
    max-width: 100%
}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    float: left;
    width: 48%
}
.woocommerce #content div.product div.thumbnails:after, .woocommerce #content div.product div.thumbnails:before, .woocommerce div.product div.thumbnails:after, .woocommerce div.product div.thumbnails:before, .woocommerce-page #content div.product div.thumbnails:after, .woocommerce-page #content div.product div.thumbnails:before, .woocommerce-page div.product div.thumbnails:after, .woocommerce-page div.product div.thumbnails:before {
    content: " ";
    display: table;
}
.woocommerce #content div.product div.thumbnails:after, .woocommerce div.product div.thumbnails:after, .woocommerce-page #content div.product div.thumbnails:after, .woocommerce-page div.product div.thumbnails:after {
    clear: both;
}
.woocommerce #content div.product div.thumbnails a, .woocommerce div.product div.thumbnails a, .woocommerce-page #content div.product div.thumbnails a, .woocommerce-page div.product div.thumbnails a {
    float: left;
    width: 30.75%;
    margin-right: 3.8%;
    /*margin-bottom: 1em;*/
}
.woocommerce #content div.product div.thumbnails a.last, .woocommerce div.product div.thumbnails a.last, .woocommerce-page #content div.product div.thumbnails a.last, .woocommerce-page div.product div.thumbnails a.last {
    margin-right: 0;
}
.woocommerce #content div.product div.thumbnails a.first, .woocommerce div.product div.thumbnails a.first, .woocommerce-page #content div.product div.thumbnails a.first, .woocommerce-page div.product div.thumbnails a.first {
    clear: both;
}
.woocommerce #content div.product div.thumbnails.columns-1 a, .woocommerce div.product div.thumbnails.columns-1 a, .woocommerce-page #content div.product div.thumbnails.columns-1 a, .woocommerce-page div.product div.thumbnails.columns-1 a {
    width: 100%;
    margin-right: 0;
    float: none;
}
.woocommerce #content div.product div.thumbnails.columns-2 a, .woocommerce div.product div.thumbnails.columns-2 a, .woocommerce-page #content div.product div.thumbnails.columns-2 a, .woocommerce-page div.product div.thumbnails.columns-2 a {
    width: 48%
}
.woocommerce #content div.product div.thumbnails.columns-4 a, .woocommerce div.product div.thumbnails.columns-4 a, .woocommerce-page #content div.product div.thumbnails.columns-4 a, .woocommerce-page div.product div.thumbnails.columns-4 a {
    width: 22.05%
}
.woocommerce #content div.product div.thumbnails.columns-5 a, .woocommerce div.product div.thumbnails.columns-5 a, .woocommerce-page #content div.product div.thumbnails.columns-5 a, .woocommerce-page div.product div.thumbnails.columns-5 a {
    width: 16.9%
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    float: right;
    width: 48%
}
.woocommerce #content div.product .woocommerce-tabs, .woocommerce div.product .woocommerce-tabs, .woocommerce-page #content div.product .woocommerce-tabs, .woocommerce-page div.product .woocommerce-tabs {
    clear: both;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs:after, .woocommerce #content div.product .woocommerce-tabs ul.tabs:before, .woocommerce div.product .woocommerce-tabs ul.tabs:after, .woocommerce div.product .woocommerce-tabs ul.tabs:before, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs:after, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs:before, .woocommerce-page div.product .woocommerce-tabs ul.tabs:after, .woocommerce-page div.product .woocommerce-tabs ul.tabs:before {
    content: " ";
    display: table;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs:after, .woocommerce div.product .woocommerce-tabs ul.tabs:after, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs:after, .woocommerce-page div.product .woocommerce-tabs ul.tabs:after {
    clear: both;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li, .woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li, .woocommerce-page div.product .woocommerce-tabs ul.tabs li {
    display: inline-block;
}
.woocommerce #content div.product #reviews .comment:after, .woocommerce #content div.product #reviews .comment:before, .woocommerce div.product #reviews .comment:after, .woocommerce div.product #reviews .comment:before, .woocommerce-page #content div.product #reviews .comment:after, .woocommerce-page #content div.product #reviews .comment:before, .woocommerce-page div.product #reviews .comment:after, .woocommerce-page div.product #reviews .comment:before {
    content: " ";
    display: table;
}
.woocommerce #content div.product #reviews .comment:after, .woocommerce div.product #reviews .comment:after, .woocommerce-page #content div.product #reviews .comment:after, .woocommerce-page div.product #reviews .comment:after {
    clear: both;
}
.woocommerce #content div.product #reviews .comment img, .woocommerce div.product #reviews .comment img, .woocommerce-page #content div.product #reviews .comment img, .woocommerce-page div.product #reviews .comment img {
    float: right;
    height: auto;
}
.woocommerce .related, .woocommerce .upsells.products, .woocommerce-page .related, .woocommerce-page .upsells.products {
    clear: both;
}
.woocommerce .related:after, .woocommerce .related:before, .woocommerce .upsells.products:after, .woocommerce .upsells.products:before, .woocommerce-page .related:after, .woocommerce-page .related:before, .woocommerce-page .upsells.products:after, .woocommerce-page .upsells.products:before {
    content: " ";
    display: table;
}
.woocommerce .related:after, .woocommerce .upsells.products:after, .woocommerce-page .related:after, .woocommerce-page .upsells.products:after {
    clear: both;
}
.woocommerce .related ul, .woocommerce .related ul.products, .woocommerce .upsells.products ul, .woocommerce .upsells.products ul.products, .woocommerce-page .related ul, .woocommerce-page .related ul.products, .woocommerce-page .upsells.products ul, .woocommerce-page .upsells.products ul.products {
    float: none;
}
.woocommerce .related ul li.product img, .woocommerce .related ul.products li.product img, .woocommerce .upsells.products ul li.product img, .woocommerce .upsells.products ul.products li.product img, .woocommerce-page .related ul li.product img, .woocommerce-page .related ul.products li.product img, .woocommerce-page .upsells.products ul li.product img, .woocommerce-page .upsells.products ul.products li.product img {
    width: 100%;
    height: auto;
}
.woocommerce ul.products, .woocommerce-page ul.products {
    clear: both;
}
.woocommerce ul.products:after, .woocommerce ul.products:before, .woocommerce-page ul.products:after, .woocommerce-page ul.products:before {
    content: " ";
    display: table;
}
.woocommerce ul.products:after, .woocommerce-page ul.products:after {
    clear: both;
}
.woocommerce ul.products li.product .wbc-shop-item-wrap, .woocommerce-page ul.products li.product .wbc-shop-item-wrap{
    border-bottom:1px solid rgba(0, 0, 0, 0.05);
    background-color: #fff;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    float: left;
    margin: 0 0 2.992em;
    padding: 0 15px;
    position: relative;
    width: 25%;
    /*ADDED*/
}
.woocommerce li.product .item-info-wrap, .woocommerce-page li.product .item-info-wrap {
    padding: 0 14px 12px 14px;
    min-height: 85px;
}
.woocommerce ul.products li.first, .woocommerce-page ul.products li.first {
    clear: both;
}
.woocommerce ul.products li.last, .woocommerce-page ul.products li.last {
    margin-right: 0;
}
.woocommerce ul.products.columns-1 li.product,
.woocommerce-page.columns-1 ul.products li.product, 
.woocommerce.columns-1 ul.products li.product {
    width: 100%;
    margin-right: 0;
}
.woocommerce ul.products.columns-2 li.product,
.woocommerce-page.columns-2 ul.products li.product, 
.woocommerce.columns-2 ul.products li.product {
    width: 50%;
}
.woocommerce ul.products.columns-3 li.product,
.woocommerce-page.columns-3 ul.products li.product, 
.woocommerce.columns-3 ul.products li.product {
    width: 33.33333333%;
}
.woocommerce ul.products.columns-5 li.product,
.woocommerce-page.columns-5 ul.products li.product, 
.woocommerce.columns-5 ul.products li.product {
    width: 20%;
}
.woocommerce ul.products.columns-6 li.product,
.woocommerce-page.columns-6 ul.products li.product, 
.woocommerce.columns-6 ul.products li.product {
    width: 16.666667%;
}
.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count {
    float: left;
}
.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
    float: right;
}
.woocommerce .woocommerce-pagination ul.page-numbers:after, .woocommerce .woocommerce-pagination ul.page-numbers:before, .woocommerce-page .woocommerce-pagination ul.page-numbers:after, .woocommerce-page .woocommerce-pagination ul.page-numbers:before {
    content: " ";
    display: table;
}
.woocommerce .woocommerce-pagination ul.page-numbers:after, .woocommerce-page .woocommerce-pagination ul.page-numbers:after {
    clear: both;
}
.woocommerce .woocommerce-pagination ul.page-numbers li, .woocommerce-page .woocommerce-pagination ul.page-numbers li {
    display: inline-block;
}
.woocommerce #content table.cart img, .woocommerce table.cart img, .woocommerce-page #content table.cart img, .woocommerce-page table.cart img {
    height: auto;
}
.woocommerce #content table.cart td.actions, .woocommerce table.cart td.actions, .woocommerce-page #content table.cart td.actions, .woocommerce-page table.cart td.actions {
    text-align: right;
    padding:15px;
}
.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
    width: 120px;
}
.woocommerce #content table.cart td.actions .coupon, .woocommerce table.cart td.actions .coupon, .woocommerce-page #content table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon {
    float: left;
}
.woocommerce #content table.cart td.actions .coupon label, .woocommerce table.cart td.actions .coupon label, .woocommerce-page #content table.cart td.actions .coupon label, .woocommerce-page table.cart td.actions .coupon label {
    display: none;
}
.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
    width: 100%
}
.woocommerce .cart-collaterals:after, .woocommerce .cart-collaterals:before, .woocommerce-page .cart-collaterals:after, .woocommerce-page .cart-collaterals:before {
    content: " ";
    display: table;
}
.woocommerce .cart-collaterals:after, .woocommerce-page .cart-collaterals:after {
    clear: both;
}
.woocommerce .cart-collaterals .related, .woocommerce-page .cart-collaterals .related {
    width: 30.75%;
    float: left;
}
.woocommerce .cart-collaterals .cross-sells, .woocommerce-page .cart-collaterals .cross-sells {
    width: 48%;
    float: left;
}
.woocommerce .cart-collaterals .cross-sells ul.products, .woocommerce-page .cart-collaterals .cross-sells ul.products {
    float: none;
}
.woocommerce .cart-collaterals .cross-sells ul.products li, .woocommerce-page .cart-collaterals .cross-sells ul.products li {
    width: 50%;
}
.woocommerce .cart-collaterals .shipping_calculator, .woocommerce-page .cart-collaterals .shipping_calculator {
    width: 48%;
    clear: right;
    float: right;
}
.woocommerce .cart-collaterals .shipping_calculator:after, .woocommerce .cart-collaterals .shipping_calculator:before, .woocommerce-page .cart-collaterals .shipping_calculator:after, .woocommerce-page .cart-collaterals .shipping_calculator:before {
    content: " ";
    display: table;
}
.woocommerce .cart-collaterals .shipping_calculator:after, .woocommerce-page .cart-collaterals .shipping_calculator:after {
    clear: both;
}
.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-1, .woocommerce .cart-collaterals .shipping_calculator .col2-set .col-2, .woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-1, .woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-2 {
    width: 47%;
    max-width: none;
    padding: 0;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    float: right;
    width: 48%
}
.woocommerce ul.cart_list li:after, .woocommerce ul.cart_list li:before, .woocommerce ul.product_list_widget li:after, .woocommerce ul.product_list_widget li:before, .woocommerce-page ul.cart_list li:after, .woocommerce-page ul.cart_list li:before, .woocommerce-page ul.product_list_widget li:after, .woocommerce-page ul.product_list_widget li:before {
    content: " ";
    display: table;
}
.woocommerce ul.cart_list li:after, .woocommerce ul.product_list_widget li:after, .woocommerce-page ul.cart_list li:after, .woocommerce-page ul.product_list_widget li:after {
    clear: both;
}
.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img, .woocommerce-page ul.cart_list li img, .woocommerce-page ul.product_list_widget li img {
    float: right;
    height: auto;
}
.woocommerce form .form-row:after, .woocommerce form .form-row:before, .woocommerce-page form .form-row:after, .woocommerce-page form .form-row:before {
    content: " ";
    display: table;
}
.woocommerce form .form-row:after, .woocommerce-page form .form-row:after {
    clear: both;
}
.woocommerce form .form-row label, .woocommerce-page form .form-row label {
    display: block;
}
.woocommerce form .form-row label.checkbox, .woocommerce-page form .form-row label.checkbox {
    display: inline;
}
.woocommerce form .form-row select, .woocommerce-page form .form-row select {
    width: 100%
}
.woocommerce form .form-row .input-text, .woocommerce-page form .form-row .input-text {
    box-sizing: border-box;
    width: 100%
}
.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
    float: left;
    width: 47%;
    overflow: visible;
}
.woocommerce form .form-row-last, .woocommerce-page form .form-row-last {
    float: right;
}
.woocommerce form .form-row-wide, .woocommerce-page form .form-row-wide {
    clear: both;
}
.woocommerce #payment .form-row select, .woocommerce-page #payment .form-row select {
    width: auto;
}
.woocommerce #payment .terms, .woocommerce-page #payment .terms {
    text-align: right;
    padding: 0 1em;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    float: right;
}
/************************************************************************
* Woo Defaults
*************************************************************************/
@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg)
    }
}
@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
p.demo_store {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
    width: 100%;
    font-size: 1em;
    padding: 1em 0;
    text-align: center;
    background-color: #a46497;
    color: #fff;
    z-index: 99998;
    box-shadow: 0 1px 1em rgba(0, 0, 0, .2)
}
.admin-bar p.demo_store {
    top: 32px
}
.clear {
    clear: both
}
.woocommerce .blockUI.blockOverlay {
    position: relative
}
.woocommerce .blockUI.blockOverlay:before, .woocommerce .loader:before {
    height: 1em;
    width: 1em;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -.5em;
    margin-top: -.5em;
    display: block;
    -webkit-animation: spin 1s ease-in-out infinite;
    animation: spin 1s ease-in-out infinite;
    content: "";
    
    line-height: 1;
    text-align: center;
    font-size: 2em;
    color: rgba(0, 0, 0, .75)
}
.woocommerce a.remove {
    display: block;
    font-size: 1.5em;
    height: 1em;
    width: 1em;
    text-align: center;
    line-height: 1;
    border-radius: 100%;
    color: red!important;
    text-decoration: none;
    font-weight: normal;
    border: 0
}
.woocommerce a.remove:hover {
    color: #fff!important;
    background: red;
}
.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message {
    padding: 1em 2em 1em 3.5em!important;
    margin: 0 0 2em!important;
    position: relative;
    background-color: #f7f6f7;
    color: #515151;
    border-left: 2px solid #fa8322;
    list-style: none!important;
    width: auto;
    background-color: rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
}
.woocommerce .woocommerce-error:after, .woocommerce .woocommerce-error:before, .woocommerce .woocommerce-info:after, .woocommerce .woocommerce-info:before, .woocommerce .woocommerce-message:after, .woocommerce .woocommerce-message:before {
    content: " ";
    display: table
}
.woocommerce .woocommerce-error:after, .woocommerce .woocommerce-info:after, .woocommerce .woocommerce-message:after {
    clear: both
}
.woocommerce .woocommerce-error:before, 
.woocommerce .woocommerce-info:before, 
.woocommerce .woocommerce-message:before {
    content: "";
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-size: 18px;
    left: 1em;
    position: absolute;
    top: 0.6em;
    font-weight: 900;
}
.woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button {
    float: right
}
.woocommerce .woocommerce-error li, .woocommerce .woocommerce-info li, .woocommerce .woocommerce-message li {
    list-style: none!important;
    padding-left: 0!important;
    margin-left: 0!important
}
.woocommerce .woocommerce-message {
    border-left-color: #fa8322;
}
.woocommerce .woocommerce-message:before {
    content: "";
    color: #fa8322;
}
.woocommerce .woocommerce-info {
    border-left-color: #1e85be
}
.woocommerce .woocommerce-info:before {
    color: #1e85be
}
.woocommerce .woocommerce-error {
    border-left-color: #b81c23
}
.woocommerce .woocommerce-error:before {
    content: "";
    color: #b81c23;
    font-weight: 900;
}
.woocommerce small.note {
    display: block;
    color: #777;
    font-size: .857em;
    margin-top: 10px
}
.woocommerce-product-search .screen-reader-text{
    display: none;
}
.woocommerce .woocommerce-breadcrumb {
    margin: 0 0 1em;
    padding: 0;
    font-size: .92em;
    color: #777
}
.woocommerce .woocommerce-breadcrumb:after, .woocommerce .woocommerce-breadcrumb:before {
    content: " ";
    display: table
}
.woocommerce .woocommerce-breadcrumb:after {
    clear: both
}
.woocommerce .woocommerce-breadcrumb a {
    color: #777
}
.woocommerce .quantity .qty {
    width: 3.631em;
    text-align: center;
    height:34px;
}
.woocommerce .quantity input.minus, .woocommerce .quantity input.plus {
    height: 34px;
    width: 34px;
    border: 1px solid rgba(0, 0, 0, 0.04);
    color: #000;
    background-color: #f3f3f3;
}
.woocommerce div.product {
    margin-bottom: 0;
    position: relative
}
.woocommerce div.product .product_title {
    clear: none;
    margin-top: 0;
    padding: 0
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
    font-size: 1.25em
}
.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
    background: inherit;
    font-weight: 700
}
.woocommerce div.product p.price del, .woocommerce div.product span.price del {
    opacity: .5;
    filter: alpha(opacity=50);
    /*display: block*/
}
.woocommerce div.product p.stock {
    font-size: .92em
}
.woocommerce div.product .stock {
    color: #fa8322;
}
.woocommerce div.product .out-of-stock {
    color: red
}
.woocommerce div.product .woocommerce-product-rating {
    margin-bottom: 1.618em
}
.woocommerce div.product div.images {
    margin-bottom: 42px;
}
.woocommerce div.product div.images img {
    display: block;
    width: 100%;
    height: auto;
    box-shadow: none;
    padding:3px;
    border:1px solid rgba(0, 0, 0, 0.07);
    image-rendering: optimizeQuality;
}
.woocommerce div.product div.images div.thumbnails {
    padding-top: 1em
}
.woocommerce div.product div.summary {
    margin-bottom: 2em
}
.woocommerce div.product div.social {
    text-align: right;
    margin: 0 0 1em
}
.woocommerce div.product div.social span {
    margin: 0 0 0 2px
}
.woocommerce div.product div.social span span {
    margin: 0
}
.woocommerce div.product div.social span .stButton .chicklets {
    padding-left: 16px;
    width: 0
}
.woocommerce div.product div.social iframe {
    float: left;
    margin-top: 3px
}

.wc-tabs {
    border-bottom: 2px solid #eee;
    margin: 0 0 25px;
    padding: 0;
}
.wc-tabs li {
    position: relative;
    display: inline;
    float: left;
    margin: 0;
    padding: 0;
}
.wc-tabs li a {
    display: block;
    outline: 0;
    color: #444;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 24px;
    cursor: pointer;
    padding: 14px 18px;
    margin: 0 0 -2px;
}
.wc-tabs li.active a {
    border-color: #f67600;
}
.wc-tabs li.active a {
    border-bottom-style: solid;
    border-bottom-width: 2px;
}
.wc-tabs li a {
    display: block;
    outline: 0;
    color: #444;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 24px;
    cursor: pointer;
    padding: 14px 18px;
    margin: 0 0 -2px;
}

.wc-tab.panel {
    padding: 0 0 40px;
}

.woocommerce div.product p.cart {
    margin-bottom: 2em
}
.woocommerce div.product p.cart:after, .woocommerce div.product p.cart:before {
    content: " ";
    display: table
}
.woocommerce div.product p.cart:after {
    clear: both
}
.woocommerce div.product form.cart {
    margin:2em 0;
}
.woocommerce div.product form.cart:after, .woocommerce div.product form.cart:before {
    content: " ";
    display: table
}
.woocommerce div.product form.cart:after {
    clear: both
}
.woocommerce div.product form.cart div.quantity {
    float: left;
    margin: 0 4px 0 0
}
.woocommerce div.product form.cart table {
    border-width: 0 0 1px
}
.woocommerce div.product form.cart table td {
    padding-left: 0
}
.woocommerce div.product form.cart table div.quantity {
    float: none;
    margin: 0
}
.woocommerce div.product form.cart table small.stock {
    display: block;
    float: none
}
.woocommerce div.product form.cart .variations {
    margin-bottom: 1em;
    border: 0
}
.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th {
    border: 0
}
.woocommerce div.product form.cart .variations label {
    font-weight: normal;
    padding-top: 12px;
    color: inherit;
}
.woocommerce div.product form.cart .variations select {
    width: 100%;
    float: left
}
.woocommerce div.product form.cart .variations td.label {
    padding-right: 1em;
    font-weight: normal;
    color: inherit;
}
.woocommerce div.product form.cart .variations td {
    vertical-align: top
}
.woocommerce div.product form.cart .button {
    vertical-align: middle;
    float: left;
    margin-left: 4px;
    padding: 7px 12px;
}
.woocommerce div.product form.cart .group_table td.label {
    padding-right: 1em;
    padding-left: 1em
}
.woocommerce div.product form.cart .group_table td {
    vertical-align: top;
    padding-bottom: .5em;
    border: 0
}
.woocommerce span.onsale {
    background-color: #fa8322;
    color: #fff;
    font-weight: normal;
    left: -30px;
    line-height: 30px;
    margin: 0;
    min-width: 100px;
    padding: 4px;
    position: absolute;
    text-align: center;
    top: 2px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-font-smoothing: antialiased;
    z-index: 100;
}
.woocommerce .products ul, .woocommerce ul.products {
    margin: 0 -15px 1em;
    padding: 0;
    list-style: none;
    clear: both
}
.woocommerce .products ul:after, .woocommerce .products ul:before, .woocommerce ul.products:after, .woocommerce ul.products:before {
    content: " ";
    display: table
}
.woocommerce .products ul:after, .woocommerce ul.products:after {
    clear: both
}
.woocommerce .products ul li, .woocommerce ul.products li {
    list-style: none
}
.woocommerce ul.products li.product .onsale {
    left: auto;
    margin: 0;
    right: -30px;
    top: 0;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}
.woocommerce ul.products li.product h3 {
    padding: .5em 0;
    margin: 0;
    font-size: 13px;
    color: #000;
}

.woocommerce ul.products li.product-category.product h3{
    padding: 0 14px 14px;
}
.woocommerce ul.products li.product-category.product mark{
    background-color: transparent;
    opacity: .5;
    filter: alpha(opacity=50);
    color: inherit;
}
.woocommerce ul.products li.product a {
    text-decoration: none;
}
.woocommerce ul.products li.product a img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 0 1em;
    box-shadow: none;
    image-rendering: optimizeQuality;
    border:1px solid rgba(0,0,0,0.07);
    border-bottom: none;
}
.woocommerce ul.products li.product strong {
    display: block
}
.woocommerce ul.products li.product .star-rating {
    font-size: 13px;
}
.woocommerce ul.products li.product .button {
    margin-top: 8px;
}
.woocommerce ul.products li.product .price {
    display: block;
    font-weight: 400;
    margin-bottom: .5em;
    font-size: 13px;
}
.woocommerce ul.products li.product .price del {
    color: inherit;
    opacity: .5;
    filter: alpha(opacity=50);
    display: inline-block
}
.woocommerce ul.products li.product .price ins {
    background: 0 0;
    font-weight: 700
}
.woocommerce ul.products li.product .price .from {
    font-size: .67em;
    margin: -2px 0 0;
    text-transform: uppercase;
    color: rgba(132, 132, 132, .5)
}
.woocommerce .woocommerce-ordering, .woocommerce .woocommerce-result-count {
    margin: 0 0 1em
}
.woocommerce .woocommerce-ordering select {
    vertical-align: top
}
.woocommerce nav.woocommerce-pagination {
    text-align: center
}
.woocommerce nav.woocommerce-pagination ul {
    display: inline-block;
    white-space: nowrap;
    padding: 0;
    clear: both;
    border: 1px solid #d3ced2;
    border-right: 0;
    margin: 1px
}
.woocommerce nav.woocommerce-pagination ul li {
    border-right: 1px solid #d3ced2;
    padding: 0;
    margin: 0;
    float: left;
    display: inline;
    overflow: hidden
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
    margin: 0;
    text-decoration: none;
    line-height: 1;
    font-size: 1em;
    font-weight: 400;
    padding: .5em;
    min-width: 1em;
    display: block
}
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
    background: #ebe9eb;
    color: #8a7e88
}
.woocommerce #respond input#submit,
.woocommerce .checkout-button,
.woocommerce button.button,
.woocommerce a.button, 
.woocommerce input.button{
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid #adadad;
    border-radius: 2px;
    color: #fff;
    background-color: #fa8322;
    border-color: #fa8322;
}

.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
    -webkit-transition: all 0.28s linear 0s;
            transition: all 0.28s linear 0s;
    border-color: #000;
    background-color: #000;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    -webkit-font-smoothing: antialiased
}

.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] {
    cursor: not-allowed;
}

.woocommerce .shop-wrapper .products{
    margin-bottom: 0;
}

.woocommerce .shop-wrapper .pagination{
    margin: 0;
}

.single-product .main-content-area{
    /*padding-bottom:21px;*/
}
/*IMAGE*/

.wbc-shop-image-wrapper, .single-product .product {
    position: relative;
    overflow: hidden;
}
.wbc-cart-animation {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    width: 50px;
    height: 50px;
    margin-left: -25px;
    margin-top: -25px;
    line-height: 50px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 100%;
    text-align: center;
    font-size: 20px;
    display: none;
}
.loading-cart .wbc-cart-animation, .loaded-cart .wbc-cart-animation {
    display: block;
}
.wbc-shop-buttons {
    text-align: center;
    padding-bottom: 7px;
    border-top: 1px solid rgba(0, 0, 0, 0.07);
    opacity: 0.5;
    filter: alpha(opacity=50);
    overflow: hidden;
    position: relative;
}
.wbc-shop-buttons .wbc-sep-line {
    background-color: rgba(0, 0, 0, 0.07);
    height: 20px;
    left: 50%;
    margin-left: -3px;
    margin-top: -10px;
    position: absolute;
    top: 50%;
    width: 1px;
}
.woocommerce .products ul li:hover .wbc-shop-buttons, 
.woocommerce ul.products li:hover .wbc-shop-buttons,
.wbc-shop-buttons:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    transition:all 0.2s linear 0.1s;
}
.woocommerce ul.products li.product a.button {
    background-color: transparent;
    border: none;
    color: #000 !important;
    font-size: 12px;
    width: 49%;
    white-space: normal;
    float: left;
}
.woocommerce ul.products li.product .wbc-shop-buttons.single-shop-button a.button {
    width: 100%;
}
.woocommerce .cart .button, .woocommerce .cart input.button {
    float: none
}
.woocommerce a.added_to_cart {
    display: none !important;
    visibility: hidden !important;
}
.woocommerce #reviews h2 small {
    float: right;
    color: #777;
    font-size: 15px;
    margin: 10px 0 0
}
.woocommerce #reviews h2 small a {
    text-decoration: none;
    color: #777
}

.woocommerce #reviews p.woocommerce-noreviews{
    margin-bottom:18px;
}

.woocommerce #reviews #respond {
    margin: 0;
    border: 0;
    padding: 0
}
.woocommerce #reviews #comments .add_review:after, .woocommerce #reviews #comments .add_review:before {
    content: " ";
    display: table
}
.woocommerce #reviews #comments .add_review:after {
    clear: both
}
.woocommerce #reviews #comments h2 {
    clear: none
}
.woocommerce #reviews #comments ol.commentlist {
    margin: 0 0 10px;
    width: 100%;
    background: 0 0;
    list-style: none;
    padding:0;
}
.woocommerce #reviews #comments ol.commentlist:after, .woocommerce #reviews #comments ol.commentlist:before {
    content: " ";
    display: table
}
.woocommerce #reviews #comments ol.commentlist:after {
    clear: both
}
.woocommerce #reviews #comments ol.commentlist li {
    padding: 0;
    margin: 0 0 20px;
    position: relative;
    border: 0
}

.woocommerce #reviews #comments ol.commentlist li + li{
    padding-top:20px;
    border-top:1px dashed rgba(0,0,0,0.09);
}
.woocommerce #reviews #comments ol.commentlist li .meta {
    color: #777;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
    float: left;
    margin: 0;
    box-shadow: none
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin: 0 0 0 60px;
    border-radius: 4px;
    padding: 0 1em 0
}
.woocommerce #reviews #comments ol.commentlist li .comment-text:after, .woocommerce #reviews #comments ol.commentlist li .comment-text:before {
    content: " ";
    display: table
}
.woocommerce #reviews #comments ol.commentlist li .comment-text:after {
    clear: both
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p {
    margin: 0 0 2px;
}

.woocommerce #reviews #comments ol.commentlist ul.children {
    list-style: none;
    margin: 20px 0 0 50px
}
.woocommerce #reviews #comments ol.commentlist ul.children .star-rating {
    display: none
}
.woocommerce #reviews #comments ol.commentlist #respond {
    border: 1px solid #e4e1e3;
    border-radius: 4px;
    padding: 1em 1em 0;
    margin: 20px 0 0 50px
}
.woocommerce #reviews #comments .commentlist>li:before {
    content: ""
}

.woocommerce .star-rating {
    overflow: hidden;
    position: relative;
    height: 1.2em;
    line-height: 14px;
    font-size: 1em;
    width: 5.7em;
    margin-bottom:5px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.woocommerce .star-rating:before {
    content: "";
    color: #d3ced2;
    float: left;
    top: 0;
    left: 0;
    position: absolute
}
.woocommerce .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em
}
.woocommerce .star-rating span:before {
    content: "";
    top: 0;
    position: absolute;
    left: 0;
    color: #ffd314 !important;
}
.woocommerce .woocommerce-product-rating {
    line-height: 2;
    display: block
}
.woocommerce .woocommerce-product-rating:after, .woocommerce .woocommerce-product-rating:before {
    content: " ";
    display: table
}
.woocommerce .woocommerce-product-rating:after {
    clear: both
}
.woocommerce .woocommerce-product-rating .star-rating {
    margin: .5em 4px 0 0;
    float: left
}
.woocommerce .products .star-rating {
    display: block;
    margin: 0 0 .5em;
    float: none
}
.woocommerce .hreview-aggregate .star-rating {
    margin: 10px 0 0
}
.woocommerce #review_form #respond {
    position: static;
    margin: 0;
    width: auto;
    padding: 0;
    background: 0 0;
    border: 0
}
.woocommerce #review_form #respond:after, .woocommerce #review_form #respond:before {
    content: " ";
    display: table
}
.woocommerce #review_form #respond:after {
    clear: both
}
.woocommerce #review_form #respond p {
    margin: 0 0 10px
}
.woocommerce #review_form #respond .form-submit input {
    left: auto
}
.woocommerce #review_form #respond textarea {
    box-sizing: border-box;
    width: 100%
}
.woocommerce p.stars {
    position: relative;
    font-size: 1em
}
.woocommerce p.stars a {
    display: inline-block;
    font-weight: 700;
    margin-right: 1em;
    text-indent: -9999px;
    position: relative;
    border-bottom: 0!important;
    outline: 0
}
.woocommerce p.stars a:last-child {
    border-right: 0
}
.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 {
    border-right: 1px solid #ccc
}
.woocommerce p.stars a.star-1:after, .woocommerce p.stars a.star-2:after, .woocommerce p.stars a.star-3:after, .woocommerce p.stars a.star-4:after, .woocommerce p.stars a.star-5:after {
    font-family: "Font Awesome 5 Free";
    text-indent: 0;
    position: absolute;
    top: 0;
    left: 0
}
.woocommerce p.stars a.star-1 {
    width: 2em
}
.woocommerce p.stars a.star-1:after {
    content: "";
    color: #d3ced2;
}
.woocommerce p.stars a.star-1.active:after, .woocommerce p.stars a.star-1:hover:after {
    content: "";
    color: #ffd314 !important;
}
.woocommerce p.stars a.star-2 {
    width: 3em
}
.woocommerce p.stars a.star-2:after {
    content: "";
    color: #d3ced2;
}
.woocommerce p.stars a.star-2.active:after, .woocommerce p.stars a.star-2:hover:after {
    content: "";
    color: #ffd314 !important;
}
.woocommerce p.stars a.star-3 {
    width: 4em
}
.woocommerce p.stars a.star-3:after {
    content: "";
    color: #d3ced2;
}
.woocommerce p.stars a.star-3.active:after, .woocommerce p.stars a.star-3:hover:after {
    content: "";
    color: #ffd314 !important;
}
.woocommerce p.stars a.star-4 {
    width: 5em
}
.woocommerce p.stars a.star-4:after {
    content: "";
    color: #d3ced2;
}
.woocommerce p.stars a.star-4.active:after, .woocommerce p.stars a.star-4:hover:after {
    content: "";
    color: #ffd314 !important;
}
.woocommerce p.stars a.star-5 {
    width: 6em;
    border: 0
}
.woocommerce p.stars a.star-5:after {
    content: "";
    color: #d3ced2;
}
.woocommerce p.stars a.star-5.active:after, .woocommerce p.stars a.star-5:hover:after {
    content: "";
    color: #ffd314 !important;
}
.woocommerce table.shop_attributes {
    border: 0;
    border-top: 1px dotted rgba(0, 0, 0, .1);
    margin-bottom: 1.618em;
    width: 100%
}
.woocommerce table.shop_attributes th {
    width: 150px;
    font-weight: 700;
    padding: 8px;
    border-top: 0;
    border-bottom: 1px dotted rgba(0, 0, 0, .1);
    margin: 0;
    line-height: 1.5
}
.woocommerce table.shop_attributes td {
    font-style: italic;
    padding: 0;
    border-top: 0;
    border-bottom: 1px dotted rgba(0, 0, 0, .1);
    margin: 0;
    line-height: 1.5
}
.woocommerce table.shop_attributes td p {
    margin: 0;
    padding: 8px 0
}
.woocommerce table.shop_attributes .alt td, .woocommerce table.shop_attributes .alt th {
    background: rgba(0, 0, 0, .025)
}
.woocommerce table.shop_table {
    border: 1px solid rgba(0, 0, 0, .1);
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    border-radius: 2px;
}
.woocommerce table.shop_table th {
    border:none;
    border-left: 1px solid rgba(0, 0, 0, .1);
    font-weight: normal;
    padding: 9px 12px
}
.woocommerce table.shop_table th:first-child{
    border-left: none;
}
.woocommerce table.shop_table td {
    border-top: 1px solid rgba(0, 0, 0, .1);
    padding: 6px 12px;
    vertical-align: middle
}
.woocommerce table.shop_table td small {
    font-weight: 400
}
.woocommerce table.shop_table tbody:first-child tr:first-child td, .woocommerce table.shop_table tbody:first-child tr:first-child th {
    border-top: 0
}
.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
    border-top: 1px solid rgba(0, 0, 0, .1)
}
.woocommerce table.my_account_orders {
    font-size: .85em
}
.woocommerce table.my_account_orders td, .woocommerce table.my_account_orders th {
    padding: 4px 8px;
    vertical-align: middle
}
.woocommerce table.my_account_orders .button {
    white-space: nowrap
}
.woocommerce table.my_account_orders .order-actions {
    text-align: right
}
.woocommerce table.my_account_orders .order-actions .button {
    margin: .125em 0 .125em .25em
}
.woocommerce td.product-name dl.variation {
    margin: .25em 0
}
.woocommerce td.product-name dl.variation:after, .woocommerce td.product-name dl.variation:before {
    content: " ";
    display: table
}
.woocommerce td.product-name dl.variation:after {
    clear: both
}
.woocommerce td.product-name dl.variation dd, .woocommerce td.product-name dl.variation dt {
    display: inline-block;
    float: left;
    margin-bottom: 1em
}
.woocommerce td.product-name dl.variation dt {
    font-weight: 700;
    padding: 0 0 .25em;
    margin: 0 4px 0 0;
    clear: left
}
.woocommerce td.product-name dl.variation dd {
    padding: 0 0 .25em
}
.woocommerce td.product-name dl.variation dd p:last-child {
    margin-bottom: 0
}
.woocommerce td.product-name p.backorder_notification {
    font-size: .83em
}
.woocommerce td.product-quantity {
    min-width: 80px
}
.woocommerce ul.cart_list, .woocommerce ul.product_list_widget {
    list-style: none;
    padding: 0;
    margin: 0
}
.woocommerce ul.cart_list li, .woocommerce ul.product_list_widget li {
    padding: 7px 0;
    margin: 0;
    list-style: none
}
.woocommerce ul.cart_list li:after, .woocommerce ul.cart_list li:before, .woocommerce ul.product_list_widget li:after, .woocommerce ul.product_list_widget li:before {
    content: " ";
    display: table
}
.woocommerce ul.cart_list li:after, .woocommerce ul.product_list_widget li:after {
    clear: both
}
.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a {
    display: block;
    padding-bottom: 4px;
    color: inherit !important;
    font-weight: 400;
}
.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
    float: left;
    margin-right: 14px;
    width: 56px;
    height: auto;
    box-shadow: none
}
.woocommerce ul.cart_list li dl, .woocommerce ul.product_list_widget li dl {
    margin: 0;
    float: left;
    padding-right: 3px;
}
.woocommerce ul.cart_list li dl:after, .woocommerce ul.cart_list li dl:before, .woocommerce ul.product_list_widget li dl:after, .woocommerce ul.product_list_widget li dl:before {
    content: " ";
    display: table
}
.woocommerce ul.cart_list li dl:after, .woocommerce ul.product_list_widget li dl:after {
    clear: both
}
.woocommerce ul.cart_list li dl dd, .woocommerce ul.cart_list li dl dt, .woocommerce ul.product_list_widget li dl dd, .woocommerce ul.product_list_widget li dl dt {
    display: inline-block;
    float: left;
    margin-bottom: 1em
}
.woocommerce ul.cart_list li dl dt, .woocommerce ul.product_list_widget li dl dt {
    font-weight: 700;
    padding: 0 0 .25em;
    margin: 0 4px 0 0;
    clear: left
}
.woocommerce ul.cart_list li dl dd, .woocommerce ul.product_list_widget li dl dd {
    padding: 0 0 .25em
}
.woocommerce ul.cart_list li dl dd p:last-child, .woocommerce ul.product_list_widget li dl dd p:last-child {
    margin-bottom: 0
}
.woocommerce ul.cart_list li .star-rating, .woocommerce ul.product_list_widget li .star-rating {
    float: none
}
.woocommerce .widget_shopping_cart .total, .woocommerce.widget_shopping_cart .total {
    padding: 4px 0 0
}
.woocommerce .widget_shopping_cart .total strong, .woocommerce.widget_shopping_cart .total strong {
    min-width: 40px;
    display: inline-block
}
.woocommerce .widget_shopping_cart .cart_list li, .woocommerce.widget_shopping_cart .cart_list li {
    position: relative;
    padding: 7px 0;
}
.woocommerce .widget_shopping_cart .cart_list li a.remove, .woocommerce.widget_shopping_cart .cart_list li a.remove {
    position: absolute;
    top: 7px;
    right: 0;
}
.woocommerce .widget_shopping_cart .buttons:after, .woocommerce .widget_shopping_cart .buttons:before, .woocommerce.widget_shopping_cart .buttons:after, .woocommerce.widget_shopping_cart .buttons:before {
    content: " ";
    display: table
}
.woocommerce .widget_shopping_cart .buttons:after, .woocommerce.widget_shopping_cart .buttons:after {
    clear: both
}
.woocommerce form .form-row {
    padding: 3px;
    margin: 0 0 6px
}
.woocommerce form .form-row [placeholder]:focus::-webkit-input-placeholder {
    -webkit-transition: opacity .5s .5s ease;
    transition: opacity .5s .5s ease;
    opacity: 0;
    filter: alpha(opacity=0)
}
.woocommerce form .form-row label {
    line-height: 2
}
.woocommerce form .form-row label.hidden {
    visibility: hidden
}
.woocommerce form .form-row label.inline {
    display: inline
}
.woocommerce form .form-row select {
    cursor: pointer;
    margin: 0
}
.woocommerce form .form-row .required {
    color: red;
    font-weight: 700;
    border: 0
}
.woocommerce form .form-row .input-checkbox {
    display: inline;
    margin: -2px 8px 0 0;
    text-align: center;
    vertical-align: middle
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
    line-height: 1
}
.woocommerce form .form-row textarea {
    height: 4em;
    line-height: 1.5;
    display: block;
    box-shadow: none
}
.woocommerce form .form-row .select2-container {
    width: 100%;
    line-height: 2em
}
.woocommerce form .form-row.woocommerce-invalid .select2-container, .woocommerce form .form-row.woocommerce-invalid input.input-text, .woocommerce form .form-row.woocommerce-invalid select {
    border-color: #a00
}
.woocommerce form .form-row.woocommerce-validated .select2-container, .woocommerce form .form-row.woocommerce-validated input.input-text, .woocommerce form .form-row.woocommerce-validated select {
    border-color: #69bf29
}
.woocommerce form .form-row::-webkit-input-placeholder {
    line-height: normal
}
.woocommerce form .form-row:-moz-placeholder {
    line-height: normal
}
.woocommerce form .form-row:-ms-input-placeholder {
    line-height: normal
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    border: 1px solid #d3ced2;
    padding: 20px;
    margin: 2em 0;
    text-align: left;
    border-radius: 5px
}
.woocommerce ul#shipping_method {
    list-style: none;
    margin: 0;
    padding: 0
}
.woocommerce ul#shipping_method li {
    margin: 0;
    list-style: none
}

.woocommerce ul#shipping_method li input[type="radio"] {
    margin-right: 10px;
}

.woocommerce ul#shipping_method .amount {
    font-weight: 700;
}
.woocommerce p.woocommerce-shipping-contents {
    margin: 0;
}
.woocommerce .order_details {
    margin: 0 0 1.5em;
    list-style: none
}
.woocommerce .order_details:after, .woocommerce .order_details:before {
    content: " ";
    display: table
}
.woocommerce .order_details:after {
    clear: both
}
.woocommerce .order_details li {
    float: left;
    margin-right: 2em;
    text-transform: uppercase;
    font-size: .715em;
    line-height: 1;
    border-right: 1px dashed #d3ced2;
    padding-right: 2em
}
.woocommerce .order_details li strong {
    display: block;
    font-size: 1.4em;
    text-transform: none;
    line-height: 1.5
}
.woocommerce .order_details li:last-of-type {
    border: none
}
.woocommerce .widget_layered_nav ul {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none
}
.woocommerce .widget_layered_nav ul li {
    padding:7px 0;
    list-style: none
}
.woocommerce .widget_layered_nav ul li:after, .woocommerce .widget_layered_nav ul li:before {
    content: " ";
    display: table
}
.woocommerce .widget_layered_nav ul li:after {
    clear: both
}
.woocommerce .widget_layered_nav ul li a, .woocommerce .widget_layered_nav ul li span {
    padding: 1px 0;
    text-decoration: none
}
.woocommerce .widget_layered_nav ul li.chosen a:before {
    speak: none;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: .618em;
    content: "x";
    font-size: 10px;
    text-decoration: none;
    color: #a00
}
.woocommerce .widget_layered_nav_filters ul {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    overflow: hidden;
    zoom: 1
}
.woocommerce .widget_layered_nav_filters ul li {
    float: left;
    padding: 0 4px;
    list-style: none;
    border:none;
}
.woocommerce .widget_layered_nav_filters ul li a {
    text-decoration: none;
    padding: 7px 0;
}
.woocommerce .widget_layered_nav_filters ul li a:before {
    speak: none;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: .618em;
    content: "x";
    font-size: 10px;
    text-decoration: none;
    color: #a00
}
.woocommerce .widget_price_filter .price_slider {
    margin-bottom: 1em
}
.woocommerce .widget_price_filter .price_slider_amount {
    text-align: left;
    line-height: 2.4;
    font-size: .8751em;
    padding-top: 12px;
}
.woocommerce .widget_price_filter .price_slider_amount .button {
    font-size: 1.15em;
    float: right;
}
.woocommerce .widget_price_filter .ui-slider {
    position: relative;
    text-align: left
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.4);
    border-radius: 1em;
    box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.3), 0 0 4px 0 rgba(0, 0, 0, 0.2) inset;
    cursor: ew-resize;
    height: 20px;
    outline: 0 none;
    position: absolute;
    top: -8px;
    width: 20px;
    z-index: 2;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle:last-child {
    margin-left: -.8em
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    border-radius: 1em;
    background-color: #fa8322;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    border-radius: 1em;
    background-color: #999;
    border: 1px solid #888;
}
.woocommerce .widget_price_filter .ui-slider-horizontal {
    height: .5em
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
    left: -1px
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
    right: -1px
}
.woocommerce-account .addresses .title:after, .woocommerce-account .addresses .title:before {
    content: " ";
    display: table
}
.woocommerce-account .addresses .title:after {
    clear: both
}
.woocommerce-account .addresses .title h3{
    float: left;
    font-size: 18px;
}
.woocommerce header.title h3 {
    font-size: 18px;
}
.woocommerce-account .addresses .title .edit {
    float: right
}
.woocommerce-account ol.commentlist.notes li.note p.meta {
    margin-bottom: 0
}
.woocommerce-account ol.commentlist.notes li.note .description p:last-child {
    margin-bottom: 0
}
.woocommerce-account ul.digital-downloads {
    margin-left: 0;
    padding-left: 0
}
.woocommerce-account ul.digital-downloads li {
    list-style: none;
    margin-left: 0;
    padding-left: 0
}
.woocommerce-account ul.digital-downloads li:before {
    font-family: "Font Awesome 5 Free";
    speak: none;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: .618em;
    content: "";
    text-decoration: none
}
.woocommerce-account ul.digital-downloads li .count {
    float: right
}
.woocommerce-cart table.cart .product-thumbnail {
    min-width: 32px
}
.woocommerce-cart table.cart img {
    width: 32px;
    box-shadow: none
}
.woocommerce-cart table.cart td, .woocommerce-cart table.cart th {
    vertical-align: middle
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
    float: left;
    box-sizing: border-box;
    border: 1px solid #d3ced2;
    padding: 6px 6px 5px;
    margin: 0 4px 0 0;
    outline: 0;
    line-height: 1;
    height: 40px
}
.woocommerce-cart table.cart input {
    margin: 0;
    vertical-align: middle;
    margin-top:5px;
    /*line-height: 1*/
}
.woocommerce-cart .wc-proceed-to-checkout {
    padding: 1em 0
}
.woocommerce-cart .wc-proceed-to-checkout:after, .woocommerce-cart .wc-proceed-to-checkout:before {
    content: " ";
    display: table
}
.woocommerce-cart .wc-proceed-to-checkout:after {
    clear: both
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    display: block;
    text-align: center;
    margin-bottom: 1em
}
.woocommerce-cart .cart-collaterals .shipping_calculator .button {
    width: 100%;
    float: none;
    display: block;
}
.woocommerce-shipping-calculator button.button{
    margin-top:7px;
}

.woocommerce form.woocommerce-shipping-calculator .form-row{
    padding: 4px 0;
}
.woocommerce-cart .cart-collaterals .cart_totals p {
    margin: 0
}
.woocommerce-cart .cart-collaterals .cart_totals p small {
    color: #777;
    font-size: .83em
}
.woocommerce-cart .cart-collaterals .cart_totals table {
    border-collapse: separate;
    margin: 0 0 6px;
    padding: 0;
    border-left: 0
}
.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child td, .woocommerce-cart .cart-collaterals .cart_totals table tr:first-child th {
    border-top: 0
}
.woocommerce-cart .cart-collaterals .cart_totals table th {
    width: 25%
}
.woocommerce-cart .cart-collaterals .cart_totals table td, .woocommerce-cart .cart-collaterals .cart_totals table th {
    vertical-align: top;
    border-left: 0;
    border-right: 0;
    padding: 6px 0;
}
.woocommerce-cart .cart-collaterals .cart_totals table td{
    padding-left: 8px;
}
.woocommerce-cart .cart-collaterals .cart_totals table small {
    color: #777
}
.woocommerce-cart .cart-collaterals .cart_totals table select {
    width: 100%
}
.woocommerce-cart .cart-collaterals .cart_totals .discount td {
    color: #77a464
}
.woocommerce-cart .cart-collaterals .cart_totals tr td, .woocommerce-cart .cart-collaterals .cart_totals tr th {
    border-top: 1px solid #ebe9eb
}
.woocommerce-cart .cart-collaterals .cross-sells ul.products li.product {
    margin-top: 0
}
.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address {
    float: left;
    clear: none;
}
.woocommerce-checkout .checkout .col-2 .form-row-first, .woocommerce-checkout .checkout .col-2 .notes {
    clear: left
}
.woocommerce-checkout .checkout .create-account small {
    font-size: 11px;
    color: #777;
    font-weight: 400
}
.woocommerce-checkout .checkout div.shipping-address {
    padding: 0;
    clear: left;
    width: 100%
}
.woocommerce-checkout .checkout .shipping_address {
    clear: both
}
.woocommerce-checkout #payment {
    background: #ebe9eb;
    border-radius: 5px
}
.woocommerce-checkout #payment ul.payment_methods {
    text-align: left;
    padding: 1em;
    border-bottom: 1px solid #d3ced2;
    margin: 0;
    list-style: none
}
.woocommerce-checkout #payment ul.payment_methods:after, .woocommerce-checkout #payment ul.payment_methods:before {
    content: " ";
    display: table
}
.woocommerce-checkout #payment ul.payment_methods:after {
    clear: both
}
.woocommerce-checkout #payment ul.payment_methods li {
    line-height: 2;
    text-align: left;
    margin: 0;
    font-weight: 400
}
.woocommerce-checkout #payment ul.payment_methods li input {
    margin: 0 1em 0 0
}
.woocommerce-checkout #payment ul.payment_methods li img {
    vertical-align: middle;
    margin: -2px 0 0 .5em;
    padding: 0;
    position: relative;
    box-shadow: none
}
.woocommerce-checkout #payment ul.payment_methods li img+img {
    margin-left: 2px
}
.woocommerce-checkout #payment div.form-row {
    padding: 1em
}
.woocommerce-checkout #payment div.payment_box {
    position: relative;
    width: 96%;
    padding: 1em 2%;
    margin: 1em 0;
    font-size: .92em;
    border-radius: 2px;
    line-height: 1.5;
    background-color: #dfdcde;
    color: #515151
}
.woocommerce-checkout #payment div.payment_box input.input-text, .woocommerce-checkout #payment div.payment_box textarea {
    border-color: #bbb3b9 #c7c1c6 #c7c1c6
}
.woocommerce-checkout #payment div.payment_box::-webkit-input-placeholder {
    color: #bbb3b9
}
.woocommerce-checkout #payment div.payment_box:-moz-placeholder {
    color: #bbb3b9
}
.woocommerce-checkout #payment div.payment_box:-ms-input-placeholder {
    color: #bbb3b9
}
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number {
    font-size: 1.5em;
    padding: 8px;
    background-repeat: no-repeat;
    background-position: right
}

.woocommerce-checkout #payment div.payment_box span.help {
    font-size: .857em;
    color: #777;
    font-weight: 400
}
.woocommerce-checkout #payment div.payment_box .form-row {
    margin: 0 0 1em
}
.woocommerce-checkout #payment div.payment_box p:last-child {
    margin-bottom: 0
}
.woocommerce-checkout #payment div.payment_box:after {
    content: "";
    display: block;
    border: 8px solid #dfdcde;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    position: absolute;
    top: -3px;
    left: 0;
    margin: -1em 0 0 2em
}
.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
    float: right;
    line-height: 52px;
    font-size: .83em
}
.woocommerce-checkout #payment .payment_method_paypal img {
    max-height: 52px;
    vertical-align: middle
}
#content.twentyeleven .woocommerce-pagination a {
    font-size: 1em;
    line-height: 1
}
.single-product .twentythirteen #reply-title, .single-product .twentythirteen #respond #commentform, .single-product .twentythirteen .entry-summary {
    padding: 0
}
.single-product .twentythirteen p.stars {
    clear: both
}
.twentythirteen .woocommerce-breadcrumb {
    padding-top: 40px
}
.twentyfourteen ul.products li.product {
    margin-top: 0!important
}
/*Search Form*/

.woocommerce.widget_product_search input[type="submit"] {
    display: none;
}
.product_meta > span {
    display: block;
}
.woocommerce h2 {
    font-size: 18px;
}
.variations_button {
    margin-top: 20px;
}

#order_review_heading {
    margin-top: 21px;
}
.woocommerce .woocommerce-checkout h3 {
    font-size: 18px;
}
.woocommerce-tabs #tab-additional_information h2, .woocommerce #reviews #comments h2 {
    clear: none;
    margin-bottom: 21px;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {

}
.woocommerce-checkout-payment label {
    opacity: 1;
    filter: alpha(opacity=100);
}

/************************************************************************
* Cart Link Menu
*************************************************************************/
.wbc-shop-cart .cart-contents .count{
    font-size: 11px;
    position: relative;
    top:-5px;
}

/************************************************************************
* Cart Page
*************************************************************************/

.shop_table .cart_item td {
    border:none;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    text-align: center;
}
.shop_table .cart_item td:first-child {
    border-left: none;
}
.woocommerce-cart table.cart img {
    width: 80px;
}
.woocommerce-cart table.cart .product-remove a.remove {
    margin: 0 auto;
}
.shop_table tr.cart_item:nth-child(odd) {
    background-color: rgba(255, 255, 255, 0.5);
}
/************************************************************************
* WIDGETS
*************************************************************************/

.price_slider_wrapper {
    margin-top: 14px;
}
/************************************************************************
* Media Queries
*************************************************************************/

@media only screen and (max-width: 768px) {
    .woocommerce table.shop_table_responsive thead, .woocommerce-page table.shop_table_responsive thead {
        display: none;
    }
    .woocommerce table.shop_table_responsive tbody tr:first-child td:first-child, .woocommerce-page table.shop_table_responsive tbody tr:first-child td:first-child {
        border-top: 0;
    }
    .woocommerce table.shop_table_responsive tbody th, .woocommerce-page table.shop_table_responsive tbody th {
        display: none;
    }
    .woocommerce table.shop_table_responsive tr, .woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr, .woocommerce-page table.shop_table_responsive tr td {
        display: block;
    }
    .woocommerce table.shop_table_responsive tr td:before, .woocommerce-page table.shop_table_responsive tr td:before {
        content: attr(data-title) ": ";
        font-weight: 700;
    }
    .woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
        background-color: rgba(0, 0, 0, .025);
    }
    .woocommerce table.my_account_orders tr td.order-actions, .woocommerce-page table.my_account_orders tr td.order-actions {
        text-align: left;
    }
    .woocommerce table.my_account_orders tr td.order-actions:before, .woocommerce-page table.my_account_orders tr td.order-actions:before {
        display: none;
    }
    .woocommerce table.my_account_orders tr td.order-actions .button, .woocommerce-page table.my_account_orders tr td.order-actions .button {
        float: none;
        margin: .125em .25em .125em 0;
    }
    .woocommerce .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-1, .woocommerce-page .col2-set .col-2 {
        float: none;
        width: 100%;
        max-width: none;
        padding: 0;
    }
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
        width: 50% !important;
        float: left;
        clear: both;
    }
    .woocommerce ul.products li.product:nth-child(2n), .woocommerce-page ul.products li.product:nth-child(2n) {
        float: right;
        clear: none!important;
    }
    .woocommerce #content div.product div.images, .woocommerce #content div.product div.summary, .woocommerce div.product div.images, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.images, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.images, .woocommerce-page div.product div.summary {
        float: none;
        width: 100%
    }
    .woocommerce #content table.cart .product-thumbnail, .woocommerce table.cart .product-thumbnail, .woocommerce-page #content table.cart .product-thumbnail, .woocommerce-page table.cart .product-thumbnail {
        display: none;
    }
    .woocommerce #content table.cart td.actions, .woocommerce table.cart td.actions, .woocommerce-page #content table.cart td.actions, .woocommerce-page table.cart td.actions {
        text-align: left;
    }
    .woocommerce #content table.cart td.actions .coupon, .woocommerce table.cart td.actions .coupon, .woocommerce-page #content table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon {
        float: none;
        padding-bottom: .5em;
    }
    .woocommerce #content table.cart td.actions .coupon:after, .woocommerce #content table.cart td.actions .coupon:before, .woocommerce table.cart td.actions .coupon:after, .woocommerce table.cart td.actions .coupon:before, .woocommerce-page #content table.cart td.actions .coupon:after, .woocommerce-page #content table.cart td.actions .coupon:before, .woocommerce-page table.cart td.actions .coupon:after, .woocommerce-page table.cart td.actions .coupon:before {
        content: " ";
        display: table;
    }
    .woocommerce #content table.cart td.actions .coupon:after, .woocommerce table.cart td.actions .coupon:after, .woocommerce-page #content table.cart td.actions .coupon:after, .woocommerce-page table.cart td.actions .coupon:after {
        clear: both;
    }
    .woocommerce #content table.cart td.actions .button, .woocommerce #content table.cart td.actions .input-text, .woocommerce #content table.cart td.actions input, .woocommerce table.cart td.actions .button, .woocommerce table.cart td.actions .input-text, .woocommerce table.cart td.actions input, .woocommerce-page #content table.cart td.actions .button, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions input, .woocommerce-page table.cart td.actions .button, .woocommerce-page table.cart td.actions .input-text, .woocommerce-page table.cart td.actions input {
        width: 48%;
        box-sizing: border-box;
    }
    .woocommerce #content table.cart td.actions .button.alt, .woocommerce #content table.cart td.actions .input-text+.button, .woocommerce table.cart td.actions .button.alt, .woocommerce table.cart td.actions .input-text+.button, .woocommerce-page #content table.cart td.actions .button.alt, .woocommerce-page #content table.cart td.actions .input-text+.button, .woocommerce-page table.cart td.actions .button.alt, .woocommerce-page table.cart td.actions .input-text+.button {
        float: right;
    }
    .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 {
        width: 100%;
        float: none;
        text-align: left;
    }
    .woocommerce-page.woocommerce-checkout form.login .form-row, .woocommerce.woocommerce-checkout form.login .form-row {
        width: 100%;
        float: none;
    }
    .woocommerce #payment .terms, .woocommerce-page #payment .terms {
        text-align: left;
        padding: 0;
    }
    .woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
        float: none;
        width: 100%;
        box-sizing: border-box;
        margin-bottom: 1em;
    }
    .woocommerce .lost_reset_password .form-row-first, .woocommerce .lost_reset_password .form-row-last, .woocommerce-page .lost_reset_password .form-row-first, .woocommerce-page .lost_reset_password .form-row-last {
        width: 100%;
        float: none;
        margin-right: 0;
    }
    .single-product .twentythirteen .panel {
        padding-left: 20px!important;
        padding-right: 20px!important;
    }
}
@media only screen and (max-width: 500px) {
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
        width: 100% !important;
    }
}