/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Button
 */
/**
 * Remove color name product
 */
/**
 * Icomoon mixin
 */
@keyframes bottomtop {
  0% {
    top: 0px;
  }
  100% {
    top: 30px;
  }
}
.effect-1 {
  display: block;
  overflow: hidden;
  position: relative;
}
.effect-1:before,
.effect-1:after {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all .9s ease 0s;
}
.effect-1:hover:before {
  background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
  bottom: 50%;
  top: 50%;
}
.effect-1:hover:after {
  background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
  left: 51%;
  right: 50%;
}
.effect-2 {
  display: block;
  overflow: hidden;
  position: relative;
}
.effect-2:before {
  border: 1px solid #fff;
  bottom: 15px;
  content: "";
  left: 15px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -o-transform: scale(1.4);
  transform: scale(1.4);
  position: absolute;
  right: 15px;
  top: 15px;
  -webkit-transition: opacity .35s ease 0s, transform .35s ease 0s;
  -o-transition: opacity .35s ease 0s, transform .35s ease 0s;
  transition: opacity .35s ease 0s, transform .35s ease 0s;
  z-index: 1;
}
.effect-2:after {
  bottom: 15px;
  content: "";
  left: 15px;
  position: absolute;
  right: 14px;
  top: 15px;
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -o-transform: scale(1.4);
  transform: scale(1.4);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-box-shadow: 0 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0 20px rgba(0, 0, 0, 0.2);
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-transition: opacity .35s ease 0s, transform .35s ease 0s;
  -o-transition: opacity .35s ease 0s, transform .35s ease 0s;
  transition: opacity .35s ease 0s, transform .35s ease 0s;
  z-index: 1;
}
.effect-2:hover:before,
.effect-2:hover:after {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.header-middle .middle-content .logo-container {
  width: auto;
}
.logo-content .logo img,
.block-footer .block-footer-title img {
  width: 200px;
}
.header-top {
  background: #21cdc8;
}
.header-top .container .row {
  align-items: center;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .header-top .container .row {
    font-size: 12px;
  }
}
.cms-about-us .page-title-wrapper,
.cms-delivery-information .page-title-wrapper,
.cms-returns-refund-policy .page-title-wrapper,
.cms-terms-conditions .page-title-wrapper,
.cms-privacy-policy .page-title-wrapper {
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 30px);
  max-width: 1300px;
}
.cms-about-us .cms-content,
.cms-delivery-information .cms-content,
.cms-returns-refund-policy .cms-content,
.cms-terms-conditions .cms-content,
.cms-privacy-policy .cms-content {
  margin-bottom: 50px;
}
.cms-about-us .cms-content h4,
.cms-delivery-information .cms-content h4,
.cms-returns-refund-policy .cms-content h4,
.cms-terms-conditions .cms-content h4,
.cms-privacy-policy .cms-content h4 {
  color: #000;
  margin-bottom: 1rem;
  font-size: 1.6rem;
}
.cms-about-us .cms-content h2,
.cms-delivery-information .cms-content h2,
.cms-returns-refund-policy .cms-content h2,
.cms-terms-conditions .cms-content h2,
.cms-privacy-policy .cms-content h2 {
  color: #000;
  margin-bottom: 1.3rem;
}
.block-brand .item-grid .owl-stage-outer .item {
  width: 190px;
  height: 130px;
  align-items: center;
  display: flex;
  padding: 30px;
  box-sizing: border-box;
}
.block-collapsible-nav .item {
  width: 100%;
  display: block;
}
.account form .fieldset > .legend {
  margin-left: 0;
}
.account form .fieldset > .field .label {
  text-align: left;
}
.newsletter-manage-index .fieldset > .field:before,
.newsletter-manage-index .fieldset > .field:after {
  display: none;
}
.newsletter-manage-index .actions-toolbar {
  margin-left: 0 !important;
}
.page-products .page-main {
  padding: 0;
}
.page-products .page-footer {
  padding-top: 40px;
}
.header-mobile .mobile-top {
  background-color: #fff !important;
}
.header-mobile .mobile-top {
  height: inherit;
  padding-bottom: 15px;
}
.header-mobile .mobile-header-content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-mobile .mobile-menu,
.header-mobile .mobile-cart {
  top: 50%;
  transform: translateY(-50%);
}
.header-mobile .mobile-menu > a span {
  background-color: #21CDC8 !important;
}
.minicart-mobile .minicart-wrapper .action.showcart:before {
  color: #21CDC8 !important;
}
.header-mobile .mobile-logo img {
  width: 95px;
}
@media (max-width: 767px) {
  .cms-index-index .title-block-1 .block-home.policy-shop {
    padding-top: 40px;
    padding-bottom: 10px;
  }
  .title-block-1 .block-home.policy-shop .col-lg-3.col-sm-6.col-xs-12 {
    width: 50%;
  }
}
.sm_megamenu_head_item .sm_megamenu_title .sm_megamenu_title p.sm_megamenu_nodrop.title-cat {
  display: none;
}
.policy-shop .item .info h3,
.title-block-1 .block-home .block-title strong,
.column.main .block .block-title strong,
.block-footer .block-footer-title,
.block-search.search-pro .form.minisearch .field.search .searchbox-cat,
.block-search.search-pro .form.minisearch .field.search .input-text,
.page-title,
.opc-block-summary > .title {
  color: #17436D !important;
}
.block-search.search-pro .form.minisearch .field.search .input-text::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #17436D !important;
  opacity: 1;
  /* Firefox */
}
.block-search.search-pro .form.minisearch .field.search .input-text:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #17436D !important;
}
.block-search.search-pro .form.minisearch .field.search .input-text::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #17436D !important;
}
.block.block-compare {
  display: none;
}
.product-info-main .product-addto-links .action.tocompare {
  display: none;
}
body.checkout-index-index .opc-wrapper .fieldset > .field > .label {
  width: 100%;
  text-align: left;
  margin: 0 0 8px;
  display: inline-block;
  padding: 0;
  font-weight: 600;
  color: #222;
}
.checkout-onepage-success .page-title-wrapper .page-title {
  display: none;
}
.checkout-onepage-success .page-title-wrapper a.action.print {
  background: #23cdc8;
  padding: 7px 14px;
  box-sizing: border-box;
  border-radius: 2px;
  position: relative;
  z-index: 9;
  color: #000;
}
.checkout-onepage-success .page-title-wrapper a.action.print:hover {
  color: #000;
}
.checkout-desc p > span {
  color: #000;
}
.checkout-onepage-success div#registration p {
  font-size: 18px;
}
.checkout-onepage-success div#registration p > span {
  color: #000;
}
.checkout-onepage-success div#registration a.action.primary {
  background: #23cdc8;
  color: #000;
  padding: 13px 26px;
  border-radius: 10px;
  margin-top: 0px;
  display: inline-block;
  text-decoration: none;
}
.checkout-onepage-success div#registration {
  text-align: center;
  margin-bottom: 30px;
}
.rocket {
  position: absolute;
  left: 50%;
  animation: fly 4s 0.3s ease-in;
  transform: translateX(-50%);
  width: 15%;
  animation-iteration-count: infinite;
}
@keyframes fly {
  0% {
    bottom: -100%;
  }
  100% {
    bottom: 100%;
  }
}
.checkout-success .actions-toolbar a.action {
  background: #23cdc8;
  color: #000;
  padding: 13px 26px;
  border-radius: 10px;
  margin-top: 0px;
  display: inline-block;
  text-decoration: none;
}
.checkout-success {
  text-align: center;
  position: relative;
  margin-top: 30px;
}
.checkout-onepage-success .checkout-success > .page-title-wrapper h1.page-title {
  display: block !important;
}
.checkout-success .actions-toolbar {
  text-align: center;
}
.checkout-success .page-title-wrapper h1.page-title {
  font-size: 30px;
}
.checkout-desc {
  margin: 70px 0 30px;
  text-align: center;
}
.checkout-success .actions-toolbar {
  text-align: center;
}
.checkout-success .actions-toolbar .primary {
  float: none;
  margin-bottom: 30px;
}
.checkout-desc p {
  font-size: 18px;
}
.order-success-container {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
.check-container {
  width: 6.25rem;
  height: 7.5rem;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: space-between;
}
.check-container .check-background {
  min-width: 126px;
  min-height: 126px;
  max-width: 126px;
  max-height: 126px;
  background: #23cdc8;
  box-shadow: 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset;
  transform: scale(0.84);
  border-radius: 50%;
  animation: animateContainer 0.75s ease-out forwards 0.75s;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}
.check-container .check-background svg {
  width: 65%;
  transform: translateY(0.25rem);
  stroke-dasharray: 80;
  stroke-dashoffset: 80;
  animation: animateCheck 0.35s forwards 1.25s ease-out;
}
.check-container .check-shadow {
  bottom: calc(-20%);
  left: 0;
  border-radius: 50%;
  background: radial-gradient(closest-side, #49da83, transparent);
  animation: animateShadow 0.75s ease-out forwards 0.75s;
}
@keyframes animateContainer {
  0% {
    opacity: 0;
    transform: scale(0);
    box-shadow: 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset;
  }
  25% {
    opacity: 1;
    transform: scale(0.9);
    box-shadow: 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset;
  }
  43.75% {
    transform: scale(1.15);
    box-shadow: 0px 0px 0px 43.334px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset;
  }
  62.5% {
    transform: scale(1);
    box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 21.667px rgba(255, 255, 255, 0.25) inset;
  }
  81.25% {
    box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset;
  }
  100% {
    opacity: 1;
    box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset;
  }
}
@keyframes animateCheck {
  from {
    stroke-dashoffset: 80;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes animateShadow {
  0% {
    opacity: 0;
    width: 100%;
    height: 15%;
  }
  25% {
    opacity: 0.25;
  }
  43.75% {
    width: 40%;
    height: 7%;
    opacity: 0.35;
  }
  100% {
    width: 85%;
    height: 15%;
    opacity: 0.25;
  }
}
@media (max-width: 767px) {
  .checkout-onepage-success .checkout-success > .page-title-wrapper h1.page-title {
    margin-left: 0;
    font-size: 22px;
  }
  .checkout-desc p {
    font-size: 16px;
    padding: 0 10px;
  }
  .check-container .check-background {
    width: 85px;
    height: 85px;
    min-width: 85px;
    max-height: 85px;
    min-height: 85px;
  }
  .check-container .check-background svg {
    width: 40%;
  }
  .checkout-desc {
    margin: 30px 0 30px;
  }
  .checkout-success .actions-toolbar a.action {
    width: auto;
  }
}
.block-search .form.minisearch .search-autocomplete.three-columns.one-result {
  width: 100% !important;
}
.search-autocomplete div.qs-heading {
  background: #23cdc8 !important;
}
.block-search .control .view-all-result {
  color: #000;
}
.search-autocomplete ul li a:hover {
  color: #21CDC8 !important;
}
.block-search .form.minisearch .field.search .input-text {
  background: #fff;
}
.block-search .form.minisearch .field.search,
.block-search .form.minisearch {
  background: transparent;
}
.search-autocomplete.three-columns .product-search-items-box {
  width: 100% !important;
  max-height: 300px;
  overflow: auto;
}
.cms-index-index .products-grid .product-item-info .product-item-details .product-item-actions {
  z-index: 3;
}
.page-print .logo {
  display: block;
  float: none;
  text-align: left;
}
@media print {
  * {
    -webkit-filter: none !important;
    background: transparent !important;
    color: #000000 !important;
    filter: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline !important;
  }
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  .table-wrapper table {
    width: 100%;
    table-layout: fixed;
  }
  .table-wrapper table td {
    width: auto;
  }
  .table-wrapper table > tfoot > tr:first-child {
    border-top: 1px solid #999999;
  }
  .box,
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 1cm;
  }
  .block-content,
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  .block-content {
    page-break-before: avoid;
  }
  .block-title,
  h2,
  h3 {
    page-break-after: avoid;
  }
  .nav-toggle {
    display: none !important;
  }
  .sidebar,
  .nav-sections,
  .header.content > *[class],
  .panel.wrapper > *[class],
  .footer.content > *[class] {
    display: none;
  }
  .logo,
  .footer .copyright {
    display: block !important;
    margin: 10px 0;
  }
  .order-details-items .order-items .order-gift-message:not(.expanded-content) {
    height: auto;
    visibility: visible;
  }
  .column.main {
    float: none !important;
    width: 100% !important;
  }
  .breadcrumbs {
    margin: 0 auto;
    text-align: right;
  }
  .footer.content {
    padding: 0;
  }
  .hidden-print {
    display: none !important;
  }
}
