/**
 * Swiper 3.2.7
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform, height;
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-thumbnails{
    list-style: none;
    margin:10px 0;
}
.swiper-thumbnails li{
    display: inline-block;
    cursor: pointer;
}
.swiper-button-prev:before{
  font-family: "showpo";
  font-size: 3rem;
  line-height:44px;
  content: "\e93b";
  color: #585858;
  float: left;
}
.swiper-button-next:before{
  font-family: "showpo";
  font-size: 3rem;
  line-height:44px;
  content: "\e93c";
  color: #585858;
  float: right;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
/* Pagination Styles */
.swiper-pagination.vertical-image{
    position: relative;
}
.vertical-image .swiper-pagination-bullet{
    width:auto;
    height:auto;
    display:inline-block;
    opacity: 1;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #aed9fb;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
.swiper-container-vertical > .swiper-pagination {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -moz-transform: translate3d(0px, -50%, 0);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}
.swiper-container-horizontal > .swiper-pagination {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
  margin: 0 5px;
}
/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
/* Coverflow */
.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}
/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
/* Cube */
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* catalog product
    Created on : 08/12/2015, 3:11:11 PM
    Author     : Ben Zhang
*/
.product-view .price-box .price{
    font-size: 22px;
	letter-spacing: 0.2px;
    color: #333;
    font-weight: 400;
}
.product-view .price-box{
    margin-bottom: 18px;
}
.product-essential .product-shop{
    float: right;
}
.category-link{
    margin:0;
    padding: 5px 0 10px;
    list-style: none;
}
.category-link li a{
    color: #333;
}
.product-name{
    margin-top:0;
    font-weight: 400;
}
.product-shop h1.product-name{
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 0.2px;
    text-transform: capitalize;
}
.catalog-product-view h1.product-name {
    border-bottom: solid 1px #d4d4d4;
    padding-bottom: 3px;
}
.catalog-product-view .review-summary-short {
    float: right;
    width: 40%;
    text-align: right;
}
.catalog-product-view .review-summary-short .stars-top {
    width: 100%;
}
.catalog-product-view .review-summary-short .stars-top {
    padding-right: 0;
}
.multimedia-social{
    margin-bottom: 5px;
}
.product-view{
    padding-top: 10px;
}
.product-gallery .swiper-slide > img{
    width:100%;
}
.product-gallery .prd-img{
    max-width:400px;
    max-height:640px;
}
.product-gallery{
    width:79%;
    float:left;
}
.swiper-vertical{
    float:left;
}
.swiper-slide {
    vertical-align: middle;
    text-align: center;
    font-size: 1.125rem;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.iframe-slide {
    display:table;
    height:100% !important;
}
.swiper-slide .iframe-container {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    height: 0;
    overflow: hidden;
}
.iframe-container iframe {
    position: absolute;
    top:1px;
    left: 0;
    width: 100%;
    height: 100%;
}
@media screen\0 {
    .iframe-container iframe {
        left: -1px;
        height: 535px;
    }
}
.category-title h1{
    font-size: 1.5rem;
}
.category-products{
    margin-left: 0;
}
.product-list-general .item{
    margin: 10px 0 0 0;
}
.category-products .item {
    display: block;
    width: 225px;
    height: auto;
    background: #ffffff;
    margin: 10px 0 0 0;
    padding:0 4px;
    float: left;
}
/* Possible mobile fix for moving images */
@media only screen and (max-width: 461px){
    .category-products .item.double-image {
        width: 100% !important;
    }
} 
@media only screen and (min-width: 462px){
    .category-products .item.double-image {
        width: 450px;
    }
} 
/* End of possible mobile fix for moving images */
.category-products .item.double-image .item-images{
    overflow: auto;
    padding: 0 4px;
}
.category-products .product-image.plusimage{
    display:none;
}
.category-products .item.double-image .product-image.plusimage{
    display:block;
}
.category-products .item-info {
    text-align: center;
}
.category-products .double-image .item-info {
    padding: 0 4px;
}
.category-products .item.double-image .product-image{
    width:50%;
    float:left;
}
.category-products .item:after {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
    border: solid 3px;
    border-color: #555555 white;
    -webkit-border-radius: 1000px;
    border-radius: 1000px;
    -webkit-animation-name: rotate;
    -webkit-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rotate;
    -moz-animation-duration: 1.5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -o-animation-name: rotate;
    -o-animation-duration: 1.5s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
    animation-name: rotate;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
.category-products .item-title {
    position: relative;
    padding: 0;
    margin: 5px 0 0;
    font-size: 0.875rem;
    overflow: hidden;
    text-transform: uppercase;
    text-overflow: ellipsis;
}
.category-products .item-title a {
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.2px;
    line-height: 22px;
    text-transform: capitalize;
}
.category-products .item-title a:hover {
    color: #0A67E4;
}
.global-product-listing .item-images,
.product-list-general .item-images,
.category-products .item-images {
    position: relative;
    width: 100%;
    /* padding: 0 0 2px; */
    padding: 0;
}
.category-products .item-images.flush {
    padding: 0 0 8px;
}
.category-products .item-images a {
    position: relative;
    width: 100%;
    display: block;
    padding-top: 93.95%;
}
.category-products.keep-aspect-ratio .item-images a {
    padding-top: 0;
}
.category-products .item-images img {
    color: transparent;
    background: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/images/spinner.gif) center center no-repeat;
    min-height: 32px;
    max-width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.global-product-listing .item-images .brb-tag,
.product-list-general .item-images .brb-tag,
.category-products .item-images .brb-tag{
    position:absolute;
    bottom: 40px;
    left:0;
    z-index: 5;
}
.category-products .item-images img.brb-tag-img{
    background:none;
}
.category-products.keep-aspect-ratio .item-images img {
    position: relative;
}
.category-products .item-description {
    display: none;
}
.item-info {
    padding: 0 5px 8px;
    min-height: 5.625rem;
    position: relative;
}
.category-products .item-info {
    padding: 0 0 8px;
}
.category-products.list .item-info {
    min-height: 0;
    padding: 10px;
    position:absolute;
    left:21%;
    width:60%;
    top:0;
    height:auto;
}
.category-products.loading {
    opacity: 0.5;
}
.category-title{
    margin: 0 0 4px 0;
    font-size: 20px;
    letter-spacing: 0.4px;
    font-weight: bold;
    text-transform: none;
}
.category-description{
    margin:0 0 15px;
}
.category-description-short{
    margin:0 0 15px;
}
.configurable-options{
    margin-top:10px;
}
.configurable-options .prdoptions{
    display: inline-block;
    margin-bottom: 5px;
}
.configurable-options .prdoptions.fullwidth {
    display:block;
}
#thumbnails-block{
    background-color: #fff;
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
    float: left;
    height: 442px;
    margin-top: 20px;
    position: relative;
    width: 105px;
}
.coloroptions{
    display:inline-block;
    padding: 5px 0 0;
}
.coloroptions span,
.coloroptions a{
    color: #333;
    display: block;
    float:left;
    margin-top:2.5px;
    margin: 0;
    width: auto;
    padding: 0 15px;
    border: 1px solid #333;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.2px;
    line-height: 26px;
}
.coloroptions a:active,
.coloroptions a:focus{
    color: #333;
}
.coloroptions span{
    background-color: #eec9d2;
}
.table-block{
    display:table;
}
.table-block-label{
    display:table-cell;
    border: 1px solid #333;
    border-radius: 50%;
    cursor: pointer;
    height: 44px;
    width: 44px;
    line-height: 1;
    text-align: center;
    letter-spacing: -0.1em;
    vertical-align: middle;
}
.selected .table-block-label {
    border: none;
    background-color: #eec9d2;
}

a.size-guide{
    float: right;
    text-transform: none;
    font-weight: 400;
}

.size-options{
    display: inline-block;
    margin-top: 6px;
}


.prd-view-option {
    display:inline-block;
    font-size: 0.875rem;
    height: 44px;
    color: #333;
    font-weight: 400;
    margin-right: 5px;
}
.outstock .table-block-label{
    border:none;
}
.prd-option-add.outstock {
    border: none;
    font-weight: 300;
    color: #ccc;
    background-color: #fff;
    cursor: default;
}
.prd-option-add.simple-outstock{
    font-weight: 300;
    color: #ccc;
    background-color: #fff;
    cursor: default;
    border-color: #ccc;
}
.prd-option-add.simple-outstock:hover,
.prd-option-add.outstock:hover{
    background-color:#fff;
}
.prd-option-add:hover{
    background-color: #eec9d2;
}
.prd-option-add{
    display: block;
    text-transform: uppercase;
    border: 1px solid #333;
    cursor: pointer;
    padding: 0 10px;
    height: 32px;
    overflow: hidden;
    text-align: center;
    background-color: #fff;
    font-size: 0.75rem;
    color: #333;
    font-weight: 400;
    line-height: 32px;
}
.configurable-options .prdoptions .prd-option{
    display: block;
    border: 1px solid #333;
    border-radius: 50%;
    cursor: pointer;
    height: 25px;
    width: 25px;
    overflow: hidden;
    text-align: center;
    background-color: #fff;
    font-size: 0.75rem;
    color: #333;
    font-weight: 400;
    line-height: 25px;
}
.prd-view-option.selected .table-block-label{
    background-color: #eec9d2;
}
.prd-view-option.outstock:hover .table-block-label{
    background-color: #fff;
}
.coloroptions span:hover,
.coloroptions a:hover,
.prd-view-option:hover .table-block-label,
.configurable-options .prdoptions .prd-option.lowstock:hover,
.configurable-options .prdoptions .prd-option:hover{
    background-color: #eec9d2;
    color:#333;
}
.prd-view-option.outstock,
.prd-view-option.outstock:hover,
.configurable-options .prdoptions .prd-option.outstock:hover,
.configurable-options .prdoptions .prd-option.outstock {
    border: none;
    font-weight: 300;
    color: #ccc;
    background-color: #fff;
    cursor: default;
}
.product-listing .price-box {
    display: inline-block;
    text-align: right;
    font-size: 0.875rem;
    line-height: 1rem;
    color: #333;
}
.price-box .old-price, 
.price-box .special-price {
    display: inline-block;
    margin-bottom: 0;
    font-size: 0.875rem;
    font-weight: normal;
    color: #777777;
    padding: 0;
}
.price-box .special-price {
    padding: 0 0 3px 4px;
    display: inline-block;
    line-height: 0.688rem;
}
.price-box .old-price .price-label, 
.price-box .special-price .price-label {
    display: none;
}
.special-price .price {
    line-height: 0.875rem;
    color: #000 !important;
}
.price-box .special-price .price {
    color: #dc143c !important;
}
.price-box .old-price .price {
    text-decoration: line-through;
    color: #777777;
}
.catalog-product-view .price-box {
    margin-bottom: 0;
}
.final-sale-label {
    color: #dc143c
}
.minimal-price .price,
.price-box .price {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.2px;
    line-height: 22px;
}
.price-excluding-tax, 
.price-including-tax {
    display: block;
}
.price-excluding-tax span {
    display: inline-block;
}
.price-box .label {
    background: transparent;
    color: #777777;
    font-size:  0.6875rem;
    padding: 0;
    text-align: left;
}
.price-box .weee {
    font-size: 0.563rem;
    padding: 0 4px 0 0;
    color: #777777;
}
.price-box br {
    display:  none;
}
.price-box .weee + .regular-price:before {
    content: "= ";
}
.price-box .price-from,
.price-box .price-to {
    margin: 0;
    line-height: 1.125rem;
}
.price-box .price-from .price-label,
.price-box .price-to .price-label,
.price-box .minimal-price .price-label {
    font-size: 0.6875rem;
    color: #777777;
}
.price-box .minimal-price-link .label {
    color:#ea1818;
}
.price-box .minimal-price {
    margin: 0;
}
.price-box.map-info {
    font-size: 0.750rem;
}
.ratings {
    position: relative;
    padding: 0 1px;
    line-height: 0.875rem;
}
.ratings-detail .ratings {
    display: block;
    float: left;
    margin: 0 0 0 6px;
}
.ratings.no-rating {
    font-size: 0.750rem;
}
.ratings.no-rating a {
    color: #999999;
}
.ratings.no-rating a:hover {
    color: #27ccc0;
    text-decoration: underline;
}
.rating-box,
.product-collateral .review-list .rating-box,
.product-collateral .rating-box,
.review-product-list .ratings-detail .rating-box {
    position: relative;
    display: inline-block;
    width: 3.375rem;
    height: 0.625rem;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjIwMHB4IiBoZWlnaHQ9IjM4LjE2N3B4IiB2aWV3Qm94PSIwIDAgMjAwIDM4LjE2NyIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMjAwIDM4LjE2NyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGc+PHBhdGggZmlsbD0iI0NFQ0VDRSIgZD0iTTE4LjUyLDEuMTI5YzMuMjE5LDAsMi40MDksMTAuODA3LDUuMDEzLDEyLjc4OWMyLjYwNiwxLjk4MiwxMi40NC0xLjk1MywxMy40MzUsMS4yNTVjMC45OTUsMy4yMDgtOC45MTUsNS41MjMtOS45MSw4LjczNWMtMC45OTYsMy4yMDgsNS40NjksMTIuMDA0LDIuODYzLDEzLjk5Yy0yLjYwNiwxLjk4Mi04LjE4MS03LjY1My0xMS40LTcuNjUzYy0zLjIyMSwwLTguNzk4LDkuNjM1LTExLjQwMiw3LjY1M2MtMi42MDYtMS45ODYsMy44NTctMTAuNzgyLDIuODYzLTEzLjk5Yy0wLjk5NS0zLjIxMS0xMC45MDUtNS41MjYtOS45MS04LjczNWMwLjk5Ny0zLjIwOCwxMC44MjksMC43MjcsMTMuNDM1LTEuMjU1QzE2LjEwOSwxMS45MzcsMTUuMjk5LDEuMTI5LDE4LjUyLDEuMTI5eiIvPjxwYXRoIGZpbGw9IiNDRUNFQ0UiIGQ9Ik01OS4yNiwxLjEyOWMzLjIxOSwwLDIuNDA5LDEwLjgwNyw1LjAxMywxMi43ODljMi42MDYsMS45ODIsMTIuNDQtMS45NTMsMTMuNDM1LDEuMjU1YzAuOTk1LDMuMjA4LTguOTE2LDUuNTIzLTkuOTEsOC43MzVjLTAuOTk3LDMuMjA4LDUuNDY5LDEyLjAwNCwyLjg2MywxMy45OWMtMi42MDYsMS45ODItOC4xODItNy42NTMtMTEuNC03LjY1M2MtMy4yMjEsMC04Ljc5OCw5LjYzNS0xMS40MDIsNy42NTNjLTIuNjA2LTEuOTg2LDMuODU3LTEwLjc4MiwyLjg2My0xMy45OWMtMC45OTUtMy4yMTEtMTAuOTA1LTUuNTI2LTkuOTExLTguNzM1YzAuOTk3LTMuMjA4LDEwLjgyOSwwLjcyNywxMy40MzUtMS4yNTVDNTYuODUsMTEuOTM3LDU2LjAzOSwxLjEyOSw1OS4yNiwxLjEyOXoiLz48cGF0aCBmaWxsPSIjQ0VDRUNFIiBkPSJNMTAwLDEuMTI5YzMuMjE5LDAsMi40MDksMTAuODA3LDUuMDExLDEyLjc4OWMyLjYwOCwxLjk4MiwxMi40NDItMS45NTMsMTMuNDM3LDEuMjU1YzAuOTk1LDMuMjA4LTguOTE2LDUuNTIzLTkuOTEsOC43MzVjLTAuOTk1LDMuMjA4LDUuNDY5LDEyLjAwNCwyLjg2MSwxMy45OWMtMi42MDQsMS45ODItOC4xOC03LjY1My0xMS4zOTktNy42NTNjLTMuMjIxLDAtOC43OTgsOS42MzUtMTEuNDAyLDcuNjUzYy0yLjYwNS0xLjk4NiwzLjg1OC0xMC43ODIsMi44NjMtMTMuOTljLTAuOTk1LTMuMjExLTEwLjkwNS01LjUyNi05LjkxMS04LjczNWMwLjk5Ny0zLjIwOCwxMC44MjksMC43MjcsMTMuNDM1LTEuMjU1Qzk3LjU5LDExLjkzNyw5Ni43OCwxLjEyOSwxMDAsMS4xMjl6Ii8+PHBhdGggZmlsbD0iI0NFQ0VDRSIgZD0iTTE0MC43NCwxLjEyOWMzLjIxOSwwLDIuNDA5LDEwLjgwNyw1LjAxMywxMi43ODljMi42MDgsMS45ODIsMTIuNDQyLTEuOTUzLDEzLjQzNywxLjI1NWMwLjk5NCwzLjIwOC04LjkxNiw1LjUyMy05LjkxLDguNzM1Yy0wLjk5NSwzLjIwOCw1LjQ2OSwxMi4wMDQsMi44NiwxMy45OWMtMi42MDQsMS45ODItOC4xODEtNy42NTMtMTEuNC03LjY1M2MtMy4yMTksMC04Ljc5Nyw5LjYzNS0xMS40MDEsNy42NTNjLTIuNjA0LTEuOTg2LDMuODU1LTEwLjc4MiwyLjg2NS0xMy45OWMtMC45OTgtMy4yMTEtMTAuOTA4LTUuNTI2LTkuOTEtOC43MzVjMC45OTUtMy4yMDgsMTAuODI5LDAuNzI3LDEzLjQzMy0xLjI1NVMxMzcuNTIxLDEuMTI5LDE0MC43NCwxLjEyOXoiLz48cGF0aCBmaWxsPSIjQ0VDRUNFIiBkPSJNMTgxLjQ4LDEuMTI5YzMuMjE5LDAsMi40MDksMTAuODA3LDUuMDEyLDEyLjc4OWMyLjYwOCwxLjk4MiwxMi40NDItMS45NTMsMTMuNDM4LDEuMjU1YzAuOTk0LDMuMjA4LTguOTE2LDUuNTIzLTkuOTEsOC43MzVjLTAuOTk1LDMuMjA4LDUuNDY5LDEyLjAwNCwyLjg2LDEzLjk5Yy0yLjYwNCwxLjk4Mi04LjE4MS03LjY1My0xMS40LTcuNjUzYy0zLjIyLDAtOC43OTcsOS42MzUtMTEuNDAxLDcuNjUzYy0yLjYwNC0xLjk4NiwzLjg1NS0xMC43ODIsMi44NjUtMTMuOTljLTAuOTk5LTMuMjExLTEwLjkwOS01LjUyNi05LjkxLTguNzM1YzAuOTk0LTMuMjA4LDEwLjgyOSwwLjcyNywxMy40MzMtMS4yNTVDMTc5LjA3MSwxMS45MzcsMTc4LjI2MSwxLjEyOSwxODEuNDgsMS4xMjl6Ii8+PC9nPjwvc3ZnPg==);
    background-size: 3.375rem;
    background-repeat: no-repeat;
}
.rating,
.product-collateral .review-list .rating,
.product-collateral .rating,
.review-product-list .ratings-detail .rating {
    position: absolute;
    height: 0.625rem;
    overflow: hidden;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjIwMHB4IiBoZWlnaHQ9IjM4LjE2N3B4IiB2aWV3Qm94PSIwIDAgMjAwIDM4LjE2NyIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMjAwIDM4LjE2NyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGc+PHBhdGggZmlsbD0iIzI3Q0NDMCIgZD0iTTE4LjUyLDEuMTI5YzMuMjE5LDAsMi40MDksMTAuODA3LDUuMDEzLDEyLjc4OWMyLjYwNiwxLjk4MiwxMi40NC0xLjk1MywxMy40MzUsMS4yNTVjMC45OTUsMy4yMDgtOC45MTUsNS41MjMtOS45MSw4LjczNWMtMC45OTYsMy4yMDgsNS40NjksMTIuMDA0LDIuODYzLDEzLjk5Yy0yLjYwNiwxLjk4Mi04LjE4MS03LjY1My0xMS40LTcuNjUzYy0zLjIyMSwwLTguNzk4LDkuNjM1LTExLjQwMiw3LjY1M2MtMi42MDYtMS45ODYsMy44NTctMTAuNzgyLDIuODYzLTEzLjk5Yy0wLjk5NS0zLjIxMS0xMC45MDUtNS41MjYtOS45MS04LjczNWMwLjk5Ny0zLjIwOCwxMC44MjksMC43MjcsMTMuNDM1LTEuMjU1QzE2LjEwOSwxMS45MzcsMTUuMjk5LDEuMTI5LDE4LjUyLDEuMTI5eiIvPjxwYXRoIGZpbGw9IiMyN0NDQzAiIGQ9Ik01OS4yNiwxLjEyOWMzLjIxOSwwLDIuNDA5LDEwLjgwNyw1LjAxMywxMi43ODljMi42MDYsMS45ODIsMTIuNDQtMS45NTMsMTMuNDM1LDEuMjU1YzAuOTk1LDMuMjA4LTguOTE2LDUuNTIzLTkuOTEsOC43MzVjLTAuOTk3LDMuMjA4LDUuNDY5LDEyLjAwNCwyLjg2MywxMy45OWMtMi42MDYsMS45ODItOC4xODItNy42NTMtMTEuNC03LjY1M2MtMy4yMjEsMC04Ljc5OCw5LjYzNS0xMS40MDIsNy42NTNjLTIuNjA2LTEuOTg2LDMuODU3LTEwLjc4MiwyLjg2My0xMy45OWMtMC45OTUtMy4yMTEtMTAuOTA1LTUuNTI2LTkuOTExLTguNzM1YzAuOTk3LTMuMjA4LDEwLjgyOSwwLjcyNywxMy40MzUtMS4yNTVDNTYuODUsMTEuOTM3LDU2LjAzOSwxLjEyOSw1OS4yNiwxLjEyOXoiLz48cGF0aCBmaWxsPSIjMjdDQ0MwIiBkPSJNMTAwLDEuMTI5YzMuMjE5LDAsMi40MDksMTAuODA3LDUuMDExLDEyLjc4OWMyLjYwOCwxLjk4MiwxMi40NDItMS45NTMsMTMuNDM3LDEuMjU1YzAuOTk1LDMuMjA4LTguOTE2LDUuNTIzLTkuOTEsOC43MzVjLTAuOTk1LDMuMjA4LDUuNDY5LDEyLjAwNCwyLjg2MSwxMy45OWMtMi42MDQsMS45ODItOC4xOC03LjY1My0xMS4zOTktNy42NTNjLTMuMjIxLDAtOC43OTgsOS42MzUtMTEuNDAyLDcuNjUzYy0yLjYwNS0xLjk4NiwzLjg1OC0xMC43ODIsMi44NjMtMTMuOTljLTAuOTk1LTMuMjExLTEwLjkwNS01LjUyNi05LjkxMS04LjczNWMwLjk5Ny0zLjIwOCwxMC44MjksMC43MjcsMTMuNDM1LTEuMjU1Qzk3LjU5LDExLjkzNyw5Ni43OCwxLjEyOSwxMDAsMS4xMjl6Ii8+PHBhdGggZmlsbD0iIzI3Q0NDMCIgZD0iTTE0MC43NCwxLjEyOWMzLjIxOSwwLDIuNDA5LDEwLjgwNyw1LjAxMywxMi43ODljMi42MDgsMS45ODIsMTIuNDQyLTEuOTUzLDEzLjQzNywxLjI1NWMwLjk5NCwzLjIwOC04LjkxNiw1LjUyMy05LjkxLDguNzM1Yy0wLjk5NSwzLjIwOCw1LjQ2OSwxMi4wMDQsMi44NiwxMy45OWMtMi42MDQsMS45ODItOC4xODEtNy42NTMtMTEuNC03LjY1M2MtMy4yMTksMC04Ljc5Nyw5LjYzNS0xMS40MDEsNy42NTNjLTIuNjA0LTEuOTg2LDMuODU1LTEwLjc4MiwyLjg2NS0xMy45OWMtMC45OTgtMy4yMTEtMTAuOTA4LTUuNTI2LTkuOTEtOC43MzVjMC45OTUtMy4yMDgsMTAuODI5LDAuNzI3LDEzLjQzMy0xLjI1NVMxMzcuNTIxLDEuMTI5LDE0MC43NCwxLjEyOXoiLz48cGF0aCBmaWxsPSIjMjdDQ0MwIiBkPSJNMTgxLjQ4LDEuMTI5YzMuMjE5LDAsMi40MDksMTAuODA3LDUuMDEyLDEyLjc4OWMyLjYwOCwxLjk4MiwxMi40NDItMS45NTMsMTMuNDM4LDEuMjU1YzAuOTk0LDMuMjA4LTguOTE2LDUuNTIzLTkuOTEsOC43MzVjLTAuOTk1LDMuMjA4LDUuNDY5LDEyLjAwNCwyLjg2LDEzLjk5Yy0yLjYwNCwxLjk4Mi04LjE4MS03LjY1My0xMS40LTcuNjUzYy0zLjIyLDAtOC43OTcsOS42MzUtMTEuNDAxLDcuNjUzYy0yLjYwNC0xLjk4NiwzLjg1NS0xMC43ODIsMi44NjUtMTMuOTljLTAuOTk5LTMuMjExLTEwLjkwOS01LjUyNi05LjkxLTguNzM1YzAuOTk0LTMuMjA4LDEwLjgyOSwwLjcyNywxMy40MzMtMS4yNTVDMTc5LjA3MSwxMS45MzcsMTc4LjI2MSwxLjEyOSwxODEuNDgsMS4xMjl6Ii8+PC9nPjwvc3ZnPg==);
    background-size: 3.375rem;
    background-repeat: no-repeat;
}
.rating-links {
    color: #999999;
    display: block;
    font-size: 0.688rem;
    margin: 3px 0 0;
}
.rating-links.icon-user > span {
    font-family: 'Roboto', sans-serif;
}
.product-collateral .rating-links {
    color: #777777;
    vertical-align: bottom;
}
.rating-links a {
    padding: 0 5px;
    color: #999999;
}
.rating-links a:first-child {
    border-right: 1px solid #DDDDDD;
    padding-right: 10px;
}
.rating-links a:hover {
    color: #27ccc0;
    text-decoration: underline;
}
.rating-avg {
    float: left;
    font-size: 2rem;
    margin: 0 0 12px;
    color: #555555;
}
.category-products .options-container {
    position: relative;
    height: 10px;
    margin: 6px 0 0;
}
.category-products .color-gallery {
    position: absolute;
    margin: 0;
    padding: 0 11px 0 0;
}
.category-products .color-gallery .option-title {
    display: none;
}
.category-products .color-gallery dd {
    float: left;
    margin: 0 3px 0 0;	
}
.category-products .color-gallery .color-swatch {
    display: block;
    width: 1rem;
    height: 0.625rem;
}
.category-products .actions {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0 9px 0 10px;
    border-top: 1px solid #f2f2f2;
}
.category-products .actions .btn-cart {
    float: left;
    border: none;
    background: transparent;
    color: #999999;
    font-size: 0.750rem;
    font-weight: 600 !important;
    line-height: 2.5rem;
    margin: 0;
    padding: 0;
    transition: color 300ms ease-out; 
}
.category-products .actions .btn-cart:before {
    font-family: 'showpo';
    content: "\f0f6";
    font-size: 1.125rem;
    font-weight: normal;
    line-height: 2rem;
    color: #777;
    padding: 0 4px 4px 0;
    vertical-align: middle;
    transition: color 300ms ease-out; 
}
.category-products .actions .btn-cart.preview:before {
    content: "\f0f6";
    font-size: 1.125rem;
}
.category-products .actions .add-to-links {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}
.category-products .actions .add-to-links li{
    float:left;
    margin: 0;
    padding: 0;
}
.category-products .actions .add-to-links .link-wishlist,
.category-products .actions .add-to-links .link-compare {
    display: inline-block;
    width: 2.1875rem;
    height: 2.1875rem;
    line-height: 2.1875rem;
    text-align: center;
    overflow: hidden;
    color: #777;
    cursor: pointer;
}
.category-products .availability.out-of-stock {
    color: #ea1818;
    display: block;
    font-size: 0.813rem;
    line-height: 40px;
    margin: 0;
    position: absolute;
}
.category-products.list:not(.list-narrow) .availability.out-of-stock {
    position: relative;
    line-height: 1.25rem;
}
.category-products.list:not(.list-narrow) .availability.out-of-stock span {
    left: 0;
}
.category-products .availability.out-of-stock span {
    position: relative;
}
.prod-list-tag{
    width:60px;
    height:60px;
    position:absolute;
    top:0;
    left:0;
    z-index:5;
}
.prod-list-wishlist{
    width: 40px;
    height: 40px;
    position:absolute;
    top: 0;
    right: 0;
/*    background: url('https://cdnskin.executiveponies.com/skin/frontend/sp/default/images/heart-v3.png') 50% 50% no-repeat;*/
    text-align: center;
    cursor: pointer;
}
.prod-list-wishlist:before{
    content: '\e905';
    color: #333;
    font-size: 1.25rem;
    line-height: 40px;
    font-family: "showpo";
}
/*.item-content .link-wishlist:hover,*/
.item-content .link-wishlist.active:before{
    /*background: url('https://cdnskin.executiveponies.com/skin/frontend/sp/default/images/hearted-v3.png') 50% 50% no-repeat;*/
    content: '\e904';
    color: #ff7c68;
}
.backinstock-title{
    font-size: 0.875rem;
    margin: 10px 0 10px;
    cursor: pointer;
}
.backinstock-title img.back-in-stock-icon {
    max-width: 16px;
    margin-right: 7px;
}
.stock-notification.ajax-result-msg .green-tick-icon {
    max-width: 16px;
    margin-right: 10px;
    position: relative;
    top: -1px;
}
#outofstock-msg {
    margin-bottom: 10px;
}
#notifyme-btn img.back-in-stock-icon {
    max-width: 18px;
    margin-right: 10px;
    position: relative;
    top: -2px;
}
.backinstock-title .back-in-stock-link {
    position: relative;
    top: 1px;
}
.backinstock-title .back-in-stock-link.underline {
    text-decoration: underline;
}
.backinstock-title:hover{
    /* color: #0A67E4; */
}
.subscribe-back-in-stock{
    /* padding-top: 10px; */
    display:none;
}
.subscribe-back-in-stock.active{
    display:block;
}
.subscribe-back-in-stock .row.collapse{
    padding-left:0;
    padding-right:0;
}
.subscribe-back-in-stock .prefix{
    height: 2rem;
    line-height: 2rem;
    text-transform: uppercase;
}
.subscribe-back-in-stock .row.collapse select,
.subscribe-back-in-stock .row.collapse input{
    background-color: #fff;
    height: 2rem;
    margin-bottom: 8px;
    padding: 2px 0.5rem;
}
/* .backinstock-title:before{
    content: '\e8e6';
    font-family: "showpo";
    margin-right: 5px;
} */
/* .subscribe-back-in-stock .button:before{
    content: '\e8e6';
    font-family: "showpo";
    margin-right: 8px;
} */
.row.newsletter-signup-container {
    margin-top: 5px;
}
@media screen and (min-width: 1300px){
    .subscribe-back-in-stock #join-newsletter {
        transform: scale(1.2);
        margin: 8px 0;
    }
    .newsletter-signup-container .check-box-container {
        width: 5%;
    }
    .newsletter-signup-container .text-container {
        width: 95%;
    }
    .subscribe-back-in-stock #join-newsletter-label {
        font-size: 12px;
    }
}
@media screen and (min-width: 641px) and (max-width: 1299px){
    .subscribe-back-in-stock #join-newsletter {
        transform: scale(1.2);
        margin: 8px 0;
    }
    .newsletter-signup-container .check-box-container {
        width: 10%;
    }
    .newsletter-signup-container .text-container {
        width: 90%;
    }
    .subscribe-back-in-stock #join-newsletter-label {
        font-size: 12px;
        padding-left: 0;
    }
}
@media screen and (max-width: 640px) {
    .subscribe-back-in-stock #join-newsletter-label {
        font-size: 13px;
    }
    input#join-newsletter {
        top: 1px;
    }
}
.ajax-result-msg .error:before{
    content: "\e95a";
    font-family: "showpo";
    margin-right: 5px;
}
.ajax-result-msg .error{
    background-color: #fff5f3;
    color: #d91a00;
    display: block;
    font-weight: 400;
    margin-bottom: 5px;
    padding: 3px 5px;
    width: 100%;
    font-style: normal;
    font-size: 0.75rem;
}
.ajax-result-msg .success:before{
    content: "\e959";
    font-family: "showpo";
    margin-right: 8px;
}
.ajax-result-msg .success{
    background-color: #eff5ea;
    color: #3d6611;
    display: block;
    font-weight: 400;
    margin-bottom: 5px;
    padding: 3px 5px;
    width: 100%;
    font-size: 0.75rem;
}
.stock-notification.ajax-result-msg .success {
    background-color: initial;
    color: #4fa287;
    padding: 0;
    margin: 10px 0;
}
.stock-notification.ajax-result-msg .success:before {
    content: none;
}
.subscribe-back-in-stock .button.button-loading:before{
    content:"\e8d1";
    color: #333;
}
.product-view .button.button-loading:before{
    content:"\e8d1";
    padding:0;
}
.subscribe-back-in-stock .button{
    background-color: #eec9d2;
    text-transform:uppercase;
    width:100%;
    color:#333;
    margin-bottom: 5px;
    border: 1px solid #eec9d2;
}
.subscribe-back-in-stock .button:active,
.subscribe-back-in-stock .button:focus,
.subscribe-back-in-stock .button:hover{
    background-color: #F8E6DA;
    border: 1px solid #F8E6DA;
}
/* .subscribe-back-in-stock #notifyme-btn {
    padding: 0;
    line-height: 36px;
} */
.subscribe-back-in-stock #notifyme-btn {
    line-height: 35px;
    height: 45px;
    padding: 0.313rem 1.375rem;
    font-size: 1rem;
}
#advice-validate-email-product-subscribe-emails,
#advice-required-entry-product-subscribe-emails {
    margin: -5px 0 5px;
}
/* Category nav */
.category-nav {
    position: absolute;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    width: 93%;
    top: 37px;
    font-size: 0;
}
.category-nav li {
    position: relative;
    display: inline-block;
    margin: 0 0 0 4px;
    padding: 0 16px;
    background: #dee2e2;
    font-size: 1rem;
    font-weight: normal !important;
    line-height: 32px;
    cursor: pointer;
    transition: all 200ms ease-out; 
}
.category-nav li:hover {
    background: #afafaf;
    color: #ffffff;
}
.category-nav li:first-child {
    -webkit-border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.category-nav li:last-child {
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.category-nav li.active {
    background: #27ccc0;
    color: #ffffff;
    cursor: default;
}
.category-nav li.active:after { 
    top: 100%;
    left: 22px;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border: solid transparent;
    border-style: solid inset inset;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-top-color: #27ccc0;
    border-width: 6px;
    margin-left: -6px;
}
/* List */
.category-products.list .configurable-swatch-list-wrapper {
    position: absolute;
    bottom: 0.875rem;
    left: 20%;
}
.category-products.list-narrow .configurable-swatch-list-wrapper {
    left: 37.5%;
    top: 6.5rem;
}
.category-products.list .configurable-swatch-list-wrapper p {
    display: block;
}
.category-products.list .item {
    width: 98.5%;
    margin-bottom: 0;
}
.category-products.list .item-content {
    position: relative;
}
.category-products.list .item-images {
    width: 20%;
    min-height: 180px;
}
.category-products.list .item-images.flush {
    padding: 0 8px 0 0;
}
.category-products.list .item-title {
    margin: 0;
    white-space: normal;
}
.category-products.list .price-box{
    top:10px;
}
.category-products.list .item-description {
    display: block;
    padding: 10px 0 0;
    font-size: 0.875rem;
    color: #666;
    line-height: 1rem;
}
.category-products.list .item-description:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 15px;
    bottom: 0;
    left: 0;
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0) 0%,rgba(255, 255, 255, 1) 100%); 
    background-image: -moz-linear-gradient(rgba(255, 255, 255, 0) 0%,rgba(255, 255, 255, 1) 100%);
    background-image: -o-linear-gradient(rgba(255, 255, 255, 0) 0%,rgba(255, 255, 255, 1) 100%);
    background-image: linear-gradient(rgba(255, 255, 255, 0) 0%,rgba(255, 255, 255, 1) 100%);
    background-image: -ms-linear-gradient(rgba(255, 255, 255, 0) 0%,rgba(255, 255, 255, 1) 100%);
}
.category-products.list .item-description p {
    color: #777777;
    font-size: 0.875rem;
    line-height: 1.25rem;
    margin-bottom: 0.5rem;
}
.category-products.list .item-description li {
    color: #777777;
    font-size: 0.8125rem;
    line-height: 1rem;
}
.category-products.list .ratings {
    position: absolute;
    left: 83%;
    top: 3.375rem;
}
.category-products.list .options-container {
    position: absolute;
    left: 20%;
    bottom: 36px;
    width: 58%;
}
.category-products.list .actions {
    position: absolute;
    top: 5.125rem;
    left: 83%;
    border-top: none;
    width: 17%;
    padding: 0;
}
.category-products.list .actions .btn-cart,
.category-products.list .actions .add-to-links {
    float: left;
}
.category-products.list .color-gallery .option-title {
    display: block;
    font-size: 0.813rem;
    color: #999999;
    font-weight: normal;
}
.catalogsearch-result-index .page-title,
.catalogsearch-advanced-result .page-title {
    display: none;
}
.catalogsearch-result-index .no-results {
    text-align: center;
}
.catalogsearch-result-index .no-results .form-search {
    margin-bottom: 30px;
}
.catalogsearch-result-index .featured-slider,
.catalogsearch-advanced-result .featured-slider {
    margin: 0 0 80px;
}
.advanced.search .page-title {
    margin-left: 0;
}
.catalogsearch-result-index .no-results,
.catalogsearch-advanced-result .no-results {
    text-align: center;
    padding: 37px 0;
}
.catalogsearch-advanced-result .no-results span {
    display: inline-block;
    margin: 11px 0 30px;
    font-weight: lighter;
}
.catalogsearch-advanced-result .no-results ul {
    list-style: none;
    margin: 0;
}
.catalogsearch-advanced-result .no-results .arrow-left {
    margin-top: 20px;
}
.catalogsearch-advanced-result .layered-nav-container {
    overflow: hidden;
    min-height: 56rem;
}
.advanced-search-amount {
    padding-top: 10px;
}
.advanced-search-amount ul {
    list-style: none;
    display: inline-block;
    margin: 0;
}
.advanced-search-amount ul li {
    display: inline-block;
    margin: 0 5px 0 0;
}
.advanced-search-amount p {
    margin-bottom: 0;
    text-align: right;
}
.catalogsearch-advanced-result .products-grid {
    padding-top: 0;
}

