/* ========================================
   CONSOLIDATED CUSTOM STYLES
   Generated: 2026-03-02
   ======================================== */

/* ========================================
   1. FONT FACES
   ======================================== */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v23/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwlxdr.ttf) format('truetype');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v23/6xK3dSBYKcSV-LCoeQqfX1RYOo3qOK7g.ttf) format('truetype');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v23/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwlxdr.ttf) format('truetype');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v23/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwlxdr.ttf) format('truetype');
}

/* ========================================
   2. THEME VARIABLES & CUSTOM FONTS
   ======================================== */
:root {
  --theme-dark-purple: #1a0a2e;
  --theme-purple: #2d1b4e;
  --theme-bright-purple: #8b5cf6;
  --theme-gold: #d4af37;
  --theme-gold-light: #ffd700;
}

@font-face {
  font-family: "ScriptMTBold";
  src: url("https://cdn.shopify.com/s/files/1/0284/6430/files/ScriptMTBold.woff2?v=1685950628") format("woff2"),
  url("https://cdn.shopify.com/s/files/1/0284/6430/files/ScriptMTBold.woff?v=1685950627") format("woff");
}
@font-face {
  font-family: "BabyDoll";
  src: url("https://cdn.shopify.com/s/files/1/0284/6430/files/Baby_Doll.woff2?v=1685951038") format("woff2"),
  url("https://cdn.shopify.com/s/files/1/0284/6430/files/Baby_Doll.woff?v=1685951084") format("woff");
}
.font-poppins {
      font-family: 'Poppins', sans-serif;
}
.font-script-mt-bold {
    font-family: "ScriptMTBold";
}
.font-baby-doll {
  font-family: "BabyDoll";
}

/* ========================================
   3. WISHLIST STYLES
   ======================================== */
.wishlist-toggle:not(#wishButton){position:absolute;top:10px;right:10px;z-index:20;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;pointer-events:auto;border:none;outline:none;padding:0}.wishlist-toggle:not(#wishButton) svg{width:20px;height:20px}.wishlist-toggle.active svg path{fill:#640000}.wishlist-toggle:hover .wishlist-icon-outline{display:none!important}.wishlist-toggle:hover .wishlist-icon-filled{display:block!important}.products{position:relative}.products .wishlist-tooltip{display:none;position:absolute;top:0;left:50%;transform:translate(-50%);background-color:#212121;color:#fff;padding:8px 12px;border-radius:4px;font-size:12px;white-space:nowrap;z-index:999;animation:fadeInTooltip .3s ease;pointer-events:auto}.products .wishlist-tooltip.show{display:block!important;opacity:1!important}.products .wishlist-tooltip a{color:#fff;text-decoration:none;pointer-events:auto}@keyframes fadeInTooltip{0%{opacity:0;transform:translate(-50%,-10px)}to{opacity:1;transform:translate(-50%)}}@media (max-width: 768px){.wishlist-toggle:not(#wishButton){width:20px;height:20px}.wishlist-toggle:not(#wishButton) svg{width:12px;height:12px}}
.bitlogin-root {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.bitlogin-root button {
  font-family: inherit !important;
}

#google-login > svg,
#facebook-login > svg,
#apple-login > svg,
#whatsapp-login > svg,
#microsoft-login > svg,
#twitter-login > svg,
#amazon-login > svg,
#instagram-login > svg,
#magic_link-login > svg,
#mobile_app-login > svg,
#linkedin-login > svg {
  display: unset !important;
  vertical-align: unset !important;
  fill: unset !important;
  stroke: unset !important;
  width: unset !important;
  height: unset !important;
  transition: unset !important;
}

#google-login,
#facebook-login,
#apple-login,
#whatsapp-login,
#microsoft-login,
#twitter-login,
#amazon-login,
#instagram-login,
#magic_link-login,
#mobile_app-login,
#linkedin-login {
  display: flex !important;
  align-items: center;
  gap: 8px;
  border: 1px solid transparent;
  justify-content: start;
  margin: 0;
  overflow: hidden;
  padding-inline: 18px;
  min-width: unset;
  min-height: unset;
  transition: all 0.2s ease-in-out;
  width: 300px;
}

#google-login.scheme-black,
#facebook-login.scheme-black,
#apple-login.scheme-black,
#whatsapp-login.scheme-black,
#microsoft-login.scheme-black,
#twitter-login.scheme-black,
#amazon-login.scheme-black,
#instagram-login.scheme-black,
#magic_link-login.scheme-black,
#mobile_app-login.scheme-black,
#linkedin-login.scheme-black {
  background-color: black;
  border-color: transparent;
}

#facebook-login.scheme-black > p,
#twitter-login.scheme-black > p,
#apple-login.scheme-black > p,
#whatsapp-login.scheme-black > p,
#microsoft-login.scheme-black > p,
#google-login.scheme-black > p,
#amazon-login.scheme-black > p,
#instagram-login.scheme-black > p,
#magic_link-login.scheme-black > p,
#mobile_app-login.scheme-black > p,
#linkedin-login.scheme-black > p {
  color: white !important;
}

#google-login.scheme-black:hover,
#facebook-login.scheme-black:hover,
#apple-login.scheme-black:hover,
#whatsapp-login.scheme-black:hover,
#microsoft-login.scheme-black:hover,
#twitter-login.scheme-black:hover,
#amazon-login.scheme-black:hover,
#instagram-login.scheme-black:hover,
#magic_link-login.scheme-black:hover,
#mobile_app-login.scheme-black:hover,
#linkedin-login.scheme-black:hover {
  background-color: #3e3e3e;
  box-shadow: inset 0px 4px 6px rgba(0, 0, 0, 0.1);
}

#google-login.scheme-white,
#facebook-login.scheme-white,
#apple-login.scheme-white,
#whatsapp-login.scheme-white,
#microsoft-login.scheme-white,
#twitter-login.scheme-white,
#amazon-login.scheme-white,
#instagram-login.scheme-white,
#magic_link-login.scheme-white,
#mobile_app-login.scheme-white,
#linkedin-login.scheme-white {
  background-color: white;
  border-color: black;
}

#facebook-login.scheme-white > p,
#twitter-login.scheme-white > p,
#apple-login.scheme-white > p,
#whatsapp-login.scheme-white > p,
#microsoft-login.scheme-white > p,
#google-login.scheme-white > p,
#amazon-login.scheme-white > p,
#instagram-login.scheme-white > p,
#magic_link-login.scheme-white > p,
#mobile_app-login.scheme-white > p,
#linkedin-login.scheme-white > p {
  color: black !important;
}

#google-login.scheme-white:hover,
#apple-login.scheme-white:hover,
#facebook-login.scheme-white:hover,
#whatsapp-login.scheme-white:hover,
#microsoft-login.scheme-white:hover,
#twitter-login.scheme-white:hover,
#amazon-login.scheme-white:hover,
#instagram-login.scheme-white:hover,
#magic_link-login.scheme-white:hover,
#mobile_app-login.scheme-white:hover,
#linkedin-login.scheme-white:hover {
  background-color: #cccccc;
  box-shadow: inset 0px 4px 6px rgba(0, 0, 0, 0.1);
}

/* Start region scheme match */
#google-login.scheme-match {
  background-color: white;
  border-color: #dddddd;
}

#facebook-login.scheme-match {
  background-color: #1877f2;
}

#apple-login.scheme-match {
  background-color: #000000;
}

#whatsapp-login.scheme-match {
  background-color: #25d366;
}

#microsoft-login.scheme-match {
  background-color: #2f2f2f;
  border-color: #2f2f2f;
}

#twitter-login.scheme-match,
#magic_link-login.scheme-match {
  background-color: #000000;
  border-color: #000000;
}

#amazon-login.scheme-match {
  background-color: #ff9900;
  border-color: transparent;
}

#instagram-login.scheme-match,
#instagram-login.scheme-match-outline {
  position: relative;
  background: #ffffff;
  border: 1px solid transparent;
  position: relative;
  z-index: 1;
}

#instagram-login.scheme-match::before,
#instagram-login.scheme-match-outline::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(
    to right,
    #f46028,
    #f51689,
    #e7035b,
    #dc02b3,
    #af00ce,
    #6713ef
  );
  border-radius: inherit;
  padding: 1px;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

#mobile_app-login.scheme-match {
  background-color: #fd823e;
  border-color: #fd823e;
}

#linkedin-login.scheme-match {
  background-color: #0a66c2;
  border-color: #0a66c2;
}

#facebook-login.scheme-match > p,
#twitter-login.scheme-match > p,
#apple-login.scheme-match > p,
#whatsapp-login.scheme-match > p,
#microsoft-login.scheme-match > p,
#magic_link-login.scheme-match > p,
#mobile_app-login.scheme-match > p,
#linkedin-login.scheme-match > p {
  color: white !important;
}

#google-login.scheme-match > p,
#amazon-login.scheme-match > p {
  color: black;
}

#instagram-login.scheme-match > p,
#instagram-login.scheme-match-outline > p {
  background: linear-gradient(
    to right,
    #f46028,
    #f51689,
    #e7035b,
    #dc02b3,
    #af00ce,
    #6713ef
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#google-login.scheme-match:hover {
  background-color: #cccccc;
  border-color: #9a9a9a;
  box-shadow: inset 0px 4px 6px rgba(0, 0, 0, 0.1);
}
#facebook-login.scheme-match:hover {
  background-color: #135fc2;
  box-shadow: inset 0px 4px 6px rgba(0, 0, 0, 0.1);
}
#whatsapp-login.scheme-match:hover {
  background-color: #1ea952;
  box-shadow: inset 0px 4px 6px rgba(0, 0, 0, 0.1);
}
#apple-login.scheme-match:hover,
#twitter-login.scheme-match:hover,
#microsoft-login.scheme-match:hover,
#magic_link-login.scheme-match:hover {
  background-color: #3e3e3e;
  box-shadow: inset 0px 4px 6px rgba(0, 0, 0, 0.1);
}
#amazon-login.scheme-match:hover {
  background-color: #cc7a00;
  box-shadow: inset 0px 4px 6px rgba(0, 0, 0, 0.1);
}
#instagram-login.scheme-match:hover {
  background-color: #cccccc;
  box-shadow: inset 0px 4px 6px rgba(0, 0, 0, 0.1);
}
#mobile_app-login.scheme-match:hover {
  background-color: #ff9961;
  box-shadow: inset 0px 4px 6px rgba(0, 0, 0, 0.1);
}
#linkedin-login.scheme-match:hover {
  background-color: #1c78d4;
  box-shadow: inset 0px 4px 6px rgba(0, 0, 0, 0.1);
}

/* End region scheme match */

/* Start region scheme matchOutline */
#google-login.scheme-match-outline {
  background-color: white;
  border-color: black;
}

#google-login.scheme-match-outline > p {
  color: black !important;
}

#facebook-login.scheme-match-outline {
  background-color: white;
  border-color: #1778f2;
}

#facebook-login.scheme-match-outline > p {
  color: #1778f2 !important;
}

#apple-login.scheme-match-outline {
  background-color: white;
  border-color: black;
}

#apple-login.scheme-match-outline > p {
  color: black !important;
}

#whatsapp-login.scheme-match-outline {
  background-color: white;
  border-color: #25d366;
}

#whatsapp-login.scheme-match-outline > p {
  color: #25d366 !important;
}

#microsoft-login.scheme-match-outline {
  background-color: #ffffff;
  border-color: #2f2f2f;
}

#microsoft-login.scheme-match-outline > p {
  color: #2f2f2f !important;
}

#twitter-login.scheme-match-outline,
#magic_link-login.scheme-match-outline {
  background-color: #ffffff;
  border-color: #000000;
}

#twitter-login.scheme-match-outline > p,
#magic_link-login.scheme-match-outline > p {
  color: #000000 !important;
}

#amazon-login.scheme-match-outline {
  background-color: white;
  border-color: #ff9900;
}

#amazon-login.scheme-match-outline > p {
  color: #ff9900 !important;
}

#mobile_app-login.scheme-match-outline {
  background-color: #ffffff;
  border-color: #fd823e;
}

#mobile_app-login.scheme-match-outline > p {
  color: #fd823e !important;
}

#linkedin-login.scheme-match-outline {
  background-color: #ffffff;
  border-color: #0a66c2;
}

#linkedin-login.scheme-match-outline > p {
  color: #0a66c2 !important;
}

#google-login.scheme-match-outline:hover,
#apple-login.scheme-match-outline:hover,
#facebook-login.scheme-match-outline:hover,
#whatsapp-login.scheme-match-outline:hover,
#microsoft-login.scheme-match-outline:hover,
#twitter-login.scheme-match-outline:hover,
#amazon-login.scheme-match-outline:hover,
#instagram-login.scheme-match-outline:hover,
#magic_link-login.scheme-match-outline:hover,
#mobile_app-login.scheme-match-outline:hover,
#linkedin-login.scheme-match-outline:hover {
  background-color: #cccccc;
  box-shadow: inset 0px 4px 6px rgba(0, 0, 0, 0.1);
}

/* End region scheme matchOutline */

#google-login > p,
#facebook-login > p,
#apple-login > p,
#whatsapp-login > p,
#microsoft-login > p,
#twitter-login > p,
#amazon-login > p,
#instagram-login > p,
#magic_link-login > p,
#mobile_app-login > p,
#linkedin-login > p {
  margin: unset;
  font-size: var(--font-body-size) !important;
}

/* #google-login {
  margin-top: 24px;
} */

#google-login::after,
#facebook-login::after,
#apple-login::after,
#whatsapp-login::after,
#microsoft-login::after,
#twitter-login::after,
#amazon-login::after,
#instagram-login::after,
#magic_link-login::after,
#mobile_app-login::after,
#linkedin-login::after {
  content: unset;
}

.skeleton-box {
  height: 28px;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  background-color: #dddbdd;
}

.skeleton-root {
  margin-block: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.skeleton-box::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translateX(-100%);
  background-image: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.2),
    rgba(255, 255, 255, 0.5),
    rgba(255, 255, 255, 0)
  );
  animation: shimmer 2s infinite;
  --webkit-animation: shimmer 2s infinite;
  content: "";
}

@keyframes shimmer {
  100% {
    transform: translateX(100%);
  }
}
.header-container{display:flex;justify-content:space-between;align-items:center;padding:22px 0;margin:0 auto}.logo{max-width:340px}.search-icon,.header-icons{display:flex;align-items:center}.header-icons{display:flex;gap:20px}.header-icon-right{justify-content:flex-end}header-icon-left{justify-content:flex-start}.icon{font-size:20px;color:#333;cursor:pointer;stroke-width:1}.icon-wishlist-header{stroke-width:0;position:relative}.wishlist-count{position:absolute;top:-8px;right:-10px;background-color:#640000;color:#fff;font-size:10px;border-radius:50%;width:16px;height:16px;display:flex;align-items:center;justify-content:center;font-weight:700;text-align:center}.cart-count{position:absolute;top:-8px;right:-10px;background-color:var(--topbar-bg, #640000);color:#fff;font-size:10px;border-radius:50%;width:16px;height:16px;display:flex;align-items:center;justify-content:center;font-weight:700;text-align:center}.icon-cart-header{position:relative}.nav-header{position:relative;border-top:1px solid #eee;border-bottom:1px solid #eeeeee}.nav-menu{display:flex;justify-content:space-between;list-style:none;margin:0 auto}.nav-menu:after{display:none!important}.nav-menu li{margin:0}.nav-menu>li>a{padding:24px 0;display:block}.nav-menu a{text-decoration:none;color:#212121;font-size:16px;font-weight:400;text-transform:uppercase;transition:color .3s ease}.nav-menu a:hover{color:var(--topbar-bg, #666)}.megamenu{display:none;position:absolute;top:68px;left:0;padding:20px 0;z-index:99;background-color:#fff;width:100%;border-top:1px solid #eeeeee;border-bottom:1px solid #eeeeee}.dropdown-menu{list-style:none;margin:0;padding:0}.dropdown-menu li{margin-bottom:0}.dropdown-menu li a{display:block;padding:12px 0;font-size:15px;font-weight:500;color:#333;text-transform:capitalize;transition:all .3s ease;border:none}.dropdown-menu li.has-submenu>a{padding-bottom:4px}.dropdown-menu li a:hover{color:var(--topbar-bg, #212121);transform:translate(4px);border:none}.dropdown-menu .grandchild{margin:0;padding:0;list-style:none}.dropdown-menu .grandchild li{list-style:none;margin:0}.dropdown-menu .grandchild li a{font-size:15px;font-weight:400;color:#666;padding:6px 0;text-transform:none;border:none}.dropdown-menu .grandchild li a:hover{color:var(--topbar-bg, #B8860B);transform:translate(2px);border:none}.megamenu.with-images .container{display:flex;flex-wrap:nowrap;justify-content:space-between;align-items:flex-start}.megamenu .container .menulinks{flex:1;max-width:60%;padding-right:0}.megamenu.with-images .container .menuimages{flex:0 0 auto;width:45%;display:flex;justify-content:center;align-items:center;min-height:200px}.megamenu.with-images .container .menuimages img{display:block;max-width:100%;height:auto;box-shadow:0 4px 12px #0000001a}@media (min-width: 991px){.dropdown-menu{display:grid;column-gap:20px}.dropdown-menu li{margin-bottom:0!important}.nav-menu li.has-child:hover>.megamenu{display:block}.dropdown-menu.five-links{grid-template-columns:repeat(5,1fr);column-gap:40px}.megamenu .container .menulinks{max-width:100%}.dropdown-menu.three-links{grid-template-columns:repeat(3,1fr);column-gap:40px}.link-all{position:absolute;bottom:0;display:flex;gap:25px;align-items:center}.link-all a{font-weight:700;font-size:14px;color:var(--topbar-bg, #212121);text-transform:uppercase;letter-spacing:.5px;transition:all .3s ease}.link-all a:hover{color:var(--topbar-bg, #212121);transform:translate(4px)}.link-all svg{align-self:center;transition:transform .3s ease}.link-all:hover svg{transform:translate(4px)}.menulinks{position:relative;min-height:220px;padding-bottom:50px}.dropdown-menu>li>a{font-size:16px;font-weight:600;color:#222;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px;padding-bottom:8px}.dropdown-menu>li:first-child>a:hover{transform:none;border-bottom-color:var(--topbar-bg, #8B6914)}}@media (max-width: 992px){body.nav_open{overflow:hidden}header .container{padding:0}.nav-header{display:none;position:fixed;z-index:99;background-color:#fff;width:300px;top:0;left:-100%;height:100%;overflow:scroll}body.nav_open .nav-header{display:block;animation:smooth-nav .5s ease forwards}.template-index .main-content{padding-top:0;padding-bottom:0}.header-container{padding:15px 20px;z-index:99;background-color:#fff;width:100%;left:0}.logo h1{font-size:22px}.logo svg{width:100%;max-width:160px}.header-icons svg{width:17px;height:auto}.nav-menu{display:block;flex-wrap:wrap;padding:0}.nav-menu li{margin:0;border-bottom:1px solid #f0f0f0}.nav-menu>li>a{padding:18px 20px;font-size:16px;font-weight:600;color:#222;text-transform:uppercase;border-bottom:none}.megamenu{position:relative;min-height:auto;padding:0;top:0;background-color:transparent;border-top:none}.megamenu .container,.megamenu .menulinks{padding:0}.megamenu.with-images .container{display:block}.megamenu .container .menulinks{max-width:100%;margin-bottom:0;padding:0}.megamenu.with-images .container .menuimages{width:100%;margin-bottom:0}.dropdown-menu li a{display:block;font-size:15px;font-weight:600;padding:14px 20px;color:#333;text-transform:capitalize;transition:all .3s ease;border-radius:4px;margin:2px 8px}.dropdown-menu li a:hover{color:var(--topbar-bg, #B8860B);transform:translate(4px)}.dropdown-menu li.has-submenu>a{display:flex!important;justify-content:space-between;align-items:center}.dropdown-menu li.has-submenu .chevron-right{transform:rotate(0);transition:transform .3s ease}.dropdown-menu .grandchild{display:none;margin:8px 0 0;padding:8px 0;border-radius:6px}.dropdown-menu .grandchild li{border-bottom:1px solid rgba(0,0,0,.06);margin:0 12px}.dropdown-menu .grandchild li:last-child{border-bottom:none}.dropdown-menu .grandchild li:first-child{margin-top:0}.dropdown-menu .grandchild li a{font-size:13px;font-weight:400;padding:8px 20px 8px 32px;color:#666;text-transform:none;border-bottom:none;margin:0;border-radius:0;transition:all .3s ease}.dropdown-menu .grandchild li a:hover{background-color:#b8860b0d;color:var(--topbar-bg, #212121);transform:translate(2px)}.dropdown-menu .has-submenu.submenu-open .grandchild{display:block}.dropdown-menu .has-submenu .chevron-right{transition:transform .3s ease;transform:rotate(0)!important}.dropdown-menu .has-submenu.submenu-open .chevron-right{transform:rotate(90deg)!important}.promo-banner{font-size:12px;padding:8px 10px}body.nav_open .overlay-nav{position:fixed;top:0;left:0;width:100%;height:100%;z-index:9;cursor:pointer;background-color:#757575b3}.nav-account-mobile{padding:10px 20px}.nav-account-mobile a{color:#212121;font-size:12px}.megamenu.with-images .container .menuimages{display:none}.megamenu .menulinks .link-all{margin:20px 0!important}.megamenu .menulinks .link-all a{font-size:14px;font-weight:700;color:var(--topbar-bg, #B8860B);text-transform:uppercase}.has-child>a{display:flex!important;justify-content:space-between}.chevron-right{display:inline-block;transition:transform .3s ease}.has-child.menu-open .chevron-right{transform:rotate(90deg)}.has-submenu.submenu-open .chevron-right{transform:rotate(90deg)!important}.overlay-nav{position:relative}.nav-close-btn{display:none;position:fixed;top:20px;right:20px;background:#fff;border:none;padding:12px;cursor:pointer;border-radius:50%;transition:all .3s ease;align-items:center;justify-content:center;box-shadow:0 2px 8px #00000026;z-index:1001}.nav-close-btn:hover{background-color:#f5f5f5;transform:scale(1.05)}.nav-close-btn svg{width:20px;height:20px}.has-child.menu-open a>span{font-weight:600}body.nav_open .nav-close-btn{display:flex}}@media (max-width: 480px){.header-container{padding:15px}.logo h1{font-size:18px}.icon{font-size:16px}.nav-menu{justify-content:flex-start;overflow-x:auto;padding:10px}.nav-menu li{white-space:nowrap}}@keyframes smooth-nav{to{left:0;opacity:1}}
/*# sourceMappingURL=/cdn/shop/t/138/assets/section-new-header.css.map?v=159841885358852784021757475904 */
/** Shopify CDN: Minification failed

Line 1167:36 Expected ":"
Line 1357:12 Unexpected "}"

**/
/* Delivery City */
/* ========================= */
/* DELIVERY (CITY, DATE)     */
/* ========================= */
/* Delivery City */
.btn-delivery-method { width: calc(50% - 5px); font-size: 16px; border: 1px solid #757575; padding: 10px 0; }
.btn-delivery-method.active {
border-color: #212121;
font-weight: 700 !important;
color: #212121;
background-color: #EEEEEE;
}
.delivery-method h4 {
margin-bottom: 15px;
}

/* Delivery Date */
#deliveryDateFull svg {
margin: auto;
display: block;
width: 20px;
height: auto;
}
@media (min-width: 991px) {
#deliveryDate {
width: 80%;
}
#deliveryDateFull {
width: 20%;
}
}

/* Purchase Flow */
/* ========================= */
/* PURCHASE FLOW & VARIANT   */
/* ========================= */
#purchaseProduct h4 {
font-size: 16px;
}
.product-papan-bunga .header-swatch strong {
text-transform: uppercase;
font-weight: 600;
margin-bottom: 5px;
display: block;
}
.product-papan-bunga .swatch input:checked + label {
border-color: #212121;
font-weight: 700 !important;
color: #212121;
background-color: #EEEEEE;
}
.product-papan-bunga .swatch input + label {
height: 43px;
padding: 2px;
}

.button-share-wishlist {
position: relative;
/* ========================= */
/* SHARE & WISHLIST BUTTONS  */
/* ========================= */
}
.button-share-wishlist:after {
content: "";
height: 18px;
width: 1px;
background-color: #C4C4C4;
display: block;
position: absolute;
top: 10px;
}

.button-share-wishlist p {
cursor: pointer;
margin: 0;
padding: 5px 0;
}
.button-share-wishlist p span {
font-size: 12px;
}

/* Purchase Personalization */
/*  */
.nonjadetabek #itemCards .nofree {display: none}
/*  */
/*  */
#step_occasion.noInhouse,
#itemCards.noInhouse .nofree {
display: none;
}
.greetingCard.disabled {
pointer-events: none;
opacity: .3;
}

.form-group.custom-card.loading textarea {
opacity: .3;
}

.form-group.custom-card.loading:after {
content: '';
width: 30px;
height: 30px;
border: 2px solid #212121;
border-bottom-color: transparent;
border-radius: 50%;
display: inline-block;
box-sizing: border-box;
position: absolute;
top: 35%;
left: 45%;
animation: rotation 1s linear infinite;
}

.form-group.custom-card.loading:after {
content: "";
width: 40px;
height: 40px;
padding: 8px;
aspect-ratio: 1;
border-radius: 50%;
background: #212121;
--_m: conic-gradient(#0000 10%, #000), linear-gradient(#000 0 0) content-box;
-webkit-mask: var(--_m);
mask-composite: subtract;
position: absolute;
top: 35%;
left: 45%;
}

.form-group.custom-card.loading > * {
opacity: .3;
pointer-events: none;
}

@keyframes rotation {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}

/* Mobile horizontal scroll styles for card design */
@media (max-width: 768px) {
#itemCards {
overflow-x: auto;
overflow-y: hidden;
-webkit-overflow-scrolling: touch; /* smooth scrolling on iOS */
scrollbar-width: none; /* Firefox */
}
#itemCards::-webkit-scrollbar {
display: none; /* Chrome, Safari, Opera */
}

#itemCards .row {
flex-wrap: nowrap !important;
width: max-content !important;
gap: 10px !important;
margin: 0 !important;
padding: 0 15px;
}

#itemCards .item-card {
flex: 0 0 auto;
min-width: 120px;
max-width: 120px;
margin-bottom: 0;
}

#itemCards .item-card .card-image img {
width: 100%;
height: auto;
aspect-ratio: 1;
object-fit: cover;
}

#itemCards .item-card .card-meta {
padding: 8px 5px 5px;
}

#itemCards .item-card .card-meta h5 {
font-size: 10px !important;
line-height: 1.2;
margin-bottom: 3px;
max-height: 24px;
overflow: hidden;
}

#itemCards .item-card .card-meta p {
font-size: 9px !important;
margin: 0;
}
}

/* Desktop version keeps original layout */
@media (min-width: 769px) {
#itemCards .row {
flex-wrap: wrap;
}
}
/* Purchase Address */
#zip {
  min-height: 43px;
}
.formAddressPurchase{padding-top:30px}.addressPurchase h4+p{font-size:12px!important}.input__label{position:absolute;left:20px;top:50%;transform:translateY(-50%);color:#757575;font-size:14px;pointer-events:none;transition:all .3s ease;z-index:2;background:transparent;line-height:1.2}.formAddressPurchase .error [required],.formAddressPurchase .error .select2-selection{border-color:#B3261E}.formAddressPurchase .form-group .error:after{content:"This field is required";display:block;font-size:12px;position:absolute;color:#B3261E}.input__label span{color:red}.input__field{height:43px;background:transparent;position:relative;z-index:1;padding-top:22px;padding-bottom:5px;padding-left:20px;padding-right:20px;font-size:14px;box-sizing:border-box}textarea.input__field+label{top:32px}textarea.input__field{padding-top:32px;padding-left:20px;padding-right:20px;min-height:120px;font-size:14px;box-sizing:border-box}.input__field:focus~.input__label,.input__field:not(:placeholder-shown)~.input__label,.input__field.has-value~.input__label{top:5px;left:16px;font-size:12px;color:#212121;background:#fff;padding:0 5px;z-index:2;transform:none}@supports (-webkit-touch-callout:none){.input__label{z-index:2;background:#fff}.input__field:focus~.input__label,.input__field:not(:placeholder-shown)~.input__label,.input__field.has-value~.input__label{top:5px;left:16px;font-size:12px;color:#212121;background:#fff;z-index:2}}

/* iOS specific fixes for input fields */
.formAddressPurchase.ios .input__field {
  -webkit-user-select: text !important;
  -webkit-touch-callout: default !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1) !important;
  pointer-events: auto !important;
  touch-action: manipulation !important;
  /* Force hardware acceleration */
  -webkit-transform: translateZ(0) !important;
  transform: translateZ(0) !important;
  /* Ensure proper z-index */
  position: relative !important;
  z-index: 10 !important;
  /* Prevent iOS zoom on focus */
  font-size: 16px !important;
}

