@charset "UTF-8";
@font-face {
  font-family: "Montserrat-Regular";
  src: url("../fonts/Montserrat-Regular.ttf") format("truetype"); }

@font-face {
  font-family: "Montserrat-Light";
  src: url("../fonts/Montserrat-Light.ttf") format("truetype"); }

@font-face {
  font-family: "Montserrat-Medium";
  src: url("../fonts/Montserrat-Medium.ttf") format("truetype"); }

@font-face {
  font-family: "Montserrat-SemiBold";
  src: url("../fonts/Montserrat-SemiBold.ttf") format("truetype"); }

@font-face {
  font-family: "MontserratAlternates-SemiBold";
  src: url("../fonts/MontserratAlternates-SemiBold.ttf") format("truetype"); }

@font-face {
  font-family: "MontserratAlternates-Medium";
  src: url("../fonts/MontserratAlternates-Medium.ttf") format("truetype"); }

/*!
 * Font Awesome Free 5.3.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; }

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em; }

.fa-xs {
  font-size: .75em; }

.fa-sm {
  font-size: .875em; }

.fa-1x {
  font-size: 1em; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-6x {
  font-size: 6em; }

.fa-7x {
  font-size: 7em; }

.fa-8x {
  font-size: 8em; }

.fa-9x {
  font-size: 9em; }

.fa-10x {
  font-size: 10em; }

.fa-fw {
  text-align: center;
  width: 1.25em; }

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0; }

.fa-ul > li {
  position: relative; }

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit; }

.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1); }

.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
  transform: scale(-1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
  filter: none; }

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2em; }

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
 readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e"; }

.fa-accessible-icon:before {
  content: "\f368"; }

.fa-accusoft:before {
  content: "\f369"; }

.fa-ad:before {
  content: "\f641"; }

.fa-address-book:before {
  content: "\f2b9"; }

.fa-address-card:before {
  content: "\f2bb"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-adn:before {
  content: "\f170"; }

.fa-adversal:before {
  content: "\f36a"; }

.fa-affiliatetheme:before {
  content: "\f36b"; }

.fa-air-freshener:before {
  content: "\f5d0"; }

.fa-algolia:before {
  content: "\f36c"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-alipay:before {
  content: "\f642"; }

.fa-allergies:before {
  content: "\f461"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-amazon-pay:before {
  content: "\f42c"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-amilia:before {
  content: "\f36d"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-android:before {
  content: "\f17b"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angry:before {
  content: "\f556"; }

.fa-angrycreative:before {
  content: "\f36e"; }

.fa-angular:before {
  content: "\f420"; }

.fa-ankh:before {
  content: "\f644"; }

.fa-app-store:before {
  content: "\f36f"; }

.fa-app-store-ios:before {
  content: "\f370"; }

.fa-apper:before {
  content: "\f371"; }

.fa-apple:before {
  content: "\f179"; }

.fa-apple-alt:before {
  content: "\f5d1"; }

.fa-apple-pay:before {
  content: "\f415"; }

.fa-archive:before {
  content: "\f187"; }

.fa-archway:before {
  content: "\f557"; }

.fa-arrow-alt-circle-down:before {
  content: "\f358"; }

.fa-arrow-alt-circle-left:before {
  content: "\f359"; }

.fa-arrow-alt-circle-right:before {
  content: "\f35a"; }

.fa-arrow-alt-circle-up:before {
  content: "\f35b"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-arrows-alt-h:before {
  content: "\f337"; }

.fa-arrows-alt-v:before {
  content: "\f338"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-asymmetrik:before {
  content: "\f372"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-atlas:before {
  content: "\f558"; }

.fa-atom:before {
  content: "\f5d2"; }

.fa-audible:before {
  content: "\f373"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-autoprefixer:before {
  content: "\f41c"; }

.fa-avianex:before {
  content: "\f374"; }

.fa-aviato:before {
  content: "\f421"; }

.fa-award:before {
  content: "\f559"; }

.fa-aws:before {
  content: "\f375"; }

.fa-backspace:before {
  content: "\f55a"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-band-aid:before {
  content: "\f462"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-bars:before {
  content: "\f0c9"; }

.fa-baseball-ball:before {
  content: "\f433"; }

.fa-basketball-ball:before {
  content: "\f434"; }

.fa-bath:before {
  content: "\f2cd"; }

.fa-battery-empty:before {
  content: "\f244"; }

.fa-battery-full:before {
  content: "\f240"; }

.fa-battery-half:before {
  content: "\f242"; }

.fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-bed:before {
  content: "\f236"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bezier-curve:before {
  content: "\f55b"; }

.fa-bible:before {
  content: "\f647"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bimobject:before {
  content: "\f378"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitcoin:before {
  content: "\f379"; }

.fa-bity:before {
  content: "\f37a"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-blackberry:before {
  content: "\f37b"; }

.fa-blender:before {
  content: "\f517"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-blogger:before {
  content: "\f37c"; }

.fa-blogger-b:before {
  content: "\f37d"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-bold:before {
  content: "\f032"; }

.fa-bolt:before {
  content: "\f0e7"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-bone:before {
  content: "\f5d7"; }

.fa-bong:before {
  content: "\f55c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-book-open:before {
  content: "\f518"; }

.fa-book-reader:before {
  content: "\f5da"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-bowling-ball:before {
  content: "\f436"; }

.fa-box:before {
  content: "\f466"; }

.fa-box-open:before {
  content: "\f49e"; }

.fa-boxes:before {
  content: "\f468"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-brain:before {
  content: "\f5dc"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-briefcase-medical:before {
  content: "\f469"; }

.fa-broadcast-tower:before {
  content: "\f519"; }

.fa-broom:before {
  content: "\f51a"; }

.fa-brush:before {
  content: "\f55d"; }

.fa-btc:before {
  content: "\f15a"; }

.fa-bug:before {
  content: "\f188"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-burn:before {
  content: "\f46a"; }

.fa-buromobelexperte:before {
  content: "\f37f"; }

.fa-bus:before {
  content: "\f207"; }

.fa-bus-alt:before {
  content: "\f55e"; }

.fa-business-time:before {
  content: "\f64a"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-calendar:before {
  content: "\f133"; }

.fa-calendar-alt:before {
  content: "\f073"; }

.fa-calendar-check:before {
  content: "\f274"; }

.fa-calendar-minus:before {
  content: "\f272"; }

.fa-calendar-plus:before {
  content: "\f271"; }

.fa-calendar-times:before {
  content: "\f273"; }

.fa-camera:before {
  content: "\f030"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-cannabis:before {
  content: "\f55f"; }

.fa-capsules:before {
  content: "\f46b"; }

.fa-car:before {
  content: "\f1b9"; }

.fa-car-alt:before {
  content: "\f5de"; }

.fa-car-battery:before {
  content: "\f5df"; }

.fa-car-crash:before {
  content: "\f5e1"; }

.fa-car-side:before {
  content: "\f5e4"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-caret-square-down:before {
  content: "\f150"; }

.fa-caret-square-left:before {
  content: "\f191"; }

.fa-caret-square-right:before {
  content: "\f152"; }

.fa-caret-square-up:before {
  content: "\f151"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cc-amazon-pay:before {
  content: "\f42d"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-apple-pay:before {
  content: "\f416"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-centercode:before {
  content: "\f380"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-chalkboard:before {
  content: "\f51b"; }

.fa-chalkboard-teacher:before {
  content: "\f51c"; }

.fa-charging-station:before {
  content: "\f5e7"; }

.fa-chart-area:before {
  content: "\f1fe"; }

.fa-chart-bar:before {
  content: "\f080"; }

.fa-chart-line:before {
  content: "\f201"; }

.fa-chart-pie:before {
  content: "\f200"; }

.fa-check:before {
  content: "\f00c"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-check-double:before {
  content: "\f560"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-chess:before {
  content: "\f439"; }

.fa-chess-bishop:before {
  content: "\f43a"; }

.fa-chess-board:before {
  content: "\f43c"; }

.fa-chess-king:before {
  content: "\f43f"; }

.fa-chess-knight:before {
  content: "\f441"; }

.fa-chess-pawn:before {
  content: "\f443"; }

.fa-chess-queen:before {
  content: "\f445"; }

.fa-chess-rook:before {
  content: "\f447"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-church:before {
  content: "\f51d"; }

.fa-circle:before {
  content: "\f111"; }

.fa-circle-notch:before {
  content: "\f1ce"; }

.fa-city:before {
  content: "\f64f"; }

.fa-clipboard:before {
  content: "\f328"; }

.fa-clipboard-check:before {
  content: "\f46c"; }

.fa-clipboard-list:before {
  content: "\f46d"; }

.fa-clock:before {
  content: "\f017"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-closed-captioning:before {
  content: "\f20a"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-cloud-download-alt:before {
  content: "\f381"; }

.fa-cloud-upload-alt:before {
  content: "\f382"; }

.fa-cloudscale:before {
  content: "\f383"; }

.fa-cloudsmith:before {
  content: "\f384"; }

.fa-cloudversify:before {
  content: "\f385"; }

.fa-cocktail:before {
  content: "\f561"; }

.fa-code:before {
  content: "\f121"; }

.fa-code-branch:before {
  content: "\f126"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cog:before {
  content: "\f013"; }

.fa-cogs:before {
  content: "\f085"; }

.fa-coins:before {
  content: "\f51e"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-comment:before {
  content: "\f075"; }

.fa-comment-alt:before {
  content: "\f27a"; }

.fa-comment-dollar:before {
  content: "\f651"; }

.fa-comment-dots:before {
  content: "\f4ad"; }

.fa-comment-slash:before {
  content: "\f4b3"; }

.fa-comments:before {
  content: "\f086"; }

.fa-comments-dollar:before {
  content: "\f653"; }

.fa-compact-disc:before {
  content: "\f51f"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-compress:before {
  content: "\f066"; }

.fa-concierge-bell:before {
  content: "\f562"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-cookie:before {
  content: "\f563"; }

.fa-cookie-bite:before {
  content: "\f564"; }

.fa-copy:before {
  content: "\f0c5"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-couch:before {
  content: "\f4b8"; }

.fa-cpanel:before {
  content: "\f388"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-creative-commons-by:before {
  content: "\f4e7"; }

.fa-creative-commons-nc:before {
  content: "\f4e8"; }

.fa-creative-commons-nc-eu:before {
  content: "\f4e9"; }

.fa-creative-commons-nc-jp:before {
  content: "\f4ea"; }

.fa-creative-commons-nd:before {
  content: "\f4eb"; }

.fa-creative-commons-pd:before {
  content: "\f4ec"; }

.fa-creative-commons-pd-alt:before {
  content: "\f4ed"; }

.fa-creative-commons-remix:before {
  content: "\f4ee"; }

.fa-creative-commons-sa:before {
  content: "\f4ef"; }

.fa-creative-commons-sampling:before {
  content: "\f4f0"; }

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1"; }

.fa-creative-commons-share:before {
  content: "\f4f2"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-crop:before {
  content: "\f125"; }

.fa-crop-alt:before {
  content: "\f565"; }

.fa-cross:before {
  content: "\f654"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-crow:before {
  content: "\f520"; }

.fa-crown:before {
  content: "\f521"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-css3-alt:before {
  content: "\f38b"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-cut:before {
  content: "\f0c4"; }

.fa-cuttlefish:before {
  content: "\f38c"; }

.fa-d-and-d:before {
  content: "\f38d"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-deaf:before {
  content: "\f2a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-deploydog:before {
  content: "\f38e"; }

.fa-deskpro:before {
  content: "\f38f"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-dharmachakra:before {
  content: "\f655"; }

.fa-diagnoses:before {
  content: "\f470"; }

.fa-dice:before {
  content: "\f522"; }

.fa-dice-five:before {
  content: "\f523"; }

.fa-dice-four:before {
  content: "\f524"; }

.fa-dice-one:before {
  content: "\f525"; }

.fa-dice-six:before {
  content: "\f526"; }

.fa-dice-three:before {
  content: "\f527"; }

.fa-dice-two:before {
  content: "\f528"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-digital-ocean:before {
  content: "\f391"; }

.fa-digital-tachograph:before {
  content: "\f566"; }

.fa-directions:before {
  content: "\f5eb"; }

.fa-discord:before {
  content: "\f392"; }

.fa-discourse:before {
  content: "\f393"; }

.fa-divide:before {
  content: "\f529"; }

.fa-dizzy:before {
  content: "\f567"; }

.fa-dna:before {
  content: "\f471"; }

.fa-dochub:before {
  content: "\f394"; }

.fa-docker:before {
  content: "\f395"; }

.fa-dollar-sign:before {
  content: "\f155"; }

.fa-dolly:before {
  content: "\f472"; }

.fa-dolly-flatbed:before {
  content: "\f474"; }

.fa-donate:before {
  content: "\f4b9"; }

.fa-door-closed:before {
  content: "\f52a"; }

.fa-door-open:before {
  content: "\f52b"; }

.fa-dot-circle:before {
  content: "\f192"; }

.fa-dove:before {
  content: "\f4ba"; }

.fa-download:before {
  content: "\f019"; }

.fa-draft2digital:before {
  content: "\f396"; }

.fa-drafting-compass:before {
  content: "\f568"; }

.fa-draw-polygon:before {
  content: "\f5ee"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-dribbble-square:before {
  content: "\f397"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-drum:before {
  content: "\f569"; }

.fa-drum-steelpan:before {
  content: "\f56a"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-dumbbell:before {
  content: "\f44b"; }

.fa-dyalog:before {
  content: "\f399"; }

.fa-earlybirds:before {
  content: "\f39a"; }

.fa-ebay:before {
  content: "\f4f4"; }

.fa-edge:before {
  content: "\f282"; }

.fa-edit:before {
  content: "\f044"; }

.fa-eject:before {
  content: "\f052"; }

.fa-elementor:before {
  content: "\f430"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-ello:before {
  content: "\f5f1"; }

.fa-ember:before {
  content: "\f423"; }

.fa-empire:before {
  content: "\f1d1"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-envelope-open:before {
  content: "\f2b6"; }

.fa-envelope-open-text:before {
  content: "\f658"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-envira:before {
  content: "\f299"; }

.fa-equals:before {
  content: "\f52c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-erlang:before {
  content: "\f39d"; }

.fa-ethereum:before {
  content: "\f42e"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-euro-sign:before {
  content: "\f153"; }

.fa-exchange-alt:before {
  content: "\f362"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-expand:before {
  content: "\f065"; }

.fa-expand-arrows-alt:before {
  content: "\f31e"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-external-link-alt:before {
  content: "\f35d"; }

.fa-external-link-square-alt:before {
  content: "\f360"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-dropper:before {
  content: "\f1fb"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-facebook:before {
  content: "\f09a"; }

.fa-facebook-f:before {
  content: "\f39e"; }

.fa-facebook-messenger:before {
  content: "\f39f"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-feather:before {
  content: "\f52d"; }

.fa-feather-alt:before {
  content: "\f56b"; }

.fa-female:before {
  content: "\f182"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-alt:before {
  content: "\f15c"; }

.fa-file-archive:before {
  content: "\f1c6"; }

.fa-file-audio:before {
  content: "\f1c7"; }

.fa-file-code:before {
  content: "\f1c9"; }

.fa-file-contract:before {
  content: "\f56c"; }

.fa-file-download:before {
  content: "\f56d"; }

.fa-file-excel:before {
  content: "\f1c3"; }

.fa-file-export:before {
  content: "\f56e"; }

.fa-file-image:before {
  content: "\f1c5"; }

.fa-file-import:before {
  content: "\f56f"; }

.fa-file-invoice:before {
  content: "\f570"; }

.fa-file-invoice-dollar:before {
  content: "\f571"; }

.fa-file-medical:before {
  content: "\f477"; }

.fa-file-medical-alt:before {
  content: "\f478"; }

.fa-file-pdf:before {
  content: "\f1c1"; }

.fa-file-powerpoint:before {
  content: "\f1c4"; }

.fa-file-prescription:before {
  content: "\f572"; }

.fa-file-signature:before {
  content: "\f573"; }

.fa-file-upload:before {
  content: "\f574"; }

.fa-file-video:before {
  content: "\f1c8"; }

.fa-file-word:before {
  content: "\f1c2"; }

.fa-fill:before {
  content: "\f575"; }

.fa-fill-drip:before {
  content: "\f576"; }

.fa-film:before {
  content: "\f008"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-fingerprint:before {
  content: "\f577"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-first-aid:before {
  content: "\f479"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-first-order-alt:before {
  content: "\f50a"; }

.fa-firstdraft:before {
  content: "\f3a1"; }

.fa-fish:before {
  content: "\f578"; }

.fa-flag:before {
  content: "\f024"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-flipboard:before {
  content: "\f44d"; }

.fa-flushed:before {
  content: "\f579"; }

.fa-fly:before {
  content: "\f417"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-minus:before {
  content: "\f65d"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-folder-plus:before {
  content: "\f65e"; }

.fa-font:before {
  content: "\f031"; }

.fa-font-awesome:before {
  content: "\f2b4"; }

.fa-font-awesome-alt:before {
  content: "\f35c"; }

.fa-font-awesome-flag:before {
  content: "\f425"; }

.fa-font-awesome-logo-full:before {
  content: "\f4e6"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-fonticons-fi:before {
  content: "\f3a2"; }

.fa-football-ball:before {
  content: "\f44e"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-fort-awesome-alt:before {
  content: "\f3a3"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-freebsd:before {
  content: "\f3a4"; }

.fa-frog:before {
  content: "\f52e"; }

.fa-frown:before {
  content: "\f119"; }

.fa-frown-open:before {
  content: "\f57a"; }

.fa-fulcrum:before {
  content: "\f50b"; }

.fa-funnel-dollar:before {
  content: "\f662"; }

.fa-futbol:before {
  content: "\f1e3"; }

.fa-galactic-republic:before {
  content: "\f50c"; }

.fa-galactic-senate:before {
  content: "\f50d"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-gas-pump:before {
  content: "\f52f"; }

.fa-gavel:before {
  content: "\f0e3"; }

.fa-gem:before {
  content: "\f3a5"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-github:before {
  content: "\f09b"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-gitkraken:before {
  content: "\f3a6"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-gitter:before {
  content: "\f426"; }

.fa-glass-martini:before {
  content: "\f000"; }

.fa-glass-martini-alt:before {
  content: "\f57b"; }

.fa-glasses:before {
  content: "\f530"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-globe-africa:before {
  content: "\f57c"; }

.fa-globe-americas:before {
  content: "\f57d"; }

.fa-globe-asia:before {
  content: "\f57e"; }

.fa-gofore:before {
  content: "\f3a7"; }

.fa-golf-ball:before {
  content: "\f450"; }

.fa-goodreads:before {
  content: "\f3a8"; }

.fa-goodreads-g:before {
  content: "\f3a9"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-google-drive:before {
  content: "\f3aa"; }

.fa-google-play:before {
  content: "\f3ab"; }

.fa-google-plus:before {
  content: "\f2b3"; }

.fa-google-plus-g:before {
  content: "\f0d5"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-gopuram:before {
  content: "\f664"; }

.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-gratipay:before {
  content: "\f184"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-greater-than:before {
  content: "\f531"; }

.fa-greater-than-equal:before {
  content: "\f532"; }

.fa-grimace:before {
  content: "\f57f"; }

.fa-grin:before {
  content: "\f580"; }

.fa-grin-alt:before {
  content: "\f581"; }

.fa-grin-beam:before {
  content: "\f582"; }

.fa-grin-beam-sweat:before {
  content: "\f583"; }

.fa-grin-hearts:before {
  content: "\f584"; }

.fa-grin-squint:before {
  content: "\f585"; }

.fa-grin-squint-tears:before {
  content: "\f586"; }

.fa-grin-stars:before {
  content: "\f587"; }

.fa-grin-tears:before {
  content: "\f588"; }

.fa-grin-tongue:before {
  content: "\f589"; }

.fa-grin-tongue-squint:before {
  content: "\f58a"; }

.fa-grin-tongue-wink:before {
  content: "\f58b"; }

.fa-grin-wink:before {
  content: "\f58c"; }

.fa-grip-horizontal:before {
  content: "\f58d"; }

.fa-grip-vertical:before {
  content: "\f58e"; }

.fa-gripfire:before {
  content: "\f3ac"; }

.fa-grunt:before {
  content: "\f3ad"; }

.fa-gulp:before {
  content: "\f3ae"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-hacker-news-square:before {
  content: "\f3af"; }

.fa-hackerrank:before {
  content: "\f5f7"; }

.fa-hamsa:before {
  content: "\f665"; }

.fa-hand-holding:before {
  content: "\f4bd"; }

.fa-hand-holding-heart:before {
  content: "\f4be"; }

.fa-hand-holding-usd:before {
  content: "\f4c0"; }

.fa-hand-lizard:before {
  content: "\f258"; }

.fa-hand-paper:before {
  content: "\f256"; }

.fa-hand-peace:before {
  content: "\f25b"; }

.fa-hand-point-down:before {
  content: "\f0a7"; }

.fa-hand-point-left:before {
  content: "\f0a5"; }

.fa-hand-point-right:before {
  content: "\f0a4"; }

.fa-hand-point-up:before {
  content: "\f0a6"; }

.fa-hand-pointer:before {
  content: "\f25a"; }

.fa-hand-rock:before {
  content: "\f255"; }

.fa-hand-scissors:before {
  content: "\f257"; }

.fa-hand-spock:before {
  content: "\f259"; }

.fa-hands:before {
  content: "\f4c2"; }

.fa-hands-helping:before {
  content: "\f4c4"; }

.fa-handshake:before {
  content: "\f2b5"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-haykal:before {
  content: "\f666"; }

.fa-hdd:before {
  content: "\f0a0"; }

.fa-heading:before {
  content: "\f1dc"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-headphones-alt:before {
  content: "\f58f"; }

.fa-headset:before {
  content: "\f590"; }

.fa-heart:before {
  content: "\f004"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-helicopter:before {
  content: "\f533"; }

.fa-highlighter:before {
  content: "\f591"; }

.fa-hips:before {
  content: "\f452"; }

.fa-hire-a-helper:before {
  content: "\f3b0"; }

.fa-history:before {
  content: "\f1da"; }

.fa-hockey-puck:before {
  content: "\f453"; }

.fa-home:before {
  content: "\f015"; }

.fa-hooli:before {
  content: "\f427"; }

.fa-hornbill:before {
  content: "\f592"; }

.fa-hospital:before {
  content: "\f0f8"; }

.fa-hospital-alt:before {
  content: "\f47d"; }

.fa-hospital-symbol:before {
  content: "\f47e"; }

.fa-hot-tub:before {
  content: "\f593"; }

.fa-hotel:before {
  content: "\f594"; }

.fa-hotjar:before {
  content: "\f3b1"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-start:before {
  content: "\f251"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-hubspot:before {
  content: "\f3b2"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-id-card:before {
  content: "\f2c2"; }

.fa-id-card-alt:before {
  content: "\f47f"; }

.fa-image:before {
  content: "\f03e"; }

.fa-images:before {
  content: "\f302"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-industry:before {
  content: "\f275"; }

.fa-infinity:before {
  content: "\f534"; }

.fa-info:before {
  content: "\f129"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-italic:before {
  content: "\f033"; }

.fa-itunes:before {
  content: "\f3b4"; }

.fa-itunes-note:before {
  content: "\f3b5"; }

.fa-java:before {
  content: "\f4e4"; }

.fa-jedi:before {
  content: "\f669"; }

.fa-jedi-order:before {
  content: "\f50e"; }

.fa-jenkins:before {
  content: "\f3b6"; }

.fa-joget:before {
  content: "\f3b7"; }

.fa-joint:before {
  content: "\f595"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-journal-whills:before {
  content: "\f66a"; }

.fa-js:before {
  content: "\f3b8"; }

.fa-js-square:before {
  content: "\f3b9"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-kaaba:before {
  content: "\f66b"; }

.fa-kaggle:before {
  content: "\f5fa"; }

.fa-key:before {
  content: "\f084"; }

.fa-keybase:before {
  content: "\f4f5"; }

.fa-keyboard:before {
  content: "\f11c"; }

.fa-keycdn:before {
  content: "\f3ba"; }

.fa-khanda:before {
  content: "\f66d"; }

.fa-kickstarter:before {
  content: "\f3bb"; }

.fa-kickstarter-k:before {
  content: "\f3bc"; }

.fa-kiss:before {
  content: "\f596"; }

.fa-kiss-beam:before {
  content: "\f597"; }

.fa-kiss-wink-heart:before {
  content: "\f598"; }

.fa-kiwi-bird:before {
  content: "\f535"; }

.fa-korvue:before {
  content: "\f42f"; }

.fa-landmark:before {
  content: "\f66f"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-laptop-code:before {
  content: "\f5fc"; }

.fa-laravel:before {
  content: "\f3bd"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-laugh:before {
  content: "\f599"; }

.fa-laugh-beam:before {
  content: "\f59a"; }

.fa-laugh-squint:before {
  content: "\f59b"; }

.fa-laugh-wink:before {
  content: "\f59c"; }

.fa-layer-group:before {
  content: "\f5fd"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-lemon:before {
  content: "\f094"; }

.fa-less:before {
  content: "\f41d"; }

.fa-less-than:before {
  content: "\f536"; }

.fa-less-than-equal:before {
  content: "\f537"; }

.fa-level-down-alt:before {
  content: "\f3be"; }

.fa-level-up-alt:before {
  content: "\f3bf"; }

.fa-life-ring:before {
  content: "\f1cd"; }

.fa-lightbulb:before {
  content: "\f0eb"; }

.fa-line:before {
  content: "\f3c0"; }

.fa-link:before {
  content: "\f0c1"; }

.fa-linkedin:before {
  content: "\f08c"; }

.fa-linkedin-in:before {
  content: "\f0e1"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-lira-sign:before {
  content: "\f195"; }

.fa-list:before {
  content: "\f03a"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-lock:before {
  content: "\f023"; }

.fa-lock-open:before {
  content: "\f3c1"; }

.fa-long-arrow-alt-down:before {
  content: "\f309"; }

.fa-long-arrow-alt-left:before {
  content: "\f30a"; }

.fa-long-arrow-alt-right:before {
  content: "\f30b"; }

.fa-long-arrow-alt-up:before {
  content: "\f30c"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-luggage-cart:before {
  content: "\f59d"; }

.fa-lyft:before {
  content: "\f3c3"; }

.fa-magento:before {
  content: "\f3c4"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-mail-bulk:before {
  content: "\f674"; }

.fa-mailchimp:before {
  content: "\f59e"; }

.fa-male:before {
  content: "\f183"; }

.fa-mandalorian:before {
  content: "\f50f"; }

.fa-map:before {
  content: "\f279"; }

.fa-map-marked:before {
  content: "\f59f"; }

.fa-map-marked-alt:before {
  content: "\f5a0"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-map-marker-alt:before {
  content: "\f3c5"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-markdown:before {
  content: "\f60f"; }

.fa-marker:before {
  content: "\f5a1"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mastodon:before {
  content: "\f4f6"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-medal:before {
  content: "\f5a2"; }

.fa-medapps:before {
  content: "\f3c6"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-medium-m:before {
  content: "\f3c7"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-medrt:before {
  content: "\f3c8"; }

.fa-meetup:before {
  content: "\f2e0"; }

.fa-megaport:before {
  content: "\f5a3"; }

.fa-meh:before {
  content: "\f11a"; }

.fa-meh-blank:before {
  content: "\f5a4"; }

.fa-meh-rolling-eyes:before {
  content: "\f5a5"; }

.fa-memory:before {
  content: "\f538"; }

.fa-menorah:before {
  content: "\f676"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-alt:before {
  content: "\f3c9"; }

.fa-microphone-alt-slash:before {
  content: "\f539"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-microscope:before {
  content: "\f610"; }

.fa-microsoft:before {
  content: "\f3ca"; }

.fa-minus:before {
  content: "\f068"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-mix:before {
  content: "\f3cb"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-mizuni:before {
  content: "\f3cc"; }

.fa-mobile:before {
  content: "\f10b"; }

.fa-mobile-alt:before {
  content: "\f3cd"; }

.fa-modx:before {
  content: "\f285"; }

.fa-monero:before {
  content: "\f3d0"; }

.fa-money-bill:before {
  content: "\f0d6"; }

.fa-money-bill-alt:before {
  content: "\f3d1"; }

.fa-money-bill-wave:before {
  content: "\f53a"; }

.fa-money-bill-wave-alt:before {
  content: "\f53b"; }

.fa-money-check:before {
  content: "\f53c"; }

.fa-money-check-alt:before {
  content: "\f53d"; }

.fa-monument:before {
  content: "\f5a6"; }

.fa-moon:before {
  content: "\f186"; }

.fa-mortar-pestle:before {
  content: "\f5a7"; }

.fa-mosque:before {
  content: "\f678"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-music:before {
  content: "\f001"; }

.fa-napster:before {
  content: "\f3d2"; }

.fa-neos:before {
  content: "\f612"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-newspaper:before {
  content: "\f1ea"; }

.fa-nimblr:before {
  content: "\f5a8"; }

.fa-nintendo-switch:before {
  content: "\f418"; }

.fa-node:before {
  content: "\f419"; }

.fa-node-js:before {
  content: "\f3d3"; }

.fa-not-equal:before {
  content: "\f53e"; }

.fa-notes-medical:before {
  content: "\f481"; }

.fa-npm:before {
  content: "\f3d4"; }

.fa-ns8:before {
  content: "\f3d5"; }

.fa-nutritionix:before {
  content: "\f3d6"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-oil-can:before {
  content: "\f613"; }

.fa-old-republic:before {
  content: "\f510"; }

.fa-om:before {
  content: "\f679"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-osi:before {
  content: "\f41a"; }

.fa-outdent:before {
  content: "\f03b"; }

.fa-page4:before {
  content: "\f3d7"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-paint-roller:before {
  content: "\f5aa"; }

.fa-palette:before {
  content: "\f53f"; }

.fa-palfed:before {
  content: "\f3d8"; }

.fa-pallet:before {
  content: "\f482"; }

.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-parachute-box:before {
  content: "\f4cd"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-parking:before {
  content: "\f540"; }

.fa-passport:before {
  content: "\f5ab"; }

.fa-pastafarianism:before {
  content: "\f67b"; }

.fa-paste:before {
  content: "\f0ea"; }

.fa-patreon:before {
  content: "\f3d9"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-peace:before {
  content: "\f67c"; }

.fa-pen:before {
  content: "\f304"; }

.fa-pen-alt:before {
  content: "\f305"; }

.fa-pen-fancy:before {
  content: "\f5ac"; }

.fa-pen-nib:before {
  content: "\f5ad"; }

.fa-pen-square:before {
  content: "\f14b"; }

.fa-pencil-alt:before {
  content: "\f303"; }

.fa-pencil-ruler:before {
  content: "\f5ae"; }

.fa-people-carry:before {
  content: "\f4ce"; }

.fa-percent:before {
  content: "\f295"; }

.fa-percentage:before {
  content: "\f541"; }

.fa-periscope:before {
  content: "\f3da"; }

.fa-phabricator:before {
  content: "\f3db"; }

.fa-phoenix-framework:before {
  content: "\f3dc"; }

.fa-phoenix-squadron:before {
  content: "\f511"; }

.fa-phone:before {
  content: "\f095"; }

.fa-phone-slash:before {
  content: "\f3dd"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-phone-volume:before {
  content: "\f2a0"; }

.fa-php:before {
  content: "\f457"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-pied-piper-hat:before {
  content: "\f4e5"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-piggy-bank:before {
  content: "\f4d3"; }

.fa-pills:before {
  content: "\f484"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-place-of-worship:before {
  content: "\f67f"; }

.fa-plane:before {
  content: "\f072"; }

.fa-plane-arrival:before {
  content: "\f5af"; }

.fa-plane-departure:before {
  content: "\f5b0"; }

.fa-play:before {
  content: "\f04b"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-playstation:before {
  content: "\f3df"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-plus:before {
  content: "\f067"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-podcast:before {
  content: "\f2ce"; }

.fa-poll:before {
  content: "\f681"; }

.fa-poll-h:before {
  content: "\f682"; }

.fa-poo:before {
  content: "\f2fe"; }

.fa-poop:before {
  content: "\f619"; }

.fa-portrait:before {
  content: "\f3e0"; }

.fa-pound-sign:before {
  content: "\f154"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-pray:before {
  content: "\f683"; }

.fa-praying-hands:before {
  content: "\f684"; }

.fa-prescription:before {
  content: "\f5b1"; }

.fa-prescription-bottle:before {
  content: "\f485"; }

.fa-prescription-bottle-alt:before {
  content: "\f486"; }

.fa-print:before {
  content: "\f02f"; }

.fa-procedures:before {
  content: "\f487"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-project-diagram:before {
  content: "\f542"; }

.fa-pushed:before {
  content: "\f3e1"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-python:before {
  content: "\f3e2"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-question:before {
  content: "\f128"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-quidditch:before {
  content: "\f458"; }

.fa-quinscape:before {
  content: "\f459"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-quran:before {
  content: "\f687"; }

.fa-r-project:before {
  content: "\f4f7"; }

.fa-random:before {
  content: "\f074"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-react:before {
  content: "\f41b"; }

.fa-readme:before {
  content: "\f4d5"; }

.fa-rebel:before {
  content: "\f1d0"; }

.fa-receipt:before {
  content: "\f543"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-red-river:before {
  content: "\f3e3"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-redo:before {
  content: "\f01e"; }

.fa-redo-alt:before {
  content: "\f2f9"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-rendact:before {
  content: "\f3e4"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-reply:before {
  content: "\f3e5"; }

.fa-reply-all:before {
  content: "\f122"; }

.fa-replyd:before {
  content: "\f3e6"; }

.fa-researchgate:before {
  content: "\f4f8"; }

.fa-resolving:before {
  content: "\f3e7"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-rev:before {
  content: "\f5b2"; }

.fa-ribbon:before {
  content: "\f4d6"; }

.fa-road:before {
  content: "\f018"; }

.fa-robot:before {
  content: "\f544"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-rocketchat:before {
  content: "\f3e8"; }

.fa-rockrms:before {
  content: "\f3e9"; }

.fa-route:before {
  content: "\f4d7"; }

.fa-rss:before {
  content: "\f09e"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-ruble-sign:before {
  content: "\f158"; }

.fa-ruler:before {
  content: "\f545"; }

.fa-ruler-combined:before {
  content: "\f546"; }

.fa-ruler-horizontal:before {
  content: "\f547"; }

.fa-ruler-vertical:before {
  content: "\f548"; }

.fa-rupee-sign:before {
  content: "\f156"; }

.fa-sad-cry:before {
  content: "\f5b3"; }

.fa-sad-tear:before {
  content: "\f5b4"; }

.fa-safari:before {
  content: "\f267"; }

.fa-sass:before {
  content: "\f41e"; }

.fa-save:before {
  content: "\f0c7"; }

.fa-schlix:before {
  content: "\f3ea"; }

.fa-school:before {
  content: "\f549"; }

.fa-screwdriver:before {
  content: "\f54a"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-search:before {
  content: "\f002"; }

.fa-search-dollar:before {
  content: "\f688"; }

.fa-search-location:before {
  content: "\f689"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-searchengin:before {
  content: "\f3eb"; }

.fa-seedling:before {
  content: "\f4d8"; }

.fa-sellcast:before {
  content: "\f2da"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-server:before {
  content: "\f233"; }

.fa-servicestack:before {
  content: "\f3ec"; }

.fa-shapes:before {
  content: "\f61f"; }

.fa-share:before {
  content: "\f064"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-shekel-sign:before {
  content: "\f20b"; }

.fa-shield-alt:before {
  content: "\f3ed"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-shipping-fast:before {
  content: "\f48b"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-shoe-prints:before {
  content: "\f54b"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-shopware:before {
  content: "\f5b5"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-shuttle-van:before {
  content: "\f5b6"; }

.fa-sign:before {
  content: "\f4d9"; }

.fa-sign-in-alt:before {
  content: "\f2f6"; }

.fa-sign-language:before {
  content: "\f2a7"; }

.fa-sign-out-alt:before {
  content: "\f2f5"; }

.fa-signal:before {
  content: "\f012"; }

.fa-signature:before {
  content: "\f5b7"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-sistrix:before {
  content: "\f3ee"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-sith:before {
  content: "\f512"; }

.fa-skull:before {
  content: "\f54c"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-slack:before {
  content: "\f198"; }

.fa-slack-hash:before {
  content: "\f3ef"; }

.fa-sliders-h:before {
  content: "\f1de"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-smile:before {
  content: "\f118"; }

.fa-smile-beam:before {
  content: "\f5b8"; }

.fa-smile-wink:before {
  content: "\f4da"; }

.fa-smoking:before {
  content: "\f48d"; }

.fa-smoking-ban:before {
  content: "\f54d"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-snowflake:before {
  content: "\f2dc"; }

.fa-socks:before {
  content: "\f696"; }

.fa-solar-panel:before {
  content: "\f5ba"; }

.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-alpha-down:before {
  content: "\f15d"; }

.fa-sort-alpha-up:before {
  content: "\f15e"; }

.fa-sort-amount-down:before {
  content: "\f160"; }

.fa-sort-amount-up:before {
  content: "\f161"; }

.fa-sort-down:before {
  content: "\f0dd"; }

.fa-sort-numeric-down:before {
  content: "\f162"; }

.fa-sort-numeric-up:before {
  content: "\f163"; }

.fa-sort-up:before {
  content: "\f0de"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-spa:before {
  content: "\f5bb"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-speakap:before {
  content: "\f3f3"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-splotch:before {
  content: "\f5bc"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-spray-can:before {
  content: "\f5bd"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-square-full:before {
  content: "\f45c"; }

.fa-square-root-alt:before {
  content: "\f698"; }

.fa-squarespace:before {
  content: "\f5be"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-stamp:before {
  content: "\f5bf"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-and-crescent:before {
  content: "\f699"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-star-half-alt:before {
  content: "\f5c0"; }

.fa-star-of-david:before {
  content: "\f69a"; }

.fa-star-of-life:before {
  content: "\f621"; }

.fa-staylinked:before {
  content: "\f3f5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-steam-symbol:before {
  content: "\f3f6"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-sticker-mule:before {
  content: "\f3f7"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stopwatch:before {
  content: "\f2f2"; }

.fa-store:before {
  content: "\f54e"; }

.fa-store-alt:before {
  content: "\f54f"; }

.fa-strava:before {
  content: "\f428"; }

.fa-stream:before {
  content: "\f550"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-stripe:before {
  content: "\f429"; }

.fa-stripe-s:before {
  content: "\f42a"; }

.fa-stroopwafel:before {
  content: "\f551"; }

.fa-studiovinari:before {
  content: "\f3f8"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-subway:before {
  content: "\f239"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-suitcase-rolling:before {
  content: "\f5c1"; }

.fa-sun:before {
  content: "\f185"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-supple:before {
  content: "\f3f9"; }

.fa-surprise:before {
  content: "\f5c2"; }

.fa-swatchbook:before {
  content: "\f5c3"; }

.fa-swimmer:before {
  content: "\f5c4"; }

.fa-swimming-pool:before {
  content: "\f5c5"; }

.fa-synagogue:before {
  content: "\f69b"; }

.fa-sync:before {
  content: "\f021"; }

.fa-sync-alt:before {
  content: "\f2f1"; }

.fa-syringe:before {
  content: "\f48e"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-table-tennis:before {
  content: "\f45d"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-tablet-alt:before {
  content: "\f3fa"; }

.fa-tablets:before {
  content: "\f490"; }

.fa-tachometer-alt:before {
  content: "\f3fd"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-tape:before {
  content: "\f4db"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-taxi:before {
  content: "\f1ba"; }

.fa-teamspeak:before {
  content: "\f4f9"; }

.fa-teeth:before {
  content: "\f62e"; }

.fa-teeth-open:before {
  content: "\f62f"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-telegram-plane:before {
  content: "\f3fe"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-the-red-yeti:before {
  content: "\f69d"; }

.fa-theater-masks:before {
  content: "\f630"; }

.fa-themeco:before {
  content: "\f5c6"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-thermometer:before {
  content: "\f491"; }

.fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbtack:before {
  content: "\f08d"; }

.fa-ticket-alt:before {
  content: "\f3ff"; }

.fa-times:before {
  content: "\f00d"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-tint:before {
  content: "\f043"; }

.fa-tint-slash:before {
  content: "\f5c7"; }

.fa-tired:before {
  content: "\f5c8"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-toolbox:before {
  content: "\f552"; }

.fa-tooth:before {
  content: "\f5c9"; }

.fa-torah:before {
  content: "\f6a0"; }

.fa-torii-gate:before {
  content: "\f6a1"; }

.fa-trade-federation:before {
  content: "\f513"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-traffic-light:before {
  content: "\f637"; }

.fa-train:before {
  content: "\f238"; }

.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-trash-alt:before {
  content: "\f2ed"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-trello:before {
  content: "\f181"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-truck-loading:before {
  content: "\f4de"; }

.fa-truck-monster:before {
  content: "\f63b"; }

.fa-truck-moving:before {
  content: "\f4df"; }

.fa-truck-pickup:before {
  content: "\f63c"; }

.fa-tshirt:before {
  content: "\f553"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-tv:before {
  content: "\f26c"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-typo3:before {
  content: "\f42b"; }

.fa-uber:before {
  content: "\f402"; }

.fa-uikit:before {
  content: "\f403"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-umbrella-beach:before {
  content: "\f5ca"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-undo:before {
  content: "\f0e2"; }

.fa-undo-alt:before {
  content: "\f2ea"; }

.fa-uniregistry:before {
  content: "\f404"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-university:before {
  content: "\f19c"; }

.fa-unlink:before {
  content: "\f127"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-untappd:before {
  content: "\f405"; }

.fa-upload:before {
  content: "\f093"; }

.fa-usb:before {
  content: "\f287"; }

.fa-user:before {
  content: "\f007"; }

.fa-user-alt:before {
  content: "\f406"; }

.fa-user-alt-slash:before {
  content: "\f4fa"; }

.fa-user-astronaut:before {
  content: "\f4fb"; }

.fa-user-check:before {
  content: "\f4fc"; }

.fa-user-circle:before {
  content: "\f2bd"; }

.fa-user-clock:before {
  content: "\f4fd"; }

.fa-user-cog:before {
  content: "\f4fe"; }

.fa-user-edit:before {
  content: "\f4ff"; }

.fa-user-friends:before {
  content: "\f500"; }

.fa-user-graduate:before {
  content: "\f501"; }

.fa-user-lock:before {
  content: "\f502"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-user-minus:before {
  content: "\f503"; }

.fa-user-ninja:before {
  content: "\f504"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-user-shield:before {
  content: "\f505"; }

.fa-user-slash:before {
  content: "\f506"; }

.fa-user-tag:before {
  content: "\f507"; }

.fa-user-tie:before {
  content: "\f508"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-users:before {
  content: "\f0c0"; }

.fa-users-cog:before {
  content: "\f509"; }

.fa-ussunnah:before {
  content: "\f407"; }

.fa-utensil-spoon:before {
  content: "\f2e5"; }

.fa-utensils:before {
  content: "\f2e7"; }

.fa-vaadin:before {
  content: "\f408"; }

.fa-vector-square:before {
  content: "\f5cb"; }

.fa-venus:before {
  content: "\f221"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-vial:before {
  content: "\f492"; }

.fa-vials:before {
  content: "\f493"; }

.fa-viber:before {
  content: "\f409"; }

.fa-video:before {
  content: "\f03d"; }

.fa-video-slash:before {
  content: "\f4e2"; }

.fa-vihara:before {
  content: "\f6a7"; }

.fa-vimeo:before {
  content: "\f40a"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-vimeo-v:before {
  content: "\f27d"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-vk:before {
  content: "\f189"; }

.fa-vnv:before {
  content: "\f40b"; }

.fa-volleyball-ball:before {
  content: "\f45f"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-vuejs:before {
  content: "\f41f"; }

.fa-walking:before {
  content: "\f554"; }

.fa-wallet:before {
  content: "\f555"; }

.fa-warehouse:before {
  content: "\f494"; }

.fa-weebly:before {
  content: "\f5cc"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-weight:before {
  content: "\f496"; }

.fa-weight-hanging:before {
  content: "\f5cd"; }

.fa-weixin:before {
  content: "\f1d7"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-whatsapp-square:before {
  content: "\f40c"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-whmcs:before {
  content: "\f40d"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-window-close:before {
  content: "\f410"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-wine-glass:before {
  content: "\f4e3"; }

.fa-wine-glass-alt:before {
  content: "\f5ce"; }

.fa-wix:before {
  content: "\f5cf"; }

.fa-wolf-pack-battalion:before {
  content: "\f514"; }

.fa-won-sign:before {
  content: "\f159"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-wordpress-simple:before {
  content: "\f411"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-x-ray:before {
  content: "\f497"; }

.fa-xbox:before {
  content: "\f412"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-y-combinator:before {
  content: "\f23b"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-yandex:before {
  content: "\f413"; }

.fa-yandex-international:before {
  content: "\f414"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-yen-sign:before {
  content: "\f157"; }

.fa-yin-yang:before {
  content: "\f6ad"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-youtube-square:before {
  content: "\f431"; }

.fa-zhihu:before {
  content: "\f63f"; }

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  src: url("../webfonts/fa-brands-400.eot");
  src: url("../webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.woff") format("woff"), url("../webfonts/fa-brands-400.ttf") format("truetype"), url("../webfonts/fa-brands-400.svg#fontawesome") format("svg"); }

.fab {
  font-family: 'Font Awesome 5 Brands'; }

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  src: url("../webfonts/fa-regular-400.eot");
  src: url("../webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.woff") format("woff"), url("../webfonts/fa-regular-400.ttf") format("truetype"), url("../webfonts/fa-regular-400.svg#fontawesome") format("svg"); }

.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  src: url("../webfonts/fa-solid-900.eot");
  src: url("../webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.woff") format("woff"), url("../webfonts/fa-solid-900.ttf") format("truetype"), url("../webfonts/fa-solid-900.svg#fontawesome") format("svg"); }

.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900; }

.icon-001:after {
  background-image: url("../image/icons/icon-001.svg"); }

.icon-002:after {
  background-image: url("../image/icons/icon-002.svg"); }

.icon-003:after {
  background-image: url("../image/icons/icon-003.svg"); }

.icon-004:after {
  background-image: url("../image/icons/icon-004.svg"); }

.icon-005:after {
  background-image: url("../image/icons/icon-005.svg"); }

.icon-006:after {
  background-image: url("../image/icons/icon-006.svg"); }

.icon-007:after {
  background-image: url("../image/icons/icon-007.svg"); }

.icon-008:after {
  background-image: url("../image/icons/icon-008.svg"); }

.icon-009:after {
  background-image: url("../image/icons/icon-009.svg"); }

.icon-010:after {
  background-image: url("../image/icons/icon-010.svg"); }

.icon-011:after {
  background-image: url("../image/icons/icon-011.svg"); }

.icon-012:after {
  background-image: url("../image/icons/icon-012.svg"); }

.icon-013:after {
  background-image: url("../image/icons/icon-013.svg"); }

.icon-014:after {
  background-image: url("../image/icons/icon-014.svg"); }

.icon-015:after {
  background-image: url("../image/icons/icon-015.svg"); }

.icon-016:after {
  background-image: url("../image/icons/icon-016.svg"); }

.icon-017:after {
  background-image: url("../image/icons/icon-017.svg"); }

.icon-018:after {
  background-image: url("../image/icons/icon-018.svg"); }

.icon-019:after {
  background-image: url("../image/icons/icon-019.svg"); }

.icon-020:after {
  background-image: url("../image/icons/icon-020.svg"); }

.icon-021:after {
  background-image: url("../image/icons/icon-021.svg"); }

.icon-022:after {
  background-image: url("../image/icons/icon-022.svg"); }

.icon-023:after {
  background-image: url("../image/icons/icon-023.svg"); }

.icon-024:after {
  background-image: url("../image/icons/icon-024.svg"); }

.icon-025:after {
  background-image: url("../image/icons/icon-025.svg"); }

.icon-026:after {
  background-image: url("../image/icons/icon-026.svg"); }

.icon-027:after {
  background-image: url("../image/icons/icon-027.svg"); }

.icon-028:after {
  background-image: url("../image/icons/icon-028.svg"); }

.icon-029:after {
  background-image: url("../image/icons/icon-029.svg"); }

.icon-030:after {
  background-image: url("../image/icons/icon-030.svg"); }

.icon-031:after {
  background-image: url("../image/icons/icon-031.svg"); }

.icon-032:after {
  background-image: url("../image/icons/icon-032.svg"); }

.icon-033:after {
  background-image: url("../image/icons/icon-033.svg"); }

.icon-034:after {
  background-image: url("../image/icons/icon-034.svg"); }

.icon-035:after {
  background-image: url("../image/icons/icon-035.svg"); }

.icon-036:after {
  background-image: url("../image/icons/icon-036.svg"); }

.icon-037:after {
  background-image: url("../image/icons/icon-037.svg"); }

.icon-038:after {
  background-image: url("../image/icons/icon-038.svg"); }

.icon-039:after {
  background-image: url("../image/icons/icon-039.svg"); }

.icon-040:after {
  background-image: url("../image/icons/icon-040.svg"); }

.icon-041:after {
  background-image: url("../image/icons/icon-041.svg"); }

.icon-042:after {
  background-image: url("../image/icons/icon-042.svg"); }

.icon-043:after {
  background-image: url("../image/icons/icon-043.svg"); }

.icon-044:after {
  background-image: url("../image/icons/icon-044.svg"); }

.icon-045:after {
  background-image: url("../image/icons/icon-045.svg"); }

.icon-046:after {
  background-image: url("../image/icons/icon-046.svg"); }

.icon-047:after {
  background-image: url("../image/icons/icon-047.svg"); }

.icon-048:after {
  background-image: url("../image/icons/icon-048.svg"); }

.icon-049:after {
  background-image: url("../image/icons/icon-049.svg"); }

.icon-050:after {
  background-image: url("../image/icons/icon-050.svg"); }

.icon-051:after {
  background-image: url("../image/icons/icon-051.svg"); }

.icon-052:after {
  background-image: url("../image/icons/icon-052.svg"); }

.icon-053:after {
  background-image: url("../image/icons/icon-053.svg"); }

.icon-054:after {
  background-image: url("../image/icons/icon-054.svg"); }

.icon-055:after {
  background-image: url("../image/icons/icon-055.svg"); }

.icon-056:after {
  background-image: url("../image/icons/icon-056.svg"); }

.icon-057:after {
  background-image: url("../image/icons/icon-057.svg"); }

.icon-058:after {
  background-image: url("../image/icons/icon-058.svg"); }

.icon-059:after {
  background-image: url("../image/icons/icon-059.svg"); }

.icon-060:after {
  background-image: url("../image/icons/icon-060.svg"); }

.icon-061:after {
  background-image: url("../image/icons/icon-061.svg"); }

.icon-062:after {
  background-image: url("../image/icons/icon-062.svg"); }

.icon-063:after {
  background-image: url("../image/icons/icon-063.svg"); }

.icon-064:after {
  background-image: url("../image/icons/icon-064.svg"); }

.icon-065:after {
  background-image: url("../image/icons/icon-065.svg"); }

.icon-066:after {
  background-image: url("../image/icons/icon-066.svg"); }

.icon-067:after {
  background-image: url("../image/icons/icon-067.svg"); }

.icon-068:after {
  background-image: url("../image/icons/icon-068.svg"); }

.icon-069:after {
  background-image: url("../image/icons/icon-069.svg"); }

.icon-070:after {
  background-image: url("../image/icons/icon-070.svg"); }

.icon-071:after {
  background-image: url("../image/icons/icon-071.svg"); }

.icon-072:after {
  background-image: url("../image/icons/icon-072.svg"); }

.icon-073:after {
  background-image: url("../image/icons/icon-073.svg"); }

.icon-074:after {
  background-image: url("../image/icons/icon-074.svg"); }

.icon-075:after {
  background-image: url("../image/icons/icon-075.svg"); }

.icon-076:after {
  background-image: url("../image/icons/icon-076.svg"); }

.icon-077:after {
  background-image: url("../image/icons/icon-077.svg"); }

.icon-078:after {
  background-image: url("../image/icons/icon-078.svg"); }

.icon-079:after {
  background-image: url("../image/icons/icon-079.svg"); }

.icon-080:after {
  background-image: url("../image/icons/icon-080.svg"); }

.icon-081:after {
  background-image: url("../image/icons/icon-081.svg"); }

.icon-082:after {
  background-image: url("../image/icons/icon-082.svg"); }

.icon-083:after {
  background-image: url("../image/icons/icon-083.svg"); }

.icon-084:after {
  background-image: url("../image/icons/icon-084.svg"); }

.icon-085:after {
  background-image: url("../image/icons/icon-085.svg"); }

.icon-086:after {
  background-image: url("../image/icons/icon-086.svg"); }

.icon-087:after {
  background-image: url("../image/icons/icon-087.svg"); }

.icon-088:after {
  background-image: url("../image/icons/icon-088.svg"); }

.icon-089:after {
  background-image: url("../image/icons/icon-089.svg"); }

.icon-090:after {
  background-image: url("../image/icons/icon-090.svg"); }

.icon-091:after {
  background-image: url("../image/icons/icon-091.svg"); }

.icon-092:after {
  background-image: url("../image/icons/icon-092.svg"); }

.icon-093:after {
  background-image: url("../image/icons/icon-093.svg"); }

.icon-094:after {
  background-image: url("../image/icons/icon-094.svg"); }

.icon-095:after {
  background-image: url("../image/icons/icon-095.svg"); }

.icon-096:after {
  background-image: url("../image/icons/icon-096.svg"); }

.icon-097:after {
  background-image: url("../image/icons/icon-097.svg"); }

.icon-098:after {
  background-image: url("../image/icons/icon-098.svg"); }

.icon-099:after {
  background-image: url("../image/icons/icon-099.svg"); }

.icon-100:after {
  background-image: url("../image/icons/icon-100.svg"); }

.icon-101:after {
  background-image: url("../image/icons/icon-101.svg"); }

.icon-102:after {
  background-image: url("../image/icons/icon-102.svg"); }

.icon-103:after {
  background-image: url("../image/icons/icon-103.svg"); }

.icon-104:after {
  background-image: url("../image/icons/icon-104.svg"); }

.icon-105:after {
  background-image: url("../image/icons/icon-105.svg"); }

.icon-106:after {
  background-image: url("../image/icons/icon-106.svg"); }

.icon-107:after {
  background-image: url("../image/icons/icon-107.svg"); }

.icon-108:after {
  background-image: url("../image/icons/icon-108.svg"); }

.icon-109:after {
  background-image: url("../image/icons/icon-109.svg"); }

.icon-110:after {
  background-image: url("../image/icons/icon-110.svg"); }

.icon-111:after {
  background-image: url("../image/icons/icon-111.svg"); }

.icon-112:after {
  background-image: url("../image/icons/icon-112.svg"); }

.icon-113:after {
  background-image: url("../image/icons/icon-113.svg"); }

.icon-114:after {
  background-image: url("../image/icons/icon-114.svg"); }

.icon-115:after {
  background-image: url("../image/icons/icon-115.svg"); }

.icon-116:after {
  background-image: url("../image/icons/icon-116.svg"); }

.icon-117:after {
  background-image: url("../image/icons/icon-117.svg"); }

.icon-118:after {
  background-image: url("../image/icons/icon-118.svg"); }

.icon-119:after {
  background-image: url("../image/icons/icon-119.svg"); }

.icon-120:after {
  background-image: url("../image/icons/icon-120.svg"); }

.icon-121:after {
  background-image: url("../image/icons/icon-121.svg"); }

.icon-122:after {
  background-image: url("../image/icons/icon-122.svg"); }

.icon-123:after {
  background-image: url("../image/icons/icon-123.svg"); }

.icon-124:after {
  background-image: url("../image/icons/icon-124.svg"); }

.icon-125:after {
  background-image: url("../image/icons/icon-125.svg"); }

.icon-126:after {
  background-image: url("../image/icons/icon-126.svg"); }

.icon-127:after {
  background-image: url("../image/icons/icon-127.svg"); }

.icon-128:after {
  background-image: url("../image/icons/icon-128.svg"); }

.icon-129:after {
  background-image: url("../image/icons/icon-129.svg"); }

.icon-130:after {
  background-image: url("../image/icons/icon-130.svg"); }

.icon-131:after {
  background-image: url("../image/icons/icon-131.svg"); }

.icon-132:after {
  background-image: url("../image/icons/icon-132.svg"); }

.icon-133:after {
  background-image: url("../image/icons/icon-133.svg"); }

.icon-134:after {
  background-image: url("../image/icons/icon-134.svg"); }

.icon-135:after {
  background-image: url("../image/icons/icon-135.svg"); }

.icon-136:after {
  background-image: url("../image/icons/icon-136.svg"); }

.icon-137:after {
  background-image: url("../image/icons/icon-137.svg"); }

.icon-138:after {
  background-image: url("../image/icons/icon-138.svg"); }

.icon-139:after {
  background-image: url("../image/icons/icon-139.svg"); }

.icon-140:after {
  background-image: url("../image/icons/icon-140.svg"); }

.icon-141:after {
  background-image: url("../image/icons/icon-141.svg"); }

.icon-142:after {
  background-image: url("../image/icons/icon-142.svg"); }

.icon-143:after {
  background-image: url("../image/icons/icon-143.svg"); }

.icon-144:after {
  background-image: url("../image/icons/icon-144.svg"); }

.icon-145:after {
  background-image: url("../image/icons/icon-145.svg"); }

.icon-146:after {
  background-image: url("../image/icons/icon-146.svg"); }

.icon-147:after {
  background-image: url("../image/icons/icon-147.svg"); }

.icon-148:after {
  background-image: url("../image/icons/icon-148.svg"); }

.icon-149:after {
  background-image: url("../image/icons/icon-149.svg"); }

.icon-150:after {
  background-image: url("../image/icons/icon-150.svg"); }

.icon-151:after {
  background-image: url("../image/icons/icon-151.svg"); }

.icon-152:after {
  background-image: url("../image/icons/icon-152.svg"); }

.icon-153:after {
  background-image: url("../image/icons/icon-153.svg"); }

.icon-154:after {
  background-image: url("../image/icons/icon-154.svg"); }

.icon-155:after {
  background-image: url("../image/icons/icon-155.svg"); }

.icon-156:after {
  background-image: url("../image/icons/icon-156.svg"); }

.icon-157:after {
  background-image: url("../image/icons/icon-157.svg"); }

.icon-158:after {
  background-image: url("../image/icons/icon-158.svg"); }

.icon-159:after {
  background-image: url("../image/icons/icon-159.svg"); }

.icon-160:after {
  background-image: url("../image/icons/icon-160.svg"); }

.icon-161:after {
  background-image: url("../image/icons/icon-161.svg"); }

.icon-162:after {
  background-image: url("../image/icons/icon-162.svg"); }

.icon-163:after {
  background-image: url("../image/icons/icon-163.svg"); }

.icon-164:after {
  background-image: url("../image/icons/icon-164.svg"); }

.icon-165:after {
  background-image: url("../image/icons/icon-165.svg"); }

.icon-166:after {
  background-image: url("../image/icons/icon-166.svg"); }

.icon-167:after {
  background-image: url("../image/icons/icon-167.svg"); }

.icon-168:after {
  background-image: url("../image/icons/icon-168.svg"); }

.icon-169:after {
  background-image: url("../image/icons/icon-169.svg"); }

.icon-170:after {
  background-image: url("../image/icons/icon-170.svg"); }

.icon-171:after {
  background-image: url("../image/icons/icon-171.svg"); }

.icon-172:after {
  background-image: url("../image/icons/icon-172.svg"); }

.icon-173:after {
  background-image: url("../image/icons/icon-173.svg"); }

.icon-174:after {
  background-image: url("../image/icons/icon-174.svg"); }

.icon-175:after {
  background-image: url("../image/icons/icon-175.svg"); }

.icon-176:after {
  background-image: url("../image/icons/icon-176.svg"); }

.icon-177:after {
  background-image: url("../image/icons/icon-177.svg"); }

.icon-178:after {
  background-image: url("../image/icons/icon-178.svg"); }

.icon-179:after {
  background-image: url("../image/icons/icon-179.svg"); }

.icon-180:after {
  background-image: url("../image/icons/icon-180.svg"); }

.icon-181:after {
  background-image: url("../image/icons/icon-181.svg"); }

.icon-182:after {
  background-image: url("../image/icons/icon-182.svg"); }

.icon-183:after {
  background-image: url("../image/icons/icon-183.svg"); }

.icon-184:after {
  background-image: url("../image/icons/icon-184.svg"); }

.icon-185:after {
  background-image: url("../image/icons/icon-185.svg"); }

.icon-186:after {
  background-image: url("../image/icons/icon-186.svg"); }

.icon-187:after {
  background-image: url("../image/icons/icon-187.svg"); }

.icon-188:after {
  background-image: url("../image/icons/icon-188.svg"); }

.icon-189:after {
  background-image: url("../image/icons/icon-189.svg"); }

.icon-190:after {
  background-image: url("../image/icons/icon-190.svg"); }

.icon-191:after {
  background-image: url("../image/icons/icon-191.svg"); }

.icon-192:after {
  background-image: url("../image/icons/icon-192.svg"); }

.icon-193:after {
  background-image: url("../image/icons/icon-193.svg"); }

.icon-194:after {
  background-image: url("../image/icons/icon-194.svg"); }

.icon-195:after {
  background-image: url("../image/icons/icon-195.svg"); }

.icon-196:after {
  background-image: url("../image/icons/icon-196.svg"); }

.icon-197:after {
  background-image: url("../image/icons/icon-197.svg"); }

.icon-198:after {
  background-image: url("../image/icons/icon-198.svg"); }

.icon-199:after {
  background-image: url("../image/icons/icon-199.svg"); }

.icon-200:after {
  background-image: url("../image/icons/icon-200.svg"); }

.icon-201:after {
  background-image: url("../image/icons/icon-201.svg"); }

.icon-202:after {
  background-image: url("../image/icons/icon-202.svg"); }

.icon-203:after {
  background-image: url("../image/icons/icon-203.svg"); }

.icon-204:after {
  background-image: url("../image/icons/icon-204.svg"); }

.icon-205:after {
  background-image: url("../image/icons/icon-205.svg"); }

.icon-206:after {
  background-image: url("../image/icons/icon-206.svg"); }

.icon-207:after {
  background-image: url("../image/icons/icon-207.svg"); }

.icon-208:after {
  background-image: url("../image/icons/icon-208.svg"); }

.icon-209:after {
  background-image: url("../image/icons/icon-209.svg"); }

.icon-210:after {
  background-image: url("../image/icons/icon-210.svg"); }

.icon-211:after {
  background-image: url("../image/icons/icon-211.svg"); }

.icon-212:after {
  background-image: url("../image/icons/icon-212.svg"); }

.icon-213:after {
  background-image: url("../image/icons/icon-213.svg"); }

.icon-214:after {
  background-image: url("../image/icons/icon-214.svg"); }

.icon-215:after {
  background-image: url("../image/icons/icon-215.svg"); }

.icon-216:after {
  background-image: url("../image/icons/icon-216.svg"); }

.icon-217:after {
  background-image: url("../image/icons/icon-217.svg"); }

.icon-218:after {
  background-image: url("../image/icons/icon-218.svg"); }

.icon-219:after {
  background-image: url("../image/icons/icon-219.svg"); }

.icon-220:after {
  background-image: url("../image/icons/icon-220.svg"); }

.icon-221:after {
  background-image: url("../image/icons/icon-221.svg"); }

.icon-222:after {
  background-image: url("../image/icons/icon-222.svg"); }

.icon-223:after {
  background-image: url("../image/icons/icon-223.svg"); }

.icon-224:after {
  background-image: url("../image/icons/icon-224.svg"); }

.icon-225:after {
  background-image: url("../image/icons/icon-225.svg"); }

.icon-226:after {
  background-image: url("../image/icons/icon-226.svg"); }

.icon-227:after {
  background-image: url("../image/icons/icon-227.svg"); }

.icon-228:after {
  background-image: url("../image/icons/icon-228.svg"); }

.icon-229:after {
  background-image: url("../image/icons/icon-229.svg"); }

.icon-230:after {
  background-image: url("../image/icons/icon-230.svg"); }

.icon-231:after {
  background-image: url("../image/icons/icon-231.svg"); }

.icon-232:after {
  background-image: url("../image/icons/icon-232.svg"); }

.icon-233:after {
  background-image: url("../image/icons/icon-233.svg"); }

.icon-234:after {
  background-image: url("../image/icons/icon-234.svg"); }

.icon-235:after {
  background-image: url("../image/icons/icon-235.svg"); }

.icon-236:after {
  background-image: url("../image/icons/icon-236.svg"); }

.icon-237:after {
  background-image: url("../image/icons/icon-237.svg"); }

.icon-238:after {
  background-image: url("../image/icons/icon-238.svg"); }

.icon-239:after {
  background-image: url("../image/icons/icon-239.svg"); }

.icon-240:after {
  background-image: url("../image/icons/icon-240.svg"); }

.icon-241:after {
  background-image: url("../image/icons/icon-241.svg"); }

.icon-242:after {
  background-image: url("../image/icons/icon-242.svg"); }

.icon-243:after {
  background-image: url("../image/icons/icon-243.svg"); }

.icon-244:after {
  background-image: url("../image/icons/icon-244.svg"); }

.icon-245:after {
  background-image: url("../image/icons/icon-245.svg"); }

.icon-246:after {
  background-image: url("../image/icons/icon-246.svg"); }

.icon-247:after {
  background-image: url("../image/icons/icon-247.svg"); }

.icon-248:after {
  background-image: url("../image/icons/icon-248.svg"); }

.icon-249:after {
  background-image: url("../image/icons/icon-249.svg"); }

.icon-250:after {
  background-image: url("../image/icons/icon-250.svg"); }

.icon-251:after {
  background-image: url("../image/icons/icon-251.svg"); }

.icon-252:after {
  background-image: url("../image/icons/icon-252.svg"); }

.icon-253:after {
  background-image: url("../image/icons/icon-253.svg"); }

.icon-254:after {
  background-image: url("../image/icons/icon-254.svg"); }

/******************************************************
*******************************************************
                  Color variables
*******************************************************
******************************************************/
/*=====================================================
                  Product colors 01
=====================================================*/
/*=====================================================
                  Product colors 02
=====================================================*/
.color-base {
  background-color: #D8D8D8; }

.color-primary {
  background-color: #8F8178; }

.color-negative {
  background-color: #E63027; }

.text-danger {
  color: #E63027; }

/******************************************************
*******************************************************
                      Typography
*******************************************************
******************************************************/
#d_quickcheckout .custom-sectionHeading {
  font-weight: 700;
  position: relative;
  text-align: center;
  color: #0d0d0d;
  text-transform: none;
  font-family: Montserrat-Regular, sans-serif; }

.custom-sectionHeading .custom-subHeading,
#d_quickcheckout .custom-sectionHeading .custom-subHeading {
  display: block;
  text-transform: none;
  font-weight: 400;
  font-family: Montserrat-Regular, sans-serif; }

.custom-sectionDesc {
  text-align: center;
  max-width: 750px;
  margin: 0 auto; }

.text1 {
  font-size: 25px;
  text-transform: none;
  font-weight: 400;
  font-family: Montserrat-Regular, sans-serif; }

.textLabel {
  font-size: 18px;
  text-transform: none;
  font-weight: 400;
  font-family: Montserrat-Regular, sans-serif;
  color: #0d0d0d;
  line-height: 2.5;
  padding: 0 0 0 17px; }

.textLabelBold {
  font-size: 18px;
  text-transform: none;
  font-weight: bold;
  font-family: Montserrat-Regular, sans-serif;
  color: #0d0d0d;
  line-height: 2.5;
  padding: 0 0 0 17px; }

.text2 {
  font-size: 16px;
  text-transform: none;
  font-weight: 500;
  font-family: Montserrat-Regular, sans-serif;
  color: #0d0d0d;
  margin-bottom: 0; }

.text3 {
  font-size: 14px;
  text-transform: none;
  font-family: Montserrat-Regular, sans-serif;
  color: #000;
  margin-bottom: 0; }
  .text3 a:last-of-type {
    color: #E63027; }

.textBold {
  font-size: 16px;
  text-transform: none;
  font-weight: bold;
  font-family: Montserrat-Regular, sans-serif;
  color: #0d0d0d;
  margin-bottom: 0; }

/*====================================================================
=============== Bootstrap 3 Media Queries for TYPOGRAPHY =============
====================================================================*/
/*==================================================
============== Mobile First Method =================
=              Custom, iPhone Retina
==================================================*/
@media only screen and (min-width: 320px) {
  #d_quickcheckout .custom-sectionHeading {
    font-size: 30px;
    line-height: 1.1;
    padding-bottom: 0;
    margin-bottom: 20px; }
  .custom-sectionHeading .custom-subHeading,
  #d_quickcheckout .custom-sectionHeading .custom-subHeading {
    font-size: 20px;
    margin: 10px 0 20px 0; }
  .smText {
    padding-top: 10px;
    line-height: 1.3;
    font-size: 14px; } }

/*==================================================
=       Extra Small Devices, Portrait Phones       =
==================================================*/
@media only screen and (min-width: 480px) {
  #d_quickcheckout .custom-sectionHeading {
    font-size: 30px;
    line-height: 1.1;
    padding-bottom: 0;
    margin-bottom: 20px; }
  .custom-sectionHeading .custom-subHeading,
  #d_quickcheckout .custom-sectionHeading .custom-subHeading {
    font-size: 20px;
    margin: 10px 0 20px 0; }
  .smText {
    padding-top: 10px;
    line-height: 1.3;
    font-size: 14px; } }