/* Pagination nav */
.pages {
    position: relative;
    margin: 0;
    padding: 0;
    left: 0;
    right: 0;
    text-align: right;
}
.pages ol {
    list-style: none;
    margin: 0;
}
.pages ol li {
    position: relative;
    display: inline-block;
}
.amount{
    line-height: 1.825rem;
    margin-bottom: 0;
}
.sort-by select{
    margin:0;
    padding:3px 5px;
    height: 1.95rem;
}
.limiter-num,
.pages .current,
.pages ol li a {
    display: inline-block;
    padding: 3px 5px;
    color: #333;
    background-color: #fff;
    border: 1px solid #ccc;
    min-width: 30px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.2px;
    line-height: 22px;
}
.limiter-num.current,
.pages ol li.current {
    background-color: #eec9d2;
}
.limiter-num:hover,
.pages ol li:hover,
.pages ol li a:hover{
    background-color: #eec9d2;
}
.pages ol li a.previous,
.pages ol li a.next{
    color: #333;
    background:none;
}
a.previous:hover,
a.previous:focus,
a.next:hover,
a.next:focus {
    background: none; /*#48a8f3;*/
    color: #333;
}
a.next:before{
    content: '\e93c';
    font-family: "showpo";
}
a.previous:before{
    content: '\e93b';
    font-family: "showpo";
}
.toolbar-actions {
    float: left;
    margin: 0 10px 0 0;
}
.toolbar .pages{
    margin:0;
}
.product-detail-tabs{
    margin: 10px 0;
}
.tabs{
    border-bottom: 3px solid #9be2e6;
}
.tabs .tab-title.active a{
    background-color: #9be2e6;
}
.tabs .tab-title a{
    background-color: #dedede;
    font-size: 0.875rem;
    padding: 0.3125rem 0.625rem;
}
.lightbox-icon{
    color: #666;
    display: block;
    font-size: 21px;
    height: 25px;
    left: 10px;
    position: absolute;
    top: 10px;
    width: 25px;
    z-index: 10; 
    cursor: pointer;
}
.lightbox-icon:hover{
    color: #333;
}
.accordion{
    border-bottom:1px solid #ccc;
}
.product-detail-info-wrapper {
    margin-top: 10px;
}
.product-view .product-detail-info-wrapper .accordion .content {
    font-size: 14px !important;
    font-weight: 400 !important;
    letter-spacing: 0.2px;
    line-height: 22px;
}
.product-view .product-detail-info-wrapper .accordion p, 
.product-view .product-detail-info-wrapper .accordion li
.product-view .product-detail-info-wrapper .accordion p,
.product-view .product-detail-info-wrapper .accordion li
 {
    font-size: 14px !important;
    font-weight: 400 !important;
    letter-spacing: 0.2px;
    line-height: 22px;
}
.product-view .product-detail-info-wrapper .accordion .accordion-title {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.4px;
    line-height: 24px;
}
.accordion .accordion-navigation .accordion-title:before{
    font-family: "showpo";
    content: "\e98e";
    font-size: 1rem;
    padding-right:10px;
}
.accordion .accordion-navigation.active .accordion-title:before{
    content: "\e98f";
}
.accordion .accordion-navigation .accordion-title:hover,
.accordion .accordion-navigation.active .accordion-title,
.accordion .accordion-navigation .accordion-title{
    background-color:#fff;
    color: #333;
    padding: 0.3125rem 0.625rem;
    border-top: 1px solid #ccc;
}
.catalog-product-view .accordion .accordion-navigation:first-of-type .accordion-title {
    border-top: none;
}
.accordion .accordion-navigation > .content,
.accordion dd > .content{
    padding: 5px 10px 0;
}
.product-view .btn-cart[disabled]:hover,
.product-view .btn-cart:focus,
.product-view .btn-cart:active{
    background-color: #333;
    color: #ffffff;
}
.product-view .btn-cart{
    width: 100%;
    background-color: #333;
    text-transform: uppercase;
    border: 1px solid #333;
    margin-bottom: 8px;
}
.product-view .btn-cart:before{
    content: "\e74c";
    font-family: "showpo";
    padding-right:10px;
}
.product-view .btn-cart:active,
.product-view .btn-cart:focus,
.product-view .btn-cart:hover{
    background-color: #333;
}
/*** general css for product list style ***/
.product-list-title{
    margin: 30px 0 0;
    text-align: center;
    text-transform: uppercase;
    color:#333;
}
.product-list-general{
    list-style: none;
    padding:0 0.625rem;
    margin: 8px 0 20px;
}
.product-list-general .prods,
.product-list-general .item{
    padding: 0 5px;
}
.product-list-general .prods .item-info{
    padding:0;
}
.product-list-general .prods .product-name{
    line-height: 16px;
    margin-bottom: 4px;
}
.product-list-general .item .item-title,
.product-list-general .prods .product-name a{
    font-size: 0.875rem;
    text-transform: capitalize;
    color: #333;
    margin-bottom: 0;
}

/*** new grid without theme at all ***/
.mfp-content .sizeoptions{
    padding: 25px 20px;
    background-color: #fff;
}
.error-popup{
    text-align: center;
    margin-bottom: 0;
}
.bz-wishlist-index-index .mfp-content .prdoptions{
    display:inline-block;
    margin:0 10px;
}
.bz-wishlist-index-index .mfp-content .prd-option-add {
    background-color: #F8E6DA;
    border: 1px solid #333;
    height: 40px;
    line-height: 38px;
}
.bz-wishlist-index-index .mfp-content .prdoptions .prd-option{
    background-color: #fff; /*#e3f1fc;*/
    border: 1px solid #333;
    border-radius: 50%;
    color: #333;
    cursor: pointer;
    display: block;
    font-size: 1rem;
    font-weight: 400;
    height: 40px;
    line-height: 38px;
    overflow: hidden;
    text-align: center;
    width: 40px;
}
.bz-wishlist-index-index .mfp-content .prdoptions .prd-option.outstock{
    border: none;
    background-color:#fff;
    color:#ccc;
    font-weight: 300;
}
.wishlist-content-page .page-title:before{
    content: '\e68c';
    font-family: "showpo";
    margin-right:10px;
}
.global-product-listing{
    list-style: none;
    margin:0;
    padding:0;
}
.global-product-listing .prd-item{
    width: 210px;
    margin-right:8px;
    float:left;
}
.global-product-listing .item-info{
    height: auto;
    min-height: 0;
    padding: 0 0 8px 0;
}
.global-product-listing .item-info .item-title{
    text-transform: capitalize;
    font-size: 0.875rem;
    font-weight: normal;
    line-height: 1;
    height: auto;
    overflow: hidden;
}
.global-product-listing .item-info .price-box{
    bottom:8px;
    left:0;
    display: block;
}
.global-product-listing .configurable-options {
    margin:0;
}
.button.remove-whishlist-item:active,
.button.remove-whishlist-item:focus,
.button.remove-whishlist-item:hover{
   background-color: #F8E6DA;
}
#wishlist-listing .prd-option-add{
    font-size: 1rem;
    padding: 0.313rem 1.375rem;
    font-weight: 400;
    height:auto;
    line-height: normal;
    border-color: #d2d2d2;
    background-color: #F8E6DA;
}
#wishlist-listing .configurable-options .prdoptions .prd-option{
    margin:4px 0;
}
.button.addtocart-whishlist-item{
    margin-bottom: 0;
    width: 100%;
}
.button.addtocart-whishlist-item.outstock {
    background-color:#fff;
    border:1px solid #ccc;
    color:#ccc;
}
.button.remove-whishlist-item {
    background-color: #fff;
    border: 1px solid #d2d2d2;
    color: #232323;
    width: 100%;
    margin: 10px 0 20px;
}
/* .product-options{
    margin-bottom: 10px;
} */
.product-options dl{
    margin-bottom:5px;
}
.product-options .option-title{
    width: 100%;
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.2px;
    line-height: 24px;
}
.product-options dl dd{
    width: 100%;
    margin: 0;
    display: inline-block;
}
.swiper-container img.prd-img:hover{
    cursor: pointer;
}
.swiper-vertical{
    margin: 0 0 0 1.5%;
    width: 19.5%;
}
.swiper-vertical ul{
    padding-left:0.625em;
}
.swiper-vertical li{
    padding: 0 0.625em 0.625em 0;
}
.swiper-vertical .thumbnails{
    cursor: pointer;
    width:50%;
    float:left;
}
.button.product-save-item.active,
.button.product-save-item:focus,
.button.product-save-item:active,
.button.product-save-item:hover{
    background-color: #eec9d2;
    color: #000;
}
.button.product-save-item{
    width: 100%;
    background-color: #fff;
    border: 1px solid #333;
    color: #333;
    text-transform: uppercase;
    padding-top: 0.5rem;
}
.button.product-save-item:before{
    content: '\e68c';
    font-family: "showpo";
    padding-right: 10px;
    line-height: normal;
}
.search-result{
    margin-top:15px;
    margin-bottom: 20px;
}
.candid-instagram{
    margin-top: 10px;
    padding-top: 20px;
}
/** homepage cms css **/
.homepage-banners{
    position: relative;
}
.mobile-banner-link-block{
    position: absolute;
    bottom: 20px;
    left:0;
    width: 100%;
}
.desktop-banner-link{
    position: absolute;
    padding: 10px 20px;
    text-align: center;
    width: 60%;
    color: #000;
    text-transform: uppercase;
    font-size: 1rem;
    line-height: 1;
    left: 0;
    right: 0;
    bottom: 50px;
    margin: 0 auto;
    font-weight: 400;
    background: rgba(255,255,255, 0.8);
}
.desktop-banner-link:after{
    color:#333;
    content:"\f04b";
    font-size: 1.05rem;
    font-family: "showpo";
    padding-left: 10px;
}
.mobile-banner-link{
    display: inline-block;
    margin: 5px 2%;
    padding: 10px 0;
    color: #000;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 0.875rem;
    background: rgba(255,255,255, 0.8);
    width: 46%;
    line-height: 1;
    text-align: center;
}
.mobile-banner-link.no-margin-right {
    margin-right: 0;
}
.mobile-banner-link:after{
    color:#333;
    content:"\f04b";
    font-family: "showpo";
    font-size: 0.875rem;
    padding-left: 10px;
}
.desktop-banner-link:focus,
.mobile-banner-link:focus,
.desktop-banner-link:active,
.mobile-banner-link:active,
.desktop-banner-link:hover,
.mobile-banner-link:hover{
    background: rgba(255,255,255, 1);
    color: #000;
}
.product-upsale .price-box .price,
.product-related .price-box .price{
    /* font-size: 0.875rem; */
    font-size: 12px;
    line-height: 12px;
}
.product-upsale .product-name {
    padding: 10px 0 0;
}
.product-related .product-name a,
.product-upsale .product-name a{
    font-size:0.75rem !important;
}
.product-upsale .box-title h3,
.product-related .box-title h3{
    text-align: center;
    text-transform: capitalize;
    font-size: 18px;
    letter-spacing: 0.4px;
    line-height: 24px;
}
.product-upsale .product-list-general .prods img {
    width: 100%;
}
/* style for category description */
.read-more, .read-less {
    color: grey;
    text-decoration: underline;
}
.read-more:hover, .read-less:hover {
    color: #0A67E4;
}
/** prom banner **/
.promotion-banner-sticky,
.global-promotion-banner{
    text-align: center;
    z-index: 20;
    width: 100%;
    text-transform: uppercase;
    color:#333;
    padding: 8px 10px;
    cursor: pointer;
    background:#EBA49F;
}
.promotion-banner-sticky small,
.global-promotion-banner small{
    text-transform: none;
    font-size: 0.875rem;
}
.global-promotion-banner{
    margin-top:-12px;
    margin-bottom: 10px;
}
.promotion-banner-sticky{
    display:none;
}
.sticky-active .promotion-banner-sticky{
    position: fixed;
    top:46px;
    left:0;
    display:block;
}
/*** emarsys recommend style ***/
#product-recommend .scarab-next.scarab-disabled-button:before,
#product-recommend .scarab-prev.scarab-disabled-button:before{
    color: #ccc;
    cursor: auto;
}
#product-recommend .scarab-next:before{
    font-family: "showpo";
    font-size: 2rem;
    line-height: 40px;
    content: "\e93c";
    color: #333;
}
#product-recommend .scarab-prev{
    cursor:pointer;
    position:absolute;
    left:0;
    top:50%;
    margin-top:-3rem;
    display: none;
}
#product-recommend .scarab-next{
    cursor:pointer;
    position:absolute;
    right:0;
    top:50%;
    margin-top:-3rem;
    display: none;
}
#product-recommend .scarab-prev:before{
    font-family: "showpo";
    font-size: 2rem;
    line-height: 40px;
    content: "\e93b";
    color: #333;
}
#product-recommend .scarab-itemlist{
    position:relative;
    padding:0 20px;
    margin-top: 10px;
}
#product-recommend h3{
    text-align: center;
    text-transform: capitalize;
    font-size: 18px;
    letter-spacing: 0.4px;
    line-height: 24px;
}
#product-recommend .scarab-itemlist .product-name{
    color: #333;
    text-transform: capitalize;
    padding:10px 0 0;
    text-align: left;
    font-size: 0.75rem;
}
#product-recommend li.scarab-item {
    padding: 0 5px;
}
#promo-details {
    background-color: #eec9d2;
    width: 600px;
    text-transform: uppercase;
    padding-left: 5%;
    padding-right: 5%;
}
#promo-details .close-reveal-modal,
#promo-details .close-reveal-modal:before,
#promo-details .close-reveal-modal:after{
    border-color:#333;
}
#promo-details h2,
#promo-details .subtitle {
    font-size: 1.25rem;
    font-weight: bold;
    padding:0;
    margin:0;
}
#promo-details .sales-discount{
    font-size: 2.5rem;
    margin-bottom: 0;
    font-weight:bold;
}
#promo-details .separater-hr{
    border-bottom: 3px solid #333;
    margin: 17px 0 20px;
    width: 60px;
}
#promo-details p{
    margin-bottom: 0;
}
#promo-details .excludes-rule,
#promo-details .promo-end-date{
    margin-top: 15px;
}
#promo-details .promo-end-date,
#promo-details .promo-end-time{
    font-size: 0.875rem;
}
#product_tabs_shipping_header {
    display: inline-block;
    vertical-align: middle;
}
#product_tabs_shipping_header .subtitle {
    font-size: 12px;
}
.shop-under-20 a {
    background:rgba(246, 227, 232, 1);
    padding-top: 12px;
    color: #dc143c;
    transition: background 0.2s linear;
}
.shop-under-20 a:hover {
    background: rgba(246, 227, 232, 0.8);
    color: #dc143c;
    transition: background 0.2s linear;
}
.shop-under-50 a {
    background:rgba(221, 97, 89, 1);
    padding-top: 12px;
    color: #fcf3ed;
    transition: background 0.2s linear;
}
.shop-under-50 a:hover {
    background: rgba(221, 97, 89, 0.8);
    color: #fcf3ed;
    transition: background 0.2s linear;
}
.shop-under-80 a {
    background:rgba(231, 179, 190, 1);
    padding-top: 12px;
    color: #ffffff;
    transition: background 0.2s linear;
}
.shop-under-80 a:hover {
    background: rgba(231, 179, 190, 0.8);
    color: #ffffff;
    transition: background 0.2s linear;
}
.shop-under-150 a {
    background:rgba(250, 233, 222, 1);
    padding-top: 12px;
    color: #dc143c;
    transition: background 0.2s linear;
}
.shop-under-150 a:hover {
    background: rgba(250, 233, 222, 0.8);
    color: #dc143c;
    transition: background 0.2s linear;
}
.filters li {
    margin-top: 10px;
}
.afterpay-product-info {
    margin-top: 10px;
    margin-bottom: 15px;
    line-height: 1.25;
}
@media screen and (min-width: 1025px) {
    .columns.shop-under-20 {
        padding-left: 0;
    }
    .columns.shop-under-150 {
        padding-right: 0;
    }
}

@media screen and (min-width: 641px) {
    .afterpay-product-info {
        text-align: left !important;
    }
}

/* MOBILE DEVICES RESPONSIVENESS */
@media screen and (max-width: 767px) {
    /* CATEGORY PAGE */
    .category-title{
        font-size: 20px;
        font-weight: bold;
        letter-spacing: 0.4px;
    }
    .minimal-price .price,
    .price-box .price {
        font-size: 14px;
        font-weight: 400;
        letter-spacing: 0.2px;
        line-height: 22px;
    }
    .category-products .item-title a {
        font-size: 14px !important;
        font-weight: 400;
        letter-spacing: 0.2px;
        line-height: 22px;
    }

    /* PRODUCT VIEW PAGE */
    .product-view .product-shop .product-name {
        font-size: 20px !important;
        font-weight: 400;
        letter-spacing: 0.2px;
    }

    .product-options .option-title {
        font-size: 15px;
        letter-spacing: 0.2px;
        line-height: 24px;
    }

    .product-view .product-detail-info-wrapper .accordion .content {
        font-size: 15px !important;
        font-weight: 400 !important;
        letter-spacing: 0.2px;
        line-height: 25px;
    }
    .product-view .product-detail-info-wrapper .accordion p,
    .product-view .product-detail-info-wrapper .accordion li
     {
        font-size: 15px !important;
        font-weight: 400 !important;
        letter-spacing: 0.2px;
        line-height: 26px;
    }
    .product-view .product-detail-info-wrapper .accordion .accordion-title {
        font-size: 15px;
        font-weight: bold;
        letter-spacing: 0.4px;
        line-height: 24px;
    }
    .bridal-product-detail-section td {
        font-size: 12px;
    }
}

@media screen and (max-width: 640px) {
    .product-view .price-box .price {
        font-size: 20px !important;
        line-height: 29px;
    }
    .product-view .product-list-general .price-box .price {
        font-size: 14px !important;
        line-height: 22px;
    }
    .afterpay-product-info {
        margin-bottom: 15px;
    }
    .product-list-general .item .item-title, 
    .product-list-general .prods .product-name a {
        font-size: 14px !important;
        font-weight: 400;
        letter-spacing: 0.2px;
        line-height: 22px;
    }
    #product-recommend .scarab-itemlist .product-name {
        padding-bottom: 20px;
        font-size: 14px;
        font-weight: 400;
        letter-spacing: 0.2px;
        line-height: 22px;
    }
}

@media screen and (max-width: 1024px) {
    .final-sale-label {
        text-align: center;
    }
}

/* Product Shipping Banner */
.product-shipping-banner {
    background-color: #E0A0AD;
    color: #333333;
    padding: 3px 10px;
    text-align: center;
}