.formAddressPurchase.ios .input__label {
  pointer-events: none !important;
  z-index: 5 !important;
  -webkit-user-select: none !important;
  user-select: none !important;
}

.formAddressPurchase.ios .form-group {
  position: relative !important;
  z-index: 1 !important;
  /* Fix for iOS viewport issues */
  -webkit-transform: translateZ(0) !important;
  transform: translateZ(0) !important;
}

.formAddressPurchase.ios .position-relative {
  -webkit-transform: translateZ(0) !important;
  transform: translateZ(0) !important;
  z-index: 1 !important;
}

/* iOS textarea specific fixes */
.formAddressPurchase.ios textarea.input__field {
  font-size: 16px !important;
  resize: none !important;
  -webkit-appearance: none !important;
  appearance: none !important;
}

/* iOS select specific fixes */
.formAddressPurchase.ios select.input__field {
  font-size: 16px !important;
  -webkit-appearance: none !important;
  appearance: none !important;
}

.reviewCardPurchase h4+p{font-size:12px!important;margin:0}

/* Card Preview Styles */
.cardPreview {
    width: 100%;
    margin-top: 15px;
}

.card-preview-container {
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  background: #fff;
  padding: 0;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  width: 350px;
  height: 500px;
  overflow: hidden;
}

.card-preview-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
}

/* Top Section - 50% height */
.card-top-section {
  height: 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Layout when NO photo */
.no-photo-layout {
  text-align: center;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  background: none !important;
}

.qr-placeholder {
  width: 80px;
  height: 80px;
  background: #f0f0f0;
  border: 1px dashed #ccc;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #999;
  border-radius: 4px;
}

.qr-code-container img,
.qr-code-container canvas {
  margin: 0 auto !important;
}

.qr-text {
  margin-bottom: 15px;
}

.qr-title {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  margin: 0 0 5px 0;
}

.qr-subtitle {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  margin: 0;
}

.qr-scan-text {
  margin-top: 15px;
}

.qr-scan-text p {
  font-size: 14px;
  color: #666;
  margin: 0;
}

/* Layout when photo exists */
.with-photo-layout {
  width: 100%;
  height: 100%;
  position: relative;
}

.photo-container {
  width: 100%;
  height: 100%;
  position: relative;
}

.card-preview-photo {
  width: 100%;
  height: 100%;
  object-fit: contain!important;
  border-radius: 0;
  padding: 20px;
}

.photo-qr-overlay {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: rgba(0,0,0,0.8);
  color: white;
  padding: 8px;
  border-radius: 4px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.qr-code-small img {
  margin: 0 auto !important;
  display: block !important;
}

.qr-placeholder-small {
  width: 40px;
  height: 40px;
  background: #fff;
  border: 1px solid #ccc;
  margin: 0 auto 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 8px;
  color: #333;
  border-radius: 2px;
}

.photo-qr-text p {
  font-size: 10px;
  color: white;
  margin: 0;
  white-space: nowrap;
}

/* Divider Line */
.card-divider {
  height: 1px;
  background: #ddd;
  margin: 0;
}

/* Bottom Section - 50% height */
.card-bottom-section {
  height: 35%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.card-recipient-name {
  font-size: 16px;
  color: #333;
  font-weight: bold;
  margin-bottom: 15px;
}

.card-message-section {
  flex: 1;
  display: flex;
  margin-bottom: 15px;
}

.card-message-text {
  font-size: 14px;
  line-height: 1.4;
  color: #333;
  white-space: pre-wrap;
  word-break: break-word;
  text-align: left;
}

.card-sender-name {
  font-size: 16px;
  color: #333;
  font-weight: bold;
  text-align: right;
}

.card-empty-state {
  padding: 20px;
}

.card-empty-state div {
  text-align: center;
  padding: 30px 20px;
  color: #999;
  border: 1px dashed #ddd;
  border-radius: 8px;
  background: #fafafa;
}

.card-empty-state p {
  margin: 0;
  font-size: 14px;
}

.card-empty-state p:last-child {
  margin-top: 5px;
  font-size: 12px;
  opacity: 0.8;
}

/* Mobile responsive adjustments */
@media (max-width: 576px) {
  .card-preview-container {
    height: 400px;
  }
  
  .card-top-section {
    padding: 15px;
  }
  
  .card-bottom-section {
    padding: 15px;
  }
  
  .no-photo-layout {
    padding: 15px;
  }
  
  .qr-code-container {
    margin: 12px auto;
  }
  
  .qr-placeholder {
    width: 60px;
    height: 60px;
  }
  
  .qr-code-container img,
  .qr-code-container canvas {
    max-width: 60px !important;
    max-height: 60px !important;
    width: 60px !important;
    height: 60px !important;
  }
  
  .qr-title, .qr-subtitle {
    font-size: 14px;
  }
  
  .qr-scan-text {
    margin-top: 12px;
  }
  
  .qr-scan-text p {
    font-size: 12px;
  }
  
  .card-recipient-name {
    font-size: 14px;
  }
  
  .card-message-text {
    font-size: 12px;
  }
  
  .card-sender-name {
    font-size: 14px;
  }
  
  .photo-qr-overlay {
    bottom: 5px;
    right: 5px;
    padding: 5px;
  }
  
  .qr-placeholder-small {
    width: 30px;
    height: 30px;
    font-size: 6px;
  }
  
  .qr-code-small img,
  .qr-code-small canvas {
    max-width: 30px !important;
    max-height: 30px !important;
    width: 30px !important;
    height: 30px !important;
  }
  
  .photo-qr-text p {
    font-size: 8px;
  }
}

@media (max-width:576px){.reviewCardPurchase{display:none!important}}.form-address-upload label{display:block;padding:12px 0;width:100%;text-align:center}.form-address-upload label *{vertical-align:middle;margin:0 5px}.address-manualy{border:1px solid #212121;width:100%;font-weight:700;background-color:#EEEEEE}.address-upload{border:1px solid #757575;color:#757575}.address-uploaded{display:none}.form-address-upload.uploaded .address-manualy{background-color:#fff;border:1px solid #757575;color:#757575;font-weight:400}.form-address-upload.uploaded .address-upload{border:1px solid #212121;background-color:#EEEEEE;font-weight:700;color:#212121}.addonsPurchase .addons p{font-size:12px!important;color:#757575}.add-addon{width:100%;border:1px solid #212121;padding:12px;font-size:16px;text-transform:uppercase;margin-top:25px}.purchaseAddress .reviewCardPurchase h4+p{display:none}.purchaseAddress .greetingCard{pointer-events:none;opacity:.3}.greetingCard[data-rowindex] {pointer-events: auto;opacity: 1;}@media (max-width:576px){.formAddressPurchase>.col-12{padding-left:0;padding-right:0}.purchaseAddress .contentPurchase>.row>.col-12{padding-left:0;padding-right:0}.formAddressPurchase{padding-top:15px;margin-bottom:20px;margin-right:-6px;margin-left:-6px}.addonsPurchase{margin-bottom:20px}.formAddressPurchase .greetingCard{margin-top:0}.input__label{position:absolute;z-index:1;background:#fff;padding:0 5px;font-size:14px}.input__field:focus~.input__label,.input__field:not(:placeholder-shown)~.input__label,.input__field.has-value~.input__label{top:5px;font-size:12px;color:#212121;transform:translateY(0)}.input__field{padding-top:22px;padding-bottom:8px}textarea.input__field{padding-top:28px}.form-group .error{margin-bottom:15px}}@media (max-width:576px){#qrcode img,#qrcode canvas{max-width:50px!important;max-height:50px!important;width:50px!important;height:50px!important;display:block;margin:0 auto}}

/* Complete purchase */
#popupCart {
display: none;
position: fixed;
background: rgb(117 117 117 / 24%);
z-index: 999;
font-size: 13px;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
@media (max-width: 576px) {
#popupCart {
top: 0;
left: 0;
width: 100%;
height: 100%;
border-radius: 0;
box-sizing: border-box;
padding: 0 10px;
}
#popupCart .container {
height: 100%;
}
.wrapperPopupCart {
max-width: 100%;
height: auto;
max-height: calc(100vh - 20px);
min-height: 0;
border-radius: 12px;
top: 10px;
left: 50%;
transform: translateX(-50%);
position: relative;
}
}
#popupCart .container {
position: relative;
height: 100%;
}
.wrapperPopupCart {
width: 100%;
max-width: 554px;
height: 765px;
max-height: calc(100vh - 40px);
background-color: #fff;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
overflow-y: auto;
}
.headerPopupCart {
position: relative;
width: 100%;
height: 60px;
border-bottom: 1px solid #C4C4C4;
}
.headerPopupCart svg, .headerPopupCart span {
align-self: center;
}
.headerPopupCart span {
padding-left: 15px;
text-transform: uppercase;
font-size: 12px;
}
#popupCart .close-purchase-popup {
position: absolute;
right: 30px;
top: 22px;
}

.titleCartPopup {
font-size: 16px;
font-weight: 600;
}
.deleteCartPopup {
color: #757575;
font-size: 12px;
text-decoration: underline;
font-weight: 400;
align-self: center;
}
.deleteCartPrice {
font-size: 16px;
font-weight: 400;
align-self: center;
cursor: pointer;
}

.itemContent {
margin-bottom: 10px !important;
}
.itemProperties {
margin-bottom: 15px;
}
.propDeliver {
margin-bottom: 10px;
}
.propAddress {
padding-top: 10px;
padding-bottom: 10px;
border-top: 1px solid #C4C4C4;
border-bottom: 1px solid #C4C4C4;
}
.contentPopupCart h4 {
font-size: 10px;
text-transform: uppercase;
font-weight: 600;
margin-bottom: 10px;
}
.propDeliver h4 {
margin-bottom: 5px;
}
.itemProperties p {
display: flex;
margin: 0;
margin-bottom: 5px;
font-size: 8px !important;
}
.itemProperties p span:first-child {
text-transform: uppercase;
display: inline-block;
width: 150px;
-ms-flex: 0 0 150px;
flex: 0 0 150px;
max-width: 150px;
}
.propsAddonCart p {
margin: 0;
display: flex;
font-size: 8px !important;
margin-bottom: 5px;
}
.imgAddonTitlePrice {
font-size: 8px;
}
.imgAddonTitlePrice h5 {
text-transform: uppercase;
font-weight: 400;
}
.propsAddonCart p span {
display: inline-block;
}
.propsAddonCart p span:first-child {
text-transform: uppercase;
font-weight: 600;
-ms-flex: 0 0 150px;
flex: 0 0 150px;
max-width: 150px;
}
.wrapperItemAddonCart {
display: none;
cursor: pointer;
}

.itemAddonCart {
max-height: 230px;
overflow-y: auto;
overflow-x: hidden;
}

.itemAddonCart.open .wrapperItemAddonCart {
display: block;
}
.itemAddonCart.open svg {
transform: rotate(90deg);
}

.footerPopupCart {
width: 100%;
position: absolute;
bottom: 0;
border-top: 1px solid #C4C4C4;
}
.btnViewCart {
background-color: #fff;
border: 1px solid #212121;
color: #212121;
font-size: 16px;
font-weight: 400;
margin-bottom: 10px;
}
.btnViewCheckout {
font-size: 16px;
font-weight: 400;
margin-bottom: 10px;
}

.btnViewCheckout:hover span {
color: #212121;
}
.btnViewCheckout:hover span:after {
background-color: #212121;
}
.btnContinueShopping {
color: #212121;
font-size: 12px;
font-weight: 400;
text-decoration: underline;
}

.itemMoney p {
font-size: 10px !important;
}

#city-group .btn {
margin-right: 12px;
}
#city-group .btn:last-child {
margin-right: 0;
}

#city-group .btn.selected,
#cities .btn.selected {
background-color: #212121!important;
color: #fff!important;
}

#cities {
width: 100%;
overflow: auto;
}

#cities .btn {
margin-right: 12px;
}

#cities .btn small {
text-transform: capitalize;
}

.selfpickup .steps .form-group.form-selfpickup {display: block}
.selfpickup #city-group, .selfpickup #city-label {display: none!important}

.btn-date-time {
width: calc(25% - 12px);
margin-bottom: 12px;
max-width: 188px;
line-height: 1!important;
}

#deliveryTime .btn {
margin-right: 12px;
}
#deliveryTime .btn:last-child {
margin-right: 0;
}

#noteDeliveryDate {
display: none;
background-color: #f5f5f5;
padding: 12px;
margin: 0;
font-size: 12px!important;
max-width: 100%;
}

.calendarbutton.stop {
pointer-events: none;
background-color: #b8b8b8 !important;
}

.loader {
width: 80px;
}

.loader-wheel {
animation: spin 1s infinite linear;
border: 2px solid rgba(30, 30, 30, 0.5);
border-left: 4px solid #fff;
border-radius: 50%;
height: 50px;
margin-bottom: 10px;
width: 50px;
}

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

@keyframes load {
0% {
content: 'Loading';
}
33% {
content: 'Loading.';
}
67% {
content: 'Loading..';
}
100% {
content: 'Loading...';
}
}

@media screen and (max-width: 768px){
#flower-step.block .stepwizard {
    background-color: #fff
}
#flower-step {display: none;}
.btn-date-time {
    max-width: 160px;
}
}