/*=================================================================================
= Small Devices, Landscape Phones and Phablets, Portrait Tablets, Small Desktops =
=================================================================================*/
@media only screen and (min-width: 768px) {
  #d_quickcheckout .custom-sectionHeading {
    font-size: 30px;
    line-height: 1.5;
    padding-bottom: 20px;
    margin-bottom: 30px; }
  .custom-sectionHeading .custom-subHeading,
  #d_quickcheckout .custom-sectionHeading .custom-subHeading {
    font-size: 20px;
    margin: 0 0 20px 0; }
  .smText {
    padding-top: 10px;
    line-height: 1.3;
    font-size: 12px; } }

/*======================================================
= Medium Devices, Landscape Tablets, Laptops, Desktops =
======================================================*/
@media only screen and (min-width: 992px) {
  #d_quickcheckout .custom-sectionHeading {
    font-size: 30px;
    line-height: 1.5;
    padding-bottom: 20px;
    margin-bottom: 30px; }
  .custom-sectionHeading .custom-subHeading,
  #d_quickcheckout .custom-sectionHeading .custom-subHeading {
    font-size: 20px;
    margin: 0 0 20px 0; }
  .smText {
    padding-top: 10px;
    line-height: 1.3;
    font-size: 12px; } }

/*==================================================
=   Large Devices, Large Desktops, Wide Screens    =
==================================================*/
@media only screen and (min-width: 1200px) {
  #d_quickcheckout .custom-sectionHeading {
    font-size: 30px;
    line-height: 1.5;
    padding-bottom: 20px;
    margin-bottom: 30px; }
  .custom-sectionHeading .custom-subHeading,
  #d_quickcheckout .custom-sectionHeading .custom-subHeading {
    font-size: 20px;
    margin: 0 0 20px 0; }
  .smText {
    padding-top: 10px;
    line-height: 1.3;
    font-size: 12px; } }

/******************************************************
*******************************************************
                Predefined content align
*******************************************************
******************************************************/
.margin-left {
  margin-left: 1em !important;
  margin-right: 0; }

.margin-right {
  margin-left: 0;
  margin-right: 1em !important; }

/******************************************************
*******************************************************
                      LAYOUT
                  General layout
*******************************************************
******************************************************/
section {
  padding: 0; }

.container {
  position: relative; }

[layout=row] {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }

.fsr {
  -webkit-flex-shrink: 0;
  flex-shrink: 0; }

.fg {
  -webkit-flex-grow: 1;
  flex-grow: 1; }

.fw {
  flex-wrap: wrap; }

.verticalStretch {
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -webkit-box-align: stretch;
  align-items: stretch; }

.verticalCenter {
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center; }

.custom-btn {
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 20px;
  text-align: center;
  border: 2px solid #fff;
  font-size: 12px;
  line-height: 100%; }