/* Animation for cart add */
@-webkit-keyframes animateCartAdd {
    from {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
    }
  
    10%,
    20% {
      -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
      transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }
  
    30%,
    50%,
    70%,
    90% {
      -webkit-transform: scale3d(1.5, 1.5, 1.5) rotate3d(0, 0, 1, 3deg);
      transform: scale3d(1.5, 1.5, 1.5) rotate3d(0, 0, 1, 3deg);
    }
  
    40%,
    60%,
    80% {
      -webkit-transform: scale3d(1.5, 1.5, 1.5) rotate3d(0, 0, 1, -3deg);
      transform: scale3d(1.5, 1.5, 1.5) rotate3d(0, 0, 1, -3deg);
    }
  
    to {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
    }
  }
  
  @keyframes animateCartAdd {
    from {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
    }
  
    10%,
    20% {
      -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
      transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }
  
    30%,
    50%,
    70%,
    90% {
      -webkit-transform: scale3d(1.5, 1.5, 1.5) rotate3d(0, 0, 1, 3deg);
      transform: scale3d(1.5, 1.5, 1.5) rotate3d(0, 0, 1, 3deg);
    }
  
    40%,
    60%,
    80% {
      -webkit-transform: scale3d(1.5, 1.5, 1.5) rotate3d(0, 0, 1, -3deg);
      transform: scale3d(1.5, 1.5, 1.5) rotate3d(0, 0, 1, -3deg);
    }
  
    to {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
    }
  }
  
  .animateCartAdd {
    -webkit-animation-name: animateCartAdd;
    animation-name: animateCartAdd;
  }

  .animatedElement {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  
  .animatedElement.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
  }
  
  .animatedElement.delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
  }
  
  .animatedElement.delay-2s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
  }
  
  .animatedElement.delay-3s {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
  }
  
  .animatedElement.delay-4s {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
  }
  
  .animatedElement.delay-5s {
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
  }
  
  .animatedElement.fast {
    -webkit-animation-duration: 800ms;
    animation-duration: 800ms;
  }
  
  .animatedElement.faster {
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
  }
  
  .animatedElement.slow {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
  }
  
  .animatedElement.slower {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
  }
  
  @media (prefers-reduced-motion) {
    .animatedElement {
      -webkit-animation: unset !important;
      animation: unset !important;
      -webkit-transition: none !important;
      transition: none !important;
    }
  }
  /* End of animation */
@media screen and (max-width: 640px){
    .catalog-product-view.free-shipping-banner .base-content {
        padding-top: 73px;
    }
}
@media screen and (min-width: 641px){
    .catalog-product-view.free-shipping-banner .base-content {
        padding-top: 40px;
    }
}

/* Product View */
.catalog-product-view .product-shop h1.product-name {
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
}
.catalog-product-view .product-view .product-details-container .price-box .price {
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
}
.catalog-product-view .product-details-panel {
    padding: 10px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: solid 1px #d4d4d4;
}
.catalog-product-view .product-details-container,
.catalog-product-view .review-summary-short {
    width: 50%;
}
.catalog-product-view .product-details-container {
    float: left;
    margin-bottom: 4px;
}
.catalog-product-view .product-shop .afterpay-product-info {
    line-height: 22px;
    margin-top: 4px;
    max-width: 173px;
}
.catalog-product-view .btn-cart {
    height: 45px;
    margin-bottom: 3px;
    font-size: 1rem;
}
.catalog-product-view .product-details-panel a.link-wishlist.product-save-item {
    border: none;
    background: none;
    margin-bottom: 0px;
    height: 40px;
    padding-top: 14px;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.3px;
}
.catalog-product-view .product-details-panel a.link-wishlist.product-save-item:before {
    padding-right: 7px;
    font-size: 0.94rem;
    margin-top: 5px;
    position: relative;
    top: 2px;
}
.catalog-product-view .product-options .option-title {
    font-size: 14px;
    font-weight: normal;
    font-weight: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    margin-bottom: 6px;
}
.catalog-product-view .coloroptions span {
    border-color: #eec9d2;
}
.catalog-product-view .product-options .color-links {
    margin-bottom: 20px;
}
.catalog-product-view .afterpay-product-info a {
    color: #333333;
    text-decoration: underline;
}
.catalog-product-view .product-options a.size-guide {
    color: #333333;
    text-decoration: underline;
}
.catalog-product-view .product-options .table-block-label {
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
}
.catalog-product-view .product-related .product-details,
.catalog-product-view .product-upsale .product-details,
.catalog-product-view .product-recommend .product-details {
    text-align: center;
}

@media only screen and (max-width: 40em) {
    .catalog-product-view .product-view .product-shop .price-box,
    .catalog-product-view .product-view .product-shop .product-name {
        text-align: left;
    }
    .catalog-product-view .product-details-panel {
        margin-top: 10px;
    }
}
@media only screen and (max-width: 640px) {
    .catalog-product-view .afterpay-product-info {
        text-align: left !important;
    }
    .catalog-product-view .product-details-container {
        width: 60%;
    }
    .catalog-product-view .review-summary-short {
        width: 40%;
    }
    .catalog-product-view .product-shop h1.product-name {
        margin-top: 0;
        padding-bottom: 8px;
    }
}

/* Category Description Box */
.category-description-box {
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    margin-top: 20px;
    padding-top: 40px;
    padding-bottom: 30px;
}
.category-description-box h2.category-title {
    text-align: center;
    font-size: 18px;
    letter-spacing: 0.2px;
    line-height: 22px;
    margin-bottom: 14px;
}
.category-description-box .bottom-category-description p {
    font-size: 14px;
    color: #666666;
}
.bottom-category-description a,
.bottom-category-description a:link,
.bottom-category-description a:visited,
.bottom-category-description a:hover,
.bottom-category-description a:active {
    color: #666666;
    text-decoration: underline;
}

.catalog-category-view .product-listing .toolbar {
    margin-bottom: 20px;
}

/* Giftcards Page */
@media only screen and (max-width: 40em) {
    .catalog-category-view.category-giftcards .item-content {
        padding-bottom: 10px !important;
    }
    /* Coupon Display Badge */
    .coupon-display-badge {
        font-size: 11px !important;
    }
}

/* Coupon Display Badge */
.coupon-display-badge {
    background-color: #dd6159;
    color: #ffffff;
    padding: 5px;
    font-size: 12px;
    top: -32px;
    position: absolute;
    width: 100%;
    pointer-events: none;
}
.coupon-code-applied-category {
    background-color: #ffffff;
    color: #dd6159;
    padding: 5px;
    font-size: 12px;
    top: -34px;
    position: absolute;
    width: 100%;
    pointer-events: none;
    font-weight: bold;
}
.coupon-code-badge-product {
    background-color: #dd6159;
    color: #ffffff;
    padding: 5px;
    font-size: 12px;
    width: 100%;
    pointer-events: none;
    text-align: center;
    margin: -10px 0 5px;
}
.coupon-code-applied-product {
    background-color: #ffffff;
    color: #dd6159;
    font-size: 12px;
    pointer-events: none;
    font-weight: bold;
    margin: 5px 0;
}
.regular-old-price {
    text-decoration: line-through;
}
span.coupon-price-product span.price {
    margin-left: 5px;
    color: #dd6159 !important;
}
.catalog-category-view .double-image .coupon-display-badge {
    width: 100%;
    max-width: 98.2%;
}
@media only screen and (max-width: 640px){
    .catalog-category-view .extra-coupon-info {
        display: none;
    }
    .catalog-category-view .double-image .coupon-display-badge {
        width: 100%;
        max-width: 98%;
    }
}
.showpo-estimated-delivery {
    text-align: center;
    background-color: #F1F1F1;
    font-size: 12px;
    line-height: 24px;
    display: none;
}
.showpo-estimated-delivery span {
    display: block;
}
.catalog-product-view .btn-cart {
    margin-bottom: 0;
}

/* For bridal product */
.bridal-video-wrapper{
    float: left;
    width: 18.9%;
    margin: 0 0 0 2%;

}

.bridal-product-light-box-container-content{
    height: 100%;
    display: flex;
}
.bridal-video-thumbnail{
    margin-bottom: 15px;
    width: 100%;
}
.bridal-thumnail-list{
    float: left;
}

.bridal-thumbnail-list{
    clear: both;
}
.bridal-thumbnail-list .thumbnails{
    margin-right: 1.1%;
    margin-bottom: 16px;
    width: 15.4%;
}
.bridal-right-margin0{
    margin-right: 0!important;
}

#bridal-product-video-wrapper{
    position: relative;
    margin: 30px auto;
    width: 448px;
    max-height: 700px;
}
#close-bridal-video{
    position: absolute;
    right: 10px;
    top: 0;
    font-size: 30px;
    line-height: 35px;
}
#close-bridal-video a{
    color: #fff;
}

.bridal-video-wrapper #wrapper {
    width:600px;
    margin:0 auto;
    background:#fff;
    text-align:left;
    border:1px solid #ccc;
    border-top:none;
    padding:25px;
    border-radius:0 0 5px 5px;
    -moz-border-radius:0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    box-shadow:0 0 5px #ccc;
    -moz-box-shadow:0 0 5px #ccc;
    -webkit-box-shadow:0 0 5px #ccc;
}
.bridal-video-wrapper #lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    text-align: center;
    display: none;
    z-index: 1000000!important;
}
.bridal-video-wrapper #lightbox p {
    text-align: right;
    color: #fff;
    margin-right: 20px;
    font-size: 12px;
}
.bridal-video-wrapper #lightbox img {
    max-width: 940px;
    box-shadow: 0 0 25px #111;
    -webkit-box-shadow: 0 0 25px #111;
    -moz-box-shadow: 0 0 25px #111;
}
.video-iframe{
    width: 100%;
    height: 100%;
}

.bridal-share-with-bridesmaids{
    font-size: 18px;
    font-weight: bold;
}
.bridal-share-links-container{
    padding: 10px 25px;
    background-color: #f6e3e8;
    margin: 20px auto;
}


.lightbox_trigger-btn{
    width: 48%;
    height: 46px;
    border-radius: 10px;
    border: 1px solid #000;
    color:#000;
    background: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/images/bridal-product/arrow.png) center center no-repeat;
    display: inline-block;
    background-size: 30px 30px;
    background-position-x: 105px;
}

.lightbox_trigger-btn span{
    margin: 13px 40px;
    display: inline-block;
    font-size: 12px;
}
.bridal-video-container-mobile{
    margin: 20px auto;
}
.left-video{
    float: left;
}
.right-video{
    float: right;
}
.bridal-share-with-bridesmaids-link-mobile{
    color: #000;
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    margin: 0 20px;
}
.bridal-share-with-bridesmaids-link-mobile img{
    margin-left: 20px;
}

.bridal-share-with-bridesmaids-link-mobile span{
    vertical-align: bottom;
    color: #000;
}

.bridal-share-links{
    margin: 0 5px;
}
.bridal-share-links-container a{
    color: #000;
}

.bridal-share-with-bridesmaids-desktop{
    display: inline-block;
    vertical-align: middle;
}
.bridal-share-with-bridesmaids-desktop .at-share-btn{
    padding: 3px!important;
    margin: 0!important;
}
.bridal-video-over-layer{
    background: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/images/bridal-product/play-circle.png) center center no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    background-position-y: 85px;
    text-align: center;

}

.bridal-video-over-layer-container{
    position: relative;
    width: 100%;
    height: 100%;
    display: inline-block;
    z-index: 30;
}
.bridal-video-over-layer-background{
    position: absolute;
    width: 100%;
    height: 100%;
    display: inline-block;
    z-index: 20;
    background-color: #fff;
    opacity: 00.15;
    filter: alpha(opacity=15); /* For IE8 and earlier */

}
.bridal-video-over-layer span{
    margin-top: 150px;
    color: #000;
    font-size: 12px;
    display: inline-block;
}
.bridal-share-links-container.show-for-small-only{
    text-align: center;
}
#bridal-share-links-fallback .at-share-btn{
    padding: 0px!important;
}
#bridal-share-links-fallback .bridal-share-with-bridesmaids{
    font-size: 15px;
}
.bridal-product-detail-section td{
    line-height: 0.5rem!important;
    font-size: 14px;
    padding-left: 0;
    padding-right: 1.25rem;
}
#title-showpo-brides{ text-align: center;}

.bridal-product-detail .content ul {
    position: relative;
    list-style: none;
    margin-left: 0;
    padding-left: 1.2em;
}
.bridal-product-detail .content ul li:before {
    content: "-";
    position: absolute;
    left: 0;
}

@media only screen and (max-width: 1367px){
    #bridal-product-video-wrapper {
        width: 420px;
        max-height: 650px;
    }
}

@media only screen and (max-width: 640px) {
    .bridal-video-wrapper {
        width: 100%;
        margin: 0;
    }

    #bridal-video-iframe {
        width: auto;
    }

    .bridal-product-detail-section td {
        font-size: 12px;
    }

    .bridal-product-light-box-container-content {
        padding: 0;
    }

    .video-iframe {

    }

    #bridal-product-video-wrapper {
        width: 100%;
        margin: auto;
        height: 500px;
        width: 320px;
    }

    #close-bridal-video {

    }

    #close-bridal-video a {
        float: right;

    }
}
.showpo-estimated-delivery {
    text-align: center;
    background-color: #F1F1F1;
    font-size: 12px;
    line-height: 24px;
    display: none;
}
.showpo-estimated-delivery span {
    display: block;
}
.catalog-product-view .btn-cart {
    margin-bottom: 0;
}
@media only screen and (min-width: 641px){
    .desktop-landing-page-banner {
        display: block;
    }
    .mobile-landing-page-banner {
        display: none;
    }
}
@media only screen and (max-width: 640px){
    .desktop-landing-page-banner {
        display: none;
    }
    .mobile-landing-page-banner {
        display: block;
        margin-bottom: -20px;
    }
}

@media only screen and (min-width: 1191px) {
    #product-recommend {
        margin-bottom: 80px;
    }
}
/** customer style **/
.customer-account-login .inner-wrap,
.customer-account-forgotpassword .inner-wrap,
.customer-account-create .inner-wrap,
.customer-account-logoutsuccess .inner-wrap,
.checkout-multishipping-login .inner-wrap,
.customer-account-resetpassword .inner-wrap,
.paypal-express-review .inner-wrap,
.cms-no-route .inner-wrap {
    height: 100%;
}
.customer-account-login .off-canvas-wrap,
.customer-account-forgotpassword .off-canvas-wrap,
.customer-account-create .off-canvas-wrap,
.customer-account-logoutsuccess .off-canvas-wrap,
.checkout-multishipping-login .off-canvas-wrap,
.customer-account-resetpassword .off-canvas-wrap,
.paypal-express-review .off-canvas-wrap,
.cms-no-route .off-canvas-wrap,
.customer-account-login,
.customer-account-forgotpassword,
.customer-account-create,
.customer-account-logoutsuccess,
.checkout-multishipping-login,
.customer-account-resetpassword,
.cms-no-route {
    min-height: 100%;
}
.customer-account-login .account-login,
.checkout-multishipping-login .account-login,
.customer-account-forgotpassword .account-forgotpassword,
.customer-account-resetpassword .account-forgotpassword,
.customer-account-create .account-create,
.customer-account-logoutsuccess .account-logout,
.cms-no-route .no-route {
    min-height: 100%;
}
.customer-account-forgotpassword .account-forgotpassword,
.customer-account-resetpassword .account-forgotpassword,
.customer-account-create .account-create,
.customer-account-logoutsuccess .account-logout,
.checkout-multishipping-login .account-login,
.paypal-express-review .paypal-review-page {
    padding: 25px 0;
}
.cms-no-route h1,
.no-results h1 {
    color: #27ccc0;
}
.customer-account-login p,
.customer-account-forgotpassword p,
.customer-account-create p,
.customer-account-logoutsuccess p,
.checkout-multishipping-login p,
.cms-no-route p,
.checkout-multishipping .page-title p,
.no-results p,
.catalogsearch-advanced-result .no-results span,
.catalog-list-empty p,
.customer-account-resetpassword p {
    font-size: 1.125rem;
    color: #333333;
}
.account-forgotpassword .form-list li {
    margin-bottom: 30px;
}
.customer-account-logoutsuccess p {
    margin-top: 30px;
}
.cms-no-route .form-box {
    max-width: 540px;
}
.mdformfields .form-box label[for="email"],
.mdformfields .form-box label[for="login-email"],
.mdformfields .form-box label[for="email_address"],
.mdformfields .form-box label[for="pass"],
.mdformfields .form-box label[for="login-password"],
.mdformfields .form-box label[for="password"],
.mdformfields .form-box label[for="confirmation"],
.mdformfields .form-box label[for="billing:customer_password"],
.mdformfields .form-box label[for="billing:confirm_password"] {
    top: 9px;
}
.mdformfields .form-box label[for="email"]:before,
.mdformfields .form-box label[for="login-email"]:before,
.mdformfields .form-box label[for="email_address"]:before,
.mdformfields .form-box label[for="pass"]:before,
.mdformfields .form-box label[for="login-password"]:before,
.mdformfields .form-box label[for="password"]:before,
.mdformfields .form-box label[for="confirmation"]:before,
.mdformfields .form-box label[for="billing:customer_password"]:before,
.mdformfields .form-box label[for="billing:confirm_password"]:before {
    content: '\e607';
    font-family: 'intenso';
    font-style: normal;
    font-size: 1.063rem;
    color: #999999;
    padding: 0 5px 0 0;
}
.mdformfields .form-box label[for=pass]:before,
.mdformfields .form-box label[for=password]:before,
.mdformfields .form-box label[for="login-password"]:before,
.mdformfields .form-box label[for=confirmation]:before,
.mdformfields .form-box label[for="billing:customer_password"]:before,
.mdformfields .form-box label[for="billing:confirm_password"]:before {
    content: '\e6fb';
    font-size: 1.125rem;
    padding: 0 3px 0 0;
}
.mdformfields .form-box label[for=pass],
.mdformfields .form-box label[for=password],
.mdformfields .form-box label[for="login-password"],
.mdformfields .form-box label[for=confirmation],
.mdformfields .form-box label[for="billing:customer_password"],
.mdformfields .form-box label[for="billing:confirm_password"] {
    left: 8px;
}
.new-users h1 {
    margin-top: 20px;
}
.new-users .button {
    display: block;
    margin: 0 auto 20px;
}
.new-users p {
    margin-bottom: 12px;
}
.link-tip {
    display: inline-block;
    margin: 0.063rem 0 0 0.25rem;
    font-size: 0.750rem;
    vertical-align: top;
}
.input-box.customer-dob {
    position: relative;
    height: auto;
    border: none;
}
.dob-month {
    display: inline-block;
    width: 46%;
    margin-right: 2%;
}
.checkout-onepage-index .dob-month {
    width: 90px;
}
#billing_month_chosen {
    width: 80px !important;
}
.dob-day {
    display: inline-block;
    width: 24%;
    margin-right: 2%;
}
.dob-year {
    display: inline-block;
    width: 26%;
}
#month_chosen {
    width: 109px !important;
}
#day_chosen {
    width: 60px !important;
}
#year_chosen {
    width: 70px !important;
}
.customer-dob .validation-advice {
    top: 2rem;
}
#advice-validate-custom-year,
#advice-validate-custom-month,
#advice-validate-custom-day {
    display: none;
}
/* no-route */
.cms-no-route .no-route,
.catalogsearch-result-index .no-route {
    padding-top: 40px;
    padding-bottom: 40px;
}
.cms-no-route .form-search .action,
.catalogsearch-result-index .no-results .form-search .action {
    width: 40px;
}
.cms-no-route .form-search .search-box,
.catalogsearch-result-index .no-results .form-search .search-box {
    margin-right: 40px;
}
.cms-no-route .form-box {
    text-align: center;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.cms-no-route .form-box h3,
.no-results h3 {
    font-size: 1rem;
    font-weight: bold;
    color: #000000;
    margin: 40px 0 12px;
}
.cms-no-route p,
.no-results p {
    margin-top: 15px;
    margin-bottom: 30px;
}
.top-destinations {
    list-style: none;
    margin: 0;
    text-align: center;
}
.top-destinations li {
    font-size: 0.9375rem;
    line-height: 1.5rem;
}
.cms-no-route .form-box .button.home,
.no-results .button.home {
    margin: 20px 0 10px 0;
}
.customer-name-prefix-middlename-suffix,
.field.name-prefix.select-list {
    width: 100% !important;
    clear: both;
}
.page-title {
    position: relative;
}
.row > .columns > .page-title {
    margin-left: 0;
    margin-right: 0;
}
.cms-page-view h2 {
    font-size: 1.75rem;
    color: #333333;
    font-weight: lighter;
    margin-top: 30px;
}
.cms-wrapper .column,
.cms-wrapper .columns,
.cms-wrapper p,
.cms-wrapper ul li {
    font-size: 1rem;
    line-height: 1.75rem;
    color: #5b6064;
    font-weight: lighter;
}
.row.contrast {
    background: #f4f4f4;
}
.row.contrast div h2 {
    margin-top: 60px;
}
.sitemap {
    list-style: none;
    margin-left: 0;
}
.sitemap .level-0 {
    font-weight: bold;
}
.page-sitemap .links-list a {
    padding-left: 0 !important;
}
.page-sitemap .links-list a:hover,
.page-sitemap .links-list a:hover:before {
    background: transparent !important;
}
.contact-page-static-block,
.rss-page-static-block {
    margin-top: 32px;
    margin-bottom: 32px;
}
.feed-link a {
    white-space: nowrap;
}
.feed-link a span {
    padding-right: 0.375rem;
}
.rss-table .feed-link {
    text-align: right;
}

/* Compare */
.block-compare {
    position: fixed;
    bottom: 0;
    right: 1.5%;
    text-align: center;
    width: 100%;
    max-width: 300px;
    -webkit-box-shadow: 0 1px 4px rgba(50, 50, 50, 0.3);
    -moz-box-shadow: 0 1px 4px rgba(50, 50, 50, 0.3);
    box-shadow: 0 1px 4px rgba(50, 50, 50, 0.3);
    z-index: 900;
}
.block-compare .block-title {
    background: #27ccc0;
    color: #ffffff;
    font-size: 0.875rem;
    line-height: 0.875rem;
    padding: 9px 15px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    cursor: pointer;
}
.block-compare .block-title small {
    font-size: 0.875rem !important;
}
.block-compare .block-content {
    max-height: 0;
    background: #ffffff;
    text-align: left;
    padding: 0;
    overflow: hidden;
    -webkit-transition: max-height 1s;
    -moz-transition: max-height 1s;
    transition: max-height 1s;
}
.block-compare:hover .block-content {
    max-height: 600px;
}
.block-compare:hover .block-title {
    background: #afafaf;
}
.block-compare #compare-items {
    margin: 0;
    list-style: none;
    padding: 15px 18px;
}
.block-compare #compare-items li {
    position: relative;
    padding: 0 20px 0 0;
}
.block-compare .icon-close {
    position: absolute;
    top: 0.563rem;
    right: 0;
    font-size: 0.688rem;
    font-weight: normal;
    line-height: 0.688rem;
    color: #afafaf;
}
.block-compare .icon-close:hover {
    color: #ea1818;
}
.block-compare .product-name {
    display: inline-block;
    line-height: 1rem;
    color: #777777;
    font-weight: normal;
    margin: 0;
}
.block-compare .product-name a {
    color: #333333;
    font-size: 0.875rem;
}
.block-compare .product-name a:hover,
.block-compare .actions a:hover,
.catalog-product-compare-index .link-wishlist:hover {
    color: #27ccc0;
}
.block-compare .actions {
    text-align: center;
    padding: 0 18px 15px;
}
.block-compare .actions .button {
    display: block;
    margin: 0 auto 10px auto;
}
.block-compare .actions a {
    color: #999999;
    display: inline-block;
}
/* Compare popup */
.catalog-product-compare-index {
    background: #ffffff;
}
.catalog-product-compare-index .page-title {
    background: #f4f4f4;
    margin: 0 0 20px;
    padding: 20px 3.5%;
}
.catalog-product-compare-index .link-print {
    margin: 44px 3% 0;
}
.catalog-product-compare-index .add-to-links li {
    position: relative;
}
.catalog-product-compare-index .button.btn-cart {
    margin-bottom: 5px;
}
.product-shop-row td p,
.catalog-product-compare-index .add-to-row td p {
    margin-bottom: 0;
}
.catalog-product-compare-index .add-to-links {
    list-style: none;
    margin: 4px 0 0;
}
.product-shop-row .product-name {
    margin: 5px 0 0;
}
.product-shop-row .product-info {
    min-height: 4.750rem;
    margin: 0 0 10px;
    padding: 0;
}
.catalog-product-compare-index .price {
    font-weight: bold;
    color: #000000;
}
.catalog-product-compare-index .add-to-row .price-box {
    margin: 0 0 10px 0;
}
.catalog-product-compare-index .link-wishlist {
    padding: 0 0 0 24px;
    color: #555555;
    font-size: 0.813rem;
    font-weight: bold;
}
.catalog-product-compare-index .link-wishlist:hover:before {
    color: #bebebe;
}
.catalog-product-compare-index .link-wishlist:before {
    top: -1px;
    padding: 0;
    left: 0;
}
.catalog-product-compare-index .compare-table td {
    vertical-align: top;
}
.catalog-product-compare-index .compare-table th span {
    font-weight: bold;
}
.catalog-product-compare-index .please-wait {
    padding: 0 0 10px;
}
.catalog-product-compare-index .buttons-set {
    background: #f4f4f4;
    text-align: center;
    padding: 24px 0 0;
}
.col2-right-layout .page-title,
.col2-left-layout .page-title {
    margin-left: 0;
}
.block-poll ul {
    list-style: none;
    margin-left: 0;
}

/* JavaScript disabled notice */
.global-site-notice.noscript {
    padding: 4px;
    text-align: center;
    background: #F64747;
}
.global-site-notice.noscript p {
    color: #ffffff;
    margin-bottom: 0;
    font-size: 0.875rem;
    line-height: 1.188rem;
    font-weight: normal;
}

/* Cookie restriction mode */
.global-site-notice.notice-cookie {
    position: fixed;
    left: 0;
    bottom: 0;
    background: #fcefbb;
    padding: 4px 4px 5px;
    z-index: 1001;
}
.global-site-notice.notice-cookie p {
    margin-bottom: 0;
    font-weight: normal;
    font-size: 0.813rem;
    line-height: 1.188rem;
    color: #000000;
}
.global-site-notice.notice-cookie .notice-inner {
    position: relative;
    margin: 0 3.3%;
    padding-right: 12%;
}
.global-site-notice.notice-cookie .actions {
    position: absolute;
    right: 0;
    top: 2px;
}

.account-wrapper {
    background-color: #f4f4f4;
    padding: 20px 2% 50px 0;
}
.account-wrapper:before,
.account-wrapper:after {
    content: ' ';
    display: table;
}
.account-wrapper:after {
    clear: both;
}
.account-nav-container{
    margin-top: 20px;
}