.template-product hr {border-color: #b8b8b8;}

            .bg-card {margin-left: 0;margin-right: 0;}
            .product-single__photos {margin-bottom: 5px;}
            .product-single__photos, .product-single__photos * {height: 100%;}
            #product-image {padding: 0;overflow-y: auto;overflow-x: hidden;}
            #product-image .swiper-container {width: 100%;margin-left: auto;margin-right: auto;}
            #product-image .gallery-top img {width: 100%;}
            #product-image .ProductThumbs {margin-left: 0;margin-bottom: 0;}
            #product-image .gallery-top .swiper-slide {width: 100%;}
            #product-image .gallery-thumbs .swiper-slide {width: 100%;margin-top: 0;margin-bottom: 10px;overflow: hidden}
            #product-image .gallery-thumbs .swiper-slide a,
            #product-image .gallery-thumbs .swiper-slide img {display: block;width: 100%}

            .product-single__media model-viewer {
            width: 100%;
            height: 500px;
            }

            .swiper-slide.product-single__video video {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            height: 100%;
            }


            .carousel-button-next, .carousel-button-prev {background-image: none;}
            .swiper-container {width: 100%;height: 100%;}
            .swiper-slide {text-align: center;font-size: 18px;background-color: transparent;}
            #product-meta h1 {text-transform: uppercase;font-weight: 400;}
            #product-meta .product-meta--review a.link-anchor {margin: 0 5px 0 0!important;}
            #product-meta .product-meta--review .sep {margin-right: 5px;}
            #product-meta .spr-badge-caption {margin-right: 5px;}

            #featured-image-product .video {display: none;}
            #featured-image-product iframe {height: 275px;}

            #product-meta .spr-badge-starrating .spr-icon {font-size: 14px;color: #212121!important}
            #product-meta .spr-badge-starrating .spr-icon:before {font-size: 120%!important;}
            #product-meta .spr-badge-caption {font-size: 14px;}
            #product-meta .spr-badge[data-rating="0.0"] {display: none;}
            #product-meta .product-meta--review .spr-badge-caption a {color: #212121;}

            #product-meta .product-meta--review a.link-anchor {font-size: 13px;padding-top: 2px;margin: 0 5px;vertical-align: middle;display: inline-block;line-height: 22px;color: #212121;}
            #product-meta .product-meta--review .sep {padding-top: 2px;color: #212121;}

            #product-meta .ProductPrice {color: #212121;font-size: 20px;margin-right: 10px;font-weight: 600;}
            #product-meta .ComparePrice {text-decoration: line-through;color: gray}
            #product-meta .tag-discount {vertical-align: middle;display: inline-block;font-size: 12px;text-transform: uppercase;color: #212121;padding: 0 5px;line-height: 22px;margin-left: 10px;height: 24px;margin-top: 5px;font-weight: 700}
            #product-meta .discount-product-detail {align-self: center;}
            #product-meta .discount-product-detail * {display: inline-block;margin: 0!important;background-color: transparent!important;font-size: 16px;vertical-align: middle;}

            #product-meta .product-single__stock {display: inline-block;font-size: 12px;text-transform: uppercase;background: #757575;color: #f2f2f2;padding: 5px;border-radius: 5px;}
            #product-meta .short-desc li,
            #product-meta .short-desc li strong,
            #product-meta .short-desc li b {font-size: 16px;font-weight: 400;margin-bottom: 0;line-height: 24px;}
            #product-meta .assured {color: #f2f2f2;background-color: #212121;position: relative;top: -10px;border-radius: 0 0 5px 5px;padding-bottom: 10px;}
            #product-meta .assured span {display: block;font-size: 16px;padding: 5px 10px;}
            #product-meta .assured span.h-assured {font-size: 19px;border-bottom: 2px solid #212121;padding-top: 5px;padding-bottom: 5px;;font-weight: bold;}

            #product-meta .freeship p em {font-size: 16px;color: #b8b8b8;}
            #product-meta .freeship p span {display: inline-block;vertical-align: middle;}
            #product-meta .freeship p span .icon {-webkit-transition: all 0.4s; /* Safari */transition: all 0.4s;cursor: pointer;color: #b8b8b8;width: 20px;margin-left: 5px;}
            #product-meta .freeship.expand .icon {-ms-transform: rotate(180deg);-webkit-transform: rotate(180deg);transform: rotate(180deg);}
            #product-meta .freeship .fs-content {display: none;}

            #product-meta .selector-wrapper {display: none;}
            #product-meta .single-option-selector {border-color: #212121;}
            #product-meta .selector-wrapper label {margin: 0.5rem 0!important;display: block;text-transform: uppercase;font-size: 12px;font-weight: 700;}

            #product-meta .js-qty, .ajaxcart__qty {margin-bottom: 0px;padding: 0;-webkit-flex: 0 0 115px;-moz-flex: 0 0 100px;-ms-flex: 0 0 115px;flex: 0 0 115px;box-shadow: 0 1px 4px 0 rgba(0,0,0,0.3);border: 2px solid #212121;background-color: #f2f2f2;}
            #product-meta .js-qty input, .ajaxcart__qty input {height: 40px;border-color: transparent;}
            #product-meta .js-qty__adjust,
            #product-meta .ajaxcart__qty-adjust { border-color: #212121!important;border: none;}
            #product-meta .js-qty button,
            #product-meta .js-qty input {font-weight: 600;font-size: 24px!important;line-height: 2;}
            #product-meta .js-qty button svg {stroke: #212121;}
            #product-meta .js-qty .fallback-text {font-family: initial;line-height: 40px;}
            #product-meta .js-qty.mx-auto {margin-left: inherit!Important;margin-top: 0!Important;margin-right: 10px!important;}
            #product-meta #button-action {clear: both;}
            #product-meta #button-action .btn {font-size: 1rem;}
            #product-meta .nice-select.product-single__variants {width: inherit;}

            @media (min-width: 992px) {
            #product-image .product-image {padding-right: 80px;}
            }

            
            @media (min-width: 767px) {
            .form-flower #button-action {
                display: none
            }
            }
            @media (max-width: 768px) {
            #loc_delivery_mobile {
                display: none;
            }
            .form-flower #button-action .js-qty {
                display: none
            }
            }
            

            /* Product - Size Chart */
            #charts {width: 100%;margin: 10px 0;}
            .size_chart_ruler {background: url(../images/image-sprites.png) no-repeat 0 -57px;float: left;width: 20px;height: 18px;margin-right: 0.5rem;}
            .SizeChartPanel a {font-size: 14px;color: #212121;font-weight: 600;text-decoration: underline;}

            /* USP ICON */
            .list-tag {padding: 10px 0;}
            .list-tag li {background-repeat: no-repeat;background-size: 60px;height: 100px;margin-bottom: 0;background-position: center;}
            .icon-privasi {background-image: url(../images/no-image-100-c91dd4bdb56513f2cbf4fc15436ca35e9d4ecd014546c8d421b1aece861dfecf_100x.gif);}
            .icon-ori {background-image: url(../images/no-image-100-c91dd4bdb56513f2cbf4fc15436ca35e9d4ecd014546c8d421b1aece861dfecf_100x.gif);}
            .icon-fresh {background-image: url(../images/no-image-100-c91dd4bdb56513f2cbf4fc15436ca35e9d4ecd014546c8d421b1aece861dfecf_100x.gif);}
            .icon-sameday {background-image: url(../images/no-image-100-c91dd4bdb56513f2cbf4fc15436ca35e9d4ecd014546c8d421b1aece861dfecf_100x.gif);}
            .icon-card {background-image: url(../images/no-image-100-c91dd4bdb56513f2cbf4fc15436ca35e9d4ecd014546c8d421b1aece861dfecf_100x.gif);}
            .icon-lisensi {background-image: url(../images/no-image-100-c91dd4bdb56513f2cbf4fc15436ca35e9d4ecd014546c8d421b1aece861dfecf_100x.gif);}
            .icon-pickup {background-image: url(../images/no-image-100-c91dd4bdb56513f2cbf4fc15436ca35e9d4ecd014546c8d421b1aece861dfecf_100x.gif);}
            /*.icon-gift {background-image: url(../images/no-image-100-c91dd4bdb56513f2cbf4fc15436ca35e9d4ecd014546c8d421b1aece861dfecf_100x.gif);}*/
            .icon-herbal {background-image: url(../images/no-image-100-c91dd4bdb56513f2cbf4fc15436ca35e9d4ecd014546c8d421b1aece861dfecf_100x.gif);}
            .icon-custom {background-image: url(../images/no-image-100-c91dd4bdb56513f2cbf4fc15436ca35e9d4ecd014546c8d421b1aece861dfecf_100x.gif);}
            .icon-halal {background-image: url(../images/no-image-100-c91dd4bdb56513f2cbf4fc15436ca35e9d4ecd014546c8d421b1aece861dfecf_100x.gif);}
            .icon-bestprice {background-image: url(../images/no-image-100-c91dd4bdb56513f2cbf4fc15436ca35e9d4ecd014546c8d421b1aece861dfecf_100x.gif);}

            .swatch-element.small.available {font-size: 100%;}

            @media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
            /*** Remove all paddings around the image on small screen*/
            .mfp-img-mobile .mfp-image-holder {padding-left: 0;padding-right: 0; }
            .mfp-img-mobile img.mfp-img {padding: 0; }
            .mfp-img-mobile .mfp-figure:after {top: 0;bottom: 0; }
            .mfp-img-mobile .mfp-figure small {display: inline;margin-left: 5px; }
            .mfp-img-mobile .mfp-bottom-bar {background: rgba(0, 0, 0, 0.6);bottom: 0;margin: 0;top: auto;padding: 3px 5px;position: fixed;box-sizing: border-box; }
            .mfp-img-mobile .mfp-bottom-bar:empty {padding: 0; }
            .mfp-img-mobile .mfp-counter {right: 5px;top: 3px; }
            .mfp-img-mobile .mfp-close {top: 0;right: 0; width: 35px;height: 35px;line-height: 35px;background: rgba(0, 0, 0, 0.6);position: fixed;text-align: center;padding: 0; }
            }
            @media all and (max-width: 900px) {
            .mfp-arrow {-webkit-transform: scale(0.75);transform: scale(0.75); }
            .mfp-arrow-left {-webkit-transform-origin: 0;transform-origin: 0; }
            .mfp-arrow-right {-webkit-transform-origin: 100%;transform-origin: 100%; }
            .mfp-container {padding-left: 6px;padding-right: 6px; }
            }
            @media screen and (max-width: 768px){
            .mfp-content {width: 100%!Important;}
            #product-bottom-left {padding: 0;}
            }

            /** Product Step **/
            .product-meta {
            overflow-y: auto;
            overflow-x: hidden;
            }
            .product-meta {
            padding-left: 20px;
            padding-right: 20px;
            }
            #product-image, .product-meta {
            -ms-overflow-style: none;  /* Internet Explorer 10+ */
            scrollbar-width: none;  /* Firefox */
            }
            #product-image::-webkit-scrollbar, .product-meta::-webkit-scrollbar {
                display: none;  /* Safari and Chrome */
            }
            #product-meta .nav {display: flex;flex-wrap: wrap;padding-left: 0;margin-bottom: 0;margin-left: 0;list-style: none;border-top: 1px solid #212121;border-bottom: 1px solid #212121 }
            #product-meta .stepwizard .nav .nav-item {width: 90px;margin-bottom: 0;text-transform: uppercase;}
            #product-meta .nav-link {display: block;}
            #product-meta .nav-link:focus, #product-meta .nav-link:hover {text-decoration: none; }
            #product-meta .nav-link.disabled {color: #868e96; }

            #product-meta .nav-tabs {border-bottom: 1px solid #dee2e6; }
            #product-meta .nav-tabs .nav-item {margin-bottom: -1px; }
            #product-meta .nav-tabs .nav-link {border: 1px solid transparent;border-top-left-radius: 0.25rem;border-top-right-radius: 0.25rem; }
            #product-meta .nav-tabs .nav-link:focus,
            #product-meta .nav-tabs .nav-link:hover {border-color: #e9ecef #e9ecef #dee2e6; }
            #product-meta .nav-tabs .nav-link.disabled {color: #868e96;background-color: transparent;border-color: transparent; }
            #product-meta .nav-tabs .nav-link.active,
            #product-meta .nav-tabs .nav-item.btn-success {color: #495057;background-color: #ffffff;border-color: #dee2e6 #dee2e6 #ffffff; }
            #product-meta .nav-tabs .dropdown-menu {margin-top: -1px;border-top-left-radius: 0;border-top-right-radius: 0; }

            #product-meta .nav-pills .nav-link.active,
            #product-meta .nav-pills li.btn-success {color: #212121;border-bottom: 2px solid #212121;}
            .nav-item:has(+ .btn-success) a, .nav-item:has(+ * + .btn-success) a, .nav-item:has(+ * + * + .btn-success) a {font-weight: normal !important;}

            #product-meta .nav-fill .nav-item {flex: 1 1 auto;text-align: center; }

            #product-meta .nav-justified .nav-item {flex-basis: 0;flex-grow: 1;text-align: center; }

            #product-meta .tab-content .tab-pane {display: none; }
            #product-meta .tab-content .tab-pane h3 {font-size: 16px;text-transform: uppercase;color: #212121;font-weight: 600;}

            #product-meta .tab-content > .active {display: block; }
            #product-meta .nav-pills .nav-link {color: #212121;padding: 5px 0;}

            #product-meta .nav-pills .nav-link.active,
            #product-meta .nav-pills .btn-success {color: #212121;font-weight: 700;}
            #flower-step .nav-link[disabled] {pointer-events: none;cursor: not-allowed;opacity: .65;filter: alpha(opacity=65);-webkit-box-shadow: none;box-shadow: none;}

            #product-meta .panel-heading .nav-item a {font-size: 20px;text-transform: uppercase;color: #212121;font-weight: 700;}

            @media screen and (max-width: 992px) {
            #product-meta .tab-content .tab-pane { padding: 20px 15px; }
            }

            /*#product-meta .steps {padding: 1rem; }*/
            #product-meta .steps .container {max-width: 100%;}

            #product-meta #step-1 .steps .container {width: 100%;max-width: 400px !important;margin-left: 0;}

            .steps .form-group {margin-bottom: 1rem;width: 100%;}
            .steps h4 {font-size: 16px;text-transform: uppercase;font-weight: 600}
            .steps .form-group-half {width: 50%;}
            .steps label {display: inline-block;margin-bottom: .5rem;font-size: 14px;font-weight: 400!Important;}
            .steps .form-control {display: block;width: 100%;padding: 0.375rem 0.75rem;font-size: 14px;line-height: 1.5;color: #495057;color: #212121; background-color: #ffffff;background-clip: padding-box;border: 1px solid #ced4da;transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;}
            .steps .group-radio label {vertical-align: top;}
            .steps .group-radio label span {font-size: 14px;}
            .steps .info-nextday {display: none;font-size: 14px!important;color: #212121;margin: 5px 0;padding: 6px 10px;border: 1px solid #EEEEEE;}
            .steps .info-nextday span:last-child {cursor: pointer;background-color: #212121;font-size: 12px;color: #fff;padding: 2px 5px;margin-left: 5px;font-weight: normal;}
            .steps .info-ongkir-kota {display: none}

            #product-meta .steps .btn {position: relative;display: inline-block;font-weight: 400;text-align: center;white-space: nowrap;vertical-align: middle;user-select: none;padding: 0.375rem 0.75rem;margin-right: 12px;line-height: 1.5;transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;}
            #product-meta .steps .btn-primary {color: #ffffff!important;background-color: #212121!important;}
            #product-meta .steps .btn-block {display: block;width: 100%;height: auto;}
            #product-meta .steps .btn {color: #212121;transition: all .4s ease-in-out;height: 44px;line-height: 15px!important;}
            #product-meta .steps .btn:not([disabled]):not(.disabled) {cursor: pointer;}
            #product-meta .steps .btn-primary:hover {color: #ffffff;background-color: #757575!important;border-color: #757575!important;}
            #product-meta .steps .btn:hover {transform: translateY(-1px);}
            #product-meta .steps .btn .icon {background-color: transparent;vertical-align: middle;padding: 6px 0 10px;}

            #delivery-method {display: flex;}
            #delivery-method .btn {border: 1px solid !important;background-color: transparent;}
            #delivery-method button:last-child {margin-right: 0 !important;}
            #product-meta .steps .btn-delivery-method {width: 100%;}

            #deliveryDate {display: flex;}
            #deliveryDate button {background-color: transparent !important;max-width: 40px;height: auto !important;padding: 0 !important;font-size: 14px !important; margin-right: 10px !important;color: #212121;font-weight: 400;border: none;transition: none;transform: none;}
            #deliveryDate button:focus, #deliveryDate button:focus-visible {outline: none;border: none;}
            #deliveryDate button span {font-size: 14px;border-radius: 100%;width: 40px;height: 40px;max-width: 40px;display: block;border: 1px solid #212121;margin-top: 8px;padding: 11px;color: #212121;font-weight: 400}
            #deliveryDate button.selected {
            font-weight: 700 !important;
            }
            #deliveryDate button.selected span {background-color: #EEEEEE;color: #212121;font-weight: 700}
            #deliveryDate button[disabled], .calendarbutton.stop {color: #C4C4C4!important}
            #deliveryDate button[disabled] span,
            #product-meta .calendarbutton.stop span {background-color: #EEEEEE;color: #C4C4C4;border: none;}

            #full-date {padding: 0 !important;background: transparent !important;height: 20px !important;width: 100%;max-width: 100px !important;font-size: 12px !important;font-weight: 400 !important;color: #757575;cursor: pointer;}
            #full-date:hover {border: none;}

            #deliveryDateFull.filled {display: flex;width: 100%;justify-content: space-between;}
            #deliveryDateFull.filled > div {position: relative;width: 70%;}
            #deliveryDateFull.filled > div:after {content: "";background: url(../images/icon-calendar.png);width: 16px;height: 15px;position: absolute;top: 13px;right: 40px;}
            #deliveryDateFull.filled input {border: 1px solid;width: 100%;max-width: 95% !important;height: 43px !important;font-size: 14px !important;font-weight: 700!Important;color: #212121;background-color: #EEEEEE !important;}
            #deliveryDateFull.filled > button {width: 30%;background-color: #212121;color: #fff; padding: 0px 12px; font-size: 12px;}

            @media (max-width: 992px) {
            #row-delivery-date {
                display: block;
            }
            #purchaseProduct .row .error {
                display: block;
            }
            #deliveryDateFull > div {
                display: flex;
            }
            }

            #deliveryTime .btn {width: 100%;line-height: 15px !important;font-size: 14px !important;padding: 0 !important;background: transparent;border: 1px solid #212121;height: 56px!important;color: #212121;font-weight: 400;transition: none;transform: none;}

            #deliveryTime .btn[disabled] {color: #C4C4C4!important;background-color: #EEEEEE!important;border: none}

            #product-meta .btn.calendar-group {height: auto!important;width: calc(33.33% - 5px);margin-bottom: 10px;font-weight: 600}

            #product-meta  .form-selfpickup p a {color: blue; text-decoration: underline;}

            #product-meta .steps .calendar-parcel .btn {
            height: auto!important;F
            text-transform: capitalize;
            width: calc(25% - 10px)!important;
            margin-bottom: 10px;
            }
            #product-meta .steps .calendar-parcel .btn span {
            display: block;
            }
            #product-meta .steps .calendar-parcel .btn.selected {
            background-color: #212121;
            color: #fff;
            }

            #product-meta .steps-btn.selected:not(.calendarbutton) {transform: translateY(1px)!important;background-color: #EEEEEE!important;font-weight: 700;border: 1px solid #212121!important;color: #212121;}

            #product-meta .steps-btn p {margin: 0; font-size: 0.8em;}

            #product-meta .steps-card {background-color: #f7ffd9;width: 100%;position: relative;padding: .75rem;border: none; }

            #product-meta .reviewCardPurchase {max-width: 395px;width: 100%;display: flex;justify-content: end;flex-wrap: wrap;}
            #greetingCard {width: 100%;display: flex;justify-content: end;}
            #product-meta #greetingCard .greetingCard {
                width: 100%;
                max-width: 395px;
                height: 550px;
                border: 1px solid #212121;
                margin-top: 20px;
                position: relative;
                justify-content: space-between;
                display: flex;
                flex-wrap: wrap;
            }
            #product-meta #greetingCard .greetingCard:after {content: "";border-bottom: 1px dotted #212121;position: absolute;top: 50%;display: block;width: 100%;}
            #product-meta #greetingCard .greetingCard > div {
            height: 50%;
            }
            #greetingCard .label-attach-foto {font-size: 12px;font-weight: 400 !important;}
            #product-meta .case-img-preview {position: relative;width: 100%;background-color: #fff;justify-content: center;display: flex;flex-direction: row;border-radius: 3px;height: 100%;}
            #product-meta .case-img-preview .btn-upload .preview-image {position: absolute;top: 0;bottom: 0;left: 0;right: 0;max-height: 100%;max-width: 80%;display: block;margin: auto;flex: 1;padding: 3px;}

            #product-meta #greetingCard .greetingCard .placeholder-image label img {width: 40px;}
            #product-meta .case-img-preview .btn-upload .icon-upload button {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); text-align: center;}
            #product-meta .case-img-preview .btn-upload .icon-upload button svg {vertical-align: middle;align-self: center;margin-right: 10px;}
            #product-meta .case-img-preview .btn-upload .icon-upload button span {display: block; font-size: 18px; margin-top: 10px;}
            #product-meta .case-img-preview .btn-upload .icon-upload button .placeholder-image img.empty-state-card {width: 76px;}
            #product-meta .case-img-preview .btn-upload .icon-upload button .button-empty-state {display: flex;gap: 20px;margin-bottom: 30px;margin-top: 30px;}
            #product-meta .case-img-preview .btn-upload .icon-upload button .button-empty-state .btn {display: flex!important;padding: 0 20px!important;width: 170px;height: 43px !important;background: transparent;border: 1px solid #212121;}
            #product-meta .case-img-preview .btn-upload .icon-upload button .button-empty-state .btn img {width: 25px;align-self: center;}
            #product-meta .case-img-preview .btn-upload .icon-upload button .button-empty-state .btn span {text-transform: capitalize;font-size: 16px!important;align-self: center;margin: 0!important;color: #212121;font-weight: 400;}
            #product-meta .case-img-preview .remove-image {position: absolute;right: 10px;top: 10px;border: 2px solid #212121;border-radius: 100%;width: 30px;height: 30px;cursor: pointer;}
            #product-meta .case-img-preview .remove-image:hover {box-shadow: 0px 1px 4px #212121;}
            #product-meta .case-img-preview .remove-image svg {width: 27px; height: 26px;}

            #product-meta .steps-card-preview {width: 100%; flex-wrap: wrap; position: relative}
            #product-meta .case-video-preview {display: none; position: relative; width: 100%; padding: 10px 30px;background: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2212121/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='rgb(184 184 184)' stroke-width='6' stroke-dasharray='10%2c 10%2c 5' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");background-color: rgb(250 250 250 / 70%);position: absolute;bottom: 0;}
            #product-meta .case-video-preview p {margin: 0; color: #212121; font-size: 16px!important;align-self: center; display: flex; text-align: left;font-style: italic;}
            #product-meta .case-video-preview p span.replace-video {font-size: 14px;font-style: italic;font-weight: 600;color: green;display: block;}
            #product-meta .case-video-preview p span:last-child {
            font-size: 14px;
            padding-left: 5px;
            align-self: center;
            vertical-align: middle;
            line-height: 1;
        }
            #product-meta .case-video-preview p .replace-video {cursor: pointer;}
            #product-meta .case-video-preview button {position: relative; background-color: #fff; padding: 10px 20px; font-size: 16px; width: 225px;}
            #product-meta .case-video-preview label {width: 250px;padding: 5px;text-align: center; margin: 0;border: 1px solid;background-color: #fff;border-radius: 4px;}
            #product-meta .case-video-preview button img {position: absolute; top: 5px; left: 50%; margin-left: -15px;}
            #product-meta .case-video-preview .remove-media {width: 26px;height: 25px;border-radius: 100%;padding: 0px;border: 2px solid #212121;position: absolute;right: 7px;top: 6px;}
            #product-meta .case-video-preview .remove-media:hover {box-shadow: 0px 1px 4px #212121;}
            #product-meta .case-video-preview .remove-media svg {width: 20px;height: 21px;}
            #product-meta .case-video-preview #label-input-video > span {display: flex;justify-content: center;gap: 10px;}
            #product-meta .case-video-preview #label-input-video > span * {align-self: center;margin: 0;}

            .greetingCard .steps-card-input {width: 100%;padding: 20px 30px;}
            .steps-card-input input {font-size: 16px !important;width: 140px !important;}
            .greetingCard .form-control#receipt-name-card {width: 106px;}
            .greetingCard .form-control#senderCard {width: 91px;position: absolute;right: 0;}
            .steps .form-control, .greetingCard .form-control {border: none;border-bottom: 1px solid #212121;padding: 0;font-size: 14px;font-weight: 400;}
            .steps .form-control::placeholder {color: #21212140;text-transform: uppercase;}

            #msgCard {position: absolute; right: 0; bottom: 5px; border: 1px solid; font-size: 12px; padding: 4px 8px; background-color: #EEEEEE;}

            .steps .form-delivery .form-control {max-width: 100%;height: 35px;}

            #flower-step.disabled {
            position: relative;
            }
            #flower-step.disabled .stepwizard .tab-content {
            position: relative;
            opacity: 0.3;
            pointer-events: none;
            }
            #flower-step.disabled:after {
            content: "Stok Tidak Tersedia";
            display: block;
            margin: auto;
            color: #ffffff;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            text-align: center;
            color: #212121;
            font-size: x-large;
            font-weight: 600;
            }

            .button-next .btn {width: 100% !important;max-width: 100%;height: 43px !important;font-size: 16px !important;font-weight: 400 !important;margin: 0!important}
            .button-next .btn svg {vertical-align: middle;width: 20px;position: absolute;right: 10px;top: 3px;}
            .button-next .btn svg path {fill: #fff;}

            .save-card {text-align: right;margin-top: 20px;}
            .save-card button {width: 297px;text-align: center;height: 43px;cursor: pointer;cursor: pointer;background-color: #212121;color: #ffffff;}
            .save-card button[disabled] {background-color: #EEEEEE;color: #C4C4C4;cursor: not-allowed;}

            .btn-next-card {
            display: flex;
            justify-content: end;
            gap: 20px;
            }

            @media (max-width: 991px) {
              #product-meta #greetingCard .greetingCard {
                  margin: 20px auto;
              }
              .btn-next-card {
                  justify-content: center;
              }
            }
            
            .case-video-preview > div {
                flex-wrap: wrap;
            }
            #product-meta .case-video-preview button {
                padding: 10px 15px;
                font-size: 12px;
                width: calc(50% - 5px);
                display: block;
                margin-bottom: 0!important;
            }
            #product-meta .case-video-preview label {
                background-color: #fff;
                max-width: 150px;
                text-align: center;
                margin: 0;
                font-size: 12px;
            }
            .steps .steps-card-input {
                padding: 30px 15px 40px;
                border-top: 1px solid #212121;
            }
            #product-meta .case-video-preview p {
                font-size: 14px!important;
                text-align: center;
                margin-bottom: 10px;
                width: 100%;
                flex-wrap: wrap;
            }
            #product-meta .case-video-preview p span {
                text-align: center;
                display: block;
                width: 100%;
                padding: 0;
                margin: 0;
            }
            #product-meta .case-video-preview {
                padding: 10px;
                max-width: calc(100% - 10px);
                margin: 6px auto;
            }
            #product-meta .case-img-preview .btn-upload .icon-upload button .button-empty-state .btn img {
                display: none;
            }
            #product-meta .case-img-preview .btn-upload .icon-upload button .button-empty-state .btn span {
                font-size: 14px!important;
                align-self: center;
            }
            #product-meta .case-img-preview .btn-upload .icon-upload button .button-empty-state .btn {
                flex-wrap: wrap;
                justify-content: center;
                font-size: 12px!important;
                height: 30px!important;
            }
            #product-meta .case-img-preview .btn-upload .icon-upload button .button-empty-state .btn {
                width: 110px;
            }
            #product-meta .case-img-preview .btn-upload .icon-upload button .button-empty-state .btn svg {
                display: none;
            }
            }

            #product-meta .btn.btn-uploadx {width: auto;}

            #flower-step .error {display: none;color: #a82121217;font-size: 12px!important;margin-top: 0.5rem !important;}
            #flower-step .has-error input,
            #flower-step .has-error textarea,
            #flower-step .has-error select,
            #flower-step .has-error .select2-selection {box-shadow: 0 1px 0px rgba(168, 0, 7, 0.5);border: none!important;}
            #product-anchor {position: relative;top: -125px;}
            #flower-step .tab-pane .label-congrats {display: block;}

            #flower-step #notif-surprise {display:none;font-size: 14px!important;padding-left: 25px;}
            #flower-step #notif-surprise textarea {font-size: 13px!important;min-height: 70px;}

            .form-group.custom-card {position: relative;border-bottom: 1px solid;padding-top: 40px;}
            .form-group.custom-card textarea {margin-bottom: 0;border: none !important;}
            .form-group.custom-card #show_note {position: absolute;bottom: 10px;right: 0;border: 1px solid #212121;background: #EEEEEE;color: #212121;height: 31px;font-size: 12px !important;padding: 7px;text-align: center;}
            
            #day0[disabled="disabled"] {background-color: #bbbbbb!important;}
            @media (max-width: 576px){
                #flower-step #step-3 .form-group {padding: 0;}
            }

            /** ADD ONS **/
            .collection-addons {overflow: hidden;}
            .swiper-slide.product-card {margin: 5px 0;}
            .products .bg-products {background-color: transparent;}
            .label-addons {width: 100%;font-size: 22px;font-weight: 600;text-transform: capitalize;padding: 0;margin: 10px 0 10px;}
            .cross-sell-popup-dektop-btn {list-style: none;margin: 5px 0 10px;padding: 0;float: left;width: 100%;}
            .cross-sell-popup-dektop-btn li {font-size: 1rem;text-transform: uppercase;margin: 0;padding: 0;float: none;cursor: pointer;text-align: center;width: 49%;border: #bfbfbf solid 2px;color: #212121;font-weight: 700;padding: 4px;}
            .cross-sell-popup-dektop-btn li.select {background-color: #00b01d;color: #fff;border-color: #00b01d;}
            .trigger-select {display: block;}
            #product-meta #step-4 .steps .btn-no-addons {max-width: 100%;width: 100%;background-color: #FFFFFF;color: #212121;box-shadow: none!Important;border: 2px solid #212121;}
            #product-meta #step-4 .steps .btn-cta {max-width: 100%;width: 100%;background-color: #212121;color: #fff;}
            .upsell-checked-img-cover {position: absolute;right: 0;bottom: 0;}
            .product-card-img-container {position: relative;}
            .upsell-checked-img-cover img {width: 40px!important;}
            .upsell-checked-img-cover img:first-child {display: none;}
            .trigger-select.active .upsell-checked-img-cover img:first-child {display: inline-block;}
            .trigger-select.active .upsell-checked-img-cover img:last-child {display: none;}
            .discount-product * {display: inline-block!important;color: #aaa;}
            @media (max-width: 576px){
                .panel-addons #step-4 .steps {padding: 0!important;}
            }
            /** End Product Step **/

            /** Product Papan Bunga **/
            .customize-papan {padding:20px 10px;position: relative;background: #ffffff;border: 2px solid #212121;height: 485px;}

            .customize-papan .case-occasion {text-align: center;}
            .customize-papan .case-occasion select,.customize-papan .case-occasion .nice-select {font-weight: 800;font-size: 20px;margin: 10px auto;font-family: 'Pacifico', cursive;outline: none;min-height: 40px;line-height: 40px;border: 2px solid #212121;padding: 0 55px;border-radius: 3px;}
            .case-occasion .nice-select {text-align:center!important;}
            .customize-papan .field-papan {clear: both;float: left;width: 100%;}
            .customize-papan .field-papan.group-field-1 {margin-bottom: 15px;}
            .customize-papan .group-field-1 .input-field {float: left;width: 100%;}
            .customize-papan .field-papan.group-field-2 {display: flex;gap: 10px;}
            .customize-papan .field-papan.group-field-2 .input-field {float: none;width: 50%;}
            .customize-papan .input-field {position: relative;}
            .customize-papan label.no-papan {position: absolute;background: #afafaf;width: 25px;height: 25px;line-height: 25px;text-align: center;border-radius: 100%;font-weight: 600;margin-bottom: 0;top: 10px;left: 5px;}

            .customize-papan .input-field.field-logo,
            .customize-papan input[type="file"] {cursor: pointer;}
            .customize-papan .field-papan.group-field-2 .input-field:first-child {margin-right: 15px;}
            .customize-papan .field-papan.group-field-2 select {margin-bottom: 0;}
            .customize-papan .group-field-2 .input-field:last-child {width: 100%;}
            .customize-papan .rec-logo {color: #f56d6d;font-size: 11px!important;clear: both;padding-top: 5px;margin-bottom: 10px;}
            .customize-papan input.sel {background: #212121;}
            .btn-upload-papan.uploaded svg g {fill: #ffffff;}

            
            .group-field-1 .limit{bottom:10px!important;}
            /*btn upload*/
            .field-logo{border-radius:3px;background:#e6e6e6;}
            .field-logo > input[type="file"]{opacity:0;z-index: 999; touch-action: auto;}
            .input-field.field-logo:active{background-color:#c5c5c5;}

            .ket-custom-papan {padding: 55px 0px 0px 17px;}
            .ket-custom-papan .ket-field {margin-bottom: 10px;}
            .ket-custom-papan .ket-field span:first-child {background: #afafaf;width: 25px;height: 25px;line-height: 25px;text-align: center;border-radius: 100%;font-weight: 600;display: inline-block;color: #212121;margin-right: 10px;}
            .ket-custom-papan .ket-field span:last-child {font-weight: 800;font-size: 16px;}
            /** End Product Papan Bunga **/

            /** Related Product **/
            #product-bottom .related-product {overflow: hidden;padding-left: 2px;}
            .product-card-carousel{position: relative;box-shadow: 0 1px 4px rgba(0,0,0,0.3);-webkit-transition: all 0.1s ease-in-out;transition: all 0.1s ease-in-out;border-radius: 5px;cursor: pointer;border: 0;height: auto;}
            .product-card-carousel:hover{transform: translateY(-2px);box-shadow:0 4px 8px rgba(0,0,0,0.3);z-index: 99;}
            .product-card-carousel .product-card-price-after {color: #212121;margin: 0;}
            .c-carousel{position:relative;} .collection-slider{overflow:hidden;padding:10px 0;}
            .carousel-button-next{position:absolute; top: 50%; right: 0;z-index:10; cursor: pointer;}
            .carousel-button-prev{position:absolute; top: 50%; left: 0;z-index:10; cursor: pointer;}

            /** Description Product **/
            #product-bottom .long-desc ul {display: none;}
            #product-bottom .long-desc table tr {height: 40px;text-align: center;}
            #product-bottom .long-desc table tr:nth-child(1),
            #product-bottom .long-desc table tr:nth-child(3),
            #product-bottom .long-desc table tr:nth-child(5),
            #product-bottom .long-desc table tr:nth-child(7),
            #product-bottom .long-desc table tr:nth-child(9),
            #product-bottom .long-desc table tr:nth-child(11),
            #product-bottom .long-desc table tr:nth-child(13),
            #product-bottom .long-desc table tr:nth-child(15) {background: #ECECEC;}
            #product-bottom .long-desc table tr td {border-right: 2px solid #b8b8b8;}
            #product-bottom .long-desc table tr td:last-child {border-right: none;}

            #product-bottom  .white-shadow{
                position:relative;
            text-align: center;
            text-decoration: none;
            }

            #product-bottom .white-shadow span {
            border: 1px solid #212121!important;
            padding: 5px;
            display: block;
            width: 100px;
            margin: auto;
            color: #212121;
            position: relative;
            bottom: 30px;
            z-index: 99;
        }
            #product-bottom .white-shadow span:hover {
            background-color: #212121;
            color: #fff;
            }

            #product-bottom .white-shadow:after{
                background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 85%);
                bottom: 100%;
                content: '';
                display: inline-block;
                height: 150px;
                position: absolute;
                right: 0;
                width: 100%;
            }
            #product-bottom a.less-more {
            text-decoration: none;
            text-align: center;
                padding-bottom: 20px;
        }
            #product-bottom a.less-more span {
            border: 1px solid;
            padding: 5px;
            color: #212121;
        }
            #product-bottom a.less-more span:hover {
            background-color: #212121;
            color: #fff;
        }

            #more_content {
            position: absolute;
            bottom: 0;
            width: 100%;
            text-align: center;
            background-color: rgb(255 255 255 / 50%);
            padding: 10px;
            }
            .readmore span {
            cursor: pointer;
            background-color: #212121;
            color: #fff;
            display: block;
            width: 130px;
            height: 40px;
            margin: auto;
            padding: 9px;
            }

            #less_content {
            text-align: center;
            margin-top: 20px;
            }

        .product-description h3.heading-toggle {
            font-size: 16px;
            text-transform: uppercase;
            font-weight: 600;
            margin: 0;
            cursor: pointer;
        }

            .short-content.open > .content-toggle {
            display: block;
            padding-top: 20px;
        }

        .short-content.open > .content-toggle > ul + p {
            margin-top: 0;
        }

        .short-content {
            padding: 10px 0;
        }

        @media (min-width: 991px) {
            
            .short-content {
            border-bottom: 1px solid #c4c4c4;
            padding: 25px 0;
            }
            
        }

            /** Produk Lainnya **/
            #product-bottom .others-product ul {margin: 0;}
            #product-bottom .others-product ul li {list-style-type: none;}
            #product-bottom .others-product ul li a {color: #212121;font-weight: normal;}
            #product-bottom .others-product ul li a span {vertical-align: middle;display: inline-block;}
            #product-bottom .others-product ul li a span svg {fill: #212121;}

            /** Product Fixed **/
            #product-bottom #product-fixed .product-single__title {font-size: 19px!Important;font-weight: bold;}
            #product-bottom #product-fixed ul {margin: 0;margin-bottom: 15px;}
            #product-bottom #product-fixed ul li {list-style-type: none;margin: 0;}
            #product-bottom .product-price-fixed,
            #product-bottom .tag-discount {display: inline-block;vertical-align: middle;}
            #product-bottom .product-single__price--compare {color: #b8b8b8;font-size: 16px;font-weight: bold;}
            #product-bottom #ProductPrice-Product {font-size: 23px;font-weight: bold;color: #212121;}
            #product-bottom #product-fixed .tag-discount {vertical-align: middle;display: inline-block;font-size: 12px;text-transform: uppercase;background: #212121;color: #f2f2f2;padding: 0 5px;line-height: 22px;margin-left: 10px;height: 24px;margin-top: 5px;}
            .product-form__item.product-form__item--submit .btn {background-color: #212121;color: #f2f2f2;width: 100%;height: auto;}

            /** PRoduct Fixed **/
            .product-fixed {
                display: none;
                position: fixed;
                bottom: 0;
                left: 0;
                width: 100%;
                z-index: 99;
                background-color: #FFFFFF;
            }
            .product-fixed {
                box-shadow: 0px 4px 12px -4px #212121;
                padding: 10px 0;
            }
            .pfMeta {
                padding-left: 30px;
                align-self: center;
            }
            .pfMeta p {
                margin: 0;
                display: flex;
            }
            .pfMeta .pType {
                font-size: 12px !important;
                color: #757575;
            }
            .pfMeta .pTitle {
                font-size: 20px;
                font-weight: 400;
                text-transform: uppercase;
                margin: 0;
            }
            .pfMeta .pPrice .price {
                font-size: 16px;
                font-weight: 600;
            }
            .pfMeta .priceCompare {
                color: #757575;
                text-decoration: line-through;
                padding-left: 15px;
            }

            @media (max-width: 768px) {
                .product-fixed {
                    padding: 5px 0 10px;
                }
                .pfImage img {
                width: 60px;
                }
                .pfMeta .pTitle {
                font-size: 14px;
                }

                .pfMeta .pType {
                font-size: 8px !important;
                }

                .pfMeta .pPrice .price, .pfMeta .priceCompare {
                font-size: 14px;
                }

                .product-fixed .btn {
                height: 35px !important;
                padding: 0px !important;
                font-size: 12px !important;
                }

                .button-share-wishlist {
                display: none !important;
                }
            }

            /** Product Reviews **/
            #product-reviews {border-top: 1px solid #D1D1D6;}
            #product-reviews .stamped-container[data-widget-style] {margin: 0!important;}
            .stamped-header:before {content: "Review Pelanggan"!important;font-size: 24px;margin: 0 0 12px;font-weight: 600;font-family: Barlow,sans-serif;}
            #product-reviews .stamped-header:after {content: "+";position: absolute;right: 0;top: 0;font-size: 26px;}
            #product-reviews .stamped-header.open:after {content: "-";}

            #stamped-main-widget {margin: 1em 0px;}
            .stamped-container {position: relative;padding: 12px;}
            .stamped-summary-actions-newquestion,
            .stamped-summary-actions-newreview {box-shadow: 0 1px 4px rgba(0,0,0,0.3);transition: all .4s ease-in-out;text-transform: uppercase;background-color: #fafafa;color: #121212!important;border: none;padding: 5px 20px;}
            .stamped-summary-actions-newquestion:hover,
            .stamped-summary-actions-newreview:hover {transform: translateY(-1px);box-shadow: 0 4px 8px rgba(0,0,0,0.3);}

            .stamped-header-title {display: none;}
            .stamped-form-label {font-size: 14px;}
            .no-review{display:none;}
            .stamped-container {border:none;background-color:#fff;}
            .fa-star, .fa-star-checked, .fa-star-half-o, .fa-star-o, .stamped-starrating a {color: #ff7676;}
            .summary-rating-bar-content {background-color:#ff7676;}
            .stamped-button-primary {background-color: #ff3c3c;color: #fafafa;border: none;}

            .stamped-verified-badge {
                color: #567A94;
            }
            #stamped-sort-select {
                -webkit-appearance: none!important;
                -moz-appearance: none!important;
                appearance: none!important;
            }
            #stamped-sort-select::-ms-expand {
                display: none!important;
            }
            @media (min-width: 991px) {
                .stamped-container {
                display: flex;
                }
                .stamped-header {
                width: 45%;
                }
                .stamped-content {
                width: 100%;
                }
                .stamped-container ul.stamped-tabs li {
                text-transform: uppercase!important;
                font-size: 24px!important;
                }
                ul.stamped-tabs li:after {
                font-size: 16px;
                }
                .stamped-summary-actions {
                position: absolute;
                top: 0;
                right: 0;
                height: 33px;
                font-weight: 400;
                font-size: 14px;
                }
                .stamped-summary-actions {
                float: left !important;
                }
                #stamped-sort-select, #stamped-sort-select2 {
                margin-bottom: 0;
                margin-top: 5px !important;
                }
                .stamped-summary-actions > span {
                margin-left: 0 !important;
                margin-right: 10px !important;
                }
            }
            @media (max-width: 992px){
                #product-reviews .stamped-container:before {font-size: 1.266em;}
                #stamped-main-widget {
                margin-right: 0!important;
                margin-left: 0!important;
                }
                .summary-overview .stamped-summary-caption.stamped-summary-caption-2 {display: block!important;}
            }

            /*
            Swatches Styles
            */

            
            
            .swatch {
            display: flex;
            flex-wrap: wrap;
            margin:1em 0;
            }
            /* Label */
            .swatch .header {
            width: 100%;
            margin: 0.5em 0;
            }
            /* Hide radio buttons.*/
            .swatch input {
            display:none;
            }
            .swatch label {
            width: 100%;
            display: block;
            /* To give width and height */
            /* Color swatches contain no text so they need to have a width.
            min-width:50px !important;
            height:35px !important;
            */
            /* No extra spacing between them */
            margin:0;
            /* Styling text */
            text-align:center;
            line-height:35px;
            white-space:nowrap;
            text-transform: uppercase;
            }
            .swatch-element label { padding:0 10px;border: 1px solid #212121; }
            .color.swatch-element label { padding:0; width: 30px; height: 30px; border-radius: 50%;}
            /* Styling selected swatch */
            /* Slightly raised */
            .swatch input:checked + label {
                border-color: #212121;
                font-weight: 700;
                background-color: #EEEEEE;
            }
            .swatch .swatch-element {
            -webkit-transform:translateZ(0); /* webkit flicker fix */
            -webkit-font-smoothing:antialiased; /* webkit text rendering fix */
            margin:0px 10px 10px 0;
            position:relative;
            border: none;
            }
            .swatch .swatch-element input {
            position: absolute;
            width: 100%;
            height: 100%;
            display: none;
            z-index: 9999;
            cursor: pointer;
        }
            /* Image with the cross in it */
            .crossed-out { position:absolute; width:100%; height:100%; left:0; top:0; }
            .swatch .swatch-element .crossed-out { display:none; }
            .swatch .swatch-element.soldout .crossed-out { display:block; }
            .swatch .swatch-element.soldout label {
            filter: alpha(opacity=60); /* internet explorer */
            -khtml-opacity: 0.6;      /* khtml, old safari */
            -moz-opacity: 0.6;       /* mozilla, netscape */
            opacity: 0.6;           /* fx, safari, opera */
            }
            /* Tooltips */
            .swatch .tooltip {
            text-align:center;
            background:gray;
            color:#ffffff;
            bottom:100%;
            padding: 10px;
            display:block;
            position:absolute;
            width:100px;
            left:-23px;
            margin-bottom:15px;
            /* Make it invisible by default */
            filter:alpha(opacity=0);
            -khtml-opacity: 0;
            -moz-opacity: 0;
            opacity:0;
            visibility:hidden;
            /* Animations */
            -webkit-transform: translateY(10px);
            -moz-transform: translateY(10px);
            -ms-transform: translateY(10px);
            -o-transform: translateY(10px);
            transform: translateY(10px);
            -webkit-transition: all .25s ease-out;
            -moz-transition: all .25s ease-out;
            -ms-transition: all .25s ease-out;
            -o-transition: all .25s ease-out;
            transition: all .25s ease-out;
            -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
            -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
            -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
            -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
            box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
            z-index: 12121210;
            -moz-box-sizing:border-box;
            -webkit-box-sizing:border-box;
            box-sizing:border-box;
            }
            .swatch .tooltip:before {
            bottom:-20px;
            content:" ";
            display:block;
            height:20px;
            left:0;
            position:absolute;
            width:100%;
            }
            /* CSS triangle */
            .swatch .tooltip:after {
            border-left:solid transparent 10px;
            border-right:solid transparent 10px;
            border-top:solid gray 10px;
            bottom:-10px;
            content:" ";
            height:0;
            left:50%;
            margin-left:-13px;
            position:absolute;
            width:0;
            }
            .swatch .swatch-element:hover .tooltip {
            filter:alpha(opacity=100);
            -khtml-opacity:1;
            -moz-opacity:1;
            opacity:1;
            visibility:visible;
            -webkit-transform:translateY(0px);
            -moz-transform:translateY(0px);
            -ms-transform:translateY(0px);
            -o-transform:translateY(0px);
            transform:translateY(0px);
            }
            .swatch.error {
            background-color:#E8D2D2!important;
            color:#333!important;
            padding:1em;
            border-radius:5px;
            }
            .swatch.error p {
            margin:0.7em 0;
            }
            .swatch.error p:first-child {
            margin-top:0;
            }
            .swatch.error p:last-child {
            margin-bottom:0;
            }
            .swatch.error code {
            font-family:monospace;
            }

            .content-toggle {display: none;}
            .heading-toggle:after {
                content: "";
                display: block;
                box-sizing: border-box;
                height: 9px;
                width: 9px;
                border-style: solid;
                border-color: #212121;
                border-width: 0px 1px 1px 0px;
                transform: rotate(45deg);
                transition: border-width 150ms ease -in-out;
                position: absolute;
                top: 28px;
                right: 2px;
            }
            .short-content.open .heading-toggle:after {
                transform: rotate(225deg);
            }
            .short-desc.content-toggle ul li * {font-weight: normal;}

            .desc-add {margin-bottom: 20px!important;}
            .desc-add p {margin: 0;padding: 10px 20px;}

            .short-spec .content-toggle > ul:first-child {display: none;}
            .desc-add {margin-bottom: 40px!important;}
            .desc-add img {width: 100%;}

            .short-content.short-desc-mobile {border-bottom: none;}

            /* .product-spec table {
                display: none;
            } */

            @media (max-width: 991px) {
            .heading-toggle:after {
                top: 12px;
            }
            }

            .product-papan-bunga .swatch .swatch-element {
                width: calc(50% - 10px);
            }

            @media (max-width: 767px) {
            .c-carousel .swiper-button-next, .c-carousel .swiper-button-prev {display:none;}
            .product-card-carousel{min-height:248px; padding: 10px;}
            .product-card-carousel .h5{max-height: 36px;overflow: hidden;}
            .carousel-button-next, .carousel-button-prev{display:none;}
            .product-card-carousel .swiper-button-disabled {opacity: 0.3;cursor: default;}
            }

            @media (min-width: 992px) {
            .product-card-carousel{min-height:286px; padding:10px;}
            #product-bottom .related-product .swiper-slide {width: 24%!important;}
            .product-card-carousel{min-height:280px;padding: 10px;}
            .others-product ul li a {font-size: 18px;}
            #thumb-image-product.thumb-normal {height: auto;margin-top: 0;margin-bottom: 0;}
            .form-vertical{width:100%;}
            .nice-select{height:40px;}
            .product-meta--review .stamped-badge-caption span {
                display: inline-block!important;
                font-size: 14px;
                margin-left: 2px;
                text-transform: lowercase;
            }
            }

            @media (min-width: 1200px) {
            .product-card-carousel{min-height:308px; padding:10px;}
            }

            @media only screen and (min-width: 769px){

            #product-meta {padding-left: 15px;padding-right: 0px;}
            #product-meta h1 {font-size: 24px;}

            #product-meta .assured {width: 197px;float: right;}

            #product-meta #button-action .btn,
            #product-meta #button-action-step .btn {-webkit-flex: 0 0 300px;-moz-flex: 0 0 300px;-ms-flex: 0 0 300px;flex: 0 0 300px;height: auto!important;}

            #button-action.hide-lg {display: none;}

            }
            @media only screen and (max-width: 992px){
            /* Breadcrumb */
            .breadcrumb {overflow-x: scroll;white-space: nowrap;width: 100%;margin-bottom: 0;}

            .bg-card {margin-left: 0;margin-right: 0;border-radius: 0;}

            .product-image {padding-left: 0;padding-right: 0;}
            .product-single__photos {margin-bottom: 0;}

            #product-image .gallery-thumbs-2 .swiper-slide {width: 22%;float: left;}
            #product-image .gallery-thumbs-2 .swiper-slide img {background: #ffffff;}

            .carousel-button-next {right: 30px;}
            .carousel-button-prev {left: 8px;}
            #product-image .gallery-thumbs-2 .swiper-slide {border: 1px solid #f2f2f2;}

            .thumb-normal-2 {margin-left: 0;overflow: hidden;margin-bottom: 0;}
            .thumb-normal-2 li {width: 25%!Important;margin-bottom: 0;}

            #product-image .swiper-container {margin-top: -4px;}
            #featured-image-product2 .swiper-slide .video-wrapper {padding-bottom: 0;position: initial!important;}
            #featured-image-product2 .swiper-button-next,
            #featured-image-product2 .swiper-button-prev {background-image: none;}
            #featured-image-product2 .swiper-button-prev {left: 7px;}
            #featured-image-product2 .swiper-button-next {right: 14px;}
            #featured-image-product2 .gallery-mobile ul {margin-left: 0;}
            #featured-image-product2 .gallery-mobile ul li {margin-bottom: 0;list-style: none}
            #featured-image-product2 .swiper-pagination.swiper-pagination-fraction {width: 60px;right: 0!important;left: inherit!important;bottom: 0;background: -webkit-linear-gradient(bottom, rgba(255,255,255,.8) 30%, rgba(255,255,255, 0) 100%);padding: 5px;border-top-left-radius: 5px;}
            #featured-image-product2 .swiper-pagination-bullet {width: 20px;height: 3px;display: inline-block;border-radius: 0;background: #212121;}

            #product-meta {padding-left: 10px;padding-right: 10px;margin-top: 20px;}

            #product-meta h1 {font-size: 22px;}

            #product-meta .assured {top: 0;}

            #product-meta #AddToCartForm {margin-top: 10px;}

            #product-meta #button-action .row {margin-top: 0!important;}
            #product-meta #button-action .cta-wa {box-shadow: 0 1px 4px 0 rgba(0,0,0,0.3);border: 2px solid #212121;background-color: #f2f2f2;}
            #product-meta #button-action .cta-wa  .icon {width: 24px!important;height: 24px;color: #212121}
            #product-meta #button-action .cta-wa,
            #product-meta #button-action .js-qty {margin-right: 10px!Important;}
            #product-meta #button-action .cta-wa {padding: 7px 8px 5px;text-align: center;-webkit-flex: 0 0 40px;-moz-flex: 0 0 40px;-ms-flex: 0 0 40px;flex: 0 0 40px;}
            /*#product-meta #button-action .cta-wa a {display: none;}*/
            #product-meta #button-action .js-qty {margin-top: 0!important;}
            #product-meta .js-qty, .ajaxcart__qty {-webkit-flex: 0 0 100px;-moz-flex: 0 0 100px;-ms-flex: 0 0 100px;flex: 0 0 100px;}
            #product-meta .js-qty .fallback-text {width: 30px;}
            #product-meta .js-qty button, #product-meta .js-qty input {font-size: 24px!important;}
            #product-meta #button-action .btn {margin-top: 0; -webkit-flex: 1 0 100px;-moz-flex: 1 0 100px;-ms-flex: 1 0 100px;flex: 1 0 100px;height:auto!important;}

            /** Product Step Bunga **/
            #flower-step.block {display: block;position: fixed;top: 0;background: #f2f2f2;width: 100%;z-index: 9999;height: 100%;left: 0;margin: 0;overflow: auto;}
            #product-meta .steps .row {margin: 0;}
            #flower-step.block .m-no-step {border-bottom: 1px solid #b8b8b8;padding: 5px 10px;}
            #flower-step.block .m-no-step a {color: #212121;}
            #flower-step.block .stepwizard-row {display: none!important;}
            #flower-step.block .no-step {font-size: 20px;font-weight: bold;}
            #flower-step.block .nav-item {width: 100%;}
            #flower-step.block .step-check {float: right;}
            #flower-step.block .nav-link[disabled] .step-check svg {fill: #b8b8b8;}
            #flower-step.block .nav-link .step-check svg {fill: #757575;}
            #flower-step.block .stepwizard {padding: 0;}
            #flower-step.block .tab-content {padding-right: 0!important;}
            #flower-step.block .m-head {background: #212121;color: #f2f2f2;text-align: center;font-size: 22px;padding: 10px 0;}
            #flower-step.block .m-head .close-how-order {position: absolute;right: 0;top: -5px;}
            #flower-step.block .m-head .close-how-order svg {width: 25px;margin-right: 8px;}
            #flower-step.block .row.button-next .flex-wrap .resetBtn {width: 30%;border-radius: 0!important;background: #DF2030!important;color: #f2f2f2!important;font-weight: bold!important;}

            #flower-step.block .steps .button-next .flex-wrap {padding: 0;}
            #flower-step.block .steps .form-group h4 {font-size: 14px;margin-bottom: 10px!Important;}
            #flower-step.block .error {font-size: 14px;}
            #product-meta .steps .btn-cta {width: 100%;}
            #product-meta .steps .js-qty {display: none;}

            #product-meta .steps .or-cta {width: 100%;text-align: center;}
            #product-meta .steps .or-cta>span {text-align: center;display: block;font-weight: bold;text-transform: lowercase;padding: 10px;font-size: 17px;}
            #product-meta .steps .or-cta .btn-cta {width: 230px!important;background: red!important;color: #f2f2f2!important;}

            .product-bottom-right {-webkit-order: -1;-ms-flex-order: -1;order: -1;}
            #product-meta .tab-content .tab-pane h3 {display: none;}

            #product-meta .steps .button-next .btn {
                margin: 0 !important;
            }

            }

            @media only screen and (max-width: 768px){
                #product-top.container {max-width: 100%;padding: 0;}
                #product-meta .js-qty input {line-height: normal!important;}
                #product-meta #button-action {position: fixed;bottom: 0;left: 0;width: 100%;z-index: 999;padding: 7px 10px 8px;background-color: #f2f2f2;box-shadow: 0 0px 8px 0 rgba(0,0,0,0.3);}
                #flower-step .tab-pane .label-congrats, #button-action-step {padding: 0 15px;}

                .bbb-widget {display: none;}

            }

            /*
            @media only screen and (max-width: 767px){
                .qcw-cs-container, .qcw-trigger-btn.qcw-cs-trigger-button {padding: 0;margin: 0;background-color: transparent!important;right: inherit;left: 18px;width: max-content;}
                .qcw-trigger-btn.qcw-cs-trigger-button div {display: none;}
            }
            */

            @media only screen and (max-width: 480px){
            li.firstbox, .secondbox {-ms-flex: 0 0 100%;flex: 0 0 100%; max-width: 100%;border-right: none!Important; }
            #product-reviews .rattings .firstbox {border-bottom: 2px solid #b8b8b8;}
            #product-meta .js-qty, .ajaxcart__qty {-webkit-flex: 0 0 80px;-moz-flex: 0 0 80px;-ms-flex: 0 0 80px;flex: 0 0 80px;}
            #product-meta .js-qty button,
            #product-meta .js-qty input {font-size: 18px!important;line-height: 3;}
            #product-meta #button-action .btn {width: 100px;}
            #product-meta .js-qty button svg {width: 20px;}
            #button-action .quantity-selector{max-width: 75px;margin-right: 12px;margin-bottom:0;}


            #deliveryDate button {max-width: 34px;font-size: 12px !important;}
            #deliveryDate button span {font-size: 12px;width: 34px;height: 34px;max-width: 34px;padding: 10px;margin-right: 12px !important;}
            }

            #day0:disabled{background-color:#ececec;}

            /** Mobile Product Video **/
            .video-modal {display: none;position: fixed;background: rgba(0,0,0,.5);width: 100%;height: 100%;overflow: auto;z-index: 1;top: 0;left: 0;}
            .video-modal .video-wrapper {overflow: inherit;}
            .close-video {position: absolute;right: 9px;top: 8%;z-index: 2;padding: 5px;}
            .close-video .icon {width: 30px;height: 30px;color: #fff;}
            .video-container {position: relative;padding-bottom: 48.25%;padding-top: 35px;height: 0;box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.3);}
            .video-container iframe {position: absolute;top: 60%;left: 0;width: 100%;height: 100%;}

            .upsell-quantity {display: flex;width: 100px;margin: auto;}
            .upsell-quantity button {border: 1px solid;}
            .upsell-quantity input {width: 100%;margin: 0;border-top: 1px solid;border-bottom: 1px solid;text-align: center;font-size: 18px;font-weight: bold;    background-color: #fff;color: #212121;}

            li[aria-disabled=true] {
                color: #bbb;
                cursor: default;
            }
            .color-innocent-pink {
            background-color: #dabdd2!important;
            }
        .color-sky-blue {
            background-color: #a7b3d6 !important;
        }
        .color-angelic-white {
            background-color: #f8f2df !important;
        }

        .color-mint-oasis {
            background-color: #b1cbc6 !important;
        }

        .nextBtn[disabled] {
            opacity: .6;
        }
        .btn.calendar-group[disabled] {
            background-color: #b8b8b8 !important;
            }

            #cities + .select2 .select2-selection {
            font-size: 14px;
            font-weight: 400;
            border: 1px solid #212121;
            padding: 12px;
            }

        .sh-ws {
        padding: 10px 0;
        margin-bottom: 25px;
    }
        .sh-ws a {
        color: #212121;
        font-size: 12px;
        }
    .sh-ws svg {
    align-self: center;
    vertical-align: middle;
    width: 15px;
    padding-left: 5px;
    box-sizing: content-box;
}
    .sku-product {
        font-size: 12px;
        font-weight: 600;
        padding: 20px;
        margin-bottom: 20px;
    }
    .sku-product tbody {
        width: 400px;
        margin: auto;
    }
.sku-product tbody tr td {
    padding: 5px 0;
}
    .sku-product tbody tr td:first-child {
        width: 200px;
        text-transform: uppercase;
    }
    .sku-product tbody tr td:last-child {
    font-weight: 400;
    }
@media (max-width: 992px) {
    #flower-step.block .sh-ws, #flower-step.block .sku-product {
    display: none;
}
}

  body.open-funeral {overflow: hidden;}
  #recipient-address {
    min-height: 140px;
  }
  .address-rmhduka {
    cursor: pointer;
    bottom: 5px;
    left: 5px;
    border: 1px solid #ced4da;
    padding: 2px 10px;
    font-size: 14px;
    transition: all .4s ease-in-out;
    margin-top: 8px;
  }
  .address-rmhduka:hover {
    background-color: #212121;
    color: #fff;
  }
  #choose-funeral {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(33, 33, 33, 0.3);
  z-index: 9;
  }
  #choose-funeral .wrapper-funeral {
  margin: auto;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  }
  .wrapper-funeral ul {
  max-height: 400px;
  max-width: 400px;
  min-width: 300px;
  overflow: auto;
  margin: 0;
  }
  #choose-funeral ul li {
  list-style: none;
  margin: 0;
  padding: 6px 15px;
  cursor: pointer;
  }
  #choose-funeral ul li:hover {
  text-decoration: underline;
  }
  #choose-funeral .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(33, 33, 33, 0.3);
  cursor: pointer;
  }
  .close-funeral {
  position: absolute;
  right: -15px;
  top: -15px;
  background-color: #212121;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 100%;
  color: #fff;
  text-align: center;
  font-size: 24px;
  cursor: pointer;
  }