.custom-btn:hover {
  color: #fff; }

@media only screen and (min-width: 1400px) {
  .container {
    width: 1370px; } }

/******************************************************
*******************************************************
                Layout - Content area
*******************************************************
******************************************************/
.nol {
  padding-left: 0;
  margin-left: 0; }

.nor {
  padding-right: 0;
  margin-right: 0; }

.no {
  padding: 0; }

.pdl {
  padding: 10px 0 0 15px; }

/*====================================================================
==================== Bootstrap 3 Media Queries for LAYOUT ============
====================================================================*/
/*==================================================
============== Mobile First Method =================
=              Custom, iPhone Retina
==================================================*/
@media only screen and (min-width: 320px) {
  .nopd {
    padding: 0 15px; }
  .pd {
    padding: 0 15px; }
  .pd30 {
    padding: 30px 0 0 0; }
  .pdMain {
    padding: 0 0 40px 0; }
  .block-container.teaser {
    padding-top: 40px; } }

/*==================================================
=       Extra Small Devices, Portrait Phones       =
==================================================*/
@media only screen and (min-width: 480px) {
  .nopd {
    padding: 0 15px; }
  .pd {
    padding: 0 15px; }
  .pd30 {
    padding: 30px 0 0 0; } }

/*=================================================================================
= Small Devices, Landscape Phones and Phablets, Portrait Tablets, Small Desktops =
=================================================================================*/
@media only screen and (min-width: 768px) {
  .nopd {
    padding: 0 15px; }
  .pd {
    padding: 0 100px; }
  .pd30 {
    padding: 30px 0 0 0; }
  .pdMain {
    padding: 0 0 55px 0; }
  .block-container.teaser {
    padding-top: 55px; } }

/*======================================================
= Medium Devices, Landscape Tablets, Laptops, Desktops =
======================================================*/
@media only screen and (min-width: 992px) {
  .nopd {
    padding: 0; }
  .pd {
    padding: 0 100px; }
  .pd30 {
    padding: 30px 0 0 0; }
  .pdMain {
    padding: 0 0 95px 0; }
  .block-container.teaser {
    padding-top: 95px; } }

/*==================================================
=   Large Devices, Large Desktops, Wide Screens    =
==================================================*/
@media only screen and (min-width: 1200px) {
  .nopd {
    padding: 0; }
  .pd {
    padding: 0 100px; }
  .pd30 {
    padding: 30px 0 0 0; } }

/******************************************************
*******************************************************
                  Default html
*******************************************************
******************************************************/
html {
  line-height: 1.7;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-size: 16px; }

body {
  line-height: 1.7;
  margin: 0;
  padding: 0;
  color: #0d0d0d;
  font-size: 1rem;
  overflow-x: hidden;
  position: relative;
  font-family: Montserrat-Regular, sans-serif; }

@media only screen and (min-width: 320px) {
  html {
    font-size: 12px; }
  body {
    overflow-x: hidden; } }

@media only screen and (min-width: 768px) {
  html {
    font-size: 14px; } }

@media only screen and (min-width: 992px) {
  body {
    overflow: visible; } }

@media only screen and (min-width: 1200px) {
  html {
    font-size: 16px; } }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block; }

hr {
  border-left: none;
  border-right: none;
  border-top: 1px solid #E5E5E5;
  color: #F4F4F4;
  margin: 20px 0;
  padding: 0; }

/******************************************************
*******************************************************
             Default html - link styles
*******************************************************
******************************************************/
a {
  text-decoration: none;
  outline: none;
  /* color: #D8D8D8; */
  color: #000; }

a:hover {
  color: #E63027;
  text-decoration: none;
  outline: none; }

a:active {
  text-decoration: none;
  outline: none; }

a:focus {
  color: #584f49;
  outline: none;
  text-decoration: none; }

a img {
  border: none; }

/******************************************************
*******************************************************
             Default html - heading styles
*******************************************************
******************************************************/
h1, h2, h3, h4, h5, h6 {
  margin: 5px 0 10px;
  color: #000;
  text-transform: normal;
  font-family: MontserratAlternates-SemiBold, sans-serif;
  font-weight: normal; }

h1 {
  font-size: 3em; }

h2 {
  font-size: 2.5em; }

h3 {
  font-size: 1.5em; }

h4 {
  font-size: 1.2em; }

h5 {
  font-size: 1em; }

h6 {
  font-size: 1em; }

/******************************************************
*******************************************************
             Default html - list styles
*******************************************************
******************************************************/
ul, ol {
  margin: 0;
  padding: 0; }

ul li, ol li {
  margin: 0;
  padding: 0; }

p, form, input {
  margin: 0;
  padding: 0; }

p {
  margin-bottom: 10px; }

ul {
  list-style: none; }

ul li {
  list-style: none; }

/******************************************************
*******************************************************
             Default html - images styles
*******************************************************
******************************************************/
img {
  border: none;
  max-width: 100%; }

img.image-left {
  float: left;
  margin-right: 5px; }

img.img-full-width {
  width: 100%; }

/******************************************************
*******************************************************
                  Layout - Header area
*******************************************************
******************************************************/
#custom-header {
  font-family: Montserrat-Regular, sans-serif;
  background: #FFF; }

#custom-header:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: #FFF; }

#custom-headerInner {
  position: relative;
  z-index: 20; }

/******************************************************
*******************************************************
                  Layout - Menu area
*******************************************************
******************************************************/
#custom-navbar {
  margin: 0 auto;
  border: none;
  border-radius: 0; }

#custom-navbar .custom-navBrendBox {
  padding: 0;
  margin: 0 auto; }
  #custom-navbar .custom-navBrendBox svg {
    width: 25px;
    height: 25px; }

#custom-navbar .custom-navBrendBox .logo:hover, #custom-navbar .custom-navBrendBox .logo:focus {
  text-decoration: none; }

#custom-navbar .custom-navBrendBox .userBox .navLogin {
  /* font-family: "NeutraTextTF-Demi"; */
  font-family: Montserrat-Regular, sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #000; }

#custom-navbar .custom-navBrendBox .userBox .navCart {
  margin-left: 10%;
  display: inline-block;
  /* font-family: "NeutraTextTF-Demi"; */
  font-family: Montserrat-Regular, sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #000; }

#custom-navbar .navbar-nav > li > .navLink {
  color: #000;
  font-weight: normal;
  font-size: 14px;
  text-transform: none;
  font-family: Montserrat-Medium, sans-serif; }

#custom-navbar .navbar-nav > li.opened > .navLink {
  color: #E63027; }

#custom-navbar .navbar-nav > li > .navLink:hover,
.nav > li > a:focus, .nav > li > a:hover {
  color: #E63027;
  background: none; }

#custom-navbar .navbar-nav > .active > .navLink {
  background: none;
  color: #E63027; }

#custom-navbar .navbar-toggle {
  margin-right: 0;
  border: none; }

#custom-navbar .navbar-toggle:hover, #custom-navbar .navbar-toggle:focus {
  background: none; }

#custom-navbar .navbar-toggle .icon-bar {
  background: #fff; }

/******************************************************
*******************************************************
              Fixed navbar with animation
*******************************************************
******************************************************/
.custom-fixed-nav #custom-navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #FFF;
  z-index: 20;
  box-shadow: 0 1px 5px 0 rgba(216, 216, 216, 0.75);
  -webkit-box-shadow: 0 1px 5px 0 rgba(216, 216, 216, 0.75);
  -moz-box-shadow: 0 1px 5px 0 rgba(216, 216, 216, 0.75);
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

.custom-fixed-nav #custom-navbar .navbar-nav > li > .navLink {
  border: none; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

/*====================================================================
============== Bootstrap 3 Media Queries for HEADER ==================
====================================================================*/
/*==================================================
============== Mobile First Method =================
=              Custom, iPhone Retina
==================================================*/
@media only screen and (min-width: 320px) {
  #custom-navbar .custom-navBrendBox .customUserBox > i {
    color: #0d0d0d; }
  #custom-navbar .userBoxSm {
    display: inline-block;
    width: 25px;
    margin-right: 10px; }
    #custom-navbar .userBoxSm .userBox {
      width: 100%; }
  #custom-navbar .navbar-nav > li {
    position: relative; }
    #custom-navbar .navbar-nav > li > .navLink {
      font-size: 16px;
      font-family: Montserrat-Regular, sans-serif;
      margin: 0 auto;
      padding: 30px 0 20px 15px;
      border-bottom: 1px solid rgba(183, 180, 180, 0.8); }
    #custom-navbar .navbar-nav > li.active > .navLink {
      border-bottom: 1px solid rgba(183, 180, 180, 0.8); }
      #custom-navbar .navbar-nav > li.active > .navLink:hover {
        border-bottom: 1px solid rgba(183, 180, 180, 0.8); }
  #custom-navbar .dropdown-inner .column li a {
    font-size: 16px; }
  #custom-navbar .custom-menuItem {
    width: 100%; }
  #custom-navbar .custom-navbarToggle {
    float: left;
    margin: 0;
    padding: 8px 0 0;
    max-width: 60px;
    padding-left: 15px;
    padding-right: 15px; }
    #custom-navbar .custom-navbarToggle svg {
      width: 100%;
      height: auto; }
  #custom-navbar .custom-navbarToggle .custom-iconBar {
    width: 30px;
    margin: 6px 0;
    background: #000; }
  #custom-navbar .custom-navBrendBox {
    height: 60px;
    float: left;
    width: calc(100% - 70px); }
    #custom-navbar .custom-navBrendBox .navCart {
      display: inline-block;
      width: 25px;
      font-family: Montserrat-Regular, sans-serif;
      font-size: 16px;
      color: #000;
      margin-left: 10px;
      line-height: 60px; }
    #custom-navbar .custom-navBrendBox .logo img {
      width: 60px;
      height: auto; }
  #custom-navbar .custom-fixed-nav #custom-navbar {
    top: 0; }
  .menu-wrapper {
    position: absolute;
    width: 100%;
    left: 0;
    top: 70px;
    padding: 0; }
  .navbar-collapse {
    padding: 0; }
  #custom-navbar .navbar-header {
    padding: 10px 0; } }

@media only screen and (max-width: 480px) {
  .custom-navBrendBox .row .col-xs-3 {
    padding-right: 5px; }
  .custom-navBrendBox .row .col-xs-9 {
    padding-left: 0; } }

@media only screen and (min-width: 768px) {
  #custom-navbar .userBoxSm {
    margin-right: 35px; }
  #custom-navbar .custom-navBrendBox .navCart {
    margin-left: 35px; }
  .custom-fixed-nav #custom-navbar {
    top: 37px; } }

/*==================================================
=       Extra Small Devices, Portrait Phones       =
==================================================*/
@media only screen and (min-width: 480px) {
  #custom-navbar .custom-navBrendBox .customUserBox > i {
    color: #0d0d0d; }
  #custom-navbar .navbar-nav > li > .navLink {
    margin: 0 auto;
    padding: 30px 0 20px 15px; }
  #custom-navbar .custom-menuItem {
    width: 100%; }
  .custom-fixed-nav #custom-navbar .navbar-nav > li > .navLink {
    margin: 0 auto;
    padding: 30px 0 20px 15px;
    border-bottom: 1px solid #8F8178; }
  .custom-fixed-nav #custom-navbar .navbar-nav > li > .navLink:hover {
    border-color: transparent; }
  .custom-fixed-nav #custom-navbar .navbar-nav > .active > .navLink {
    border-bottom: 1px solid #8F8178;
    color: #0d0d0d; }
  .custom-fixed-nav #custom-navbar .navbar-nav > .active > .navLink:hover {
    border-bottom: 1px solid #8F8178;
    background-color: #DFD7C7;
    color: #0d0d0d; } }

/*=================================================================================
= Small Devices, Landscape Phones and Phablets, Portrait Tablets, Small Desktops =
=================================================================================*/
@media only screen and (min-width: 768px) {
  #custom-header {
    /* height: 146px; */ }
  #custom-navbar {
    background: #FFF; }
    #custom-navbar .custom-navBrendBox .customUserBox > i {
      color: #0d0d0d; }
    #custom-navbar .navbar-nav {
      float: left;
      border: 1px solid #0d0d0d;
      padding: 0 0 5px 0;
      width: 100%;
      background-color: #fff; }
    #custom-navbar .navbar-nav {
      float: none !important; }
      #custom-navbar .navbar-nav > li {
        position: static; }
        #custom-navbar .navbar-nav > li > .navLink {
          font-size: 14px;
          font-family: Montserrat-SemiBold, sans-serif;
          float: none;
          margin: 0 auto;
          padding: 30px 4px 20px 3px;
          border-bottom: none; }
        #custom-navbar .navbar-nav > li.active > .navLink {
          border-bottom: none; }
          #custom-navbar .navbar-nav > li.active > .navLink:hover {
            border-bottom: none; }
      #custom-navbar .navbar-nav .dropdown-inner .column li a {
        font-size: 16px; }
    #custom-navbar .custom-menuItem {
      width: 100%; }
    #custom-navbar .navbar-collapse.collapse {
      display: none !important; }
    #custom-navbar .collapse.in {
      display: block !important; }
    #custom-navbar .navbar-header {
      float: none; }
    #custom-navbar .custom-navbarToggle {
      display: block;
      padding: 8px 0 0;
      padding-right: 15px;
      margin: 0;
      max-width: 45px; }
    #custom-navbar .custom-navBrendBox {
      width: calc(100% - 45px); }
  .custom-fixed-nav #custom-navbar .navbar-nav > li > .navLink {
    float: none;
    margin: 0 auto;
    padding: 30px 4px 20px 3px;
    border-bottom: 1px solid transparent; }
  .custom-fixed-nav #custom-navbar .navbar-collapse {
    width: 100%;
    background: #FFF;
    border-color: transparent;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 10px; }
  .menu-wrapper {
    padding: 0 15px; } }

/*======================================================
= Medium Devices, Landscape Tablets, Laptops, Desktops =
======================================================*/
@media only screen and (min-width: 992px) {
  #custom-navbar {
    padding: 0;
    background: #FFF; }
  #menu {
    position: relative; }
    #menu .dropdown-menu {
      position: absolute; }
  #custom-navbar .custom-navBrendBox .customUserBox > i {
    color: #0d0d0d; }
  #custom-navbar .navbar-nav {
    padding: 0; }
  #custom-navbar .navbar-nav > li > .navLink {
    float: none;
    margin: 0 auto;
    padding: 20px 16px 20px 16px; }
  #custom-navbar .navbar-nav > li > .navLink:hover {
    border-color: transparent; }
  #custom-navbar .navbar-nav > .active > .navLink {
    border-bottom: none;
    color: red; }
  #custom-navbar .navbar-nav > .active > .navLink:hover {
    border-bottom: none;
    color: #E63027; }
  #custom-navbar .custom-menuItem {
    width: 100%; }
  #custom-navbar .navbar-collapse.collapse {
    display: none !important; }
  #custom-navbar .collapse.in {
    display: block !important; }
  #custom-navbar .navbar-header {
    width: 100%; }
  .custom-fixed-nav #custom-navbar .navbar-collapse {
    top: 0; }
  .custom-fixed-nav #custom-navbar .navbar-nav > li > .navLink {
    padding: 20px 16px 20px 16px;
    margin: 0 auto; } }

/*==================================================
=   Large Devices, Large Desktops, Wide Screens    =
==================================================*/
@media only screen and (min-width: 1200px) {
  #custom-navbar .custom-navBrendBox {
    width: 100%;
    position: relative; }
  #menu {
    position: static; }
  #custom-navbar {
    padding: 0;
    background: #FFF; }
  #custom-navbar .custom-navBrendBox .customUserBox > i {
    color: #0d0d0d; }
  #custom-navbar .userBoxSm {
    margin-right: 10px; }
  #custom-navbar .userBoxMd {
    display: inline-block;
    width: 40%; }
  #custom-navbar .navbar-nav {
    float: left;
    margin: 0 auto;
    border: 1px solid transparent;
    padding: 0;
    width: 100%; }
  #custom-navbar .navbar-nav > li > .navLink {
    margin: 0;
    padding: 0;
    line-height: 58px; }
  #custom-navbar .navbar-nav > li > .navLink:hover {
    border-color: transparent; }
  #custom-navbar .custom-navbarToggle {
    display: none; }
  #custom-navbar .navbar-collapse.collapse {
    display: block !important;
    position: static; }
  #custom-navbar .collapse.in {
    display: block !important; }
  .custom-fixed-nav #custom-navbar .navbar-nav > li > .navLink {
    padding: 0;
    margin: 0;
    border-bottom: 1px solid transparent; }
  .custom-fixed-nav #custom-navbar .navbar-nav > li > .navLink:hover {
    border-color: transparent; }
  .custom-fixed-nav #custom-navbar .navbar-nav > .active > .navLink {
    border-bottom: 1px solid transparent;
    color: #0d0d0d; }
  .custom-fixed-nav #custom-navbar .navbar-nav > .active > .navLink:hover {
    border-bottom: 1px solid transparent;
    background-color: transparent;
    color: #0d0d0d; }
  .menu-wrapper {
    position: static;
    width: 58.33333333%; } }

/******************************************************
*******************************************************
                      Home slider
*******************************************************
******************************************************/
#custom-slider .carousel-inner {
  height: 100%; }
  #custom-slider .carousel-inner .item {
    text-align: center;
    color: #fff; }
    #custom-slider .carousel-inner .item img {
      width: 100%; }
    #custom-slider .carousel-inner .item .banner-heading {
      position: absolute; }
      #custom-slider .carousel-inner .item .banner-heading h1 {
        font-family: MontserratAlternates-SemiBold, sans-serif;
        color: #fff;
        font-weight: 500;
        text-align: left; }
      #custom-slider .carousel-inner .item .banner-heading p {
        color: #fff;
        font-family: Montserrat-Medium, sans-serif;
        font-size: 1.5rem;
        text-align: left;
        font-weight: 500; }
    #custom-slider .carousel-inner .item .banner-buttons {
      position: absolute;
      left: 0;
      right: 0;
      margin: auto; }
      #custom-slider .carousel-inner .item .banner-buttons .btn {
        border: 1px solid #000;
        margin-right: 24px;
        background: #fff;
        border-radius: 0;
        vertical-align: middle;
        padding: 0; }
        #custom-slider .carousel-inner .item .banner-buttons .btn:last-of-type {
          margin-right: 0; }

#custom-slider .carousel-indicators {
  position: absolute;
  left: 0;
  bottom: 0;
  width: auto;
  margin: 0 auto;
  z-index: 1; }
  #custom-slider .carousel-indicators li {
    background-color: #828282; }
    #custom-slider .carousel-indicators li:hover, #custom-slider .carousel-indicators li.active {
      background-color: #fff; }

#custom-slider .carousel-control {
  display: none; }

/*====================================================================
============== Bootstrap 3 Media Queries for HOME SLIDER =============
====================================================================*/
/*==================================================
============== Mobile First Method =================
=              Custom, iPhone Retina
==================================================*/
@media only screen and (min-width: 320px) {
  #custom-slider .banner-heading {
    top: 20%;
    width: 100%;
    padding: 0 15px;
    text-align: left; }
    #custom-slider .banner-heading h1 {
      font-size: 40px;
      margin-bottom: 24px; }
  #custom-slider .banner-buttons {
    bottom: 90px;
    display: flex;
    padding: 0 15px;
    justify-content: center; }
    #custom-slider .banner-buttons .btn {
      width: 104px;
      height: 40px;
      line-height: 40px; }
  #custom-slider .carousel-indicators {
    left: 0;
    bottom: 15px;
    width: 100%; }
    #custom-slider .carousel-indicators li {
      width: 8px;
      height: 8px;
      border: none;
      border-radius: 0; }
      #custom-slider .carousel-indicators li.active {
        width: 60px; } }

/*==================================================
=       Extra Small Devices, Portrait Phones       =
==================================================*/
@media only screen and (min-width: 480px) {
  #custom-slider .banner-heading {
    top: 33%; } }

/*=================================================================================
= Small Devices, Landscape Phones and Phablets, Portrait Tablets, Small Desktops =
=================================================================================*/
@media only screen and (min-width: 768px) {
  .carousel-indicators {
    display: block; }
    .carousel-indicators li {
      width: 11px;
      height: 11px; }
      .carousel-indicators li.active {
        width: 80px; }
  #custom-slider .banner-heading {
    top: 35%; }
    #custom-slider .banner-heading h1 {
      font-size: 80px;
      margin-bottom: 35px; }
  #custom-slider .banner-buttons {
    bottom: 120px;
    display: block; }
    #custom-slider .banner-buttons .btn {
      margin-right: 10px;
      width: 140px;
      height: 48px;
      line-height: 48px;
      font-size: 18px; } }

/*======================================================
= Medium Devices, Landscape Tablets, Laptops, Desktops =
======================================================*/
@media only screen and (min-width: 992px) {
  #custom-slider .banner-heading {
    top: 28%; }
    #custom-slider .banner-heading h1 {
      margin-bottom: 24px; }
  #custom-slider .banner-buttons {
    bottom: 13%; }
    #custom-slider .banner-buttons .btn {
      margin-right: 24px;
      width: 202px;
      height: 52px;
      line-height: 52px;
      font-size: 16px; }
  #custom-slider .carousel-indicators {
    right: 15px;
    bottom: 32px;
    width: auto;
    left: auto; }
    #custom-slider .carousel-indicators li {
      width: 24px;
      height: 8px; }
      #custom-slider .carousel-indicators li.active {
        width: 74px; } }

/*==================================================
=   Large Devices, Large Desktops, Wide Screens    =
==================================================*/
@media only screen and (min-width: 1200px) {
  #custom-slider .banner-heading {
    width: 970px;
    left: 12.3%;
    margin: auto;
    padding: 0;
    text-align: center; }
  #custom-slider .carousel-indicators {
    right: 64px; } }

/******************************************************
*******************************************************
                  Category cards 01
*******************************************************
******************************************************/
#custom-categoryCards article {
  text-align: center; }

.sectionContent .articleThumb {
  position: relative;
  width: 100%;
  margin-bottom: 20px; }

.sectionContent .articleThumb img {
  height: auto;
  display: block; }

.sectionContent .articleThumb:hover {
  position: relative;
  outline: none;
  margin-bottom: 20px;
  opacity: 0.8;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.sectionContent .date {
  position: absolute;
  background: #FFF;
  left: 19px;
  width: 90%;
  bottom: 19px;
  padding: 20px 15px;
  color: #0d0d0d;
  text-align: center; }

.sectionContent .date .number {
  display: block;
  font-size: 20px;
  line-height: 100%;
  font-weight: 100;
  font-family: Montserrat-Regular, sans-serif;
  color: #8F8178; }

.sectionContent .date .text {
  display: block;
  font-weight: 100;
  color: #0d0d0d;
  font-family: Montserrat-Regular, sans-serif;
  font-size: 25px; }

.sectionContent .articleTitle {
  font-size: 14px;
  font-family: Montserrat-Regular, sans-serif;
  margin-bottom: 5px; }

.sectionContent .articleMeta {
  font-family: Montserrat-Medium, sans-serif; }

/*====================================================================
=========== Bootstrap 3 Media Queries for CATEGORY CARDS =============
====================================================================*/
/*==================================================
============== Mobile First Method =================
=              Custom, iPhone Retina
==================================================*/
@media only screen and (min-width: 320px) {
  .teaser-box-set > .block-content > .block-inner > .block-content > .block-child:nth-of-type(2),
  #custom-categoryCards #custom-categoryCards .sectionContent .date {
    left: 19px;
    width: 90%;
    bottom: 19px;
    padding: 20px 15px; }
  .teaser-box-set > .block-content > .block-inner > .block-content > .block-child:nth-of-type(2) h3,
  #custom-categoryCards #custom-categoryCards .sectionContent .date .number {
    font-size: 20px; }
  .teaser-box-set > .block-content > .block-inner > .block-content > .block-child:nth-of-type(2) p,
  #custom-categoryCards #custom-categoryCards .sectionContent .date .text {
    font-size: 25px; }
  .categoryContainer .categoryMobile {
    display: block; }
  .categoryContainer .categoryAlignLeft {
    height: 42px;
    display: inline-block;
    margin: 0;
    float: left;
    background: transparent;
    text-align: center;
    padding: 5px 5px; }
  .categoryContainer .categoryAlignLeft .text3 {
    color: #0d0d0d; }
  .categoryContainer .categoryAlignRight {
    height: auto;
    display: inline-block;
    margin: 0;
    float: right; }
  .categoryContainer .categoryAlign2 {
    padding: 0 0 50px 0; }
  .categoryContainer .filtersBox {
    position: relative;
    top: 0;
    width: auto;
    height: 40px;
    padding: 5px;
    background-color: #F5F2ED;
    display: inline-block;
    text-align: center; }
  .categoryContainer .filtersBox > a {
    padding: 0;
    font-size: 20px;
    line-height: 1.5;
    color: #0d0d0d; }
  .categoryContainer .categoryPromo {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    position: relative;
    right: 0; }
  .categoryContainer .categoryPromo .articleThumb {
    height: 100%;
    margin: 0 0 60px 0; }
  .sectionContent .articleTitle {
    font-size: 12px; } }

/*==================================================
=       Extra Small Devices, Portrait Phones       =
==================================================*/
@media only screen and (min-width: 320px) {
  .categoryContainer #custom-productCards {
    padding-top: 12px; } }

@media only screen and (min-width: 480px) {
  .teaser-box-set > .block-content > .block-inner > .block-content > .block-child:nth-of-type(2),
  #custom-categoryCards #custom-categoryCards .sectionContent .date {
    left: 19px;
    width: 90%;
    bottom: 19px;
    padding: 20px 15px; }
  .teaser-box-set > .block-content > .block-inner > .block-content > .block-child:nth-of-type(2) h3,
  #custom-categoryCards #custom-categoryCards .sectionContent .date .number {
    font-size: 20px; }
  .teaser-box-set > .block-content > .block-inner > .block-content > .block-child:nth-of-type(2) p,
  #custom-categoryCards #custom-categoryCards .sectionContent .date .text {
    font-size: 25px; }
  .categoryContainer .categoryMobile {
    display: block; }
  .categoryContainer .categoryAlignLeft {
    height: 42px;
    display: inline-block;
    margin: 0;
    float: left;
    background: transparent;
    text-align: center;
    padding: 5px 5px; }
  .categoryContainer .categoryAlignLeft .text3 {
    color: #0d0d0d; }
  .categoryContainer .categoryAlign2 {
    padding: 0 0 50px 0; }
  .categoryContainer .filtersBox {
    position: relative;
    top: 0;
    width: auto;
    height: 40px;
    padding: 5px;
    background-color: #F5F2ED;
    display: inline-block;
    text-align: center; }
  .categoryContainer .filtersBox > a {
    padding: 0;
    font-size: 20px;
    line-height: 1.5;
    color: #0d0d0d; }
  .categoryContainer .categoryPromo {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    position: relative;
    right: 0; }
  .categoryContainer .categoryPromo .articleThumb {
    height: 100%;
    margin: 0 0 60px 0; } }

/*=================================================================================
= Small Devices, Landscape Phones and Phablets, Portrait Tablets, Small Desktops =
=================================================================================*/
@media only screen and (min-width: 768px) {
  .teaser-box-set > .block-content > .block-inner > .block-content > .block-child:nth-of-type(2),
  #custom-categoryCards .sectionContent .date {
    left: 10px;
    width: 92%;
    bottom: 10px;
    padding: 20px 15px; }
  .teaser-box-set > .block-content > .block-inner > .block-content > .block-child:nth-of-type(2) h3,
  #custom-categoryCards .sectionContent .date .number {
    font-size: 20px; }
  .teaser-box-set > .block-content > .block-inner > .block-content > .block-child:nth-of-type(2) p,
  #custom-categoryCards .sectionContent .date .text {
    font-size: 25px; }
  .categoryContainer .categoryAlignLeft {
    height: auto;
    display: inline-block;
    margin: 0 0 15px 35%;
    float: left; }
  .categoryContainer .categoryAlignRight {
    margin: 0 auto; }
  .categoryContainer .categoryAlign2 {
    padding: 0 0 50px 0; }
  .categoryContainer .categoryPromo {
    display: inline-block;
    width: 48%;
    margin: 0 auto;
    padding: 0;
    position: absolute;
    right: 2%; }
  .categoryContainer .categoryPromo .articleThumb {
    height: 388px; }
  .sectionContent .articleTitle {
    font-size: 14px; } }

/*======================================================
= Medium Devices, Landscape Tablets, Laptops, Desktops =
======================================================*/
@media only screen and (min-width: 992px) {
  .teaser-box-set > .block-content > .block-inner > .block-content > .block-child:nth-of-type(2),
  #custom-categoryCards .sectionContent .date {
    left: 19px;
    width: 90%;
    bottom: 19px;
    padding: 20px 15px; }
  .teaser-box-set > .block-content > .block-inner > .block-content > .block-child:nth-of-type(2) h3,
  #custom-categoryCards .sectionContent .date .number {
    font-size: 20px; }
  .teaser-box-set > .block-content > .block-inner > .block-content > .block-child:nth-of-type(2) p,
  #custom-categoryCards .sectionContent .date .text {
    font-size: 25px; }
  .categoryContainer .categoryAlignLeft {
    height: auto;
    display: inline-block;
    margin: 0 0 15px 17%;
    float: left; }
  .categoryContainer .categoryAlign2 {
    padding: 0 0 50px 0; }
  .categoryContainer .categoryPromo {
    display: inline-block;
    width: 48%;
    margin: 0 auto;
    padding: 0;
    position: absolute;
    right: 2%; }
  .categoryContainer .categoryPromo .articleThumb {
    height: 388px; }
  .categoryContainer #custom-productCards {
    padding-top: 34px; } }

/*==================================================
=   Large Devices, Large Desktops, Wide Screens    =
==================================================*/
@media only screen and (min-width: 1200px) {
  .teaser-box-set > .block-content > .block-inner > .block-content > .block-child:nth-of-type(2),
  #custom-categoryCards .sectionContent .date {
    left: 19px;
    width: 90%;
    bottom: 19px;
    padding: 20px 15px; }
  .teaser-box-set > .block-content > .block-inner > .block-content > .block-child:nth-of-type(2) h3,
  #custom-categoryCards .sectionContent .date .number {
    font-size: 20px; }
  .teaser-box-set > .block-content > .block-inner > .block-content > .block-child:nth-of-type(2) p,
  #custom-categoryCards .sectionContent .date .text {
    font-size: 25px; }
  .categoryContainer .categoryAlignLeft {
    height: auto;
    display: inline-block;
    margin: 0 0 15px 17%;
    float: left; }
  .categoryContainer .categoryAlign2 {
    padding: 0 0 50px 0; }
  .categoryContainer .categoryPromo {
    display: inline-block;
    width: 48%;
    margin: 0 auto;
    padding: 0;
    position: absolute;
    right: 2%; }
  .categoryContainer .categoryPromo .articleThumb {
    height: 388px; } }

/******************************************************
*******************************************************
                        Icons
*******************************************************
******************************************************/
.customIcon {
  color: #8F8178; }

.gridBtnBox {
  width: 100%;
  text-align: right;
  margin-top: 20px;
  margin-left: 0px; }

/*====================================================================
=============== Bootstrap 3 Media Queries for ICONS ==================
====================================================================*/
/*==================================================
============== Mobile First Method =================
=              Custom, iPhone Retina
==================================================*/
.squareIcon,
.gridBtn .gridIconBox .gridIcon,
.gridBtn2 .gridIconBox2 .gridIcon2,
.gridBtn .gridIconBox:nth-of-type(2) .gridIcon {
  background: #000;
  opacity: 0.6; }

.menuMain a.active .squareIcon,
.menuMain a.active .gridBtn .gridIconBox .gridIcon,
.menuMain a.active .gridBtn2 .gridIconBox2 .gridIcon2,
.menuMain a.active .gridBtn .gridIconBox:nth-of-type(2) .gridIcon {
  opacity: 1; }

@media only screen and (min-width: 320px) {
  .squareIcon {
    width: 40px;
    height: 40px;
    margin: 0 0 0 -2px;
    display: inline-block; }
  .gridBtn {
    display: inline-block;
    margin: 0 0 0 10px;
    cursor: pointer; }
  .gridBtn .gridIconBox {
    display: block;
    margin: 0 0 -12px 0; }
  .gridBtn .gridIconBox .gridIcon {
    width: 19px;
    height: 19px;
    margin: 0 0 7px -2px;
    display: inline-block; }
  .gridBtn2 {
    display: inline-block;
    margin: 0 0 0 5px; }
  .gridBtn2 .gridIconBox2 {
    display: block;
    margin: 0 0 -12px 0; }
  .gridBtn2 .gridIconBox2 .gridIcon2 {
    width: 40px;
    height: 19px;
    margin: 0 0 7px -2px;
    display: inline-block; } }

/*==================================================
=       Extra Small Devices, Portrait Phones       =
==================================================*/
@media only screen and (min-width: 480px) {
  .gridBtn .gridIconBox:nth-of-type(2) {
    display: block;
    margin: 0 0 -12px 0; }
  .gridBtn .gridIconBox:nth-of-type(2) .gridIcon {
    width: 19px;
    height: 19px;
    margin: 0 0 0 -2px;
    display: inline-block; } }

/*=================================================================================
= Small Devices, Landscape Phones and Phablets, Portrait Tablets, Small Desktops =
=================================================================================*/
@media only screen and (min-width: 768px) {
  .squareIcon {
    width: 30px;
    height: 25px; }
  .gridBtn .gridIconBox {
    display: block;
    margin: 0 0 -12px 0; }
  .gridBtn .gridIconBox .gridIcon {
    width: 15px;
    height: 12px;
    margin: 0 0 0 -1px; }
  .gridBtn .gridIconBox:nth-of-type(2) {
    display: block;
    margin: 0 0 -12px 0; }
  .gridBtn .gridIconBox:nth-of-type(2) .gridIcon {
    width: 15px;
    height: 12px;
    margin: 6px 0 0 -1px; } }

/*======================================================
= Medium Devices, Landscape Tablets, Laptops, Desktops =
======================================================*/
@media only screen and (min-width: 992px) {
  .squareIcon {
    width: 32px;
    height: 31px; }
  .gridBtn .gridIconBox {
    display: block;
    margin: 0 0 -7px 0; }
  .gridBtn .gridIconBox .gridIcon {
    width: 15px;
    height: 15px;
    margin: 0 0 0 -2px; }
  .gridBtn .gridIconBox:nth-of-type(2) {
    display: block;
    margin: 0 0 -12px 0; }
  .gridBtn .gridIconBox:nth-of-type(2) .gridIcon {
    width: 15px;
    height: 15px;
    margin: 0 0 0 -2px; } }

/*==================================================
=   Large Devices, Large Desktops, Wide Screens    =
==================================================*/
@media only screen and (min-width: 1200px) {
  .squareIcon {
    width: 20px;
    height: 20px; }
  .gridBtn .gridIconBox {
    display: block;
    margin: 0 0 -12px 0; }
  .gridBtn .gridIconBox .gridIcon {
    width: 9px;
    height: 9px;
    margin: 0 0 0 -2px; }
  .gridBtn .gridIconBox:nth-of-type(2) {
    display: block;
    margin: 0 0 -12px 0; }
  .gridBtn .gridIconBox:nth-of-type(2) .gridIcon {
    width: 9px;
    height: 9px;
    margin: 0 0 0 -2px; } }

/******************************************************
*******************************************************
               Increase/Decrease Input
*******************************************************
******************************************************/
.increase-decreaseForm {
  width: auto;
  margin: 0 auto;
  text-align: left; }

.value-button {
  display: inline-block;
  border: 1px solid #EEE3CA;
  margin: 0 auto;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 1.5;
  vertical-align: middle;
  padding: 11px 0;
  background: #EEE3CA;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.value-button:hover {
  cursor: pointer; }

.increase-decreaseForm .decrease {
  margin-right: -4px;
  border-radius: 8px 0 0 8px; }

.increase-decreaseForm .increase {
  margin-left: -4px;
  border-radius: 0 8px 8px 0; }

.increase-decreaseForm #input-wrap {
  margin: 0;
  padding: 0; }

.increase-decreaseInput.number {
  text-align: center;
  vertical-align: middle;
  border: none;
  border-top: 1px solid #EEE3CA;
  border-bottom: 1px solid #EEE3CA;
  margin: 0;
  width: 40px;
  height: 40px;
  font-size: 18px; }