.my-account {
    padding: 20px 0;
}
.my-account .form-list:after,
.my-account .form-list .control {
    clear: none !important;
}
.account-wrapper .page-title {
    margin: 1.25rem 0 0.5rem
}
.account-wrapper .actions,
.sales-guest-view .actions,
.sales-guest-invoice .actions {
    height: 2rem;
    line-height: 2rem;
    text-align: right;
}
.account-wrapper .actions .button,
.sales-guest-view .actions .button,
.sales-guest-invoice .actions .button {
    font-size: 1rem;
    padding: 0.313rem 1.4rem;
    background: #dee2e2;
    color: #222222;
    font-weight: normal !important;
    margin-bottom: 0;
}
.account-wrapper .page-title h3 {
    line-height: 2rem;
    margin: 0;
}
.my-account .page-title {
    margin: 0;
    height: 60px;
}
.my-account .box-head h2 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.2px;
    color: #333333;
}
.my-account .page-title h1 {
    font-size: 20px !important;
    font-weight: bold !important;
    letter-spacing: 0.4px !important;
    text-transform: capitalize !important;
    margin: 0 0 10px;
}
.my-account table{
    width: 100%;
    margin-bottom: 10px;
    border: none;
}
.my-account table thead{
    background-color: transparent;
}
.my-account table thead th{
    font-weight: bold;
    text-transform: capitalize;
    font-size: 15px;
    letter-spacing: 0.4px;
}
.my-account table tbody tr{
    border-top: 1px solid #ccc;
}
.box-account.box-info .box-title h3 {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.4px;
    text-transform: capitalize;
}
.sales-guest-invoice .page-title {
    margin-bottom: 0;
}
.my-account .page-title .button,
.my-account .page-title > a,
.sales-guest-view .page-title .button,
.sales-guest-invoice .page-title .button,
.catalog-product-compare-index .page-title a {
    right: 0;
    top: 2px;
    padding: 0.063rem 0.5rem 0.125rem;
}
.my-account .page-title .actions,
.sales-guest-view .page-title .actions,
.sales-guest-invoice .page-title .actions {
    position: absolute;
    top: 4px;
    right: 4px;
}
.link-rss:before,
.link-print:before {
    font-family: 'intenso';
    font-weight: normal;
    margin-right: 5px;
}
.link-print:before {
    font-size: 0.875rem;
    font-weight: normal;
    vertical-align: middle;
}
.account-nav-container .subtotal {
    text-transform: capitalize;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.4px;
}
.account-nav-container .links-list{
    list-style: none;
    margin-left:0;
}
.account-nav-container .links-list li a{
    display:block;
    width: 100%;
    color: #333333;
    font-size: 16px;
    line-height: 1.62;
    letter-spacing: 0.2px;
}
.account-nav-container .links-list li a:hover{
    background-color: #f8e6da;
}
.my-account .page-title .icon-feed,
.my-account .page-title .icon-loop,
.sales-guest-view .page-title .icon-feed,
.sales-guest-view .page-title .icon-loop,
.sales-guest-invoice .page-title .icon-feed,
.sales-guest-invoice .page-title .icon-loop {
    font-size: 0.875rem;
}
.my-account .row {
    padding: 0;
}
.my-account p {
    margin-bottom: 6px;
    letter-spacing: 0.2px;
}
.my-account .row .columns,
.my-account .row .column {
    padding-left: 0;
}
.my-account ol,
.paypal-review-page ol {
    list-style: none;
    margin-left: 0;
}
/* .my-account .box, */
.billing-agreements .info-box,
.sales-guest-view .box,
.sales-guest-invoice .box,
.paypal-review-page .box {
    margin: 0 0 10px;
    padding-bottom: 5px;
}
.my-account .box {
    margin-bottom: 20px;
    padding-bottom: 0;
}
.box-recent{
    padding-bottom: 3px;
}
.box-head{
    position: relative;
}
.box-head h3{
    margin: 10px 0;
}
.my-account .icon-print,
.my-account .icon-eye,
.sales-guest-view .icon-print,
.sales-guest-invoice .icon-print,
.catalog-product-compare-index .icon-print,
.catalog-product-compare-index .link-print {
    color: #6c7a89;
}
.account-signup h2,
.account-login .page-title{
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: -0.05rem;
    line-height: 1;
    margin: 0.67em 0;
}
.account-login h2,
.account-signup h3{
    font-size: 1rem;
    font-weight:400;
    margin-top: 0.5rem;
}
.account-signup input
.account-login input{
    margin-bottom: 0;
}
.account-signup .form-box .row.collapse
.account-login .form-box .row.collapse{
    margin-bottom: 10px;
}
input[type="checkbox"] {
    position: relative;
    top: -2px;
}
.account-signup input[type="checkbox"]:checked + label::before,
.account-login input[type="checkbox"]:checked + label::before{
    content: "\e999";
}
.account-signup input[type="checkbox"] + label:before,
.account-login input[type="checkbox"] + label:before{
    color: #333;
    content: "\e98d";
    font-family: "showpo";
    line-height: 0;
    position: absolute;
    left:1px;
    top: 50%;
    font-size:1rem;
}
.account-signup input[type="checkbox"] + label,
.account-login input[type="checkbox"] + label{
    padding-left: 25px;
    font-size: 0.75rem;
}
.account-signup input[type="checkbox"],
.account-login input[type="checkbox"]{
    display:none;
}
.account-signup .buttons-set,
.account-login .buttons-set{
    text-align: center;
}
.account-signup .buttons-set button,
.account-login .buttons-set button,
.account-signup .fb-login-btn,
.account-login .fb-login-btn {
    display:block;
    margin:0 auto 10px auto;
}
.account-signup .fb-login-btn,
.account-login .fb-login-btn {
    border: solid 1px #333;
    background-color: #FFF;
}
.account-signup .fb-login-btn:hover,
.account-login .fb-login-btn:hover {
    color: #FFF;
    background-color: #333;
}
.customer-account-login .account-signup h2{
    margin-top:30px;
}
.customer-account-login .account-signup h2,
.customer-account-login .account-login h1{
    margin-bottom: 1rem;
}
.customer-account-login .account-signup,
.customer-account-login .account-login{
    padding: 0;
}
#account-signup-newsletter,
#remember-me-box{
    text-align: center;
    margin-bottom:20px;
}
.account-benefit p{
    font-size:0.875rem;
    margin-bottom: 0;
    padding-left: 0.9375rem;
}
.benefit-list{
    list-style: none;
    margin: 0 0 10px 0.9375rem;
    color: #333333;
}
.benefit-list li:before{
    font-family: "showpo";
    font-size: 1rem;
    color: #333;
    content:'\e934'; /*e959*/
    margin-right:10px;
}

.my-account a.link {
    text-decoration: underline;
    color: #666666;
    font-size: 0.875rem;
    font-style: normal;
}
.my-account address {
    font-style: normal;
}
.my-account .welcome-msg {
    margin: 20px 0 0;
}
.my-account .welcome-msg p + p,
.my-account .box-content p {
    color: #333333;
}
.my-account .box-content p,
.my-account .box-content address {
    font-size: 14px;
    line-height: 1.71;
    letter-spacing: 0.1px;
    color: #666666;
}
.my-account .buttons-set,
.sales-guest-view .buttons-set,
.sales-guest-form .buttons-set,
.sales-guest-invoice .buttons-set,
.catalogsearch-advanced-index .buttons-set,
.contacts-index-index .buttons-set {
    /* padding-top: 10px;
    margin-top: 30px; */
    padding-top: 0;
    margin-top: 0;
    /* border-top: 1px solid #e5e5e5; */
}
.my-account p.required,
.sales-guest-form p.required,
.contacts-index-index p.required {
    font-size: 0.688rem;
    color: #E74C3C;
    float: right;
}
.contacts-index-index li.wide {
    padding-right: 0;
}
.my-account .box-head h2{
    margin:20px 0 10px;
}
.my-account .box-head > a {
    /* position: absolute;
    right: 12px;
    top: 4px; */
    margin-left: 10px;
    text-decoration: underline;
    color: #666666;
    font-size: 0.875rem;
}
.my-account .box-content h4 {
    font-size: 0.875rem;
    font-weight: bold;
    color: #666666;
    /* font-style: italic; */
    margin-top: 0;
}
.my-account .form-box.wide {
    border: none;
    margin: 20px 0 0;
    padding: 0;
    max-width: 100%;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.my-account .checkout-multishipping {
    padding: 0;
}
.my-account .checkout-multishipping .page-title h2 {
    font-size: 1.75rem;
    line-height: 1.5rem;
    margin: 0 0 10px 3px;
    font-weight: lighter;
    letter-spacing: -0.05rem;
    color: #222222;
    text-align: left;
}
.my-account .checkout-multishipping .buttons-set {
    margin: 15px 0 0;
    padding: 10px 0 0;
    background: transparent;
    text-align: left;
}
.my-account .checkout-multishipping .buttons-set .button {
    margin: 0 0 15px;
}
.my-account .checkout-multishipping p.required {
    margin: 0;
}
.my-account .checkout-multishipping .buttons-set a {
    /* color: #27ccc0; */
    color: #0A67E4;
    -webkit-transition: color 300ms ease-out;
    -moz-transition: color 300ms ease-out;
    transition: color 300ms ease-out;
    font-size: 16px;
    line-height: 23px;
}
.my-account .checkout-multishipping .buttons-set a:hover {
    color: #0A67E4;
    line-height: 23px;
    text-decoration: none;
}
.my-account .checkout-multishipping .form-list li.wide {
    max-width: 548px;
}
.customer-account-edit .my-account .fieldset {
    margin: 0 0 10px 0;
    max-width: 300px;
    overflow: visible;
}
.customer-account-edit .my-account .control {
    margin-bottom: 0;
}
.row.order-info-box {
    overflow: hidden;
    min-width: auto;
}
#my_recent_reviews .number,
#my_recent_tags .number {
    display: none;
}
#my_recent_reviews .details,
#my_recent_reviews .product-name,
#my_recent_reviews .ratings,
#my_recent_tags .details,
#my_recent_tags .product-name,
#my_recent_tags .tags {
    display: inline-block;
}
#my_recent_reviews .product-name,
#my_recent_tags .product-name {
    margin: 0;
    border: none;
    font-size: 0.875rem;
}
#my_recent_reviews .ratings,
#my_recent_tags .tags {
    margin-left: 7px;
    padding-left: 10px;
    border-left: 1px solid #e5e5e5;
    line-height: 1rem;
}
#my_recent_reviews .ratings strong,
#my_recent_tags .tags strong {
    font-weight: normal !important;
    font-size: 0.875rem;
    color: #777777;
    padding-right: 4px;
}
#my_recent_tags .tags ul {
    list-style: none;
    display: inline-block;
    margin-left: 0;
    line-height: 1rem;
}
#my_recent_tags .tags li {
    display: inline-block;
    font-size: 0.875rem;
}
/* account toolbar */
.my-account .amount {
    font-size: 0.75rem;
    color: #333333;
    text-align: right;
}
.my-account .pages {
    display: inline-block;
}
.my-account .pages ol {
    margin-left: 0;
}
.my-account .limiter {
    display: inline-block;
    float: right;
    margin: 0 0 0 10px;
}
.my-account .limiter > label {
    float: left;
    padding-right: 6px;
    padding-top: 1px;
}
/* ------------------*/

.my-account .order-info {
    margin: 20px 0 0;
}
.my-account .order-info dt,
.sales-guest-view .order-info dt,
.sales-guest-invoice .order-info dt {
    display: none;
}
.my-account .order-info ul,
.sales-guest-view .order-info ul,
.sales-guest-invoice .order-info ul {
    list-style: none;
    margin-left: 0;
}
.my-account .order-info ul li,
.sales-guest-view .order-info ul li,
.sales-guest-invoice .order-info ul li {
    display: inline-block;
    font-size: 0.875rem;
    padding: 0 8px 0 12px;
    line-height: 1rem;
    border-left: 1px solid #e5e5e5;
}
.my-account .order-info ul li.first,
.sales-guest-view .order-info ul li.first,
.sales-guest-invoice .order-info ul li.first {
    padding-left: 0;
    border: none;
}
.my-account .order-date,
.sales-guest-view .order-date,
.sales-guest-invoice .order-date {
    font-style: italic;
}
.billing-agreements,
.recurring-profiles,
.my-account .product-review,
.tag-customer-index .box,
.my-tag-edit,
.wishlist-index-share .fieldset,
#wishlist-table,
.oauth-customer-token-index .my-account > p,
.review-customer-index .my-account > p,
.newsletter-manage-index .my-account > form,
.downloadable-customer-products .my-account > p,
.sales-order-history .my-account > p {
    margin-top: 20px;
}
.billing-agreements h2.box-title {
    padding: 5px 10px 5px 20px;
    margin: 0 0 10px;
}
.billing-agreements > p {
    margin-bottom: 20px;
}
.my-account .product-img-box img {
    width: 200px;
    margin-bottom: 20px;
}
.review-customer-view .ratings-detail {
    width: 95%;
    margin: 0 auto;
    border-top: 2px solid #e5e5e5;
    padding-top: 6px;
}
.review-customer-view .product-name {
    font-size: 1.5rem;
    line-height: 1.5rem;
    color: #222222;
    margin: 0 0 20px;
}
.review-customer-view .product-details h3 {
    font-size: 0.875rem;
    color: #222222;
}
.review-customer-view .ratings-table tbody th,
.review-customer-view .ratings-table tbody td {
    padding: 0.125rem 0.625rem;
    text-align: left;
}
.review-customer-view dl dt {
    font-size: 0.875rem;
    color: #222222;
    font-weight: normal;
}
.review-customer-view dl dd {
    font-size: 0.875rem;
    color: #555555;
}
.review-customer-view .product-img-box .label {
    color: #222222;
    font-size: 0.813rem;
    margin: 0 0 3px;
    padding: 0;
}
.review-customer-view .rating-links {
    display: none;
}
.review-customer-view .rating-links.icon-user {
    display: block;
}
.my-account .tags-list {
    list-style: none;
    margin-left: 0;
    font-size: 0.875rem;
}
.my-tag-edit {
    margin-bottom: 0 !important;
}
.my-tag-edit .button {
    border: none !important;
    font-size: 0.75rem;
    font-weight: 400 !important;
    padding: 0.063rem 0.5rem 0.125rem;
    margin-bottom: 0;
    background: #dee2e2;
    color: #222222;
}
.my-tag-edit .button:hover,
.my-tag-edit .button:focus {
    color: #333333;
    background: #b9b9b9;
}
#my-tags-table .button.btn-cart {
    width: 10rem;
    margin: 10px 0 5px;
}
#my-tags-table .add-to-links {
    width: 10rem;
    list-style: none;
    margin-left: 0;
    text-align: center;
    font-size: 0.875rem;
}
#my-tags-table .add-to-links a:before {
    content: none;
}
.my-account .fieldset:before,
.my-account .fieldset:after {
    content: ' ';
    display: table;
}
.my-account .fieldset:after {
    clear: both;
}
.box-account.box-info .row {
    overflow: hidden;
    min-width: auto;
}
.my-account form {
    display: inline-block;
    width: 100%;
    margin-top: 25px;
}
.my-account .my-wishlist fieldset,
.paypal-review-page fieldset {
    margin: 20px 0;
    padding: 0;
    border: none;
}
#wishlist-table .cart-cell {
    min-width: 10rem;
    text-align: center;
}
#wishlist-table .price-box {
    font-weight: bold;
}
#wishlist-table .price-box,
#wishlist-table .qty-wrapper {
    margin-bottom: 10px;
}
#wishlist-table .qty-wrapper .chosen-container,
#wishlist-table .qty-wrapper .input-text {
    width: 60px !important;
}
#wishlist-table .qty-wrapper .input-text {
    margin: 0 auto;
}
#wishlist-table tbody tr td:nth-child(2) .product-image {
    display: none;
}
#wishlist-table .cart-cell > p {
    margin: 0;
}
#wishlist-table .add-to-cart-alt select {
    max-width: 60px;
}
#shared-wishlist-table .link-wishlist:before {
    content: none;
}
#shared-wishlist-table .btn-cart {
    min-width: 10rem;
    margin-bottom: 8px;
}
.account-wishlist-listing .global-product-listing .prd-item{
    width:180px;
}
.sales-guest-view .page-title,
.sales-guest-view .order-info,
.sales-guest-invoice .order-info {
    margin: 20px 3.5% 0 3.5%;
}
.sales-guest-view .order-date,
.sales-guest-view .order-items.order-details,
.sales-guest-invoice .order-date,
.sales-guest-invoice .order-items.order-details {
    margin-left: 3.5%;
    margin-right: 3.5%;
}
.sales-guest-form .page-title {
    margin-top: 20px;
}
.sales-guest-form .fieldset,
.catalogsearch-advanced-index .fieldset {
    margin: 20px 0 0;
    max-width: 280px;
}
.sales-guest-form .form-list .wide {
    padding: 0;
}
.sales-guest-form .form-list .legend {
    color: #555555;
    font-size: 0.813rem;
    margin: 20px 0 10px;
}
.sales-guest-form #quick_search_type_id_chosen {
    width: 100% !important;
}
.fb-login-block{
    text-align: center;
    padding: 10px 0;
}
.fb-msg{
    overflow: auto;
    margin-top:10px;
}
.fb-msg.success {
    background-color: #eff5ea;
}
.fb-msg.error {
    background-color: #f8c8c5;
}
.fb-msg span{
    line-height: 2;
}
.account-linkorder h2 {
    font-size: 1rem;
    font-weight: 400;
}
.account-linkorder .buttons-set {
    text-align: center;
}
.account-linkorder input[type="text"][disabled] {
    background-color: #f2f2f2;
}
.box-title span {
    font-family: 'Roboto', sans-serif !important;
    line-height: 26px;
    letter-spacing: 0.2px;
}
/* Customer balance  */
.my-account #customerbalance-history tbody td,
.my-account #customerbalance-history tbody td span {
    font-size: 16px;
    letter-spacing: 0.2px;
}
body.enterprise-customerbalance-info-index .storecredit .table-caption {
    font-weight: normal;
    font-size: 18px;
    letter-spacing: 0.2px;
    margin-top: 45px;
    margin-bottom: 10px;
}
.storecredit .account-balance .balance-label {
    font-size: 20px;
    letter-spacing: 0.4px;
    margin-bottom: 20px;
}
.storecredit .account-balance .price {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.4px;
    text-align: left;
    color: #dc143c;
}

/* Customer Sales Order Items */
#my-orders-table .item-image {
    width: 108px;
    height: 172px;
    object-fit: cover;
    object-position: center;
    display: block;
    display: inline-block;
}
#my-orders-table {
    border: none;
    margin-bottom: 20px;
}
#my-orders-table tbody tr {
    vertical-align: top;
}
#my-orders-table tbody > tr td:first-child {
    padding-left: 0;
}
#my-orders-table tbody > tr td.last,
#my-orders-table tfoot > tr td.last {
    padding-left: 0;
    text-align: right;
}
#my-orders-table tbody > tr .product-name {
    font-weight: normal;
}


#my-orders-table tbody > tr td span a {
    text-decoration: none;
    font-family: Roboto;
    position: relative;
    font-size: 14px;
    line-height: 1.13;
    letter-spacing: 0.3px;
    text-align: left;
    color: #333333;
}

#my-orders-table tbody > tr td span a:before,
#my-orders-table tbody > tr td span a:after {
    border-right: 2px solid;
    content: "";
    display: block;
    height: 8px;
    margin-top: -8px;
    position: absolute !important;
    -ms-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    right: -15px;
    top: 60%;
    width: 0;
    color: #333 !important;
    margin-right: 6px;
}

#my-orders-table tbody > tr td span a:after {
    margin-top: -3px;
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

#my-orders-table tbody > tr p,
#my-orders-table tbody > tr span {
    font-size: 14px;
    line-height: 1.0;
    letter-spacing: 0.2px;
}
#my-orders-table tbody > tr .item-image {
    margin-right: 11px;
}
#my-orders-table tbody > tr .item-info {
    text-align: left;
    color: #333333;
    display: inline-block;
    width: 48%;
    vertical-align: top;
}
#my-orders-table .first tr.order-table-row-dekstop {
    border-top: none;
}
#my-orders-table > thead .order-table-head-mobile,
#my-orders-table tbody > tr.order-table-row-mobile {
    display: none;
}
#my-orders-table tbody > tr.order-table-row-dekstop,
#my-orders-table > thead .order-table-head-desktop {
    display: table-row;
}
#my-orders-table tfoot td {
    font-weight: normal;
}

/* Image Ellipsis Overlay */
#my-orders-table tbody tr .image-bucket {
    padding-left: 4px;
    padding-right: 4px;
}

#my-orders-table tbody tr .item-image-wrapper {
    width: 85px;
    margin-right: 8px;
    padding: 0;
    margin: 0 4px;
}

#my-orders-table tbody tr .item-image-wrapper .middle {
    display: none;
}

#my-orders-table tbody tr .item-image-wrapper.has-excess .middle {
    display: block;
}

#my-orders-table tbody tr .container {
    position: relative;
    padding: 0;
    overflow: hidden;
    width: 85px;
    height: 130px;
}

#my-orders-table tbody tr .container .item-image {
    opacity: 1;
    display: block;
    width: 100%;
    height: 100%;
    transition: .5s ease;
    backface-visibility: hidden;
    /* margin: 11px; */
}

#my-orders-table tbody tr .middle {
    transition: .5s ease;
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* transform: translate(-50%, -50%); */
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    background-color: rgba(51, 51, 51, 0.6);
}

#my-orders-table tbody tr .text {
    background-color: #4CAF50;
    background-color: transparent;
    color: white;
    font-size: 18px;
    padding: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
#my-orders-table tr.eta-header {
    background-color: #ffffff !important;
    border-top: 1px solid #d8d8d8;
    border-left: 1px solid #d8d8d8;
    border-right: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
}
#my-orders-table tr.eta-header:nth-c {
    background-color: #ffffff !important;
    border-top: none;
}
#my-orders-table .eta-header span.eta-message {
    padding: 2px 20px;
    border-radius: 15px;
    margin-left: 10px;
    font-weight: normal;
}
#my-orders-table .eta-header span.eta-message.delivery-date {
    background-color: #f8dfcf;
}
#my-orders-table .eta-header span.eta-message.waiting {
    background-color: #f7f8f9;
}
#my-orders-table .eta-header span.eta-message.delivered {
    background-color: #c8e4db;
}

#my-orders-table .multiple-shipment-information span.eta-message {
    padding: 2px 20px;
    border-radius: 15px;
    margin-left: 10px;
    font-weight: normal;
}
#my-orders-table .multiple-shipment-information span.eta-message.delivery-date {
    background-color: #f8dfcf;
}
#my-orders-table .multiple-shipment-information span.eta-message.waiting {
    background-color: #f7f8f9;
}
#my-orders-table .multiple-shipment-information span.eta-message.delivered {
    background-color: #c8e4db;
}
#my-orders-table td.multiple-shipments-items-remaining.last {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    text-align: left !important;
}

#my-orders-table th {
    font-weight: bold;
    text-transform: capitalize;
    font-size: 15px;
    letter-spacing: 0.4px;
    padding: 10px 20px;
}

.customer-account-body .order-items.order-details > hr:nth-child(1n) {
    display: none;
}
tr.order-table-head-desktop {
    background-color: #ffffff;
    border-left: 1px solid #d8d8d8;
    border-right: 1px solid #d8d8d8;
}
.customer-account-login .small-5 {
    width: 41.66667%;

}
.customer-account-login .small-2 {
    width: 16.66667%;
}
.customer-account-login .account-signup h3{
    line-height:1.45;
    font-size: 20px!important;
    font-weight: 700!important;
    letter-spacing: .4px!important;
}

#my-orders-table tr.multiple-shipment-information td {
    text-align: left !important;
}

/* Small screens */
@media only screen and (max-width: 40em) {
    .account-nav-container.left-off-canvas-menu {
        position: absolute;
        z-index: 1001 !important;
        left: 0 !important;
        margin: 0;
        padding-left: 0;
        width: 250px !important;
        -ms-transform: translate3d(-100%, 0px, 0px);
        -moz-transform: translate3d(-100%, 0px, 0px);
        -o-transform: translate3d(-100%, 0px, 0px);
        -webkit-transform: translate3d(-100%, 0px, 0px);
        transform: translate3d(-100%, 0px, 0px);
        background: #333333 !important;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    .account-nav-container .block-content li.current a {
        cursor: default;
    }
    .account-wrapper {
        padding-right: 2%;
    }
    .account-wrapper .page-title {
        margin: 0.625rem 0 0.25rem;
        padding-right: 1%;
    }
    .top-bar-section li.group-title {
        padding: 0 0 0 15px !important;
    }
    .my-account .page-title h1 {
        font-size: 20px !important;
        font-weight: bold !important;
        letter-spacing: 0.4px !important;
        margin: 0 0 10px 0;
    }
    .my-account .page-title .button {
        right: 18px;
    }
    .customer-account-edit .my-account .fieldset {
        max-width: 100%;
    }
    #my-orders-table thead tr th,
    #my-orders-table tr td {
        font-size: 14px !important;
        padding: 0.5625rem 0.813rem;
        line-height: inherit;
    }
    .my-account .limiter {
        display: none;
    }
    .customer-account-login p {
        font-size: 0.875rem;
    }
    .cms-page-view h1 {
        font-size: 22px;
        font-weight: bold;
        letter-spacing: 0.4px;
    }
    .cms-page-view h2 {
        font-size: 1.25rem;
    }
    .account-linkorder .buttons-set button {
        width: 70%;
    }
    #my-orders-table tbody > tr .product-name {
        font-weight: bold;
    }
    #my-orders-table tbody > tr .item-image {
        width: 98px;
        height: 156px;
        margin-right: 11px;
    }
    #my-orders-table > thead
    {
        /* display: none; */
    }
    #my-orders-table tr.eta-header {
        border-left: none;
        border-right: none;
    }
    tr.order-table-head-mobile > th {
        padding: 0 !important;
    }
    .my-account #my-orders-table {
        margin-top: 20px !important;
    }
    #my-orders-table tbody > tr p,
    #my-orders-table tbody > tr span,
    #my-orders-table tbody > tr td span a {
        line-height: 20px;
    }
    #my-orders-table > thead .order-table-head-desktop,
    #my-orders-table tbody > tr.order-table-row-dekstop{
        display: none;
    }
    #my-orders-table > thead .order-table-head-mobile,
    #my-orders-table tbody > tr.order-table-row-mobile{
        display: table-row;
    }
    #my-orders-table tbody > tr .item-images-container {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    #my-orders-table tbody tr .item-image-wrapper,
    #my-orders-table tbody tr .item-image-wrapper .container {
        width: 80px;
        height: 126.8px;
    }
    #my-orders-table tbody tr .image-bucket {
        padding-left: 0.5375rem;
        padding-right: 0.5375rem;
    }

    /* Customer balance  */
    .my-account #customerbalance-history thead th {
        font-size: 13px;
        letter-spacing: 0.4px;
    }
    .my-account #customerbalance-history tbody td,
    .my-account #customerbalance-history tbody td span {
        font-size: 14px;
        letter-spacing: 0.1px;
    }
    body.enterprise-customerbalance-info-index .storecredit .table-caption {
        font-size: 17px;
    }
    .storecredit .account-balance .balance-label {
        font-size: 18px;
    }
}
@media only screen and (max-width: 52em) {
    #wishlist-table tbody tr td:nth-child(2) .product-image {
        display: block;
    }
    #wishlist-table thead tr th:first-child,
    #wishlist-table tbody tr td:first-child {
        display: none;
    }
}
/* Custom Screens */
@media only screen and (min-width: 641px) and (max-width: 810px) {
    #my-orders-table tbody > tr .item-info {
        width: 48%
    }
    #my-orders-table tbody > tr .item-image {
        width: 40%;
        height: auto;
    }
}
@media only screen and (max-width: 499px) {
    #my-orders-table .eta-header span.delivery-date {
        margin-left: -1%;
        display: block;
        margin-top: 5px;
        width: 102%;
    }
}
/* Only Medium screens */
@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
    #my-orders-table thead tr th,
    #my-orders-table tr td {
        font-size: 0.75rem !important;
        padding: 0.5625rem 0.813rem;
    }
    #my-orders-table tbody > tr .item-images-container {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    #my-orders-table tbody tr .image-bucket {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
    }
    #my-orders-table tbody tr .item-image-wrapper,
    #my-orders-table tbody tr .item-image-wrapper .container {
        width: 80px;
        height: 126.8px;
    }
}

@media only screen and (max-width: 46em) {
    #my-orders-table .ship-to-name {
        display: none;
    }
}
/* Medium and Big screens */
@media only screen and (min-width: 40.0625em) {
    .customer-account-login .account-signup h2{
        margin-top:0.67em;
    }
    .customer-account-login .account-signup h2,
    .customer-account-login .account-login h1 {
        margin-bottom: 1.5rem;
    }
    .customer-account-login .account-signup,
    .customer-account-login .account-login{
        padding:5px 10%;
    }
    .account-linkorder .buttons-set button {
        width: 20rem;
    }
}

@media only screen and (max-width: 480px) {
    .account-wishlist-listing .global-product-listing .prd-item{
        width:47.5%;
    }
    .account-wishlist-listing .global-product-listing .prd-item:nth-child(even){
        margin-left: 8px;
        margin-right: 0;
    }
    .account-wishlist-listing .global-product-listing .prd-item:nth-child(odd){
        margin-left: 0;
        margin-right: 8px;
    }
    #wishlist-listing .item-info {
        height: 100px !important;
    }
}

/* CUSTOMER ACCOUNT PRODUCT REVIEW */
/* Tab header and structure */
.tab-content:not(:first-child) {
    display: none;
}
.header-my-product-reviews .tab-button-container {
    background-color: #f4f4f4;
}
.header-my-product-reviews .tab-button-container button.tab-link {
    background: transparent;
    text-transform: initial;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.1px;
    text-align: center;
    color: #666666;
    float: left;
    padding: 0 30px;
    width: 180px;
}
.header-my-product-reviews button.tab-link.active,
.header-my-product-reviews button.tab-link:hover {
    background-color: #e6e6e6;
    font-weight: bold !important;
    color: #333333 !important;
    border-bottom: 2px solid #333333;
    transition: all linear 0.2s;
}
.header-my-product-reviews button.tab-link {
    border-bottom: 2px solid #f4f4f4;
}
/* End of Tab header and structure */

/* No items found section */
.no-items-container,
.no-items-container  {
    padding: 30px 24px;
}
/* End of No items found section */
/* Orders To Review Tab Content */
#orders-to-review .order-title {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.1px;
    text-align: left;
    color: #333333;
}
#orders-to-review .order-container {
    padding: 20px 0 10px;
    border-bottom: 1px solid #d8d8d8;
    margin: 0;
}
#orders-to-review .product {
    margin-bottom: 20px;
}
#orders-to-review h5.product-title {
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: 0.1px;
    text-align: left;
    color: #333333;
    margin-top: 10px;
    height: 30px;
}
#orders-to-review button.review-button {
    width: 100%;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.3px;
    background: transparent;
    color: #333333;
    border: 1px solid #333333;
}
#orders-to-review button.review-button:hover {
    width: 100%;
    background: #333333;
    color: #ffffff;
    border: 1px solid #333333;
}
#orders-to-review button.review-button.disabled,
#orders-to-review button.review-button.disabled:hover {
    background: transparent;
    color: #848484;
    border: 1px solid #848484;
}
.icon-check {
    position: relative;
    width: 18px;
    height: 18px;
    top: -2px;
    margin-left: 8px;
    color: #ffffff;
    font-weight: bolder;
    font-size: 7px;
    background: #848484;
    padding: 4px;
    border-radius: 50%;
}
#orders-to-review .order-container .product {
    padding-right: 8px;
}
.header-my-product-reviews .row {
    padding: 0;
}
@media screen and (max-width: 640px) {
    #orders-to-review h5.product-title {
        font-size: 14px;
        letter-spacing: .2px;
        height: 40px;
    }
    .header-my-product-reviews {
        width: 100vw;
    }
    .header-my-product-reviews .row {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .product-review-image {
        display: none;
    }
    .header-my-product-reviews .tab-button-container button.tab-link {
        width: 47.2%;
    }
}
/* End of Orders To Review Tab Content */
/* Your Reviews Tab Content */
#your-reviews .review-container {
    padding: 20px 0;
    border-bottom: 1px solid #d8d8d8;
    margin: 0;
}
#your-reviews .review-content {
    padding-left: 16px;
}
/* Stars */
#your-reviews .rating-star label{
    float: none;
    cursor: initial;
}
#your-reviews .rating-star label:before {
    content: "\f005";
    font-family: showpo;
    display: inline-block;
    font-size: 14px;
    color: #ccc;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
