/* space */
/* end space */
/* font-weight */
/* Static color */
/*calculate YIQ and return text color follow Background*/
.notify-layout-inner,
.toast-inner, .toast-products-image .toast-products-image-inner, .toast-products-image .toast-products-image-inner > a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.toast.product-noti-popup > .toast-inner:hover .toast-header-button {
  opacity: 1; }

.toast.product-noti-popup .toast-header-button {
  opacity: 0; }

.toast.product-noti-popup .toast-header-button {
  -moz-transition: all 0.35s ease-in-out 0s;
  -o-transition: all 0.35s ease-in-out 0s;
  -webkit-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s; }

.toast.product-noti-popup.toast-img-margin {
  -webkit-box-shadow: 0 0 0 white;
  -ms-transform: 0 0 0 white;
  -o-transform: 0 0 0 white;
  box-shadow: 0 0 0 white; }

.toast.product-noti-popup {
  border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  -webkit-border-radius: 0 0 0 0; }

@keyframes fadeCustom {
  from {
    opacity: 0;
    /*    transform: scale(0.5);*/ }

  to {
    opacity: 1;
    transform: scale(1); } }

@keyframes fade-Custom {
  from {
    opacity: 0;
    transform: scale(0.5); }

  to {
    opacity: 1;
    transform: scale(1); } }

@keyframes fade-Custom-mobile {
  from {
    opacity: 0;
    transform: scale(1);
    -webkit-transform: translate(0, 350px);
    -ms-transform: translate(0, 350px);
    -o-transform: translate(0, 350px);
    transform: translate(0, 350px); }

  to {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); } }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px); }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px); }

  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes moveFromLeft {
  from {
    left: -9000px; }

  to {
    left: 0; } }

@keyframes moveFromRight {
  from {
    right: -9000px; }

  to {
    right: 0; } }

@keyframes moveFromTop {
  from {
    top: -5000px; }

  to {
    top: 0; } }

@keyframes moveFromBottom {
  from {
    bottom: -5000px; }

  to {
    bottom: 0; } }

@-webkit-keyframes moveFromLeft {
  from {
    left: -9000px; }

  to {
    left: 0; } }

@-webkit-keyframes moveFromRight {
  from {
    right: -9000px; }

  to {
    right: 0; } }

@-webkit-keyframes moveFromTop {
  from {
    top: -5000px; }

  to {
    top: 0; } }

@-webkit-keyframes moveFromBottom {
  from {
    bottom: -5000px; }

  to {
    bottom: 0; } }

@keyframes slidenavAnimation {
  from {
    margin-top: -30px;
    opacity: 0; }

  to {
    margin-top: 0;
    opacity: 1; } }

@-webkit-keyframes slidenavAnimation {
  from {
    margin-top: -30px;
    opacity: 0; }

  to {
    margin-top: 0;
    opacity: 1; } }

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

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

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

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@-webkit-keyframes hvr-icon-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px); }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }

@keyframes hvr-icon-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px); }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }

@-webkit-keyframes hvr-icon-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px); } }

@keyframes hvr-icon-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px); } }

@-webkit-keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }

  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); } }

@keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }

  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); } }

/* animations wobble horizontal */
@-webkit-keyframes hvr-icon-wobble-horizontal {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px); }

  78% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px); }

  79% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px); }

  83% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px); }

  87% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px); }

  91% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px); }

  96% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px); }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes hvr-icon-wobble-horizontal {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px); }

  78% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px); }

  79% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px); }

  83% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px); }

  87% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px); }

  91% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px); }

  96% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px); }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes translateY-display {
  0% {
    opacity: 0;
    transform: translateY(50%); }

  100% {
    opacity: 1;
    transform: translateY(0%); } }

@keyframes translateY-display--reversed {
  0% {
    display: inline-flex;
    opacity: 1;
    transform: translateY(0%); }

  99% {
    display: inline-flex;
    opacity: 0;
    transform: translateY(50%); }

  100% {
    display: none;
    opacity: 0;
    transform: translateY(50%); } }

@keyframes move {
  0% {
    background-position: 0px 0px; }

  100% {
    background-position: 40px 0px; } }

@keyframes scroll-left {
  0% {
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }

  100% {
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

@-webkit-keyframes box-shadow-animation {
  50% {
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.2); }

  62% {
    box-shadow: 0 0 0 9px white; }

  75% {
    box-shadow: 0 0 0 11px rgba(255, 255, 255, 0.3); }

  100% {
    box-shadow: 0 0 0 13px rgba(255, 255, 255, 0); } }

@-moz-keyframes box-shadow-animation {
  50% {
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.2); }

  62% {
    box-shadow: 0 0 0 9px white; }

  75% {
    box-shadow: 0 0 0 11px rgba(255, 255, 255, 0.3); }

  100% {
    box-shadow: 0 0 0 13px rgba(255, 255, 255, 0); } }

@-ms-keyframes box-shadow-animation {
  50% {
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.2); }

  62% {
    box-shadow: 0 0 0 9px white; }

  75% {
    box-shadow: 0 0 0 11px rgba(255, 255, 255, 0.3); }

  100% {
    box-shadow: 0 0 0 13px rgba(255, 255, 255, 0); } }

@-o-keyframes box-shadow-animation {
  50% {
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.2); }

  62% {
    box-shadow: 0 0 0 9px white; }

  75% {
    box-shadow: 0 0 0 11px rgba(255, 255, 255, 0.3); }

  100% {
    box-shadow: 0 0 0 13px rgba(255, 255, 255, 0); } }

@keyframes box-shadow-animation {
  50% {
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.2); }

  62% {
    box-shadow: 0 0 0 9px white; }

  75% {
    box-shadow: 0 0 0 11px rgba(255, 255, 255, 0.3); }

  100% {
    box-shadow: 0 0 0 13px rgba(255, 255, 255, 0); } }

@keyframes gradient {
  0% {
    background-position: 0 0; }

  100% {
    background-position: -200% 0; } }

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }

  10%,20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }

  30%,50%,70%,90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }

  40%,60%,80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }

  10%,20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }

  30%,50%,70%,90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }

  40%,60%,80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s; }

/* Page 404 */
#shopify-section-404-template .page-404 {
  padding: 35px 0 80px; }
  #shopify-section-404-template .page-404 .box-404-text > p:first-child {
    font-weight: 700;
    margin: 0 auto 23px;
    font-size: 36px; }
  #shopify-section-404-template .page-404 .box-404-text > p:last-child {
    margin: 15px 0; }
  #shopify-section-404-template .page-404 .box-404-text .image img {
    width: auto; }
  #shopify-section-404-template .page-404 .box-404-text .search-404 {
    width: 50%;
    margin: 0 auto;
    position: relative;
    line-height: 2.5;
    padding: 15px 0; }
    @media (max-width: 767px) {
      #shopify-section-404-template .page-404 .box-404-text .search-404 {
        width: 100%; } }
    #shopify-section-404-template .page-404 .box-404-text .search-404 form {
      display: flex;
      max-width: 500px;
      margin: auto;
      position: relative; }
      #shopify-section-404-template .page-404 .box-404-text .search-404 form input {
        max-width: 500px;
        margin: auto;
        border: 1px solid #e1e1e1;
        height: 42px;
        padding: 10px 55px 10px 10px; }
      #shopify-section-404-template .page-404 .box-404-text .search-404 form button {
        position: absolute;
        display: block;
        right: 0; }

.btn-rounded .page-404 form input {
  border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -webkit-border-radius: 4px 4px 4px 4px; }

.page-product.layout-product-gallery #product-main {
  width: 100%; }
@media (min-width: 992px) {
  .page-product.layout-product-gallery .product-content-wrapper {
    display: flex; }
    .page-product.layout-product-gallery .product-content-wrapper #product-info {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
      flex: 0 0 30%;
      max-width: 30%;
      padding-left: 0;
      padding-right: 30px; }
    .page-product.layout-product-gallery .product-content-wrapper #product-image {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
      flex: 0 0 40%;
      max-width: 40%; }
    .page-product.layout-product-gallery .product-content-wrapper #product-form {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
      flex: 0 0 30%;
      max-width: 30%;
      padding-left: 30px; } }
@media (min-width: 992px) and (max-width: 1439px) {
  .page-product.layout-product-gallery .product-content-wrapper .product-simple-tab .nav-tabs .nav-item:not(:last-child) {
    padding-right: 15px; } }
.page-product.layout-product-gallery .product-content-wrapper .product-info h1[itemprop="name"] {
  padding-bottom: 10px; }
.page-product.layout-product-gallery .product-content-wrapper .product-info .short-description {
  border-top: 1px solid #e1e1e1;
  padding-top: 20px; }
.page-product.layout-product-gallery .product-content-wrapper .product-info .product-price {
  padding: 0 0 16px 0; }
  @media (max-width: 767px) {
    .page-product.layout-product-gallery .product-content-wrapper .product-info .product-price {
      padding-bottom: 8px; } }
.page-product.layout-product-gallery .product-content-wrapper .product-image {
  padding-bottom: 10px; }
  @media (min-width: 768px) {
    .page-product.layout-product-gallery .product-content-wrapper .product-image .item {
      margin-bottom: 20px; } }
.page-product.layout-product-gallery .product-content-wrapper #product-form .swatch {
  margin: 0; }
  .page-product.layout-product-gallery .product-content-wrapper #product-form .swatch .header {
    text-transform: uppercase;
    font-weight: 600; }
.page-product.layout-product-gallery .product-content-wrapper #product-form .swatch[data-value*="size"] .swatch-element input:checked + label {
  background: #428bca;
  color: white; }
.page-product.layout-product-gallery .product-content-wrapper #product-form .stock-variant {
  padding-bottom: 8px; }
.page-product.layout-product-gallery .product-content-wrapper #product-form .variants-wrapper > div label {
  text-transform: uppercase;
  font-weight: 600; }
.page-product.layout-product-gallery .product-content-wrapper #product-form .wrap-quantity-add-cart li {
  list-style: none; }
.page-product.layout-product-gallery .product-content-wrapper #product-form .wrap-quantity-add-cart .quantity-product label {
  display: block;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
  padding-bottom: 12px; }
.page-product.layout-product-gallery .product-content-wrapper #product-form .wrap-quantity-add-cart .action-button button {
  width: 100%; }
.page-product.layout-product-gallery .product-content-wrapper #product-form .product-sub-action li {
  padding-bottom: 12px; }
.page-product.layout-product-gallery .product-content-wrapper #product-form .product-sub-action a {
  text-decoration: underline;
  font-weight: 600; }
  .page-product.layout-product-gallery .product-content-wrapper #product-form .product-sub-action a i {
    display: none; }
.page-product.layout-product-gallery .product-content-wrapper #product-form .product-sub-action .shipping-time {
  padding-top: 20px; }
.page-product.layout-product-gallery .product-content-wrapper #product-form .product-sub-action .deadline .countdown_deadline {
  display: inline-block;
  padding-left: 10px; }
  .page-product.layout-product-gallery .product-content-wrapper #product-form .product-sub-action .deadline .countdown_deadline span {
    font-weight: 600;
    font-size: 18px;
    color: #428bca;
    padding: 0 1px; }
  .page-product.layout-product-gallery .product-content-wrapper #product-form .product-sub-action .deadline .countdown_deadline .text-date {
    padding-left: 3px; }
  .page-product.layout-product-gallery .product-content-wrapper #product-form .product-sub-action .deadline .countdown_deadline > span:not(:last-child) .date-number + .text-date:after {
    content: ":";
    padding-left: 5px; }
.page-product.layout-product-gallery .product-content-wrapper .product-info, .page-product.layout-product-gallery .product-content-wrapper #product-form {
  padding-bottom: 30px; }
  @media (max-width: 767px) {
    .page-product.layout-product-gallery .product-content-wrapper .product-info, .page-product.layout-product-gallery .product-content-wrapper #product-form {
      padding-bottom: 10px; } }
  @media (min-width: 1025px) {
    .page-product.layout-product-gallery .product-content-wrapper .product-info.block-sticked > div, .page-product.layout-product-gallery .product-content-wrapper #product-form.block-sticked > div {
      position: sticky;
      top: 0; }
    .page-product.layout-product-gallery .product-content-wrapper .product-info.has-h-sticked > div, .page-product.layout-product-gallery .product-content-wrapper #product-form.has-h-sticked > div {
      top: 50px;
      padding-top: 50px; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .qty-style-1 .layout-product-gallery .wrap-quantity-add-cart {
    display: block; }
    .qty-style-1 .layout-product-gallery .wrap-quantity-add-cart .quantity-product {
      padding-bottom: 0; }
    .qty-style-1 .layout-product-gallery .wrap-quantity-add-cart .action-button {
      padding-top: 20px; } }

@media (max-width: 1024px) and (min-width: 768px) {
  .page-product.product-gallery-v2 .product-image .slick-gallery-image {
    margin-left: -7.5px;
    margin-right: -7.5px; } }
.page-product.product-gallery-v2 .product-image .slick-gallery-image .item {
  padding-bottom: 30px; }
  @media (max-width: 1024px) and (min-width: 768px) {
    .page-product.product-gallery-v2 .product-image .slick-gallery-image .item {
      padding-bottom: 15px;
      padding-left: 7.5px;
      padding-right: 7.5px; } }
.page-product.product-gallery-v2 .product-info .product-info-inner .product-info-tags .product-sku-collection {
  padding-top: 8px;
  padding-bottom: 16px; }
  .page-product.product-gallery-v2 .product-info .product-info-inner .product-info-tags .product-sku-collection li:not(:last-child) {
    padding-bottom: 16px; }
.page-product.product-gallery-v2 .product-info .group-cw .swatch {
  position: relative; }
  .page-product.product-gallery-v2 .product-info .group-cw .swatch .size-chart {
    font-size: 17px;
    text-align: right;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0; }
.page-product.product-gallery-v2 .product-info .short-description {
  padding-bottom: 16px; }
.page-product.product-gallery-v2 .product-info .people-in-cart {
  padding-top: 0; }
.page-product.product-gallery-v2 .product-info .banner-image {
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 20px; }
.page-product.product-gallery-v2 .product-simple-tab .nav-ver-2 > li {
  border: 1px solid #e1e1e1; }
  .page-product.product-gallery-v2 .product-simple-tab .nav-ver-2 > li:not(:last-child) {
    margin-bottom: 25px; }
.page-product.product-gallery-v2 .product-simple-tab .nav-ver-2 li a {
  padding: 20px;
  text-transform: uppercase;
  font-weight: 600; }
  .page-product.product-gallery-v2 .product-simple-tab .nav-ver-2 li a i {
    right: 20px;
    width: 27px;
    height: 27px;
    text-align: center;
    font-size: 16px;
    border: 1px solid #e1e1e1;
    border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%; }
.page-product.product-gallery-v2 .product-simple-tab .nav-ver-2 li .tab-content .tab-pane {
  padding: 20px;
  border-top: 1px solid #e1e1e1; }
.page-product.product-gallery-v2 #tab-review {
  padding-bottom: 30px; }
  .page-product.product-gallery-v2 #tab-review .jdgm-form.jdgm-form .jdgm-form__name-fieldset, .page-product.product-gallery-v2 #tab-review .jdgm-form.jdgm-form .jdgm-form__email-fieldset,
  .page-product.product-gallery-v2 #tab-review .jdgm-form.jdgm-form .jdgm-form__rating-fieldset, .page-product.product-gallery-v2 #tab-review .jdgm-form.jdgm-form .jdgm-form__title-fieldset,
  .page-product.product-gallery-v2 #tab-review .jdgm-form.jdgm-form .jdgm-form__body-fieldset {
    padding-top: 10px; }

.qty-style-1 .page-product.product-gallery-v2 .wrap-quantity-add-cart {
  display: block; }

.page-product.product-gallery-v2 .product-info .product-info-inner .product-info-tags .product-sku-collection li > span, .page-product.product-slider .product-info .product-info-inner .product-info-tags .product-sku-collection li > span, .page-product.product-simple-v2 .product-info .product-info-inner .product-info-tags .product-sku-collection li > span {
  text-transform: capitalize; }
  .page-product.product-gallery-v2 .product-info .product-info-inner .product-info-tags .product-sku-collection li > span > a, .page-product.product-slider .product-info .product-info-inner .product-info-tags .product-sku-collection li > span > a, .page-product.product-simple-v2 .product-info .product-info-inner .product-info-tags .product-sku-collection li > span > a {
    font-weight: 300; }
.page-product.product-gallery-v2 .product-info .product-info-inner .product-info-tags .product-sku-collection li > span:first-child, .page-product.product-slider .product-info .product-info-inner .product-info-tags .product-sku-collection li > span:first-child, .page-product.product-simple-v2 .product-info .product-info-inner .product-info-tags .product-sku-collection li > span:first-child {
  font-weight: 500; }
.page-product.product-gallery-v2 .product-info .product-info-inner .product-info-tags .product-sku-collection li > span:not(:first-child), .page-product.product-slider .product-info .product-info-inner .product-info-tags .product-sku-collection li > span:not(:first-child), .page-product.product-simple-v2 .product-info .product-info-inner .product-info-tags .product-sku-collection li > span:not(:first-child) {
  font-weight: 300; }
.page-product.product-gallery-v2 .product-info .product-info-inner .product-info-tags .product-sku-collection li > a span, .page-product.product-slider .product-info .product-info-inner .product-info-tags .product-sku-collection li > a span, .page-product.product-simple-v2 .product-info .product-info-inner .product-info-tags .product-sku-collection li > a span {
  font-weight: 300; }
.page-product.product-gallery-v2 .product-info .product-info-inner .shipping-time, .page-product.product-slider .product-info .product-info-inner .shipping-time, .page-product.product-simple-v2 .product-info .product-info-inner .shipping-time {
  padding: 0; }
  .page-product.product-gallery-v2 .product-info .product-info-inner .shipping-time li:not(:last-child), .page-product.product-slider .product-info .product-info-inner .shipping-time li:not(:last-child), .page-product.product-simple-v2 .product-info .product-info-inner .shipping-time li:not(:last-child) {
    padding-bottom: 15px; }
.page-product.product-gallery-v2 .product-info .action-button .d-flex > div, .page-product.product-slider .product-info .action-button .d-flex > div, .page-product.product-simple-v2 .product-info .action-button .d-flex > div {
  flex: 1; }
.page-product.product-gallery-v2 .product-info .action-button .d-flex .btn-wishlist-wrap, .page-product.product-slider .product-info .action-button .d-flex .btn-wishlist-wrap, .page-product.product-simple-v2 .product-info .action-button .d-flex .btn-wishlist-wrap {
  margin-left: 20px; }
  .page-product.product-gallery-v2 .product-info .action-button .d-flex .btn-wishlist-wrap a, .page-product.product-slider .product-info .action-button .d-flex .btn-wishlist-wrap a, .page-product.product-simple-v2 .product-info .action-button .d-flex .btn-wishlist-wrap a {
    width: 100%;
    text-align: center; }
    @media (max-width: 355px) {
      .page-product.product-gallery-v2 .product-info .action-button .d-flex .btn-wishlist-wrap a, .page-product.product-slider .product-info .action-button .d-flex .btn-wishlist-wrap a, .page-product.product-simple-v2 .product-info .action-button .d-flex .btn-wishlist-wrap a {
        padding: 6px;
        font-size: 13px; } }
.page-product.product-gallery-v2 .product-info .quantity-product > label, .page-product.product-slider .product-info .quantity-product > label, .page-product.product-simple-v2 .product-info .quantity-product > label {
  font-weight: 500; }
.page-product.product-gallery-v2 .product-info .deal-text, .page-product.product-slider .product-info .deal-text, .page-product.product-simple-v2 .product-info .deal-text {
  font-weight: 500; }
.page-product.product-gallery-v2 .product-info .swatch .header, .page-product.product-slider .product-info .swatch .header, .page-product.product-simple-v2 .product-info .swatch .header {
  font-weight: 500; }
.page-product.product-gallery-v2 .product-info .pre-order, .page-product.product-slider .product-info .pre-order, .page-product.product-simple-v2 .product-info .pre-order {
  display: block; }
.page-product.product-gallery-v2 .product-info .product-price, .page-product.product-slider .product-info .product-price, .page-product.product-simple-v2 .product-info .product-price {
  padding-bottom: 16px; }

.page-product.product-slider .product-content-wrapper #product-image {
  width: 100%;
  display: block; }
.page-product.product-slider .product-content-wrapper #product-info {
  display: block;
  width: 50%;
  margin: 0 auto;
  text-align: center; }
  @media (max-width: 991px) {
    .page-product.product-slider .product-content-wrapper #product-info {
      width: 85%; } }
  @media (max-width: 767px) {
    .page-product.product-slider .product-content-wrapper #product-info {
      width: 100%; } }
  .page-product.product-slider .product-content-wrapper #product-info h1[itemprop="name"] {
    text-align: center;
    padding-top: 30px; }
  .page-product.product-slider .product-content-wrapper #product-info .product-price {
    justify-content: center; }
  .page-product.product-slider .product-content-wrapper #product-info .swatch {
    padding-bottom: 16px; }
    .page-product.product-slider .product-content-wrapper #product-info .swatch .swatch-element {
      float: none; }
    .page-product.product-slider .product-content-wrapper #product-info .swatch > div:nth-last-of-type(1) {
      margin-right: 0; }
  .page-product.product-slider .product-content-wrapper #product-info .qty-wrapper {
    margin: 0 auto; }
  .page-product.product-slider .product-content-wrapper #product-info .people-in-cart {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center; }
  .page-product.product-slider .product-content-wrapper #product-info .block-countdown.style-2 .wrapper-countdown > div, .page-product.product-slider .product-content-wrapper #product-info .block-countdown.style-3 .wrapper-countdown > div, .page-product.product-slider .product-content-wrapper #product-info .block-countdown.style-4 .wrapper-countdown > div, .page-product.product-slider .product-content-wrapper #product-info .block-countdown.style-5 .wrapper-countdown > div {
    justify-content: center; }
    .page-product.product-slider .product-content-wrapper #product-info .block-countdown.style-2 .wrapper-countdown > div > span:last-child, .page-product.product-slider .product-content-wrapper #product-info .block-countdown.style-3 .wrapper-countdown > div > span:last-child, .page-product.product-slider .product-content-wrapper #product-info .block-countdown.style-4 .wrapper-countdown > div > span:last-child, .page-product.product-slider .product-content-wrapper #product-info .block-countdown.style-5 .wrapper-countdown > div > span:last-child {
      margin-right: 0; }
  .page-product.product-slider .product-content-wrapper #product-info .block-countdown .wrapper-countdown {
    padding-bottom: 16px; }
  .page-product.product-slider .product-content-wrapper #product-info .product-info-tags {
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 8px; }
  .page-product.product-slider .product-content-wrapper #product-info .product-sku-collection {
    padding-bottom: 0; }
    .page-product.product-slider .product-content-wrapper #product-info .product-sku-collection li {
      display: inline-block;
      padding-right: 30px;
      padding-bottom: 16px; }
      .page-product.product-slider .product-content-wrapper #product-info .product-sku-collection li:last-child {
        padding-right: 0; }
.page-product.product-slider .product-simple-tab {
  padding-bottom: 60px; }
  .page-product.product-slider .product-simple-tab .nav-tabs {
    justify-content: center;
    overflow-y: hidden; }
    .page-product.product-slider .product-simple-tab .nav-tabs .nav-item {
      padding-right: 0; }
      .page-product.product-slider .product-simple-tab .nav-tabs .nav-item .nav-link {
        text-transform: capitalize;
        padding: 20px 40px;
        border-radius: 0px 0px 0px 0px;
        -moz-border-radius: 0px 0px 0px 0px;
        -webkit-border-radius: 0px 0px 0px 0px; }
        @media (max-width: 767px) {
          .page-product.product-slider .product-simple-tab .nav-tabs .nav-item .nav-link {
            padding: 10px 15px; } }
        .page-product.product-slider .product-simple-tab .nav-tabs .nav-item .nav-link.active {
          border: 0;
          font-weight: 300;
          padding: 20px 40px;
          background: #333333;
          color: white; }
          @media (max-width: 767px) {
            .page-product.product-slider .product-simple-tab .nav-tabs .nav-item .nav-link.active {
              padding: 10px 15px; } }
  .page-product.product-slider .product-simple-tab .tab-content {
    padding-top: 20px; }
    .page-product.product-slider .product-simple-tab .tab-content .tab-pane {
      padding: 20px;
      border: 1px solid #e1e1e1; }
.page-product.product-slider .owl-nav {
  position: unset; }
  .page-product.product-slider .owl-nav > button {
    position: absolute;
    top: 50%;
    margin-top: -15px; }
  .page-product.product-slider .owl-nav .owl-prev {
    left: -15px; }
  .page-product.product-slider .owl-nav .owl-next {
    right: -15px; }

.qty-style-1 .page-product.product-slider .wrap-quantity-add-cart {
  display: block; }
  .qty-style-1 .page-product.product-slider .wrap-quantity-add-cart .quantity-product {
    margin: 0 auto; }

.qty-style-2 .page-product.product-slider .wrap-quantity-add-cart .item-quantity {
  float: left; }

.page-product.product-simple-v2 .product-content-wrapper {
  margin-left: -15px;
  margin-right: -15px; }
  .page-product.product-simple-v2 .product-content-wrapper #product-image, .page-product.product-simple-v2 .product-content-wrapper #product-info {
    padding: 0 15px; }
    @media (min-width: 992px) {
      .page-product.product-simple-v2 .product-content-wrapper #product-image, .page-product.product-simple-v2 .product-content-wrapper #product-info {
        width: 50%; } }
@media (max-width: 991px) {
  .page-product.product-simple-v2 .product-info .product-info-inner {
    padding-top: 20px; } }
.page-product.product-simple-v2 .product-info .product-info-inner .product-info-tags .product-sku-collection {
  padding-top: 8px;
  padding-bottom: 16px; }
  .page-product.product-simple-v2 .product-info .product-info-inner .product-info-tags .product-sku-collection li:not(:last-child) {
    padding-bottom: 16px; }
.page-product.product-simple-v2 .product-info .group-cw .swatch {
  position: relative; }
  .page-product.product-simple-v2 .product-info .group-cw .swatch .size-chart {
    font-size: 17px;
    text-align: right;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0; }
.page-product.product-simple-v2 .product-info .banner-image {
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 20px; }
.page-product.product-simple-v2 .product-simple-tab .nav-tabs {
  justify-content: center;
  border-bottom: 1px solid #e1e1e1; }
  @media (max-width: 767px) {
    .page-product.product-simple-v2 .product-simple-tab .nav-tabs {
      overflow-y: hidden; } }
  .page-product.product-simple-v2 .product-simple-tab .nav-tabs .nav-link {
    border-bottom: 1px solid transparent !important;
    padding: 8px 0 !important;
    text-transform: capitalize !important; }
    .page-product.product-simple-v2 .product-simple-tab .nav-tabs .nav-link.active {
      border-bottom: 1px solid #333333 !important;
      padding: 8px 0 !important; }

.page-blog {
  padding: 40px 0; }
  .page-blog .page-blog-content .meta-data {
    padding-bottom: 10px; }
    .page-blog .page-blog-content .meta-data a {
      color: #333333;
      font-weight: 600; }
    .page-blog .page-blog-content .meta-data .date {
      color: #888888; }
  .page-blog .page-blog-content .article-title {
    text-transform: capitalize;
    padding-bottom: 15px; }
  .page-blog .page-blog-content .blog-excerpt {
    padding-bottom: 20px;
    color: #888888; }
    .page-blog .page-blog-content .blog-excerpt span {
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -moz-line-clamp: 3;
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical; }
  .page-blog .page-blog-content .info .btn {
    padding: 0;
    border-bottom: 1px solid currentColor;
    line-height: 1.1;
    text-transform: uppercase;
    font-weight: 500; }
    .page-blog .page-blog-content .info .btn:hover {
      color: #428bca; }
  .page-blog .page-blog-content .banner-item .post-image {
    overflow: hidden; }
    .page-blog .page-blog-content .banner-item .post-image img {
      transform: scale(1, 1);
      -moz-transform: scale(1, 1);
      -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      -o-transform: scale(1, 1);
      -moz-transition: 0.35s all ease;
      -o-transition: 0.35s all ease;
      -webkit-transition: 0.35s all ease;
      transition: 0.35s all ease; }
    .page-blog .page-blog-content .banner-item .post-image:hover img {
      transform: scale(1.25, 1.25);
      -moz-transform: scale(1.25, 1.25);
      -webkit-transform: scale(1.25, 1.25);
      -ms-transform: scale(1.25, 1.25);
      -o-transform: scale(1.25, 1.25);
      -moz-transition: 0.35s all ease;
      -o-transition: 0.35s all ease;
      -webkit-transition: 0.35s all ease;
      transition: 0.35s all ease; }
  .page-blog .page-blog-content .banner-item:not(.number-item-1) .post-item-inner .post-content {
    padding-top: 1.7rem;
    padding-bottom: 2.7rem; }
  .page-blog .page-blog-content > div:not(.masonry_blog-template) .banner-item.number-item-1 .post-item-inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e1e1e1; }
    .page-blog .page-blog-content > div:not(.masonry_blog-template) .banner-item.number-item-1 .post-item-inner .post-image {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
      flex: 0 0 45%;
      max-width: 45%; }
    .page-blog .page-blog-content > div:not(.masonry_blog-template) .banner-item.number-item-1 .post-item-inner .post-content {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 55%;
      flex: 0 0 55%;
      max-width: 55%;
      padding-left: 30px; }
  .page-blog .page-blog-content .masonry_blog-template .banner-item {
    padding: 0 15px;
    margin-bottom: 40px; }
    .page-blog .page-blog-content .masonry_blog-template .banner-item.number-item-1 .post-item-inner .post-content {
      padding: 30px; }
      @media (max-width: 479px) {
        .page-blog .page-blog-content .masonry_blog-template .banner-item.number-item-1 .post-item-inner .post-content {
          padding: 15px; } }
  .page-blog .page-blog-content .row > div:last-child .post-item-inner {
    border: none; }
  @media (max-width: 767px) {
    .page-blog .page-blog-content .banner-item.number-item-1 .post-item-inner {
      display: block !important; }
      .page-blog .page-blog-content .banner-item.number-item-1 .post-item-inner .post-image {
        width: 100% !important;
        max-width: 100% !important; }
      .page-blog .page-blog-content .banner-item.number-item-1 .post-item-inner .post-content {
        max-width: 100% !important;
        padding-left: 0 !important;
        padding-top: 2rem; } }
  .page-blog .pagination-holder {
    padding: 0; }
    .page-blog .pagination-holder ul {
      padding-top: 0;
      border: none; }
      .page-blog .pagination-holder ul li {
        display: none; }
      .page-blog .pagination-holder ul li:first-child {
        display: inline-block;
        float: left;
        text-transform: uppercase;
        font-weight: 500; }
        .page-blog .pagination-holder ul li:first-child a:before {
          content: "\e9b1"; }
      .page-blog .pagination-holder ul li:last-child {
        display: inline-block;
        float: right;
        font-weight: 500;
        text-transform: uppercase; }
        .page-blog .pagination-holder ul li:last-child a:before {
          content: "\e9b2"; }
  .page-blog.border-layout .page-blog-content .post-item-inner .post-content {
    border: 1px solid #e1e1e1;
    padding-left: 15px;
    padding-right: 15px; }
  .page-blog.border-layout .page-blog-content .info .btn {
    border-bottom: 0; }

.page-article {
  padding: 60px 0; }
  .page-article .page-article-content .post {
    margin-bottom: 30px; }
  .page-article .page-article-content .article-heading .post-title {
    text-transform: capitalize;
    font-weight: 600;
    padding-bottom: 1rem; }
  .page-article .page-article-content .article-heading .post-author {
    color: #888888;
    padding-bottom: 2rem; }
    .page-article .page-article-content .article-heading .post-author li {
      position: relative; }
    .page-article .page-article-content .article-heading .post-author li:not(:last-child) {
      padding-right: 10px; }
      .page-article .page-article-content .article-heading .post-author li:not(:last-child):after {
        content: "";
        width: 1px;
        height: 14px;
        background: rgba(225, 225, 225, 0.8);
        position: absolute;
        top: 3px;
        margin-left: 5px; }
    .page-article .page-article-content .article-heading .post-author a {
      color: #888888;
      text-transform: uppercase; }
  .page-article .page-article-content .post-content-wrap {
    padding-top: 30px; }
  .page-article .page-article-content .post-excerpt, .page-article .page-article-content .post-description {
    color: #888888; }
  .page-article .page-article-content .article-bottom {
    padding-top: 35px;
    color: rgba(136, 136, 136, 0.5);
    border-bottom: 1px solid currentColor;
    padding-bottom: 0.4rem;
    margin-bottom: 35px; }
    .page-article .page-article-content .article-bottom > div {
      display: inline-block; }
    .page-article .page-article-content .article-bottom .article-tag li {
      text-transform: uppercase;
      color: rgba(136, 136, 136, 0.5);
      height: 40px;
      line-height: 40px; }
    .page-article .page-article-content .article-bottom .article-share {
      float: right; }
      .page-article .page-article-content .article-bottom .article-share #share-post {
        padding: 5px 0;
        position: relative;
        display: block;
        text-align: right; }
  .page-article .page-article-content .social-sharing ul {
    display: flex; }
    .page-article .page-article-content .social-sharing ul li {
      background: #428bca;
      margin-right: 5px;
      text-align: center;
      border-radius: 4px 4px 4px 4px;
      -moz-border-radius: 4px 4px 4px 4px;
      -webkit-border-radius: 4px 4px 4px 4px; }
  .page-article .page-article-content .comment-form h3 {
    font-weight: 400;
    font-size: 30px;
    text-transform: capitalize; }
  .page-article.border-layout .page-article-content .post-content-wrap {
    padding: 30px;
    border: 1px solid #e1e1e1; }
    @media (max-width: 479px) {
      .page-article.border-layout .page-article-content .post-content-wrap {
        padding: 15px; } }

/*sidebar blog*/
#sidebar-blog .sb-widget {
  padding-bottom: 4rem; }
  #sidebar-blog .sb-widget .sb-title {
    padding-bottom: 30px;
    text-transform: inherit;
    font-weight: 600; }
#sidebar-blog .categories-menu li {
  list-style: none;
  text-transform: inherit; }
  #sidebar-blog .categories-menu li a {
    border-bottom: 1px solid transparent; }
  #sidebar-blog .categories-menu li a:hover {
    border-bottom: 1px solid currentColor; }
  #sidebar-blog .categories-menu li > span.icon {
    margin-right: 8px; }
  #sidebar-blog .categories-menu li .expand {
    position: absolute;
    display: block;
    top: 8px;
    right: 0;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    cursor: pointer;
    font-size: 14px; }
    #sidebar-blog .categories-menu li .expand:before {
      content: '\e811';
      font-family: "arenafont";
      font-display: optional;
      display: block; }
  #sidebar-blog .categories-menu li.dropdown.active .dropdown-menu {
    display: block;
    position: relative;
    border: 0;
    background: inherit;
    width: 100%;
    padding: 0; }
    #sidebar-blog .categories-menu li.dropdown.active .dropdown-menu li {
      border: 0; }
#sidebar-blog .categories-menu li:not(:last-child) {
  padding-bottom: 1.2rem; }
#sidebar-blog .post-item-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  padding-bottom: 30px;
  position: relative; }
  #sidebar-blog .post-item-inner .post-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
    padding-right: 10px; }
    #sidebar-blog .post-item-inner .post-image img {
      object-fit: cover;
      font-family: "object-fit: cover"; }
  #sidebar-blog .post-item-inner .post-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
    vertical-align: top;
    padding-top: 5px; }
    #sidebar-blog .post-item-inner .post-content .h6 {
      text-transform: uppercase;
      font-weight: 600; }
      #sidebar-blog .post-item-inner .post-content .h6 a {
        border-bottom: 1px solid transparent; }
        #sidebar-blog .post-item-inner .post-content .h6 a:hover {
          border-bottom: 1px solid currentColor; }
    #sidebar-blog .post-item-inner .post-content .date {
      color: #888888;
      margin-bottom: 0;
      padding-top: 5px;
      font-size: 14px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    #sidebar-blog .post-item-inner {
      display: block; }
      #sidebar-blog .post-item-inner .post-image {
        display: block;
        padding-bottom: 10px;
        width: 100%;
        height: 100%;
        padding-right: 0; }
        #sidebar-blog .post-item-inner .post-image img {
          width: 100%;
          height: 100%; }
      #sidebar-blog .post-item-inner .post-content {
        display: block; } }
#sidebar-blog .sb-tag ul li {
  background: rgba(136, 136, 136, 0.2);
  font-weight: 500;
  padding: 5px 20px;
  margin-right: 2px;
  margin-bottom: 6px;
  -moz-transition: 0.45s all ease;
  -o-transition: 0.45s all ease;
  -webkit-transition: 0.45s all ease;
  transition: 0.45s all ease; }
  #sidebar-blog .sb-tag ul li a {
    color: #888888; }
  #sidebar-blog .sb-tag ul li:hover {
    background: #333333; }
    #sidebar-blog .sb-tag ul li:hover a {
      color: white; }
#sidebar-blog .sb-banner {
  position: relative; }
  #sidebar-blog .sb-banner a {
    position: relative;
    display: block; }
    @media (min-width: 1025px) {
      #sidebar-blog .sb-banner a:after {
        content: '';
        position: absolute;
        display: block;
        left: 10px;
        top: 10px;
        right: 10px;
        bottom: 10px;
        opacity: 0;
        transform: scale(0, 0);
        -moz-transform: scale(0, 0);
        -webkit-transform: scale(0, 0);
        -ms-transform: scale(0, 0);
        -o-transform: scale(0, 0);
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        border: 1px solid rgba(255, 255, 255, 0.5); } }
  #sidebar-blog .sb-banner .text {
    margin: 0;
    font-size: 18px;
    text-align: left;
    padding: 0 20px;
    position: absolute;
    display: block;
    left: 5px;
    top: 0;
    -webkit-transform: translate3d(0px, 45px, 0);
    transform: translate3d(0px, 45px, 0);
    -ms-transform: translate3d(0px, 45px, 0);
    -o-transform: translate3d(0px, 45px, 0);
    opacity: 0.8;
    -moz-transition: all 0.35s ease 0s;
    -o-transition: all 0.35s ease 0s;
    -webkit-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s; }
  #sidebar-blog .sb-banner .btn {
    padding: 2px 13px;
    text-transform: uppercase;
    text-align: center;
    position: absolute;
    display: block;
    left: 25px;
    bottom: 0;
    -webkit-transform: translate3d(0px, 0px, 0);
    transform: translate3d(0px, 0px, 0);
    -ms-transform: translate3d(0px, 0px, 0);
    -o-transform: translate3d(0px, 0px, 0);
    opacity: 0; }
  @media (min-width: 1025px) {
    #sidebar-blog .sb-banner:hover > a:after {
      opacity: 1;
      transform: scale(1, 1);
      -moz-transform: scale(1, 1);
      -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      -o-transform: scale(1, 1); } }
  #sidebar-blog .sb-banner:hover .text {
    -webkit-transform: translate3d(0px, 25px, 0);
    transform: translate3d(0px, 25px, 0);
    -ms-transform: translate3d(0px, 25px, 0);
    -o-transform: translate3d(0px, 25px, 0);
    opacity: 1; }
  #sidebar-blog .sb-banner:hover .btn {
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
    -ms-transform: translate3d(0px, 0, 0);
    -o-transform: translate3d(0px, 0, 0);
    opacity: 1;
    bottom: 25px; }

.border-layout #sidebar-blog .sb-menu {
  padding: 25px;
  border: 1px solid #e1e1e1;
  border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  -webkit-border-radius: 2px 2px 2px 2px; }
.border-layout #sidebar-blog .sb-widget .sb-title {
  padding-bottom: 20px; }
.border-layout #sidebar-blog .categories-menu li {
  padding: 5px 0;
  list-style: none;
  border-bottom: 1px solid #e1e1e1; }
  .border-layout #sidebar-blog .categories-menu li a {
    border-bottom: 0; }
    .border-layout #sidebar-blog .categories-menu li a:hover {
      color: #428bca; }
  .border-layout #sidebar-blog .categories-menu li .expand {
    border: 1px solid #e1e1e1;
    font-size: 10px; }
.border-layout #sidebar-blog .categories-menu li:last-child {
  border-bottom: none; }

.page-vendor {
  padding: 30px 0; }
  .page-vendor .vendor-content {
    column-count: 5;
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-gap: 0;
    position: relative;
    margin: 0 -15px; }
    @media (max-width: 991px) {
      .page-vendor .vendor-content {
        column-count: 3;
        -webkit-column-count: 3;
        -moz-column-count: 3; } }
    @media (max-width: 767px) {
      .page-vendor .vendor-content {
        column-count: 2;
        -webkit-column-count: 2;
        -moz-column-count: 2; } }
    .page-vendor .vendor-content > div {
      width: 100%;
      padding: 10px 15px; }
    .page-vendor .vendor-content .vendor-group > p[id*=v-] {
      border-top: 1px solid rgba(66, 139, 202, 0.4);
      padding: 15px 0;
      font-weight: 700; }
    .page-vendor .vendor-content .vendor-group p {
      margin: 0;
      padding-bottom: 8px; }

#shopify-section-page-vendor-v2-template .page-content {
  padding: 15px 20px;
  border: 2px solid #428bca;
  margin: 0 0 20px; }
#shopify-section-page-vendor-v2-template .vendor-banner {
  margin-bottom: 30px; }
  #shopify-section-page-vendor-v2-template .vendor-banner .wpb_wrapper {
    position: relative; }
    #shopify-section-page-vendor-v2-template .vendor-banner .wpb_wrapper:after {
      content: '';
      border-width: 1px;
      border-style: solid;
      opacity: 0;
      transform: scale(0, 0);
      -moz-transform: scale(0, 0);
      -webkit-transform: scale(0, 0);
      -ms-transform: scale(0, 0);
      -o-transform: scale(0, 0);
      -moz-transition: all 0.35s ease-in-out 0s;
      -o-transition: all 0.35s ease-in-out 0s;
      -webkit-transition: all 0.35s ease-in-out 0s;
      transition: all 0.35s ease-in-out 0s;
      position: absolute;
      display: block;
      left: 30px;
      top: 30px;
      right: 30px;
      bottom: 30px; }
    #shopify-section-page-vendor-v2-template .vendor-banner .wpb_wrapper img {
      width: 100%; }
    #shopify-section-page-vendor-v2-template .vendor-banner .wpb_wrapper .wrap-text {
      position: absolute;
      display: block;
      left: 0;
      top: 50%;
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      -o-transform: translate(0, -50%);
      transform: translate(0, -50%);
      font-family: Open Sans, "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
      padding: 5%;
      z-index: 1; }
      #shopify-section-page-vendor-v2-template .vendor-banner .wpb_wrapper .wrap-text .heading {
        font-size: 36px;
        font-weight: 200;
        margin: 0 0 20px;
        display: block; }
        @media (max-width: 767px) {
          #shopify-section-page-vendor-v2-template .vendor-banner .wpb_wrapper .wrap-text .heading {
            margin-bottom: 0; } }
      #shopify-section-page-vendor-v2-template .vendor-banner .wpb_wrapper .wrap-text .caption {
        font-size: 19px;
        margin: 0; }
        @media (max-width: 479px) {
          #shopify-section-page-vendor-v2-template .vendor-banner .wpb_wrapper .wrap-text .caption {
            display: none; } }
      @media (min-width: 1025px) {
        #shopify-section-page-vendor-v2-template .vendor-banner .wpb_wrapper .wrap-text .btn {
          opacity: 0;
          transform: scale(0, 0);
          -moz-transform: scale(0, 0);
          -webkit-transform: scale(0, 0);
          -ms-transform: scale(0, 0);
          -o-transform: scale(0, 0); } }
      @media (max-width: 1024px) and (min-width: 768px) {
        #shopify-section-page-vendor-v2-template .vendor-banner .wpb_wrapper .wrap-text .btn {
          margin-top: 20px; } }
      @media (max-width: 767px) {
        #shopify-section-page-vendor-v2-template .vendor-banner .wpb_wrapper .wrap-text .btn {
          margin-top: 2%; } }
    @media (min-width: 1025px) {
      #shopify-section-page-vendor-v2-template .vendor-banner .wpb_wrapper:hover:after {
        opacity: 1;
        transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1); }
      #shopify-section-page-vendor-v2-template .vendor-banner .wpb_wrapper:hover .wrap-text .btn {
        margin-top: 5%;
        opacity: 1;
        transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1); } }
#shopify-section-page-vendor-v2-template .vendor-stores .row {
  position: relative;
  margin-left: 0;
  margin-right: 0;
  border: 1px solid #e1e1e1; }
  #shopify-section-page-vendor-v2-template .vendor-stores .row:not(:last-child) {
    margin-bottom: 30px; }
#shopify-section-page-vendor-v2-template .vendor-stores .vendor-image {
  padding-left: 0; }
#shopify-section-page-vendor-v2-template .vendor-stores .vendor-image-inner {
  padding: 30px 20px;
  position: relative;
  background: rgba(242, 242, 243, 0.3);
  height: 100%;
  text-align: center; }
#shopify-section-page-vendor-v2-template .vendor-stores .socials-container {
  position: absolute;
  display: block;
  left: 50%;
  bottom: 30px;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0); }
  #shopify-section-page-vendor-v2-template .vendor-stores .socials-container i {
    color: #888888;
    font-size: 20px; }
  #shopify-section-page-vendor-v2-template .vendor-stores .socials-container ul {
    width: 50px;
    padding: 5px;
    background: white;
    border: 1px solid #e1e1e1;
    z-index: -999;
    overflow: hidden;
    opacity: 0;
    height: 0;
    -moz-transition: all 0.35s ease 0s;
    -o-transition: all 0.35s ease 0s;
    -webkit-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s;
    position: absolute;
    display: block;
    left: 50%;
    bottom: 0;
    border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    -webkit-border-radius: 2px 2px 2px 2px;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
    #shopify-section-page-vendor-v2-template .vendor-stores .socials-container ul li {
      list-style: none; }
  #shopify-section-page-vendor-v2-template .vendor-stores .socials-container:hover ul {
    opacity: 1;
    z-index: 1;
    height: auto;
    overflow: visible;
    margin-bottom: 40px; }
#shopify-section-page-vendor-v2-template .vendor-stores .vendor-description-inner {
  padding: 30px 0; }
  @media (max-width: 767px) {
    #shopify-section-page-vendor-v2-template .vendor-stores .vendor-description-inner {
      padding: 20px 0; } }
  #shopify-section-page-vendor-v2-template .vendor-stores .vendor-description-inner h4 {
    margin: 0 0 12px; }
  #shopify-section-page-vendor-v2-template .vendor-stores .vendor-description-inner .rating-container,
  #shopify-section-page-vendor-v2-template .vendor-stores .vendor-description-inner .vendor-address {
    display: block;
    margin: 0 0 8px; }
  #shopify-section-page-vendor-v2-template .vendor-stores .vendor-description-inner .rating-container .icon-star {
    color: #428bca;
    margin-right: 3px; }
    #shopify-section-page-vendor-v2-template .vendor-stores .vendor-description-inner .rating-container .icon-star.icon-star-empty {
      color: #999999; }
  #shopify-section-page-vendor-v2-template .vendor-stores .vendor-description-inner .btn {
    padding: 5px 20px; }
  #shopify-section-page-vendor-v2-template .vendor-stores .vendor-description-inner .vendor-address i {
    margin-right: 5px; }
  #shopify-section-page-vendor-v2-template .vendor-stores .vendor-description-inner .short-vendor-description {
    padding: 12px 0 20px; }
#shopify-section-page-vendor-v2-template .vendor-stores .vendor-products-inner {
  padding: 30px 30px 30px 0;
  overflow: hidden; }
  @media (max-width: 767px) {
    #shopify-section-page-vendor-v2-template .vendor-stores .vendor-products-inner {
      padding: 10px 0; } }
  #shopify-section-page-vendor-v2-template .vendor-stores .vendor-products-inner .product-img {
    position: relative;
    float: left;
    width: calc((100% / 3) - 10px);
    padding: 1px;
    margin: 0 10px 10px 0;
    border: 3px solid #e1e1e1; }
    #shopify-section-page-vendor-v2-template .vendor-stores .vendor-products-inner .product-img:before {
      content: '';
      display: block;
      padding-bottom: 100%; }
    #shopify-section-page-vendor-v2-template .vendor-stores .vendor-products-inner .product-img img {
      width: 100%;
      max-width: 100%;
      height: 100%;
      max-height: 100%;
      margin: 0px auto;
      display: inline-block;
      vertical-align: middle;
      object-fit: cover;
      font-family: "object-fit: cover"; }

@media (max-width: 767px) {
  .templateCart .h-mobi-sticky .header-mobile {
    visibility: hidden; } }

.page-cart {
  padding-bottom: 60px; }
  @media (max-width: 767px) {
    .page-cart {
      padding-bottom: 15px; } }
  .page-cart .cart-empty-wrapper {
    padding-top: 60px; }
    .page-cart .cart-empty-wrapper a {
      font-weight: 600; }
  .page-cart #cartform {
    padding-top: 40px; }
    .page-cart #cartform .add-to-wishlist.pending, .page-cart #cartform .add-to-wishlist.added {
      visibility: hidden;
      opacity: 0; }
    .page-cart #cartform .cart-table .cart-heading {
      border-bottom: 1px solid #e1e1e1;
      padding: 20px 0;
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 100%; }
      @media (max-width: 767px) {
        .page-cart #cartform .cart-table .cart-heading {
          display: block;
          justify-content: center; } }
      @media (min-width: 768px) {
        .page-cart #cartform .cart-table .cart-heading .terms-conditions {
          display: none; } }
      .page-cart #cartform .cart-table .cart-heading div p {
        margin: 0;
        line-height: 44px;
        font-size: 18px; }
        @media (max-width: 479px) {
          .page-cart #cartform .cart-table .cart-heading div p {
            text-align: center;
            padding-bottom: 10px; } }
      .page-cart #cartform .cart-table .cart-heading .btn {
        font-weight: 500; }
        .page-cart #cartform .cart-table .cart-heading .btn.btn-1 {
          padding: 8px 40px;
          line-height: 22px;
          font-size: 16px;
          letter-spacing: 0; }
          @media (max-width: 479px) {
            .page-cart #cartform .cart-table .cart-heading .btn.btn-1 {
              width: 100%; } }
        @media (max-width: 479px) {
          .page-cart #cartform .cart-table .cart-heading .btn.btn-continue {
            width: 100%; } }
    .page-cart #cartform .cart-table .col-lg-3 .cart-summary:first-child {
      background: #f2f2f3;
      border: 1px solid #e1e1e1;
      padding: 20px; }
    .page-cart #cartform .cart-table .col-lg-3 .cart-summary .summary-order-text {
      padding: 10px 0;
      margin: 0;
      text-transform: uppercase; }
    .page-cart #cartform .cart-table .col-lg-3 .cart-summary .cart-total .tt-price {
      color: #324839;
      padding-left: 15px;
      font-weight: 400; }
    .page-cart #cartform .cart-table .col-lg-3 .cart-summary .checkout-wrapper p {
      margin: 0;
      padding-bottom: 15px; }
    .page-cart #cartform .cart-table .col-lg-3 .cart-summary .checkout-wrapper .btn {
      margin-bottom: 30px;
      height: 60px;
      width: 100%; }
    .page-cart #cartform .cart-table .col-lg-3 .cart-summary .cart-condition {
      padding-bottom: 10px; }
    .page-cart #cartform .cart-table .cart-clear a {
      font-weight: 500;
      letter-spacing: 0; }
    .page-cart #cartform .cart-table .cart-clear .btn {
      margin-top: 20px; }
    .page-cart #cartform .cart-table .cart-clear .btn-continue {
      padding: 8px 0; }
      @media (max-width: 479px) {
        .page-cart #cartform .cart-table .cart-clear .btn-continue {
          width: 100%;
          margin-bottom: 10px; } }
    .page-cart #cartform .cart-table .cart-clear .btn-clear {
      float: right; }
      .page-cart #cartform .cart-table .cart-clear .btn-clear i {
        padding-right: 10px; }
    .page-cart #cartform .cart-table .cart-clear .btn-update {
      float: right; }
      @media (min-width: 1440px) {
        .page-cart #cartform .cart-table .cart-clear .btn-update {
          margin-right: 20px; } }
      .page-cart #cartform .cart-table .cart-clear .btn-update i {
        padding-right: 10px; }
    .page-cart #cartform .cart-table thead tr td {
      padding: 20px 0; }
    .page-cart #cartform .cart-table tr {
      border-bottom: 1px solid #e1e1e1; }
      @media (min-width: 576px) {
        .page-cart #cartform .cart-table tr td {
          padding: 20px 10px;
          text-align: center; } }
      @media (min-width: 576px) {
        .page-cart #cartform .cart-table tr td.action-2 {
          display: none; } }
      .page-cart #cartform .cart-table tr td .cart-remove-btn {
        -webkit-appearance: none;
        appearance: none;
        display: block;
        color: #888888; }
        .page-cart #cartform .cart-table tr td .cart-remove-btn:hover {
          color: #428bca; }
      .page-cart #cartform .cart-table tr td .add-to-wishlist {
        margin-left: 20px; }
      .page-cart #cartform .cart-table tr .item-total {
        font-weight: 600;
        margin-left: 5px; }
      @media (min-width: 576px) {
        .page-cart #cartform .cart-table tr .item-name {
          display: flex;
          align-items: center; } }
      .page-cart #cartform .cart-table tr .item-name .item-image {
        position: relative; }
        @media (min-width: 992px) {
          .page-cart #cartform .cart-table tr .item-name .item-image {
            width: 100px; } }
        .page-cart #cartform .cart-table tr .item-name .item-image:before {
          content: '';
          display: block;
          padding-bottom: 100%; }
        .page-cart #cartform .cart-table tr .item-name .item-image img {
          object-fit: cover;
          font-family: "object-fit: cover";
          height: 100%; }
      .page-cart #cartform .cart-table tr .item-name .item-title {
        padding-left: 30px;
        text-align: left; }
        @media (max-width: 767px) {
          .page-cart #cartform .cart-table tr .item-name .item-title {
            padding-left: 15px;
            font-size: 14px; } }
        .page-cart #cartform .cart-table tr .item-name .item-title p {
          margin-bottom: 8px; }
        .page-cart #cartform .cart-table tr .item-name .item-title a {
          color: #333333; }
        .page-cart #cartform .cart-table tr .item-name .item-title .wrap-item-variant > span {
          display: inline-block; }
      @media (max-width: 991px) and (min-width: 576px) {
        .page-cart #cartform .cart-table tr .item-name .item-image {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 30%;
          flex: 0 0 30%;
          max-width: 30%; }
        .page-cart #cartform .cart-table tr .item-name .item-title {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 70%;
          flex: 0 0 70%;
          max-width: 70%; } }
      .page-cart #cartform .cart-table tr th {
        padding: 20px 0;
        text-transform: uppercase;
        text-align: center; }
      @media (min-width: 576px) {
        .page-cart #cartform .cart-table tr .item-price .item-title {
          display: none; } }
      .page-cart #cartform .cart-table tr .item-price > div > span {
        color: #324839; }
      @media (min-width: 576px) {
        .page-cart #cartform .cart-table tr .item-qty .action-2 {
          display: none; } }
    .page-cart #cartform .cart-table .cart-edit-mobile {
      line-height: 1;
      border: 1px solid currentColor;
      margin-top: 5px; }
      @media (min-width: 576px) {
        .page-cart #cartform .cart-table .cart-edit-mobile {
          display: none; } }
    .page-cart #cartform .cart-table .item-price .item-title > a {
      padding-bottom: 8px; }
    .page-cart #cartform .cart-table .wrap-item-variant {
      padding-bottom: 8px; }
      .page-cart #cartform .cart-table .wrap-item-variant .item-variant:last-child:before {
        content: "/";
        padding: 0 5px 0 0; }
    .page-cart #cartform .row > div > input {
      padding: 5px 15px; }
  .page-cart .terms-conditions {
    padding-bottom: 15px;
    text-align: left; }
    .page-cart .terms-conditions input[type="checkbox"] {
      vertical-align: middle;
      margin-top: -2px; }
  .page-cart .cart-total {
    padding: 16px 0;
    text-align: left; }
    .page-cart .cart-total div {
      display: inline-block;
      line-height: 22px; }
      .page-cart .cart-total div span {
        font-weight: 600; }
  .page-cart #shipping-calculator .shipping-calculator-form {
    padding-top: 15px; }
    @media (min-width: 768px) {
      .page-cart #shipping-calculator .shipping-calculator-form.collapse:not(.show) {
        display: block; } }
    .page-cart #shipping-calculator .shipping-calculator-form select {
      height: 40px;
      line-height: 40px;
      margin-bottom: 0; }
    .page-cart #shipping-calculator .shipping-calculator-form .control-wrapper:last-child {
      padding-top: 20px; }
    .page-cart #shipping-calculator .shipping-calculator-form .control-wrapper input {
      margin-bottom: 0;
      padding: 9px;
      line-height: 22px;
      font-weight: 500;
      border: 1px solid #e1e1e1; }
    .page-cart #shipping-calculator .shipping-calculator-form .control-wrapper .get-rates {
      width: auto;
      padding: 9px 20px; }
  .page-cart #shipping-calculator #wrapper-response #shipping-rates-feedback {
    margin-top: 10px;
    margin-bottom: 10px; }
  @media (max-width: 479px) {
    .page-cart #shipping-calculator .shipping {
      padding-top: 15px; } }
  .page-cart .cart-order-note {
    padding: 20px 0; }
    .page-cart .cart-order-note .d-md-none {
      padding-bottom: 15px; }
    @media (min-width: 768px) {
      .page-cart .cart-order-note .cart-note.collapse:not(.show) {
        display: block; } }
    .page-cart .cart-order-note textarea {
      width: 100%;
      min-height: 160px; }
  .page-cart .col-12 > a {
    width: 100%;
    padding: 10px;
    line-height: 22px;
    font-weight: 500;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px; }
  @media (max-width: 991px) {
    .page-cart .row .col-lg-4 {
      padding-bottom: 30px; } }

.page-cart table {
  width: 100%; }

@media (max-width: 991px) {
  .page-cart #cartform .cart-table tr .item-name .item-title .d-flex {
    display: block !important; }
    .page-cart #cartform .cart-table tr .item-name .item-title .d-flex .add-to-wishlist {
      margin-left: 0;
      margin-top: 5px;
      display: block; } }
@media (max-width: 767px) {
  .page-cart .mobile-fixed.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 15px;
    z-index: 999;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    background: white;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.65);
    -ms-transform: 0 0 15px rgba(0, 0, 0, 0.65);
    -o-transform: 0 0 15px rgba(0, 0, 0, 0.65);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.65); }
  .page-cart .mobile-fixed .btn {
    width: 100%; }
  .page-cart .shopping-back {
    margin-top: 20px; }
    .page-cart .shopping-back .btn {
      width: 100%; }
  .page-cart #shipping-calculator {
    margin: 20px 0; }
  .page-cart .row .col-lg-4 {
    padding-bottom: 20px; } }
@media (max-width: 575px) {
  .page-cart #cartform {
    padding-top: 20px; }
    .page-cart #cartform thead tr {
      display: none; }
    .page-cart #cartform .cart-item {
      padding: 15px 0;
      border: none !important; }
      .page-cart #cartform .cart-item .action, .page-cart #cartform .cart-item > .item-total {
        display: none; }
      .page-cart #cartform .cart-item > .item-name {
        display: block;
        width: 35%;
        float: left;
        padding-right: 15px;
        padding-bottom: 15px;
        padding-top: 15px; }
        .page-cart #cartform .cart-item > .item-name .item-title {
          display: none; }
      .page-cart #cartform .cart-item .item-qty {
        display: block;
        width: 100%;
        padding-left: 35%;
        padding-bottom: 15px; }
        .page-cart #cartform .cart-item .item-qty .wrapper-fix {
          display: flex;
          justify-content: space-between;
          align-items: center; }
          .page-cart #cartform .cart-item .item-qty .wrapper-fix .action-2 .cart-remove-btn {
            font-size: 14px;
            text-decoration: underline; }
      .page-cart #cartform .cart-item .item-price {
        display: block;
        padding-left: 35%;
        padding-bottom: 10px;
        padding-top: 15px; }
    .page-cart #cartform .cart-table .cart-heading {
      padding-top: 0; }
      .page-cart #cartform .cart-table .cart-heading .d-md-none {
        display: block !important; }
      .page-cart #cartform .cart-table .cart-heading .cart-total {
        padding: 0 0 15px; }
    .page-cart #cartform .cart-table .cart-clear {
      border-top: 1px solid #e1e1e1;
      margin-top: 20px;
      padding-bottom: 0; }
      .page-cart #cartform .cart-table .cart-clear .btn {
        width: 100%;
        clear: both; }
    .page-cart #cartform .cart-table .wrap-item-variant {
      padding-bottom: 0; }
    .page-cart #cartform input.btn {
      width: 100%; }
  .page-cart .row .col-lg-4 {
    padding-bottom: 15px; } }
@media (max-width: 1199px) and (min-width: 992px) {
  .qty-style-1 .page-cart .item-qty .qty-wrapper .qty-inner {
    display: block; } }
@media (max-width: 767px) and (min-width: 576px) {
  .qty-style-1 .page-cart .wrapper-fix .qty-wrapper > span, .qty-style-1 .page-cart .wrapper-fix .qty-wrapper input {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px; } }
@media (max-width: 575px) {
  .qty-style-1 .page-cart .qty-wrapper .qty-inner, .qty-style-1 .page-cart .qty-wrapper input {
    width: 30px;
    height: 30px;
    line-height: 30px; } }
.qty-style-2 .page-cart .qty-wrapper, .qty-style-1 .page-cart .qty-wrapper {
  margin: auto; }

@media (min-width: 576px) {
  .qty-style-2 .page-cart .qty-wrapper input {
    text-align: left; } }

/*cart-page*/
.page-cart .free-shipping .text {
  font-size: 17px;
  padding-bottom: 15px;
  padding-top: 20px; }
.page-cart .free-shipping .progress {
  background: #dddddd;
  margin: 10px 0px;
  height: 14px;
  position: relative;
  text-align: center;
  border-radius: 0px 0px 0px 0px;
  -moz-border-radius: 0px 0px 0px 0px;
  -webkit-border-radius: 0px 0px 0px 0px;
  margin: 0px 0px 15px; }
.page-cart .free-shipping .progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  color: #ffffff;
  font-size: 12px;
  background: #428bca;
  height: 14px;
  margin: 0px;
  line-height: 14px;
  -moz-transition: width 0.4s ease-in-out;
  -o-transition: width 0.4s ease-in-out;
  -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
  background-image: -webkit-linear-gradient(bottom left, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(bottom left, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(to top right, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
  animation: move 2s linear infinite; }
.page-cart .free-shipping .text span {
  font-weight: 700; }

.page-faq {
  padding-bottom: 75px; }
  @media (max-width: 991px) {
    .page-faq {
      padding-bottom: 50px; } }
  .page-faq .faq-heading {
    padding: 90px 0;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center; }
    .page-faq .faq-heading .title-wrapper {
      padding: 0; }
    .page-faq .faq-heading .heading-icon {
      position: relative;
      top: -10px;
      padding-right: 10px;
      font-size: 60px; }
  .page-faq .faq-group-style-1 {
    max-width: 800px;
    margin: 0 auto; }
    .page-faq .faq-group-style-1 .faq-title span {
      font-weight: 600; }
    .page-faq .faq-group-style-1 .faq-row-heading p {
      font-weight: 600; }
  .page-faq .faq-row-heading .h3 {
    text-align: center;
    padding-top: 75px;
    padding-bottom: 50px; }
  .page-faq .faq-row-heading .faq-row {
    border-bottom: 1px solid rgba(66, 139, 202, 0.4);
    padding: 20px 0; }
    @media (max-width: 767px) {
      .page-faq .faq-row-heading .faq-row {
        padding: 15px 0; } }
    .page-faq .faq-row-heading .faq-row .faq-title {
      cursor: pointer; }
      .page-faq .faq-row-heading .faq-row .faq-title i {
        padding-right: 20px;
        font-size: 18px; }
      .page-faq .faq-row-heading .faq-row .faq-title.show {
        color: #5e4c43; }
        .page-faq .faq-row-heading .faq-row .faq-title.show span {
          color: #5e4c43; }
    .page-faq .faq-row-heading .faq-row .faq-text {
      padding-left: 65px;
      padding-top: 20px; }
      .page-faq .faq-row-heading .faq-row .faq-text p {
        margin: 0;
        color: #888888; }
  .page-faq .faq-row-heading > div:nth-of-type(1) {
    border-top: 1px solid rgba(66, 139, 202, 0.4); }
  .page-faq .faq-group-style-2 {
    padding-top: 16px; }
    .page-faq .faq-group-style-2 .faq-tab-title {
      border: 1px solid rgba(66, 139, 202, 0.4);
      border-radius: 5px 5px 5px 5px;
      -moz-border-radius: 5px 5px 5px 5px;
      -webkit-border-radius: 5px 5px 5px 5px;
      padding: 0 15px; }
      .page-faq .faq-group-style-2 .faq-tab-title p {
        padding-top: 20px;
        font-weight: 600; }
      .page-faq .faq-group-style-2 .faq-tab-title ul {
        padding-bottom: 12px; }
        .page-faq .faq-group-style-2 .faq-tab-title ul li {
          list-style: none;
          cursor: pointer;
          padding-bottom: 8px;
          font-weight: 600; }
          .page-faq .faq-group-style-2 .faq-tab-title ul li.active {
            color: #5e4c43; }
    .page-faq .faq-group-style-2 .tab-name {
      display: none; }
      .page-faq .faq-group-style-2 .tab-name .faq-row {
        border-bottom: 1px solid rgba(66, 139, 202, 0.4);
        padding: 20px 0; }
        .page-faq .faq-group-style-2 .tab-name .faq-row .faq-title {
          cursor: pointer; }
          .page-faq .faq-group-style-2 .tab-name .faq-row .faq-title i {
            padding-right: 20px; }
          .page-faq .faq-group-style-2 .tab-name .faq-row .faq-title.show {
            color: #5e4c43; }
            .page-faq .faq-group-style-2 .tab-name .faq-row .faq-title.show span {
              color: #5e4c43;
              font-weight: 600; }
        .page-faq .faq-group-style-2 .tab-name .faq-row .faq-text {
          padding-left: 65px;
          padding-top: 20px; }
          .page-faq .faq-group-style-2 .tab-name .faq-row .faq-text p {
            margin: 0;
            color: #888888; }
      .page-faq .faq-group-style-2 .tab-name > div:nth-of-type(1) {
        border-top: 1px solid rgba(66, 139, 202, 0.4); }
      .page-faq .faq-group-style-2 .tab-name.active {
        display: block; }
    @media (max-width: 767px) {
      .page-faq .faq-group-style-2 .col-md-3 {
        margin-bottom: 40px; } }
  @media (max-width: 991px) {
    .page-faq .faq-row-heading .h3 {
      padding-top: 50px;
      padding-bottom: 25px; }
    .page-faq .faq-row-heading .faq-row .faq-text {
      padding-left: 0; }
    .page-faq .faq-row-heading .faq-row .faq-title i {
      padding-right: 5px; } }

#shopify-section-page-about-3-template .page-about-us .type-text-and-image {
  align-items: center; }

.page-about-us {
  padding-top: 0 !important; }
  .page-about-us .type-text {
    padding-top: 3rem; }
    @media (max-width: 767px) {
      .page-about-us .type-text {
        padding-top: 30px; } }
    .page-about-us .type-text .text p {
      margin: 0;
      padding-bottom: 20px;
      font-family: Open Sans, "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .page-about-us .type-text .col-md-6 .text {
      max-width: 90%; }
    .page-about-us .type-text .col-md-12 .text {
      max-width: 800px;
      margin: auto;
      padding: 0 0 65px; }
      @media (max-width: 767px) {
        .page-about-us .type-text .col-md-12 .text {
          padding: 0 0 30px; } }
  .page-about-us .type-image {
    padding-top: 4rem; }
    @media (max-width: 767px) {
      .page-about-us .type-image {
        padding-top: 30px; } }
  .page-about-us .type-team {
    padding-top: 60px;
    padding-bottom: 40px; }
    @media (max-width: 767px) {
      .page-about-us .type-team {
        padding-top: 25px;
        padding-bottom: 20px; } }
    .page-about-us .type-team .title-wrapper {
      max-width: 800px;
      margin: auto;
      padding-bottom: 35px; }
      .page-about-us .type-team .title-wrapper .subtitle {
        font-size: 17px;
        line-height: 1.3; }
    .page-about-us .type-team.style-1 {
      text-align: center; }
      .page-about-us .type-team.style-1 .member-info .member-name {
        padding-top: 20px; }
      .page-about-us .type-team.style-1 .member-info .member-major {
        padding-top: 12px; }
      .page-about-us .type-team.style-1 .member-info .member-des {
        padding-top: 8px;
        padding-bottom: 20px; }
    .page-about-us .type-team.style-2 .wapper-group .wrap-member {
      border: 1px solid #e1e1e1;
      margin-left: 60px;
      padding: 30px;
      text-align: left; }
      .page-about-us .type-team.style-2 .wapper-group .wrap-member .image {
        width: 120px;
        height: 120px;
        float: left;
        margin: 20px 25px 15px -90px;
        overflow: hidden;
        border-radius: 50% 50% 50% 50%;
        -moz-border-radius: 50% 50% 50% 50%;
        -webkit-border-radius: 50% 50% 50% 50%; }
      .page-about-us .type-team.style-2 .wapper-group .wrap-member .member-major {
        padding-top: 5px;
        color: #428bca; }
      .page-about-us .type-team.style-2 .wapper-group .wrap-member .member-des {
        padding-top: 8px;
        padding-bottom: 20px; }
    @media (max-width: 767px) {
      .page-about-us .type-team.style-2 .wapper-group .type-team-member:not(:last-child) {
        margin-bottom: 15px; } }
    .page-about-us .type-team .member-social a:not(:last-child) {
      margin-right: 10px; }
    .page-about-us .type-team .member-social a {
      display: inline-block;
      width: 30px;
      height: 30px;
      line-height: 30px;
      text-align: center;
      font-size: 20px; }
  .page-about-us .type-image-text {
    max-width: 1440px;
    margin: auto;
    padding: 0 15px; }
    .page-about-us .type-image-text .item-text,
    .page-about-us .type-image-text .item-image {
      margin-bottom: 35px; }
    .page-about-us .type-image-text .text-box h6 {
      font-weight: 100;
      font-size: 22px;
      margin-bottom: 15px; }
    .page-about-us .type-image-text .text-box .caption {
      margin: 0 0 35px; }
    .page-about-us .type-image-text.image-right .row {
      flex-direction: row-reverse; }
    .page-about-us .type-image-text .textbox-list {
      list-style: none;
      margin: 0; }
      @media (min-width: 991px) {
        .page-about-us .type-image-text .textbox-list {
          padding-left: 20px; } }
      .page-about-us .type-image-text .textbox-list li:not(:last-child) {
        margin: 0 0 30px; }
      .page-about-us .type-image-text .textbox-list li .icon {
        width: 50px;
        height: 50px;
        line-height: 50px;
        float: left;
        margin-right: 15px;
        text-align: center;
        background: #428bca;
        color: white;
        border-radius: 6px 6px 6px 6px;
        -moz-border-radius: 6px 6px 6px 6px;
        -webkit-border-radius: 6px 6px 6px 6px; }
        .page-about-us .type-image-text .textbox-list li .icon i {
          font-size: 32px; }
      .page-about-us .type-image-text .textbox-list li .text {
        margin-left: 65px; }
        .page-about-us .type-image-text .textbox-list li .text h5 {
          font-weight: 600;
          font-family: Roboto, "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
          margin: -2px 0 0; }
  .page-about-us .type-group-text .pt-special-3 {
    border-color: #e1e1e1;
    border-style: solid;
    border-width: 4px 1px 1px;
    padding: 30px;
    position: relative;
    text-align: center;
    margin: 0 auto 35px; }
    .page-about-us .type-group-text .pt-special-3:before {
      content: '';
      display: block;
      height: 4px;
      width: 0;
      background: #428bca;
      -moz-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      -webkit-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s;
      position: absolute;
      display: block;
      left: 50%;
      top: -4px; }
    .page-about-us .type-group-text .pt-special-3 .icon {
      background: #e1e1e1;
      display: block;
      height: 95px;
      line-height: 95px;
      text-align: center;
      width: 95px;
      margin: 0 auto;
      border-radius: 50% 50% 50% 50%;
      -moz-border-radius: 50% 50% 50% 50%;
      -webkit-border-radius: 50% 50% 50% 50%;
      -moz-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      -webkit-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s; }
      .page-about-us .type-group-text .pt-special-3 .icon i {
        color: white;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
        font-size: 30px;
        -moz-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        -webkit-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s; }
    .page-about-us .type-group-text .pt-special-3 h6 {
      font-size: 19px;
      font-weight: 400;
      margin: 30px 0 10px; }
    .page-about-us .type-group-text .pt-special-3 p {
      margin: 0 0 20px;
      line-height: 1.4; }
    .page-about-us .type-group-text .pt-special-3 a.btn {
      margin: 0 auto 20px;
      padding: 5px 15px; }
    .page-about-us .type-group-text .pt-special-3:hover:before {
      left: 0;
      width: 100%; }
    .page-about-us .type-group-text .pt-special-3:hover .icon {
      background: #428bca; }
      .page-about-us .type-group-text .pt-special-3:hover .icon i {
        color: #5e4c43;
        transform: scale(1.3, 1.3);
        -moz-transform: scale(1.3, 1.3);
        -webkit-transform: scale(1.3, 1.3);
        -ms-transform: scale(1.3, 1.3);
        -o-transform: scale(1.3, 1.3); }
  .page-about-us .type-text-and-image {
    display: flex; }
    .page-about-us .type-text-and-image .left-content {
      position: relative;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%; }
    .page-about-us .type-text-and-image .right-content {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%; }
      .page-about-us .type-text-and-image .right-content .text {
        padding-left: 30px;
        padding-right: 25%; }
        @media (max-width: 991px) {
          .page-about-us .type-text-and-image .right-content .text {
            padding: 15px; } }
    .page-about-us .type-text-and-image.image-right {
      flex-direction: row-reverse; }
      .page-about-us .type-text-and-image.image-right .right-content .text {
        padding-left: 25%;
        padding-right: 30px;
        padding-top: 8%; }
        @media (max-width: 991px) {
          .page-about-us .type-text-and-image.image-right .right-content .text {
            padding: 15px; } }
        .page-about-us .type-text-and-image.image-right .right-content .text .title {
          font-weight: 600; }
  @media (max-width: 991px) {
    .page-about-us .type-text .row {
      display: block; }
      .page-about-us .type-text .row > div {
        width: 100%;
        max-width: 100%; }
        .page-about-us .type-text .row > div .text {
          max-width: 100%; }
    .page-about-us .type-text-and-image {
      display: block; }
      .page-about-us .type-text-and-image .left-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; }
        .page-about-us .type-text-and-image .left-content .text {
          padding-left: 0; }
      .page-about-us .type-text-and-image .right-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 0; } }

.shopify-challenge__container {
  padding: 5vh 0; }

.shopify-challenge__button {
  background: #428bca;
  color: white;
  font-size: 16px;
  font-weight: 500; }
  .shopify-challenge__button:hover {
    background: #006bc9;
    color: white; }

.templateCustomersAccount .page-account {
  padding: 5vh 0; }
  .templateCustomersAccount .page-account .account-details h5 {
    padding-bottom: 30px; }
  .templateCustomersAccount .page-account .account-details .btn {
    padding: 0;
    width: 200px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 15px;
    text-transform: uppercase;
    margin-right: 15px; }
  .templateCustomersAccount .page-account #customer_orders h5 {
    padding-bottom: 30px; }

.templateCustomersAddresses .page-address {
  padding: 5vh 0; }
  .templateCustomersAddresses .page-address #new-address {
    padding: 5px 30px;
    margin-bottom: 20px;
    display: block; }
  .templateCustomersAddresses .page-address #add_address .control-wrapper h4 {
    padding: 30px 0; }
  .templateCustomersAddresses .page-address #add_address .control-wrapper .btn {
    padding: 5px 30px; }
    @media (max-width: 440px) {
      .templateCustomersAddresses .page-address #add_address .control-wrapper .btn {
        display: block;
        width: 100%;
        margin-bottom: 30px; } }
  .templateCustomersAddresses .page-address #add_address .control-wrapper #address_country_new {
    height: 40px;
    line-height: inherit; }
  .templateCustomersAddresses .page-address .address-table {
    padding: 20px 0; }
    .templateCustomersAddresses .page-address .address-table .address_actions .btn {
      padding: 5px 50px;
      color: #006bc9;
      background: none;
      border: 1px solid #006bc9;
      font-weight: 400; }
      @media (max-width: 374px) {
        .templateCustomersAddresses .page-address .address-table .address_actions .btn {
          padding: 5px 40px; } }
    .templateCustomersAddresses .page-address .address-table .address_actions .btn-default {
      margin-right: 20px; }
.templateCustomersAddresses .customer_address_table .control-wrapper.set_default {
  margin-bottom: 10px; }
  .templateCustomersAddresses .customer_address_table .control-wrapper.set_default input {
    display: inline-block;
    clear: none;
    margin-top: 5px;
    margin-bottom: 0;
    vertical-align: middle;
    width: auto;
    float: left; }
.templateCustomersAddresses .action-edit-address button {
  margin-right: 20px; }

.templateCustomersResetPassword .page-reset {
  padding: 5vh 0;
  max-width: 600px;
  margin: 0 auto; }

#customer_orders .table-wrapper {
  width: 100%;
  overflow: auto; }
  @media (min-width: 992px) {
    #customer_orders .table-wrapper {
      overflow: hidden; } }
  #customer_orders .table-wrapper table tr th {
    padding: 9px 12px;
    text-align: center; }
  #customer_orders .table-wrapper table tr th, #customer_orders .table-wrapper table tr td {
    position: relative;
    text-align: center;
    border: 1px solid #e1e1e1;
    font-weight: 300; }
  #customer_orders .table-wrapper table tr td:last-child {
    padding-right: 0; }
  #customer_orders .table-wrapper table tr td .total {
    font-size: 18px;
    color: #428bca; }
  #customer_orders .table-wrapper table tr td .note {
    display: block;
    white-space: nowrap; }
  #customer_orders .table-wrapper .order-table > div .d-flex span {
    margin-bottom: 7px; }
  #customer_orders .table-wrapper .order-table > div .flex-fill {
    padding-bottom: 20px; }
  #customer_orders .table-wrapper .order-table > div .flex-fill:last-child .d-flex input:last-child {
    margin-left: 10px; }
  #customer_orders .table-wrapper .order-table select {
    height: 40px;
    line-height: 40px;
    padding: 0 10px; }
    @media (max-width: 374px) {
      #customer_orders .table-wrapper .order-table select {
        max-width: 115px; } }
  #customer_orders .table-wrapper .order-table tr td {
    border: 0;
    padding: 0;
    text-align: left;
    padding-bottom: 20px; }
    #customer_orders .table-wrapper .order-table tr td input {
      padding: 10px;
      border: 1px solid #e1e1e1; }
      @media (max-width: 374px) {
        #customer_orders .table-wrapper .order-table tr td input {
          max-width: 110px; } }
  @media (min-width: 1200px) {
    #customer_orders .table-wrapper .order-table tr td:last-child {
      text-align: right; } }
  #customer_orders .table-wrapper .order-table #sort_ic_dc {
    margin-left: 10px; }
  @media (max-width: 1199px) {
    #customer_orders .table-wrapper .order-table tbody td {
      display: block;
      text-align: left; } }
  #customer_orders .table-wrapper #orders-res .btn-group {
    padding-top: 30px; }
    #customer_orders .table-wrapper #orders-res .btn-group .btn {
      padding: 0px 11px;
      background: none;
      margin-right: 5px;
      text-transform: capitalize; }
    #customer_orders .table-wrapper #orders-res .btn-group .btn-primary {
      border: 1px solid #006bc9;
      color: #006bc9; }
    #customer_orders .table-wrapper #orders-res .btn-group .prev:before {
      content: "\f104";
      font-family: "arenafont";
      font-display: optional;
      font-size: 17px;
      float: left;
      margin-right: 10px; }
    #customer_orders .table-wrapper #orders-res .btn-group .next:before {
      content: "\f105";
      font-family: "arenafont";
      font-display: optional;
      font-size: 17px;
      float: right;
      margin-left: 10px; }
  #customer_orders .table-wrapper #orders-res .money {
    color: #428bca; }
  #customer_orders .table-wrapper #orders-res .gs-table-head-default {
    background: #f2f2f3; }
  #customer_orders .table-wrapper #orders-res table tr td {
    position: relative;
    text-align: center;
    padding: 25px; }
  @media (max-width: 991px) {
    #customer_orders .table-wrapper #orders-res .row > div:last-child {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; } }

.page-order {
  padding: 5vh 0; }
  .page-order h2 {
    padding-bottom: 15px; }
  .page-order .order_date {
    font-weight: 600;
    padding-bottom: 15px;
    font-size: 18px; }
  .page-order #order-details {
    overflow-x: auto; }
    .page-order #order-details thead tr, .page-order #order-details tbody tr {
      display: flex;
      min-width: 600px; }
      .page-order #order-details thead tr th, .page-order #order-details thead tr td, .page-order #order-details tbody tr th, .page-order #order-details tbody tr td {
        position: relative;
        border: 1px solid #e1e1e1; }
      .page-order #order-details thead tr th:nth-child(1), .page-order #order-details thead tr td:nth-child(1), .page-order #order-details tbody tr th:nth-child(1), .page-order #order-details tbody tr td:nth-child(1) {
        flex: 0 0 40%; }
      .page-order #order-details thead tr th:nth-child(2), .page-order #order-details thead tr td:nth-child(2), .page-order #order-details tbody tr th:nth-child(2), .page-order #order-details tbody tr td:nth-child(2) {
        flex: 0 0 15%;
        border-left: 0; }
      .page-order #order-details thead tr th:nth-child(3), .page-order #order-details thead tr td:nth-child(3), .page-order #order-details tbody tr th:nth-child(3), .page-order #order-details tbody tr td:nth-child(3) {
        flex: 0 0 15%;
        border-left: 0; }
      .page-order #order-details thead tr th:nth-child(4), .page-order #order-details thead tr td:nth-child(4), .page-order #order-details tbody tr th:nth-child(4), .page-order #order-details tbody tr td:nth-child(4) {
        flex: 0 0 15%;
        border-left: 0; }
      .page-order #order-details thead tr th:nth-child(5), .page-order #order-details thead tr td:nth-child(5), .page-order #order-details tbody tr th:nth-child(5), .page-order #order-details tbody tr td:nth-child(5) {
        flex: 0 0 15%;
        border-left: 0; }
      .page-order #order-details thead tr th, .page-order #order-details tbody tr th {
        padding: 10px; }
      .page-order #order-details thead tr td, .page-order #order-details tbody tr td {
        padding: 20px 10px; }
    .page-order #order-details thead tr th {
      border-bottom: 0; }
    .page-order #order-details tfoot {
      display: block;
      padding: 15px 0; }
      .page-order #order-details tfoot tr {
        display: flex;
        padding: 2px 0; }
        .page-order #order-details tfoot tr td:first-child {
          padding-right: 15px; }
        .page-order #order-details tfoot tr .price {
          font-weight: 600; }
        .page-order #order-details tfoot tr.order_total {
          font-size: 18px; }
          .page-order #order-details tfoot tr.order_total .total {
            color: #428bca;
            font-weight: 600; }
  .page-order .order-address > div {
    margin: 5px 0; }
  .page-order .order-status {
    margin: 5px 0; }

.page-contact {
  position: relative; }
  .page-contact .contact-type-text .text p {
    margin: 0 0 12px; }
  .page-contact .contact-type-text .flex-fill {
    flex: 1 !important; }
  .page-contact .contact-type-map #page-contact-map {
    height: 320px; }
  .page-contact .contact-type-map.col-md-6 #page-contact-map {
    height: 500px; }
  .page-contact .contact-type-map .map-content {
    padding: 30px 15px 0 15px; }
    .page-contact .contact-type-map .map-content .h5 {
      font-weight: 500; }
    .page-contact .contact-type-map .map-content .row > div {
      padding: 12px 15px; }
    .page-contact .contact-type-map .map-content .row .contact-info {
      padding-bottom: 8px; }
      .page-contact .contact-type-map .map-content .row .contact-info .contact-icon {
        font-size: 16px; }
      .page-contact .contact-type-map .map-content .row .contact-info p {
        margin: 0; }
  .page-contact .contact-type-form .heading-form h2 {
    margin-bottom: 20px; }
  .page-contact .contact-type-form.col-md-12 {
    max-width: 800px;
    margin: auto; }
  .page-contact .contact-type-form.col-md-6 {
    padding-right: 25%;
    padding-top: 50px;
    padding-left: 30px; }
    @media (max-width: 991px) {
      .page-contact .contact-type-form.col-md-6 {
        padding-right: 30px;
        padding-left: 15px; } }
  .page-contact .contact-type-form input, .page-contact .contact-type-form textarea {
    border: 1px solid #f2f2f3;
    background: #f2f2f3;
    padding: 5px 10px; }
  .page-contact .contact-type-form textarea {
    height: 170px; }
  .page-contact .contact-type-form textarea:focus {
    border: 1px solid #428bca;
    background: white; }
  .page-contact .container {
    padding-top: 35px;
    padding-bottom: 50px; }
    .page-contact .container .contact-type-text {
      padding-top: 30px;
      padding-bottom: 40px; }
    .page-contact .container .contact-type-form.col-md-6 {
      padding: 0 15px; }
    .page-contact .container .contact-type-map #page-contact-map {
      height: 290px; }
    .page-contact .container .contact-type-map.col-md-12 {
      padding-bottom: 35px; }
  @media (max-width: 767px) {
    .page-contact .contact-type-form.col-md-6 {
      padding: 30px; }
    .page-contact .container .contact-type-form.col-md-6 {
      padding: 30px 15px; }
    .page-contact .container .contact-type-text {
      padding-top: 15px;
      padding-bottom: 10px; } }

/* Store Locator*/
#store-locator {
  padding-top: 60px;
  padding-bottom: 60px; }
  @media (min-width: 992px) {
    #store-locator .col-lg-8 {
      padding-left: 30px; } }

.location-search, .location-search h4 {
  margin-bottom: 15px;
  font-size: 25px; }

#map-canvas {
  height: 500px; }
  @media (max-width: 991px) {
    #map-canvas {
      margin-top: 30px; } }
  #map-canvas .gm-style-iw {
    padding: 15px; }
    #map-canvas .gm-style-iw .store {
      min-width: 250px; }
      #map-canvas .gm-style-iw .store .title {
        font-size: 18px;
        padding-bottom: 15px; }
  #map-canvas .icon-location-inv {
    font-size: 32px; }

#panel {
  min-height: 150px;
  float: left;
  overflow-y: auto; }
  @media (min-width: 992px) {
    #panel.storelocator-panel {
      padding-right: 35px; } }
  #panel .directions-panel form {
    position: relative; }
    @media (max-width: 991px) {
      #panel .directions-panel form {
        width: 100%; } }
    #panel .directions-panel form a {
      position: absolute;
      bottom: 0;
      right: 0;
      line-height: 32px; }
    #panel .directions-panel form input {
      width: 100%;
      padding: 5px;
      border-radius: 4px 4px 4px 4px;
      -moz-border-radius: 4px 4px 4px 4px;
      -webkit-border-radius: 4px 4px 4px 4px;
      border: 1px solid #e1e1e1;
      background: white; }
      #panel .directions-panel form input:focus {
        border: 1px solid #006bc9; }
    #panel .directions-panel form input[type="submit"] {
      line-height: 32px;
      display: block;
      width: 70%;
      border: 1px solid #e1e1e1;
      background: #428bca;
      color: white;
      margin-top: 10px;
      -moz-transition: all 0.45s ease 0s;
      -o-transition: all 0.45s ease 0s;
      -webkit-transition: all 0.45s ease 0s;
      transition: all 0.45s ease 0s; }
      #panel .directions-panel form input[type="submit"]:hover {
        background: #006bc9;
        color: white; }
    @media (max-width: 375px) {
      #panel .directions-panel form .directions-to {
        display: block;
        width: 100%;
        margin-bottom: 10px; }
      #panel .directions-panel form input[type="submit"], #panel .directions-panel form a {
        display: inline-block; } }

#panel .feature-filter label {
  width: 130px; }

.storelocator-panel .store-list {
  list-style: none; }
  .storelocator-panel .store-list > li {
    margin-bottom: 30px; }
    .storelocator-panel .store-list > li .store .title {
      font-weight: 700; }
.storelocator-panel .location-search > input {
  width: 100%;
  padding: 5px;
  border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -webkit-border-radius: 4px 4px 4px 4px;
  border: 1px solid #e1e1e1;
  background: white; }
  .storelocator-panel .location-search > input:focus {
    border: 1px solid #006bc9; }
.storelocator-panel #panel .feature-filter label {
  width: 130px; }
.storelocator-panel p.attribution, .storelocator-panel p.attribution a {
  color: #666; }
.storelocator-panel .storelocator-panel .store-list {
  list-style: none; }
  .storelocator-panel .storelocator-panel .store-list > li {
    margin-bottom: 10px; }
.storelocator-panel .list-loca-stores {
  cursor: pointer; }
  .storelocator-panel .list-loca-stores b:first-child {
    text-transform: uppercase; }

.list-loca-stores i {
  font-size: 18px; }

#map-canvas .gm-style-iw .store > div {
  font-family: Roboto, "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 26px;
  padding-bottom: 15px; }
#map-canvas .gm-style-iw .store .title {
  font-weight: 600; }
#map-canvas .gm-style-iw .store .misc {
  padding-bottom: 15px;
  white-space: nowrap; }
#map-canvas .gm-style-iw .store .action:last-child {
  margin-right: 0; }
#map-canvas .gm-style-iw .store .action.zoomhere, #map-canvas .gm-style-iw .store .action.streetview {
  display: none; }
#map-canvas .gm-style-iw .store .action.directions {
  line-height: 32px;
  background: #428bca;
  color: white;
  padding: 8px 30px; }

/* End */
/* Page search ------------------------------------------*/
.page-search {
  padding-bottom: 30px; }
  .page-search .search-content {
    padding: 50px 0; }
    @media (max-width: 767px) {
      .page-search .search-content {
        padding: 30px 0; } }
    .page-search .search-content .search-button-content > div {
      display: inline-block;
      vertical-align: top; }
      .page-search .search-content .search-button-content > div p {
        margin: 0;
        padding-top: 12px; }
    .page-search .search-content .search-title {
      padding-top: 10px; }
    .page-search .search-content .title {
      padding-bottom: 12px; }
    .page-search .search-content .h4 {
      font-weight: 400; }
  .page-search .related-wrapper-search {
    padding-bottom: 30px; }
    @media (max-width: 767px) {
      .page-search .related-wrapper-search {
        padding-bottom: 0; } }
    .page-search .related-wrapper-search .sg_title {
      padding-bottom: 30px; }
  .page-search .search-style-1 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    .page-search .search-style-1 > div {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%; }
    .page-search .search-style-1 .wrapper-right .title {
      padding-bottom: 12px; }
    .page-search .search-style-1 .wrapper-right .search-button-content > div:not(:last-child) {
      padding-right: 50px; }
    .page-search .search-style-1 .wrapper-right .search-button.button-style-text a {
      padding: 5px 30px; }
      .page-search .search-style-1 .wrapper-right .search-button.button-style-text a:hover {
        border: 1px solid 1px solid currentColor; }
    @media (max-width: 991px) {
      .page-search .search-style-1 {
        display: block; }
        .page-search .search-style-1 > div {
          width: 100%;
          max-width: 100%; }
        .page-search .search-style-1 .wrapper-right {
          padding-top: 30px; }
          .page-search .search-style-1 .wrapper-right .search-button-content > div:not(:last-child) {
            padding-right: 20px; }
          .page-search .search-style-1 .wrapper-right .search-button-content .search-button.button-style-text a {
            padding: 5px 20px; } }
  .page-search .search-style-2 .wrapper-right {
    padding-top: 40px; }
    .page-search .search-style-2 .wrapper-right .menu-list {
      padding-top: 20px; }
      .page-search .search-style-2 .wrapper-right .menu-list li a {
        text-decoration: underline; }
  .page-search .search-style-3 .search-title {
    padding-bottom: 50px; }
    @media (min-width: 992px) {
      .page-search .search-style-3 .search-title {
        width: 33%;
        margin: 0 auto; } }
  .page-search .search-style-3 .wrapper-bottom {
    padding: 50px 0; }
    .page-search .search-style-3 .wrapper-bottom .text-heading {
      padding-bottom: 25px; }
    .page-search .search-style-3 .wrapper-bottom .text-content p {
      margin-bottom: 8px; }
    .page-search .search-style-3 .wrapper-bottom .search-block-menu {
      padding-top: 50px; }
      .page-search .search-style-3 .wrapper-bottom .search-block-menu .title {
        font-size: 26px; }
      .page-search .search-style-3 .wrapper-bottom .search-block-menu .menu-list {
        padding-top: 20px; }
        .page-search .search-style-3 .wrapper-bottom .search-block-menu .menu-list li a {
          text-decoration: underline; }
    .page-search .search-style-3 .wrapper-bottom .search-block-button {
      padding-top: 50px; }
      .page-search .search-style-3 .wrapper-bottom .search-block-button .title {
        padding-bottom: 25px; }
      .page-search .search-style-3 .wrapper-bottom .search-block-button .search-button-content {
        display: table;
        width: 100%;
        table-layout: fixed; }
        .page-search .search-style-3 .wrapper-bottom .search-block-button .search-button-content > div {
          display: table-cell; }
        .page-search .search-style-3 .wrapper-bottom .search-block-button .search-button-content .button-style-icon a {
          width: 60px;
          height: 60px;
          display: flex;
          align-content: center;
          align-items: center;
          border-radius: 50% 50% 50% 50%;
          -moz-border-radius: 50% 50% 50% 50%;
          -webkit-border-radius: 50% 50% 50% 50%; }
          .page-search .search-style-3 .wrapper-bottom .search-block-button .search-button-content .button-style-icon a i {
            font-size: 22px; }
    @media (min-width: 992px) {
      .page-search .search-style-3 .wrapper-bottom .container > div {
        width: 33%;
        margin: 0 auto; } }
  @media (min-width: 992px) {
    .page-search .search-style-3.text-center .wrapper-bottom .text-content {
      text-align: left; } }
  .page-search .search-style-3.text-center .wrapper-bottom .menu-list li {
    list-style: none; }
  .page-search .search-style-3.text-center .wrapper-bottom .button-style-icon a {
    margin: 0 auto; }
  .page-search .search-style-3.text-center .wrapper-bottom .button-style-icon p {
    text-align: center; }
  .page-search .cata-product {
    padding-top: 30px; }
    @media (max-width: 991px) {
      .page-search .cata-product {
        margin: 0 -15px; } }
    @media (max-width: 575px) {
      .page-search .cata-product {
        margin: 0 -7.5px; } }
    .page-search .cata-product .product-grid-item {
      padding: 0px 15px;
      letter-spacing: 0;
      vertical-align: top;
      float: none;
      display: inline-block; }
      @media (min-width: 992px) {
        .page-search .cata-product .product-grid-item {
          width: 25%; } }
      @media (max-width: 991px) and (min-width: 768px) {
        .page-search .cata-product .product-grid-item {
          width: 33.333%; } }
      @media (max-width: 767px) {
        .page-search .cata-product .product-grid-item {
          width: 50%; } }
      @media (max-width: 575px) {
        .page-search .cata-product .product-grid-item {
          padding: 0 7.5px; } }

.page-wishlist {
  padding-bottom: 30px; }
  .page-wishlist .wishlist-table {
    border-width: 1px;
    border-color: #e1e1e1; }
    .page-wishlist .wishlist-table.pending:before {
      display: none; }
    .page-wishlist .wishlist-table tr th {
      background: none;
      color: #333333;
      text-transform: uppercase;
      padding: 20px 10px;
      border-color: #e1e1e1; }
      @media (max-width: 767px) {
        .page-wishlist .wishlist-table tr th {
          border-bottom: none; } }
      .page-wishlist .wishlist-table tr th:last-child {
        border-right: 0; }
    .page-wishlist .wishlist-table tr td {
      padding: 20px 10px;
      border-bottom: 1px solid #e1e1e1; }
      .page-wishlist .wishlist-table tr td:last-child {
        border-right: 0; }
      @media (max-width: 767px) {
        .page-wishlist .wishlist-table tr td {
          border-bottom: none; } }
      @media (max-width: 479px) {
        .page-wishlist .wishlist-table tr td {
          padding: 10px 10px 10px 30% !important; } }
      .page-wishlist .wishlist-table tr td.product-image img {
        width: auto; }
      .page-wishlist .wishlist-table tr td.product-title {
        padding-left: 10px; }
    .page-wishlist .wishlist-table tr .product-remove-btn {
      text-align: center; }
    .page-wishlist .wishlist-table .remove-wishlist:before {
      content: "\e814";
      font-family: "arenafont";
      font-display: optional;
      font-size: 21px;
      color: #333333; }
    @media (max-width: 767px) {
      .page-wishlist .wishlist-table td {
        text-align: left; }
        .page-wishlist .wishlist-table td:before {
          font-weight: 600;
          top: 52%;
          font-size: 14px;
          text-transform: uppercase;
          color: #333333; } }

.password-page__header__inner {
  padding: 15px 30px; }

.password-login {
  text-align: right; }

.password-login,
.admin-login {
  margin-top: 15px; }

.password-login .js-toggle-login-modal {
  color: white; }

.template-password {
  padding: 0;
  margin: 0px auto;
  background: radial-gradient(circle, #36383f, #202125);
  color: #333333;
  height: 100%;
  width: 100%; }
  .template-password .hidden-label {
    display: none; }
  .template-password *, .template-password input, .template-password *::before, .template-password *::after {
    box-sizing: border-box; }
  .template-password .password-page__main {
    height: 100%;
    margin: 0 auto;
    width: 100%;
    margin-top: 8%; }
    .template-password .password-page__main .password-content {
      margin: 0 auto;
      max-width: 500px;
      text-align: center; }
      .template-password .password-page__main .password-content .title-comming-soon p {
        margin: 0;
        padding-bottom: 30px;
        cursor: pointer; }
      .template-password .password-page__main .password-content .title-comming-soon:hover {
        text-shadow: 0 0 10px #3498DB, 0 0 20px #3498DB, 0 0 30px #3498DB, 0 0 40px #2980B9, 0 0 70px #2980B9, 0 0 80px #2980B9, 0 0 100px #2980B9, 0 0 150px #2980B9; }
      .template-password .password-page__main .password-content .offer-comming-soon .text {
        cursor: pointer; }
      .template-password .password-page__main .password-content .offer-comming-soon span:hover {
        text-shadow: 0 0 10px #3498DB, 0 0 20px #3498DB, 0 0 30px #3498DB, 0 0 40px #2980B9, 0 0 70px #2980B9, 0 0 80px #2980B9, 0 0 100px #2980B9, 0 0 150px #2980B9; }
  .template-password .mfp-preloader {
    display: none; }
  .template-password .countdown_password-content {
    padding-top: 40px;
    display: flex;
    justify-content: center; }
    .template-password .countdown_password-content > span {
      display: block;
      background-color: #428bca;
      margin-right: 15px;
      width: 90px;
      padding: 5px;
      border-radius: 4px 4px 4px 4px;
      -moz-border-radius: 4px 4px 4px 4px;
      -webkit-border-radius: 4px 4px 4px 4px; }
      .template-password .countdown_password-content > span:last-child {
        margin-right: 0; }
      .template-password .countdown_password-content > span span {
        display: block; }
      @media (max-width: 479px) {
        .template-password .countdown_password-content > span {
          width: 65px; }
          .template-password .countdown_password-content > span span {
            font-size: 26px; } }
  .template-password .follow-us {
    padding-top: 40px; }
    .template-password .follow-us ul li {
      margin-right: 10px; }
      @media (max-width: 479px) {
        .template-password .follow-us ul li {
          margin-right: 5px; } }
      .template-password .follow-us ul li a {
        padding: 4px 7px;
        color: white;
        border-radius: 3px 3px 3px 3px;
        -moz-border-radius: 3px 3px 3px 3px;
        -webkit-border-radius: 3px 3px 3px 3px; }
        @media (max-width: 479px) {
          .template-password .follow-us ul li a {
            font-size: 12px; } }
      .template-password .follow-us ul li .facebook {
        background: #4a66b1; }
      .template-password .follow-us ul li .twitter {
        background: #1da1f2; }
      .template-password .follow-us ul li .google {
        background: #c7533c; }

.mfp-hide {
  display: none !important; }

.mfp-bg {
  background: white none repeat scroll 0 0;
  height: 100%;
  left: 0;
  opacity: 1;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1042; }

.mfp-wrap {
  height: 100%;
  left: 0;
  outline: medium none !important;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1043; }

.mfp-container {
  background: radial-gradient(circle, #b3b4b9, #6f7071);
  box-sizing: border-box;
  height: 100%;
  left: 0;
  padding: 0 8px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%; }
  .mfp-container:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle; }

button.mfp-close,
button.mfp-arrow {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 0 none;
  box-shadow: none;
  cursor: pointer;
  display: block;
  outline: medium none;
  overflow: visible;
  padding: 0;
  z-index: 1046; }

button::-moz-focus-inner {
  border: 0 none;
  padding: 0; }

.mfp-close {
  color: #006bc9;
  font-family: Arial,Baskerville,monospace;
  font-size: 28px;
  font-style: normal;
  height: 44px;
  line-height: 44px;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  position: absolute;
  right: 0;
  text-align: center;
  text-decoration: none;
  top: 0;
  width: 44px; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1; }

.mfp-close-btn-in .mfp-close {
  color: #006bc9; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  display: inline-block;
  margin: 0 auto;
  position: relative;
  text-align: left;
  vertical-align: middle;
  z-index: 1045;
  color: #006bc9; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  cursor: auto;
  width: 100%; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: white;
  padding-right: 6px;
  right: -6px;
  text-align: right;
  width: 100%; }

button.mfp-close {
  color: #006bc9;
  font-size: 2.5em;
  margin: 30px;
  opacity: 1; }

.password-page__login-form {
  max-width: 500px;
  margin: 0 auto;
  padding: 0 15px; }
  .password-page__login-form > p {
    text-align: center;
    padding-bottom: 30px; }
  .password-page__login-form .errors {
    text-align: center; }
    .password-page__login-form .errors ul {
      list-style-type: none;
      margin-left: 0; }
  .password-page__login-form .admin-login {
    text-align: center; }
  .password-page__login-form .input-group {
    position: relative; }
    .password-page__login-form .input-group input[type="password"]:focus {
      border: none;
      background: white; }
  .password-page__login-form .input-group-field {
    border: 1px solid #e1e1e1;
    height: 40px;
    line-height: 18px;
    padding: 5px 10px;
    width: 100%;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px; }
  .password-page__login-form .input-group-btn input {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    font-size: 12px;
    padding: 7px 10px;
    height: 40px;
    border: none;
    cursor: pointer;
    color: #333333;
    border-radius: 0px 4px 4px 0px;
    -moz-border-radius: 0px 4px 4px 0px;
    -webkit-border-radius: 0px 4px 4px 0px; }

.page-login .alert-error, .page-login .alert-danger {
  display: flex;
  align-items: center; }
  .page-login .alert-error .close, .page-login .alert-danger .close {
    width: 30px;
    height: 30px;
    border: 1px solid #428bca;
    background: none; }
  .page-login .alert-error .errors, .page-login .alert-danger .errors {
    padding-left: 15px; }
.page-login .alert-error {
  padding-left: 0; }

.page-portfolio {
  padding-top: 80px;
  text-align: center; }
  @media (max-width: 991px) {
    .page-portfolio {
      padding-top: 40px; } }
  .page-portfolio .breadcrumb {
    justify-content: center;
    padding-bottom: 25px; }
    @media (max-width: 479px) {
      .page-portfolio .breadcrumb li {
        font-size: 18px; } }
  .page-portfolio .wrap-breadcrumb.bw-color {
    background: none; }
  .page-portfolio .wrap-breadcrumb.bw-image .breadcrumb-holder {
    height: 46px;
    margin-bottom: 14px; }
  .page-portfolio .wrap-breadcrumb.bw-image .breadcrumb {
    position: relative;
    top: 0;
    margin-top: 0; }

.snize .snize-filters-sidebar > div {
  scrollbar-color: #428bca #f2f2f3;
  scrollbar-width: thin; }
  .snize .snize-filters-sidebar > div ul::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #f2f2f3; }
  .snize .snize-filters-sidebar > div ul::-webkit-scrollbar {
    width: 6px;
    background-color: #f2f2f3; }
  .snize .snize-filters-sidebar > div ul::-webkit-scrollbar-thumb {
    background-color: #428bca; }

.page-content {
  padding-top: 30px; }
  .page-content .snize .snize-filters-sidebar {
    border: none; }
    .page-content .snize .snize-filters-sidebar > div {
      border: 1px solid #e1e1e1;
      margin-bottom: 24px; }
      .page-content .snize .snize-filters-sidebar > div .snize-product-filters-title {
        display: flex;
        align-items: center; }
  .page-content .snize #snize-search-results-list-mode .snize-product .snize-title {
    font-size: 17px;
    font-weight: 300;
    color: #888888; }
  .page-content .snize #snize-search-results-list-mode .snize-product .snize-price-list {
    font-size: 20px;
    font-weight: 300;
    color: #324839; }
    .page-content .snize #snize-search-results-list-mode .snize-product .snize-price-list .snize-discounted-price {
      font-size: 15px;
      color: #324839; }

div.snize-ac-results div.snize-product-label {
  color: #324839 !important;
  background-color: rgba(0, 0, 0, 0) !important; }
  div.snize-ac-results div.snize-product-label .snize-left-arrow {
    border-right: 9px solid rgba(0, 0, 0, 0) !important; }

@media (max-width: 991px) {
  div.snize-ac-results.snize-ac-results-mobile li.snize-mobile-top-panel {
    border-bottom: 1px solid #428bca !important; }
    div.snize-ac-results.snize-ac-results-mobile li.snize-mobile-top-panel .snize-close-button-arrow {
      margin-right: 0 !important;
      background: none !important;
      position: relative; }
      div.snize-ac-results.snize-ac-results-mobile li.snize-mobile-top-panel .snize-close-button-arrow:before {
        content: "\e9b1";
        font-family: "arenafont";
        font-display: optional;
        font-size: 18px;
        color: #428bca; }
    div.snize-ac-results.snize-ac-results-mobile li.snize-mobile-top-panel .snize-close-button {
      width: 51px; }
    div.snize-ac-results.snize-ac-results-mobile li.snize-mobile-top-panel .snize-search {
      background: none !important; }
      div.snize-ac-results.snize-ac-results-mobile li.snize-mobile-top-panel .snize-search #snize-mobile-search-input {
        background: none; } }
@media (min-width: 768px) {
  .product-comparison-template-wrapper table {
    display: table;
    table-layout: fixed; } }
@media (min-width: 768px) {
  .product-comparison-template-wrapper.fancybox-content {
    padding: 0;
    padding-top: 44px;
    width: 1180px !important;
    max-width: 90%; }
    .product-comparison-template-wrapper.fancybox-content table {
      margin: 0; }
    .product-comparison-template-wrapper.fancybox-content button {
      background: #f2f2f3;
      padding: 5px; } }
@media (max-width: 767px) {
  .product-comparison-template-wrapper.fancybox-content {
    max-width: 90%;
    padding: 0;
    height: 90% !important; }
  .product-comparison-template-wrapper button {
    background: white;
    height: 42px;
    padding: 5px; } }
.product-comparison-template-wrapper .remove a:before {
  content: '\e814';
  font-family: "arenafont";
  font-display: optional;
  font-size: 20px; }
.product-comparison-template-wrapper .remove a i {
  display: none; }
.product-comparison-template-wrapper .product-name {
  padding-top: 10px; }
  .product-comparison-template-wrapper .product-name a {
    color: #333333; }
.product-comparison-template-wrapper .product-price {
  padding-top: 15px; }
.product-comparison-template-wrapper .product_comparison_template .heading-col {
  color: #428bca;
  background: #f2f2f3; }
  @media (min-width: 768px) {
    .product-comparison-template-wrapper .product_comparison_template .heading-col {
      width: 200px; } }
  @media (max-width: 767px) {
    .product-comparison-template-wrapper .product_comparison_template .heading-col {
      border-bottom: 1px solid #e0dede;
      text-align: left; } }
.product-comparison-template-wrapper .product_comparison_template .view-btn {
  padding: 0px 30px !important;
  text-transform: uppercase;
  height: 40px;
  line-height: 38px; }
.product-comparison-template-wrapper .product_comparison_template .spr-summary-actions {
  display: none; }
.product-comparison-template-wrapper .product_comparison_template .product-col .remove {
  z-index: 1; }
@media (max-width: 767px) {
  .product-comparison-template-wrapper .product_comparison_template .product-col {
    border-bottom: 1px solid #e0dede;
    text-align: center; }
    .product-comparison-template-wrapper .product_comparison_template .product-col .remove {
      text-align: left; } }
.product-comparison-template-wrapper .product_comparison_template .product-col.comparison_collection a {
  margin-right: 5px; }
.product-comparison-template-wrapper .product_comparison_template .product-col a {
  color: #333333; }
.product-comparison-template-wrapper .product_comparison_template .rating .product-col .spr-container {
  padding: 0; }
  .product-comparison-template-wrapper .product_comparison_template .rating .product-col .spr-container .spr-header-title {
    display: none; }
.product-comparison-template-wrapper .rating .spr-container {
  border: none; }
  .product-comparison-template-wrapper .rating .spr-container .spr-content {
    display: none; }
@media (max-width: 767px) {
  .product-comparison-template-wrapper .product_comparison_template {
    margin: 0; }
  .product-comparison-template-wrapper table.product_comparison_template tr td {
    display: block;
    position: relative;
    width: 100%; } }

.compare-table {
  padding-bottom: 30px; }

/* Sidebar cart ------------------------*/
.cart-dd:after {
  content: "";
  border-bottom: 12px solid white;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  position: absolute;
  display: block;
  top: -12px;
  right: 10px;
  z-index: 100; }

.cart-sb .wrap-action {
  position: absolute;
  display: block;
  left: 15px;
  right: 15px;
  bottom: 15px;
  background: white; }

.cart-sb, .cart-dd {
  margin: 0px;
  padding: 20px 15px;
  width: 340px;
  position: absolute;
  background: white;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  position: absolute;
  display: block;
  top: 100%;
  right: 0;
  left: auto;
  text-align: left; }
  @media (max-width: 374px) {
    .cart-sb, .cart-dd {
      width: 100%; } }
  .cart-sb #cart-info .items, .cart-dd #cart-info .items {
    overflow: hidden;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 10px; }
  .cart-sb #cart-info .cart-item-empty, .cart-dd #cart-info .cart-item-empty {
    padding: 10px 20px;
    color: #428bca;
    font-family: Roboto, "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 17px; }
    .cart-sb #cart-info .cart-item-empty p, .cart-dd #cart-info .cart-item-empty p {
      margin: 0; }
  .cart-sb #cart-info .terms-conditions, .cart-dd #cart-info .terms-conditions {
    font-size: 17px; }
  .cart-sb #cart-info h1, .cart-dd #cart-info h1 {
    text-transform: none;
    margin: 0px;
    padding: 15px 15px 0; }
  .cart-sb #cart-info .items-inner, .cart-dd #cart-info .items-inner {
    margin: 0;
    overflow: hidden;
    position: relative;
    display: table;
    width: 100%;
    table-layout: fixed;
    padding-bottom: 30px; }
    .cart-sb #cart-info .items-inner .cart-item-image, .cart-dd #cart-info .items-inner .cart-item-image {
      float: none;
      display: table-cell;
      width: 75px;
      text-align: center; }
    .cart-sb #cart-info .items-inner .cart-item-info, .cart-dd #cart-info .items-inner .cart-item-info {
      float: none;
      display: table-cell;
      padding-left: 15px;
      vertical-align: top;
      font-size: 17px; }
    .cart-sb #cart-info .items-inner .cart-item-quantity, .cart-dd #cart-info .items-inner .cart-item-quantity {
      padding: 0 0 5px; }
      .cart-sb #cart-info .items-inner .cart-item-quantity span, .cart-dd #cart-info .items-inner .cart-item-quantity span {
        color: #888888; }
    .cart-sb #cart-info .items-inner .cart-close, .cart-dd #cart-info .items-inner .cart-close {
      float: none;
      display: table-cell;
      vertical-align: top;
      width: 30px;
      height: 100%;
      text-align: center;
      position: relative;
      top: -2px; }
      .cart-sb #cart-info .items-inner .cart-close i, .cart-dd #cart-info .items-inner .cart-close i {
        color: #888888;
        font-size: 18px; }
      .cart-sb #cart-info .items-inner .cart-close:hover i, .cart-dd #cart-info .items-inner .cart-close:hover i {
        color: #428bca; }
    .cart-sb #cart-info .items-inner .cart-item-title, .cart-dd #cart-info .items-inner .cart-item-title {
      margin: 0;
      padding: 0 0px 5px 0;
      line-height: 1.2; }
      .cart-sb #cart-info .items-inner .cart-item-title a:hover, .cart-dd #cart-info .items-inner .cart-item-title a:hover {
        color: #428bca; }
      @media (max-width: 575px) {
        .cart-sb #cart-info .items-inner .cart-item-title a, .cart-dd #cart-info .items-inner .cart-item-title a {
          font-size: 14px; } }
    .cart-sb #cart-info .items-inner .cart-item-price, .cart-dd #cart-info .items-inner .cart-item-price {
      color: #324839;
      display: inline-block; }
      @media (max-width: 575px) {
        .cart-sb #cart-info .items-inner .cart-item-price, .cart-dd #cart-info .items-inner .cart-item-price {
          font-size: 14px; } }
  .cart-sb #cart-info .total, .cart-dd #cart-info .total {
    overflow: hidden;
    width: 100%;
    text-align: center; }
    .cart-sb #cart-info .total > span, .cart-dd #cart-info .total > span {
      color: #333333;
      font-size: 18px; }
    .cart-sb #cart-info .total > span:first-child, .cart-dd #cart-info .total > span:first-child {
      padding-right: 5px; }
  .cart-sb .action, .cart-dd .action {
    overflow: hidden;
    margin: 0; }
    .cart-sb .action .btn, .cart-dd .action .btn {
      display: block;
      width: 100%;
      padding: 4px;
      margin-bottom: 12px; }

.cart-dd {
  visibility: hidden;
  z-index: -9999;
  display: block;
  opacity: 0;
  -webkit-transform: translate(10px, 50px);
  -ms-transform: translate(10px, 50px);
  -o-transform: translate(10px, 50px);
  transform: translate(10px, 50px);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  -ms-transform: 0 0 10px rgba(0, 0, 0, 0.3);
  -o-transform: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }
  .cart-dd .cart-content .items {
    height: 350px;
    overflow-y: auto !important; }

.cart-content .total {
  font-size: 18px;
  padding: 15px 0; }
  .cart-content .total .cart-item-total-price {
    text-align: right; }
.cart-content .terms-conditions input {
  vertical-align: middle;
  margin-top: -2px; }

.cart-sb {
  padding-top: 0;
  position: fixed;
  top: 0px !important;
  right: 0px !important;
  z-index: 9999999;
  height: 100%;
  opacity: 0;
  -webkit-transform: translate(390px, 0);
  -ms-transform: translate(390px, 0);
  -o-transform: translate(390px, 0);
  transform: translate(390px, 0);
  -webkit-box-shadow: 0 0 0 white !important;
  -ms-transform: 0 0 0 white !important;
  -o-transform: 0 0 0 white !important;
  box-shadow: 0 0 0 white !important;
  -moz-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .cart-sb .cart-sb-title {
    padding: 0;
    position: relative;
    background: #428bca;
    margin: 0 -15px 0px -15px; }
    .cart-sb .cart-sb-title .c-close {
      font-size: 17px;
      display: inline-block;
      cursor: pointer;
      text-align: center;
      color: white;
      position: absolute;
      display: block;
      top: 0px;
      right: 0;
      border-radius: 50% 50% 50% 50%;
      -moz-border-radius: 50% 50% 50% 50%;
      -webkit-border-radius: 50% 50% 50% 50%;
      -moz-transition: all 0.35s ease 0s;
      -o-transition: all 0.35s ease 0s;
      -webkit-transition: all 0.35s ease 0s;
      transition: all 0.35s ease 0s;
      width: 45px;
      height: 45px;
      line-height: 45px; }
      .cart-sb .cart-sb-title .c-close:hover {
        color: #428bca; }
    .cart-sb .cart-sb-title .c-title {
      color: inherit;
      font-size: 18px;
      font-weight: 300;
      color: white;
      line-height: 45px;
      text-align: center;
      text-transform: uppercase;
      display: block; }
  .cart-sb .cart-order-note {
    display: none; }
  .cart-sb form {
    display: block;
    width: 100%;
    height: 100%; }
  .cart-sb .cart-content {
    opacity: 0;
    visibility: hidden;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s; }
    .cart-sb .cart-content .wrap-action .btn-view-cart {
      font-weight: 600; }
  .cart-sb .cart-order-note .cart-note textarea {
    min-height: 90px; }
  .cart-sb #cart-info {
    max-height: calc(100% - 320px);
    overflow-y: auto;
    overflow-x: hidden;
    /*	-webkit-overflow-scrolling: touch;*/ }
    .cart-sb #cart-info .items {
      padding-top: 15px;
      overflow-y: auto; }
    .cart-sb #cart-info .items-inner {
      -webkit-transform: translate(0, 100px);
      -ms-transform: translate(0, 100px);
      -o-transform: translate(0, 100px);
      transform: translate(0, 100px);
      opacity: 0; }
      .cart-sb #cart-info .items-inner .cart-close {
        text-align: left; }
    .cart-sb #cart-info .animated-0 {
      -moz-transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) calc(0.1s + calc(0.12s  0)), opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) calc(0.2s + calc(0.12s  0));
      -o-transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) calc(0.1s + calc(0.12s  0)), opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) calc(0.2s + calc(0.12s  0));
      -webkit-transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) calc(0.1s + calc(0.12s  0)), opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) calc(0.2s + calc(0.12s  0));
      transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) calc(0.1s + calc(0.12s  0)), opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) calc(0.2s + calc(0.12s  0)); }
    .cart-sb #cart-info .animated-1 {
      -moz-transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) calc(0.1s + calc(0.12s  1)), opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) calc(0.2s + calc(0.12s  1));
      -o-transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) calc(0.1s + calc(0.12s  1)), opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) calc(0.2s + calc(0.12s  1));
      -webkit-transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) calc(0.1s + calc(0.12s  1)), opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) calc(0.2s + calc(0.12s  1));
      transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) calc(0.1s + calc(0.12s  1)), opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) calc(0.2s + calc(0.12s  1)); }
    .cart-sb #cart-info .animated-2 {
      -moz-transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) calc(0.1s + calc(0.12s  2)), opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) calc(0.2s + calc(0.12s  2));
      -o-transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) calc(0.1s + calc(0.12s  2)), opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) calc(0.2s + calc(0.12s  2));
      -webkit-transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) calc(0.1s + calc(0.12s  2)), opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) calc(0.2s + calc(0.12s  2));
      transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) calc(0.1s + calc(0.12s  2)), opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) calc(0.2s + calc(0.12s  2)); }
    .cart-sb #cart-info .animated-3 {
      -moz-transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) calc(0.1s + calc(0.12s  3)), opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) calc(0.2s + calc(0.12s  3));
      -o-transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) calc(0.1s + calc(0.12s  3)), opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) calc(0.2s + calc(0.12s  3));
      -webkit-transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) calc(0.1s + calc(0.12s  3)), opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) calc(0.2s + calc(0.12s  3));
      transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) calc(0.1s + calc(0.12s  3)), opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) calc(0.2s + calc(0.12s  3)); }
    .cart-sb #cart-info .animated-4 {
      -moz-transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) calc(0.1s + calc(0.12s  4)), opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) calc(0.2s + calc(0.12s  4));
      -o-transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) calc(0.1s + calc(0.12s  4)), opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) calc(0.2s + calc(0.12s  4));
      -webkit-transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) calc(0.1s + calc(0.12s  4)), opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) calc(0.2s + calc(0.12s  4));
      transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) calc(0.1s + calc(0.12s  4)), opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) calc(0.2s + calc(0.12s  4)); }
    .cart-sb #cart-info .animated-5 {
      -moz-transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) calc(0.1s + calc(0.12s  5)), opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) calc(0.2s + calc(0.12s  5));
      -o-transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) calc(0.1s + calc(0.12s  5)), opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) calc(0.2s + calc(0.12s  5));
      -webkit-transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) calc(0.1s + calc(0.12s  5)), opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) calc(0.2s + calc(0.12s  5));
      transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) calc(0.1s + calc(0.12s  5)), opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) calc(0.2s + calc(0.12s  5)); }
    .cart-sb #cart-info .animated-6 {
      -moz-transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) calc(0.1s + calc(0.12s  6)), opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) calc(0.2s + calc(0.12s  6));
      -o-transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) calc(0.1s + calc(0.12s  6)), opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) calc(0.2s + calc(0.12s  6));
      -webkit-transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) calc(0.1s + calc(0.12s  6)), opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) calc(0.2s + calc(0.12s  6));
      transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) calc(0.1s + calc(0.12s  6)), opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) calc(0.2s + calc(0.12s  6)); }
    .cart-sb #cart-info .animated-7 {
      -moz-transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) calc(0.1s + calc(0.12s  7)), opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) calc(0.2s + calc(0.12s  7));
      -o-transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) calc(0.1s + calc(0.12s  7)), opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) calc(0.2s + calc(0.12s  7));
      -webkit-transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) calc(0.1s + calc(0.12s  7)), opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) calc(0.2s + calc(0.12s  7));
      transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) calc(0.1s + calc(0.12s  7)), opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) calc(0.2s + calc(0.12s  7)); }
    .cart-sb #cart-info .animated-8 {
      -moz-transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) calc(0.1s + calc(0.12s  8)), opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) calc(0.2s + calc(0.12s  8));
      -o-transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) calc(0.1s + calc(0.12s  8)), opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) calc(0.2s + calc(0.12s  8));
      -webkit-transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) calc(0.1s + calc(0.12s  8)), opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) calc(0.2s + calc(0.12s  8));
      transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) calc(0.1s + calc(0.12s  8)), opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) calc(0.2s + calc(0.12s  8)); }
    .cart-sb #cart-info .animated-9 {
      -moz-transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) calc(0.1s + calc(0.12s  9)), opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) calc(0.2s + calc(0.12s  9));
      -o-transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) calc(0.1s + calc(0.12s  9)), opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) calc(0.2s + calc(0.12s  9));
      -webkit-transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) calc(0.1s + calc(0.12s  9)), opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) calc(0.2s + calc(0.12s  9));
      transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) calc(0.1s + calc(0.12s  9)), opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) calc(0.2s + calc(0.12s  9)); }
    .cart-sb #cart-info .animated-10 {
      -moz-transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) calc(0.1s + calc(0.12s  10)), opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) calc(0.2s + calc(0.12s  10));
      -o-transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) calc(0.1s + calc(0.12s  10)), opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) calc(0.2s + calc(0.12s  10));
      -webkit-transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) calc(0.1s + calc(0.12s  10)), opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) calc(0.2s + calc(0.12s  10));
      transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) calc(0.1s + calc(0.12s  10)), opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) calc(0.2s + calc(0.12s  10)); }
    .cart-sb #cart-info .animated-11 {
      -moz-transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) calc(0.1s + calc(0.12s  11)), opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) calc(0.2s + calc(0.12s  11));
      -o-transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) calc(0.1s + calc(0.12s  11)), opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) calc(0.2s + calc(0.12s  11));
      -webkit-transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) calc(0.1s + calc(0.12s  11)), opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) calc(0.2s + calc(0.12s  11));
      transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) calc(0.1s + calc(0.12s  11)), opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) calc(0.2s + calc(0.12s  11)); }
    .cart-sb #cart-info .animated-12 {
      -moz-transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) calc(0.1s + calc(0.12s  12)), opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) calc(0.2s + calc(0.12s  12));
      -o-transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) calc(0.1s + calc(0.12s  12)), opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) calc(0.2s + calc(0.12s  12));
      -webkit-transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) calc(0.1s + calc(0.12s  12)), opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) calc(0.2s + calc(0.12s  12));
      transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) calc(0.1s + calc(0.12s  12)), opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) calc(0.2s + calc(0.12s  12)); }
    .cart-sb #cart-info .animated-13 {
      -moz-transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) calc(0.1s + calc(0.12s  13)), opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) calc(0.2s + calc(0.12s  13));
      -o-transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) calc(0.1s + calc(0.12s  13)), opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) calc(0.2s + calc(0.12s  13));
      -webkit-transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) calc(0.1s + calc(0.12s  13)), opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) calc(0.2s + calc(0.12s  13));
      transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) calc(0.1s + calc(0.12s  13)), opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) calc(0.2s + calc(0.12s  13)); }
    .cart-sb #cart-info .animated-14 {
      -moz-transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) calc(0.1s + calc(0.12s  14)), opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) calc(0.2s + calc(0.12s  14));
      -o-transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) calc(0.1s + calc(0.12s  14)), opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) calc(0.2s + calc(0.12s  14));
      -webkit-transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) calc(0.1s + calc(0.12s  14)), opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) calc(0.2s + calc(0.12s  14));
      transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) calc(0.1s + calc(0.12s  14)), opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) calc(0.2s + calc(0.12s  14)); }
    .cart-sb #cart-info .animated-15 {
      -moz-transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) calc(0.1s + calc(0.12s  15)), opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) calc(0.2s + calc(0.12s  15));
      -o-transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) calc(0.1s + calc(0.12s  15)), opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) calc(0.2s + calc(0.12s  15));
      -webkit-transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) calc(0.1s + calc(0.12s  15)), opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) calc(0.2s + calc(0.12s  15));
      transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) calc(0.1s + calc(0.12s  15)), opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) calc(0.2s + calc(0.12s  15)); }
    .cart-sb #cart-info .animated-16 {
      -moz-transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) calc(0.1s + calc(0.12s  16)), opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) calc(0.2s + calc(0.12s  16));
      -o-transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) calc(0.1s + calc(0.12s  16)), opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) calc(0.2s + calc(0.12s  16));
      -webkit-transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) calc(0.1s + calc(0.12s  16)), opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) calc(0.2s + calc(0.12s  16));
      transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) calc(0.1s + calc(0.12s  16)), opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) calc(0.2s + calc(0.12s  16)); }
    .cart-sb #cart-info .animated-17 {
      -moz-transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) calc(0.1s + calc(0.12s  17)), opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) calc(0.2s + calc(0.12s  17));
      -o-transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) calc(0.1s + calc(0.12s  17)), opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) calc(0.2s + calc(0.12s  17));
      -webkit-transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) calc(0.1s + calc(0.12s  17)), opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) calc(0.2s + calc(0.12s  17));
      transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) calc(0.1s + calc(0.12s  17)), opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) calc(0.2s + calc(0.12s  17)); }
    .cart-sb #cart-info .animated-18 {
      -moz-transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) calc(0.1s + calc(0.12s  18)), opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) calc(0.2s + calc(0.12s  18));
      -o-transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) calc(0.1s + calc(0.12s  18)), opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) calc(0.2s + calc(0.12s  18));
      -webkit-transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) calc(0.1s + calc(0.12s  18)), opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) calc(0.2s + calc(0.12s  18));
      transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) calc(0.1s + calc(0.12s  18)), opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) calc(0.2s + calc(0.12s  18)); }
    .cart-sb #cart-info .cart-item-empty {
      padding-top: 10px;
      text-align: left; }
  .cart-sb .cart-order-note {
    padding-top: 15px; }
    .cart-sb .cart-order-note span {
      display: block;
      padding-bottom: 5px;
      font-size: 16px; }
  .cart-sb.opened {
    -webkit-transform: translate(0px, 0);
    -ms-transform: translate(0px, 0);
    -o-transform: translate(0px, 0);
    transform: translate(0px, 0);
    margin-top: 0px !important;
    opacity: 1; }
    .cart-sb.opened .c-close {
      opacity: 1; }
    .cart-sb.opened #cart-info .items-inner {
      opacity: 1;
      -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      -o-transform: translate(0, 0);
      transform: translate(0, 0); }
    .cart-sb.opened .cart-content {
      opacity: 1;
      visibility: visible; }

/*Free shipping*/
.cart-sb .wrap-total {
  margin-top: 30px; }
  .cart-sb .wrap-total .sb-progress {
    background: #dddddd;
    margin: 10px 0px;
    height: 14px;
    position: relative;
    text-align: center;
    border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    -webkit-border-radius: 0px 0px 0px 0px; }
  .cart-sb .wrap-total .sb-progress-bar {
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    color: #ffffff;
    font-size: 12px;
    background: #428bca;
    height: 14px;
    margin: 0px;
    line-height: 14px;
    -moz-transition: width 0.4s ease-in-out;
    -o-transition: width 0.4s ease-in-out;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
    background-image: -webkit-linear-gradient(bottom left, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(bottom left, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(to top right, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 40px 40px;
    animation: move 2s linear infinite; }
  .cart-sb .wrap-total .sb-text {
    margin-top: 20px; }
    .cart-sb .wrap-total .sb-text span {
      display: inline-block; }

/* Back to top ---------------------------------*/
#scroll-to-top {
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  -moz-backface-visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  position: fixed;
  right: 15px;
  bottom: 10px;
  z-index: 1000;
  display: block;
  cursor: pointer;
  text-align: center; }
  @media (max-width: 1024px) {
    #scroll-to-top {
      display: none; } }
  #scroll-to-top.on {
    bottom: 10%;
    opacity: 1;
    filter: alpha(opacity=100); }
  #scroll-to-top i {
    display: none; }
  #scroll-to-top a {
    position: relative;
    width: 60px;
    height: 60px;
    line-height: 56px;
    display: block;
    border: none;
    border: 2px solid #428bca;
    background: none;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s; }
    #scroll-to-top a:before {
      content: "\f106";
      font-size: 32px;
      padding: 0;
      width: 55px;
      height: 55px;
      line-height: 52px;
      text-align: center;
      color: #428bca;
      font-family: "arenafont";
      font-display: optional;
      display: block;
      -moz-transition: all 0.3s ease-in-out 0s;
      -o-transition: all 0.3s ease-in-out 0s;
      -webkit-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s; }
    #scroll-to-top a:hover {
      text-decoration: none; }

#quick-shop-popup {
  background-color: rgba(0, 0, 0, 0.7); }
  #quick-shop-popup .modal-dialog {
    max-width: 100%;
    margin-top: 50px; }
    #quick-shop-popup .modal-dialog .modal-content {
      -moz-transform: scaleY(0) translateY(0px);
      -o-transform: scaleY(0) translateY(0px);
      -ms-transform: scaleY(0) translateY(0px);
      -webkit-transform: scaleY(0) translateY(0px);
      transform: scaleY(0) translateY(0px);
      width: 820px;
      margin: 0 auto;
      padding: 35px 20px 20px 20px; }
      #quick-shop-popup .modal-dialog .modal-content.fade-custom {
        -moz-transform: scaleY(1) translateY(0px);
        -o-transform: scaleY(1) translateY(0px);
        -ms-transform: scaleY(1) translateY(0px);
        -webkit-transform: scaleY(1) translateY(0px);
        transform: scaleY(1) translateY(0px); }
      #quick-shop-popup .modal-dialog .modal-content .modal-header {
        border: 0;
        padding: 0px;
        text-align: right;
        min-height: 0; }
        #quick-shop-popup .modal-dialog .modal-content .modal-header span {
          -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.5);
          -ms-transform: 0 0px 0px rgba(0, 0, 0, 0.5);
          -o-transform: 0 0px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0px 0px rgba(0, 0, 0, 0.5);
          position: absolute;
          display: block;
          top: 10px;
          right: 10px;
          -moz-transition: all 0.35s ease 0s;
          -o-transition: all 0.35s ease 0s;
          -webkit-transition: all 0.35s ease 0s;
          transition: all 0.35s ease 0s;
          width: 30px;
          height: 30px;
          line-height: 30px;
          background: #428bca;
          display: block;
          cursor: pointer;
          background-color: none;
          background-image: none;
          text-align: center;
          z-index: 9999;
          padding: 0;
          margin: 0;
          opacity: 1; }
          #quick-shop-popup .modal-dialog .modal-content .modal-header span:before {
            content: "\e823";
            font-family: "arenafont";
            font-display: optional;
            font-size: 16px;
            color: white;
            display: block;
            line-height: 30px;
            margin: 0 auto;
            padding: 0;
            width: 100%; }
          #quick-shop-popup .modal-dialog .modal-content .modal-header span:hover {
            opacity: 1;
            background: #428bca; }
            #quick-shop-popup .modal-dialog .modal-content .modal-header span:hover:before {
              opacity: 0.7; }
      #quick-shop-popup .modal-dialog .modal-content .modal-body {
        padding: 0;
        display: table;
        width: 100%;
        table-layout: fixed; }
        #quick-shop-popup .modal-dialog .modal-content .modal-body .product-image {
          width: 47.37%;
          display: table-cell; }
        #quick-shop-popup .modal-dialog .modal-content .modal-body .product-info {
          display: table-cell;
          vertical-align: top;
          width: 52.63%;
          padding: 0 0 0 20px; }
          #quick-shop-popup .modal-dialog .modal-content .modal-body .product-info .qs-product-button {
            padding-top: 20px; }
            #quick-shop-popup .modal-dialog .modal-content .modal-body .product-info .qs-product-button .btn {
              min-width: 40px;
              height: 42px;
              width: 100%;
              font-size: 17px;
              font-weight: 500; }

.qs-drawer, .qs-drawer .modal-dialog, .qs-drawer .modal-content {
  height: 100%; }

.modal-body {
  padding: 15px; }

.quick-view .product-image #qs-product-image {
  position: relative;
  overflow: hidden; }
  .quick-view .product-image #qs-product-image .slick-track .slick-slide > div:before {
    content: '';
    display: block;
    padding-bottom: 100%; }
  .quick-view .product-image #qs-product-image .slick-track .slick-slide img {
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    margin: 0px auto;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 0;
    object-fit: cover;
    font-family: "object-fit: cover"; }
.quick-view .product-info .qs-countdown-wrap {
  display: inline-block;
  padding-left: 13px; }
.quick-view .product-info > p {
  margin: 0;
  padding: 12px 0; }
  .quick-view .product-info > p a {
    text-decoration: underline; }
.quick-view .product-info #qs-product-title {
  letter-spacing: normal;
  padding-bottom: 12px; }
  .quick-view .product-info #qs-product-title a {
    font-family: Open Sans, "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 30px;
    color: #333333; }
    @media (min-width: 1024px) and (max-width: 1199px) {
      .quick-view .product-info #qs-product-title a {
        font-size: 20px; } }
    .quick-view .product-info #qs-product-title a:hover {
      text-decoration: none;
      color: #428bca; }
.quick-view .product-info #qs-rating .preview-badge > div {
  padding-bottom: 20px; }
.quick-view .product-info #qs-rating .spr-badge[data-rating="0.0"] {
  display: block; }
.quick-view .product-info #qs-rating .spr-badge-caption {
  display: inline-block; }
.quick-view .product-info #qs-product-price {
  text-align: left;
  border: none;
  color: #324839;
  padding-bottom: 12px;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: flex-end; }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .quick-view .product-info #qs-product-price {
      margin: 0;
      overflow: hidden; } }
  .quick-view .product-info #qs-product-price .price,
  .quick-view .product-info #qs-product-price .price-sale {
    color: #324839;
    font-size: 24px;
    font-weight: 500; }
  .quick-view .product-info #qs-product-price .price-compare {
    font-size: 19px;
    font-weight: 500;
    margin: 0px 0px 0px 20px;
    color: #324839; }
  .quick-view .product-info #qs-product-price .unavailable {
    font-size: 20px;
    color: #888888; }
.quick-view .product-info #qs-countdown {
  padding-bottom: 25px; }
.quick-view .product-info .wrapper-countdown span {
  font-weight: 600;
  font-size: 20px;
  color: #5e4c43;
  padding: 0 1px; }
.quick-view .product-info .wrapper-countdown .count-hours:after, .quick-view .product-info .wrapper-countdown .count-minutes:after {
  content: ":";
  padding-left: 5px; }
.quick-view .product-info .wrapper-countdown .count-hours .text-date, .quick-view .product-info .wrapper-countdown .count-minutes .text-date {
  display: none; }
.quick-view .product-info .wrapper-countdown .text-date {
  padding-left: 3px; }
.quick-view .product-info #qs-description {
  line-height: 28px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  clear: both; }
  .quick-view .product-info #qs-description p {
    line-height: 28px;
    margin: 0px 0 20px; }
  .quick-view .product-info #qs-description h1, .quick-view .product-info #qs-description h2, .quick-view .product-info #qs-description h3, .quick-view .product-info #qs-description h4, .quick-view .product-info #qs-description h5, .quick-view .product-info #qs-description h6 {
    margin: 0 0 20px; }
  .quick-view .product-info #qs-description h5,
  .quick-view .product-info #qs-description img {
    display: none; }
.quick-view .product-info #qs-full-description {
  padding-top: 30px; }
  .quick-view .product-info #qs-full-description > p:first-child {
    border-bottom: 1px solid rgba(66, 139, 202, 0.2); }
  .quick-view .product-info #qs-full-description h1, .quick-view .product-info #qs-full-description h2, .quick-view .product-info #qs-full-description h3, .quick-view .product-info #qs-full-description h4, .quick-view .product-info #qs-full-description h5, .quick-view .product-info #qs-full-description h6 {
    margin: 15px 0; }
  .quick-view .product-info #qs-full-description .qs-full-description {
    overflow: hidden;
    padding-bottom: 65%;
    position: relative; }
    .quick-view .product-info #qs-full-description .qs-full-description iframe {
      position: absolute;
      width: 100%; }
.quick-view .product-info .variants-wrapper .selector-wrapper {
  overflow: hidden;
  padding-bottom: 20px; }
  .quick-view .product-info .variants-wrapper .selector-wrapper select {
    width: 75%;
    height: 40px;
    padding: 0px 10px;
    line-height: 40px;
    color: #333333;
    border: 2px solid rgba(66, 139, 202, 0.3); }
    .quick-view .product-info .variants-wrapper .selector-wrapper select:focus {
      border: 2px solid #428bca; }
.quick-view .product-info .variants-wrapper label {
  color: #333333;
  display: inline-block;
  float: left;
  width: 25%;
  margin: 0px;
  line-height: 40px;
  padding: 0 10px 0 0; }
.quick-view .product-info .variants-wrapper > div {
  position: relative; }
  .quick-view .product-info .variants-wrapper > div:after {
    content: '\f107';
    font-family: "arenafont";
    font-display: optional;
    position: absolute;
    display: block;
    top: 0;
    right: 25px;
    height: 40px;
    width: 0;
    line-height: 40px; }
.quick-view .qs-gallery-thumbnail-bottom #qs-thumbnail-images {
  padding-top: 10px; }
  .quick-view .qs-gallery-thumbnail-bottom #qs-thumbnail-images.slick-initialized .slick-slide {
    margin: 0 5px;
    position: relative; }
  .quick-view .qs-gallery-thumbnail-bottom #qs-thumbnail-images .qs-thumbnail-img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%; }
.quick-view .qs-gallery-thumbnail-left .product-image-inner #gallery-qs-image {
  padding-left: 100px; }
.quick-view .qs-gallery-thumbnail-left .product-image-inner #qs-thumbnail-images {
  position: absolute;
  display: block;
  left: 0;
  top: 0; }
  .quick-view .qs-gallery-thumbnail-left .product-image-inner #qs-thumbnail-images .slick-track {
    width: 95px; }
.quick-view .qs-gallery-thumbnail-right .product-image-inner #gallery-qs-image {
  padding-right: 100px; }
.quick-view .qs-gallery-thumbnail-right .product-image-inner #qs-thumbnail-images {
  position: absolute;
  display: block;
  top: 0;
  right: 0; }
  .quick-view .qs-gallery-thumbnail-right .product-image-inner #qs-thumbnail-images .slick-track {
    width: 95px; }
.quick-view .product-image[class*=qs-gallery-thumbnail-] #gallery-qs-image.no-thumbnail {
  padding: 0; }

.qty-style-1 .quick-view #qs-product-action > div:not(.variants-wrapper) {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end; }
  .qty-style-1 .quick-view #qs-product-action > div:not(.variants-wrapper) > div {
    flex: 1; }

.btn-rounded #quick-shop-popup .modal-content {
  border-radius: 6px 6px 6px 6px;
  -moz-border-radius: 6px 6px 6px 6px;
  -webkit-border-radius: 6px 6px 6px 6px; }
.btn-rounded #quick-shop-popup .product-info .variants-wrapper .selector-wrapper select {
  border-radius: 6px 6px 6px 6px;
  -moz-border-radius: 6px 6px 6px 6px;
  -webkit-border-radius: 6px 6px 6px 6px; }
.btn-rounded #quick-shop-popup .product-info .qty-wrapper {
  border-radius: 6px 6px 6px 6px;
  -moz-border-radius: 6px 6px 6px 6px;
  -webkit-border-radius: 6px 6px 6px 6px; }

.gg-translate .goog-te-gadget {
  font-size: 0; }
  .gg-translate .goog-te-gadget span a {
    display: none; }
  .gg-translate .goog-te-gadget select {
    border: none;
    padding-right: 0px;
    padding-left: 10px;
    background-image: none !important;
    max-width: 110px;
    cursor: pointer; }
  .gg-translate .goog-te-gadget i {
    font-size: 12px; }

.spc-block {
  overflow: hidden;
  position: relative; }
  .spc-block .deal-title {
    font-size: 20px;
    color: #333333;
    margin-bottom: 0px;
    font-weight: 700; }
  .spc-block .deal-subtitle {
    font-size: 14px;
    color: #333333;
    margin-bottom: 0px; }
  .spc-block .text-date {
    display: block;
    font-size: 12px;
    font-weight: 500; }
  .spc-block .block-countdown .wrapper-countdown > div {
    display: inline-flex; }
    .spc-block .block-countdown .wrapper-countdown > div > span {
      font-size: 29px;
      font-weight: 700;
      padding: 2px 7px; }
      @media (max-width: 1199px) {
        .spc-block .block-countdown .wrapper-countdown > div > span {
          font-size: 18px;
          padding: 2px 5px; } }
  .spc-block .block-countdown .wrapper-countdown .btn-deal {
    color: #333333; }
  .spc-block .product-wrapper .block-countdown .wrapper-countdown > div {
    justify-content: center; }
  .spc-block.spc-type-product .block-countdown {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    bottom: 30px;
    padding: 10px 20px;
    text-align: center;
    opacity: 0.8;
    background: white;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%); }
  .spc-block.spc-type-image {
    padding-bottom: 30px; }
    .spc-block.spc-type-image .deal-title {
      color: white; }
    .spc-block.spc-type-image .deal-subtitle {
      color: white; }
    .spc-block.spc-type-image .block-countdown {
      position: absolute;
      display: block;
      left: 45px;
      top: 20px;
      right: 45px;
      color: white;
      text-align: center;
      padding: 10px 20px; }
      .spc-block.spc-type-image .block-countdown .wrapper-countdown > div > span {
        padding: 5px 15px; }
      @media (max-width: 1199px) {
        .spc-block.spc-type-image .block-countdown {
          padding: 10px 0;
          left: 30px;
          right: 30px;
          top: 10px; } }
      @media (max-width: 991px) {
        .spc-block.spc-type-image .block-countdown {
          left: 15px;
          right: 15px; } }

.page-product .swatch-element {
  margin-right: 20px; }
  @media (max-width: 767px) {
    .page-product .swatch-element {
      margin-right: 10px; } }
.page-product .swt-type-color .swatch-element.rectangle label {
  width: 40px;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  border: none; }
.page-product .swt-type-color .swatch-element.circle label {
  width: 40px;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  border: none;
  border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  -webkit-border-radius: 50% 50% 50% 50%; }
  .page-product .swt-type-color .swatch-element.circle label:before {
    top: 0;
    border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%; }
.page-product .swt-type-color .swatch-element.circle input:checked + label:before {
  border: 1px solid #428bca; }
.page-product .swt-type-color .swatch-element[data-value="White"] label {
  border: 1px solid #eee; }
.page-product .swt-type-button .swatch-element {
  margin-right: 10px; }
  .page-product .swt-type-button .swatch-element label {
    cursor: pointer;
    padding: 0 15px;
    text-align: left;
    text-transform: capitalize;
    min-width: 40px;
    min-height: 40px;
    line-height: 40px;
    border: none; }
  .page-product .swt-type-button .swatch-element.rectangle {
    border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    -webkit-border-radius: 0px 0px 0px 0px; }
  .page-product .swt-type-button .swatch-element.circle label {
    border-radius: 20px 20px 20px 20px;
    -moz-border-radius: 20px 20px 20px 20px;
    -webkit-border-radius: 20px 20px 20px 20px;
    text-align: center; }
  .page-product .swt-type-button .swatch-element input:checked + label {
    border: 1px solid #428bca;
    font-weight: 600; }
    .page-product .swt-type-button .swatch-element input:checked + label:before {
      position: absolute; }
.page-product .swt-type-button[data-value="color"] .swatch-element.circle label {
  border-radius: 20px 20px 20px 20px;
  -moz-border-radius: 20px 20px 20px 20px;
  -webkit-border-radius: 20px 20px 20px 20px;
  min-height: 31px;
  line-height: inherit;
  padding: 5px 10px;
  text-align: center;
  border: none; }
.page-product .swt-type-button[data-value="color"] .swatch-element input:checked + label {
  border: 1px solid #428bca;
  font-weight: 600; }
.page-product .swt-type-button[data-value="size"] .swatch-element label {
  padding: 0 10px;
  text-align: center; }
.page-product .swt-type-button[data-value="size"] .swatch-element.rectangle label {
  border-radius: 0px 0px 0px 0px;
  -moz-border-radius: 0px 0px 0px 0px;
  -webkit-border-radius: 0px 0px 0px 0px; }
.page-product .swt-type-button[data-value="size"] .swatch-element.circle label {
  border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  -webkit-border-radius: 50% 50% 50% 50%; }
.page-product .swt-type-image .swatch-element.rectangle label {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-size: cover;
  cursor: pointer; }
.page-product .swt-type-image .swatch-element.circle label {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-size: cover;
  cursor: pointer;
  border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  -webkit-border-radius: 50% 50% 50% 50%; }
.page-product .swt-type-image .swatch-element label {
  border: 1px solid #eee; }
.page-product .swatch {
  margin: 0;
  padding-bottom: 20px; }
  .page-product .swatch .header {
    padding-bottom: 12px;
    margin: 0;
    font-size: 17px; }
  .page-product .swatch input:checked + label {
    border: 2px solid white !important;
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
    -ms-transform: 0px 2px 2px rgba(0, 0, 0, 0.25);
    -o-transform: 0px 2px 2px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25); }

.bc-wrapper .swiper-button-white {
  background: none;
  outline: none;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease; }
  .bc-wrapper .swiper-button-white:hover {
    opacity: 0.5; }
.bc-wrapper .swiper-pagination {
  bottom: 5%;
  z-index: 4;
  width: 100%;
  outline: none; }
  .bc-wrapper .swiper-pagination span {
    background: #f2f2f3;
    opacity: 1;
    outline: none; }
    .bc-wrapper .swiper-pagination span.swiper-pagination-bullet-active {
      background: #428bca; }
      .bc-wrapper .swiper-pagination span.swiper-pagination-bullet-active:focus {
        border-color: none; }
.bc-wrapper.navigator-style-1 .swiper-pagination span {
  width: 15px;
  height: 2px;
  margin: 0 6px;
  border-radius: 20px 20px 20px 20px;
  -moz-border-radius: 20px 20px 20px 20px;
  -webkit-border-radius: 20px 20px 20px 20px; }
  .bc-wrapper.navigator-style-1 .swiper-pagination span.swiper-pagination-bullet-active {
    width: 35px; }
.bc-wrapper.navigator-style-1 .swiper-button-white {
  font-size: 35px;
  color: #428bca; }
.bc-wrapper.navigator-style-1 .swiper-button-next {
  right: 5%; }
  .bc-wrapper.navigator-style-1 .swiper-button-next:before {
    content: '\f105';
    font-family: "arenafont";
    font-display: optional; }
.bc-wrapper.navigator-style-1 .swiper-button-prev {
  left: 5%; }
  .bc-wrapper.navigator-style-1 .swiper-button-prev:before {
    content: '\f104';
    font-family: "arenafont";
    font-display: optional; }
.bc-wrapper.navigator-style-2 .swiper-pagination span {
  width: 17px;
  height: 17px;
  margin: 0 15px;
  border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  -webkit-border-radius: 50% 50% 50% 50%;
  position: relative;
  background: none; }
  .bc-wrapper.navigator-style-2 .swiper-pagination span:before {
    content: "";
    width: 3px;
    height: 3px;
    background: #428bca;
    border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    position: absolute;
    display: block;
    left: 6px;
    top: 6px; }
  .bc-wrapper.navigator-style-2 .swiper-pagination span.swiper-pagination-bullet-active {
    border: 1px solid #428bca; }
.bc-wrapper.navigator-style-2 .swiper-button-white {
  font-size: 20px;
  color: #428bca; }
.bc-wrapper.navigator-style-2 .swiper-button-next {
  right: 5%; }
  .bc-wrapper.navigator-style-2 .swiper-button-next:before {
    content: '\f178';
    font-family: "arenafont";
    font-display: optional; }
.bc-wrapper.navigator-style-2 .swiper-button-prev {
  left: 5%; }
  .bc-wrapper.navigator-style-2 .swiper-button-prev:before {
    content: '\f177';
    font-family: "arenafont";
    font-display: optional; }
.bc-wrapper.navigator-style-3 .swiper-pagination span {
  width: 12px;
  height: 12px;
  background: #428bca;
  opacity: 0.6;
  margin: 0 8px; }
  .bc-wrapper.navigator-style-3 .swiper-pagination span.swiper-pagination-bullet-active {
    opacity: 1; }
.bc-wrapper.navigator-style-3 .swiper-button-white {
  font-size: 24px;
  color: white;
  height: 35px;
  text-align: center;
  width: 35px;
  background: #428bca; }
.bc-wrapper.navigator-style-3 .swiper-button-next {
  right: 5%; }
  .bc-wrapper.navigator-style-3 .swiper-button-next:before {
    content: '\f105';
    font-family: "arenafont";
    font-display: optional;
    margin-top: -1px;
    position: absolute;
    right: 12px; }
.bc-wrapper.navigator-style-3 .swiper-button-prev {
  left: 5%; }
  .bc-wrapper.navigator-style-3 .swiper-button-prev:before {
    content: '\f104';
    font-family: "arenafont";
    font-display: optional;
    margin-top: -1px;
    position: absolute;
    left: 12px; }
.bc-wrapper.navigator-style-4 .swiper-pagination {
  text-align: left;
  padding: 0 5%;
  color: #428bca; }
  .bc-wrapper.navigator-style-4 .swiper-pagination span {
    background: none;
    font-weight: 500; }
.bc-wrapper.navigator-style-4 .swiper-button-white {
  font-size: 20px;
  color: #428bca; }
.bc-wrapper.navigator-style-4 .swiper-button-next {
  right: 5%; }
  .bc-wrapper.navigator-style-4 .swiper-button-next:before {
    content: '\e9b2';
    font-family: "arenafont";
    font-display: optional; }
.bc-wrapper.navigator-style-4 .swiper-button-prev {
  left: 5%; }
  .bc-wrapper.navigator-style-4 .swiper-button-prev:before {
    content: '\e9b1';
    font-family: "arenafont";
    font-display: optional; }
.bc-wrapper.navigator-style-5 .swiper-pagination span {
  width: 12px;
  height: 12px;
  margin: 0 16px;
  background: none;
  border: 1px solid #428bca;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 0px 0px 0px 0px;
  -moz-border-radius: 0px 0px 0px 0px;
  -webkit-border-radius: 0px 0px 0px 0px; }
  .bc-wrapper.navigator-style-5 .swiper-pagination span.swiper-pagination-bullet-active {
    background: #428bca; }
.bc-wrapper.navigator-style-5 .swiper-button-white {
  font-size: 24px;
  color: #428bca; }
.bc-wrapper.navigator-style-5 .swiper-button-next {
  right: 5%; }
  .bc-wrapper.navigator-style-5 .swiper-button-next:before {
    content: '\f105';
    font-family: "arenafont";
    font-display: optional; }
.bc-wrapper.navigator-style-5 .swiper-button-prev {
  left: 5%; }
  .bc-wrapper.navigator-style-5 .swiper-button-prev:before {
    content: '\f104';
    font-family: "arenafont";
    font-display: optional; }
.bc-wrapper.navigator-style-6 .swiper-pagination {
  height: 0; }
.bc-wrapper.navigator-style-6 .swiper-gallery-thumb {
  height: 100px;
  bottom: 5%;
  z-index: 4;
  width: 100%;
  position: absolute;
  outline: none;
  padding-right: 7%; }
  .bc-wrapper.navigator-style-6 .swiper-gallery-thumb .swiper-wrapper {
    justify-content: flex-end;
    -webkit-justify-content: flex-end; }
  @media (max-width: 767px) {
    .bc-wrapper.navigator-style-6 .swiper-gallery-thumb {
      height: 40px; } }
  .bc-wrapper.navigator-style-6 .swiper-gallery-thumb .swiper-slide {
    width: 100px !important;
    background-size: cover;
    background-position: center;
    border: 1px solid transparent;
    margin-right: 30px !important;
    border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%; }
    @media (max-width: 767px) {
      .bc-wrapper.navigator-style-6 .swiper-gallery-thumb .swiper-slide {
        width: 40px !important;
        margin-right: 10px !important; } }
    .bc-wrapper.navigator-style-6 .swiper-gallery-thumb .swiper-slide.swiper-slide-thumb-active {
      border: 1px solid #428bca; }
.bc-wrapper.navigator-style-6 .swiper-button-white {
  right: 75px;
  background: none;
  font-size: 35px;
  outline: none; }
.bc-wrapper.navigator-style-6 .swiper-button-prev {
  left: auto;
  padding-top: 44px; }
  .bc-wrapper.navigator-style-6 .swiper-button-prev:before {
    content: '\f104';
    font-family: "arenafont";
    font-display: optional; }
.bc-wrapper.navigator-style-6 .swiper-button-next:before {
  content: '\f105';
  font-family: "arenafont";
  font-display: optional;
  border-bottom: 2px solid #428bca; }
.bc-wrapper.navigator-style-7 .swiper-gallery-thumb {
  height: 0; }
.bc-wrapper.navigator-style-7 .swiper-pagination {
  padding-left: 5%;
  text-align: left;
  height: 40px; }
  .bc-wrapper.navigator-style-7 .swiper-pagination span {
    width: 0;
    height: 0;
    padding-left: 20px;
    display: block; }
  .bc-wrapper.navigator-style-7 .swiper-pagination .swiper-pagination-bullet:before {
    position: absolute;
    bottom: 5%;
    font-size: 24px;
    font-weight: 500; }
  .bc-wrapper.navigator-style-7 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:nth-of-type(1):before {
    content: "01"; }
  .bc-wrapper.navigator-style-7 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:nth-of-type(2):before {
    content: "02"; }
  .bc-wrapper.navigator-style-7 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:nth-of-type(3):before {
    content: "03"; }
  .bc-wrapper.navigator-style-7 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:nth-of-type(4):before {
    content: "04"; }
  .bc-wrapper.navigator-style-7 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:nth-of-type(5):before {
    content: "05"; }
  .bc-wrapper.navigator-style-7 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:nth-of-type(6):before {
    content: "06"; }
.bc-wrapper.navigator-style-7 .swiper-button-white {
  font-size: 20px;
  color: #428bca;
  top: auto;
  bottom: 5%;
  padding-left: 5%; }
.bc-wrapper.navigator-style-7 .swiper-button-next {
  right: auto;
  left: 0; }
  .bc-wrapper.navigator-style-7 .swiper-button-next:before {
    content: '\f105';
    font-family: "arenafont";
    font-display: optional;
    position: absolute;
    top: 8px;
    margin-left: 60px; }
.bc-wrapper.navigator-style-7 .swiper-button-prev {
  left: 0; }
  .bc-wrapper.navigator-style-7 .swiper-button-prev:before {
    content: '\f104';
    font-family: "arenafont";
    font-display: optional;
    position: absolute;
    top: 8px; }
.bc-wrapper.navigator-style-8 .swiper-gallery-thumb {
  height: 0; }
.bc-wrapper.navigator-style-8 .swiper-pagination {
  width: 30px;
  right: 5%;
  bottom: auto;
  top: 47%; }
  .bc-wrapper.navigator-style-8 .swiper-pagination span {
    width: 30px;
    height: 0;
    background: none;
    display: block;
    height: auto;
    margin: 8px 0;
    text-align: right; }
.bc-wrapper.navigator-style-8 .swiper-pagination-bullet:before {
  position: relative;
  bottom: 5%;
  font-size: 13px; }
.bc-wrapper.navigator-style-8 .swiper-pagination-bullet:nth-of-type(1):before {
  content: "01"; }
.bc-wrapper.navigator-style-8 .swiper-pagination-bullet:nth-of-type(2):before {
  content: "02"; }
.bc-wrapper.navigator-style-8 .swiper-pagination-bullet:nth-of-type(3):before {
  content: "03"; }
.bc-wrapper.navigator-style-8 .swiper-pagination-bullet:nth-of-type(4):before {
  content: "04"; }
.bc-wrapper.navigator-style-8 .swiper-pagination-bullet:nth-of-type(5):before {
  content: "05"; }
.bc-wrapper.navigator-style-8 .swiper-pagination-bullet:nth-of-type(6):before {
  content: "06"; }
.bc-wrapper.navigator-style-8 .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  font-size: 23px;
  font-weight: 500; }

/*follow us slide show*/
.bc-wrapper .follow-us.follow-style-1 {
  position: absolute;
  display: block;
  left: 5%;
  bottom: 5%;
  z-index: 4; }
  .bc-wrapper .follow-us.follow-style-1 ul a {
    font-size: 15px;
    color: #324839;
    margin-right: 15px; }
.bc-wrapper .follow-us.follow-style-2 {
  position: absolute;
  display: block;
  top: 25%;
  right: 5%;
  z-index: 4;
  -webkit-transform: translate(0, 25%);
  -ms-transform: translate(0, 25%);
  -o-transform: translate(0, 25%);
  transform: translate(0, 25%); }
  .bc-wrapper .follow-us.follow-style-2 ul li {
    display: block;
    margin-bottom: 15px; }
  .bc-wrapper .follow-us.follow-style-2 ul a {
    font-size: 15px;
    color: #324839; }

/*popup notify*/
.hide-noti .notifyjs-corner {
  display: none !important; }

.notifyjs-corner {
  position: fixed;
  width: 350px;
  z-index: 9999 !important;
  overflow: hidden; }
  @media (max-width: 991px) {
    .notifyjs-corner {
      bottom: 52px !important; } }
  @media (max-width: 414px) {
    .notifyjs-corner {
      width: 100%;
      margin: 0 !important; } }
  .notifyjs-corner .notifyjs-wrapper {
    width: auto !important; }
    @media (max-width: 414px) {
      .notifyjs-corner .notifyjs-wrapper {
        margin: 0 !important; } }
  .notifyjs-corner .notifyjs-container {
    width: auto !important; }
    .notifyjs-corner .notifyjs-container > div {
      width: 100% !important;
      border-radius: 5px 5px 5px 5px;
      -moz-border-radius: 5px 5px 5px 5px;
      -webkit-border-radius: 5px 5px 5px 5px;
      -webkit-box-shadow: 0 0 5px 0 #c6c6c6;
      -ms-transform: 0 0 5px 0 #c6c6c6;
      -o-transform: 0 0 5px 0 #c6c6c6;
      box-shadow: 0 0 5px 0 #c6c6c6; }
      @media (max-width: 414px) {
        .notifyjs-corner .notifyjs-container > div {
          border-radius: 0px 0px 0px 0px;
          -moz-border-radius: 0px 0px 0px 0px;
          -webkit-border-radius: 0px 0px 0px 0px; } }
      @media (max-width: 767px) {
        .notifyjs-corner .notifyjs-container > div.show-mobile-false {
          display: none !important; } }
      .notifyjs-corner .notifyjs-container > div .close-noti {
        position: absolute;
        display: block;
        top: 0;
        right: 0;
        border-radius: 5px 5px 5px 5px;
        -moz-border-radius: 5px 5px 5px 5px;
        -webkit-border-radius: 5px 5px 5px 5px;
        -webkit-box-shadow: 0 0 1px 0 #e1e1e1;
        -ms-transform: 0 0 1px 0 #e1e1e1;
        -o-transform: 0 0 1px 0 #e1e1e1;
        box-shadow: 0 0 1px 0 #e1e1e1;
        width: 25px;
        height: 25px;
        line-height: 23px;
        z-index: 2;
        cursor: pointer;
        transition: 0.5s all ease-in-out; }
        @media (min-width: 1025px) {
          .notifyjs-corner .notifyjs-container > div .close-noti {
            opacity: 0; } }
        .notifyjs-corner .notifyjs-container > div .close-noti i {
          font-size: 12px; }
        .notifyjs-corner .notifyjs-container > div .close-noti:hover {
          color: #428bca; }
      .notifyjs-corner .notifyjs-container > div .noti-product-item {
        display: table;
        width: 100%;
        table-layout: fixed;
        vertical-align: middle; }
        .notifyjs-corner .notifyjs-container > div .noti-product-item .content-img {
          display: table-cell;
          vertical-align: middle;
          width: 20%;
          padding: 0;
          text-align: center; }
          .notifyjs-corner .notifyjs-container > div .noti-product-item .content-img img {
            border-radius: 5px 0 0 5px;
            -moz-border-radius: 5px 0 0 5px;
            -webkit-border-radius: 5px 0 0 5px;
            width: 100%; }
        .notifyjs-corner .notifyjs-container > div .noti-product-item .notify-detail {
          display: table-cell;
          vertical-align: middle;
          text-align: left;
          width: 80%;
          padding: 10px;
          padding-right: 20px; }
        .notifyjs-corner .notifyjs-container > div .noti-product-item .noti-title,
        .notifyjs-corner .notifyjs-container > div .noti-product-item .country_text {
          margin: 0 0 6px;
          font-weight: 300;
          font-size: 15px;
          line-height: 1.4; }
        .notifyjs-corner .notifyjs-container > div .noti-product-item .product-name {
          height: auto !important;
          text-align: left !important;
          padding: 0 !important;
          font-size: 16px;
          margin: 0 0 5px;
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden;
          line-height: 1.3; }
          .notifyjs-corner .notifyjs-container > div .noti-product-item .product-name a {
            font-size: 16px;
            color: #333333;
            font-weight: 300;
            text-decoration: none;
            font-family: Roboto, "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; }
        .notifyjs-corner .notifyjs-container > div .noti-product-item .product-price {
          font-size: 17px;
          overflow: hidden;
          margin: 0 0 2px; }
        .notifyjs-corner .notifyjs-container > div .noti-product-item .price,
        .notifyjs-corner .notifyjs-container > div .noti-product-item .price-sale {
          font-size: 17px; }
        .notifyjs-corner .notifyjs-container > div .noti-product-item .price-compare {
          font-size: 17px; }
        .notifyjs-corner .notifyjs-container > div .noti-product-item .noti-time,
        .notifyjs-corner .notifyjs-container > div .noti-product-item .sell-time {
          color: #888888;
          font-weight: 400;
          font-size: 15px;
          margin: 0; }
    .notifyjs-corner .notifyjs-container:hover > div .close-noti {
      opacity: 1; }

.product-slider-section .product-slider-content .product-grid {
  margin: 0 0 50px; }
.product-slider-section .product-slider-content .spc-block {
  margin-bottom: 30px; }
.product-slider-section .product-slider-content .image-height-fill .products-grid-item, .product-slider-section .product-slider-content .image-height-fill .product-image, .product-slider-section .product-slider-content .image-height-fill .featured-img {
  height: 100%; }
  .product-slider-section .product-slider-content .image-height-fill .products-grid-item .product-wrapper, .product-slider-section .product-slider-content .image-height-fill .product-image .product-wrapper, .product-slider-section .product-slider-content .image-height-fill .featured-img .product-wrapper {
    margin: 0;
    height: 100%; }
.product-slider-section .product-slider-content .image-height-fill span {
  height: 100%; }
  .product-slider-section .product-slider-content .image-height-fill span img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    font-family: "object-fit: cover"; }
.product-slider-section .product-slider-content .f-column .image-height-fill, .product-slider-section .product-slider-content .l-column .image-height-fill {
  height: 100%; }
@media (max-width: 991px) {
  .product-slider-section .product-slider-content .owl-controls .owl-nav {
    display: none; } }
@media (max-width: 575px) {
  .product-slider-section .product-slider-content > div .row {
    margin-left: -7.5px;
    margin-right: -7.5px; }
    .product-slider-section .product-slider-content > div .row > div {
      padding: 0 7.5px; } }
@media (max-width: 767px) {
  .product-slider-section .l-column, .product-slider-section .f-column {
    width: 100% !important; } }

.products-grid-item, .product-grid-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.product-wrapper {
  position: relative;
  margin: 0px;
  margin-bottom: 30px;
  width: 100%;
  background: white;
  /*variant wrapper*/ }
  .product-wrapper.card-padding .product-content {
    padding-left: 15px;
    padding-right: 15px; }
  .product-wrapper.card-border {
    border: 1px solid #e1e1e1; }
  .product-wrapper.divided-price .product-price:before {
    content: "";
    width: 25px;
    height: 2px;
    background: #324839; }
    @media (max-width: 991px) {
      .product-wrapper.divided-price .product-price:before {
        width: 15px; } }
  .product-wrapper.divided-price .product-price > span:first-child {
    padding-left: 5px; }
  .product-wrapper .text-center .swatch {
    justify-content: center; }
  .product-wrapper .text-right .swatch {
    justify-content: flex-end; }
  .product-wrapper .block-countdown {
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    width: 100%;
    -moz-transition: 0.45s all ease;
    -o-transition: 0.45s all ease;
    -webkit-transition: 0.45s all ease;
    transition: 0.45s all ease; }
    @media (max-width: 374px) {
      .product-wrapper .block-countdown {
        display: none !important; } }
    .product-wrapper .block-countdown .wrapper-countdown > div {
      display: flex; }
      .product-wrapper .block-countdown .wrapper-countdown > div > span {
        font-size: 17px;
        margin: 0 8px 0 0;
        color: #202822; }
        @media (max-width: 479px) {
          .product-wrapper .block-countdown .wrapper-countdown > div > span {
            margin-right: 5px; } }
        .product-wrapper .block-countdown .wrapper-countdown > div > span:last-child {
          margin: 0; }
    .product-wrapper .block-countdown .wrapper-countdown .text-date {
      font-weight: 400;
      display: block; }
    .product-wrapper .block-countdown.style-1 {
      bottom: 15px;
      left: 15px; }
      @media (max-width: 1199px) {
        .product-wrapper .block-countdown.style-1 {
          left: 0; } }
      @media (max-width: 1199px) {
        .product-wrapper .block-countdown.style-1 .wrapper-countdown > div {
          justify-content: center; } }
      .product-wrapper .block-countdown.style-1 .wrapper-countdown > div > span {
        padding: 8px 5px;
        font-size: 15px;
        font-weight: 600;
        width: 40px;
        background: white; }
        @media (max-width: 479px) {
          .product-wrapper .block-countdown.style-1 .wrapper-countdown > div > span {
            width: 32px;
            padding: 5px 3px;
            font-size: 13px; } }
    .product-wrapper .block-countdown.style-2 .wrapper-countdown > div > span {
      flex: 1;
      font-weight: 600;
      padding: 10px 0px;
      background: rgba(255, 255, 255, 0.6);
      border-radius: 5px 5px 5px 5px;
      -moz-border-radius: 5px 5px 5px 5px;
      -webkit-border-radius: 5px 5px 5px 5px; }
  @media (min-width: 1025px) {
    .product-wrapper:hover .block-countdown {
      opacity: 0; } }
  .product-wrapper .product-review .text-m, .product-wrapper .product-review .jdgm-prev-badge__text {
    display: none; }
  .product-wrapper .product-head .product-image {
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    padding: 0;
    text-align: center; }
    .product-wrapper .product-head .product-image .featured-img {
      overflow: hidden;
      position: relative;
      text-align: center;
      margin: 0px auto; }
      .product-wrapper .product-head .product-image .featured-img:before {
        content: '';
        display: block;
        padding-bottom: 100%; }
      .product-wrapper .product-head .product-image .featured-img a {
        display: block; }
      .product-wrapper .product-head .product-image .featured-img img {
        width: 100%;
        max-width: 100%;
        height: 100%;
        max-height: 100%;
        margin: 0px auto;
        display: inline-block;
        vertical-align: middle;
        object-fit: cover;
        font-family: "object-fit: cover"; }
  .product-wrapper .swatch-wrapper .swatch-element label {
    padding: 0;
    border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    -webkit-border-radius: 0px 0px 0px 0px; }
  .product-wrapper .swatch-wrapper .swatch-element.image-true label {
    background-size: cover;
    background-repeat: no-repeat; }
  .product-wrapper .swatch-wrapper .wrap-swatch-material .circle {
    border: 1px solid rgba(66, 139, 202, 0.2);
    padding: 5px;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-transition: 0.65s all ease;
    -o-transition: 0.65s all ease;
    -webkit-transition: 0.65s all ease;
    transition: 0.65s all ease; }
    .product-wrapper .swatch-wrapper .wrap-swatch-material .circle.active {
      border: 1px solid #428bca;
      border-radius: 5px 5px 5px 5px;
      -moz-border-radius: 5px 5px 5px 5px;
      -webkit-border-radius: 5px 5px 5px 5px; }
  .product-wrapper .swatch-wrapper .wrap-swatch-material .rectangle {
    border: 1px solid rgba(66, 139, 202, 0.2);
    padding: 5px;
    -moz-transition: 0.65s all ease;
    -o-transition: 0.65s all ease;
    -webkit-transition: 0.65s all ease;
    transition: 0.65s all ease; }
    .product-wrapper .swatch-wrapper .wrap-swatch-material .rectangle.active {
      border: 1px solid #428bca;
      border-radius: 0px 0px 0px 0px;
      -moz-border-radius: 0px 0px 0px 0px;
      -webkit-border-radius: 0px 0px 0px 0px; }
  .product-wrapper .swatch-wrapper .wrap-swatch-material label {
    background: none;
    border: 0; }
  .product-wrapper .swatch-wrapper .wrap-swatch-size .circle {
    border: 1px solid rgba(66, 139, 202, 0.2);
    padding: 5px;
    border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-transition: 0.65s all ease;
    -o-transition: 0.65s all ease;
    -webkit-transition: 0.65s all ease;
    transition: 0.65s all ease; }
    .product-wrapper .swatch-wrapper .wrap-swatch-size .circle.active {
      border: 1px solid #428bca;
      border-radius: 50% 50% 50% 50%;
      -moz-border-radius: 50% 50% 50% 50%;
      -webkit-border-radius: 50% 50% 50% 50%; }
  .product-wrapper .swatch-wrapper .wrap-swatch-size .rectangle {
    border: 1px solid rgba(66, 139, 202, 0.2);
    padding: 5px;
    -moz-transition: 0.65s all ease;
    -o-transition: 0.65s all ease;
    -webkit-transition: 0.65s all ease;
    transition: 0.65s all ease; }
    .product-wrapper .swatch-wrapper .wrap-swatch-size .rectangle.active {
      border: 1px solid #428bca;
      border-radius: 0px 0px 0px 0px;
      -moz-border-radius: 0px 0px 0px 0px;
      -webkit-border-radius: 0px 0px 0px 0px; }
  .product-wrapper .swatch-wrapper .wrap-swatch-size .more-swt {
    border: 0;
    padding: 3px;
    font-size: 17px; }
    .product-wrapper .swatch-wrapper .wrap-swatch-size .more-swt.active {
      border: 0 !important; }
  .product-wrapper .swatch-wrapper .wrap-swatch-color .swt-size-medium .swatch-element label {
    min-width: 24px;
    height: 24px; }
  .product-wrapper .swatch-wrapper .wrap-swatch-color .swt-size-large .swatch-element label {
    min-width: 40px;
    height: 40px; }
    @media (max-width: 1199px) {
      .product-wrapper .swatch-wrapper .wrap-swatch-color .swt-size-large .swatch-element label {
        min-width: 20px;
        height: 20px; } }
  .product-wrapper .swatch-wrapper .wrap-swatch-color .swt-size-large .swatch-element.more-swt {
    margin-top: 10px; }
    @media (max-width: 1199px) {
      .product-wrapper .swatch-wrapper .wrap-swatch-color .swt-size-large .swatch-element.more-swt {
        margin-top: 0; } }
  @media (max-width: 479px) {
    .product-wrapper .swatch-wrapper .wrap-swatch-color .swt-size-large .swatch-element.active:not(.more-swt):before {
      content: "";
      border: 1px solid #428bca;
      width: 26px;
      height: 26px;
      position: absolute;
      display: block;
      left: -3px;
      top: -3px; } }
  .product-wrapper .swatch-wrapper .wrap-swatch-color .swatch-element.circle.active:not(.more-swt):before {
    border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%; }
  .product-wrapper .swatch-wrapper .wrap-swatch-color .swatch-element {
    margin-bottom: 0;
    padding: 3px;
    border: 1px solid transparent; }
    .product-wrapper .swatch-wrapper .wrap-swatch-color .swatch-element.active {
      border: 1px solid #428bca; }
    .product-wrapper .swatch-wrapper .wrap-swatch-color .swatch-element.more-swt {
      border: none;
      font-size: 17px; }
    .product-wrapper .swatch-wrapper .wrap-swatch-color .swatch-element.circle {
      border-radius: 50% 50% 50% 50%;
      -moz-border-radius: 50% 50% 50% 50%;
      -webkit-border-radius: 50% 50% 50% 50%; }
      .product-wrapper .swatch-wrapper .wrap-swatch-color .swatch-element.circle label {
        border-radius: 50% 50% 50% 50%;
        -moz-border-radius: 50% 50% 50% 50%;
        -webkit-border-radius: 50% 50% 50% 50%; }
        .product-wrapper .swatch-wrapper .wrap-swatch-color .swatch-element.circle label:before {
          border-radius: 50% 50% 50% 50%;
          -moz-border-radius: 50% 50% 50% 50%;
          -webkit-border-radius: 50% 50% 50% 50%; }
    .product-wrapper .swatch-wrapper .wrap-swatch-color .swatch-element.circle.image-true label {
      border-radius: 50% 50% 50% 50%;
      -moz-border-radius: 50% 50% 50% 50%;
      -webkit-border-radius: 50% 50% 50% 50%; }
  .product-wrapper .swatch-wrapper .wrap-swatch-color .swatch {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center; }
  .product-wrapper .product-content {
    position: relative;
    padding: 15px 0; }
    .product-wrapper .product-content .swatch-wrapper .wrap-swatch-size .swatch-element label {
      background: none;
      border: 0; }
    .product-wrapper .product-content .swatch {
      margin: 0;
      position: relative;
      margin-left: 1px; }
      .product-wrapper .product-content .swatch .header {
        display: none; }
      .product-wrapper .product-content .swatch .tooltip {
        left: -42px;
        opacity: 0; }
    .product-wrapper .product-content .pc-inner {
      display: block;
      width: 100%; }
    .product-wrapper .product-content .product-description {
      display: none; }
    .product-wrapper .product-content .product-price {
      padding-bottom: 8px; }
    .product-wrapper .product-content .product-name {
      font-size: 17px;
      font-weight: 600;
      margin: 0 0 8px;
      line-height: 1.2;
      position: relative; }
      .product-wrapper .product-content .product-name a {
        color: #428bca; }
      @media (max-width: 767px) {
        .product-wrapper .product-content .product-name {
          padding-right: 5px;
          font-size: 14px; } }
      .product-wrapper .product-content .product-name:hover a {
        color: #888888; }
    .product-wrapper .product-content .product-type {
      margin: 0 0 18px;
      padding: 0;
      border: none;
      font-size: 10px;
      color: #333333; }
    .product-wrapper .product-content .product-descrip {
      display: none; }
    .product-wrapper .product-content .product-price p {
      display: none; }
    .product-wrapper .product-content .product-price .price-compare {
      display: inline; }
    .product-wrapper .product-content .product-button {
      display: none; }
    @media (max-width: 479px) {
      .product-wrapper .product-content .product-name {
        margin-bottom: 5px; }
      .product-wrapper .product-content .product-price {
        padding-top: 5px !important;
        padding-bottom: 5px; }
      .product-wrapper .product-content.card-padding .product-content {
        padding-left: 10px;
        padding-right: 10px; } }
  @media (max-width: 1024px) {
    .product-wrapper .product-button {
      display: none !important; } }

.product-wrapper .label-sale {
  color: #324839;
  background-color: rgba(0, 0, 0, 0); }
.product-wrapper .label-new {
  color: white;
  background-color: #c2d44e; }
.product-wrapper .label-hot {
  background: #ff0077;
  color: white; }
.product-wrapper.product-label-style-1 .product-label {
  z-index: 3;
  position: absolute;
  display: block;
  left: 0px;
  top: 0px;
  display: inline; }
  .product-wrapper.product-label-style-1 .product-label > span {
    font-size: 14px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    display: block;
    text-align: center;
    margin: 8px;
    border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%; }
.product-wrapper.product-label-style-2 .product-label {
  z-index: 3;
  position: absolute;
  display: block;
  left: 0px;
  top: auto;
  bottom: 0;
  display: inline; }
  .product-wrapper.product-label-style-2 .product-label > span {
    font-size: 15px;
    display: block;
    text-align: center;
    padding: 3px 15px;
    margin: 5px 0; }
    @media (max-width: 479px) {
      .product-wrapper.product-label-style-2 .product-label > span {
        margin-top: 10px;
        display: block; } }
  .product-wrapper.product-label-style-2 .product-label > span:last-child {
    margin-bottom: 0; }
.product-wrapper.product-label-style-3 .product-label {
  z-index: 3;
  position: absolute;
  display: block;
  left: 0px;
  top: 0; }
  .product-wrapper.product-label-style-3 .product-label > span {
    font-size: 15px;
    text-align: center;
    margin: 5px 10px;
    padding: 3px 10px;
    position: relative;
    display: block;
    border-radius: 20px 20px 20px 20px;
    -moz-border-radius: 20px 20px 20px 20px;
    -webkit-border-radius: 20px 20px 20px 20px; }
.product-wrapper.product-label-style-4 .product-label {
  z-index: 3;
  position: absolute;
  display: block;
  top: 6px;
  right: 6px;
  text-transform: uppercase; }
  @media (max-width: 575px) {
    .product-wrapper.product-label-style-4 .product-label {
      top: 0;
      right: 0; } }
  .product-wrapper.product-label-style-4 .product-label > span {
    display: block;
    margin-bottom: 5px;
    padding: 7px 12px; }
    @media (max-width: 1199px) {
      .product-wrapper.product-label-style-4 .product-label > span {
        padding: 2px 8px; } }
@media (max-width: 575px) {
  .product-wrapper .product-label > span > span {
    font-size: 10px;
    display: block; } }

.page-product .product-info .label-wrapper {
  margin-left: 20px; }
.page-product .product-info .product-label > span {
  display: none; }
.page-product .product-info .product-label .sav-percent {
  display: block;
  color: #324839;
  background-color: rgba(0, 0, 0, 0);
  padding: 1px 8px;
  font-size: 12px;
  position: relative;
  top: 1px;
  margin-right: 15px; }
  @media (max-width: 479px) {
    .page-product .product-info .product-label .sav-percent {
      padding: 1px 5px;
      font-size: 10px;
      margin-right: 10px; } }
  .page-product .product-info .product-label .sav-percent:before {
    content: "";
    border-right: 10px solid rgba(0, 0, 0, 0);
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    position: absolute;
    left: -10px;
    top: 0; }
    @media (max-width: 479px) {
      .page-product .product-info .product-label .sav-percent:before {
        border-right: 8px solid rgba(0, 0, 0, 0);
        border-top: 9px solid transparent;
        border-bottom: 8px solid transparent;
        position: absolute;
        left: -8px; } }

body:not(.bc-page-wishlist) .product-price {
  display: flex;
  align-items: center;
  flex-wrap: wrap; }

.product-price {
  font-size: 20px;
  color: #324839;
  font-weight: 500; }
  @media (max-width: 767px) {
    .product-price {
      font-size: 14px; } }
  .product-price .price {
    font-size: 20px;
    color: #324839; }
    @media (max-width: 767px) {
      .product-price .price {
        font-size: 14px; } }
  .product-price .price-sale {
    font-size: 20px;
    color: #324839;
    padding-right: 7px; }
    @media (max-width: 767px) {
      .product-price .price-sale {
        font-size: 14px; } }
  .product-price .price-compare {
    text-decoration: line-through;
    color: #324839;
    font-size: 20px; }
    @media (max-width: 767px) {
      .product-price .price-compare {
        font-size: 12px; } }
  .product-price > span:first-child {
    padding-right: 6px; }
  .product-price > span:nth-child(2) {
    padding-right: 6px; }

.product-content.text-left .product-price {
  justify-content: flex-start; }
.product-content.text-center .product-price {
  justify-content: center; }
.product-content.text-right .product-price {
  justify-content: flex-end; }

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

.cata-product .mode-view-item {
  padding: 0px 15px;
  letter-spacing: 0;
  vertical-align: top;
  display: flex;
  transform: translateY(0);
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s; }
  .cata-product .mode-view-item.loading {
    opacity: 0;
    transform: translateY(5%); }
  @media (min-width: 768px) and (max-width: 1199px) {
    .cata-product .mode-view-item.number-5 {
      width: 25%; } }

.templateCollection .top-collection {
  position: relative;
  padding-top: 30px; }
  @media (max-width: 767px) {
    .templateCollection .top-collection {
      padding-top: 15px; } }
  .templateCollection .top-collection .list-inline {
    position: absolute;
    display: block;
    top: 50%;
    width: 100%;
    z-index: 3;
    text-align: center; }
    .templateCollection .top-collection .list-inline li {
      padding: 0 30px; }
      @media (max-width: 767px) {
        .templateCollection .top-collection .list-inline li {
          padding: 0 10px; } }
      .templateCollection .top-collection .list-inline li a {
        color: #333333;
        font-size: 20px;
        text-decoration: underline;
        font-weight: 500; }
        @media (max-width: 767px) {
          .templateCollection .top-collection .list-inline li a {
            font-size: 17px; } }
        .templateCollection .top-collection .list-inline li a:hover {
          color: #888888;
          text-decoration: none; }
.templateCollection .top-banner img {
  width: 100%; }
.templateCollection .top-banner .top-banner-items {
  text-align: center; }
.templateCollection .page-cata {
  padding-bottom: 50px; }
  .templateCollection .page-cata .home-banner-masonry {
    margin-top: -15px;
    padding-bottom: 1.286rem; }
    @media (max-width: 767px) {
      .templateCollection .page-cata .home-banner-masonry {
        display: none; } }
  @media (max-width: 991px) {
    .templateCollection .page-cata .cata-product {
      padding-top: 30px; } }
  .templateCollection .page-cata .cata-description {
    padding-top: 30px; }
  .templateCollection .page-cata .subcategory {
    padding-top: 30px;
    padding-bottom: 10px; }
  .templateCollection .page-cata .subcategory-list ~ .cata-toolbar {
    padding-top: 30px; }
  .templateCollection .page-cata .subcategory-list {
    padding-top: 5px; }
    @media (max-width: 575px) {
      .templateCollection .page-cata .subcategory-list {
        margin-left: -7.5px;
        margin-right: -7.5px; }
        .templateCollection .page-cata .subcategory-list > div {
          padding-left: 7.5px;
          padding-right: 7.5px; } }
    .templateCollection .page-cata .subcategory-list .category {
      position: relative; }
    .templateCollection .page-cata .subcategory-list .category-image {
      overflow: hidden;
      position: relative;
      border: 1px solid rgba(225, 225, 225, 0.8); }
      .templateCollection .page-cata .subcategory-list .category-image:before {
        content: '';
        display: block;
        padding-bottom: 100%; }
      .templateCollection .page-cata .subcategory-list .category-image img {
        object-fit: cover;
        font-family: "object-fit: cover";
        height: 100%; }
      .templateCollection .page-cata .subcategory-list .category-image > a:before {
        content: "";
        position: absolute;
        display: block;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        -moz-transition: 0.35s all ease-in-out 0s;
        -o-transition: 0.35s all ease-in-out 0s;
        -webkit-transition: 0.35s all ease-in-out 0s;
        transition: 0.35s all ease-in-out 0s;
        background: rgba(255, 255, 255, 0.2);
        opacity: 0;
        z-index: 1; }
      .templateCollection .page-cata .subcategory-list .category-image:hover > a:before {
        opacity: 1; }
    .templateCollection .page-cata .subcategory-list .category-name {
      padding: 15px 0;
      position: relative;
      display: block;
      font-size: 30px; }
      @media (max-width: 767px) {
        .templateCollection .page-cata .subcategory-list .category-name {
          font-size: 14px; } }
  @media (max-width: 767px) and (min-width: 568px) {
    .templateCollection .page-cata .cata-product .products-grid-item.number-2, .templateCollection .page-cata .cata-product .products-grid-item.number-3, .templateCollection .page-cata .cata-product .products-grid-item.number-4 {
      width: 33.33%; } }
  @media (max-width: 1439px) and (min-width: 768px) {
    .templateCollection .page-cata.sidebar-right .cata-product .products-grid-item.number-2, .templateCollection .page-cata.sidebar-right .cata-product .products-grid-item.number-3, .templateCollection .page-cata.sidebar-right .cata-product .products-grid-item.number-4, .templateCollection .page-cata.sidebar-left .cata-product .products-grid-item.number-2, .templateCollection .page-cata.sidebar-left .cata-product .products-grid-item.number-3, .templateCollection .page-cata.sidebar-left .cata-product .products-grid-item.number-4 {
      width: 33.33%; } }
  @media (max-width: 1439px) and (min-width: 768px) {
    .templateCollection .page-cata.sidebar-none .cata-product .products-grid-item.number-2, .templateCollection .page-cata.sidebar-none .cata-product .products-grid-item.number-3, .templateCollection .page-cata.sidebar-none .cata-product .products-grid-item.number-4, .templateCollection .page-cata.sidebar-none .cata-product .products-grid-item.number-5 {
      width: 25%; } }
  .templateCollection .page-cata .collection_banner-images-bottom {
    padding-top: 30px; }
  .templateCollection .page-cata .masonry_collection-template .text-container {
    padding: 10px; }
.templateCollection .wrap-breadcrumb .cata-description {
  text-align: center;
  width: 580px;
  max-width: 100%;
  margin: 0 auto;
  padding: 20px 0 20px; }
@media (max-width: 991px) {
  .templateCollection .page-cata .masonry_collection-template .text-container .title {
    font-size: 14px; }
  .templateCollection .page-cata .masonry_collection-template .text-container .subtitle {
    font-size: 12px; } }

.loading_img {
  text-align: center; }
  .loading_img i {
    font-size: 45px;
    color: #006bc9; }
    .loading_img i:before {
      -webkit-animation: fa-spin 2s infinite linear;
      animation: fa-spin 2s infinite linear; }

.load_more {
  text-align: center; }
  .load_more a {
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px; }

@media (max-width: 575px) {
  .templateListCollections .list-collection-wrap .row {
    padding-left: 7.5px;
    padding-right: 7.5px; } }
.templateListCollections .list-collection-wrap.fill-image .collection-item .category {
  height: 100%; }
.templateListCollections .list-collection-wrap.fill-image .collection-item .category-image {
  height: 100%; }
  .templateListCollections .list-collection-wrap.fill-image .collection-item .category-image * {
    height: 100%; }
.templateListCollections .category-content .collection-item {
  padding: 15px; }
  @media (max-width: 575px) {
    .templateListCollections .category-content .collection-item {
      padding-right: 7.5px;
      padding-left: 7.5px; } }
.templateListCollections .category-content .category {
  position: relative; }
  .templateListCollections .category-content .category .category-image img {
    object-fit: cover;
    height: 100%; }
  .templateListCollections .category-content .category .category-info {
    position: absolute;
    display: block;
    top: 50%;
    text-align: center;
    margin-top: -34px;
    z-index: 7; }
    .templateListCollections .category-content .category .category-info a {
      font-size: 30px;
      text-transform: uppercase;
      font-weight: 600; }
      @media (max-width: 767px) {
        .templateListCollections .category-content .category .category-info a {
          font-size: 18px; } }
    .templateListCollections .category-content .category .category-info p {
      margin: 0;
      padding-top: 10px; }
  @media (min-width: 1025px) {
    .templateListCollections .category-content .category:after {
      content: '';
      position: absolute;
      display: block;
      left: 10px;
      top: 10px;
      right: 10px;
      bottom: 10px;
      opacity: 0;
      transform: scale(0, 0);
      -moz-transform: scale(0, 0);
      -webkit-transform: scale(0, 0);
      -ms-transform: scale(0, 0);
      -o-transform: scale(0, 0);
      -moz-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      -webkit-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      border: 1px solid rgba(255, 255, 255, 0.5); } }
  @media (min-width: 1025px) {
    .templateListCollections .category-content .category:after {
      content: '';
      position: absolute;
      display: block;
      left: 10px;
      top: 10px;
      right: 10px;
      bottom: 10px;
      opacity: 0;
      transform: scale(0, 0);
      -moz-transform: scale(0, 0);
      -webkit-transform: scale(0, 0);
      -ms-transform: scale(0, 0);
      -o-transform: scale(0, 0);
      -moz-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      -webkit-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      border: 1px solid rgba(255, 255, 255, 0.5); } }
  .templateListCollections .category-content .category:hover:after {
    opacity: 1;
    transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1); }
  .templateListCollections .category-content .category:hover .category-info a {
    color: white; }
  .templateListCollections .category-content .category:hover .category-info p {
    color: white;
    text-decoration: underline; }

@media (max-width: 991px) {
  .sidebar-column.sb-border .filter-component.drawer .sb-filter, .sidebar-column.sb-border .filter-order-form .sb-filter {
    padding: 0; } }
@media (min-width: 992px) {
  .sidebar-column {
    padding-top: 35px;
    padding-bottom: 55px; } }
.sidebar-column .sb-accordion {
  position: relative; }
  .sidebar-column .sb-accordion:before {
    content: '\e811';
    font-family: "arenafont";
    font-display: optional;
    cursor: pointer;
    font-size: 10px;
    transition: 200ms all ease;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    position: absolute;
    display: block;
    left: auto;
    top: 0px;
    right: 0;
    font-weight: 400;
    color: #333333; }
  .sidebar-column .sb-accordion.active:before {
    content: '\e812';
    font-family: "arenafont";
    font-display: optional; }
.sidebar-column.sb-border .sb-widget:hover > div:not(.sb-banner) {
  background: #f2f2f3; }
.sidebar-column .sb-widget {
  margin: 0 0 20px; }
  .sidebar-column .sb-widget > div {
    -moz-transition: 0.35s all ease 0s;
    -o-transition: 0.35s all ease 0s;
    -webkit-transition: 0.35s all ease 0s;
    transition: 0.35s all ease 0s; }
  .sidebar-column .sb-widget .sb-title {
    padding-bottom: 16px;
    text-transform: inherit; }
  .sidebar-column .sb-widget .listing-item {
    padding-bottom: 25px; }
    .sidebar-column .sb-widget .listing-item .sb-product-content {
      padding-right: 0; }
      @media (max-width: 1410px) {
        .sidebar-column .sb-widget .listing-item .sb-product-content {
          padding-left: 10px; } }
      .sidebar-column .sb-widget .listing-item .sb-product-content .product-review {
        padding-bottom: 0.1714rem; }
      .sidebar-column .sb-widget .listing-item .sb-product-content a {
        font-size: 17px; }
      .sidebar-column .sb-widget .listing-item .sb-product-content .product-price > span {
        font-size: 16px; }
      @media (max-width: 1199px) {
        .sidebar-column .sb-widget .listing-item .sb-product-content .product-price {
          font-size: 12px; }
          .sidebar-column .sb-widget .listing-item .sb-product-content .product-price > span {
            font-size: 12px; } }
  .sidebar-column .sb-widget .sb-menu:not(.icon-none) .categories-menu > li:before {
    display: none; }
  .sidebar-column .sb-widget .sb-menu:not(.icon-none) .categories-menu > li:hover a:before {
    display: none; }
  .sidebar-column .sb-widget .sb-menu:not(.icon-none) .categories-menu > li.active a:before {
    display: none; }
  .sidebar-column .sb-widget .sb-menu:not(.icon-none) .categories-menu li.match a:before {
    display: none; }
  .sidebar-column .sb-widget.sb-tag li {
    border: 1px solid rgba(0, 107, 201, 0.5);
    padding: 3px 8px;
    margin: 0 3px 7px 0;
    -moz-transition: 0.45s all ease;
    -o-transition: 0.45s all ease;
    -webkit-transition: 0.45s all ease;
    transition: 0.45s all ease; }
    .sidebar-column .sb-widget.sb-tag li a {
      color: #006bc9; }
    .sidebar-column .sb-widget.sb-tag li:hover {
      background: #006bc9; }
      .sidebar-column .sb-widget.sb-tag li:hover a {
        color: white; }
.sidebar-column .sb-product .sb-product-head {
  padding: 0;
  background: #f3f3f3; }
  .sidebar-column .sb-product .sb-product-head:before {
    content: '';
    display: block;
    padding-bottom: 100%; }
  .sidebar-column .sb-product .sb-product-head img {
    object-fit: cover;
    font-family: "object-fit: cover";
    height: 100%; }
  .sidebar-column .sb-product .sb-product-head img {
    border: 3px solid #e1e1e1;
    border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    -webkit-border-radius: 2px 2px 2px 2px;
    -moz-transition: 0.35s all ease;
    -o-transition: 0.35s all ease;
    -webkit-transition: 0.35s all ease;
    transition: 0.35s all ease; }
    .sidebar-column .sb-product .sb-product-head img:hover {
      border-color: #428bca; }
.sidebar-column .categories-menu:not(.icon-none) li a span {
  display: none; }
.sidebar-column .categories-menu:not(.icon-none) .icon {
  display: inline-block;
  max-width: 25px;
  max-height: 25px;
  margin: 0 8px 0 0;
  padding: 0;
  overflow: hidden; }
.sidebar-column .categories-menu:not(.icon-none) span ~ a {
  padding-left: 0 !important; }
.sidebar-column .categories-menu {
  position: relative;
  z-index: 1; }
  .sidebar-column .categories-menu li {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
    .sidebar-column .categories-menu li.match > a {
      color: #428bca; }
    .sidebar-column .categories-menu li.match .expand {
      border: 1px solid #428bca; }
      .sidebar-column .categories-menu li.match .expand:before {
        color: #428bca; }
  .sidebar-column .categories-menu .dropdown .expand {
    position: absolute;
    display: block;
    top: 8px;
    right: 0;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    cursor: pointer;
    font-size: 10px;
    -moz-transition: 0.35s all ease 0s;
    -o-transition: 0.35s all ease 0s;
    -webkit-transition: 0.35s all ease 0s;
    transition: 0.35s all ease 0s; }
    .sidebar-column .categories-menu .dropdown .expand:before {
      content: '\e811';
      font-family: arenafont;
      display: block; }
  .sidebar-column .categories-menu .dropdown li a {
    padding-left: 0 !important; }
  .sidebar-column .categories-menu .dropdown.active .expand:before {
    content: '\e812'; }
  .sidebar-column .categories-menu .dropdown.active .dropdown-menu {
    display: block;
    position: relative;
    border: none;
    background: inherit;
    width: 100%;
    padding: 0; }
    .sidebar-column .categories-menu .dropdown.active .dropdown-menu li:before {
      content: '\f105';
      font-family: "arenafont";
      font-display: optional;
      margin-right: 10px; }
    .sidebar-column .categories-menu .dropdown.active .dropdown-menu .match:before {
      color: #428bca;
      background: none;
      border: 0; }
@media (min-width: 992px) {
  .sidebar-column.check-style-1 .categories-menu li {
    list-style: none;
    padding: 5px 0;
    position: relative; }
    .sidebar-column.check-style-1 .categories-menu li.match:before {
      background: #428bca;
      border: 1px solid #428bca; }
  .sidebar-column.check-style-1 .categories-menu > li:before {
    content: "";
    cursor: pointer;
    border: 1px solid #006bc9;
    position: absolute;
    width: 10px;
    height: 10px;
    top: 9px;
    border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%; }
  .sidebar-column.check-style-1 .categories-menu > li:hover:before {
    background: #428bca;
    border: 1px solid #428bca; }
  .sidebar-column.check-style-1 .categories-menu > li a {
    padding-left: 20px; }
  .sidebar-column.check-style-1 .categories-menu > li.active:before {
    background: #428bca;
    border: 1px solid #428bca; } }
.sidebar-column.check-style-2 .categories-menu li, .sidebar-column.filter-component.drawer .categories-menu li,
.sidebar-column.filter-order-form .categories-menu li, .sidebar-column.filter-component.body-filter.toggle .categories-menu li {
  list-style: none;
  padding: 5px 0;
  position: relative; }
  .sidebar-column.check-style-2 .categories-menu li.match:before, .sidebar-column.filter-component.drawer .categories-menu li.match:before,
  .sidebar-column.filter-order-form .categories-menu li.match:before, .sidebar-column.filter-component.body-filter.toggle .categories-menu li.match:before {
    border: 1px solid #428bca; }
  .sidebar-column.check-style-2 .categories-menu li.match a:before, .sidebar-column.filter-component.drawer .categories-menu li.match a:before,
  .sidebar-column.filter-order-form .categories-menu li.match a:before, .sidebar-column.filter-component.body-filter.toggle .categories-menu li.match a:before {
    content: '\e946';
    font-family: "arenafont";
    font-display: optional;
    color: #428bca;
    position: absolute;
    display: block;
    left: 2px;
    top: 5px; }
  .sidebar-column.check-style-2 .categories-menu li.dropdown .dropdown-menu a:before, .sidebar-column.filter-component.drawer .categories-menu li.dropdown .dropdown-menu a:before,
  .sidebar-column.filter-order-form .categories-menu li.dropdown .dropdown-menu a:before, .sidebar-column.filter-component.body-filter.toggle .categories-menu li.dropdown .dropdown-menu a:before {
    display: none; }
.sidebar-column.check-style-2 .categories-menu > li:before, .sidebar-column.filter-component.drawer .categories-menu > li:before,
.sidebar-column.filter-order-form .categories-menu > li:before, .sidebar-column.filter-component.body-filter.toggle .categories-menu > li:before {
  content: "";
  cursor: pointer;
  border: 1px solid #006bc9;
  position: absolute;
  width: 16px;
  height: 16px;
  top: 7px;
  opacity: 0.7; }
.sidebar-column.check-style-2 .categories-menu > li:hover:before, .sidebar-column.filter-component.drawer .categories-menu > li:hover:before,
.sidebar-column.filter-order-form .categories-menu > li:hover:before, .sidebar-column.filter-component.body-filter.toggle .categories-menu > li:hover:before {
  border: 1px solid #428bca; }
.sidebar-column.check-style-2 .categories-menu > li:hover a:before, .sidebar-column.filter-component.drawer .categories-menu > li:hover a:before,
.sidebar-column.filter-order-form .categories-menu > li:hover a:before, .sidebar-column.filter-component.body-filter.toggle .categories-menu > li:hover a:before {
  content: '\e946';
  font-family: "arenafont";
  font-display: optional;
  color: #428bca;
  position: absolute;
  display: block;
  left: 2px;
  top: 5px; }
.sidebar-column.check-style-2 .categories-menu > li a, .sidebar-column.filter-component.drawer .categories-menu > li a,
.sidebar-column.filter-order-form .categories-menu > li a, .sidebar-column.filter-component.body-filter.toggle .categories-menu > li a {
  padding-left: 23px; }
.sidebar-column.check-style-2 .categories-menu > li.active a:before, .sidebar-column.filter-component.drawer .categories-menu > li.active a:before,
.sidebar-column.filter-order-form .categories-menu > li.active a:before, .sidebar-column.filter-component.body-filter.toggle .categories-menu > li.active a:before {
  content: '\e946';
  font-family: "arenafont";
  font-display: optional;
  color: #428bca;
  position: absolute;
  display: block;
  left: 2px;
  top: 5px; }
@media (min-width: 992px) {
  .sidebar-column.check-style-3 .sb-widget .sb-menu .sb-title {
    font-weight: 700;
    text-transform: uppercase; }
  .sidebar-column.check-style-3 .categories-menu li {
    list-style: none;
    padding: 5px 0;
    position: relative;
    text-transform: uppercase;
    font-weight: 600; }
  .sidebar-column.check-style-3 .categories-menu > li:hover a:before {
    content: '\e946';
    font-family: "arenafont";
    font-display: optional;
    color: #428bca;
    position: absolute;
    display: block;
    left: 2px;
    top: 5px; }
  .sidebar-column.check-style-3 .categories-menu > li a {
    padding-left: 23px; }
  .sidebar-column.check-style-3 .categories-menu > li.active a:before {
    content: '\e946';
    font-family: "arenafont";
    font-display: optional;
    color: #428bca;
    position: absolute;
    display: block;
    left: 2px;
    top: 5px; } }
.sidebar-column .sb-banner {
  position: relative;
  overflow: hidden; }
  .sidebar-column .sb-banner > a {
    display: block;
    position: relative;
    background: #f3f3f3; }
    @media (min-width: 1025px) {
      .sidebar-column .sb-banner > a:after {
        content: '';
        position: absolute;
        display: block;
        left: 10px;
        top: 10px;
        right: 10px;
        bottom: 10px;
        opacity: 0;
        transform: scale(0, 0);
        -moz-transform: scale(0, 0);
        -webkit-transform: scale(0, 0);
        -ms-transform: scale(0, 0);
        -o-transform: scale(0, 0);
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        border: 1px solid rgba(255, 255, 255, 0.5); } }
    .sidebar-column .sb-banner > a img {
      width: 100%; }
  .sidebar-column .sb-banner .text {
    margin: 0;
    font-size: 36px;
    font-weight: 200;
    line-height: 40px;
    text-align: left;
    padding: 0 20px;
    position: absolute;
    display: block;
    left: 5px;
    top: 0;
    -webkit-transform: translate3d(0px, 45px, 0);
    transform: translate3d(0px, 45px, 0);
    -ms-transform: translate3d(0px, 45px, 0);
    -o-transform: translate3d(0px, 45px, 0);
    opacity: 0.8;
    -moz-transition: all 0.35s ease 0s;
    -o-transition: all 0.35s ease 0s;
    -webkit-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s; }
  .sidebar-column .sb-banner .btn {
    padding: 5px 25px;
    line-height: 26px;
    display: inline-block;
    text-transform: uppercase;
    text-align: center;
    position: absolute;
    display: block;
    left: 25px;
    bottom: 0;
    -webkit-transform: translate3d(0px, 20px, 0);
    transform: translate3d(0px, 20px, 0);
    -ms-transform: translate3d(0px, 20px, 0);
    -o-transform: translate3d(0px, 20px, 0);
    opacity: 0; }
  @media (min-width: 1025px) {
    .sidebar-column .sb-banner:hover > a:after {
      opacity: 1;
      transform: scale(1, 1);
      -moz-transform: scale(1, 1);
      -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      -o-transform: scale(1, 1); } }
  .sidebar-column .sb-banner:hover .text {
    -webkit-transform: translate3d(0px, 25px, 0);
    transform: translate3d(0px, 25px, 0);
    -ms-transform: translate3d(0px, 25px, 0);
    -o-transform: translate3d(0px, 25px, 0);
    opacity: 1; }
  .sidebar-column .sb-banner:hover .btn {
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
    -ms-transform: translate3d(0px, 0, 0);
    -o-transform: translate3d(0px, 0, 0);
    opacity: 1;
    bottom: 40px; }
.sidebar-column .accordion .sb-filter {
  margin: 0; }
  .sidebar-column .accordion .sb-filter:before {
    content: '\e811';
    position: absolute;
    right: 0;
    left: auto;
    font-family: "arenafont";
    font-display: optional;
    cursor: pointer;
    font-size: 10px;
    transition: 200ms all ease;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    top: 0;
    color: #333333;
    border: 1px solid #333333; }
    @media (max-width: 991px) {
      .sidebar-column .accordion .sb-filter:before {
        top: 17px; } }
  .sidebar-column .accordion .sb-filter.active .advanced-filters {
    display: block; }
  .sidebar-column .accordion .sb-filter.active:before {
    content: '\e812';
    font-family: "arenafont";
    font-display: optional; }
.sidebar-column .accordion .two-columns .advanced-filters {
  display: none; }
.sidebar-column .accordion .two-columns.active .advanced-filters {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
.sidebar-column .accordion .del-before:before, .sidebar-column .accordion .advanced-filters {
  display: none; }

.list-collection-wrap {
  padding-top: 55px;
  padding-bottom: 55px; }
  @media (max-width: 767px) {
    .list-collection-wrap {
      padding-top: 30px;
      padding-bottom: 30px; } }

.sb-border .categories-menu > li:not(:last-child) {
  border-bottom: 1px solid #e1e1e1; }
.sb-border .categories-menu .dropdown .expand {
  border: 1px solid #e1e1e1; }
.sb-border .sb-accordion:before {
  border: 1px solid #e1e1e1; }
.sb-border .accordion .grid-uniform:not(.active) .sbf-title {
  padding-bottom: 0; }
.sb-border .accordion .sb-filter:before {
  border: 1px solid #e1e1e1; }
.sb-border .sbw-filter {
  border: 1px solid #e1e1e1;
  padding: 20px 25px; }
.sb-border .sb-tag {
  border: 1px solid #e1e1e1;
  padding: 20px 25px;
  margin: 12px 0; }
  @media (max-width: 1199px) {
    .sb-border .sb-tag {
      padding-left: 15px;
      padding-right: 15px; } }
  .sb-border .sb-tag:hover {
    background: #f2f2f3; }
  .sb-border .sb-tag .sb-accordion:not(.active) {
    padding-bottom: 0; }
.sb-border .sb-menu .sb-accordion:not(.active) {
  padding-bottom: 0; }
.sb-border .sb-product .sb-accordion:before {
  display: none; }
.sb-border .sb-menu, .sb-border .sb-product {
  border: 1px solid #e1e1e1;
  padding: 20px 25px; }
  @media (max-width: 1199px) {
    .sb-border .sb-menu, .sb-border .sb-product {
      padding-left: 15px;
      padding-right: 15px; } }
  .sb-border .sb-menu .listing-item:last-child, .sb-border .sb-product .listing-item:last-child {
    padding-bottom: 0; }

.pagination-holder {
  width: 100%;
  display: table;
  padding: 30px 0 0; }
  @media (max-width: 767px) {
    .pagination-holder {
      padding: 15px 0 0; } }
  .pagination-holder .pagination {
    margin: 0px auto;
    display: block;
    border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    -webkit-border-radius: 0 0 0 0;
    background: none;
    padding-top: 30px;
    border-top: 1px solid #e1e1e1;
    text-align: center; }
    .pagination-holder .pagination > li {
      margin: 0 0 10px 35px;
      display: inline-block; }
      @media (max-width: 479px) {
        .pagination-holder .pagination > li {
          margin: 0 0 10px 20px; } }
      .pagination-holder .pagination > li > a,
      .pagination-holder .pagination > li > span {
        display: inline-block;
        padding: 0px;
        background: none;
        border: none;
        margin: 0px;
        font-size: 18px;
        color: #333333; }
      .pagination-holder .pagination > li .next:before {
        content: "\f105";
        font-family: "arenafont";
        font-display: optional;
        font-size: 19px;
        float: right;
        margin-left: 10px; }
      .pagination-holder .pagination > li .prev:before {
        content: "\f104";
        font-family: "arenafont";
        font-display: optional;
        font-size: 19px;
        float: left;
        margin-right: 10px; }
      @media (min-width: 1025px) {
        .pagination-holder .pagination > li:hover > a,
        .pagination-holder .pagination > li:hover > span {
          color: #006bc9; } }
      .pagination-holder .pagination > li.active > a,
      .pagination-holder .pagination > li.active > span {
        color: #006bc9;
        font-weight: 500;
        border: 1px solid #e1e1e1;
        padding: 3px 12px; }
      .pagination-holder .pagination > li:first-child {
        margin-left: 0; }

/* Swatches Styles */
.swatch .swatch-element .crossed-out, .swatch input {
  display: none; }

.swatch {
  margin: 1em 0; }

.swatch .header {
  margin: .5em 0; }

.swatch label {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  float: left;
  min-width: 16px;
  height: 16px;
  margin: 0;
  border: 1px solid #ccc;
  background-color: #ddd;
  font-size: 13px;
  text-align: center;
  line-height: 16px;
  white-space: nowrap;
  text-transform: uppercase; }

.swatch-element label {
  padding: 0 10px; }

.color.swatch-element label {
  padding: 0; }

.swatch input:checked + label {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
  border-color: transparent; }

.swatch .swatch-element {
  float: left;
  -webkit-transform: translateZ(0);
  -webkit-font-smoothing: antialiased;
  margin: 0 15px 10px 0;
  position: relative; }

.crossed-out {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0; }

.swatch .swatch-element.soldout .crossed-out {
  display: block; }

.swatch .swatch-element.soldout label {
  filter: alpha(opacity=60);
  -khtml-opacity: .6;
  -moz-opacity: .6;
  opacity: .6; }

.swatch .tooltip {
  text-align: center;
  background: #5f6572;
  color: #fff;
  bottom: 100%;
  padding: 5px 15px;
  display: block;
  position: absolute;
  white-space: nowrap;
  left: 49% !important;
  left: -31px;
  margin-bottom: 8px;
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -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: 10000;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.swatch .tooltip:before {
  bottom: -10px;
  content: " ";
  display: block;
  height: 10px;
  left: 0;
  position: absolute;
  width: 100%; }

.swatch .tooltip:after {
  border-left: solid transparent 5px;
  border-right: solid transparent 5px;
  border-top: solid #5f6572 5px;
  bottom: -5px;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -8px;
  position: absolute;
  width: 0; }

.swatch.error p {
  margin: .7em 0; }

.swatch.error p:first-child {
  margin-top: 0; }

.swatch.error p:last-child {
  margin-bottom: 0; }

.swatch.error code {
  font-family: monospace; }

@media (min-width: 1025px) {
  .swatch .swatch-element:hover .tooltip {
    filter: alpha(opacity=100);
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }

  .swatch.error {
    background-color: #e8d2d2 !important;
    color: #333333 !important;
    padding: 1em;
    border-radius: 5px; } }
.product-wrapper {
  /*Effect fade in*/
  /*End fade in*/
  /*Effect fade out*/
  /*End fade out*/
  /*Back Img Fade In*/
  /*End Img Fade In*/
  /*Back Img Zoom In*/
  /*End Back Img Zoom In*/
  /*Effect zoom*/
  /*End Effect Zoom*/
  /*Effect Zoom Fade*/
  /*End Zoom Fade*/
  /*Effect Blur*/
  /*End Blur*/
  /*Effect Glow*/
  /*End Effect Glow*/
  /*Effect Color*/
  /*End Effect Glow*/
  /*Effect Grayscale*/
  /*End Grayscale*/ }
  .product-wrapper .product-head .product-image .featured-img a > span.img-back img {
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out; }
  .product-wrapper .product-image .featured-img img {
    -moz-transition: filter 0.6s, opacity 0.6s, transform 0.6s, box-shadow 0.3s;
    -o-transition: filter 0.6s, opacity 0.6s, transform 0.6s, box-shadow 0.3s;
    -webkit-transition: filter 0.6s, opacity 0.6s, transform 0.6s, box-shadow 0.3s;
    transition: filter 0.6s, opacity 0.6s, transform 0.6s, box-shadow 0.3s; }
  .product-wrapper.effect-fade_in .product-image .featured-img a:before {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -moz-transition: filter 0.6s, opacity 0.6s, transform 0.6s, box-shadow 0.3s;
    -o-transition: filter 0.6s, opacity 0.6s, transform 0.6s, box-shadow 0.3s;
    -webkit-transition: filter 0.6s, opacity 0.6s, transform 0.6s, box-shadow 0.3s;
    transition: filter 0.6s, opacity 0.6s, transform 0.6s, box-shadow 0.3s;
    background: rgba(255, 255, 255, 0.25);
    z-index: 1;
    opacity: 1; }
  .product-wrapper.effect-fade_in:hover .product-image .featured-img a:before {
    opacity: 0; }
  .product-wrapper.effect-fade_out .product-image .featured-img a:before {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -moz-transition: filter 0.6s, opacity 0.6s, transform 0.6s, box-shadow 0.3s;
    -o-transition: filter 0.6s, opacity 0.6s, transform 0.6s, box-shadow 0.3s;
    -webkit-transition: filter 0.6s, opacity 0.6s, transform 0.6s, box-shadow 0.3s;
    transition: filter 0.6s, opacity 0.6s, transform 0.6s, box-shadow 0.3s;
    background: rgba(255, 255, 255, 0.25);
    z-index: 1;
    opacity: 0; }
  .product-wrapper.effect-fade_out:hover .product-image .featured-img a:before {
    opacity: 1; }
  .product-wrapper.effect-fade_in_back {
    -moz-transition: 0.35s all ease;
    -o-transition: 0.35s all ease;
    -webkit-transition: 0.35s all ease;
    transition: 0.35s all ease; }
    .product-wrapper.effect-fade_in_back:hover {
      -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
      -ms-transform: 0 0 8px rgba(0, 0, 0, 0.1);
      -o-transform: 0 0 8px rgba(0, 0, 0, 0.1);
      box-shadow: 0 0 8px rgba(0, 0, 0, 0.1); }
      .product-wrapper.effect-fade_in_back:hover .product-head .product-image .featured-img a > span.img-back img {
        opacity: 1; }
  .product-wrapper.effect-zoom_in {
    -moz-transition: 0.35s all ease;
    -o-transition: 0.35s all ease;
    -webkit-transition: 0.35s all ease;
    transition: 0.35s all ease; }
    .product-wrapper.effect-zoom_in .product-head .product-image .featured-img a > span.img-back img {
      transform: scale(1.1, 1.1);
      -moz-transform: scale(1.1, 1.1);
      -webkit-transform: scale(1.1, 1.1);
      -ms-transform: scale(1.1, 1.1);
      -o-transform: scale(1.1, 1.1);
      -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      -o-transform: translate(0, 0);
      transform: translate(0, 0);
      left: 0;
      top: 0; }
    .product-wrapper.effect-zoom_in:hover {
      -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
      -ms-transform: 0 0 8px rgba(0, 0, 0, 0.1);
      -o-transform: 0 0 8px rgba(0, 0, 0, 0.1);
      box-shadow: 0 0 8px rgba(0, 0, 0, 0.1); }
      .product-wrapper.effect-zoom_in:hover .product-head .product-image .featured-img a > span.img-back img {
        opacity: 1;
        transform: scale(1.15, 1.15);
        -moz-transform: scale(1.15, 1.15);
        -webkit-transform: scale(1.15, 1.15);
        -ms-transform: scale(1.15, 1.15);
        -o-transform: scale(1.15, 1.15); }
  .product-wrapper.effect-zoom .product-image .featured-img img {
    transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1); }
  .product-wrapper.effect-zoom:hover .product-image .featured-img img {
    transform: scale(1.12, 1.12);
    -moz-transform: scale(1.12, 1.12);
    -webkit-transform: scale(1.12, 1.12);
    -ms-transform: scale(1.12, 1.12);
    -o-transform: scale(1.12, 1.12); }
  .product-wrapper.effect-zoom_fade .product-image .featured-img a img {
    opacity: 1; }
  .product-wrapper.effect-zoom_fade:hover .product-image .featured-img a img {
    opacity: 0.7;
    transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1); }
  .product-wrapper.effect-blur:hover .product-image .featured-img img {
    -webkit-filter: blur(5px);
    filter: blur(5px); }
  .product-wrapper.effect-glow:hover .product-image .featured-img img {
    -webkit-filter: brightness(1.1);
    filter: brightness(1.1); }
  .product-wrapper.effect-color .product-image .featured-img img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%); }
  .product-wrapper.effect-color:hover .product-image .featured-img img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0); }
  .product-wrapper.effect-grayscale:hover .product-image .featured-img img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%); }

.prod-zoom {
  position: absolute;
  z-index: 1; }

.page-product {
  padding-top: 30px !important;
  /*thumbnail position*/
  /*button next-prev*/
  /*countdown style*/
  /*product sidebar*/
  /*bundle product*/ }
  @media (max-width: 767px) {
    .page-product {
      padding-top: 10px !important; } }
  .page-product #add-to-cart {
    min-width: 140px; }
  .page-product .product-content-wrapper {
    padding-bottom: 40px; }
    @media (max-width: 767px) {
      .page-product .product-content-wrapper {
        padding-bottom: 10px; } }
    .page-product .product-content-wrapper .slider--wrapper {
      position: relative; }
  .page-product .related-wrapper-section {
    margin-bottom: 40px; }
    @media (max-width: 767px) {
      .page-product .related-wrapper-section {
        margin-bottom: 30px; } }
    .page-product .related-wrapper-section .product-wrapper {
      margin-bottom: 0; }
      .page-product .related-wrapper-section .product-wrapper .swatch {
        padding: 0; }
  .page-product .widget-recently-viewed {
    margin-bottom: 30px; }
  .page-product .owl-controls {
    padding-bottom: 30px; }
  .page-product .product-image {
    position: relative;
    padding-bottom: 10px; }
    .page-product .product-image .product-vid {
      position: absolute;
      top: 0; }
      .page-product .product-image .product-vid i {
        font-size: 20px; }
    .page-product .product-image .product-sku-collection {
      padding-bottom: 25px;
      padding-top: 25px; }
      .page-product .product-image .product-sku-collection li {
        list-style: none; }
        .page-product .product-image .product-sku-collection li a {
          font-weight: 600;
          color: #006bc9; }
      .page-product .product-image .product-sku-collection li:not(:last-child) {
        padding-bottom: 8px; }
  @media (min-width: 992px) {
    .page-product {
      width: 100%; }
      .page-product .product-content-wrapper {
        letter-spacing: -0.31em;
        vertical-align: top;
        display: flex;
        flex-wrap: wrap; }
        .page-product .product-content-wrapper > div {
          letter-spacing: 0;
          vertical-align: top;
          display: inline-block; }
        .page-product .product-content-wrapper #product-image {
          width: 52%; }
        .page-product .product-content-wrapper #product-info {
          width: 48%; }
        .page-product .product-content-wrapper .product-image.float-lg-right {
          order: 2; }
      .page-product .product-content {
        display: block; }
        .page-product .product-content.sidebar-position-right, .page-product .product-content.sidebar-position-left {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex; }
          .page-product .product-content.sidebar-position-right #product-main, .page-product .product-content.sidebar-position-left #product-main {
            display: inline-block;
            width: 75%; }
          .page-product .product-content.sidebar-position-right #product-sidebar, .page-product .product-content.sidebar-position-left #product-sidebar {
            display: inline-block;
            width: 25%;
            vertical-align: top; }
            .page-product .product-content.sidebar-position-right #product-sidebar .related-border .block-countdown, .page-product .product-content.sidebar-position-left #product-sidebar .related-border .block-countdown {
              display: none; }
            .page-product .product-content.sidebar-position-right #product-sidebar .related-border .product-wrapper .product-name, .page-product .product-content.sidebar-position-left #product-sidebar .related-border .product-wrapper .product-name {
              font-size: 14px; }
            .page-product .product-content.sidebar-position-right #product-sidebar .related-border .product-wrapper.product-item-style-2:hover .product-content .product-price, .page-product .product-content.sidebar-position-left #product-sidebar .related-border .product-wrapper.product-item-style-2:hover .product-content .product-price {
              transform: rotateX(0);
              opacity: 1; }
            .page-product .product-content.sidebar-position-right #product-sidebar .product-add-cart, .page-product .product-content.sidebar-position-left #product-sidebar .product-add-cart {
              display: none; }
        .page-product .product-content.sidebar-position-right #product-sidebar {
          padding-left: 3rem; }
        .page-product .product-content.sidebar-position-left #product-sidebar {
          padding-right: 3rem; }
      .page-product.product-image-left .product-content-wrapper #product-info {
        padding-left: 3rem; }
      .page-product.product-image-right .product-content-wrapper #product-info {
        padding-right: 3rem; } }
  @media (max-width: 991px) {
    .page-product .product-info .block-countdown {
      padding: 10px 0; }
    .page-product #product-sidebar {
      display: none; } }
  .page-product .product-image .share-icons {
    text-align: center;
    padding-top: 1rem; }
    .page-product .product-image .share-icons li {
      padding: 0 3px; }
  @media (max-width: 767px) {
    .page-product .product-image .product-image-inner .slick-slide {
      padding: 5px 3px !important; }
    .page-product .product-image .product-image-inner .slick-btn-03 {
      display: none; }
    .page-product .product-image .share-icons {
      padding-bottom: 1rem; } }
  .page-product .video {
    position: relative;
    padding-top: 5rem;
    padding-bottom: 56%;
    height: 0;
    overflow: hidden; }
    @media (max-width: 767px) {
      .page-product .video {
        padding-top: 2.5rem; } }
    .page-product .video iframe {
      position: absolute;
      width: 100%;
      height: 100%; }
    .page-product .video video {
      position: relative;
      display: block;
      width: 100%; }
  .page-product .product-image-inner {
    position: relative;
    /*test slider*/ }
    .page-product .product-image-inner .slick-item {
      display: none; }
      .page-product .product-image-inner .slick-item:first-child {
        display: block; }
  .page-product .visitor-count {
    padding-top: 10px; }
  @media (min-width: 768px) {
    .page-product .product-image.thumbnail-position-right .product-image-inner {
      padding-right: 110px; }
      .page-product .product-image.thumbnail-position-right .product-image-inner .slider-thumbs-06 {
        right: 0; } }
  .page-product .product-image.thumbnail-position-right .share-icons ul li span {
    display: none; }
  @media (min-width: 768px) {
    .page-product .product-image.thumbnail-position-left .product-image-inner {
      padding-left: 110px; }
      .page-product .product-image.thumbnail-position-left .product-image-inner .slider-thumbs-06 {
        left: 0; } }
  .page-product .product-image .slider-thumbs-06 {
    width: 95px;
    height: 100%;
    position: absolute;
    display: block;
    top: 0; }
  .page-product .product-image .slick-slide {
    padding: 0 0 8px;
    float: left; }
    .page-product .product-image .slick-slide .thumb-zoom {
      border: 1px solid rgba(66, 139, 202, 0.1); }
      .page-product .product-image .slick-slide .thumb-zoom.active {
        border: 1px solid rgba(66, 139, 202, 0.3); }
    .page-product .product-image .slick-slide > div {
      float: left;
      width: 100%; }
  .page-product .thumbnail-position-bottom .thumb-image {
    position: relative;
    visibility: hidden; }
    .page-product .thumbnail-position-bottom .thumb-image .slick-slider {
      z-index: 9;
      visibility: visible; }
    .page-product .thumbnail-position-bottom .thumb-image .slick-thumb-btn-03 .btn-next {
      float: right;
      margin-right: 0;
      right: 0; }
    .page-product .thumbnail-position-bottom .thumb-image .slick-thumb-btn-03 .btn-prev {
      margin-left: 0;
      display: inline-block !important; }
    .page-product .thumbnail-position-bottom .thumb-image .slick-thumb-btn-03 > span {
      background: #428bca;
      color: white;
      width: 30px;
      height: 30px;
      line-height: 30px;
      text-align: center;
      position: absolute;
      display: block;
      top: 50%;
      margin-top: -20px;
      cursor: pointer;
      z-index: 99;
      font-size: 16px; }
      .page-product .thumbnail-position-bottom .thumb-image .slick-thumb-btn-03 > span:hover {
        opacity: 0.8; }
    .page-product .thumbnail-position-bottom .thumb-image .slick-slide {
      padding: 5px 7px; }
      .page-product .thumbnail-position-bottom .thumb-image .slick-slide .slick-item .thumb-zoom {
        border: 0; }
      .page-product .thumbnail-position-bottom .thumb-image .slick-slide .slick-item img {
        border: 1px solid rgba(66, 139, 202, 0.3); }
      .page-product .thumbnail-position-bottom .thumb-image .slick-slide.slick-current .slick-item img {
        border: 1px solid #428bca; }
  .page-product .product-content .block-countdown:not(.style-6) .deal-text {
    position: relative;
    padding-left: 20px; }
    .page-product .product-content .block-countdown:not(.style-6) .deal-text:before {
      content: "\E899";
      font-family: "arenafont";
      font-display: optional;
      position: absolute;
      display: block;
      left: 0;
      top: 0; }
  .page-product .product-content .block-countdown.style-1 .wrapper-countdown {
    display: inline-block;
    padding-left: 13px; }
    .page-product .product-content .block-countdown.style-1 .wrapper-countdown span {
      font-weight: 600;
      font-size: 20px;
      color: #5e4c43;
      padding: 0 1px; }
    .page-product .product-content .block-countdown.style-1 .wrapper-countdown .count-hours:after, .page-product .product-content .block-countdown.style-1 .wrapper-countdown .count-minutes:after {
      content: ":";
      padding-left: 5px; }
    .page-product .product-content .block-countdown.style-1 .wrapper-countdown .count-hours .text-date, .page-product .product-content .block-countdown.style-1 .wrapper-countdown .count-minutes .text-date {
      display: none; }
    .page-product .product-content .block-countdown.style-1 .wrapper-countdown .text-date {
      padding-left: 3px; }
  .page-product .product-content .block-countdown.style-2 .wrapper-countdown, .page-product .product-content .block-countdown.style-3 .wrapper-countdown, .page-product .product-content .block-countdown.style-5 .wrapper-countdown {
    padding-top: 12px; }
    .page-product .product-content .block-countdown.style-2 .wrapper-countdown > div, .page-product .product-content .block-countdown.style-3 .wrapper-countdown > div, .page-product .product-content .block-countdown.style-5 .wrapper-countdown > div {
      display: flex; }
      .page-product .product-content .block-countdown.style-2 .wrapper-countdown > div > span, .page-product .product-content .block-countdown.style-3 .wrapper-countdown > div > span, .page-product .product-content .block-countdown.style-5 .wrapper-countdown > div > span {
        width: 55px;
        min-height: 55px;
        margin: 0 10px 0 0;
        background: #5e4c43;
        color: white;
        text-align: center;
        font-weight: 600; }
        .page-product .product-content .block-countdown.style-2 .wrapper-countdown > div > span > span, .page-product .product-content .block-countdown.style-3 .wrapper-countdown > div > span > span, .page-product .product-content .block-countdown.style-5 .wrapper-countdown > div > span > span {
          height: 50%;
          display: flex;
          align-items: flex-end;
          justify-content: center; }
      .page-product .product-content .block-countdown.style-2 .wrapper-countdown > div .text-date, .page-product .product-content .block-countdown.style-3 .wrapper-countdown > div .text-date, .page-product .product-content .block-countdown.style-5 .wrapper-countdown > div .text-date {
        font-weight: 400;
        align-items: flex-start; }
  .page-product .product-content .block-countdown.style-2 .wrapper-countdown > div > span {
    border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%; }
  .page-product .product-content .block-countdown.style-3 .wrapper-countdown > div > span {
    background: white;
    color: #5e4c43;
    border: 1px solid #5e4c43;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px; }
  .page-product .product-content .block-countdown.style-4 .wrapper-countdown {
    padding-top: 12px; }
    .page-product .product-content .block-countdown.style-4 .wrapper-countdown > div {
      display: flex; }
      .page-product .product-content .block-countdown.style-4 .wrapper-countdown > div > span {
        width: 40px;
        min-height: 60px;
        margin: 0 10px 0 0;
        padding: 0 5px;
        text-align: center;
        font-weight: 600;
        color: #5e4c43;
        border: 1px solid rgba(66, 139, 202, 0.5); }
        .page-product .product-content .block-countdown.style-4 .wrapper-countdown > div > span > span {
          height: 50%;
          display: flex;
          align-items: flex-end;
          justify-content: center; }
      .page-product .product-content .block-countdown.style-4 .wrapper-countdown > div .text-date {
        align-items: flex-start; }
  .page-product .product-content .block-countdown.style-5 .wrapper-countdown > div > span {
    border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    background: white;
    color: #5e4c43;
    border: 1px solid #5e4c43; }
  .page-product .product-content .block-countdown.style-6 .deal-text {
    text-transform: uppercase;
    font-weight: 600; }
  .page-product .product-content .block-countdown.style-6 .wrapper-countdown {
    padding-top: 12px; }
    .page-product .product-content .block-countdown.style-6 .wrapper-countdown > div {
      display: inline-flex;
      border: 1px solid rgba(66, 139, 202, 0.4);
      padding: 0 10px;
      min-width: auto !important; }
      .page-product .product-content .block-countdown.style-6 .wrapper-countdown > div > span {
        color: #428bca;
        text-align: center;
        font-weight: 600;
        padding: 8px 15px;
        font-size: 20px; }
      .page-product .product-content .block-countdown.style-6 .wrapper-countdown > div .text-date {
        font-weight: 400;
        display: block;
        font-size: 17px; }
  .page-product .product-sidebar .policies-wrapper {
    padding: 10px 0; }
    @media (max-width: 1199px) {
      .page-product .product-sidebar .policies-wrapper .policies-style-2 .policy-item {
        display: block; }
        .page-product .product-sidebar .policies-wrapper .policies-style-2 .policy-item .policy-image {
          width: 80px;
          margin: 0 auto;
          padding-bottom: 20px; }
        .page-product .product-sidebar .policies-wrapper .policies-style-2 .policy-item .text {
          padding-left: 0;
          width: 100%;
          text-align: center; } }
    .page-product .product-sidebar .policies-wrapper .text span {
      display: block;
      padding-top: 0.5714rem; }
  .page-product .product-sidebar .sb-caterogies.has-border,
  .page-product .product-sidebar .sb-product {
    border: 1px solid #e1e1e1;
    padding: 20px 25px 25px;
    border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    -webkit-border-radius: 2px 2px 2px 2px; }
    @media (max-width: 1199px) and (min-width: 992px) {
      .page-product .product-sidebar .sb-caterogies.has-border,
      .page-product .product-sidebar .sb-product {
        padding: 10px; } }
  .page-product .product-sidebar .sb-widget {
    position: relative;
    clear: both;
    margin: 0 0 30px; }
  .page-product .product-sidebar .sb-caterogies ul li {
    list-style: none;
    padding: 5px 0;
    border-bottom: 1px solid #e1e1e1;
    display: flex;
    align-items: center;
    flex-wrap: wrap; }
    .page-product .product-sidebar .sb-caterogies ul li span.icon {
      display: inline-block;
      max-width: 25px;
      max-height: 25px;
      margin: 0 8px 0 0;
      padding: 0;
      overflow: hidden; }
    .page-product .product-sidebar .sb-caterogies ul li a {
      flex: 1;
      position: relative;
      top: 2px; }
    .page-product .product-sidebar .sb-caterogies ul li span {
      position: relative;
      top: 2px; }
  .page-product .product-sidebar .sb-caterogies ul li:last-child {
    border: none; }
  .page-product .product-sidebar .sb-banner-carousel .item {
    padding: 16px 8px;
    background: rgba(242, 242, 243, 0.4); }
    .page-product .product-sidebar .sb-banner-carousel .item .btn {
      position: relative;
      margin: -18px auto 0;
      max-width: 140px;
      text-transform: uppercase;
      display: flex;
      justify-content: center;
      border: 1px solid rgba(66, 139, 202, 0.4);
      left: 0;
      opacity: 1;
      -webkit-transform: translate3d(0px, 0, 0);
      transform: translate3d(0px, 0, 0);
      -ms-transform: translate3d(0px, 0, 0);
      -o-transform: translate3d(0px, 0, 0); }
      @media (max-width: 1440px) {
        .page-product .product-sidebar .sb-banner-carousel .item .btn {
          font-size: 12px;
          padding: 0 10px;
          margin: -14px auto 0; } }
  .page-product .product-sidebar .sb-banner-carousel:hover .item .btn {
    bottom: 0; }
  .page-product .product-sidebar .sb-banner-carousel .block-text {
    padding: 0 15px 15px;
    text-align: center; }
    .page-product .product-sidebar .sb-banner-carousel .block-text h4 {
      border-bottom: 2px solid #e1e1e1;
      padding-bottom: 5px;
      margin-bottom: 12px;
      font-weight: 100; }
  .page-product .product-sidebar .sb-banner-carousel .owl-controls {
    padding-top: 12px; }
  .page-product .product-sidebar .p-sb-widget-image {
    text-align: center; }
  .page-product .product-sidebar .related-wrapper.related-border {
    border: 1px solid #e1e1e1;
    padding: 20px 25px 25px;
    border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    -webkit-border-radius: 2px 2px 2px 2px;
    margin-bottom: 30px; }
    @media (max-width: 1199px) and (min-width: 992px) {
      .page-product .product-sidebar .related-wrapper.related-border {
        padding: 10px; }
        .page-product .product-sidebar .related-wrapper.related-border .product-wrapper {
          margin-bottom: 15px; }
          .page-product .product-sidebar .related-wrapper.related-border .product-wrapper .product-content .product-name {
            font-size: 14px; }
          .page-product .product-sidebar .related-wrapper.related-border .product-wrapper .product-content .product-price > * {
            font-size: 16px; } }
  .page-product .product-sidebar .related-wrapper.related-border .product-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    .page-product .product-sidebar .related-wrapper.related-border .product-wrapper:last-child {
      margin-bottom: 0; }
    .page-product .product-sidebar .related-wrapper.related-border .product-wrapper.card-padding.card-border {
      border: 0; }
      .page-product .product-sidebar .related-wrapper.related-border .product-wrapper.card-padding.card-border .product-content {
        padding: 0; }
    .page-product .product-sidebar .related-wrapper.related-border .product-wrapper[class*=product-item-style-] .product-button > div {
      display: none; }
    .page-product .product-sidebar .related-wrapper.related-border .product-wrapper .product-head {
      padding-right: 15px;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66667%;
      flex: 0 0 41.66667%;
      max-width: 41.66667%; }
      .page-product .product-sidebar .related-wrapper.related-border .product-wrapper .product-head img {
        border-radius: 2px 2px 2px 2px;
        -moz-border-radius: 2px 2px 2px 2px;
        -webkit-border-radius: 2px 2px 2px 2px;
        -moz-transition: 0.35s all ease;
        -o-transition: 0.35s all ease;
        -webkit-transition: 0.35s all ease;
        transition: 0.35s all ease;
        border: 3px solid #e1e1e1; }
      .page-product .product-sidebar .related-wrapper.related-border .product-wrapper .product-head:hover img {
        border: 3px solid #428bca; }
      .page-product .product-sidebar .related-wrapper.related-border .product-wrapper .product-head .product-label {
        display: none; }
    .page-product .product-sidebar .related-wrapper.related-border .product-wrapper .product-content {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33333%;
      flex: 0 0 58.33333%;
      max-width: 58.33333%; }
      .page-product .product-sidebar .related-wrapper.related-border .product-wrapper .product-content .product-wishlist, .page-product .product-sidebar .related-wrapper.related-border .product-wrapper .product-content .product-compare {
        display: none; }
  .page-product .product-sidebar .related-items-block .price-compare {
    display: none; }
  .page-product .product-sidebar .related-items-block .product-price > span {
    padding: 0; }
  @media (min-width: 992px) {
    .page-product .product-sidebar .related-items-block .swatch-wrapper .swatch-element {
      margin-right: 10px; }
    .page-product .product-sidebar .related-items-block .swatch-wrapper .wrap-swatch-color .swt-size-medium .swatch-element label, .page-product .product-sidebar .related-items-block .swatch-wrapper .wrap-swatch-color .swt-size-large .swatch-element label {
      min-width: 20px;
      height: 20px; }
    .page-product .product-sidebar .related-items-block .swatch-wrapper .wrap-swatch-color .swt-size-medium .swatch-element.more-swt, .page-product .product-sidebar .related-items-block .swatch-wrapper .wrap-swatch-color .swt-size-large .swatch-element.more-swt {
      margin-top: 2px; }
    .page-product .product-sidebar .related-items-block .swatch-wrapper .wrap-swatch-color .swt-size-medium .swatch-element.active:not(.more-swt):before, .page-product .product-sidebar .related-items-block .swatch-wrapper .wrap-swatch-color .swt-size-large .swatch-element.active:not(.more-swt):before {
      content: "";
      border: 1px solid #428bca;
      width: 26px;
      height: 26px;
      position: absolute;
      display: block;
      left: -3px;
      top: -3px; } }
  .page-product .product-sidebar .product-wrapper .swatch {
    padding-bottom: 0; }
  .page-product #product-bundled {
    padding-bottom: 50px; }
    .page-product #product-bundled .crust-items {
      display: flex; }
      .page-product #product-bundled .crust-items ul {
        display: flex;
        width: 75%; }
        .page-product #product-bundled .crust-items ul li {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
          max-width: 33.33%;
          padding-right: 30px; }
          .page-product #product-bundled .crust-items ul li .pd-image {
            position: relative; }
            .page-product #product-bundled .crust-items ul li .pd-image img {
              height: 100%;
              width: 100%;
              object-fit: cover;
              font-family: "object-fit: cover"; }
            .page-product #product-bundled .crust-items ul li .pd-image .image--style {
              padding-top: 100% !important; }
          .page-product #product-bundled .crust-items ul li .pb-title, .page-product #product-bundled .crust-items ul li .pb-price {
            padding-top: 1.2rem; }
            @media (max-width: 767px) {
              .page-product #product-bundled .crust-items ul li .pb-title, .page-product #product-bundled .crust-items ul li .pb-price {
                padding-top: 8px; } }
          .page-product #product-bundled .crust-items ul li .pb-title a {
            font-size: 17px; }
          .page-product #product-bundled .crust-items ul li .b-prod-select {
            padding-top: 1.3rem;
            position: relative; }
            .page-product #product-bundled .crust-items ul li .b-prod-select:before {
              content: "\f107";
              font-family: "arenafont";
              font-display: optional;
              position: absolute;
              display: block;
              top: 28px;
              right: 10px;
              z-index: 1;
              height: 0; }
              @media (max-width: 479px) {
                .page-product #product-bundled .crust-items ul li .b-prod-select:before {
                  top: 29px; } }
            .page-product #product-bundled .crust-items ul li .b-prod-select select {
              width: 100%; }
              @media (max-width: 479px) {
                .page-product #product-bundled .crust-items ul li .b-prod-select select {
                  font-size: 12px;
                  padding-left: 10px; } }
        .page-product #product-bundled .crust-items ul li:not(:first-child) .pd-image:before {
          content: "\e811";
          font-family: "arenafont";
          font-display: optional;
          position: absolute;
          display: block;
          left: -25px;
          top: 50%;
          z-index: 1;
          font-size: 11px;
          width: 20px;
          height: 20px;
          text-align: center;
          background: #428bca;
          color: white;
          line-height: 20px;
          margin-top: -10px;
          border-radius: 50% 50% 50% 50%;
          -moz-border-radius: 50% 50% 50% 50%;
          -webkit-border-radius: 50% 50% 50% 50%; }
      .page-product #product-bundled .crust-items .b-total-price {
        flex: 0 0 25%;
        padding-left: 10px; }
        .page-product #product-bundled .crust-items .b-total-price .bundled-total-price {
          padding-top: 40%;
          position: relative; }
          .page-product #product-bundled .crust-items .b-total-price .bundled-total-price:before {
            content: "=";
            font-size: 20px;
            position: absolute;
            left: -18px;
            padding: 7px 0;
            font-weight: 500; }
          @media (min-width: 768px) and (max-width: 1199px) {
            .page-product #product-bundled .crust-items .b-total-price .bundled-total-price {
              padding-top: 32%; } }
          .page-product #product-bundled .crust-items .b-total-price .bundled-total-price button {
            padding: 7px 25px;
            -moz-transition: 0.45s all ease;
            -o-transition: 0.45s all ease;
            -webkit-transition: 0.45s all ease;
            transition: 0.45s all ease; }
          .page-product #product-bundled .crust-items .b-total-price .bundled-total-price .total-price {
            padding-top: 20px;
            font-size: 18px; }
            @media (min-width: 768px) {
              .page-product #product-bundled .crust-items .b-total-price .bundled-total-price .total-price {
                padding-left: 16px; } }
            .page-product #product-bundled .crust-items .b-total-price .bundled-total-price .total-price > span {
              font-weight: 600;
              color: #5e4c43;
              padding-left: 5px; }
      @media (max-width: 767px) {
        .page-product #product-bundled .crust-items {
          display: block; }
          .page-product #product-bundled .crust-items ul {
            width: 100%; }
          .page-product #product-bundled .crust-items .b-total-price {
            display: block;
            text-align: center; }
            .page-product #product-bundled .crust-items .b-total-price .bundled-total-price {
              padding-top: 2.2rem; }
              .page-product #product-bundled .crust-items .b-total-price .bundled-total-price:before {
                display: none; } }
      @media (max-width: 479px) {
        .page-product #product-bundled .crust-items ul li {
          padding-right: 20px; }
          .page-product #product-bundled .crust-items ul li .pb-title a {
            font-size: 12px; }
        .page-product #product-bundled .crust-items ul li:not(:first-child) .pd-image:before {
          width: 15px;
          height: 15px;
          line-height: 15px;
          margin-top: -5px;
          font-size: 8px;
          left: -17px; } }
  .page-product #product-bundled-v2 {
    background: white;
    position: relative; }
    .page-product #product-bundled-v2 .bundled-product {
      display: flex;
      position: relative; }
      .page-product #product-bundled-v2 .bundled-product .pd-image {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%; }
        .page-product #product-bundled-v2 .bundled-product .pd-image img {
          width: 100px;
          height: 100px; }
      .page-product #product-bundled-v2 .bundled-product .pd-info {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%; }
  .page-product .size-chart {
    padding-bottom: 25px; }
    .page-product .size-chart a {
      text-decoration: underline;
      color: #888888; }
  .page-product .product-sub-action {
    padding-bottom: 20px; }
    .page-product .product-sub-action i {
      padding-right: 8px;
      font-size: 20px; }
    .page-product .product-sub-action li {
      display: block;
      line-height: 1.2; }
    .page-product .product-sub-action li:not(:last-child) {
      padding-bottom: 8px;
      display: inline-block;
      margin-right: 20px; }
  .page-product .terms-conditions {
    padding-top: 25px; }
    .page-product .terms-conditions input {
      width: 16px;
      height: 16px;
      vertical-align: middle;
      margin-top: -3px; }
    .page-product .terms-conditions label {
      margin: 0;
      color: #888888; }
  .page-product.layout-vertical-thumbnail .shopify-payment-button button {
    line-height: 1; }
  .page-product.layout-vertical-thumbnail .wrap-quantity-add-cart {
    display: flex;
    align-items: flex-end; }
    .page-product.layout-vertical-thumbnail .wrap-quantity-add-cart .quantity-product {
      margin-right: 10px; }
  .page-product.layout-vertical-thumbnail #add-to-cart {
    font-size: inherit !important; }
    .page-product.layout-vertical-thumbnail #add-to-cart.disabled {
      line-height: unset; }
      .page-product.layout-vertical-thumbnail #add-to-cart.disabled i:before {
        content: '\e838';
        font-family: "arenafont";
        font-display: optional;
        -webkit-animation: fa-spin 2s infinite linear;
        animation: fa-spin 2s infinite linear; }
      .page-product.layout-vertical-thumbnail #add-to-cart.disabled:after {
        display: none; }
  .page-product .product-info {
    position: relative; }
    .page-product .product-info .jdgm-prev-badge__text {
      padding-left: 10px; }
    .page-product .product-info .wrapper-countdown {
      padding-bottom: 25px; }
    .page-product .product-info #variant-out .pre-order {
      padding: 0;
      padding-bottom: 20px; }
      .page-product .product-info #variant-out .pre-order a {
        width: 100%; }
    .page-product .product-info .product-info-inner {
      position: relative; }
      .page-product .product-info .product-info-inner > div {
        position: relative; }
      .page-product .product-info .product-info-inner .shipping-time {
        padding-bottom: 10px; }
        .page-product .product-info .product-info-inner .shipping-time li {
          list-style: none;
          padding-bottom: 5px; }
        .page-product .product-info .product-info-inner .shipping-time .find-my-local i {
          margin-left: -5px; }
        .page-product .product-info .product-info-inner .shipping-time .deadline .countdown_deadline {
          display: inline-block;
          padding-left: 10px; }
          .page-product .product-info .product-info-inner .shipping-time .deadline .countdown_deadline span {
            font-weight: 600;
            font-size: 19px;
            color: #428bca;
            padding: 0 1px; }
            @media (max-width: 374px) {
              .page-product .product-info .product-info-inner .shipping-time .deadline .countdown_deadline span {
                font-size: 14px; } }
          .page-product .product-info .product-info-inner .shipping-time .deadline .countdown_deadline .text-date {
            padding-left: 3px; }
          .page-product .product-info .product-info-inner .shipping-time .deadline .countdown_deadline > span:not(:last-child) .date-number + .text-date:after {
            content: ":";
            padding-left: 5px; }
      .page-product .product-info .product-info-inner .stock-variant {
        padding-bottom: 8px; }
      .page-product .product-info .product-info-inner .product-sku-collection {
        padding-bottom: 25px; }
        .page-product .product-info .product-info-inner .product-sku-collection li {
          list-style: none; }
          .page-product .product-info .product-info-inner .product-sku-collection li > span {
            text-transform: uppercase; }
            .page-product .product-info .product-info-inner .product-sku-collection li > span a {
              text-transform: capitalize; }
          .page-product .product-info .product-info-inner .product-sku-collection li a {
            color: #333333;
            font-weight: 600; }
          .page-product .product-info .product-info-inner .product-sku-collection li > span:not(:first-child) {
            font-weight: 600; }
        .page-product .product-info .product-info-inner .product-sku-collection li:not(:last-child) {
          padding-bottom: 8px; }
    .page-product .product-info h1[itemprop="name"] {
      text-align: left;
      font-size: 30px;
      padding-bottom: 12px;
      font-weight: 100; }
    .page-product .product-info .author {
      margin: 0;
      font-size: 15px;
      text-transform: uppercase;
      letter-spacing: 1.2px; }
    .page-product .product-info .rating-links {
      line-height: 20px;
      overflow: hidden;
      clear: both; }
      .page-product .product-info .rating-links > a {
        color: #428bca;
        padding-left: 15px;
        position: relative; }
        .page-product .product-info .rating-links > a:before {
          content: "";
          width: 1px;
          height: 12px;
          background: #428bca;
          position: absolute;
          display: block;
          left: 5px;
          top: 3px; }
      .page-product .product-info .rating-links .spr-badge-caption {
        display: inline-block;
        padding-left: 10px; }
    .page-product .product-info .short-description {
      clear: both;
      padding-bottom: 16px; }
      .page-product .product-info .short-description h5 {
        display: none; }
      .page-product .product-info .short-description ul, .page-product .product-info .short-description ol {
        margin-top: 15px;
        margin-bottom: 15px; }
        .page-product .product-info .short-description ul:last-child, .page-product .product-info .short-description ol:last-child {
          margin-bottom: 0; }
    .page-product .product-info .spr-badge {
      margin: 0 5px 0 0;
      display: inline-block;
      float: left;
      position: relative; }
    .page-product .product-info .out-stock {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      padding-bottom: 20px; }
    .page-product .product-info .sold-out {
      cursor: default;
      display: inline-block;
      font-weight: 500;
      text-transform: capitalize;
      flex: 1;
      opacity: 0.65;
      pointer-events: none; }
    .page-product .product-info .pre-order {
      display: inline-block;
      flex: 1; }
      .page-product .product-info .pre-order .btn-pre-order {
        font-weight: 500;
        text-transform: capitalize;
        width: 100%; }
      .page-product .product-info .pre-order.hide {
        display: none; }
    .page-product .product-info .preview-badge > div {
      padding-bottom: 20px; }
    .page-product .product-info .product-price {
      text-align: left;
      padding-bottom: 20px; }
      .page-product .product-info .product-price > div {
        display: inline-block; }
      .page-product .product-info .product-price .article-share {
        float: right; }
        .page-product .product-info .product-price .article-share .btn {
          padding: 0 15px; }
        .page-product .product-info .product-price .article-share #share-post-cotent ul {
          text-align: center; }
      .page-product .product-info .product-price .price-sale {
        display: inline-block; }
      .page-product .product-info .product-price .price {
        text-align: left;
        padding: 0;
        margin: 0;
        border: none;
        font-size: 24px;
        font-weight: 300; }
      .page-product .product-info .product-price .price-compare {
        margin: 0 0 0 15px;
        display: inline-block; }
        .page-product .product-info .product-price .price-compare > * {
          font-size: 19px; }
  .page-product .variants-wrapper .selector-wrapper {
    clear: both;
    padding-bottom: 25px;
    position: relative; }
    .page-product .variants-wrapper .selector-wrapper:before {
      content: "\f107";
      font-family: "arenafont";
      font-display: optional;
      position: absolute;
      display: block;
      left: 180px;
      top: 44px;
      z-index: 1;
      color: #888888;
      height: 0; }
    .page-product .variants-wrapper .selector-wrapper label {
      display: block;
      color: #333333;
      font-size: 17px;
      padding-bottom: 12px;
      margin: 0; }
    .page-product .variants-wrapper .selector-wrapper select {
      width: 200px;
      z-index: 9; }

.img-user img {
  width: auto; }

.shopify-payment-button {
  padding: 0 0 20px; }
  .shopify-payment-button button {
    background: white;
    min-width: 40px;
    color: #333333;
    line-height: 1;
    padding: 10px;
    font-size: 17px;
    text-transform: inherit;
    font-weight: 400;
    height: 42px;
    border: 1px solid #333333;
    border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    -webkit-border-radius: 0px 0px 0px 0px;
    -moz-transition: 0.45s all ease;
    -o-transition: 0.45s all ease;
    -webkit-transition: 0.45s all ease;
    transition: 0.45s all ease; }
    .shopify-payment-button button:hover {
      background: #006bc9 !important;
      color: white;
      opacity: 0.7;
      border: 1px solid #006bc9; }

.shopify-payment-button__button--hidden {
  display: none !important; }

.shaking-cart {
  -webkit-animation-name: hvr-icon-wobble-horizontal;
  animation-name: hvr-icon-wobble-horizontal;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.rating-links .spr-icon.spr-icon-star-empty {
  opacity: 1;
  color: #999999; }
  .rating-links .spr-icon.spr-icon-star-empty:before {
    content: '\e800'; }

#add-to-cart {
  position: relative;
  border-radius: 0px 0px 0px 0px;
  -moz-border-radius: 0px 0px 0px 0px;
  -webkit-border-radius: 0px 0px 0px 0px; }
  #add-to-cart i {
    padding-right: 7px; }

.disabled--2:after {
  content: '';
  background: white;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.9;
  transition: 0.1s all ease-in-out; }

#product-video .fancybox-close-small {
  top: 0;
  right: 0; }
#product-video video {
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  vertical-align: top;
  width: 100%; }

.share-links.social-sharing li {
  margin: 0 5px 0 0;
  width: auto;
  height: auto; }
  .share-links.social-sharing li a {
    border: none;
    position: relative;
    display: block;
    overflow: hidden;
    line-height: 28px;
    padding: 0 7px;
    color: white;
    font-size: 13px;
    border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    -webkit-border-radius: 2px 2px 2px 2px; }
    .share-links.social-sharing li a.facebook {
      background: #3b5998; }
    .share-links.social-sharing li a.twitter {
      background: #1da1f2; }
    .share-links.social-sharing li a.pinterest {
      background: #E60023; }
    @media (max-width: 479px) {
      .share-links.social-sharing li a span {
        display: none; } }

@media (max-width: 767px) {
  .page-product .product-info .short-description {
    padding-bottom: 15px; }
  .page-product .product-info .product-price {
    padding-bottom: 8px; }
  .page-product .product-info .preview-badge > div {
    padding-bottom: 15px; }
  .page-product .size-chart {
    padding-bottom: 16px; }
  .page-product .swatch {
    padding-bottom: 16px; }
  .page-product #product-bundled {
    padding-bottom: 20px; }
  .page-product .variants-wrapper .selector-wrapper {
    padding-bottom: 16px; }
  .page-product .owl-controls {
    display: none; }
  .page-product.layout-vertical-thumbnail .wrap-quantity-add-cart .quantity-product {
    margin-right: 10px; } }

.pswp__scroll-wrap .pswp__top-bar .pswp__button {
  background: none; }
  .pswp__scroll-wrap .pswp__top-bar .pswp__button:before {
    font-family: "arenafont";
    font-display: optional;
    font-size: 20px;
    color: white; }
.pswp__scroll-wrap .pswp__top-bar .pswp__button--close:before {
  content: "\e823"; }
.pswp__scroll-wrap .pswp__top-bar .pswp__button--share:before {
  content: "\e982"; }
.pswp__scroll-wrap .pswp__top-bar .pswp__button--fs:before {
  content: "\e8ab"; }
.pswp__scroll-wrap .pswp__top-bar .pswp__button--zoom:before {
  content: "\e879"; }

.qty-style-1 .wrap-quantity-add-cart .action-button .add-to-cart, .qty-style-2 .wrap-quantity-add-cart .action-button .add-to-cart {
  width: 100%; }
  @media (max-width: 355px) {
    .qty-style-1 .wrap-quantity-add-cart .action-button .add-to-cart, .qty-style-2 .wrap-quantity-add-cart .action-button .add-to-cart {
      padding: 6px;
      font-size: 13px; } }
.qty-style-1 .wrap-quantity-add-cart li, .qty-style-2 .wrap-quantity-add-cart li {
  padding-bottom: 10px;
  list-style: none; }

.qty-style-1 .wrap-quantity-add-cart {
  display: flex;
  align-items: flex-end;
  align-content: flex-end; }
  .qty-style-1 .wrap-quantity-add-cart li {
    flex: 1; }
.qty-style-1 .quantity-product {
  max-width: 130px;
  margin-right: 20px; }
  .qty-style-1 .quantity-product label {
    display: block;
    padding-bottom: 12px;
    margin: 0; }
.qty-style-1 .qty-wrapper {
  max-width: 130px; }
  .qty-style-1 .qty-wrapper .qty-inner {
    width: 40px;
    height: 42px;
    line-height: 42px;
    font-size: 14px;
    text-align: center;
    display: inline-block;
    outline-offset: -2px;
    outline: 2px solid rgba(66, 139, 202, 0.3);
    -moz-transition: 0.45s all ease;
    -o-transition: 0.45s all ease;
    -webkit-transition: 0.45s all ease;
    transition: 0.45s all ease; }
    .qty-style-1 .qty-wrapper .qty-inner > span {
      display: block;
      position: relative;
      cursor: pointer; }
    .qty-style-1 .qty-wrapper .qty-inner i {
      display: none; }
    .qty-style-1 .qty-wrapper .qty-inner:hover {
      outline: 2px solid #428bca; }
  .qty-style-1 .qty-wrapper .qty-down:before {
    content: "\e812";
    font-family: "arenafont";
    font-display: optional; }
  .qty-style-1 .qty-wrapper .qty-up:before {
    content: "\e811";
    font-family: "arenafont";
    font-display: optional; }
  .qty-style-1 .qty-wrapper input {
    width: 40px;
    height: 40px;
    text-align: center;
    background: none;
    border: 0; }

.qty-style-2 .qty-wrapper {
  width: 90px;
  border: 2px solid rgba(66, 139, 202, 0.3);
  position: relative;
  height: 42px; }
  .qty-style-2 .qty-wrapper .qty-inner {
    cursor: pointer;
    font-size: 14px; }
    .qty-style-2 .qty-wrapper .qty-inner i {
      display: none; }
  .qty-style-2 .qty-wrapper .qty-down {
    position: absolute;
    display: block;
    top: 19px;
    right: 0;
    padding: 0 16px;
    height: 20px; }
    .qty-style-2 .qty-wrapper .qty-down:before {
      content: "\e820";
      font-family: "arenafont";
      font-display: optional;
      position: relative;
      top: -3px; }
  .qty-style-2 .qty-wrapper .qty-up {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    padding: 0 16px;
    height: 20px; }
    .qty-style-2 .qty-wrapper .qty-up:before {
      content: "\e821";
      font-family: "arenafont";
      font-display: optional; }
  .qty-style-2 .qty-wrapper input {
    width: 40px;
    height: 39px;
    background: none;
    text-align: center;
    border: 0; }

.hide-people-in-cart .people-in-cart {
  display: none; }

.product-wrapper:not(.product-button-style-5) .product-button > div {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin: 0 5px;
  background: rgba(66, 139, 202, 0.8);
  color: white;
  border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  -webkit-border-radius: 50% 50% 50% 50%; }

.product-wrapper .product-button {
  z-index: 5; }
  .product-wrapper .product-button .product-wishlist, .product-wrapper .product-button .quick_shop, .product-wrapper .product-button .product-compare {
    -moz-transition: 0.35s all ease;
    -o-transition: 0.35s all ease;
    -webkit-transition: 0.35s all ease;
    transition: 0.35s all ease;
    cursor: pointer; }
    .product-wrapper .product-button .product-wishlist i, .product-wrapper .product-button .quick_shop i, .product-wrapper .product-button .product-compare i {
      font-size: 15px;
      color: white;
      position: relative; }
      .product-wrapper .product-button .product-wishlist i:hover, .product-wrapper .product-button .quick_shop i:hover, .product-wrapper .product-button .product-compare i:hover {
        color: white; }
    .product-wrapper .product-button .product-wishlist:hover, .product-wrapper .product-button .quick_shop:hover, .product-wrapper .product-button .product-compare:hover {
      background: #006bc9; }
      .product-wrapper .product-button .product-wishlist:hover a, .product-wrapper .product-button .quick_shop:hover a, .product-wrapper .product-button .product-compare:hover a {
        color: white; }
.product-wrapper :not(.product-item-style-2) .product-button .product-add-cart {
  font-size: 0; }
  .product-wrapper :not(.product-item-style-2) .product-button .product-add-cart a {
    color: white;
    display: block;
    height: 30px;
    border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-transition: 0.35s all ease;
    -o-transition: 0.35s all ease;
    -webkit-transition: 0.35s all ease;
    transition: 0.35s all ease; }
    .product-wrapper :not(.product-item-style-2) .product-button .product-add-cart a i {
      font-size: 15px;
      position: relative;
      top: 0; }
  .product-wrapper :not(.product-item-style-2) .product-button .product-add-cart:hover a {
    background: #006bc9;
    color: white; }
.product-wrapper.product-button-style-1 .product-button {
  -webkit-transform: translate(0, 10px);
  -ms-transform: translate(0, 10px);
  -o-transform: translate(0, 10px);
  transform: translate(0, 10px);
  -moz-transition: 0.35s all ease;
  -o-transition: 0.35s all ease;
  -webkit-transition: 0.35s all ease;
  transition: 0.35s all ease;
  position: absolute;
  display: block;
  bottom: 16px;
  text-align: center;
  width: 100%;
  cursor: pointer;
  opacity: 1;
  z-index: 50;
  opacity: 0; }
.product-wrapper.product-button-style-1:hover .product-button {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0); }
.product-wrapper.product-button-style-2 .product-button {
  position: absolute;
  display: block;
  top: 0;
  right: 0; }
.product-wrapper.product-button-style-3 .product-button {
  position: absolute;
  display: block;
  right: 0;
  bottom: 0; }
.product-wrapper.product-button-style-2 .product-button > div, .product-wrapper.product-button-style-3 .product-button > div {
  display: block;
  margin: 10px 18px; }
.product-wrapper.product-button-style-2 .product-button .product-add-cart, .product-wrapper.product-button-style-3 .product-button .product-add-cart {
  -moz-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
  -webkit-transform: translate(50px, 0);
  -ms-transform: translate(50px, 0);
  -o-transform: translate(50px, 0);
  transform: translate(50px, 0); }
.product-wrapper.product-button-style-2 .product-button .product-wishlist, .product-wrapper.product-button-style-3 .product-button .product-wishlist {
  -webkit-transform: translate(50px, 0);
  -ms-transform: translate(50px, 0);
  -o-transform: translate(50px, 0);
  transform: translate(50px, 0);
  -moz-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
  -webkit-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s; }
.product-wrapper.product-button-style-2 .product-button .quick_shop, .product-wrapper.product-button-style-3 .product-button .quick_shop {
  -webkit-transform: translate(50px, 0);
  -ms-transform: translate(50px, 0);
  -o-transform: translate(50px, 0);
  transform: translate(50px, 0);
  -moz-transition: all 0.45s ease 0s;
  -o-transition: all 0.45s ease 0s;
  -webkit-transition: all 0.45s ease 0s;
  transition: all 0.45s ease 0s; }
.product-wrapper.product-button-style-2 .product-button .product-compare, .product-wrapper.product-button-style-3 .product-button .product-compare {
  -webkit-transform: translate(50px, 0);
  -ms-transform: translate(50px, 0);
  -o-transform: translate(50px, 0);
  transform: translate(50px, 0);
  -moz-transition: all 0.55s ease 0s;
  -o-transition: all 0.55s ease 0s;
  -webkit-transition: all 0.55s ease 0s;
  transition: all 0.55s ease 0s; }
.product-wrapper.product-button-style-2:hover .product-button > div, .product-wrapper.product-button-style-3:hover .product-button > div {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0); }
.product-wrapper.product-button-style-4 .product-button {
  position: absolute;
  display: block;
  top: 50%;
  text-align: center;
  width: 100%;
  margin-top: -15px; }
  .product-wrapper.product-button-style-4 .product-button > div {
    opacity: 0;
    -moz-transition: all 0.35s ease 0s;
    -o-transition: all 0.35s ease 0s;
    -webkit-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s; }
.product-wrapper.product-button-style-4:hover .product-button > div {
  opacity: 1; }
.product-wrapper.product-button-style-5 .product-button {
  position: absolute;
  display: block;
  bottom: 0;
  width: 100%;
  background: white;
  opacity: 0;
  -moz-transition: all 0.45s ease 0s;
  -o-transition: all 0.45s ease 0s;
  -webkit-transition: all 0.45s ease 0s;
  transition: all 0.45s ease 0s; }
  .product-wrapper.product-button-style-5 .product-button .product-wishlist, .product-wrapper.product-button-style-5 .product-button .quick_shop, .product-wrapper.product-button-style-5 .product-button .product-compare {
    width: 35px;
    height: 35px;
    display: inline-block;
    border: 1px solid rgba(0, 0, 0, 0);
    line-height: 35px;
    opacity: 0.8;
    margin-left: 4px; }
    .product-wrapper.product-button-style-5 .product-button .product-wishlist i, .product-wrapper.product-button-style-5 .product-button .quick_shop i, .product-wrapper.product-button-style-5 .product-button .product-compare i {
      font-size: 20px;
      color: #428bca; }
      .product-wrapper.product-button-style-5 .product-button .product-wishlist i:hover, .product-wrapper.product-button-style-5 .product-button .quick_shop i:hover, .product-wrapper.product-button-style-5 .product-button .product-compare i:hover {
        color: white; }
    .product-wrapper.product-button-style-5 .product-button .product-wishlist:hover, .product-wrapper.product-button-style-5 .product-button .quick_shop:hover, .product-wrapper.product-button-style-5 .product-button .product-compare:hover {
      background: #006bc9; }
      .product-wrapper.product-button-style-5 .product-button .product-wishlist:hover a, .product-wrapper.product-button-style-5 .product-button .quick_shop:hover a, .product-wrapper.product-button-style-5 .product-button .product-compare:hover a {
        color: white; }
  .product-wrapper.product-button-style-5 .product-button .button-items {
    display: flex;
    padding: 20px; }
  .product-wrapper.product-button-style-5 .product-button .product-add-cart {
    height: 35px;
    background: #428bca;
    line-height: 35px;
    flex: 1;
    -moz-transition: 0.35s all ease;
    -o-transition: 0.35s all ease;
    -webkit-transition: 0.35s all ease;
    transition: 0.35s all ease;
    font-size: inherit; }
    .product-wrapper.product-button-style-5 .product-button .product-add-cart a {
      color: white;
      height: 35px;
      border-radius: 0px 0px 0px 0px;
      -moz-border-radius: 0px 0px 0px 0px;
      -webkit-border-radius: 0px 0px 0px 0px; }
    .product-wrapper.product-button-style-5 .product-button .product-add-cart:hover {
      background: #006bc9; }
      .product-wrapper.product-button-style-5 .product-button .product-add-cart:hover a {
        color: white; }
  .product-wrapper.product-button-style-5 .product-button .swatch-wrapper {
    display: flex;
    align-items: center;
    padding-top: 0; }
    .product-wrapper.product-button-style-5 .product-button .swatch-wrapper > div {
      padding: 20px 20px 0; }
    .product-wrapper.product-button-style-5 .product-button .swatch-wrapper .wrap-swatch-size {
      flex: 1;
      text-align: right; }
      .product-wrapper.product-button-style-5 .product-button .swatch-wrapper .wrap-swatch-size .swatch-element {
        margin-right: 5px;
        margin-bottom: 0; }
        .product-wrapper.product-button-style-5 .product-button .swatch-wrapper .wrap-swatch-size .swatch-element label {
          background: none;
          border: 0; }
    .product-wrapper.product-button-style-5 .product-button .swatch-wrapper .wrap-swatch-color {
      flex: unset; }
      .product-wrapper.product-button-style-5 .product-button .swatch-wrapper .wrap-swatch-color .swatch-element {
        margin: 0 5px 0 0; }
    .product-wrapper.product-button-style-5 .product-button .swatch-wrapper .swatch {
      margin: 0;
      display: flex;
      align-items: center; }
.product-wrapper.product-button-style-5:hover .product-button {
  background: rgba(255, 255, 255, 0.8);
  opacity: 1; }
.product-wrapper.product-button-style-6 .product-button {
  position: absolute;
  display: block;
  left: 10px;
  top: 10px; }
  .product-wrapper.product-button-style-6 .product-button > div {
    display: block;
    margin: 0 0 5px;
    -webkit-transform: translate(-50px, 0);
    -ms-transform: translate(-50px, 0);
    -o-transform: translate(-50px, 0);
    transform: translate(-50px, 0);
    -moz-transition: all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;
    -webkit-transition: all 0.45s ease 0s;
    transition: all 0.45s ease 0s;
    border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    -webkit-border-radius: 0px 0px 0px 0px; }
.product-wrapper.product-button-style-6:hover .product-button > div {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0); }
.product-wrapper.product-button-style-6:hover .product-button .product-add-cart a {
  border-radius: 0px 0px 0px 0px;
  -moz-border-radius: 0px 0px 0px 0px;
  -webkit-border-radius: 0px 0px 0px 0px; }
.product-wrapper.product-item-style-2 .product-content .pc-inner {
  position: relative; }
@media (min-width: 1025px) {
  .product-wrapper.product-item-style-2 .product-content .product-add-cart {
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    min-height: 30px;
    position: absolute;
    bottom: 3px;
    width: 100%;
    transform: rotateX(-90deg);
    opacity: 0; } }
@media (max-width: 1024px) {
  .product-wrapper.product-item-style-2 .product-content .product-add-cart {
    display: none; } }
.product-wrapper.product-item-style-2 .product-content .product-add-cart a {
  color: white;
  padding: 3px 9px 6px 7px;
  display: inline-block;
  font-size: inherit !important; }
  .product-wrapper.product-item-style-2 .product-content .product-add-cart a.disabled {
    line-height: unset;
    height: auto;
    min-height: 30px; }
    .product-wrapper.product-item-style-2 .product-content .product-add-cart a.disabled:after {
      display: none; }
    .product-wrapper.product-item-style-2 .product-content .product-add-cart a.disabled i:before {
      content: '\e838';
      font-family: "arenafont";
      font-display: optional;
      -webkit-animation: fa-spin 2s infinite linear;
      animation: fa-spin 2s infinite linear; }
@media (min-width: 1025px) {
  .product-wrapper.product-item-style-2 .product-content .product-price {
    transform: rotateX(0deg);
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    opacity: 1; } }
@media (min-width: 1025px) {
  .product-wrapper.product-item-style-2:hover .product-content .product-add-cart {
    transform: rotateX(0deg);
    opacity: 1; } }
.product-wrapper.product-item-style-2:hover .product-content .product-add-cart a {
  color: white; }
@media (min-width: 1025px) {
  .product-wrapper.product-item-style-2:hover .product-content .product-price {
    transform: rotateX(-90deg);
    opacity: 0; } }
.product-wrapper.product-item-style-3 .product-content .row-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  .product-wrapper.product-item-style-3 .product-content .row-content .product-review {
    flex: 1;
    text-align: right; }
.product-wrapper.product-item-style-4 .product-content .row-content:first-child {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  .product-wrapper.product-item-style-4 .product-content .row-content:first-child .product-wishlist {
    flex: 1;
    text-align: right;
    margin: 0 0 6px;
    position: relative; }
    .product-wrapper.product-item-style-4 .product-content .row-content:first-child .product-wishlist a {
      font-size: 15px; }
.product-wrapper.product-item-style-5 .product-content .row-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  .product-wrapper.product-item-style-5 .product-content .row-content .product-wishlist {
    flex: 1;
    text-align: right; }
    .product-wrapper.product-item-style-5 .product-content .row-content .product-wishlist a {
      font-size: 15px; }
  .product-wrapper.product-item-style-5 .product-content .row-content .prod-name .product-name {
    line-height: 1.5; }
  .product-wrapper.product-item-style-5 .product-content .row-content .product-price {
    flex: 1;
    text-align: right;
    position: relative;
    justify-content: flex-end;
    align-items: flex-start; }
    .product-wrapper.product-item-style-5 .product-content .row-content .product-price .price-compare {
      display: none; }
.product-wrapper.product-item-style-6 .product-content .row-content:first-child {
  display: flex;
  align-items: flex-start; }
  .product-wrapper.product-item-style-6 .product-content .row-content:first-child .prod-name {
    flex: 1;
    padding-right: 10px; }
  .product-wrapper.product-item-style-6 .product-content .row-content:first-child .product-add-cart {
    flex: 0 0 12%;
    margin-top: -6px; }
.product-wrapper.product-item-style-6 .product-content .product-add-cart {
  font-size: 0; }
  .product-wrapper.product-item-style-6 .product-content .product-add-cart a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 36px;
    width: 36px;
    line-height: 36px;
    padding: 0;
    border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-transition: 0.35s all ease;
    -o-transition: 0.35s all ease;
    -webkit-transition: 0.35s all ease;
    transition: 0.35s all ease; }
    .product-wrapper.product-item-style-6 .product-content .product-add-cart a i {
      font-size: 20px; }
@media (max-width: 375px) {
  .product-wrapper.product-item-style-6.card-padding .product-content {
    padding-left: 10px;
    padding-right: 10px; } }
.product-wrapper.product-item-style-2.product-button-style-5 .product-button {
  padding: 20px; }
.product-wrapper.product-item-style-3.product-button-style-5 .product-button, .product-wrapper.product-item-style-4.product-button-style-5 .product-button, .product-wrapper.product-item-style-5.product-button-style-5 .product-button {
  display: flex; }
  .product-wrapper.product-item-style-3.product-button-style-5 .product-button .product-add-cart, .product-wrapper.product-item-style-4.product-button-style-5 .product-button .product-add-cart, .product-wrapper.product-item-style-5.product-button-style-5 .product-button .product-add-cart {
    font-size: 17px; }
    .product-wrapper.product-item-style-3.product-button-style-5 .product-button .product-add-cart a:before, .product-wrapper.product-item-style-4.product-button-style-5 .product-button .product-add-cart a:before, .product-wrapper.product-item-style-5.product-button-style-5 .product-button .product-add-cart a:before {
      font-size: 0; }

.products-list-item .product-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 15px; }
  @media (max-width: 767px) {
    .products-list-item .product-wrapper {
      margin-bottom: 15px; } }
  .products-list-item .product-wrapper .product-head {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
    .products-list-item .product-wrapper .product-head .product-button {
      display: none; }
    @media (max-width: 767px) {
      .products-list-item .product-wrapper .product-head .wrapper-countdown {
        display: none; } }
  .products-list-item .product-wrapper .product-list-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-left: 25px; }
    @media (max-width: 767px) {
      .products-list-item .product-wrapper .product-list-content {
        padding-left: 10px; } }
    .products-list-item .product-wrapper .product-list-content .product-description {
      margin-bottom: 12px; }
      .products-list-item .product-wrapper .product-list-content .product-description p {
        margin: 0; }
    .products-list-item .product-wrapper .product-list-content .content-left .prod-name {
      padding-bottom: 10px;
      position: relative; }
      @media (max-width: 767px) {
        .products-list-item .product-wrapper .product-list-content .content-left .prod-name {
          padding-bottom: 5px; }
          .products-list-item .product-wrapper .product-list-content .content-left .prod-name .product-name {
            font-size: 14px; } }
    @media (max-width: 767px) {
      .products-list-item .product-wrapper .product-list-content .content-left .product-description {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -moz-line-clamp: 2;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical; } }
    .products-list-item .product-wrapper .product-list-content .content-left .wrap-swatch-size {
      margin-bottom: 8px; }
    .products-list-item .product-wrapper .product-list-content .content-left .product-review .preview-badge > div {
      margin-bottom: 8px; }
    .products-list-item .product-wrapper .product-list-content .content-left .product-review .preview-badge > div[style="display: none;"] {
      margin-bottom: 0; }
    .products-list-item .product-wrapper .product-list-content .content-right {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .products-list-item .product-wrapper .product-list-content .content-right .product-price {
        margin-right: 20px; }
      @media (min-width: 1025px) {
        .products-list-item .product-wrapper .product-list-content .content-right .product-button-list {
          -moz-transition: 0.35s all ease 0s;
          -o-transition: 0.35s all ease 0s;
          -webkit-transition: 0.35s all ease 0s;
          transition: 0.35s all ease 0s;
          opacity: 0;
          visibility: hidden; } }
      .products-list-item .product-wrapper .product-list-content .content-right .product-button-list > div {
        display: inline-block;
        padding: 2px 15px;
        height: 34px;
        line-height: 25px; }
      .products-list-item .product-wrapper .product-list-content .content-right .product-button-list .quick_shop i {
        display: none; }
      @media (max-width: 767px) {
        .products-list-item .product-wrapper .product-list-content .content-right .product-button-list {
          display: none; } }
  @media (min-width: 1025px) {
    .products-list-item .product-wrapper:hover .product-list-content .content-right .product-button-list {
      opacity: 1;
      visibility: visible; } }

.group-toolbar .filter-icon {
  float: left;
  line-height: 30px;
  padding: 4px 2% 4px 0;
  cursor: pointer;
  font-size: 19px;
  -moz-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
  -webkit-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s; }
  @media (max-width: 768px) {
    .group-toolbar .filter-icon {
      font-size: 16px; } }
  .group-toolbar .filter-icon i {
    margin-right: 5px;
    font-weight: 400; }
    .group-toolbar .filter-icon i:before {
      margin-left: 0; }
  .group-toolbar .filter-icon:hover {
    color: #888888; }
.group-toolbar #prod-show {
  display: inline-block;
  padding: 4px 2%;
  line-height: 30px;
  font-size: 19px; }
  @media (max-width: 991px) {
    .group-toolbar #prod-show {
      display: none; } }

.cata-toolbar {
  margin: 0 0 20px;
  width: 100%;
  display: table;
  position: relative;
  text-align: right;
  padding-top: 31px; }
  .cata-toolbar .group-gl {
    float: right;
    margin: 0 0 10px 0; }
  .cata-toolbar .grid-list {
    padding: 4px 0;
    float: left; }
    @media (max-width: 991px) {
      .cata-toolbar .grid-list {
        padding: 4px 0;
        float: right; } }
    .cata-toolbar .grid-list label {
      float: left;
      margin: 7px 10px 0 0; }
    .cata-toolbar .grid-list > span {
      margin: 0 8px 0 0;
      display: inline-block;
      text-align: center;
      border: 1px solid #e1e1e1;
      cursor: pointer;
      background: none;
      color: rgba(51, 51, 51, 0.8);
      padding: 0 1px; }
      @media (max-width: 991px) {
        .cata-toolbar .grid-list > span {
          margin: 0 1px; } }
      .cata-toolbar .grid-list > span i {
        font-size: 20px;
        display: block; }
      .cata-toolbar .grid-list > span:hover, .cata-toolbar .grid-list > span.active {
        background: none;
        color: #428bca;
        border: 1px solid currentColor;
        opacity: 1; }
    @media (max-width: 991px) {
      .cata-toolbar .grid-list .grid {
        color: #202822;
        opacity: 0.7; } }
    .cata-toolbar .grid-list .grid.list-1 {
      padding-right: 0; }
    @media (max-width: 991px) {
      .cata-toolbar .grid-list .list {
        color: #202822;
        opacity: 0.7; } }
  .cata-toolbar .filter {
    margin-right: 40px;
    padding-bottom: 20px;
    margin-bottom: -1px; }
    .cata-toolbar .filter:hover > .dropdown-menu {
      display: block;
      z-index: 11; }
    .cata-toolbar .filter > a {
      border: 1px solid #e1e1e1;
      padding: 9px 20px;
      font-size: 14px;
      display: inline-block;
      width: 140px;
      text-align: center; }
      .cata-toolbar .filter > a i {
        float: right;
        margin-top: 4px; }
      .cata-toolbar .filter > a:hover {
        text-decoration: none;
        color: #006bc9; }
    .cata-toolbar .filter > .dropdown-menu {
      right: auto;
      left: 15px;
      width: 100%;
      padding: 25px 30px; }
  .cata-toolbar .sort-by {
    float: right;
    color: #333333;
    line-height: 30px;
    padding: 3px 0 4px 4%; }
    @media (max-width: 991px) {
      .cata-toolbar .sort-by {
        padding-left: 0; } }
    .cata-toolbar .sort-by > label {
      margin-right: 8px;
      vertical-align: top;
      margin-bottom: 0;
      display: inline-block; }
    .cata-toolbar .sort-by .sort-by-inner {
      float: left;
      position: relative;
      font-size: 17px;
      border: 1px solid #e1e1e1;
      padding: 1px 10px; }
      @media (max-width: 991px) {
        .cata-toolbar .sort-by .sort-by-inner {
          float: none;
          display: inline-block; } }
      @media (max-width: 400px) {
        .cata-toolbar .sort-by .sort-by-inner .sort-by-title {
          display: none; } }
      .cata-toolbar .sort-by .sort-by-inner label {
        float: left;
        margin: 0;
        color: #333333; }
      .cata-toolbar .sort-by .sort-by-inner #cata_sort_by {
        float: right;
        position: static; }
        .cata-toolbar .sort-by .sort-by-inner #cata_sort_by:after {
          content: none; }
        .cata-toolbar .sort-by .sort-by-inner #cata_sort_by button {
          float: left;
          border: none;
          padding: 0px;
          background: none;
          text-align: left;
          line-height: 30px;
          font-size: 17px; }
          @media (max-width: 350px) {
            .cata-toolbar .sort-by .sort-by-inner #cata_sort_by button {
              font-size: 12px; } }
          .cata-toolbar .sort-by .sort-by-inner #cata_sort_by button a {
            color: #333333;
            font-weight: 500; }
          .cata-toolbar .sort-by .sort-by-inner #cata_sort_by button span {
            padding: 0 10px;
            float: left; }
            @media (max-width: 350px) {
              .cata-toolbar .sort-by .sort-by-inner #cata_sort_by button span {
                padding: 0; } }
            .cata-toolbar .sort-by .sort-by-inner #cata_sort_by button span.visible-xs {
              padding-top: 0; }
          .cata-toolbar .sort-by .sort-by-inner #cata_sort_by button i {
            float: right;
            text-align: right;
            padding: 0px;
            content: none;
            color: #333333; }
      .cata-toolbar .sort-by .sort-by-inner .select-sort {
        border: none;
        color: #333333;
        font-weight: 500;
        height: 30px;
        line-height: 30px;
        padding: 0;
        background-position: left center !important; }
    .cata-toolbar .sort-by #sort_by_box {
      width: auto;
      min-width: 0px;
      background: white;
      padding: 10px 20px;
      display: block;
      visibility: hidden;
      z-index: -99;
      list-style: none;
      position: absolute;
      display: block;
      left: -1px;
      top: 100%;
      right: -1px;
      -webkit-transform: translate(0%, 10px);
      -ms-transform: translate(0%, 10px);
      -o-transform: translate(0%, 10px);
      transform: translate(0%, 10px);
      opacity: 0;
      -moz-transition: all 0.35s ease;
      -o-transition: all 0.35s ease;
      -webkit-transition: all 0.35s ease;
      transition: all 0.35s ease; }
      @media (max-width: 991px) {
        .cata-toolbar .sort-by #sort_by_box {
          -webkit-transform: translate(0%, -100%);
          -ms-transform: translate(0%, -100%);
          -o-transform: translate(0%, -100%);
          transform: translate(0%, -100%); } }
      .cata-toolbar .sort-by #sort_by_box li {
        padding: 0;
        text-align: left;
        margin-bottom: 0;
        border-bottom: 1px solid #e1e1e1; }
        .cata-toolbar .sort-by #sort_by_box li a {
          padding: 8px 0;
          line-height: 26px;
          display: block;
          transition: none;
          font-size: 17px;
          color: #333333; }
        @media (min-width: 1025px) {
          .cata-toolbar .sort-by #sort_by_box li:hover a {
            color: #428bca; } }
        .cata-toolbar .sort-by #sort_by_box li.active a {
          cursor: default;
          color: #428bca; }
        .cata-toolbar .sort-by #sort_by_box li:last-child {
          border-bottom: none; }
      @media (max-width: 479px) {
        .cata-toolbar .sort-by #sort_by_box {
          padding: 10px; }
          .cata-toolbar .sort-by #sort_by_box li a {
            font-size: 12px; } }
    .cata-toolbar .sort-by.opened #sort_by_box {
      visibility: visible;
      z-index: 99;
      opacity: 1;
      -webkit-transform: translate(0%, 1px);
      -ms-transform: translate(0%, 1px);
      -o-transform: translate(0%, 1px);
      transform: translate(0%, 1px);
      -webkit-box-shadow: 0 3px 4px #eeeeee;
      -ms-transform: 0 3px 4px #eeeeee;
      -o-transform: 0 3px 4px #eeeeee;
      box-shadow: 0 3px 4px #eeeeee; }
      @media (max-width: 991px) {
        .cata-toolbar .sort-by.opened #sort_by_box {
          -webkit-transform: translate(0%, -110%);
          -ms-transform: translate(0%, -110%);
          -o-transform: translate(0%, -110%);
          transform: translate(0%, -110%); } }
  .cata-toolbar .show-by {
    display: inline-block;
    margin: 0 0 10px 4%;
    position: relative; }
    .cata-toolbar .show-by .show-by-button {
      border: none;
      padding: 6px 20px;
      line-height: 38px;
      background: #f2f2f3; }
    .cata-toolbar .show-by #show-by-box {
      width: auto;
      min-width: 85px;
      background: white;
      padding: 10px 20px;
      display: block;
      visibility: hidden;
      z-index: -99;
      list-style: none;
      text-align: left;
      position: absolute;
      display: block;
      left: 0;
      top: 100%;
      right: 0;
      -webkit-transform: translate(0%, 10px);
      -ms-transform: translate(0%, 10px);
      -o-transform: translate(0%, 10px);
      transform: translate(0%, 10px);
      opacity: 0;
      -moz-transition: all 0.35s ease;
      -o-transition: all 0.35s ease;
      -webkit-transition: all 0.35s ease;
      transition: all 0.35s ease; }
      .cata-toolbar .show-by #show-by-box li {
        padding: 0;
        margin-bottom: 0;
        border-bottom: 1px solid #e1e1e1; }
        .cata-toolbar .show-by #show-by-box li a {
          padding: 8px 0;
          line-height: 26px;
          display: block;
          transition: none;
          font-size: 17px;
          color: #333333; }
        @media (min-width: 1025px) {
          .cata-toolbar .show-by #show-by-box li:hover a {
            color: #428bca; } }
        .cata-toolbar .show-by #show-by-box li.active > span {
          padding: 8px 0;
          line-height: 26px;
          display: block;
          font-size: 17px;
          color: #428bca; }
        .cata-toolbar .show-by #show-by-box li.active a {
          cursor: default;
          color: #428bca; }
        .cata-toolbar .show-by #show-by-box li:last-child {
          border-bottom: none; }
    .cata-toolbar .show-by:hover #show-by-box, .cata-toolbar .show-by.opened #show-by-box {
      visibility: visible;
      z-index: 99;
      opacity: 1;
      -webkit-transform: translate(0%, 0px);
      -ms-transform: translate(0%, 0px);
      -o-transform: translate(0%, 0px);
      transform: translate(0%, 0px); }
  .cata-toolbar .top-pagination-holder {
    float: right;
    margin: 5px 0; }
    .cata-toolbar .top-pagination-holder > span {
      float: left;
      line-height: 40px;
      padding: 0 7px 0 0; }
    .cata-toolbar .top-pagination-holder .pagination {
      float: left; }
  .cata-toolbar .visible-xs {
    cursor: pointer; }

.order-form .t-body .product-image {
  position: relative; }
  .order-form .t-body .product-image:before {
    content: '';
    display: block;
    padding-bottom: 100%; }
  .order-form .t-body .product-image img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    margin: 0px auto;
    display: inline-block;
    vertical-align: middle;
    object-fit: cover;
    font-family: "object-fit: cover"; }
.order-form .cata-product {
  letter-spacing: 0;
  margin: 0;
  display: block; }
  .order-form .cata-product .tr-block, .order-form .cata-product .product-parent-item, .order-form .cata-product .product-child-item {
    display: flex; }
    .order-form .cata-product .tr-block .td-image, .order-form .cata-product .product-parent-item .td-image, .order-form .cata-product .product-child-item .td-image {
      flex: 0 0 15%; }
    .order-form .cata-product .tr-block .td-name, .order-form .cata-product .product-parent-item .td-name, .order-form .cata-product .product-child-item .td-name {
      flex: 0 0 40%; }
    .order-form .cata-product .tr-block .td-price, .order-form .cata-product .product-parent-item .td-price, .order-form .cata-product .product-child-item .td-price {
      flex: 0 0 15%; }
    .order-form .cata-product .tr-block .td-qty, .order-form .cata-product .product-parent-item .td-qty, .order-form .cata-product .product-child-item .td-qty {
      flex: 0 0 15%; }
    .order-form .cata-product .tr-block .td-cart, .order-form .cata-product .product-parent-item .td-cart, .order-form .cata-product .product-child-item .td-cart {
      flex: 0 0 15%; }
  .order-form .cata-product .t-head {
    border: 1px solid rgba(51, 51, 51, 0.5); }
    .order-form .cata-product .t-head .tr-block > div:not(:first-child) {
      display: inline-block;
      text-align: center;
      text-transform: uppercase;
      font-weight: 600;
      border-left: 1px solid rgba(51, 51, 51, 0.5);
      padding: 16px 20px; }
    .order-form .cata-product .t-head .tr-block > div .product-price {
      justify-content: center; }
    .order-form .cata-product .t-head .tr-block .td-name {
      text-align: left; }
  .order-form .cata-product .t-body .product-parent-item {
    border-left: 1px solid rgba(51, 51, 51, 0.5);
    border-bottom: 1px solid rgba(51, 51, 51, 0.5);
    border-right: 1px solid rgba(51, 51, 51, 0.5); }
    .order-form .cata-product .t-body .product-parent-item > div:not(:first-child) {
      border-left: 1px solid rgba(51, 51, 51, 0.5);
      display: flex;
      align-items: center; }
    .order-form .cata-product .t-body .product-parent-item > div {
      padding: 10px; }
      .order-form .cata-product .t-body .product-parent-item > div.td-price, .order-form .cata-product .t-body .product-parent-item > div.td-qty, .order-form .cata-product .t-body .product-parent-item > div.td-cart {
        justify-content: center; }
  .order-form .cata-product .t-body .product-name {
    text-align: left; }
  .order-form .cata-product .t-body .product-price {
    text-align: center; }
    .order-form .cata-product .t-body .product-price .price-compare {
      display: none; }
  .order-form .cata-product .t-body .product-description {
    padding-top: 15px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical; }
  .order-form .cata-product .t-body .product-add-cart a, .order-form .cata-product .t-body .product-add-cart .show-variants {
    background: white;
    color: #428bca;
    border: 1px solid #428bca;
    -moz-transition: 0.35s all ease;
    -o-transition: 0.35s all ease;
    -webkit-transition: 0.35s all ease;
    transition: 0.35s all ease;
    display: block;
    text-align: center;
    cursor: pointer;
    font-size: 0;
    min-width: 42px;
    height: 42px;
    line-height: 1;
    padding: 10px;
    border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%; }
    .order-form .cata-product .t-body .product-add-cart a:before, .order-form .cata-product .t-body .product-add-cart .show-variants:before {
      content: '\e85a';
      font-family: "arenafont";
      font-display: optional;
      font-size: 20px; }
    @media (min-width: 1025px) {
      .order-form .cata-product .t-body .product-add-cart a:hover, .order-form .cata-product .t-body .product-add-cart .show-variants:hover {
        background: #428bca;
        color: white;
        -moz-transition: 0.35s all ease;
        -o-transition: 0.35s all ease;
        -webkit-transition: 0.35s all ease;
        transition: 0.35s all ease; } }
  .order-form .cata-product .t-body .product-qty {
    padding: 0; }
    .order-form .cata-product .t-body .product-qty input {
      height: 40px;
      padding: 0;
      text-align: center;
      width: 40px;
      background: none;
      color: #333333;
      border: 0; }
    .order-form .cata-product .t-body .product-qty span {
      width: 40px;
      height: 40px;
      text-align: center;
      padding: 0px;
      display: inline-block;
      margin: 0 auto;
      line-height: 40px;
      cursor: pointer;
      z-index: 1;
      color: #333333; }
      @media (max-width: 1199px) {
        .order-form .cata-product .t-body .product-qty span {
          display: block; } }
    .order-form .cata-product .t-body .product-qty .global-product-info-qty-minus {
      border: 1px solid rgba(66, 139, 202, 0.5); }
    .order-form .cata-product .t-body .product-qty .global-product-info-qty-plus {
      border: 1px solid #428bca; }
  .order-form .cata-product .t-body .product-child-item {
    border-left: 1px solid rgba(51, 51, 51, 0.5);
    border-bottom: 1px solid rgba(51, 51, 51, 0.5);
    border-right: 1px solid rgba(51, 51, 51, 0.5); }
    .order-form .cata-product .t-body .product-child-item > div:not(:first-child) {
      display: flex;
      align-items: center;
      border-left: 1px solid rgba(51, 51, 51, 0.5);
      padding: 30px 20px; }
    .order-form .cata-product .t-body .product-child-item .td-price, .order-form .cata-product .t-body .product-child-item .td-qty, .order-form .cata-product .t-body .product-child-item .td-cart {
      justify-content: center; }
    .order-form .cata-product .t-body .product-child-item .td-name .product-image {
      flex: 0 0 30%; }
    .order-form .cata-product .t-body .product-child-item .td-name .product-name {
      flex: 0 0 70%;
      padding-left: 15px; }
.order-form .pagination-holder {
  padding-bottom: 60px; }
  .order-form .pagination-holder .pagination {
    border: none; }
@media (max-width: 767px) {
  .order-form .cata-product {
    overflow-x: scroll;
    max-width: 100%; }
    .order-form .cata-product .t-head, .order-form .cata-product .t-body {
      min-width: 500px; }
    .order-form .cata-product .tr-block > div, .order-form .cata-product .product-parent-item > div, .order-form .cata-product .product-child-item > div {
      padding: 5px !important; }
    .order-form .cata-product .tr-block .td-image, .order-form .cata-product .product-parent-item .td-image, .order-form .cata-product .product-child-item .td-image {
      width: 100px; }
    .order-form .cata-product .tr-block .td-name, .order-form .cata-product .product-parent-item .td-name, .order-form .cata-product .product-child-item .td-name {
      width: 240px; }
    .order-form .cata-product .tr-block .td-price, .order-form .cata-product .product-parent-item .td-price, .order-form .cata-product .product-child-item .td-price {
      width: 120px; }
    .order-form .cata-product .tr-block .td-qty, .order-form .cata-product .product-parent-item .td-qty, .order-form .cata-product .product-child-item .td-qty {
      width: 90px; }
    .order-form .cata-product .tr-block .td-cart, .order-form .cata-product .product-parent-item .td-cart, .order-form .cata-product .product-child-item .td-cart {
      width: 90px; }
    .order-form .cata-product .t-body .product-price * {
      font-size: 14px; }
    .order-form .cata-product .t-body .product-qty span {
      height: 30px;
      line-height: 26px; }
    .order-form .cata-product .t-body .product-qty input {
      height: 30px; }
    .order-form .cata-product .t-body .product-description {
      padding-top: 5px;
      font-size: 12px; }
    .order-form .cata-product .t-body .product-name {
      font-size: 14px; } }

.order-form-2 .button.text-center {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  border-top: 1px solid #e1e1e1;
  padding: 15px 0;
  z-index: 999;
  background: white; }
  .order-form-2 .button.text-center .btn {
    line-height: 44px;
    padding: 0 50px; }
  @media (max-width: 767px) {
    .order-form-2 .button.text-center {
      padding: 15px 0; } }
.order-form-2 .cata-toolbar .sort-by {
  margin: 0;
  float: right; }
.order-form-2 .cata-product {
  letter-spacing: 0;
  margin: 0; }
  .order-form-2 .cata-product .row {
    margin: 0 -10px; }
    .order-form-2 .cata-product .row > div {
      padding: 0 10px; }
  .order-form-2 .cata-product > div .product-qty {
    overflow: hidden;
    margin: 0;
    width: 80px;
    max-width: 100%;
    text-align: center;
    position: absolute;
    display: block;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    border: 1px solid #e1e1e1; }
    @media (max-width: 1199px) {
      .order-form-2 .cata-product > div .product-qty {
        margin-top: 10px;
        position: static;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0); } }
    .order-form-2 .cata-product > div .product-qty input {
      padding: 4px 30px 4px 0px;
      text-align: center;
      width: 100%;
      color: #333333; }
    .order-form-2 .cata-product > div .product-qty span {
      width: 20px;
      height: 20px;
      text-align: center;
      padding: 0;
      cursor: pointer;
      display: inline-block;
      line-height: 20px;
      cursor: pointer;
      z-index: 1; }
      .order-form-2 .cata-product > div .product-qty span.global-product-info-qty-minus {
        position: absolute;
        display: block;
        right: 5px;
        bottom: 2px; }
        .order-form-2 .cata-product > div .product-qty span.global-product-info-qty-minus:before {
          content: "\e812";
          font-family: "arenafont";
          font-display: optional; }
      .order-form-2 .cata-product > div .product-qty span.global-product-info-qty-plus {
        position: absolute;
        display: block;
        top: 2px;
        right: 5px; }
        .order-form-2 .cata-product > div .product-qty span.global-product-info-qty-plus:before {
          content: "\e811";
          font-family: "arenafont";
          font-display: optional; }
  .order-form-2 .cata-product .product-wrapper {
    display: table;
    width: 100%;
    border: none;
    padding: 0;
    margin: 0 0 20px; }
    .order-form-2 .cata-product .product-wrapper:before {
      content: none; }
    .order-form-2 .cata-product .product-wrapper:after {
      bottom: 0; }
    .order-form-2 .cata-product .product-wrapper .product-head {
      display: table-cell;
      width: 100px;
      vertical-align: middle;
      padding-right: 15px; }
      .order-form-2 .cata-product .product-wrapper .product-head img {
        width: 100%; }
      .order-form-2 .cata-product .product-wrapper .product-head .product-image {
        padding: 1px;
        border: 1px solid #e1e1e1; }
      .order-form-2 .cata-product .product-wrapper .product-head .featured-img {
        margin: 0 auto; }
    .order-form-2 .cata-product .product-wrapper .product-content {
      display: table-cell;
      vertical-align: middle;
      padding: 0 !important;
      text-align: left; }
      .order-form-2 .cata-product .product-wrapper .product-content .product-name {
        text-transform: none;
        height: auto !important;
        font-size: 17px;
        margin-bottom: 5px; }
      .order-form-2 .cata-product .product-wrapper .product-content .pc-inner {
        position: relative;
        height: 100%;
        padding: 0 95px 0 0; }
        @media (max-width: 1199px) {
          .order-form-2 .cata-product .product-wrapper .product-content .pc-inner {
            padding: 0; } }
      .order-form-2 .cata-product .product-wrapper .product-content .product-author {
        font-size: 15px;
        line-height: 1.4;
        padding: 0 0 5px; }
        .order-form-2 .cata-product .product-wrapper .product-content .product-author a {
          color: #888888; }
          .order-form-2 .cata-product .product-wrapper .product-content .product-author a:hover {
            color: #428bca; }
      .order-form-2 .cata-product .product-wrapper .product-content .product-variants {
        padding: 5px 0 0;
        font-size: 15px; }
      .order-form-2 .cata-product .product-wrapper .product-content .price-compare {
        margin: 0 0 0 8px; }
      .order-form-2 .cata-product .product-wrapper .product-content .product-price {
        margin: 5px 0 0; }
        .order-form-2 .cata-product .product-wrapper .product-content .product-price * {
          font-size: 17px; }

.filter-component.drawer,
.filter-order-form {
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  height: 100%;
  width: 340px;
  padding: 10px 30px 30px;
  overflow-y: auto;
  background: white;
  -webkit-transform: translate(-340px, 0);
  -ms-transform: translate(-340px, 0);
  -o-transform: translate(-340px, 0);
  transform: translate(-340px, 0);
  opacity: 0;
  -moz-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  @media (max-width: 991px) {
    .filter-component.drawer,
    .filter-order-form {
      padding: 25px 15px 60px; } }
  @media (max-width: 374px) {
    .filter-component.drawer,
    .filter-order-form {
      width: 100%; } }
  .filter-component.drawer .f-close,
  .filter-component.drawer .fof-close,
  .filter-order-form .f-close,
  .filter-order-form .fof-close {
    text-align: center;
    cursor: pointer;
    background: #428bca;
    -moz-transition: all 0.35s ease 0s;
    -o-transition: all 0.35s ease 0s;
    -webkit-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s;
    width: 30px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    display: block;
    top: 0px;
    right: 0px;
    font-size: 13px; }
    .filter-component.drawer .f-close:hover,
    .filter-component.drawer .fof-close:hover,
    .filter-order-form .f-close:hover,
    .filter-order-form .fof-close:hover {
      background: #428bca;
      color: #888888; }
  .filter-component.drawer .sb-filter,
  .filter-order-form .sb-filter {
    padding: 1.071rem 0; }
    @media (max-width: 991px) {
      .filter-component.drawer .sb-filter .clear-filter,
      .filter-order-form .sb-filter .clear-filter {
        padding: 0 33px; } }

.filter-component.body-filter.toggle {
  position: relative;
  width: 100%;
  display: none;
  padding: 30px 15px 0;
  margin: 0 auto 35px;
  background: white;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  -ms-transform: 0 0 10px rgba(0, 0, 0, 0.05);
  -o-transform: 0 0 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05); }
  .filter-component.body-filter.toggle .filter-heading {
    display: none; }
  .filter-component.body-filter.toggle .f-close {
    display: none; }
  .filter-component.body-filter.toggle .sb-filter-wrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap; }
    .filter-component.body-filter.toggle .sb-filter-wrapper .tag .advanced-filters li {
      display: inline-block;
      padding-right: 15px;
      min-width: 130px; }
  .filter-component.body-filter.toggle .sbw-filter > div {
    letter-spacing: -0.35em;
    vertical-align: top; }
    .filter-component.body-filter.toggle .sbw-filter > div .sb-filter {
      padding: 0 15px;
      clear: none;
      float: none;
      display: inline-block;
      letter-spacing: 0;
      vertical-align: top;
      margin: 0 0 30px; }
  .filter-component.body-filter.toggle .advanced-filter.active-filter a:before {
    content: '\e946';
    font-family: "arenafont";
    font-display: optional;
    color: #006bc9;
    position: absolute;
    display: block;
    left: 0px;
    top: -2px; }
.filter-component .sb-filter-tag {
  padding-top: 15px !important; }
  .filter-component .sb-filter-tag li {
    font-size: 16px;
    line-height: 26px; }
    .filter-component .sb-filter-tag li a {
      color: #333333; }
@media (min-width: 992px) {
  .filter-component.select {
    padding-bottom: 20px; }
    .filter-component.select .filter-heading {
      display: none; }
    .filter-component.select .sb-filter-wrapper {
      display: flex;
      flex-wrap: wrap;
      margin: 0 -15px; }
      .filter-component.select .sb-filter-wrapper > div, .filter-component.select .sb-filter-wrapper > ul {
        padding: 0 15px; }
      .filter-component.select .sb-filter-wrapper .sbf-title {
        border: 1px solid #e1e1e1;
        height: 40px;
        line-height: 40px;
        padding: 0 10px;
        margin-bottom: 10px;
        position: relative;
        background: white; }
        .filter-component.select .sb-filter-wrapper .sbf-title:before {
          content: "\f107";
          font-family: "arenafont";
          font-display: optional;
          position: absolute;
          display: block;
          top: -1px;
          right: 10px; }
        .filter-component.select .sb-filter-wrapper .sbf-title .clear-filter {
          background: inherit;
          z-index: 1;
          position: relative;
          height: 38px; }
      .filter-component.select .sb-filter-wrapper .select .advanced-filters {
        display: none; }
      .filter-component.select .sb-filter-wrapper .select .advanced-filters.active {
        display: block;
        -webkit-box-shadow: 0 5px 7px rgba(0, 0, 0, 0.2);
        -ms-transform: 0 5px 7px rgba(0, 0, 0, 0.2);
        -o-transform: 0 5px 7px rgba(0, 0, 0, 0.2);
        box-shadow: 0 5px 7px rgba(0, 0, 0, 0.2);
        position: absolute;
        z-index: 9;
        width: 100%;
        background: white;
        max-height: 300px;
        overflow-y: auto; }
      .filter-component.select .sb-filter-wrapper .select .advanced-filters li {
        padding: 8px 10px; }
        .filter-component.select .sb-filter-wrapper .select .advanced-filters li:hover {
          background: rgba(242, 242, 243, 0.8); }
          .filter-component.select .sb-filter-wrapper .select .advanced-filters li:hover:before {
            content: '\e946';
            font-family: "arenafont";
            font-display: optional;
            position: absolute;
            display: block;
            top: 7px;
            right: 10px; }
        .filter-component.select .sb-filter-wrapper .select .advanced-filters li.active-filter {
          background: rgba(242, 242, 243, 0.8); }
          .filter-component.select .sb-filter-wrapper .select .advanced-filters li.active-filter:before {
            content: '\e946';
            font-family: "arenafont";
            font-display: optional;
            position: absolute;
            display: block;
            top: 7px;
            right: 10px; }
    .filter-component.select .active .sbf-title:before {
      content: "\f106";
      font-family: "arenafont";
      font-display: optional;
      position: absolute;
      display: block;
      top: -1px;
      right: 10px; } }

.sidebar-opened .drawer,
.sidebar-opened .filter-order-form,
.order-sidebar-opened .drawer,
.order-sidebar-opened .filter-order-form {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  cursor: auto; }

@media (max-width: 991px) {
  .sb-border .filter-component.drawer .sbw-filter,
  .sb-border .filter-order-form .sbw-filter {
    margin: 10px 0; }
    .sb-border .filter-component.drawer .sbw-filter.filter-nth-1,
    .sb-border .filter-order-form .sbw-filter.filter-nth-1 {
      margin-top: 30px; } }
.sbw-filter {
  position: relative; }
  .sbw-filter.waiting .sbf-title:before {
    display: none !important; }
  .sbw-filter.waiting .sbf-title .clear-filter {
    opacity: 0; }
  .sbw-filter.waiting .sbf-title:after {
    content: "";
    background-image: url(//cdn.shopify.com/s/files/1/0351/1441/8311/t/6/assets/loading.svg?v=4806996668853950020);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    width: 40px;
    height: 20px;
    z-index: 9999;
    text-indent: -999em;
    position: absolute;
    display: block;
    top: 0px;
    right: 20px; }
    @media (max-width: 991px) {
      .sbw-filter.waiting .sbf-title:after {
        top: 14px; } }
  .sbw-filter.select.waiting .sbf-title:after {
    right: 0;
    height: 38px; }
  .sbw-filter.drawer > div .advanced-filters {
    max-height: 290px; }
  .sbw-filter.accordion.waiting:after {
    top: -10px;
    right: 0; }
  .sbw-filter > ul,
  .sbw-filter > o {
    list-style: none;
    margin: 0;
    padding: 15px; }
    .sbw-filter > ul li,
    .sbw-filter > o li {
      margin: 8px 0; }
      .sbw-filter > ul li a:hover,
      .sbw-filter > o li a:hover {
        color: #888; }
  .sbw-filter .two-columns .advanced-filters {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap; }
    .sbw-filter .two-columns .advanced-filters > li {
      width: 50%; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .sbw-filter .clear-filter {
      display: none; } }
  .sbw-filter .sb-title {
    margin: 0 0 25px; }
  .sbw-filter .grid-uniform.active .sbf-title {
    padding-bottom: 1.286rem; }
  .sbw-filter.full .sbf-title {
    padding-bottom: 1.286rem; }
  .sbw-filter > div {
    scrollbar-color: #428bca #f2f2f3;
    scrollbar-width: thin; }
    .sbw-filter > div .row {
      margin-bottom: 15px; }
      .sbw-filter > div .row:last-child {
        margin-bottom: 0; }
    .sbw-filter > div .advanced-filters li.active span, .sbw-filter > div .advanced-filters li.active a {
      position: relative; }
    .sbw-filter > div .sb-price {
      margin: 10px 0 0; }
    .sbw-filter > div .sbf-title {
      color: #333333;
      cursor: pointer;
      padding-bottom: 1.286rem; }
      .sbw-filter > div .sbf-title span {
        text-transform: inherit; }
    .sbw-filter > div .sb-filter {
      display: block;
      clear: both;
      width: 100%;
      text-align: left;
      position: relative; }
      .sbw-filter > div .sb-filter.size .advanced-filters > li.advanced-filter a {
        text-transform: uppercase; }
      .sbw-filter > div .sb-filter:last-child {
        margin-bottom: 0; }
      .sbw-filter > div .sb-filter.color .advanced-filters.list-inline .advanced-filter {
        display: inline-block; }
    .sbw-filter > div .advanced-filters::-webkit-scrollbar-track {
      -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
      background-color: #f2f2f3; }
    .sbw-filter > div .advanced-filters::-webkit-scrollbar {
      width: 6px;
      background-color: #f2f2f3; }
    .sbw-filter > div .advanced-filters::-webkit-scrollbar-thumb {
      background-color: #428bca; }
    .sbw-filter > div .advanced-filters {
      list-style: none;
      margin: 0;
      padding: 0;
      max-height: 150px;
      overflow-y: auto; }
      .sbw-filter > div .advanced-filters .advanced-tag-filter {
        padding: 4px 0; }
      .sbw-filter > div .advanced-filters > li > a {
        position: relative; }
        .sbw-filter > div .advanced-filters > li > a:hover {
          color: #888888; }
          .sbw-filter > div .advanced-filters > li > a:hover:before {
            border-color: #428bca !important; }
      .sbw-filter > div .advanced-filters > li.active-filter > a {
        color: #428bca; }
        .sbw-filter > div .advanced-filters > li.active-filter > a:before {
          border-color: #428bca; }
      .sbw-filter > div .advanced-filters > li.advanced-filter {
        padding: 4px 0;
        position: relative;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center; }
        .sbw-filter > div .advanced-filters > li.advanced-filter a {
          position: relative;
          min-height: 20px;
          display: inline-block;
          font-size: 17px;
          color: #333333; }
        .sbw-filter > div .advanced-filters > li.advanced-filter.af-color {
          margin: 3px 5px 15px 4px;
          position: relative;
          cursor: pointer;
          overflow: visible;
          -moz-transition: all 0.35s ease 0s;
          -o-transition: all 0.35s ease 0s;
          -webkit-transition: all 0.35s ease 0s;
          transition: all 0.35s ease 0s; }
  .sbw-filter.select .advanced-filters li a {
    display: block !important; }
  .sbw-filter.select.has-active .sb-filter {
    border-top: 2px solid #428bca; }
  .sbw-filter.select.has-active .active {
    background: #f2f2f3; }

label[class*=cf-]:before {
  position: absolute;
  display: block;
  left: 0px;
  width: 100%;
  height: 100%; }

.swatch-element.white .cf-white:before {
  border: 1px solid #d2cfcf; }

.filter-component.body-filter.toggle .categories-toggle {
  scrollbar-color: #428bca #f2f2f3;
  scrollbar-width: thin; }
  .filter-component.body-filter.toggle .categories-toggle .sb-title {
    font-size: 16px;
    cursor: pointer;
    padding-bottom: 1.286rem;
    color: #333333; }
  .filter-component.body-filter.toggle .categories-toggle ul::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #f2f2f3; }
  .filter-component.body-filter.toggle .categories-toggle ul::-webkit-scrollbar {
    width: 6px;
    background-color: #f2f2f3; }
  .filter-component.body-filter.toggle .categories-toggle ul::-webkit-scrollbar-thumb {
    background-color: #428bca; }
  .filter-component.body-filter.toggle .categories-toggle .categories-menu {
    list-style: none;
    max-height: 500px;
    overflow-y: auto; }
    .filter-component.body-filter.toggle .categories-toggle .categories-menu li {
      padding: 4px 0;
      position: relative; }
      .filter-component.body-filter.toggle .categories-toggle .categories-menu li a {
        color: #333333;
        padding-left: 25px;
        z-index: 5; }
      .filter-component.body-filter.toggle .categories-toggle .categories-menu li:before {
        content: "";
        position: absolute;
        display: block;
        left: 0;
        top: 5px;
        width: 16px;
        height: 16px;
        border: 1px solid #006bc9;
        -moz-transition: all 0.35s ease 0s;
        -o-transition: all 0.35s ease 0s;
        -webkit-transition: all 0.35s ease 0s;
        transition: all 0.35s ease 0s;
        opacity: 0.7;
        z-index: 1; }
      .filter-component.body-filter.toggle .categories-toggle .categories-menu li:hover a:before, .filter-component.body-filter.toggle .categories-toggle .categories-menu li.active a:before {
        content: '\e946';
        font-family: "arenafont";
        font-display: optional;
        color: #006bc9;
        position: absolute;
        display: block;
        left: 2px;
        top: 2px; }
@media (max-width: 991px) {
  .filter-component.select {
    display: none; } }

@media (min-width: 992px) {
  .check-style-1 .sbw-filter > div .advanced-filters li.advanced-filter:not(.af-color) a {
    padding-left: 20px; }
  .check-style-1 .sbw-filter > div .advanced-filters li.advanced-filter:not(.af-color):before {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    width: 10px;
    height: 10px;
    border: 1px solid #006bc9;
    border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-transition: all 0.35s ease 0s;
    -o-transition: all 0.35s ease 0s;
    -webkit-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s; }
  .check-style-1 .sbw-filter > div .advanced-filters li.active-filter:before {
    background: #006bc9; }
  .check-style-1 .sbw-filter > div .advanced-filters li.advanced-filter.af-color {
    width: 16px;
    height: 16px;
    line-height: 6px;
    border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-transition: all 0.35s ease 0s;
    -o-transition: all 0.35s ease 0s;
    -webkit-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s; }
    .check-style-1 .sbw-filter > div .advanced-filters li.advanced-filter.af-color a {
      padding-left: 23px; } }
  @media (min-width: 992px) and (min-width: 1025px) {
    .check-style-1 .sbw-filter > div .advanced-filters li.advanced-filter.af-color:hover:before {
      content: "";
      border: 1px solid #006bc9;
      width: 22px;
      height: 22px;
      position: absolute;
      display: block;
      left: -3px;
      top: -3px;
      right: -3px;
      bottom: -3px;
      border-radius: 50% 50% 50% 50%;
      -moz-border-radius: 50% 50% 50% 50%;
      -webkit-border-radius: 50% 50% 50% 50%; } }
@media (min-width: 992px) and (min-width: 1025px) {
  .check-style-1 .sbw-filter > div .advanced-filters li:hover.advanced-filter:not(.af-color):before {
    background: #006bc9; } }

.check-style-2 .sbw-filter > div .advanced-filters li.advanced-filter:not(.af-color) a, .filter-component.drawer .sbw-filter > div .advanced-filters li.advanced-filter:not(.af-color) a,
.filter-order-form .sbw-filter > div .advanced-filters li.advanced-filter:not(.af-color) a, .filter-component.body-filter.toggle .sbw-filter > div .advanced-filters li.advanced-filter:not(.af-color) a {
  padding-left: 26px;
  z-index: 5; }
.check-style-2 .sbw-filter > div .advanced-filters li.advanced-filter:not(.af-color):before, .filter-component.drawer .sbw-filter > div .advanced-filters li.advanced-filter:not(.af-color):before,
.filter-order-form .sbw-filter > div .advanced-filters li.advanced-filter:not(.af-color):before, .filter-component.body-filter.toggle .sbw-filter > div .advanced-filters li.advanced-filter:not(.af-color):before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #006bc9;
  -moz-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
  -webkit-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
  opacity: 0.7;
  z-index: 1; }
.check-style-2 .sbw-filter > div .advanced-filters li.advanced-filter:not(.af-color).active-filter a:before, .filter-component.drawer .sbw-filter > div .advanced-filters li.advanced-filter:not(.af-color).active-filter a:before,
.filter-order-form .sbw-filter > div .advanced-filters li.advanced-filter:not(.af-color).active-filter a:before, .filter-component.body-filter.toggle .sbw-filter > div .advanced-filters li.advanced-filter:not(.af-color).active-filter a:before {
  content: '\e946';
  font-family: "arenafont";
  font-display: optional;
  color: #006bc9;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 16px;
  text-align: center; }
.check-style-2 .sbw-filter > div .advanced-filters li.advanced-filter.af-color, .filter-component.drawer .sbw-filter > div .advanced-filters li.advanced-filter.af-color,
.filter-order-form .sbw-filter > div .advanced-filters li.advanced-filter.af-color, .filter-component.body-filter.toggle .sbw-filter > div .advanced-filters li.advanced-filter.af-color {
  width: 18px;
  height: 18px;
  -moz-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
  -webkit-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s; }
  .check-style-2 .sbw-filter > div .advanced-filters li.advanced-filter.af-color a, .filter-component.drawer .sbw-filter > div .advanced-filters li.advanced-filter.af-color a,
  .filter-order-form .sbw-filter > div .advanced-filters li.advanced-filter.af-color a, .filter-component.body-filter.toggle .sbw-filter > div .advanced-filters li.advanced-filter.af-color a {
    padding-left: 26px; }
  @media (min-width: 1025px) {
    .check-style-2 .sbw-filter > div .advanced-filters li.advanced-filter.af-color:hover:before, .filter-component.drawer .sbw-filter > div .advanced-filters li.advanced-filter.af-color:hover:before,
    .filter-order-form .sbw-filter > div .advanced-filters li.advanced-filter.af-color:hover:before, .filter-component.body-filter.toggle .sbw-filter > div .advanced-filters li.advanced-filter.af-color:hover:before, .check-style-2 .sbw-filter > div .advanced-filters li.advanced-filter.af-color.active-filter:before, .filter-component.drawer .sbw-filter > div .advanced-filters li.advanced-filter.af-color.active-filter:before,
    .filter-order-form .sbw-filter > div .advanced-filters li.advanced-filter.af-color.active-filter:before, .filter-component.body-filter.toggle .sbw-filter > div .advanced-filters li.advanced-filter.af-color.active-filter:before {
      content: "";
      position: absolute;
      display: block;
      left: -3px;
      top: -3px;
      border: 1px solid #b7b7b7;
      width: 24px;
      height: 24px; } }
@media (min-width: 1025px) {
  .check-style-2 .sbw-filter > div .advanced-filters li:hover.advanced-filter:not(.af-color):after, .filter-component.drawer .sbw-filter > div .advanced-filters li:hover.advanced-filter:not(.af-color):after,
  .filter-order-form .sbw-filter > div .advanced-filters li:hover.advanced-filter:not(.af-color):after, .filter-component.body-filter.toggle .sbw-filter > div .advanced-filters li:hover.advanced-filter:not(.af-color):after {
    content: '\e946';
    font-family: "arenafont";
    font-display: optional;
    color: #006bc9;
    width: 16px;
    text-align: center;
    position: absolute;
    display: block; } }
.check-style-2 .sbw-filter > div .size[data-type="size"] .advanced-filters li, .filter-component.drawer .sbw-filter > div .size[data-type="size"] .advanced-filters li,
.filter-order-form .sbw-filter > div .size[data-type="size"] .advanced-filters li, .filter-component.body-filter.toggle .sbw-filter > div .size[data-type="size"] .advanced-filters li {
  display: inline-block;
  border: 1px solid #e1e1e1;
  width: 48px;
  height: 48px;
  line-height: 37px;
  padding: 4px;
  text-align: center;
  margin: 0 4px 4px 0;
  float: left; }
  .check-style-2 .sbw-filter > div .size[data-type="size"] .advanced-filters li:before, .filter-component.drawer .sbw-filter > div .size[data-type="size"] .advanced-filters li:before,
  .filter-order-form .sbw-filter > div .size[data-type="size"] .advanced-filters li:before, .filter-component.body-filter.toggle .sbw-filter > div .size[data-type="size"] .advanced-filters li:before, .check-style-2 .sbw-filter > div .size[data-type="size"] .advanced-filters li after, .filter-component.drawer .sbw-filter > div .size[data-type="size"] .advanced-filters li after,
  .filter-order-form .sbw-filter > div .size[data-type="size"] .advanced-filters li after, .filter-component.body-filter.toggle .sbw-filter > div .size[data-type="size"] .advanced-filters li after {
    display: none; }
  .check-style-2 .sbw-filter > div .size[data-type="size"] .advanced-filters li a, .filter-component.drawer .sbw-filter > div .size[data-type="size"] .advanced-filters li a,
  .filter-order-form .sbw-filter > div .size[data-type="size"] .advanced-filters li a, .filter-component.body-filter.toggle .sbw-filter > div .size[data-type="size"] .advanced-filters li a {
    padding-left: 0; }
  .check-style-2 .sbw-filter > div .size[data-type="size"] .advanced-filters li.active-filter a:before, .filter-component.drawer .sbw-filter > div .size[data-type="size"] .advanced-filters li.active-filter a:before,
  .filter-order-form .sbw-filter > div .size[data-type="size"] .advanced-filters li.active-filter a:before, .filter-component.body-filter.toggle .sbw-filter > div .size[data-type="size"] .advanced-filters li.active-filter a:before {
    display: none; }
  .check-style-2 .sbw-filter > div .size[data-type="size"] .advanced-filters li:hover, .filter-component.drawer .sbw-filter > div .size[data-type="size"] .advanced-filters li:hover,
  .filter-order-form .sbw-filter > div .size[data-type="size"] .advanced-filters li:hover, .filter-component.body-filter.toggle .sbw-filter > div .size[data-type="size"] .advanced-filters li:hover {
    border: 1px solid #428bca; }
    .check-style-2 .sbw-filter > div .size[data-type="size"] .advanced-filters li:hover a, .filter-component.drawer .sbw-filter > div .size[data-type="size"] .advanced-filters li:hover a,
    .filter-order-form .sbw-filter > div .size[data-type="size"] .advanced-filters li:hover a, .filter-component.body-filter.toggle .sbw-filter > div .size[data-type="size"] .advanced-filters li:hover a {
      color: #428bca; }
    .check-style-2 .sbw-filter > div .size[data-type="size"] .advanced-filters li:hover:after, .filter-component.drawer .sbw-filter > div .size[data-type="size"] .advanced-filters li:hover:after,
    .filter-order-form .sbw-filter > div .size[data-type="size"] .advanced-filters li:hover:after, .filter-component.body-filter.toggle .sbw-filter > div .size[data-type="size"] .advanced-filters li:hover:after {
      display: none; }

@media (min-width: 992px) {
  .check-style-3 .sbw-filter > div .sbf-title span {
    font-weight: 700;
    text-transform: uppercase; }
  .check-style-3 .sbw-filter > div .advanced-filters li.advanced-filter:not(.af-color) a {
    padding-left: 23px;
    text-transform: uppercase;
    font-weight: 600; }
    .check-style-3 .sbw-filter > div .advanced-filters li.advanced-filter:not(.af-color) a:after {
      content: '';
      font-size: 0;
      color: #006bc9;
      border: 2px solid #e1e1e1;
      position: absolute;
      display: block;
      left: 0;
      top: 3px;
      width: 15px;
      height: 15px; }
  .check-style-3 .sbw-filter > div .advanced-filters li.advanced-filter:not(.af-color).active-filter a:before {
    content: '\e946';
    font-family: "arenafont";
    font-display: optional;
    color: #006bc9;
    font-size: 12px;
    position: absolute;
    display: block;
    left: 2px;
    top: 1px; }
  .check-style-3 .sbw-filter > div .advanced-filters li.advanced-filter.af-color {
    width: 12px;
    height: 12px;
    border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-transition: all 0.35s ease 0s;
    -o-transition: all 0.35s ease 0s;
    -webkit-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s;
    position: relative;
    left: 17px; }
    .check-style-3 .sbw-filter > div .advanced-filters li.advanced-filter.af-color a {
      padding-left: 23px;
      text-transform: uppercase;
      font-weight: 600; }
      .check-style-3 .sbw-filter > div .advanced-filters li.advanced-filter.af-color a:before {
        content: '';
        color: #006bc9;
        position: absolute;
        display: block;
        left: -20px;
        top: 1px;
        border: 2px solid #e1e1e1;
        width: 15px;
        height: 15px;
        font-size: 12px; }
      .check-style-3 .sbw-filter > div .advanced-filters li.advanced-filter.af-color a:hover:before {
        border-color: #e1e1e1 !important; }
    .check-style-3 .sbw-filter > div .advanced-filters li.advanced-filter.af-color.active-filter:before {
      content: '\e946';
      font-family: "arenafont";
      font-display: optional;
      color: #006bc9;
      position: absolute;
      display: block;
      left: -18px;
      top: -4px;
      font-size: 12px; }
    .check-style-3 .sbw-filter > div .advanced-filters li.advanced-filter.af-color.active-filter > a:before {
      border-color: #e1e1e1; }
    .check-style-3 .sbw-filter > div .advanced-filters li.advanced-filter.af-color.active-filter > a:hover:before {
      border-color: #e1e1e1 !important; } }
  @media (min-width: 992px) and (min-width: 1025px) {
    .check-style-3 .sbw-filter > div .advanced-filters li.advanced-filter.af-color:hover:before {
      content: '\e946';
      font-family: "arenafont";
      font-display: optional;
      color: #006bc9;
      position: absolute;
      display: block;
      left: -18px;
      top: -4px;
      font-size: 12px; } }
@media (min-width: 992px) and (min-width: 1025px) {
  .check-style-3 .sbw-filter > div .advanced-filters li:hover.advanced-filter:not(.af-color):after {
    content: '\e946';
    font-family: "arenafont";
    font-display: optional;
    position: absolute;
    display: block;
    left: 2px;
    top: 5px;
    font-size: 12px; } }

.page-register, .page-login {
  padding: 5vh 0; }
  .page-register .col-12 > h2, .page-login .col-12 > h2 {
    margin: 10px 0 25px; }
  @media (max-width: 767px) {
    .page-register .form-wrapper, .page-login .form-wrapper {
      padding-bottom: 30px; } }
  .page-register .form-wrapper .control-wrapper label, .page-login .form-wrapper .control-wrapper label {
    float: left;
    margin: 9px 0;
    margin-right: 10px;
    min-width: 110px; }
  .page-register .form-wrapper .control-wrapper input, .page-login .form-wrapper .control-wrapper input {
    clear: none;
    width: 66.66%;
    margin-bottom: 15px; }
    @media (max-width: 479px) {
      .page-register .form-wrapper .control-wrapper input, .page-login .form-wrapper .control-wrapper input {
        width: 100%; } }
  .page-register .form-wrapper .control-wrapper button, .page-login .form-wrapper .control-wrapper button {
    min-width: 100px;
    padding: 5px 20px; }

.control-wrapper {
  display: block;
  clear: both; }
  .control-wrapper:last-child {
    padding-top: 10px; }
  .control-wrapper label {
    display: block;
    clear: both;
    margin-bottom: 6px;
    font-weight: 500;
    color: #333333;
    font-size: 18px; }
    .control-wrapper label .req {
      color: #333333; }
  .control-wrapper input, .control-wrapper select {
    display: block;
    clear: both;
    margin-bottom: 20px;
    width: 100%;
    border: 1px solid #e1e1e1;
    padding-left: 15px; }
  .control-wrapper input[type="text"]:-webkit-autofill,
  .control-wrapper input[type="email"]:-webkit-autofill,
  .control-wrapper input[type="password"]:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset !important; }
  .control-wrapper textarea {
    max-width: 670px; }
  .control-wrapper button,
  .control-wrapper .btn-default {
    margin-right: 10px;
    text-transform: inherit;
    padding: 5px 50px;
    font-weight: 400; }
  .control-wrapper .action {
    margin: 10px 0 0;
    font-size: 17px; }
    .control-wrapper .action .forgot-pass:hover,
    .control-wrapper .action .return-store:hover {
      color: #428bca; }
  .control-wrapper .forgot-pass {
    display: block;
    margin: 7px 0 27px 0;
    font-weight: 500;
    font-size: 17px; }
    .control-wrapper .forgot-pass a {
      color: #428bca; }
      .control-wrapper .forgot-pass a:hover {
        text-decoration: underline; }

.spr-starrating .spr-icon.spr-icon-star-empty {
  opacity: 1;
  margin-right: 5px; }

.templateProduct .product-simple-tab {
  overflow: hidden;
  position: relative;
  clear: both;
  padding-bottom: 30px; }
  .templateProduct .product-simple-tab .nav-tabs {
    border-bottom: none; }
    .templateProduct .product-simple-tab .nav-tabs .nav-item {
      padding-right: 25px; }
      .templateProduct .product-simple-tab .nav-tabs .nav-item:last-child {
        padding-right: 0; }
      .templateProduct .product-simple-tab .nav-tabs .nav-item .nav-link.active {
        border: none;
        border-bottom: 2px solid #428bca;
        padding: 3px 0;
        color: #333333;
        font-weight: 600;
        background: none; }
      .templateProduct .product-simple-tab .nav-tabs .nav-item .nav-link {
        text-transform: uppercase;
        border: none;
        border-bottom: 2px solid transparent;
        padding: 3px 0;
        color: #888888;
        font-weight: 500; }
  .templateProduct .product-simple-tab .tab-content .tab-pane {
    padding: 16px 0; }
    .templateProduct .product-simple-tab .tab-content .tab-pane h1, .templateProduct .product-simple-tab .tab-content .tab-pane h2, .templateProduct .product-simple-tab .tab-content .tab-pane h3, .templateProduct .product-simple-tab .tab-content .tab-pane h4, .templateProduct .product-simple-tab .tab-content .tab-pane h5, .templateProduct .product-simple-tab .tab-content .tab-pane h6 {
      margin: 15px 0; }
    .templateProduct .product-simple-tab .tab-content .tab-pane ol, .templateProduct .product-simple-tab .tab-content .tab-pane ul {
      padding-left: 30px; }
  .templateProduct .product-simple-tab.has-border .nav-tabs .nav-item {
    padding-right: 0;
    margin: 0 6px 0 0; }
    .templateProduct .product-simple-tab.has-border .nav-tabs .nav-item .nav-link {
      padding: 15px 30px;
      border: 1px solid #e1e1e1;
      position: relative;
      bottom: -1px;
      background: #f2f2f3;
      -webkit-box-shadow: 0 0 0 1px white;
      -ms-transform: 0 0 0 1px white;
      -o-transform: 0 0 0 1px white;
      box-shadow: 0 0 0 1px white;
      border-radius: 0px 0px 0px 0px;
      -moz-border-radius: 0px 0px 0px 0px;
      -webkit-border-radius: 0px 0px 0px 0px; }
      .templateProduct .product-simple-tab.has-border .nav-tabs .nav-item .nav-link.active {
        border-bottom: transparent;
        font-weight: 500;
        background: white; }
      .templateProduct .product-simple-tab.has-border .nav-tabs .nav-item .nav-link:hover {
        background: white;
        -webkit-box-shadow: 0 0 0 1px white;
        -ms-transform: 0 0 0 1px white;
        -o-transform: 0 0 0 1px white;
        box-shadow: 0 0 0 1px white;
        border-bottom: 1px solid transparent; }
  .templateProduct .product-simple-tab.has-border .tab-content {
    clear: both;
    padding: 30px 40px;
    margin: 0;
    border: 1px solid #e1e1e1; }
  .templateProduct .product-simple-tab .nav-ver-2 > li {
    position: relative;
    border-bottom: 1px solid #e1e1e1;
    padding-left: 0;
    list-style: none; }
    .templateProduct .product-simple-tab .nav-ver-2 > li:first-child {
      border-top: 1px solid #e1e1e1; }
  .templateProduct .product-simple-tab .nav-ver-2 li.active i:before {
    content: '\e812';
    font-family: "arenafont";
    font-display: optional; }
  .templateProduct .product-simple-tab .nav-ver-2 li > a {
    padding: 10px 0;
    color: #333333;
    font-weight: 500;
    font-size: 19px; }
    .templateProduct .product-simple-tab .nav-ver-2 li > a i {
      position: absolute;
      right: 0;
      font-size: 18px;
      -moz-transition: 0.35s all ease;
      -o-transition: 0.35s all ease;
      -webkit-transition: 0.35s all ease;
      transition: 0.35s all ease; }
  .templateProduct .product-simple-tab .nav-ver-2 .tab-content .tab-pane {
    padding: 16px 0; }
  @media (max-width: 767px) {
    .templateProduct .product-simple-tab .tab-content .tab-pane {
      padding-bottom: 0; }
    .templateProduct .product-simple-tab.has-border {
      padding-top: 15px; }
      .templateProduct .product-simple-tab.has-border .nav-tabs .nav-item .nav-link {
        padding: 11px 15px; }
      .templateProduct .product-simple-tab.has-border .tab-content {
        padding: 15px; }
    .templateProduct .product-simple-tab .nav-ver-2 .tab-pane {
      padding: 0; } }

.spr-form-actions .btn-primary {
  height: 40px;
  line-height: 40px;
  padding: 0px 40px;
  border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -webkit-border-radius: 4px 4px 4px 4px; }

/* tab review*/
.review-item .spr-container {
  border: none;
  padding: 0; }
  .review-item .spr-container .spr-header .spr-header-title {
    display: none; }
  .review-item .spr-container .spr-header .spr-summary > span {
    display: inline-block; }
  .review-item .spr-container .spr-header .spr-summary .spr-starrating {
    position: relative; }
    .review-item .spr-container .spr-header .spr-summary .spr-starrating:before {
      content: "";
      position: absolute;
      display: block;
      top: 4px;
      right: -10px;
      width: 1px;
      height: 15px;
      background: #999999; }
  .review-item .spr-container .spr-header .spr-summary .spr-summary-caption {
    padding-left: 20px; }
  .review-item .spr-container .spr-header .spr-summary .spr-summary-actions {
    padding-left: 50px;
    font-weight: 600; }
  .review-item .spr-container .spr-header .spr-summary .spr-summary-actions-newreview {
    float: none; }
  .review-item .spr-container .spr-review {
    border: none;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 90%;
    margin: 0; }
    .review-item .spr-container .spr-review > div {
      max-width: 90%; }
    @media (max-width: 767px) {
      .review-item .spr-container .spr-review {
        display: block;
        max-width: 100%;
        width: 100%;
        padding: 5px 0; }
        .review-item .spr-container .spr-review > div {
          max-width: 100%; } }
  .review-item .spr-container .spr-reviews {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap; }
    @media (max-width: 767px) {
      .review-item .spr-container .spr-reviews {
        display: block; } }

#cart--error {
  padding: 30px;
  height: 80px; }
  #cart--error .fancybox-content .fancybox-button {
    top: 0;
    right: 0;
    height: 20px;
    line-height: 20px; }
    #cart--error .fancybox-content .fancybox-button:before {
      line-height: 20px; }

.layer-addcart-wrapper {
  background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1000;
  top: 0; }

.layer-addcart-modal {
  visibility: hidden;
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100vh;
  top: 0;
  opacity: 0;
  -webkit-transform: translate(0%, -20%);
  -ms-transform: translate(0%, -20%);
  -o-transform: translate(0%, -20%);
  transform: translate(0%, -20%);
  color: #333333;
  -moz-transition: all 0.45s ease 0s;
  -o-transition: all 0.45s ease 0s;
  -webkit-transition: all 0.45s ease 0s;
  transition: all 0.45s ease 0s;
  display: flex;
  align-items: center; }
  @media (max-width: 767px) {
    .layer-addcart-modal {
      height: 100%;
      overflow-y: auto; } }
  .layer-addcart-modal.show {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    visibility: visible; }
  .layer-addcart-modal .layer-addcart-modals {
    max-width: 1022px;
    min-height: 700px;
    margin: 0 auto;
    overflow-y: auto;
    display: block;
    background: white;
    padding: 30px 50px;
    position: relative;
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1), 0px -4px 4px rgba(0, 0, 0, 0.1);
    -ms-transform: 0px 4px 4px rgba(0, 0, 0, 0.1), 0px -4px 4px rgba(0, 0, 0, 0.1);
    -o-transform: 0px 4px 4px rgba(0, 0, 0, 0.1), 0px -4px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1), 0px -4px 4px rgba(0, 0, 0, 0.1); }
    @media (max-width: 1110px) {
      .layer-addcart-modal .layer-addcart-modals {
        max-width: 90%;
        padding: 15px; } }
    @media (max-width: 479px) {
      .layer-addcart-modal .layer-addcart-modals {
        height: 100%; } }
    .layer-addcart-modal .layer-addcart-modals .cart-table > p {
      font-weight: 300;
      font-size: 18px;
      margin-bottom: 30px; }
    .layer-addcart-modal .layer-addcart-modals .cart-table-wrapper {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      padding-bottom: 30px; }
      .layer-addcart-modal .layer-addcart-modals .cart-table-wrapper .cart-left {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
        flex: 0 0 70%;
        max-width: 70%;
        display: flex;
        padding-right: 25px; }
        .layer-addcart-modal .layer-addcart-modals .cart-table-wrapper .cart-left .cart-img {
          width: 135px;
          display: inline-block; }
        .layer-addcart-modal .layer-addcart-modals .cart-table-wrapper .cart-left .cart-info {
          display: inline-block;
          margin-left: 20px;
          vertical-align: top; }
          .layer-addcart-modal .layer-addcart-modals .cart-table-wrapper .cart-left .cart-info .prod-title {
            font-size: 18px;
            font-weight: 300;
            margin-bottom: 5px; }
          .layer-addcart-modal .layer-addcart-modals .cart-table-wrapper .cart-left .cart-info .prod-subtitle {
            margin-bottom: 8px; }
          .layer-addcart-modal .layer-addcart-modals .cart-table-wrapper .cart-left .cart-info .prod-price {
            font-size: 20px;
            color: #324839; }
      .layer-addcart-modal .layer-addcart-modals .cart-table-wrapper .cart-right {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%;
        border-left: 1px solid #e1e1e1;
        padding-left: 45px; }
        @media (max-width: 1110px) {
          .layer-addcart-modal .layer-addcart-modals .cart-table-wrapper .cart-right {
            padding-left: 15px; } }
        .layer-addcart-modal .layer-addcart-modals .cart-table-wrapper .cart-right .layercart-count {
          margin: 0;
          padding-bottom: 8px; }
        .layer-addcart-modal .layer-addcart-modals .cart-table-wrapper .cart-right .layercart-total {
          padding-bottom: 25px; }
          .layer-addcart-modal .layer-addcart-modals .cart-table-wrapper .cart-right .layercart-total > div {
            float: right;
            font-weight: 600; }
        .layer-addcart-modal .layer-addcart-modals .cart-table-wrapper .cart-right .btn-checkout, .layer-addcart-modal .layer-addcart-modals .cart-table-wrapper .cart-right .btn-view-cart {
          width: 100%; }
        .layer-addcart-modal .layer-addcart-modals .cart-table-wrapper .cart-right > div:not(.layercart-total) {
          padding-bottom: 20px; }
        .layer-addcart-modal .layer-addcart-modals .cart-table-wrapper .cart-right .terms-conditions input[type="checkbox"] {
          vertical-align: middle; }
    .layer-addcart-modal .layer-addcart-modals .layer-related-wrapper .h5 {
      font-weight: 300;
      padding-bottom: 16px; }
    .layer-addcart-modal .layer-addcart-modals .layer-related-wrapper #layer-addcart-related .product-wrapper .product-name {
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -moz-line-clamp: 2;
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical; }
    .layer-addcart-modal .layer-addcart-modals .layer-related-wrapper #layer-addcart-related .product-wrapper .swatch-wrapper {
      display: none; }
    .layer-addcart-modal .layer-addcart-modals .layer-related-wrapper #layer-addcart-related .product-wrapper .product-wrapper {
      margin: 0; }
    .layer-addcart-modal .layer-addcart-modals .layer-related-wrapper #layer-addcart-related .product-wrapper .owl-controls {
      display: none; }
    .layer-addcart-modal .layer-addcart-modals .layer-related-wrapper #layer-addcart-related .owl-controls {
      display: none; }
    .layer-addcart-modal .layer-addcart-modals .layer-related-wrapper #layer-addcart-related .owl-stage {
      display: flex;
      flex-wrap: wrap; }
      .layer-addcart-modal .layer-addcart-modals .layer-related-wrapper #layer-addcart-related .owl-stage .owl-item {
        display: flex;
        flex-wrap: wrap; }
    .layer-addcart-modal .layer-addcart-modals .am-close {
      cursor: pointer;
      position: absolute;
      display: block;
      top: 0;
      right: 0;
      width: 30px;
      height: 30px;
      line-height: 30px;
      background: #428bca;
      color: white;
      text-align: center;
      font-size: 14px; }
    @media (max-width: 767px) {
      .layer-addcart-modal .layer-addcart-modals .cart-table-wrapper {
        display: block; }
        .layer-addcart-modal .layer-addcart-modals .cart-table-wrapper .cart-left {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
          flex: 0 0 100%;
          max-width: 100%;
          padding-right: 0;
          padding-bottom: 16px; }
          .layer-addcart-modal .layer-addcart-modals .cart-table-wrapper .cart-left .cart-img {
            width: 80px;
            margin-right: 10px;
            margin-bottom: 8px; }
          .layer-addcart-modal .layer-addcart-modals .cart-table-wrapper .cart-left .cart-info {
            margin: 0; }
        .layer-addcart-modal .layer-addcart-modals .cart-table-wrapper .cart-right {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
          flex: 0 0 100%;
          max-width: 100%;
          border: none;
          padding-left: 0; }
      .layer-addcart-modal .layer-addcart-modals .am-close {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 14px; } }

.modal.show {
  background: rgba(0, 0, 0, 0.6); }

#bundled_cart .modal-body {
  padding: 1rem 1rem;
  text-align: center; }

/*sell-people*/
.popup-sell-people {
  border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  -webkit-box-shadow: 0 0 5px 0 #c6c6c6;
  -ms-transform: 0 0 5px 0 #c6c6c6;
  -o-transform: 0 0 5px 0 #c6c6c6;
  box-shadow: 0 0 5px 0 #c6c6c6;
  width: 350px;
  display: table;
  vertical-align: middle;
  position: fixed;
  z-index: 9999;
  display: none; }
  @media (max-width: 414px) {
    .popup-sell-people {
      width: 100%;
      border-radius: 0px 0px 0px 0px;
      -moz-border-radius: 0px 0px 0px 0px;
      -webkit-border-radius: 0px 0px 0px 0px; } }
  .popup-sell-people.show {
    display: block; }
  .popup-sell-people.bottom-left {
    bottom: 10px;
    left: 10px; }
    @media (max-width: 414px) {
      .popup-sell-people.bottom-left {
        left: 0; } }
  .popup-sell-people.bottom-right {
    bottom: 10px !important;
    right: 10px; }
  .popup-sell-people.top-left {
    top: 10px;
    left: 10px; }
  .popup-sell-people.middle-left {
    top: 50%;
    margin-top: -80px;
    left: 10px; }
  .popup-sell-people.middle-right {
    bottom: 50%;
    margin-bottom: -80px;
    right: 10px; }
  .popup-sell-people.top-right {
    top: 10px;
    right: 10px; }
  .popup-sell-people .img-user {
    width: 80px;
    display: table-cell;
    vertical-align: middle; }
    .popup-sell-people .img-user img {
      width: 100%;
      border-radius: 5px 0 0 5px;
      -moz-border-radius: 5px 0 0 5px;
      -webkit-border-radius: 5px 0 0 5px; }
  .popup-sell-people .text-detail {
    display: table-cell;
    vertical-align: middle;
    padding: 10px 15px; }
    .popup-sell-people .text-detail .sell-text {
      margin: 0;
      line-height: 20px;
      font-size: 17px;
      font-weight: 300; }
      .popup-sell-people .text-detail .sell-text strong {
        padding-left: 5px;
        padding-right: 2px; }

.is-visitor-popup .popup-sell-people {
  padding: 20px; }
  @media (min-width: 479px) {
    .is-visitor-popup .popup-sell-people {
      width: 390px; } }
.is-visitor-popup .text-detail {
  padding: 5px; }
  .is-visitor-popup .text-detail .sell-text {
    color: #333333; }
    .is-visitor-popup .text-detail .sell-text:before {
      content: "\e857";
      font-family: "arenafont";
      font-display: optional;
      margin-right: 10px;
      font-size: 19px; }
  .is-visitor-popup .text-detail > span {
    padding-right: 5px; }
.is-visitor-popup .people-block-text {
  padding: 5px; }
  .is-visitor-popup .people-block-text:before {
    content: "\e84d";
    font-family: "arenafont";
    font-display: optional;
    margin-right: 10px;
    font-size: 19px; }
.is-visitor-popup .stock-variant {
  padding: 5px; }
  .is-visitor-popup .stock-variant:before {
    content: "\f198";
    font-family: "arenafont";
    font-display: optional;
    margin-right: 10px;
    font-size: 19px; }

/*popup detail_popup-handle */
.product-detail_popup-handle .toast-header .toast-header-button {
  position: absolute;
  right: 2px;
  top: 0; }
  .product-detail_popup-handle .toast-header .toast-header-button .close {
    margin: 0 !important;
    transition: 0.35s all ease-in-out; }
    @media (min-width: 1025px) {
      .product-detail_popup-handle .toast-header .toast-header-button .close {
        opacity: 0; } }
  .product-detail_popup-handle .toast-header .toast-header-button i {
    font-size: 12px; }
    .product-detail_popup-handle .toast-header .toast-header-button i:before {
      font-weight: bold; }
.product-detail_popup-handle:hover .toast-header .toast-header-button .close {
  opacity: 1; }
.product-detail_popup-handle .product-noti-popup .toast-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center; }
  .product-detail_popup-handle .product-noti-popup .toast-inner .toast-products-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px;
    max-width: 70px; }
  .product-detail_popup-handle .product-noti-popup .toast-inner .toast-body-content {
    font-size: 17px; }
.product-detail_popup-handle .product-notify-layout {
  position: relative; }
  .product-detail_popup-handle .product-notify-layout .toast-header {
    padding-left: 0;
    border: 0; }
    .product-detail_popup-handle .product-notify-layout .toast-header .toast-header-content {
      color: #428bca;
      font-weight: 600; }
  .product-detail_popup-handle .product-notify-layout .notify-layout-inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    position: relative; }
    .product-detail_popup-handle .product-notify-layout .notify-layout-inner .toast-body {
      padding: 15px 0; }

.toast-header {
  background: transparent;
  border: 0;
  padding: 0; }
  .toast-header .toast-header-content .noti-icon i {
    font-size: 16px; }

.toast.product-noti-popup {
  position: fixed !important;
  z-index: 99999;
  width: 350px;
  height: auto;
  margin: .5rem;
  border: 0;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  -ms-transform: 0 6px 12px rgba(0, 0, 0, 0.176);
  -o-transform: 0 6px 12px rgba(0, 0, 0, 0.176);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176); }
  @media (max-width: 400px) {
    .toast.product-noti-popup {
      width: 100% !important;
      margin: 0;
      max-width: 100%; } }
  .toast.product-noti-popup .toast-inner {
    padding: 15px; }
    .toast.product-noti-popup .toast-inner .toast-header .toast-header-content {
      font-size: 18px;
      font-weight: 500; }
    .toast.product-noti-popup .toast-inner .toast-body {
      padding: 5px 0; }

.product-slider .product-detail_popup-handle .notify-layout-inner {
  justify-content: center; }

.toast.product-noti-popup.top-left {
  top: 0;
  left: 0; }

.toast.product-noti-popup.top-right {
  top: 0;
  right: 0; }

.toast.product-noti-popup.middle-left {
  top: 50%;
  left: 0;
  margin-top: -62px; }

.toast.product-noti-popup.middle-right {
  top: 50%;
  right: 0;
  margin-top: -62px; }

.toast.product-noti-popup.bottom-left {
  bottom: 0;
  left: 0; }

.toast.product-noti-popup.bottom-right {
  bottom: 0;
  right: 0; }

.notify-layout-inner,
.toast-inner {
  width: 100%; }
  .notify-layout-inner.fomo-image--center,
  .toast-inner.fomo-image--center {
    display: block;
    text-align: center; }
    .notify-layout-inner.fomo-image--center .toast-products-image-inner,
    .toast-inner.fomo-image--center .toast-products-image-inner {
      justify-content: center; }
    .notify-layout-inner.fomo-image--center .toast-products-image,
    .toast-inner.fomo-image--center .toast-products-image {
      flex: 1;
      max-width: 100%; }
    .notify-layout-inner.fomo-image--center .notify-layout-content,
    .toast-inner.fomo-image--center .notify-layout-content {
      padding-top: 12px; }
  .notify-layout-inner.fomo-image--left, .notify-layout-inner.fomo-image--right,
  .toast-inner.fomo-image--left,
  .toast-inner.fomo-image--right {
    align-items: center; }
    .notify-layout-inner.fomo-image--left.fomo-img-size--small .toast-products-image, .notify-layout-inner.fomo-image--right.fomo-img-size--small .toast-products-image,
    .toast-inner.fomo-image--left.fomo-img-size--small .toast-products-image,
    .toast-inner.fomo-image--right.fomo-img-size--small .toast-products-image {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50px;
      flex: 0 0 50px;
      max-width: 50px; }
    .notify-layout-inner.fomo-image--left.fomo-img-size--medium .toast-products-image, .notify-layout-inner.fomo-image--right.fomo-img-size--medium .toast-products-image,
    .toast-inner.fomo-image--left.fomo-img-size--medium .toast-products-image,
    .toast-inner.fomo-image--right.fomo-img-size--medium .toast-products-image {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
      flex: 0 0 100px;
      max-width: 100px; }
    .notify-layout-inner.fomo-image--left.fomo-img-size--large .toast-products-image, .notify-layout-inner.fomo-image--right.fomo-img-size--large .toast-products-image,
    .toast-inner.fomo-image--left.fomo-img-size--large .toast-products-image,
    .toast-inner.fomo-image--right.fomo-img-size--large .toast-products-image {
      flex: 1; }
    .notify-layout-inner.fomo-image--left.fomo-img-size--large .notify-layout-content, .notify-layout-inner.fomo-image--right.fomo-img-size--large .notify-layout-content,
    .toast-inner.fomo-image--left.fomo-img-size--large .notify-layout-content,
    .toast-inner.fomo-image--right.fomo-img-size--large .notify-layout-content {
      flex: 1; }
  .notify-layout-inner.fomo-image--left .notify-layout-content,
  .toast-inner.fomo-image--left .notify-layout-content {
    padding-left: 15px; }
  .notify-layout-inner.fomo-image--right .notify-layout-content,
  .toast-inner.fomo-image--right .notify-layout-content {
    padding-right: 15px; }
  .notify-layout-inner.fomo-img-size--small .toast-image-inner img,
  .toast-inner.fomo-img-size--small .toast-image-inner img {
    width: 50px; }
  .notify-layout-inner.fomo-img-size--medium .toast-products-image a, .notify-layout-inner.fomo-img-size--medium .toast-products-image toast-image-inner, .notify-layout-inner.fomo-img-size--medium .toast-products-image img,
  .toast-inner.fomo-img-size--medium .toast-products-image a,
  .toast-inner.fomo-img-size--medium .toast-products-image toast-image-inner,
  .toast-inner.fomo-img-size--medium .toast-products-image img {
    width: 100px; }

.product-detail_fomo-content {
  margin: 15px 0; }

.toast-products-image-inner .empty-image {
  width: 100%; }

.toast-products-image .toast-products-image-inner {
  height: 100%; }
  .toast-products-image .toast-products-image-inner > a {
    position: relative;
    height: 100%; }
    .toast-products-image .toast-products-image-inner > a img {
      position: absolute;
      display: block;
      left: 0;
      top: 0;
      position: relative;
      height: 100%;
      width: 100%;
      object-fit: cover;
      font-family: "object-fit: cover"; }

.fomo-img-container {
  overflow: hidden; }

.toast-body {
  padding: 0; }

.toast.product-noti-popup {
  position: fixed;
  z-index: 99990;
  height: auto;
  margin: .5rem;
  background: transparent;
  border: none;
  -webkit-box-shadow: 0 0 5px 0 #e1e1e1;
  -ms-transform: 0 0 5px 0 #e1e1e1;
  -o-transform: 0 0 5px 0 #e1e1e1;
  box-shadow: 0 0 5px 0 #e1e1e1; }
  .toast.product-noti-popup.toast-img-margin .toast-header-button {
    right: 5px; }
  .toast.product-noti-popup.toast-img-margin .toast-content, .toast.product-noti-popup.toast-img-margin .fomo-im-container {
    -webkit-box-shadow: 0 0 5px 0 #e1e1e1;
    -ms-transform: 0 0 5px 0 #e1e1e1;
    -o-transform: 0 0 5px 0 #e1e1e1;
    box-shadow: 0 0 5px 0 #e1e1e1; }
  .toast.product-noti-popup.top-left {
    top: 0;
    left: 0; }
  .toast.product-noti-popup.top-right {
    top: 0;
    right: 0; }
  .toast.product-noti-popup.bottom-left {
    bottom: 0;
    left: 0; }
  .toast.product-noti-popup.bottom-right {
    bottom: 0;
    right: 0; }
  .toast.product-noti-popup.middle-left, .toast.product-noti-popup.middle-right {
    top: 50%;
    transform: translateY(-50%); }
  .toast.product-noti-popup.middle-left {
    left: 0; }
  .toast.product-noti-popup.middle-right {
    right: 0; }
  .toast.product-noti-popup > .toast-inner .toast-products-icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    max-width: 30px; }
  .toast.product-noti-popup > .toast-inner .toast-products-icon + .toast-content {
    padding: 15px; }
  .toast.product-noti-popup .toast-header {
    padding: 0;
    border: none;
    background: none;
    width: 100%; }
    .toast.product-noti-popup .toast-header:empty {
      display: none; }
  .toast.product-noti-popup .toast-header-button {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    z-index: 3;
    text-align: center;
    font-size: 16px;
    cursor: pointer; }
    .toast.product-noti-popup .toast-header-button button {
      cursor: pointer;
      width: 100%;
      height: 100%; }
  .toast.product-noti-popup .toast-content {
    flex: 1 1 auto;
    padding: 5px 10px 5px 15px; }
  .toast.product-noti-popup .toast-body .toast-body-inner .toast-body-content,
  .toast.product-noti-popup .toast-body .toast-body-inner .toast-header-content,
  .toast.product-noti-popup .toast-body .toast-header-inner .toast-body-content,
  .toast.product-noti-popup .toast-body .toast-header-inner .toast-header-content,
  .toast.product-noti-popup .toast-header .toast-body-inner .toast-body-content,
  .toast.product-noti-popup .toast-header .toast-body-inner .toast-header-content,
  .toast.product-noti-popup .toast-header .toast-header-inner .toast-body-content,
  .toast.product-noti-popup .toast-header .toast-header-inner .toast-header-content {
    line-height: 1;
    width: 100%; }
    .toast.product-noti-popup .toast-body .toast-body-inner .toast-body-content a,
    .toast.product-noti-popup .toast-body .toast-body-inner .toast-header-content a,
    .toast.product-noti-popup .toast-body .toast-header-inner .toast-body-content a,
    .toast.product-noti-popup .toast-body .toast-header-inner .toast-header-content a,
    .toast.product-noti-popup .toast-header .toast-body-inner .toast-body-content a,
    .toast.product-noti-popup .toast-header .toast-body-inner .toast-header-content a,
    .toast.product-noti-popup .toast-header .toast-header-inner .toast-body-content a,
    .toast.product-noti-popup .toast-header .toast-header-inner .toast-header-content a {
      font-weight: 700;
      display: inline-block;
      line-height: 1.4;
      padding: 4px 0;
      color: inherit; }
    .toast.product-noti-popup .toast-body .toast-body-inner .toast-body-content br,
    .toast.product-noti-popup .toast-body .toast-body-inner .toast-header-content br,
    .toast.product-noti-popup .toast-body .toast-header-inner .toast-body-content br,
    .toast.product-noti-popup .toast-body .toast-header-inner .toast-header-content br,
    .toast.product-noti-popup .toast-header .toast-body-inner .toast-body-content br,
    .toast.product-noti-popup .toast-header .toast-body-inner .toast-header-content br,
    .toast.product-noti-popup .toast-header .toast-header-inner .toast-body-content br,
    .toast.product-noti-popup .toast-header .toast-header-inner .toast-header-content br {
      content: '';
      display: block; }
    .toast.product-noti-popup .toast-body .toast-body-inner .toast-body-content .toast-address,
    .toast.product-noti-popup .toast-body .toast-body-inner .toast-header-content .toast-address,
    .toast.product-noti-popup .toast-body .toast-header-inner .toast-body-content .toast-address,
    .toast.product-noti-popup .toast-body .toast-header-inner .toast-header-content .toast-address,
    .toast.product-noti-popup .toast-header .toast-body-inner .toast-body-content .toast-address,
    .toast.product-noti-popup .toast-header .toast-body-inner .toast-header-content .toast-address,
    .toast.product-noti-popup .toast-header .toast-header-inner .toast-body-content .toast-address,
    .toast.product-noti-popup .toast-header .toast-header-inner .toast-header-content .toast-address {
      font-size: inherit;
      color: inherit; }
    .toast.product-noti-popup .toast-body .toast-body-inner .toast-body-content .toast-numbers, .toast.product-noti-popup .toast-body .toast-body-inner .toast-body-content .toast-times,
    .toast.product-noti-popup .toast-body .toast-body-inner .toast-header-content .toast-numbers,
    .toast.product-noti-popup .toast-body .toast-body-inner .toast-header-content .toast-times,
    .toast.product-noti-popup .toast-body .toast-header-inner .toast-body-content .toast-numbers,
    .toast.product-noti-popup .toast-body .toast-header-inner .toast-body-content .toast-times,
    .toast.product-noti-popup .toast-body .toast-header-inner .toast-header-content .toast-numbers,
    .toast.product-noti-popup .toast-body .toast-header-inner .toast-header-content .toast-times,
    .toast.product-noti-popup .toast-header .toast-body-inner .toast-body-content .toast-numbers,
    .toast.product-noti-popup .toast-header .toast-body-inner .toast-body-content .toast-times,
    .toast.product-noti-popup .toast-header .toast-body-inner .toast-header-content .toast-numbers,
    .toast.product-noti-popup .toast-header .toast-body-inner .toast-header-content .toast-times,
    .toast.product-noti-popup .toast-header .toast-header-inner .toast-body-content .toast-numbers,
    .toast.product-noti-popup .toast-header .toast-header-inner .toast-body-content .toast-times,
    .toast.product-noti-popup .toast-header .toast-header-inner .toast-header-content .toast-numbers,
    .toast.product-noti-popup .toast-header .toast-header-inner .toast-header-content .toast-times {
      color: inherit; }

.toast-container-position {
  position: fixed;
  z-index: 99999; }

.toast-container-position.top-left {
  left: 0;
  top: 0; }

.toast-container-position.top-right {
  right: 0;
  top: 0; }

.toast-container-position.bottom-left {
  left: 0;
  bottom: 0; }

.toast-container-position.bottom-right {
  right: 0;
  bottom: 0; }

.toast-container-position.middle-left {
  left: 0;
  top: 50%;
  transform: translateY(-50%); }

.toast-container-position.middle-right {
  right: 0;
  top: 50%;
  transform: translateY(-50%); }

.toast-container-position.top-right > div,
.toast-container-position.bottom-right > div,
.toast-container-position.middle-right > div {
  margin-left: auto; }

.toast-container-position .fomo-notify {
  position: static !important; }

/*=== discount-modal ===*/
#discount-modal {
  display: none;
  z-index: 99991;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto; }
  #discount-modal .underlay {
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99992; }
  #discount-modal .wrap-modal {
    background: white;
    z-index: 99999;
    padding: 0;
    margin: 0 calc((100% - 700px) / 2);
    width: 700px;
    position: absolute;
    display: block;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%); }
    @media (max-width: 767px) {
      #discount-modal .wrap-modal {
        width: 90%;
        margin: 0 5%;
        max-height: 90%;
        overflow-y: auto; } }
    #discount-modal .wrap-modal > a {
      -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.5);
      -ms-transform: 0 0 0 rgba(0, 0, 0, 0.5);
      -o-transform: 0 0 0 rgba(0, 0, 0, 0.5);
      box-shadow: 0 0 0 rgba(0, 0, 0, 0.5);
      position: absolute;
      display: block;
      top: 0;
      right: 0;
      padding: 5px;
      -moz-transition: all 0.35s ease 0s;
      -o-transition: all 0.35s ease 0s;
      -webkit-transition: all 0.35s ease 0s;
      transition: all 0.35s ease 0s;
      z-index: 999991;
      background: #428bca;
      color: white; }
      #discount-modal .wrap-modal > a:hover {
        background: #006bc9;
        color: white; }
  #discount-modal .modal-body {
    padding: 0;
    display: table;
    width: 100%;
    vertical-align: middle;
    min-height: 300px;
    table-layout: fixed; }
    @media (max-width: 767px) {
      #discount-modal .modal-body {
        display: block;
        max-height: 100%;
        overflow-y: auto; } }
    #discount-modal .modal-body > div {
      display: table-cell;
      vertical-align: middle;
      width: 50%; }
      @media (max-width: 767px) {
        #discount-modal .modal-body > div {
          width: 100%;
          display: block; } }
    #discount-modal .modal-body .image {
      padding-right: 15px; }
      @media (max-width: 767px) {
        #discount-modal .modal-body .image {
          padding: 0 0 20px;
          text-align: center; } }
    #discount-modal .modal-body .content {
      padding: 0 15px;
      text-align: center;
      max-width: 300px;
      margin: 0 auto; }
      @media (max-width: 767px) {
        #discount-modal .modal-body .content {
          padding-bottom: 25px; } }
      #discount-modal .modal-body .content h5 {
        text-transform: uppercase;
        font-weight: 700;
        margin: 0 auto; }
      #discount-modal .modal-body .content p {
        line-height: 18px;
        margin: 5px 0 13px; }
      #discount-modal .modal-body .content .btn {
        text-transform: uppercase;
        font-size: 16px;
        padding: 7px 25px;
        line-height: 28px; }

#pre-order-form {
  padding: 40px; }
  #pre-order-form .form-group {
    margin-bottom: 20px; }
    #pre-order-form .form-group input {
      border: 1px solid #e1e1e1;
      border-radius: 0px 0px 0px 0px;
      -moz-border-radius: 0px 0px 0px 0px;
      -webkit-border-radius: 0px 0px 0px 0px;
      padding: 8px 15px; }
      #pre-order-form .form-group input:focus {
        border: 1px solid #006bc9; }
  #pre-order-form .form-actions button {
    margin: 0; }

#pre-order-popup {
  width: 600px; }
  #pre-order-popup .fancybox-button {
    top: 0;
    right: 0; }

.owl-nav {
  z-index: 999;
  position: absolute;
  display: block;
  top: calc(-34px - 10px);
  right: 0; }
  @media (max-width: 1024px) {
    .owl-nav {
      display: none; } }
  .owl-nav button span {
    font-size: 18px;
    width: 30px;
    height: 30px;
    border: 1px solid #428bca;
    color: #428bca;
    display: block;
    position: relative;
    text-align: center;
    padding: 0; }
    .owl-nav button span:before {
      position: absolute;
      display: block;
      top: 0;
      font-family: "arenafont";
      font-display: optional;
      width: 100%; }
    .owl-nav button span:hover {
      background: #428bca; }
      .owl-nav button span:hover:before {
        color: white; }
  .owl-nav .owl-prev span:before {
    content: "\f104"; }
  .owl-nav .owl-next {
    margin-left: 10px; }
    .owl-nav .owl-next span:before {
      content: "\f105"; }

.owl-dots {
  text-align: center; }
  .owl-dots .owl-dot {
    display: inline-block;
    margin: 10px 8px 20px 8px;
    opacity: 0.7; }
    .owl-dots .owl-dot span {
      display: block;
      width: 12px;
      height: 12px;
      background: #428bca;
      border-radius: 50% 50% 50% 50%;
      -moz-border-radius: 50% 50% 50% 50%;
      -webkit-border-radius: 50% 50% 50% 50%; }
    .owl-dots .owl-dot.active {
      opacity: 1; }

.add-to-cart-sticky {
  position: fixed;
  z-index: 99;
  left: 0;
  width: 100%;
  display: none;
  background: white;
  -webkit-box-shadow: 0 0 4px #e1e1e1;
  -ms-transform: 0 0 4px #e1e1e1;
  -o-transform: 0 0 4px #e1e1e1;
  box-shadow: 0 0 4px #e1e1e1; }
  .add-to-cart-sticky.cart-sticky-top {
    top: 0;
    padding-top: calc(env(safe-area-inset-bottom) /3); }
  .add-to-cart-sticky.cart-sticky-bottom {
    bottom: 0;
    padding-bottom: calc(env(safe-area-inset-bottom) /3); }
  .add-to-cart-sticky.show {
    display: block; }
  .add-to-cart-sticky .product-action {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-self: center;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 10px 0; }
    .add-to-cart-sticky .product-action .sticky-image {
      width: 25%; }
      .add-to-cart-sticky .product-action .sticky-image .sticky-info {
        display: inline-block;
        vertical-align: middle;
        padding: 0 15px;
        width: calc(100% - 9rem); }
      .add-to-cart-sticky .product-action .sticky-image img {
        width: 80px;
        height: 80px;
        object-fit: contain;
        font-family: "object-fit: contain"; }
    .add-to-cart-sticky .product-action .sticky-content {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      align-items: center; }
      .add-to-cart-sticky .product-action .sticky-content .sticky-option {
        display: inline-block; }
        .add-to-cart-sticky .product-action .sticky-content .sticky-option label {
          display: block;
          padding-bottom: 12px;
          margin: 0; }
      .add-to-cart-sticky .product-action .sticky-content .sticky-action {
        display: flex; }
        .add-to-cart-sticky .product-action .sticky-content .sticky-action .sticky-price {
          padding-bottom: 12px; }
      @media (min-width: 992px) {
        .add-to-cart-sticky .product-action .sticky-content .sticky-select {
          display: none; } }
      .add-to-cart-sticky .product-action .sticky-content .wrap-quantity-add-cart {
        display: inline-block; }
        .add-to-cart-sticky .product-action .sticky-content .wrap-quantity-add-cart .quantity-product {
          margin-right: 20px;
          list-style: none; }
          .add-to-cart-sticky .product-action .sticky-content .wrap-quantity-add-cart .quantity-product label {
            display: block;
            padding-bottom: 12px;
            margin: 0; }
    @media (max-width: 991px) {
      .add-to-cart-sticky .product-action .sticky-image {
        display: none; }
      .add-to-cart-sticky .product-action .sticky-content .sticky-option {
        display: none; }
      .add-to-cart-sticky .product-action .sticky-content .sticky-action .sticky-add-to-cart {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center; }
        .add-to-cart-sticky .product-action .sticky-content .sticky-action .sticky-add-to-cart .sticky-price {
          padding: 5px 10px;
          background: white;
          color: #333333;
          font-size: 0;
          margin-right: 15px;
          height: 40px; }
          .add-to-cart-sticky .product-action .sticky-content .sticky-action .sticky-add-to-cart .sticky-price .money {
            display: block;
            padding-top: 3px;
            font-size: 17px; }
        .add-to-cart-sticky .product-action .sticky-content .sticky-action .sticky-add-to-cart .btn {
          margin: 0; }
      .add-to-cart-sticky .product-action .sticky-variant-wrapper .sticky-select {
        height: 41px;
        max-width: 30vw;
        margin: 0 15px 0 0; }
      .add-to-cart-sticky .product-action .sticky-action .wrap-quantity-add-cart {
        display: none; } }
        @media (max-width: 991px) and (max-width: 479px) {
          .add-to-cart-sticky .product-action .sticky-content .sticky-action .sticky-add-to-cart .btn {
            padding: 5px;
            min-width: 100px; } }
  .add-to-cart-sticky .btn {
    line-height: 28px;
    margin-bottom: 10px;
    padding: 5px 20px;
    font-weight: 500;
    min-width: 130px; }
  .add-to-cart-sticky select {
    height: 42px;
    line-height: 40px;
    background-color: white;
    margin: 0 15px 20px 0;
    color: #333333;
    border: 2px solid rgba(66, 139, 202, 0.3); }
    .add-to-cart-sticky select:focus {
      border: 2px solid #428bca; }

.spr-starrating, .spr-starratings {
  color: #324839; }

.spr-review-footer {
  display: none; }

#tab-review .jdgm-form.jdgm-form .jdgm-form__name-fieldset, #tab-review .jdgm-form.jdgm-form .jdgm-form__email-fieldset,
#tab-review .jdgm-form.jdgm-form .jdgm-form__rating-fieldset, #tab-review .jdgm-form.jdgm-form .jdgm-form__title-fieldset,
#tab-review .jdgm-form.jdgm-form .jdgm-form__body-fieldset {
  padding-top: 20px; }
#tab-review .jdgm-submit-rev {
  background: #428bca;
  color: white;
  border: 1px solid rgba(0, 0, 0, 0); }
  #tab-review .jdgm-submit-rev:hover {
    background: #006bc9;
    color: white;
    border: 1px solid rgba(0, 0, 0, 0); }
@media (max-width: 767px) {
  #tab-review .jdgm-all-reviews-widget, #tab-review .jdgm-rev-widg {
    padding: 15px; } }

#tab-review .jdgm-sort-dropdown-wrapper {
  float: left;
  padding-top: 20px; }

.spr-form-review-rating a:hover, .spr-form-review-rating a:focus {
  color: #324839; }
.spr-form-review-rating .spr-icon.spr-icon-star-hover:before {
  content: '\e801';
  color: #324839; }

.spr-review-content-body {
  font-size: 17px !important; }

.spr-icon-star {
  color: #324839;
  margin-right: 5px; }

.spr-icon-star-empty {
  color: #999999; }
  .spr-icon-star-empty:before {
    content: "\e800" !important; }

.jdgm-rev-widg__summary-stars a:not([href]):not([tabindex]), .jdgm-histogram__star a:not([href]):not([tabindex]), .jdgm-rev__rating a:not([href]):not([tabindex]) {
  color: #324839; }

#tab-review .jdgm-write-rev-link {
  padding: 10px;
  background: #428bca;
  color: white;
  border: 1px solid rgba(0, 0, 0, 0);
  text-decoration: none; }
  #tab-review .jdgm-write-rev-link:hover {
    background: #006bc9;
    color: white;
    border: 1px solid rgba(0, 0, 0, 0); }
#tab-review .jdgm-ask-question-btn {
  text-decoration: none;
  padding: 10px;
  background: white;
  color: #333333;
  border: 1px solid #333333; }
  #tab-review .jdgm-ask-question-btn:hover {
    background: #006bc9;
    color: white;
    border: 1px solid #006bc9; }
#tab-review .jdgm-histogram__bar-content {
  background: #324839; }

.preview-badge .jdgm-prev-badge__stars > span {
  color: #324839; }

.btn-rounded #tab-review .jdgm-ask-question-btn, .btn-rounded #tab-review .jdgm-write-rev-link {
  border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -webkit-border-radius: 4px 4px 4px 4px; }