.increase-decreaseInput[type=number]::-webkit-inner-spin-button, .increase-decreaseInput[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

/******************************************************
*******************************************************
                        Textarea
*******************************************************
******************************************************/
.label-custom {
  margin: 15px 0 0 0; }

.textarea-custom {
  width: 100%;
  height: 50px;
  padding: 12px;
  border: 2px solid #F8F3E9;
  border-radius: 0;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 0;
  resize: vertical; }

.textarea-custom:focus, .textarea-custom:hover {
  border: 2px solid #F8F3E9;
  outline: none; }

.textarea-custom::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  background-color: #F5F5F5; }

.textarea-custom::-webkit-scrollbar {
  width: 3px;
  background-color: #F5F5F5; }

.textarea-custom::-webkit-scrollbar-thumb {
  background-color: #e0e0e0;
  border: 1px solid #e0e0e0;
  border-radius: 5px; }

/*====================================================================
================ Bootstrap 3 Media Queries for INPUTS ================
====================================================================*/
/*==================================================
============== Mobile First Method =================
=              Custom, iPhone Retina
==================================================*/
@media only screen and (min-width: 320px) {
  .inputSm {
    position: relative;
    top: 0;
    display: inline-block;
    margin: 0 10px 0 0;
    float: left; }
  .inputSm input[type=text],
  .inputSm .customSearch {
    height: 40px;
    display: inline-block;
    padding: 0 0 0 5px;
    margin: 0 auto;
    background: #DFD7C7;
    border: none;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    font-family: Montserrat-Regular, sans-serif;
    font-size: 20px;
    color: #0d0d0d; }
  .increase-decreaseForm {
    padding-top: 15px; } }

/*==================================================
=       Extra Small Devices, Portrait Phones       =
==================================================*/
@media only screen and (min-width: 480px) {
  .inputSm {
    position: relative;
    top: 0;
    display: inline-block;
    margin: 0 10px 0 0;
    float: left; }
  .inputSm input[type=text],
  .inputSm .customSearch {
    height: 40px;
    display: inline-block;
    padding: 0 0 0 5px;
    margin: 0 auto;
    background: #DFD7C7;
    border: none;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    font-family: Montserrat-Regular, sans-serif;
    font-size: 20px;
    color: #0d0d0d; }
  .increase-decreaseForm {
    padding-top: 15px; } }

/*=================================================================================
= Small Devices, Landscape Phones and Phablets, Portrait Tablets, Small Desktops =
=================================================================================*/
@media only screen and (min-width: 768px) {
  .increase-decreaseForm {
    padding-top: 40px; } }

/*======================================================
= Medium Devices, Landscape Tablets, Laptops, Desktops =
======================================================*/
@media only screen and (min-width: 992px) {
  .increase-decreaseForm {
    padding-top: 40px; } }

/*==================================================
=   Large Devices, Large Desktops, Wide Screens    =
==================================================*/
@media only screen and (min-width: 1200px) {
  .increase-decreaseForm {
    padding-top: 40px; } }

/******************************************************
*******************************************************
                  Services cards 01
*******************************************************
******************************************************/
#custom-servicesCards {
  background-color: #FFF; }

#custom-servicesCards2 {
  background-color: #FFF; }

#custom-servicesCards2 .servicesAlign {
  margin: 0 50px; }

.servicesMain {
  background: #0d0d0d;
  font-family: Montserrat-Regular, sans-serif;
  text-align: center;
  color: #FFF;
  font-size: 14px; }

.black-box-set h3,
.servicesMain .number {
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 30px; }

.black-box-set p,
.servicesMain .text {
  font-weight: 100;
  line-height: 1.5; }

.black-box-set a,
.servicesMain .text2 {
  margin: 0 auto;
  padding: 40px 0 0 0;
  font-weight: 700;
  line-height: 1.5;
  color: #FFF; }

/*====================================================================
=========== Bootstrap 3 Media Queries for SERVICES CARDS =============
====================================================================*/
/*==================================================
============== Mobile First Method =================
=              Custom, iPhone Retina
==================================================*/
@media only screen and (min-width: 320px) {
  .black-box-set,
  .servicesMain {
    padding: 40px 0; }
  .black-box-set .block-inner:nth-of-type(1),
  .servicesMain .item:nth-of-type(1) {
    padding: 5px 45px;
    border-right: 2px solid transparent; }
  .black-box-set .block-inner:nth-of-type(2),
  .servicesMain .item:nth-of-type(2) {
    display: none; }
  .black-box-set .block-inner:nth-of-type(3),
  .servicesMain .item:nth-of-type(3) {
    display: none; }
  .black-box-set .block-inner h3,
  .servicesMain .number {
    font-size: 30px; }
  .black-box-set .block-inner p,
  .servicesMain .text {
    font-size: 20px; }
  .black-box-set .block-inner a,
  .servicesMain .text2 {
    font-size: 20px; } }

/*==================================================
=       Extra Small Devices, Portrait Phones       =
==================================================*/
@media only screen and (min-width: 480px) {
  .black-box-set,
  .servicesMain {
    padding: 40px 0; }
  .black-box-set .block-inner:nth-of-type(1),
  .servicesMain .item:nth-of-type(1) {
    padding: 5px 45px;
    border-right: 2px solid transparent; }
  .black-box-set .block-inner:nth-of-type(2),
  .servicesMain .item:nth-of-type(2) {
    display: none; }
  .black-box-set .block-inner:nth-of-type(3),
  .servicesMain .item:nth-of-type(3) {
    display: none; }
  .black-box-set .block-inner h3,
  .servicesMain .number {
    font-size: 30px; }
  .black-box-set .block-inner p,
  .servicesMain .text {
    font-size: 20px; }
  .black-box-set .block-inner a,
  .servicesMain .text2 {
    font-size: 20px; } }

/*=================================================================================
= Small Devices, Landscape Phones and Phablets, Portrait Tablets, Small Desktops =
=================================================================================*/
@media only screen and (min-width: 768px) {
  .black-box-set,
  .servicesMain {
    padding: 30px 0; }
  .black-box-set .block-inner:nth-of-type(1),
  .servicesMain .item:nth-of-type(1) {
    display: inline-block;
    padding: 5px 45px;
    border-right: 2px solid #FFF; }
  .black-box-set .block-inner:nth-of-type(1):first-child,
  .servicesMain .item:nth-of-type(1):first-child {
    border-left: none; }
  .black-box-set .block-inner:nth-of-type(2),
  .servicesMain .item:nth-of-type(2) {
    display: inline-block;
    padding: 5px 45px;
    border-right: 2px solid #FFF; }
  .black-box-set .block-inner:nth-of-type(2):first-child,
  .servicesMain .item:nth-of-type(2):first-child {
    border-left: 2px solid #FFF; }
  .black-box-set .block-inner:last-of-type,
  .servicesMain .item:last-of-type,
  .black-box-set .block-inner:nth-of-type(3),
  .servicesMain .item:nth-of-type(3) {
    display: inline-block;
    padding: 5px 45px;
    border-right: none; }
  .black-box-set .block-inner:nth-of-type(3):first-child,
  .servicesMain .item:nth-of-type(3):first-child {
    border-left: none; }
  .black-box-set .block-inner h3,
  .servicesMain .number {
    font-size: 25px; }
  .black-box-set .block-inner p,
  .servicesMain .text {
    font-size: 16px; }
  .black-box-set .block-inner a,
  .servicesMain .text2 {
    font-size: 16px; } }

/*======================================================
= Medium Devices, Landscape Tablets, Laptops, Desktops =
======================================================*/
@media only screen and (min-width: 992px) {
  .black-box-set,
  .servicesMain {
    padding: 30px 0; }
  .black-box-set .block-inner:nth-of-type(1),
  .servicesMain .item:nth-of-type(1) {
    display: inline-block;
    padding: 5px 45px;
    border-right: 2px solid #FFF; }
  .black-box-set .block-inner:nth-of-type(1):first-child,
  .servicesMain .item:nth-of-type(1):first-child {
    border-left: none; }
  .black-box-set .block-inner:nth-of-type(2),
  .servicesMain .item:nth-of-type(2) {
    display: inline-block;
    padding: 5px 45px;
    border-right: 2px solid #FFF; }
  .black-box-set .block-inner:nth-of-type(2):first-child,
  .servicesMain .item:nth-of-type(2):first-child {
    border-left: 2px solid #FFF; }
  .black-box-set .block-inner:last-of-type,
  .servicesMain .item:last-of-type,
  .black-box-set .block-inner:nth-of-type(3),
  .servicesMain .item:nth-of-type(3) {
    display: inline-block;
    padding: 5px 45px;
    border-right: none; }
  .black-box-set .block-inner:nth-of-type(3):first-child,
  .servicesMain .item:nth-of-type(3):first-child {
    border-left: none; }
  .black-box-set h3,
  .servicesMain .number {
    font-size: 25px; }
  .black-box-set p,
  .servicesMain .text {
    font-size: 16px; }
  .black-box-set a,
  .servicesMain .text2 {
    font-size: 16px; } }

/*==================================================
=   Large Devices, Large Desktops, Wide Screens    =
==================================================*/
@media only screen and (min-width: 1200px) {
  .black-box-set,
  .servicesMain {
    padding: 30px 0; }
  .black-box-set .block-inner:nth-of-type(1),
  .servicesMain .item:nth-of-type(1) {
    display: inline-block;
    padding: 5px 45px;
    border-right: 2px solid #FFF; }
  .black-box-set .block-inner:nth-of-type(1):first-child,
  .servicesMain .item:nth-of-type(1):first-child {
    border-left: none; }
  .black-box-set .block-inner:nth-of-type(2),
  .servicesMain .item:nth-of-type(2) {
    display: inline-block;
    padding: 5px 45px;
    border-right: 2px solid #FFF; }
  .black-box-set .block-inner:nth-of-type(2):first-child,
  .servicesMain .item:nth-of-type(2):first-child {
    border-left: 2px solid #FFF; }
  .black-box-set .block-inner:last-of-type,
  .servicesMain .item:last-of-type,
  .black-box-set .block-inner:nth-of-type(3),
  .servicesMain .item:nth-of-type(3) {
    display: inline-block;
    padding: 5px 45px;
    border-right: none; }
  .black-box-set .block-inner:nth-of-type(3):first-child,
  .servicesMain .item:nth-of-type(3):first-child {
    border-left: none; }
  .black-box-set h3,
  .number {
    font-size: 25px; }
  .black-box-set p,
  .text {
    font-size: 16px; }
  .black-box-set a,
  .text2 {
    font-size: 16px; } }

/******************************************************
*******************************************************
                    Owl carousel
*******************************************************
******************************************************/
.owlCarouselBox .owl-prev {
  width: 45px;
  height: 45px;
  position: absolute;
  top: 33%;
  left: 1%;
  margin-left: -20px;
  display: block !important;
  background-color: #e6e6e6 !important;
  border-radius: 50% !important;
  border: none !important;
  outline: none !important; }

.owlCarouselBox .owl-prev > span {
  color: #0d0d0d !important;
  font-size: 50px !important;
  line-height: 20px !important; }

.owlCarouselBox .owl-prev:hover {
  outline: none !important;
  background-color: #a69b94 !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.owlCarouselBox .owl-next {
  width: 45px;
  height: 45px;
  position: absolute;
  top: 33%;
  right: 0.5%;
  display: block !important;
  background-color: #e6e6e6 !important;
  border-radius: 50% !important;
  border: none !important;
  outline: none !important; }

.owlCarouselBox .owl-next > span {
  color: #0d0d0d !important;
  font-size: 50px !important;
  line-height: 20px !important; }

.owlCarouselBox .owl-next:hover {
  outline: none !important;
  background-color: #a69b94 !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.owlCarouselBox .owl-prev,
.owlCarouselBox .owl-next {
  opacity: 0 !important; }

.owlCarouselBox .owl-carousel:hover .owl-prev {
  opacity: 1 !important; }

.owlCarouselBox .owl-carousel:hover .owl-next {
  opacity: 1 !important; }

#owl-demo .item {
  display: block;
  padding: 30px 0;
  margin: 5px;
  color: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center; }

.owlSliderBoxSm {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0; }
  .owlSliderBoxSm .owlCarouselBox.product-grid {
    padding: 0;
    display: flex;
    flex-wrap: wrap; }
    .owlSliderBoxSm .owlCarouselBox.product-grid .product-thumb {
      width: 100%; }
      .owlSliderBoxSm .owlCarouselBox.product-grid .product-thumb .owl-carousel {
        padding-top: 0; }
    .owlSliderBoxSm .owlCarouselBox.product-grid .product-title {
      width: 100%;
      align-self: end; }

.wishlist, .add-to-cart-wrapper {
  position: absolute;
  right: 0;
  z-index: 10; }
  .wishlist:hover, .add-to-cart-wrapper:hover {
    cursor: pointer; }

.wishlist {
  top: 0;
  width: 24px;
  height: 21px; }

.add-to-cart-wrapper {
  bottom: 30px;
  width: 35px;
  height: 35px;
  line-height: 48px; }
  .add-to-cart-wrapper a {
    margin: auto;
    display: block;
    width: 35px;
    height: 35px;
    text-align: center;
    background-color: #000;
    border-radius: 50%; }
    .add-to-cart-wrapper a .button-disable {
      opacity: 0.5; }
  .add-to-cart-wrapper path {
    stroke: #fff;
    fill: #fff; }

.articleThumb .add-to-cart-wrapper {
  bottom: -5px; }

/*====================================================================
=============== Bootstrap 3 Media Queries for OWL CAROUSEL ===========
====================================================================*/
/*==================================================
============== Mobile First Method =================
=              Custom, iPhone Retina
==================================================*/
@media only screen and (min-width: 320px) {
  .owlSliderBoxSm .owlCarouselBox.product-grid {
    width: calc(50% - 12px);
    padding-bottom: 30px; }
    .owlSliderBoxSm .owlCarouselBox.product-grid:nth-child(2n) {
      margin-left: 24px; } }

/*==================================================
=       Extra Small Devices, Portrait Phones       =
==================================================*/
/*=================================================================================
= Small Devices, Landscape Phones and Phablets, Portrait Tablets, Small Desktops =
=================================================================================*/
/*======================================================
= Medium Devices, Landscape Tablets, Laptops, Desktops =
======================================================*/
/*==================================================
=   Large Devices, Large Desktops, Wide Screens    =
==================================================*/
@media only screen and (min-width: 1200px) {
  .owlSliderBoxSm .owlCarouselBox.product-grid {
    width: 22.22%;
    margin-right: 3.7%;
    padding-bottom: 60px; }
    .owlSliderBoxSm .owlCarouselBox.product-grid:nth-child(4n) {
      margin-right: 0; }
    .owlSliderBoxSm .owlCarouselBox.product-grid:nth-child(2n) {
      margin-left: 0; } }

/******************************************************
*******************************************************
             Product cards 01 and 02
*******************************************************
******************************************************/
.productCardsMain .articleThumb {
  position: relative;
  margin-bottom: 20px; }
  .productCardsMain .articleThumb:hover {
    position: relative;
    margin-bottom: 20px;
    outline: none;
    background-color: #D8D8D8;
    opacity: 0.8;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }

.productCardsMain .articleTitle {
  font-family: Montserrat-Medium, sans-serif;
  text-transform: none;
  color: #000;
  text-align: left;
  font-size: 14px; }

.productCardsMain .articleDesc2 {
  position: relative;
  font-size: 14px;
  margin: -5px 0 0 85px;
  color: #000;
  text-transform: uppercase; }

.articleMeta {
  margin: 0;
  padding: 0;
  font-family: Montserrat-Medium, sans-serif;
  text-align: left; }
  .articleMeta .articlePrice {
    color: #000;
    padding-right: 2px; }
    .articleMeta .articlePrice.special {
      color: #E63027; }
    .articleMeta .articlePrice strike {
      color: #9F9D9D; }

/*====================================================================
============ Bootstrap 3 Media Queries for PRODUCT CARDS =============
====================================================================*/
/*==================================================
============== Mobile First Method =================
=              Custom, iPhone Retina
==================================================*/
@media only screen and (min-width: 320px) {
  .productCardsMain .articleMeta {
    font-size: 16px; }
    .productCardsMain .articleMeta strike {
      font-size: 12px; } }

/*==================================================
=       Extra Small Devices, Portrait Phones       =
==================================================*/
/*=================================================================================
= Small Devices, Landscape Phones and Phablets, Portrait Tablets, Small Desktops =
=================================================================================*/
/*======================================================
= Medium Devices, Landscape Tablets, Laptops, Desktops =
======================================================*/
/*==================================================
=   Large Devices, Large Desktops, Wide Screens    =
==================================================*/
@media only screen and (min-width: 1200px) {
  .productCardsMain .articleMeta {
    font-size: 18px; }
    .productCardsMain .articleMeta strike {
      font-size: 14px; } }

/******************************************************
*******************************************************
                 Layout - Footer banner
*******************************************************
******************************************************/
div.footer-banner {
  background-color: #F7F7F7;
  margin-top: 30px; }
  div.footer-banner > .child {
    display: flex; }
    div.footer-banner > .child > .block-container {
      float: none; }
  div.footer-banner h5 {
    margin: 0 0 5px; }
  div.footer-banner p {
    margin: 0; }

@media only screen and (min-width: 320px) {
  div.footer-banner {
    margin-top: 75px;
    padding: 20px 0; }
    div.footer-banner > .child {
      padding: 0 15px;
      width: 100%;
      margin: auto;
      text-align: center; }
      div.footer-banner > .child > .block-container {
        align-self: stretch; }
        div.footer-banner > .child > .block-container > .block-content {
          height: 100%; }
          div.footer-banner > .child > .block-container > .block-content > .block-child:nth-of-type(2) {
            height: calc(100% - 40px);
            padding-top: 10px; }
            div.footer-banner > .child > .block-container > .block-content > .block-child:nth-of-type(2) div {
              height: 100%;
              padding: 0 5px; }
            div.footer-banner > .child > .block-container > .block-content > .block-child:nth-of-type(2) > .child > div {
              height: 100%;
              display: flex;
              flex-wrap: wrap;
              flex-flow: column wrap; }
    div.footer-banner .block-child .vd-image img {
      width: 40px !important;
      height: auto !important; }
    div.footer-banner h5 {
      font-size: 12px; }
    div.footer-banner p {
      font-size: 10px;
      line-height: 1.2;
      margin-top: auto; } }

@media only screen and (min-width: 768px) {
  div.footer-banner > .child {
    width: 750px; } }

@media only screen and (min-width: 992px) {
  div.footer-banner {
    margin-top: 95px;
    padding-top: 68px;
    padding-bottom: 68px; }
    div.footer-banner .block-child .vd-image img {
      width: 68px !important;
      height: auto !important; }
    div.footer-banner .block-child:first-of-type {
      width: 70px; }
    div.footer-banner .block-child:last-of-type {
      width: calc(100% - 70px);
      padding-left: 20px; }
    div.footer-banner .vd-image-container.vd-image-align-center {
      justify-content: right;
      padding-right: 20px; }
    div.footer-banner h5 {
      font-size: 1em; }
    div.footer-banner p {
      font-size: 12px; }
    div.footer-banner > .child {
      width: 970px;
      text-align: start; }
      div.footer-banner > .child > .block-container {
        align-self: auto;
        max-width: 300px; }
        div.footer-banner > .child > .block-container:first-of-type, div.footer-banner > .child > .block-container:nth-of-type(2) {
          margin-right: calc((100% - 900px)/2); }
        div.footer-banner > .child > .block-container > .block-content {
          display: flex;
          height: auto; }
          div.footer-banner > .child > .block-container > .block-content > .block-child {
            align-self: center;
            height: auto !important;
            padding-top: 0 !important; }
            div.footer-banner > .child > .block-container > .block-content > .block-child div {
              padding: 0 !important;
              display: block !important; } }

@media only screen and (min-width: 1200px) {
  div.footer-banner > .child {
    width: 1170px; } }

@media only screen and (min-width: 1400px) {
  div.footer-banner > .child {
    width: 1370px; }
  div.footer-banner .block-child:last-of-type {
    padding-left: 30px; } }

/******************************************************
*******************************************************
                 Layout - Footer area
*******************************************************
******************************************************/
#custom-footer #footer .container .row {
  display: flex;
  flex-wrap: wrap; }
  #custom-footer #footer .container .row .col {
    float: none; }

#custom-footer .socialMedia hr {
  background-color: #E63027;
  width: 110px;
  height: 2px; }

#custom-footer .socialMedia .socialMediaImg {
  display: inline-block;
  height: 28px;
  width: auto; }

#custom-footer .socialMedia .img-wrapper a:last-of-type .socialMediaImg {
  margin-right: 0; }

#custom-footer .custom-copyright {
  text-align: center;
  padding: 20px 0; }
  #custom-footer .custom-copyright > p {
    text-align: center; }
    #custom-footer .custom-copyright > p a {
      color: #000; }

#custom-footer #custom-newsletter .container {
  width: 100%;
  padding: 0; }

/*====================================================================
==================== Bootstrap 3 Media Queries for FOOTER =============
====================================================================*/
/*==================================================
============== Mobile First Method =================
=              Custom, iPhone Retina
==================================================*/
.custom-copyright p {
  margin-bottom: 0; }

.custom-copyright > div:first-of-type a {
  text-decoration: underline; }

#custom-footer .follow-text {
  font-family: MontserratAlternates-Medium, sans-serif; }

@media only screen and (min-width: 320px) {
  #custom-footer .follow-text {
    font-size: 14px; }
  #custom-footer #footer > .container > .row:first-of-type > div:first-of-type {
    order: 2; }
  #custom-footer #footer > .container > .row:first-of-type > div:nth-of-type(2) {
    order: 3; }
  #custom-footer #footer > .container > .row:first-of-type > div:last-of-type {
    order: 1; }
  #custom-footer .footerTitle {
    font-size: 14px;
    padding-bottom: 7px;
    border-bottom: 1px solid #B7B4B4; }
    #custom-footer .footerTitle::after {
      content: '';
      position: absolute;
      right: 15px;
      background-image: url(../image/plus.svg);
      width: 15px;
      height: 15px;
      background-repeat: no-repeat;
      background-size: contain; }
    #custom-footer .footerTitle.showed::after {
      background-image: url(../image/minus.svg); }
  #custom-footer .footerList {
    padding: 15px;
    padding-left: 45px;
    font-size: 14px; }
    #custom-footer .footerList a {
      color: #000; }
      #custom-footer .footerList a:hover {
        color: #E63027; }
  #custom-footer .custom-copyright {
    font-size: 8px;
    margin-top: 20px; }
    #custom-footer .custom-copyright > div {
      padding-top: 10px;
      padding-bottom: 10px; }
      #custom-footer .custom-copyright > div:first-of-type > div:first-of-type {
        padding-bottom: 10px; }
      #custom-footer .custom-copyright > div:first-of-type > div a:first-of-type {
        float: left; }
      #custom-footer .custom-copyright > div:first-of-type > div a:last-of-type {
        float: right; }
    #custom-footer .custom-copyright p {
      text-align: center; }
  .socialMedia {
    padding-bottom: 40px;
    text-align: center; }
    .socialMedia hr {
      margin: 5px auto 4px; }
    .socialMedia .socialMediaImg {
      margin-right: 28px; }
    .socialMedia .logo img {
      width: 90px;
      height: 90px; }
    .socialMedia .hidden-md hr {
      margin-bottom: 23px; } }

/*==================================================
=       Extra Small Devices, Portrait Phones       =
==================================================*/
/*=================================================================================
= Small Devices, Landscape Phones and Phablets, Portrait Tablets, Small Desktops =
=================================================================================*/
@media only screen and (min-width: 768px) {
  #custom-footer .custom-copyright {
    font-size: 12px; }
  #custom-footer .footerTitle {
    font-size: 28px; }
    #custom-footer .footerTitle::after {
      width: 20px;
      height: 20px; }
  #custom-footer .footerList {
    font-size: 20px; }
  #custom-footer .follow-text {
    font-size: 27px; } }

/*======================================================
= Medium Devices, Landscape Tablets, Laptops, Desktops =
======================================================*/
@media only screen and (min-width: 992px) {
  #custom-footer .footerTitle {
    font-size: 18px; }
  #custom-footer .footerList {
    font-size: 14px;
    line-height: 1.2; }
    #custom-footer .footerList .footerItem {
      padding-bottom: 15px; }
  #custom-footer #footer > .container > .row:first-of-type > div:first-of-type {
    order: 1; }
  #custom-footer #footer > .container > .row:first-of-type > div:nth-of-type(2) {
    order: 2; }
  #custom-footer #footer > .container > .row:first-of-type > div:last-of-type {
    order: 3; }
  #custom-footer .footerTitle {
    border: none;
    padding-bottom: 0; }
    #custom-footer .footerTitle::after {
      display: none; }
  #custom-footer .collapse {
    display: block; }
  #custom-footer .footerList {
    padding: 0;
    padding-top: 10px; }
  #custom-footer .follow-text {
    font-size: 14px; }
  .socialMedia {
    padding-bottom: 0;
    text-align: left; }
    .socialMedia hr {
      margin-left: 0; }
    .socialMedia .socialMediaImg {
      margin-right: 13px; }
    .socialMedia .logo {
      display: inline-block;
      margin-bottom: 140px; }
  .follow-text {
    margin-bottom: 16px; } }

/*==================================================
=   Large Devices, Large Desktops, Wide Screens    =
==================================================*/
@media only screen and (min-width: 1200px) {
  .socialMedia .socialMediaImg {
    margin-right: 24px; }
  #custom-footer .custom-copyright > div:first-of-type {
    background-color: #FBFBFB;
    text-align: left; }
    #custom-footer .custom-copyright > div:first-of-type > div:first-of-type {
      padding-bottom: 0; }
    #custom-footer .custom-copyright > div:first-of-type > div a {
      padding-right: 50px; }
    #custom-footer .custom-copyright > div:first-of-type > div a:last-of-type {
      float: left; }
  #custom-footer .custom-copyright > div:last-of-type {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #FBFBFB; }
    #custom-footer .custom-copyright > div:last-of-type div {
      margin-left: -15px;
      padding-top: 10px;
      padding-bottom: 10px; }
  #custom-footer .custom-copyright p {
    text-align: right; } }

/******************************************************
*******************************************************
                      Newsletter
*******************************************************
******************************************************/
/******************************************************
  *******************************************************528
                     Subscribe form
  *******************************************************
  ******************************************************/
#custom-newsletter span {
  font-size: 14px; }

#custom-newsletter .input-email {
  position: relative;
  display: inline-block;
  padding-top: 15px;
  padding-bottom: 15px;
  width: 100%; }
  #custom-newsletter .input-email::after {
    content: '';
    background: url(../image/icons/email.svg) no-repeat;
    position: absolute;
    width: 24px;
    height: 16px;
    top: 33px;
    left: 10px; }

#custom-newsletter input {
  border: 1px solid black;
  border-radius: 0;
  font-size: 14px;
  line-height: 1;
  height: 50px;
  padding-left: 40px;
  padding-right: 10px; }

#custom-newsletter button {
  width: 100%;
  background: #000000;
  border-radius: 2px;
  color: #fff;
  font-size: 16px;
  font-family: MontserratAlternates-Medium, sans-serif;
  margin: 40px 0 10px;
  padding: 15px 10px; }
  #custom-newsletter button:hover {
    background: rgba(0, 0, 0, 0.7); }

#custom-newsletter .consent {
  line-height: 1; }
  #custom-newsletter .consent span {
    font-size: 8px;
    text-align: right; }
    #custom-newsletter .consent span a {
      text-decoration: underline; }

/*====================================================================
================ Bootstrap 3 Media Queries for NEWSLETTER ============
====================================================================*/
/*==================================================
============== Mobile First Method =================
=              Custom, iPhone Retina
==================================================*/
@media only screen and (min-width: 320px) {
  #custom-newsletter {
    padding: 30px 0 60px 0; }
    #custom-newsletter button {
      margin-top: 20px; } }

/*==================================================
=       Extra Small Devices, Portrait Phones       =
==================================================*/
/*=================================================================================
= Small Devices, Landscape Phones and Phablets, Portrait Tablets, Small Desktops =
=================================================================================*/
/*======================================================
= Medium Devices, Landscape Tablets, Laptops, Desktops =
======================================================*/
@media only screen and (min-width: 992px) {
  #custom-newsletter {
    padding: 0; }
    #custom-newsletter button {
      margin-top: 40px; } }

/*==================================================
=   Large Devices, Large Desktops, Wide Screens    =
==================================================*/
/******************************************************
*******************************************************
                     Checkmark
*******************************************************
******************************************************/
/* The container */
.containerCheck {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.containerCheck input {
  position: absolute;
  opacity: 0;
  cursor: pointer; }

/* Hide the browser's default checkbox */
/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #FFF; }

/* On mouse-over, add a grey background color */
.containerCheck input:checked ~ .checkmark {
  background-color: #E63027; }

/* When the checkbox is checked, add a blue background */
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none; }

/* Show the checkmark when checked */
.containerCheck input:checked ~ .checkmark:after {
  display: block; }

.containerCheck .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

/******************************************************
*******************************************************
                Checkmark registration
*******************************************************
******************************************************/
.main-content-section {
  /* The container */
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */ }

.containerCheckLabel {
  display: block;
  margin: 13px 0 30px 0;
  text-align: left; }

.containerCheck {
  display: block;
  position: relative;
  padding-left: 35px;
  margin: 20px 0 15px 0;
  cursor: pointer;
  font-size: 1rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.containerCheck input {
  position: absolute;
  opacity: 0;
  cursor: pointer; }

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #FFF;
  border: 1px solid #000; }

.containerCheck:hover input ~ .checkmark {
  border: 1px solid #000; }

.containerCheck input:checked ~ .checkmark {
  background-color: #E63027; }

.checkmark:after {
  content: "";
  position: absolute;
  display: none; }

.containerCheck input:checked ~ .checkmark:after {
  display: block; }

.containerCheck .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.containerCheck3 {
  width: 100% !important;
  left: 0 !important; }

.containerCheck4 {
  width: 100% !important;
  left: 0 !important;
  margin: 0 !important; }

/*====================================================================
============== Bootstrap 3 Media Queries for CHECKMARK ===============
====================================================================*/
/*==================================================
============== Mobile First Method =================
=              Custom, iPhone Retina
==================================================*/
@media only screen and (min-width: 320px) {
  .main-content-section {
    /* The container */ }
  .containerCheck {
    width: 100%;
    left: 0; } }

/*==================================================
=       Extra Small Devices, Portrait Phones       =
==================================================*/
@media only screen and (min-width: 480px) {
  .main-content-section {
    /* The container */ }
  .containerCheck {
    width: 80%;
    left: 0; } }

/*=================================================================================
= Small Devices, Landscape Phones and Phablets, Portrait Tablets, Small Desktops =
=================================================================================*/
@media only screen and (min-width: 768px) {
  .main-content-section {
    /* The container */ }
  .containerCheck {
    width: 70%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto; } }

/*======================================================
= Medium Devices, Landscape Tablets, Laptops, Desktops =
======================================================*/
@media only screen and (min-width: 992px) {
  .containerCheck {
    width: 60%; } }

/*==================================================
=   Large Devices, Large Desktops, Wide Screens    =
==================================================*/
@media only screen and (min-width: 1200px) {
  .containerCheck {
    width: 50%; } }

/******************************************************
*******************************************************
                    Go to top
*******************************************************
******************************************************/
#custom-scrollToTop {
  width: 50px;
  height: 50px;
  text-align: center;
  text-decoration: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  text-indent: -99999em;
  display: none;
  cursor: pointer;
  z-index: 20;
  background: #E63027 url("../image/icons/sticky_arrow.svg") center center no-repeat; }

#custom-scrollToTop:hover {
  text-decoration: none;
  background-color: #E63027; }

/******************************************************
*******************************************************
                  Promotion cards
*******************************************************
******************************************************/
.customInfoPromo {
  background-color: #0d0d0d;
  text-align: center; }

.customInfoPromo > a {
  color: #D8D8D8;
  font-size: 18px;
  text-align: center;
  font-weight: 600; }

#customPromo2 .datePromo {
  position: absolute;
  width: 90%;
  bottom: 19px;
  padding: 0;
  color: #0d0d0d;
  background: transparent; }

#customPromo2 .datePromo .text {
  margin: 0 0 0 18%; }

#customPromo2 .datePromo .textSm {
  display: block;
  font-weight: 100;
  color: #0d0d0d;
  font-family: Montserrat-Regular, sans-serif;
  font-size: 12px;
  text-align: center; }

#customPromo2 .datePromo .custom-btnDark {
  position: absolute;
  top: 72%;
  left: 28.3%; }

.datePromo {
  position: absolute;
  left: 10px;
  width: 100%;
  bottom: 19px;
  padding: 0;
  color: #0d0d0d;
  background: transparent; }

.datePromo .number {
  display: block;
  line-height: 100%;
  font-weight: bold;
  font-family: Montserrat-Regular, sans-serif;
  text-align: left; }

.datePromo .number:nth-of-type(2) {
  display: block;
  line-height: 100%;
  font-weight: bold;
  font-family: Montserrat-Regular, sans-serif;
  text-align: left; }

.promoOffer {
  position: absolute;
  border-radius: 0;
  background: #0d0d0d;
  color: #FFF;
  text-align: center; }