#your-reviews .rating-star label.active,
#your-reviews .rating-star label.active:before
{
    color: #FFC107;
}
/* End of Stars */
#your-reviews h3.review-name {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #333333;
    text-transform: capitalize;
}
#your-reviews h6.review-title {
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.2px;
    text-align: left;
    color: #333333;
}
#your-reviews .review-meta-container {
    margin-bottom: 20px;
}
#your-reviews p.review-detail {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.44;
    letter-spacing: 0.2px;
    text-align: left;
    color: #333333;
}
#your-reviews .product-review-date,
#your-reviews .product-review-score {
    font-size: 12px !important;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #666666;
}
#your-reviews .rating-star {
    margin-top: 1px;
}
#your-reviews span.product-review-score {
    margin-left: 10px;
    font-size: 16px;
}
#your-reviews label.photos-added-message {
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.2px;
    color: #333333;
    margin-bottom: 6px;
    cursor: none;
}
#your-reviews .review-moderation {
    margin-bottom: 4px;
}
#your-reviews .photos-added-container {
    margin: 14px 0 0 0;
}
#your-reviews ul.review-photos.clearfix {
    margin-left: 0;
}
#your-reviews li.review-photo-item {
    display: block;
    float: left;
    width: 62.5px;
    height: 100px;
    background-size: cover !important;
    background-position: 50% !important;
    margin-right: 8px;
}
#your-reviews .review-status-message {
    position: relative;
    padding: 5px 10px;
    z-index: 2;
}
#your-reviews .message-arrow-down {
    width: 20px;
    height: 20px;
    position: relative;
    top: -2px;
    left: 2%;
    transform: rotate(45deg) translateY(-14px);
    z-index: 1;
}
#your-reviews .review-pending-message,
#your-reviews .message-arrow-down.pending {
    background-color: #f8dfcf;
    color: #333333;
}
#your-reviews .review-rejected-message,
#your-reviews .message-arrow-down.rejected {
    background-color: #dd6159;
    color: #ffffff;
}
#your-reviews .review-bottom-container {
    margin-top: 20px;
}
#your-reviews .reject-message-container {
    width: 80%;
    float: left;
    min-height: 20px;
}
#your-reviews .delete-button-container {
    width: 100%;
    float: left;
    text-align: right;
    padding-top: 6px;
}
#your-reviews .delete-button-container.full-width {
    width: 100%;
}
#your-reviews .delete-review-button.icon-trash2 {
    width: 20px;
    height: 20px;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
    display: inline-block;
    color: #333333;
}
#your-reviews .rejected-message {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.2px;
    color: #dc143c;
}
a.read-more-button,
a.read-less-button {
    text-decoration: underline;
    color: #333333;
    display: block;
    margin-top: 10px;
}
.read-more-content {
    display: none;
}

@media screen and (min-width: 641px){
    #your-reviews .review-details-desktop {
        display: block;
    }
    #your-reviews .review-details-mobile {
        padding: 5px;
        display: none;
    }
}

@media screen and (max-width: 640px){
    #your-reviews .review-details-desktop {
        display: none;
    }
    #your-reviews .review-details-mobile {
        padding: 5px;
        display: block;
        clear: both;
    }
    #your-reviews .review-content {
        padding-left: 0;
    }
    #your-reviews .review-details-mobile {
        padding: 0;
    }
    #your-reviews #mobile-product-image {
        width: 100px;
    }
    #your-reviews h6.review-title {
        margin-top: 14px;
    }
    #your-reviews h3.review-name {
        font-size: 13px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: 0.3px;
        text-align: center;
        color: #333333;
        text-transform: capitalize;
        text-align: left;
    }
    #your-reviews p.review-detail {
        font-size: 15px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: 0.2px;
        color: #333333;
    }
}

/* End of Your Reviews Tab Content */

/* Delete Review Modal */
#deleteReviewModal {
    text-align: center;
    min-height: 0;
    padding-bottom: 20px;
}
#deleteReviewModal .button-container {
    margin-bottom: 20px;
}
#deleteReviewModal .modal-title {
    font-weight: bold;
}
#deleteReviewModal button {
    border: 1px solid #eec9d2;
}
#deleteReviewModal button:hover {
    border: 1px solid #F6E3E8;
}
#deleteReviewModal button.hollow {
    border: 1px solid #333333;
    background: transparent;
}
#deleteReviewModal button.hollow:hover {
    background: #eec9d2;
}
#deleteReviewModal button {
    min-width: 160px;
    margin-bottom: 5px;
}
#deleteReviewModal p.error-message {
    color: red;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 0;
    display: none;
}
@media only screen and (min-width: 40.0625em){
    #deleteReviewModal.reveal-modal {
        width: 400px;
    }
}

.form-submit-loader,
.delete-review-loader {
    display: none;
    background: url('https://cdnskin.executiveponies.com/skin/frontend/sp/default/images/reloading-v2.gif') 0 0 no-repeat;
    background-position-x: 50%;
    background-position-y: 50%;
}

.form-submit-loader {
    height: 70px;
}
.delete-review-loader {
    height: 50px;
}

/* Product Review Modal (With Form) */
#reviewFormModal.reveal-modal {
    max-height: none;
}
.reveal-modal .close-reveal-modal {
    right: 1rem;
    top: 1rem;
}
#reviewFormModal .close-reveal-modal:before, 
#reviewFormModal .close-reveal-modal:after {
    border-right: 3px solid;
    border-color: #333333;
}
#reviewFormModal .close-reveal-modal:hover {
    border: 2px solid transparent;
}
#reviewFormModal h3.modal-title {
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: 0.2px;
    text-align: left;
    color: #333333;
    margin-left: 2px;
}
#reviewFormModal .rating-star label:before {
    font-size: 24px;
    margin-right: 6px;
}
#reviewFormModal label {
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 0.2px;
    text-align: left;
    color: #333333;
    margin-bottom: 5px;
}
input[type="radio"] {
    font-size: 16px;
}
#reviewFormModal .box-content > .middle {
    padding-left: 30px;
    padding-right: 60px;
}
#reviewFormModal .form-list li span {
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.6;
    letter-spacing: 0.2px;
    text-align: left;
    color: #333333;
    position: relative;
    top: 1px;
}
#reviewFormModal .options li {
    padding: 2px 0;
}
#reviewFormModal .options li span {
    margin-left: 7px;
}
#reviewFormModal .input-box.focus, 
#reviewFormModal .input-box textarea:focus {
    border-color: #999999 !important;
}
#reviewFormModal .size-purchased {
    margin-bottom: 10px;
    padding: 0;
}
#reviewFormModal .size-purchased p {
    display: inline;
}
#reviewFormModal .nickname:not(input) {
    padding-left: 0;
}
#reviewFormModal .review-title {
    padding-right: 0;
    padding-left: 0;
}
#reviewFormModal button.btn-image-upload {
    width: 100%;
    background: #333333;
    cursor: pointer;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.71;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
}
#reviewFormModal input#upload-images {
    cursor: pointer;
}
#reviewFormModal .image-upload-field p.file-limit-message {
    display: none;
    margin-top: 10px;
    margin-bottom: 4px;
    font-style: italic;
    color: #df280a;
    font-size: 13px;
}
#reviewFormModal img.upload-preview {
    width: 31%;
    margin-right: 3.5%;
    margin-top: 10px;
}
#reviewFormModal img.upload-preview:last-child {
    width: 31%;
    margin-right: 0;
}
#reviewFormModal .image-upload-field span.image-notes {
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.31;
    letter-spacing: 0.2px;
    text-align: left;
    color: #333333;
}
#reviewFormModal select {
    padding-left: 16px;
}
#reviewFormModal button.btn-review {
    width: 100%;
    background: #333333;
    cursor: pointer;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.71;
    letter-spacing: 0.5px;
}
#reviewFormModal .rating-star .validation-advice {
    position: absolute;
    left: 0;
    top: -28px;
    width: 100%;
}

@media screen and (max-width: 980px) {
    #reviewFormModal {
        width: 100%;
        top: 0;
    }
    #reviewFormModal .box-content > .middle {
        padding-left: 0.9%;
        padding-right: 0.9%;
    }
    #reviewFormModal button.btn-image-upload,
    #reviewFormModal button.btn-review {
        display: block;
        height: auto;
    }
}
/* End of Product Review Modal (With Form) */

/* My Account General */
.my-account label,
.my-account input {
    font-size: 14px;
    line-height: 1.57;
    letter-spacing: normal;
    color: #333333;
}

.my-account h2.legend {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.2px;
    color: #333333;
    margin-bottom: 16px;
}

.my-account .account-pink-button {
    text-transform: capitalize;
    padding: 10px 40px;
}

@media only screen and (max-width: 480px) {
    .my-account .account-pink-button {
        width: 100%;
    }
}

/* My Account Dashboard */
.my-account .dashboard .box-recent .box-head h2 {
    display: inline-block;
}
.my-account .dashboard .order-details-container {
    width: 70%;
    float: left;
}
.my-account .dashboard .order-details-button-container {
    width: 30%;
    float: right;
    text-align: center;
    padding-top: 40px;
}
.my-account .dashboard .order-container.clearfix:first-child {
    border-top: 1px solid #e3e3e3;
}
.my-account .dashboard .order-container {
    background-color: #ffffff;
    border-left: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    margin-left: -20px;
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 10px;
    padding-right: 20px;
}
.my-account .dashboard .order-detail-box {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 10px;
}
.my-account .dashboard a.order-view-button {
    border: 1px solid #333333;
    color: #333333;
    padding: 10px 0;
    width: 100%;
    display: block;
    text-align: center;
    position: relative;
    line-height: 1;
    transition: background-color 300ms ease-out;
}
.my-account .dashboard a.order-view-button:hover {
    background-color: #eec9d2;
    transition: background-color 300ms ease-out;
}
.my-account .dashboard span.icon-angle-right {
    font-size: 24px;
    line-height: 0;
    margin-left: 10px;
    top: 5px;
    position: relative;
}
.my-account .dashboard .order-detail-heading,
.my-account .dashboard p.order-detail-content {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.57;
    letter-spacing: normal;
}
.my-account .dashboard .order-detail-heading {
    color: #333333;
}
.my-account .dashboard p.order-detail-content {
    color: #666666;
}
.my-account .dashboard .welcome-msg p {
    font-size: 15px;
    font-weight: normal;
    line-height: 1.6;
    letter-spacing: 0.2px;
    color: #333333;
}
.my-account .dashboard .welcome-msg p.hello {
    font-weight: bold;
}
.my-account .dashboard .box-head {
    margin-top: 10px;
}
.my-account .dashboard .box-info .billing-address {
    margin-bottom: 25px;
}
.my-account .dashboard .box-info .shipping-address {
    margin-bottom: 15px;
}
@media only screen and (min-width: 641px) {
    .my-account .dashboard a.order-view-button {
        padding: 10px 40px;
        width: auto;
        display: inline-block;
    }
}
@media screen and (max-width: 640px) {
    .my-account .dashboard .order-container {
        margin-left: 0;
    }
    .my-account .dashboard a.order-view-button {
        width: 100%;
    }
}
/* End of My Account Dashboard */

/* My Account Address Book */
.my-account .row.new-address {
    margin-top: 25px;
}
.my-account .address-container {
    float: left !important;
    clear: both;
    margin-bottom: 25px;
}
.my-account .new-address-container {
    background-color: #ffffff;
    border: 1px solid #d8d8d8;
    text-align: center;
    padding: 20px 80px;
}
.my-account .new-address-button {
    width: 100%;
    margin-bottom: 0;
    text-transform: capitalize;
}
.my-account span.icon-plus {
    font-weight: bold;
    font-size: 12px;
    margin-left: 10px;
}
.my-account .address-information-container {
    background-color: #ffffff;
    padding: 20px;
    border: 1px solid #d8d8d8;
    margin-top: 20px;
}
.my-account .address-information-container:first-child {
    margin-top: 0;
}

.my-account .address-information-container .buttons-container {
    text-align: right;
}
.my-account .address-information-container .buttons-container a.link {
    margin-bottom: 10px;
    display: inline-block;
}
.my-account .address-default-billing,
.my-account .address-default-shipping {
    padding: 10px 20px;
    background-color: white;
    border-left: 1px solid #d8d8d8;
    border-right: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
}

.my-account .address-default-billing .content,
.my-account .address-default-shipping .content {
    color: #e90645;
}

.my-account .address-default-billing .checkbox,
.my-account .address-default-shipping .checkbox {
    text-align: center;
}
.my-account .address-container .content.default-address {
    color: #666666;
}

.my-account button.address-save {
    margin-top: 20px;
}
.my-account .address-container .icon-check {
    background-color: transparent;
    color: transparent;
    border: 1px solid #333333;
    cursor: pointer;
}
.my-account .address-container .icon-check.checked {
    background-color: #8fc8b6;
    color: #ffffff;
    border: 1px solid #8fc8b6;
    cursor: default;
}
.my-account .address-container .icon-check.checked.locked {
    cursor: default;
}
button#save-default-billing-shipping-button:disabled,
button#save-default-billing-shipping-button[disabled]{
    background-color: #d8d8d8;
    border-color: #d8d8d8;
    color: #fff;
}

@media only screen and (max-width: 480px){
    body.customer-account-edit input:not([type]), 
    body.customer-account-edit input[type="text"], 
    body.customer-account-edit input[type="password"], 
    body.customer-account-edit input[type="date"], 
    body.customer-account-edit input[type="datetime"], 
    body.customer-account-edit input[type="datetime-local"], 
    body.customer-account-edit input[type="month"], 
    body.customer-account-edit input[type="week"], 
    body.customer-account-edit input[type="email"], 
    body.customer-account-edit input[type="number"], 
    body.customer-account-edit input[type="search"], 
    body.customer-account-edit input[type="tel"], 
    body.customer-account-edit input[type="time"], 
    body.customer-account-edit input[type="url"], 
    body.customer-account-edit input[type="color"],
    body.customer-account-edit select,
    body.customer-account-edit textarea {
        padding: 21px 20px 21px 0.5rem;
    }
}

/* Delete Address Modal */
#deleteAddressModal,
#select-new-billing-shipping-notification,
#select-new-billing-notification,
#select-new-shipping-notification {
    text-align: center;
    min-height: 0;
    padding-bottom: 20px;
}
#deleteAddressModal .button-container,
#select-new-billing-shipping-notification .button-container,
#select-new-billing-notification .button-container,
#select-new-shipping-notification .button-container {
    margin-bottom: 20px;
}
#deleteAddressModal .modal-title,
#select-new-billing-shipping-notification .modal-title,
#select-new-billing-notification .modal-title,
#select-new-shipping-notification .modal-title {
    font-weight: bold;
}
#deleteAddressModal button,
#select-new-billing-shipping-notification button,
#select-new-billing-notification button,
#select-new-shipping-notification button {
    border: 1px solid #eec9d2;
}
#deleteAddressModal button:hover,
#select-new-billing-shipping-notification button:hover,
#select-new-billing-notification button:hover,
#select-new-shipping-notification button:hover {
    border: 1px solid #F6E3E8;
}
#deleteAddressModal button.hollow,
#select-new-billing-shipping-notification button.hollow,
#select-new-billing-notification button.hollow,
#select-new-shipping-notification button.hollow {
    border: 1px solid #333333;
    background: transparent;
}
#deleteAddressModal button.hollow:hover,
#select-new-billing-shipping-notification button.hollow:hover,
#select-new-billing-notification button.hollow:hover,
#select-new-shipping-notification button.hollow:hover {
    background: #eec9d2;
}
#deleteAddressModal button,
#select-new-billing-shipping-notification button,
#select-new-billing-notification button,
#select-new-shipping-notification button {
    min-width: 160px;
    margin-bottom: 5px;
}

#deleteAddressModal button:first-child {
    min-width: 48%;
    margin-right: 2%;
    margin-left: 0;
    float: left;
}
#deleteAddressModal button:last-child {
    min-width: 48%;
    margin-left: 2%;
    margin-right: 0;
    float: left;
}

@media only screen and (min-width: 40.0625em){
    #deleteAddressModal.reveal-modal,
    #select-new-billing-shipping-notification.reveal-modal,
    #select-new-billing-notification.reveal-modal,
    #select-new-shipping-notification.reveal-modal {
        width: 400px;
    }
}

@media screen and (max-width: 480px) {
    .my-account .new-address-container {
        padding: 20px;
        width: 100vw;
        margin-left: -20px;
        border-left: 0;
        border-right: 0;
    }
    .my-account .address-container {
        width: 100vw;
        margin-left: -20px;
        padding: 0;
    }
    .my-account .address-information-container,
    .my-account .address-default-billing,
    .my-account .address-default-shipping {
        border-left: 0;
        border-right: 0;
    }
    .my-account button.address-save {
        width: 100%;
    }
}
/* End of My Account Address Book */

/* Address Edit Page */
.back-container {
    display: inline-block;
    margin-bottom: 7px;
}
.back-container .icon-angle-left {
    font-size: 26px;
    float: left;
}
.back-container .back-text {
    float: left;
    margin-top: 4px;
    margin-left: 16px;
}
.my-account a.back-title {
    font-size: 14px;
    letter-spacing: 0.1px;
    color: #333333;
    padding: 0 !important;
}
.my-account .edit-address-title {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.2px;
    color: #333333;
    margin-top: 25px;
}
.my-account .edit-address .form-box {
    background: transparent;
}
.my-account .edit-address button.edit-account-save {
    margin: 20px 0 !important;
}
.my-account .edit-address .default-addresses-container {
    clear: both;
}
.my-account .edit-address .address-default-billing {
    border-top: 1px solid #d8d8d8;
}
.my-account .edit-address .address-default-billing,
.my-account .edit-address .address-default-shipping {
    border-left: 1px solid #d8d8d8;
    border-right: 1px solid #d8d8d8;
}
.my-account .edit-address .default-addresses-container .icon-check {
    background-color: transparent;
    color: transparent;
    border: 1px solid #333333;
}
.my-account .edit-address .default-addresses-container .icon-check.changeable {
    cursor: pointer;
}
.my-account .edit-address .default-addresses-container .icon-check.checked {
    background-color: #8fc8b6;
    color: #ffffff;
    border: 1px solid #8fc8b6;
}
.my-account .edit-address .default-addresses-container .content.default-address {
    color: #666666;
}
.my-account .edit-address select {
    background-color: #ffffff;
    padding: 0.3rem 20px 0.3rem 0.5rem;
}
.customer-street1-field {
    position: relative;
}
.ui-autocomplete.customer-address {
    background: #fff;
    z-index: 99;
    border: 1px solid #ddd;
    position: absolute !important;
    top: 44px !important;
}
.customer-street1-field .pac-container {
    left: 0px !important;
    top: 44px !important;
    z-index: 50 !important;
}
@media only screen and (min-width: 1240px){
    .ui-autocomplete.customer-address {
        top: 36px !important;
    }
    .customer-street1-field .pac-container {
        top: 37px !important;
    }
}
.ui-autocomplete.customer-address li {
    list-style: none;
    cursor: pointer;
    border-top: 1px #e6e6e6 solid;
    font-size: 13px;
    padding: 3px 5px 3px 5px;
}
.ui-autocomplete.customer-address li:hover {
    background: #007fff;
    color: #fff;
}
@media only screen and (max-width: 480px){
    body.customer-address-form input:not([type]), 
    body.customer-address-form input[type="text"], 
    body.customer-address-form input[type="password"], 
    body.customer-address-form input[type="date"], 
    body.customer-address-form input[type="datetime"], 
    body.customer-address-form input[type="datetime-local"], 
    body.customer-address-form input[type="month"], 
    body.customer-address-form input[type="week"], 
    body.customer-address-form input[type="email"], 
    body.customer-address-form input[type="number"], 
    body.customer-address-form input[type="search"], 
    body.customer-address-form input[type="tel"], 
    body.customer-address-form input[type="time"], 
    body.customer-address-form input[type="url"], 
    body.customer-address-form input[type="color"],
    body.customer-address-form textarea {
        padding: 21px 20px 21px 0.5rem;
    }
    body.customer-address-form select {
        height: 44px;
    }
}
/* End of Address Edit Page */

/* Account Wishlist Page */
.account-wishlist-listing .remove-button {
    position: absolute;
    right: 0;
    margin-right: 10px;
    margin-top: 10px;
    background-color: rgba(0,0,0,0.2);
    border-radius: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
    transition: all 0.2s linear;
}
.account-wishlist-listing .remove-button:hover {
    background-color: rgba(0,0,0,1.0);
    transition: all 0.1s linear;
}
.account-wishlist-listing .remove-button span.icon-cross {
    margin-left: 1px;
}
.account-wishlist-listing .size-list {
    padding-left: 10px;
    margin-bottom: 0;
}
.account-wishlist-listing #wishlist-listing .item-info {
    height: 80px;
    padding: 10px 0;
}
.account-wishlist-listing #wishlist-listing button.add-to-bag-button,
.account-wishlist-listing #wishlist-listing button.add-to-bag-button.prd-option-add {
    background-color: #333333;
    border: 1px solid #333333;
    color: #ffffff;
    height: 36px;
    width: 100%;
    margin: 10px 0 25px;
    padding: 0.313rem 1.375rem;
    font-size: 0.875rem;
    font-weight: 400;
}
.account-wishlist-listing #wishlist-listing button.add-to-bag-button.button.disabled {
    background-color: #d8d8d8;
    border-color: #d8d8d8;
    color: #ffffff;
}
.account-wishlist-listing .no-size {
    padding: 0.45rem 1.25rem 0.3rem 0.3rem;
    border: 1px solid #d8d8d8;
    font-size: 0.875rem;
    height: 2.3125rem;
    padding-left: 10px;
}
.account-wishlist-listing p.no-items-notice {
    margin-top: 20px;
    color: #333333;
}
.account-wishlist-listing #wishlist-listing .item-content .item-title {
    font-size: 14px;
    line-height: 1.36;
    color: #333333;
    margin-bottom: 2px;
}
/* End of Account Wishlist Page */

/* Account Product Reviews Page */
.header-my-product-reviews h2.tab-link {
    display: inline-block;
    margin-right: 20px;
    font-size: 16px;
    font-size: 14px;
    letter-spacing: 0.2px;
    text-align: center;
    color: #666666;
    cursor: pointer;
    margin-bottom: 0;
    padding: 0 20px 15px 20px;
}
.header-my-product-reviews h2.tab-link.active {
    font-weight: bold;
    color: #333333;
    border-bottom: 2px solid #333333;
}
/* End of Product Reviews Page */

/* Account Gift Card Page */
.giftcardaccount .messages {
    position: relative;
    margin-top: 25px;
}
.giftcardaccount .messages li.success-msg {
    position: relative;
    z-index: 2;
}
.giftcardaccount .messages .success-msg li {
    color: black;
    border-left: 0;
    background-color: #c8e4db;
    text-align: center;
    padding: 20px;
    margin-bottom: 0;
}
.giftcardaccount .messages .success-msg li:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: none;
    border-bottom: none;
    border-left: none;
    border-right: none;
}
.giftcardaccount span.gift-card-redeem-title {
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.38;
    color: #333333;
}
.giftcardaccount span.gift-card-redeem-message {
    font-size: 15px;
    line-height: 1.47;
    text-align: center;
    color: #333333;
}
.giftcardaccount .gift-card-info {
    content: " ";
    display: table;
    width: 100%;
}
.giftcardaccount .gift-card-info p:nth-child(1) {
    border-top: 1px solid #d8d8d8;
    border-right: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    width: 50%;
    text-align: center;
    padding: 20px;
    float: left;
    font-size: 15px;
    line-height: 1.47;
    color: #333333;
}
.giftcardaccount .gift-card-info p:nth-child(2) {
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    width: 50%;
    text-align: center;
    padding: 20px;
    float: left;
    font-size: 15px;
    line-height: 1.47;
    color: #333333;
}
.giftcardaccount .gift-card-info p strong {
    display: block;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.22;
    letter-spacing: 0.1px;
    color: #333333;
}
.giftcardaccount .gift-card-buttons .columns {
    text-align: center;
}
.giftcardaccount .gift-card-buttons button {
    width: 100%;
}
.giftcardaccount .gift-card-buttons .columns.center {
    padding-top: 8px;
}
.giftcardaccount #gca_balance_button.loading:before {
    content: "\e8da";
    font-family: "showpo";
    display: inline-block;
    height: 1em;
    line-height: 1;
    margin: 0 10px 0 0;
    animation: standard 1s infinite linear;
    color: #333333;
    margin-left: -4px;
}
.giftcardaccount #giftcard_balance_lookup p.error-msg {
    background-color: #faebe7;
    clear: both;
    padding: 7px 10px 7px 20px;
    font-size: 15px;
    line-height: 24px;
}
@media only screen and (max-width: 480px) {
    .giftcardaccount .gift-card-buttons button {
        width: 100%;
        margin-bottom: 0;
        height: 40px;
    }
    .giftcardaccount .gift-card-buttons .columns {
        text-align: center;
        margin-bottom: 10px;
    }
    .giftcardaccount .gift-card-buttons .columns.center {
        padding-top: 0;
    }
}
/* End of Gift Card Page */

/* Newsletter Subscription Page */
.my-account .newsletter-subscription-body .subscribed-checkbox-container {
    padding: 10px 20px;
    background-color: white;
    border: 1px solid #d8d8d8;
}
.my-account .newsletter-subscription-body .subscribed-checkbox-container .icon-check {
    background-color: transparent;
    color: transparent;
    border: 1px solid #333333;
    cursor: pointer;
}
.my-account .newsletter-subscription-body .subscribed-checkbox-container .icon-check.checked {
    background-color: #8fc8b6;
    color: #ffffff;
    border: 1px solid #8fc8b6;
}
.my-account .newsletter-subscription-body .newsletter-save-button {
    width: 100%;
    margin-top: 20px;
}
.my-account .newsletter-subscription-body h2.legend.subscription-preferences {
    font-size: 15px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.2px;
    color: #333333;
    margin-top: 0;
}
@media only screen and (max-width: 480px) {
    .my-account .newsletter-subscription-body .subscribed-checkbox-container {
        padding: 10px 20px;
        background-color: white;
        border-top: 1px solid #d8d8d8;
        border-bottom: 1px solid #d8d8d8;
        border-left: none;
        border-right: none;
        margin-left: -20px;
        width: 100vw;
    }
}
/* End of Newsletter Subscription Page */

/* Store Credit Page */
.my-account .storecredit .balance-label {
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.2px;
    color: #333333;
    margin-top: 25px;
}
.my-account .storecredit .table-caption.credit-in-use {
    display: none;
}
.my-account .storecredit .table-caption.credit-history {
    display: none;
}
.my-account .storecredit #customerbalance-history {
    background-color: transparent;
    margin-top: 20px;
}
.my-account .storecredit .balance-expiry-date {
    margin-top: 4px;
}
.my-account .storecredit #customerbalance-history .action {
    text-align: center;
}
.my-account .storecredit #customerbalance-history .balance-change {
    text-align: right;
}
.my-account .storecredit #customerbalance-history .balance-change span.plus-sign {
    font-size: 12px;
}
.my-account .storecredit #customerbalance-history tbody td,
.my-account .storecredit #customerbalance-history tbody td span {
    font-size: 14px;
    letter-spacing: 0.4px;
    color: #333333;
}
.my-account .storecredit table thead th {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.2px;
    color: #333333;
}
.my-account .storecredit .table-heading {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.2px;
    color: #333333;
    padding: 10px 0;
}
.my-account .storecredit #customerbalance-credit-valid-date .row.details,
.my-account .storecredit #customerbalance-history .row.details {
    background-color: #ffffff;
    padding: 10px 20px;
    width: calc(100% + 40px);
    margin-left: -20px;
    border-top: 1px solid #d8d8d8;
    border-left: 1px solid #d8d8d8;
    border-right: 1px solid #d8d8d8;
}
.my-account .storecredit #customerbalance-credit-valid-date .row.details:last-of-type,
.my-account .storecredit #customerbalance-history .row.details:last-of-type {
    border-bottom: 1px solid #d8d8d8;
}
.my-account .storecredit .align-right {
    text-align: right;
    padding-right: 0;
}
.my-account .storecredit #customerbalance-history .price,
.my-account .storecredit #customerbalance-history .action {
    font-size: 15px;
    letter-spacing: 0.4px;
    color: #333333;
}
.my-account .storecredit #customerbalance-credit-valid-date .valid-until-heading {
    padding-right: 0;
}
@media only screen and (max-width: 640px){
    .my-account .storecredit #customerbalance-credit-valid-date .row.details, 
    .my-account .storecredit #customerbalance-history .row.details {
        width: 100vw;
        border-left: none;
        border-right: none;
    }
    .valid-until-heading {
        position: relative;
        left: 3px;
    }
    body.enterprise-customerbalance-info-index .account-balance,
    .my-account .storecredit .balance-expiry-date {
        text-align: center;
    }
}
/* End of Store Credit Page */