.select2-hidden-accessible {display: none!important}
.select2.select2-container.select2-container--default {
display: block;
width: 100%!important;
}
.select2-selection__rendered {
width: 100%;
display: block;
color: #FFFFFF;
font-style: italic;
}
.select2-selection {
position: relative;
display: block;
background-clip: padding-box;
padding: 12px;
cursor: pointer;
height: 100%;
border: 1px solid #FFFFFF;
font-size: 14px;
color: #757575;
}
.select2-selection:after {
content: "";
display: block;
box-sizing: border-box;
height: 9px;
width: 9px;
border-style: solid;
border-color: #FFFFFF;
border-width: 0px 1px 1px 0px;
transform: rotate(45deg);
transition: border-width 150msease-in-out;
position: absolute;
top: 12px;
right: 30px;
}
.select2-dropdown {
box-sizing: border-box;
display: block;
position: inherit;
z-index: 9999;
background-color: #fff;
box-shadow: 0 1px 4px rgba(0,0,0,0.3);
height: 300px;
overflow: auto;
}
.select2-search.select2-search--dropdown {
margin: 10px;
display: block;
}
.select2-search__field {
width: 100%;
display: block;
}
.select2-results__options {
margin: 10px;
}
.select2-results__options li {
list-style-type: none;
margin: 0;
padding: 5px;
cursor: pointer;
font-size: 14px;
}
/* .select2-results__options li:first-child {
display: none!important;
} */
.select2-results__option--highlighted {
background-color: #f2f2f2;
display: block!Important;
}
span.selection.needsclick {
position: relative;
}
#form-group-city .selection.needsclick:after {
top: 13px;
right: 5px;
}
#form-group-zip .selection.needsclick:after {
top: 8px;
right: 0;
background-size: 20px;
}
#form-group-zip .select2-selection {
font-size: 14px;
border-radius: 0;
padding: 0.5rem;
max-height: 35px;
}
.select2-container--open span.selection.needsclick:after {
transform: rotate(180deg);
}
#form-group-zip .select2-container--open span.selection.needsclick:after {
top: -5px!important;
right: 10px!important;
}
@media (min-width: 991px){
.select2-results__options li {
    font-size: 16px;
}
}

.iti__a11y-text {
display: none;
}

/* STEP OCCASION & ADD ON */

.nav-feature-step {
width: 100%;
}
.nav-feature-step div {
width: auto!important;
border: 1px solid #212121;
padding: 5px;
font-size: 12px;
margin-right: 10px;
margin-bottom: 10px;
text-transform: uppercase;
cursor: pointer;
}
.nav-feature-step div.selected, 
.nav-feature-step div:hover {
background-color: #212121;
color: #FFFFFF;
border: none;
font-weight: 700;
}

.button-next .btn-addon {
background-color: #FFFFFF;
border: 1px solid #212121;
color: #212121;
margin: 0!important;
}
.nextBtn.btn-addon svg path {
fill: #212121;
}
.adding-cart {
background: #eee;
background: linear-gradient(110deg, #212121 8%, #f5f5f5 18%, #212121 33%);
border-radius: 5px;
background-size: 200% 100%;
-webkit-animation: 1.5s shine linear infinite;
animation: 1.5s shine linear infinite;
height: 30px;
}

.row-pickup {
padding: 10px 0;
}
.row-pickup.selected {
background-color: #f4f4f4;
}
.row-pickup label {
margin: 0;
}
@keyframes shine {
100% {
background-position-x: -200%;
}
}

@media (max-width: 992px) {
.select2-selection:after {
right: 10px;
}
}

/* Dynamic Vase Availability Styles */
/* ================================= */
.swatch-element.unavailable {
display: none !important;
}

.swatch-element.unavailable label {
opacity: 0.5;
background-color: #f5f5f5;
color: #999;
cursor: not-allowed;
text-decoration: line-through;
}

.swatch-element.unavailable input[type="radio"] {
pointer-events: none;
}

.swatch-element.unavailable:before {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: repeating-linear-gradient(
45deg,
transparent,
transparent 5px,
rgba(255,0,0,0.1) 5px,
rgba(255,0,0,0.1) 10px
);
z-index: 1;
}

/* Smooth transition for showing/hiding vase options */
.swatch-element {
transition: opacity 0.3s ease, transform 0.3s ease;
}

.swatch-element.unavailable {
opacity: 0;
transform: scale(0.8);
}

.swatch-element.available {
opacity: 1;
transform: scale(1);
}

/* Mobile Short Description - Duplicate of Desktop */
/* ================================================ */
@media (max-width: 991px) {
  .short-desc-mobile {
    margin-bottom: 2rem;
  }
  
  .short-desc-mobile .short-desc ul {
    margin: 0;
    padding-left: 20px;
  }
  
  .short-desc-mobile .short-desc ul li {
    list-style: disc;
    margin-bottom: 8px;
    font-size: 13px;
    line-height: 1.4;
  }
  
  .short-desc-mobile .short-desc ul li:last-child {
    margin-bottom: 0;
  }
  
  .short-desc-mobile .short-desc ul li:nth-child(n + 4) {
    display: none;
  }
  
  .short-desc-mobile .short-desc ul li.showList:nth-child(n + 4) {
    display: list-item;
  }
  
  .short-desc-mobile .more-mobile {
    display: none;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer;
    color: #007bff;
    margin-top: 10px;
  }
  
  .short-desc-mobile .more-mobile.showMe {
    display: block;
  }
  
  .short-desc-mobile .short-desc strong,
  .short-desc-mobile .short-desc b {
    font-weight: 600;
  }
  
  .short-desc-mobile .short-desc em {
    font-style: italic;
    color: #6c757d;
  }
}.shopify-challenge__container .shopify-challenge__button {margin-top: 80px!important;}
.swiper-button-disabled .icon {
    opacity: .5;
    cursor: default
}

table {
    display: inline-table;
    width: 100%
}

table>thead>tr>th,
table>tbody>tr>th,
table>tfoot>tr>th,
table>thead>tr>td,
table>tbody>tr>td,
table>tfoot>tr>td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border: 1px solid #ddd
}

table>thead>tr>th {
    vertical-align: bottom;
    border: 1px solid #ddd
}

table>thead>tr>th,
table>thead>tr>td {
    border-bottom-width: 2px
}

.primary {
    color: #212121!important
}

.clr-primary {
  color: #212121
}
.clr-secondary {
  color: #757575
}
.bg-primary {
  background-color: #212121
}
.bg-secondary {
  background-color: #757575
}

.bt-1 {
    border-top:1px solid {
            {
            settings.color-primary
        }
    }
}

.bt-2 {
    border-top: 1px solid #f2f2f2
}

.bb-1 {
    border-bottom:1px solid {
            {
            settings.color-primary
        }
    }
}

.bb-2 {
    border-bottom: 1px solid #f2f2f2
}

.clearfix {
    *zoom: 1
}

.clearfix:after {
    content: '';
    display: table;
    clear: both
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit
}

h1,
.h1 {
    font-size: 2.5rem
}

h2,
.h2 {
    font-size: 2rem
}

h3,
.h3 {
    font-size: 1.75rem
}

h4,
.h4 {
    font-size: 1.5rem
}

h5,
.h5 {
    font-size: 1.25rem
}

h6,
.h6 {
    font-size: 1rem
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.hr-main {
    margin-top: 30px;
    margin-bottom: 30px;
    border: 0;
    border-top: 1px solid #b8b8b8;
}

small,
.small {
    font-size: 80%;
    font-weight: 400
}

.tiny {
    font-size: 65%;
    font-weight: 400
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #868e96
}

.blockquote-footer::before {
    content: "\2014 \00A0"
}

select,
select option {
    touch-action: auto
}

html,
body,
p,
.p {
    font-size: 16px;
    line-height: 1.4;
    font-family: 'Source Sans Pro', sans-serif;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-weight: 700;
    font-family: {
            {
            settings.font-header
        }
    }
    ;
    margin:0
}

h1,
.h1 {
    font-size: 1.602em;
    margin-bottom: 1em
}

@media only screen and (max-width:56.25em) {
    h1,
    .h1 {
        margin-bottom: .5em
    }
}

h2,
.h2 {
    font-size: 1.424em;
    margin-bottom: .7em
}

@media only screen and (max-width:56.25em) {
    h2,
    .h2 {
        margin-bottom: .35em
    }
}

.ProductPrice {
    margin-bottom: 0em
}

h3,
.h3 {
    font-size: 1.266em;
    margin-bottom: .6em
}

@media only screen and (max-width:56.25em) {
    h3,
    .h3 {
        margin-bottom: .3em
    }
}

h4,
.h4 {
    font-size: 1.125em;
    margin-bottom: .4em
}

@media only screen and (max-width:56.25em) {
    h4,
    .h4 {
        margin-bottom: .2em
    }
}

h5,
.h5 {
    font-size: .94em;
    margin-bottom: .3em
}

@media only screen and (max-width:56.25em) {
    h5,
    .h5 {
        margin-bottom: .15em
    }
}

h6,
.h6 {
    font-size: .79em;
    margin-bottom: .2em
}

@media only screen and (max-width:56.25em) {
    h6,
    .h6 {
        margin-bottom: .1em
    }
}

.display-1 {
    font-size: 3.906em
}

.display-2 {
    font-size: 3.125em
}

.text-muted {
    color: #b8b8b8 !important
}

.text-normal {
    color: #121212 !important
}

.section-header {
    margin-bottom: 11px
}

@media screen and (min-width:769px) {
    .section-header {
        display: table;
        width: 100%
    }
    .section-header__title {
        margin-bottom: 8px
    }
    .section-header__left {
        display: table-cell;
        vertical-align: middle;
        margin-bottom: 0
    }
    .section-header__left h1,
    .section-header__left h2,
    .section-header__left h3,
    .section-header__left h4,
    .section-header__left .h1,
    .section-header__left .h2,
    .section-header__left .h3,
    .section-header__left .h4 {
        margin-bottom: 0
    }
    .section-header__right {
        display: table-cell;
        vertical-align: middle;
        text-align: right;
        width: 335px
    }
}

@media screen and (min-width:769px) and (max-width:768px) {
    .section-header__right {
        margin-bottom: 20px
    }
}

.section-header__right .form-horizontal,
.section-header__right .collection-view {
    display: inline-block;
    vertical-align: middle
}

@media screen and (min-width:481px) {
    .section-header__right label+select,
    .section-header__right .collection-view {
        margin-left: 10px
    }
}

.collection-view {
    display: inline-block;
    border: 1px solid #212121;
    border-radius: 5px;
    padding: 0 5px;
    height: 37px;
    overflow: hidden
}

@media (min-width:48em) {
    h1,
    .h1 {
        font-size: 2.441em
    }
    h2,
    .h2 {
        font-size: 1.953em
    }
    h3,
    .h3 {
        font-size: 1.563em
    }
    h4,
    .h4 {
        font-size: 1.25em
    }
    h5,
    .h5 {
        font-size: 1em
    }
}

@media (min-width:62em) {
    html,
    body,
    p,
    .p {
        font-size: 16px !important
    }
    .display-1 {
        font-size: 5em
    }
    .display-2 {
        font-size: 4.5em
    }
}

@media (min-width:75em) {
    html,
    body,
    p,
    .p {
        font-size: 16px !important
    }
}

@font-face {
    font-family: 'icons';
    src: url(//cdn.shopify.com/s/files/1/0284/6430/t/231/assets/icons.eot?12845059113085069952);
    src: url("//cdn.shopify.com/s/files/1/0284/6430/t/231/assets/icons.eot?12845059113085069952#iefix") format("embedded-opentype"), url(//cdn.shopify.com/s/files/1/0284/6430/t/231/assets/icons.woff?12845059113085069952) format("woff"), url(//cdn.shopify.com/s/files/1/0284/6430/t/231/assets/icons.ttf?12845059113085069952) format("truetype"), url(../images/icons.svg) format("svg");
    font-weight: 400;
    font-style: normal
}

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box
}

.card>hr {
    margin-right: 0;
    margin-left: 0
}

.card>.list-group:first-child .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.card>.list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem
}

.card-title {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -.375rem;
    margin-bottom: 0
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link+.card-link {
    margin-left: 1.25rem
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0
}

.card-header+.list-group .list-group-item:first-child {
    border-top: 0
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0, 0, 0, .03);
    border-top: 1px solid rgba(0, 0, 0, .125)
}

.card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px)
}