.promoOffer .text {
  display: block;
  font-weight: 300;
  font-style: normal;
  color: #FFF; }

/*====================================================================
============ Bootstrap 3 Media Queries for PROMOTION CARDS ===========
====================================================================*/
/*==================================================
============== Mobile First Method =================
=              Custom, iPhone Retina
==================================================*/
@media only screen and (min-width: 320px) {
  .datePromo {
    top: 8%; }
  .datePromo .number {
    font-size: 56px;
    color: #FFF; }
  .datePromo .number:nth-of-type(2) {
    font-size: 40px;
    color: #FFF; }
  .datePromo .text {
    visibility: hidden; }
  .datePromo .custom-btnDark {
    visibility: hidden; }
  .datePromo .textSm {
    visibility: hidden; }
  .categoryContainer .datePromo {
    top: 76%; }
  .categoryContainer .datePromo .number {
    font-size: 60px; }
  .categoryContainer .datePromo .number:nth-of-type(2) {
    font-size: 30px; }
  .categoryContainer .datePromo .text {
    font-size: 20px;
    margin: 0 0 0 -253px; }
  .categoryContainer .datePromo .custom-btnDark {
    top: 70%;
    left: 22.3%; }
  .categoryContainer .datePromo .textSm {
    visibility: hidden; }
  .categoryContainer .owlCarouselBox .product-thumb {
    min-height: 235px; }
  .promoOffer {
    left: -109px;
    top: 35px;
    width: 330px;
    height: 36px;
    padding: 10px 0;
    transform: rotate(-44deg); }
  .promoOffer .text {
    font-size: 14px;
    line-height: 1; } }

/*==================================================
=       Extra Small Devices, Portrait Phones       =
==================================================*/
@media only screen and (min-width: 480px) {
  .datePromo {
    top: 8%; }
  .datePromo .number {
    font-size: 56px;
    color: #FFF; }
  .datePromo .number:nth-of-type(2) {
    font-size: 40px;
    color: #FFF; }
  .datePromo .text {
    visibility: hidden; }
  .datePromo .custom-btnDark {
    visibility: hidden; }
  .datePromo .textSm {
    visibility: hidden; }
  .categoryContainer .datePromo {
    top: 76%; }
  .categoryContainer .datePromo .number {
    font-size: 60px; }
  .categoryContainer .datePromo .number:nth-of-type(2) {
    font-size: 30px; }
  .categoryContainer .datePromo .text {
    font-size: 20px;
    margin: 0 0 0 -253px; }
  .categoryContainer .datePromo .custom-btnDark {
    top: 70%;
    left: 22.3%; }
  .categoryContainer .datePromo .textSm {
    visibility: hidden; }
  .categoryContainer .owlCarouselBox .product-thumb {
    min-height: 260px; }
  .promoOffer {
    left: -109px;
    top: 35px;
    width: 330px;
    height: 36px;
    padding: 10px 0;
    transform: rotate(-44deg); }
  .promoOffer .text {
    font-size: 14px;
    line-height: 1; } }

/*=================================================================================
= Small Devices, Landscape Phones and Phablets, Portrait Tablets, Small Desktops =
=================================================================================*/
@media only screen and (min-width: 768px) {
  .datePromo {
    top: 60%; }
  .datePromo .number {
    font-size: 56px;
    color: #FFF; }
  .datePromo .number:nth-of-type(2) {
    font-size: 40px;
    color: #FFF; }
  .datePromo .text {
    visibility: hidden; }
  .datePromo .custom-btnDark {
    visibility: hidden; }
  .datePromo .textSm {
    visibility: hidden; }
  #customPromo2 .datePromo {
    top: 61%;
    left: 2%; }
  .categoryContainer .datePromo {
    top: 45%; }
  .categoryContainer .datePromo .number {
    font-size: 60px; }
  .categoryContainer .datePromo .number:nth-of-type(2) {
    font-size: 30px; }
  .categoryContainer .datePromo .text {
    font-size: 20px;
    margin: 0 0 0 -253px; }
  .categoryContainer .datePromo .custom-btnDark {
    top: 70%;
    left: 22.3%; }
  .categoryContainer .datePromo .textSm {
    visibility: hidden; }
  .categoryContainer .owlCarouselBox .product-thumb {
    min-height: 278px; }
  .promoOffer {
    left: -109px;
    top: 35px;
    width: 330px;
    height: 36px;
    padding: 10px 0;
    transform: rotate(-44deg); }
  .promoOffer .text {
    font-size: 14px;
    line-height: 1; } }

/*======================================================
= Medium Devices, Landscape Tablets, Laptops, Desktops =
======================================================*/
@media only screen and (min-width: 992px) {
  .datePromo {
    top: 67%; }
  .datePromo .number {
    font-size: 56px;
    color: #FFF; }
  .datePromo .number:nth-of-type(2) {
    font-size: 60px;
    color: #FFF; }
  .datePromo .text {
    visibility: hidden; }
  .datePromo .custom-btnDark {
    visibility: hidden; }
  .datePromo .textSm {
    visibility: hidden; }
  #customPromo2 .datePromo {
    top: 64%;
    left: 2%; }
  .categoryContainer .datePromo {
    top: 45%; }
  .categoryContainer .datePromo .number {
    font-size: 60px; }
  .categoryContainer .datePromo .number:nth-of-type(2) {
    font-size: 30px; }
  .categoryContainer .datePromo .text {
    font-size: 20px;
    margin: 0 0 0 -253px; }
  .categoryContainer .datePromo .custom-btnDark {
    top: 70%;
    left: 22.3%; }
  .categoryContainer .datePromo .textSm {
    visibility: hidden; }
  .categoryContainer .owlCarouselBox .product-thumb {
    min-height: 392px; }
  .promoOffer {
    left: -109px;
    top: 35px;
    width: 330px;
    height: 36px;
    padding: 10px 0;
    transform: rotate(-44deg); }
  .promoOffer .text {
    font-size: 14px;
    line-height: 1; } }

/*==================================================
=   Large Devices, Large Desktops, Wide Screens    =
==================================================*/
@media only screen and (min-width: 1200px) {
  .datePromo {
    top: 25%; }
  .datePromo .number {
    font-size: 100px;
    color: #0d0d0d; }
  .datePromo .number:nth-of-type(2) {
    font-size: 60px;
    color: #0d0d0d; }
  .datePromo .text {
    visibility: visible;
    margin: 0 0 0 24.9%;
    display: block;
    font-weight: 100;
    color: #0d0d0d;
    font-family: Montserrat-Regular, sans-serif;
    font-size: 20px; }
  .datePromo .custom-btnDark {
    visibility: visible;
    position: absolute;
    top: 72%;
    left: 38.8%; }
  .datePromo .textSm {
    visibility: visible;
    margin: 10% 0 0 0;
    display: block;
    font-weight: 100;
    color: #0d0d0d;
    font-family: Montserrat-Regular, sans-serif;
    font-size: 12px; }
  #customPromo2 .datePromo {
    top: 25%;
    left: 2%; }
  .categoryContainer .datePromo {
    top: 45%; }
  .categoryContainer .datePromo .number {
    font-size: 60px; }
  .categoryContainer .datePromo .number:nth-of-type(2) {
    font-size: 30px; }
  .categoryContainer .datePromo .text {
    font-size: 20px;
    margin: 0 0 0 -253px; }
  .categoryContainer .datePromo .custom-btnDark {
    top: 70%;
    left: 22.3%; }
  .categoryContainer .datePromo .textSm {
    visibility: hidden; }
  .categoryContainer .owlCarouselBox .product-thumb {
    min-height: 278px; }
  .promoOffer {
    left: -109px;
    top: 35px;
    width: 330px;
    height: 36px;
    padding: 10px 0;
    transform: rotate(-44deg); }
  .promoOffer .text {
    font-size: 14px;
    line-height: 1; } }

/******************************************************
*******************************************************
                      Button light
*******************************************************
******************************************************/
.custom-btn {
  position: relative;
  padding: 10px 15px;
  background-color: #FFF;
  border: none;
  border-radius: 0;
  color: #0d0d0d;
  text-transform: none;
  font-size: 18px;
  font-family: Montserrat-Regular, sans-serif;
  text-decoration: none;
  outline: none; }

.custom-btn:hover, .custom-btn:focus {
  background-color: #e6e6e6;
  color: #0d0d0d;
  text-decoration: none;
  outline: none; }

/******************************************************
*******************************************************
                      Button dark
*******************************************************
******************************************************/
.custom-btnDark {
  position: relative;
  padding: 0 15px;
  background-color: #000;
  border: none;
  border-radius: 0;
  color: #FFF;
  text-transform: none;
  font-size: 18px;
  font-family: Montserrat-Regular, sans-serif;
  text-decoration: none;
  outline: none; }

.custom-btnDark:hover, .custom-btnDark:focus {
  background-color: rgba(0, 0, 0, 0.7);
  color: #FFF;
  text-decoration: none;
  outline: none; }

.custom-btnDarkMd {
  position: relative;
  padding: 15px;
  background-color: #000;
  border: none;
  border-radius: 0;
  color: #FFF;
  text-transform: none;
  font-size: 18px;
  font-family: MontserratAlternates-Medium, sans-serif;
  text-decoration: none;
  outline: none; }

.custom-btnDarkMd:hover, .custom-btnDarkMd:focus {
  background-color: rgba(0, 0, 0, 0.7);
  color: #FFF;
  text-decoration: none;
  outline: none; }

/******************************************************
*******************************************************
                  Button dark large
*******************************************************
******************************************************/
.custom-btnDarkLg {
  position: relative;
  padding: 5px 15px;
  background-color: #0d0d0d;
  border: none;
  border-radius: 0;
  color: #FFF;
  text-transform: none;
  font-size: 18px;
  font-family: Montserrat-Regular, sans-serif;
  text-decoration: none;
  outline: none; }

.custom-btnDarkLg .btnl {
  float: left; }

.custom-btnDarkLg .btnr {
  float: right; }

.custom-btnDarkLg .btnr span:nth-of-type(1) {
  position: absolute;
  right: 90px;
  top: 0;
  color: #e0e0e0; }

.custom-btnDarkLg .btnr span:nth-of-type(2) {
  position: absolute;
  right: 15px;
  top: 0; }

.custom-btnDarkLg .btnr span:nth-of-type(3) {
  position: absolute;
  bottom: 0;
  right: 25px;
  font-size: 10px; }

.custom-btnDarkLg:hover, .custom-btnDarkLg:focus {
  background-color: #262626;
  color: #FFF;
  text-decoration: none;
  outline: none; }

#divs2 {
  display: none; }

#divs4 {
  display: none; }

/*====================================================================
============ Bootstrap 3 Media Queries for BUTTONS =============
====================================================================*/
/*==================================================
============== Mobile First Method =================
=              Custom, iPhone Retina
==================================================*/
@media only screen and (min-width: 320px) {
  .custom-btnDarkMd {
    display: block;
    width: 202px; }
  .custom-btnDarkLg {
    display: block;
    width: 100%; } }

/*==================================================
=       Extra Small Devices, Portrait Phones       =
==================================================*/
@media only screen and (min-width: 480px) {
  .custom-btnDarkLg {
    display: block;
    width: 100%; } }

/*=================================================================================
= Small Devices, Landscape Phones and Phablets, Portrait Tablets, Small Desktops =
=================================================================================*/
@media only screen and (min-width: 768px) {
  .custom-btnDarkLg {
    display: block;
    width: 100%; } }

/*======================================================
= Medium Devices, Landscape Tablets, Laptops, Desktops =
======================================================*/
@media only screen and (min-width: 992px) {
  .custom-btnDarkLg {
    display: block;
    width: 100%; } }

/*==================================================
=   Large Devices, Large Desktops, Wide Screens    =
==================================================*/
@media only screen and (min-width: 1200px) {
  .custom-btnDarkLg {
    display: block;
    width: 100%; } }

/******************************************************
*******************************************************
                     Checkmark dark
*******************************************************
  /* The container */
/* Hide the browser's default checkbox */
/* Create a custom checkbox */
/* On mouse-over, add a grey background color */
/* When the checkbox is checked, add a blue background */
/* Create the checkmark/indicator (hidden when not checked) */
/* Show the checkmark when checked */
.filter-items-wrapper .containerCheck {
  display: block;
  cursor: pointer;
  font-family: Montserrat-Regular, sans-serif;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom: 12px;
  line-height: 25px;
  text-align: left;
  color: #2B2B2B;
  padding-left: 35px;
  width: 100%;
  margin: 0;
  padding-bottom: 10px;
  font-weight: 400; }
  .filter-items-wrapper .containerCheck input {
    position: absolute;
    opacity: 0;
    cursor: pointer; }
  .filter-items-wrapper .containerCheck:hover input ~ .checkmark2 {
    background-color: #f2f2f2; }
  .filter-items-wrapper .containerCheck input:checked ~ .checkmark2 {
    background-color: transparent; }
  .filter-items-wrapper .containerCheck input:checked ~ .checkmark2:after {
    display: block; }

.productCardsMain .align-center {
  align-self: center; }

.productCardsMain .product-filter {
  padding-bottom: 40px; }
  .productCardsMain .product-filter .row {
    display: flex;
    flex-wrap: wrap; }
    .productCardsMain .product-filter .row div[class^="col"] {
      float: none; }
  .productCardsMain .product-filter .p-counter {
    font-family: Montserrat-SemiBold, sans-serif;
    font-size: 14px; }

.btn-filers span:last-of-type {
  padding-left: 20px;
  vertical-align: text-bottom;
  font-family: Montserrat-Medium, sans-serif;
  font-size: 14px; }

#btn-filers {
  display: inline-block;
  width: 24px;
  height: 24px; }
  #btn-filers:hover {
    cursor: pointer; }

#column-left #close-btn {
  width: 25px; }
  #column-left #close-btn:hover {
    cursor: pointer; }

.sort label, .limit label {
  font-size: 14px;
  font-family: Montserrat-Medium, sans-serif;
  font-weight: normal; }

#clear_filters {
  font-family: Montserrat-Medium, sans-serif;
  font-weight: 500;
  font-size: 12px; }
  #clear_filters span {
    padding-right: 15px; }
  #clear_filters a {
    display: inline-block;
    width: 36px;
    background: url("../image/icons/arrow-right-thin.svg") no-repeat;
    background-size: contain;
    height: 16px;
    background-position: bottom; }

/*===================================================
================ Bootstrap 3 Media Queries===========
===================================================*/
/*==================================================
============== Mobile First Method =================
=              Custom, iPhone Retina
==================================================*/
/*==================================================
=       Extra Small Devices, Portrait Phones       =
==================================================*/
/*=================================================================================
= Small Devices, Landscape Phones and Phablets, Portrait Tablets, Small Desktops =

=================================================================================*/
@media only screen and (min-width: 320px) {
  .checkMain {
    padding: 0; }
    .checkMain .text1 {
      font-size: 20px;
      text-align: left; }
    .checkMain .containerCheck {
      font-size: 14px; }
  .product-filter .p-counter {
    align-self: center; }
    .product-filter .p-counter div {
      padding-bottom: 20px;
      padding-top: 0;
      margin-bottom: 0; } }

@media only screen and (max-width: 480px) {
  .product-filter .p-counter, .product-filter .filter-btn-wrapper {
    width: 100%; }
  .product-filter .filter-btn-wrapper {
    padding-bottom: 20px; } }

@media only screen and (max-width: 768px) {
  #column-left.active {
    display: block !important;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 110px;
    background: white;
    z-index: 100;
    max-height: calc(100vh - 110px);
    overflow-y: auto; }
  .sticky #column-left.active {
    top: 80px;
    max-height: calc(100vh - 80px); } }

@media only screen and (min-width: 768px) {
  #clear_filters a {
    width: 28px; } }

/*======================================================
= Medium Devices, Landscape Tablets, Laptops, Desktops =
======================================================*/
@media only screen and (min-width: 992px) {
  .product-filter .p-counter {
    align-self: end; }
    .product-filter .p-counter div {
      border-bottom: 1px solid #D4D2D2;
      padding-bottom: 10px;
      margin-bottom: 10px; }
  .align-center {
    padding-top: 17px; }
  #clear_filters a {
    width: 36px; } }

/*==================================================
=   Large Devices, Large Desktops, Wide Screens    =
==================================================*/
@media only screen and (min-width: 1200px) {
  .checkMain {
    padding: 0 0 30px 0; }
  .checkMain .containerCheck {
    font-size: 16px; } }

.colorPaletteBox {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 20px 100px;
  border-radius: 0;
  background: white;
  z-index: 1;
  text-align: center; }

.colorPaletteBox .colorBox {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-block;
  border: solid #000000 3px; }

.colorPaletteBox .colorBox:nth-child(1) {
  background-color: #A59796; }

.colorPaletteBox .colorBox:nth-child(2) {
  background-color: #B99D4C; }

.colorPaletteBox .colorBox:nth-child(3) {
  background-color: #BDCADB; }

.colorPaletteBox .colorBox:nth-child(4) {
  background-color: #FC9783; }

.colorPaletteBox .colorBox:nth-child(5) {
  background-color: #9C8864; }

.colorPaletteBox {
  opacity: 0 !important;
  transition: 0.3s; }

.colorPaletteBox .colorName {
  max-width: 40px;
  line-height: 1.1;
  color: #231f20;
  text-align: center;
  display: block;
  visibility: hidden; }

.colorPaletteBox .active .colorName {
  visibility: visible; }

.owl-carousel:hover .colorPaletteBox {
  opacity: 1 !important;
  transition: 0.3s; }

/*====================================================================
============ Bootstrap 3 Media Queries for COLOR PALETTE =============
====================================================================*/
/*==================================================
============== Mobile First Method =================
=              Custom, iPhone Retina
==================================================*/
@media only screen and (min-width: 320px) {
  .colorPaletteBox {
    visibility: hidden; } }

/*==================================================
=       Extra Small Devices, Portrait Phones       =
==================================================*/
@media only screen and (min-width: 480px) {
  .colorPaletteBox {
    visibility: hidden; } }

/*=================================================================================
= Small Devices, Landscape Phones and Phablets, Portrait Tablets, Small Desktops =
=================================================================================*/
@media only screen and (min-width: 768px) {
  .colorPaletteBox {
    visibility: visible; } }

/*======================================================
= Medium Devices, Landscape Tablets, Laptops, Desktops =
======================================================*/
@media only screen and (min-width: 992px) {
  .colorPaletteBox {
    visibility: visible; } }

/*==================================================
=   Large Devices, Large Desktops, Wide Screens    =
==================================================*/
@media only screen and (min-width: 1200px) {
  .colorPaletteBox {
    visibility: visible; } }

/*====================================================================
============ PRODUCT PAGE =============
====================================================================*/
#productPage .productTopText {
  display: inline-block;
  text-align: left; }

#productPage .productContent .custom-sectionHeading {
  padding: 0;
  margin: 0 auto;
  text-align: left;
  display: inline-block;
  font-size: 2em; }

#productPage .productContent h1.custom-sectionHeading {
  font-family: MontserratAlternates-Medium, sans-serif; }

#productPage .productContent .description {
  color: rgba(0, 0, 0, 0.6); }

#productPage .productContent .articlePrice, #productPage .productContent .articlePrice2 {
  margin: 0 auto;
  padding: 0;
  color: #000;
  font-size: 2em;
  font-family: Montserrat-Medium, sans-serif;
  display: block; }
  #productPage .productContent .articlePrice strike, #productPage .productContent .articlePrice2 strike {
    font-size: 1.5rem;
    color: rgba(0, 0, 0, 0.5); }

#productPage .productContent .articlePrice2 {
  color: #E63027; }

#productPage .productContent .articleDesc2 {
  position: relative;
  margin: 0 auto;
  padding: 0;
  color: #000;
  font-size: 0.9rem; }

#productPage .productContent .price-secondary {
  padding-bottom: 6px; }

#productPage .productContent .product-sizes .title, #productPage .productContent .product-sizes #size-guide {
  font-size: 0.9rem; }

#productPage .productContent .product-sizes #size-guide {
  text-decoration: underline;
  padding-left: 26px;
  position: relative; }
  #productPage .productContent .product-sizes #size-guide::before {
    content: '';
    width: 20px;
    height: 20px;
    background-image: url(../image/icons/size-guide.svg);
    position: absolute;
    left: 0;
    background-size: contain; }
  #productPage .productContent .product-sizes #size-guide:hover {
    cursor: pointer; }

#productPage .productContent .product-sizes .size-selector {
  padding-top: 20px; }
  #productPage .productContent .product-sizes .size-selector ul {
    display: flex;
    width: 100%;
    height: auto;
    flex-wrap: wrap; }
    #productPage .productContent .product-sizes .size-selector ul li {
      text-align: center;
      position: relative;
      padding: 5px;
      border: 2px solid transparent; }
      #productPage .productContent .product-sizes .size-selector ul li.selected:not(.inactive) {
        background-color: #333333;
        border-color: #333333; }
        #productPage .productContent .product-sizes .size-selector ul li.selected:not(.inactive) a {
          color: #fff;
          pointer-events: none; }
          #productPage .productContent .product-sizes .size-selector ul li.selected:not(.inactive) a:before {
            background-image: url(../image/icons/size-round-white.svg); }
      #productPage .productContent .product-sizes .size-selector ul li.inactive {
        opacity: 0.5;
        position: relative; }
        #productPage .productContent .product-sizes .size-selector ul li.inactive::after {
          content: '';
          position: absolute;
          z-index: 1;
          left: 0;
          height: 2px;
          display: block;
          top: 50%;
          left: -10px;
          background-color: #000;
          transform: rotate(135deg);
          -ms-transform: rotate(135deg);
          -webkit-transform: rotate(135deg); }
        #productPage .productContent .product-sizes .size-selector ul li.inactive a {
          pointer-events: none; }
        #productPage .productContent .product-sizes .size-selector ul li.inactive a:hover {
          color: #000; }
      #productPage .productContent .product-sizes .size-selector ul li a {
        display: inline-block;
        width: 100%;
        height: 100%; }
        #productPage .productContent .product-sizes .size-selector ul li a span {
          line-height: 1;
          display: inline-block;
          vertical-align: middle; }
        #productPage .productContent .product-sizes .size-selector ul li a:before {
          content: "";
          width: 100%;
          height: 100%;
          position: absolute;
          background-image: url(../image/icons/size-round.svg);
          background-size: contain;
          left: 0;
          top: 0; }

#productPage .productContent .cart {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  #productPage .productContent .cart .qty {
    border: 1px solid #000;
    position: relative; }
    #productPage .productContent .cart .qty .journal-stepper {
      position: absolute;
      width: 34px;
      right: 0; }
      #productPage .productContent .cart .qty .journal-stepper.down {
        bottom: 0; }
      #productPage .productContent .cart .qty .journal-stepper:hover, #productPage .productContent .cart .qty .journal-stepper:focus {
        cursor: pointer; }
    #productPage .productContent .cart .qty input[name="quantity"] {
      width: 100%;
      text-align: center;
      margin: 0;
      border: 0;
      padding: 5px 10px;
      transition: all 0.2s;
      font-size: 16px;
      box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.08);
      padding-right: 35px; }
  #productPage .productContent .cart .btn-buy #button-cart {
    margin: 0;
    width: 100%;
    font-family: MontserratAlternates-SemiBold, sans-serif;
    font-size: 1rem;
    padding: 0; }
    #productPage .productContent .cart .btn-buy #button-cart.button-disable {
      pointer-events: none; }
  #productPage .productContent .cart .wishlist-compare {
    border: 1px solid #000; }
    #productPage .productContent .cart .wishlist-compare a {
      display: inline-block;
      width: 100%;
      height: 100%;
      text-align: center; }
      #productPage .productContent .cart .wishlist-compare a:hover {
        cursor: pointer; }
      #productPage .productContent .cart .wishlist-compare a svg {
        width: 24px;
        height: 24px;
        vertical-align: middle; }

#productPage .swiper-container {
  padding-bottom: 30px; }
  #productPage .swiper-container .swiper-buttons {
    position: absolute;
    bottom: 0;
    display: flex;
    margin: auto;
    width: 100%;
    left: 0;
    right: 0;
    justify-content: center; }
    #productPage .swiper-container .swiper-buttons > div {
      position: static; }
    #productPage .swiper-container .swiper-buttons .swiper-button-prev {
      background-image: url("../image/icons/carousel-left.svg"); }
    #productPage .swiper-container .swiper-buttons .swiper-button-next {
      background-image: url("../image/icons/carousel-right.svg"); }
    #productPage .swiper-container .swiper-buttons .swiper-button-prev, #productPage .swiper-container .swiper-buttons .swiper-button-next {
      width: 22px;
      margin: 0;
      height: 20px;
      background-size: contain; }
      #productPage .swiper-container .swiper-buttons .swiper-button-prev::before, #productPage .swiper-container .swiper-buttons .swiper-button-next::before {
        content: none; }
      #productPage .swiper-container .swiper-buttons .swiper-button-prev.swiper-button-disabled, #productPage .swiper-container .swiper-buttons .swiper-button-next.swiper-button-disabled {
        opacity: 0.3;
        cursor: default; }
    #productPage .swiper-container .swiper-buttons .swiper-counter {
      padding: 0 10px; }

#productPage #quicklinks-content .panel-heading {
  padding: 0; }

#productPage #quicklinks-content .panel-title {
  font-size: 1rem;
  font-family: Montserrat-Medium, sans-serif;
  vertical-align: middle; }
  #productPage #quicklinks-content .panel-title a {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding-right: 30px;
    position: relative; }
    #productPage #quicklinks-content .panel-title a:after {
      content: "";
      background: url("../image/icons/minus.svg") no-repeat;
      width: 20px;
      height: 20px;
      display: block;
      position: absolute;
      right: 20px;
      top: 25px; }
    #productPage #quicklinks-content .panel-title a.collapsed:after {
      background: url("../image/icons/plus.svg") no-repeat;
      top: 13px; }

#productPage #quicklinks-content .panel {
  border: none;
  border-bottom: 1px solid rgba(183, 180, 180, 0.6);
  border-radius: 0;
  box-shadow: none;
  margin: 0; }
  #productPage #quicklinks-content .panel:first-of-type {
    border-top: 1px solid rgba(183, 180, 180, 0.6); }
  #productPage #quicklinks-content .panel:last-of-type {
    border-bottom: none; }
  #productPage #quicklinks-content .panel .panel-body {
    border: none; }

#productPage #quicklinks-content .panel-heading {
  background-color: #fff;
  border-radius: 0;
  border: none; }

#productPage #quicklinks-content .addthis_toolbox {
  height: 100%; }
  #productPage #quicklinks-content .addthis_toolbox a {
    margin-bottom: 0; }
  #productPage #quicklinks-content .addthis_toolbox .custom_images {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    align-items: center;
    justify-content: space-between; }

#productPage .products-carousel h2 {
  font-size: 2rem;
  font-family: MontserratAlternates-Medium, sans-serif; }

#productPage #product_details .small_thumb .articleThumb {
  padding-bottom: 8px; }
  #productPage #product_details .small_thumb .articleThumb:last-of-type {
    padding-bottom: 0; }

#productPage #product_details .bigger_thumb .articleThumb {
  padding-bottom: 15px;
  position: relative; }
  #productPage #product_details .bigger_thumb .articleThumb .badges-right-container {
    width: 60px;
    height: 36px;
    font-size: 15px;
    line-height: 36px;
    max-width: 60px !important; }
    #productPage #product_details .bigger_thumb .articleThumb .badges-right-container .product-badge.css-badge {
      width: 100%;
      height: 100%;
      line-height: 36px;
      font-size: 15px; }
  #productPage #product_details .bigger_thumb .articleThumb:last-of-type {
    padding-bottom: 0; }

/*====================================================================
============ Bootstrap 3 Media Queries for PRODUCT PAGE =============
====================================================================*/
/*==================================================
============== Mobile First Method =================
=              Custom, iPhone Retina
==================================================*/
@media only screen and (min-width: 320px) {
  #productPage .product-info {
    padding-top: 12px; }
  #productPage .productContent {
    padding-top: 40px; }
    #productPage .productContent h1.custom-sectionHeading {
      font-size: 24px;
      margin-bottom: 6px; }
    #productPage .productContent .product-price {
      text-align: right;
      line-height: 1; }
    #productPage .productContent .articlePrice2 + .articlePrice {
      margin-left: 5px; }
    #productPage .productContent .articlePrice + .articlePrice {
      margin: 0 5px; }
    #productPage .productContent .articleDesc2 {
      margin-left: 10px;
      display: inline-block; }
    #productPage .productContent .product-sizes {
      padding-top: 40px; }
      #productPage .productContent .product-sizes #size-guide {
        padding-left: 17px; }
        #productPage .productContent .product-sizes #size-guide::before {
          width: 13px;
          height: 13px; }
    #productPage .productContent .cart {
      max-width: 510px; }
      #productPage .productContent .cart .qty {
        width: 80px; }
      #productPage .productContent .cart .wishlist-compare {
        width: 80px; }
      #productPage .productContent .cart .btn-buy {
        width: calc(100% - 190px); }
      #productPage .productContent .cart input[name="quantity"] {
        height: 40px;
        line-height: 40px; }
      #productPage .productContent .cart #button-cart {
        height: 40px;
        line-height: 40px; }
    #productPage .productContent .wishlist-compare {
      height: 40px; }
      #productPage .productContent .wishlist-compare a {
        line-height: 40px; }
  #productPage .size-selector {
    padding-top: 20px; }
    #productPage .size-selector ul {
      gap: 14px 20px; }
    #productPage .size-selector li {
      width: 52px;
      height: 52px; }
      #productPage .size-selector li.selected:not(.inactive) {
        border-radius: 23px; }
      #productPage .size-selector li.inactive::after {
        width: 72px; }
      #productPage .size-selector li a {
        font-size: 11px;
        line-height: 36px; }
  #productPage #product {
    padding-top: 40px; }
  #productPage .products-carousel {
    padding-top: 70px; }
    #productPage .products-carousel h2 {
      padding-bottom: 10px; }
  #productPage #product_details .bigger_thumb {
    width: 100%; }
  #productPage #product_details .productContent {
    width: 100%; }
  #quicklinks-content {
    padding-top: 40px; }
    #quicklinks-content .panel-heading {
      height: 43px;
      line-height: 43px; }
      #quicklinks-content .panel-heading .panel-title {
        line-height: 43px; } }

/*==================================================
=       Extra Small Devices, Portrait Phones       =
==================================================*/
/*=================================================================================
= Small Devices, Landscape Phones and Phablets, Portrait Tablets, Small Desktops =
=================================================================================*/
@media only screen and (min-width: 768px) {
  #productPage .productContent .cart {
    max-width: 540px; }
    #productPage .productContent .cart .qty {
      width: 92px; }
    #productPage .productContent .cart .btn-buy {
      width: 315px; }
    #productPage .productContent .cart .wishlist-compare {
      width: 92px; } }

/*======================================================
= Medium Devices, Landscape Tablets, Laptops, Desktops =
======================================================*/
@media only screen and (min-width: 992px) {
  #productPage .product-info {
    padding-top: 34px; }
  #productPage .productContent {
    padding-top: 0;
    position: -webkit-sticky;
    position: sticky;
    top: 150px; }
    #productPage .productContent h1.custom-sectionHeading {
      font-size: 32px;
      margin-bottom: 12px; }
    #productPage .productContent .product-price {
      padding-top: 20px;
      text-align: left; }
    #productPage .productContent .articlePrice {
      margin-left: 0; }
    #productPage .productContent .product-sizes {
      padding-top: 100px; }
      #productPage .productContent .product-sizes #size-guide {
        padding-left: 26px; }
        #productPage .productContent .product-sizes #size-guide::before {
          width: 20px;
          height: 20px; }
    #productPage .productContent .size-selector {
      padding-top: 32px; }
      #productPage .productContent .size-selector ul {
        gap: 24px 18px; }
      #productPage .productContent .size-selector li {
        width: 60px;
        height: 60px; }
        #productPage .productContent .size-selector li.selected:not(.inactive) {
          border-radius: 25px; }
        #productPage .productContent .size-selector li.inactive::after {
          width: 80px; }
        #productPage .productContent .size-selector li a {
          font-size: 13px;
          line-height: 44px; }
    #productPage .productContent .cart {
      max-width: 100%; }
      #productPage .productContent .cart .qty {
        width: 80px; }
      #productPage .productContent .cart .btn-buy {
        width: calc( 100% - 190px); }
      #productPage .productContent .cart .wishlist-compare {
        width: 80px; }
      #productPage .productContent .cart input[name="quantity"] {
        height: 50px;
        line-height: 50px; }
      #productPage .productContent .cart #button-cart {
        height: 52px;
        line-height: 52px; }
    #productPage .productContent .wishlist-compare {
      height: 52px; }
      #productPage .productContent .wishlist-compare a {
        line-height: 52px; }
    #productPage .productContent .articlePrice2, #productPage .productContent .articlePrice {
      display: inline-block; }
    #productPage .productContent .price-secondary:not(.price-secondary-special) {
      display: inline-block; }
  #productPage #product {
    padding-top: 56px; }
  #productPage .products-carousel {
    padding-top: 120px; }
    #productPage .products-carousel h2 {
      padding-bottom: 40px; }
  #productPage #product_details .small_thumb {
    width: 13%; }
  #productPage #product_details .bigger_thumb {
    width: 43%; }
  #productPage #product_details .productContent {
    width: 44%; }
  #quicklinks-content {
    padding-top: 50px; }
    #quicklinks-content .panel-heading {
      height: 52px;
      line-height: 52px; }
      #quicklinks-content .panel-heading .panel-title {
        line-height: 52px; } }

/*==================================================
=   Large Devices, Large Desktops, Wide Screens    =
==================================================*/
@media only screen and (min-width: 1200px) {
  #productPage .productContent .cart .qty {
    width: 92px; }
  #productPage .productContent .cart .btn-buy {
    width: calc(100% - 230px); }
  #productPage .productContent .cart .wishlist-compare {
    width: 92px; }
  #productPage .productContent .articlePrice, #productPage .productContent .articlePrice2 {
    font-size: 1.6em; }
  #productPage .productContent .price-secondary-special {
    display: inline-block; } }

.dropMenuProduct {
  display: block; }

.dropMenuProduct .dropMenuCustom01 {
  margin: 0 0 2px 0; }

.dropMenuProduct .dropMenuCustom02 {
  width: 36%;
  margin: 0 10px 20px 0; }

.dropMenuProduct .dropMenuCustom03 {
  width: 13%;
  margin: 0 10px 20px 0; }

.dropMenuProduct .dropMenuCustom, .dropMenuProduct .dropMenuCustom01, .dropMenuProduct .dropMenuCustom02, .dropMenuProduct .dropMenuCustom03, .dropMenuProduct .dropMenuCustom04 {
  display: inline-block;
  background-color: #e6e6e6;
  border-radius: 0;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-align: center; }