/* Invoice Page */
.my-account .order-info-body .button.hollow-button{
    background-color: transparent;
    border: 1px solid #333333;
    color: #333333;
}
.my-account .order-info-body .your-order-details-container .button.hollow-button {
    width: 100%;
    float: right;
    margin-bottom: 10px;
    text-transform: capitalize;
    height: auto;
    padding: 10px;
}
.my-account .order-info-body .your-order-details-container .button.hollow-button:last-child {
    margin-bottom: 0;
}
.my-account table thead th {
    padding: 10px 20px;
}
.my-account .order-info-body .main-information {
    padding-left: 0;
    padding-right: 0;
}
.my-account .order-info-body .your-order-details-container {
    background-color: #ffffff;
    border: 1px solid #d8d8d8;
    margin-top: 25px !important;
    margin-bottom: 25px;
    padding: 20px;
}
.my-account .order-info-body .your-details h1 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.25;
    color: #333333;
    margin-top: 0;
}
.my-account .order-info-body .your-order-details-container .order-status {
    padding-top: 20px;
}
.my-account .order-info-body .your-details .order-number,
.my-account .order-info-body .your-details .order-date {
    font-size: 14px;
    line-height: 1.71;
    letter-spacing: 0.1px;
    color: #333333;
    font-style: normal;
}
@media only screen and (max-width: 1024px){
    .details-buttons {
        margin-top: 20px;
        padding-right: 0 !important;
    }
    .my-account .order-info-body .your-order-details-container .order-status {
        padding-top: 30px;
        text-align: right;
    }
    .my-account .order-info-body .your-order-details-container .button.hollow-button:last-child {
        width: 48%;
        margin-right: 1%;
        margin-left: 0;
        float: left;
    }
    .my-account .order-info-body .your-order-details-container .button.hollow-button:first-child {
        width: 48%;
        margin-left: 1%;
        margin-right: 0;
        float: right;
    }
}

.my-account #my-orders-table {
    margin-top: 0;
    background-color: transparent;
}
.my-account table#my-orders-table tbody {
    background-color: #ffffff;
    border-left: 1px solid #d8d8d8;
    border-right: 1px solid #d8d8d8;
}
.my-account table#my-orders-table tbody.first {
    /* border-top: 1px solid #d8d8d8; */
}
.my-account table#my-orders-table tbody:first-child {
    border-top: 1px solid #d8d8d8;
    border-left: 1px solid #d8d8d8;
    border-right: 1px solid #d8d8d8;
}
.my-account table tbody tr {
    border-top: none;
}
.my-account table#my-orders-table tfoot td {
    padding: 8px 20px;
}
.my-account table#my-orders-table tfoot .tax td.order-totals-label,
.my-account table#my-orders-table tfoot .gift-card td.order-totals-label {
    text-align: right;
}
.my-account table#my-orders-table tfoot {
    background: #ffffff;
    border-left: 1px solid #d8d8d8;
    border-right: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
}
.my-account table#my-orders-table tfoot tr.subtotal td {
    padding: 20px 20px 8px 20px;
}
.my-account table#my-orders-table tfoot tr.grand_total td {
    padding: 8px 20px 20px 20px;
}
.my-account table#my-orders-table tfoot tr.subtotal td,
.my-account table#my-orders-table tfoot tr.grand_total td,
.my-account table#my-orders-table tfoot tr.shipping td,
.my-account table#my-orders-table tfoot tr.store-credit td,
.my-account table#my-orders-table tfoot tr:nth-of-type(4) td /* Tax */ {
    text-align: right;
}
.my-account table#my-orders-table tbody > tr td {
    padding: 20px;
}
.my-account table#my-orders-table tbody.last > tr td {
    padding: 20px;
}
.my-account table#my-orders-table .order-table-row-desktop {
    display: table-row !important;
}
.my-account .address-information .columns:last-child,
.my-account .purchase-methods .columns:last-child {
    float: left;
}
.my-account .shipping-billing-details {
    background-color: #ffffff;
    border: 1px solid #d8d8d8;
    padding: 20px;
}
.my-account .shipping-billing-details .address-information .shipping-billing-details-header {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.25;
    color: #333333;
}
.my-account .shipping-billing-details .address-information .billing-address-title,
.my-account .shipping-billing-details .address-information .shipping-address-title,
.my-account .shipping-billing-details .purchase-methods .payment-method-title,
.my-account .shipping-billing-details .purchase-methods .shipping-method-title {
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.71;
    letter-spacing: 0.1px;
    color: #666666;
    margin-bottom: 0;
}
.my-account .shipping-billing-details .address-information address.billing,
.my-account .shipping-billing-details .address-information address.shipping {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.71;
    letter-spacing: 0.1px;
    color: #666666;
}
.my-account .shipping-billing-details .purchase-methods p,
.my-account .shipping-billing-details .purchase-methods p strong {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.71;
    letter-spacing: 0.1px;
    color: #666666;
}
.my-account .shipping-billing-details .purchase-methods {
    margin-top: 20px;
}
.my-account .order-details > hr:first-child {
    display: none !important;
}
body.sales-order-view .my-account {
    padding-bottom: 40px;
}
.gift-card-details-container {
    padding: 10px;
    border: 1px dashed #d8d8d8;
    margin-top: 20px;
    position: relative;
}
label.gift-card-details-label {
    font-weight: bold;
}
@media only screen and (max-width: 640px){
    .my-account .row.order-info-body {
        width: 100vw;
        margin-left: -20px;
    }
    .my-account .order-info-body .your-order-details-container {
        border-left: none !important;
        border-right: none !important;
    }
    .my-account table#my-orders-table tfoot tr {
        display: block;
        width: 100vw;
    }
    .my-account table#my-orders-table tfoot tr td {
        display: block;
        float: left;
    }
    .my-account table#my-orders-table tfoot tr td:nth-child(1) {
        width: 60%;
        text-align: left;
    }
    .my-account table#my-orders-table tfoot tr td:nth-child(2) {
        width: 40%;
    }
    .my-account table#my-orders-table tbody {
        border-left: none;
        border-right: none;
    }
    .my-account table#my-orders-table tfoot {
        border-left: none;
        border-right: none;
    }
    .my-account table#my-orders-table .order-table-row-desktop {
        display: none !important;
    }
    .my-account table#my-orders-table .product-details-title {
        display: none;
    }
    .my-account table#my-orders-table tbody.first .product-details-title {
        display: block;
        font-size: 16px;
        font-weight: bold;
        line-height: 1.25;
        color: #333333;
        margin-bottom: 20px;
    }
    #my-orders-table tbody > tr .item-info {
        width: 60%;
    }
    #my-orders-table tbody > tr .product-name {
        font-weight: normal;
    }
    .my-account .shipping-billing-details {
        width: 100vw;
        margin-left: -20px;
        border-left: none;
        border-right: none;
    }
    .my-account table#my-orders-table tfoot .tax td.order-totals-label {
        text-align: left;
    }
}
/* End of Invoice Page */

/* My Orders History Page */
.my-account .my-orders-page table#my-orders-table tbody {
    background-color: transparent;
    border: none;
}
.my-account .my-orders-page table#my-orders-table tbody tr,
.my-account .my-orders-page table#my-orders-table tbody tr td {
    display: block;
}
.my-account .my-orders-page table#my-orders-table tbody tr {
    border: 1px solid #d8d8d8;
    margin-bottom: 25px;
    background-color: #ffffff !important;
}
.my-account .my-orders-page table#my-orders-table tbody > tr td {
    padding: 20px;
}
.my-account .my-orders-page .hollow-button {
    width: 100%;
    background-color: transparent;
    border: 1px solid #333333;
    color: #333333;
    text-transform: capitalize;
    margin-bottom: 10px;
    padding-top: 9px;
}
.my-account .my-orders-page table#my-orders-table .order.info .detail-header {
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: normal;
    color: #333333;
    margin-bottom: 10px;
}
.my-account .my-orders-page table#my-orders-table .order.info .detail {
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.62;
    letter-spacing: normal;
    color: #666666;
    font-style: none;
}
.my-account .my-orders-page table#my-orders-table .item-buttons-container .button.hollow-button {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.21;
    letter-spacing: 0.1px;
    color: #333333;
    transition: background-color 300ms ease-out;
}
.my-account .my-orders-page table#my-orders-table .item-buttons-container .button.hollow-button:hover {
    background-color: #eec9d2;
    transition: background-color 300ms ease-out;
}
.my-account .my-orders-page table#my-orders-table .item-buttons-container .button.hollow-button span.icon-angle-right {
    line-height: 0;
}
.my-account .my-orders-page table#my-orders-table .item-buttons-container .button.hollow-button span.icon-angle-right:before {
    font-size: 22px;
    line-height: 0;
    position: relative;
    top: 4px;
    left: 6px;
}
body.sales-order-history .my-orders-page {
    padding-top: 25px;
}
@media only screen and (min-width: 1025px) {
    .my-account .my-orders-page table#my-orders-table .item-buttons-container.desktop {
        display: block;
    }
    .my-account .my-orders-page table#my-orders-table .item-buttons-container.mobile {
        display: none;
    }
}
@media only screen and (max-width: 1024px) {
    .my-account .my-orders-page table#my-orders-table .item-buttons-container.desktop {
        display: none;
    }
    .my-account .my-orders-page table#my-orders-table .item-buttons-container.mobile {
        display: block;
    }
    .my-account .my-orders-page table#my-orders-table .item-buttons-container.mobile .track-order-button-container {
        padding: 0 5px 0 0;
    }
    .my-account .my-orders-page table#my-orders-table .item-buttons-container.mobile .view-order-button-container {
        padding: 0 0 0 5px;
    }
    .my-account .my-orders-page table#my-orders-table .item-buttons-container {
        margin-top: 10px;
    }
}
@media only screen and (max-width: 640px) {
    .my-account .my-orders-page table#my-orders-table {
        width: 100vw;
    }
    .my-account .my-orders-page table#my-orders-table tbody tr {
        border-left: none;
        border-right: none;
    }
}
/* End of My Orders History Page */

.sidebar .account-nav-container li.current {
    background-color: #ffffff;
    border-left: 3px solid #eec9d2;
}


.my-account .dashboard .order-detail-heading {
    margin-bottom: 0;
}

.address-information .columns:nth-child(2) {
    padding-right: 20px;
}
.address-information .columns:nth-child(3) {
    padding-right: 0;
    padding-left: 20px;
}
.purchase-methods .columns:nth-child(1) {
    padding-right: 20px;
}
.purchase-methods  .columns:nth-child(2) {
    padding-right: 0;
    padding-left: 20px;
}
.customer-dob select {
    background-color: #ffffff;
    padding: 0 10px !important;
}
.my-account .edit-address form {
    margin-top: 0;
}
.my-account .addresses-list .address-container:last-child {
    margin-bottom: 5px;
}

body.enterprise-customerbalance-info-index .my-account {
    padding-bottom: 40px;
}
@media only screen and (max-width: 480px){
    .customer-dob select {
        height: 44px; 
    }
}
.flag-icon-background {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}
.flag-icon {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  width: 1.33333333em;
  line-height: 1em;
}
.flag-icon:before {
  content: "\00a0";
}
.flag-icon.flag-icon-squared {
  width: 1em;
}
.flag-icon-ad {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/ad.svg);
}
.flag-icon-ad.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/ad.svg);
}
.flag-icon-ae {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/ae.svg);
}
.flag-icon-ae.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/ae.svg);
}
.flag-icon-af {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/af.svg);
}
.flag-icon-af.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/af.svg);
}
.flag-icon-ag {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/ag.svg);
}
.flag-icon-ag.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/ag.svg);
}
.flag-icon-ai {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/ai.svg);
}
.flag-icon-ai.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/ai.svg);
}
.flag-icon-al {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/al.svg);
}
.flag-icon-al.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/al.svg);
}
.flag-icon-am {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/am.svg);
}
.flag-icon-am.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/am.svg);
}
.flag-icon-ao {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/ao.svg);
}
.flag-icon-ao.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/ao.svg);
}
.flag-icon-aq {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/aq.svg);
}
.flag-icon-aq.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/aq.svg);
}
.flag-icon-ar {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/ar.svg);
}
.flag-icon-ar.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/ar.svg);
}
.flag-icon-as {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/as.svg);
}
.flag-icon-as.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/as.svg);
}
.flag-icon-at {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/at.svg);
}
.flag-icon-at.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/at.svg);
}
.flag-icon-au {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/au.svg);
}
.flag-icon-au.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/au.svg);
}
.flag-icon-aw {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/aw.svg);
}
.flag-icon-aw.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/aw.svg);
}
.flag-icon-ax {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/ax.svg);
}
.flag-icon-ax.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/ax.svg);
}
.flag-icon-az {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/az.svg);
}
.flag-icon-az.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/az.svg);
}
.flag-icon-ba {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/ba.svg);
}
.flag-icon-ba.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/ba.svg);
}
.flag-icon-bb {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/bb.svg);
}
.flag-icon-bb.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/bb.svg);
}
.flag-icon-bd {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/bd.svg);
}
.flag-icon-bd.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/bd.svg);
}
.flag-icon-be {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/be.svg);
}
.flag-icon-be.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/be.svg);
}
.flag-icon-bf {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/bf.svg);
}
.flag-icon-bf.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/bf.svg);
}
.flag-icon-bg {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/bg.svg);
}
.flag-icon-bg.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/bg.svg);
}
.flag-icon-bh {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/bh.svg);
}
.flag-icon-bh.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/bh.svg);
}
.flag-icon-bi {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/bi.svg);
}
.flag-icon-bi.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/bi.svg);
}
.flag-icon-bj {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/bj.svg);
}
.flag-icon-bj.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/bj.svg);
}
.flag-icon-bl {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/bl.svg);
}
.flag-icon-bl.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/bl.svg);
}
.flag-icon-bm {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/bm.svg);
}
.flag-icon-bm.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/bm.svg);
}
.flag-icon-bn {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/bn.svg);
}
.flag-icon-bn.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/bn.svg);
}
.flag-icon-bo {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/bo.svg);
}
.flag-icon-bo.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/bo.svg);
}
.flag-icon-bq {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/bq.svg);
}
.flag-icon-bq.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/bq.svg);
}
.flag-icon-br {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/br.svg);
}
.flag-icon-br.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/br.svg);
}
.flag-icon-bs {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/bs.svg);
}
.flag-icon-bs.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/bs.svg);
}
.flag-icon-bt {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/bt.svg);
}
.flag-icon-bt.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/bt.svg);
}
.flag-icon-bv {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/bv.svg);
}
.flag-icon-bv.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/bv.svg);
}
.flag-icon-bw {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/bw.svg);
}
.flag-icon-bw.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/bw.svg);
}
.flag-icon-by {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/by.svg);
}
.flag-icon-by.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/by.svg);
}
.flag-icon-bz {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/bz.svg);
}
.flag-icon-bz.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/bz.svg);
}
.flag-icon-ca {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/ca.svg);
}
.flag-icon-ca.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/ca.svg);
}
.flag-icon-cc {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/cc.svg);
}
.flag-icon-cc.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/cc.svg);
}
.flag-icon-cd {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/cd.svg);
}
.flag-icon-cd.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/cd.svg);
}
.flag-icon-cf {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/cf.svg);
}
.flag-icon-cf.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/cf.svg);
}
.flag-icon-cg {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/cg.svg);
}
.flag-icon-cg.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/cg.svg);
}
.flag-icon-ch {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/ch.svg);
}
.flag-icon-ch.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/ch.svg);
}
.flag-icon-ci {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/ci.svg);
}
.flag-icon-ci.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/ci.svg);
}
.flag-icon-ck {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/ck.svg);
}
.flag-icon-ck.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/ck.svg);
}
.flag-icon-cl {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/cl.svg);
}
.flag-icon-cl.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/cl.svg);
}
.flag-icon-cm {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/cm.svg);
}
.flag-icon-cm.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/cm.svg);
}
.flag-icon-cn {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/cn.svg);
}
.flag-icon-cn.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/cn.svg);
}
.flag-icon-co {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/co.svg);
}
.flag-icon-co.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/co.svg);
}
.flag-icon-cr {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/cr.svg);
}
.flag-icon-cr.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/cr.svg);
}
.flag-icon-cu {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/cu.svg);
}
.flag-icon-cu.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/cu.svg);
}
.flag-icon-cv {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/cv.svg);
}
.flag-icon-cv.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/cv.svg);
}
.flag-icon-cw {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/cw.svg);
}
.flag-icon-cw.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/cw.svg);
}
.flag-icon-cx {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/cx.svg);
}
.flag-icon-cx.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/cx.svg);
}
.flag-icon-cy {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/cy.svg);
}
.flag-icon-cy.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/cy.svg);
}
.flag-icon-cz {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/cz.svg);
}
.flag-icon-cz.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/cz.svg);
}
.flag-icon-de {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/de.svg);
}
.flag-icon-de.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/de.svg);
}
.flag-icon-dj {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/dj.svg);
}
.flag-icon-dj.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/dj.svg);
}
.flag-icon-dk {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/dk.svg);
}
.flag-icon-dk.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/dk.svg);
}
.flag-icon-dm {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/dm.svg);
}
.flag-icon-dm.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/dm.svg);
}
.flag-icon-do {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/do.svg);
}
.flag-icon-do.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/do.svg);
}
.flag-icon-dz {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/dz.svg);
}
.flag-icon-dz.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/dz.svg);
}
.flag-icon-ec {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/ec.svg);
}
.flag-icon-ec.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/ec.svg);
}
.flag-icon-ee {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/ee.svg);
}
.flag-icon-ee.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/ee.svg);
}
.flag-icon-eg {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/eg.svg);
}
.flag-icon-eg.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/eg.svg);
}
.flag-icon-eh {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/eh.svg);
}
.flag-icon-eh.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/eh.svg);
}
.flag-icon-er {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/er.svg);
}
.flag-icon-er.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/er.svg);
}
.flag-icon-es {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/es.svg);
}
.flag-icon-es.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/es.svg);
}
.flag-icon-et {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/et.svg);
}
.flag-icon-et.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/et.svg);
}
.flag-icon-fi {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/fi.svg);
}
.flag-icon-fi.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/fi.svg);
}
.flag-icon-fj {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/fj.svg);
}
.flag-icon-fj.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/fj.svg);
}
.flag-icon-fk {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/fk.svg);
}
.flag-icon-fk.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/fk.svg);
}
.flag-icon-fm {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/fm.svg);
}
.flag-icon-fm.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/fm.svg);
}
.flag-icon-fo {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/fo.svg);
}
.flag-icon-fo.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/fo.svg);
}
.flag-icon-fr {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/fr.svg);
}
.flag-icon-fr.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/fr.svg);
}
.flag-icon-ga {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/ga.svg);
}
.flag-icon-ga.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/ga.svg);
}
.flag-icon-gb {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/gb.svg);
}
.flag-icon-gb.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/gb.svg);
}
.flag-icon-gd {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/gd.svg);
}
.flag-icon-gd.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/gd.svg);
}
.flag-icon-ge {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/ge.svg);
}
.flag-icon-ge.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/ge.svg);
}
.flag-icon-gf {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/gf.svg);
}
.flag-icon-gf.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/gf.svg);
}
.flag-icon-gg {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/gg.svg);
}
.flag-icon-gg.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/gg.svg);
}
.flag-icon-gh {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/gh.svg);
}
.flag-icon-gh.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/gh.svg);
}
.flag-icon-gi {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/gi.svg);
}
.flag-icon-gi.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/gi.svg);
}
.flag-icon-gl {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/gl.svg);
}
.flag-icon-gl.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/gl.svg);
}
.flag-icon-gm {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/gm.svg);
}
.flag-icon-gm.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/gm.svg);
}
.flag-icon-gn {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/gn.svg);
}
.flag-icon-gn.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/gn.svg);
}
.flag-icon-gp {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/gp.svg);
}
.flag-icon-gp.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/gp.svg);
}
.flag-icon-gq {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/gq.svg);
}
.flag-icon-gq.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/gq.svg);
}
.flag-icon-gr {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/gr.svg);
}
.flag-icon-gr.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/gr.svg);
}
.flag-icon-gs {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/gs.svg);
}
.flag-icon-gs.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/gs.svg);
}
.flag-icon-gt {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/gt.svg);
}
.flag-icon-gt.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/gt.svg);
}
.flag-icon-gu {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/gu.svg);
}
.flag-icon-gu.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/gu.svg);
}
.flag-icon-gw {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/gw.svg);
}
.flag-icon-gw.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/gw.svg);
}
.flag-icon-gy {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/gy.svg);
}
.flag-icon-gy.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/gy.svg);
}
.flag-icon-hk {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/hk.svg);
}
.flag-icon-hk.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/hk.svg);
}
.flag-icon-hm {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/hm.svg);
}
.flag-icon-hm.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/hm.svg);
}
.flag-icon-hn {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/hn.svg);
}
.flag-icon-hn.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/hn.svg);
}
.flag-icon-hr {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/hr.svg);
}
.flag-icon-hr.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/hr.svg);
}
.flag-icon-ht {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/ht.svg);
}
.flag-icon-ht.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/ht.svg);
}
.flag-icon-hu {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/hu.svg);
}
.flag-icon-hu.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/hu.svg);
}
.flag-icon-id {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/id.svg);
}
.flag-icon-id.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/id.svg);
}
.flag-icon-ie {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/ie.svg);
}
.flag-icon-ie.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/ie.svg);
}
.flag-icon-il {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/il.svg);
}
.flag-icon-il.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/il.svg);
}
.flag-icon-im {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/im.svg);
}
.flag-icon-im.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/im.svg);
}
.flag-icon-in {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/in.svg);
}
.flag-icon-in.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/in.svg);
}
.flag-icon-io {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/io.svg);
}
.flag-icon-io.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/io.svg);
}
.flag-icon-iq {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/iq.svg);
}
.flag-icon-iq.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/iq.svg);
}
.flag-icon-ir {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/ir.svg);
}
.flag-icon-ir.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/ir.svg);
}
.flag-icon-is {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/is.svg);
}
.flag-icon-is.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/is.svg);
}
.flag-icon-it {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/it.svg);
}
.flag-icon-it.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/it.svg);
}
.flag-icon-je {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/je.svg);
}
.flag-icon-je.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/je.svg);
}
.flag-icon-jm {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/jm.svg);
}
.flag-icon-jm.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/jm.svg);
}
.flag-icon-jo {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/jo.svg);
}
.flag-icon-jo.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/jo.svg);
}
.flag-icon-jp {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/jp.svg);
}
.flag-icon-jp.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/jp.svg);
}
.flag-icon-ke {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/ke.svg);
}
.flag-icon-ke.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/ke.svg);
}
.flag-icon-kg {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/kg.svg);
}
.flag-icon-kg.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/kg.svg);
}
.flag-icon-kh {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/kh.svg);
}
.flag-icon-kh.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/kh.svg);
}
.flag-icon-ki {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/ki.svg);
}
.flag-icon-ki.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/ki.svg);
}
.flag-icon-km {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/km.svg);
}
.flag-icon-km.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/km.svg);
}
.flag-icon-kn {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/kn.svg);
}
.flag-icon-kn.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/kn.svg);
}
.flag-icon-kp {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/kp.svg);
}
.flag-icon-kp.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/kp.svg);
}
.flag-icon-kr {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/kr.svg);
}
.flag-icon-kr.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/kr.svg);
}
.flag-icon-kw {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/kw.svg);
}
.flag-icon-kw.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/kw.svg);
}
.flag-icon-ky {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/ky.svg);
}
.flag-icon-ky.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/ky.svg);
}
.flag-icon-kz {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/kz.svg);
}
.flag-icon-kz.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/kz.svg);
}
.flag-icon-la {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/la.svg);
}
.flag-icon-la.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/la.svg);
}
.flag-icon-lb {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/lb.svg);
}
.flag-icon-lb.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/lb.svg);
}
.flag-icon-lc {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/lc.svg);
}
.flag-icon-lc.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/lc.svg);
}
.flag-icon-li {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/li.svg);
}
.flag-icon-li.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/li.svg);
}
.flag-icon-lk {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/lk.svg);
}
.flag-icon-lk.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/lk.svg);
}
.flag-icon-lr {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/lr.svg);
}
.flag-icon-lr.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/lr.svg);
}
.flag-icon-ls {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/ls.svg);
}
.flag-icon-ls.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/ls.svg);
}
.flag-icon-lt {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/lt.svg);
}
.flag-icon-lt.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/lt.svg);
}
.flag-icon-lu {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/lu.svg);
}
.flag-icon-lu.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/lu.svg);
}
.flag-icon-lv {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/lv.svg);
}
.flag-icon-lv.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/lv.svg);
}
.flag-icon-ly {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/ly.svg);
}
.flag-icon-ly.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/ly.svg);
}
.flag-icon-ma {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/ma.svg);
}
.flag-icon-ma.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/ma.svg);
}
.flag-icon-mc {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/mc.svg);
}
.flag-icon-mc.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/mc.svg);
}
.flag-icon-md {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/md.svg);
}
.flag-icon-md.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/md.svg);
}
.flag-icon-me {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/me.svg);
}
.flag-icon-me.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/me.svg);
}
.flag-icon-mf {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/mf.svg);
}
.flag-icon-mf.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/mf.svg);
}
.flag-icon-mg {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/mg.svg);
}
.flag-icon-mg.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/mg.svg);
}
.flag-icon-mh {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/mh.svg);
}
.flag-icon-mh.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/mh.svg);
}
.flag-icon-mk {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/mk.svg);
}
.flag-icon-mk.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/mk.svg);
}
.flag-icon-ml {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/ml.svg);
}
.flag-icon-ml.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/ml.svg);
}
.flag-icon-mm {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/mm.svg);
}
.flag-icon-mm.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/mm.svg);
}
.flag-icon-mn {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/mn.svg);
}
.flag-icon-mn.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/mn.svg);
}
.flag-icon-mo {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/mo.svg);
}
.flag-icon-mo.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/mo.svg);
}
.flag-icon-mp {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/mp.svg);
}
.flag-icon-mp.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/mp.svg);
}
.flag-icon-mq {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/mq.svg);
}
.flag-icon-mq.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/mq.svg);
}
.flag-icon-mr {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/mr.svg);
}
.flag-icon-mr.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/mr.svg);
}
.flag-icon-ms {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/ms.svg);
}
.flag-icon-ms.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/ms.svg);
}
.flag-icon-mt {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/mt.svg);
}
.flag-icon-mt.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/mt.svg);
}
.flag-icon-mu {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/mu.svg);
}
.flag-icon-mu.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/mu.svg);
}
.flag-icon-mv {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/mv.svg);
}
.flag-icon-mv.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/mv.svg);
}
.flag-icon-mw {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/mw.svg);
}
.flag-icon-mw.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/mw.svg);
}
.flag-icon-mx {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/mx.svg);
}
.flag-icon-mx.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/mx.svg);
}
.flag-icon-my {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/my.svg);
}
.flag-icon-my.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/my.svg);
}
.flag-icon-mz {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/mz.svg);
}
.flag-icon-mz.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/mz.svg);
}
.flag-icon-na {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/na.svg);
}
.flag-icon-na.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/na.svg);
}
.flag-icon-nc {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/nc.svg);
}
.flag-icon-nc.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/nc.svg);
}
.flag-icon-ne {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/ne.svg);
}
.flag-icon-ne.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/ne.svg);
}
.flag-icon-nf {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/nf.svg);
}
.flag-icon-nf.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/nf.svg);
}
.flag-icon-ng {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/ng.svg);
}
.flag-icon-ng.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/ng.svg);
}
.flag-icon-ni {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/ni.svg);
}
.flag-icon-ni.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/ni.svg);
}
.flag-icon-nl {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/nl.svg);
}
.flag-icon-nl.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/nl.svg);
}
.flag-icon-no {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/no.svg);
}
.flag-icon-no.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/no.svg);
}
.flag-icon-np {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/np.svg);
}
.flag-icon-np.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/np.svg);
}
.flag-icon-nr {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/nr.svg);
}
.flag-icon-nr.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/nr.svg);
}
.flag-icon-nu {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/nu.svg);
}
.flag-icon-nu.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/nu.svg);
}
.flag-icon-nz {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/nz.svg);
}
.flag-icon-nz.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/nz.svg);
}
.flag-icon-om {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/om.svg);
}
.flag-icon-om.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/om.svg);
}
.flag-icon-pa {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/pa.svg);
}
.flag-icon-pa.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/pa.svg);
}
.flag-icon-pe {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/pe.svg);
}
.flag-icon-pe.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/pe.svg);
}
.flag-icon-pf {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/pf.svg);
}
.flag-icon-pf.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/pf.svg);
}
.flag-icon-pg {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/pg.svg);
}
.flag-icon-pg.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/pg.svg);
}
.flag-icon-ph {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/ph.svg);
}
.flag-icon-ph.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/ph.svg);
}
.flag-icon-pk {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/pk.svg);
}
.flag-icon-pk.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/pk.svg);
}
.flag-icon-pl {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/pl.svg);
}
.flag-icon-pl.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/pl.svg);
}
.flag-icon-pm {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/pm.svg);
}
.flag-icon-pm.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/pm.svg);
}
.flag-icon-pn {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/pn.svg);
}
.flag-icon-pn.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/pn.svg);
}
.flag-icon-pr {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/pr.svg);
}
.flag-icon-pr.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/pr.svg);
}
.flag-icon-ps {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/ps.svg);
}
.flag-icon-ps.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/ps.svg);
}
.flag-icon-pt {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/pt.svg);
}
.flag-icon-pt.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/pt.svg);
}
.flag-icon-pw {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/pw.svg);
}
.flag-icon-pw.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/pw.svg);
}
.flag-icon-py {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/py.svg);
}
.flag-icon-py.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/py.svg);
}
.flag-icon-qa {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/qa.svg);
}
.flag-icon-qa.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/qa.svg);
}
.flag-icon-re {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/re.svg);
}
.flag-icon-re.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/re.svg);
}
.flag-icon-ro {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/ro.svg);
}
.flag-icon-ro.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/ro.svg);
}
.flag-icon-rs {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/rs.svg);
}
.flag-icon-rs.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/rs.svg);
}
.flag-icon-ru {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/ru.svg);
}
.flag-icon-ru.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/ru.svg);
}
.flag-icon-rw {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/rw.svg);
}
.flag-icon-rw.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/rw.svg);
}
.flag-icon-sa {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/sa.svg);
}
.flag-icon-sa.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/sa.svg);
}
.flag-icon-sb {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/sb.svg);
}
.flag-icon-sb.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/sb.svg);
}
.flag-icon-sc {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/sc.svg);
}
.flag-icon-sc.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/sc.svg);
}
.flag-icon-sd {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/sd.svg);
}
.flag-icon-sd.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/sd.svg);
}
.flag-icon-se {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/se.svg);
}
.flag-icon-se.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/se.svg);
}
.flag-icon-sg {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/sg.svg);
}
.flag-icon-sg.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/sg.svg);
}
.flag-icon-sh {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/sh.svg);
}
.flag-icon-sh.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/sh.svg);
}
.flag-icon-si {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/si.svg);
}
.flag-icon-si.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/si.svg);
}
.flag-icon-sj {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/sj.svg);
}
.flag-icon-sj.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/sj.svg);
}
.flag-icon-sk {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/sk.svg);
}
.flag-icon-sk.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/sk.svg);
}
.flag-icon-sl {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/sl.svg);
}
.flag-icon-sl.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/sl.svg);
}
.flag-icon-sm {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/sm.svg);
}
.flag-icon-sm.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/sm.svg);
}
.flag-icon-sn {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/sn.svg);
}
.flag-icon-sn.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/sn.svg);
}
.flag-icon-so {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/so.svg);
}
.flag-icon-so.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/so.svg);
}
.flag-icon-sr {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/sr.svg);
}
.flag-icon-sr.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/sr.svg);
}
.flag-icon-ss {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/ss.svg);
}
.flag-icon-ss.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/ss.svg);
}
.flag-icon-st {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/st.svg);
}
.flag-icon-st.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/st.svg);
}
.flag-icon-sv {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/sv.svg);
}
.flag-icon-sv.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/sv.svg);
}
.flag-icon-sx {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/sx.svg);
}
.flag-icon-sx.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/sx.svg);
}
.flag-icon-sy {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/sy.svg);
}
.flag-icon-sy.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/sy.svg);
}
.flag-icon-sz {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/sz.svg);
}
.flag-icon-sz.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/sz.svg);
}
.flag-icon-tc {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/tc.svg);
}
.flag-icon-tc.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/tc.svg);
}
.flag-icon-td {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/td.svg);
}
.flag-icon-td.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/td.svg);
}
.flag-icon-tf {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/tf.svg);
}
.flag-icon-tf.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/tf.svg);
}
.flag-icon-tg {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/tg.svg);
}
.flag-icon-tg.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/tg.svg);
}
.flag-icon-th {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/th.svg);
}
.flag-icon-th.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/th.svg);
}
.flag-icon-tj {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/tj.svg);
}
.flag-icon-tj.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/tj.svg);
}
.flag-icon-tk {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/tk.svg);
}
.flag-icon-tk.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/tk.svg);
}
.flag-icon-tl {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/tl.svg);
}
.flag-icon-tl.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/tl.svg);
}
.flag-icon-tm {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/tm.svg);
}
.flag-icon-tm.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/tm.svg);
}
.flag-icon-tn {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/tn.svg);
}
.flag-icon-tn.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/tn.svg);
}
.flag-icon-to {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/to.svg);
}
.flag-icon-to.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/to.svg);
}
.flag-icon-tr {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/tr.svg);
}
.flag-icon-tr.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/tr.svg);
}
.flag-icon-tt {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/tt.svg);
}
.flag-icon-tt.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/tt.svg);
}
.flag-icon-tv {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/tv.svg);
}
.flag-icon-tv.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/tv.svg);
}
.flag-icon-tw {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/tw.svg);
}
.flag-icon-tw.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/tw.svg);
}
.flag-icon-tz {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/tz.svg);
}
.flag-icon-tz.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/tz.svg);
}
.flag-icon-ua {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/ua.svg);
}
.flag-icon-ua.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/ua.svg);
}
.flag-icon-ug {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/ug.svg);
}
.flag-icon-ug.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/ug.svg);
}
.flag-icon-um {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/um.svg);
}
.flag-icon-um.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/um.svg);
}
.flag-icon-us {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/us.svg);
}
.flag-icon-us.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/us.svg);
}
.flag-icon-uy {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/uy.svg);
}
.flag-icon-uy.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/uy.svg);
}
.flag-icon-uz {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/uz.svg);
}
.flag-icon-uz.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/uz.svg);
}
.flag-icon-va {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/va.svg);
}
.flag-icon-va.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/va.svg);
}
.flag-icon-vc {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/vc.svg);
}
.flag-icon-vc.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/vc.svg);
}
.flag-icon-ve {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/ve.svg);
}
.flag-icon-ve.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/ve.svg);
}
.flag-icon-vg {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/vg.svg);
}
.flag-icon-vg.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/vg.svg);
}
.flag-icon-vi {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/vi.svg);
}
.flag-icon-vi.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/vi.svg);
}
.flag-icon-vn {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/vn.svg);
}
.flag-icon-vn.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/vn.svg);
}
.flag-icon-vu {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/vu.svg);
}
.flag-icon-vu.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/vu.svg);
}
.flag-icon-wf {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/wf.svg);
}
.flag-icon-wf.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/wf.svg);
}
.flag-icon-ws {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/ws.svg);
}
.flag-icon-ws.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/ws.svg);
}
.flag-icon-ye {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/ye.svg);
}
.flag-icon-ye.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/ye.svg);
}
.flag-icon-yt {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/yt.svg);
}
.flag-icon-yt.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/yt.svg);
}
.flag-icon-za {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/za.svg);
}
.flag-icon-za.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/za.svg);
}
.flag-icon-zm {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/zm.svg);
}
.flag-icon-zm.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/zm.svg);
}
.flag-icon-zw {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/zw.svg);
}
.flag-icon-zw.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/zw.svg);
}
.flag-icon-eu {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/eu.svg);
}
.flag-icon-eu.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/eu.svg);
}
.flag-icon-gb-eng {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/gb-eng.svg);
}
.flag-icon-gb-eng.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/gb-eng.svg);
}
.flag-icon-gb-sct {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/gb-sct.svg);
}
.flag-icon-gb-sct.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/gb-sct.svg);
}
.flag-icon-gb-wls {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/gb-wls.svg);
}
.flag-icon-gb-wls.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/gb-wls.svg);
}
.flag-icon-un {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/4x3/un.svg);
}
.flag-icon-un.flag-icon-squared {
  background-image: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/flags/1x1/un.svg);
}