.card-header-tabs {
    margin-right: -.625rem;
    margin-bottom: -.75rem;
    margin-left: -.625rem;
    border-bottom: 0
}

.card-header-pills {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}

.card-img {
    width: 100%;
    border-radius: calc(0.25rem - 1px)
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px)
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px)
}

.card-deck {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.card-deck .card {
    margin-bottom: 15px
}

@media (min-width:576px) {
    .card-deck {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px
    }
    .card-deck .card {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px
    }
}

.card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.card-group>.card {
    margin-bottom: 15px
}

@media (min-width:576px) {
    .card-group {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }
    .card-group>.card {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-bottom: 0
    }
    .card-group>.card+.card {
        margin-left: 0;
        border-left: 0
    }
    .card-group>.card:first-child {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }
    .card-group>.card:first-child .card-img-top,
    .card-group>.card:first-child .card-header {
        border-top-right-radius: 0
    }
    .card-group>.card:first-child .card-img-bottom,
    .card-group>.card:first-child .card-footer {
        border-bottom-right-radius: 0
    }
    .card-group>.card:last-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }
    .card-group>.card:last-child .card-img-top,
    .card-group>.card:last-child .card-header {
        border-top-left-radius: 0
    }
    .card-group>.card:last-child .card-img-bottom,
    .card-group>.card:last-child .card-footer {
        border-bottom-left-radius: 0
    }
    .card-group>.card:only-child {
        border-radius: .25rem
    }
    .card-group>.card:only-child .card-img-top,
    .card-group>.card:only-child .card-header {
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem
    }
    .card-group>.card:only-child .card-img-bottom,
    .card-group>.card:only-child .card-footer {
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: .25rem
    }
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) {
        border-radius: 0
    }
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-header,
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
        border-radius: 0
    }
}

.card-columns .card {
    margin-bottom: .75rem
}

@media (min-width:576px) {
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem
    }
    .card-columns .card {
        display: inline-block;
        width: 100%
    }
}

.product-card {
    position: relative;
    width: calc(25% - 1rem);
    box-shadow: 0 1px 4px rgba(0, 0, 0, .3);
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    border-radius: 5px;
    cursor: pointer;
    border: 0;
    @-webkit-keyframes fadeIn {
        from {
            opacity: 0
        }
        to {
            opacity: 1
        }
    }
    ;
    @keyframes fadeIn {
        from {
            opacity: 0
        }
        to {
            opacity: 1
        }
    }
}

@media only screen and (max-width:56.25em) {
    .product-card {
        flex: 0 0 50%;
        max-width: 164px;
        max-width: calc(50% - .5rem)
    }
}

.product-card .product-card-discount {
    position: absolute;
    top: 0;
    right: 0;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    background-color: {
            {
            settings.color-primary
        }
    }
    ;
    padding:5px;
    color:#fafafa
}

.label-tag.best-price-guarantee {
    width: 65px;
    position: absolute;
    left: 0;
    top: 0
}

.label-tag.voucher-kue {
  position: absolute;
  bottom: 0;
}
.label-tag.voucher-kue img {
  width: 100%;
}

.product-card .product-card-img {
    width: 100%
}

.product-card .product-card-img-container {
    padding: .5rem;
    padding-bottom: 0
}

.product-card .product-card-info {
    padding: .5rem .5rem 1rem .5rem
}

.product-card .product-card-info .product-card-info a {
    display: none
}

.product-card .product-card-price-before {
    text-decoration: line-through;
    color: #b8b8b8;
    margin-bottom: 0rem;
    font-size: .8em
}

.product-card .product-card-price-after {
    color: {
            {
            settings.color-primary
        }
    }
    ;
    margin:0;
    font-size:1.1em
}

.product-card .price-card span {
    font-size: .8em;
    display: block
}

.product-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, .3);
    z-index: 99
}

.alpha {
    padding: 0 !important
}

@media only screen and (max-width:56.25em) {
    .alpha {
        margin-right: 1rem
    }
}

.beta {
    padding: 0 !important
}

*,
input,
:before,
:after {
    box-sizing: border-box
}

html,
body {
    padding: 0;
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

.grid,
.grid--rev,
.grid--full,
.grid-uniform,
.container {
    *zoom: 1
}

.grid:after,
.grid--rev:after,
.grid--full:after,
.grid-uniform:after,
.container:after {
    content: '';
    display: block;
    clear: both
}

.grid__item.clear {
    clear: both
}

.container {
    max-width: 90%;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:1439px) {
    .container {
        max-width: 1230px
    }
}
@media (max-width:576px) {
    .container {
        max-width: 100%
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -6px;
    margin-left: -6px
}

.gap-1 {
    gap: 0.3rem;
}

.gap-2 {
    gap: 0.6rem;
}

.gap-3 {
    gap: 0.9rem;
}

.gap-20 {
    gap: 20px;
}

.row-gap-3 {
    row-gap: 0.9rem !important;
}

@media (max-width:576px) {
    .row {
        margin-right: auto;
        margin-left: auto
    }
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*="col-"] {
    padding-right: 0;
    padding-left: 0
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 6px;
    padding-left: 6px
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    -ms-flex-order: -1;
    order: -1
}

.order-1 {
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -ms-flex-order: 12;
    order: 12
}

.offset-1 {
    margin-left: 8.333333%
}

.offset-2 {
    margin-left: 16.666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.333333%
}

.offset-5 {
    margin-left: 41.666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.333333%
}

.offset-8 {
    margin-left: 66.666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.333333%
}

.offset-11 {
    margin-left: 91.666667%
}

@media (min-width:576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-sm-first {
        -ms-flex-order: -1;
        order: -1
    }
    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1
    }
    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2
    }
    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3
    }
    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4
    }
    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5
    }
    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6
    }
    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7
    }
    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8
    }
    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9
    }
    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10
    }
    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11
    }
    .order-sm-12 {
        -ms-flex-order: 12;
        order: 12
    }
    .offset-sm-0 {
        margin-left: 0
    }
    .offset-sm-1 {
        margin-left: 8.333333%
    }
    .offset-sm-2 {
        margin-left: 16.666667%
    }
    .offset-sm-3 {
        margin-left: 25%
    }
    .offset-sm-4 {
        margin-left: 33.333333%
    }
    .offset-sm-5 {
        margin-left: 41.666667%
    }
    .offset-sm-6 {
        margin-left: 50%
    }
    .offset-sm-7 {
        margin-left: 58.333333%
    }
    .offset-sm-8 {
        margin-left: 66.666667%
    }
    .offset-sm-9 {
        margin-left: 75%
    }
    .offset-sm-10 {
        margin-left: 83.333333%
    }
    .offset-sm-11 {
        margin-left: 91.666667%
    }
}

@media (min-width:768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-md-first {
        -ms-flex-order: -1;
        order: -1
    }
    .order-md-1 {
        -ms-flex-order: 1;
        order: 1
    }
    .order-md-2 {
        -ms-flex-order: 2;
        order: 2
    }
    .order-md-3 {
        -ms-flex-order: 3;
        order: 3
    }
    .order-md-4 {
        -ms-flex-order: 4;
        order: 4
    }
    .order-md-5 {
        -ms-flex-order: 5;
        order: 5
    }
    .order-md-6 {
        -ms-flex-order: 6;
        order: 6
    }
    .order-md-7 {
        -ms-flex-order: 7;
        order: 7
    }
    .order-md-8 {
        -ms-flex-order: 8;
        order: 8
    }
    .order-md-9 {
        -ms-flex-order: 9;
        order: 9
    }
    .order-md-10 {
        -ms-flex-order: 10;
        order: 10
    }
    .order-md-11 {
        -ms-flex-order: 11;
        order: 11
    }
    .order-md-12 {
        -ms-flex-order: 12;
        order: 12
    }
    .offset-md-0 {
        margin-left: 0
    }
    .offset-md-1 {
        margin-left: 8.333333%
    }
    .offset-md-2 {
        margin-left: 16.666667%
    }
    .offset-md-3 {
        margin-left: 25%
    }
    .offset-md-4 {
        margin-left: 33.333333%
    }
    .offset-md-5 {
        margin-left: 41.666667%
    }
    .offset-md-6 {
        margin-left: 50%
    }
    .offset-md-7 {
        margin-left: 58.333333%
    }
    .offset-md-8 {
        margin-left: 66.666667%
    }
    .offset-md-9 {
        margin-left: 75%
    }
    .offset-md-10 {
        margin-left: 83.333333%
    }
    .offset-md-11 {
        margin-left: 91.666667%
    }
}

@media (min-width:992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-lg-first {
        -ms-flex-order: -1;
        order: -1
    }
    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1
    }
    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2
    }
    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3
    }
    .order-lg-4 {
        -ms-flex-order: 4;
        order: 4
    }
    .order-lg-5 {
        -ms-flex-order: 5;
        order: 5
    }
    .order-lg-6 {
        -ms-flex-order: 6;
        order: 6
    }
    .order-lg-7 {
        -ms-flex-order: 7;
        order: 7
    }
    .order-lg-8 {
        -ms-flex-order: 8;
        order: 8
    }
    .order-lg-9 {
        -ms-flex-order: 9;
        order: 9
    }
    .order-lg-10 {
        -ms-flex-order: 10;
        order: 10
    }
    .order-lg-11 {
        -ms-flex-order: 11;
        order: 11
    }
    .order-lg-12 {
        -ms-flex-order: 12;
        order: 12
    }
    .offset-lg-0 {
        margin-left: 0
    }
    .offset-lg-1 {
        margin-left: 8.333333%
    }
    .offset-lg-2 {
        margin-left: 16.666667%
    }
    .offset-lg-3 {
        margin-left: 25%
    }
    .offset-lg-4 {
        margin-left: 33.333333%
    }
    .offset-lg-5 {
        margin-left: 41.666667%
    }
    .offset-lg-6 {
        margin-left: 50%
    }
    .offset-lg-7 {
        margin-left: 58.333333%
    }
    .offset-lg-8 {
        margin-left: 66.666667%
    }
    .offset-lg-9 {
        margin-left: 75%
    }
    .offset-lg-10 {
        margin-left: 83.333333%
    }
    .offset-lg-11 {
        margin-left: 91.666667%
    }
}

@media (min-width:1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-xl-first {
        -ms-flex-order: -1;
        order: -1
    }
    .order-xl-1 {
        -ms-flex-order: 1;
        order: 1
    }
    .order-xl-2 {
        -ms-flex-order: 2;
        order: 2
    }
    .order-xl-3 {
        -ms-flex-order: 3;
        order: 3
    }
    .order-xl-4 {
        -ms-flex-order: 4;
        order: 4
    }
    .order-xl-5 {
        -ms-flex-order: 5;
        order: 5
    }
    .order-xl-6 {
        -ms-flex-order: 6;
        order: 6
    }
    .order-xl-7 {
        -ms-flex-order: 7;
        order: 7
    }
    .order-xl-8 {
        -ms-flex-order: 8;
        order: 8
    }
    .order-xl-9 {
        -ms-flex-order: 9;
        order: 9
    }
    .order-xl-10 {
        -ms-flex-order: 10;
        order: 10
    }
    .order-xl-11 {
        -ms-flex-order: 11;
        order: 11
    }
    .order-xl-12 {
        -ms-flex-order: 12;
        order: 12
    }
    .offset-xl-0 {
        margin-left: 0
    }
    .offset-xl-1 {
        margin-left: 8.333333%
    }
    .offset-xl-2 {
        margin-left: 16.666667%
    }
    .offset-xl-3 {
        margin-left: 25%
    }
    .offset-xl-4 {
        margin-left: 33.333333%
    }
    .offset-xl-5 {
        margin-left: 41.666667%
    }
    .offset-xl-6 {
        margin-left: 50%
    }
    .offset-xl-7 {
        margin-left: 58.333333%
    }
    .offset-xl-8 {
        margin-left: 66.666667%
    }
    .offset-xl-9 {
        margin-left: 75%
    }
    .offset-xl-10 {
        margin-left: 83.333333%
    }
    .offset-xl-11 {
        margin-left: 91.666667%
    }
}

.grid,
.grid--rev,
.grid--full,
.grid-uniform {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-left: -30px
}

.grid__item {
    box-sizing: border-box;
    float: left;
    min-height: 1px;
    padding-left: 30px;
    vertical-align: top;
    width: 100%
}

.grid--rev {
    direction: rtl;
    text-align: left
}

.grid--rev>.grid__item {
    direction: ltr;
    text-align: left;
    float: right
}

.grid--full {
    margin-left: 0
}

.grid--full>.grid__item {
    padding-left: 0
}

.one-whole {
    width: 100%
}

.one-half {
    width: 50%
}

.one-eighth {
    width: 12.5%
}

.two-eighths {
    width: 25%
}

.three-eighths {
    width: 37.5%
}

.four-eighths {
    width: 50%
}

.five-eighths {
    width: 62.5%
}

.six-eighths {
    width: 75%
}

.seven-eighths {
    width: 87.5%
}

.one-tenth {
    width: 10%
}

.two-tenths {
    width: 20%
}

.three-tenths {
    width: 30%
}

.four-tenths {
    width: 40%
}

.five-tenths {
    width: 50%
}

.six-tenths {
    width: 60%
}

.seven-tenths {
    width: 70%
}

.eight-tenths {
    width: 80%
}

.nine-tenths {
    width: 90%
}

.one-twelfth,
.col-1 {
    width: 8.333%
}

.two-twelfths,
.col-2 {
    width: 16.666%
}

.three-twelfths,
.col-3 {
    width: 25%
}

.four-twelfths,
.col-4 {
    width: 33.333%
}

.five-twelfths,
.col-5 {
    width: 41.666%
}

.six-twelfths,
.col-6 {
    width: 50%
}

.seven-twelfths,
.col-7 {
    width: 58.333%
}

.eight-twelfths,
.col-8 {
    width: 66.666%
}

.nine-twelfths,
.col-9 {
    width: 75%
}

.ten-twelfths,
.col-10 {
    width: 83.333%
}

.eleven-twelfths,
.col-11 {
    width: 91.666%
}

.show {
    display: block !important
}

.hide {
    display: none !important
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

.left {
    float: left !important
}

.right {
    float: right !important
}

@media only screen and (max-width:480px) {
    .small--one-whole {
        width: 100%
    }
    .small--one-half {
        width: 50%
    }
    .small--one-eighth {
        width: 12.5%
    }
    .small--two-eighths {
        width: 25%
    }
    .small--three-eighths {
        width: 37.5%
    }
    .small--four-eighths {
        width: 50%
    }
    .small--five-eighths {
        width: 62.5%
    }
    .small--six-eighths {
        width: 75%
    }
    .small--seven-eighths {
        width: 87.5%
    }
    .small--one-tenth {
        width: 10%
    }
    .small--two-tenths {
        width: 20%
    }
    .small--three-tenths {
        width: 30%
    }
    .small--four-tenths {
        width: 40%
    }
    .small--five-tenths {
        width: 50%
    }
    .small--six-tenths {
        width: 60%
    }
    .small--seven-tenths {
        width: 70%
    }
    .small--eight-tenths {
        width: 80%
    }
    .small--nine-tenths {
        width: 90%
    }
    .small--one-twelfth,
    .col-1 {
        width: 8.333%
    }
    .small--two-twelfths,
    .col-2 {
        width: 16.666%
    }
    .small--three-twelfths,
    .col-3 {
        width: 25%
    }
    .small--four-twelfths,
    .col-4 {
        width: 33.333%
    }
    .small--five-twelfths,
    .col-5 {
        width: 41.666%
    }
    .small--six-twelfths,
    .col-6 {
        width: 50%
    }
    .small--seven-twelfths,
    .col-7 {
        width: 58.333%
    }
    .small--eight-twelfths,
    .col-8 {
        width: 66.666%
    }
    .small--nine-twelfths,
    .col-9 {
        width: 75%
    }
    .small--ten-twelfths,
    .col-10 {
        width: 83.333%
    }
    .small--eleven-twelfths,
    .col-11 {
        width: 91.666%
    }
    .small--show {
        display: block !important
    }
    .small--hide {
        display: none !important
    }
    .small--text-left {
        text-align: left !important
    }
    .small--text-right {
        text-align: right !important
    }
    .small--text-center {
        text-align: center !important
    }
    .small--left {
        float: left !important
    }
    .small--right {
        float: right !important
    }
    .grid-uniform .small--one-half:nth-child(2n+1),
    .grid-uniform .small--one-third:nth-child(3n+1),
    .grid-uniform .small--one-quarter:nth-child(4n+1),
    .grid-uniform .small--one-fifth:nth-child(5n+1),
    .grid-uniform .small--one-sixth:nth-child(6n+1),
    .grid-uniform .small--two-sixths:nth-child(3n+1),
    .grid-uniform .small--three-sixths:nth-child(2n+1),
    .grid-uniform .small--two-eighths:nth-child(4n+1),
    .grid-uniform .small--four-eighths:nth-child(2n+1),
    .grid-uniform .small--five-tenths:nth-child(2n+1),
    .grid-uniform .small--one-twelfth:nth-child(12n+1),
    .grid-uniform .small--two-twelfths:nth-child(6n+1),
    .grid-uniform .small--three-twelfths:nth-child(4n+1),
    .grid-uniform .small--four-twelfths:nth-child(3n+1),
    .grid-uniform .small--six-twelfths:nth-child(2n+1) {
        clear: both
    }
}

@media only screen and (min-width:481px) and (max-width:768px) {
    .medium--one-whole {
        width: 100%
    }
    .medium--one-half {
        width: 50%
    }
    .medium--one-eighth {
        width: 12.5%
    }
    .medium--two-eighths {
        width: 25%
    }
    .medium--three-eighths {
        width: 37.5%
    }
    .medium--four-eighths {
        width: 50%
    }
    .medium--five-eighths {
        width: 62.5%
    }
    .medium--six-eighths {
        width: 75%
    }
    .medium--seven-eighths {
        width: 87.5%
    }
    .medium--one-tenth {
        width: 10%
    }
    .medium--two-tenths {
        width: 20%
    }
    .medium--three-tenths {
        width: 30%
    }
    .medium--four-tenths {
        width: 40%
    }
    .medium--five-tenths {
        width: 50%
    }
    .medium--six-tenths {
        width: 60%
    }
    .medium--seven-tenths {
        width: 70%
    }
    .medium--eight-tenths {
        width: 80%
    }
    .medium--nine-tenths {
        width: 90%
    }
    .medium--one-twelfth,
    .col-1 {
        width: 8.333%
    }
    .medium--two-twelfths,
    .col-2 {
        width: 16.666%
    }
    .medium--three-twelfths,
    .col-3 {
        width: 25%
    }
    .medium--four-twelfths,
    .col-4 {
        width: 33.333%
    }
    .medium--five-twelfths,
    .col-5 {
        width: 41.666%
    }
    .medium--six-twelfths,
    .col-6 {
        width: 50%
    }
    .medium--seven-twelfths,
    .col-7 {
        width: 58.333%
    }
    .medium--eight-twelfths,
    .col-8 {
        width: 66.666%
    }
    .medium--nine-twelfths,
    .col-9 {
        width: 75%
    }
    .medium--ten-twelfths,
    .col-10 {
        width: 83.333%
    }
    .medium--eleven-twelfths,
    .col-11 {
        width: 91.666%
    }
    .medium--show {
        display: block !important
    }
    .medium--hide {
        display: none !important
    }
    .medium--text-left {
        text-align: left !important
    }
    .medium--text-right {
        text-align: right !important
    }
    .medium--text-center {
        text-align: center !important
    }
    .medium--left {
        float: left !important
    }
    .medium--right {
        float: right !important
    }
    .grid-uniform .medium--one-half:nth-child(2n+1),
    .grid-uniform .medium--one-third:nth-child(3n+1),
    .grid-uniform .medium--one-quarter:nth-child(4n+1),
    .grid-uniform .medium--one-fifth:nth-child(5n+1),
    .grid-uniform .medium--one-sixth:nth-child(6n+1),
    .grid-uniform .medium--two-sixths:nth-child(3n+1),
    .grid-uniform .medium--three-sixths:nth-child(2n+1),
    .grid-uniform .medium--two-eighths:nth-child(4n+1),
    .grid-uniform .medium--four-eighths:nth-child(2n+1),
    .grid-uniform .medium--five-tenths:nth-child(2n+1),
    .grid-uniform .medium--one-twelfth:nth-child(12n+1),
    .grid-uniform .medium--two-twelfths:nth-child(6n+1),
    .grid-uniform .medium--three-twelfths:nth-child(4n+1),
    .grid-uniform .medium--four-twelfths:nth-child(3n+1),
    .grid-uniform .medium--six-twelfths:nth-child(2n+1) {
        clear: both
    }
}

@media only screen and (max-width:768px) {
    .medium-down--one-whole {
        width: 100%
    }
    .medium-down--one-half {
        width: 50%
    }
    .medium-down--one-eighth {
        width: 12.5%
    }
    .medium-down--two-eighths {
        width: 25%
    }
    .medium-down--three-eighths {
        width: 37.5%
    }
    .medium-down--four-eighths {
        width: 50%
    }
    .medium-down--five-eighths {
        width: 62.5%
    }
    .medium-down--six-eighths {
        width: 75%
    }
    .medium-down--seven-eighths {
        width: 87.5%
    }
    .medium-down--one-tenth {
        width: 10%
    }
    .medium-down--two-tenths {
        width: 20%
    }
    .medium-down--three-tenths {
        width: 30%
    }
    .medium-down--four-tenths {
        width: 40%
    }
    .medium-down--five-tenths {
        width: 50%
    }
    .medium-down--six-tenths {
        width: 60%
    }
    .medium-down--seven-tenths {
        width: 70%
    }
    .medium-down--eight-tenths {
        width: 80%
    }
    .medium-down--nine-tenths {
        width: 90%
    }
    .medium-down--one-twelfth,
    .col-1 {
        width: 8.333%
    }
    .medium-down--two-twelfths,
    .col-2 {
        width: 16.666%
    }
    .medium-down--three-twelfths,
    .col-3 {
        width: 25%
    }
    .medium-down--four-twelfths,
    .col-4 {
        width: 33.333%
    }
    .medium-down--five-twelfths,
    .col-5 {
        width: 41.666%
    }
    .medium-down--six-twelfths,
    .col-6 {
        width: 50%
    }
    .medium-down--seven-twelfths,
    .col-7 {
        width: 58.333%
    }
    .medium-down--eight-twelfths,
    .col-8 {
        width: 66.666%
    }
    .medium-down--nine-twelfths,
    .col-9 {
        width: 75%
    }
    .medium-down--ten-twelfths,
    .col-10 {
        width: 83.333%
    }
    .medium-down--eleven-twelfths,
    .col-11 {
        width: 91.666%
    }
    .medium-down--show {
        display: block !important
    }
    .medium-down--hide {
        display: none !important
    }
    .medium-down--text-left {
        text-align: left !important
    }
    .medium-down--text-right {
        text-align: right !important
    }
    .medium-down--text-center {
        text-align: center !important
    }
    .medium-down--left {
        float: left !important
    }
    .medium-down--right {
        float: right !important
    }
    .grid-uniform .medium-down--one-half:nth-child(2n+1),
    .grid-uniform .medium-down--one-third:nth-child(3n+1),
    .grid-uniform .medium-down--one-quarter:nth-child(4n+1),
    .grid-uniform .medium-down--one-fifth:nth-child(5n+1),
    .grid-uniform .medium-down--one-sixth:nth-child(6n+1),
    .grid-uniform .medium-down--two-sixths:nth-child(3n+1),
    .grid-uniform .medium-down--three-sixths:nth-child(2n+1),
    .grid-uniform .medium-down--two-eighths:nth-child(4n+1),
    .grid-uniform .medium-down--four-eighths:nth-child(2n+1),
    .grid-uniform .medium-down--five-tenths:nth-child(2n+1),
    .grid-uniform .medium-down--one-twelfth:nth-child(12n+1),
    .grid-uniform .medium-down--two-twelfths:nth-child(6n+1),
    .grid-uniform .medium-down--three-twelfths:nth-child(4n+1),
    .grid-uniform .medium-down--four-twelfths:nth-child(3n+1),
    .grid-uniform .medium-down--six-twelfths:nth-child(2n+1) {
        clear: both
    }
}

@media only screen and (min-width:769px) {
    .large--one-whole {
        width: 100%
    }
    .large--one-half {
        width: 50%
    }
    .large--one-eighth {
        width: 12.5%
    }
    .large--two-eighths {
        width: 25%
    }
    .large--three-eighths {
        width: 37.5%
    }
    .large--four-eighths {
        width: 50%
    }
    .large--five-eighths {
        width: 62.5%
    }
    .large--six-eighths {
        width: 75%
    }
    .large--seven-eighths {
        width: 87.5%
    }
    .large--one-tenth {
        width: 10%
    }
    .large--two-tenths {
        width: 20%
    }
    .large--three-tenths {
        width: 30%
    }
    .large--four-tenths {
        width: 40%
    }
    .large--five-tenths {
        width: 50%
    }
    .large--six-tenths {
        width: 60%
    }
    .large--seven-tenths {
        width: 70%
    }
    .large--eight-tenths {
        width: 80%
    }
    .large--nine-tenths {
        width: 90%
    }
    .large--one-twelfth,
    .col-1 {
        width: 8.333%
    }
    .large--two-twelfths,
    .col-2 {
        width: 16.666%
    }
    .large--three-twelfths,
    .col-3 {
        width: 25%
    }
    .large--four-twelfths,
    .col-4 {
        width: 33.333%
    }
    .large--five-twelfths,
    .col-5 {
        width: 41.666%
    }
    .large--six-twelfths,
    .col-6 {
        width: 50%
    }
    .large--seven-twelfths,
    .col-7 {
        width: 58.333%
    }
    .large--eight-twelfths,
    .col-8 {
        width: 66.666%
    }
    .large--nine-twelfths,
    .col-9 {
        width: 75%
    }
    .large--ten-twelfths,
    .col-10 {
        width: 83.333%
    }
    .large--eleven-twelfths,
    .col-11 {
        width: 91.666%
    }
    .large--show {
        display: block !important
    }
    .large--hide {
        display: none !important
    }
    .large--text-left {
        text-align: left !important
    }
    .large--text-right {
        text-align: right !important
    }
    .large--text-center {
        text-align: center !important
    }
    .large--left {
        float: left !important
    }
    .large--right {
        float: right !important
    }
    .grid-uniform .large--one-half:nth-child(2n+1),
    .grid-uniform .large--one-third:nth-child(3n+1),
    .grid-uniform .large--one-quarter:nth-child(4n+1),
    .grid-uniform .large--one-fifth:nth-child(5n+1),
    .grid-uniform .large--one-sixth:nth-child(6n+1),
    .grid-uniform .large--two-sixths:nth-child(3n+1),
    .grid-uniform .large--three-sixths:nth-child(2n+1),
    .grid-uniform .large--two-eighths:nth-child(4n+1),
    .grid-uniform .large--four-eighths:nth-child(2n+1),
    .grid-uniform .large--five-tenths:nth-child(2n+1),
    .grid-uniform .large--one-twelfth:nth-child(12n+1),
    .grid-uniform .large--two-twelfths:nth-child(6n+1),
    .grid-uniform .large--three-twelfths:nth-child(4n+1),
    .grid-uniform .large--four-twelfths:nth-child(3n+1),
    .grid-uniform .large--six-twelfths:nth-child(2n+1) {
        clear: both
    }
}

[class*="push--"] {
    position: relative
}

.push--one-whole {
    left: 100%
}

.push--one-half {
    left: 50%
}

.push--one-eighth {
    left: 12.5%
}

.push--two-eighths {
    left: 25%
}

.push--three-eighths {
    left: 37.5%
}

.push--four-eighths {
    left: 50%
}

.push--five-eighths {
    left: 62.5%
}

.push--six-eighths {
    left: 75%
}

.push--seven-eighths {
    left: 87.5%
}

.push--one-tenth {
    left: 10%
}

.push--two-tenths {
    left: 20%
}

.push--three-tenths {
    left: 30%
}

.push--four-tenths {
    left: 40%
}

.push--five-tenths {
    left: 50%
}

.push--six-tenths {
    left: 60%
}

.push--seven-tenths {
    left: 70%
}

.push--eight-tenths {
    left: 80%
}

.push--nine-tenths {
    left: 90%
}

.push--one-twelfth {
    left: 8.333%
}

.push--two-twelfths {
    left: 16.666%
}

.push--three-twelfths {
    left: 25%
}

.push--four-twelfths {
    left: 33.333%
}

.push--five-twelfths {
    left: 41.666%
}

.push--six-twelfths {
    left: 50%
}

.push--seven-twelfths {
    left: 58.333%
}

.push--eight-twelfths {
    left: 66.666%
}

.push--nine-twelfths {
    left: 75%
}

.push--ten-twelfths {
    left: 83.333%
}

.push--eleven-twelfths {
    left: 91.666%
}

@media only screen and (min-width:481px) and (max-width:768px) {
    .push--medium--one-whole {
        left: 100%
    }
    .push--medium--one-half {
        left: 50%
    }
    .push--medium--one-eighth {
        left: 12.5%
    }
    .push--medium--two-eighths {
        left: 25%
    }
    .push--medium--three-eighths {
        left: 37.5%
    }
    .push--medium--four-eighths {
        left: 50%
    }
    .push--medium--five-eighths {
        left: 62.5%
    }
    .push--medium--six-eighths {
        left: 75%
    }
    .push--medium--seven-eighths {
        left: 87.5%
    }
    .push--medium--one-tenth {
        left: 10%
    }
    .push--medium--two-tenths {
        left: 20%
    }
    .push--medium--three-tenths {
        left: 30%
    }
    .push--medium--four-tenths {
        left: 40%
    }
    .push--medium--five-tenths {
        left: 50%
    }
    .push--medium--six-tenths {
        left: 60%
    }
    .push--medium--seven-tenths {
        left: 70%
    }
    .push--medium--eight-tenths {
        left: 80%
    }
    .push--medium--nine-tenths {
        left: 90%
    }
    .push--medium--one-twelfth {
        left: 8.333%
    }
    .push--medium--two-twelfths {
        left: 16.666%
    }
    .push--medium--three-twelfths {
        left: 25%
    }
    .push--medium--four-twelfths {
        left: 33.333%
    }
    .push--medium--five-twelfths {
        left: 41.666%
    }
    .push--medium--six-twelfths {
        left: 50%
    }
    .push--medium--seven-twelfths {
        left: 58.333%
    }
    .push--medium--eight-twelfths {
        left: 66.666%
    }
    .push--medium--nine-twelfths {
        left: 75%
    }
    .push--medium--ten-twelfths {
        left: 83.333%
    }
    .push--medium--eleven-twelfths {
        left: 91.666%
    }
}

@media only screen and (max-width:768px) {
    select {
        width: 100%
    }
    .push--medium-down--one-whole {
        left: 100%
    }
    .push--medium-down--one-half {
        left: 50%
    }
    .push--medium-down--one-eighth {
        left: 12.5%
    }
    .push--medium-down--two-eighths {
        left: 25%
    }
    .push--medium-down--three-eighths {
        left: 37.5%
    }
    .push--medium-down--four-eighths {
        left: 50%
    }
    .push--medium-down--five-eighths {
        left: 62.5%
    }
    .push--medium-down--six-eighths {
        left: 75%
    }
    .push--medium-down--seven-eighths {
        left: 87.5%
    }
    .push--medium-down--one-tenth {
        left: 10%
    }
    .push--medium-down--two-tenths {
        left: 20%
    }
    .push--medium-down--three-tenths {
        left: 30%
    }
    .push--medium-down--four-tenths {
        left: 40%
    }
    .push--medium-down--five-tenths {
        left: 50%
    }
    .push--medium-down--six-tenths {
        left: 60%
    }
    .push--medium-down--seven-tenths {
        left: 70%
    }
    .push--medium-down--eight-tenths {
        left: 80%
    }
    .push--medium-down--nine-tenths {
        left: 90%
    }
    .push--medium-down--one-twelfth {
        left: 8.333%
    }
    .push--medium-down--two-twelfths {
        left: 16.666%
    }
    .push--medium-down--three-twelfths {
        left: 25%
    }
    .push--medium-down--four-twelfths {
        left: 33.333%
    }
    .push--medium-down--five-twelfths {
        left: 41.666%
    }
    .push--medium-down--six-twelfths {
        left: 50%
    }
    .push--medium-down--seven-twelfths {
        left: 58.333%
    }
    .push--medium-down--eight-twelfths {
        left: 66.666%
    }
    .push--medium-down--nine-twelfths {
        left: 75%
    }
    .push--medium-down--ten-twelfths {
        left: 83.333%
    }
    .push--medium-down--eleven-twelfths {
        left: 91.666%
    }
}

@media only screen and (min-width:769px) {
    .push--large--one-whole {
        left: 100%
    }
    .push--large--one-half {
        left: 50%
    }
    .push--large--one-eighth {
        left: 12.5%
    }
    .push--large--two-eighths {
        left: 25%
    }
    .push--large--three-eighths {
        left: 37.5%
    }
    .push--large--four-eighths {
        left: 50%
    }
    .push--large--five-eighths {
        left: 62.5%
    }
    .push--large--six-eighths {
        left: 75%
    }
    .push--large--seven-eighths {
        left: 87.5%
    }
    .push--large--one-tenth {
        left: 10%
    }
    .push--large--two-tenths {
        left: 20%
    }
    .push--large--three-tenths {
        left: 30%
    }
    .push--large--four-tenths {
        left: 40%
    }
    .push--large--five-tenths {
        left: 50%
    }
    .push--large--six-tenths {
        left: 60%
    }
    .push--large--seven-tenths {
        left: 70%
    }
    .push--large--eight-tenths {
        left: 80%
    }
    .push--large--nine-tenths {
        left: 90%
    }
    .push--large--one-twelfth {
        left: 8.333%
    }
    .push--large--two-twelfths {
        left: 16.666%
    }
    .push--large--three-twelfths {
        left: 25%
    }
    .push--large--four-twelfths {
        left: 33.333%
    }
    .push--large--five-twelfths {
        left: 41.666%
    }
    .push--large--six-twelfths {
        left: 50%
    }
    .push--large--seven-twelfths {
        left: 58.333%
    }
    .push--large--eight-twelfths {
        left: 66.666%
    }
    .push--large--nine-twelfths {
        left: 75%
    }
    .push--large--ten-twelfths {
        left: 83.333%
    }
    .push--large--eleven-twelfths {
        left: 91.666%
    }
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important
}

.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

@media (min-width:576px) {
    .d-sm-none {
        display: none !important
    }
    .d-sm-inline {
        display: inline !important
    }
    .d-sm-inline-block {
        display: inline-block !important
    }
    .d-sm-block {
        display: block !important
    }
    .d-sm-table {
        display: table !important
    }
    .d-sm-table-row {
        display: table-row !important
    }
    .d-sm-table-cell {
        display: table-cell !important
    }
    .d-sm-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }
    .d-sm-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width:768px) {
    .d-md-none {
        display: none !important
    }
    .d-md-inline {
        display: inline !important
    }
    .d-md-inline-block {
        display: inline-block !important
    }
    .d-md-block {
        display: block !important
    }
    .d-md-table {
        display: table !important
    }
    .d-md-table-row {
        display: table-row !important
    }
    .d-md-table-cell {
        display: table-cell !important
    }
    .d-md-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }
    .d-md-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width:992px) {
    .d-lg-none {
        display: none !important
    }
    .d-lg-inline {
        display: inline !important
    }
    .d-lg-inline-block {
        display: inline-block !important
    }
    .d-lg-block {
        display: block !important
    }
    .d-lg-table {
        display: table !important
    }
    .d-lg-table-row {
        display: table-row !important
    }
    .d-lg-table-cell {
        display: table-cell !important
    }
    .d-lg-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }
    .d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
    .d-lg-table-header-group {
        display: table-header-group !important
    }
}