.dropMenuProduct .dropMenuCustom .dropBtnCustom, .dropMenuProduct .dropMenuCustom .dropBtnCustom01, .dropMenuProduct .dropMenuCustom01 .dropBtnCustom, .dropMenuProduct .dropMenuCustom01 .dropBtnCustom01, .dropMenuProduct .dropMenuCustom02 .dropBtnCustom, .dropMenuProduct .dropMenuCustom02 .dropBtnCustom01, .dropMenuProduct .dropMenuCustom03 .dropBtnCustom, .dropMenuProduct .dropMenuCustom03 .dropBtnCustom01, .dropMenuProduct .dropMenuCustom04 .dropBtnCustom, .dropMenuProduct .dropMenuCustom04 .dropBtnCustom01 {
  border: none;
  border-radius: 0;
  background-color: #e6e6e6;
  color: #8c8c8c; }

.dropMenuProduct .dropMenuCustom .dropBtnCustom .caretCustom, .dropMenuProduct .dropMenuCustom .dropBtnCustom01 .caretCustom, .dropMenuProduct .dropMenuCustom01 .dropBtnCustom .caretCustom, .dropMenuProduct .dropMenuCustom01 .dropBtnCustom01 .caretCustom, .dropMenuProduct .dropMenuCustom02 .dropBtnCustom .caretCustom, .dropMenuProduct .dropMenuCustom02 .dropBtnCustom01 .caretCustom, .dropMenuProduct .dropMenuCustom03 .dropBtnCustom .caretCustom, .dropMenuProduct .dropMenuCustom03 .dropBtnCustom01 .caretCustom, .dropMenuProduct .dropMenuCustom04 .dropBtnCustom .caretCustom, .dropMenuProduct .dropMenuCustom04 .dropBtnCustom01 .caretCustom {
  margin: 0 0 0 10px; }

.dropMenuProduct .dropMenuCustom .dropBtnCustom, .dropMenuProduct .dropMenuCustom01 .dropBtnCustom, .dropMenuProduct .dropMenuCustom02 .dropBtnCustom, .dropMenuProduct .dropMenuCustom03 .dropBtnCustom, .dropMenuProduct .dropMenuCustom04 .dropBtnCustom {
  border: none;
  border-radius: 0;
  background-color: #e6e6e6;
  color: #8c8c8c; }

.dropMenuProduct .dropMenuCustom .dropBtnCustom .caretCustom, .dropMenuProduct .dropMenuCustom01 .dropBtnCustom .caretCustom, .dropMenuProduct .dropMenuCustom02 .dropBtnCustom .caretCustom, .dropMenuProduct .dropMenuCustom03 .dropBtnCustom .caretCustom, .dropMenuProduct .dropMenuCustom04 .dropBtnCustom .caretCustom {
  margin: 0 0 0 30px; }

.dropMenuProduct .dropMenuCustom .drop-menuCustom, .dropMenuProduct .dropMenuCustom01 .drop-menuCustom, .dropMenuProduct .dropMenuCustom02 .drop-menuCustom, .dropMenuProduct .dropMenuCustom03 .drop-menuCustom, .dropMenuProduct .dropMenuCustom04 .drop-menuCustom {
  width: 100%;
  border-radius: 0;
  border: none;
  background-color: #e0e0e0;
  text-align: center; }

.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open > .dropdown-toggle.btn-default.focus,
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default:hover {
  background-color: #E63027 !important;
  outline: none;
  border: 1px solid #000;
  color: #fff; }

.btn.active, .btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }

.dropdown-menu {
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }

/*====================================================================
============ Bootstrap 3 Media Queries for DROPDOWN MENU =============
====================================================================*/
/*==================================================
============== Mobile First Method =================
=              Custom, iPhone Retina
==================================================*/
@media only screen and (min-width: 320px) {
  .dropMenuCustom {
    width: 100%;
    margin: 0 0 5px 0; }
  .dropMenuCustom01 {
    width: auto; }
  .dropBtnCustom01 {
    padding: 6px 55px; }
  .dropMenuCustom04 {
    width: 100%;
    margin: 20px 0 10px 0; } }

/*==================================================
=       Extra Small Devices, Portrait Phones       =
==================================================*/
@media only screen and (min-width: 480px) {
  .dropMenuCustom {
    width: 100%;
    margin: 0 0 5px 0; }
  .dropMenuCustom01 {
    width: auto; }
  .dropBtnCustom01 {
    padding: 6px 55px; }
  .dropMenuCustom04 {
    width: 100%;
    margin: 20px 0 10px 0; } }

/*=================================================================================
= Small Devices, Landscape Phones and Phablets, Portrait Tablets, Small Desktops =
=================================================================================*/
@media only screen and (min-width: 768px) {
  .dropMenuCustom {
    width: auto;
    margin: 0 0 5px 5px; }
  .dropMenuCustom01 {
    width: 76%; }
  .dropBtnCustom01 {
    padding: 6px 18px; }
  .dropMenuCustom04 {
    width: auto;
    margin: 30px 0 20px 0; } }

/*======================================================
= Medium Devices, Landscape Tablets, Laptops, Desktops =
======================================================*/
@media only screen and (min-width: 992px) {
  .dropMenuCustom {
    width: auto;
    margin: 0 0 5px 5px; }
  .dropMenuCustom01 {
    width: 61%; }
  .dropBtnCustom01 {
    padding: 6px 18px; }
  .dropMenuCustom04 {
    width: auto;
    margin: 30px 0 20px 0; } }

/*==================================================
=   Large Devices, Large Desktops, Wide Screens    =
==================================================*/
@media only screen and (min-width: 1200px) {
  .dropMenuCustom {
    width: auto;
    margin: 0 0 5px 5px; }
  .dropMenuCustom01 {
    width: auto; }
  .dropBtnCustom01 {
    padding: 6px 10px; }
  .dropMenuCustom04 {
    width: auto;
    margin: 30px 0 20px 0; } }

.inputCustom {
  display: none; }

.button {
  display: inline-block;
  position: relative;
  width: 50px;
  height: 50px;
  margin: 10px;
  cursor: pointer; }

.button span {
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  padding: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 100%;
  background: #eeeeee;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  transition: ease 0.3s; }

.button span:hover {
  padding: 10px; }

.orange .button span {
  background: #FF5722; }

.amber .button span {
  background: #FFC107; }

.lime .button span {
  background: #8BC34A; }

.teal .button span {
  background: #009688; }

.blue .button span {
  background: #2196F3; }

.indigo .button span {
  background: #3F51B5; }

.layer {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: transparent;
  /*transition: ease .3s;*/
  z-index: -1; }

.orange .inputCustom:checked ~ .layer {
  background: #F4511E; }

.amber .inputCustomt:checked ~ .layer {
  background: #FFB300; }

.lime .inputCustom:checked ~ .layer {
  background: #7CB342; }

.teal .inputCustom:checked ~ .layer {
  background: #00897B; }

.blue .inputCustom:checked ~ .layer {
  background: #1E88E5; }

.indigo .inputCustom:checked ~ .layer {
  background: #3949AB; }

.menuMain.menu {
  margin: 0 auto;
  padding: 0;
  background: transparent; }

.showGrid {
  cursor: pointer; }

.cnt {
  margin: 0 auto;
  padding: 0;
  background: transparent; }

#account-login .custom-sectionHeading {
  margin: 0 auto;
  text-align: left; }

#account-login .loginUser .custom-sectionHeading {
  margin: 0 auto;
  font-size: 24px;
  font-weight: 100; }

#account-login .loginUser .custom-sectionHeading .custom-subHeading {
  font-size: 16px; }

#account-login .loginUser .custom-subscribeForm .input-group {
  width: 100% !important; }

#account-login .loginUser .custom-subscribeForm .input-group input {
  height: 50px;
  width: 100%;
  padding: 5px 12px;
  margin: 0 0 20px 0;
  background-color: #EEE3CA;
  border-color: transparent;
  border-radius: 0;
  box-shadow: none;
  font-style: normal;
  font-size: 15px;
  color: #0d0d0d; }

#account-login .loginUser .custom-btnDarkMd {
  display: block;
  width: 100%;
  text-align: center; }

#account-login .loginUser .text3 {
  font-size: 16px;
  color: #0d0d0d; }

#account-login .registrationUser .custom-sectionHeading {
  margin: 0 auto;
  font-size: 24px;
  font-weight: 100; }

#account-login .registrationUser .custom-sectionHeading .custom-subHeading {
  font-size: 16px; }

#account-login .registrationUser .text3 {
  padding: 0 0 20px 0;
  font-size: 16px;
  color: #0d0d0d;
  line-height: 1.2; }

#account-login .registrationUser .custom-btnDarkMd {
  display: block;
  width: 100%;
  text-align: center; }

/*====================================================================
============ Bootstrap 3 Media Queries for LOGIN PAGE ===========
====================================================================*/
/*==================================================
============== Mobile First Method =================
=              Custom, iPhone Retina
==================================================*/
@media only screen and (min-width: 320px) {
  #account-login .loginUser .text3 {
    padding: 15px 0 12px 0; }
  #account-login .registrationUser {
    margin: 40px 0 40px 0; }
  .main-content-section {
    font-size: 1rem;
    line-height: 1.5; } }

/*==================================================
=       Extra Small Devices, Portrait Phones       =
==================================================*/
@media only screen and (min-width: 480px) {
  #account-login .loginUser .text3 {
    padding: 15px 0 12px 0; }
  #account-login .registrationUser {
    margin: 40px 0 40px 0; } }

/*=================================================================================
= Small Devices, Landscape Phones and Phablets, Portrait Tablets, Small Desktops =
=================================================================================*/
@media only screen and (min-width: 768px) {
  #account-login .loginUser .text3 {
    padding: 15px 0 12px 0; }
  #account-login .registrationUser {
    margin: 40px 0 0 0; } }

/*======================================================
= Medium Devices, Landscape Tablets, Laptops, Desktops =
======================================================*/
@media only screen and (min-width: 992px) {
  #account-login .loginUser .text3 {
    padding: 42px 0 12px 0; }
  #account-login .registrationUser {
    margin: 0 auto; } }

/*==================================================
=   Large Devices, Large Desktops, Wide Screens    =
==================================================*/
@media only screen and (min-width: 1200px) {
  #account-login .loginUser .text3 {
    padding: 15px 0 12px 0; }
  #account-login .registrationUser {
    margin: 0 auto; } }

/*====================================================================
======== Bootstrap 3 Media Queries for CATEGORY PAGE FILTERS =========
====================================================================*/
/*==================================================
============== Mobile First Method =================
=              Custom, iPhone Retina
==================================================*/
@media only screen and (min-width: 320px) {
  #categoryPageFilters .filterBoxl {
    display: inline-block; }
  #categoryPageFilters .filterBoxl .custom-sectionHeading {
    margin: 15px 0 15px 0;
    font-size: 24px;
    text-align: left; }
  #categoryPageFilters .filterBoxr {
    width: 72%;
    text-align: right;
    display: inline-block; }
  #categoryPageFilters .filterBoxr .closeIconLink {
    text-decoration: none;
    outline: none; }
  #categoryPageFilters .filterBoxr .closeIconLink .closeIcon {
    font-size: 20px;
    color: #0d0d0d; }
  #categoryPageFilters .text3 {
    background-color: #F5F2ED;
    color: #0d0d0d;
    font-size: 14px;
    padding: 0 0 10px 0;
    text-align: center;
    margin: 0 0 5px 0; }
  #categoryPageFilters .colorPaletteBox {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    padding: 20px 0;
    border-radius: 0;
    background: transparent;
    z-index: 1;
    visibility: visible;
    opacity: inherit !important;
    text-align: left; }
  #categoryPageFilters .colorPaletteBox .colorBox {
    width: 40px;
    height: 40px;
    margin: 0 5px 0 0;
    border-radius: 50%;
    display: inline-block;
    visibility: visible; }
  #categoryPageFilters .colorPaletteBox .colorBox:nth-child(1) {
    background-color: #FFFFCC; }
  #categoryPageFilters .colorPaletteBox .colorBox:nth-child(2) {
    background-color: #FFCC33; }
  #categoryPageFilters .colorPaletteBox .colorBox:nth-child(3) {
    background-color: #99CC99; }
  #categoryPageFilters .colorPaletteBox .colorBox:nth-child(4) {
    background-color: #9999CC; }
  #categoryPageFilters .colorPaletteBox .colorBox:nth-child(5) {
    background-color: #993366; }
  #categoryPageFilters .colorPaletteBox .colorBox:nth-child(6) {
    background-color: #666633; }
  #categoryPageFilters .colorPaletteBox .colorBox:nth-child(7) {
    background-color: #660033; }
  #categoryPageFilters .colorPaletteBox .colorBox:nth-child(8) {
    background-color: #333399; }
  #categoryPageFilters .colorPaletteBox .colorBox:nth-child(9) {
    background-color: #333333; }
  #categoryPageFilters .custom-btnDarkMd {
    text-align: center; } }

/*==================================================
=       Extra Small Devices, Portrait Phones       =
==================================================*/
.main-content-section .custom-sectionHeading {
  text-align: left; }

.main-content-section .custom-subscribeForm .input-group {
  width: 100% !important; }

.main-content-section .custom-subscribeForm .input-group input,
.main-content-section .custom-subscribeForm .input-group textarea {
  height: 50px;
  width: 100%;
  padding: 5px 12px;
  margin: 0 0 20px 0;
  border-radius: 0;
  box-shadow: none;
  font-style: normal;
  font-size: 1rem;
  color: #000;
  border: 1px solid #000; }

.main-content-section .userContactInfo .custom-sectionHeading {
  font-size: 25px;
  font-weight: 100; }

.main-content-section .addressInfoUser .custom-sectionHeading {
  font-size: 25px;
  font-weight: 100; }

.main-content-section .custom-btnDarkMd {
  text-align: center;
  margin: 0 auto; }

#information-contact form {
  margin-top: 30px; }
  #information-contact form .g-recaptcha > div > div {
    width: 100%;
    height: 100%; }
  #information-contact form .contact_info {
    margin: 20px 0;
    font-size: 12px; }

/*====================================================================
========== Bootstrap 3 Media Queries for REGISTRATION PAGE ===========
====================================================================*/
/*==================================================
============== Mobile First Method =================
=              Custom, iPhone Retina
==================================================*/
@media only screen and (min-width: 320px) {
  .main-content-section {
    padding: 12px 0 0; }
  .main-content-section .userContactInfo .custom-sectionHeading {
    margin: 0 0 15px 0; }
  .main-content-section .addressInfoUser .custom-sectionHeading {
    margin: 15px 0 15px 0; }
  .date-btn {
    vertical-align: top; }
  .date-btn .btn {
    padding: 14px !important;
    border-radius: 0 !important;
    background-color: #fff !important;
    border-color: #000 !important; }
  .bootstrap-datetimepicker-widget td span.active {
    background-color: #E63027 !important;
    color: #fff !important; }
  #content:not(.home) {
    padding-top: 12px; } }

/*==================================================
=       Extra Small Devices, Portrait Phones       =
==================================================*/
@media only screen and (min-width: 480px) {
  .main-content-section .userContactInfo .custom-sectionHeading {
    margin: 0 0 15px 0; }
  .main-content-section .addressInfoUser .custom-sectionHeading {
    margin: 15px 0 15px 0; } }

/*=================================================================================
= Small Devices, Landscape Phones and Phablets, Portrait Tablets, Small Desktops =
=================================================================================*/
@media only screen and (min-width: 768px) {
  .main-content-section .userContactInfo .custom-sectionHeading {
    margin: 0; }
  .main-content-section .addressInfoUser .custom-sectionHeading {
    margin: 0; } }

/*======================================================
= Medium Devices, Landscape Tablets, Laptops, Desktops =
======================================================*/
@media only screen and (min-width: 992px) {
  .main-content-section {
    padding: 34px 0 0; }
  .main-content-section .userContactInfo .custom-sectionHeading {
    margin: 0; }
  .main-content-section .addressInfoUser .custom-sectionHeading {
    margin: 0; }
  #content:not(.home) {
    padding-top: 34px; } }

/*==================================================
=   Large Devices, Large Desktops, Wide Screens    =
==================================================*/
@media only screen and (min-width: 1200px) {
  .main-content-section .userContactInfo .custom-sectionHeading {
    margin: 0; }
  .main-content-section .addressInfoUser .custom-sectionHeading {
    margin: 0; } }

.modal.right .modal-dialog {
  position: fixed;
  margin: auto;
  height: 100vh;
  -webkit-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0); }

.modal.right .modal-content {
  height: 100%;
  overflow-y: auto; }

.modal.right .modal-body {
  padding: 15px 15px 0; }

.modal.right .modal-body .custom-sectionHeading {
  text-align: left; }

.modal.right .modal-body .custom-sectionHeading .custom-subHeading {
  line-height: 1.1; }

.modal.right.fade .modal-dialog {
  right: -500px;
  -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
  -o-transition: opacity 0.3s linear, right 0.3s ease-out;
  transition: opacity 0.3s linear, right 0.3s ease-out; }

.modal.right.fade.in .modal-dialog {
  right: 0; }

/*Right*/
/* ----- MODAL STYLE ----- */
.modal-content {
  border-radius: 0;
  border: none;
  height: 100%; }

.modal-header {
  border-bottom-color: transparent; }
  .modal-header .close {
    opacity: 1;
    margin: 0; }
  .modal-header img {
    max-width: 60px; }

.modal-body .head label {
  font-size: 1.5rem;
  font-family: MontserratAlternates-Medium, sans-serif;
  margin-bottom: 30px;
  display: none; }

.modal-body .body {
  padding-top: 30px; }
  .modal-body .body h4 {
    display: none; }

#size-guide-modal {
  height: 100vh;
  overflow: hidden; }
  #size-guide-modal .modal-dialog {
    height: 100%;
    max-height: calc(100% - 60px); }
  #size-guide-modal .modal-body, #size-guide-modal #size-guide-container {
    height: 100%; }
  #size-guide-modal .modal-title {
    display: none; }
  #size-guide-modal #size-guide-container .body {
    height: calc(100% - 130px);
    overflow-y: auto; }
  #size-guide-modal .customselect select {
    border: 1px solid #D4D2D2; }

/*=================================================
============ Bootstrap 3 Media Queries=============
=================================================*/
/*==================================================
============== Mobile First Method =================
=              Custom, iPhone Retina
==================================================*/
@media only screen and (min-width: 320px) {
  .modal.right .modal-dialog {
    width: 100%; }
    .modal.right .modal-dialog .custom-sectionHeading {
      margin: 0; }
      .modal.right .modal-dialog .custom-sectionHeading .custom-subHeading {
        margin: 0 0 20px 0; }
  .modal-header {
    padding: 20px 15px 0; }
  #size-guide-modal .modal-dialog {
    max-height: calc(100% - 20px); } }

/*==================================================
=       Extra Small Devices, Portrait Phones       =
==================================================*/
/*=================================================================================
= Small Devices, Landscape Phones and Phablets, Portrait Tablets, Small Desktops =
=================================================================================*/
@media only screen and (min-width: 768px) {
  .modal.right .modal-dialog {
    width: 500px; }
  .modal.right .modal-dialog .custom-sectionHeading .custom-subHeading {
    margin: 0; }
  #size-guide-modal .modal-dialog {
    max-height: calc(100% - 60px); } }

/*======================================================
= Medium Devices, Landscape Tablets, Laptops, Desktops =
======================================================*/
@media only screen and (min-width: 992px) {
  .modal-header {
    padding: 30px 30px 0 75px; }
  .modal-body {
    padding: 15px 30px 30px 75px; }
    .modal-body .body h4 {
      margin-left: -75px;
      margin-right: -30px;
      padding-left: 75px; } }

/*==================================================
=   Large Devices, Large Desktops, Wide Screens    =
==================================================*/
.scrollableContainer {
  height: 55vh;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden; }

.scrollableContainer article {
  padding: 0 0 30px 0; }

.scrollableContainer01 {
  width: 100%;
  padding: 0 10px 0 0;
  overflow-y: auto;
  overflow-x: hidden; }

.scrollableContainer01 .text2 {
  padding: 0 10px 15px 20px; }

.main-content-section .scrollableContainer {
  border: 2px solid #F8F3E9;
  padding: 21px 10px 0 10px; }

.main-content-section .scrollableContainer article .articleThumb:hover {
  background: transparent; }

.main-content-section .scrollableContainer article .articleRight .articleTitle {
  font-weight: bold; }

.main-content-section .scrollableContainer article .articleRight .articleMeta {
  padding: 15px 0 0 0; }

.scrollableContainer::-webkit-scrollbar-track,
.scrollableContainer01::-webkit-scrollbar-track,
.select-items::-webkit-scrollbar-track,
#myOverlay::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  background-color: #F5F5F5; }

.scrollableContainer::-webkit-scrollbar,
.scrollableContainer01::-webkit-scrollbar,
.select-items::-webkit-scrollbar,
#myOverlay::-webkit-scrollbar {
  width: 3px;
  background-color: #F5F5F5; }

.scrollableContainer::-webkit-scrollbar-thumb,
.scrollableContainer01::-webkit-scrollbar-thumb,
.select-items::-webkit-scrollbar-thumb,
#myOverlay::-webkit-scrollbar-thumb {
  background-color: #e0e0e0;
  border: 1px solid #e0e0e0;
  border-radius: 5px; }

/*===================================================
================ Bootstrap 3 Media Queries ==========
====================================================/

/*==================================================
============== Mobile First Method =================
=              Custom, iPhone Retina
==================================================*/
@media only screen and (min-width: 320px) {
  .scrollableContainer01 {
    height: 34.8vh; }
  .main-content-section .scrollableContainer {
    height: 54vh; }
  .main-content-section .scrollableContainer article {
    padding: 0; }
  .main-content-section .scrollableContainer article .articleLeft {
    width: 100%; }
  .main-content-section .scrollableContainer article .articleLeft img {
    width: 100%; }
  .main-content-section .scrollableContainer article .articleLeft .articleRight {
    margin: 30px 0 10px 40px; } }

/*==================================================
=       Extra Small Devices, Portrait Phones       =
==================================================*/
@media only screen and (min-width: 480px) {
  .scrollableContainer01 {
    height: 34.8vh; }
  .main-content-section .scrollableContainer {
    height: 54vh; }
  .main-content-section .scrollableContainer article {
    padding: 0; }
  .main-content-section .scrollableContainer article .articleLeft {
    width: 100%; }
  .main-content-section .scrollableContainer article .articleLeft img {
    width: 100%; }
  .main-content-section .scrollableContainer article .articleLeft .articleRight {
    margin: 30px 0 10px 40px; } }

/*=================================================================================
= Small Devices, Landscape Phones and Phablets, Portrait Tablets, Small Desktops =
=================================================================================*/
@media only screen and (min-width: 768px) {
  .scrollableContainer01 {
    height: 36.8vh; }
  .main-content-section .scrollableContainer {
    height: 25.6vh; }
  .main-content-section .scrollableContainer article {
    padding: 0; }
  .main-content-section .scrollableContainer article .articleLeft {
    width: 46%; }
  .main-content-section .scrollableContainer article .articleLeft img {
    width: 63%; }
  .main-content-section .scrollableContainer article .articleRight {
    margin: 12px 0 0 50px; } }

/*======================================================
= Medium Devices, Landscape Tablets, Laptops, Desktops =
======================================================*/
@media only screen and (min-width: 992px) {
  .scrollableContainer01 {
    height: 42.8vh; }
  .main-content-section .scrollableContainer {
    height: 17.6vh; }
  .main-content-section .scrollableContainer article {
    padding: 0 0 10px 0; }
  .main-content-section .scrollableContainer article .articleLeft {
    width: 51%; }
  .main-content-section .scrollableContainer article .articleLeft img {
    width: 75%; }
  .main-content-section .scrollableContainer article .articleRight {
    margin: 0 0 0 50px; } }

/*==================================================
=   Large Devices, Large Desktops, Wide Screens    =
==================================================*/
@media only screen and (min-width: 1200px) {
  .scrollableContainer01 {
    height: 70.8vh; }
  .main-content-section .scrollableContainer {
    height: 30vh; }
  .main-content-section .scrollableContainer article {
    padding: 0 0 35px 0; }
  .main-content-section .scrollableContainer article .articleLeft {
    width: 50%; }
  .main-content-section .scrollableContainer article .articleLeft img {
    width: 75%; }
  .main-content-section .scrollableContainer article .articleRight {
    margin: 20px 0 0 50px; } }

.verticalProduct .sectionContent .articleLeft {
  display: inline-block;
  float: left; }

.verticalProduct .sectionContent .articleLeft .articleThumb {
  position: relative;
  margin-bottom: 0; }

.verticalProduct .sectionContent .articleLeft .articleThumb img {
  width: 100%; }

.verticalProduct .sectionContent .articleLeft .articleThumb:hover {
  position: relative;
  margin-bottom: 0;
  outline: none;
  background-color: #D8D8D8;
  opacity: 0.8;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.verticalProduct .sectionContent .articleRight {
  display: inline-block;
  text-align: left;
  margin: 20px 0 0 0; }

.verticalProduct .sectionContent .articleRight .articleTitle {
  font-size: 20px;
  text-transform: capitalize;
  margin: 0 auto; }

.verticalProduct .sectionContent .articleRight .smText {
  margin: 0;
  padding: 0;
  color: #e0e0e0; }

.verticalProduct .sectionContent .articleRight .articleMeta {
  border: none;
  margin: 0;
  padding: 0; }

.verticalProduct .sectionContent .articleRight .articleMeta .articlePrice {
  color: #8F8178;
  font-size: 24px; }

.verticalProduct .sectionContent .articleRight .articleMeta .articlePrice2 {
  color: #0d0d0d;
  font-size: 24px; }

.verticalProduct .sectionContent .articleRight .articleMeta .articleDesc2 {
  position: relative;
  top: -12px;
  left: 53px; }

.verticalProduct .sectionContent .articleRight .articleMeta2 {
  border: none;
  margin: 17px 0 0 0;
  padding: 0; }

.verticalProduct .sectionContent .articleRight .articleMeta2 .articleText {
  font-size: 16px;
  color: #8F8178;
  display: block; }

/*====================================================================
============ Bootstrap 3 Media Queries for BUTTONS =============
====================================================================*/
/*==================================================
============== Mobile First Method =================
=              Custom, iPhone Retina
==================================================*/
@media only screen and (min-width: 320px) {
  .articleLeft {
    width: 95%; }
  .articleRight {
    width: auto; } }

/*==================================================
=       Extra Small Devices, Portrait Phones       =
==================================================*/
@media only screen and (min-width: 480px) {
  .articleLeft {
    width: 95%; }
  .articleRight {
    width: auto; } }

/*=================================================================================
= Small Devices, Landscape Phones and Phablets, Portrait Tablets, Small Desktops =
=================================================================================*/
@media only screen and (min-width: 768px) {
  .articleLeft {
    width: 50%; }
  .articleRight {
    width: auto; } }

/*======================================================
= Medium Devices, Landscape Tablets, Laptops, Desktops =
======================================================*/
@media only screen and (min-width: 992px) {
  .articleLeft {
    width: 50%; }
  .articleRight {
    width: auto; } }

/*==================================================
=   Large Devices, Large Desktops, Wide Screens    =
==================================================*/
@media only screen and (min-width: 1200px) {
  .articleLeft {
    width: 50%; }
  .articleRight {
    width: auto; } }

.lighter-text {
  color: #0d0d0d; }

.main-color-text {
  color: #8F8178; }

.shoppingBag {
  padding: 20px 0 40px 0;
  background: #F8F8F8;
  font-size: 16px; }

.shoppingBag .navbar-left {
  float: left; }

.shoppingBag .navbar-right {
  float: right; }

.shoppingBag ul li {
  display: inline;
  padding-left: 20px; }

.shoppingBag ul li a {
  color: #777777;
  text-decoration: none; }

.shoppingBag ul li a:hover {
  color: black; }

.badge {
  background-color: #8F8178;
  border-radius: 10px;
  color: #FFF;
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  padding: 3px 7px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap; }

.shopping-cart {
  /*   margin: 20px 0;
  float: right;
  background: #fcfcfc;
  width: 320px;
  position: absolute;
  right: 0;
  border-radius: 3px;
  border: 1px solid transparent;
  padding: 20px;
  display: none;
  z-index: 820; */ }

.shopping-cart .shopping-cart-header {
  border-bottom: 1px solid #E8E8E8;
  padding-bottom: 15px;
  min-height: 40px; }

.shopping-cart .shopping-cart-header .shopping-cart-total {
  float: right; }

.shopping-cart .shopping-cart-items {
  padding-top: 20px; }

.shopping-cart .shopping-cart-items li {
  margin-bottom: 18px; }

.shopping-cart .shopping-cart-items a.img {
  float: left;
  margin-right: 12px;
  width: 30%; }

.shopping-cart .shopping-cart-items .item-name {
  display: block;
  padding-top: 10px;
  font-size: 16px;
  line-height: 1.2; }

.shopping-cart .shopping-cart-items .item-name a {
  color: #000; }

.shopping-cart .shopping-cart-items .item-price {
  margin-right: 8px; }

.shopping-cart .shopping-cart-items .item-size {
  padding-left: 8px; }

.shopping-cart:after {
  bottom: 100%;
  left: 89%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #fcfcfc;
  border-width: 8px;
  margin-left: -8px; }

.cart-icon {
  color: #8F8178;
  font-size: 24px;
  margin-right: 7px;
  float: left; }

.buttonCheckout {
  background: #000;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  display: block;
  border-radius: 3px;
  font-size: 1rem;
  margin: 25px 0 15px 0;
  font-family: MontserratAlternates-SemiBold, sans-serif; }

.buttonCheckout:hover {
  background: rgba(0, 0, 0, 0.7);
  color: #fff; }

.clearfix:after {
  content: "";
  display: table;
  clear: both; }

.panel-custom {
  border-radius: 0;
  border-color: #F8F3E9;
  margin: 0 auto; }

.panel-custom .panel-heading {
  background-color: #F8F3E9;
  color: #0d0d0d;
  font-size: 18px;
  border: none; }

.panel-custom .panel-body {
  padding: 10px; }

.panel-custom01 {
  border-radius: 0;
  border-color: #F8F3E9; }

.panel-custom01 .panel-heading {
  background-color: #F8F3E9;
  color: #0d0d0d;
  font-size: 18px;
  border: none; }

.panel-custom01 .panel-body .textBold {
  margin: 20px 0 0 0; }

.panel-custom01 .panel-body .checkoutCkeck {
  display: inline-block; }

.panel-custom01 .panel-body .containerCheck2 {
  width: 100% !important;
  left: 0 !important; }

.panel-custom01 .panel-body .shippingPrice {
  display: inline-block;
  text-align: right; }

/*=========================================================
================ Bootstrap 3 Media Queries ================
=========================================================*/
/*==================================================
============== Mobile First Method =================
=              Custom, iPhone Retina
==================================================*/
@media only screen and (min-width: 320px) {
  .panel-body {
    padding: 10px; }
  .panel-body .shippingPrice {
    width: 54%; }
  .buttonCheckout {
    height: 40px;
    line-height: 40px; } }

/*==================================================
=       Extra Small Devices, Portrait Phones       =
==================================================*/
@media only screen and (min-width: 480px) {
  .panel-body {
    padding: 10px; }
  .panel-body .shippingPrice {
    width: 54%; } }

/*=================================================================================
= Small Devices, Landscape Phones and Phablets, Portrait Tablets, Small Desktops =
=================================================================================*/
@media only screen and (min-width: 768px) {
  .panel-body {
    padding: 15px; }
  .panel-body .shippingPrice {
    width: 80%; }
  .buttonCheckout {
    height: 52px;
    line-height: 52px; } }

/*======================================================
= Medium Devices, Landscape Tablets, Laptops, Desktops =
======================================================*/
@media only screen and (min-width: 992px) {
  .panel-body {
    padding: 10px; }
  .panel-body .shippingPrice {
    width: 54%; } }

/*==================================================
=   Large Devices, Large Desktops, Wide Screens    =
==================================================*/
@media only screen and (min-width: 1200px) {
  .panel-body {
    padding: 10px; }
  .panel-body .shippingPrice {
    width: 54%; } }

.nav-tabs-custom {
  background-color: #F8F3E9;
  color: #0d0d0d;
  font-size: 18px;
  border: none;
  padding: 2px 0;
  margin: 0 0 10px 0; }

.nav-tabs-custom > li.active > a {
  color: #0d0d0d;
  font-weight: bold;
  cursor: pointer;
  background-color: #EEE3CA;
  border: 1px solid #EEE3CA;
  border-radius: 0;
  border-bottom-color: transparent; }

.nav-tabs-custom > li.active > a:focus, .nav-tabs-custom > li.active > a:hover {
  color: #555;
  cursor: pointer;
  background-color: transparent;
  border: 1px solid transparent;
  border-bottom-color: transparent; }

.nav-tabs-custom > li > a {
  color: #1a1a1a;
  cursor: pointer;
  background-color: #F8F3E9;
  border: 1px solid transparent;
  border-bottom-color: transparent; }

.nav-tabs-custom > li > a:focus, .nav-tabs-custom > li > a:hover {
  color: #1a1a1a;
  cursor: pointer;
  background-color: #F8F3E9;
  border: 1px solid transparent;
  border-bottom-color: transparent; }

.tab-pane .loginUser {
  padding: 0 10px; }

.tab-pane .loginUser .buttonAlign {
  margin: 30px 0 0 0; }

/*==================================================
================ Bootstrap 3 Media Queries==========
==================================================*/
/*==================================================
============== Mobile First Method =================
=              Custom, iPhone Retina
==================================================*/
@media only screen and (min-width: 320px) {
  .nav-tabs-custom > li > a {
    padding: 10px 22px; } }

/*==================================================
=       Extra Small Devices, Portrait Phones       =
==================================================*/
@media only screen and (min-width: 480px) {
  .nav-tabs-custom > li > a {
    padding: 10px 22px; } }

/*=================================================================================
= Small Devices, Landscape Phones and Phablets, Portrait Tablets, Small Desktops =
=================================================================================*/
@media only screen and (min-width: 768px) {
  .nav-tabs-custom > li > a {
    padding: 10px 93px; } }

/*======================================================
= Medium Devices, Landscape Tablets, Laptops, Desktops =
======================================================*/
@media only screen and (min-width: 992px) {
  .nav-tabs-custom > li > a {
    padding: 10px 36px; } }

/*==================================================
=   Large Devices, Large Desktops, Wide Screens    =
==================================================*/
@media only screen and (min-width: 1200px) {
  .nav-tabs-custom > li > a {
    padding: 10px 50px; } }

/*the container must be positioned relative:*/
.custom-select {
  position: relative;
  font-size: 1rem;
  font-family: Montserrat-Medium, sans-serif; }

.custom-select select {
  display: none;
  /*hide original SELECT element:*/ }

.select-selected:after {
  content: '';
  position: absolute;
  width: 15px;
  height: 10px;
  margin: auto;
  background: url("../image/icons/choose_arrow.svg") no-repeat;
  top: 20px;
  right: 10px; }

/*style the arrow inside the select element:*/
/*point the arrow upwards when the select box is open (active):*/
/*style the items (options), including the selected item:*/
.select-items div, .select-selected {
  color: #000;
  padding: 10px 25px 10px 20px;
  border-bottom: 1px solid #D4D2D2;
  cursor: pointer;
  user-select: none; }

/*style items (options):*/
.select-items {
  position: absolute;
  background-color: #fff;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  height: auto;
  max-height: 196px;
  overflow-y: scroll;
  box-shadow: 2px 2px 8px 4px rgba(0, 0, 0, 0.1); }

/*hide the items when the select box is closed:*/
.select-hide {
  display: none; }

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1); }

/*====================================================================
==================== Bootstrap 3 Media Queries for LAYOUT ============
====================================================================*/
/*==================================================
============== Mobile First Method =================
=              Custom, iPhone Retina
==================================================*/
@media only screen and (min-width: 320px) {
  .customSelectWidth {
    width: 100%; } }

/*==================================================
=       Extra Small Devices, Portrait Phones       =
==================================================*/
@media only screen and (min-width: 480px) {
  .customSelectWidth {
    width: 100%; } }

/*=================================================================================
= Small Devices, Landscape Phones and Phablets, Portrait Tablets, Small Desktops =
=================================================================================*/
@media only screen and (min-width: 768px) {
  .customSelectWidth {
    width: 97%; } }

/*======================================================
= Medium Devices, Landscape Tablets, Laptops, Desktops =
======================================================*/
@media only screen and (min-width: 992px) {
  .customSelectWidth {
    width: 100%; } }

/*==================================================
=   Large Devices, Large Desktops, Wide Screens    =
==================================================*/
@media only screen and (min-width: 1200px) {
  .customSelectWidth {
    width: 100%; } }

/* ============================================
                     F O R M
============================================ */
.input_box {
  display: inline-block;
  margin: 0 auto;
  padding: 0;
  position: relative; }

.custom_select_box2 {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 0 0;
  display: inline-block;
  position: relative; }

/* ============================================
                  S E L E C T
============================================ */
.sel {
  text-transform: uppercase;
  font-weight: bolder;
  font-size: 13px;
  display: inline-block;
  margin: 0 auto;
  width: 100%;
  color: #0d0d0d;
  background-color: #F8F3E9;
  position: relative;
  cursor: pointer; }

.sel::before {
  position: absolute;
  font-size: 1em;
  color: transparent;
  right: 10px;
  top: calc(50% - 0.5em);
  border-style: solid;
  border-width: 0.25em 0.25em 0 0;
  content: "";
  display: inline-block;
  height: 0.55em;
  transform: rotate(135deg);
  vertical-align: top;
  width: 0.55em; }

.sel.active::before {
  color: #D8D8D8;
  border-style: solid;
  border-width: 0.25em 0.25em 0 0;
  content: "";
  display: inline-block;
  height: 0.55em;
  transform: rotate(-45deg);
  vertical-align: top;
  width: 0.55em;
  outline: none; }

.sel__placeholder {
  display: block;
  font-size: 14px;
  font-weight: bolder;
  color: #EEE3CA;
  padding: 0.2em 0.5em;
  text-align: center;
  pointer-events: none;
  user-select: none;
  visibility: visible; }

.sel.active .sel__placeholder {
  visibility: hidden; }

.sel__placeholder::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0.2em 0.5em;
  content: attr(data-placeholder);
  visibility: hidden; }

.sel.active .sel__placeholder::before {
  visibility: visible; }

.sel__box {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  display: none;
  list-style-type: none;
  text-align: center;
  font-size: 14px;
  background-color: #FFF;
  width: calc(100% + 0px);
  box-sizing: border-box; }

.sel.active .sel__box {
  display: block;
  animation: fadeInUp 500ms;
  z-index: 820; }

.sel__box__options {
  display: list-item;
  font-size: 13px;
  color: #0d0d0d;
  padding: 15px 15px;
  user-select: none; }

.sel__box__options::after {
  content: "°";
  font-size: 0.5em;
  margin-left: 5px;
  display: none; }

.sel__box__options.selected::after {
  display: inline; }

.sel__box__options:hover {
  background-color: silver;
  color: #D8D8D8; }

.sel {
  border-bottom: 1px solid #EEE3CA;
  margin: 0 0 20px 0; }

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 1;
    transform: none; } }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.formBtnBox {
  text-align: center;
  margin: 0 auto; }

/* ============================================
                D A T E  P I C K E R
============================================ */
#datepicker_pick_up {
  padding: 10px;
  width: 100%;
  background: transparent;
  border: 0;
  height: auto; }

#datepicker_pick_up:focus {
  width: 100%;
  background: transparent;
  border: 0;
  outline: none; }

#datepicker_pick_up:hover {
  width: 100%;
  background: transparent;
  border: 0;
  outline: none; }

/*
.ui-widget.ui-widget-content {
  z-index: 820 !important;
  margin: 0.2% 0 0 0;
  display: block;
  outline: none;
  background: #fcfcfc;
  border: 1px solid #F8F3E9;
  border-radius: 0;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
  border-radius: 0;
}

.ui-widget-header {
  border: 1px solid transparent;
  background: transparent;
  color: #0d0d0d;
  font-weight: bold;
}

.ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: center;
  text-decoration: none;
}

.ui-datepicker {
  width: 23%;
  padding: 0 0 0;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button {
  border: none;
  background: transparent;
  font-weight: normal;
  color: #0d0d0d;
} */
/*====================================================================
============ Bootstrap 3 Media Queries for HEADER ====================
====================================================================*/
/*==================================================
============== Mobile First Method =================
=              Custom, iPhone Retina
==================================================*/
@media only screen and (min-width: 320px) {
  #custom_form {
    height: 100%;
    width: 100%;
    margin: 0 auto; }
  .input_box {
    width: 100%;
    padding: 5% 0; }
  .input_box2 {
    width: 100%;
    padding: 5% 0; }
  .formBtnBox {
    width: 90%;
    padding: 5% 0; }
  /*   .ui-widget.ui-widget-content {
    left: 528.891px !important;
  } */ }