.left-off-canvas-menu.main-nav {
    background: #ffffff !important;
}
.main-nav .top-bar-section li:not(.has-form) a:not(.button), .main-nav .top-bar-section > ul {
    background: #ffffff;
}
/*** Small Only ***/
@media only screen and (max-width: 40em) {
    .main-header {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 82 !important;
    }
    .top-bar .top-bar-section .heading-space {
        background-color: #eec9d2;
        font-size: 1rem;
        line-height: 2.4;
        padding: 4px 0 4px 15px;
        text-align: center;
        color: #333 !important;
        height: 2.875rem;
        position: fixed !important;
        width: 100%;
        z-index: 90 !important;
        visibility: hidden;
    }
    .moved > .dropdown > li.title.back.js-generated {
        position: fixed !important;
        z-index: 90 !important;
        top: 0;
        visibility: hidden;
    }
    .global-promotion-banner{
        display:block;
        margin: 0 0 10px 0;
    }
    .homepage-banner-blue{
        padding: 8px 10px;
    }
    .cms-index-index .global-promotion-banner{
        margin: 2px 0 0 0;
    }
    .promotion-banner-sticky{
        display:none;
    }
    .off-canvas-wrap,
    .off-canvas-wrap .base-content,
    .off-canvas-wrap .inner-wrap{
        height: 100%;
        -webkit-overflow-scrolling: touch; 
    }
    .off-canvas-wrap .base-content{
        /* padding-top:56px; */
        padding-top:46px;
        overflow-y:scroll;
        overflow-x:hidden;
        -webkit-overflow-scrolling: touch; 
    }
    .checkout-onepage-index .base-content, 
    .checkout-onepage-index .off-canvas-wrap,
    .checkout-onepage-index .off-canvas-wrap .inner-wrap{
        height: auto !important;
        overflow: hidden;
    }
    .category-description{
        margin: 0 0 20px;
    }
    .catalog-product-view .breadcrumbs-wrapper{
        display:none;
    }
    .breadcrumbs-wrapper{
        margin-top: 10px;
    }
    .catalog-product-view .base-content{
        padding-top:46px;
    }
    .row {
        padding-left: 2%;
        padding-right: 2%;
    }
    .toolbar-actions.limiter{
        float:right;
        margin:0;
    }
    button.expand,
    .button.expand {
        font-size: 0.875rem;
        padding: 0.625rem;
    }
    .top-bar-section ul li.menu-currency {
        margin-bottom: 20px;
        background-color: #F8E6DA;
    }
    .top-bar-section ul li.menu-currency .parent-link{
        display:none !important;
    }
    .top-bar-section .has-dropdown.moved .dropdown{
        display: block !important;
    }
    .top-bar-section .has-dropdown.moved .dropdown .back {
        height: 2.875rem;
    }
    .top-bar-section .right{
        border-top: 1px solid #ccc;
        margin-top:5px;
        padding-top: 5px;
    }
    .product-essential .product-shop{
        float: none;
        margin-top: 15px;
        overflow: auto;
    }
    .product-view .product-shop .product-name{
        margin: 10px 0;
        text-align: center;
        font-size: 1.375rem;
    }
    .multimedia-social {
        text-align: center;
    }
    .product-view .product-shop .price-box{
        text-align: center;
    }
    .product-view .product-shop .price-box .price{
        font-size: 1.375rem;
    }
    .product-list-general .item .item-title,
    .product-list-general .prods .product-name a{
        font-size: 12px;
    }
    .homepage-promotions {
        margin-bottom: 0;
    }
    .homepage-promotions .columns{
        display:none;
    }
    .homepage-promotions .columns:first-child{
        font-size: 12px;
        display:block;
    }
    .cms-index-index .base-content{
        /*padding-top: 45px;*/
        padding-top: 2.75rem;
    }
    .cms-index-index .std .row,
    .cms-index-index .std .columns{
        padding:0;
    }
    .base-content,
    .off-canvas-wrap, 
    .off-canvas-wrap .inner-wrap{
        /*height: 100%;*/
    }
    .page-title{
        margin: 10px 0 15px;
    }
    .page-title h1{
        font-size: 1.5rem;
    }
    .user-login{
        display:none !important;
    }
    .header-minicart .cart-content {
        border: none;
    }
    .top-bar .top-bar-section .customer-account {
        background-color: #eec9d2;
        font-size: 1rem;
        line-height: 2.25rem;
        padding: 4px 0 4px 15px;
        text-align: center;
        color: #333 !important;
        height: 2.875rem;
    }
    .top-bar .top-bar-section .customer-account .cm-login i{
        display:inline-block;
        font-size: 1.25rem;
        line-height: 1.9rem;
    }
    .top-bar .top-bar-section .customer-account .cm-login {
        background: transparent none repeat scroll 0 0 !important;
        color: #777 !important;
        display: inline;
        font-size: 1rem;
        line-height: 2.25rem;
        padding: 0;
        vertical-align: middle;
        display:inline-block;
    }
    .top-bar .top-bar-section .customer-account .cm-logout{
        background: transparent none repeat scroll 0 0 !important;
        color: #777 !important;
        display: inline;
        font-size: 1rem;
        height: 2.25rem;
        line-height: 2.25rem;
        padding: 0 10px;
        text-align: center;
        vertical-align: middle;
        width: 2.25rem;
    }
    .checkout-header-wrapper .main-logo{
        margin:0;
    }
    .reveal-modal{
        max-width: 94%;
        max-height: 600px;
        min-height: 350px;
        margin: 10px 3%;
    }
    .prefix,
    .postfix{
        font-size: 0.625rem !important;
    }
    .row.collapse{
        padding-left: 1%;
        padding-right: 1%;
    }
    .inner-wrap {
        overflow: visible;
    }
    .parent-link.js-generated {
        display: block !important;
    }
    .parent-link.js-generated:before {
        content: "All ";
    }
    .top-bar,
    .top-bar-section ul,
    .top-bar-section ul li > a {
        background: #F7F8F9 !important;
    }
    .top-bar-section ul {
        padding-right: 0 !important;
    }
    .top-bar-section .has-dropdown-for-large > a:after {
        content: none;
    }
    .top-bar-section li.active:not(.has-form) a:not(.button) {
        line-height: inherit;
        color: #ffffff;
        background: inherit;
    }
    .main-header .icon-menu{
        color: #333;
        display: block;
        font-size: 1.375rem;
        line-height: 2.875rem;
        margin: 0;
        text-align: center;
        width: 1.8rem;
    }
    .main-header .top-header{
        padding: 0 0;
        height: 2.875rem;
    }
    .logo-container{
        position: static;
        margin: 0 auto 0 38px;
        width: 130px;
        display: inline-block;
        text-align: left;
        float:left;
    }
    .logo-container a{
        display: inline-block;
        line-height: 2.25rem;
    }
    .main-logo {
        max-height: 30px;
    }
    .not-display-in-small{
        display: none !important;
    }
    .move-left .exit-off-canvas,
    .move-right .exit-off-canvas{
        background-color: rgba(0,0,0,0.5);
        box-shadow: none;
    }
    /* offcanvas menu */
    .left-off-canvas-menu.main-nav .dropdown li a:not(.button), 
    .left-off-canvas-menu.main-nav .dropdown ul.dropdown,
    .right-off-canvas-menu.main-nav .dropdown li a:not(.button), 
    .right-off-canvas-menu.main-nav .dropdown ul.dropdown {
        background: #F7F8F9 !important;
    }
    .left-off-canvas-menu.main-nav .dropdown li:hover > a,
    .left-off-canvas-menu.main-nav .dropdown ul.dropdown li:hover > a,
    .right-off-canvas-menu.main-nav .dropdown li:hover > a,
    .right-off-canvas-menu.main-nav .dropdown ul.dropdown li:hover > a {
        background: #F8E6DA !important;
    }
    .touch .off-canvas-wrap.move-left,
    .touch .off-canvas-wrap.move-right {
        overflow: hidden;
    }
    .touch .off-canvas-wrap.move-left .inner-wrap,
    .touch .off-canvas-wrap.move-right .inner-wrap {
        position: fixed;
        top: 0;
        bottom: 0;
    }
    .top-bar .mega-list.columns{
        padding-left:0;
        padding-right:0;
    }
    .top-bar {
        height: auto !important;
    }
    .top-bar .level0.dropdown {
        display: block !important;
    }
    .top-bar-section ul {
        padding-left: 0;
    }
    .top-bar-section ul.left {
        padding-left: 0;
        overflow: hidden;
    }
    .top-bar-section li {
        padding-top: 0;
    }
    .top-bar-section dd ul li,
    .configurable-swatch-list li {
        border-bottom: none !important;
    }
    .top-bar-section li span {
        padding: 0 10px 0 6px;
        color: #333;
        display: inline !important;
    }
    .top-bar-section li.last {
        border-bottom: none;
        margin-bottom: 10px;
    }
    .top-bar-section li.group-title {
        margin: 4px 0 0 0;
        padding: 0 0 0 15px;
        color: pink;
        font-size: 0.937rem;
        font-weight: 600;
        height: 2em;
        /*text-transform: uppercase;*/
    }
    .top-bar-section ul li {
        padding-top: 0;
        font-size: .937rem;
        background: transparent none repeat scroll 0 0;
    }
    .top-bar-section ul.right li > a,
    .top-bar-section ul {
        font-size: 14px;
    }
    .top-bar-section ul li > a,
    .top-bar-section .dropdown li a {
        padding: 13px 0 13px 15px;
        font-size: 14px;
        line-height: 1.8 !important;
    }	
    .mega-list .heading_only {
        padding: 13px 0 13px 15px !important;
    }
    .top-bar-section li:not(.has-form) a:not(.button) {
        line-height: inherit;	
    }
    .top-bar-section .has-dropdown > a:before,
    .top-bar-section .has-dropdown > a:after {
        border-right: 2px solid;
        content: "";
        display: block;
        height: 8px;
        margin-top: -6px;
        position: absolute !important;
        -ms-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
        right: 10px;
        top: 50%;
        width: 0;
        color: #333 !important;
        margin-right: 6px;
    }
    .top-bar-section .has-dropdown > a:after {
        margin-top: -1px;
        -ms-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        border-style: none !important;
        border-right: 2px solid !important;
    }
    .top-bar-section .has-dropdown.moved > a:before,
    .top-bar-section .has-dropdown.moved > a:after {
        display: none;	
    }
    .top-bar-section .back h5 {
        font-size: 1em;
    }
    .top-bar-section .back h5 a {
        color: #C0C0C0 !important;
        padding-left: 28px;
    }
    .top-bar-section .back h5 > a:before,
    .top-bar-section .back h5 > a:after {
        border-right: 2px solid;
        content: "";
        display: block;
        height: 6px;
        margin-top: -4px;
        position: absolute !important;
        -ms-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        left: 18px;
        top: 23px;
        width: 0;
        color: #333 !important;
        margin-right: 6px;
    }
    .top-bar-section .back h5 > a:after {
        margin-top: -1px;
        -ms-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
        border-style: none !important;
        border-right: 2px solid !important;
    }
    .top-bar-section .arrow-box:after {
        border: none;
    }
    .top-bar-section .has-dropdown-for-large {
        display: none;
    }
    .vertical .custom-menu {
        left: 0 !important;
    }
    .header-minicart .cart-content{
        display:block;
    }
    .right-off-canvas-menu,
    .left-off-canvas-menu.main-nav {
        background: #F7F8F9 !important;
        position:fixed;
        -webkit-transition: none !important;
        -moz-transition: none !important;
        -o-transition: none !important;
        -ms-transition: none !important;
        transition: none !important;
    }
    .right-off-canvas-menu{
        background-color: #FFF !important;
    }
    .main-nav .top-bar-section ul li a {
        color: #333 !important;
    }
    .main-nav .top-bar-section ul li:hover a,
    .main-nav .top-bar-section ul.left li ul li:hover > a:not(.button) {
        color: #000 !important;
    }
    .mega-list.columns{
        position: static;
    }
    .mega-menu .menu-block a{
        padding:0 !important;
        line-height:0 !important;
    }
    .layered-nav-container ol li.checked:hover a:before,
    .layered-nav-container ol li.checked:hover a {
        color: #9be2e6;
    }
    .newsletter-block .newsletter-subscribe-label{
        display:block;
        padding:0 0 6px;
    }
    .newsletter-form-center{
        max-width: 100%;
    }
    .newsletter-button{
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom:6px;
    }
    .newsletter-block .formset{
        margin-left:0;
        margin-top: 10px;
        width: 260px;
    }
    .foot-icons-link {
        max-width: 100%;
        /* margin-bottom: 10px; */
    }
    .footer-content .foot-icons-link a:hover,
    .footer-content .foot-icons-link a{
        /* margin-right: 5px; */
    }
    .footer-content .social-title{
        display: none;
    }
    .footer-content .social-links, .footer-content .social-links .columns {
        padding-left: 0;
        padding-right: 0;
        border-bottom: none;
    }
    .footer-content .footer-title {
        margin-bottom:0;
    }
    .footer-title.mobiletoggle{
        border-top: 1px solid #ccc;
        padding: 8px 0 8px 5px;
        margin: 0;
        cursor: pointer;
        font-size: 1rem;
    }
    .footer-title.mobiletoggle + .footer-links{
        display: none;
        padding: 5px 0 0 24px;
        font-size: 0.875rem;
    }
    .footer-title.mobiletoggle.opened + .footer-links{
        display:block;
    }
    .footer-links li {
        height: 40px;
    }
    .footer-title.mobiletoggle:before{
        font-family: "showpo";
        content: "\e93c"; 
        margin-right: 5px;
    }
    .main-footer div, .main-footer p{
        font-size:0.6875rem;
    }
    .footer-content {
        padding: 0 0 15px 0;
    }
    .footer-content [class*="block-grid-"] > li {
        padding: 0;
    }
    .footer-bottom{
        padding: 10px 0 12%;
    }
    .cards-title{
        margin:10px 0 5px;
        float:none;
    }
    .shipping-rates-details .footer-title {
        margin-left: -10px;
        margin-right: -10px;
        margin-bottom: 5px;
    }
    .sort-by select{
        width: 103px;
    }
    .category-products .item{
        margin:10px 8px 0 0;
    }
    .price-box{
        text-align: left;
    }
    .product-listing .price-box {
        font-size: 0.75rem;
    }
    .price-box .old-price,
    .price-box .special-price{
        font-size: 0.75rem;
        padding:0;
    }
    .item-info{
        padding: 0;
        min-height: 0;
    }
    .social-links .footer-title{
        display:none;
    }
    .footer-content .foot-icons-link a:hover,
    .footer-content .foot-icons-link a{
        margin-top:0;
    }
    .foot-icons-link {
        text-align:center;
    }
    .product-gallery{
        width: 100%;
        float:none;
    }
    .left-off-canvas-menu.main-nav .dropdown .js-generated.back a, 
    .left-off-canvas-menu.main-nav .dropdown ul.dropdown .js-generated.back a, 
    .right-off-canvas-menu.main-nav .dropdown .js-generated.back a,
    .right-off-canvas-menu.main-nav .dropdown ul.dropdown .js-generated.back a{
        background-color: #eec9d2 !important;
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 1rem;
        line-height: 1.6;
        height: 2.875rem;
        text-transform: none;
    }
    .footer-title.mobiletoggle.opened:before{
        content: '\e93a';
    }
    .shipping-rates-details .footer-title.mobiletoggle:before{
        content: '';
    }
    .shipping-rates-details,
    .page-links {
        padding: 0 10px;
    }

    .utility-menu li {
        display: none;
        width: 100% !important;
    }

    .utility-menu li.current {
        display: block;
    }

    .utility-menu li.current {
        display: block;
    }

    .cms-accordion h1 {
        margin-bottom: 0.5rem;
        font-size: 2.125rem;
    }
    .cms-accordion p {
        margin-bottom: 1rem;
    }

    h1.cms-title {
        font-size: 1.25rem;
        font-weight: 800;
        letter-spacing: 0.75px;
    }

    #cms-returns-info .panel {
        padding-left: 4%;
    }
    .mega-menu .columns:not(.mega-list) .level1 > a {
        font-weight: normal;
    }
}

/* Small and Medium*/
@media only screen and (max-width: 64em) {

    #howToMeasureSection {
        max-width: none;
        max-height: none;
        position: relative;
        top: auto;
        right: auto;
        width: 100%;
        padding: 10px;
    }

    img.how-to-measure {
        width: 100%;
    }

    .reveal-modal .close-reveal-modal {
        z-index: 200;
    }

    #prod-size-guide {
        max-height: none;
        max-width: 95%;
        overflow: auto;
        height: 100%;
        padding-left: 0;
        padding-right: 0;
        -webkit-overflow-scrolling: touch;
    }

    /**
        Hack to stop reveal modal close button from disappearing on iPhones
     */
    .reveal-modal .close-reveal-modal {
        -webkit-transform: translate3d(0,0,0);
    }

    /**
        Hack to stop swiper next/prev icons disappearing on iphone after the
        size guide modal is closed
     */
    .swiper-button-next,
    .swiper-button-prev {
        -webkit-transform: translate3d(0,0,0);
    }

    #sizeGuideTitle,
    p.small,
    #sizeGuideConversionTitle
    {
        padding-left: 20px;
        padding-right: 20px;
        text-align: center;
        display: block;
        color: #000;
    }

    #sizeGuideConversionTitle {
        font-weight:bold;
    }

    #how-to-measure-link {
        display: block;
        color: #000;
        padding-right: 20px;
        float: right;
        text-decoration: underline;
    }

    #sizeGuideUnitSelection
    {
        margin-left: 20px;
    }

    #sizeGuideTableMobile,
    #sizeConversionChartMobile,
    #shoeSizeGuideTableMobile {
        display: table;
        clear: left;
        width: 100%;
    }

    #shoeSizeGuideTableMobile {
        width: 90%;
        margin: 5%;
        text-align: center;
    }

    #shoeSizeGuideTableMobile th {
        border: none;
    }

    #shoeSizeGuideTableMobile td {
       padding-left: 15px;
    }

    #shoeSizeGuideTableMobile td:first-child {
        border-left: solid 1px #d9d9d9;
    }

    #shoeSizeGuideTableMobile td:last-child {
        border-right: solid 1px #d9d9d9;
    }

    #sizeGuideTableDesktop,
    #shoeSizeGuideTableDesktop {
        display: none;
    }

    .size-guide-clothes-au-content {
        float: none;
        width: auto;
        top: auto;
    }

    .sizeGuideTable {
        width: 100%;
        padding: 0;
    }

    .sizeGuideTable th,
    .sizeGuideTable td {
        padding: 12px 14px;
        border-top: solid 1px #d9d9d9;
        width: 20%;
    }

    #sizeConversionChartMobile th,
    #sizeConversionChartMobile td {
        width: 21.5%;
    }

    .sizeGuideTable tbody tr:last-child th {
        border-bottom: solid 1px #d9d9d9;
    }

    .sizeGuideTable tbody td:last-child {
        border-right: none;
    }

    .sizeGuideTable thead th {
        border: none;
    }

    #sizeGuideUnitSelection {
        float: left;
        top: 0;
        margin-right: auto;
        margin-bottom: 20px;
    }

    #how-to-measure-link {
        color: #000;
        float: right;
    }

    #prod-size-guide .size-disclaimer {
        max-width: none;
    }
}