@media (min-width:1200px) {
    .d-xl-none {
        display: none !important
    }
    .d-xl-inline {
        display: inline !important
    }
    .d-xl-inline-block {
        display: inline-block !important
    }
    .d-xl-block {
        display: block !important
    }
    .d-xl-table {
        display: table !important
    }
    .d-xl-table-row {
        display: table-row !important
    }
    .d-xl-table-cell {
        display: table-cell !important
    }
    .d-xl-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }
    .d-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

@media (min-width:576px) {
    .float-sm-left {
        float: left !important
    }
    .float-sm-right {
        float: right !important
    }
    .float-sm-none {
        float: none !important
    }
}

@media (min-width:768px) {
    .float-md-left {
        float: left !important
    }
    .float-md-right {
        float: right !important
    }
    .float-md-none {
        float: none !important
    }
}

@media (min-width:992px) {
    .float-lg-left {
        float: left !important
    }
    .float-lg-right {
        float: right !important
    }
    .float-lg-none {
        float: none !important
    }
}

@media (min-width:1200px) {
    .float-xl-left {
        float: left !important
    }
    .float-xl-right {
        float: right !important
    }
    .float-xl-none {
        float: none !important
    }
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important
}

.top-0 {
    top: 0!important;
}
.bottom-0 {
    bottom: 0!important;
}
.start-0 {
    left: 0!important;
}
.end-0 {
  right: 0!important;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.m-0 {
    margin: 0 !important
}

.mt-0,
.my-0 {
    margin-top: 0 !important
}

.mr-0,
.mx-0 {
    margin-right: 0 !important
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important
}

.ml-0,
.mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: 0.25rem !important
}

.mt-1,
.my-1 {
    margin-top: 0.25rem !important
}

.mr-1,
.mx-1 {
    margin-right: 0.25rem !important
}

.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important
}

.ml-1,
.mx-1 {
    margin-left: 0.25rem !important
}

.m-2 {
    margin: 0.5rem !important
}

.mt-2,
.my-2 {
    margin-top: 0.5rem !important
}

.mr-2,
.mx-2 {
    margin-right: 0.5rem !important
}

.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important
}

.ml-2,
.mx-2 {
    margin-left: 0.5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3,
.my-3 {
    margin-top: 1rem !important
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important
}

.mb-3,
.my-3 {
    margin-bottom: 1.2rem !important
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5,
.my-5 {
    margin-top: 3rem !important
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important
}

.mb-10 {
  margin-bottom: 10px!important;
}

.mb-15 {
  margin-bottom: 15px!important;
}

.mb-20 {
  margin-bottom: 20px!important;
}

.p-0 {
    padding: 0 !important
}

.pt-0,
.py-0 {
    padding-top: 0 !important
}

.pr-0,
.px-0 {
    padding-right: 0 !important
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important
}

.pl-0,
.px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: 0.25rem !important
}

.pt-1,
.py-1 {
    padding-top: 0.25rem !important
}

.pr-1,
.px-1 {
    padding-right: 0.25rem !important
}

.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important
}

.pl-1,
.px-1 {
    padding-left: 0.25rem !important
}

.p-2 {
    padding: 0.5rem !important
}

.pt-2,
.py-2 {
    padding-top: 0.5rem !important
}

.pr-2,
.px-2 {
    padding-right: 0.5rem !important
}

.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important
}

.pl-2,
.px-2 {
    padding-left: 0.5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3,
.py-3 {
    padding-top: 1rem !important
}

.pr-3,
.px-3 {
    padding-right: 1rem !important
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important
}

.pl-3,
.px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5,
.py-5 {
    padding-top: 3rem !important
}

.pr-5,
.px-5 {
    padding-right: 3rem !important
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important
}

.pl-5,
.px-5 {
    padding-left: 3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto,
.my-auto {
    margin-top: auto !important
}

.mr-auto,
.mx-auto {
    margin-right: auto !important
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important
}

.ml-auto,
.mx-auto {
    margin-left: auto !important
}

@media (min-width:576px) {
    .m-sm-0 {
        margin: 0 !important
    }
    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important
    }
    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important
    }
    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important
    }
    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important
    }
    .m-sm-1 {
        margin: 0.25rem !important
    }
    .mt-sm-1,
    .my-sm-1 {
        margin-top: 0.25rem !important
    }
    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 0.25rem !important
    }
    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 0.25rem !important
    }
    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 0.25rem !important
    }
    .m-sm-2 {
        margin: 0.5rem !important
    }
    .mt-sm-2,
    .my-sm-2 {
        margin-top: 0.5rem !important
    }
    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 0.5rem !important
    }
    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 0.5rem !important
    }
    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 0.5rem !important
    }
    .m-sm-3 {
        margin: 1rem !important
    }
    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important
    }
    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important
    }
    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important
    }
    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important
    }
    .m-sm-4 {
        margin: 1.5rem !important
    }
    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important
    }
    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important
    }
    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important
    }
    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important
    }
    .m-sm-5 {
        margin: 3rem !important
    }
    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important
    }
    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important
    }
    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important
    }
    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important
    }
    .p-sm-0 {
        padding: 0 !important
    }
    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important
    }
    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important
    }
    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important
    }
    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important
    }
    .p-sm-1 {
        padding: 0.25rem !important
    }
    .pt-sm-1,
    .py-sm-1 {
        padding-top: 0.25rem !important
    }
    .pr-sm-1,
    .px-sm-1 {
        padding-right: 0.25rem !important
    }
    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 0.25rem !important
    }
    .pl-sm-1,
    .px-sm-1 {
        padding-left: 0.25rem !important
    }
    .p-sm-2 {
        padding: 0.5rem !important
    }
    .pt-sm-2,
    .py-sm-2 {
        padding-top: 0.5rem !important
    }
    .pr-sm-2,
    .px-sm-2 {
        padding-right: 0.5rem !important
    }
    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 0.5rem !important
    }
    .pl-sm-2,
    .px-sm-2 {
        padding-left: 0.5rem !important
    }
    .p-sm-3 {
        padding: 1rem !important
    }
    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important
    }
    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important
    }
    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important
    }
    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important
    }
    .p-sm-4 {
        padding: 1.5rem !important
    }
    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important
    }
    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important
    }
    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important
    }
    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important
    }
    .p-sm-5 {
        padding: 3rem !important
    }
    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important
    }
    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important
    }
    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important
    }
    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important
    }
    .m-sm-auto {
        margin: auto !important
    }
    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important
    }
    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important
    }
    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important
    }
    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width:768px) {
    .m-md-0 {
        margin: 0 !important
    }
    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important
    }
    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important
    }
    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important
    }
    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important
    }
    .m-md-1 {
        margin: 0.25rem !important
    }
    .mt-md-1,
    .my-md-1 {
        margin-top: 0.25rem !important
    }
    .mr-md-1,
    .mx-md-1 {
        margin-right: 0.25rem !important
    }
    .mb-md-1,
    .my-md-1 {
        margin-bottom: 0.25rem !important
    }
    .ml-md-1,
    .mx-md-1 {
        margin-left: 0.25rem !important
    }
    .m-md-2 {
        margin: 0.5rem !important
    }
    .mt-md-2,
    .my-md-2 {
        margin-top: 0.5rem !important
    }
    .mr-md-2,
    .mx-md-2 {
        margin-right: 0.5rem !important
    }
    .mb-md-2,
    .my-md-2 {
        margin-bottom: 0.5rem !important
    }
    .ml-md-2,
    .mx-md-2 {
        margin-left: 0.5rem !important
    }
    .m-md-3 {
        margin: 1rem !important
    }
    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important
    }
    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important
    }
    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important
    }
    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important
    }
    .m-md-4 {
        margin: 1.5rem !important
    }
    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important
    }
    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important
    }
    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important
    }
    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important
    }
    .m-md-5 {
        margin: 3rem !important
    }
    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important
    }
    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important
    }
    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important
    }
    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important
    }
    .p-md-0 {
        padding: 0 !important
    }
    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important
    }
    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important
    }
    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important
    }
    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important
    }
    .p-md-1 {
        padding: 0.25rem !important
    }
    .pt-md-1,
    .py-md-1 {
        padding-top: 0.25rem !important
    }
    .pr-md-1,
    .px-md-1 {
        padding-right: 0.25rem !important
    }
    .pb-md-1,
    .py-md-1 {
        padding-bottom: 0.25rem !important
    }
    .pl-md-1,
    .px-md-1 {
        padding-left: 0.25rem !important
    }
    .p-md-2 {
        padding: 0.5rem !important
    }
    .pt-md-2,
    .py-md-2 {
        padding-top: 0.5rem !important
    }
    .pr-md-2,
    .px-md-2 {
        padding-right: 0.5rem !important
    }
    .pb-md-2,
    .py-md-2 {
        padding-bottom: 0.5rem !important
    }
    .pl-md-2,
    .px-md-2 {
        padding-left: 0.5rem !important
    }
    .p-md-3 {
        padding: 1rem !important
    }
    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important
    }
    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important
    }
    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important
    }
    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important
    }
    .p-md-4 {
        padding: 1.5rem !important
    }
    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important
    }
    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important
    }
    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important
    }
    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important
    }
    .p-md-5 {
        padding: 3rem !important
    }
    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important
    }
    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important
    }
    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important
    }
    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important
    }
    .m-md-auto {
        margin: auto !important
    }
    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important
    }
    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important
    }
    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important
    }
    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width:992px) {
    .m-lg-0 {
        margin: 0 !important
    }
    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important
    }
    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important
    }
    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important
    }
    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important
    }
    .m-lg-1 {
        margin: 0.25rem !important
    }
    .mt-lg-1,
    .my-lg-1 {
        margin-top: 0.25rem !important
    }
    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 0.25rem !important
    }
    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 0.25rem !important
    }
    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 0.25rem !important
    }
    .m-lg-2 {
        margin: 0.5rem !important
    }
    .mt-lg-2,
    .my-lg-2 {
        margin-top: 0.5rem !important
    }
    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 0.5rem !important
    }
    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 0.5rem !important
    }
    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 0.5rem !important
    }
    .m-lg-3 {
        margin: 1rem !important
    }
    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important
    }
    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important
    }
    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important
    }
    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important
    }
    .m-lg-4 {
        margin: 1.5rem !important
    }
    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important
    }
    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important
    }
    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important
    }
    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important
    }
    .m-lg-5 {
        margin: 3rem !important
    }
    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important
    }
    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important
    }
    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important
    }
    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important
    }
    .p-lg-0 {
        padding: 0 !important
    }
    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important
    }
    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important
    }
    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important
    }
    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important
    }
    .p-lg-1 {
        padding: 0.25rem !important
    }
    .pt-lg-1,
    .py-lg-1 {
        padding-top: 0.25rem !important
    }
    .pr-lg-1,
    .px-lg-1 {
        padding-right: 0.25rem !important
    }
    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 0.25rem !important
    }
    .pl-lg-1,
    .px-lg-1 {
        padding-left: 0.25rem !important
    }
    .p-lg-2 {
        padding: 0.5rem !important
    }
    .pt-lg-2,
    .py-lg-2 {
        padding-top: 0.5rem !important
    }
    .pr-lg-2,
    .px-lg-2 {
        padding-right: 0.5rem !important
    }
    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 0.5rem !important
    }
    .pl-lg-2,
    .px-lg-2 {
        padding-left: 0.5rem !important
    }
    .p-lg-3 {
        padding: 1rem !important
    }
    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important
    }
    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important
    }
    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important
    }
    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important
    }
    .p-lg-4 {
        padding: 1.5rem !important
    }
    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important
    }
    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important
    }
    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important
    }
    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important
    }
    .p-lg-5 {
        padding: 3rem !important
    }
    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important
    }
    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important
    }
    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important
    }
    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important
    }
    .m-lg-auto {
        margin: auto !important
    }
    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important
    }
    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important
    }
    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important
    }
    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important
    }
}

@media (min-width:1200px) {
    .m-xl-0 {
        margin: 0 !important
    }
    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important
    }
    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important
    }
    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important
    }
    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important
    }
    .m-xl-1 {
        margin: 0.25rem !important
    }
    .mt-xl-1,
    .my-xl-1 {
        margin-top: 0.25rem !important
    }
    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 0.25rem !important
    }
    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 0.25rem !important
    }
    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 0.25rem !important
    }
    .m-xl-2 {
        margin: 0.5rem !important
    }
    .mt-xl-2,
    .my-xl-2 {
        margin-top: 0.5rem !important
    }
    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 0.5rem !important
    }
    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 0.5rem !important
    }
    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 0.5rem !important
    }
    .m-xl-3 {
        margin: 1rem !important
    }
    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important
    }
    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important
    }
    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important
    }
    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important
    }
    .m-xl-4 {
        margin: 1.5rem !important
    }
    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important
    }
    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important
    }
    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important
    }
    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important
    }
    .m-xl-5 {
        margin: 3rem !important
    }
    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important
    }
    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important
    }
    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important
    }
    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important
    }
    .p-xl-0 {
        padding: 0 !important
    }
    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important
    }
    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important
    }
    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important
    }
    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important
    }
    .p-xl-1 {
        padding: 0.25rem !important
    }
    .pt-xl-1,
    .py-xl-1 {
        padding-top: 0.25rem !important
    }
    .pr-xl-1,
    .px-xl-1 {
        padding-right: 0.25rem !important
    }
    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 0.25rem !important
    }
    .pl-xl-1,
    .px-xl-1 {
        padding-left: 0.25rem !important
    }
    .p-xl-2 {
        padding: 0.5rem !important
    }
    .pt-xl-2,
    .py-xl-2 {
        padding-top: 0.5rem !important
    }
    .pr-xl-2,
    .px-xl-2 {
        padding-right: 0.5rem !important
    }
    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 0.5rem !important
    }
    .pl-xl-2,
    .px-xl-2 {
        padding-left: 0.5rem !important
    }
    .p-xl-3 {
        padding: 1rem !important
    }
    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important
    }
    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important
    }
    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important
    }
    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important
    }
    .p-xl-4 {
        padding: 1.5rem !important
    }
    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important
    }
    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important
    }
    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important
    }
    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important
    }
    .p-xl-5 {
        padding: 3rem !important
    }
    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important
    }
    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important
    }
    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important
    }
    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important
    }
    .m-xl-auto {
        margin: auto !important
    }
    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important
    }
    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important
    }
    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important
    }
    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important
    }
}

.text-justify {
    text-align: justify !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

@media (min-width:576px) {
    .text-sm-left {
        text-align: left !important
    }
    .text-sm-right {
        text-align: right !important
    }
    .text-sm-center {
        text-align: center !important
    }
}

@media (min-width:768px) {
    .text-md-left {
        text-align: left !important
    }
    .text-md-right {
        text-align: right !important
    }
    .text-md-center {
        text-align: center !important
    }
}

@media (min-width:992px) {
    .text-lg-left {
        text-align: left !important
    }
    .text-lg-right {
        text-align: right !important
    }
    .text-lg-center {
        text-align: center !important
    }
}

@media (min-width:1200px) {
    .text-xl-left {
        text-align: left !important
    }
    .text-xl-right {
        text-align: right !important
    }
    .text-xl-center {
        text-align: center !important
    }
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.font-weight-light {
    font-weight: 300 !important
}

.font-weight-normal {
    font-weight: 400 !important
}

.font-weight-bold {
    font-weight: 700 !important
}

.fw-400 {font-weight: 400 !important}
.fw-500 {font-weight: 500 !important}
.fw-600 {font-weight: 600 !important}
.fw-700 {font-weight: 700 !important}

.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}

.justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.align-middle {vertical-align: middle!important;}

.align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-items-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
}

html {
    background-color: {
            {
            settings.color-secondary
        }
    }
}

body {
    background-color: #FFF
}

a,
button,
input,
textarea {
    font-family: 'Source Sans Pro', sans-serif
}

[tabindex='-1']:focus {
    outline: none
}

.main-content {
    display: block;
    padding-bottom: 20px
}

.shadow {
    box-shadow: 0 1px 4px rgba(0, 0, 0, .3)
}

.shadow:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, .3)
}

.spr-icon:before {
    font-size: 75% !important
}

.spr-badge-caption {
    font-size: .75em
}

.spr-badge[data-rating='0.0'] {
    display: none
}

.is-transitioning {
    display: block !important;
    visibility: visible !important
}

.display-table {
    display: table;
    table-layout: fixed;
    width: 100%
}

.display-table-cell {
    display: table-cell;
    vertical-align: middle;
    float: none
}

@media screen and (min-width:769px) {
    .large--display-table {
        display: table;
        table-layout: fixed;
        width: 100%
    }
    .large--display-table-cell {
        display: table-cell;
        vertical-align: middle;
        float: none
    }
}

.visually-hidden,
.supports-fontface .icon-fallback-text .fallback-text {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0
}

.rte {
    margin-bottom: 10px
}

.rte a {
    text-decoration: underline
}

.rte h1,
.rte h2,
.rte h3,
.rte h4,
.rte h5,
.rte h6 {
    margin-top: 2em
}

.rte h1:first-child,
.rte h2:first-child,
.rte h3:first-child,
.rte h4:first-child,
.rte h5:first-child,
.rte h6:first-child {
    margin-top: 0
}

.rte h1 a,
.rte h2 a,
.rte h3 a,
.rte h4 a,
.rte h5 a,
.rte h6 a {
    text-decoration: none
}

.rte li {
    margin-bottom: .4em
}

.rte--header {
    margin-bottom: 0
}

a,
.text-link {
    color: #fa7864;
    text-decoration: none;
    background: transparent
}

h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a,
p a,
.p a {
    color: #212121
}

h1 a:hover,
.h1 a:hover,
h2 a:hover,
.h2 a:hover,
h3 a:hover,
.h3 a:hover,
h4 a:hover,
.h4 a:hover,
h5 a:hover,
.h5 a:hover,
h6 a:hover,
.h6 a:hover,
p a:hover,
.p a:hover {
    color: #212121
}

button {
    overflow: visible
}

button[disabled],
html input[disabled] {
    cursor: default
}

.btn,
.rte .btn {
    display: inline-block;
    padding: 8px 10px;
    width: auto;
    margin: 0;
    line-height: 1.42;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    cursor: pointer;
    border: 1px solid transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none
}

.btn[disabled],
.btn.disabled,
.rte .btn[disabled],
.rte .btn.disabled {
    cursor: not-allowed;
    color: #fff;
    background-color: #b8b8b8 !important;
    transform: none;
    box-shadow: none
}

.btn {
  transition: all .4s ease-in-out;
  background-color: #212121;
  color: #fff;
  height: 43px!important;
  line-height: 1.4!important;
}
@media (max-width: 992px){
  .btn {font-size: 14px!important;padding: 10px!important;}
}
.btn:hover {
    background-color: #fff;
    color: #212121;
  border: 1px solid #212121;
}

@media only screen and (min-width:1024px) {
    .btn:hover {
        transform: translateY(-1px);
    }
}

@media only screen and (min-width:1024px) {
    .btn:active,
    .btn:focus {
        color: #fafafa;
        transform: translateY(1px);
        background-color: #fff;
        color: #212121;
        border: 2px solid #212121
    }
}

.btn-cta {
    font-size: 14px;
    font-weight: 400;
    transition: all .4s ease-in-out;
    background-color: #212121;
    color: #fff;
    border: 2px solid #212121;
    text-transform: uppercase
}

@media only screen and (min-width:1024px) {
    .btn-cta:hover {
        transform: translateY(-1px);
        background: #212121;
        color: #fff
    }
}

@media only screen and (min-width:1024px) {
    .btn-cta:active,
    .btn-cta:focus {
        color: #fff;
        transform: translateY(1px);
        background-color: #212121
    }
}

.btn-input {
    border-radius: 0 5px 5px 0;
    background-color: #fff;
    box-shadow: none
}

.btn-input:hover {
    transform: none
}

.btn-steps {
    background-color: transparent;
    border: 1px solid #212121;
    color: #212121
}

.btn-steps:hover {
    background-color: #212121;
    color: #fafafa
}

.btn-showmore {
    border-radius: 100px;
    width: 3em;
    height: 3em
}

.btn--small {
    padding: 4px 5px;
    font-size: .75em
}

.btn--large {
    padding: 12px 15px;
    font-size: 1em
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: .5rem
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%
}

.text-link {
    display: inline;
    border: 0 none;
    background: none;
    padding: 0;
    margin: 0
}