/*==================================================
=       Extra Small Devices, Portrait Phones       =
==================================================*/
@media only screen and (min-width: 480px) {
  #custom_form {
    height: 100%;
    width: 100%;
    margin: 0 auto; }
  .input_box {
    width: 100%;
    padding: 5% 0; }
  .input_box2 {
    width: 100%;
    padding: 5% 0; }
  .formBtnBox {
    width: 90%;
    padding: 5% 0; }
  /*   .ui-widget.ui-widget-content {
    left: 528.891px !important;
  } */ }

/*=================================================================================
= Small Devices, Landscape Phones and Phablets, Portrait Tablets, Small Desktops =
=================================================================================*/
@media only screen and (min-width: 768px) {
  #custom_form {
    height: 100%;
    width: 100%;
    margin: -30% 0 0 0; }
  .input_box {
    width: 100%;
    padding: 1% 0; }
  .input_box2 {
    width: 100%;
    padding: 1% 0; }
  .formBtnBox {
    width: 30%;
    padding: 5% 0; }
  /*   .ui-widget.ui-widget-content {
    left: 528.891px !important;
  } */ }

/*======================================================
= Medium Devices, Landscape Tablets, Laptops, Desktops =
======================================================*/
@media only screen and (min-width: 992px) {
  .input_box {
    width: 100%;
    padding: 5% 0; }
  /*   .ui-widget.ui-widget-content {
    left: 495.891px !important;
  } */ }

/*==================================================
=   Large Devices, Large Desktops, Wide Screens    =
==================================================*/
@media only screen and (min-width: 1200px) {
  .input_box {
    width: 100%;
    padding: 0 0; }
  /*   .ui-widget.ui-widget-content {
    left: 21.6vw !important;
    width: 18.42vw;
  } */ }

.openBtn {
  background: transparent;
  border: none;
  font-size: 16px;
  cursor: pointer;
  outline: none;
  color: #000; }

.openBtn:hover {
  background: transparent;
  outline: none; }

.openBtn .customIcon {
  margin: 0 0 0 175px; }

.overlaySearch {
  height: 100vh;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 820;
  top: 0;
  left: 0;
  background-color: #FFF;
  overflow-y: auto; }

.overlaySearch .overlay-content {
  position: relative;
  top: 10px;
  text-align: center;
  margin-top: 30px;
  margin: auto;
  overflow-x: hidden; }

.overlaySearch .closebtn {
  cursor: pointer;
  outline: none; }

.overlaySearch .closebtn:hover {
  color: #eaddbe;
  outline: none; }

.overlaySearch .inputFullScreen {
  font-size: 17px;
  border: none;
  height: auto;
  background: #EEE3CA;
  outline: none; }

.overlaySearch .inputFullScreen:hover {
  background: #eaddbe;
  outline: none; }

.overlaySearch .inputSmall {
  padding: 15px;
  font-size: 17px;
  border: none;
  float: left;
  height: auto;
  background: #EEE3CA;
  outline: none; }

.overlaySearch .inputSmall:hover {
  background: #eaddbe;
  outline: none; }

.overlaySearch .inputFullScreenDiv {
  display: block;
  float: left;
  background-color: #F8F3E9; }

.overlaySearch .inputFullScreenDiv .inputFullScreenList {
  list-style-type: none;
  margin: 0;
  text-align: left;
  float: left; }

.overlaySearch .inputFullScreenDiv .inputFullScreenList .inputListTitle {
  color: #0d0d0d;
  display: block; }

.overlaySearch .inputFullScreenDiv .inputFullScreenList .inputListLink {
  border: 1px solid transparent;
  margin-top: -1px;
  /* Prevent double borders */
  background-color: transparent;
  padding: 0 10px;
  text-decoration: none;
  font-size: 16px;
  color: #0d0d0d;
  display: block; }

.overlaySearch .inputFullScreenDiv .inputFullScreenList .inputListLink:hover:not(.header) {
  background: transparent;
  color: #1a1a1a; }

.customSearch {
  border: none;
  box-shadow: none;
  border-bottom: 1px solid #8F8178;
  padding: 0 0 0 5px;
  margin: 0;
  border-radius: 0;
  height: 27px;
  color: #8F8178; }

/*====================================================================
================ Bootstrap 3 Media Queries for INPUTS ================
====================================================================*/
/*==================================================
============== Mobile First Method =================
=              Custom, iPhone Retina
==================================================*/
@media only screen and (min-width: 320px) {
  .overlay-content {
    width: 95%; }
  .overlay-content .filterBoxr {
    text-align: right;
    padding: 0 15px 5px 0; }
  .overlay-content .filterBoxr .closeIcon {
    color: #0d0d0d; }
  .inputFullScreen {
    width: calc(100% - 0px);
    padding: 10px;
    float: none;
    margin: 0 0 15px 0; }
  .closebtn {
    position: absolute;
    color: #0d0d0d;
    top: 12px;
    right: 25px;
    font-size: 15px;
    z-index: 1; }
  .openBtn {
    position: relative;
    width: calc(100% - 120px);
    display: inline-block;
    top: 0;
    left: 0;
    margin-right: 10px;
    border: none;
    line-height: 60px;
    text-align: right; }
    .openBtn ::-webkit-input-placeholder {
      /* WebKit browsers */
      color: transparent; }
    .openBtn :-moz-placeholder {
      /* Mozilla Firefox 4 to 18 */
      color: transparent; }
    .openBtn ::-moz-placeholder {
      /* Mozilla Firefox 19+ */
      color: transparent; }
    .openBtn :-ms-input-placeholder {
      /* Internet Explorer 10+ */
      color: transparent; }
    .openBtn input::placeholder {
      color: transparent; }
    .openBtn input {
      line-height: 20px;
      width: 100%;
      border: none;
      padding-right: 25px;
      max-width: 200px; }
      .openBtn input:focus-visible {
        outline: none;
        border-bottom: 1px solid black; }
        .openBtn input:focus-visible::placeholder {
          color: black; }
      .openBtn input:focus {
        border-bottom: 1px solid black; }
        .openBtn input:focus::placeholder {
          color: black; }
  .menu-wrapper {
    top: 70px; }
  .openBtn .customIcon {
    margin: 5px 0 0 0;
    float: right; }
  .inputFullScreenDiv {
    width: 100%;
    padding: 2px 0 2px 0;
    margin: 0 0 15px 0; }
  .inputFullScreenDiv .inputFullScreenList {
    width: 100%;
    display: block; }
  .inputFullScreenDiv .inputFullScreenList .inputListTitle {
    font-size: 18px;
    padding: 10px 10px 0 10px; } }

@media only screen and (min-width: 992px) {
  .menu-wrapper {
    top: 80px; }
  .openBtn {
    width: calc(100% - 195px);
    margin-right: 35px; } }

/*==================================================
=       Extra Small Devices, Portrait Phones       =
==================================================*/
@media only screen and (min-width: 480px) {
  .overlay-content {
    width: 95%; }
  .inputFullScreen {
    width: calc(100% - 0px);
    padding: 10px;
    float: none;
    margin: 0 0 15px 0; }
  .closebtn {
    position: absolute;
    color: #0d0d0d;
    top: 12px;
    right: 25px;
    font-size: 15px;
    z-index: 1; }
  /*   #search {
	 width: calc(100% - 30px);
  } */
  .openBtn .customIcon {
    margin: 5px 0 0 0;
    float: right; }
  .inputFullScreenDiv {
    width: 100%;
    padding: 2px 0 2px 0;
    margin: 0 0 15px 0; }
  .inputFullScreenDiv .inputFullScreenList {
    width: 100%;
    display: block; }
  .inputFullScreenDiv .inputFullScreenList .inputListTitle {
    font-size: 18px;
    padding: 10px 10px 0 10px; } }

/*=================================================================================
= Small Devices, Landscape Phones and Phablets, Portrait Tablets, Small Desktops =
=================================================================================*/
@media only screen and (min-width: 768px) {
  .overlay-content {
    width: 95%; }
  .overlay-content .logo {
    font-size: 60px; }
  .inputFullScreen {
    width: calc(100% - -8px);
    padding: 10px;
    float: left;
    margin: 0; }
  .closebtn {
    position: absolute;
    color: #0d0d0d;
    top: 12px;
    right: 33px;
    font-size: 15px;
    z-index: 1; }
  /*   .openBtn {
    position: absolute;
    top: 18px;
    right: 50px;
    z-index: 1;
    padding: 0;
    border: none;
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #8F8178;
  } */
  .openBtn {
    width: calc(100% - 150px);
    margin-right: 20px; }
    .openBtn .customIcon {
      margin: 5px 0 0 0; }
  #custom-navbar .userBoxSm {
    margin-right: 20px; }
  #custom-navbar .custom-navBrendBox .navCart {
    margin-left: 20px; }
  .inputFullScreenDiv {
    width: 100%;
    padding: 5px 0 5px 0;
    margin: 0 0 20px 0; }
  .inputFullScreenDiv .inputFullScreenList {
    width: 49%;
    display: inline-block; }
  .inputFullScreenDiv .inputFullScreenList .inputListTitle {
    font-size: 18px;
    padding: 0 10px 10px 10px; }
  /*   #search .dropdown-menu {
	  background-color: #F8F3E9;
  }

  #search .dropdown-menu li a {
	border: 1px solid transparent;
	margin-top: -1px;
	background-color: transparent;
	padding: 0 10px;
	text-decoration: none;
	font-size: 16px;
	color: #0d0d0d;
	display: block;
} */ }

/*======================================================
= Medium Devices, Landscape Tablets, Laptops, Desktops =
======================================================*/
@media only screen and (min-width: 992px) {
  .overlay-content {
    width: 100%; }
  .inputFullScreen {
    width: 100%;
    padding: 10px;
    float: left;
    margin: 20px 0 0 0; }
  .closebtn {
    position: absolute;
    color: #0d0d0d;
    top: 80px;
    right: 25px;
    font-size: 15px;
    z-index: 1; }
  .inputFullScreenDiv {
    width: 80%;
    padding: 10px 0 10px 0; }
  .inputFullScreenDiv .inputFullScreenList {
    width: 49%;
    display: inline-block; }
  .inputFullScreenDiv .inputFullScreenList .inputListTitle {
    font-size: 18px;
    padding: 0 10px 10px 10px; } }

/*==================================================
=   Large Devices, Large Desktops, Wide Screens    =
==================================================*/
@media only screen and (min-width: 1200px) {
  .overlay-content {
    width: 100%; }
  .overlay-content .categoryContainer {
    padding: 0; }
  .inputFullScreen {
    width: 97%;
    padding: 15px;
    float: left;
    margin: 70px 0 0 0; }
  .closebtn {
    position: absolute;
    color: #EEE3CA;
    top: 172px;
    right: 8px;
    font-size: 20px; }
  .inputFullScreenDiv {
    width: 70%;
    padding: 10px 0 10px 0; }
  .inputFullScreenDiv .inputFullScreenList {
    width: 49%;
    display: inline-block; }
  .inputFullScreenDiv .inputFullScreenList .inputListTitle {
    font-size: 18px;
    padding: 0 10px 10px 10px; } }

.menuUserMain {
  display: block;
  border-bottom: 1px solid #F6F6F6;
  padding: 15px 10px; }

.menuUserMain .menuUserMainText {
  color: #0d0d0d;
  font-size: 16px;
  display: inline-block;
  width: 90%; }

.menuUserMain .menuUserMainIcon {
  color: #595959;
  font-size: 16px;
  display: inline-block; }

.backBtnContainer {
  display: block;
  padding: 5px 0 5px 10px;
  border-bottom: 1px solid #F6F6F6; }

.backBtnContainer i {
  color: #0d0d0d;
  font-size: 16px;
  float: left; }

#cart-area span.pull-left-aside {
  float: right;
  padding-right: 40px;
  font-size: 15px;
  line-height: 21px;
  margin-top: 5px; }

#cart {
  width: 100%; }

#cart .shopping-cart-disabled {
  pointer-events: none; }

#cart .shopping-cart-disabled #cart-total {
  display: none; }

#cart .fa {
  height: 24px;
  vertical-align: middle;
  position: absolute;
  right: 8px; }

#cart .fa:before {
  content: ""; }

#cart .fa.fa-stores {
  background: url("../image/icons/body-shop-icons-thick_map.svg") 0 0 no-repeat;
  width: 17px; }

#cart .fa.fa-stores:hover {
  background: url("../image/icons/body-shop-icons_map_filled.svg") 0 0 no-repeat; }

#cart .fa.fa-home {
  background: url("../image/icons/body-shop-icons_tbs_at_home.svg") 0 0 no-repeat;
  width: 25px; }

#cart .fa.fa-home:hover {
  background: url("../image/icons/body-shop-icons_tbs_at_home_filled.svg") 0 0 no-repeat; }

#cart .fa.fa-care {
  background: url("../image/icons/body-shop-icons-thick_help.svg") 0 0 no-repeat;
  width: 24px; }

#cart .fa.fa-care:hover {
  background: url("../image/icons/body-shop-icons_help_filled.svg") 0 0 no-repeat; }

#cart .fa.fa-user {
  background: url("../image/icons/body-shop-icons-thick_sign_in.svg") 0 0 no-repeat;
  width: 29px; }

#cart .fa.fa-user:hover {
  background: url("../image/icons/body-shop-icons_sign_in_filled.svg") 0 0 no-repeat; }

#cart .fa.fa-heart {
  background: url("../image/icons/body-shop-icons-thick_wishlist.svg") 0 0 no-repeat;
  width: 31px; }

#cart .fa.fa-heart:hover {
  background: url("../image/icons/body-shop-icons_wishlist_filled.svg") 0 0 no-repeat; }

#cart .fa.fa-shopping-cart {
  background: url("../image/icons/body-shop-icons-thick_bag.svg") 0 0 no-repeat;
  width: 24px; }

#cart .fa.fa-shopping-cart:hover {
  background: url("../image/icons/body-shop-icons_bag_filled.svg") 0 0 no-repeat; }

#cart .fa.fa-shopping-cart-disabled {
  background: url("../image/icons/body-shop-iconsthick_bag_disabled.svg") 0 0 no-repeat;
  width: 24px; }

#cart #cart-total {
  display: block;
  border-radius: 15px;
  width: 25px;
  height: 25px;
  background: #111;
  color: #fff;
  position: absolute;
  right: 0px;
  top: 8px;
  padding: 3px 5px 5px 6px;
  text-align: center;
  line-height: 15px;
  border: 2px solid #fff;
  z-index: 12;
  font-size: 10px; }

#cart .dropdown-menu {
  /* background: #eee;
    z-index: 1001;
    min-width: 100%;
    padding: 0;
    border: none;
    border-radius: 0;
    background: #fff;
    width: 420px;
    box-shadow: 4px 4px 0 0 rgba(0, 0, 0, 0.3);
    transition: opacity 1s ease-out;
    opacity: 0;  */
  float: right;
  background: #fcfcfc;
  width: 500px;
  position: absolute;
  right: 0;
  border-radius: 3px;
  border: 1px solid transparent;
  padding: 20px;
  opacity: 0;
  z-index: 820;
  box-shadow: 0 6px 12px black;
  -webkit-box-shadow: 0 6px 12px black; }

#cart .dropdown-menu .popup-subtotal {
  position: relative;
  width: 100%;
  display: inline-block;
  color: #000;
  border-bottom: 1px solid #E8E8E8;
  padding-bottom: 15px;
  min-height: 40px; }
  #cart .dropdown-menu .popup-subtotal svg {
    vertical-align: middle; }
  #cart .dropdown-menu .popup-subtotal span {
    vertical-align: middle; }

#cart .dropdown-menu .popup-subtotal span {
  width: 85%;
  color: #000;
  height: auto;
  padding-left: 10px;
  letter-spacing: .5px;
  font-size: 13px; }

#cart .dropdown-menu .popup-subtotal .close-popup-link {
  margin: 0 auto;
  display: inline-block;
  line-height: 66px;
  width: 18px;
  position: absolute;
  top: 24px;
  right: 24px;
  padding: 0; }

#cart .dropdown-menu .popup-subtotal .close-popup-link .close-popup-icon {
  width: 100%;
  height: auto;
  display: block; }

#cart .dropdown-menu .popup-wrapper {
  display: block; }

#cart .dropdown-menu .popup-wrapper .popup-arrow-down,
#cart .dropdown-menu .popup-wrapper .popup-arrow-up {
  width: 100%;
  height: 24px;
  line-height: 24px;
  display: block; }

#cart .dropdown-menu .popup-wrapper .popup-arrow-down a,
#cart .dropdown-menu .popup-wrapper .popup-arrow-up a {
  display: block;
  width: 100%;
  height: 24px;
  text-align: center; }

#cart .dropdown-menu .popup-just-added {
  display: none;
  border: 2px solid #e1e1e1; }

#cart .dropdown-menu .popup-just-added .popup-msg {
  clear: both;
  background: #e1e1e1;
  line-height: 66px;
  height: 66px;
  width: 100%;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  margin: 0;
  padding: 0;
  text-transform: uppercase; }

#cart .dropdown-menu .popup-just-added .popup-prod-wrapper {
  display: table;
  width: 100%;
  border-bottom: 2px solid #e1e1e1; }

#cart .dropdown-menu .popup-just-added .popup-prod-wrapper span {
  display: table-cell;
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top; }

#cart .dropdown-menu .popup-buttons-wrapper .btn {
  background-color: #111;
  color: #fff;
  border: #111;
  font-size: 14px;
  padding: 25px 60px;
  width: 100%;
  display: block;
  font-weight: 700;
  margin-bottom: 12px;
  text-transform: uppercase; }

#cart .dropdown-menu .popup-buttons-wrapper .button-secondary {
  background-color: #fff;
  color: #000;
  border: 1px solid; }

#cart .verticalCarouselGroup {
  display: table;
  width: 100%;
  max-width: 100%; }

#cart .verticalCarouselGroup div {
  display: table-row; }

#cart .verticalCarouselGroup div span.text-left {
  max-width: 230px; }

#cart .vc_goUp.isDisabled,
#cart .vc_goDown.isDisabled {
  opacity: 1; }

#cart.open > .dropdown-menu {
  opacity: 1; }

.icon-down,
.icon-down-white,
.icon-left,
.icon-right,
.icon-up,
.icon-up-white {
  display: inline-block;
  width: 16px;
  height: 16px; }

.icon-up {
  background: url(../image/icons/icon-arrow-up.svg) center center no-repeat;
  background-size: 16px; }

.isDisabled .icon-up {
  background: url(../image/icons/icon-arrow-up.svg);
  background-size: 16px; }

.icon-down {
  background: url(../image/icons/icon-arrow-down.svg) center center no-repeat;
  background-size: 16px; }

.isDisabled .icon-down {
  background: url(../image/icons/icon-arrow-down.svg);
  background-size: 16px; }

@media (max-width: 478px) {
  #cart .dropdown-menu {
    width: 100%; }
  .is_sticky #cart .dropdown-menu {
    width: 126%;
    left: -26%; } }

#cart .dropdown-menu table {
  margin-bottom: 10px; }

@media (max-width: 478px) {
  #cart .dropdown-menu li > div {
    min-width: 100%; } }

#cart .dropdown-menu li p {
  margin: 20px 0; }

.teaser > .child > .block-inner {
  position: relative; }
  .teaser > .child > .block-inner div {
    height: 100%; }
  .teaser > .child > .block-inner .image {
    overflow: hidden; }
    .teaser > .child > .block-inner .image img {
      min-width: 100%;
      min-height: 100%;
      object-fit: cover; }
  .teaser > .child > .block-inner .text {
    position: absolute;
    position: absolute;
    height: auto;
    bottom: 10%;
    left: 10%;
    width: 80%; }
    .teaser > .child > .block-inner .text h1 {
      font-family: MontserratAlternates-Medium, sans-serif; }
    .teaser > .child > .block-inner .text p {
      font-family: Montserrat-Medium, sans-serif; }
    .teaser > .child > .block-inner .text a {
      font-family: MontserratAlternates-Medium, sans-serif;
      font-size: 14px;
      color: inherit; }
      .teaser > .child > .block-inner .text a:hover {
        color: #E63027;
        text-decoration: none; }
        .teaser > .child > .block-inner .text a:hover span::after {
          background: url("../image/icons/arrow-right-hover.svg") no-repeat; }
      .teaser > .child > .block-inner .text a span {
        position: relative;
        padding-left: 15px; }
        .teaser > .child > .block-inner .text a span::after {
          content: '';
          background: url("../image/icons/arrow-right-black.svg") no-repeat;
          position: absolute;
          width: 38px;
          height: 15px;
          top: 2px; }
    .teaser > .child > .block-inner .text.white {
      color: #fff; }
      .teaser > .child > .block-inner .text.white a span::after {
        content: '';
        background: url("../image/icons/arrow-right.svg") no-repeat; }
      .teaser > .child > .block-inner .text.white a:hover span::after {
        background: url("../image/icons/arrow-right-hover.svg") no-repeat; }

@media only screen and (min-width: 320px) {
  .teaser > .child > .block-inner {
    height: 410px; }
    .teaser > .child > .block-inner .text {
      left: 15px; }
      .teaser > .child > .block-inner .text h1 {
        font-size: 32px; }
      .teaser > .child > .block-inner .text p {
        font-size: 14px; }
      .teaser > .child > .block-inner .text a {
        font-size: 12px; } }

@media only screen and (min-width: 768px) {
  .teaser > .child > .block-inner {
    height: 356px; }
    .teaser > .child > .block-inner .text {
      left: 75px; }
      .teaser > .child > .block-inner .text h1 {
        font-size: 32px; }
      .teaser > .child > .block-inner .text p {
        font-size: 18px; }
      .teaser > .child > .block-inner .text a {
        font-size: 16px; }
  #cart .dropdown-menu .popup-subtotal span {
    font-size: 14px; } }

@media only screen and (min-width: 992px) {
  .teaser > .child > .block-inner .text {
    left: 100px; } }

@media only screen and (min-width: 1200px) {
  .teaser > .child > .block-inner {
    height: 447px; }
    .teaser > .child > .block-inner .text h1 {
      font-size: 40px; }
    .teaser > .child > .block-inner .text p {
      font-size: 16px; }
    .teaser > .child > .block-inner .text a {
      font-size: 14px; } }

.home-links .block-container.block-child {
  width: auto;
  float: none;
  margin-left: 20px; }
  .home-links .block-container.block-child:first-of-type {
    margin-left: 0; }
  .home-links .block-container.block-child .vd-button {
    font-family: MontserratAlternates-Medium, sans-serif;
    width: 136px; }
    .home-links .block-container.block-child .vd-button:hover {
      color: #fff;
      background-color: #000; }

.home-links .block-inner > .block-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

/** Carousels products**/
@media only screen and (min-width: 320px) {
  .products-carousel .sectionContent {
    margin-left: 15px; } }

@media only screen and (min-width: 768px) {
  .products-carousel .sectionContent {
    margin-left: calc((100% - 720px)/2); } }

@media only screen and (min-width: 992px) {
  .products-carousel .sectionContent {
    margin-left: calc((100% - 940px)/2); } }

@media only screen and (min-width: 1200px) {
  .products-carousel .sectionContent {
    margin-left: calc((100% - 1140px)/2); } }

@media only screen and (min-width: 1400px) {
  .products-carousel .sectionContent {
    margin-left: calc((100% - 1340px)/2); } }

/* .owl-carousel */
.owl-carousel {
  padding-top: 40px; }
  .owl-carousel .owl-stage {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    flex-direction: row;
    height: 100%; }
    .owl-carousel .owl-stage .owl-item {
      align-self: stretch; }
      .owl-carousel .owl-stage .owl-item .item {
        height: 100%; }
        .owl-carousel .owl-stage .owl-item .item article {
          display: flex;
          flex-wrap: wrap;
          height: 100%; }
  .owl-carousel .owl-nav {
    position: absolute;
    top: 0;
    margin-top: 0;
    right: 20px; }
    .owl-carousel .owl-nav button {
      margin: 0;
      background-size: contain !important;
      background-repeat: no-repeat !important;
      background-color: transparent !important; }
      .owl-carousel .owl-nav button.disabled {
        pointer-events: none; }
      .owl-carousel .owl-nav button:hover {
        outline: none !important;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
      .owl-carousel .owl-nav button.owl-prev {
        background-image: url("../image/icons/carousel-left.svg"); }
        .owl-carousel .owl-nav button.owl-prev:hover {
          background-image: url("../image/icons/carousel-left-hover.svg"); }
      .owl-carousel .owl-nav button.owl-next {
        background-image: url("../image/icons/carousel-right.svg"); }
        .owl-carousel .owl-nav button.owl-next:hover {
          background-image: url("../image/icons/carousel-right-hover.svg"); }

.item .product-info {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-self: end;
  margin-top: auto; }
  .item .product-info .articleMeta {
    width: calc(100% - 25px); }
  .item .product-info .wishlist a {
    display: inline-block;
    width: 25px;
    height: 22px; }
    .item .product-info .wishlist a svg {
      width: 100%;
      height: 100%; }
    .item .product-info .wishlist a:hover {
      cursor: pointer; }
      .item .product-info .wishlist a:hover svg path {
        stroke: #E63027; }

.owl4 .articleMeta {
  font-size: 1.13rem; }
  .owl4 .articleMeta strike {
    font-size: 0.94rem; }

.owl6 .owl-dots {
  padding-top: 24px; }

.owl6 .add-to-cart-wrapper {
  display: none; }

.owl6 strike {
  font-size: 0.7rem; }

.owl6 h3 {
  font-family: Montserrat-Medium, sans-serif; }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background-color: #E63027; }

.owl-theme .owl-dots .owl-dot span {
  background-color: #fff;
  border: 1px solid #000; }

@media only screen and (min-width: 320px) {
  .owl-carousel .owl-nav button {
    width: 24px;
    height: 8px; }
  .item .product-info .wishlist {
    width: 20px; }
    .item .product-info .wishlist a {
      width: 16px;
      height: 14px; }
  .item .add-to-cart-wrapper {
    width: 20px; }
    .item .add-to-cart-wrapper a {
      width: 20px;
      height: 20px;
      line-height: 20px; }
      .item .add-to-cart-wrapper a svg {
        width: 16px;
        height: auto;
        vertical-align: middle; }
  .owl-carousel .articleTitle {
    font-size: 14px; }
  .owl6 .owl-dots {
    padding-top: 14px; }
  .owl6 .owl-dots .owl-dot span {
    width: 6px;
    height: 6px; } }

@media only screen and (min-width: 768px) {
  .owl-carousel .owl-nav button {
    width: 40px; }
  .item .product-info .wishlist {
    width: 27px; }
    .item .product-info .wishlist a {
      width: 19px;
      height: 17px; }
  .item .add-to-cart-wrapper {
    width: 27px; }
    .item .add-to-cart-wrapper a {
      width: 27px;
      height: 27px;
      line-height: 27px; }
      .item .add-to-cart-wrapper a svg {
        width: 21px; }
  .owl-carousel .articleTitle {
    font-size: 14px; }
  .owl4 .articleTitle {
    font-size: 15px; }
  .owl6 .owl-dots {
    padding-top: 24px; }
  .owl6 .owl-dots .owl-dot span {
    width: 8px;
    height: 8px; } }

@media only screen and (min-width: 1200px) {
  .owl-carousel .owl-nav button {
    width: 51px;
    height: 16px; }
  .item .product-info .wishlist {
    width: 35px; }
    .item .product-info .wishlist a {
      width: 25px;
      height: 22px; }
  .item .add-to-cart-wrapper {
    width: 35px; }
    .item .add-to-cart-wrapper a {
      width: 35px;
      height: 35px;
      line-height: 35px; }
      .item .add-to-cart-wrapper a svg {
        width: 24px; }
  .owl4 .articleTitle {
    font-size: 16px; }
  .products-carousel .custom-sectionHeading {
    padding-left: 55px; } }

@media only screen and (min-width: 1400px) {
  .products-carousel .custom-sectionHeading {
    padding-left: 85px; } }

@media only screen and (min-width: 320px) {
  div.alert {
    padding: 15px;
    width: calc(100% - 30px);
    margin: auto;
    max-width: 100%;
    margin-bottom: 10px; } }

@media only screen and (min-width: 768px) {
  div.alert {
    width: 720px; } }

@media (min-width: 992px) {
  div.alert {
    width: 940px; } }

@media only screen and (min-width: 1200px) {
  div.alert {
    width: 1140px; } }

@media only screen and (min-width: 1400px) {
  div.alert {
    width: 1340px; } }

.grecaptcha-badge {
  visibility: hidden; }

.cart-price {
  padding-right: 2px;
  display: inline-block;
  width: 100%; }
  .cart-price.special {
    color: #E63027; }
  .cart-price strike {
    color: #828282; }

@media only screen and (min-width: 1200px) {
  .cart-price {
    display: inline;
    width: auto; } }

html body {
  height: auto !important; }

img {
  height: auto; }

#fe-announcements {
  text-align: center;
  font-family: Montserrat-Medium, sans-serif;
  color: #fff; }

#fe-announcements.sticky {
  position: fixed;
  top: 0px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 19;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInSlow;
  animation-name: fadeInSlow; }

@-webkit-keyframes fadeInSlow {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeInSlow {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

#fe-announcements .inner-wrapper {
  text-align: center;
  padding: 3px 0;
  min-height: 37px; }

@media (max-width: 1200px) {
  #fe-announcements.sticky {
    top: 0px; } }

@media (max-width: 767px) {
  #fe-announcements.sticky {
    display: none; } }

#fe-announcements .announcement {
  /*text-align:initial;*/
  display: inline-block; }

#fe-announcements .announcement * {
  display: inline-block;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0; }

.alert-dismissable .close, .alert-dismissible .close {
  right: 0; }

.btn-textura,
.btn-textura:hover {
  color: #000;
  background-color: #EEE3CA;
  border-color: #EEE3CA; }

.main-content-section .containerCheck .checkmark {
  border: 1px solid #000; }

.promo-description-title-main h1 {
  font-weight: 700;
  position: relative;
  text-align: left;
  color: #0d0d0d;
  text-transform: none;
  font-size: 30px;
  line-height: 1.5; }

.promo-description-text-main span {
  font-size: 20px !important; }

.promo-description-text-main {
  padding-bottom: 20px;
  margin-bottom: 30px; }

.main-content-section h2 {
  text-align: left; }

#search .button-search {
  width: 25px;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 16px; }

ul.ui-autocomplete {
  width: 318px;
  max-height: 240px;
  background-color: #FFF;
  overflow: auto;
  box-shadow: 0 3px 15px -3px rgba(0, 0, 0, 0.25);
  z-index: 21;
  display: block;
  position: absolute;
  top: 0; }

.ui-helper-hidden-accessible {
  display: none; }

ul.ui-autocomplete li.ui-menu-item {
  /*  border-bottom: 1px solid #f4f4f4;
  border-bottom-color: #f4f4f4;
  border-bottom-style: solid; */
  height: auto;
  padding: 8px 8px 8px 8px;
  color: #45738f;
  cursor: pointer;
  /* border-color: #e4e4e4; */
  display: block;
  width: 100%; }

ul.ui-autocomplete li.ui-menu-item:hover {
  color: #000; }

ul.ui-autocomplete li.ui-menu-item a {
  display: block;
  font-weight: 700;
  line-height: 1;
  text-align: left; }

ul.ui-autocomplete li.ui-menu-item a:hover {
  color: #000; }

ul.ui-autocomplete li.ui-menu-item img {
  float: left;
  margin-right: 5px; }

ul.ui-autocomplete li.ui-menu-item span {
  display: inline-block;
  text-align: left; }

.shopping-cart-items .item.voucher a.img {
  padding-top: 30%; }

.shopping-cart::after {
  border: none;
  content: " ";
  height: 0;
  width: 0;
  position: relative;
  border-width: 0px; }

#cart {
  position: relative; }

#cart #cart-total {
  width: 22px;
  height: 22px;
  background: #E63027;
  color: #fff;
  position: absolute;
  right: -16px;
  top: 10px;
  padding: 0;
  border: 2px solid #fff;
  font-size: 12px;
  line-height: 16px; }

#cart.open > .dropdown-menu {
  right: -11px;
  top: 60px;
  z-index: 991; }

@media (max-width: 1200px) {
  .userBoxSm .customUserBox > a {
    position: absolute;
    right: 40px; }
  #cart > a {
    color: transparent;
    width: 20px; }
  #cart > a > .svg-inline--fa {
    color: #8F8178; } }

#custom-navbar .navbar-nav {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap; }

@media (max-width: 768px) {
  #custom-navbar .navbar-nav {
    display: block;
    margin: 0; }
    #custom-navbar .navbar-nav > li > .navLink {
      padding-left: 0; }
  #custom-navbar .navbar-collapse {
    height: 100%; }
  #custom-navbar .custom-menuItem {
    height: 100%; }
  #cart.open > .dropdown-menu {
    width: 320px; }
  .menu-wrapper {
    background: #fff;
    padding-left: 55px;
    padding-right: 15px;
    max-height: calc(100vh - 110px);
    height: auto;
    overflow-y: scroll; } }

/* Menu images */
.tshirt:after {
  background-image: url("../image/icons/tshirt.svg"); }

.hoodies:after {
  background-image: url("../image/icons/hoodies.svg"); }

.sweater:after {
  background-image: url("../image/icons/sweater.svg"); }

.skirt:after {
  background-image: url("../image/icons/skirt.svg"); }

.swimming_suit:after {
  background-image: url("../image/icons/swimming_suit.svg"); }

.sport_pants:after {
  background-image: url("../image/icons/sport_pants.svg"); }

.komplekti:after {
  background-image: url("../image/icons/komplekti.svg"); }

.shirt:after {
  background-image: url("../image/icons/shirt.svg"); }

.hats:after {
  background-image: url("../image/icons/hats.svg"); }

.jacket:after {
  background-image: url("../image/icons/jacket.svg"); }

.coat:after {
  background-image: url("../image/icons/coat.svg"); }

.blouses:after {
  background-image: url("../image/icons/blouses.svg"); }

.baby_tshirt:after {
  background-image: url("../image/icons/baby_tshirt.svg"); }

.vests:after {
  background-image: url("../image/icons/vests.svg"); }

.underwear:after {
  background-image: url("../image/icons/underwear.svg"); }

.accessories_1:after {
  background-image: url("../image/icons/accessories_1.svg"); }

.socks:after {
  background-image: url("../image/icons/socks.svg"); }

.dress:after {
  background-image: url("../image/icons/dress.svg"); }

.bodysuit:after {
  background-image: url("../image/icons/bodysuit.svg"); }

.shoes:after {
  background-image: url("../image/icons/shoes.svg"); }

.overall:after {
  background-image: url("../image/icons/overall.svg"); }

.short:after {
  background-image: url("../image/icons/short.svg"); }

.jeans:after {
  background-image: url("../image/icons/jeans.svg"); }

.cardigans:after {
  background-image: url("../image/icons/cardigans.svg"); }

.pyjamas:after {
  background-image: url("../image/icons/pyjamas.svg"); }

.discount_tag:after {
  background-image: url("../image/icons/discount_tag.svg"); }

.jeans_2:after {
  background-image: url("../image/icons/jeans_2.svg"); }

.scarf:after {
  background-image: url("../image/icons/scarf.svg"); }

.baseball:after {
  background-image: url("../image/icons/baseball.svg"); }

.infant_shoes:after {
  background-image: url("../image/icons/infant_shoes.svg"); }