/* Only Medium */
@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
    .newsletter-block{
        padding-top:0;
    }
    .row {
        padding-left: 10px;
        padding-right: 10px;
    }
    .white-popup {
        max-width: 60%;
    }
    .product-options dl dd,
    .product-options .option-title{
        width:100%;
    }
    .product-gallery{
        width: 70%;
    }
    .swiper-vertical{
        width: 28%;
    }
    .footer-content{
        padding-top:10px;
    }
    .footer-content .foot-icons-link a:hover,
    .footer-content .foot-icons-link a{
        margin-top:0;
    }
    .social-links .footer-title{
        display:none;
    }
    .foot-icons-link {
        max-width: 100%;
        margin-bottom: 10px;
        text-align:center;
    }
    .logo-fixed{
        display:none !important;
    }
    .main-header .top-bar-section a{
        font-size: 0.875rem !important;
    }
    .top-bar-section .has-dropdown > a {
        padding: 0 0.625rem !important;
    }
    .top-bar-section li:not(.has-form) a:not(.button){
        padding: 0 0.3125rem;
    }
    .top-bar-section ul.left {
        padding-left: 2%;
    }
    .mega-menu ul.columns-6-for-medium .mega-list > li {
        width: 16.6% !important;
    }
    .mega-menu ul.columns-5-for-medium .mega-list > li {
        width: 20% !important;
    }
    .mega-menu ul.columns-4-for-medium .mega-list > li {
        width: 25% !important;
    }
    .mega-menu ul.columns-3-for-medium .mega-list > li {
        width: 33% !important;
    }
    .mega-menu ul.columns-2-for-medium .mega-list > li {
        width: 50% !important;
    }
    .mega-menu ul.columns-1-for-medium .mega-list > li {
        width: 100% !important;
    }
    .mega-menu ul.hide-subcategories-for-medium > li {
        display: none !important;
    }
    .mega-menu ul.hide-subcategories-for-medium > li.mega-menu-right-block {
        display: block !important;
    }
    .hide-subcategories-for-medium .mega-menu-right-block {
        position: relative !important;
    }
    ul.hide-subcategories-for-large:not(.hide-subcategories-for-medium) {
        padding-right: 0 !important;
    }
    .columns-1-for-medium.hide-subcategories-for-large .mega-menu-right-block,
    .columns-2-for-medium.hide-subcategories-for-large .mega-menu-right-block,
    .columns-3-for-medium.hide-subcategories-for-large .mega-menu-right-block,
    .columns-4-for-medium.hide-subcategories-for-large .mega-menu-right-block,
    .columns-5-for-medium.hide-subcategories-for-large .mega-menu-right-block,
    .columns-6-for-medium.hide-subcategories-for-large .mega-menu-right-block {
        display: none !important;
    }
    .mega-menu > ul > li.mega-menu-top-block,
    .mega-menu > ul > li.mega-menu-bottom-block {
        width: 100% !important;
        border-left-color: #ffffff !important;
    }
    .mega-menu > ul.hide-subcategories-for-medium > li.mega-menu-right-block {
        width: 100% !important;
    }
    .header-ribbon .links-list {
        display: none;
    }
    .main-header.sticky-active .top-bar-section .has-dropdown.mega-menu > a{
        padding-right: 10px;
    }
    .main-header.sticky-active .top-bar-section .has-dropdown > a::after, .top-bar-section .has-dropdown-for-large > a::after{
        margin-right: 5px;
    }
    .white-popup {
        max-width: 80%;
    }
    .desktop-banner-link{
        width: 55%;
        padding: 10px;
    }
    .category-products .item-title .prod-name{
        font-size: 0.75rem;
    }
    .price-box{
        text-align: left;
    }
    .price-box .old-price,
    .price-box .special-price{
        font-size: 0.75rem;
        padding:0;
    }
}
/* Medium and Big screens */
@media only screen and (min-width: 40.0625em) {
    .main-header .nav-top-header{
        margin-bottom: 46px;
        height: 30px;
    }
    .main-header .top-header{
        position:fixed;
        top:30px;
        width: 100%;
    }
    .main-header.sticky-active .top-header{
        position:fixed;
        top:0;
    }
    .main-header{
        height: 78px;
    }
    button.expand,
    .button.expand {
        font-size: 0.875rem;
        padding: 0.625rem;
    }
    .top-bar .has-dropdown ul{
        display:none;
    }
    .top-bar .has-dropdown.hover ul{
        display: block;
    }
    .tooltip > .nub {
        border-color: transparent transparent #ffed9f transparent; }
    .tooltip.tip-top > .nub {
        border-color: #ffed9f transparent transparent transparent; }
    .tooltip.tip-left > .nub {
        border-color: transparent transparent transparent #ffed9f; }
    .tooltip.tip-right > .nub {
        border-color: transparent #ffed9f transparent transparent; }
    .top-bar-section ul li:hover > a,
    .top-bar-section ul li:active > a,
    .top-bar-section ul li > a:hover,
    .top-bar-section ul li > a:active {
        color: #000000 !important;
        -webkit-tap-highlight-color: transparent;
    }
    .orbit-container.full-screen img {
        display: none;
    }
    .orbit-container.full-screen li {
        height: 100%;
        background-size: cover;
    }
    .top-bar-section ul li {
        background: transparent none repeat scroll 0 0;
    }
    .footer-title.mobiletoggle + .footer-links{
        display:block !important;
    }
    .left-off-canvas-menu.main-nav,
    .right-off-canvas-menu.main-nav {
        background: transparent !important;
        overflow: visible;
        position: relative;
        -ms-transform: none !important;
        -moz-transform: none !important;
        -o-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        width: 100%;
        top: auto;
        clear: both;
        bottom: auto;
        z-index: 88;
    }
    .main-nav .top-bar-section li:not(.has-form) a:not(.button),
    .main-nav .top-bar-section ul {
        background: transparent;
    }
    .top-bar{
        max-width: 90rem;
        margin:0 auto;
    }
    .top-bar .top-bar-section{
        float: none !important;
        text-align: center;
        width: 100%;
        margin:0 auto;
        height: 2.875rem;
    }
    .top-bar .top-bar-section ul.left{
        margin: 0 auto;
        float: none !important;
        display: inline-block;
        padding: 0;
        text-align: left;
    }
    /* Dropdown styles */
    .top-bar-section .has-dropdown.hover > .dropdown, 
    .top-bar-section .level1.has-dropdown.not-click:hover > .dropdown,
    .top-bar-section .level2.has-dropdown.not-click:hover > .dropdown,
    .top-bar-section .level3.has-dropdown.not-click:hover > .dropdown,
    .top-bar-section .level4.has-dropdown.not-click:hover > .dropdown {
        display: block;
    }
    .top-bar-section .has-dropdown.mega-menu {
        position: static;
    }
    .top-bar-section .has-dropdown.mega-menu > a{
        position: relative;
    }
    .top-bar-section .has-dropdown.mega-menu > a:after {
        position: absolute;
    }
    .top-bar-section .has-dropdown.mega-menu.hover > a:before {
        content: "";
        position: absolute;
        left: 40%;
        bottom: 0;
        border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) #fff;
        border-style: solid;
        border-width: 6px;
        width: 0;
        height: 0;
        z-index: 101;
    }
    .top-bar-section .left .mega-menu .dropdown.arrow-box:after {
        content: none;
    }
    .top-bar-section .left ul li a {
        white-space: normal;
    }
    .top-bar-section .left ul li a.link {
        color: #000000 !important;
    }
    .top-bar-section .left ul,
    .top-bar-section .left .arrow-box {
        list-style: none !important;
        margin: 0 !important;
        padding: 12px 0;
        font-family: "Roboto", sans-serif !important;
        font-size: .875rem !important;
        line-height: 1 !important;
    }
    .top-bar-section .left ul,
    .top-bar-section .left .arrow-box {
        background: #ffffff;
    }
    .top-bar-section a.level2 {
        font-size: 0.875rem;
    }
    .top-bar-section .left ul li {
        position: relative;
        line-height: 1 !important;
        padding: 0 !important;
        margin: 0 !important;
    }
    .top-bar .top-bar-section .left ul li a:hover {
        color: #333 !important;
        background-color: #F8E6DA !important;
    }
    .top-bar-section .left ul li a {
        display: block;
        padding: 4px 20px 4px 16px !important;
        color: #666666 !important;
        line-height: 1.4 !important;
        margin: 0 !important;
        transition: color 150ms ease-out 0s;
        font-size: 13px;
        letter-spacing: 0.1px;
    }
    .top-bar-section .left .dropdown.arrow-box:after {
        left: 44px;
    }
    .top-bar-section .left ul ul {
        margin: -12px 0 0 !important;
    }
    .top-bar-section .left .level1.first {
        border-left: none !important;
    }
    /* Dropdown menu arrow */
    .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
        content: "";
        border-style: solid;
        border-width: 0 0 7px 6px;
        border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #CECECE;
        bottom: 10px;
        right: 8px;
        top: auto;
        margin-right: 0;
    }
    .top-bar-section .has-dropdown .dropdown li.has-dropdown:hover > a:after {
        border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #27ccc0 !important;
    }
    /* Mega Menu dropdown */
    /*.top-bar-section .has-dropdown.mega-menu > .dropdown {}*/
    .mega-menu > ul > li:hover > a:before {
        content: none !important;
    }
    .mega-menu ul li ul {
        position: relative !important; 
        display: block !important;
        left: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        box-shadow: none !important;
    }
    .top-bar-section .mega-menu .has-dropdown.hover > .dropdown,
    .top-bar-section .mega-menu .has-dropdown.not-click:hover > .dropdown,
    .mega-menu .level1.dropdown:hover,
    .mega-menu .level1.dropdown{
        position: relative !important;
    }
    .top-bar-section .left .mega-menu ul ul {
        margin: 0 !important;
        border-left: 0 !important;
        overflow: hidden;
    }
    .top-bar-section a.level0{
        /*text-transform: uppercase;*/
        font-size: 0.875rem;
        font-weight: normal;
    }
    .mega-menu a.level1.has-children {
        font-weight: bold;
        width: 90%;
    }
    .mega-menu .menu-block a{
        padding:0 !important;
        line-height:0 !important;
    }
    .mega-menu > ul .mega-list > li {
        display: inline-block !important;
        vertical-align: top;
        width: 25% !important;
        z-index: 1;
    }
    .mega-menu .menu-body{
        position:static;
        width: 100%;
    }
    .mega-menu ul.columns-6-for-large .mega-list > li {
        width: 16.6% !important;
    }
    .mega-menu ul.columns-5-for-large .mega-list > li {
        width: 20% !important;
    }
    .mega-menu ul.columns-4-for-large .mega-list > li {
        width: 25% !important;
    }
    .mega-menu ul.columns-3-for-large .mega-list > li {
        width: 33% !important;
    }
    /* 2 columns if over 10 items with more space*/
    .mega-menu ul.columns-3-for-large .mega-list > li.span-2-column {
        width: 66% !important;
    }
    .mega-menu ul.columns-2-for-large .mega-list > li {
        width: 50% !important;
    }
    .mega-menu ul.columns-1-for-large .mega-list > li {
        width: 100% !important;
    }
    .mega-menu ul li.title,
    .mega-menu ul li.js-generated,
    .mega-menu li.parent-link{
        display: none !important;
    }
    .top-bar-section .left .mega-menu > ul .mega-list > li > a {
        color: #333 !important;
    }
    .top-bar-section .left .mega-menu ul li:not(.has-dropdown){
        margin-bottom: 0 !important;
    }
    .top-bar-section .left .mega-menu ul li ul li a {
        color: #333 !important;
        width: 90%;
    }
    .mega-list{
        padding:0 10px;
    }
    /* 2 columns if over 10 items */
    .mega-list.span-2-column {
        column-count: 2;
        -webkit-column-count: 2;
        -moz-column-count: 2;
    }
    .mega-list .heading_only {
        font-weight: bold;
        margin-bottom: 5px;
    }
    .top-bar-section .left li.mega-menu > ul > li {
        margin-bottom: 15px !important;
        border-left: 1px solid #e5e5e5;
    }
    .top-bar-section .has-dropdown.mega-menu .dropdown li.has-dropdown > a:after {
        content: none;
    }
    .top-bar-section .left li.mega-menu > ul > li.mega-menu-bottom-block {
        margin-bottom: 5px !important;
    }
    .mega-menu-right-block {
        margin: 0 !important;
        padding: 0 !important;
        height: 100% !important;
        border-left: none !important;
        z-index: 10;
    }
    .mega-menu-right-block img{
        height: 100%;
        float:right;
    }
    .mega-menu > ul > li.mega-menu-right-block {
        width: 350px !important;
    }
    .top-bar-section .left ul li.mega-menu-right-block {
        padding: 0 !important;
    }
    .mega-menu > ul > li.mega-menu-top-block,
    .mega-menu > ul > li.mega-menu-bottom-block {
        width: 100% !important;
        border-left-color: #ffffff !important;
        padding-left: 16px !important;
    }
    .mega-menu > ul > li.mega-menu-top-block a,
    .mega-menu > ul > li.mega-menu-bottom-block a {
        font-size: 0.9375rem; 
        display: inline;
    }
    .mega-menu > ul > li.mega-menu-top-block p,
    .mega-menu > ul > li.mega-menu-bottom-block p {
        margin-bottom: 0;
        font-size: 0.9375rem;
        color: #777777;
        line-height: 1.25rem;
    }
    .mega-menu > ul > li.mega-menu-top-block p a,
    .mega-menu > ul > li.mega-menu-bottom-block p a {
        font-weight: lighter;
        font-size: 0.9375rem;
        padding: 0 1.5rem 0 0 !important;
    }
    .top-bar-section .left .mega-menu > ul > li.mega-menu-top-block > a,
    .top-bar-section .left .mega-menu > ul > li.mega-menu-bottom-block > a {
        color: #777777 !important;
        font-weight: lighter;
        padding: 0 1.5rem 0 0 !important;
        line-height: 1.25rem !important;
    }
    .top-bar-section .left .mega-menu > ul > li.mega-menu-top-block a:hover,
    .top-bar-section .left ul li.mega-menu-bottom-block a:hover {
        color: #27ccc0 !important; 
    }
    .subcategory-top-block {
        padding: 0 16px 6px;
    }	
    .subcategory-top-block p,
    .subcategory-bottom-block p {
        margin-bottom: 0;
    }
    .subcategory-bottom-block {
        padding: 6px 16px 0;
    }
    .top-bar-section .left ul li .subcategory-top-block a,
    .top-bar-section .left ul li .subcategory-bottom-block a {
        padding: 0 !important;
    }
    .header-ribbon #select-currency {
        width: auto;
        float: right;
    }
    .clformfields .header-ribbon select,
    .clrformfields .header-ribbon select {
        margin: 4px 0 0 ;
        padding: 0 6px;
        height: 1.5rem;
        line-height: 1.5rem;
        min-width: 120px;
    }
    .clformfields .header-ribbon #select-currency,
    .clrformfields .header-ribbon  #select-currency {
        margin-left: 10px;
    }
    .left-off-canvas-menu{
        -webkit-transition: none !important;
        -moz-transition: none !important;
        -o-transition: none !important;
        -ms-transition: none !important;
        transition: none !important;
    }
    /* sticky header */
    /*.main-header.sticky-active .top-bar-section,*/
    .main-header.sticky-active .sticky-container{
        position: fixed;
        top: 0;
        width: 100%;
        z-index:999;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
        background-color:#fff;
        border-bottom: 4px solid #93e0e7;
        -webkit-transition: all 300ms ease-out;
        -moz-transition: all 300ms ease-out;
        -ms-transition: all 300ms ease-out;
        transition: all 300ms ease-out;
        -webkit-transition-property: box-shadow, opacity, font-size;
        -moz-transition-property: box-shadow, opacity, font-size;
        -ms-transition-property: box-shadow, opacity, font-size;
        transition-property: box-shadow, opacity, font-size;
    }
    nav.top-bar.main-nav .logo-fixed {
        padding-top: 0 !important;
    }
    nav.top-bar.main-nav .logo-fixed a {
        float: left;
        position: relative;
        padding: 0 !important;
    }
    nav.top-bar.main-nav .logo-fixed .main-logo,
    nav.top-bar.main-nav .logo-fixed .main-logo-sticky {
        margin: 0;
        height: 20px;
    }
    nav.top-bar.main-nav .logo-fixed .main-logo-sticky {
        display: block;
    }
}
/* only large screens */
@media only screen and (min-width: 64.063em) {
    .desktop-banner-link{
        width: 45%;
        padding: 10px;
    }
    .white-popup {
        max-width: 40%;
    }
    .customer-login.white-popup{
        max-width: 30%;
    }
    .mega-menu ul.hide-subcategories-for-large > li {
        display: none !important;
    }
    .mega-menu ul.hide-subcategories-for-large > li.mega-menu-right-block {
        display: block !important;
    }
    .hide-subcategories-for-large .mega-menu-right-block {
        position: relative !important;
    }
    .columns-1-for-large.hide-subcategories-for-medium .mega-menu-right-block,
    .columns-2-for-large.hide-subcategories-for-medium .mega-menu-right-block,
    .columns-3-for-large.hide-subcategories-for-medium .mega-menu-right-block,
    .columns-4-for-large.hide-subcategories-for-medium .mega-menu-right-block,
    .columns-5-for-large.hide-subcategories-for-medium .mega-menu-right-block,
    .columns-6-for-large.hide-subcategories-for-medium .mega-menu-right-block {
        display: none !important;
    }
    .hide-subcategories-for-large {
        padding-right: 0 !important;
    }
    .mega-menu > ul.hide-subcategories-for-large > li.mega-menu-right-block {
        width: 100% !important;
    }
    #shipping-countries {
        max-width: 80%;
    }
}
/* IA Hide All Clothes */
.clothes a.level2.parent-link.all-link {
    display:none;
}

/*** Special ***/
@media only screen and (min-width: 48.063em) and (max-width: 64em) {
    .main-footer .payment-logos li {
        margin: 0 0 0 4px;
    }
    .main-footer .payment-logos li img {
        width: 38px;
        height: 21px;
    }
}
@media only screen and (max-width: 50em) {
    .magellan-nav {
        display: none;
    }
}
@media only screen and (max-width: 64em) {
    .sticky-placeholder {
        display: none !important;
    }
}
/**** smaller ipad view ****/
@media only screen and (min-width: 40.0625em) and (max-width: 55em) {
    .main-footer .payment-logos li {
        margin: 0 0 0 3px;
    }
    .main-footer .payment-logos li img {
        width: 32px;
        height: 18px;
    }
    .desktop-banner-link:after{
        font-size: 90%;
    }
    .desktop-banner-link{
        font-size: 90%;
        padding: 5px 10px;
    }
    .multimedia-section{
        display:none;
    }
    .logo-container{
        top: -39px;
        left: 10px;
    }
    .logo-container .main-logo{
        height: 20px;
    }
    .top-bar .top-bar-section ul.left{
        float:left !important;
    }
    .headerlinks{
        margin: 0 5px;
        font-size: 90%;
    }
    .top-bar-section li.level0 > a.level0 {
        padding: 0 10px 0 5px !important;
    }
    .top-bar-section .has-dropdown > a::after, .top-bar-section .has-dropdown-for-large > a::after{
        margin-right: 5px;
    }
    .top-header .top-header-wrapper{
        padding-left:0;
        padding-right:0;
    }
}
@media only screen and (min-width: 40.0625em) and (max-width: 45.625em) {
    .top-bar-section li.level0 > a.level0 {
        padding: 0 10px 0 2px !important;
    }
}
@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
    .newsletter-subscribe-form .input-text {
        height: 1.875rem;
    }
    .main-logo,
    .main-logo-small {
        max-height: 24px;
    }
}
/** large medium to large special **/
@media only screen and (min-width: 56.25em) and (max-width: 64em) {
    .top-bar-section li.level0 > a.level0{
        padding: 0 0.625rem !important;
    }
}
@media only screen and (min-width: 64.0625em){
    .top-bar-section li.level0 > a.level0{
        padding: 0 0.75rem !important;
        font-size: 1rem;
    }
}
@media only screen and (min-width: 40em) and (max-width: 50em) {
    .logo-container{
        top: -38px;
        left: 10px;
    }
    .logo-container .main-logo{
        height: 20px;
    }
}

@media only screen and (min-width: 734px) and (max-width: 768px) {
    .level0 a.level0 {
        font-size: 13px !important;
    }
}
@media only screen and (min-width: 40em) and (max-width: 733px) {
    .level0 a.level0 {
        font-size: 12px !important;
    }
}
@media only screen and (min-width: 641px) and (max-width: 682px) {
    .top-header-wrapper .search-button .icon-magnifier {
        position: absolute;
        top: -37px;
        left: -300px;
        font-size: 18px;
    }
}
@media only screen and (min-width: 881px) and (max-width: 1098px) {
    .nav-top-header .multimedia-section {
        float: right;
        width: 100px;
    }
    .logo-container {
        top: -38px;
        left: 10px;
    }
    .logo-container .main-logo {
        height: 20px;
        margin-left: 5px;
    }
    .top-bar .top-bar-section ul.left {
        float: left !important;
    }
}
.instashop-candid {
    margin-top: 50px;
    margin-bottom: 50px;
}

.instashop-candid .container {
    width: 836px;
    height: 300px;
    border: solid 3px #eec9d2;
    margin: 0 auto;
    position: relative;
}

.instashop-candid .label-container {
    width: 252px;
    height: 59px;
    position: relative;
    margin: 0 auto;
    top: -40px;
    text-align: center;
    background-color: #fff;
}

.instashop-candid .label-container .showpo-label {
    font-family: Roboto;
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 0.5px;
    text-align: center;
    color: #e7b3be;
}

.instashop-candid .label-container .sub-label {
    font-family: Roboto;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.5px;
    text-align: center;
    color: #333333;
}

.instashop-candid .candid {
    text-align: center;
    display: block;
    width: 122%;
    left: 50%;
    transform: translate(-50%,-50%);
    position: absolute;
    background-color: #faf0f3;
    top: 50%;
    height: auto;
    padding: 3% 0 2%;
}

.instashop-candid .candid .image-container {
    position: relative;
    top: 0;
    width: auto;
    margin: 0 auto;
    margin-left: 3%;
}

.instashop-candid .button-container {
    width: 140px;
    height: 34px;
    position: relative;
    margin: 0 auto;
    top: 75%;
}

.instashop-candid .button-container .button {
    width: 140px;
    margin: 0 auto;
    background-color: #e7b3be;
    font-family: Roboto;
    font-size: 15px;
    letter-spacing: 0.4px;
    text-align: center;
    color: #333333;
}

.flex-direction-nav {
    display: none;
}
@media only screen and (min-width: 55em) and (max-width: 64.063em) {
    .instashop-candid .container {
        width: 70%;
    }

    .instashop-candid .candid {
        width: 124%;
        padding: 4% 0 3%;
    }

    .instashop-candid .candid .image-container {
        margin-left: 3%;
    }

    .instashop-candid .label-container {
        top: -34px;
    }
}
/* Medium and Big screens */
@media only screen and (max-width: 950px) {
    .instashop-candid .container {
        width: 70%;
    }

    .instashop-candid .candid {
        width: 133%;
        padding: 4% 0 3%;
    }

    .instashop-candid .candid .image-container {
        margin-left: 3%;
    }

    .instashop-candid .label-container {
        top: -34px;
    }
}

@media only screen and (min-width: 834px) and (max-width: 850px) {
    .instashop-candid .candid {
        width: 140%;
        padding: 4% 0 3%;
    }
}
@media only screen and (min-width: 812px) and (max-width: 834px) {
    .instashop-candid .candid {
        width: 142%;
        padding: 4% 0 3%;
    }
    .instashop-candid .candid .image-container {
        margin-left: 2%;
    }
}
@media only screen and (min-width: 736px) and (max-width: 811px) {
    .instashop-candid .candid {
        width: 141%;
        padding: 4% 0 3%;
    }

    .instashop-candid .candid .image-container {
        margin-left: 2%;
    }
}

@media only screen and (min-width: 414px) and (max-width: 736px) {
    .instashop-candid .candid {
        width: 145%;
        padding: 4% 0 3%;
    }
}


    /* Small screens */
@media only screen and (max-width: 45.0625em) {
    .instashop-candid .container {
        width: 268px;
        height: 270px;
        border: solid 2px #eec9d2;
    }

    .instashop-candid .label-container {
        width: 181px;
        height: 55px;
        top: -26px;
    }

    .instashop-candid .label-container .showpo-label {
        font-size: 22px;
        letter-spacing: 0.4px;
    }

    .instashop-candid .label-container .sub-label {
        font-size: 14px;
    }

    .instashop-candid .candid {
        width: 342px;
        height: 190px;
        padding-top: 18px;
        margin-top: 5px;
    }

    .instashop-candid .candid .image-container {
        width: 90%;
        top: 0;
        margin-left: 5%;
    }

    .instashop-candid .button-container {
        width: 140px;
        top: 73%;
    }
}


/* New Nunito Font */
@import url('https://fonts.googleapis.com/css?family=Nunito');

.newsletter-block.new-version {
    background-color: #f7e2e9;
}
.newsletter-block.new-version #newslettersignup img.letter-icon {
    width: 35px;
}
.newsletter-block.new-version #newslettersignup .newsletter-heading,
.newsletter-block.new-version #newslettersignup .newsletter-subtitle {
    font-family: 'Nunito', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: 0.3px;
    text-align: center;
    color: #000000;
}
.newsletter-block.new-version #newslettersignup .newsletter-heading {
    font-size: 16px;
    margin: 12px 0 0 !important;
    line-height: 1;
}
.newsletter-block.new-version #newslettersignup .newsletter-subtitle {
    font-size: 12px;
    line-height: 1;
    margin: 10px 0 20px;
}
.newsletter-block.new-version #newslettersignup input#newsletter {
    font-size: 12px;
    letter-spacing: 0.3px;
    padding: 0.3rem 12px 0.3rem;
}
.newsletter-block.new-version #newslettersignup input#newsletter::placeholder {
    font-size: 12px;
    color: #717171;
}
.newsletter-block.new-version #newslettersignup .newsletter-button {
    font-size: 12px;
}
.newsletter-block.new-version #advice-required-entry-newsletter, 
.newsletter-block.new-version #advice-validate-email-newsletter {
    position: absolute;
    border-radius: 0;
    box-shadow: none;
    background-color: rgba(255,255,255,0.5);
    color: #333;
    width: 100%;
}
.newsletter-block.new-version #newslettersignup .newsletter-input {
    width: 100%;
    max-width: 365px;
    margin: 0 auto;
}
.newsletter-block.new-version #newslettersignup .newsletter-input .email-input {
    position: relative;
    width: 85%;
    float: left;
}
.newsletter-block.new-version #newslettersignup .newsletter-input .submit-input {
    width: 15%;
    float: left;
}
.newsletter-block.new-version #newslettersignup .newsletter-email-subscriber {
    font-family: 'Nunito', sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.3px;
    text-align: center;
    color: #4e4e4e;
}
@media only screen and (max-width: 64em) and (min-width: 40.0625em){
    .newsletter-block.new-version {
        padding-top: 30px;
    }
}
/* What is Afterpay modal */
#afterpay-what-is-modal  img.afterpay-modal-image {
    display: block;
    margin:0 auto;
}
#afterpay-what-is-modal  img.afterpay-modal-image-mobile{
    display: none;
}

@media only screen and (max-width : 480px) {
    #afterpay-what-is-modal  img.afterpay-modal-image-mobile {
        display: block;
    }
    #afterpay-what-is-modal  img.afterpay-modal-image{
        display: none;
    }
}

/* Afterpay checkout */
/* #dt_method_afterpaypayovertime label{
    font-size: 0.925rem;
    background-image: url('https://cdnskin.executiveponies.com/skin/frontend/sp/default/afterpay/images/afterpaylogo.png');
    background-position: 27% 48%;
    background-repeat: no-repeat;
} */
#dt_method_afterpaypayovertime label:after {
    content: "";
    font-family: "showpo";
    font-size: 0.875rem;
    padding: 5px 20px 10px 28px;
    background-image: url('https://cdnskin.executiveponies.com/skin/frontend/sp/default/afterpay/images/afterpay-logo.png');
    background-size: 27px;
    background-repeat: no-repeat;
    background-position: 100%;
}


/* Only small screens */
@media only screen and (max-width: 40em) {
    #dt_method_afterpaypayovertime label{
        font-size: 0.75rem;
        padding-top: 11px;
        padding-bottom: 12px;
    }
    #p_method_afterpaypayovertime:checked + label{
        padding-bottom: 8px;
    }
}
#afterpay-logo {
    height: 18px;
    float: none;
}
#dd_method_afterpaypayovertime{
    padding: 0 10px 10px;
}
#afterpay-installment li.instalment-1,
#afterpay-installment li.instalment-2,
#afterpay-installment li.instalment-3,
#afterpay-installment li.instalment-4{
    line-height: 24px;
    padding-left:26px;
    text-align: right;
    background-position: 2px 0;
    background-repeat: no-repeat;
}
#afterpay-installment li.instalment-1 {
    background-image: url('https://cdnskin.executiveponies.com/skin/frontend/sp/default/afterpay/images/checkout/circle_1@2x.png');
}
#afterpay-installment li.instalment-2 {
    background-image: url('https://cdnskin.executiveponies.com/skin/frontend/sp/default/afterpay/images/checkout/circle_2@2x.png');
}
#afterpay-installment li.instalment-3 {
    background-image: url('https://cdnskin.executiveponies.com/skin/frontend/sp/default/afterpay/images/checkout/circle_3@2x.png');
}
#afterpay-installment li.instalment-4 {
    background-image: url('https://cdnskin.executiveponies.com/skin/frontend/sp/default/afterpay/images/checkout/circle_4@2x.png');
}
#payment_form_afterpaypayovertime p{
    font-size: 14px;
    margin-bottom: 10px;
}
#payment_form_afterpaypayovertime .instalment li{
    font-size: 14px;
    padding-bottom: 10px !important;
}
#payment_form_afterpaypayovertime .instalment .instalment-amount{
    font-weight: bold;
    line-height: 24px;
}
#afterpay-total{
    font-weight: bold;
    color: #333;
}