ul,
ol {
    margin: 0 0 10px 20px;
    padding: 0
}

ol {
    list-style: decimal
}

ul ul,
ul ol,
ol ol,
ol ul {
    margin: 4px 0 20px 20px
}

li {
    margin-bottom: .15em
}

ul.square {
    list-style: square outside
}

ul.disc {
    list-style: disc outside
}

ol.alpha {
    list-style: lower-alpha outside
}

.no-bullets {
    list-style: none outside;
    margin-left: 0
}

.inline-list {
    margin-left: 0
}

.inline-list li {
    display: inline-block;
    margin-bottom: 0
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-unstyled a {
    color: #fafafa
}

.list-unstyled a:hover {
    color: #c7c7c7
}

.list-inline {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: 5px
}

thead {
    display: table-header-group
}

table {
    border-collapse: collapse
}

th {
    text-align: inherit
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent
}

.table th,
.table td {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #e9ecef
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #e9ecef
}

.table tbody+tbody {
    border-top: 2px solid #e9ecef
}

.table .table {
    background-color: #fff
}

.table-sm th,
.table-sm td {
    padding: .3rem
}

.table-bordered {
    border: 1px solid #e9ecef
}

.table-bordered th,
.table-bordered td {
    border: 1px solid #e9ecef
}

.table-bordered thead th,
.table-bordered thead td {
    border-bottom-width: 2px
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05)
}

.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, .075)
}

.table-primary,
.table-primary>th,
.table-primary>td {
    background-color: #b8daff
}

.table-hover .table-primary:hover {
    background-color: #9fcdff
}

.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
    background-color: #9fcdff
}

.table-secondary,
.table-secondary>th,
.table-secondary>td {
    background-color: #dddfe2
}

.table-hover .table-secondary:hover {
    background-color: #cfd2d6
}

.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
    background-color: #cfd2d6
}

.table-success,
.table-success>th,
.table-success>td {
    background-color: #c3e6cb
}

.table-hover .table-success:hover {
    background-color: #b1dfbb
}

.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
    background-color: #b1dfbb
}

.table-info,
.table-info>th,
.table-info>td {
    background-color: #bee5eb
}

.table-hover .table-info:hover {
    background-color: #abdde5
}

.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
    background-color: #abdde5
}

.table-warning,
.table-warning>th,
.table-warning>td {
    background-color: #ffeeba
}

.table-hover .table-warning:hover {
    background-color: #ffe8a1
}

.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
    background-color: #ffe8a1
}

.table-danger,
.table-danger>th,
.table-danger>td {
    background-color: #f5c6cb
}

.table-hover .table-danger:hover {
    background-color: #f1b0b7
}

.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
    background-color: #f1b0b7
}

.table-light,
.table-light>th,
.table-light>td {
    background-color: #fdfdfe
}

.table-hover .table-light:hover {
    background-color: #ececf6
}

.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
    background-color: #ececf6
}

.table-dark,
.table-dark>th,
.table-dark>td {
    background-color: #c6c8ca
}

.table-hover .table-dark:hover {
    background-color: #b9bbbe
}

.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
    background-color: #b9bbbe
}

.table-active,
.table-active>th,
.table-active>td {
    background-color: rgba(0, 0, 0, .075)
}

.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, .075)
}

.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
    background-color: rgba(0, 0, 0, .075)
}

.table .thead-dark th {
    color: #fff;
    background-color: #212529;
    border-color: #32383e
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #e9ecef
}

.table-dark {
    color: #fff;
    background-color: #212529
}

.table-dark th,
.table-dark td,
.table-dark thead th {
    border-color: #32383e
}

.table-dark.table-bordered {
    border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, .05)
}

.table-dark.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, .075)
}

@media (max-width:575px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
    .table-responsive-sm.table-bordered {
        border: 0
    }
}

@media (max-width:767px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
    .table-responsive-md.table-bordered {
        border: 0
    }
}

@media (max-width:991px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
    .table-responsive-lg.table-bordered {
        border: 0
    }
}

@media (max-width:1199px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
    .table-responsive-xl.table-bordered {
        border: 0
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

.table-responsive.table-bordered {
    border: 0
}

.media,
.media-flex {
    overflow: hidden;
    _overflow: visible;
    zoom: 1
}

.media-img {
    float: left;
    margin-right: 20px
}

.media-img-right {
    float: right;
    margin-left: 20px
}

.media-img img,
.media-img-right img {
    display: block
}

img {
    border: 0 none
}

svg:not(:root) {
    overflow: hidden
}

.img-fluid,
img,
iframe {
    max-width: 100%;
    height: auto
}

.video-wrapper {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    height: auto
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

form {
    margin-bottom: 0
}

.form-group.error > input {
    border-color: red;
}

.form-vertical {
    margin-bottom: 10px
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 14px;
  line-height: 1.5;
  color: #495057;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #212121;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media screen and (max-width:768px) {
    input,
    textarea {
        font-size: 16px
    }
}

input,
textarea,
button,
select {
    padding: 0;
    margin: 0;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text
}

button {
    background: none;
    border: none;
    cursor: pointer
}

button,
input,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none
}

button {
    background: none;
    border: none;
    display: inline-block;
    cursor: pointer
}

input[type="image"] {
    padding-left: 0;
    padding-right: 0
}

fieldset {
    border:1px solid {
            {
            settings.color-primary
        }
    }
    ;
    padding:10px
}

legend {
    border: 0;
    padding: 0
}

button,
input[type="submit"] {
    cursor: pointer
}

input,
textarea,
select {
    border: 1px solid #212121;
    max-width: 100%;
    padding: 8px 10px;
    font-family: {
            {
            settings.font_body
        }
    }
}

input:focus,
textarea:focus,
select:focus {
    outline: none
}

input[disabled],
input.disabled,
textarea[disabled],
textarea.disabled,
select[disabled],
select.disabled, 
select[disabled]+.select2{
    cursor: default;
    color: #212121!important;
    background-color: #b8b8b8!important;
    border-color: #7b7b7b!important
}

input.input-full,
textarea.input-full,
select.input-full {
    width: 100%
}

textarea {
    min-height: 100px
}

input[type="checkbox"],
input[type="radio"] {
    display: inline;
    margin: 0 8px 0 0;
    padding: 0;
    width: auto
}

input[type="checkbox"] {
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox
}

input[type="radio"] {
    -webkit-appearance: radio;
    -moz-appearance: radio
}

input[type="image"] {
    padding-left: 0;
    padding-right: 0
}

select {
    /* -webkit-appearance: auto!important; */
    -moz-appearance: auto!important;
    appearance: none;
    background-position: right center;
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-color: #fff;
    padding-right: 28px;
    text-indent: .01px;
    text-overflow: '';
    cursor: pointer
}

.ie9 select,
.lt-ie9 select {
    padding-right: 10px;
    background-image: none
}

optgroup {
    font-weight: 600
}

option {
    color: #212121;
    background-color: #fff
}

select::-ms-expand {
    display: none
}

.hidden-label {
    position: absolute;
    height: 0;
    width: 0;
    margin-bottom: 0;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px)
}

.ie9 .hidden-label,
.lt-ie9 .hidden-label {
    position: static;
    height: auto;
    width: auto;
    margin-bottom: 2px;
    overflow: visible;
    clip: initial
}

label[for] {
    cursor: pointer
}

.form-vertical input,
.form-vertical select,
.form-vertical textarea {
    display: block;
    margin-bottom: 10px
}

.form-vertical input[type="radio"],
.form-vertical input[type="checkbox"] {
    display: inline-block
}

input.error,
select.error,
textarea.error {
    border-color: #df2030;
    background-color: #fff6f6;
    color: #df2030
}

label.error {
    color: #df2030
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

.input-group .input-group-field:first-child,
.input-group .input-group-btn:first-child,
.input-group .input-group-btn:first-child>.btn,
.input-group input[type="hidden"]:first-child+.input-group-field,
.input-group input[type="hidden"]:first-child+.input-group-btn>.btn {
    border-radius: 5px 0 0 5px
}

.input-group .input-group-field:last-child,
.input-group .input-group-btn:last-child>.btn {
    border-radius: 0 5px 5px 0
}

.input-group input::-moz-focus-inner {
    border: 0;
    padding: 0;
    margin-top: -1px;
    margin-bottom: -1px
}

.input-group-field,
.input-group-btn {
    display: table-cell;
    vertical-align: middle;
    margin: 0
}

.input-group .btn,
.input-group .input-group-field {
    height: 37px
}

.input-group .input-group-field {
    width: 100%
}

.input-group-btn {
    position: relative;
    white-space: nowrap;
    width: 1%;
    padding: 0
}

.icon-fallback-text .icon {
    display: none
}

.supports-fontface .icon-fallback-text .icon {
    display: inline-block
}

.icon:before {
    display: none
}

.supports-fontface .icon:before {
    display: inline;
    font-family: "icons";
    text-decoration: none;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.payment-icons {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default
}

.payment-icons li {
    margin: 0 5px 5px;
    color: #bbb;
    cursor: default
}

.payment-icons .icon {
    font-size: 30px;
    line-height: 30px
}

.payment-icons .fallback-text {
    text-transform: capitalize
}

.social-icons li {
    margin: 0 10px 10px 0;
    vertical-align: middle
}

.social-icons img {
    width: 20px
}

@media screen and (min-width:481px) {
    .social-icons li {
        margin-left: 0
    }
}

.social-icons li .icon {
    font-size: 30px;
    line-height: 26px
}

.social-icons li a {
    color: #bbb
}

.social-icons li a:hover {
    color: #a2a2a2
}

.icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor
}

.btn:active,
.btn:focus {
    fill: #fff
}

.icon-cart {
    width: 2.5em;
    height: 2.5em
}

@media only screen and (max-width:56.25em) {
    .icon-cart {
        width: 2em;
        height: 2em
    }
}

.cart-count {
    position: absolute;
    top: 6px;
    right: -6px;
    background-color: {
            {
            settings.color-primary
        }
    }
    ;
    height:14px;
    width:14px;
    border-radius:50%;
    color:#fafafa;
    text-align:center;
    font-size:12px;
    line-height:13px
}

.cart-count-mobile {
    top: 8px;
    right: 14px;
    font-size: .7em;
    height: 16px;
    width: 16px
}

.icon-user {
    width: 2.5em;
    height: 2.5em
}

.icon-logo {
    width: 100%;
    height: auto
}

@media only screen and (max-width:56.25em) {
    .icon-logo {
        width: 130%;
        margin-left: -10%
    }
}

.icon-search {
    width: 30px;
    height: 30px;
    margin-top: -.4em;
    stroke-width: 1
}

.icon-logo:hover path {
    fill: #212121
}

.icon-twitter,
.icon-facebook,
.icon-instagram,
.icon-youtube {
    fill: #212121;
    width: 1.5em;
    height: 1.5em
}

.icon-twitter:hover {
    fill: #212121
}

.icon-facebook:hover {
    fill: #212121
}

.icon-instagram:hover {
    fill: #212121
}

.icon-youtube:hover {
    fill: #212121
}

.icon-mail,
.icon-phone,
.icon-whatsapp {
    width: 2em;
    height: 2em
}

.icon-menu {
    width: 24px;
    height: 16px;
    position: relative
}

.bar {
    height: 2px;
    border-radius: 1px;
    background-color: #fff;
    position: absolute;
    left: 0
}

.bar-top {
    width: 24px;
    top: 0
}

.bar-middle {
    width: 22px;
    top: 7px
}

.bar-bottom {
    width: 20px;
    bottom: 0
}

.icon-close {
    width: 2.5em;
    height: 2.5em
}

.cart__remove .icon-close {
    width: 1em;
    height: 1em;
    margin-bottom: -2px
}

.icon-chevron-down,
.icon-chevron-up {
    width: 1.5em;
    height: 1.5em
}

.icon-chevron-right,
.icon-chevron-left {
    width: 2.1em;
    height: 2.1em;
    padding: .6em;
    position: relative;
    background: #fff;
    border-radius: 50%
}

.icon-minus,
.icon-plus {
    width: .75em;
    height: .75em
}

.icon-sort,
.icon-filter {
    width: 1.2em;
    height: 1.2em;
    margin-bottom: -4px
}

.pagination {
    margin-bottom: 1em;
    text-align: center
}

.pagination>span {
    display: inline-block;
    line-height: 1
}

.pagination a {
    display: block
}

.pagination a,
.pagination .page.current {
    padding: 8px
}

.header-wrapper {
    width: 100%;
    position: static;
    top: 0;
    left: 0;
    transition: .5s ease-in-out
}

.scrollActive .header-wrapper {
    position: fixed;
    width: 100%;
    z-index: 9998
}

.site-header .grid--table {
    display: table;
    table-layout: fixed;
    width: 100%
}

.site-header .grid--table>.grid__item {
    float: none;
    display: table-cell;
    vertical-align: middle
}

.site-header__logo {
    margin: 0 auto;
    max-width: 100%;
    line-height: 0;
}

@media screen and (min-width:769px) {
    .site-header__logo {
        text-align: left;
        font-size: 45px
    }
}

.site-header__logo a,
.site-header__logo a:hover,
.site-header__logo a:focus {
    text-decoration: none
}

.site-header__logo a,
.site-header__logo img {
    display: block
}

.site-header__logo img {
    margin: 0 auto
}

.site-header__logo-link {
    max-width: 450px;
    margin: 0 auto
}

.site-header__cart-toggle {
    display: inline-block
}

.site-header__search {
    display: inline-block;
    max-width: 400px;
    margin-top: 10px;
    width: 100%
}

.search-bar {
    max-width: 100%
}

@media screen and (max-width:768px) {
    .search-bar {
        margin-left: auto;
        margin-right: auto
    }
}

.nav-bar {
    background-color: #2e1645;
    padding: 0
}

.site-nav,
.site-nav--mobile {
    font-size: 16px;
    cursor: default;
    margin: 0
}

.site-nav li,
.site-nav--mobile li {
    margin: 0;
    display: block
}

.site-nav>li,
.site-nav--mobile>li {
    display: inline-block
}

.sub-dropdown li:not(:first-child) {
    margin-top: 4px
}

.sub-dropdown a {
    color: #666
}

.sub-dropdown a:hover {
    color: #b8b8b8
}

.dontsplit:not(:first-child) {
    margin-top: 4px !important
}

.text-left .site-nav--mobile {
    margin: 0 0 0 -10px
}

.text-right .site-nav--mobile {
    margin: 0 -10px 0 0
}

.site-nav__link {
    display: block;
    text-decoration: none;
    padding: 10px 20px;
    white-space: nowrap;
    color: #fafafa
}

.site-nav__link:hover,
.site-nav__link:active,
.site-nav__link:focus {
    color: #fff;
    background-color: #757575
}

.site-nav__link .icon-arrow-down {
    position: relative;
    top: -2px;
    font-size: 10px;
    padding-left: 5px
}

.site-nav--active>.site-nav__link {
    font-weight: 600
}

.site-nav--mobile .site-nav__link {
    display: inline-block
}

.mega-menu__link {
    color: #121212
}

.site-nav__dropdown {
    display: none;
    position: absolute;
    left: 0;
    margin: 0;
    z-index: 5
}

.supports-no-touch .site-nav--has-dropdown:hover .site-nav__dropdown,
.site-nav--has-dropdown.nav-hover .site-nav__dropdown,
.nav-focus+.site-nav__dropdown {
    display: block
}

.site-nav__dropdown a {
    background-color: #2e1645
}

.site-nav__dropdown a:hover,
.site-nav__dropdown a:active,
.site-nav__dropdown a:focus {
    background-color: #212121;
    color: #fafafa
}

.mega-menu__link {
    color: #121212
}

.nav-search {
    position: relative
}

@media screen and (max-width:768px) {
    .nav-search {
        padding: 0 0 10px;
        margin: 0 auto;
        text-align: center
    }
}

header .search-bar .btn {
    border-radius: 0 5px 5px 0;
    background-color: {
            {
            settings.color-primary
        }
    }
    ;
    color:#fafafa
}

.mobile-nav li {
    margin-bottom: 0
}

.mobile-nav__search {
    padding: 10px
}

.mobile-nav__search .search-bar {
    margin-bottom: 0
}

.mobile-nav__search .btn-input {
    background-color: #f2f2f2
}

.mobile-nav__item {
    position: relative;
    display: block
}

.mobile-nav>.mobile-nav__item:last-child:after {
    display: none
}

.mobile-nav__item a,
.mobile-nav__toggle button {
    color: #121212;
    padding: 10px;
    text-decoration: none
}

.mobile-nav__item a:hover,
.mobile-nav__item a:active,
.mobile-nav__item a:focus,
.mobile-nav__toggle button:hover,
.mobile-nav__toggle button:active,
.mobile-nav__toggle button:focus {
    color: {
            {
            settings.color-primary
        }
    }
}

.mobile-nav__item a:active,
.mobile-nav__item a:focus,
.mobile-nav__toggle button:active,
.mobile-nav__toggle button:focus {
    background-color: #b8b8b8
}

.mobile-nav__item a {
    display: block
}

.mobile-nav__item--active {
    font-weight: 600
}

.mobile-nav__has-sublist {
    display: table;
    width: 100%
}

.mobile-nav__has-sublist .mobile-nav__link {
    display: table-cell;
    vertical-align: middle;
    width: 100%
}

.mobile-nav__toggle {
    display: table-cell;
    vertical-align: middle;
    width: 1%
}

.mobile-nav--expanded .mobile-nav__toggle-open {
    display: none
}

.mobile-nav__toggle-close {
    display: none
}

.mobile-nav--expanded .mobile-nav__toggle-close {
    display: block
}

.mobile-nav__sublist {
    margin: 0;
    max-height: 0;
    visibility: hidden;
    overflow: hidden;
    transition: all 300ms cubic-bezier(.57, .06, .05, .95);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.mobile-nav--expanded+.mobile-nav__sublist {
    background-color: #212121;
    visibility: visible;
    max-height: 700px;
    transition: all 700ms cubic-bezier(.57, .06, .05, .95)
}

.mobile-nav--expanded+.mobile-nav__sublist a {
    font-size: 16px
}

ul.mobile-nav__sublist li a {
    font-size: 16px
}

.mobile-nav__sublist .mobile-nav__item:after {
    top: 0;
    bottom: auto
}

.mobile-nav__sublist .mobile-nav__link {
    padding-left: 20px;
    font-weight: 400
}

.js-drawer-open {
    overflow: hidden
}

.drawer {
    -webkit-transform: translateZ(0);
    will-change: transform;
    display: none;
    position: fixed;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    top: 0;
    bottom: 0;
    padding: 0 0 10px;
    max-width: 95%;
    z-index: 9999;
    color: #121212;
    background-color: #fff;
    transition: all 0.4s cubic-bezier(.46, .01, .32, 1)
}

.drawer a {
    color: #121212
}

.drawer--left {
    width: 320px;
    left: -320px;
    box-shadow: 2px 0 8px rgba(0, 0, 0, .3)
}

.js-drawer-open-left .drawer--left {
    display: block;
    -ms-transform: translateX(320px);
    -webkit-transform: translateX(320px);
    transform: translateX(320px)
}

.lt-ie9 .js-drawer-open-left .drawer--left {
    left: 0
}

.drawer--right {
    width: 320px;
    right: -320px;
    box-shadow: -2px 0 8px rgba(0, 0, 0, .3)
}

.js-drawer-open-right .drawer--right {
    display: block;
    -ms-transform: translateX(-320px);
    -webkit-transform: translateX(-320px);
    transform: translateX(-320px)
}

.lt-ie9 .js-drawer-open-right .drawer--right {
    right: 0
}

.js-drawer-open-right .overlay-cart {
    position: fixed;
    background-color: rgba(0, 0, 0, .3);
    width: 100%;
    top: 0;
    height: 100%;
    z-index: 9999
}

.js-drawer-open-left .overlay-nav {
    position: fixed;
    background-color: rgba(0, 0, 0, .3);
    width: 100%;
    top: 0;
    height: 100%;
    z-index: 9999
}

#PageContainer {
    overflow: hidden
}

.is-moved-by-drawer {
    -webkit-transform: translateZ(0);
    will-change: transform;
    transition: all 0.4s cubic-bezier(.46, .01, .32, 1)
}

.js-drawer-open-left .is-moved-by-drawer {
    -ms-transform: translateX(320px);
    -webkit-transform: translateX(320px);
    transform: translateX(320px)
}

.js-drawer-open-right .is-moved-by-drawer {
    -ms-transform: translateX(-320px);
    -webkit-transform: translateX(-320px);
    transform: translateX(-320px)
}

.drawer__header {
    display: table;
    height: 35px;
    width: 100%;
    margin-bottom: 10px
}

.drawer__title,
.drawer__close {
    display: table-cell;
    vertical-align: middle
}

.drawer__title {
    width: 100%
}

.drawer__close {
    width: 1%;
    text-align: center;
    font-size: 1.125em
}

.drawer__close button {
    position: relative;
    right: -20px;
    height: 100%;
    padding: 0 20px;
    color: inherit
}

.drawer__close button:active,
.drawer__close button:focus {
    background-color: #b8b8b8
}

.template-product .site-footer {
    padding-bottom: 125px;
}

.site-footer {
    background-color: #212121;
    color: #fff;
}

.site-footer h6, .seo-footer h6 {font-size: 16px!important;font-weight: 600!important;text-transform: uppercase;}

.footer-seo-text div,
.about_text p,
.article-list {
    font-size: 0.7em !important;
}

.footer-seo-text div a,
.about_text p a,
.article-list a {
    font-size: 14px;
}

.footer-seo-text .title-footer-seo {
    font-size: 1em
}

.about_text {
    column-count: 2;
    -webkit-column-count: 2;
    text-align: justify;
}

.about_text p {
    margin-top: 0
}

.grid__image {
    display: block;
    margin: 0 auto 10px
}

.grid__image img {
    display: block;
    margin: 0 auto
}

.filter--active {
    font-weight: 600
}

.breadcrumb a,
.breadcrumb span {
    display: inline-block;
    font-size: 16px;
    color: #121212;
    margin-right: 20px;
    text-transform: uppercase;
    vertical-align: middle;
}
.breadcrumb__sep {
    font-size: 50px;
}
.breadcrumb a:hover {
    text-decoration: underline
}

.breadcrumb a:first-child,
.breadcrumb span:first-child {
    padding-left: 0
}

.product-single__variants {
    display: none
}

.no-js .product-single__variants {
    display: block
}

.product-single__photos {
    margin-bottom: 20px
}

.product-single__photos a,
.product-single__photos img,
.product-single__thumbnails a,
.product-single__thumbnails img {
    display: block;
    margin: 0 auto
}

.product-single__photos li,
.product-single__thumbnails li {
    margin-bottom: 20px
}

.note,
.errors {
    border-radius: 5px;
    padding: 6px 12px;
    margin-bottom: 10px;
    border: 1px solid transparent;
    font-size: .9em;
    text-align: left
}

.note ul,
.note ol,
.errors ul,
.errors ol {
    margin-top: 0;
    margin-bottom: 0
}

.note li:last-child,
.errors li:last-child {
    margin-bottom: 0
}

.note p,
.errors p {
    margin-bottom: 0
}

.note {
    border-color: #f2f2f2
}

.errors ul {
    list-style: disc outside;
    margin-left: 20px
}

.form-success {
    color: #757575;
    background-color: #f0fff0;
    border-color: #757575
}

.form-success a {
    color: #757575;
    text-decoration: underline
}

.form-success a:hover {
    text-decoration: none
}

.form-error,
.errors {
    color: #df2030;
    background-color: #fff6f6;
    border-color: #df2030
}

.form-error a,
.errors a {
    color: #df2030;
    text-decoration: underline
}

.form-error a:hover,
.errors a:hover {
    text-decoration: none
}

.cart__row {
    position: relative;
    margin-top: 20px;
    padding-top: 20px;
    border-top:1px solid {
            {
            settings.color-primary
        }
    }
}

.cart__row:first-child {
    margin-top: 0
}

.cart__row:first-child {
    padding-top: 0
}

.cart__row .js-qty,
.cart__row .ajaxcart__qty {
    margin: 0 auto
}

.cart-table th {
    font-weight: 400
}

.cart-table td,
.cart-table th {
    padding: 30px 15px;
    border: none
}

@media screen and (min-width:769px) {
    .cart__row--table-large {
        display: table;
        table-layout: fixed;
        width: 100%
    }
    .cart__row--table-large .grid__item {
        display: table-cell;
        vertical-align: middle;
        float: none
    }
}

.cart__image {
    display: block;
    max-width: 120px;
    min-width: 75px;
    margin: 10px auto
}

.cart__subtotal {
    margin: 0 0 0 6.66667px;
    display: inline
}

.cart__mini-labels {
    display: block;
    margin: 6.66667px 0;
    font-size: .75em
}

@media screen and (min-width:769px) {
    .cart__mini-labels {
        display: none
    }
}

.cart__remove {
    display: block
}

.ajaxcart__inner {
    margin-bottom: 20px
}

.ajaxcart__row>.grid,
.ajaxcart__row>.grid--rev,
.ajaxcart__row>.grid--full {
    margin-left: -10px
}

.ajaxcart__row>.grid>.grid__item,
.ajaxcart__row>.grid--rev>.grid__item,
.ajaxcart__row>.grid--full>.grid__item {
    padding-left: 10px
}

.grid__item .p {
    margin-bottom: .2em
}

.ajaxcart__product {
    position: relative;
    max-height: 500px
}

.ajaxcart__product.is-removed {
    max-height: 0;
    overflow: hidden;
    visibility: hidden;
    transition: all 450ms cubic-bezier(.57, .06, .05, .95);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.ajaxcart__row {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #2e1645
}

.ajaxcart__product-image {
    display: block;
    overflow: hidden;
    margin-bottom: 15px
}

.ajaxcart__product-image img {
    display: block;
    margin: 0 auto;
    max-width: 100%
}

.ajaxcart__product-name,
.ajaxcart__product-meta {
    display: block
}

.ajaxcart__product-name+.ajaxcart__product-meta {
    padding-top: 4px
}

.cart-subtotal {
    color: #121212;
    border-radius: 5px;
    border:2px solid {
            {
            settings.color-primary
        }
    }
    ;
    margin-top:1em;
    text-align:center;
    padding:.5em 0 1em 0
}

.cart-subtotal p {
    margin-top: 0
}

.cart-checkout-shipping {
    font-style: italic;
    font-size: 80% !important
}

.cart-checkout-shipping a {
    text-decoration: underline;
    display: block;
    color: {
            {
            settings.color-primary
        }
    }
}

.cart__checkout {
    font-size: 1em;
    color: #fafafa !important
}

.js-qty,
.ajaxcart__qty {
    position: relative;
    margin-bottom: 1em;
    max-width: 115px;
    min-width: 75px;
    overflow: visible
}

.js-qty input,
.ajaxcart__qty input {
    display: block;
    background: none;
    text-align: center;
    width: 100%;
    padding: 5px 25px;
    margin: 0
}

.js-qty__adjust.js-qty__adjust--minus {
    border-right: 2px solid #212121 !important
}

.js-qty__adjust.js-qty__adjust--plus {
    border-left: 2px solid #212121 !important
}

.js-qty__adjust,
.ajaxcart__qty-adjust {
    cursor: pointer;
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    border: 0 none;
    padding: 0 2px;
    background: none;
    text-align: center;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.js-qty__adjust:hover,
.ajaxcart__qty-adjust:hover,
.js-qty__adjust:focus,
.ajaxcart__qty-adjust:focus {
    color: {
            {
            settings.color-primary
        }
    }
}

@media only screen and (max-width:56.25em) {
    .cart__quantity .js-qty__adjust,
    .cart__quantity .ajaxcart__qty-adjust {
        padding: 0
    }
}

.js-qty__adjust--plus,
.ajaxcart__qty--plus {
    right: 0;
    border-left: 1px solid #f2f2f2
}

.js-qty__adjust--minus,
.ajaxcart__qty--minus {
    left: 0;
    border-right: 1px solid #f2f2f2
}

@media only screen and (max-width:64em) {
    .cart__quantity .js-qty__adjust--plus svg,
    .cart__quantity .ajaxcart__qty--plus svg,
    .cart__quantity .js-qty__adjust--minus svg,
    .cart__quantity .ajaxcart__qty--minus svg {
        margin-bottom: .5em;
        margin-top: 0
    }
}

.ajaxcart__qty {
    margin: 0
}

.is-loading .ajaxcart__qty {
    opacity: .5;
    transition: none
}

.ajaxcart__qty-num {
    border-color: {
            {
            settings.color-primary
        }
    }
    ;
    color:#121212
}

.ajaxcart__qty-adjust {
    color: #121212
}

.ajaxcart__qty--plus {
    border-color: {
            {
            settings.color-primary
        }
    }
}

.ajaxcart__qty--minus {
    border-color: {
            {
            settings.color-primary
        }
    }
}

.ajaxcart-item__price-strikethrough {
    float: right
}

@media (max-width:992px) {
    .cart-prod-title {
        font-size: 1em
    }
    .js-qty__adjust .icon,
    .ajaxcart__qty-adjust .icon {
        font-size: .5em
    }
    .js-qty input,
    .ajaxcart__qty input,
    .ajaxcart__qty input {
        font-size: .875em
    }
    .js-qty,
    .ajaxcart__qty {
        margin: 5px 0 0 !important
    }
    .cart-price-mobile span {
        font-size: .875em
    }
    .col-1,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-10,
    .col-11,
    .col-12,
    .col,
    .col-auto,
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm,
    .col-sm-auto,
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md,
    .col-md-auto,
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg,
    .col-lg-auto,
    .col-xl-1,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xl,
    .col-xl-auto {
        padding-right: 6px;
        padding-left: 6px
    }
}

.bottom-line {
    position: relative;
    display: inline-block
}

.bg-card {
    background-color: #fff
}

.article-block__info a {
    color: #121212
}

.article-block__info a:hover {
    color: #d22020
}

.pagination-loading {
    background: url(../images/ajax-loader.gif) center 20px no-repeat;
    height: 90px;
    margin: auto;
    width: 100%;
    margin-top: 20px;
    padding: 0;
    overflow: hidden;
    position: relative;
    font-weight: 700;
    text-transform: uppercase;
    display: none;
    line-height: 160px;
    text-align: center;
    font-size: 12px;
    margin-bottom: 10px
}

.infinite-scrolling {
    text-align: center
}

.infinite-scrolling .more>.btn {
    background-color: {
            {
            settings.color-primary
        }
    }
    ;
    color:#fafafa
}

.c-cuci-gudang {
    position: absolute;
    bottom: 128px;
    left: 12px;
    width: 50px;
    height: 50px;
    text-align: center;
    z-index: 99;
    background-color: {
            {
            settings.color-primary
        }
    }
    ;
    vertical-align:baseline;
    border-radius:50%
}

.c-cuci-gudang span {
    display: inline-block;
    margin-top: 9px;
    font-size: 11px;
    color: #fff
}

.d-wa-chat {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 9
}
.d-wa-chat a {
    display: block;
    background: #4dc247;
    width: 45px;
    height: 45px;
    border-radius: 50%
}

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
    -webkit-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-negative: 0;
    flex-shrink: 0;
    width: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.swiper-invisible-blank-slide {
    visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.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-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    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, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal>.swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical>.swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    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'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    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'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto
}

.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-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")
}

.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-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-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 20px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 100%;
  background: #212121;
  opacity: .2;
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #b8b8b8
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: .2s top, .2s -webkit-transform;
    transition: .2s top, .2s -webkit-transform;
    -o-transition: .2s transform, .2s top;
    transition: .2s transform, .2s top;
    transition: .2s transform, .2s top, .2s -webkit-transform
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s left, .2s -webkit-transform;
    transition: .2s left, .2s -webkit-transform;
    -o-transition: .2s transform, .2s left;
    transition: .2s transform, .2s left;
    transition: .2s transform, .2s left, .2s -webkit-transform
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s right, .2s -webkit-transform;
    transition: .2s right, .2s -webkit-transform;
    -o-transition: .2s transform, .2s right;
    transition: .2s transform, .2s right;
    transition: .2s transform, .2s right, .2s -webkit-transform
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: rgba(255, 255, 255, .25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #212121
}

.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, .25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #212121
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(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, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.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%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-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%;
    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);
        transform: rotate(360deg)
    }
}

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

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

.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
}