#menu {
  min-height: auto;
  border: none !important;
  margin-bottom: 0; }
  #menu li.dropdown {
    min-height: 60px;
    height: auto; }
  #menu .dropdown-menu {
    width: 100%;
    margin-left: 0 !important;
    background-color: #fff;
    box-shadow: none;
    z-index: 20; }
    #menu .dropdown-menu .separator:hover .column a, #menu .dropdown-menu .separator.opened .column a {
      color: #000;
      position: relative; }
      #menu .dropdown-menu .separator:hover .column a::after, #menu .dropdown-menu .separator.opened .column a::after {
        background: url("../image/icons/arrow-right-thin.svg") no-repeat;
        background-size: contain;
        width: 36px;
        height: 10px;
        position: absolute;
        top: 5px; }
    #menu .dropdown-menu .column a {
      font-weight: 500;
      padding-right: 20px; }
    #menu .dropdown-menu .icon:after {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      width: 25px;
      height: 25px;
      background-repeat: no-repeat;
      top: 9px; }
    #menu .dropdown-menu .dropdown-inner .subcategory-item {
      position: relative; }
      #menu .dropdown-menu .dropdown-inner .subcategory-item > li {
        width: 100%;
        font-size: 16px; }
        #menu .dropdown-menu .dropdown-inner .subcategory-item > li:hover, #menu .dropdown-menu .dropdown-inner .subcategory-item > li.opened {
          cursor: pointer; }
    #menu .dropdown-menu .dropdown-inner .grandchild-item li {
      padding: 10px 0;
      padding-left: 39px;
      position: relative; }
      #menu .dropdown-menu .dropdown-inner .grandchild-item li.icon:after {
        top: 7px; }
      #menu .dropdown-menu .dropdown-inner .grandchild-item li a {
        font-size: 1rem;
        line-height: 1;
        display: inline-block; }
    #menu .dropdown-menu .dropdown-inner .column {
      box-sizing: border-box;
      padding: 10px 0;
      padding-left: 39px; }
    #menu .dropdown-menu .dropdown-inner .child-column {
      display: none;
      right: 2px;
      top: 0;
      bottom: 0;
      flex-wrap: wrap; }
      #menu .dropdown-menu .dropdown-inner .child-column ul {
        z-index: 2; }
    #menu .dropdown-menu .dropdown-inner .total-cols-1 .grandchild-item {
      width: 100%; }

@media (min-width: 320px) {
  #menu li.opened .dropdown-menu {
    display: block; }
  #menu li .dropdown-menu {
    position: static;
    padding-left: 15px;
    float: none; }
  #menu .subcategory-item > li {
    display: block;
    position: relative; }
    #menu .subcategory-item > li.opened .child-column {
      display: block; }
    #menu .subcategory-item > li a {
      display: inline-block;
      width: 100%; }
  .dropdown-inner .child-column {
    position: static; }
  .mobile-plus {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 29px;
    font-size: 27px; }
    .mobile-plus::after {
      content: '+';
      position: absolute;
      top: 0;
      display: block;
      line-height: 20px; }
    .mobile-plus.minus::after {
      content: '-'; }
    .mobile-plus:hover {
      cursor: pointer; }
  .separator .mobile-plus {
    top: 14px; }
  .total-cols-2 .grandchild-item {
    width: 100%; } }

@media (min-width: 768px) {
  #menu li .dropdown-menu {
    top: 60px;
    position: absolute;
    padding: 0; }
  #menu li .dropdown-border {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 8%;
    padding-right: 8%;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-right: 1px solid #e1e1e1;
    background: #fff;
    box-shadow: 0 6px 7px -3px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0 6px 7px -3px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 6px 7px -3px rgba(0, 0, 0, 0.6); }
  #menu .separator.opened {
    padding-left: 15px; }
    #menu .separator.opened.icon::after {
      left: 15px; }
    #menu .separator.opened .column {
      border-top: 1px solid #d2d2d2;
      border-bottom: 1px solid #d2d2d2;
      border-right: 8px solid #fff;
      z-index: 1; }
      #menu .separator.opened .column a {
        font-weight: 600;
        font-family: Montserrat-SemiBold, sans-serif;
        display: inline-block; }
        #menu .separator.opened .column a::after {
          content: '';
          right: 0;
          top: 10px; }
    #menu .separator.opened .child-column {
      box-shadow: 2px 2px 3px 4px #d2d2d2;
      border-left: 2px solid #d2d2d2; }
      #menu .separator.opened .child-column::after {
        content: '';
        position: absolute;
        width: calc(100% + 10px);
        height: calc(100% + 15px);
        display: block;
        z-index: 1;
        background-color: white;
        top: -5px;
        left: -1px; }
  #menu .mobile-plus {
    display: none; }
  #menu .subcategory-item > li {
    display: flex; }
    #menu .subcategory-item > li a {
      display: inline; }
    #menu .subcategory-item > li.opened .child-column {
      display: flex; }
  .dropdown-inner .column {
    width: 49%; }
  .dropdown-inner .child-column {
    width: 50%;
    padding-left: 20px;
    position: absolute; }
  .total-cols-2 .grandchild-item {
    width: 50%; } }

@media (min-width: 992px) {
  .dropdown-inner .child-column {
    padding-left: 30px; }
  #menu li.opened .dropdown-menu {
    display: none; }
  #menu li:hover .dropdown-menu {
    display: block; }
  #menu .separator.opened {
    padding-left: 0; }
    #menu .separator.opened .column {
      border: none;
      padding-left: 0; }
      #menu .separator.opened .column a {
        font-weight: 500;
        font-family: Montserrat-Regular, sans-serif;
        display: inline;
        right: -38px;
        top: 5px; }
        #menu .separator.opened .column a::after {
          content: none; }
    #menu .separator.opened .child-column {
      border-left: none; }
  #menu .separator:hover {
    padding-left: 15px; }
    #menu .separator:hover.icon:after {
      left: 15px; }
    #menu .separator:hover .column {
      border-top: 1px solid #d2d2d2;
      border-bottom: 1px solid #d2d2d2;
      border-right: 10px solid #fff;
      z-index: 1; }
      #menu .separator:hover .column a {
        font-weight: 600;
        font-family: Montserrat-SemiBold, sans-serif; }
        #menu .separator:hover .column a::after {
          content: '';
          right: -38px;
          top: 5px; }
    #menu .separator:hover .child-column {
      box-shadow: 2px 2px 3px 4px #d2d2d2;
      border-left: 2px solid #d2d2d2; }
      #menu .separator:hover .child-column::after {
        content: '';
        position: absolute;
        width: calc(100% + 10px);
        height: calc(100% + 15px);
        display: block;
        z-index: 1;
        background-color: white;
        top: -5px;
        left: -1px; }
  #menu .subcategory-item > li.opened .child-column {
    display: none; }
  #menu .subcategory-item > li:hover .child-column {
    display: flex; }
  .dropdown-inner .column {
    width: 46%; }
  .dropdown-inner .child-column {
    width: 53%;
    padding-left: 20px;
    position: absolute; } }

@media (min-width: 1200px) {
  .dropdown-inner .column {
    width: 36%; }
  .dropdown-inner .child-column {
    width: 63%; } }

@media (min-width: 1400px) {
  .dropdown-inner .column {
    width: 31%; }
  .dropdown-inner .child-column {
    width: 68%; } }

/**** Dropdown menu *****/
@media (max-width: 768px) {
  /**** Category page filters *****/
  #list-view,
  #grid-view {
    display: inline-block; }
  #list-view {
    width: 40px; }
  #list-view .squareIcon {
    margin: 0 2px 2px 0;
    float: left;
    height: 20px;
    width: 40px; }
  #grid-view .gridIconBox {
    width: 44px;
    display: inline-block;
    margin: 0; }
  .gridBtnBox {
    margin: 0; }
  .gridBtn .gridIconBox .gridIcon {
    margin: 0 2px 2px 0;
    float: left;
    width: 20px;
    height: 20px; }
  #grid-view .gridIconBox:nth-of-type(2n) {
    display: none; } }

.custom-select {
  margin-bottom: 20px; }

.center-logo {
  margin: 0 auto 40px;
  display: block; }

#bg_overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: .5;
  z-index: 100001;
  background-color: #000;
  display: none; }

#lybc_banner {
  position: fixed;
  opacity: 0;
  top: 0;
  left: 50%;
  transform: scale(0.5) translate(-50%, -100%);
  transition: 1s;
  background-color: transparent;
  z-index: 100002;
  display: none;
  max-width: 800px;
  width: 95%; }

#lybc_banner.top-trans {
  transform: scale(1) translate(-50%, -50%);
  opacity: 1;
  top: 50%; }

#lybc_banner .close-x {
  position: absolute;
  top: -25px;
  right: 10px;
  color: #fff;
  opacity: .65;
  cursor: pointer;
  font-size: 18px; }

#lybc_banner .close-x:hover {
  opacity: 1; }

.category-info {
  font-size: 20px; }

.btn-back {
  text-align: center;
  display: block;
  margin: 10px 0; }

.address {
  border-bottom: solid #000 1px;
  margin: 20px 0; }

.categoryContainer .categoryAlign2 {
  padding: 0; }

.product-layout .owl-carousel {
  margin: 0; }

/* 
.owlSliderBoxSm, .owlSliderBoxLg {
	display: flex;
	flex-wrap: wrap;
} */
/* .owlSliderBoxSm .owlCarouselBox.product-grid {
	display: inline-block;
	width: 24.6%;
	margin: 0;
	padding: 0 0.3%;
} */
/* .owlSliderBoxLg .owlCarouselBox.product-list {
	display: inline-block;
	width: calc(50% - 16px);
	margin: 0;
	padding: 0;
} */
.main-content-section .custom-subscribeForm .input-group input[type=file] {
  background-color: transparent;
  width: auto;
  height: auto; }

/* Checkout */
#d_quickcheckout .lybc_heading {
  font-size: 18px; }
  #d_quickcheckout .lybc_heading .fa {
    display: none; }

#d_quickcheckout label {
  font-size: 16px !important; }

#d_quickcheckout #shipping_method_list .title {
  margin-top: 20px;
  display: inline-block; }

#d_quickcheckout #shipping_method_list label {
  margin-top: 0; }

#d_quickcheckout #shipping_method_list .input-group {
  margin-bottom: 10px; }
  #d_quickcheckout #shipping_method_list .input-group .input-group-addon {
    border-color: transparent;
    background-color: transparent;
    padding-left: 0;
    width: 30px;
    vertical-align: middle; }
    #d_quickcheckout #shipping_method_list .input-group .input-group-addon.containerCheck {
      margin: 0;
      cursor: auto; }
      #d_quickcheckout #shipping_method_list .input-group .input-group-addon.containerCheck:hover input ~ .checkmark {
        border: 1px solid #000;
        background-color: #fff; }
      #d_quickcheckout #shipping_method_list .input-group .input-group-addon.containerCheck:hover input:checked ~ .checkmark {
        background-color: #E63027; }
      #d_quickcheckout #shipping_method_list .input-group .input-group-addon.containerCheck input, #d_quickcheckout #shipping_method_list .input-group .input-group-addon.containerCheck .checkmark {
        top: 50%;
        transform: translateY(-51%); }
      #d_quickcheckout #shipping_method_list .input-group .input-group-addon.containerCheck .checkmark {
        pointer-events: none; }
      #d_quickcheckout #shipping_method_list .input-group .input-group-addon.containerCheck input:hover ~ .checkmark {
        background-color: #fff;
        border: 1px solid #000; }
      #d_quickcheckout #shipping_method_list .input-group .input-group-addon.containerCheck input:checked:hover ~ .checkmark {
        background-color: #E63027; }
      #d_quickcheckout #shipping_method_list .input-group .input-group-addon.containerCheck input {
        left: 0;
        width: 25px;
        height: 25px; }
  #d_quickcheckout #shipping_method_list .input-group .input-group-btn .btn {
    height: 50px; }
    #d_quickcheckout #shipping_method_list .input-group .input-group-btn .btn .fa {
      vertical-align: middle; }
  #d_quickcheckout #shipping_method_list .input-group .panel-title {
    padding: 7px 0 7px 10px;
    border-bottom-width: 0px;
    border-style: solid;
    text-align: left;
    font-weight: 400;
    font-style: normal;
    font-size: 18px !important;
    text-transform: none;
    color: #000 !important;
    margin-bottom: 5px !important; }

#d_quickcheckout #payment_address_form .radio-input {
  padding-bottom: 20px; }
  #d_quickcheckout #payment_address_form .radio-input > div:nth-child(2) label {
    margin-top: 10px; }

#d_quickcheckout .btn-primary {
  background-color: #000000 !important; }

#d_quickcheckout .btn-primary:hover,
#d_quickcheckout .btn-primary:active,
#d_quickcheckout .btn-primary.active,
#d_quickcheckout .btn-primary.disabled,
#d_quickcheckout .btn-primary[disabled],
#d_quickcheckout .btn-default.active,
#d_quickcheckout .btn-default.focus,
#d_quickcheckout .btn-default:active,
#d_quickcheckout .btn-default:focus,
#d_quickcheckout .btn-default:hover,
#d_quickcheckout .open > .dropdown-toggle.btn-default {
  background-color: #000 !important;
  color: #ffffff !important;
  text-shadow: rgba(0, 0, 0, 0.25) 0px -1px 0px;
  text-transform: none;
  border-color: #000 !important;
  box-shadow: none !important;
  padding-top: 10px;
  padding-bottom: 10px; }

#d_quickcheckout .panel {
  border-color: #000 !important; }

#d_quickcheckout button {
  color: #ffffff !important; }

#d_quickcheckout #confirm_wrap .panel {
  border: none !important; }

#d_quickcheckout #confirm_wrap .panel-heading, #d_quickcheckout #confirm_wrap .panel-body {
  padding-left: 0 !important;
  padding-right: 0 !important; }

#d_quickcheckout #confirm_wrap .control-label .text {
  font-size: 14px;
  font-weight: 700; }

#d_quickcheckout #confirm_wrap
.panel,
#d_quickcheckout .form-control,
#d_quickcheckout textarea.form-control {
  border-radius: 0px !important;
  border-color: #000; }

#d_quickcheckout input[type=text].form-control,
#d_quickcheckout input[type=email].form-control,
#d_quickcheckout input[type=tel].form-control,
#d_quickcheckout input[type=password].form-control {
  height: 50px;
  width: 100%;
  padding: 5px 12px;
  margin: 0 0 20px 0 !important;
  background-color: #fff;
  border-color: transparent;
  border-radius: 0;
  box-shadow: none;
  font-style: normal;
  font-size: 15px !important;
  color: #000;
  border: 1px solid black; }

#d_quickcheckout input[type=tel].form-control {
  padding-left: 47px; }

#d_quickcheckout #payment_address_heading_heading {
  padding-top: 20px;
  font-size: 1.5rem; }
  #d_quickcheckout #payment_address_heading_heading hr {
    margin-top: 10px;
    margin-bottom: 5px; }

#d_quickcheckout #shipping_method_list .input-group .input-group-btn .btn
#d_quickcheckout #pickup-service-store-name_input input[type=text].form-control {
  margin: 0 !important; }

#d_quickcheckout textarea,
.main-content-section .custom-subscribeForm .input-group textarea {
  border: 1px solid #000;
  background-color: #ffffff;
  box-shadow: none;
  height: 150px;
  resize: none; }

#d_quickcheckout .panel-heading,
#d_quickcheckout .panel-body {
  padding: 6px 10px 8px !important;
  background-color: #ffffff !important; }

#d_quickcheckout .panel-default > .panel-heading {
  background-color: #ffffff !important;
  padding: 0 !important; }

#d_quickcheckout .panel-heading {
  border-bottom: 0 !important; }
  #d_quickcheckout .panel-heading h4 {
    padding: 8px 15px !important; }
    #d_quickcheckout .panel-heading h4 .text {
      font-size: 1.5rem; }

#d_quickcheckout .panel-title {
  border: 0 !important;
  margin: 0 !important; }

#d_quickcheckout .panel-body .text {
  font-size: 1rem; }

#d_quickcheckout .text {
  font-size: 18px;
  line-height: 1.7; }

#d_quickcheckout .form-group {
  margin-bottom: 0 !important; }

#d_quickcheckout .btn-group > .btn-group > .btn {
  padding: 7.5px 0; }

#d_quickcheckout .btn-group > .btn-group > .btn,
#d_quickcheckout .btn-group > .btn-group > .dropdown-toggle {
  border-radius: 0 !important;
  background-color: #fff !important;
  color: #000 !important;
  border-color: #000 !important;
  text-shadow: none !important;
  font-size: 15px !important;
  text-transform: none !important;
  box-shadow: none !important; }

#d_quickcheckout .btn-group > .btn-group > .btn.active {
  background-color: #000 !important;
  font-weight: 700 !important;
  color: #fff !important; }

#d_quickcheckout .btn-default {
  background-image: none !important;
  border-color: #000 !important;
  background-color: #ffffff !important; }

#d_quickcheckout .btn-group-justified {
  background-color: #fff !important; }

#d_quickcheckout a {
  color: #000 !important; }

#d_quickcheckout .form-control:focus {
  box-shadow: inherit !important;
  -webkit-box-shadow: inherit !important;
  border-color: inherit !important; }

#d_quickcheckout .btn-primary {
  border-radius: 0px !important;
  background-color: #fff !important;
  color: #000 !important;
  font-weight: 400 !important;
  font-style: normal !important;
  text-transform: none !important;
  border: 1px solid #000 !important;
  background-image: none !important;
  cursor: pointer !important;
  display: inline-block !important;
  text-align: center !important;
  position: relative !important;
  box-shadow: none !important; }
  #d_quickcheckout .btn-primary:hover {
    background-color: #000000 !important;
    color: white !important; }

#d_quickcheckout #qc_confirm_order.btn-primary {
  font-weight: 700 !important;
  margin-top: 15px !important;
  background-color: #000 !important;
  color: #fff !important; }

#d_quickcheckout #qc_confirm_order.btn-primary:hover {
  background-color: rgba(0, 0, 0, 0.7) !important; }

#d_quickcheckout .text-danger {
  color: #E63027 !important;
  margin: -20px 0 15px 0 !important;
  min-height: 20px; }

#d_quickcheckout .item-size {
  color: grey;
  font-size: 0.8rem; }

#d_quickcheckout .required.has-error label,
#d_quickcheckout .required.has-error label a {
  color: #E63027 !important; }

#d_quickcheckout #cart_view .table-bordered {
  border: 0 !important; }

#d_quickcheckout #cart_view .table-bordered thead {
  font-weight: 700; }

#d_quickcheckout #cart_view .table-bordered td {
  border: 0 !important;
  border-bottom: 0.5px solid #000 !important; }

#d_quickcheckout #cart_view .qc-quantity input[type=text] {
  height: 40px;
  margin: 0;
  display: inline-block;
  margin: 0 !important; }

#d_quickcheckout #cart_view .qc-quantity span.input-group-btn button {
  display: inline-block;
  border: 1px solid #000;
  margin: 0 auto;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 1.5;
  vertical-align: middle;
  padding: 11px 0;
  background: #fff;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-right: -4px;
  font-size: 12px;
  color: #000 !important; }
  #d_quickcheckout #cart_view .qc-quantity span.input-group-btn button:hover {
    color: #fff !important;
    background-color: #000; }

#d_quickcheckout #cart_view .qc-quantity span.input-group-btn button.increase {
  margin-right: 0px;
  margin-left: -4px; }

#d_quickcheckout #cart_view .qc-quantity span.input-group-btn button.delete {
  border: 0;
  background: none; }
  #d_quickcheckout #cart_view .qc-quantity span.input-group-btn button.delete:hover {
    color: #000 !important; }

#d_quickcheckout #cart_view .qc-voucher span.input-group-btn, #d_quickcheckout #cart_view .qc-coupon span.input-group-btn {
  vertical-align: top; }
  #d_quickcheckout #cart_view .qc-voucher span.input-group-btn button, #d_quickcheckout #cart_view .qc-coupon span.input-group-btn button {
    height: 50px; }

#d_quickcheckout #cart_view .qc-voucher input, #d_quickcheckout #cart_view .qc-coupon input {
  border-right: none !important; }

#d_quickcheckout .qc-totals .row:last-child {
  margin-left: -10px;
  margin-right: -10px; }

#d_quickcheckout .checkbox label,
#d_quickcheckout .radio label {
  padding-left: 30px !important; }

#d_quickcheckout .date-btn {
  vertical-align: top !important; }

#d_quickcheckout .date-btn .btn {
  background-color: #fff !important;
  color: #000000 !important;
  border-color: #000 !important;
  box-shadow: none !important;
  line-height: 1.25 !important; }

#d_quickcheckout .modal-header {
  width: 100%; }

#d_quickcheckout .modal-header button {
  color: #000000 !important; }

#d_quickcheckout .modal-body {
  margin-top: 40px; }

#d_quickcheckout #payment_address_address_1_input .control-label {
  text-align: left; }

#d_quickcheckout #payment_address_address_1_input .control-label .text span {
  font-size: 0.85rem; }

#d_quickcheckout #confirm_agree_phone_call_input {
  display: none; }

@media (max-width: 480px) {
  table.qc-cart thead {
    display: none; }
  table.qc-cart td.qc-image {
    display: none; }
  table.qc-cart td.qc-name {
    width: 60%;
    font-size: 14px; }
  table.qc-cart td.qc-quantity {
    width: 10%; }
  table.qc-cart td.qc-total {
    width: 30%; }
  #d_quickcheckout #payment_address_address_1_input .control-label .text span {
    font-size: 10px; } }

@media screen and (max-width: 1200px) and (min-width: 992px) {
  #d_quickcheckout #payment_address_address_1_input .control-label .text span {
    font-size: 13px; } }

#cart div.item {
  margin-bottom: 18px;
  display: inline-block;
  width: 100%;
  font-size: 13px; }

.add-to-cart {
  cursor: pointer; }

.pagination > li > a,
.pagination > li > span {
  color: #000;
  background: none;
  border: none;
  margin-left: 8px;
  font-family: Montserrat-SemiBold, sans-serif;
  font-size: 14px;
  min-width: 34px; }

.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-radius: 0; }

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover,
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background-color: #000;
  border-color: #000;
  color: #fff;
  border-radius: 50% !important; }

.wishlist-compare .links a {
  cursor: pointer; }

table.table-textura thead {
  background-color: #fff;
  font-weight: 700; }

.customselect {
  position: relative;
  height: auto;
  margin: 0 0 10px 0; }

.customselect:after {
  content: '';
  position: absolute;
  top: 0;
  width: 15px;
  height: 10px;
  right: 25px;
  bottom: 0;
  margin: auto;
  background: url("../image/icons/choose_arrow.svg") no-repeat;
  pointer-events: none; }

.customselect:hover:before {
  /* background: red; */ }

.customselect select {
  border: none;
  box-shadow: none;
  border-radius: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  outline: none;
  padding: 10px 25px 10px 10px;
  -moz-appearance: none;
  -webkit-appearance: none;
  font-family: Montserrat-Medium, sans-serif;
  border-bottom: 1px solid #D4D2D2;
  max-width: 100%; }
  .customselect select option {
    width: 100%;
    max-width: 100%; }

.customselect select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000; }

.customselect select::-ms-expand {
  display: none; }

.form-control.customselect select:focus {
  border-color: none; }

@media all and (min-width: 0\0) and (min-resolution: 0.001dpcm) {
  .customselect select {
    padding-right: 0; }
  .customselect:after, .customselect:before {
    display: none; } }

/**********  Product filter  ***********/
div#column-left .panel {
  border: none;
  box-shadow: none; }
  div#column-left .panel .btn-filers {
    padding-bottom: 30px; }

div#column-left .panel-default > .panel-heading {
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  padding: 0 24px;
  height: 48px;
  line-height: 22px; }

div#column-left #aside-filter .filter-items-wrapper a.list-group-item {
  color: #000;
  text-shadow: none;
  font-style: normal;
  padding: 0;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border: 0;
  font-family: Montserrat-Medium, sans-serif;
  font-weight: 500;
  font-size: 16px;
  border-bottom: 1px solid rgba(183, 180, 180, 0.6); }

div#column-left #aside-filter .filter-items-wrapper a:hover, div#column-left #aside-filter .filter-items-wrapper a:focus, div#column-left #aside-filter .filter-items-wrapper .checkbox:hover {
  background-color: #ffffff;
  cursor: pointer; }

div#column-left #aside-filter .filter-items-wrapper div.list-group-item {
  border: none;
  white-space: normal;
  padding: 0; }
  div#column-left #aside-filter .filter-items-wrapper div.list-group-item .checkbox label {
    position: relative;
    font-size: 16px;
    font-weight: 400;
    padding-left: 40px;
    color: #E63027;
    position: relative;
    font-family: MontserratAlternates-Medium, sans-serif; }
    div#column-left #aside-filter .filter-items-wrapper div.list-group-item .checkbox label:before {
      content: '';
      cursor: pointer;
      width: 14px;
      height: 14px;
      background: 0 0;
      border: 2px solid #111;
      top: 3px;
      left: 0;
      margin-top: 0;
      position: absolute; }
  div#column-left #aside-filter .filter-items-wrapper div.list-group-item .checkbox.show_more_button label:before,
  div#column-left #aside-filter .filter-items-wrapper div.list-group-item .checkbox.show_less_button label:before {
    content: none; }
  div#column-left #aside-filter .filter-items-wrapper div.list-group-item .checkbox input[type=checkbox]:checked + label:before {
    background-color: #111; }
  div#column-left #aside-filter .filter-items-wrapper div.list-group-item .checkbox input {
    display: none; }
  div#column-left #aside-filter .filter-items-wrapper div.list-group-item .ui-accordion-header-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 17px; }

/**********  Ends product filter  ***********/
/******* Badges ********/
.product-layout > .product-thumb {
  position: relative; }

.badges-right-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 30%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  max-width: 32px !important;
  z-index: 1;
  opacity: 1;
  -moz-transition: opacity .4s ease-in-out;
  -o-transition: opacity .4s ease-in-out;
  -webkit-transition: opacity .4s ease-in-out;
  transition: opacity .4s ease-in-out; }

.product-badge {
  display: block;
  width: 100%;
  height: auto; }

.articleThumb:hover .badges-right-container,
.product-thumb:hover .badges-right-container {
  opacity: 0; }

.badges-right-container.left {
  right: auto;
  left: 0; }

.product-badge.css-badge {
  height: 20px;
  background-color: #E63027;
  color: #fff;
  line-height: 20px;
  font-family: Montserrat-SemiBold, sans-serif;
  text-align: center;
  font-size: 8.53px;
  font-weight: 600; }

@media (max-width: 530px) {
  .products-related .badges-right-container,
  .products-latest .badges-right-container,
  .products-special .badges-right-container,
  .products-bestseller .badges-right-container,
  .products-featured .badges-right-container,
  .product-layout.product-grid .badges-right-container {
    max-width: 40px !important; }
  .products-related .product-badge.css-badge,
  .products-latest .product-badge.css-badge,
  .products-special .product-badge.css-badge,
  .products-bestseller .product-badge.css-badge,
  .products-featured .product-badge.css-badge,
  .product-layout.product-grid .product-badge.css-badge {
    height: 40px;
    line-height: 40px;
    font-size: 12px; } }

@media (max-width: 405px) {
  .products-related .badges-right-container,
  .products-latest .badges-right-container,
  .products-special .badges-right-container,
  .products-bestseller .badges-right-container,
  .products-featured .badges-right-container,
  .product-layout.product-grid .badges-right-container {
    max-width: 30px !important; }
  .products-related .product-badge.css-badge,
  .products-latest .product-badge.css-badge,
  .products-special .product-badge.css-badge,
  .products-bestseller .product-badge.css-badge,
  .products-featured .product-badge.css-badge,
  .product-layout.product-grid .product-badge.css-badge {
    height: 30px;
    line-height: 30px; } }

/******* End badges ********/
/******** Homepage black boxes ***********/
.black-box-set {
  text-align: center;
  color: #FFF;
  font-size: 14px; }

.black-box-set > .block-content {
  padding: 30px 0 !important;
  background: #0d0d0d;
  display: inline-block; }

.black-box-set.short > .block-content {
  padding: 30px 0 !important;
  margin: 0 100px !important; }

.black-box-set h3 {
  text-transform: none;
  margin-top: 0 !important;
  font-weight: 700 !important;
  line-height: 100% !important;
  margin-bottom: 30px !important; }

.black-box-set p {
  margin: 0 !important; }

.black-box-set a {
  display: block;
  color: inherit !important; }

.black-box-set a:hover {
  text-decoration: none !important;
  color: inherit !important; }

.black-box-set .block-inner {
  padding: 5px 45px  !important; }

/******** End Homepage black boxes ***********/
/******** Homepage teaser boxes ***********/
.teaser-box-set {
  text-align: center;
  color: #FFF;
  font-size: 14px; }

.teaser-box-set > .block-content {
  display: inline-block;
  margin-left: -15px;
  margin-right: -15px; }

.teaser-box-set > .block-content > .block-inner {
  padding-left: 15px !important;
  padding-right: 15px !important; }

.teaser-box-set > .block-content > .block-inner > .block-content {
  position: relative;
  display: inline-block; }

/*** image ***/
.teaser-box-set > .block-content > .block-inner:hover > .block-content > .block-child:nth-of-type(1),
.teaser-box-set > .block-content > .block-inner > .block-content > .block-child:nth-of-type(1):hover {
  position: relative;
  margin-bottom: 0;
  outline: none;
  background-color: #D8D8D8;
  opacity: 0.8;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

/*** text link box ***/
.teaser-box-set > .block-content > .block-inner > .block-content > .block-child:nth-of-type(2) {
  position: absolute;
  background: #FFF;
  left: 19px;
  width: 90%;
  bottom: 19px;
  padding: 20px 15px;
  color: #0d0d0d;
  text-align: center; }

.teaser-box-set h3 {
  text-transform: none;
  margin: 0 !important;
  display: block;
  font-size: 20px;
  line-height: 100%;
  font-weight: 100;
  color: #8F8178 !important; }

.teaser-box-set p {
  margin: 0 !important; }

.teaser-box-set a {
  text-decoration: none !important;
  color: inherit !important; }

@media (max-width: 980px) {
  .black-box-set.short > .block-content {
    margin: 0 20px !important; } }

@media (max-width: 480px) {
  .teaser-box-set > .block-content > .block-inner > .block-content {
    padding: 0 20px !important; }
  .teaser-box-set > .block-content > .block-inner > .block-content > .block-child:nth-of-type(2) {
    width: auto;
    left: 40px;
    right: 40px; } }

/******** End Homepage teaser boxes ***********/
.tab-content > .tab-pane {
  display: block; }

#tab-review input[type=radio] {
  width: auto;
  height: auto; }

#tab-review .custom-btnDarkMd {
  width: 29%; }

.table-bordered {
  border-bottom: 1px solid #000 !important; }

.table-bordered, .table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
  border: none; }

.table-striped > tbody > tr:nth-of-type(2n+1) {
  background-color: #ffffff; }

/*****  Footer  *****/
.payment-info {
  text-align: center; }

.payment-info .heading-line,
.payment-info .images-line {
  margin-bottom: 20px; }

/********* Cookies ***************/
.notification_bar {
  font-size: 14px;
  background-color: #FAD6D4;
  width: 100%;
  display: none;
  position: fixed;
  bottom: 0px;
  z-index: 10000;
  text-align: center; }
  .notification_bar.before-header {
    position: static; }
  .notification_bar p {
    padding: 25px 15px;
    margin: 0 auto;
    max-width: 1302px; }
    .notification_bar p .text {
      line-height: 25px; }
  .notification_bar .learn_more,
  .notification_bar .agree {
    background-color: #000;
    color: #fff;
    padding: 7px 10px;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block; }
    .notification_bar .learn_more:hover,
    .notification_bar .agree:hover {
      background-color: rgba(0, 0, 0, 0.7); }
  .notification_bar .learn_more {
    margin-left: 20px;
    margin-right: 10px; }

@media only screen and (max-width: 650px) {
  .notification_bar p .text {
    width: 100%;
    display: block;
    padding-bottom: 15px; }
  .notification_bar p .learn_more {
    margin-bottom: 20px; } }

.add-to-cart.button-nwa-duplicate.btn[disabled] {
  cursor: pointer;
  opacity: 1; }

.loading-icon:before {
  content: "\f110";
  font-family: FontAwesome;
  width: 40px;
  height: 40px;
  font-size: 40px;
  line-height: 40px;
  z-index: 2;
  color: #c4e4f9;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

.stock_level_text_alert {
  background-color: #EA2727;
  color: #FDEAEA;
  padding: 0 5px;
  display: inline-block;
  line-height: 30px;
  height: 30px; }

.dsl_google_button {
  background-color: #fff !important; }

.dsl_google_button:hover {
  background-color: #f7f3f3 !important; }

.dsl-icon.google_icon {
  background-image: url("/catalog/view/theme/coolclub/stylesheet/d_social_login/icons/google.svg") !important; }

#custom-newsletter .form-container .response-message {
  display: none; }

#custom-newsletter .form-container.has-response form {
  display: none; }

#custom-newsletter .form-container.has-response .response-message {
  display: block; }
  #custom-newsletter .form-container.has-response .response-message .alert {
    width: 100%; }
    #custom-newsletter .form-container.has-response .response-message .alert button {
      display: none; }

.slideshow-mod .video-slide {
  background-color: #000;
  pointer-events: none;
  width: 100%;
  overflow: hidden; }

.slideshow-mod .video-slide video {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.slideshow-mod .video-slide video.scale-up {
  object-fit: cover; }

/** Recaptcha**/
.grecaptcha-badge {
  z-index: 20; }

@media only screen and (max-width: 767px) {
  .productCardsMain .cdtDays,
  .productCardsMain .cdtHrs,
  .productCardsMain .cdtMins,
  .productCardsMain .cdtSecs {
    width: 20px;
    min-width: auto;
    margin: 0 1px;
    vertical-align: middle; }
  .productCardsMain .cdtDays div:first-child,
  .productCardsMain .cdtHrs div:first-child,
  .productCardsMain .cdtMins div:first-child,
  .productCardsMain .cdtSecs div:first-child {
    min-width: 20px;
    height: 20px;
    line-height: 20px; }
  .productCardsMain .cdtDays div:first-child span,
  .productCardsMain .cdtHrs div:first-child span,
  .productCardsMain .cdtMins div:first-child span,
  .productCardsMain .cdtSecs div:first-child span {
    line-height: 18px;
    font-size: 13px !important; }
  .productCardsMain .cdtDays div:last-child,
  .productCardsMain .cdtHrs div:last-child,
  .productCardsMain .cdtMins div:last-child,
  .productCardsMain .cdtSecs div:last-child {
    display: none; }
  .productCardsMain .cdtSeparator1,
  .productCardsMain .cdtSeparator2,
  .productCardsMain .cdtSeparator3 {
    line-height: 18px;
    font-size: 13px !important; } }

#modal-agree .modal-header .modal-title {
  display: none; }

#modal-agree .modal-header::after {
  content: "";
  display: table;
  clear: both; }

#econt_delivery_modal .modal-header {
  position: static;
  padding: 15px; }

.quantities-group {
  margin: 0; }

.quantities-group a.quantities-per-store {
  margin-left: 50px; }

div.quantities-per-store {
  display: none;
  padding: 15px 0;
  text-align: left; }

div.quantities-per-store tbody > tr > td:first-child {
  padding-right: 50px; }

#pickup-service-store-name_input > .input-group {
  width: 100%; }

#pickup-service-store-name_input > .input-group:before {
  right: 0;
  /* This is some sort of a workaround because for some 
       unknown reason the height of the parent table is always bigger 
       with .4 pixels than its content.
    */
  height: calc(100% - 2.4px); }

#pickup-service-store-name_input > .input-group:after {
  right: 10px; }

#pickup-service-store-name_input #pickup-service-store-name {
  line-height: 1.5;
  font-size: 16px;
  display: table-cell; }

#pickup-service-store-name_input #pickup-service-store-name:disabled {
  cursor: not-allowed; }

#productPage .productContent .colorPaletteBox .colorBox {
  border: solid #000000 1px; }

.copy-link {
  background-color: #EEE3CA;
  padding: 20px;
  font-size: 14px; }

.copy-link .info {
  display: none; }

.bootstrap-ocm .copy-link button, #refertoget-submit, #refer-friend .buttons input {
  color: #fff;
  outline: none;
  text-transform: none;
  font-weight: 400;
  font-size: 14px;
  background: #0d0d0d;
  border: none;
  padding: 10px; }

.copy input {
  width: calc(100% - 116px);
  border: none;
  background: transparent;
  padding-right: 10px;
  outline: none;
  font-size: 14px; }

.bootstrap-ocm textarea {
  resize: none; }

#refertoget-refertoget {
  width: 100%; }

#refertoget-refertoget .bootstrap-ocm {
  width: 100%; }

#refer-friend {
  display: flex;
  height: auto; }

#refer-friend > div {
  width: 50%; }

#refer-friend .mobile {
  display: none; }

#refer-friend .text {
  padding-right: 10px; }

#refer-friend h3 {
  font-weight: 600; }

@media only screen and (max-width: 980px) {
  #refer-friend > div {
    width: 100%; }
  #refer-friend {
    flex-direction: column-reverse; }
  #refer-friend .text {
    padding-right: 0px;
    padding-top: 15px; }
  #refer-friend .mobile {
    display: block; }
  #refer-friend .desctop {
    display: none; } }

/*# sourceMappingURL=all.css.map */