.swiper-container-cube {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #212121;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-flip {
    overflow: visible
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px
}

body.nav_open,
body.nav_open body {
    height: 100%;
    overflow: hidden
}

body.nav_open #NavDrawer {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    box-shadow: 2px 0 8px rgba(0, 0, 0, .3)
}

#NavDrawer {
    overflow: hidden;
    width: 280px;
    -webkit-transform: translateX(-280px);
    -moz-transform: translateX(-280px);
    -ms-transform: translateX(-280px);
    transform: translateX(-280px)
}

#NavDrawer {
    z-index: 99;
    position: fixed;
    top: 48px;
    left: 0;
    bottom: 0;
    width: 320px;
    background: #212121;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translateX(-320px);
    -moz-transform: translateX(-320px);
    -ms-transform: translateX(-320px);
    transform: translateX(-320px);
    transition: all 0.4s cubic-bezier(.46, .01, .32, 1)
}

.header-wrapper,
#PageContainer {
    transition: all 0.4s cubic-bezier(.46, .01, .32, 1)
}

body.nav_open .overlay-nav {
    position: fixed;
    background-color: rgba(0, 0, 0, .3);
    width: 100%;
    top: 0;
    height: 100%;
    z-index: 9
}

.mobile-nav {
    overflow: auto
}

.custNav-btn {
    color: #fff;
    position: relative;
    bottom: -5px;
    left: 5px
}

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

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

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

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

@-webkit-keyframes fadeIn {
    0%,
    35% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-moz-keyframes fadeIn {
    0%,
    35% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-ms-keyframes fadeIn {
    0%,
    35% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0%,
    35% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-webkit-keyframes heroContentIn {
    0%,
    35% {
        opacity: 0;
        -webkit-transform: translateY(8px);
        -moz-transform: translateY(8px);
        -ms-transform: translateY(8px);
        -o-transform: translateY(8px);
        transform: translateY(8px)
    }
    60% {
        opacity: 1
    }
    100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@-moz-keyframes heroContentIn {
    0%,
    35% {
        opacity: 0;
        -webkit-transform: translateY(8px);
        -moz-transform: translateY(8px);
        -ms-transform: translateY(8px);
        -o-transform: translateY(8px);
        transform: translateY(8px)
    }
    60% {
        opacity: 1
    }
    100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@-ms-keyframes heroContentIn {
    0%,
    35% {
        opacity: 0;
        -webkit-transform: translateY(8px);
        -moz-transform: translateY(8px);
        -ms-transform: translateY(8px);
        -o-transform: translateY(8px);
        transform: translateY(8px)
    }
    60% {
        opacity: 1
    }
    100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes heroContentIn {
    0%,
    35% {
        opacity: 0;
        -webkit-transform: translateY(8px);
        -moz-transform: translateY(8px);
        -ms-transform: translateY(8px);
        -o-transform: translateY(8px);
        transform: translateY(8px)
    }
    60% {
        opacity: 1
    }
    100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

.is-adding {
    background-color: #757575 !important;
    color: #757575 !important
}

.is-adding:after {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -12px;
    margin-top: -12px;
    border-radius: 50%;
    border: 3px solid #fff;
    border-top-color: transparent;
    -webkit-animation: spin 1s infinite linear;
    -moz-animation: spin 1s infinite linear;
    -o-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear
}

#admin-bar-iframe {
    display: none
}

.wrapper {
    max-width: 976px;
    margin: auto
}

.header-wrapper {
    z-index: 999
}

.js-drawer-open .container {
    margin: 0
}

input#ac-gn-searchform-input::-webkit-input-placeholder {
    color: #212121 !Important
}

input#ac-gn-searchform-input::-moz-placeholder {
    color: #212121 !Important
}

input#ac-gn-searchform-input:-ms-input-placeholder {
    color: #212121 !Important
}

input#ac-gn-searchform-input:-moz-placeholder {
    color: #212121 !Important
}

#PageContainer {
    background-color: #FFF
}

.template-index #PageContainer {
    background-color: {
            {
            settings.color-body
        }
    }
}

@media screen and (min-width:769px) {
    .d-line-chat {
        position: fixed;
        right: 26px;
        bottom: 40px;
        z-index: 9
    }
    .d-line-chat a {
        display: block;
        border-radius: 5px
    }
    .d-line-chat svg {
        width: 40px;
        display: block;
        border-radius: 5px
    }
}

.newsletter p.bottom-line,
.social-media p.bottom-line {
    font-size: 12px !important
}

#mc-embedded-subscribe-form button {
    border-radius: 0;
}

#mc-embedded-subscribe-form button img {
    width: 25px
}

#mc-embedded-subscribe-form .input-group {
    width: 100%
}

.site-footer__newsletter-input {
    width: 100%;
    font-style: italic
}

.copyright span {
    position: relative;
    bottom: 1px
}

.copyright span,
.copyright img {
    display: inline-block;
    vertical-align: middle;
    font-size: 22px;
    letter-spacing: 2px
}

@media (max-width:768px) {
    .copyright {
        position: inherit
    }
}

.site-footer__section .bottom-line {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px !important;
    width: 100%
}

.site-footer__list-item {
    position: relative
}

.lc-icon img {
    width: 18px;
    vertical-align: middle
}

@media (max-width:991px) {
    .site-footer .wrapper {
        padding-left: 12px;
        padding-right: 12px
    }
    .footer-navigation,
    .footer-navigation .site-footer__section {
        padding: 0 !important;
        margin: 0 !important
    }
}

.seo-footer,
.seo-article {
    background-color: #fff
}

.seo-footer * {
    color: #212121 !important;
    font-size: 14px;
}

.template-index .main-content {
    padding: 20px 0 0
}

.space-section {
    margin-bottom: 12px
}

.hp-products h2 {
    color: #212121;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 600
}

.hp-products .view-more {
    font-size: 18px;
    color: #212121;
    text-decoration: underline
}

.hp-products .view-more span {
    display: inline-block;
    vertical-align: middle
}

.hp-products .products a {
    display: block;
    height: 100%
}

.template-index .products .spr-badge {
    display: none
}

.hp-products .see-more {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: #fff;
    padding: 0 20px
}

.hp-products .see-more a {
    font-size: 24px;
    color: #212121
}

.c-carousel .button-scroll {
  display: none;
}
.c-carousel:hover .button-scroll {
  display: block;
}

.button-scroll.swiper-button-disabled {
    display: none
}

.button-scroll .icon {
    box-shadow: 0 1px 4px rgba(0, 0, 0, .8)
}

.hp-products .see-more .icon {
    box-shadow: 0 1px 4px rgba(0, 0, 0, .8);
    width: 35px;
    height: 35px;
    padding: 8px;
    margin-top: 10px
}



.row.c-products-grid {
    position: relative;
    row-gap: 20px;
}

.products .bg-products {
    position: relative;
    background-color: #fff;
    height: 100%
}

.products .product-card-img-container img {
    display: block;
    width: 100%
}

.products .product-card-discount {
  right: 0;
  font-size: 12px;
  letter-spacing: 1px;
}
.price-discount {
  display: flex;
  justify-content: center
}
.price-discount .product-card-discount {
  color: #212121;
  margin-left: 5px;
}

.product-price-sale * {
  display: inline-block!important;
  color: #aaa;
  font-size: 12px!important;
}

.products .card-body {
    padding: 8px 12px 10px;
  text-align: center
}

#product-loop-coll .products a {
    display: block;
    color: #212121
}

.products a:hover {
    opacity: .75
}

.products .product-card-info h5 {
  color: #212121;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  overflow: hidden;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  min-height: 40px;
}

.products .card-body.product-card-info h5 a {
    font-size: 16px;
    font-weight: 400
}

.products .product-card-price .card-money {
    display: block;
    margin-bottom: 0
}

.products .product-card-price-before.card-money {
    color: #aaa;
    font-size: 12px;
    font-weight: 400
}

.products .product-card-price-after {
    font-size: 14px;
    font-weight: 400;
    color: #212121
}

.price-card {
    display: flex;
  flex-wrap: wrap;
  justify-content: center
}

.from-price,
.from-price.h5 {
  color: #212121;
  font-size: 14px;
  align-self: center;
  margin: 0;
  font-weight: 400;
}


@media (min-width:769px) {
    #collection-description .rte {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2
    }
}

@media (min-width:992px) {
    .row.c-products-grid {
        overflow: hidden;
        margin-left: -6px !Important;
        margin-right: -6px !important
    }
}

@media (max-width:991px) {
    .c-products-grid {
        width: 100%;
        margin-right: auto !important;
        margin-left: auto !important
    }
}

@media (max-width:768px) {
    .hp-products h2 {
        letter-spacing: normal;
        font-size: 24px
    }
    .hp-products .view-more {
        font-size: 16px;
        letter-spacing: normal
    }
}

@media (max-width:768px) {
    .products .card-body.product-card-info h5 a {
        font-size: 14px
    }
    .products .product-card-price-after {
        font-size: 16px
    }
    .products .product-card-price-before {
        font-size: 14px
    }
    .products .product-card-discount {
        font-weight: 500;
        font-size: 14px;
        letter-spacing: 1px
    }
    .products .product-card-info h5 {
      max-height: 60px;
      overflow: hidden;
      min-height: 35px;
    }
}


@media (max-width: 576px) {
    .hp-products h2 {
        font-size: 18px;
    }
    .hp-products .view-more {
        font-size: 12px;
    }
    .products .product-card-info h5 {
        font-size: 14px;
    }
    .products .product-card-price-after {
        font-size: 12px;
    }
}

@media (max-width:768px) {
    .collections-brands h3 {
        font-size: 14px
    }
}

.site-header__wishlist .icon-heart {
    width: 1.8em;
    height: 1.8em
}

.icon-wishlist-item {
    position: absolute;
    bottom: 5px;
    right: 5px;
    cursor: pointer
}

#product-loop-coll .icon-wishlist-item {
    right: 10px
}

.icon-wishlist-item a {
    color: #212121
}

.c-products-grid .card:hover .icon-wishlist-item {
    display: block
}

#product-loop-coll .products:hover .icon-wishlist-item {
    display: block
}

.icon-wishlist-item .icon {
    display: block;
    width: 20px;
    height: 20px
}

.icon-wishlist-item .icon-heart-solid {
    display: none
}

.icon-wishlist-item .wishlist-added .icon-heart {
    display: none
}

.icon-wishlist-item .wishlist-added .icon-heart-solid {
    display: block
}

.icon-wishlist-product {
    margin-left: 5px;
    cursor: pointer
}

.icon-wishlist-product .icon {
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 15px
}

.icon-wishlist-product .icon-heart-solid {
    display: none
}

.icon-wishlist-product .wishlist-added .icon-heart {
    display: none
}

.icon-wishlist-product .wishlist-added .icon-heart-solid {
    display: inline-block
}

/* Wishlist icon toggle styles */
.wishlist-icon-wrapper {
    display: inline-block;
    position: relative;
    width: 24px;
    height: 21px
}

.wishlist-icon-outline,
.wishlist-icon-filled {
    position: absolute;
    top: 0;
    left: 0
}

.wishlist-toggle.active .wishlist-icon-filled {
    display: block !important
}

.wishlist-toggle.active .wishlist-icon-outline {
    display: none !important
}

@media (min-width:992px) {
    .icon-wishlist-item {
        display: none
    }
}

@media (max-width:991px) {
    .icon-wishlist-item .icon {
        width: 15px;
        height: 15px
    }
}

.stamped-badge-starrating .stamped-fa {
    width: 15px;
    color: #d10000
}

.stamped-badge-caption[data-reviews]:after {
    content: '' !important
}

.stamped-badge-caption {
    font-size: 12px;
    vertical-align: middle;
    color: #212121
}

.fa-star-half-o:before,
.fa-star-o:before,
.fa-star:before,
.stamped-fa-star-half-o:before,
.stamped-fa-star-o:before,
.stamped-fa-star:before {
    font-size: 16px
}

.product-meta--review .stamped-badge-starrating .stamped-fa {
    margin-right: 2px
}

.product-meta--review .stamped-badge-starrating .stamped-fa:before {
    font-size: 20px
}

.product-meta--review .stamped-badge-caption {
    font-size: 16px;
    margin-right: 5px;
    margin-left: 5px;
    vertical-align: inherit
}

.fa-star,
.fa-star-checked,
.fa-star-half-o,
.fa-star-o,
.stamped-fa-star,
.stamped-fa-star-checked,
.stamped-fa-star-half-o,
.stamped-fa-star-o {
    color: #d10000 !important
}

.summary-rating-bar-content {
    background-color: #d10000 !important;
    color: #fff !important
}

.product-card-info .btn.btn-cta {width: 130px;height: 35px;padding: 5px;height: 35px;line-height: normal;text-transform: capitalize!important;}
.position-absolute.label-tag {z-index: 999;}
.label-tag.forever-flower {
    bottom: 0;
}
.shopify-section:first-child {
    margin-top: 0;
}
@media (max-width: 600px){
    .label-tag.valentine img {width: 20px;}
    .label-tag.freeItem img {
        width: 40px !important;
    }
}
button.disabled {pointer-events: none;}
/*
@media (max-width: 768px){
  body:not(.template-product) #tidio-chat-iframe {display: none!important;}
}
*/
#tidio-chat-iframe {display: none!important;}

#lineId-11986734055639,
#lineId-11986734088407,
#lineId-11986734121175 {display: none}/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:FontAwesome;src:url(fontawesome-webfont.eot?v=4.7.0);src:url(fontawesome-webfont.eot?#iefix&v=4.7.0) format("embedded-opentype"),url(fontawesome-webfont.woff2?v=4.7.0) format("woff2"),url(fontawesome-webfont.woff?v=4.7.0) format("woff"),url(fontawesome-webfont.ttf?v=4.7.0) format("truetype"),url(../images/fontawesome-webfont.svg) format("svg");font-weight:400;font-style:normal}.fa{display:inline-block;font: 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eeeeee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1,1);-ms-transform:scale(-1,1);transform:scaleX(-1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1,-1);-ms-transform:scale(1,-1);transform:scaleY(-1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}
/*# sourceMappingURL=/cdn/shop/t/138/assets/font-awesome.css.map?v=132324219581463622051752652421 */
/*! jQuery UI - v1.13.0 - 2021-10-07
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */

.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;-ms-filter:"alpha(opacity=0)"}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important;pointer-events:none}.ui-icon{display:inline-block;vertical-align:middle;margin-top:-.25em;position:relative;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-icon-block{left:50%;margin-left:-8px;display:block}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin:2px 0 0 0;padding:.5em .5em .5em .7em;font-size:100%}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}.ui-autocomplete{position:absolute;top:0;left:0;cursor:default}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:0}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{margin:0;cursor:pointer;list-style-image:url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")}.ui-menu .ui-menu-item-wrapper{position:relative;padding:3px 1em 3px .4em}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-state-focus,.ui-menu .ui-state-active{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item-wrapper{padding-left:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;left:.2em;margin:auto 0}.ui-menu .ui-menu-icon{left:auto;right:0}.ui-button{padding:.4em 1em;display:inline-block;position:relative;line-height:normal;margin-right:.1em;cursor:pointer;vertical-align:middle;text-align:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;overflow:visible}.ui-button,.ui-button:link,.ui-button:visited,.ui-button:hover,.ui-button:active{text-decoration:none}.ui-button-icon-only{width:2em;box-sizing:border-box;text-indent:-9999px;white-space:nowrap}input.ui-button.ui-button-icon-only{text-indent:0}.ui-button-icon-only .ui-icon{position:absolute;top:50%;left:50%;margin-top:-8px;margin-left:-8px}.ui-button.ui-icon-notext .ui-icon{padding:0;width:2.1em;height:2.1em;text-indent:-9999px;white-space:nowrap}input.ui-button.ui-icon-notext .ui-icon{width:auto;height:auto;text-indent:0;white-space:normal;padding:.4em 1em}input.ui-button::-moz-focus-inner,button.ui-button::-moz-focus-inner{border:0;padding:0}.ui-controlgroup{vertical-align:middle;display:inline-block}.ui-controlgroup > .ui-controlgroup-item{float:left;margin-left:0;margin-right:0}.ui-controlgroup > .ui-controlgroup-item:focus,.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus{z-index:9999}.ui-controlgroup-vertical > .ui-controlgroup-item{display:block;float:none;width:100%;margin-top:0;margin-bottom:0;text-align:left}.ui-controlgroup-vertical .ui-controlgroup-item{box-sizing:border-box}.ui-controlgroup .ui-controlgroup-label{padding:.4em 1em}.ui-controlgroup .ui-controlgroup-label span{font-size:80%}.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item{border-left:none}.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item{border-top:none}.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content{border-right:none}.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content{border-bottom:none}.ui-controlgroup-vertical .ui-spinner-input{width:75%;width:calc( 100% - 2.4em )}.ui-controlgroup-vertical .ui-spinner .ui-spinner-up{border-top-style:solid}.ui-checkboxradio-label .ui-icon-background{box-shadow:inset 1px 1px 1px #ccc;border-radius:.12em;border:none}.ui-checkboxradio-radio-label .ui-icon-background{width:16px;height:16px;border-radius:1em;overflow:visible;border:none}.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon{background-image:none;width:8px;height:8px;border-width:4px;border-style:solid}.ui-checkboxradio-disabled{pointer-events:none}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-prev-hover,.ui-datepicker .ui-datepicker-next-hover{top:1px}.ui-datepicker .ui-datepicker-prev{left:2px}.ui-datepicker .ui-datepicker-next{right:2px}.ui-datepicker .ui-datepicker-prev-hover{left:1px}.ui-datepicker .ui-datepicker-next-hover{right:1px}.ui-datepicker .ui-datepicker-prev span,.ui-datepicker .ui-datepicker-next span{display:block;position:absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:45%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:bold;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td span,.ui-datepicker td a{display:block;padding:.2em;text-align:right;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:left}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:left}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:left}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:rtl}.ui-datepicker-rtl .ui-datepicker-prev{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-next{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:right}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px}.ui-datepicker .ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat;left:.5em;top:.3em}.ui-dialog{position:absolute;top:0;left:0;padding:.2em;outline:0}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:left;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;right:.3em;top:50%;width:20px;margin:-10px 0 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:none;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:left;border-width:1px 0 0 0;background-image:none;margin-top:.5em;padding:.3em 1em .5em .4em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:right}.ui-dialog .ui-dialog-buttonpane button{margin:.5em .4em .5em 0;cursor:pointer}.ui-dialog .ui-resizable-n{height:2px;top:0}.ui-dialog .ui-resizable-e{width:2px;right:0}.ui-dialog .ui-resizable-s{height:2px;bottom:0}.ui-dialog .ui-resizable-w{width:2px;left:0}.ui-dialog .ui-resizable-se,.ui-dialog .ui-resizable-sw,.ui-dialog .ui-resizable-ne,.ui-dialog .ui-resizable-nw{width:7px;height:7px}.ui-dialog .ui-resizable-se{right:0;bottom:0}.ui-dialog .ui-resizable-sw{left:0;bottom:0}.ui-dialog .ui-resizable-ne{right:0;top:0}.ui-dialog .ui-resizable-nw{left:0;top:0}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-draggable-handle{-ms-touch-action:none;touch-action:none}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:0.1px;display:block;-ms-touch-action:none;touch-action:none}.ui-resizable-disabled .ui-resizable-handle,.ui-resizable-autohide .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;left:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;left:0}.ui-resizable-e{cursor:e-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-se{cursor:se-resize;width:12px;height:12px;right:1px;bottom:1px}.ui-resizable-sw{cursor:sw-resize;width:9px;height:9px;left:-5px;bottom:-5px}.ui-resizable-nw{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-resizable-ne{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-progressbar{height:2em;text-align:left;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-progressbar .ui-progressbar-overlay{background:url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");height:100%;-ms-filter:"alpha(opacity=25)";opacity:0.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.ui-selectable{-ms-touch-action:none;touch-action:none}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted black}.ui-selectmenu-menu{padding:0;margin:0;position:absolute;top:0;left:0;display:none}.ui-selectmenu-menu .ui-menu{overflow:auto;overflow-x:hidden;padding-bottom:1px}.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup{font-size:1em;font-weight:bold;line-height:1.5;padding:2px 0.4em;margin:0.5em 0 0 0;height:auto;border:0}.ui-selectmenu-open{display:block}.ui-selectmenu-text{display:block;margin-right:20px;overflow:hidden;text-overflow:ellipsis}.ui-selectmenu-button.ui-button{text-align:left;white-space:nowrap;width:14em}.ui-selectmenu-icon.ui-icon{float:right;margin-top:0}.ui-slider{position:relative;text-align:left}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:pointer;-ms-touch-action:none;touch-action:none}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:0 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-left:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{left:0}.ui-slider-horizontal .ui-slider-range-max{right:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{left:-.3em;margin-left:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{left:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-sortable-handle{-ms-touch-action:none;touch-action:none}.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.ui-spinner-input{border:none;background:none;color:inherit;padding:.222em 0;margin:.2em 0;vertical-align:middle;margin-left:.4em;margin-right:2em}.ui-spinner-button{width:1.6em;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;right:0}.ui-spinner a.ui-spinner-button{border-top-style:none;border-bottom-style:none;border-right-style:none}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:left;position:relative;top:0;margin:1px .2em 0 0;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav .ui-tabs-anchor{float:left;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{cursor:text}.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:none}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px}body .ui-tooltip{border-width:2px}.ui-widget{font-family:Arial,Helvetica,sans-serif;font-size:1em}.ui-widget .ui-widget{font-size:1em}.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button{font-family:Arial,Helvetica,sans-serif;font-size:1em}.ui-widget.ui-widget-content{border:1px solid #c5c5c5}.ui-widget-content{border:1px solid #ddd;background:#fff;color:#333}.ui-widget-content a{color:#333}.ui-widget-header{border:1px solid #ddd;background:#e9e9e9;color:#333;font-weight:bold}.ui-widget-header a{color:#333}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default,.ui-button,html .ui-button.ui-state-disabled:hover,html .ui-button.ui-state-disabled:active{border:1px solid #c5c5c5;background:#f6f6f6;font-weight:normal;color:#454545}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited,a.ui-button,a:link.ui-button,a:visited.ui-button,.ui-button{color:#454545;text-decoration:none}.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus,.ui-button:hover,.ui-button:focus{border:1px solid #ccc;background:#ededed;font-weight:normal;color:#2b2b2b}.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited,.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,a.ui-button:hover,a.ui-button:focus{color:#2b2b2b;text-decoration:none}.ui-visual-focus{box-shadow:0 0 3px 1px rgb(94,158,214)}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active,a.ui-button:active,.ui-button:active,.ui-button.ui-state-active:hover{border:1px solid #003eff;background:#007fff;font-weight:normal;color:#fff}.ui-icon-background,.ui-state-active .ui-icon-background{border:#003eff;background-color:#fff}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#fff;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #dad55e;background:#fffa90;color:#777620}.ui-state-checked{border:1px solid #dad55e;background:#fffa90}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#777620}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #f1a899;background:#fddfdf;color:#5f3f3f}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#5f3f3f}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#5f3f3f}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:bold}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;-ms-filter:"alpha(opacity=70)";font-weight:normal}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;-ms-filter:"alpha(opacity=35)";background-image:none}.ui-state-disabled .ui-icon{-ms-filter:"alpha(opacity=35)"}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url(../images/ui-icons_444444_256x240.png)}.ui-widget-header .ui-icon{background-image:url(../images/ui-icons_444444_256x240.png)}.ui-state-hover .ui-icon,.ui-state-focus .ui-icon,.ui-button:hover .ui-icon,.ui-button:focus .ui-icon{background-image:url(../images/ui-icons_555555_256x240.png)}.ui-state-active .ui-icon,.ui-button:active .ui-icon{background-image:url(../images/ui-icons_ffffff_256x240.png)}.ui-state-highlight .ui-icon,.ui-button .ui-state-highlight.ui-icon{background-image:url(../images/ui-icons_777620_256x240.png)}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url(../images/ui-icons_cc0000_256x240.png)}.ui-button .ui-icon{background-image:url(../images/ui-icons_777777_256x240.png)}.ui-icon-blank.ui-icon-blank.ui-icon-blank{background-image:none}.ui-icon-caret-1-n{background-position:0 0}.ui-icon-caret-1-ne{background-position:-16px 0}.ui-icon-caret-1-e{background-position:-32px 0}.ui-icon-caret-1-se{background-position:-48px 0}.ui-icon-caret-1-s{background-position:-65px 0}.ui-icon-caret-1-sw{background-position:-80px 0}.ui-icon-caret-1-w{background-position:-96px 0}.ui-icon-caret-1-nw{background-position:-112px 0}.ui-icon-caret-2-n-s{background-position:-128px 0}.ui-icon-caret-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:0 -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-65px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:0 -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-65px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:1px -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:0 -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:0 -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:0 -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:0 -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:0 -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:0 -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:0 -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:0 -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:0 -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:0 -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:0 -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl{border-top-left-radius:3px}.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr{border-top-right-radius:3px}.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl{border-bottom-left-radius:3px}.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br{border-bottom-right-radius:3px}.ui-widget-overlay{background:#aaa;opacity:.3;-ms-filter:Alpha(Opacity=30)}.ui-widget-shadow{-webkit-box-shadow:0 0 5px #666;box-shadow:0 0 5px #666}